/* 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{ 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-size: 2em; font-weight:bold }
.edit_con_original h2 { font-size: 1.5em; font-weight:bold }
.edit_con_original h3 { font-size: 1.17em; font-weight:bold }
.edit_con_original h4 { font-size: 1em; font-weight:bold }
.edit_con_original h5 { font-size: 0.83em; font-weight:bold }
.edit_con_original h6 { font-size: 0.67em; 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;}



body,a{color: #3e3e3e;}

.wrap{width: 1400px;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: 30px;
 display: -webkit-box;
  overflow: hidden;
  
  -webkit-box-orient: vertical;
}

.line36{line-height: 36px;
 display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.ellipsis_p{
   display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ratio-img,.ratio-img img{width: 100%;}
.bold{font-weight: bold;}
.ellipsis{white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
@media only screen and (max-width:1024px) {
.wrap{max-width: 94%;}
.line30,.line32,.line36{line-height: 24px;}

}

 /*font-size*/
.fnt_16 { font-size: 16px;}
.fnt_18 { font-size:18px;}
.fnt_24 { font-size:24px;}
.fnt_30 { font-size:30px;}
.fnt_36 { font-size:36px;}
.fnt_48 { font-size:48px;}
@media only screen and (max-width:1440px) {
.fnt_24 { font-size:20px;}
.fnt_30 { font-size:24px;}
.fnt_36 { font-size:30px;}
.fnt_48 { font-size:40px;}
}
@media only screen and (max-width:1366px) {
.fnt_30 { font-size:22px;}
.fnt_36 { font-size:24px;}
.fnt_48 { font-size:36px;}
}
@media only screen and (max-width:1024px) {
.fnt_16 { font-size: 14px;}
.fnt_18 { font-size:16px;}
.fnt_24 { font-size:18px;}
.fnt_30 { font-size:20px;}
.fnt_36 { font-size:22px;}
.fnt_48 { font-size:28px;}
}
@media only screen and (max-width:767px) {
.fnt_16 { font-size: 14px;}
.fnt_18 { font-size:14px;}
.fnt_24 { font-size:16px;}
.fnt_30 { font-size:18px;}
.fnt_36 { font-size:18px;}
.fnt_48 { font-size:20px;}

}



