﻿/* reset */
*{-webkit-tap-highlight-color:rgba(0,0,0,0);}
html,body{font-size: calc(100vw / 19.20);}
@media only screen and (max-width:1024px) {
    html,body{font-size: calc(100vw / 10.24);}
    
}
@media only screen and (max-width:767px) {
    html,body{font-size: calc(100vw /7.68);}
    
}

html { height: 100% ;-webkit-tap-highlight-color: rgba(0,0,0,0);  -webkit-tap-highlight-color: transparent;}
body { min-height: 100% }
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 }
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 }
/*sup { vertical-align: text-top }
sub { vertical-align: text-bottom }*/
body, input, select, button, textarea { font-size: 0.16rem; font-family: "PingFang SC","Microsoft Yahei";  }
body { line-height: 1.5 }
a { text-decoration: none;-webkit-tap-highlight-color:transparent }
a { blr:expression(this.onFocus=this.blur()) }
a * { *cursor: pointer }
:focus { outline: none }
.edit_con_original{ line-height:2; padding:0 0; color:#333;}
.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-weight:bold }
.edit_con_original h2 { font-weight:bold }
.edit_con_original h3 { font-weight:bold }
.edit_con_original h4 { font-weight:bold }
.edit_con_original h5 { font-weight:bold }
.edit_con_original h6 { 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 video{ max-width:100%;display: block;margin: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 }
               
       
.err_position{ width:100%; height:auto; background:url(../images/errors.png) center no-repeat;}


/*隐藏视频下载按钮*/
video::-internal-media-controls-download-button {
    display:none;
}

video::-webkit-media-controls-enclosure {
    overflow:hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px); 
}

/* 阿里图标 */
[class*='icon']{
    font-family: 'iconfont';
}

.video_button2{pointer-events: none;cursor: default;}
.video_button2 .video_bf{display: none;}

/*图片经过*/
.tran_scale{ overflow:hidden; display:block;}
/*img{transition: All 0.7s ease-in-out;}*/
.tran_scale img{-webkit-transition: opacity .4s ease-in,-webkit-transform .6s linear;transition: opacity .4s ease-in,transform .6s linear;}
.tran_scale:hover img{transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);-moz-:scale(1.1,1.1);-o-transform:scale(1.1,1.1);-ms-transform:scale(1.1,1.1);}


/*两端对齐*/
.justify { text-align:justify; text-justify:distribute-all-lines;}
/*上下居中*/
.v-m-c{ transform: translate(0,-50%); -webkit-transform: translate(0,-50%);-ms-transform: translate(0,-50%);-moz-transform: translate(0,-50%);-o-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);-moz-transform: translate(-50%,0);-o-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%);-moz-transform: translate(-50%,-50%);-o-transform: translate(-50%,-50%); position:absolute; left:50%; top:50%;}

.animate{ transition: 1.5s all cubic-bezier(0.19, 1, 0.22, 1);}
.animate_slowx { transition: 2.5s all cubic-bezier(0.19, 1, 0.22, 1); }
.animate_fast{ transition: 1s all cubic-bezier(0.19, 1, 0.22, 1);}
.animate_slow{ transition: 10s all cubic-bezier(0.19, 1, 0.22, 1);}
.animate_normal{ transition: 0.5s all linear;}

