/* 隐藏原生 checkbox */
.custom-checkbox input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    border: 1px solid #d5e1dd; /* 默认边框颜色 */
    border-radius: 4px;
    outline: none;
    cursor: pointer;
    position: relative;
    transition: all 0.2s;
    background: #fff;
  }
  
  /* 选中状态样式 */
  .custom-checkbox input[type="checkbox"]:checked {
    background-color: #46b993; /* 选中时背景色 */
    border-color: #46b993; /* 选中时边框色 */
  }
  
  /* 选中时的勾号 */
  .custom-checkbox input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }
  
  /* 悬停状态 */
  .custom-checkbox input[type="checkbox"]:hover {
    border-color: #46b993; /* 悬停时边框色 */
  }
  
  /* 禁用状态 */
  .custom-checkbox input[type="checkbox"]:disabled {
    background-color: #e5e7eb;
    border-color: #9ca3af;
    cursor: not-allowed;
  }
  
/* reset */
html { height: 100%; overflow-x:hidden;}
body { min-height: 100%; overflow-x:hidden;}
body { _height: 100% }
body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, iframe, pre, code, fieldset, legend, form, input, select, textarea, button, p, blockquote, th, td, figure { margin: 0; padding: 0 }
body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, iframe, pre, code, fieldset, legend, form, p, blockquote, figure, header, footer, nav, article, section, aside, address, figcaption { zoom: 1 }
li { list-style-type: none }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal;}
iframe, frame, fieldset, img { border: 0 none }
img { vertical-align: top }
input[type=button], input[type=submit], input[type=reset] { cursor: pointer }
button { cursor: pointer }
input, textarea, button { -webkit-border-radius: 0; -webkit-appearance: none }
input[type=radio] { -webkit-border-radius: 100%; -webkit-appearance: radio }
input[type=checkbox] { -webkit-appearance: checkbox }
input[type=search] { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; -ms-box-sizing: content-box; -o-box-sizing: content-box; box-sizing: content-box }

