/* 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{ padding:0 0; color:#2c2b2b;}
.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: #2c2b2b;}
a{transition: all .3s;}
@media only screen and (min-width:1025px) {
    a:hover{color: #115ea2!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: 94%;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_56 { font-size:56px;}
.fnt_60{ font-size:60px;}
.fnt_72{ font-size:72px;}
.fnt_80{font-size: 80px;}
.fnt_86{font-size: 86px;}
.fnt_90{ font-size:90px;}
@media only screen and (max-width:1800px) {
    .fnt_56 { font-size:54px;}
    .fnt_60{ font-size:54px;}
    .fnt_80{font-size: 78px;}
    .fnt_86{font-size: 84px;}
}
@media only screen and (max-width:1660px) {
    .fnt_56 { font-size:44px;}
    .fnt_60{ font-size:44px;}
    .fnt_22 {font-size: 20px;}
    .fnt_80{font-size: 76px;}
    .fnt_86{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_56 { font-size:44px;}
    /*.fnt_60{ font-size:56px;}*/
    .fnt_72{ font-size:60px;}
    .fnt_80{font-size: 60px;}
    .fnt_86{font-size: 60px;}
    .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_56 { font-size:40px;}
    .fnt_60{ font-size:44px;}
    .fnt_72{ font-size:48px;}
    .fnt_80{font-size: 50px;}
    .fnt_86{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_56 { font-size:34px;}
    .fnt_60{ font-size:36px;}
    .fnt_72{ font-size:40px;}
    .fnt_80{font-size: 40px;}
    .fnt_86{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_56 { font-size:28px;}
    .fnt_60{ font-size:32px;}
    .fnt_72{ font-size:36px;}
    .fnt_80{font-size: 36px;}
    .fnt_86{font-size: 36px;}
    .fnt_90{ font-size:36px;}
}
@media only screen and (max-width:767px) {
.fnt_16 { font-size:14px;}
.fnt_20 { font-size:16px;}
.fnt_24 { font-size:16px;}
.fnt_30 { font-size:18px;}
.fnt_36 { font-size:18px;}
.fnt_48 { font-size:18px;}
    .fnt_52 { font-size:20px;}
    .fnt_56 { font-size:20px;}
    .fnt_60{ font-size:24px;}
    .fnt_72{ font-size:24px;}
    .fnt_80{font-size: 32px;}
    .fnt_80{font-size: 32px;}
    .fnt_90{ font-size:30px;}
}
/*搜索*/
.header_search{float: left;margin-left: 20px;}
.search_btn,.nav_phone_btn{line-height: 74px;font-size: 20px;height: 74px;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_btn:after{content: "";display: block;width: 1px;height: 50px;background: #bbbbbb;left: -20px;top: 12px;position: absolute;}
.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;}
.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: 104px;
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);
}
.header_top{background: #3b3b3b;text-align: right;}
.header_top li{display: inline-block;margin-right: 30px;line-height: 30px;color: #fff;font-size: 12px;}
.header_top a{color: #fff;font-size: 12px;}
.header_top dl{position: relative;}
.header_top dl dd{cursor: pointer;position: relative;padding-right:20px;}
.header_top dl dd.one i{-webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);}
.header_top dl dd 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;}
.header_top dl dt{position: absolute;left: 0;top: 30px;background: #3b3b3b;width: 100%;text-align: center;z-index: 2;padding: 5px 0;display: none;}
.header_top dl dt a{display: block;line-height: 24px;}

.height_height{height: 50px;}
.header_in{padding: 0 20px 0 40px;position: relative;}
.header h1{float: left;overflow: hidden;width:118px;height: 39px;margin-top: 17.5px;}
.header h1 a{display: block;transition: none;}
.header h1 img{width: 100%;height: 100%;}
.header_box{float: right;}
.header_box.on{width: 0;}
.nav{text-align: center;width: 70%;}
.nav>ul>li{line-height: 35px;display: inline-block;position: relative;}
.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: 74px;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;}
/*语言*/
.language{float: right;line-height: 74px;margin-right: 20px;}
.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:#fff;overflow: hidden;
    box-sizing: border-box;width: 100%;display: none;box-shadow: 0 0 10px rgba(0,0,0,0.2);}
