/* reset */
html { height: 100%; overflow-x:hidden;}
body { min-height: 100%; overflow-x:hidden;}
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 }
::-webkit-input-placeholder{color:#C9C9C8;}
:-moz-placeholder{color:#C9C9C8;}
::-moz-placeholder{color:#C9C9C8;}
:-ms-input-placeholder{color:#C9C9C8; opacity: 0.8;}
.placeholder{color:#C9C9C8;}
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; top:0!important;*/ }
sub { /*vertical-align: text-bottom*/ }
body, input, select, button, textarea {color:#000000;/* font-size: 14px;font-family:"黑体","Source Han Sans",arial,"\5b8b\4f53";*/}
body { line-height: 1.5;}
a { color:#000000;text-decoration: none!important; transition:0.2s all; -webkit-transition:0.1s all;  }
a { blr:expression(this.onFocus=this.blur()) }
a * { *cursor: pointer }
:focus { outline: none }


img{max-width: 100%;}

/* 阿里图标 */
[class*='icon']{
    font-family: 'iconfont';
}


.edit_con_original{ line-height:1.7em; padding:0 0; color:#000000;}
.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 类名*/

/* 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 }

.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;}

/*去除鼠标双击选中效果*/
/**{-moz-user-select:none;-ms-user-select: none;-webkit-user-select: none;user-select: none;}*/


/*两端对齐*/
.justify { text-align:justify; text-justify:distribute-all-lines;}

/*图片经过*/
.tran_scale{ overflow:hidden; display:block;}
.tran_scale img{transition:0.5s all; -webkit-transition:0.5s all; -o-transition:0.5s all;-ms-transition:0.5s all;}

/*截字*/
.ellipsis{ overflow:hidden; text-overflow:ellipsis; white-space:nowrap; display: inline-block; max-width:100%;}
.clamp{display:-webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp: 3; line-height: 1.5; max-height: 4.5em;overflow:hidden;}

/*上下居中*/
.v-m-c{ transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -ms-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);position:absolute; left:50%; top:0;}

/*绝对居中*/
.a-m-c{ transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); position:absolute; left:50%; top:50%;}

/*背景*/
.bg-cover{background-size: cover; background-repeat: no-repeat; background-position: center center;}
.bg_layer{background: rgba(0,0,0,0.7); position: absolute; left:0; top:0; width: 100%; height: 100%; z-index: 10000;}
.bg-cover-ban{ background-size: 100% 100%;}

.ratio-img,.ratio-img img{width: 100%;}

*{box-sizing: border-box;}
.wrap{max-width: 1440px; margin:0 auto; width: 94%;}
/*.nav_phone_btn{display: none;}*/
/*.header{width: 100%; height:140px; z-index: 1000; background:#fff;left:0; top:0; position: fixed;}*/
/*.scroll-header .header{ position: fixed; left:0; top:0;}*/
/*.head_top{ height:32px; line-height: 32px; background: #E2E2E2; text-align: right; padding:0 3%;}*/
/*.head_top .gpxx{ display: inline-block;}*/
/*.head_top .gpxx em{color:#EA2D36;}*/
/*.head_top .alink{ display: none;!*display: inline-block;*! margin-left:5%;}*/
/*.head_top .alink em{ margin:0 8px 0 12px; font-size: 12px; color:#C9C9C9;}*/
/*.head_bot{ height:108px; padding:0 3%;}*/
/*.head_bot h1.logo{ float: left;width:216px; margin-top:30px;}*/
/*.head_bot h1.logo img{width: 100%;}*/

.head_bot .rr{ float: right; position: relative; }
.head_bot .lan_en{
    float: right;margin-top:25px; height: 60px; line-height: 60px; position: relative;
    margin-left: 5px;
    margin-right: 0px;
}
.head_bot .a_ser{ float: right; margin: 32px 0 0 10px; width:32px; height: 32px;}
.head_bot .a_ser i{font-size:32px; color:#000;}
.search_wrap{ display: none; width: 252px;position: absolute; right:3%; top:108px; border-radius:5px; color:#fff; background: #fff; border:1px solid #969191;height:40px;line-height: 40px; outline: none}
.search_box_text{float:left; width:220px; padding:0 10px; height: 40px; line-height: 40px; border:none; background: none;}
.search_box_button {float: right;width:30px;height:40px; border:0; outline: none; background: none;}
.search_box_text::placeholder{color:#BDBDBD;}
.search_box_button i{font-size: 24px;}


/*.nav{float: left; width:calc(100% - 400px);}*/
/*.nav ul{ text-align: center; }*/
/*.nav ul>li{display: inline-block; margin:0 10px; padding:38px 0;font-size: 18px;}*/
/*.nav ul>li span{ display: none;}*/
/*.nav ul>li a{display: block; padding:0 18px; height: 32px; line-height: 32px;text-align: center; position: relative;}*/
/*.nav ul>li em{display: block; position: absolute; left: 50%; bottom: -38px; width: 0%; height:6px; background:#EA2F39;transition: 0.3s all;-webkit-transition: 0.3s all;-moz-transition: 0.3s all;-o-transition: 0.3s all;-ms-transition: 0.3s all;}*/
/*.nav ul>li.on em{ width: 100%;left: 0;}*/
/*.nav ul>li.on a{color:#EA2F39;}*/
/*!*导航下拉*!*/
/*.nav .navlist{display:none; float: none; position: absolute; left:0; top:140px;width: 100%; height: 53px; text-align: center; background: url(../images/nav_bg.jpg) left top repeat-x;}*/
/*.nav .navlist li{ margin:0; padding:0; display: inline-block; font-size: 14px; margin:0 25px; height: 53px; line-height: 53px;}*/
/*.nav .navlist li a{color: #000!important; padding:0;height: 53px; line-height: 53px;}*/
/*.nav .navlist li a:hover{color:#EA2F39!important;}*/
/*导航下拉*/

/*.main{padding-top:140px;}*/

/*公共底部*/
.footer{background:#4A4A4A; color:#959595; padding:3% 0;}
.foot_top .ll{ float: left; width:65%;}
.foot_top .ll li{ float: left; width:20%;}
.foot_top .ll li h2{color:#fff; margin-bottom:25px;}
.foot_top .ll li h2 a,.foot_top .ll li p.fnt_16 a{color:#fff;}
.foot_top .ll li p{ line-height: 2;}
.foot_top .ll li p,.foot_top .ll li p a{color:#959595;}
.foot_top .ll li p.fnt_24{ margin-bottom:25px; font-weight: bold; font-family: Arial, Helvetica, sans-serif;}
.foot_top .ll li p.p_link{margin-top:25px;}
.foot_top .ll li p.p_link a{color:#fff;}
.foot_top .rr{ float: right; width:35%; text-align: right;}
.foot_top .rr li{display: inline-block; width:28.33%; margin-left:5%; max-width:126px; max-height: 126px; text-align: center;}
.foot_top .rr li span{ display: block; margin-bottom:10px;max-width:126px; max-height: 126px; border:1px solid #F2F2F2;}
.foot_top .rr li span img{width:100%;}
.foot_top .rr li p{height:3em; overflow: hidden;}
.foot_bot{margin-top: 20px;}
.foot_bot .link{overflow: hidden;}
.foot_bot .link li{ float: left; margin-right:20px;}
.foot_bot p{ font-size: 12px;border-top:1px solid #999999; padding-top:15px; margin-top:20px;}
.foot_bot a{color:#959595;}
.foot_bot a.xhr{margin-left:20px;}

/*@media only screen and (max-width: 1599px){*/
/*    .nav ul>li{font-size: 16px; margin:0;}*/
/*    .nav .navlist li{font-size: 14px;}*/
/*}*/

/*@media only screen and (max-width: 1279px){*/
/*    .nav ul>li{font-size: 14px;}*/
/*    .nav ul>li a{padding:0 10px;}*/
/*}*/

/*!*手机导航start*!*/
/*@media only screen and (max-width: 1024px){*/
/*!*手机导航按钮开始*!*/
/*.nav_phone_btn{display: block;cursor: pointer;height: 50px; position: fixed;top:32px;right:0;z-index: 999;width: 50px;text-align: center;background: #EA2D36;}*/
/*.nav_phone_btn span {position: relative;width:36px;height: 3px; top:10px; background-color: #fff;display: inline-block;transition:all 250ms ease-out;-webkit-transition:all 250ms ease-out;}*/
/*.nav_phone_btn span i{ position: absolute; bottom:-30px; left:0; width:100%; color:#fff; font-family: arial; font-size: 12px; text-transform: uppercase;}*/
/*.nav_phone_btn span:before,.nav_phone_btn span:after {content: "";position: absolute;width: 100%;height: 3px;background-color: #fff;left:0px;transition:all 250ms ease-out;-webkit-transition:all 250ms ease-out;}*/
/*.nav_phone_btn span:before{top:-7px;width:80%;}*/
/*.nav_phone_btn span:after{top:7px;width:60%;}*/
/*.visible_nav.nav_phone_btn span{background-color: transparent;}*/
/*.visible_nav.nav_phone_btn span:before{top:0px;width:90%;transform: rotateZ(45deg);-webkit-transform: rotateZ(45deg);-ms-transform: rotateZ(45deg);}*/
/*.visible_nav.nav_phone_btn span:after{top:0px;width:90%;transform: rotateZ(-45deg);-webkit-transform: rotateZ(-45deg);-ms-transform: rotateZ(-45deg);}*/
/*!*手机导航按钮结束*!*/
/*body>*{position: relative;left:0;transition:left 250ms ease-out;-webkit-transition:left 250ms ease-out;}*/
/*.header{height: 82px;}*/
/*.head_bot{height: 50px;}*/
/*.head_bot h1.logo{margin-top:10px; width:150px;}*/
/*.head_bot .rr{margin-right:30px;}*/
/*.head_bot .a_ser{margin:0; display: none;}*/

/*.head_bot .lan_en{ float: right; margin:0; padding:0; margin-top:15px; margin-right:10px; border:none; height: 40px; line-height: 40px;}*/
/*.search_wrap{ float:left; display: block;position: static; top: auto; right: auto;width:calc(100% - 50px); margin:5px 10px 0;}*/
/*.search_box_text{width:calc(100% - 30px);}*/

/*.nav{display:block;position: fixed; z-index: 1000; margin-top:0; top:82px;bottom: 0px;padding:0; right:-240px;height:calc(100vh - 82px);width:240px;left:auto;transition:left 0ms ease-out;-webkit-transition:left 0ms ease-out;transition:right 250ms ease-out;-webkit-transition:right 250ms ease-out; overflow: hidden; overflow-y: auto; background:#EA2D36;}*/
/*.nav ul{padding: 0px 15px;clear: both; float: none; width: 100%;}*/
/*.nav ul>li{height:inherit; display: block; width: 100%;float: none; margin: 0;padding:0; border-bottom: 1px solid rgba(0,0,0,0.2); overflow: hidden; font-size: 14px;}*/
/*.nav ul>li>a em{display: none;}*/
/*.nav ul>li>a{height: 40px; line-height: 40px;color: #fff; text-align:left; padding:0; width: calc(100% - 30px); overflow: hidden;}*/
/*.nav ul>li.on>a{background: none; color: #fff;}*/
/*.nav ul>li>span{display: inline-block; width: 20px; height: 40px;  margin-right:0px;background: url(../images/nav_ico.png) no-repeat center center; float: right;}*/
/*.nav ul>li>span.on{ background: url(../images/nav_ico_up.png) no-repeat center center; float: right;}*/
/*.nav ul>li>span{display: none;cursor: pointer;}*/
/*.nav ul>li>span.cur{display: block;}*/


/*.nav .navlist{position: static; background: none; padding: 0 0;height: auto;line-height: inherit; width: auto !important; display: none;visibility: visible;clear: both; left:auto; top:auto; margin-left: 0!important;}*/
/*.nav .navlist li{float: left; font-size: 14px; padding:0 10px; margin:0; line-height: 40px; height: 40px; background: rgba(0,0,0,0.1); text-align: left;}*/
/*.nav .navlist li:last-child{border-bottom: none;}*/
/*.nav .navlist li a{color: #fff!important; display: block; width:100%; padding:0; margin:0;height: 40px; line-height: 40px;}*/
/*.nav .navlist li em{display: none;}*/
/*.body_nav_phone .nav{right:0;left:auto;}*/

/*.nav_click{ display: none; position: fixed; left:0; top:0; z-index: 999; width:100vh; height:100vh; background:transparent;}*/
/*.main{padding-top:82px;}*/
/*}*/

@media only screen and (max-width: 1023px){
.foot_top .ll li p,.foot_top .rr li p{ font-size: 12px;}
.foot_top .rr li{width:30%;}
}

@media only screen and (max-width: 767px){
    .head_bot .rr{width:100%; margin-right:0;}
    .search_wrap{margin-top:15px;}
    .head_top .alink{ display: none;}
    .footer{ padding:5% 0;}
    .foot_top .ll,.foot_top .rr{width:100%;}
    .foot_top .ll{margin-bottom:10px;}
    .foot_top .ll li{width:100%!important; margin-bottom: 10px;}
    .foot_top .ll li h2{margin:0;}
    .foot_top .ll li .con{width:100%;}
    .foot_top .ll li p{ float: left; margin-right:10px;}
    .foot_top .ll li p.fnt_24{margin:0; margin-right:10px;}
    .foot_top .rr ul{ text-align: center;}
    .foot_top .rr li{margin:0 2.5%; width:28%;}
    .foot_bot{margin-top:20px;}
    .foot_top .ll li:last-child p:nth-of-type(2){width:calc(100% - 80px);}
    .foot_top .ll li p.p_link{width:100%; margin-top:5px;}
}

/*@media only screen and (min-width: 1024px){*/
/*.yes_tran,a{transition: 0.3s all;-webkit-transition: 0.3s all;-moz-transition: 0.3s all;-o-transition: 0.3s all;-ms-transition: 0.3s all;}*/
/*.no_tran{transition: 0s all;-webkit-transition: 0s all;-moz-transition: 0s all;-o-transition: 0s all;-ms-transition: 0s all;}*/
/*a:hover{color: #EA2D36!important;}*/
/*.tran_scale:hover img{transform:scale(1.03,1.03); -webkit-transform:scale(1.03,1.03);}*/
/*.nav ul>li:hover a{color:#EA2F39;}*/
/*.nav ul>li:hover em{width: 100%;left: 0; }*/
/*}*/

/*分页*/
.page {vertical-align:middle;text-align:center; margin:35px 0; color:#2F2F2F; font-size: 12px; height:36px; line-height:36px;}
.page .inner{ display: inline-block; }
.page span em{ color:#2F2F2F; font-family:Arial;}
.page a{text-align:center; width:34px; height:34px;font-family:Arial;}
.page i.dian{float: left; margin:0 10px 0 15px; vertical-align: middle; position: relative; top:-2px;}
.page a.num{float: left;border:1px solid #D8D8D8; border-left:0; background:#fff;color:#666666;}
.page a.on{background:#E5252D;color:#fff;border:1px solid #E5252D;}
.page a.num:nth-child(2){border-left:1px solid #D8D8D8;}
.page a.num:nth-child(2).on{border-left:1px solid #E5252D;}
.page a.prev,.page a.next{float: left;border:1px solid #D8D8D8;margin:0 5px; background:#fff;}
.page a.prev img,.page a.next img{ vertical-align: middle; text-align: center; width: 7px; height: 9px; position: relative; top:-2px;}
.page a.prev.disable,.page a.next.disable{ cursor: default;}
.page a.prev.disable img,.page a.next.disable img{opacity: 0.3;}
.p_i{ display: inline-block; position: relative;width:50px;height:22px; line-height:22px; margin:0 5px; padding:0 2px;background:#fff; border:1px solid #D8D8D8;}
.p_i i.i_up{ cursor: pointer; position: absolute; top:1px; right:3px; width:16px; height:8px; background: url(../images/page_up.jpg) no-repeat;}
.p_i i.i_up.disable{ cursor: default; background: url(../images/page_up_dis.jpg) no-repeat;}
.p_i i.i_down{ cursor: pointer; position: absolute; bottom:1px; right:3px; width:16px; height:8px; background: url(../images/page_down.jpg) no-repeat;}
.p_i i.i_down.disable{ cursor: default; background: url(../images/page_down_dis.jpg) no-repeat;}
.page input.txtnum{  width:100%; height:100%; border:none; background: none; font-family:Arial;}
.page a.go{ width: 45px; height: 22px; line-height: 22px; position: relative; top:-1px; background:#E5252D;color:#fff!important; text-align: center; font-family:"瀵邦喛钂嬮梿鍛寸拨"; display: inline-block; margin:0 5px;}

.lt8 .page a.num,.lt8 .page i.dian,.lt8 .page a.prev,.lt8 .page a.next{ float: none; display: inline-block; }
.lt8 .page a.num{margin-left:-4px;}
.lt8 .page a.prev,.lt8 .page a.next{ position: relative; top:10px; }
.lt8 .page a.prev img,.lt8 .page a.next img{top:10px;}
.lt8 .page input.txtnum{ position: relative; top:5px;}
@media only screen and (min-width: 1025px) {
    .page a.num:hover{background:#E5252D;color:#fff!important; border:1px solid #E5252D;}
    .page a.go:hover{opacity: 0.9;}
}
@media only screen and (max-width: 767px) {
    .page span,.page a.go,.page a.num{display: none;}
    .page i.dian{ margin:0 0 0 5px; display: none;}
}
/*分页 end*/