.m_color .mCSB_scrollTools .mCSB_draggerRail{ width:1px; background: #ccc;}
.m_color .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:3px;-webkit-border-radius:0;border-radius:0;background:#ab0500;}
.m_color .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.m_color .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.m_color .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag:hover .mCSB_dragger_bar{ background:#ab0500;}

.bg-cover{ background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;}

body,a{color: #18191c;}
input,button,textarea{border:none;outline: none;background: none;}

.wrap{width: 1600px;max-width: 90%;margin: auto;}
.jie {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
.line24{line-height: 24px;
 display: -webkit-box;
  overflow: hidden;
  
  -webkit-box-orient: vertical;
}
.line30{line-height: 30px;
 display: -webkit-box;
  overflow: hidden;
  
  -webkit-box-orient: vertical;
}
.line32{line-height: 32px;
 display: -webkit-box;
  overflow: hidden;
  
  -webkit-box-orient: vertical;
}
.ellipsis_p{
   display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ratio-img,.ratio-img img{width: 100%;}
.bold{font-weight: bold;}
.ellipsis{white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
@media only screen and (max-width:1024px) {
.wrap{max-width: 94%;}
.line30,.line32{line-height: 24px;}

}

.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: 60%;
 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);}
.lt9 .video_appbox .mask{filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr="#88000000", EndColorStr="#88000000");}
.vide0_close{ position:absolute; top:20px; right:20px; cursor:pointer; z-index: 99999;}
.vide0_close i{color: #fff;font-size:20px;font-weight: bold;}



.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%;}
}

*{box-sizing: border-box;}

/*font-size*/
.fnt_14 { font-size: 0.14rem;}
.fnt_16 { font-size: 0.16rem;}
.fnt_18 { font-size: 0.18rem;}
.fnt_20 { font-size: 0.2rem;}
.fnt_24 { font-size: 0.24rem;}
.fnt_30 { font-size: 0.3rem;}
.fnt_60 { font-size:0.6rem;}

@media only screen and (max-width:1024px) {
    .fnt_14 { font-size: 0.14rem;}
    .fnt_16 { font-size: 0.14rem;}
    .fnt_18 { font-size: 0.16rem;}
    .fnt_20 { font-size: 0.18rem;}
    .fnt_24 { font-size: 0.2rem;}
    .fnt_30 { font-size: 0.2rem;}
    .fnt_60 { font-size:0.3rem;}
}
@media only screen and (max-width:767px) {
    body, input, select, button, textarea{font-size: 14px;}
    .fnt_14 { font-size:14px;}
    .fnt_16 { font-size: 14px;}
    .fnt_18 { font-size: 14px;}
    .fnt_20 { font-size:16px;}
    .fnt_24 { font-size:16px;}
    .fnt_30 { font-size: 18px;}
    .fnt_60 { font-size:20px;}
}


.header_top{padding:0.2rem 0;}
.logo h1{float: left;width: 3.25rem;height: 1.55rem;}
.logo{overflow: hidden;float: left;}
.logo h1 img{width: 100%;height: 100%;}
.logo h2{float: left;line-height: 1.55rem; margin-left: 0.2rem;}
.header_right{float: right;padding-top: 0.6rem;    width: 4.4rem;}
.header_search{background: #f0f0f0;overflow: hidden;border-radius: 0.3rem;float: left;}
.header_search input{float: left;padding: 0 0.25rem; padding-right: 0;width: calc(100% - 0.8rem);}
.header_search button{float: right;width: 0.8rem;text-align: center;color: #3a3a3a;}
.header_search input,.header_search button,.login_01 a,.login_sucess h2{height: 0.48rem;line-height: 0.48rem;}

.login_box{float: right;width: 1.2rem;}
.login_01{font-weight: bold;}
.login_01 a{float: left;color: #126435;margin-right: 0.18rem;}
.login_01 a:last-child{margin-right: 0;}

.header_bottom {
    background: #126435;
    background-image:-moz-linear-gradient(to right, #126435,#1caa5a);
    background-image:-webkit-linear-gradient(to right, #126435,#1caa5a);
    background-image:-ms-linear-gradient(to right, #126435,#1caa5a);
    background-image:-o-linear-gradient(to right, #126435,#1caa5a);
    background-image:linear-gradient(to right, #126435,#1caa5a);
}
.header_bottom{text-align: center;}
.header_bottom ul{display: inline-block;}
.header_bottom ul>li{float: left;}
.header_bottom ul>li.on{background: #126435;}
.header_bottom ul>li>a{display: block;color: #fff;padding:0 0.42rem;}
.header_bottom .wrap{height: 100%;}
.header_bottom,.header_bottom ul>li>a{ height: 0.6rem; line-height: 0.6rem;}

.footer{background: #126435;text-align: center;padding:0.4rem 0;}
.footer,.footer a{color: #fff;}
.foot_p01{padding-bottom: 0.2rem;}
.foot_p01 a{padding: 0 0.18rem;}
.foot_p02 i{margin-left: 0.5rem;}

/*手机导航按钮开始*/
.header_close{position: fixed;top:0;right: 0;cursor: pointer; display: none;}
.nav_phone_btn{display: none;cursor: pointer;width: 68px;height: 60px; margin-top: 8px; position: relative;text-align: center; border-left: 1px solid rgba(255,255,255,0.4)}
.nav_phone_btn span {position: relative;/*font-size: 0;*/width:34px;height: 3px; background-color: #fff;display: inline-block;transition:all 250ms ease-out;-webkit-transition:all 250ms ease-out; top:-10px;}
.nav_phone_btn span i{ position: absolute; bottom:-30px; left:0; width:100%; color:#fff; 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: #fff;left:0px;transition:all 250ms ease-out;-webkit-transition:all 250ms ease-out;}
.nav_phone_btn span:before{top:-7px;width:75%;}
.nav_phone_btn span:after{top:7px;width:67%;}
.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;width:90%;transform: rotateZ(-45deg);-webkit-transform: rotateZ(-45deg);-ms-transform: rotateZ(-45deg);}
/*手机导航按钮结束*/


.login_sucess{position: relative;}
.login_sucessbox{position: absolute;top:100%;left: 0; background: #fff;box-shadow: 0px 4px 24px 0px rgba(10, 10, 51, 0.12), 0px 0px 8px 0px rgba(0, 0, 0, 0.04);
    border-radius: 12px;
    background: #FFF; width: 1.8rem; padding: 0.2rem;    z-index: 9;}
.login_sucess h2{position: relative;padding-right: 0.2rem; text-align: right;cursor: pointer;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.login_sucess h2 i{position: absolute;top:0;right: 0;transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;}
.login_sucessbox{display: none;}
.login_sucessbox h3{margin-bottom: 0.1rem;font-weight: bold;}
.login_sucessbox p{overflow: hidden;font-weight: normal;}
.login_sucessbox p span{float: left;position: relative;}
.login_sucessbox p span::after{content: "";position: absolute;top:50%; margin-top: -0.08rem; right: 0;height: 0.16rem;width: 1px;background: #ccc;}
.login_sucessbox p span a{display: block;padding:0 0.1rem;}
.login_sucessbox p span:first-child a{padding-left: 0;}
.login_sucessbox p span:last-child{border: 0;}
.login_sucessbox p span:last-child a{padding-right: 0;}
.login_sucessbox p span:last-child::after{display: none;}


.login_sucess:hover .login_sucessbox{display: block;}
.login_sucess:hover h2 i{-webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);}

@media only screen and (max-width:1024px) {
    .logo h1{width: 1.4rem;height: 0.6442rem;}
    .logo h2{line-height: 0.6442rem;margin-left: 0.1rem;}
    .login_box{}
    .header_search button{width: 0.5rem;}
    .header_search input{width: calc(100% - 0.5rem);}
    .header_right{padding-top: 0.1rem;        width: 3.9rem;}
    .header_bottom ul>li>a{padding: 0 0.2rem;}

    
    .nav_phone_btn{width: 50px; height:24px;margin: 0;overflow: hidden; float: right;}
    .nav_phone_btn span{top:-2px;width: 26px;}
    .nav_phone_btn span,.nav_phone_btn span:before,.nav_phone_btn span:after{background: #126435;}

}
@media only screen and (max-width:767px) {
    
    .header_top{padding: 10px 0;}
    .header_right{float: none;width: 100%;clear: both;}
    .logo {margin-bottom: 6px;}
    .logo h1{width: 2rem;height: auto;}
    .logo h2{line-height:0.95rem;font-size: 18px; font-size: 0.36rem;}
    .header_search input, .header_search button{height: 36px;line-height: 36px;}
    
    .header_search{width: calc(100% - 100px); width: 100%;float: none;margin-bottom: 10px;}
    .header_search button{width: 40px;}
    .header_search input{width: calc(100% - 40px);}
    .login_box{float: left;margin-left: 0; width: auto; max-width: 50%;}
    .nav_phone_btn,.header_close{display: block;}
    .login_01 a{ line-height: 24px;height: auto; margin-right: 15px;}

    .header_bottom, .header_bottom ul>li>a{height: inherit;line-height: inherit;}
    .header_bottom ul>li>a{padding: 0 20px;line-height: 40px;}
    .header_bottom {position: fixed;top:0;right: -100%;width: 100%;height: 100%;z-index: 9999; text-align: left;transition:all 0.4s;-webkit-transition:all 0.4s;-moz-transition:all 0.4s;-o-transition:all 0.4s;-ms-transition:all 0.4s; visibility:hidden;opacity: 0;}
    .header_bottom ul>li{float: none;border-bottom: 1px solid rgba(255,255,255,0.1);}
    .header_bottom ul{display: block;padding: 50px 0;}
    .header_bottom .wrap{max-width: 100%;}
    .header_close{font-size: 24px;color: #fff;width: 60px;height: 60px;line-height: 60px;text-align: center;}

    .navbody .header_bottom{right:0;visibility: visible;opacity: 1;}
    
    .login_01 a, .login_sucess h2{height: 24px;line-height: 24px;}
    .login_sucessbox{width: 150px;padding: 10px;}
    .login_sucess h2{padding-right: 20px;}
    .login_sucess h2 i{font-size: 16px;}
    .login_sucessbox p span a{padding: 0 10px;}
    .login_sucessbox p span::after{height: 14px;margin-top: -7px;}
    
}

@media only screen and (max-width:360px) {
    
    .logo h1{width: 74px;height: 35px;}
    .logo h2{line-height: 35px;font-size: 17px;}
}

@media only screen and (min-width:1025px) {
  a{transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;}
  a:hover{color: #126435 !important;}
  .header_bottom ul>li>a:hover{color: #fff !important; opacity: 0.8;}
  .footer a:hover{color: #fff !important; opacity: 0.8;}
  .login_box a:hover{color: #1caa5a !important;}


  .header_bottom,.header_top{transition:all 0.8s;-webkit-transition:all 0.8s;-moz-transition:all 0.8s;-o-transition:all 0.8s;-ms-transition:all 0.8s;}
  .nav_fixed .header_top{-webkit-transform: translateY(-100%); -moz-transform: translateY(-100%);-o-transform: translateY(-100%);-ms-transform: translateY(-100%);transform: translateY(-100%);}
.nav_fixed .header_bottom{position: fixed;top:0;left: 0;width: 100%;z-index: 999;}
}




/*page*/
.pageout{text-align: center;clear: both;overflow: hidden;}
.page{height:0.55rem; display:inline-block;vertical-align:middle;text-align:center;margin: 0 auto; color:#94999f; }
.page span{float: left;}
.page a{float: left; color: #BFBFBF; margin:0 0.05rem; box-sizing:border-box;}
.page a.on{background:#1E9678;color:#fff;}
.page a.num{font-family: "Arial";}
.page a.prev {margin-left: 0; margin-right:0.1rem; color: #000; font-weight: bold;}
.page a.next {margin-left: 0.1rem; color: #000; font-weight: bold;}
.page a.prev.disabled,.page a.next.disabled{opacity: 0.5}
.page a,.page input.go,.page .txtnum input{width:0.55rem;height:0.55rem;line-height:0.55rem;border-radius:5px;}
.page .txtnum{margin-left:35px;margin-right: 0;}
.page .txtnum b{font-weight: normal;color: #000;margin-right:10px;}
.page .txtnum input{ text-align: center; box-sizing:border-box; background:none;margin: 0 5px;}
.page input.go{cursor: pointer; border:none;outline: none;text-align: center; background: #1E9678; color: #fff; font-family: "Arial";}
.page input.go{transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;}
@media only screen and (max-width:767px) {
.page a.num{ display: none;}
.page{ height: 36px;}
.page a,.page input.go,.page .txtnum input{ width: 36px; height: 36px; line-height: 36px;}
.page a.prev{margin-right: 2px;}
.page a.next{margin-left: 2px;}
}
@media only screen and (min-width:1025px) {
.page a:hover{color: #000!important;}
.page a.on:hover{color: #fff!important;}
.page input.go:hover{opacity: 0.8;color: #fff !important;}
}
/*page end*/



.main{min-height: calc(100vh - 4.3rem);}
@media only screen and (max-width:1024px) {
.main{min-height: calc(100vh - 3.35rem);}
}
@media only screen and (max-width:767px) {
.main{min-height: calc(100vh - 202px - 1rem);}
}
