/* 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: #3da345!important;}
}


.wrap{width: 1440px;max-width: 90%;margin: auto;}
@media only screen and (max-width:1370px) {
    .wrap{max-width: 94%;}
}
.index_wrap{width: 1765px;max-width: 97%;margin: auto;}
.new_wrap{width: 1440px;max-width: 94%;margin: auto;}
.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{max-width: 94%;margin: 0 auto;}


}
@media only screen and (max-width:345px) {
    .wrap{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_50 { font-size:50px;}
.fnt_42 { font-size:42px;}
.fnt_44 { font-size:44px;}
.fnt_48 { font-size:48px;}
.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_44 { font-size:40px;}
    .fnt_50 { font-size:46px;}
    .fnt_60{ font-size:54px;}
    .fnt_80{ font-size:74px;}
}
@media only screen and (max-width:1660px) {
    .fnt_44 { font-size:36px;}
    .fnt_50 { font-size:40px;}
    .fnt_60{ font-size:44px;}
    .fnt_22 {font-size: 20px;}
    .fnt_80{ font-size:60px;}
}
@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:36px;}
    .fnt_52 { font-size:44px;}
    /*.fnt_60{ font-size:56px;}*/
    .fnt_72{ font-size:60px;}
    .fnt_80{ font-size:50px;}
    .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_44 { font-size:32px;}
    .fnt_48 { font-size:36px;}
    .fnt_50 { font-size:36px;}
    .fnt_52 { font-size:40px;}
    .fnt_60{ font-size:44px;}
    .fnt_72{ font-size:48px;}
    .fnt_90{ font-size:52px;}
    .fnt_80{ font-size:40px;}

}
@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_44 { font-size:30px;}
    .fnt_48 { font-size:32px;}
    .fnt_50 { font-size:32px;}
    .fnt_60{ font-size:36px;}
    .fnt_72{ font-size:40px;}
    .fnt_90{ font-size:42px;}
    .fnt_80{ font-size:30px;}
}
@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_44 { font-size:24px;}
    .fnt_48 { font-size:26px;}
    .fnt_50 { font-size:26px;}
    .fnt_52 { font-size:28px;}
    .fnt_60{ font-size:32px;}
    .fnt_72{ 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_90{ font-size:30px;}
}


.header_re{float: right;transition: all .3s;width: calc(100% - 240px);}
.header_boxR{float: right;box-sizing: border-box;margin-right: 25px;margin-top: 15px;height: 50px;line-height: 50px;}
.language{float: right;margin-left: 20px;transition: all .3s;font-size: 14px;cursor: pointer;}

