/* reset */
*{-webkit-tap-highlight-color:rgba(0,0,0,0);}
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: 14px;   }
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); 
}

/*图片经由*/
.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;}

/* 阿里图标 */
[class*='icon']{
    font-family: 'iconfont';
}

body,a{color: #000;}
a{transition: all .3s;}
@media only screen and (min-width:1025px) {
    a:hover{color: #4e974e!important;}
}

.index_wrap{width: 1720px;max-width: 94%;margin: auto;}
.wrap{width: 1440px;max-width: 90%;margin: auto;}
@media only screen and (max-width:1370px) {
    .wrap{max-width: 94%;}
}

.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;
}
.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,.footer-inwrap{max-width: 94%;margin: 0 auto;}


}
@media only screen and (max-width:345px) {
    .wrap,.footer-inwrap{max-width: 97%;margin: 0 auto;}
}
 /*font-size*/
.fnt_12 { font-size: 12px;}
.fnt_16 { font-size:16px;}
.fnt_18 { font-size:18px;}
.fnt_20 { font-size:20px;}
.fnt_22 {font-size: 22px;}
.fnt_24 { font-size:24px;}
.fnt_26 { font-size:26px;}
.fnt_28 { font-size:28px;}
.fnt_30 { font-size:30px;}
.fnt_32 { font-size:32px;}
.fnt_36 { font-size:36px;}
.fnt_38 { font-size:38px;}
.fnt_40 { font-size:40px;}
.fnt_42 { font-size:42px;}
.fnt_48 { font-size:48px;}
.fnt_50 {font-size: 50px;}
.fnt_52 { font-size:52px;}
.fnt_60{ font-size:60px;}
.fnt_72{ font-size:72px;}
.fnt_80{font-size: 80px;}
.fnt_90{ font-size:90px;}
@media only screen and (max-width:1800px) {
    .fnt_60{ font-size:54px;}
    .fnt_80{font-size: 78px;}
}
@media only screen and (max-width:1660px) {
    .fnt_60{ font-size:44px;}
    .fnt_22 {font-size: 20px;}
    .fnt_80{font-size: 76px;}
}
@media only screen and (max-width:1440px) {
    .fnt_22 {font-size: 18px;}
    .fnt_24 { font-size:20px;}
    .fnt_26 { font-size:22px;}
    .fnt_28 { font-size:24px;}
    .fnt_30 { font-size:28px;}
    .fnt_32 { font-size:28px;}
    .fnt_36 { font-size:30px;}
    .fnt_38 { font-size:31px;}
    .fnt_40 { font-size:32px;}
    .fnt_42 { font-size:34px;}
    .fnt_48 { font-size:40px;}
    .fnt_50 {font-size: 42px;}
    .fnt_52 { font-size:44px;}
    /*.fnt_60{ font-size:56px;}*/
    .fnt_72{ font-size:60px;}
    .fnt_80{font-size: 72px;}
    .fnt_90{ font-size:72px;}
}
@media only screen and (max-width:1366px) {
    .fnt_20 { font-size:18px;}
    .fnt_26 { font-size:20px;}
    .fnt_28 { font-size:22px;}
    .fnt_30 { font-size:24px;}
    .fnt_32 { font-size:24px;}
    .fnt_36 { font-size:26px;}
    .fnt_38 { font-size:27px;}
    .fnt_40 { font-size:28px;}
    .fnt_42 { font-size:30px;}
    .fnt_48 { font-size:36px;}
    .fnt_50 {font-size: 38px;}
    .fnt_52 { font-size:40px;}
    .fnt_60{ font-size:44px;}
    .fnt_72{ font-size:48px;}
    .fnt_80{font-size: 50px;}
    .fnt_90{ font-size:52px;}

}
@media only screen and (max-width:1280px) {
    .fnt_22 {font-size: 16px;}
    .fnt_26 { font-size:18px;}
    .fnt_28 { font-size:20px;}
    .fnt_30 { font-size:22px;}
    .fnt_32 { font-size:22px;}
    .fnt_36 { font-size:24px;}
    .fnt_38 { font-size:25px;}
    .fnt_40 { font-size:26px;}
    .fnt_42 { font-size:28px;}
    .fnt_48 { font-size:32px;}
    .fnt_50 {font-size: 34px;}
    .fnt_60{ font-size:36px;}
    .fnt_72{ font-size:40px;}
    .fnt_80{font-size: 40px;}
    .fnt_90{ font-size:42px;}
}
@media only screen and (max-width:1024px) {
    /*.fnt_16 { font-size:14px;}*/
    .fnt_18 { font-size:16px;}
    .fnt_20 { font-size:16px;}
    .fnt_24 { font-size:18px;}
    .fnt_30 { font-size:20px;}
    .fnt_36 { font-size:22px;}
    .fnt_38 { font-size:22px;}
    .fnt_40 { font-size:22px;}
    .fnt_42 { font-size:24px;}
    .fnt_48 { font-size:26px;}
    .fnt_50 {font-size: 28px;}
    .fnt_52 { font-size:28px;}
    .fnt_60{ font-size:32px;}
    .fnt_72{ font-size:36px;}
    .fnt_80{font-size: 36px;}
    .fnt_90{ font-size:36px;}
}
@media only screen and (max-width:767px) {
/*.fnt_20 { font-size:16px;}*/
/*.fnt_24 { font-size:16px;}*/
/*.fnt_30 { font-size:18px;}*/
/*.fnt_36 { font-size:20px;}*/
/*.fnt_48 { font-size:20px;}*/
    .fnt_52 { font-size:20px;}
    .fnt_60{ font-size:24px;}
    .fnt_72{ font-size:24px;}
    .fnt_80{font-size: 32px;}
    .fnt_90{ font-size:30px;}
}
/*搜索*/
.header_search{float: left;margin-left: 20px;}
.search_btn,.nav_phone_btn{line-height: 80px;font-size: 20px;height: 80px;box-sizing: border-box;}
.header_search{  position: relative;float: right;}
.search_btn{cursor: pointer;position: relative;float: right;width: 40px;text-align: center;}
.search_btn.on{opacity:0.6;filter:alpha(opacity=60); -moz-opacity:0.6; -khtml-opacity:0.6;}
.search_btn:before{color: #000;}
.search_btn:before,.search_box_btn:before{font-size: 24px;}

.search_box {
    background: #fff;width: 100px;right: 0px; position: absolute;top:100%;margin-top: 0;z-index: 91;
    visibility: hidden;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    border: 1px solid #eee;
    height: 40px;
    overflow: hidden;
    box-sizing: border-box;
    line-height: 40px;
}
.search_box.on {width: 360px;visibility: visible;opacity: 1;filter: alpha(opacity=100);-moz-opacity: 1; -khtml-opacity: 1;}
.search_box_input {width: calc(100% - 60px); padding: 0 10px;float: left;border: 0;height: 40px;outline: none;line-height: 40px;background: #fff;font-size: 16px;}
.search_box_btn {
  height: 40px;width: 40px;background: none;border: 0;outline: none; float: right;
  position: relative;
}
.search_box_btn:before{content: "\e6e7";position: absolute;top:0;left: 0;width: 100%;height: 100%;    line-height: 40px;  }
.menu{float: right;line-height: 60px;font-size: 20px;}
/*搜索*/


.header{position: fixed;top:0;left: 0;width: 100%;height: 80px;
transition:all 0.6s;-webkit-transition:all 0.6s;-moz-transition:all 0.6s;-o-transition:all 0.6s;-ms-transition:all 0.6s;
    z-index: 9999;
    background:#fff;
    box-sizing: border-box;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.height_height{height: 50px;}
.header h1{float: left;overflow: hidden;width:140px;height: 70px;margin-top: 5px;}
.header h1 a{display: block;transition: none;}
.header h1 img{width: 100%;height: 100%;}
.header_box{margin-left: 20%;}
.header_box.on{width: 0;}
.nav{font-size: 20px;}
.nav>ul>li{float: left;line-height: 35px;}
.nav>ul>li>span{display: none;}
.nav>ul>li>a{color: #000;display: block;transition: none;}
.nav li>a span{position: relative;display: block;padding:0 35px;line-height: 80px;transition: all .3s;}
.nav li>a i{position: absolute;left:50%;bottom: 0;height: 5px;width: 0%;
    /*background: #ff0202;*/
    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{font-weight: bold;}
.nav>ul>li.on>a i{width: 100%;left: 0;background: #19a7ef;display: none;}
/*语言*/
.language{float: right;line-height: 80px;margin-right: 20px;font-size: 18px;}
.language span{margin-right: 8px;}
.language span.on{font-weight: bold;}
/*.header_box .language{display: none;}*/
/*xiala*/
/*.nav{float: right;}*/
.navlist{position: absolute;left: 0;top:100%;background:#2d9341;overflow: hidden;
    box-sizing: border-box;width: 100%;display: none;box-shadow: 0 0 10px rgba(0,0,0,0.2);}
.navlist li{text-align: left;box-sizing: border-box;font-size: 16px;}
.navlist li:last-child{border-bottom: 0;}
.header .return_a{display: none;}
.header .return_a i{float: inherit!important;font-size: 16px!important;margin-left: 0!important;}
.navlist dl{padding: 45px 28px 30px;overflow: hidden;}
.navlist dd{float: left;width: 100%;}
.navlist dd ul{text-align: center;line-height: initial;}
.navlist dd li{box-sizing: border-box;margin: 0 40px;display: inline-block;}
.navlist li a{ float:left; width:calc(100% - 36px); color:#fff!important; display: block;line-height: inherit;overflow: hidden;transition: inherit;font-size: 18px;}
.navlist li a span{padding: 0;line-height: 36px;box-sizing: border-box;}
.navlist li i{position: static;float: right; text-align:center; width:36px;height: 36px;line-height: 36px;font-size: 20px;color:#fff;}

/*事业领域的导航下拉*/
.business_li .navlist dl{padding:45px 15% 30px;}
.business_li .navlist.on{height:auto!important;}
.business_li .navlist.on dl{ height:300px;}
.business_li .navlist dd{width: 20%;padding-right: 2%; /*border-right: 1px solid #cecece;*/box-sizing: border-box;}
.business_li .navlist dd>a{ color: #fff!important; float: left;width:calc(100% - 36px); display: block;font-size: 18px;}
.business_li .navlist dd i.icon-jiantou14{ float: right;color: #fff;width:36px; text-align: center;}
.business_li .navlist dd .sub_nav{display: none; position: absolute; lefT:15%; top:90px; widtH:70%;font-size: 16px;}


.two_list{padding:20px 0 0;position: relative;}
.two_list:before{content: "";width: 1px;height: 240px;background: #cecece;position: absolute;display: block;left: 25%;top: 20px;display: none;}
.two_list:after{content: "";width: 1px;height: 240px;background: #cecece;position: absolute;display: block;left: 50%;top: 20px;display: none;}
.two_list>em{content: "";width: 1px;height: 240px;background: #cecece;position: absolute;display: block;left: 75%;top: 20px;display: none;}
.three_list-item{width: 25%;}
.three_list{width: 100%;}
.three_list-item a{display: block; color:#fff!important;}
.three_list-item a span{padding: 0;line-height: 36px;box-sizing: border-box;}
.three_list-item a i{position: static;float: right;width: 16px;height: 36px;line-height: 36px;font-size: 20px;margin-left: 8px;}
.three_list>a{overflow: hidden;display: block;margin-bottom: 0; float:left;widtH:calc(100% - 36px);}
.four_list{position: absolute;width: 25%;top:20px;display: none;left: 25%;}
.four_list-item{width: 100%;height: 36px;padding: 0 0 0 20px;box-sizing: border-box;}
.five_list-item{position: absolute;left: 100%;width: 100%;top: 0;display: none;}
.four_list-item>a{float:left;widtH:calc(100% - 36px);line-height: 36px;}
.five_list{ padding: 0 0 0 20px; overflow: hidden;}
.five_list>a{float:left;widtH:calc(100% - 36px);box-sizing: border-box;line-height: 36px;}
.six_list{position: absolute;left: 100%;width:100%;display: none;top: 0; height: 240px; overflow-y: auto;}
.six_list a{display: block;padding: 0 0 0 20px;box-sizing: border-box;line-height: 36px;}

::-webkit-scrollbar{ widtH:10px; height: 10px;}
::-webkit-scrollbar-thumb{border-radius: 1em; background: rgba(255,255,255,0.5);}
::-webkit-scrollbar-track{border-radius: 1em;background: rgba(255,255,255,0.5);}

.two_list.one:before{display: block;}
.two_list.two:after{display: block;}
.two_list.three em{display: block;}
@media only screen and (min-width: 1025px){
    /*.nav li:hover>a{font-weight: bold;}*/
    /*.business_li .navlist dd li.on>a{color: #2d9341;}
    .three_list-item.on .three_list>a{color: #2d9341;}
    .four_list-item.on>a{color: #2d9341;}
    .five_list.on>a{color: #2d9341;}*/
}

@media only screen and (max-width:1660px) {
    /*.nav{margin-left: -45%;}*/
    .header_box{margin-left: 16%;}
    .nav li>a span{padding: 0 28px;}
    .navlist li a span{padding: 0;}
}

@media only screen and (max-width:1580px) {
    .nav li>a i{height: 3px;}
    /*.nav{margin-left: -25%;float: right;}*/
    /*.nav{margin-left: -20%;}*/
}
@media only screen and (max-width:1441px) {
    .header_box {
        margin-left: 18%;
    }
    .nav{font-size: 18px;}
    .language{font-size: 16px;}
    .nav>ul>li>a span{padding: 0 25px;}
    .navlist li a{font-size: 16px;}
    .business_li .navlist dd>a{font-size: 16px;}
    .business_li .navlist dd .sub_nav{font-size: 14px;}
}
@media only screen and (max-width:1400px) {

    .header_in{padding: 0 20px;}

}

@media only screen and (max-width:1280px) {
    .nav>ul>li>a span{padding: 0 15px;}
    .navlist dd li{margin: 0 20px;}
    .three_list>a,.four_list-item,.five_list>a,.six_list>a{padding: 0 20px;}
}
@media only screen and (max-width:1260px) {
    .header h1{}
    .header_search{margin-left: 10px;}

}
@media only screen and (max-width:1200px) {
    /*.nav{margin-left: -42%;}*/

}
@media only screen and (max-width:1100px) {
    .nav>ul>li>a span{padding: 0 10px;}
}

.nav_phone_btn{display:none;}
@media only screen and (max-width:1024px) {
    .nav>ul>li>a span {height: auto;line-height: 40px!important;padding: 0;}
    .nav>ul>li>span{display: block;}
    .menu{display: none;}
    .header_in{margin-top: 0;}
    .nav{margin-right: 0;margin-left: 0;}
    /*手机按钮*/
    .nav .icon-you,.header .return_a{display: block;}
    .nav li>a i {display: none;}
    .nav li.cur .navlist {right: 0;}
    .nav_phone_btn{display:block;float: right;}
    .nav_phone_btn span,.nav_phone_btn em{
      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_phone_btn{float: right;position: relative;width: 60px;cursor: pointer;}
    .nav_phone_btn span i{display:block;width: 32px;height: 2px;background: #4e974e;margin-top: 8px;}
    .nav_phone_btn span i:first-child{margin-top: 0;}
    .nav_phone_btn em{color: #2d9341;font-size: 20px;visibility: hidden;opacity: 0;}
    .visible_nav span{visibility: hidden;opacity:0;}
    .visible_nav em{visibility: visible;opacity: 1;}
    .nav_phone_btn span i{width: 20px;}
    .nav_phone_btn span i{margin-top: 6px;}
    .nav_phone_btn{width: 40px;height: 60px;}
    .header_box{position: fixed;bottom:0;right:-100%;width:100%;background: #2d9341;height: calc(100% - 95px);}
    .nav,.nav>ul>li{float: none; border-bottom: 1px solid rgba(255,255,255,0.1);line-height: initial;height:100%;}
    .nav>ul>li>a{height: 40px;line-height: 40px;font-weight: normal;font-size: 16px;padding: 0 20px;color: #fff;}
    .nav>ul>li{ height: auto;}
    .header_box{transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;}
    .navbody .header_box{right: 0;}
    .nav>ul>li>a,.header .return_a{font-size: 14px;}
    .nav>ul>li{position: static;}
    .nav_list{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 li{float: none;border-bottom: 1px dashed rgba(255,255,255,0.2);display: table;width: 100%;position: static;line-height: 40px;}
    .nav li a{color: #fff;}
    .nav li>a{line-height: 40px;width:calc(100% - 90px);float:left;}
    .nav li>span,.header .return_a{display: block;color: #fff;}
    .nav li>span{width: 36px;text-align: center;float: right;line-height: 40px;font-size: 20px;}
    .header_search{margin:0;width: 85%;padding:0 20px;box-sizing:border-box;margin-top: 20px;float: left;}

    .header_re{margin-top: 0;}
    .search_btn{display: none;}
    .search_btn:before, .search_box_btn:before{font-size: 18px;}
    .search_box{position: static; width: 100%;visibility: visible;opacity: 1;filter: alpha(opacity=100);-moz-opacity: 1; -khtml-opacity: 1;margin-top: 0px;}
    .navlist {display: block;top: 0;left: auto;right: -100%;margin: 0;width: 100%;height: 100%;background: #2d9341;padding: 0;z-index: 9;
        box-sizing: border-box;text-align: left;box-shadow: none;

    }
    .navlist li{text-align: left;padding: 0 20px;font-size: 14px;}
    .navlist .wrap{width: 100%;max-width: 100%;}
    .navlist p a{
        display: block;
        padding: 0 20px;
    }
    .nav>ul>li>a,.navlist h3,.navlist p{margin-bottom: 0;height: 40px;line-height: 40px;}
    .header .return_a{background: #137023;display: block;}

    .header_box, .navlist {transition: all 0.3s;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;-o-transition: all 0.3s;-ms-transition: all 0.3s;}

    .header_re{height: auto;}
    .header_in{padding: 0 10px;}
    .height_height{height: 50px;}
    .header_box{height: calc(100% - 80px);}
    /*.nav>ul>li>a{line-height: 50px;height: 50px;}*/
    .nav_phone_btn{height: 80px;line-height: 80px;}
    .header_re-b>.language{display: none;}
    .language{color: #fff;margin-right: 10px;}
    .language span{padding-left: 5px;}
    .language a{color: #fff;}

    .navlist dl{padding: 0;}
    .navlist dt{display: none;}
    .navlist dd{width: 100%;}
    .navlist dd li{width: 100%;padding-right: 0;margin: 0;height: 40px;line-height: 40px;}
    .navlist .index_wrap{max-width: 100%;}
    .navlist dd li a{border-bottom: 0;padding: 0;font-size: 14px;}
    .navlist dd li a span,.navlist dd li a i{line-height: 40px;}

    .business_li .navlist dl{padding:0;}
    .business_li .navlist dd{width: 100%;padding: 0 0 0 20px; height: 40px; line-height: 40px; border-bottom: 1px dashed rgba(255,255,255,0.2);}
    .business_li .navlist dd>span{display: block;}
    .business_li .navlist dd>a{font-size: 14px;}
    .business_li .navlist dd .sub_nav{display: block;width: 100%;position: absolute;top: 0;left:auto; right: -100%;transition: all .3s;background: #2d9341;}
    .business_li .navlist dd .sub_nav.on{ right: 0;}
    .two_list{padding: 0;margin-top: 0px;}
    .three_list{width: calc(100% - 20px);font-size: 14px; overflow: hidden; padding-left: 20px;}
    .three_list>a{margin-bottom: 0;}
    .three_list-item a span,.three_list-item i{line-height: 40px;height: 40px;}
    .three_list-item{border-bottom: 1px solid rgba(255,255,255,0.1);}
    .four_list{left: auto;right: -100%;top: 0;transition: all .3s;background: #2d9341;display: block;height: calc(100vh - 80px);}
    .three_list-item.on .four_list{right: 0;}
    .four_list-item{width: 100%;height: 40px;margin-bottom: 0;border-bottom: 1px solid rgba(255,255,255,0.1);}
    .five_list-item{display: block;left: auto;right: -100%;width: 100%;transition: all .3s;background: #2d9341;height: calc(100vh - 80px);}
    .four_list-item.on .five_list-item{right: 0;}
    .five_list{margin-bottom: 0;border-bottom: 1px solid rgba(255,255,255,0.1);}
    .five_list>a{height: 40px;}
    .six_list{display: block;left: auto;right: -100%;width: 100%;transition: all .3s;background: #2d9341;height: calc(100vh - 80px);}
    .six_list a{margin-bottom: 0;overflow: hidden;height: 40px;border-bottom: 1px solid rgba(255,255,255,0.1);padding: 0 20px!important;}
    .five_list.on .six_list{right: 0;}
    .three_list>a, .four_list-item a, .five_list>a{float: left; padding:0; widtH:calc(100% - 36px);}
    .four_list-item{padding:0 0 0 20px;}
    .five_list{/*overflow: hidden;*/ padding-left: 20px;}
    .six_list>a{widtH:100%; padding-left: 20px;}
    .business_li .navlist dd i.icon-jiantou14{font-size:20px;}
    .five_list.on .six_list{ z-index: 100;}
    body.navbody{height: 100vh;overflow: hidden;}
    .three_list-item,.four_list{width: 100%;}
}


@media only screen and (max-width:767px) {
    .header{height: 50px;}
    .header_in{padding: 0 10px;}
    .height_height{height: 50px;}
    .header h1{width: 70px;height: 34px;margin-top: 8px;}
    .header_box{height: calc(100% - 50px);}
    .nav>ul>li>a, .navlist h3, .navlist p{line-height: 40px;height: 40px;}
    .nav_phone_btn{height: 50px;line-height: 50px;}
    .header_search{width: 68%;}
    .four_list,.five_list-item,.six_list{height: calc(100vh - 50px);}
    .navlist,.navlist dl,.three_list,.five_list{ overflow: unset;}
    .six_list{box-sizing: border-box; overflow-y:unset;}
    .six_list_box{position: absolute; lefT:0; top:50px; widtH:100%; height: calc(100% - 180px);overflow: hidden;}
    .six_list a{padding-left: 20px!important;}


}

/*footer*/
.footer{background: #f5f5f5;background-size: cover;padding-bottom: 40px;box-sizing: border-box;}
.footer_t{overflow: hidden;position: relative;}
.footer_tl{float: left;padding-top: 40px;width: 100%;}
.footer_tl img{width: 118px;height: 59px;}
.footer_tl img+img{ margin-lefT:20px;}
.footer_stock h2{font-weight: bold;}
.footerNew{margin-top: 20px;overflow: hidden;}
.footerNew p{float: left;}
.footerNew span{float: right;width: 318px;text-align: left;padding-left: 31px;box-sizing: border-box;}
.red{color: #fe0000;}
.green{color: #2d9341;}
.footer_p{}
.footer_tc ul{margin-left: -4%;margin-right: -4%;}
.footer_tc li{float: left;border-left: 1px solid #878787;height: 300px;width: 20%;padding-left: 4%;padding-top: 20px;box-sizing: border-box;}
.footer_tc li a{display: block;}
.footer_tc li dd{margin-bottom: 50px;}
.footer_tc li dt a{margin-bottom: 20px;}
.footer_tr{float: right;padding-top: 45px;text-align: right;position: absolute;right: 0;width: 318px;}
.footer_tr p span{margin-left: 15px;}
.footer_img{margin-bottom: 30px;overflow: hidden;text-align: right;}
.footer_tr>p{margin-bottom: 8px;}
.code_item{display: inline-block;text-align: center;margin-left: 30px;}
.code_item p{margin-top: 10px;}
.footer_img img{width: 108px;height: 108px;}
.footer_b ul{overflow: hidden;margin-bottom: 10px;}
.footer_b a{padding: 0 15px;box-sizing: border-box;height: 16px;display: block;position: relative;line-height: 16px;float: left;}
.footer_b a:after{content: "";display: block;width: 1px;height: 16px;top: 0;right: 0;position: absolute;background: #000;}
.footer_b a:first-child{padding-left: 0;}
.footer_b a:last-child:after{display: none;}
.footer_b p{margin-bottom: 8px;}
.footer_c{overflow: hidden;margin: 40px 0;}
.footer_c li:first-child{border-left: 0;}

.main{margin-top: 80px;}
@media only screen and (min-width:1025px) {

}
@media only screen and (max-width:1366px) {


}
@media only screen and (max-width:1280px) {

}
@media only screen and (max-width:1024px) {

    .footer_tl{padding-top: 30px;margin-bottom: 20px;}
    .footer_tc ul{margin-left: 0;margin-right: 0;}
    .footer_tc li{border-left: 0;padding-top: 0px;float: none;padding-left: 0;width: 100%;height: auto;margin-bottom: 20px;}
    .footer_tc li dd{margin-bottom: 20px;}
    .footer_tc li dt a{display: inline-block;margin-right:30px;margin-bottom: 0px;}
    .footer_tr a:first-child{padding-left: 0;}
    .footer_tr{padding-top: 30px;}
    .footer_c{margin: 20px 0;}
}
@media only screen and (max-width:767px) {
    .main{margin-top: 50px;}
    .footer{padding-bottom: 20px;}
    .footer_tl,.footer_tc{width: 100%;}
    .footer_tl{text-align: center;}
    .footerNew p,.footerNew span{width: 100%;text-align:center;}
    .footer_tc li{}
    .footer_tc li dd{margin-bottom: 10px; font-size: 14px;}
    .footer_tc li dt a,.footer_tr a{font-size: 12px;}
    .footer_tr{position: static;}
    .footer_img{margin-bottom: 15px;text-align: center;}
    .code_item{margin: 0 10px;}
    .footer_img img{width: 80px;height: 80px;margin-left: 0;margin: 0 5px;}
    .footer_p{font-size: 14px;}
    .footer_tr{padding-top: 0;width: 100%;text-align: center;}
    .footer_b{text-align: center;font-size: 12px;}
    .footer_b p span{display: block;margin-left: 0;width: 100%;text-align: center;}
    .footer_c{margin: 10px 0;}
    .footer_tc li dt a{margin-right: 15px;}
    .footer_b a,.footer_b li{display: inline-block;float: none;}

}




/*weixin-box*/
.weixin-box{ position:fixed; width:260px; height:240px; z-index:100000; left:50%; top:50%; margin:-120px 0 0 -130px; background:#fff; border:1px solid #ddd; border-radius:4px;}
.weixin-box .c{    color: #000; position:absolute; width:30px; height:30px; right:0; top:0; font-size:20px; font-style:normal; text-align:center; cursor:pointer; z-index:2;}
.weixin-box h2{ position:relative; line-height:30px; font-size:16px; padding-left:10px;}
.weixin-box .img{ padding:20px 10px; text-align:center; border-bottom:1px solid #ddd; border-top:1px solid #ddd;}
.weixin-box .img img{ width:115px; height:115px;}
.weixin-box p{ padding:15px 10px 0; text-align: center;}

.weixin{ position:fixed; width:260px; height:240px; z-index:100000; left:50%; top:50%; margin:-120px 0 0 -130px; background:#fff; border:1px solid #ddd; border-radius:4px; box-shadow:2px 2px 2px #ddd;}
.weixin .c{ position:absolute; width:30px; height:30px; right:0; top:0; font-size:20px; font-style:normal; text-align:center; cursor:pointer; z-index:2;}
.weixin h2{ position:relative; line-height:30px; font-size:16px; padding-left:10px;}
.weixin .img{ padding:20px 10px; text-align:center; border-bottom:1px solid #ddd; border-top:1px solid #ddd;}
.weixin .img img{ width:115px; height:115px;}
.weixin p{ padding:15px 10px 0; text-align: center;}
/*weixin-box*/

/*内页banner*/
.site_banner_wrap{position:relative;}
.site_banner{position: relative;overflow: hidden;background-size: cover;background-position: center;}
.site_banner_text{position: absolute;left: 0;bottom:20%;width: 100%;color: #fff;z-index: 2;}
.site_banner img{width: 100%;}
.site_banner h3{font-size: 60px;border-bottom: 1px solid #2d9341;text-shadow: 0 0 10px rgba(0,0,0,0.3);}
.site_banner .banner_le{float: left;text-align: right;}
.blank_20{position: absolute;left: 0;top:0;width: 100%;height: 100%;background: rgba(0,0,0,0.2);}
.blank_30{position: absolute;left: 0;top:0;width: 100%;height: 100%;background: rgba(0,0,0,0.3);}
.site_banner .blank_20{display: none;}
@media only screen and (max-width:1280px) {
    .site_banner h3{font-size: 40px;}
}
@media only screen and (max-width:1024px) {
    .site_banner_wrap{}
    .site_banner h3{font-size: 30px;}
}
@media only screen and (max-width:767px) {
    .site_banner{height: 180px;}
    .site_banner_wrap {
        /*margin-bottom: 40px;*/
    }
    .site_banner_text{bottom: 30px;}
    .site_banner img{display:none;}
    .site_banner .banner_le{text-align: left;}
    .site_banner .banner_le h3{margin-bottom: 0px;}
}

/*内页banner end*/
.site{line-height: 24px;padding: 20px 0 50px 0;}
.site,.site a{color: #717171;}
@media only screen and (max-width:1024px) {
    .site{display: none;}
}

/*.main{margin-top: 50px;}*/
/*.indexBody .main{margin-top: 0;}*/

@media only screen and (max-width:1024px) {
    /*.main{margin-top: 70px;}*/
    .ldjbanner .site_banner img{display: none;}
}

/*分页*/
/*page*/
.pageout{text-align: center;clear: both; margin-bottom: 5%; font-family: Arial, Helvetica, sans-serif;}
.page{display:inline-block;*display:inline;*zoom:1;}
.page {vertical-align:middle;text-align:center;margin:0 auto;color:#000; height:60px; line-height:60px; }
.page a{float: left; margin-lefT:1px; width:60px;height:60px; line-height:60px;color:#BFBFBF; background: #F5F5F5;box-sizing: border-box;}
.page a.on{background:#2F9344;color:#fff;}
.page a.prev,.page a.next{color:#000!important;}
.page a.prev.disabled,.page a.next.disabled{color:#BFBFBF!important; cursor: default;}
.page a:hover{color:#000!important;}
.page a.on:hover{color: #fff !important;}
@media only screen and (max-width:1279px) {
    .page{ height: 40px; line-height: 40px;}
    .page a{width:40px;height:40px; line-height:40px;}
}
@media only screen and (max-width:767px) {
    .page .num{display: none;}
    .page .num.on{display: inline-block;}
}
/*page*/
/*分页 end*/
/*搜索效果*/
.public_box{
    margin-bottom: 30px;
}
.nomargin .site_banner{margin-bottom: 0;}
.search_top{background:#f2f2f2 ;background-size: cover;padding: 50px 0;}
.search_int{width: 790px;margin: auto;max-width: 100%;overflow: hidden;}
.search_result{color: #828282;}
.search_result span{color: #2d9341;}
.search_result em{color: #2d9341;}
.search_le{float: left;color: #000;width: 105px;line-height: 60px;}
.search_input{border:1px solid #818181;background: #fff;padding: 4px;overflow: hidden;margin-bottom: 20px;}
.search_input input,.search_input button{height: 50px;line-height: 50px;box-sizing:border-box;border:none;outline: none;}
.search_input input{padding: 0 15px;box-sizing:border-box;width: calc(100% - 140px);float:left;}
.search_input button{width: 140px;text-align: center; float: right;background: #2d9341;color: #fff;border-radius: 5px;}
.search_re{float: right;width: calc(100% - 105px);}

.search_list{padding-top: 45px;}
.search_list li{padding: 35px 0;border-bottom: 1px solid #e3e3e6;}
.search_list dt{overflow: hidden;margin-bottom: 15px;line-height: 30px;}
.search_list dt h3 span,.search_list dd span{color: #2d9341;}
.search_list h3{width: calc(100% - 150px);line-height: 30px;max-height: 60px;float: left;
display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.search_list .search_yd{float: right;font-family: "Arial";    font-weight: normal;}
.search_yd span{color: #a3a3a3;display: inline-block;}
.search_yd em{float: right; color: #000;margin-left: 30px;display: inline-block;width: 90px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.search_list dd{color: #595757;}
.search_list dd p{line-height: 24px;max-height: 48px;color: #9c9b9b;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;}

@media only screen and (max-width:1280px) {
.search_list{padding-top: 20px;}
}
@media only screen and (max-width:1024px) {
.search_input input, .search_input button{height: 40px;line-height: 40px;}
.search_le{line-height: 50px;}
.search_input button{width: 100px;}
.search_input input{width: calc(100% - 100px);}
.search_le{width: 80px;}
.search_re{width: calc(100% - 80px);}
.search_list li{padding: 20px 0;}
.search_list ul{padding-bottom: 20px;}
.search_list dd{font-size: 14px;}
.search_list dt{margin-bottom: 10px;}
.search_list h3{line-height: 24px;max-height: 48px;}
}
@media only screen and (max-width:767px) {
    .public_box{
        margin-bottom:15px;
    }
.search_top{padding: 20px 0;}
.search_list ul{padding-bottom: 0;}
.search_list h3{width: calc(100% - 85px);}
.search_input input, .search_input button{height: 32px;line-height: 32px;}
.search_input input{padding: 0 5px;}
.search_input button{width: 70px;}
.search_input input{width: calc(100% - 70px);}
.search_le{line-height: 42px;font-size: 14px;width: 50px;}
.search_re{    width: calc(100% - 50px);}
.search_input{margin-bottom: 10px;}
.search_list{padding-top: 0;}
.search_list h3{font-size: 16px;}
.search_result{font-size: 14px;}
.search_list li{padding: 15px 0;}
.search_list dt{margin-bottom: 4px;}
}
/* 执法条款 */
.law{
    padding: 100px 0;
}
@media only screen and (max-width:767px) {
    .law{
        padding: 50px 0;
    }
}
/*网站地图*/
.sitemap{margin:5% 0 5%;}
.sitemap dl{overflow: hidden;margin-bottom:2%;}
.sitemap dl dt{width: 175px;text-align: center;margin-right: -175px;background: #2d9341;line-height: 44px;color:#fff;float: left; position: relative;z-index: 999;}
.sitemap dl dt a{display: block;color:#fff!important;}
.sitemap dl dd{ width: 100%; float: left;}
.sitemap dl dd a{color:#333;}
.sitemap dl dd ul{overflow: hidden;  margin-left: 200px;}
.sitemap dl dd ul li{margin-right: 50px; float: left; line-height: 44px;}
.sitemap dl dd ul li b{font-weight: normal; margin-right: 10px;}
@media only screen and (min-width: 1024px) {
.sitemap dl dd a:hover{color:#2d9341;}
}
@media only screen and (max-width: 1023px) {
.sitemap dl dd ul li{margin-right: 20px;}
}
@media only screen and (max-width:767px) {
.sitemap dl dt{width:100%; margin-right: 0; float: none; height: 36px; line-height: 36px;}
.sitemap dl dd ul{margin-left: 0;}
.sitemap dl{margin-bottom: 20px;}
}

.law{margin-bottom:5%;}

@media only screen and (min-width:1025px){
    .leader_part li,.leader_part li::after,.leader_part li h2,.leader_part li p,.preview .swiper-slide::before,.preview .swiper-slide::after,
    .enterprise li,.information li{transition: 0.3s all;-webkit-transition: 0.3s all;-moz-transition: 0.3s all;-o-transition: 0.3s all;-ms-transition: 0.3s all;}
    .enterprise li:hover{ border-bottom:3px solid #2d9341; background: #fff; box-shadow: 0 0 5px 5px #E5E5E5;}
    .information li:hover{background: #F4F3F3; box-shadow: 0 0 5px 5px #FAFAFA;}
    /*.footer_tc li dd a:hover,.footer_tc li dt a:hover,.footer_b a:hover,.footer_tr a:hover{color:#fff!important; font-weight: bolder;}*/
    
}

<!--耗时1763653127.3784秒-->