/*主体*/
/*.contain{*/
/*    width: 750px;*/
/*    margin: 0 auto;overflow: hidden;*/
/*}*/
.contain{
    width: 100vw;
    margin: 0 auto;
    overflow-x: hidden;
    overflow-y: auto;
    height: 100vh;
}
/*头部部分*/
#head_part{
    background: #FFFFFF;
    margin: 0 auto;
    position: sticky;
    top: 0;
    z-index: 10;
}
.head-shadow{
    box-shadow: 0px 3px 6px 1px #E7E7E7;
    border-radius: 0px 0px 20px 20px;
    padding-bottom: 27px;
}
.logo_line{
    width: calc(100% - 53px);
    margin: 0 30px 0 23px;
    padding-top: 27px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo_img{display: inline-block;margin-right: 202px;object-fit: cover;}
.handbook_img{display: inline-block;margin-right: 20px;object-fit: cover;}
.language_img{display: inline-block;margin-right: 24px;object-fit: cover;}
.switch_img{display: inline-block;}
.search_line{width:690px;margin:0 auto;margin-top:34px;height:60px;line-height: 60px;background: url(../imgs/layouts/search_bg.jpg) no-repeat center center;display: flex;align-items: center;word-spacing: -1em;background-size:690px;}
.product{width: 140px;display: inline-block;position: relative;}
.product_type_name{display: inline-block;
    color: #333;
    padding-left: 20px;
    font-size: 24px;
    width: 100px;
    text-align: center;}
.product_arrow_img{display: inline-block;padding-left: 12px}
.forminfo{position: relative;width: 550px;display: inline-block}
.forminfo form{display: flex;align-items: center}
.form_input{background: #f2f2f2;margin-left: 15px;font-size: 24px;color: #7d7d7d;width:70%;border: transparent;outline: none;line-height: 56px}
.forminfo form button{border: 0;position: absolute;right: 4px;border-radius: 50px}
.header_line{margin-top: 30px;border-bottom: 1px solid #e8e8e8}
.header_ul{padding-top: 22px;padding-bottom: 20px;overflow: hidden}
.header_ul ul{width: 690px;margin: 0 auto}
.header_ul ul li{width: 90px;margin: 0px 24px;float: left}
.header_ul ul li img{margin: 0 auto;}
.header_ul ul li span{display: inline-block;width: 90px;text-align: center;height: 30px;line-height: 30px;padding-top: 15px;font-size: 22px;color: #262626}
.header_end_img{height: 20px;clear: both}
.meet-head-search-list {
    display: none;
    width: 145px;
    position: absolute;
    top: 60px;
    background: #fff;
    text-align: center;
    z-index: 100;
}
.recommend{height: 62px;background: #f2f2f2;position: relative}
.recommend_inner{width: 690px;margin: 0 auto;}
.recommend_title{width: 62px;text-align:center;margin-left: 10px;float:left;margin-right: 17px;height: 62px;}
.recommend_title span{display: inline-block;font-size: 24px;font-weight: bold;margin-top: 12px;margin-bottom: 3px;color: #434343}
.recommend_title img{height: 6px;width: 60px}
.recommend_title img{display:block}

#wrapper {
    position: absolute;
    z-index: 1;
    width: 720px;
    height:62px;
    overflow: hidden;
    left: 30px;
}
#scroller {
    position: absolute;
    z-index: 1;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    /*width: 960px;*/
    width: 1160px;
    height: 62px;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none;
}
#scroller li a{
    float: left;color: #999999;font-size: 24px;margin: 0 17px;line-height: 62px;
}


.shade {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 102, 102, .6);
    z-index: 2000;
    font-size: 30px;
    font-weight: 900;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100999;
}
.menufr {
    width: 525px;
    overflow: hidden;
    background-color: #fff;
    position: fixed;
    right: 0;
    top: 0;
    border-top: 1px solid #eee;
    display: none;
    height: 100%;
    z-index: 1000000;
}
.menufr_head{
    /*height: 140px;*/
    background-color: #0f9b9b;
    color: #fff;
    box-sizing: border-box;
    padding: 30px;
}
.menufr_head div:first-child{
    display: flex;
    align-items: center;
}
.menufr_head img{
    width: 80px;
    height: 80px;
    display: inline-block;
}
.menufr_head-right{

}
.menufr_user{font-size: 24px;line-height: 24px}
.menufr_logout{
    display:inline-block;
    width: 108px;
    height: 36px;
    background: #FFFFFF;
    border-radius: 30px;
    font-size: 24px;
    color: #108391;
    line-height: 36px;
    text-align: center;
}
.menufr_con{
    box-sizing: border-box;
    padding-left: 50px;
    background-color: #ffffff;
}
.no_login,.has_login{
    margin-top: 10px;
}
.menufr_con img{display: inline-block;vertical-align: text-top;}
.menufr_con a{display: block}
.menufr_home{width: 425px;height: 104px;border-bottom: 1px solid #ccc;line-height: 104px;font-size: 28px;color: #666}
.menufr_cate{border-bottom: 1px solid #ccc;padding: 20px 0;}
.menufr_cate a{
    width: 425px;
    height: 60px;
    line-height: 60px;
    font-size: 28px;
    color: #666;
 }
.menufr_cate a:last-child img{
    height: 100%;
    object-fit: contain;
}
.menufr_list{width: 425px;padding-bottom: 30px;border-bottom: 1px solid #ccc;}
.menufr_list a{margin-top:30px;line-height: 30px;font-size: 28px;color: #666}
.menufr_con span{display: block}
.menufr_phone{height: 90px;margin-top: 25px;font-size: 28px;}
.menufr_phone img{padding-top: 6px}
.menufr_phone_num{ color: #009999;margin-left: 50px;font-size: 28px}
.menufr_time{color: #999;margin-left: 55px}
.menufr_em{height: 65px;margin-top: 40px;font-size: 28px}
.menufr_em img{padding-top: 6px}
.menufr_em_num{color:#999;margin-left: 50px;font-size: 28px}
.menufr_ke_img{margin-right: 20px}
.menufr_em_img{margin-right: 20px}



.footerbar{background: #f2f2f2;font-size: 20px;color: #999;text-align: center}


.round_ad-outer{
    background: #f2f2f2;
    border-bottom: 20px solid #F4F4F4;
}
.round_ad{
    padding-top: 30px 0;
    /*border-radius: 20px 20px 0 0;*/
    background: #ffffff;
}
.swiper-containerad{overflow: hidden}
.round_ad img{width: 690px;height: 355px;margin:0 auto;border-radius:15px;}
#top_focus .swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-wrapper{
    height: fit-content!important;
}
#top_focus .swiper-button-next,.swiper-button-prev{width: 22px;height: 34px;background-size: cover;color: #fff}
#top_focus .swiper-container .swiper-wrapper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
#top_focus .swiper-container .swiper-wrapper .swiper-slide a img{border-radius:15px;}
#top_focus .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 8px;
}

#top_focus .swiper-pagination-bullet {
    border: 1px solid #fff !important;
    display: inline-block !important;
    background: #5ac6bc !important;
    opacity: 1 !important;
    border-radius: 4px !important;
    width: 8px!important;
    height: 8px !important;
}
#top_focus .swiper-pagination-bullet-active{
    height: 8px !important;
    width: 28px !important;
    border-radius: 4px !important;
    border: 1px solid #fff !important;
    background: #f79131 !important;
}
.clear {
    clear: both;
}
#cover1{position:fixed;left:0;top:0;background:rgba(0, 0, 0, 0.4);width:100%;  /*宽度设置为100%，这样才能使隐藏背景层覆盖原页面*/
    height:100%;
    filter:alpha(opacity=60);  /*设置透明度为60%*/
    opacity:0.8;  /*非IE浏览器下设置透明度为60%*/
    z-Index:9999;
    display: none;
}
.alert-boxs_ytb {
    position: fixed;
    width: 750px;
    height: 350px;
    top: 50%;
    left: 50%;
    margin-top: -300px;
    margin-left: -300px;
    z-index: 99999;
}
#x_close_ytb{font-size: 30px;color: #f00;text-align: right;}



/*头部*/
.cphibar{background-color: #EEEEEE;border-bottom: 1px solid #CCCCCC;}
.cphibar li {float:left; list-style:none; margin:0; padding:0; background:none;}
.alibar_container {margin:0 auto; padding:7px 4px;max-width:1180px;width: 100%;height:50px;overflow:hidden;font:14px/30px '微软雅黑',open-sans,"\5B8B\4F53",sans-serif}
.account-sign-status {float:left; color:#646464;}
.account-sign-status li {margin-right:5px;}
.account-sign-status .login a {background-position:0 0; width:76px; height:20px; line-height:20px; display:inline; text-align:center; color:#fff; font-weight:bold; margin-top:5px;text-decoration: underline;color: #ff9000;}
.account-sign-status .signin a {text-decoration:underline; color:#ff9000;}
.topnav {float:right;}
.topnav li {margin-left:10px; color:#646464;}
.topnav li a {color:#646464;}
.topnav .ww {background-position:0 -20px; padding-left:25px;}
.topnav .lang {background-position:0 -53px; padding-left:30px;}
.masthead {width:1000px; margin:0 auto; padding:16px 0 0; height:82px;}
.mastlogo {float:left; padding:0 0 0 5px;}
.headsearch {float:right; width:620px;}
.search_container { padding-top:19px;}
.search_keywords,.search_action {float:left;}
@media (max-width: 600px) {
    .cphibar{
        display: none;
    }
}

/*底部工具栏*/
.tabbar{
    display: block;
    justify-content: space-between;
    height: 120px;
    padding: 20px 0 0;
    /*padding: 20px 54px 0;*/
    background: #ffffff;
    z-index: 10;
    position: fixed;
    bottom: 0;
    width: 100vw;
    box-shadow: 0px -1px 4px 0px rgba(0,0,0,0.16);
}
.tabbar-item{
    color: #919191 !important;
    text-align: center;
    width: 20%;
    float: left;
}
.tabbar-item div:nth-child(1){
    font-size: 44px;
}
.tabbar-item div:nth-child(2){
    font-size: 22px;
   margin-top: 10px;
    line-height: 26px;
}
.tabbar-on{
    color: #4FC2B8 !important;
}
/*顶部工具栏end*/
.img-dialog{
    display: none;
}
.img-cont{
    display: none;
    width: 540px;
    position: relative;
    overflow: hidden;
    border-radius: 30px;
}
.img-cont img{
    width: 540px;
    object-fit: contain;
}
.img-cont .iconfont{
    position: absolute;
    color: #ffffff;
    right: 20px;
    top: 20px;
    cursor: pointer;
    font-size: 30px;
}
.pup-mask {
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .4);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100000;
}
.img-dialog {
    display: none;
}
