﻿/* 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 iframe{max-width:100%;}
@media only screen and (max-width:767px) {
.edit_con_original iframe{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 }
               
       
.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';
}

.video_button2{pointer-events: none;cursor: default;}
.video_button2 .video_bf{display: none;}

/*图片经过*/
.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;}

.m_color .mCSB_scrollTools .mCSB_draggerRail{ width:1px; background: #ccc;}
.m_color .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:3px;-webkit-border-radius:0;border-radius:0;background:#d00008;}
.m_color .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.m_color .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.m_color .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag:hover .mCSB_dragger_bar{ background:#d00008;}

.bg-cover{ background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;}

body,a{color: #000;}
input,button,textarea{border:none;outline: none;background: none;}

.wrap{width: 1600px;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;
}
.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;}

}

.video_appbox{ position:fixed; width:100%; height:100%; top:0; left:0; z-index:9999999;opacity: 0;visibility: hidden;transition:all 0.6s;-webkit-transition:all 0.6s;-moz-transition:all 0.6s;-o-transition:all 0.6s;-ms-transition:all 0.6s;}
.video_appbox.show{visibility: visible;opacity:1;}

.video_appbox video{/*object-fit: cover;*/    width: 100%;}
.video_appbox .video_t{ 
 z-index:2; background:#000;width: 1035px;max-width:94%;height: 60%;
 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:60%;
     transition:all 0.6s;-webkit-transition:all 0.6s;-moz-transition:all 0.6s;-o-transition:all 0.6s;-ms-transition:all 0.6s;
visibility: hidden;opacity: 0;

}
.video_appbox.show .video_t{
visibility: visible;opacity:1;
top:50%;
}
.video_appbox .mask{ position:absolute; z-index:1; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0.5);}
.lt9 .video_appbox .mask{filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr="#88000000", EndColorStr="#88000000");}
.vide0_close{ position:absolute; top:20px; right:20px; cursor:pointer; z-index: 99999;}
.vide0_close i{color: #fff;font-size:20px;font-weight: bold;}



.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(../images/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;}
@media only screen and (max-width:767px) {
.weixin{width:70%;}
body{-webkit-tap-highlight-color: transparent; 
-moz-tap-highlight-color: transparent; 
-ms-tap-highlight-color: transparent; 
tap-highlight-color: transparent;
user-select: none; 
outline: none;}
}


/*font-size*/
.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_30 { font-size:30px;}
.fnt_36 { font-size:36px;}
.fnt_48 { font-size:48px;}
.fnt_54 { font-size:54px;}
.fnt_60{ font-size:60px;}
.fnt_72 { font-size:72px;}
.fnt_100 { font-size:100px;}
@media only screen and (max-width:1800px) {
    .fnt_60{ font-size:54px;}
    .fnt_100 { font-size:94px;}
}
@media only screen and (max-width:1660px) {
    .fnt_60{ font-size:44px;}
    .fnt_72 { font-size:50px;}
    .fnt_100 { font-size:84px;}

}
@media only screen and (max-width:1440px) {
    .fnt_24 { font-size:20px;}
    .fnt_26 { font-size:22px;}
    .fnt_30 { font-size:24px;}
    .fnt_36 { font-size:30px;}
    .fnt_48 { font-size:40px;}
    .fnt_54 { font-size:42px;}
    .fnt_72 { font-size:44px;}
    .fnt_100 { font-size:70px;}
}
@media only screen and (max-width:1366px) {
    .fnt_60{ font-size:44px;}
    .fnt_100 { font-size:60px;}
}
@media only screen and (max-width:1280px) {
    .fnt_60{ font-size:36px;}
    .fnt_100 { font-size:50px;}
}
@media only screen and (max-width:1024px) {
    .fnt_16 { font-size: 16px;}
    .fnt_18 { font-size:16px;}
    .fnt_20 { font-size:16px;}
    .fnt_22 { font-size:18px;}
    .fnt_24 { font-size:18px;}
    .fnt_26 { font-size:20px;}
    .fnt_30 { font-size:22px;}
    .fnt_36 { font-size:22px;}
    .fnt_48 { font-size:26px;}
    .fnt_54 { font-size:26px;}
    .fnt_60{ font-size:32px;}
    .fnt_72 { font-size:30px;}
    .fnt_100 { font-size:40px;}

}
@media only screen and (max-width:767px) {
    .fnt_16 { font-size: 14px;}
    .fnt_18 { font-size:14px;}
    .fnt_20 { font-size:14px;}
    .fnt_22 { font-size:16px;}
    .fnt_26 { font-size:16px;}
    .fnt_24 { font-size:16px;}
    .fnt_30 { font-size:18px;}
    .fnt_36 { font-size:18px;}
    .fnt_48 { font-size:20px;}
    .fnt_54 { font-size:20px;}
    .fnt_60{ font-size:24px;}
    .fnt_72 { font-size:20px;}
}


.footer,.footer a{color:#d5d5d5;}
.foot_le dt a,.foot_re h3,.foot_re02,.footer .bah{color: #fff}
.footer{background:#434343;padding: 0.5rem 0 0.4rem 0;}
.foot_top{margin-bottom: 1.1rem;overflow: hidden;}
.foot_le{float: left;}
.foot_re{float: right;width: 310px;}
.foot_le ul{overflow: hidden;}
.foot_le li{float: left;width:1.9rem;}

.foot_le dl{padding: 0 0.25rem;min-height: 270px;border-left:1px solid rgba(255,255,255,0.2);}
.foot_le li:last-child dl{border-right:1px solid rgba(255,255,255,0.2);}
.foot_le dt,.foot_re h3{margin-bottom: 0.25rem;}
.foot_le dd p{line-height: 24px;margin-bottom:16px;}
.foot_re p{line-height: 24px;margin-bottom: 6px;}

.foot_bottom{overflow: hidden;}
.foot_le02{float: left;overflow: hidden;}
.foot_le02 a{float: left;padding-left: 15px;margin-left: 15px;position: relative;}
.foot_le02 a:after{content:"";position: absolute;left: 0;top:50%;margin-top: -4px;width: 1px;height:8px;background: #fff;}
.foot_le02 a:first-child{padding-left: 0;margin-left: 0;}
.foot_le02 a:first-child:after{display: none;}
.foot_re02{float: right;}
.footer .xhr{color: #898989;}
.bah{margin: 0 20px;}

.index_07{overflow: hidden;padding: 0.35rem 0;}
.index_07 .left{float: left;width: 435px;}
.index_07 .left h3{margin-bottom: 0.2rem;}
.index_07 .left p{overflow: hidden;}
.index_07 .left p a{float: left;color: #d00008;margin-right: 0.5rem;padding-left: 10px;position: relative;}
.index_07 .left p a:after{content:"";position: absolute;left: 0;top:50%;width: 3px;height: 3px;border-radius: 50%;margin-top: -1.5px;background: #d00008;}
.index_07 .right{float: right;max-width: calc(100% - 500px);max-height: 90px;overflow: hidden;}

.f_ewm{float: right;width: 1.42rem;height: 1.42rem;margin-left: 1rem}
.f_ewm img{width: 100%;height: 100%;}
@media only screen and (max-width:1750px) {
/*.foot_le li{width:auto;}*/
/*.foot_le li dl{padding-right: 0.8rem}*/
}
@media only screen and (max-width:1660px) {
/*.foot_le li dl{padding-right: 0.6rem}*/
.f_ewm{margin-left: 0.4rem}
}
@media only screen and (max-width:1440px) {
.foot_le{width: calc(100% - 500px)}
.foot_le li{width:20%;}
}
@media only screen and (max-width:1366px) {
    .foot_le li dl{padding-right: 0.4rem}
}
@media only screen and (max-width:1279px) {
  .footer{padding: 30px 0;}
  .foot_le{margin-bottom: 30px;}
  .foot_top{margin-bottom: 50px;}
.foot_le,.foot_re,.foot_le li{float: none;width: 100%;}
.foot_le dl{padding: 0;height: auto;min-height: inherit; border: 0;border-bottom: 1px solid rgba(255,255,255,0.2);padding: 15px 0;}
.foot_le li:first-child dl{padding-top: 0;}
.foot_le dd{overflow: hidden;}
.foot_le dt{margin-bottom: 0;}
.foot_le dd p{float: left;margin: 0;margin-right: 30px;margin-top: 10px;}
.foot_le dd p a:last-child{margin-right: 0;}
.foot_le02,.foot_re02{float: none;width: 100%;}
.foot_le02{margin-bottom: 5px;}
}
@media only screen and (max-width:1024px) {
.index_07 .left,.index_07 .right{float: none;width: 100%;max-width: 100%}
.index_07 .left{margin-bottom: 20px;}
.index_07 .left h3{margin-bottom:10px}
.index_07 .right{max-height: inherit;height: 96px;}
}
@media only screen and (max-width:767px) {
.foot_bottom{line-height: 24px;}
.bah,.xhr{margin: 0;display: block;}
.foot_top{margin-bottom: 20px;}
/*.foot_le{display: none;}*/
.index_07{padding: 30px 0;}
}

.h_height,.header,.search_btn{height: 98px;line-height: 98px;}
.header{background: #fff;position: fixed;top:0;left: 0;width: 100%;z-index: 999;padding-left: 0.4rem;}
.header h1{float: left;width: 208px;height: 50px;margin-top: 25px;}
.header h1 a{display: block;}
.header h1 img{width: 100%;height: 100%;}

.header_re{float: right}
.language{float: left;overflow: hidden;padding: 0 0.3rem;border-left: 1px solid #cdcdcd;border-right: 1px solid #cdcdcd;}
.language a{color: #555555;}
.language a.bold{color: #db2b2d;}
.language a,.language i{float: left;}
.language i{margin: 0 0.1rem;}
/*搜索*/
.header_search{  position: relative;float: left; }
.search_btn{cursor: pointer;position: relative;float: right;text-align: center;width: 1rem;text-align: center;}
.search_btn.on{opacity:0.6;filter:alpha(opacity=60); -moz-opacity:0.6; -khtml-opacity:0.6;}
.search_btn:before{content: "\e6e7"; color:#000;}
.search_btn:before,.search_box_btn:before{font-size: 22px;font-weight: bold;}

.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;
     
    overflow: hidden;
    box-sizing: border-box;
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.search_box,.search_box_input,.search_box_btn:before{ height: 60px;line-height: 60px;}
.search_box_btn{height: 60px;}
.search_box.on {width: 400px;visibility: visible;opacity: 1;filter: alpha(opacity=100);-moz-opacity: 1; -khtml-opacity: 1;}
.search_box_input {width: calc(100% - 40px); padding: 0 10px;float: left;border: 0;outline: none;background: #fff;}
.search_box_btn {
 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%;   }
/*搜索*/

.nav{float: right;padding-right: 0.4rem;}
.nav li{float: left;position: relative;}
.nav li>a{padding: 0 0.35rem;display: block;}
.navlist{display: none; position: absolute;top:100%;right: 0;width: 100%;background:#fff;
    width: 200px;left: 50%;margin-left: -100px;
}
.navlist .right{padding: 10px 0;}
.navlist .right p{line-height: 50px;}
.navlist .right p a{display: block;text-align: center;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}

.nav_pro{overflow: hidden;height: 550px;}
.nav_pro .left,.nav_pro .right{height: 100%;}
.nav_pro .left{width: 28%;background: url(../images/navbg.jpg) no-repeat;background-size: cover;float: left;padding-top: 0.45rem; overflow: hidden;overflow-y:auto;}
.nav_pro .left p{line-height: 72px;text-align: right;}
.nav_pro .left p span{display: none;}
.nav_pro .left p a{padding: 0 0.4rem;display: block;}
.nav_pro .left p.on{background:#fff;font-weight: bold;}
.nav_pro .left p.on a{color: #d00008;}

.nav_pro .right{width: 72%;float: right;padding-left: 0.9rem;padding-top: 0.6rem;}
.nav_iteambox {height: 100%;}
.nav_iteam{height: 100%;overflow: hidden; overflow-y:auto;display: none;}
.nav_iteam.on{display: block;}
.nav_iteam dl{margin-bottom: 0.3rem;}
.nav_iteam dt{border-bottom: 1px solid #e9e9e9;position: relative;padding-bottom: 0.3rem;line-height:30px;margin-bottom: 0.3rem;}
.nav_iteam dt i{position: absolute;left: 0;bottom: -2px;width: 88px;height: 5px;background:#d00008;}
.nav_iteam dd{overflow: hidden;}
.nav_iteam dd p{float: left;line-height: 30px;width: 25%;margin-bottom: 0.2rem;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;padding-right: 30px;
    box-sizing: border-box;
}
.special_li .navlist .right p a{text-align: left;}
.nav li.special_li{position: static;}
.nav li.special_li .navlist{width: 100%;margin-left: 0;left: inherit;}
.special_li .nav_box{overflow: hidden;position: relative;}
.special_li .nav_box .left{width: 39.5%; float: left;padding: 0.55rem 0 0.85rem 0;text-align: center;background: #f3f3f3;position: relative;z-index: 5;}
.special_li .nav_box:after{content:"";position: absolute;left: 0;top:0;width: 39.5%;height: 100%;background: #f3f3f3;}
.special_li .navimg{width: 4.89rem;height: 2.75rem;overflow:hidden;margin: auto;}
.special_li .navimg img{width: 100%;height: 100%;}
.special_li .nav_box .right{float: right;width: 60.5%;padding: 0.6rem  0;padding-top: 0.55rem;padding-left: 0.6rem;}
.special_li .nav_box .right p{margin-bottom: 0.12rem;line-height:3.7em;border-bottom:1px solid #e9e9e9;}
.special_li .nav_box .right p a{display: inline-block;padding-left: 20px;position: relative;}
.special_li .nav_box .right p a:after{content:"";position: absolute;left: 0;top:50%;width: 3px;height: 18px;background:#d00008;margin-top: -9px;}




@media only screen and (max-width:1366px) {
.nav li>a{padding: 0 0.2rem;}
}

.nav_phone_btn,.return_a,.nav li>span{display: none;}
@media only screen and (max-width:1150px) {

.nav_iteam{animation-duration: inherit;}
.nav_phone_btn,.return_a,.nav li>span{display: block;}

.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 span i{display:block;width: 32px;height: 2px;background: #db2b2d;margin-top: 8px;}
  .nav_phone_btn span i:first-child{margin-top: 0;}
  .nav_phone_btn em{color: #db2b2d;font-size: 20px;visibility: hidden;opacity: 0;}
  .visible_nav span{visibility: hidden;opacity:0;}
  .visible_nav em{visibility: visible;opacity: 1;font-size: 24px;}
  .nav_phone_btn span i{width: 20px;}
  .nav_phone_btn span i{margin-top: 6px;}
  .nav_phone_btn{display: block; width: 30px;height:30px;margin:0 10px;margin-top: 15px;float: right;position: relative;cursor: pointer;}

.header h1{width: 110px;height: 26px;margin-top: 15px;}
.h_height,.header,.search_btn{height: 56px;line-height: 56px;}
.search_btn{    border-right: 1px solid #cdcdcd;}
.search_box,.search_box_input,.search_box_btn:before{ height: 40px;line-height: 40px;}
.search_box_btn{height: 40px;}
  .search_box.on{width: 100%;}
.header_search{position: static;}
.header{padding-left: 10px;}
.language i{margin: 0 2px;}
.language{padding: 0 6px}
.search_btn{width: 40px;}

.nav {
    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: fixed;
    bottom: 0;
    right: -100%;
    width: 100%;
    background: #db2b2d;
    height: calc(100% - 56px);
    z-index: 999;
    padding-right: 0;
}
.navbody .nav{right: 0;}
.nav li{float: none;border-bottom: 1px solid rgba(255,255,255,0.1);clear: both;position: static;}
.nav,.nav a{color: #fff;}
.nav li>a,.nav_pro .left p a {width: calc(100% - 90px);float: left;padding: 0 20px;}
.nav li>span ,.nav_pro .left p span{cursor: pointer; width: 50px;text-align: center;float: right;font-size: 14px;}
.nav{line-height: 40px;}

.nav,.nav_pro .left{font-size: 16px;}
.return_a{/*border-bottom: 1px solid rgba(255,255,255,0.1);*/}
.nav_pro .left p a,.return_a p a{padding: 0 20px;}
.navlist{display: block;top:0;right: -100%;    height: 100%;    background: #db2b2d;
left: auto;margin-left: 0;width: 100%;
}
    .navlist .right p a{padding: 0 20px;text-align: left;}
    .navlist .right .nav_iteam dd p a{padding: 0;}
    .navlist .right p{line-height: 40px;}
.nav_pro .left,.nav_pro .right{float: none;width: 100%;background:none;padding: 0}
.nav_pro .left p{background: none !important;text-align: left;line-height: 40px;    border-bottom: 1px solid rgba(255,255,255,0.1);clear: both;}
.nav_pro .left p.on a{color: #fff;}
.nav_pro .left p.on{font-weight: normal;}
.nav_pro .left p span{display: block;}
.nav li.cur .navlist{right: 0}
.nav_pro .right{position: absolute;top:0;right: -100%;width: 100%;height: 100%;background: #db2b2d;}
.nav_iteambox{padding: 0 20px;}
.nav_iteam dt i{width: 50px;height: 40px;background:none;right: 0;top:0;}
.nav_iteam dt{line-height: 40px;    border-bottom: 1px solid rgba(255,255,255,0.1);padding-bottom: 0;margin-bottom: 10px;font-size: 16px;}
.nav_iteam dd p{width: auto;margin-right: 30px;margin-bottom: 10px;padding-right: 0}
.nav_iteam dl{margin-bottom: 10px;}
.nav_pro .right.cur{right: 0}

.navbody{overflow: hidden;}
.nav_pro .right .return_a{border-bottom: 1px solid rgba(255,255,255,0.1);}
.nav_iteambox{height:calc(100% - 60px);overflow:hidden;overflow-y:auto;margin-top: 20px;}
.navlist,.nav_pro .right{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_box .left,.nav_box:after{display: none;}
.nav_box .right{padding: 0;float: none;width: 100%;font-size: 16px;}
.nav_box .right p{line-height: 40px;margin: 0;    border-bottom: 1px solid rgba(255,255,255,0.1);}
.navlist_01 .return_a {border-bottom: 1px solid rgba(255,255,255,0.1);}

}




@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:#d00008 !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 .tel_a:hover{cursor: default;color: #fff !important}
.index_07 .left p a:hover{opacity: 0.8}



.nav_pro ::-webkit-scrollbar {width: 3px;height: 1px;background: #eee;}
.nav_pro ::-webkit-scrollbar-thumb {width: 3px;border-radius: 3px;background: #ccc;}
.nav_pro ::-webkit-scrollbar-track{width: 3px;height: 1px;}



}



/*内页banner*/
.inbanner{ position: relative; color:#fff;overflow: hidden;}
.inbanner img{ width:100%;}
.inbanner .txt{z-index: 4;}
.inbanner h2{position: relative;white-space: nowrap;}
.inbanner p{text-transform: uppercase;}
.inbanner p i{margin-right: 10px;}
.mask1{position: absolute;width: 100%;height: 100%;background: rgba(0,0,0,.26);left: 0;top: 0;z-index: 3;}
.bg-cover{background-size: cover;}
@media only screen and (max-width:1279px) {
    .inbanner{padding-top: 0;}
}
@media only screen and (max-width:767px) {
    .inbanner{ height: 200px;}
    .inbanner img{ display: none;}
    .mask{display: none;}
    .inbanner .txt{display: block;}
}
/*page*/
.pageout{text-align: center; clear: both;padding-top: 60px;font-family: "Arial"}
.page{display:inline-block;*display:inline;*zoom:1;}
.page{vertical-align:middle;text-align:center;margin: 0 auto; color:#2d2d2d; height:52px; line-height:52px; }
.page span{color:#2d2d2d; float: left; }
.page span em{ }
.page i{float: left;width: 52px;height: 52px;margin: 0 2px;}
.page a{float: left; width:52px;height: 52px; color: #bababa;  box-sizing:border-box; }
.page a.on{background:#d72a20;color:#fff;border-radius: 5px; }
.page a.prev {border-radius: 4px 0 0 4px;color: #000;}
.page a.next {border-radius: 0 4px 4px 0;color: #000;}
.page a.prev.no,.page a.next.no{color: #cacaca!important;cursor: default;}
.page a.go{margin-left:10px; width: 44px; background: #d72a20; color: #fff; border:1px solid #d72a20; height: 28px; line-height: 28px;}
.page a.go:hover{color: #fff !important;}
.page a:hover{color: #000 !important;}
.page a.on:hover{color: #fff !important;}
.page .txtnum{}
.page .txtnum input{color:#b3b3b3; width:30px;height:26px; line-height:26px; padding: 0 5px; text-align:left;background:none;border: 1px solid #dddddd; margin: 0 6px;}

.news_cont .page a.on{background:#d72a20;border-color: #d72a20; }


@media only screen and (max-width:1024px) {
    .pageout{padding-top: 30px;}
}
@media only screen and (max-width:767px) {
    .pageout{padding-top: 30px;}
    .page a{display:none; font-weight: normal;width: 34px;height: 34px;line-height: 34px;}
    .page a.prev,.page a.next,.page a.on{display:block; display:inline-block;}
    .page i{margin:0 4px;display: none;}
    .page a.prev i,.page a.next i{display: inline-block;margin: 0;width: auto;height: auto;float: none;}
    .page a.prev{margin-right:5px;text-align: center;}
    .page a.next{margin-left: 5px;text-align: center;}
}

/*page*/