textarea { overflow: auto; resize: none }
::-webkit-input-placeholder{color:#BDBDBD;}   
:-moz-placeholder{color:#BDBDBD;}          
::-moz-placeholder{color:#BDBDBD;}            
:-ms-input-placeholder{color:#BDBDBD; opacity: 0.8;}        
.placeholder{color:#BDBDBD;}

blockquote, q { quotes: none }
blockquote:before, blockquote:after, q:before, q:after { content: ""; content: none }
table { border-collapse: collapse; border-spacing: 0 }
caption, th { text-align: left }
th { font-weight: normal }
em, cite, address,i { font-style: normal}
body, input, select, button, textarea {color:#000000; font-size: 18px; line-height: 1.5;font-family:Arial, Helvetica, sans-serif\;}
a { color:#000000;text-decoration: none!important;}
a * { cursor: pointer }
:focus { outline: none }



a:link,
a:active,
a:visited,
a:hover {
    /*background: none;*/
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;  
}

img{max-width: 100%;}
/* 阿里图标 */
[class*='icon']{
    font-family: 'iconfont';
}

*{outline:none!important; -webkit-tap-highlight-color: rgba(0,0,0,0);}
a:hover{outline:none!important;}


.edit_con_original{ line-height:1.8em; padding:0 0; color:#000000;}
.edit_con_original ul{ margin:inherit; padding:inherit; padding-left:2em;}
.edit_con_original ul li { list-style-type:disc; margin:auto; }
.edit_con_original ol{ margin:inherit; padding:inherit}
.edit_con_original ol li { list-style-type:decimal; margin:auto; }
.edit_con_original h1 { font-size: 2em; font-weight:bold }
.edit_con_original h2 { font-size: 1.5em; font-weight:bold }
.edit_con_original h3 { font-size: 1.17em; font-weight:bold }
.edit_con_original h4 { font-size: 1em; font-weight:bold }
.edit_con_original h5 { font-size: 0.83em; font-weight:bold }
.edit_con_original h6 { font-size: 0.67em; font-weight:bold }
.edit_con_original em { font-style: italic }
.edit_con_original cite{ font-style: italic }
.edit_con_original address{ font-style: italic }
.edit_con_original i { font-style: italic }
.edit_con_original table{ border-collapse: separate; border-spacing: 2px }
.edit_con_original img{ max-width:100%; height:auto;}
/*所有后台编辑器区域都要引用 edit_con_original 类名*/

/* clear 页头，页脚，内容区都不用再加清除样式 */
.fixed:before, .clearfix:before, .cf:before, body:before, .header:before, .main:before, .footer:before { content: ''; display: table }
.fixed:after, .clearfix:after, .cf:after, after, .header:after, .main:after, .footer:after { content: ''; display: table; clear: both }
.fixed, .clearfix, .cf, .header, .main, .footer { zoom: 1 }
.clear, .cl { display: block!important; float: none!important; clear: both; width: auto!important; max-width: none!important; min-width: 0!important; max-height: none!important; min-height: 0!important; overflow: hidden; margin: 0!important; padding: 0!important; border: 0 none!important; font-size: 0!important; line-height: 0!important }

/*两端对齐*/
.justify { text-align:justify; text-justify:distribute-all-lines;}

/*图片经过*/
.tran_scale{ overflow:hidden; display:block;}
.tran_scale img{transition:0.5s all; -webkit-transition:0.5s all;}

/*截字*/
.ellipsis{ overflow:hidden; text-overflow:ellipsis; white-space:nowrap; width:100%;}
.clamp{display:-webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp: 2; line-height: 1.5; max-height: 3em;height: 3em;overflow:hidden;}
.clamp_3{display:-webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp: 3; line-height: 1.5; max-height: 4.5em;height: 4.5em;overflow:hidden;}
.clamp_4{display:-webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp: 4; line-height: 1.5;  max-height: 6em;height: 6em;overflow:hidden;}
.clamp_5{display:-webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp: 5; line-height: 1.5;  max-height: 7.5em;height: 7.5em;overflow:hidden;}
.clamp_6{display:-webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp: 6; line-height: 1.5;  max-height: 9em;height: 9em;overflow:hidden;}

/*上下居中*/
.v-m-c{ transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -ms-transform: translate(0,-50%); position:absolute; left:0; top:50%;}

/*左右居中*/
.l-m-c{ transform: translate(-50%,0); -webkit-transform: translate(-50%,0); -ms-transform: translate(-50%,0);position:absolute; left:50%; top:0;}

/*绝对居中*/
.a-m-c{ transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); position:absolute; left:50%; top:50%;}

/*背景*/
.bg-cover{background-size: cover; background-repeat: no-repeat; background-position: center;}
.bg_layer{background: rgba(0,0,0,0.7); position: absolute; left:0; top:0; width: 100%; height: 100%; z-index: 10000;}
.bg-cover-ban{ background-size: 100% 100%;}

.ratio-img,.ratio-img img{width: 100%;}
*{box-sizing: border-box;}
.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{pointer-events:inherit!important;}
.bold{ font-weight: bold;}

.wrap{max-width: 1660px; margin:0 auto; width:84%;}

.main{padding-top: 80px;}

.more{ display: block; margin: 5% auto 0; text-align: center;}
.more a{ height: 50px; line-height: 50px;padding: 0 30px;text-align: center; color: #fff; display: inline-block; border-radius: 30px; background:linear-gradient(to right,#4496BF,#92D662);}
.more i{ margin-left:15px;}
.morebtn{ display: block; width: 50px; height: 32px; line-height: 32px; color: #fff; background: #000; border-radius: 25px; margin: 0 auto; text-align: center;}
@media only screen and (max-width: 1023px){
    .more a{padding:0 20px; height: 40px; line-height: 40px;}
}

.header{width: 100%;height:80px; border-bottom: 1px solid #E5E5E9;position: fixed; left:0; top:0; z-index: 101; background: #fff;
    /*background: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 0%, rgba(0,0,0, 0.5) 100%);
    backgraound: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 0%, rgba(0,0,0, 0.5) 100%);
    background: -o-linear-gradient(bottom, rgba(0,0,0, 0) 0%, rgba(0,0,0, 0.5) 100%);*/transition: 0.3s all;}
.header .inner{padding: 0 3%;}
.header .logo{ float: left; width: 177px; height: 41px; margin-top:19px;}
.nav{ float: right; width:calc(100% - 250px);font-size: 16px;display: block!important;}
.rr_top{float: right;position: relative;line-height: 80px; height: 80px;}
.lang,.mem,.ser{ float: left; margin-left:30px;}
.lang a,.mem a,.ser a{color:#000;}
.memed{position: relative; height: 80px;text-align:center;}
.memed a{line-height: 32px;}
.memed a.fnt_14{font-size: 16px;}
.memed a.logout{font-size: 18px;}
.memed>a{ display: inline-block; width: 120px;line-height: 80px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;color:#000;}
@media only screen and (max-width:1365px) {
    .memed>a{width: 90px;}
}

.logout{
    display: none;
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left: -90px;
    width: 180px;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 3px 3px rgba(0,0,0,0.05);
    color: #1B2C40;
    font-weight: bold;
}
.logout a{
    display:block;
    height: 50px;
    line-height: 50px!important;
    color: #1B2C40;
    font-weight: bold;
    border-bottom: 1px solid #F2F6F5;
}
.lang{ margin-left: 0;}
.lang i,.mem i,.ser i{ font-size: 18px; margin-right: 5px;}
.search_wrap{ position: absolute; right:0; top:82px;width: 0; height:40px;line-height: 40px;overflow: hidden;border-radius: 20px; color:#fff; background: #fff;transition: 0.3s all;}
.search_wrap.on{width: 280px; border-radius:5px;border:1px solid #969191;}
.search_box_text{float:left; width:calc(280px - 42px); padding:0 20px; height: 40px; line-height: 40px; border:none; background: none;}
.search_box_button {float: right;width:40px;height:40px; border:0; outline: none; background: none;}
.search_box_button i{color: #000; font-size: 20px;}
/*导航*/
.nav ul{width:calc(100% - 280px); float: left; text-align: center;}
.nav ul>li{ float: left; text-align: left; margin: 0 20px;line-height:80px; height:80px; font-weight: bold; position: relative;}
.nav ul>li span{ display: none;}
.nav ul>li>a{display: block;color:#6F6F6F;position: relative;}
.nav ul>li.on>a{color:#255F5F!important;}
.nav ul>li>a>em{opacity: 0; display: block; position: absolute;left: 50%;bottom: 0; width:0;height:2px;
    background: -webkit-linear-gradient(left, #46B993 0%, #7ACB6B 100%);
    background: -moz-linear-gradient(left, #46B993 0%, #7ACB6B 100%);
    background: -o-linear-gradient(left, #46B993 0%, #7ACB6B 100%);
    transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;}
.nav ul>li.on>a>em{opacity: 1; left:0;width:100%;}
/*导航下拉*/
.navlist{display:none; position: absolute; left:50%; margin-left: -160px; top:80px; z-index: 2; width:320px; background:#fff;}
.navlist dl{ text-align: center;}
.navlist dl dd{ display:block; height: 50px; line-height: 50px; padding: 0 10px; border-bottom: 1px solid #F2F6F5;}
.navlist dl dd a{color:#1B2C40;}
.navlist dl dd a:hover{color:#015F61;}
/*导航下拉*/



/*视频弹出*/
.video_appbox{ position:fixed; width:100%; height:100%; top:0; left:0; z-index:9999999;opacity: 0;visibility: hidden;transition:all 0.6s;-webkit-transition:all 0.6s;-moz-transition:all 0.6s;-o-transition:all 0.6s;-ms-transition:all 0.6s;}
.video_appbox.show{visibility: visible;opacity:1;}
.video_appbox video{object-fit: cover;width: 100%;}
.video_appbox .video_t{z-index:2; background:#000;width: 1035px;max-width:94%;height:70%;transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);-o-transform: translate(-50%,-50%); position:absolute; left:50%; top:60%;transition:all 0.6s;-webkit-transition:all 0.6s;-moz-transition:all 0.6s;-o-transition:all 0.6s;-ms-transition:all 0.6s;visibility: hidden;opacity: 0;}
.video_appbox.show .video_t{ visibility: visible;opacity:1;top:50%;}
.video_appbox iframe{width:100%; height: 100%;}
.video_appbox .mask{ position:absolute; z-index:1; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0.5);}
.lt9 .video_appbox .mask{filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr="#88000000", EndColorStr="#88000000");}
.video_close{ position:absolute; top:calc(15% - 40px); right:calc(50% - 517px); cursor:pointer; z-index: 99999;}
.video_close i{color: #fff;font-size:30px;font-weight: bold;}


/*公共底部*/
.footer{ padding: 2% 0 3%; color:#F9F9F9; background: #181818;}
.footer .ll{ float: left; width: 48%; max-width: 630px;}
.footer .rr{ float: right; width: 48%; max-width: 630px;}
.footer .ll dt,.footer .ll dd{ float: left; width: 50%; max-width: 340px;}
.footer .ll dt p{margin: 0 0 10px; font-weight: bold;}
.footer .ll dt p a,.footer .ll dd p a{color: #F9F9F9;}
.footer .ll dd p{margin: 0 0 10px;}
.footer .rr .fshare{ float: left; width: 50%; max-width: 325px;}
.footer .rr .fshare a{ float: left;color: #B6B6B6; margin-left: 20px; height: 24px; line-height: 24px; font-size: 20px;}
.footer .rr .fshare a i{ display: block; width: 24px; height: 24px;}
.footer .rr .fshare a i img{ width: 100%;}
.footer .rr .fcop{ float: right; width: 50%; max-width: 300px;}
.footer .rr .fcop a{color: #fff!important; margin-left: 5px;}
.footer .rr .fcop span{ display: block; margin-top: 140px;}

.yes_tran,a,.nav,.header,.header .logo,.nav_all .ll li i,.more a i,.select-box dt i{transition: 0.3s all;-webkit-transition: 0.3s all;-moz-transition: 0.3s all;-o-transition: 0.3s all;-ms-transition: 0.3s all;}
@media only screen and (min-width: 1025px){
    a:hover{color: #255F5F!important;}
    .tran_scale:hover img{transform:scale(1.05,1.05); -webkit-transform:scale(1.05,1.05);}
    .more a:hover{color:#fff!important;}
    .more a:hover i{margin-left: 10px;}
    .nav ul>li:hover>a>em{opacity: 1; left:0;width:100%;}
    .morebtn:hover{ color: #fff!important; background: #255F5F;}
}

@media only screen and (max-width: 1730px){
    .nav{ width: calc(100% - 200px);}
    .nav ul>li{margin: 0 18px;}
} 
@media only screen and (max-width: 1659px){
    .nav ul{ width: calc(100% - 250px);}
    .nav ul>li{margin: 0 15px;}
}
@media only screen and (max-width: 1599px){
    .nav{font-size: 14px;}  
    .nav ul>li{margin: 0 12px;}  
}
@media only screen and (max-width: 1439px){
    .nav{font-size: 13px;}  
    .nav ul>li{margin: 0 10px;}
    .lang, .mem, .ser{margin-left: 20px;}
    .lang i, .mem i, .ser i{font-size: 16px;}
}
@media only screen and (max-width: 1365px){
    body, input, select, button, textarea{ font-size:14px;}
    .nav{font-size: 12px;}  
    .nav ul{ width: calc(100% - 210px);}    
}
@media only screen and (max-width: 1279px){
    .nav ul>li{margin: 0 5px;}
}


.nav_phone_btn{ display: none;}
@media only screen and (max-width: 1024px){
body>*{position: relative;/*left:0;*/transition:left 250ms ease-out;-webkit-transition:left 250ms ease-out;}
.header{ height: 50px;}
.header .logo{ width: 152px; height: 35px; margin-top: 8px;}
.rr_top{widtH:100%;margin: 10px 0; padding:0 20px; height: auto; line-height: 1.5;}
.rr_top a{color: #fff;}
.rr_top a.logout{color: #000;}
.lang, .mem, .ser{ float: none; display: inline-block; margin-left: 0; margin-right: 15px;}
.lang i, .mem i, .ser i{font-size: 18px;}
.memed{ height: auto;}
.memed>a{line-height:18px;}
.logout a{color:#1B2C40!important;display:block!important;}
.ser{ display: none;}
.search_wrap{widtH:100%; margin: 10px 0; display: block; position: static; height: 36px; line-height: 36px;}
.search_box_text,.search_box_button{height: 36px; line-height: 36px;}
.search_box_text{width: calc(100% - 40px);}
/*手机导航按钮开始*/
.nav_phone_btn{ display: block; cursor: pointer;height: 50px; line-height: 50px; position: absolute;top:0; right:0;z-index: 99999999;width: 50px;text-align: center;}
.nav_phone_btn span {position: relative;width:26px;height: 3px; top:-2px; background-color: #00773C;display: inline-block;transition:all 250ms ease-out;-webkit-transition:all 250ms ease-out;}
.nav_phone_btn span i{ position: absolute; bottom:-30px; left:0; width:100%; color:#00773C; font-family: arial; font-size: 12px; text-transform: uppercase;}
.nav_phone_btn span:before,.nav_phone_btn span:after {content: "";position: absolute;width: 100%;height: 3px;background-color: #00773C;left:0px;transition:all 250ms ease-out;-webkit-transition:all 250ms ease-out;}
.nav_phone_btn span:before{top:-7px;}
.nav_phone_btn span:after{top:7px; widtH:60%; left:auto;right:0;}
.visible_nav.nav_phone_btn{/*background: #161719;*/}
.visible_nav.nav_phone_btn span{background-color: transparent!important;}
.visible_nav.nav_phone_btn span:before{top:0px;width:90%;transform: rotateZ(45deg);-webkit-transform: rotateZ(45deg);-ms-transform: rotateZ(45deg);}
.visible_nav.nav_phone_btn span:after{top:0px;right:auto; lefT:0;width:90%;transform: rotateZ(-45deg);-webkit-transform: rotateZ(-45deg);-ms-transform: rotateZ(-45deg);}
.body_nav_phone .nav{right:0;left:auto;}
/*手机导航按钮结束*/

.nav{display:block;position: fixed; z-index: 100000; margin-top:0; top:50px;bottom: 0px;padding:0; right:-50%;height:calc(100vh - 50px);width:50%;left:auto;transition:left 0ms ease-out;-webkit-transition:left 0ms ease-out;transition:right 250ms ease-out;-webkit-transition:right 250ms ease-out; overflow: hidden; overflow-y: auto; background:#161719;}
.nav ul{padding: 0px 0;clear: both; float: none;width: 100%; margin-top: 0;}
.nav ul>li{line-height: 40px; height: auto; width: 100%;float: none;  display: block; margin: 0;padding:0 ;border-bottom: 1px solid#414141; overflow: hidden;}
.nav ul>li>a{height: 40px; line-height: 40px;margin:0 20px; color:#fff; text-align: left; float: left; width: calc(100% - 80px);}
.nav ul>li.on>a{background: none; color: #fff;}
.nav ul>li>span{ float: right; text-align: center; font-size: 14px; line-height: 40px; width: 40px; height: 40px;float: right;}
.nav ul>li>span.on{transform:rotate(180deg);-ms-transform:rotate(180deg);-moz-transform:rotate(180deg);-webkit-transform:rotate(180deg);-o-transform:rotate(180deg); }
.nav ul>li>span{display: block;cursor: pointer; color:#fff; font-size: 20px;}
.nav ul>li>span.cur{display: block;}
.nav ul>li>span.on+a{color:#fff;}
.nav ul>li.on>a>em{ display: none;}
.nav ul>li>a br{ display: none;}
.navlist{position: static; background: none; padding: 0; border-top: 1px solid#414141; height: auto;line-height: inherit; width: auto !important; display: none;visibility: visible;clear: both; left:auto; top:auto; margin-left: 0!important;}
.navlist dl{padding:0 20px;}
.navlist dl dd{width:100%; height: auto; line-height:40px; text-align: left; display: block;border-bottom: 1px solid#414141;}
.navlist dl dd:last-child{border-bottom: none;}
.navlist dl dd a{color:#fff;}

.main{padding-top: 50px;}
}

@media only screen and (max-width: 1023px){
    .footer .ll,.footer .rr{ width: 100%; max-width: 100%;} 
    .footer .ll{ margin-bottom: 5%;}
    .footer .rr .fshare,.footer .rr .fcop{ width: 100%; max-width: 100%;}
    .footer .rr .fshare a{ margin-left: 0; margin-right: 20px;}
    .footer .rr .fcop,.footer .rr .fcop span{ margin-top: 5%;}
}
@media only screen and (max-width: 767px){
    .wrap{width: 94%;}
    .nav{width:100%; right:-100%;}
    .footer{padding: 5% 0;}
}






/*内页banner*/ 
.inbanner{position: relative;}
.inbanner img{widtH:100%;}
.inbanner .txt{color:#fff; top:40%;}
.inbanner .txt h2{line-height: 1.2; text-transform: uppercase; text-shadow: 0 0 #000;}
@media only screen and (max-width: 1599px) {
    .inbanner .txt{top:50%;}
}
@media only screen and (max-width:767px) {
  .inbanner{ height: 240px;}
  .inbanner img{ display: none;}
}
/*内页banner*/


/*分页*/
.page {vertical-align:middle;text-align:center; margin:5% 0px 0; color:#606060; height:36px; line-height:36px;font-size: 14px;}
.page span{margin:0 10px;font-size: 14px;}
.page span em{color:#727272;}
.page a{display:inline-block;text-align:center; width:35px;color: #727272;border: 1px solid #b6b6b6;box-sizing: border-box;border-radius: 3px;font-size: 14px;}
.page a.num,.page a.prev,.page a.next,.page a.go{color:#727272; }
.page a.on,.page a.num:hover,.page a.prev:hover,.page a.next:hover,.page a.go:hover{background:#31a24a;color:#fff!important;border-color: #31a24a;}
.page a.first,.page a.last{padding: 0 10px;width: auto;}
.page a.prev{margin-right: 10px;}
.page a.next{margin-left: 10px;}
.page .txtnum{width:36px;background:#fff;border: 1px solid #b6b6b6;height: 36px;line-height: 36px;display: inline-block;border-radius: 3px;vertical-align: middle;margin-left: 0;margin-right: 6px;}
.page .txtnum input{width:36px;height:36px; line-height:36px; text-align:center;background:none; border:none;display: inline-block;}
.page a.go{height: 36px;background: #3a424f;font-size: 14px;color: #fff;border-color: #3a424f;display: inline-block;vertical-align: middle;}
@media only screen and (max-width:767px) {
    .dian,.page .txtnum{display: none;}
    .page a.num.on{display: inline-block;}
    .page span,.page a.num,.page a.first, .page a.last,.page a.go{ display: none;}
    .page a.prev{margin-right: 10px;}
    .page a.next{margin-left: 10px;}
}
/*分页 end*/

.weixin{ position:fixed; width:300px; z-index:100000; background:#fff; border:1px solid #ddd; border-radius:2px; box-shadow:1px 1px 10px #666;transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);-o-transform: translate(-50%,-50%); left:50%; top:50%;}
.weixin .c{ position:absolute; width:40px; height:40px; background:url(../images/x.png) center center no-repeat; overflow:hidden; text-indent:100px; right:0; top:0; font-size:20px; font-style:normal; text-align:center; cursor:pointer; z-index:2;}
.weixin h2{ position:relative; line-height:40px; font-size:16px; padding-left:20px; font-weight:normal;}
.weixin .img{ padding:10px 20px;text-align:center; border-top:1px solid #ddd;}
.weixin .img img{width:200px; height: 200px;}
.weixin p {margin:0 0 30px; text-align:center;}
@media only screen and (max-width:767px) {
.weixin{width:70%;}
.weixin .img img{ width: 100%; height: auto;}
}


.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background: #00773C!important;}


.commr_side{position: fixed; z-index: 100000; right:2.5%; top:70%;; width: 170px; height: 144px;}
.commr_side li{margin-bottom: 10px;}
.commr_side li a{ position: relative; display: block; color:#fff!important; height: 40px; line-height: 40px; padding: 0 25px;border-radius: 20px; background: #B6B9BD;}
.commr_side li a:hover{ background: #0A9F9D;}
.commr_side li a i{margin-right: 10px; font-size: 20px;}
.commr_side li a em{ position: absolute; left:38px; top:0px; color:#fff; text-align: center; font-size: 12px; font-family: Arial, Helvetica, sans-serif; min-widtH:16px; height: 16px; line-height: 16px; border-radius: 50%; background: #B25FAF;}
.commr_side li a.commr_side_up{ text-align: right;padding: 0; background: none;}
.commr_side li a.commr_side_up i{ margin-right: 0px; font-size:42px; color: #3A424F;}

.site_btn i{cursor: pointer; position: absolute;top:-30px;right:0px; background: #3A424F;color: #fff;width: 24px;height: 24px;line-height: 24px;text-align: center; display: block;border-radius: 50%;}
.site_btn span{display: block; background: #3A424F;color: #fff;width: 30px;height: 30px;line-height: 30px;text-align: center;position: absolute;top:-30px;left: -30px;border-radius: 5px 0 0 5px;visibility: hidden;opacity: 0;cursor: pointer;}
.commr_side.cur{right: -170px;}
.commr_side.cur .site_btn span{visibility: visible;opacity: 1;}

@media only screen and (max-width:1024px) {
.commr_side{right: -170px;}
.site_btn span{visibility: visible;opacity: 1;}
.commr_side.cur02{right: 0;}
.commr_side.cur02 .site_btn span{visibility:hidden;opacity: 0;}
}

#infscr-loading{ text-align: center; width: 100%;}


.video_appbox{position:fixed; width:100%; height:100%; top:0; left:0; z-index:9999999;opacity: 0;visibility: hidden;transition:all 0.6s;-webkit-transition:all 0.6s;-moz-transition:all 0.6s;-o-transition:all 0.6s;-ms-transition:all 0.6s;}
.video_appbox.show{visibility: visible;opacity:1;}
.video_appbox video{object-fit: cover; width: 100%;}
.video_appbox .video_t{ z-index:2; background:#000;width: 1035px;max-width:94%;
 transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);-o-transform: translate(-50%,-50%); position:absolute; left:50%; top:60%;transition:all 0.6s;-webkit-transition:all 0.6s;-moz-transition:all 0.6s;-o-transition:all 0.6s;-ms-transition:all 0.6s;visibility: hidden;opacity: 0;}
.video_appbox.show .video_t{visibility: visible;opacity:1;top:50%;}
.video_appbox .mask{ position:absolute; z-index:1; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0.5);}
.video_close{ position:absolute; top:5%; right:3%;cursor:pointer; z-index: 99999;}
.video_close i{color: #fff;font-size:20px;font-weight: bold;}

.back_top{opacity: 0; position: fixed; z-index: 10; bottom:10%; right:3%;width:50px; height:50px;line-height: 50px; text-align: center; color: #fff; box-shadow: 0 0 3px 3px rgba(0,0,0,0.05); border-radius: 100%; background:linear-gradient(to right,#4496BF,#92D662);}
.back_top:hover{color: #fff!important;}
@media only screen and (max-width:767px) {
    .back_top{width: 40px; height: 40px; line-height: 40px;}
}

.select-box{position:relative;}
.select-box dt a{ display:block;color: #000!important; line-height: 54px;overflow:hidden; margin:0 40px 0 30px; display:block; text-overflow:ellipsis; white-space:nowrap; font-weight:normal;}
.select-box dt a.active{color: #000!important;}
.select-box dt i{position: absolute; right:0px; top:0; width: 40px; font-size: 24px; text-align: center; }
.select-box dd{display:none; line-height: 36px; padding: 10px 0; position:absolute; lefT:0; top:calc(100% + 1px); z-index:11; width:100%;max-height:200px; overflow:auto; border-radius:5px;background:#F2F7F6;}
.select-box dd a{display:block; width:100%; padding:0 30px; color:#000;}
.select-box.open dt i{ transform: rotate(180deg);}
@media only screen and (max-width:767px) { 
    .select-box dt a{line-height: 40px;}
}



/*20240207公共底部修改*/
.footer .ll{ width: 60%; max-width: 820px;font-size: 15px;}
.footer .rr{ width: 40%;}
.footer .ll dt, .footer .ll dd{ width: 40%;}
.footer .ll dd{ width: 30%;}
.footer .ll dd p span{ display: block; margin-top: 5%; color: #fff; width: 24px; height: 24px; text-align: center; line-height: 24px; border-radius: 2px; background: #007EBB;}
.footer .rr .fcop span{margin-top: 80px;}
.footer .rr .fcop span a{ display: block; margin-bottom: 15px;}
.footer .rr .fcop span a:last-child{margin-bottom: 0;}
@media only screen and (max-width:1365px) { 
.footer .rr .fshare a{margin-left: 15px;}
}
@media only screen and (max-width:1279px) { 
.footer .rr .fshare a{margin-left:8px;}
.footer .rr .fcop span{margin-top: 40px;}
}
@media only screen and (max-width:1023px) {
.footer .ll, .footer .rr{ width: 100%; max-width: 100%;}
}
@media only screen and (max-width:767px) {
.footer .ll dt{ width: 100%; margin-bottom: 5%;}
.footer .ll dd{ width: 50%;}
}
/*20240207公共底部修改end*/