.height_height,.header{height: 100px;line-height: 100px;}
.header{position: fixed;top:0;left: 0;width: 100%;z-index: 999;background: #fff;    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);}
.header h1{float: left;width: 328px;margin-top: 28px;}
.header h1 a{display: block;}
.header h1 img{width: 100%;}
.header_re{float: right;}
.nav,.header_search{float: left;}
.nav li{float: left;margin: 0 20px;position: relative;}
.nav li span{display: none;}
.nav li .nav_list{display: none;}
.nav li>a{display: block;padding: 0 15px;position: relative;}
.nav li>a i{position: absolute;left: 50%;bottom: 0; width: 0%;height: 3px;background: #d80a30;opacity:0;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;}
.nav li.on>a i{left: 0;width: 100%;opacity: 1;visibility: visible;}
.nav li.on>a{color: #d80a30;}
.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);}


/*搜索*/
.header_search{  position: relative;margin-left: 20px; }
.search_btn{cursor: pointer;position: relative;float: right;width: 40px;text-align: center;    font-weight: bold;}
.search_btn.on{opacity:0.6;filter:alpha(opacity=60); -moz-opacity:0.6; -khtml-opacity:0.6;}
.search_btn:before{content: "\e6e7"; color: #3a5d7f;}
.search_btn:before,.search_box_btn:before{font-size: 20px;}

.search_box {
    background: #fff;width: 100px;right: 0px; position: absolute;top:30px;    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;  }
/*搜索*/

@media only screen and (max-width:1440px) {
.header_search{margin-left: 10px;}
.nav li{margin: 0 15px;}
}
@media only screen and (max-width:1300px) {
.nav li{margin: 0 10px;}
}
@media only screen and (max-width:1230px) {
.nav li{margin: 0 ;}
.nav li>a{padding: 0 10px;}
}

.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;}

@media only screen and (max-width:1024px) {
.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;}

.height_height, .header{height: 60px;line-height: inherit;}
.nav{position: fixed;top:-100%;left: 0;width: 100%;height: 100%;background: #d80a30;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{display: block;width: 50px;text-align: center;float: right;cursor: pointer;position: relative;height: 40px;}
.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 40px;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;}
.header h1{width: 220px;margin-top: 16px;}
.header_search{margin-left: 0;margin-top: 15px;}
.nav_list{ box-shadow: 0 10px 10px rgba(0, 0, 0, 0);}

}

@media only screen and (max-width:767px) {
.search_box{top:100%;}
.search_box.on{width: 100%;}
.header_search{position: static;}

}


.footer{background: #183a62;margin-top: 110px;}
.index_body .footer{margin-top: 0;}
.footer,.footer a{color: #9cb6d5;}
.foot_top{padding: 90px 0 80px 0;overflow:hidden;}
.foot_top .left{color: #c9a063;float: left;}
.foot_top .left h3{border-top:1px solid #616462;margin-top: 10px;padding-top: 10px;}
.foot_top .right{float: right;}
.foot_top .center{overflow: hidden;margin-left: 60px;float: left;}
.foot_top .center li{float: left;margin-right: 80px;}
.foot_top .center li:last-child{margin-right: 0;}
.foot_top .center dt i{display: block;width: 40px;height: 2px;background: #c9a063;margin: 15px 0;}
.foot_top .center dd{line-height: 30px;}

.foot_logo img{width: 242px}

.foot_bottom{background: #0d2b4f;padding: 15px 0;line-height: 24px;overflow: hidden;}
.foot_bottom,.foot_bottom a{color: #657d9b;}
.f_p01{float: left;}
.f_p01 span{margin: 0 15px;}
.f_p02{float: right;line-height: 16px;padding-top: 4px;}
.f_p02 a{float:left;}
.f_p02 a{border-left: 1px solid #7189a8;margin-left: 25px;padding-left: 25px;}
.f_p02 a:first-child{border: 0;padding-left: 0;margin-left: 0;}

.foot_ewm ul{overflow: hidden;}
.foot_ewm dl{width: 139px;margin-left: 20px;text-align: center;float: left;}
.foot_ewm dt{margin-bottom: 5px;}
.foot_ewm dt img{width: 139px;height: 139px;}
@media only screen and (max-width:1520px) {
.foot_top .center li{margin-right: 50px;}
}
@media only screen and (max-width:1440px) {
.foot_top .center{margin-left: 60px;}
.foot_top{padding: 70px 0;}
.footer{margin-top: 70px;}

}

@media only screen and (max-width:1366px) {
.foot_ewm dl{width: 110px;}
.foot_ewm dt img{width: 110px;height: 110px;}

}
@media only screen and (max-width:1300px) {
.foot_top .center{margin-left: 30px;}
.foot_top .center li{margin-right: 40px;}
}

@media only screen and (max-width:1220px) {
.footer{margin-top:50px;}
.foot_top .left{float: none;width:300px;margin: auto;text-align: center;}
.foot_ewm{overflow: hidden;}
.foot_ewm dl{margin: 0 10px;}

.foot_top .right{float: none;width: 260px;margin: auto;margin-bottom: 20px;}
.foot_top{padding: 20px 0;padding-top: 40px;}

.foot_top .center{float: none;width: 100%;margin: 0;margin-top: 20px;display: none;}
.foot_top .center li{width: 20%;margin: 0;}
.f_p01,.f_p02{float: none;width: 100%;text-align: center;}
.f_p02 a{float: none;display: inline-block;}
.f_p01 span{margin: 0 10px;}


}

@media only screen and (max-width:767px) {
.footer{margin-top:40px;}
.foot_top .center li{width: 100%; float: none;margin:0;padding: 10px 0;border-bottom: 1px solid rgba(255,255,255,0.2);}
.foot_top .center li:last-child{border-bottom: 0;}
.foot_top .center dl{overflow: hidden;}

.foot_top .center dd p{float: left;margin-right:20px;}
.foot_top .center dt i{margin: 5px 0;}
.bah{display: block;}
.f_p01 span{margin: 0;margin-left: 10px;}
.foot_top{padding: 20px 0;}
.foot_logo img{width:200px}


}


.site_banner{position: relative;}
.site_banner img{width: 100%;}
.site_banner p{font-family: "Arial";}
.site_text{width: 100%;color: #fff; }
@media only screen and (max-width:767px) {
.site_banner img{display: none;}
.site_banner {height: 150px;}
.site_banner h1{font-size: 20px;}
}
/*weixin-box*/
.weixin-box{ position:fixed; width:260px; height:240px; z-index:100000; left:50%; top:50%; margin:-120px 0 0 -150px; background:#fff; border:1px solid #ddd; border-radius:4px; box-shadow:2px 2px 2px #ddd;}
.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 -150px; 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*/

@media only screen and (min-width: 1025px) {
a{transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;}
a:hover{color: #c9a063 !important;}
.nav li:hover>a i{left: 0;width: 100%;opacity: 1;visibility: visible;}
.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);}

}













<!--耗时1752842800.3873秒-->