﻿/* 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-weight:bold }
.edit_con_original h2 {  font-weight:bold }
.edit_con_original h3 {  font-weight:bold }
.edit_con_original h4 {  font-weight:bold }
.edit_con_original h5 { font-weight:bold }
.edit_con_original h6 {  font-weight:bold }
.edit_con_original em { font-style: italic }
.edit_con_original cite{ font-style: italic }
.edit_con_original address{ font-style: italic }
.edit_con_original i { font-style: italic }
.edit_con_original table{ border-collapse: separate; border-spacing: 2px }
.edit_con_original img{ max-width:100%; height:auto;}
.edit_con_original video{ max-width:100%;display: block;margin:auto;}
 
 
/*所有后台编辑器区域都要引用 edit_con_original 类名*/
 
/* clear 页头，页脚，内容区都不用再加清除样式 */
.fixed:before, .clearfix:before, .cf:before, body:before, .header:before, .main:before, .footer:before { content: ''; display: table }
.fixed:after, .clearfix:after, .cf:after, after, .header:after, .main:after, .footer:after { content: ''; display: table; clear: both }
.fixed, .clearfix, .cf, .header, .main, .footer { *zoom: 1 }
 
 
.clear, .cl { display: block!important; float: none!important; clear: both; width: auto!important; max-width: none!important; min-width: 0!important; max-height: none!important; min-height: 0!important; overflow: hidden; margin: 0!important; padding: 0!important; border: 0 none!important; font-size: 0!important; line-height: 0!important }
               
       
.err_position{ width:100%; height:auto; background:url(../images/errors.png) center no-repeat;}


/*隐藏视频下载按钮*/
video::-internal-media-controls-download-button {
    display:none;
}

video::-webkit-media-controls-enclosure {
    overflow:hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px); 
}

/* 阿里图标 */
[class*='icon']{
    font-family: 'iconfont';
}



/*图片经过*/
.tran_scale{ overflow:hidden; display:block;}
/*img{transition: All 0.7s ease-in-out;}*/
.tran_scale img{-webkit-transition: opacity .4s ease-in,-webkit-transform .6s linear;transition: opacity .4s ease-in,transform .6s linear;}
.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: #000;}