.navlist li{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: 10px ;overflow: hidden;text-align: center;}
.navlist dd{float: left;width: 100%;}
.navlist dd ul{text-align: center;line-height: initial;}
.navlist dd li{box-sizing: border-box;display: block;}
.navlist li a{display: block;line-height: inherit;overflow: hidden;transition: inherit;}
.navlist li a span{display: block; padding: 0;line-height: 36px;box-sizing: border-box;}
.navlist li a i{display: none; position: static;float: right;width: 16px;height: 36px;line-height: 36px;font-size: 20px;margin-left: 8px;}


@media only screen and (min-width: 1025px){
    .header_top dl dt a:hover{color: #fff!important;font-weight: bold;}
    .header_top a:hover{color: #fff!important;font-weight: bold;}
}

@media only screen and (max-width:1660px) {
    .nav{}

}

@media only screen and (max-width:1580px) {
    .nav li>a i{height: 3px;}
    /*.nav{margin-left: -25%;float: right;}*/
}

@media only screen and (max-width:1400px) {
    .nav>ul>li>a span{padding: 0 20px;}
    .header_in{padding: 0 20px;}

}

@media only screen and (max-width:1280px) {
    .nav>ul>li>a span{padding: 0 20px;}
    .navlist dd li{margin: 0 20px;}

}
@media only screen and (max-width:1260px) {
    .header h1{}
    .header_search{margin-left: 10px;}

}
@media only screen and (max-width:1200px) {
    .nav{}

}
@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: #000;margin-top: 8px;}
    .nav_phone_btn span i:first-child{margin-top: 0;}
    .nav_phone_btn em{color: #000;font-size: 24px;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: #115ea2;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;}
    .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 solid rgba(255,255,255,0.1);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;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: #115ea2;padding: 0;z-index: 9;padding-top: 40px;
        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: #095496;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;}
    .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;}


}


@media only screen and (max-width:1024px) {
    .header{height: 80px;}
    .header_in{padding: 0 10px;}
    .height_height{height: 50px;}
    .header h1{margin-top: 10px;width: 90px;height: 30px;}
    .header_box{height: calc(100% - 80px);}
    .nav{position: static;transform: none;width: 100%;text-align: left;}
    .nav>ul>li>a, .navlist h3, .navlist p{line-height: 40px;height: 40px;}
    .nav_phone_btn{height: 50px;line-height: 50px;}
    .header_search{width: 80%;}
    .header_top li{margin-right: 20px;}
    /*.header_top{display: none;}*/
}

/*footer*/
.footer_t{background: #eaeef2;padding: 50px 0 60px;box-sizing: border-box;overflow: hidden;}
.footer_c{background: #eaeef2;}
.footer_b{background: #d8dfe6;padding: 35px 0;box-sizing: border-box;overflow: hidden;}

.footer_tl{float: left;}
.footer_tl dl{float: left;margin-right: 70px;}
.footer_tl dl dd{font-weight: bold;margin-bottom: 30px;}
.footer_tl dl dd i{display: none;}
.footer_tl dl dt a{display: block;color: #707070;margin-bottom: 15px;}
.footer_tr{text-align: right;float: right;}
.footer_tr dl{display: inline-block;float:left; text-align: center;color: #707070;margin-left: 15px;}
.footer_tr dl dd img{width: 103px;height: 103px;}
.footer_tr dl dt{margin-top: 10px;}
.footer_c{position: relative;}
.footer_c ul{border-top: 1px solid #707070;padding: 25px 0 10px;display: block;}
.footer_c li{display: inline-block;margin-bottom: 15px;width: auto;}
.footer_c li a{color: #707070;margin-right: 35px;}
.footer_c .lhl_but{display: none;}
.footer_bl{float: left;}
.footer_bl img{width: 118px;height: 39px;}
.footer_br-t{text-align: right;margin-bottom: 30px;}
.footer_br-t li{display: inline-block;margin-left: 45px;}
.footer_br-b{text-align: right;color: #707070;}
.footer_br-b p{margin-bottom: 8px;}
.footer_br-b p span{margin-left: 15px;}
.footer_br-b a{color: #707070;}

@media only screen and (min-width:1025px) {
.footer_br-b a.tel_link{color: #707070 !important;cursor: default;}
}
@media only screen and (max-width:1560px) {
    .footer_tl dl{margin-right: 50px;}

}
@media only screen and (max-width:1400px) {
    .footer_tl dl{margin-right: 30px;}
}
@media only screen and (max-width:1280px) {
    .footer_tr dl dd img{width: 70px;height: 70px;}
}
@media only screen and (max-width:1200px) {
    .footer_tl dl{margin-right: 20px;}
}
@media only screen and (max-width:1024px) {
    .footer_t{padding: 50px 0 40px;}
    .footer_tl,.footer_tr{width: 100%;overflow: hidden;}
    .footer_tl dl{margin-right: 40px;}
    .footer_tl dl:last-child{margin-right: 0;}
    .footer_tr{text-align: center;overflow: hidden;margin-top: 20px;}
    .footer_tr dl{margin: 0 10px;}
    .footer_c li a{margin-right: 20px;}
}
@media only screen and (max-width:767px) {
    .footer_t{padding: 30px 0 0;background: #e7ebf0;}
    .footer_tl dl{width: 100%;margin-right: 0;margin-bottom: 10px;}
    .footer_tl dl dd{overflow: hidden;border-bottom: 1px solid #9fa0a0;line-height: 40px;margin-bottom: 10px;}
    .footer_tl dl dd a{float: left;}
    .footer_tl dl dd span{display: block;float: right;transition: all .3s;color: #000;width: 50%;text-align: right;}
    .footer_tl dl dd i{display: inline-block;transition: all .3s;}
    .footer_tl dl dt{display: none;padding-top: 10px;}
    .footer_tl dl.on i{transform: rotate(180deg);}
    .footer_tr,.footer_bl img{display: none;}
    .footer_b{background: #e7ebf0;padding-top: 20px;}
    .footer_br{width: 100%;text-align: center;}
    .footer_br-t{text-align: center;}
    .footer_br-t li{margin: 0 20px;}
    .footer_br-b{text-align: center;}
    .footer_c{padding: 30px 40px;overflow: hidden;background: #e7ebf0;box-sizing: border-box;}
    .footer_c .lhl_but{display: block;}
    .footer_c .lhl_but div{width: 40px;height: 40px;background: #fff;border-radius: 100%;text-align: center;line-height: 40px;margin-top: -20px;background: none;font-size: 16px;box-shadow: 0 0 10px rgba(0,0,0,0.2);}
    .footer_c .lhl_but div.swiper-button-prev{left: 10px;}
    .footer_c .lhl_but div.swiper-button-next{right: 10px;}
    .footer_c ul{padding: 0;border-top: 0;display: flex;}
    .footer_c li{text-align: center;margin-bottom: 0;}
    .footer_c li a{margin-right: 0;}
    .footer_br-b p span{display: block;}
}

/*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;}
.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);}
@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;padding-bottom: 5px;    clear: both;overflow: hidden;}
.page{display:inline-block;*display:inline;*zoom:1;padding-top: 45px;}
.page {vertical-align:middle;text-align:center;margin: 0 auto; color:#94999f; height:28px; line-height:28px; font-weight: bold;}
.page span{float: left; }
.page span.pages_num{margin-right: 10px;}
.page span.pages_num em{color: #115ea2;}
.page a{float: left; width:28px;  color: #000; margin:0 10px; }
.page a.on{background:#115ea2;color:#fff; }
.page a.prev {background:url(/images/page_le.png) center center no-repeat; text-indent:-10000px; margin-right: 5px;}
.page a.next {background:url(/images/page_re.png) center center no-repeat; text-indent:-10000px;}
.page a.prev.no{}
.page a.next.no{}
.page a.first{margin-left: 15px;background: none;}
.page a.last{background: none;}
.page a:first-child + a{}
/*.page a.first{color: #7a8087;}
.page a.last{color: #7a8087;}*/

.page a.next{margin:0 6px;}
.page input.go{cursor: pointer; border:none;outline: none;text-align: center; width: 32px; background: #115ea2; color: #fff;  height: 28px; line-height: 28px;
font-family: "Arial";font-weight: bold;
}
.page input.go:hover{color: #fff !important;}
.page a.on:hover{color: #fff !important;}
.page .txtnum{}
.page .txtnum input{ text-align: center;width:65px;height:28px; line-height:28px; box-sizing:border-box; background:none;border: 2px solid #000000;margin: 0 20px;}
.total em{color: #115ea2;}

.page a.num{font-family: "Arial";}
@media only screen and (max-width:1440px) {
.page .txtnum input{margin:0 10px;margin-left: 0;}
.page a{margin: 0 8px;}
}
@media only screen and (max-width:1250px) {
.page .txtnum input{margin:0 10px;margin-left: 0;}
.page a{margin: 0 ;}
}

@media only screen and (max-width:767px) {
.page{padding-top: 20px;}
.page a{display:none; font-weight: normal;}
.page a.prev,.page a.next{display:block; display:inline-block;}
.total{display: none;}
.page a.on{display: inline-block;}
.page .txtnum input{width: 50px;border: 1px solid #838383;}
}
@media only screen and (min-width:1025px) {
.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;}
.page input.go:hover{opacity: 0.8;}
.nav_p p a:hover{color: #fff !important; opacity: 0.7;}
.site_banner .video_button:hover,.site_banner .icon-24gf-play:hover{opacity: 0.8}

}


/*page*/
body.one .header{height: auto;}

.topnav{background-color: #f7f7f7;padding:30px 0;display: none;}
.topnav ul{overflow:hidden;}
.topnav li{float: left;margin-right: 50px;float: left;margin-bottom:10px;}
.topnav li i{font-weight: bold;font-size: 12px;transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;position: relative;left: 2px;}
@media only screen and (min-width:1025px) {
.topnav li:hover i{position: relative;left: 5px;}
}


/*改头部*/
@media only screen and (min-width:1025px) {
.header{position: static;height: auto;transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    -ms-transition: all 0.6s;}
.edit_header02 .header{position: fixed;}
.edit_header02.scrollHeader2 .header{position: relative;}

.scrollHeader .header{-webkit-transform: translateY(-80px);
    -moz-transform: translateY(-80px);
    -o-transform: translateY(-80px);
    -ms-transform: translateY(-80px);visibility: hidden;opacity: 0;}
.scrollHeader .header_top{display: none;}
.edit_header02 .header{-webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);visibility: visible;opacity: 1;}
.banner,.site_banner{margin-top: 0 !important;}
}
@media only screen and (max-width:1024px) {
.topnav{position: absolute;left: 0;width: 100%;top:30px;    z-index: 2;padding: 10px 0;box-shadow: 0 0 10px rgb(0 0 0 / 20%)}
.topnav li{float: none;width: 100%;margin-right: 0;}
}



.nav{float: left;width: auto;margin-right: 330px}
@media only screen and (max-width:1660px) {
.nav{float: left;width: auto;margin-right: 200px}

}
@media only screen and (max-width:1550px) {
.nav{float: left;width: auto;margin-right: 140px}

}
@media only screen and (max-width:1440px) {
.nav{float: left;width: auto;margin-right: 90px}

}
@media only screen and (max-width:1400px) {
.nav{float: left;width: auto;margin-right: 150px}

}
@media only screen and (max-width:1260px) {
.nav{float: left;width: auto;margin-right: 50px}

}


.navlebg{width: 50%;height: 100%;position: absolute;top:0;left: 0;background: rgba(255,255,255,0.7);}
.nav>ul>li{position: static;}
.navlist{padding: 60px 0 110px 0; top:74px; box-shadow: 0 10px 10px rgb(0 0 0 / 20%);background: none;overflow: inherit;width: 100%;background: rgba(255,255,255,1);z-index: 99;}
.navlist dd,.navlist dt{width: 50%;float: left;text-align: left;box-sizing:border-box;}
.navlist dd{padding-right: 60px;}
.navlist dd li{text-align: left;}
.navlist dt{padding-left: 80px;padding-top:70px;}
.nav_box{width:462px;}
.nav_img{overflow: hidden;width: 100%;height: 260px;margin-bottom: 20px;}
.nav_img img{width: 100%;height: 100%;}
.navlist dt p{line-height: 24px;color:#686868;font-size: 14px;}
.navlist dl{position: relative;z-index: 2;}
.nav_t p{color:#686868;line-height: 24px;font-size: 14px;}
.nav_t h3{margin-bottom: 20px;}
.nav_t{padding-bottom: 20px;border-bottom:1px solid #000;margin-bottom: 30px;}

@media only screen and (max-width:1520px) {
.navlist dt{padding-top: 0;}
.navlist{padding: 50px 0;padding-bottom:70px;}
}
@media only screen and (max-width:1280px) {
.nav_box{width:400px;}
.nav_img{height: 225px;}
.navlist dt{padding-left: 50px;}
}


@media only screen and (max-width:1024px) {
.nav>ul>li>span{cursor: pointer;}
.navlist dt{display: none;}
.navlebg{display: none;}
.navlist{    background: #115ea2;top:0;padding: 0;padding-top:40px}
.nav{float: none;margin: 0;}
.nav_t{display: none;}
.navlist dd{width: 100%;float: none;padding: 0;}
}


<!--0.00038599967956543-->