/* 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:#666;}   
:-moz-placeholder{color:#666;}          
::-moz-placeholder{color:#666;}            
:-ms-input-placeholder{color:#666; opacity: 0.8;}        
.placeholder{color:#666;}
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}
body, input, select, button, textarea {color:#2E2D2D; font-size: 16px;}
body { line-height: 1.5;}
a { color:#2E2D2D;text-decoration: none!important;}
a { blr:expression(this.onFocus=this.blur())}
a * { *cursor: pointer }
:focus { outline: none }

/* 阿里图标 */
[class*='icon']{
    font-family: 'iconfont';
}
/*引用思源字体包*/
@font-face { 
    font-family: CN-Light;
    src: url('../font/SourceHanSansCN-Light.ttf') format('truetype'),url("../font/SourceHanSansCN-Light.eot") format("embedded-opentype");
}
@font-face { 
    font-family: CN-Medium;
    src: url('../font/SourceHanSansCN-Medium.ttf') format('truetype'),url("../font/SourceHanSansCN-Medium.eot") format("embedded-opentype");
} 
@font-face { 
    font-family: CN-Regular;
    src:url('../font/SourceHanSansCN-Regular.ttf') format('truetype'),url("../font/SourceHanSansCN-Regular.eot") format("embedded-opentype");
} 
@font-face { 
    font-family: CN-Normal;
    src:url('../font/SourceHanSansCN-Normal.ttf') format('truetype'),url("../font/SourceHanSansCN-Normal.eot") format("embedded-opentype");
} 

body, input, select, button, textarea{
    font-family: CN-Regular; font-size: 16px;
}

.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 }