.wrap{width: 1600px;max-width: 90%;margin: auto;}
.wrap_1780{width: 1780px;max-width: 94%;margin: auto;}
.line24{line-height: 24px;
 display: -webkit-box;
  overflow: hidden;
  
  -webkit-box-orient: vertical;
}
.line26{line-height: 26px;
 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_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_72 { font-size:72px;}
@media only screen and (max-width:1660px) {
.fnt_72 { font-size:50px;}
.fnt_48 { font-size:40px;}
}
@media only screen and (max-width:1440px) {

.fnt_20 { font-size:18px;}
.fnt_22 { font-size:20px;}
.fnt_24 { font-size:20px;}
.fnt_26 { font-size:22px;}
.fnt_30 { font-size:24px;}
.fnt_36 { font-size:28px;}
.fnt_48 { font-size:36px;}
.fnt_72 { font-size:44px;}

}
@media only screen and (max-width:1024px) {
.fnt_16 { font-size: 14px;}
.fnt_18 { font-size:16px;}
.fnt_20 { font-size:18px;}
.fnt_22 { font-size:18px;}
.fnt_24 { font-size:18px;}
.fnt_26 { font-size:18px;}
.fnt_30 { font-size:20px;}
.fnt_36 { font-size:20px;}
.fnt_48 { font-size:24px;}
.fnt_72 { font-size:30px;}

}
@media only screen and (max-width:767px) {
.fnt_16 { font-size: 14px;}
.fnt_18 { font-size:14px;}
.fnt_20 { font-size:16px;}
.fnt_22 { font-size:16px;}
.fnt_24 { font-size:16px;}
.fnt_30 { font-size:18px;}
.fnt_36 { font-size:18px;}
.fnt_48 { font-size:20px;}
.fnt_72 { font-size:20px;}
}



/*page*/
.pageout{text-align: center; clear: both;}
.page{display:inline-block;*display:inline;*zoom:1;}
.page {vertical-align:middle;text-align:center;margin: 0 auto;padding-top: 50px; color:#2d2d2d; height:34px; line-height:34px; }
.page span{color:#2d2d2d; float: left; }
.page span em{ }
.page i{float: left;width: 34px;height: 34px;/*background: #ececec;*/margin: 0 2px;}
.page a{float: left; width:34px;height: 34px; border: 1px solid #f4f4f5; color: #666666; font-weight: bold; background: #f4f4f5; margin:0 2px;border-radius: 4px;box-sizing:border-box; }
.page a.on{background:#ad001a;color:#fff;border: 1px solid #ad001a; }
.page a.prev {background:#f4f4f5 url(../images/page_prev.png) center center no-repeat; text-indent:-10000px;margin:0 ;margin-right: 8px;}
.page a.next {background:#f4f4f5 url(../images/page_next.png) center center no-repeat; text-indent:-10000px;margin:0 ;margin-left: 8px;}
.page a.prev.no,.page a.next.no{opacity: 0.5}

.page a.go{margin-left:10px; width: 44px; background: #ad001a; color: #fff; border:1px solid #ad001a; height: 28px; line-height: 28px;}
.page a.go:hover{color: #fff !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:#ad001a;border-color: #ad001a; }


@media only screen and (max-width:1024px) {
.page{padding-top: 40px;}
}
@media only screen and (max-width:767px) {
  .page{padding-top: 20px;}
.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{margin-right:5px; }
.page a.next{margin-left: 5px;}
}

/*page*/

@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: #bb1e00 !important;}

}

.scrollHeader .header{box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);}
.header,.header_height{height:70px;}
.header{position: fixed;z-index: 9999;top:0;left: 0;width: 100%;background:#fff;}
.header h1{width:300px;height: 54px;margin-top: 4px;margin-left: 34px;margin-right: 60px; float: left;}
.header h1 a{display: block;}
.header h1 a img{width:100%;height: 100%;}

.nav_arrow,.nav_return,.menu_button{display: none;}

.nav{float: left;margin-top: 13px;}

.nav li{float: left;position: relative;z-index: 992;}
.nav li>a{display: block;padding:0 20px;line-height: 46px;height: 52px;}
.nav_p p{padding:0 2px;line-height: 30px;margin-bottom: 20px;text-align: center;}
.nav_p p a{color:#554f45;}
.nav li.on>a{background:url(../images/nav_bg.png) no-repeat center center;background-size: contain;color: #fff;}
/*.nav li.on .nav_p p a{color:#c11010;}*/
.nav li.cur>a{color: #c11010;}
/*.nav li.cur .nav_p p a{color:#c11010;}*/

.nav_bg,.nav_list{display: none;}
.nav_list{position: absolute;top:100%;margin-top: 0;width: 100%;}
.nav_bg{position: absolute;top:70px;left: 0;width: 100%;height:550px;background:#f6f6f6 url(../images/nav_listbg.jpg) no-repeat;background-size: cover;z-index: 99;}
.nav_list{padding-top: 45px;}

.header_re{float: right;position: relative;padding-right: 80px;}
.header_fast{float: left;width: 249px;margin-top: 10px;}
.header_fast dl{text-align: center;position: relative;}
.header_fast dt{height: 52px;line-height: 52px;background:#dedede;color:#333;position: relative;z-index: 993;cursor: pointer;border-radius: 30px;position: relative;}
.header_fast dt:after{content: "";position: absolute;border:1px solid #fff;border-radius:30px;width: calc(100% - 12px);height: calc(100% - 12px);left: 6px;top:6px;}
.header_fast dd{position: absolute;left: 0;top:20px;width: 100%;background:rgba(238,238,238,0.9);z-index: 91;box-sizing:border-box;padding:6px;display: none;}
.header_fast dd p{padding:12px 0;border-bottom:1px solid #dbd2c5;}
.header_fast dd p:last-child{border:0;}
.header_fast dd p a{color:#333;}
.header_fast_p{padding:8px 25px;padding-top: 30px;border:1px solid #fff;border-top: 0;}
.header_fast_p,.header_fast dd{border-radius: 0 0 10px 10px;}
.header_search{width: 48px;height: 48px; position: absolute;right: 0;top:10px;background:url(../images/searcgbg.png) no-repeat;background-size: 100% 100%;border-radius: 50%;}
.header_search span{text-align: center;line-height: 48px; color: #fff;cursor: pointer;width: 100%;height: 100%;display: block;  position: absolute;top: 0; right: 0;}
.header_search span i{display: block;font-size: 20px;}

.header_search.cur span{opacity: 0.7;}
.header_search.cur .headersearch_box{ visibility: visible;opacity: 1;
  -webkit-transform: translateY(0); -moz-transform: translateY(0);-o-transform: translateY(0);-ms-transform: translateY(0);transform: translateY(0);
}
.headersearch_box{position: absolute;top:100%;right: 0;width: 300px;overflow: hidden;background:#c11010;border-radius: 5px;z-index: 997;
  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;
  -webkit-transform: translateY(10px); -moz-transform: translateY(10px);-o-transform: translateY(10px);-ms-transform: translateY(10px);transform: translateY(10px);

}
.headersearch_box input,.headersearch_box button{height: 50px;line-height: 50px;color: #fff;}
.headersearch_box input{float: left;width: calc(100% - 50px);box-sizing:border-box;padding: 0 10px;}
.headersearch_box button{float: right;width: 50px;text-align: center;font-size: 20px;cursor: pointer;} 
.headersearch_box :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #e9bcbc;  
}

.headersearch_box ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #e9bcbc;
}

.headersearch_box input:-ms-input-placeholder {
    color: #e9bcbc;
}

.headersearch_box input::-webkit-input-placeholder {
    color: #e9bcbc;
}
.nav_list {width: 150px;left: 50%; margin-left: -75px;}
@media only screen and (max-width:1880px) {
.header h1{margin-left: 20px;margin-right: 40px;}
.header_fast{width: 200px;}
.header_fast_p{padding: 8px 15px; padding-top: 30px;}
}
@media only screen and (max-width:1780px) {
/*.nav li>a{padding: 0 24px;}*/
.nav_p {font-size: 15px;}
.nav,.header_fast dt{font-size: 16px;}
}
@media only screen and (max-width:1680px) {
.nav li>a{padding: 0 15px;}
.nav_p {font-size: 14px;}
.header h1{margin-right: 20px;}
.header_re{padding-right: 60px;}
}
@media only screen and (max-width:1580px) {
.nav li>a{padding: 0 10px;}
.nav_p p{line-height: 24px;}
.nav_bg{height:390px;}
.nav_list {width: 120px; margin-left: -60px;}

}
@media only screen and (max-width:1500px) {
.nav li>a{padding: 0 12px;}
.nav,.header_fast dd{font-size: 14px;}
.nav_list{padding-top: 30px;}
.nav_p p{margin-bottom: 15px;}
.header_fast{width: 160px;}
.header_fast_p{padding: 8px; padding-top: 30px;}
.header_search{width: 45px;}
.header_re{padding-right: 50px;}


}
@media only screen and (max-width:1410px) {
.header h1{width: 250px;height: 45px;margin-left: 10px;margin-right:20px;margin-top: 10px;}

}
@media only screen and (max-width:1350px) {
.header h1{width: 220px;height: 40px;margin-top: 14px;}
}
@media only screen and (max-width:1320px) {
.header h1{width: 200px;height: 36px;margin-top: 18px;}
.nav li>a{padding: 0 12px;}
.header_fast{width:145px;}

}

@media only screen and (max-width:1230px) {
.menu_button{color: #b80022;float: left;width: 60px;height: 60px;text-align: center;position:relative;cursor: pointer;display: block;}
.menu_button p{font-size: 12px;line-height: 10px;display: block;}
.menu_i{width: 36px;margin: auto;margin-bottom: 6px;}
.menu_i i{display: block;width: 100%;height: 2px;background: #b80022;margin-bottom: 4px;}
.menu_i i:nth-child(1){width: 30px;}
.menu_i i:nth-child(3){width: 26px;}

.menu_i{position: relative;}
.menu_i span{font-weight: bold;font-size: 24px;visibility: hidden;opacity: 0;}
.menu_i i,.menu_i span{transition:all 0.5s;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-o-transition:all 0.5s;-ms-transition:all 0.5s;}

.navbody .menu_i i{visibility: hidden;opacity: 0;}
.navbody .menu_i span{visibility: visible;opacity: 1;}


.nav{display: block;position:fixed;top:60px;left: 0;width: 100%;height: 100%;background: #fff;margin: 0;font-size: 14px;
box-sizing:border-box;padding: 20px 0;
visibility: hidden;opacity: 0;top:-200px;
}

.nav li{float: none;display: table;width: 100%;border-bottom:1px solid #eee;}

.nav_arrow, .nav_return{display: block;cursor: pointer;}
.nav_arrow{width: 50px;float:right;font-size:16px;font-weight: bold; text-align: center;}
.nav li>a{width: calc(100% - 90px);float: left;}

.scrollHeader .nav,.nav{height: 100%;}
.scrollHeader .nav{line-height: 40px;}

.nav_list{display: block;position: fixed;top:0px;left: auto; right:-100%;width: 100%;height: 100%;background: #fff;padding:  0;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;
z-index: 2;
}
.nav_insert{padding: 0;}

.nav .nav_list a, .nav .nav_list p i{color: #000;}
.nav .nav_list p a{padding: 0;}
.nav .nav_list p{padding: 0 20px;line-height: 40px;    border-bottom: 1px solid rgba(255,255,255,0.3);}
.nav_return{opacity: 0.8}

.nav li.cur .nav_list{right: 0;}
.navbody .nav{top:60px;visibility: visible;opacity: 1;
  -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);}

.header_re{padding-right: 0;}
.header, .header_height{height: 60px;}
.header_search{position: relative;float: left;left: 60px;right: auto;left: 0;margin: 0 10px;}
.header_search span{display: block;}
/*.header_search span i{margin-top: 13px;}*/
.header_search{top:6px;}
.header h1{margin-top: 12px;margin-right: 0;}
.header_fast dt{height: 44px;line-height: 44px;}

.navbody .nav{padding: 0;border-top: 1px solid #eee;}
.nav_bg{display: none;}
.nav li{position: static;}
.nav li.on>a{background:none;color: #000;}
.nav li>a,.nav_arrow,.nav .nav_list p{height: 40px;line-height: 40px;}
.nav .nav_list p{margin-bottom: 0;text-align: left;border-bottom:1px solid #eee;}
.nav,.nav_list{transition:all 0.5s;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-o-transition:all 0.5s;-ms-transition:all 0.5s;}
.nav li.cur .nav_p p a{color: #000;}

.headersearch_box{right: -60px;}



}


@media only screen and (max-width:767px) {
.header_fast{display: none;}
.header_search{margin: 0;}
.menu_button{width: 50px;}
.headersearch_box{right: -40px;}
}



@media only screen and (min-width:1025px) {
.header_search span,.header_fast dt,.headersearch_box button{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{color: #fff !important; }
.header_search span:hover{opacity: 0.8}
.f_bottom a:hover{color: #fff !important;opacity: 0.8}

.headersearch_box button:hover{opacity: 0.8;}

}


.weixin {
    position: fixed;
    width: 300px;
    height: auto;
    z-index: 100000;
    left: 50%;
    top: 50%;
    margin: -200px 0 0 -150px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 2px;
    box-shadow: 1px 1px 10px #666;
}

.weixin .c {
    position: absolute;
    width: 30px;
    height: 30px;
    /*background: url(../images/x.png);*/
    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: 30px;
    font-size: 16px;
    padding-left: 10px;
    font-weight: normal;
}

.weixin .img {
    padding: 30px 0 10px;
    text-align: center;
    border-top: 1px solid #ddd;
}

.weixin p {
    margin: 0 1.5% 20px;
    text-align: center;
}

.weixin .img img {
    width: 200px;
    height: 200px;
    display: block;
    margin: auto;
}

.f_top{background:url(../images/footer_bg2.jpg) no-repeat center center;background-size:cover;}
.f_top{overflow: hidden;padding: 50px 0;}
.f_top .left,.f_top .left a{color: #554f45;}
.f_top .left{float: left;overflow: hidden;}
.f_top .left ul{overflow: hidden;}
.f_top .left li{float: left;margin-right: 80px;}
.f_top .left li:last-child{margin-right: 0;}
.f_top .left dt{margin-bottom: 20px;}
.f_top .left dt i{display: block;width: 14px;height: 1px;background:#bc9e5d;margin-top: 18px;}
.f_top .left dd p{line-height: 26px;}

.f_top .right{float: right;width: 310px;}
.f_customer dl{overflow: hidden;color: #bb1e00;}
.f_customer dt{float: left;}
.f_customer dt i{display: block;font-size: 40px;width: 40px;height: 40px;line-height: 40px;}
.f_customer dd{float: right;width: calc(100% - 50px)}
.f_customer h4{font-size: 40px;font-family:"Arial";}
.f_share{overflow: hidden;padding-top: 50px;}
.f_share a{float: right;font-size: 32px;color:#adadad;width: 70px;height: 70px;border:1px solid #dfdfdf;line-height: 68px;text-align: center;margin-left: 20px;}

.f_bottom,.f_bottom a{color: #fff;}
.f_bottom{overflow: hidden;background:#bb1e00;padding: 12px 0;line-height: 24px;}
.f_bottom .left{float: left;}
.f_bottom .right{float: right;}
.f_bottom .right em{margin: 0 10px;}
.bah{margin-left: 12px;}
.xhr{margin-left:20px;}

@media only screen and (max-width:1800px) {
.f_top .left li{margin-right: 50px;}
}
@media only screen and (max-width:1520px) {
.f_top .left li{margin-right: 40px;}
.f_top .left dt i{margin-top: 10px;}
.f_top .left dt{margin-bottom:10px;}

}
@media only screen and (max-width:1440px) {
.f_customer h4{font-size:32px;}
.f_share{padding-top: 30px;}
.f_share a{width: 50px;height: 50px;line-height: 48px;}
.f_top .right{width: 260px;}

}
@media only screen and (max-width:1366px) {
.f_customer h4{font-size:28px;}
.f_top .right{width: 240px;}
.f_top .left li{margin-right: 30px;}
}
@media only screen and (max-width:1230px) {
.f_top{padding:30px 0;background:#f8f8f8;}
.f_top .left{margin-bottom: 20px;}
.f_top .left,.f_top .right{float: none;width: 100%;}
.f_top .left li{float: none;width: 100%;padding:15px 0;border-bottom:1px solid #eee;}
.f_top .left dd{overflow: hidden;padding-top: 10px;}
.f_top .left dd p{float: left;margin-right: 20px;}
.f_top .left dd p:last-child{margin-right: 0;}
.f_top .left dt{margin-bottom: 0;}
.f_top .left li:last-child{border:0;}
.f_top .right{overflow: hidden;}
.f_customer{float: left;width: calc(100% - 125px)}
.f_share{float: right;}
.f_share a{width: 40px;height: 40px;line-height:40px;font-size: 30px;}
.f_bottom .left,.f_bottom .right{float: none;width: 100%;text-align: center;}
.f_bottom{padding: 20px 0;padding-bottom: 30px;}
}
@media only screen and (max-width:767px) {
.f_top .left li:first-child{padding-top: 0;}
.f_customer,.f_share{float: none;width: 100%;}
.f_share a{display: inline-block;margin: 0 5px;float: none;}
.f_share{text-align: center;padding-top: 20px;}
.f_customer h4{font-size: 20px;}
.f_top .left{margin-bottom: 10px;}
.bah,.xhr{display: block;margin: 0;}
}



.header_fast_phone{display: none;}
@media only screen and (max-width:767px) {
.header_fast_phone{display: block;padding: 15px;background: #b69a65;}
.header_fast_phone .header_fast_p{padding: 0;border:0;overflow: hidden;}
.header_fast_phone .header_fast_p p{float: left;margin-right: 20px;}
.header_fast_phone dt{font-weight: bold;margin-bottom: 5px;}
.header_fast_phone,.header_fast_phone a{color:#fff;}
.header_fast_phone dd{line-height: 24px;}
}




@media only screen and (min-width:1230px) {
.header{transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;}
.scrollHeader .header,.scrollHeader .header_height{height: 60px;}
.scrollHeader .nav{margin-top: 6px;}
/*.scrollHeader .header_fast{margin-top: 5px;}
.scrollHeader .header_search{height: 70px;}*/
/*.scrollHeader .header_search span i{margin-top: 18px;}*/
.scrollHeader .nav_bg{top:60px;}
.scrollHeader .header_fast{margin-top: 5px;}
.scrollHeader .header_search{top:5px;}
}