.language a{font-size: 14px;}
.language a.on{color: #004ea2;}
.language em{float: left;margin: 0 5px;color: #fff;}
.language dl{position: relative;}
.language dt{line-height: 30px;text-align: center;background: #fff;width: 80px;position: absolute;top: 100%;left: 50%;margin-left: -40px;box-shadow: 0 0 10px rgba(0,0,0,.1);display: none;}
.language dd span{margin-right: 8px;}
/*.login*/
.header_re-t{overflow: hidden;height: 35px;line-height: 35px;text-align: right;color: #80839a;font-size: 12px;}
.header_re-t a{color: #80839a;}
/*搜索*/
.header_search{float: left;border-left: 1px solid #bbbbbb;padding-left: 15px;}
.search_btn,.nav_phone_btn{line-height: 50px;font-size: 20px;}
.header_search{  position: relative;float: right;margin-top: 15px;}
.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{}
.search_btn:before,.search_box_btn:before{font-size: 20px;}

.search_box {
    background: #fff;width: 50px;right: 0px; position: absolute;top:5px;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;}
.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_ewm{float: right;margin-top: 15px;cursor: pointer;}
.header_ewm img{width: 52px;height: 52px;}
.header_menu{float: right;font-size: 26px;padding: 0 50px 0 20px;height: 50px;margin-top: 15px;line-height: 50px;cursor: pointer;}
/*搜索*/


.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;
}
.height_height{height: 90px;display: none;}
.header_in{}
.header h1{float: left;overflow: hidden;margin-top: 18px;}
.header h1 a{display: block;}
.header h1 img{width: 112px;}
.header h1 a span{padding: 5px 0;border-bottom: 1px solid #868686;color: #868686;display: inline-block;vertical-align: middle;}
.header h1 .img_02{display: none;}
.header_box{float: right;transition: all .3s;padding-left: 12%;box-sizing: border-box;width: 100%;}
.header_box.on{width: 0;}
.nav{transition: all .3s;}
.nav>ul>li{float: left;line-height: 40px;}
.nav>ul>li:nth-child(2){}
.nav>ul>li.special_li{position: inherit;line-height: 60px;}
.nav>ul>li>span{display: none;}
.nav>ul>li>a{display: block;}
.nav li>a span{position: relative;display: block;padding:0 40px;height: 80px;line-height: 80px;}
.nav li>a i{position: absolute;left:50%;bottom: 0;height: 6px;width: 0%; background: #3da345;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.on>a{color: #3da345;}
.nav li.on>a i{width: 100%;left: 0;}
.scrollHeader .header{box-shadow: 0 0 10px rgba(0,0,0,0.2);background: #fff;}
/*.scrollHeader .header h1 .img_01{display: none;}*/
/*.scrollHeader .header h1 .img_02{display: block;}*/
/*.scrollHeader .nav>ul>li>a{color: #000;}*/
/*.scrollHeader .language a,.scrollHeader .language,.scrollHeader .search_btn:before{color: #000;}*/
/*xiala*/
.nav{float: left;}

.header.on{background: rgba(0,0,0,0.7);}
.header .return_a{display: none;}



/*导航下拉*/

.navlist{display:none; position: absolute; z-index: 2; left:0;top:100%; width:100%; background:#3da345;}
.navlist::before{ display: none; content: ""; position: absolute;left:50%; margin-left:-8px; top:-10px;width: 0;height: 0;border-bottom: 10px solid #9A6C58;border-right: 10px solid transparent;border-left: 10px solid transparent;}
.navlist dl{padding:15px 0; text-align: left;}
.navlist dl dd{float: left; line-height:20px;font-size: 14px;}
.navlist dl dd a{color: #F5FFF2;padding: 0 40px;position: relative;}
.navlist dl dd a:after{content: "";display: block;width: 1px;height: 12px;background: #ccc;position: absolute;right: 0;top: 50%;margin-top: -6px;}
.navlist dl dd:last-child a:after{display: none;}
/*.navlist dl dd a:hover{color:#fff!important;}*/
/*导航下拉*/

@media only screen and (min-width: 1025px){
    .nav li:hover>a i {width: 100%;left: 0;}
    .navlist dl dd a:hover{color: #fff!important;font-weight: bold;}
}

@media only screen and (max-width:1660px) {
    .nav{}
    .header h1{}
}

@media only screen and (max-width:1580px) {
    .nav>ul>li>a span{padding: 0 25px;}
    /*.header_boxR{margin-left: 20px;}*/
    .nav li>a i{height: 3px;}

}
@media only screen and (max-width:1500px) {
    .nav{}
}
@media only screen and (max-width:1400px) {
    .nav>ul>li>a span{padding: 0 20px;}
}

@media only screen and (max-width:1280px) {
    .nav>ul>li>a span{padding: 0 15px;}
}
@media only screen and (max-width:1260px) {


}
@media only screen and (max-width:1200px) {
    .nav{}
    .nav>ul>li>a span {padding: 0 10px;}
    .header_search{margin-left: 20px;}
    .language{margin-left: 10px;}
}
@media only screen and (max-width:1100px) {
    /*.header_boxR{width: 240px;margin-left: 10px;}*/
    .nav>ul>li>a span {
        /*padding: 0 3px;*/

    }
}

.nav_phone_btn{display:none;}
@media only screen and (max-width:1024px) {
    .header h1{margin-top: 8px;}
    .nav>ul>li>a span {height: auto;line-height: 40px;}
    .nav>ul>li>span{display: block;}
    .menu{display: none;}
    .header_in{margin-top: 0;}
    .header{background: #fff;}
    .header,.height_height{height: 60px;display: block;}
    /*.header h1 .img_01{display: none;}*/
    /*.header h1 .img_02{display: block;}*/
    .nav{margin-right: 0;height: 100%;}
    /*手机按钮*/
    .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: #3da345;margin-top: 8px;}
    .nav_phone_btn span i:first-child{margin-top: 0;}
    .nav_phone_btn em{color: #3da345;font-size: 20px;visibility: hidden;opacity: 0;}
    .visible_nav span{visibility: hidden;opacity:0;}
    .visible_nav em{visibility: visible;opacity: 1;font-size: 24px;}
    .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: #044289;height: calc(100% - 60px);}
    .nav,.nav>ul>li{float: none;border-bottom: 1px solid rgba(255,255,255,0.1);line-height: initial;}
    .nav>ul>li>a{height: 40px;line-height: 40px;font-weight: normal;font-size: 16px;padding: 0 20px;color: #fff;}
    .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;padding-left: 0;}
    .nav>ul>li>a,.header .return_a{}
    .nav>ul>li{position: static;}
    .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: 50px;text-align: center;float: right;line-height: 40px;}
    .header_search{margin:0;width: 100%;padding:0 20px;box-sizing:border-box;margin-top: 20px;margin-bottom: 20px;border-left: 0;}

    .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;}
    .header .return_a{background: #023268;display: block;padding-left: 20px;}

    .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;}
    .language{float: left;height: auto;margin-top: 0;line-height: 40px;color: #fff;position: relative;z-index: 4;}
    /*.language a{color: #fff;}*/
    .language a.on{color: #ec5507;}
    .header_re{height: auto;}
    .header_boxR{border-top: 0!important;line-height: 40px;margin-right: 20px;float: left;}
    .header_menu{display: none;}

    .navlist{ background: none; padding: 0; border-top: 1px solid rgba(255,255,255,.2); height: 100%;line-height: inherit; width: 100%; display: block;clear: both; left:auto; top:0; margin-left: 0!important;right: -200%;background: #044289;border-top: 0;transition: all .3s;padding-top: 30px;box-sizing: border-box;z-index: 4;}
    .nav>ul>li.on .navlist{right: 0;}
    .navlist .wrap{width: 100%;max-width: 100%;}
    .navlist dl{padding: 10px 0;}
    .navlist dl dd{margin-bottom: 0;line-height: 40px;border-bottom: 1px solid rgba(255,255,255,0.1);padding: 0 20px;box-sizing: border-box;}
    .navlist dl{line-height: 40px;}
    .navlist dl dd{width:100%;text-align: left; display: block;}
    .navlist dl dd a{color:#fff;padding: 0;}
    .navlist dl dd a:after{display: none;}
}


@media only screen and (max-width:767px) {
    .header{height: 60px;}
    .header_in{padding: 0 10px;}
    .height_height{height: 60px;}
    .header_re-t{height: 30px;line-height: 30px;margin-right: 10px;}
    .header_box{height: calc(100% - 60px);}
    .nav>ul>li>a, .navlist h3, .navlist p{line-height: 40px;height: 40px;}
    .nav_phone_btn{height: 40px;line-height: 40px;margin-top: 10px;}
    .header h1 a span{margin-top: 4px;}
}





.weixin{ position:fixed; width:300px; height:auto; z-index:100000; left:50%; top:50%; margin:-200px 0 0 -150px; background:#fff; border:1px solid #ddd; border-radius:2px; box-shadow:1px 1px 10px #666;}
.weixin .c{ position:absolute; width:30px; height:30px; background:url(../images/x.png); 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:30px; font-size:16px; padding-left:10px; font-weight:normal;}
.weixin .img{ padding:30px 0 10px; text-align:center; border-top:1px solid #ddd;}
.weixin p {  margin:0 1.5% 20px; text-align:center;  }
.weixin .img img{
    width: 200px;
    height: 200px;
    display: block;
    margin: auto;
}



/*footer*/
.footer{background: #003e7a;color: #fff;}
.footer a{color: #fff;}
.footer_t{overflow: hidden;padding: 50px 0;box-sizing: border-box;background: #828c97;}
.footer_l{float: left;width: 62%;}
.footer_l li{float: left;width: 20%;}
.footer_l li dd{margin-bottom: 20px;font-weight: bold;}
.footer_l li dt p{margin-bottom: 12px;}
.footer_l li dt p a{color: #e1e1e1;}
.footer_r{float: right;width: 38%;}
.footer_r .footer_rl{float: left;width: calc(100% - 131px);padding-right: 70px;box-sizing: border-box;}
.footer_r .footer_rl h3{margin-bottom: 25px;}
.footer_r .footer_rl a{padding: 5px 0;text-decoration: underline;}
.footer_r .footer_rl p{color: #e1e1e1;line-height: 35px;}
.footer_r .footer_rr{width: 130px;height: 130px;float: right;}
.footer_r .footer_rr img{width: 100%;height: 100%;}
.share_common{text-align: right;}
.share_common a{width: 40px;height: 40px;background: #fff;border-radius: 40px;text-align: center;line-height: 40px;color: #003e7a;display: inline-block;font-size: 20px;margin-left: 20px;}
.footer_b{overflow: hidden;padding: 20px 0;background: #4d545a;}
.footer_bl{float: left;}
.footer_bl li{float: left;position: relative;}
.footer_bl li:after{content: "";width: 1px;height: 14px;background: #7a7f83;position: absolute;right: 0;top: 50%;margin-top: -7px;}
.footer_bl li a{padding: 0 18px;box-sizing: border-box;color: #e9edf4;}
.footer_bl li:first-child a{padding-left: 0;}
.footer_bl li:last-child:after{display: none;}
.footer_br{float: right;color: #a4a4a4;}
.footer_br a{margin-right: 8px;color: #a4a4a4;}
.footer_br a:last-child{margin-right: 0;}
@media only screen and (max-width:1024px) {
    .footer_l{width: 80%;}
    .footer_r{width: 20%;}
    .footer_bl{text-align: center;width: 100%;}
    .footer_bl ul{display: inline-block;}
    .footer_br{width: 100%;text-align: center;}
    .footer_br a:last-child{display: block;}
    .footer_l,.footer_r{width: 100%;}
    .footer_r{margin-top: 30px;}
}
@media only screen and (max-width:767px) {
    .footer_t{padding: 30px 0;}
    .footer_l,.footer_r{width: 100%;}
    .footer_l li{width: 100%;margin-bottom: 15px;}
    .footer_l li dd{margin-bottom: 10px;}
    .footer_l li dt p{display: inline-block;margin-right: 10px;margin-bottom: 5px;}
    .share_common{text-align: center;}
    .share_common a{margin: 0 5px;}
    .footer_r .footer_rl{padding-right: 30px;}
    .footer_r .footer_rl h3{margin-bottom: 10px;}
    .footer_r .footer_rl p{line-height: inherit;}
    .footer_r{margin-top: 10px;}
    .footer_br a{display: block;}
    .footer_r .footer_rl{width: calc(100% - 101px);}
    .footer_r .footer_rr{width: 100px;height: 100px;}
}



.indexBody .main{margin-top: 80px;}

.banner{position: relative;overflow: hidden;}
.banner video {
    position: absolute;
    width: 100%;height: 100%;
    left: 0px;
    top: 0;
    object-fit: cover;
}
.banner a{}
.banner_text{z-index: 3;width: 100%;position: absolute;left: 0;top:0%;height: 100%;}
.banner_text h3{line-height: initial;position: relative;padding-bottom: 20px;margin-bottom: 40px;}
.banner_text h3:after{content: "";display: block;width: 95px;height: 1px;background: #fff;position: absolute;left: 0;bottom: 0;}
.banner_text .wrap{position: relative;height: 100%;}
.banner_p{width: 100%;color: #fff;text-align: left;}
.banner_p:after{content: "";width: 26px;height: 100%;display: block;background: #65af4c;position: absolute;left: 0;top: 5px;}
.banner_p p{margin-top: 10px;line-height: 26px;}
.ban_video .video_button{display: none;color: #fff;font-size: 40px;}
.banner .swiper-pagination{bottom: 73px;text-align: left;width: calc(100% - 10.5% - 73px);height: 2px;left: auto;right: 0;}
/*.banner .swiper-pagination .swiper-pagination-bullet{width: 12px;height: 12px;background: #fff;margin: 0 5px;opacity: 1;vertical-align: middle;}*/
/*.banner .swiper-pagination .swiper-pagination-bullet-active{width: 12px;height: 12px;border: 2px solid #fff;border-radius: 100%;background: none;}*/
.banner .swiper-slide-active img {
    animation: zoom 3s;
    height: 100%;
}


.banner .swiper-pagination-bullet{background: rgba(255,255,255,0);opacity: 1;width: 360px;border-radius: 0;height: 3px;position: absolute;left: 0;}
.progressbar-wrap.swiper-pagination-bullet-active {
    opacity: 1;

    position: relative;
    /*background: #ebd9d2;*/
}

.progressbar-wrap.swiper-pagination-bullet-active .progressbar {
    display: block;
}

.progressbar-wrap .progressbar {
    display: none;
    background: #65af4c;
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
}
.banner_page .swiper-pagination{position: static;display: inline-block;}
.banner_page em{font-size: 20px;display: inline-block;vertical-align: middle;margin-left: 5px;margin-top: 4px;cursor: pointer;}

.lhl_but{position: absolute;bottom: 40px;left: 0;z-index: 3;width: 100%;padding-left: 11%;box-sizing: border-box;}
.lhl_but div.swiper-button-prev,.lhl_but div.swiper-button-next{position: static;float: left;background:none;transition: all .3s;text-align: center;}
.lhl_but div img{margin-top: 13px;}

.lhl_but:before{content: "";display: block;width: 10.5%;height: 2px;background: rgba(255,255,255,.5);left: 0;position: absolute;}
.lhl_but:after{content: "";display: block;width: calc(100% - 10.5% - 73px);height: 2px;background: rgba(255,255,255,.5);right: 0;left: auto;position: absolute;}




@keyframes zoom {
    0% {
        transform: scale3d(1.2, 1.2, 1.2);
    }
    100% {
        transform: scale3d(1, 1, 1);
    }
}
.blank_15{background: rgba(0,0,0,.25);position: absolute;left: 0;top: 0;width: 100%;height: 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%;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;}

/*è§†é¢‘å¼¹çª—*/
@media only screen and (min-width:1025px) {
    .lhl_but div.swiper-button-prev:hover,.lhl_but div.swiper-button-next:hover{opacity: .5;}
}
@media only screen and (max-width:1560px) {
    .lhl_but{padding-left: 5%;}
    .lhl_but:before{width: 4.4%;}
    .lhl_but:after,.banner .swiper-pagination{width: calc(100% - 4.4% - 70px);}
}
@media only screen and (max-width:1360px) {
    .lhl_but:after,.banner .swiper-pagination{}
}
@media only screen and (max-width:1024px) {
    .banner .swiper-pagination{bottom: 63px;}
}
@media only screen and (max-width:767px) {
    .ban_video .video_button{display: block;}
    .banner li{height: 340px!important;}
    .banner li>img{display: none;}
    /*.banner .swiper-pagination{bottom: 15px;}*/
    /*.banner .swiper-pagination .swiper-pagination-bullet-active{width: 15px;height: 15px;border-radius: 15px;}*/
    .banner_text h3{margin-bottom: 20px;}
    .video_appbox .video_t{height: auto;background: none;}
    .video_appbox video{height: auto;}

    .banner .swiper-pagination-bullet{width: 200px;}
    .banner .swiper-pagination{bottom: 43px;}
    .lhl_but:after,.banner .swiper-pagination{width: calc(100% - 4.4% - 60px);}
}


.index_01{background: #f5f7f9;padding: 4% 0 6%;box-sizing: border-box;overflow: hidden;}
.index_01 h2{margin-bottom: 30px;}
.index_01 ul{margin-left: -19px;margin-right: -19px;}
.index_01 ul li{float: left;width: 33.3%;padding: 0 19px;box-sizing: border-box;}
.index_01 ul li a{display: block;overflow: inherit;}
.index_01 ul li dl{background: #fff;position: relative;box-shadow: 0 0 10px rgba(0,0,0,.1);}
.index_01 ul li dd{width: 100%;position: absolute;left: 0;top: 50px;padding: 0 45px;box-sizing: border-box;z-index: 3;}
.index_01 ul li dd h3{margin-bottom: 15px;font-weight: bold;color: #000000;}
.index_01 ul li dd p{color: #435562;line-height: 24px;height: 92px;overflow: hidden;}
.index_01 ul li dt{height: 100%;overflow: hidden;position: relative;z-index: 2;}

.index_02{overflow: hidden;}
.index_02 .l{float: left;width: 45%;height: 100%;padding: 6% 6% 6% 8%;box-sizing: border-box;color: #fff; background-size: cover!important;}
.index_02 .l>span{display: block;font-weight: bold;}
.index_02 .l h2{margin: 15px 0 0;position: relative;display: inline-block;padding-bottom: 20px;}
.index_02 .l h2:after{content: "";width: 94px;height: 1px;background: #fff;position: absolute;left: 0;bottom: 0;}
.stro_txt{line-height: 26px;margin: 50px 0;height: 150px;overflow: hidden;}
.newProCon-t .stro_txt p{display: none;}
.newProCon-t .stro_txt p.on{display:block;}
.index_02 .r{float: left;width: 55%;position: relative;}
.index_02 .r img{width: 100%;}
.index_02 .r .video_button{width: 91px;height: 91px;cursor: pointer;}
.stro_link a{background: url(../images/newindex07.png) no-repeat;width: 181px;height: 48px;display: inline-block;background-size: cover;color: #fff;text-align: center;line-height: 48px;}

.index_04{position: relative;}
#map{height: 865px;}
.map_txt{position: absolute;right: 0;top: 0;width: 45%;background: #fff;height: 100%;padding: 5% 8% 5% 6%;box-sizing: border-box;}
.map_txt>span{display: block;font-weight: bold;}
.map_txt h2{margin: 15px 0 0px;position: relative;display: inline-block;padding-bottom: 20px;}
.map_txt h2:after{content: "";width: 94px;height: 1px;background: #65af4c;position: absolute;left: 0;bottom: 0;}
.map_txt p{color: #435562;}
.map_tel{margin-top: 20px;}
.map_tel a{color: #6db356;}


.selects .pub_select{position: relative;float: left;width: 49%;*margin-left: -1px;}
.selects .pub_select input{cursor: pointer;}
.option{border-top: none; position: absolute;width: 100%;top:42px;display: none;left: 0;z-index: 999; max-height: 144px;overflow: hidden;overflow-y:auto; padding: 10px 0;  border: 1px solid #e4e4e4;background: #fff;    box-shadow: 0 0 10px rgba(0,0,0,0.2);}
.selects .pub_select.shi{}
.option ul{margin: 0;}
.option ul li{margin: 0;padding: 0 20px;line-height: 40px;cursor: pointer;}

.selects{position: relative; z-index: 10;margin-top: 20px;margin-bottom: 30px;}
.selects .pub_select{width:calc(50% - 10px); margin-right: 10px;float: left;}
.selects .pub_select:last-child{margin-right: 0;}
.form-control{border:0;border-bottom: 1px solid #000000;border-radius: 0;height: 40px;line-height: 40px;font-size: 16px; color:#435562;width: 100%;}
.arrow_service{position: absolute; right:0; top:0; width:54px; height: 40px; line-height: 40px; text-align: right; color:#000; font-size: 18px;}
.arrow_service.on::before{content: "\e619"!important;}
.option{top:41px;}


.map_btn .btn{display: inline-block;width: 209px;height: 48px;background: url(../images/newindex07.png) no-repeat;background-size: cover;line-height: 48px;text-align: center;border: 0;box-shadow: none;color: #fff;font-size: 16px;}


.index_03{position: relative;overflow: hidden;padding-top: 5%;box-sizing: border-box;}
.index_03 .newProImg{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.newProCon{position: relative;z-index: 3;width: 100%;height: 100%;}
.newProCon .wrap{height: 100%;}
.newProCon dl{height: 100%;}
.newProCon dd{width: 50%;float: left;}

.index_03 dd span{display: block;font-weight: bold;}
.index_03 dd h2{margin: 15px 0 0;position: relative;display: inline-block;padding-bottom: 20px;}
.index_03 dd h2:after{content: "";width: 94px;height: 1px;background: #65af4c;position: absolute;left: 0;bottom: 0;}
.index_03 dd .stro_txt{color: #435562;}

.newProCon-b ul{height: 100%;}
.newProCon-b li{float: left;width: 22%;background: #566471;height: 100%;padding: 25px 20px;box-sizing: border-box;color: #fff;transition: all .3s;cursor: pointer;}
.newProCon-b li h3{margin-bottom: 10px; height: 3em; line-height: 1.5;}
.newProCon-b li.on{width: 31%;background: url(../images/newindex09.png) no-repeat;background-size: cover;}

.newProImg-item{position: absolute;left: 0;top: 0;width: 100%;height: 100%;opacity: 0;transition: all .3s;}
.newProImg-item.on{opacity: 1;}

.newProCon dt{width: 57%;float: right;height: 100%;position: relative;}
.newPro-all{height: 100%;}
.newPro-vid{background: url(../images/newindex10.png) no-repeat;background-size: cover;width: 170px;height: 44px;color: #fff;text-align: center;line-height: 44px;display: none;
position: absolute;right: 0;bottom: 12%;cursor: pointer;}
.newPro-vid i{margin-right: 20px;font-size: 20px;display: inline-block;vertical-align: middle;margin-top: -2px;}
.newPro-vid.on{display: block;}



.ewm_tc{position: fixed;z-index: 10000;display: none;width: 100%;height: 100%;left: 0;top: 0;}
.ewm_tc .ewm_tc-box{width: 200px;height: 200px;position: absolute;left: 50%;margin-left: -100px;top: 50%;margin-top: -100px;z-index: 3;}
.ewm_tc-box img{width: 100%;height: 100%;}
.ewm_close{position: absolute;width: 30px;height: 30px;border-radius: 100%;background: #3da345;color: #fff;right: -15px;top: -15px;text-align: center;line-height: 30px;cursor: pointer;}
.ewm_tc-close{left: 0;top: 0;width: 100%;height: 100%;background: rgba(0,0,0,.6);position: absolute;cursor: pointer;}
.phone_block{display: none;}


@media only screen and (min-width:1025px) {
    .map_tel a:hover{color: #6db356 !important;opacity: 1;cursor: default;}
    .map_btn .btn:hover,.stro_link a:hover{opacity: .8;color: #fff!important;}
    .lhl_but div.swiper-button-prev:hover,.lhl_but div.swiper-button-next:hover{opacity: .4;}
}
@media only screen and (max-width:1560px) {
    #map{height: 700px;}

}
@media only screen and (max-width:1280px) {
    .index_02 .l{padding: 4%;}
    .index_02 .r .video_button{width: 61px;height: 61px;}
    .index_03{padding-top: 4%;}
    .stro_txt{margin: 30px 0;}
    .newProCon-b li h3{margin-bottom: 20px;}
    .banner_p:after{width: 10px;}
    .newProCon dd,.newProCon dt{width: 50%;}
    .newProCon-b{}
}
@media only screen and (max-width:1200px) {
    .header_box{padding-left: 3%;}
    .header_menu{padding: 0 20px 0 10px;}
    .header_boxR{margin-right: 10px;}
}
@media only screen and (max-width:1024px) {
    .indexBody .main{margin-top: 0;}
    .phone_block{display: block;}
    .pc_block{display: none;}
    .header_ewm{margin-right: 20px;}
    .language{margin-left: 20px;}
    .banner li {
        height: 400px!important;
    }
    .lhl_but{bottom: 30px;}
    .banner_p:after{display: none;}
    .banner li img{display: none;}
    .index_01 ul li dd{top: 20px;padding: 0 20px;}
    .index_02{height: auto!important;}
    .index_02 .l,.index_02 .r{width: 100%;}

    .index_03{height: 500px!important;}
    .newProImg-item img{display: none;}
    .newProCon-b li{padding: 20px;}
    .newProCon dd{width: 60%;}
    .newProCon dt{width: 40%;}
    .newProCon-b li h3{margin-bottom: 10px;}
    #map{height: 300px;}
    .map_txt{position: static;width: 100%;padding: 30px 20px 40px;}

}
@media only screen and (max-width:767px) {
    .banner li {
        height:340px!important;
    }
    .lhl_but{bottom: 10px;}
    .index_01{padding: 30px 0;}
    .index_01 ul{margin-left: 0;margin-right: 0;}
    .index_01 ul li{width: 100%;margin-bottom: 20px;padding: 0;}
    .index_01 ul li:last-child{margin-bottom: 0;}
    .index_03{height: auto!important;padding: 0;}
    .index_03 .newProImg{position: relative;height: 200px;}
    .newProCon{padding: 30px 0;display: inline-block;width: 100%;box-sizing: border-box;}
    .newProCon dd{width: 100%;}
    .newProCon dt{position: absolute;top: -30px;left: 0;height: auto;}
    .newProCon-b li{padding:10px;box-sizing: border-box;}
    .newProCon-b li.on{}
    .newProCon-b li p{font-size: 12px;}
    #map{height: 140px;}
    .map_tel{margin-top: 20px;}
    .selects{margin-bottom: 35px;}
    .index_02 .l{padding: 30px 20px;}
    .stro_txt{height: auto;}
    .index_01 ul li dd p{ height: auto;}
}



.map_inter{background:#fff;padding-bottom: 20px;    box-shadow: 0 0 10px rgba(0,0,0,0.15);margin-bottom: 30px;}
.map_inter ul{overflow: hidden;border-bottom:1px solid #e3e3e3;}
.map_inter p{color: #435562;padding: 15px 0;}
.map_inter li{float: left;width: 21%;padding: 0 1%;text-align: center;}
.map_inter li:nth-child(3){width: 29%;}
.map_inter .map_li01 p{color: #6db356;}
.map_li01 li p{padding: 10px 0;}

.map_li02{height:80px;overflow: hidden;overflow-y: auto;}
.map_li02 ul:last-child{border: 0;}
.map_li02 li span{display: none;color: #6db356;margin-bottom: 5px;}
@media only screen and (max-width:767px) {
.map_inter{padding: 10px;margin-bottom: 20px;}
.map_li01{display: none;}
.map_li02 ul{padding-bottom: 10px;margin-bottom: 10px;}
.map_li02 ul:last-child{margin: 0;padding: 0;}
.map_li02 li span{display: block;}  
.map_inter li,.map_inter li:nth-child(3){float: none;width: 100%;text-align: left;padding:5px 0;}
.map_inter p{padding: 0;}
.selects{margin-bottom: 20px;}
}

/*11*/
.index_04{overflow: hidden;}
.new_atab .new_atab_iteam{display: none;}
.new_atab .new_atab_iteam.on{display: block;}
.newProCon-b li a{display: block;color: #fff;width:100%;height: 100%;}
.index_proslider{margin-top: 10px;display: none;}
.index_proslider .newPro-vid{left: 0;right: auto;bottom:10px;display: block;}
.index_probtn{display: none;}
.index_proslider{position: relative;}
.index_proslider .swiper-pagination{position: absolute;left: 0;bottom: -20px;width: 100%;}
.index_proslider .swiper-pagination span{margin: 0 2px;display: inline-block;}
.index_proslider .swiper-pagination-bullet-active{background:#6db356;}

@media only screen and (min-width:1025px) {
.newProCon-b li a:hover{color:#fff !important;}
}


@media only screen and (max-width:767px) {
.index_proslider{display: block;}
.newProCon-b{height: 120px !important;}
.newProCon-b li h3{font-size: 16px;}
.newProCon-b li.on,.newProCon-b li{width: 33.33%}
.index_03 .newProImg{display: none;}
}

.novideo{display:none !important;}
