.top_banner{
    height: 50px;
    background: url("../../images/wzkf2/sem_topbanner.jpg")no-repeat center top;
}
.top_banner .w1190{
    height: 100%;
}
.top_banner a{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.top_banner span{
    display: inline-block;
    float: right;
    height: 32px;
    line-height: 32px;
    width: 120px;
    margin-top: 9px;
    font-size: 15px;
    color: #fff;
}
/*按钮*/
.btn_yellow{
    background-color: #FFD200;
    text-align: center;
    color: #554601;
    font-size: 22px;
}
.btn_yellow:link,.btn_yellow:visited,.btn_yellow:hover,.btn_yellow:active{
    color: #554601;
    text-decoration: none;
}
.btn_yellow:hover{
    background-color:#ffde4a ;
}
.top_banner .btn_orange{
    background: url("../../images/ydkf/orange_btn.png")no-repeat center top;
    text-align: center;
    color: #fff;
    font-size: 18px;
}

.btn_orange:link,.btn_orange:visited,.btn_orange:hover,.btn_orange:active{
    color: #fff;
    text-decoration: none;
}
.btn_icon{
    background-image: url("../../images/ydkf/btn_icon.png");
    background-repeat: no-repeat;
    display: inline-block;
}
.btn_icon_white{
    color: #fff;
}
.btn_icon_black{
    color: #554601;
    background-position: left -41px;
}
.banner{
    height: 574px;
    padding-top: 377px;
    background: url("../../images/ydkf/sem_dzkf_banner.jpg")no-repeat center top;
    text-align: right;
}
.banner .floatright{
    margin-right: 6px;
}
.banner .btn_mid01{
    box-shadow:2px 4px 2px rgba(0,0,0,0.3);
}
.banner .btn_mid01 span.icon_01{
    display: inline-block;
    height: 28px;
    color: #3a3700;
    font-size: 22px;
    padding-left: 45px;
    background: url("../../images/ydkf/icongroup01.png")no-repeat left 1px;
}
.banner .color_white{
    font-size: 14px;
    height: 34px;
    line-height: 34px;
    letter-spacing: 4px;
}
a.bg_yellowff{
    color: #3a3700;
}
.plate_title{
    font-size: 36px;
    text-align: center;
    height: 76px;
    line-height: 76px;
}
/*导航*/
.nav_box{
    height: 64px;

}
.nav_fixed_box{
    width: 100%;
    min-width: 1190px;
    height: 64px;
    background-color: #F2F2F2;
}
.nav_fixed_box .nav_fixed{
    height: 64px;
}
.nav_fixed_box .nav_fixed li{
    padding: 12px 0;
    height: 64px;
    text-align: center;
    width: 297px;
    float: left;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid #cfcfcf;
    cursor: pointer;
}

.nav_fixed_box .nav_fixed li:last-of-type{
    border: 0;
}
.nav_fixed_box .nav_fixed li.active{
    background-color: #fff;
}
.nav_fixed_box .nav_fixed li:hover{
    background-color: #fff;
}
.nav_fixed_box .nav_fixed li span{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding-left: 56px;
    font-size: 22px;
    color: #333;
    background-image: url("../../images/ydkf/guide_icon.png");
    background-repeat: no-repeat;

}
.fix_nav_top{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 102;
}
.nav_fixed_box .nav_fixed li:nth-of-type(1) span{
     background-position: 0px 6px;
 }
.nav_fixed_box .nav_fixed li:nth-of-type(2) span{
    background-position: 0px -45px;
}
.nav_fixed_box .nav_fixed li:nth-of-type(3) span{
    background-position: 0px -101px;
}
.nav_fixed_box .nav_fixed li:nth-of-type(4) span{
    background-position: 0px -154px;
}
.plate{
    height: 690px;
}
.part_one{
    background: url("../../images/ydkf/part_onebg.jpg")no-repeat center top;

}
.part_two{
    background: url("../../images/ydkf/part_twobg.jpg")no-repeat center top;

}
.part_three{
    background: url("../../images/ydkf/part_threebg.jpg")no-repeat center top;

}
.part_four{
    background: url("../../images/ydkf/part_fourbg.jpg")no-repeat center top;

}
.plate>.w1190{
    height: 100%;
    position: relative;
}
.plate .w1190 .content{
    width: 100%;
    height: 478px;
    padding: 62px 0px 0 50px;
}
.plate .content .floatleft{
    display: inline-block;
    text-align: left;
}
.plate .content .title{
    height: 126px;
    line-height: 126px;
}
.plate .content .title span{
    float: left;
    display: inline-block;
    height: 126px;
    line-height: 126px;
}

.plate .content .title span.fontsize30{
    position: relative;
    padding-right: 60px;
    line-height: 138px;
}
.plate .content .title i.icon_hot{
    display: inline-block;
    height: 20px;
    width: 60px;
    position: absolute;
    right: 2px;
    top: 56px;
    background: url("../../images/ydkf/icongroup01.png")no-repeat ;
    background-position: 50% -58px;
}
.plate .content ul{
    display: block;
    height: 128px;
}
.plate .content ul li{
    height: 40px;
    line-height: 40px;
}
.plate .content ul li span{
    display: inline-block;
    float: left;
    position: relative;
    padding-left: 15px;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
}
.plate .content ul li span i.icon_dot{
    position: absolute;
    top: 18px;
    left: 0px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    display: inline-block;
}
.plate .content .btn_mid02{
    font-size: 20px;
}
.plate .content .bg_blue4C{
    color: #fff;
}
.plate .content .bg_blue4C:hover{
    color: #fff;
    background-color: #5D6CF0;
    text-decoration: none;
}
.plate .content .border_white{
    color: #fff;
}
.plate .content .border_white:hover{
    color: #306fe5;
    background-color: #fff;
}
.plate .content ul.color_black span i.icon_dot{
    background-color: #333;
}
.plate .content ul.color_white span i.icon_dot{
    background-color: #fff;
}
.part_one .content li span:first-of-type{
  width: 140px;
}
.part_two .content li{
    width: 352px;
}
.part_two .content li span:first-of-type{
    width: 184px;
}
.part_three .content li span:first-of-type{
    width: 140px;
}
.part_four .content li span:first-of-type{
    width: 160px;
}
.part_four .content li{
    width: 320px;
}
.shoplevel {
    display: inline-block;
    width: 62px;
    height: 22px;
    float: left;
    margin-top: 15px;

}
.level30a {
    background: url(../../images/ydkf/shoplevel.jpg) no-repeat left top;
}
.level20a {
    background: url(../../images/ydkf/shoplevel.jpg) no-repeat left -22px;
}
.level15a {
    background: url(../../images/ydkf/shoplevel.jpg) no-repeat left -44px;
}
.level10a {
    background: url(../../images/ydkf/shoplevel.jpg) no-repeat left -66px;
}
.level65a {
    background: url(../../images/ydkf/shoplevel.jpg) no-repeat left -88px;
}
/*轮播*/
.carousel_box{
    width: 1196px;
    height: 210px;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.carousel_box ul.shoplist{
    height: 188px;

}
.carousel_box ul.shoplist li{
    width: 1190px;
    margin-right: 10px;
    height: 166px;
    float: left;
}
.carousel_box ul li div.shopbox{
    display: inline-block;
    width: 390px;
    height: 166px;
    float: left;
    background-color: #fff;
    -webkit-box-shadow: 4px 6px 10px rgba(22,22,22,0.4);
    box-shadow: 4px 8px 10px rgba(33,33,33,0.3);
}
.carousel_box .shoplist li div.shopbox:nth-of-type(2){
    margin-left: 10px;
}
.carousel_box .shoplist li div.shopbox:nth-of-type(3){
   float: right;

}
.carousel_box ul li div.shopbox a{
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 16px;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
div.shopbox a .top{
    height: 88px;
}
div.shopbox a .img_box{
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 152px;
    height: 88px;
    border: 1px solid #e5e5e5;
    display: inline-block;
    float: left;
}
div.shopbox a .img_box img{
    width: 150px;
    height: 86px;
}
div.shopbox a .company_info{
    float: left;
    margin-left: 10px;
    text-align: left;
    height: 88px;
    width: 192px;
    display: inline-block;
}

.company_info .severse_area{
    width: 192px;
    height: 44px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    color: #333;
    font-size: 16px;
    line-height: 22px;
}
div.shopbox .price{
    color: #ff7723;
    font-size: 16px;
   padding-left: 18px;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 192px;
    height: 40px;
    line-height: 40px;
    background: url("../../images/ydkf/icon_money.png")no-repeat left center;

}
div.shopbox .bottom {
  height: 56px;
    line-height: 56px;
}
div.shopbox .bottom span.company_name{
    max-width: 270px;
    display: inline-block;
    float: left;
    height: 56px;
    line-height: 56px;
    color: #606060;
    font-size: 16px;
    margin-right: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

.control_list{
    display: block;
    text-align: center;
}
.control_list li{
    display: inline-block;
    margin: 0 4px;
    background-color: #D9D9D9;
    width: 8px;
    height: 8px;
   border-radius: 4px;
    cursor: pointer;
}
.control_list li.active{
    width: 20px;
}



.consultant{
    background: url("../../images/ydkf/consultantbg.jpg")no-repeat center top;
    height: 430px;
    padding-top: 60px;
}

.small_title{
    text-align: center;
    height: 22px;
    line-height: 22px;
    font-size: 18px;
}
.input_box_ydkf{
    padding-top: 44px;
    width: 654px;
    margin: 0 auto;
}
.input_box_ydkf input{
    border: 0;
    background-color: #F8F8F8;
    text-indent: 20px;
    font-size: 22px;
    color: #333;
    width: 100%;
    height: 64px;
    line-height: 64px;
[;line-height: 1;];
    text-align: left;
    width: 100%;
    padding: 0;
}
.input_box_ydkf .btn_yellow{
    display: inline-block;
    width: 276px;
    padding: 16px 0;
    text-align: center;
    margin-top: 50px;
}
.input_box_ydkf .btn_yellow span{
    display: inline-block;
    height: 32px;
    line-height: 32px;
    padding-left: 40px;
    background: url("../../images/ydkf/icon_two.png")no-repeat;
}
.input_box_ydkf .floatleft span{
    background-position: -19px -303px;
}
.input_box_ydkf .floatright span{
    background-position: -19px -177px;
}
.part_five{
    padding-top: 60px;
    height: 548px;
    background: url("../../images/ydkf/part_fivebg.jpg")no-repeat center top;
}
.part_five ul{
    padding-top: 26px;
    width: 100%;
}
.part_five ul li{
    width: 296px;
    float: left;
    margin-right: 2px;
}
.part_five ul li:nth-of-type(3){
    margin: 0;
}
.part_five ul li:nth-of-type(4){
    float: right;
    margin: 0;
}
.part_five ul li img{
    height: 270px;
    width: 296px;

}
.part_five ul li div{
    text-align: center;
    padding-top: 15px;
    line-height: 32px;
    color: #333;
    font-size: 18px;
}
.fixed_bottom{
	overflow: hidden;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 5000;
    width: 100%;
    min-width: 1190px;
    height: 62px;
    background-color: rgba(0,0,0,0.6);
}
.fixed_bottom .w1190{
    height: 62px;
    background: url("../../images/ydkf/bottom_bg.png")no-repeat left center;
}
.fixed_bottom .close_bottom{
    display: inline-block;
    height: 40px;
    width: 40px;
    cursor: pointer;
    float: right;
    margin-top: 11px;
    background: url("../../images/ydkf/icon_two.png")no-repeat;
    background-position:-8px -373px;
}
.fixed_bottom .input_box_ydkf{
    float: right;
    margin-right: 68px;
    margin-top: 8px;
    height: 48px;
    width: 402px;
    padding: 0;
}
.fixed_bottom .input_box_ydkf input{
    float:left;
    background-color: #fff;
    border: 0;
    height: 48px;
    line-height: 48px;
    [;line-height: 1;];
    padding: 0;
    text-align: left;
    width: 260px;
    font-size: 18px;
    color: #333;
}
.fixed_bottom .input_box_ydkf a{
    display: inline-block;
    width: 140px;
    float: left;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background-color: #FED21B;
}
.fixed_bottom .input_box_ydkf a span{
    font-size: 18px;
    color: #554601;
    padding-left: 26px;
    display: inline-block;
    height: 48px;
    line-height: 48px;
    background: url("../../images/ydkf/icon_tel01.png")no-repeat left center;

}

/* 新底部样式 */
.fixed_rightbottom{
    position: fixed;
    left: 0;
    bottom:0px;
    height: 80px;
    width: 0px;
    cursor: pointer;
    overflow: hidden;
}
.fixed_rightbottom div{
    width: 140px;
    position: absolute;
    bottom: 2px;
    right: 0;
    height: 62px;
    background-color: rgba(0,0,0,0.6);
    border-radius:10px ;
    z-index: 5000;
}
.fixed_rightbottom .monkey_icon{
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 52px;
    background: url("../../images/app2/monkey_icon.png")no-repeat center bottom;
    width: 74px;
    height: 80px;
}
.fixed_rightbottom .reservations{
    width: 45px;
    height: 36px;
    line-height: 18px;
    position: absolute;
    right: 6px;
    bottom: 6px;
    text-align: left;
    background: url("../../images/app2/right_allow.png")no-repeat right center;
    font-size: 14px;
    color: #ffea00;
}
#close_bottom{
    display: inline-block;
    font-size: 18px;
    position: absolute;
    top: 13px;
    right: 4px;
    color: #fff;
    z-index: 9999;
    -moz-transition: 0.5s ease-in;
    -ms-transition: 0.5s ease-in;
    -o-transition: 0.5s ease-in;
    -webkit-transition: 0.5s ease-in;
    transition: 0.5s ease-in;
}
#close_bottom:hover{
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);

}
