﻿/* 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; font-family: "PingFang SC","Microsoft Yahei";  }
body { line-height: 1.5 }
a { text-decoration: none;-webkit-tap-highlight-color:transparent }
a { blr:expression(this.onFocus=this.blur()) }
a * { *cursor: pointer }
:focus { outline: none }
.edit_con_original{ padding:0 0; color:#333;}
.edit_con_original ul{ margin:inherit; padding:inherit; padding-left:2em;}
.edit_con_original ul li { list-style-type:disc; margin:auto; }
.edit_con_original ol{ margin:inherit; padding:inherit}
.edit_con_original ol li { list-style-type:decimal; margin:auto; }
.edit_con_original h1 {  font-weight:bold }
.edit_con_original h2 {  font-weight:bold }
.edit_con_original h3 {  font-weight:bold }
.edit_con_original h4 { font-weight:bold }
.edit_con_original h5 { font-weight:bold }
.edit_con_original h6 {  font-weight:bold }
.edit_con_original em { font-style: italic }
.edit_con_original cite{ font-style: italic }
.edit_con_original address{ font-style: italic }
.edit_con_original i { font-style: italic }
.edit_con_original table{ border-collapse: separate; border-spacing: 2px }
.edit_con_original img{ max-width:100%; height:auto;}
.edit_con_original video{ max-width:100%;display: block;margin:auto;}
 
 
/*所有后台编辑器区域都要引用 edit_con_original 类名*/
 
/* clear 页头，页脚，内容区都不用再加清除样式 */
.fixed:before, .clearfix:before, .cf:before, body:before, .header:before, .main:before, .footer:before { content: ''; display: table }
.fixed:after, .clearfix:after, .cf:after, after, .header:after, .main:after, .footer:after { content: ''; display: table; clear: both }
.fixed, .clearfix, .cf, .header, .main, .footer { *zoom: 1 }
 
 
.clear, .cl { display: block!important; float: none!important; clear: both; width: auto!important; max-width: none!important; min-width: 0!important; max-height: none!important; min-height: 0!important; overflow: hidden; margin: 0!important; padding: 0!important; border: 0 none!important; font-size: 0!important; line-height: 0!important }
               
       
.err_position{ width:100%; height:auto; background:url(../images/errors.png) center no-repeat;}


/*隐藏视频下载按钮*/
video::-internal-media-controls-download-button {
    display:none;
}

video::-webkit-media-controls-enclosure {
    overflow:hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px); 
}

/* 阿里图标 */
[class*='icon']{
    font-family: 'iconfont';
}



/*图片经过*/
.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;}


/*两端对齐*/
.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;}


