.top_nav {
    padding: 20px 0;
    height: 90px;
    background: #ffffff;
    font-size: 12px;
    color: #828282;
    line-height: 1.42857143;
    transition: all .5s;
    margin-top: 0;
}
.top_nav.top_nav_up{
    margin-top: -120px;
}
.contain {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.site-text{
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    color: #fff;
}
.content {
    max-width: 1200px;
    margin: 0 auto;
}
.top-cbg {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top-cbg a {
    color: #2f3037;
    text-decoration: none;
    outline: medium none;
    cursor: pointer;
}
.top-cbg .cbg-img {
    margin-right: 22px;
    width: 140px;
    height: 48px;
    object-fit: contain;
}
.top-cbg > div {
    display: flex;
    /*height: 100px;*/
    /*align-items: center;*/
    /*background: #FFFFFF;*/
    /*width: 73%;*/
    /*justify-content: space-between;*/
}
.top-cbg .cbg-part {
    text-align: center;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
}
.top-cbg .links-item {
    width: 90px;
    height: 82px;
    border-radius: 10px;
    margin-right: 5px;
    text-align: center;
    padding: 5px;
    cursor: pointer;
    transition: all .3s;
}
.top-cbg .links-item img {
    width: 50px;
    height: 50px;
    border-radius: 50px;
}
.top-cbg .cbg-part a {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.top-cbg .cbg-part .cbg-other-img {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 39px;
    color: #ffffff;
    border-radius: 10px;
}
.top-cbg .cbg-part div:last-child {
    font-size: 12px;
    font-weight: 400;
    color: #2b2b2b;
    width: max-content;
}
.header{
    background: #eeeeee;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #666666;
    width: 100%;
    border-bottom: solid 1px #cccccc;
}
.header p{
    margin: 0;
}
.head_info {
    /*float: left;*/
    margin: 0;
    padding: 0;
}
.head_info li a {
    text-decoration: underline;
    color: rgba(16, 131, 145,1);
}
.head_stuff {
    /*float: right;*/
}
.head_stuff p a {
    color: #666666;
}
.head_info_line {
    margin-left: 9px;
    margin-right: 9px;
}
.head_stuff_line {
    margin-left: 20px;
    margin-right: 20px;
}
.head_stuff p a:last-child {
    background: url(../imgs/layouts/shopcar.png) no-repeat left center;
    padding-left: 25px;
}
.head_stuff {
    /*float: right;*/
    display: flex;
}
.head_stuff div a {
    color: #666666;
    margin: 0 auto;
}
.buyer-btn{
    background: url(../imgs/layouts/shopcar.png) no-repeat left center;
    padding-left: 25px;
}
.head_stuff div i{
    font-size: 12px;
    font-weight: 600;
    color: rgba(16, 131, 145, 1);
    margin-left: 5px;
}
.head_stuff div ul{
    width: 100%;
}
.head_stuff div ul li{
    color: #333333;
    margin: 0 auto;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}
.head_stuff div ul li:hover{
    background-color: #FFFFFF;
    color: #4fc2b8;
}
.top {
    width: 100%;
    padding: 50px 0 40px 0;
    background: #ffffff;
    position: relative;
}
.web-toast{
    width: 100%;
    position: absolute;
    padding: 5px 0;
    border-top: 1px solid #E6A23C;
    border-bottom: 1px solid #E6A23C;
    display: flex;
    justify-content: center;
    top: 0;
    background: rgb(250, 236, 216);
}
.web-toast-cont{
    color: #E6A23C;
    width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.web-toast-cont .iconfont{
    cursor: pointer;
    font-size: 20px;
}
.contain1 {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.top_logo {
    float: left;
}
.top_logo img{
    cursor: pointer;
}
.top_search {
    float: left;
    margin-left: 50px;
}
.search_bar {
    width: 470px;
    height: 40px;
    line-height: 40px;
    background: #eeeeee;
    padding-left: 10px;
    position: relative;
}
.search_bar select {
    display: none;
}
.search_bar .selectmn {
    background: url(../imgs/layouts/search_icon.png) no-repeat right center;
    padding-right: 18px;
    width: 88px;
    float: left;
    margin-right: 20px;
    cursor: pointer;
    text-align: center;
}


.fast-search{
    position: absolute;
    width: 480px;
    max-height: 250px;
    overflow-y: auto;
    left: 0;
    padding: 20px;
    z-index: 9;
    background: #ffffff;
    border: 1px solid rgba(16, 131, 145,1);
    box-sizing: border-box;
    line-height: 14px;
}
.fast-search::-webkit-scrollbar{
    width: 5px;
}
.fast-search::-webkit-scrollbar-track{
    width: 5px;
}
.fast-search::-webkit-scrollbar-thumb{
    width: 3px;
    border-radius: 5px;
    background: #4fc2b8;
    border: 1px solid #fff;
}
.fast-search-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}
.fast-search-close{
    color: #666666;
    cursor: pointer;
    font-weight: normal;
    font-size: 12px;
}
.fast-search-close .iconfont{
    margin-right: 4px;
}
.history-list{
    display: flex;
    margin-bottom: 10px;
    flex-wrap: wrap;

}
.history-limit{
    height: 68px;
    overflow: hidden;
}
.history-list a{
    font-size: 14px;
    color: #333;
    border: 1px solid #eee;
    padding: 4px 10px;
    border-radius: 4px;
    margin-right: 10px;
    margin-bottom: 10px;
    line-height: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 165px;
}
.history-list a:hover{
    border: 1px solid #4fc2b8;
    color: #4fc2b8;
}
.searchTag3 i{
    transform: rotate(180deg);
    display: block;
}
.guess-list{
    display: flex;
    flex-wrap: wrap;
}
.guess-list a{
    font-size: 12px;
    color: #666;
    margin-bottom: 10px;
    display: block;
    line-height: 15px;
    width: 50%;
    padding-right: 20px;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.guess-list a:hover{
    color: #4fc2b8;
    text-decoration: underline;
}



.optionmn {
    position: absolute;
    z-index: 999;
    width: 110px;
    height: 250px;
    background-color: #eeeeee;
    box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0.2);
    top: 40px;
    /*left: 230px;*/
    display: none;
}
.optionmn_item {
    text-align: center;
    width: 100%;
    cursor: pointer;
}
.optionmn_item:hover {
    color: #108391;
    text-decoration: underline;
}
.search_bar input[type=text] {
    border: none;
    outline: none;
    appearance: none;
    padding-left: 18px;
    background: none;
    border-left: 1px #999999 solid;
    width: 220px;
}
.search-box-head {
    position: absolute;
    width: 480px;
    top: 40px;
    left: 230px;
    background-color: #fff;
    z-index: 999;
    display: none;
}
.search_bar button {
    border: none;
    outline: none;
    appearance: none;
    background: url(../imgs/layouts/button_bg.png) no-repeat;
    width: 100px;
    height: 40px;
    color: #ffffff;
    font-size: 16px;
    line-height: 40px;
    padding-left: 25px;
    cursor: pointer;
    float: right;
}
.search_prev {
    font-size: 14px;
    color: #999999;
    margin-top: 10px;
}
.search_prev label:last-child{
    display: none;
}
.hezuo .line:last-child{
    display: none;
}
.search_prev p {
    width: 480px;
    height: 18px;
    overflow: hidden;
}
.search_prev a {
    color: #999999;
    margin: 0 10px 0 10px;
}
.search_prev a:hover{
    text-decoration: none;
    color: #4fc2b8;
}
.want2 {
    float: right;
}
.want2 a {
    width: 78px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    display: inline-block;
    color: #108391;
    background-color: #fff;
    border: 1px solid #108391;
    font-size: 14px;
    border-radius: 5px;
    margin-left: 10px;
}
.want_line {
    display: inline-block;
    width: 1px;
    background-color: #cccccc;
    height: 30px;
    float: right;
    margin-left: 10px;
    margin-top: 5px;
}
.want {
    float: right;
}
.want a {
    width: 80px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    color: #fff;
    background-color: #4fc2b8;
    font-size: 14px;
    border-radius: 5px;
    margin-left: 10px;
}
.cont {
    background: url(../imgs/layouts/cont_bg.png) no-repeat top;
    background-size: cover;
}
.cont_l{margin-top: -51px; width: 200px; height: 650px; background: url('../imgs/layouts/cont_l_bg.png') no-repeat; margin-right: 20px; float: left; position: relative;background-size: 100% 100%;}
.list_list{position: absolute; left: 0; top:51px; margin-left: 200px; width: 570px;  background: #ffffff;z-index: 998; box-shadow:5px 5px 10px rgba(16,131,145,0.2);; padding: 30px; display: none; }
.list_list .title{border-bottom: 1px solid #cccccc; font-size:16px; color: #108391; line-height: 16px;padding-bottom: 15px; }
.list_list_item{height: 333px; overflow: hidden; padding-top: 16px;}
.list_list_item a{font-weight:normal;display: block;padding-right: 20px; width: 170px;height: 30px; line-height: 30px; float: left; color:#666666;overflow: hidden; text-overflow: ellipsis;white-space: nowrap;}
.list_list_item a:hover{color:#108391; text-decoration: underline;}
.list_list .title a{color: #108391;font-weight: normal;}
.list_list  .title a:hover{color:#108391; text-decoration: underline;}
.c_l_list span a{display: block;color: #fff;width: 127px;font-weight: normal;}
.list_list_img{
    width: 100%;
    height: 90px;
}
.list_list_img img{
    width: 100%;
    height: 90px;
    display: block;
}

.c_l_top{background: url('../imgs/layouts/cltopbg.png') no-repeat; height: 51px; line-height: 47px; text-align: center; font-size: 16px; color:#ffffff;font-weight: normal;}
.c_l_list:nth-child(2){ background: url('../imgs/layouts/cltoplbg.png') no-repeat bottom center;font-weight: bold;}
.c_l_list ul{margin:10px 0 0 0; padding: 0 0 20px 0;}
.c_l_list ul li{line-height: 20px; list-style-type: none; font-size: 14px; width: 180px;padding: 5px 0 5px 20px; color:#ffffff; cursor: pointer;}
.c_l_list ul li:hover {color:#108391; background: #ffffff;}
.c_l_list ul li:hover .list_list{display: block}
.c_l_list ul li:hover span a{color:#108391}
.c_l_button{background: url('../imgs/layouts/cont_l_button.png') no-repeat; width:160px; height: 40px; line-height: 40px; text-align: center;}
.c_l_button a{color: #ffffff;}

/*.cont_menu{line-height: 51px; font-size: 16px;background: #ffffff;padding-left: calc(50% - 600px + 220px);border-bottom: 1px solid #28BEBF;}*/
/*.cont_menu a{line-height: 40px;color: #333333; margin-right:53.5px; font-weight: bold;cursor: pointer;}*/
/*.cont_menu a:nth-child(1){margin-left: 50px}*/
/*.cont_menu a:nth-child(8){margin-right: 0}*/
/*.cont_menu a:hover{color: #108391; cursor: pointer;}*/
/*.cont_menu .active{color: #108391;}*/

.cont_s{ width:720px; height: 370px; margin-top: 20px; }
.banner1:hover .banner_next{display: block !important;}
.banner1:hover .banner_prev{display: block !important;}
.banner_next{right: -7px !important; display:none !important;}
.banner_prev{left: -1px !important;display:none !important;}
.banner_prev{ width: 20px; height: 40px; background: url('../imgs/layouts/prev-1.png') no-repeat !important;}
.banner_next{width: 20px; height: 40px; background: url('../imgs/layouts/next-1.png') no-repeat !important;}
.banner_next:after{content: ' ' !important;}
.banner_prev:after{content: ' ' !important;}
.swiper-pagination-bullet-active {width: 40px !important;height: 10px !important;background-color: #f79131 !important;border-radius: 5px !important;border: solid 1px #ffffff !important;}
.swiper-pagination-bullet{width: 10px ;height: 10px ;background-color: #4fc2b8 ;border-radius: 5px ;border: solid 1px #ffffff;opacity:1;}
.banner1 .swiper-pagination1{text-align:right;padding-right:10px;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;}

.banner_ad1 a{width: 49%;}
.banner_ad1 a:nth-child(2){float: right;}
.banner_ad1 a:first-child{float: left;}
.banner_ad1 a img{width: 100%}

#swiper_id_1 .swiper-pagination1 {
    bottom: 10px;
    left: 0;
    width: 100%;
}
#swiper_id_1 .swiper-pagination-bullet{
    margin: 0 4px;
}
.swiper-pagination4{display: none;}

.cont_info{ width: 240px;  height: 580px; float: right; margin-top: 20px; background: #ffffff;}
.c_info_message{background: url('../imgs/layouts/membg.png') no-repeat top; width: 240px;height: 140px; overflow: hidden;text-align: center}
.c_info_message img{margin-top: 15px}
.c_info_message p{ width:240px;color: #ffffff; font-size: 12px;}
.c_in_button{width:130px; overflow: hidden;margin-left: 55px;margin-top: 15px}
.c_in_button a{width:60px; height: 24px; line-height: 24px;border: 1px solid #f79131; border-radius: 24px; display: block; text-align: center; background: #ffffff; color:#108391; }
.c_in_button a:first-child{float: left;}
.c_in_button a:nth-child(2){float: right;}
.c_i_m_cha{
    width: 240px;
    height: 390px;
    display: flex;
    flex-direction: column;
    padding: 40px 0 40px 25px;
    justify-content: space-between;
    box-sizing: border-box;
}
.c_i_m_cha_con{width: 195px;height: 55px;font-size: 12px;}
.c_i_m_cha_con a{color: #333}
.cha_sell{float: left; color:#999999; font-size: 14px; cursor: pointer;padding-left: 10px;}
.cha_buy{float: right; color:#999999; font-size: 14px; cursor: pointer;padding-right: 10px;}
.cha_sell a{color:#999999;}
.cha_buy a{color:#999999;}
.sell_stuff{width: 100%; position: absolute; top:20px;z-index: 998;display: none;margin-left: 10px;}
.c_i_m_cha .active+.sell_stuff{display: block;}
.stuff_mess{width: 100%; overflow: hidden; margin-top: 20px;}
.stuff_mess img{float: left; cursor: pointer}
.stuff_mess p{float: left;width: 99px; margin-left: 7px; color: #999999; font-size: 12px; line-height: 14px;}
.stuff_mess p b{color: #666666; font-weight: normal; font-size: 14px; display: block; margin-bottom: 5px; cursor: pointer}
.c_i_button{ text-align: center; line-height: 50px ;background-color: #4fc2b8;height: 50px;font-size: 18px}
.c_i_button img{vertical-align: middle}
.c_i_button label{ color:#ffffff;}
.c_i_m_cha_con_left{margin-left: 15px}
.c_i_m_cha_con_left span:nth-child(1){font-size: 16px}

.buy-btn{color: #fff}
.yd{position: absolute; right: 0 ;top:0; display: none;height: 18px;padding-left: 8px;padding-right: 22px;line-height: 18px;font-size: 12px;white-space: nowrap;color: #fff;background-color: rgba(63,70,125,.25);border-radius: 0 0 0 12px;z-index: 100;}

.cont_ad{width: 700px; height:180px; padding:10px 10px;background:url("../imgs/layouts/adbg.png") no-repeat;box-shadow: 6px 6px 6px rgba(16, 131, 145, 0.2); margin-top: 10px; overflow: hidden; margin-bottom: 10px;}
.cont_ad_left{float: left}
.cont_ad_left a{color: #333}
.cont_ad_left ul{width: 540px;height: 150px;background-color: #fff;margin: 0;padding: 0;display: flex;flex-wrap: wrap}
.cont_ad_left li{width: 33%;height: 75px;font-size: 14px;color: #333;text-align: center;}
.cont_ad_left li span{float: left;padding-top: 30px;width: 115px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.cont_ad_left li:nth-child(1){border-right: 1px solid #eeeeee;border-bottom: 1px solid #eeeeee;}
.cont_ad_left li:nth-child(2){border-right: 1px solid #eeeeee;border-bottom: 1px solid #eeeeee;}
.cont_ad_left li:nth-child(3){border-bottom: 1px solid #eeeeee;}
.cont_ad_left li:nth-child(4),.cont_ad_left li:nth-child(5){border-right: 1px solid #eeeeee;}
.cont_ad_left img{width: 35px;max-height: 35px;}
.img-box{height: 35px;width: 35px;justify-content: center;float:left;display: grid;align-items: center;padding-top: 20px;margin-left: 20px;margin-right: 8px;}
.cont_ad_right{float: right}
.cont_ad_left_title{font-size: 16px;color: #333;margin-bottom: 10px;font-weight: bold}
.cont_ad_right_title{font-size: 16px;color: #333;margin-bottom: 10px}
.cont_ad_left_title_tip{color: #f79131}
.cont_ad_right img{width: 150px;height: 150px;}
.left {
    float: left;
}
/*CPhi &PMEC展会*/
.exhibition{width: 230px;height: 180px;position: absolute;right: -30px;top:0;background-color:#fff;z-index: 1000;text-align: center;display: none;}
.exhibition p {margin-top:17px;margin-bottom: 17px;}
.exhibition p a{color: #333333;}
.exhibition p a:hover{color: #108391;text-decoration: underline;}

.foot_top{background: #666666;}
.map_top{ overflow: hidden;padding-top:39px; }
.map_left{width: 800px; overflow: hidden; float: left}
.map_left_item{width: 200px; float: left;}
.map_left_item a{color: #ffffff;font-size: 14px; line-height: 22px;  }
.map_left_item a:first-child{color: #ffffff; font-size: 16px;border-bottom: 1px solid #CCCCCC; display: block; width: fit-content; height: 40px; line-height: 40px }

.map_right{float: right; overflow: hidden; }
.m_r_item{float: left; margin-left:50px; }
.m_r_item img{ margin: 0 auto; display: block;object-fit: contain;}
.m_r_item p{color:#ffffff; font-size: 14px;line-height: 28px;margin-top: 0}
.m_r_item p a{color:#ffffff; font-size: 14px;line-height: 28px;}

.foot_bot{background: #ffffff; padding: 55px 0 20px 0;}
.foot_bot .icp{width: 100%;}
.foot_bot .icp img{margin: 30px auto; display: block;}
.bot_log{margin-top: 60px;margin-bottom: 52px;}
.bot_log .bot_log1{margin-right: 45px}
.bot_log .bot_log2{margin-right: 45px}
.bot_log .bot_log3{margin-right: 45px}
.bot_log .bot_log4{margin-right: 35px}
.bot_log .bot_log5{margin-right: 40px}
.bot_log .bot_log6{margin-right: 45px}

.xf{position: fixed; right: 0;top:0; width:40px; height: 100%; background: rgba(16, 131, 145,0.8); z-index: 9999; }
.xf_button{margin-top:240px;}
.xf_button a{display: block;}
.wxtt:hover .wxt{display: block ; }
.xf .wxt{display: none;position: absolute;right: 0; margin-right: 35px; z-index: 999; top:320px;}
.kff{background: url('../imgs/layouts/7.png') no-repeat; width: 85px;height: 44px; position: absolute;margin-right: 35px; z-index: 999;left: -120px; padding: 13px 30px 13px 25px;top:380px; display: none; }
.kff a{color:#666666; line-height:14px; font-size: 14px;  }
.kff a:hover{color:#006666;text-decoration: underline;  }
.kafka:hover .kff{display: block;}
.todo{position: absolute ;bottom: 20px; cursor: pointer;display: none}
.d-flex-center-home{align-items: center;margin-right:20px;}
.d-flex-center{display: flex;align-items: center;margin-right:20px;}
.d-flex-center img{
    margin-right: 10px;
}
.footer-bottom{display: flex;justify-content: center;font-size: 14px;margin-top: 14px;font-weight: normal;}




/*nav  second*/
.zhiyao_nav_all{
    display: flex;
    height: 50px;
    cursor: pointer;
    overflow: visible;
}
.zhiyao_nav_all .visibleBox{
    /*width: 100%;*/
    height: 50px;
    cursor: pointer;
    overflow:hidden;
    margin-right: 20px;
}
.zhiyao_nav_all .cont_l {
    width: 200px;
    height: 651px;
    background: none;
    background-color: #108391;
    /*margin-left: 20px;*/
    float: left;
    position: relative;
    z-index: 111;
    margin-top: 0;
    margin-right: 0;
}
.zhiyao_nav_all .c_l_top {
    width: 160px;
    border-bottom: 1px solid #4FC2B8;
    margin-left: 20px;
    height: 50px;
    line-height: 47px;
    text-align: left;
    padding-left: 3px;
    font-size: 16px;
    color: #ffffff;
    font-weight: normal;
    background:none;
}
.zhiyao_nav_all .c_l_top i{
   font-size: 18px;
    margin-right: 5px;
    font-weight: normal !important;
}
.zhiyao_nav_all .c_l_list ul li {
    line-height: 14px;
    list-style-type: none;
    font-size: 12px;
    width: 190px;
    padding: 5px 0 5px 10px;
    color: #ffffff;
    cursor: pointer;
}
.zhiyao_nav_all .list_list_item{
    height:403px;
}
.zhiyao_nav_all .c_l_list > ul > li >  span >  a{
    margin-left: 10px;
}
.zhiyao_nav_all .c_l_list:nth-child(2) {
    background: none;
    padding-top: 10px;
}
.zhiyao_nav_all .c_l_list ul {
    margin: 0 0 0 0;
    padding: 1px 0 0 0;
}
.zhiyao_nav_all .list_list{
    height: max-content;
}
.zhiyao_nav_all .list_list .title{
    font-size: 16px;
    font-weight: bold;
    color: #108391;
    line-height: 16px;
    padding-bottom: 15px;
}
.zhiyao_nav_all .list_list .title a{
    color: #108391;
}
.zhiyao_nav_all .c_l_list span a{
    width: 175px;
    font-weight: normal;
    font-size: 14px;
}


.zy-top_bottom{
    border-bottom: 1px solid rgba(40, 190, 191, 1);
    overflow: visible !important;
    background-color: #FFFFFF;
}
.cont_menu_second{
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
    float: none;
    width: 100%;
}
.cont_menu_second a div{
    width: 0;
    height: 0;
    padding-bottom: 0;
    margin: 0 auto -4px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 6px solid white;
}
.cont_menu_second .active div,.cont_menu_second a:hover div{
    width: 0;
    height: 0;
    padding-bottom: 0;
    margin: 0 auto -4px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 6px solid rgba(40, 190, 191, 1) ;
}
.cont_menu_second .active{
    color: #108391 !important;
}
.cont_menu_second a {
    line-height: 40px;
    color: #333333;
    font-size: 16px;
    margin-right: 41px;
    margin-left: 21px;
    text-decoration: none;
    width: max-content;
    font-weight: normal;
    text-align: center;
}
.cont_menu_second a.exhibiton_menu{
    margin-right: 0;
}
.zhiyao_nav_all .exhibition{width: 230px;height: 180px;position: absolute;right: -20px;top:51px;background-color:#fff;z-index: 1000;text-align: center;display: none;}
.header_ad{
    position: relative;
}
.zhiyao_nav_all .list_list_item a{font-size: 14px;}
#regt-close2,#regt-close{
    position: absolute;
    right:0;
    top:0;
    cursor: pointer;
    width: 20px;
    height: 20px;
    background-color: rgba(0,0,0,0.5);
    line-height: 20px;
    text-align: center;
}
#regt-close2 i,#regt-close i{
    font-size: 15px;
    color: white;
}




/*footer*/
.second_zy_bot {
    width: 100%;
    padding: 30px 0 30px;
    background-color: #666666;
    overflow: hidden;
}
.second_zy_width {
    max-width: 1200px;
    margin: 0 auto;
}
.second_zy_bot_left, .second_zy_bot_right {
    float: left;
    color: #fff;
}
.second_zy_bot_left {
    margin-right: 110px;
}
.second_zy_bot_left img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}
.second_zy_bot_right .hezuo {
    border-bottom: 1px dotted #fff;
    font-size: 16px;
    width: 65px;
    line-height: 40px;
    color: #ff9933;
    margin: 0;
    margin-bottom: 15px;
}
.second_zy_bot_right p {
    font-size: 14px;
    display: flex;
    align-items: center;

}
.second_zy_bot_right .con-ma {
    margin-right: 180px;
}
.second_zy_bot_right .con-ma:last-of-type{
    margin-right: 0;
}
.index-last-foot {
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
    text-align:center;
    position: relative;
    background: #F2F2F2;
}
.index-last-foot .px {
    width: 96%;
    margin: 0 auto 15px;
    color: #777;
    font-size: 12px;
}
.index-last-foot .px .imgx {
    width: 240px;
    position: relative;
    left: 0;
}
.index-last-foot .px .spanx {
    position: relative;
    bottom: 11px;
    left: 5px;
}

.header-nav-box{
    position: relative;
    height: auto;
}
.header-option{
    display:none;
    z-index: 10000;
    width: 111px;
    background: #EEEEEE;
    position: absolute;
    right: -20px;
}
.header-option a{
    color: #333333 !important;
    margin: 0 auto;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    width: 100%;
    display: block;
}
.header-option a:hover{
    background-color: #FFFFFF ;
    color: #4fc2b8 !important;
}
.header-nav-btn{
    display: block;
    height: 50px;
}

/*滑块*/
.nc-container .nc_scale .btn_ok{
    color: #4FC2B8 !important;
}
.nc-container .nc_scale .nc_ok, .nc-container .nc_scale .nc_bg{
    background: #4FC2B8 !important;
    color: #FFFFFF !important;
}