/*去除鼠标双击选中效果*/
/**{-moz-user-select: none;-webkit-user-select: none; -ms-user-select: none; -khtml-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;}

/*截字*/
.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: 1400px; margin:0 auto; width: 90%;}
.nav_phone_btn,.nav_click{display: none;}
.header{width: 100%; height:66px; z-index: 1000;position: fixed; left:0; top:0; background: #fff;}
.scroll-header .header{border-bottom:1px solid rgba(0,0,0,0.15);}
.main{padding-top: 66px;}
.header .inner{padding:0 2.34%;}
.header .logo{float: left; margin:18px 0 0 0;}
.header .logo img{max-width:100%; margin-right: 36px;}
/*导航*/
.nav{ width:65%; height:66px; margin:0 auto;}
.nav ul{width:100%; text-align: center;}
.nav ul>li{ display:inline-block; width:auto; padding:0 25px;}
.nav ul>li span{ display: none;}
.nav ul>li>a{display: block;color:#5C5C5F;height: 66px; line-height: 66px; position: relative;}
.nav ul>li>a>em{position: absolute;left: 50%;bottom: 0; width:0%;height: 3px;background: #ed001e;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{color:#5C5C5F;}
.nav ul>li.on>a>em{position: absolute;left:0%;bottom: 0; width:100%;height: 3px;background: #ed001e;}

/*导航下拉*/
.navlist{display:none; position: absolute; left:0;z-index: 2; width: 100%;background:rgba(60,57,64,0.9); /*box-shadow: 0 3px 3px 1px rgba(0,0,0,0.2);*/}
.navlist .ll{ float: left; width:22%;}
.navlist .rr{ float: right; width:76%;margin-top:10px;}
.navlist .rr dl dd{ display: none;}
.navlist .rr dl dd.on{ display: block;}
.navlist .rr dl dd .box{ float: left; width:30%;margin:0 10px;}
.navlist .rr dl dd .box p{ text-align: left; margin-top:10px; color:#fff;}
.navlist .ll dl dd{padding:15px 0 15px; text-align: left; border-bottom:1px solid #636166;}
.navlist .ll dl dd a{color:#fff!important; display: block;}
.navlist .ll dl dd a i{float: right; opacity: 1;}
.navlist .ll dl dd.on a i{opacity: 1;}
.navlist .ll dl dd:last-child{border-bottom:none;}
.navlist .conn{padding:3% 22%;}
.navlist .conn dd{ float: left; width:48%;}
.navlist .conn dd p{text-align: center; margin-top:10px; color:#fff;}
.navlist .conn dd+dd{ float: right;}
/*导航下拉*/
.nav_click{ display: none; position: fixed; left:0; top:0; z-index: 999; width:100vh; height:100vh; background:transparent;}

/*顶部右侧*/
.head_rr{float: right; text-align: right; position: relative; z-index: 10; height: 66px;}
.head_rr span{display: inline-block; cursor: pointer; color:#B3B3B3; line-height: 66px;}
.head_rr span.lang{ position: relative;}
.head_rr span.lang a{color:#B3B3B3;}
.head_rr span.lang a i{font-size:22px;color:#777777; margin-left:5px; vertical-align: bottom;transition: 0.3s all;-webkit-transition: 0.3s all;-moz-transition: 0.3s all;-o-transition: 0.3s all;-ms-transition: 0.3s all;}
.head_rr span.lang .lang-box{position: absolute; left:0; top:66px; display: none; width:100%; height: 30px; line-height: 30px; background: rgba(255,255,255,0.75); text-align: center;}
.head_rr span.lang.on .lang-box{ display: block;}
.head_rr span.lang.on a{color:#50B2FF;}
.head_rr span.lang.on a i{color:#50B2FF;transform:rotate(180deg);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-o-transform:rotate(180deg);-ms-transform:rotate(180deg);}

.head_rr span.ser{margin-left:20px;}
.head_rr span.ser i{font-size: 22px; color:#000;}
.search_wrap{width:0;position: absolute; right:0px; top:66px; font-size: 14px; overflow: hidden; border:none;color:#fff; background: #fff;height:44px;line-height: 44px; outline: none;transition: 0.3s all;}
.search_wrap.on{width: 232px; border-radius:5px;border:1px solid #969191;}
.search_box_text{float:left; width:200px; padding:0 10px; font-size: 14px; height: 44px; line-height: 44px; border:none; background: none;}
.search_box_button {float: right;width:30px;height:44px; border:0; outline: none; background: none;}
.search_box_text::placeholder{color:#BDBDBD;}
.search_box_button i{font-size:20px;}

/*公共底部*/
.foot_top{ padding:4% 5%; text-align:center; background:url(../image/footer_t.jpg) no-repeat;background-size: cover;}
.foot_top h2{margin-bottom:2%;}
.foot_top .ser_box{padding-bottom: 15px; border-bottom:2px solid #CBCBCB; margin:0 auto; width:36%;}
.foot_top .ser_txt{ float: left; width:calc(100% - 50px); padding:0 20px; border:none; background: none;}
.foot_top .ser_btn{ float: right; width:50px;border:none; background: none;}
.foot_top .ser_btn i{font-size: 20px;}
.foot_mid{padding:2% 2.34% 3%; background: #fff;font-size: 16px;}
.foot_mid .ll{ float: left; width:33%; color:#8C8C8C;}
.foot_mid .ll a{color:#8C8C8C;}
.foot_mid .ll span{color:#000;}
.foot_mid .rr{ float: left; width:66%;}
.foot_mid .rr li{ float: left; margin-right:8%;}
.foot_mid .rr li h2{color:#000000; margin-bottom:20px;font-weight: bold;}
.foot_mid .rr li h2 a{color:#000000;}
.foot_mid .rr li p{margin:0 0 10px;}
.foot_bot{padding:20px 2.34%;font-size: 16px; border-top:1px solid #E5E5E5;text-align: center;}
.foot_bot .cop{color:#434343;}
.foot_bot .cop span{ padding-bottom: 4px; margin-left:10px;}
.foot_bot .cop a{color:#000000; border-bottom:1px solid #7F7F7F;}
.foot_bot .cop a.xhr{opacity: 0.7; }

.toTop{position: fixed; left:auto; bottom:15%; right:2.34%; width:46px; height: 46px;line-height: 46px; text-align: center;  border-radius: 50%;z-index: 10; transform: rotate(-90deg)}
.toTop i{color:#000; font-size: 45px;}


@media only screen and (min-width: 1025px){
.yes_tran,a,.toTop,.toTop i{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: #ed001e!important;}
.tran_scale:hover img{transform:scale(1) rotate(0deg); -webkit-transform:scale(1) rotate(0deg);}
.nav ul>li:hover>a{color:#5C5C5F!important;}
.nav ul>li:hover>a>em{position: absolute;left:0%;bottom: 0; width:100%;height: 3px;background: #ed001e;}
.toTop:hover{}
.toTop:hover i{color:#ed001e;}
.navlist .ll dl dd a:hover{color: #ed001e!important;}
}
@media only screen and (max-width: 1599px){
.foot_mid,.foot_bot{font-size: 14px;}
}
@media only screen and (max-width: 1599px){
    body, input, select, button, textarea,.foot_top .ser_txt{font-size: 14px;}
}
@media only screen and (max-width: 1365px){
    .nav{width:82%;}
    .nav ul>li{padding:0 12px;}
    .navlist .rr{width:68%;}
    .navlist .conn{padding:3% 16%;}    
}
@media only screen and (max-width: 1279px){
    /*.foot_mid .ll{width:50%;}*/
    /*.foot_mid .rr{width:50%;}*/
}

@media only screen and (max-width: 1024px){
body>*{position: relative;left:0;transition:left 250ms ease-out;-webkit-transition:left 250ms ease-out;}
.header{height:50px; border-bottom:none;}
.header .logo{margin:10px 0 0 0;}
.main{padding-top:50px;}
.head_rr{height: 50px;}
.head_rr span.ser{ display: none;}
.search_wrap{ position: relative; right:auto; top:8px; width:calc(100% - 140px); margin-right: 50px; height: 34px; line-height: 34px; display: inline-block; border-radius: 5px; border:1px solid #969191;}
.search_box_text{width:calc(100% - 30px); height: 34px; line-height: 34px;}
.search_box_button{height: 34px;}
.head_rr span.lang{line-height:48px;}
.head_rr span.lang a{margin-right:10px;}
.head_rr span.lang a i{ display: none;}
.head_rr span.lang .lang-box{ position:static; display: inline-block; width:auto; background: none;}

/*手机导航按钮开始*/
.nav_phone_btn{display: block;cursor: pointer;height: 50px; position: fixed;top:0;right:0;z-index: 999;width: 50px;text-align: center;background: #ed001e;}
.nav_phone_btn span {position: relative;width:26px;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;}
.nav_phone_btn span:after{top:7px;}
.visible_nav.nav_phone_btn{ background: #161719;}
.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_nav_phone .nav{right:0;left:auto;}
/*手机导航按钮结束*/
.nav{display:block;position: fixed; z-index: 1000; margin-top:0; top:50px;bottom: 0px;padding:0; right:-50%;height:calc(100vh - 50px);width:50%;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:#161719;}
.nav ul{padding: 0px 0;clear: both; text-align: left;}
.nav ul>li{line-height: 40px; width: 100%;float: none; margin: 0;padding:0 ;border-bottom: 1px solid#414141; overflow: hidden;}
.nav ul>li>a{height: 40px; line-height: 40px;padding:0 20px; color:#fff; width: calc(100% - 40px); overflow: hidden;}
.nav ul>li.on>a{background: none; color: #fff;}
.nav ul>li>span{display: inline-block; width: 40px; height: 40px; background: url(../image/nav_ico.png) no-repeat center center; float: right;}
.nav ul>li>span.on{ background: url(../image/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 ul>li>span.on+a{color:#EA2F39;}
.nav ul>li.on>a>em{ display: none;}

.navlist{position: static; background: none; padding: 0 0; border-top: 1px solid#414141; height: auto;line-height: inherit; width: auto !important; display: none;visibility: visible;clear: both; left:auto; top:auto; margin-left: 0!important;}
.navlist .ll{width:100%; padding:0;}
.navlist .rr{  display: none; width:100%;}
.navlist .ll dl dd{padding:0; border-bottom:1px solid #414141;}
.navlist .conn{padding:0;}
.navlist .conn dd,.navlist .conn dd+dd{ width:100%; float: none;border-bottom:1px solid #414141;}
.navlist .conn dd+dd{ border-bottom:none;}
.navlist .conn dd .img{ display: none;}
.navlist .conn dd p{ text-align: left; margin-top:0;}
}
@media only screen and (max-width: 1023px){
    .foot_top .ser_box,.foot_mid .ll,.foot_mid .rr{width:100%;}
    .foot_mid .ll{margin-bottom: 2%;}
}

@media only screen and (max-width: 767px){
    .header{position: fixed; border-bottom:1px solid #B8B4B3; background: #fff;}
    .header .logo img{margin-right: 10px;width:80%;margin-top:5px;}
    .nav{width:100%; right:-100%;}
    .head_rr{width:100%;}
    .search_wrap{margin-right:15px; width:calc(100% - 105px);}    
}



/*分页*/
.page {vertical-align:middle;text-align:center; margin:0 0 30px; font-size: 14px; color:#484848; height:28px; line-height:28px;}
.page .inner{ display: inline-block; }
.page a{text-align:center; width:28px; height:28px; line-height: 28px; margin:0 10px;}
.page a.num{float: left;font-family:Arial; color:#000000;}
.page a.on{background:#ed001e;color:#fff;}
.page a.prev,.page a.next{float: left;}
.page a.prev i,.page a.next i{font-size:30px;}
.page a.prev.disable,.page a.next.disable{ cursor: default;}
.p_tot{ display: inline-block;margin-right: 25px;}
.p_tot em{color:#ed001e;}
.p_i{ display: inline-block;width:64px;height:28px; line-height:28px;padding:0 2px;background:#fff; border:2px solid #000000;}
.page input.txtnum{  width:100%; height:100%; text-align: center; border:none; background: none; font-size: 14px; font-family:Arial;}
.page a.go{ display: inline-block;width: 40px; margin:0 0 0 15px; height: 28px; line-height: 28px; position: relative; top:-1px; background:#ed001e;color:#fff!important; text-align: center; font-family:"arial";}
.p_tot{ font-family: Arial, Helvetica, sans-serif;}
/*.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.prev.disable:hover,.page a.next.disable:hover{opacity: 0.5;}
    .page a.num:hover{background:#ed001e;color:#fff!important;}
    .page a.go:hover{opacity: 0.9;}
}
@media only screen and (max-width: 767px) {
    .page{margin:15px 0;}
    .page span,.page a.go,.page a.num,.page a.last{display: none;}
    .page a.prev, .page a.next{background:#ed001e;border:1px solid #ed001e; color:#fff!important;}
    .page a.prev.disable,.page a.next.disable{opacity: 0.5;}
    .page a.prev i, .page a.next i{font-size: 20px;}
}
/*分页 end*/

/*内页banner*/
.inbanner{ position: relative; overflow: hidden;}
.inbanner>img{ width:100%;transition: transform 15s cubic-bezier(0.23, 1, 0.32, 1);transform: scale(1);} 
.inbanner:hover>img{transform: scale(1.1);}
.inbanner h2{ position: absolute; left:2.34%; bottom:20px; color:#fff;}
@media only screen and (max-width:767px) {
    .inbanner{ height: 200px;}
    .inbanner img{ display: none;}
}
/*内页banner end*/

/*内页面包屑*/
.site{padding:2% 2.34%; color:#848484;}
.site a{color:#848484;}
.site span{color:#000;}
/*内页面包屑end*/


/*==============*/
.foot_mid .share{float: right; font-size: 14px;margin-right: 5%;position: relative;}

.foot_mid .share .ico-box{height:27px; line-height: 24px;}
.foot_mid .share .ico-box a{ float: left; width:27px; height:24px;margin:0 0 0 20px;}
.foot_mid .share .ico-box a.i-wx{
    background: url(../image/index_wx.png) no-repeat right;
    margin-left: 0;
    padding-left: 20px;
    width: 40px;
    text-align: right;
}
.foot_mid .share .ico-box a.i-yx{background: url(../image/index_email.png) no-repeat;}

.weixin{ position:fixed; width:300px; z-index:100000; background:#fff; border:1px solid #ddd; border-radius:2px; box-shadow:1px 1px 10px #666;transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);-o-transform: translate(-50%,-50%); left:50%; top:50%;}
.weixin .c{ position:absolute; width:40px; height:40px; background:url(../image/x.png) center center no-repeat; overflow:hidden; text-indent:100px; right:0; top:0; font-size:20px; font-style:normal; text-align:center; cursor:pointer; z-index:2;}
.weixin h2{ position:relative; line-height:40px; font-size:16px; padding-left:20px; font-weight:normal;}
.weixin .img{ padding:10px 20px;text-align:center; border-top:1px solid #ddd;}
.weixin .img img{width:200px; height: 200px;}
.weixin p {margin:0 0 30px; text-align:center;}

.wx_img{position: absolute;left: -95px;top: 0;display: none;}
.wx_img img{width: 100px;height: 100px;}
.foot_mid .share.on .wx_img{display: block;}

@media only screen and (max-width: 1279px){
    .foot_mid .share {
        margin-top: 0;
    }
}
@media only screen and (max-width:767px) {
    .foot_mid .rr li{margin-right: 8%;}
}
.ban_video video{width: 100%;object-fit: cover;height: 100%;}