/* 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 p{overflow-wrap: break-word;max-width: 100%;}
.edit_con_original td{padding: 4px 8px;}
 
 
/*所有后台编辑器区域都要引用 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';
}

body{opacity: 0;}

/*图片经过*/
.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;}
.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);}


/*两端对齐*/
.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: #262b3a;}

.wrap{width: 1440px;max-width: 80%;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{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:22px;}
    .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;}
}




.pc-img{ display: block;}
.phone-img{ display: none;}
@media only screen and (max-width:767px) {
.pc-img{ display: none;}
.phone-img{ display: block;}
}

.height_height{display: none;}
.height_height,.header{height: 66px;line-height: 66px;box-sizing:border-box;}
.header{z-index: 99; position: fixed;top:0;left: 0;width: 100%;height:60px; line-height:60px; background:#fff;box-sizing:border-box;padding:0 50px;    box-shadow: 0 0 10px rgb(0 0 0 / 30%);padding-right:0!important;}
.scrollHeader .header{background: #fff;    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);}
.header h1{float: left;width: 37px;height: 46px; margin-top:6px;}
.header h1 a{display: block;height: 100%;}
.header h1 img{width: 100%;height: 100%;}
.header h1,.language,.header_search{position: relative;z-index: 9;}
.header_re{margin-left:25px;float: right;width:calc(100% - 70px);}
/*.nav,.header_search{float: left;}*/
.nav li{float: left;margin: 0 10px;position: relative;/*min-width:80px;*/}
.nav li span{display: none;}
.nav li .nav_list{display: none;}
.nav li>a{display: block;padding: 0 5px;position: relative;font-size: 14px;}
    .nav li > a > b {
        margin-left: 5px;
        font-size: 12px;
        transform: scale(.8);
        display: inline-block;
        color: #151515;
    }
.nav li>a i{position: absolute;left: 50%;bottom: 0; width: 0%;height: 1px;background: #d81118;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: #d81118;}

/*下拉导航*/
.nav_list{position: absolute; z-index: 10; left: 50%;top:100%;background: #fff;width:220px;margin-left:-110px;box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);}
.nav_p p{height: 60px; line-height: 60px; font-size: 14px; text-align: center; border-bottom: 1px solid #E0E4E8;}
.nav_p p:last-child{border-bottom: none;}
.nav ul{float: left;}
.nav li.pro_li,.nav li.solu_li{position: static;}
.pro_navlist{width: 100%; lefT:0; margin-left: 0; /*box-shadow: 0 17px 10px -8px #ccc inset;*/ background: #ECEFF1;}
.pro_navlist::before{content:""; position: absolute; z-index: 2; lefT:0; top:0; width:100%; height: 10px; 
    background: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 0%, rgba(0,0,0, 0.2) 100%);
    background: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 0%, rgba(0,0,0, 0.2) 100%);
    background: -o-linear-gradient(bottom, rgba(0,0,0, 0) 0%, rgba(0,0,0, 0.2) 100%);}
.pro_navlist::after{content:""; z-index: 1; position: absolute;lefT:0; top:0; width:30%; height: 100%; background: #F6F9FB;}
.nav_box{width: 100%; padding:30px 50px 80px;box-sizing: border-box; position: relative; z-index: 3;}
.nav_box ul{float: none; padding: 0 130px;}
.nav_box li{width: 100%; height: 64px; margin: 0; position: static;}
.nav_box li h3{ float: left; width:22%;}
.nav_box li h3 i{ float: right; font-size: 16px;}
.nav_box li .nav_box_rr{display: none; position: absolute; lefT:33%; top:30px; width: 65%;}
.nav_box li.on .nav_box_rr{ display: block;}
.nav_box li.on h3{color:#d81118; font-weight: bold;}
.li_item dl{ float: left; width:22%; margin-right:3%;}
.li_item dt{border-bottom: 1px solid #B1BABF; font-weight: bold; color:#d81118;}
.li_item dt span{ float: left; display:inline-block; width: 25px; height: 100%; vertical-align: middle; overflow: hidden;}
.li_item dt span img{ widtH:15px; height: 15px;vertical-align: middle;}
.li_item dt a{color:#d81118;}
.li_item dd{ line-height: 30px; font-size: 14px; padding-left: 25px; padding-top: 20px;}
.nav li.solu_li .nav_box li{ height: 50px;}
/*下拉导航*/



.menu_button{float: right;margin-top: 20px;cursor: pointer;margin-left: 10px;display: none;}
.menu_button i{display: block;width: 24px;height: 2px;background: #d81118;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;}

.header_website{float: right;width:165px;margin-top: 20px;margin-left: 20px;}
.header_website dt{height:40px;line-height: 40px;background:#f0f0f0;border-radius: 30px;overflow: hidden;position: relative;cursor: pointer;padding-left: 25px;box-sizing:border-box;}
.header_website dt i{position: absolute;top:0;right: 20px;color:#25555f;transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;}
.language{float: right;position: relative;}
.language dt{position: relative;cursor: pointer;width: 66px;height:66px; line-height: 66px;background:#d81118;text-align: center;font-size: 26px;color:#fff;}
.language dt p{color:#107f65;}
.language dt i{position: absolute;top:0;right:0;color:#25555f;transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;}
.language dl,.header_website dl{position: relative;}
.language dd,.header_website dd{background:#fff;box-shadow: 0 5px 10px rgb(0 0 0 / 30%);position: absolute;top:100%;padding: 10px 0;display: none;z-index: 99;}
.language dd p,.header_website dd p{line-height: 30px;}
.language dd p{text-align: center;}
.language dd{width:66px;left: auto;right: 0;}
.header_website dd{width:200px;right: 0;top:40px;}
.header_website dd p{padding: 0 10px;}

.header_website dt.on i,.language dt.on i{-webkit-transform: rotate(180deg); -ms-transform: rotate(180deg);transform: rotate(180deg);}
.return_a{display: none;}

.header_re2{float: right;}
.header_re2 em,.header_re2 span{float: left;}
.header_re2 .em_01 a{color:#151515;}
.header_re2 .em_02{margin:0 20px;}
.header_re2 .em_02 i{font-weight: bold;margin-right: 8px;}
.free_a {
    width: 109px;
    height: 60px;
    line-height: 60px;
    background: rgba(216, 16, 24, 1);
    text-align: center;
    font-size: 14px;
}
.free_a a{display: block;color:#fff;}
.header_re2 {position:relative;font-size: 14px;}
.header_re2 em.em_01 {
    position: relative;
    margin-right: 20px;
}
.header_re2 em.em_01 .log-xl{ display: none; position: absolute; z-index: 2; top:100%; left:50%; margin-left:-75px; width: 150px; line-height:40px;}
.header_re2 em.em_01 .log-xl a{ display: block; text-align: center; font-size: 14px; color: #fff!important; background: #d81118;}
.header_re2 em.em_01 .log-xl a:first-child{border-bottom: 1px solid rgba(255,255,255,0.5);}
.ser{cursor: pointer;float: left; margin-right:20px; font-size: 24px; text-align: center;}
.search_wrap{width:280px;float: left; z-index: 2;overflow: hidden; border:none;color:#fff; background: #fff;height:60px;line-height: 60px; outline: none;transition: 0.3s all;
    border-left: 1px solid rgba(244, 244, 244, 1);border-right: 1px solid rgba(244, 244, 244, 1);position: absolute;right:100%;}
.search_wrap.on{width: 380px;}
.search_box_text{float:left; width:calc(100% - 41px); padding:0 10px; height: 60px; line-height: 60px; border:none; background: none;box-sizing: border-box;}
.search_box_button {float: left;width:40px;height:44px; border:0; outline: none; background: none;margin-top: 8px;text-align: right;line-height:44px;}
.search_box_button i{font-size:18px;}

.havelogo span{display: inline-block;width: 30px;height: 30px;
    border-radius: 100%;margin-top: 15px;cursor: pointer;
    background: url(../images/tx.png) no-repeat center;background-size: cover;
}
.havelogo a{
    margin-left: -60px;
    display: none;
    position: absolute;
    width: 120px;
    top: 60px;
    left: 50%;
    text-align: center;
    line-height: 40px;
    background: #fff;
    border: 1px solid rgba(232, 232, 232, 1);
    color: #000!important;
}
.havelogo.on a{display: block;}
@media only screen and (max-width:1800px) {
    /*.search_wrap{right: 430px!important;}*/
}

.em_03{margin-right: 20px;}
.delVal{position: absolute;right: 0;width: 40px;height: 40px;line-height: 40px;cursor: pointer;top: 15px;text-align: center;display: none;color: #959595;}
.search_wrap.on .delVal{display: block;}
.newSearch_b{
    position: absolute;
    left: 0;
    top: 100%;
    width: 380px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    padding: 20px;
    box-sizing: border-box;
    line-height: 30px;
    display: none;
}
.newSearch_b>p{margin-bottom: 10px;color: rgba(165, 165, 165, 1);font-size:14px;}
.search_tips span{padding: 0px 5px;background: rgba(247, 247, 247, 1);margin-right: 13px;margin-bottom: 13px;font-size: 12px;cursor: pointer;color: rgba(21,21,21,1);height:24px;line-height:24px;transition:all .3s;}
.search_wrap.on{overflow: inherit;box-shadow: 0 0 10px rgba(0,0,0,.1);border-left: 0;border-right: 0;}
.search_wrap.on .newSearch_b{display: block;}

.kfpt{float: left;margin-left: 20px;}
.header_re_spec{width: calc(100% - 300px)!important;}
.header_re_spec .ser{display: none;}
.header_re_spec .search_wrap{position: static;width: 280px;float: left;line-height: 6px;height: 60px;border-left: 1px solid rgba(244, 244, 244, 1);border-right: 1px solid rgba(244, 244, 244, 1);}
.header_re_spec .search_wrap .search_box_text{line-height: 60px;height: 60px;box-sizing: border-box;width: 240px;float: right;}
.header_re_spec .search_wrap .search_box_button{margin-top: 8px;float: left;text-align: right;}
    .header_re_spec .header_re2 .em_02 {display:none;}
    .header_re_spec .header_re2 .em_03 {margin-left:20px;}

        @media only screen and (min-width:1025px) {
            .search_tips span:hover {
        background:rgba(216,16,24,0.05);color:rgba(216,16,24);
    }
}
    @media only screen and (max-width:1770px) {
        .header {
            padding: 0 20px;
        }

        .header_re {
            
            /* width: calc(100% - 150px) */
            
        }
    }

    @media only screen and (max-width:1660px) {
        .header {
            padding: 0 20px;
        }

        .nav li {
            margin: 0 8px;
        }

        .newSearch_t .search_box_text {
            width: 150px;
        }
    }

    @media only screen and (max-width:1560px) {
        .nav li {
            margin: 0 5px;
        }

        .ser {
            margin-right: 10px;
        }

        .newSearch_t .search_box_text {
            width: 100px;
        }

        .search_wrap {
            width: 200px;
        }
    }

    @media only screen and (max-width:1439px) {

        .header_re2 span.free_a {
            width: 80px;
        }

        .ser {
            font-size: 20px;
        }
    }

    @media only screen and (max-width:1400px) {
        .search_box_text {
            display: none;
        }

        .search_wrap {
            width: 58px;
            .search_box_button{width:58px;text-align:center;}
        }

            .search_wrap.on .search_box_text {
                display: block;
            }
    }

    @media only screen and (max-width:1365px) {
        .nav li {
            min-width: inherit;
        }

        .nav ul, .header_re2 {
            font-size: 14px;
        }

        .nav li > a > b {
            margin-left: 6px;
        }
    }

    .search_wrap_phone {
        display: none;
    }
    @media only screen and (max-width:1280px) {
        .nav li {margin:0 1px;}
    }
    @media only screen and (max-width:1200px) {
        .header_re_spec {
            width: auto !important;
        }

            .header_re_spec .search_wrap {
                width: 100%;
                margin-top: 50px;
                line-height: 50px;
                height: 50px;
            }

                .header_re_spec .search_wrap .search_box_text {
                    line-height: 50px;
                    height: 50px;
                    width: calc(100% - 41px);
                }

                .header_re_spec .search_wrap .search_box_button {
                    margin-top: 7px;
                }

        .header_re2 .em_02 {
            float: left;
            margin-right: 20px;
        }

        .header_re2 .em_03 {
            margin-top: 2px;
            float: left;
            margin-left: 20px;
        }

        .header_re2 em.em_01 {
            float: left;
            margin-top: 5px;
        }

        .header_re2 span.free_a {
            clear: inherit;
            float: left;
            margin-top: 3px;
        }

        .nav li {
            margin: 0;
        }

        .header_website dt i {
            right: 10px;
        }

        .header_website dt {
            padding-left: 10px;
        }

        .header_website {
            margin-top: 8px;
        }

        .language:after {
            background: #000;
        }

        .language dt p {
            color: #000;
        }

        .language dt i {
            font-size: 12px;
            color: #000;
        }

        .language dd p a {
            color: #000;
        }

        .header_website {
            float: left;
            width: 110px;
        }

            .header_website dt p {
                color: #000
            }

            .header_website dd p a {
                color: #000
            }

            .header_website dd {
                right: auto;
                left: 0;
            }

            .language dd, .header_website dd {
                top: 100%;
            }

        .search_wrap {
            background: #ccc;
        }

        .height_height {
            display: block;
        }

        .nav ul {
            font-size: 14px;
        }

        .nav li > a i {
            display: none;
        }

        .menu_button {
            display: block;
            z-index: 99;
            position: relative;
            width: 24px;
            height: 24px;
        }

        .navbody .menu_button i {
            background: #000;
        }

            .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: 60px;
        }

        .nav {
            position: fixed;
            top: -100%;
            left: 0;
            width: 100%;
            height: 100%;
            background: #fff;
            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: #000;
            }

                .nav ul {
                    padding-top: 10px;
                    float: none;
                    clear: both;
                }

                .nav li > a {
                    padding: 0 20px;
                    box-sizing: border-box;
                    width: 100%;
                    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;
                text-align: center;
                float: right;
                cursor: pointer;
                position: relative;
                height: 40px;
                font-weight: bold;
            }

        .nav_list {
            position: static;
            background: #fff;
            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-icon: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;
        }

        .li_item dt a {
            color: #d81118;
        }

        .nav li.cur span.icon-icon:before {
            transform: rotate(-180deg);
        }

        .navbody .nav {
            top: 0;
            visibility: visible;
            opacity: 1;
        }

        .header h1 {
            /* margin-top: 12px; */
        }

        .nav_list {
            box-shadow: 0 10px 10px rgba(0, 0, 0, 0);
        }

        .search_btn, .language dt {
            width: 50px;
            height: 50px;
            line-height: 50px;
        }

        .header {
            padding: 0 15px;
            padding-right:20px!important;
        }

        .header_re2 span {
            margin-top: 14px;
        }

        .nav {
            margin-left: 0;
        }

            .nav li span.icon-jiantouxia: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-jiantouxia:before {
                transform: rotate(-180deg);
            }

        /*下拉2*/
        .return_a {
            display: block;
            background: #ccc;
        }

        .header_re {
            position: static;
            width: auto;
            height: 100%;
            top: 0;
            left: 0;
            float: right;
            margin: 0;
        }

        .nav li {
            position: static;
        }

            .nav li .nav_list {
                position: absolute;
                top: 0;
                left: auto;
                right: -100%;
                width: 100%;
                height: 100%;
                z-index: 9;
                box-sizing: border-box;
                padding-top: 50px;
                display: block !important;
                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 p a {
            padding: 0 20px;
        }

        .nav li.cur .nav_list {
            right: 0;
        }

        .nav {
            z-index: 99;
        }

        .header_re2 {
            float: none;
            line-height: 30px;
            padding: 0 20px;
            overflow: hidden;
            margin-top: 10px;
        }

            .header_re2 .em_01 > a {
                display: none;
            }

            .header_re2 em.em_01 .log-xl {
                display: block;
                position: static;
                margin-left: 0;
                width: 100%;
                line-height: 24px;
                overflow: hidden;
            }

                .header_re2 em.em_01 .log-xl a {
                    float: left;
                    margin-right: 20px;
                    width: auto;
                    color: #d81118 !important;
                    background: none;
                }

            .header_re2 span.free_a {
                text-align: left;
            }

            .header_re2 span {
                margin: 0;
                background: #fff;
                float: none;
                clear: both;
            }

        .free_a a {
            color: #d81118;
        }

        .nav li > a > b {
            display: none;
        }

        .header_re2 em, .header_re2 span {
            float: none;
            display: block;
        }

        .header_re2 .em_02 {
            margin: 2px 0;
        }

        .header_re2 span.ser {
            display: none;
        }

        .search_wrap {
            widtH: 50%;
            margin-bottom: 10px;
            display: block;
            position: static;
            height: 36px;
            line-height: 36px;
        }

        .search_box_text {
            height: 36px;
            line-height: 36px;
            width: calc(100% - 60px);
        }

        .search_box_button {
            height: 36px;
            line-height: 36px;
            margin-top: 0;
        }

        .search_wrap_pc {
            display: none;
        }

        .search_wrap_phone {
            display: block;
        }

        .search_box_text {
            display: block;
        }

        .header_re2 .em_02, .header_re2 .em_03, .header_re2 span.free_a {
            width: 100%;
            margin-left: 0;
            margin-right: 0;
            height: 40px;
            line-height: 40px;

        }

        .search_wrap.on {
            width: 100% !important;
        }
    }

    /*下拉导航响应*/
    @media only screen and (max-width:1840px) {
        .nav_box li .nav_box_rr {
            left: 32%;
            width: 68%;
        }
    }

    @media only screen and (max-width:1770px) {
        .nav_box {
            padding-left: 20px;
            padding-right: 20px;
        }

            .nav_box ul {
                padding: 0 87px;
            }
    }

    @media only screen and (max-width:1660px) {
        .pro_navlist::after {
            width: 25%;
        }

        .nav_box li h3 {
            width: 18%;
        }

        .nav_box li .nav_box_rr {
            left: 27%;
            width: 73%;
        }
    }

    @media only screen and (max-width:1560px) {
        .nav_box {
            padding-left: 12px;
            padding-right: 12px;
        }

            .nav_box ul {
                padding: 0 79px;
            }

        .li_item dl {
            width: 30.33%;
        }

            .li_item dl:nth-child(3n+1) {
                clear: both;
            }
    }

    @media only screen and (max-width:1200px) {
        .nav_p p {
            height: 40px;
            line-height: 40px;
            text-align: left;
        }

        .pro_navlist::before, .pro_navlist::after {
            display: none;
        }

        .nav_box, .nav_box ul {
            padding: 0 !important;
        }

        .nav_box {
            height: 100%; /*overflow-y: auto;*/
            top: 0;
            z-index: 11;
        }

            .nav_box.active {
                top: -40px;
            }

            .nav_box li, .nav li.solu_li .nav_box li {
                height: 40px;
            }

                .nav_box li h3 {
                    width: calc(100% - 20px);
                    padding: 0 0 0 20px;
                }

                    .nav_box li h3 i {
                        width: 50px;
                        text-align: center;
                        font-family: 'iconfont';
                        font-weight: bold;
                        font-size: 14px;
                    }

                        .nav_box li h3 i::before {
                            content: "\e61c";
                        }

                .nav_box li .nav_box_rr {
                    display: block;
                    position: absolute;
                    padding-top: 0;
                    left: auto;
                    top: 0px;
                    right: -100%;
                    width: 100%;
                    height: 100%;
                    overflow-y: auto;
                    background: #fff;
                    z-index: 9;
                    box-sizing: border-box;
                    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 li.on .nav_box_rr {
                    right: 0;
                }

        .li_item {
            width: 100%;
            padding: 0 20px;
            box-sizing: border-box;
        }

            .li_item dt span {
                float: left;
                display: none;
            }

            .li_item dd {
                padding: 0;
                line-height: 40px;
            }

            .li_item dt a, .nav_box li.on h3 {
                color: #000;
            }

            .li_item dt a {
                display: block;
            }

        .nav li .nav_list .return_a {
            position: relative;
            z-index: 10;
        }

        .nav_box_rr .return_a {
            position: relative;
            z-index: 12;
        }

        .nav_box li .nav_box_rr {
            z-index: 20 !important;
        }
    }

    @media only screen and (max-width:767px) {
        .li_item dl {
            width: 100%;
            margin: 0;
        }

        .li_item dd {
            line-height: 30px;
        }

        .search_wrap_phone {
            display: block;
            margin-top: 50px !important;
        }
    }
    /*下拉导航响应*/



    @media only screen and (max-width:767px) {
        .search_box {
            top: 100%;
        }

            .search_box.on {
                width: 100%;
            }

        .header_search {
            position: static;
        }

        .search_wrap {
            width: 100%;
        }

        .header_re2 .em_02 {
            float: left;
            margin-right: 0px;
            width: 100%;
        }

        .header_re2 .em_03 {
            margin-top: 2px;
            float: left;
            margin-left: 0px;
            width: 100%;
        }

        .header_re2 em.em_01 {
            float: left;
            margin-top: 5px;
            width: 100%;
        }

        .header_re2 span.free_a {
            clear: inherit;
            float: left;
            margin-top: 3px;
            width: 100%;
        }
    }

    .footer {
        background: #2c2c32;
    }

        .footer, .footer a {
            color: #b2b2be;
        }

            .footer a.xhr {
                opacity: 0.1;
            }

    .foot_top {
        padding: 50px 0;
    }

    .foot_bottom {
        padding: 40px 0 70px 0;
        border-top: 1px solid #56565b;
    }

    .foot_link {
        padding-right: 60px;
        position: relative;
        margin-bottom: 40px;
    }

    .f_arrow {
        position: absolute;
        right: 0;
        top: 0;
        cursor: pointer;
        font-size: 16px;
        font-weight: bold;
        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_link dl {
        overflow: hidden;
        line-height: 24px;
    }

    .foot_link dt {
        float: left;
    }

    .foot_link dd {
        float: right;
        width: calc(100% - 80px);
        overflow: hidden;
        height: 24px;
        overflow: hidden;
    }

        .foot_link dd a {
            float: left;
            padding-right: 25px;
            margin-right: 25px;
            border-right: 1px solid #56565b;
        }

            .foot_link dd a:last-child {
                border: 0;
                padding-right: 0;
                margin-right: 0;
            }

    .foot_link.cur dd {
        height: auto;
    }

    .foot_link.cur .f_arrow {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .foot_p01 {
        overflow: hidden;
        float: left;
        margin-right: 40px;
    }

        .foot_p01 a {
            float: left;
            padding-right: 14px;
            margin-right: 14px;
            border-right: 1px solid #fff;
            color: #fff;
        }

            .foot_p01 a:last-child {
                border: 0;
                padding-right: 0;
                margin-right: 0;
            }

    .xhr {
        margin-left: 20px;
    }

    .foot_top {
        overflow: hidden;
    }

    .foot_le {
        float: left;
        width: calc(100% - 370px);
    }

        .foot_le dt, .foot_le dt a {
            color: #fff;
        }

        .foot_le dt {
            margin-bottom: 30px;
        }

            .foot_le dt span {
                display: none;
            }

        .foot_le ul {
            overflow: hidden;
        }

        .foot_le li {
            float: left;
            margin-right: 60px;
        }

            .foot_le li:last-child {
                margin-right: 0;
                width: 320px;
            }

            .foot_le li p {
                line-height: 24px;
                margin-bottom: 10px;
            }

    .foot_re {
        float: right;
        width: 355px;
    }

        .foot_re ul {
            overflow: hidden;
            margin: 0 -5px;
            margin-bottom: 24px;
        }

        .foot_re li {
            float: left;
            width: 25%;
        }

        .foot_re dl {
            margin: 0 5px;
        }

        .foot_re p {
            text-align: right;
        }

            .foot_re p img {
                width: 100px;
                height: 36px;
                margin-right: 5px;
            }

                .foot_re p img + img {
                    width: 197px;
                    height: 36px;
                    margin-right: 0;
                }

    .share_a {
        padding-top: 30px;
    }

        .share_a a {
            float: left;
            position: relative;
            width: 30px;
            height: 30px;
            line-height: 30px;
            text-align: center;
            background: #7c7c80;
            color: #2c2c32;
            border-radius: 50%;
            margin-right: 20px;
            font-size: 20px;
        }

            .share_a a.wx_code span {
                position: absolute;
                bottom: 50px;
                left: 0;
                width: 150px;
                height: 150px;
                background: #fff;
                z-index: 9;
                visibility: hidden;
                opacity: 0;
                -webkit-transform: translateY(10px);
                -moz-transform: translateY(10px);
                -o-transform: translateY(10px);
                -ms-transform: translateY(10px);
                transform: translateY(10px);
                transition: all 0.3s;
                -webkit-transition: all 0.3s;
                -moz-transition: all 0.3s;
                -o-transition: all 0.3s;
                -ms-transition: all 0.3s;
            }

                .share_a a.wx_code span img {
                    width: 100%;
                }

    /*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 {
            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 -130px;
        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 (max-width:1750px) {
        .foot_le li {
            margin-right: 50px;
        }
    }

    @media only screen and (max-width:1680px) {
        .foot_le li {
            margin-right: 40px;
        }

            .foot_le li:last-child {
                width: 280px;
            }
    }

    @media only screen and (max-width:1630px) {
        .foot_le li {
            margin-right: 35px;
        }
    }

    @media only screen and (max-width:1605px) {
        .foot_le li {
            margin-right: 30px;
        }
    }

    @media only screen and (max-width:1580px) {
        .foot_le {
            width: calc(100% - 300px);
        }

        .foot_re {
            width: 280px;
        }

        .foot_le li {
            margin-right: 25px;
        }

        .foot_re p img {
            display: block;
            margin: 0 0 10px;
        }
    }

    @media only screen and (max-width:1470px) {
        .foot_le li {
            margin-right: 20px;
        }
    }

    @media only screen and (max-width:1440px) {
        .foot_le li:last-child {
            width: 220px;
        }
    }

    @media only screen and (max-width:1366px) {
        .foot_le {
            width: calc(100% - 220px);
        }

        .foot_re {
            width: 200px;
        }
    }

    @media only screen and (max-width:1280px) {
        .foot_le li {
            margin-right: 10px;
        }
    }

    @media only screen and (max-width:1200px) {
        .foot_le, .foot_re {
            float: none;
            width: 100%;
        }

        .foot_re { /*width: 250px;*/
        }

            .foot_re li {
                margin-bottom: 10px;
            }

        .foot_le dt {
            margin-bottom: 0;
        }

        .foot_le li {
            float: none;
            margin: 0;
            padding: 10px 0;
            border-bottom: 1px solid #56565b;
        }

            .foot_le li dl {
                overflow: hidden;
            }

            .foot_le li dd {
                overflow: hidden;
            }

                .foot_le li dd p {
                    float: left;
                    margin-right: 40px;
                    margin-bottom: 0;
                    margin-top: 10px;
                }

            .foot_le li:last-child {
                border-bottom: 0;
                width: 100%;
            }

                .foot_le li:last-child p {
                    float: none;
                    margin-right: 0;
                }

        .share_a {
            padding-top: 10px;
        }

        .foot_le {
            margin-bottom: 30px;
        }
    }

    @media only screen and (max-width:767px) {
        .foot_top {
            padding: 30px 0;
        }

        .foot_bottom {
            padding: 20px 0 60px;
        }

        .foot_link {
            margin-bottom: 20px;
            padding-right: 0;
        }

            .foot_link dd a {
                padding-right: 10px;
                margin-right: 10px;
            }

            .foot_link dt, .foot_link dd {
                float: none;
                width: 100%;
            }

            .foot_link dt {
                margin-bottom: 10px;
            }

        .foot_p01, .foot_p02 {
            float: none;
            width: 100%;
            text-align: center;
        }

            .foot_p01 a {
                float: none;
                display: inline-block;
            }

        .foot_p01 {
            margin-bottom: 10px;
        }

        .foot_p02 {
            font-size: 12px;
        }

        .bah_01, .bah_02, .xhr {
            display: block;
        }

        .foot_le li dt span {
            float: right;
            display: block;
            padding: 0 10px;
            transition: all 0.3s;
        }

        .foot_le li dd {
            display: none;
            overflow: hidden;
        }

        .foot_le li.on dt span {
            transform: rotate(180deg);
        }
    }

    @media only screen and (min-width:1200px) {
        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: #d81118 !important;
            }

        .free_a:hover {
            opacity: 0.8;
        }

        .free_a a:hover {
            color: #fff !important;
        }

        .header_re2 .em_02 a:hover {
            color: #262b3a !important;
            cursor: default;
        }

        .tel_a {
            color: #b2b2be !important;
            cursor: default;
        }

            .tel_a:hover {
                color: #b2b2be !important;
                cursor: default;
            }

        .share_a .wx_code:hover span {
            visibility: visible;
            opacity: 1;
            -webkit-transform: translateY(0px);
            -moz-transform: translateY(0px);
            -o-transform: translateY(0px);
            -ms-transform: translateY(0px);
            transform: translateY(0px);
        }
    }

    .share_a .wx_code.active span {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -o-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
    }




    /*内页banner*/
    .inbanner {
        position: relative;
    }

        .inbanner img {
            widtH: 100%;
        }

        .inbanner .inban_video {
            position: absolute;
            lefT: 0;
            top: 0;
            width: 100%;
            height: 100%;
        }

            .inbanner .inban_video video {
                width: 100%;
                height: 100%;
                object-fit: fill;
            }

            .inbanner .inban_video img {
                display: none;
                width: 100%;
            }

            .inbanner .inban_video em {
                color: #fff;
                z-index: 10;
            }

                .inbanner .inban_video em.on::before {
                    content: "\e629";
                }

        .inbanner .txt {
            top: 57%;
        }

        .inbanner h2 {
            font-weight: bold;
            line-height: 1.2;
            margin-bottom: 2%;
        }

            .inbanner h2 + p {
                line-height: 1.8;
                width: 53%;
            }

        .inbanner .btn {
            margin-top: 3%;
        }

            .inbanner .btn a {
                float: left;
                margin-right: 20px;
                width: 120px;
                height: 40px;
                line-height: 40px;
                text-align: center;
                color: #fff !important;
                border-radius: 3px;
                background: #D81118;
            }

    @media only screen and (max-width:1024px) {
        .inbanner .txt {
            top: 50%;
        }

        .inbanner h2 + p {
            width: 65%;
        }

        .inbanner {
            height: auto !important;
        }

            .inbanner .inban_video {
                position: static;
            }
    }

    .video_appbox {
        display: none;
    }

    @media only screen and (max-width:767px) {
        .inbanner .txt {
            top: 60%;
            lefT: 3%;
            text-align: center;
            transform: translate(0,0);
            -webkit-transform: translate(0,0);
            -ms-transform: translate(0,0);
            -moz-transform: translate(0,0);
            -o-transform: translate(0,0);
        }

        .inbanner h2 {
            font-size: 20px;
            margin-bottom: 5%;
        }

            .inbanner h2 + p {
                width: 100%;
            }

        .inbanner .btn {
            margin: 5% auto 0;
            text-align: center;
        }

            .inbanner .btn a {
                float: none;
                display: inline-block;
                width: 90px;
                height: 30px;
                line-height: 30px;
            }

        .inbanner .inban_video img {
            display: block;
        }

        .inbanner .inban_video video {
            display: none;
        }

        .video_appbox {
            display: block;
            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%;
                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);
            }

        .video_close {
            position: absolute;
            top: 5%;
            right: 3%;
            cursor: pointer;
            z-index: 99999;
        }

            .video_close i {
                color: #fff;
                font-size: 20px;
                font-weight: bold;
            }
    }

    @media only screen and (max-width:359px) {
        .inbanner .txt {
            top: 55%;
        }
    }

    .ellipsis {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
    }

    .clamp {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-height: 1.5;
        max-height: 3em;
        height: 3em;
        overflow: hidden;
    }

    .clamp_3 {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        line-height: 1.5;
        max-height: 4.5em;
        height: 4.5em;
        overflow: hidden;
    }

    .clamp_4 {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        line-height: 1.5;
        max-height: 6em;
        height: 6em;
        overflow: hidden;
    }

    @media only screen and (min-width:1025px) {
        .inbanner .btn a:hover {
            opacity: 0.8;
        }

        .footer a.xhr:hover {
            opacity: 1;
        }
    }
    /*20220110*/



    /*20230421添加右侧侧边栏*/
    .site_nav {
        position: fixed;
        right: 10px;
        top: 50%;
        margin-top: -110px;
        width: 64px;
        z-index: 99;
    }

        .site_nav li {
            width: 100%;
            height: 64px;
            margin-bottom: 10px;
            position: relative;
            background: #fff;
            border-radius: 10px;
            box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.01);
        }

    .site_icon {
        text-align: center;
        vertical-align: middle;
        width: 30px;
        height: 30px;
        margin: 0 auto;
        padding: 7px 0 3px;
        overflow: hidden;
    }

        .site_icon img {
            display: block;
            width: 100%;
        }

            .site_icon img + img {
                display: none;
            }

        .site_icon + p {
            font-size: 12px;
            text-align: center;
        }

    .site_p {
        position: absolute;
        top: 0;
        right: 0;
        opacity: 0;
        visibility: hidden;
        background: #fff;
        width: 200px;
        border-radius: 10px;
        box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.05);
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
    }

        .site_p::before {
            content: "";
            position: absolute;
            right: -10px;
            top: 25px;
            width: 0;
            height: 0;
            border-left: 10px solid #fff;
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
        }

        .site_p dl {
            padding: 20px;
        }

        .site_p dd {
            margin-bottom: 15px;
            float: left;
            width: 100%;
        }

            .site_p dd:last-child {
                margin-bottom: 0;
            }

        .site_p span {
            float: left;
            margin-right: 20px;
        }

            .site_p span img {
                width: 30px;
                height: 30px;
                overflow: hidden;
            }

        .site_p p {
            float: left;
            height: 30px;
            line-height: 30px;
        }

        .site_p em, .site_p i {
            display: block;
            line-height: 18px;
        }

        .site_p i {
            color: #D92127;
            font-size: 12px;
        }

    .site_nav li {
        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 (min-width:1025px) {
        .site_nav li:hover {
            background: #D7121A;
        }

            .site_nav li:hover .site_icon + p {
                color: #fff;
            }

            .site_nav li:hover .site_icon img {
                display: none;
            }

                .site_nav li:hover .site_icon img + img {
                    display: block;
                }

            .site_nav li:hover .site_p {
                right: 80px;
                visibility: visible;
                opacity: 1;
            }
    }

    .site_pc {
        display: block;
    }

    .site_phone {
        display: none;
    }

    @media only screen and (max-width:1024px) {
        .site_pc {
            display: none;
        }

        .site_phone {
            display: block;
        }

        .mkf-01, .mkf-02, .mkf-03 {
            display: block;
            width: 30px;
            height: 30px;
            background: url(/static/images/m-kefu.png) no-repeat;
            background-size: 100% auto;
            position: absolute;
            left: 0;
            top: 5px;
        }

        .mkf-01 {
            background-position: 0 0px;
        }

        .mkf-02 {
            background-position: 0 -30px;
        }

        .mkf-03 {
            background-position: 0 -60px;
        }

        .m-kefu {
            width: 100%;
            position: fixed;
            left: 0px;
            bottom: 0;
            z-index: 1000;
        }

            .m-kefu ul {
                overflow: hidden;
            }

                .m-kefu ul li {
                    float: left;
                    width: 33.33%;
                    height: 50px;
                    line-height: 50px;
                    text-align: center;
                }

                    .m-kefu ul li a {
                        display: block;
                        color: #ffff;
                        background: #000;
                    }

                    .m-kefu ul li:nth-child(2) a {
                        border-left: 1px solid #981e22;
                    }

                    .m-kefu ul li:nth-child(3) a {
                        background: #d81e06;
                    }

                    .m-kefu ul li a em {
                        display: inline-block;
                        line-height: 30px;
                        font-style: normal;
                    }

                        .m-kefu ul li a em i {
                            float: left;
                            position: initial;
                        }
    }
    /*20230421添加右侧侧边栏end*/