.bg-cover{ background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;}
body,a{color: #000;}
.wrap_1764{width:1764px;max-width: 90%;margin: auto;}
.wrap{width: 1440px;max-width: 90%;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;
}
.line32{line-height: 32px;
 display: -webkit-box;
  overflow: hidden;
  
  -webkit-box-orient: vertical;
}
.ellipsis_p{
   display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ratio-img,.ratio-img img{width: 100%;}
.bold{font-weight: bold;}
.ellipsis{white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
@media only screen and (max-width:1024px) {
.wrap,.wrap_1764{max-width: 94%;}
.line30,.line32{line-height: 24px;}

}

/*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_18 { 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;}
}


.footer{background:#0447a2;}
.footer,.footer a{color:#fff;}
.foot_top{padding: 50px 0 100px 0;overflow: hidden;}
.foot_top .foot_le{float: left;}
.foot_top .foot_le ul{overflow: hidden;}
.foot_top .foot_le li{float: left;margin-right:110px;}
.foot_top .foot_le li:last-child{margin-right: 0;}
.foot_top .foot_le dt{margin-bottom:25px;}
.foot_top .foot_le dd p{line-height: 26px;margin-bottom: 10px;}
.foot_top .foot_le dd p:last-child{margin-bottom:0;}
.foot_top .foot_re{float: right;display: none;}
.foot_site{text-align: right;line-height: 20px;margin-bottom: 25px;}
.foot_site a{padding-left:10px;margin-left: 10px;border-left:1px solid #fff;}
.foot_site a:first-child{border: 0;padding-left: 0;margin-left: 0;}

.foot_select dl{position: relative;width: 185px;}
.foot_select dt{border:1px solid #c5c5c5;border-radius: 30px;background:#fff;height: 36px;line-height: 36px;cursor: pointer;position: relative;}
.foot_select dt i{position: absolute;top:0;right: 0; width:40px;height: 20px;line-height: 20px; text-align: center;border-left:1px solid #b0b0b0;}
.foot_select dt p{color:#7f7f7f;}
.foot_select dt i{color:#2a5c83; position: absolute;top:8px;right: 0;font-size: 12px;font-weight: bold;}
.foot_select dt i em{width: 100%;height: 100%; position: absolute;left:0;top: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;}
.foot_select dd{position: absolute;top:100%;left: 0;width:100%;background:#fff;box-shadow: 0 0 10px rgb(0 0 0 / 30%);display: none;border-radius: 10px;padding:10px 0;}
.foot_select dd p,.foot_select dt{padding: 0 28px;}
.foot_select dd p{line-height: 30px;}
.foot_select dd p a{color: #333;}
.foot_select dt.on i em{-webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);}

.foot_bottom{background:#1050a6;line-height: 24px;padding:25px 0;}
.foot_bottom .f_le{float: left;width:calc(100% - 160px)}
.foot_bottom .f_le em{margin:0 10px;}
.foot_bottom .f_re{float: right;}
.foot_bottom .f_re dl{position: relative;}
.foot_bottom .f_re dt{width:26px;height: 26px;cursor: pointer;}
.foot_bottom .f_re dt img,.foot_bottom .f_re dd img{width: 100%;height: 100%;}
.foot_bottom .f_re dd{position: absolute;bottom: 26px;left: -112px;width: 112px;height: 112px; visibility: hidden;opacity: 0;
  transition:all 0.6s;-webkit-transition:all 0.6s;-moz-transition:all 0.6s;-o-transition:all 0.6s;-ms-transition:all 0.6s;
  transform:scale(0.8,0.8); -webkit-transform:scale(0.8,0.8);-moz-:scale(0.8,0.8);-o-transform:scale(0.8,0.8);-ms-transform:scale(0.8,0.8);}
.foot_bottom .f_re dl:hover dd{visibility:visible;opacity: 1;transform:scale(1,1); -webkit-transform:scale(1,1);-moz-:scale(1,1);-o-transform:scale(1,1);-ms-transform:scale(1,1);}

@media only screen and (max-width:1760px) {
.foot_top .foot_le li{margin-right: 60px;}
}
@media only screen and (max-width:1520px) {
.foot_top .foot_le li{margin-right: 50px;}
}
@media only screen and (max-width:1366px) {
.foot_top .foot_le li{margin-right: 40px;}
}
@media only screen and (max-width:1200px) {
.foot_top .foot_le li{margin-right: 20px;}
}
@media only screen and (max-width:1130px) {
.foot_top{padding: 50px 0;}
.foot_top .foot_re,.foot_top .foot_le{width:100%;float: none;}
.foot_site{text-align: center;margin-bottom: 10px;}
.foot_select dl{margin: auto;}

.foot_top .foot_le li{float: none;width: 100%;padding: 15px 0;border-bottom:1px solid rgba(255,255,255,0.2)}
.foot_top .foot_le li:last-child{padding-bottom: 0;border: 0;}
.foot_top .foot_le dd p{margin: 0;float: left;margin-right: 30px;}
.foot_top .foot_le dd p:last-child{margin-right: 0;}
.foot_top .foot_le dt{margin-bottom:0;}
.foot_top .foot_le dd{padding-top: 10px;overflow: hidden;}



}
@media only screen and (max-width:767px) {
.foot_top{padding: 30px 0;}
.foot_bottom .f_le,.foot_bottom .f_re{float: none;width: 100%;}
.foot_bottom .f_re{margin-bottom: 10px;}
.foot_bottom .f_re dt{display: none;}
.foot_bottom .f_re dd{position: static;visibility: visible;opacity: 1;transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -moz-: scale(1,1);
    -o-transform: scale(1,1);
    -ms-transform: scale(1,1);margin: auto;}
.bah,.xhr{display: block;}
.foot_bottom .f_le em{display: none;}
.foot_bottom .f_le{text-align: center;}
.foot_select dl{width:100%;}

}




@media only screen and (min-width:1025px) {
.header_1 .nav li>a{font-weight: bold;}
a{transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;}
a:hover{color: #0447a2 !important;}
.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);}
.footer a:hover{color: #fff !important; opacity: 0.8}
.foot_select dd p a:hover{color: #0447a2 !important;}


.nav li:hover>a i{width: 100%;}
.header_2 .nav li:hover>a i{width: 64px;margin-left:-32px;}

}


/*header*/
.header h2{width:426px;height: 66px;margin-bottom:70px;}
.header h2 a{display: block;}
.header h2 img{width:100%;height:100%;}
.header{position: absolute;left: 0;top:0;z-index: 9999;width:530px;background:url(../images/nav_bg.png) no-repeat;background-size: 100% 100%;box-sizing:border-box;padding-top: 100px;padding-left:50px;height:100vh;}
.nav li{line-height: 40px;margin-bottom: 30px;} 
.nav li>a{display: inline-block;position: relative;}
.nav li>a i{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: absolute;left: 0;bottom: 0;width: 0%; height:2px;background:#0447a2;}
.nav li.on>a{color:#0447a2;}
.nav li.on>a i{width: 100%;}

/*.header_2 h2 img{transform:scale(0.7,0.7); -webkit-transform:scale(0.7,0.7);-moz-:scale(0.7,0.7);-o-transform:scale(0.7,0.7);-ms-transform:scale(0.7,0.7);}*/
@media only screen and (max-width:1024px) {
/*.header_2 h2 img,.header_1 h2 img{transform:scale(0.7,0.7); -webkit-transform:scale(0.7,0.7);-moz-:scale(0.7,0.7);-o-transform:scale(0.7,0.7);-ms-transform:scale(0.7,0.7);}*/

}
@media only screen and (max-width:1660px) {
.header{padding-top: 70px;padding-left:50px;}
.header h2{margin-bottom: 40px;}
.nav li{margin-bottom: 20px;}
}
@media only screen and (max-width:1600px) {
.header{padding-top: 40px;padding-left:50px;}
.header h2{margin-bottom: 30px;}
.nav li{margin-bottom:15px;}
}

.scrollHeader .header{box-shadow: 0 0 10px rgb(0 0 0 / 20%);}
.menu_button{float: right;margin-top: 20px;cursor: pointer;margin-left: 10px;display: none;}
.menu_button i{display: block;width: 24px;height: 2px;background: #3a5d7f;margin-bottom: 6px;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_list{position: absolute;left: 50%;width: 100%;top:100%;background: #fff;font-size: 16px;text-align: center;line-height: 40px;padding: 10px 0;width: 140px;margin-left: -70px;box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);display: none;}
.nav_list p a{display: block;}
.header_2,.height_height2{height:108px;}
.header_2{ position: fixed;top:0;left: 0;width: 100%;background: #fff;padding: 0 70px;padding-right: 85px; box-sizing:border-box;}
.header_2 h2{float: left;margin-top: 20px;}
.header_2 .nav{float: left;margin-left:120px;}
.header_2 .nav li{float: left;position: relative;}
.header_2 .nav li>a{padding: 0 30px;}
.header_2 .nav li>a i{left:50%;}
.header_2 .nav li.on>a i{width: 64px;margin-left:-32px;}

.header_2 .nav,.header_search{margin-top: 48px;}
.header_search{margin-top: 42px;}
.h_shadow .header_2{box-shadow: 0 0 10px rgb(0 0 0 / 20%);}
@media only screen and (max-width:1750px) {
.header_2 .nav li>a{padding: 0 20px;}

}
@media only screen and (max-width:1620px) {
.header_2{padding:0 40px;}
.header_2 .nav{margin-left: 80px;}
}
@media only screen and (max-width:1520px) {
.header_2 .nav{margin-left: 50px;}
}
@media only screen and (max-width:1440px) {
.header_2{padding:0 20px;}
.header_2 .nav{margin-left: 40px;}


}
@media only screen and (max-width:1390px) {
.header_2 .nav li>a{padding:0 15px;}
}
@media only screen and (max-width:1320px) {
.header_2 .nav li>a{padding:0 10px;}
}



/*搜索*/
.header_search{  position: relative;margin-left: 10px;border-left:1px solid #dedede; float: right;}
.search_btn{cursor: pointer;position: relative;float: right;width: 50px;text-align: right;    font-weight: bold;height:40px;line-height:40px;}
.search_btn.on{opacity:0.6;filter:alpha(opacity=60); -moz-opacity:0.6; -khtml-opacity:0.6;}
.search_btn:before{content: "\e6e7"; color: #0648a6;}
.search_btn:before,.search_box_btn:before{font-size: 20px;}

.search_box {
    background: #fff;width: 100px;right: 0px; position: absolute;top:40px;    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: 230px;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;    font-weight: bold;
  position: relative;
}
.search_box_btn:before{content: "\e6e7";position: absolute;top:0;left: 0;width: 100%;height: 100%;    line-height: 40px;  }
/*搜索*/












.nav li span,.return_a{display: none;}
@media only screen and (max-width:1024px) {
.header{position: fixed;top:0;left: 0;width: 100%;z-index: 9999;background:#fff;box-sizing:border-box;box-shadow: 0 0 10px rgb(0 0 0 / 30%);}
.height_height,.header{height: 60px;line-height: inherit;}
.header h2{width: 250px;height: 39px;margin-top: 10px;float: left;}


.header{padding: 0 10px;}
.search_btn{text-align: center;margin-right: 10px;}
.search_box{top:60px;}
.search_btn, .nav li>a, .language dt{height:60px;line-height: 60px;}

.nav li>a i{display: none;}
.menu_button{display: block;  z-index: 99;position: relative;width: 24px;height: 24px;}
.navbody .menu_button i{background: #fff;}
.navbody .menu_button i:first-child{left: 0;top: 12px;transform: rotateZ(45deg);-webkit-transform: rotateZ(45deg);-ms-transform: rotateZ(45deg);position: absolute;}
.navbody .menu_button i:last-child{top: 12px;left: 0;transform: rotateZ(-45deg);-webkit-transform: rotateZ(-45deg);-ms-transform: rotateZ(-45deg);position: absolute;}
.navbody .menu_button i:nth-child(2){display: none;}

.nav{position: fixed;top:-100%;left: 0;width: 100%;height: 100%;background: #004098;z-index: 9;transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;visibility: hidden;opacity: 0;}
.nav,.nav a,.nav li.on>a{color: #fff;}
.nav ul{padding-top: 50px;}
.nav li>a{padding:0 20px;box-sizing:border-box;width: calc(100% - 50px);float: left;}
.nav li{float: none;line-height: 40px;border-bottom: 1px solid rgba(255,255,255,0.2);display: table;width: 100%;}
.nav,.nav_list{line-height: 40px;}
.nav li span{width: 50px;text-align: center;float: right;cursor: pointer;position: relative;height: 40px;}
.nav li span,.return_a{display: block;}
.nav_list{position: static;background: #cc0328;width: 100%;left: 0;clear: both; text-align: left;margin: 0;font-size: 14px;overflow: hidden;}
.nav_list p a{padding: 0 20px;display: block;padding-right: 0;}
.nav_list p{border-bottom: 1px solid rgba(255,255,255,0.2);}
.nav_list p:last-child{border: 0;}
.nav li span.icon-xia:before{width: 14px;height: 14px;    line-height: 14px;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: absolute;top:50%;left: 50%;margin-top: -7px;margin-left: -7px;}

.nav li.cur span.icon-xia:before{  transform: rotate(-180deg);}

.navbody .nav{top:0;visibility: visible;opacity: 1;height:100vh;}
.header h1{width: 180px;height: 47.5px;}
.header_search{margin-left: 0;}
.nav_list{ box-shadow: 0 10px 10px rgba(0, 0, 0, 0);}

.nav li>a{height:40px;line-height:40px;}
.nav li{position: static;margin-bottom: 0;}
.nav_list{display: block;top:0;left: auto;right:-100%; margin: 0;width: 100%;height: 100%;background: #004098;padding: 0; box-shadow: 0 0 20px rgba(0, 0, 0, 0);z-index: 2;position: absolute;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 .nav li.cur .nav_list{right: 0;}
.return_a{margin-top: 50px;    border-bottom: 1px solid rgba(255,255,255,0.2);}
.nav li .nav_list{display: block;}

.header_2 .nav li{position: static;}
.header_2 .nav, .header_search{margin: 0;}
.header_2 .nav li>a{padding: 0 20px;}

}

@media only screen and (max-width:767px) {
.search_box{top:100%;}
.search_box.on{width: 100%;}
.header_search{position: static;}
.search_btn{width: 40px;}
.language{width: 60px;}
.header h1{width: 150px;height: 40px;margin-top: 8px;}
.language dt i{display: none;}
.language dd{width: 100px;left: 50%;margin-left: -50px;}


}
@media only screen and (max-width:360px) {
.header h2{width: 205px;margin-top: 12px;}
}

@media only screen and (min-width:1025px) {
.scrollHeader .header_1{box-shadow:none;}
.header_1 .nav li{position: relative;}
.header_1 .nav .nav_list{z-index: 9;top:20px;left: 100px;margin-left: 0; background:#efefef;border-top:2px solid #0447a2;border-radius: 0 0 10px 10px;box-shadow: none;padding:20px 0;}
.header_1 .nav .nav_list p{margin-bottom: 10px;}
.header_1 .nav .nav_list p:last-child{margin-bottom: 0;}

.header_2 .nav li>a{position: static;}

.header_2 .nav li .nav_list{box-shadow: none;width:140px;left:50%;margin-left: -70px;background:#efefef;border-top:2px solid #0447a2;border-radius: 0 0 10px 10px;box-shadow: none;padding:20px 0;margin-top:-2px;}
.header_2 .nav .nav_list p{margin-bottom: 10px;}
.header_2 .nav .nav_list p:last-child{margin-bottom: 0;}

.header_2 .nav li{margin-bottom: 0;height:60px;line-height: inherit;}

}



/*page*/
.pageout{text-align: center;padding-bottom: 5px;    clear: both;overflow: hidden;}
.page{display:inline-block;*display:inline;*zoom:1;padding-top: 20px;}
.page {vertical-align:middle;text-align:center;margin: 0 auto; color:#94999f; height:28px; line-height:28px; font-weight: bold;}
.page span{color:#94999f; float: left; }
.page span.pages_num{margin-right: 10px;}
.page span.pages_num em{color: #0447a2;}
.page a{float: left; width:28px;  color: #000; margin:0 10px;background:#fff; }
.page a.on{background:#0447a2;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: #0447a2; 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 #7a8087;margin: 0 20px;}
.total em{color: #0447a2;}

.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: 30px;}
.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;}

}


/*page*/



.back_top a{display: block;color:#fff;}
.back_top{z-index: 999;
  position: fixed;bottom:20%;
  right: 0;
  border-radius: 5px 0 0 5px;
  width:50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #3a5d7f;color:#fff;
  font-weight: bold;
  font-size: 20px;
}
@media only screen and (max-width:1024px) {
.back_top{
  width:40px;
  height: 40px;
  line-height: 40px;}
}

@media only screen and (min-width:1025px) {

.back_top a:hover{color:#fff !important;opacity: 0.9}
}








