﻿/* 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;   }
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); 
}

/*图片经过*/
.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;}
@media only screen and (min-width:1025px) {
    .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;}

/* 阿里图标 */
[class*='icon']{
    font-family: 'iconfont';
}

body,a{color: #000;}
a{transition: all .3s;}
@media only screen and (min-width:1025px) {
    a:hover{color: #b8120d!important;}
}


.wrap{width: 1620px;max-width: 90%;margin: auto;}
@media only screen and (max-width:1370px) {
    .wrap{max-width: 94%;}
}
.index_wrap{width: 1765px;max-width: 97%;margin: auto;}
.new_wrap{width: 1440px;max-width: 94%;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;
}
.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%;margin: 0 auto;}


}
@media only screen and (max-width:345px) {
    .wrap{max-width: 97%;margin: 0 auto;}
}
 /*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_55 { font-size:55px;}
.fnt_60{ font-size:60px;}
.fnt_72{ font-size:72px;}
.fnt_80{ font-size:80px;}
.fnt_90{ font-size:90px;}
.fnt_150{font-size:150px;}
@media only screen and (max-width:1800px) {
    .fnt_50 { font-size:46px;}
    .fnt_55 { font-size:50px;}
    .fnt_60{ font-size:54px;}
    .fnt_80{ font-size:74px;}
    .fnt_150{font-size:120px;}
}
@media only screen and (max-width:1660px) {
    .fnt_50 { font-size:40px;}
    .fnt_55 { font-size:42px;}
    .fnt_60{ font-size:44px;}
    .fnt_22 {font-size: 20px;}
    .fnt_80{ font-size:60px;}
    .fnt_150{font-size:100px;}
}
@media only screen and (max-width:1440px) {
    .fnt_22 {font-size: 18px;}
    .fnt_24 { font-size:20px;}
    .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:36px;}
    .fnt_52 { font-size:44px;}
    .fnt_55 { font-size:40px;}
    /*.fnt_60{ font-size:56px;}*/
    .fnt_72{ font-size:60px;}
    .fnt_80{ font-size:50px;}
    .fnt_90{ font-size:72px;}
    .fnt_150{font-size:80px;}
}
@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:36px;}
    .fnt_52 { font-size:40px;}
    .fnt_60{ font-size:44px;}
    .fnt_72{ font-size:48px;}
    .fnt_90{ font-size:52px;}
    .fnt_80{ font-size:40px;}
    .fnt_150{font-size:60px;}
}
@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_55 { font-size:32px;}
    .fnt_50 { font-size:32px;}
    .fnt_60{ font-size:36px;}
    .fnt_72{ font-size:40px;}
    .fnt_90{ font-size:42px;}
    .fnt_80{ font-size:30px;}
    .fnt_150{font-size:50px;}
}
@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:26px;}
    .fnt_52 { font-size:28px;}
    .fnt_55 { font-size:28px;}
    .fnt_60{ font-size:32px;}
    .fnt_72{ font-size:36px;}
    .fnt_90{ font-size:36px;}
    .fnt_150{font-size:40px;}
}
@media only screen and (max-width:767px) {
/*.fnt_20 { font-size:16px;}*/
/*.fnt_24 { font-size:16px;}*/
/*.fnt_30 { font-size:18px;}*/
/*.fnt_36 { font-size:20px;}*/
/*.fnt_48 { font-size:20px;}*/
/*.fnt_52 { font-size:20px;}*/
    .fnt_50 { font-size:20px;}
    .fnt_55 { font-size:20px;}
    .fnt_60{ font-size:24px;}
    .fnt_72{ font-size:24px;}
    .fnt_90{ font-size:30px;}
    .fnt_150{font-size:30px;}
}


.header_re{float: right;transition: all .3s;width: calc(100% - 150px);}
.language{float: right;line-height: 83px;color: #333333;transition: all .3s;font-size: 12px;}
.language a{color: #262b3a;font-size: 14px;position: relative;float: left;padding: 0 6px;}
.language a:after{content: "";display: block;width: 1px;height: 16px;background: #74767d;position: absolute;right: 0;top: 50%;margin-top: -8px;}
.language a.on{color: #c32823;}
.language em{float: left;margin: 0 5px;color: #333333;}
.language a:last-child:after{display: none;}
/*.login*/
.header_re-t{overflow: hidden;height: 35px;line-height: 35px;text-align: right;color: #80839a;font-size: 12px;}
.header_re-t a{color: #80839a;}
/*搜索*/
.header_search{float: left;margin:0 20px;}
.search_btn,.nav_phone_btn{line-height: 40px;font-size: 20px;}
.header_search{  position: relative;float: right;margin-top: 21.5px;}
.search_btn{cursor: pointer;position: relative;float: right;width: 40px;text-align: center;font-weight: bold;}
.search_btn.on{opacity:0.6;filter:alpha(opacity=60); -moz-opacity:0.6; -khtml-opacity:0.6;}
.search_btn:before{color: #262b3a;}
.search_btn:before,.search_box_btn:before{font-size: 20px;}

.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;
     height: 40px;
    overflow: hidden;
    box-sizing: border-box;
    line-height: 40px;
}
.search_box.on {width: 360px;visibility: visible;opacity: 1;filter: alpha(opacity=100);-moz-opacity: 1; -khtml-opacity: 1;}
.search_box_input {width: calc(100% - 60px); padding: 0 10px;float: left;border: 0;height: 40px;outline: none;line-height: 40px;background: #fff;}
.search_box_btn {
  height: 40px;width: 40px;background: none;border: 0;outline: none; float: right;
  position: relative;
}
.search_box_btn:before{content: "\e6e7";position: absolute;top:0;left: 0;width: 100%;height: 100%;    line-height: 40px;  }
.menu{float: right;line-height: 83px;font-size: 26px;color: #262b3a;cursor: pointer;}

/*搜索*/


.header{position: fixed;top:0;left: 0;width: 100%;height: 83px;
/*transition:all 0.6s;-webkit-transition:all 0.6s;-moz-transition:all 0.6s;-o-transition:all 0.6s;-ms-transition:all 0.6s;*/
    z-index: 9999;
    background: #fff;
}
.height_height{height: 80px;}
.header_in{width: 100%;max-width: 100%;padding: 0 30px 0 50px;box-sizing: border-box;}
.header h1{float: left;overflow: hidden;width: 145px;margin-top: 22px;height: 39px;}
.header h1 a{display: block;}
.header h1 img{width: 100%;height: 100%;}
.header h1 .img_02{display: none;}
.header_box{float: right;transition: all .3s;width: 100%;padding-left: 5%;box-sizing: border-box;}
.header_box.on{width: 0;}
.nav{transition: all .3s;overflow: hidden;}
.nav.on{width: 0; height: 0; overflow: hidden;}
.nav>ul{transition: all .3s;}
.nav.on>ul{margin-left: -100%;}
.nav>ul>li{float: left;line-height: 40px;}
.nav>ul>li>span{display: none;}
.nav>ul>li>a{color: #262b3a;display: block;}
.nav li>a span{position: relative;display: block;padding:0 25px;height: 83px;line-height: 83px;}
.nav li>a i{position: absolute;z-index: 10; left:50%;bottom: 0;height:4px;width: 0%; background: #b8120d;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: #b8120d;}
.nav li.on>a i{width: 100%;left: 0;}
.scrollHeader .header{box-shadow: 0 0 10px rgba(0,0,0,0.2);background: #fff;}
/*.scrollHeader .header h1 .img_01{display: none;}*/
/*.scrollHeader .header h1 .img_02{display: block;}*/

/*.scrollHeader .language,.scrollHeader .search_btn:before{color: #000;}*/
/*xiala*/
.nav{float: left;}
.navlist{display:none; position: absolute; left:0; top:80px; z-index: 2; width:100%; height: 105px; background:url(../images/nav_bg.jpg) no-repeat;}
.navlist dl{ line-height: 35px; padding:35px 20px; text-align: center;}
.navlist dl dd{ display:inline-block; padding:0 70px; position: relative;}
.navlist dl dd::after{content: ""; position: absolute; right:0; top:50%; margin-top: -8px; width: 1px; height: 16px; background: #BDBAB5;}
.navlist dl dd a{color:#000;}
.navlist dl dd:last-child::after{ display: none;}

.header.on{background: rgba(0,0,0,0.7);}
.header .return_a{display: none;}

.shopping-box{display:none; position: absolute;left:0; right:0; top:80px; width: 100%;height: 198px; text-align: center; background:url(../images/shop_bg.jpg) no-repeat;}
.shopping-box ul{ display: inline-block; overflow: hidden; margin: 45px 0 0;}
.shopping-box li{ float: left; margin: 0 70px;}
.shopping-box li span{ display: block; color: #000;}


@media only screen and (min-width: 1025px){
    .nav li:hover>a i {width: 100%;left: 0;}
    .share_common a:hover span{ display: block;}
}

@media only screen and (max-width:1660px) {
    .nav li>a span{padding: 0 20px;}
}

@media only screen and (max-width:1580px) {
    .nav li>a i{height: 3px;}
}
@media only screen and (max-width:1400px) {
    .nav>ul>li>a span{padding: 0 15px;}
    .navlist dl dd{padding: 0 40px;}
    .header_box{padding-left: 30px;}
}
@media only screen and (max-width:1280px) {
    .header_in{padding: 0 30px;}
    .nav>ul>li>a span{padding: 0 10px;}
    .navlist dl dd{padding: 0 30px;}

}
@media only screen and (max-width:1200px) {
    .header_box{padding-left: 15px;}
    .header_search{margin-left: 10px;margin-right: 10px;}
    .language{margin-left: 10px;}
    .nav{font-size: 14px;}
    .nav>ul>li>a span {
        padding: 0 10px;
    }
}


.nav_phone_btn{display:none;}
@media only screen and (max-width:1024px) {
    .header h1{margin-top: 11px;}
    .nav>ul>li>a span {height: auto;line-height: 40px;}
    .menu{display: none;}
    .header_in{margin-top: 0;padding: 0 20px;}
    .header{background: #fff;}
    .header,.height_height{height: 60px;display: block;}
    .header_box{padding-left: 0;}

    .nav{margin-right: 0;height: 100%;width: 100%;}
    /*手机按钮*/
    .nav .icon-you,.header .return_a{display: block;}
    .nav li>a i {display: none;}
    .nav li.cur .navlist {right: 0;}
    .nav_phone_btn{display:block;float: right;}
    .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{float: right;position: relative;width: 60px;cursor: pointer;}
    .nav_phone_btn span i{display:block;width: 32px;height: 2px;background: #000;margin-top: 8px;}
    .nav_phone_btn span i:first-child{margin-top: 0;}
    .nav_phone_btn em{color: #000;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{width: 40px;height: 40px;}
    .header_box{position: fixed;bottom:0;right:-100%;width:100%;height: calc(100% - 60px);background: rgba(255,255,255,1)}
    .nav,.nav>ul>li{float: none;border-bottom: 1px solid rgba(184,18,13,.4);line-height: initial;}
    .nav>ul>li>a{height: 40px;line-height: 40px;font-weight: normal;font-size: 16px;padding: 0 20px;}
    .nav li.on>a{color: #333;}
    .navbody .header_box{right: 0;}
    .nav>ul>li>a,.header .return_a{}
    .nav>ul>li{position: static;}
    .nav li{float: none;border-bottom: 1px dashed rgba(255,255,255,0.2);display: table;width: 100%;position: static;line-height: 40px;}
    .nav li a{color: #fff;}
    .nav li>a{line-height: 40px;width:calc(100% - 90px);float:left;}
    .nav li>span,.header .return_a{display: block;color: #fff;}
    .nav li>span{width: 50px;text-align: center;float: right;line-height: 40px;}
    .header_search{margin:0;width: 100%;padding:0 20px;box-sizing:border-box;margin-top: 20px;margin-bottom: 20px;}

    .header_re{margin-top: 10px;}
    .search_btn{display: none;}
    .search_btn:before, .search_box_btn:before{font-size: 18px;}
    .search_box{position: static; width: 100%;visibility: visible;opacity: 1;filter: alpha(opacity=100);-moz-opacity: 1; -khtml-opacity: 1;margin-top: 0px;border: 1px solid #b8120d;}
    .header .return_a{background: #023268;display: block;}

    .header_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;}
    .language{float: left;height: auto;margin-top: 0;line-height: 40px;}
    .language a{}
    .language a.on{color: #b8120d;}
    .header_re{height: auto;}
    .header_boxR{border-top: 0!important;line-height: 40px;margin-right: 20px;float: left;margin-top: 10px;}

    
    .nav>ul>li>a span{padding: 0;}
    .nav>ul>li>span{display: block; color: #000; font-size: 20px; line-height:40px;}
    .navlist{position: static;background: none; padding: 0; border-top: 1px solid rgba(184,18,13,.4); height: auto;line-height: inherit; width: auto !important;visibility: visible;clear: both; left:auto; top:auto; margin-left: 0!important;}
    .navlist dl{padding: 10px 30px; line-height: 30px;}
    .navlist dl dd{ display: block; padding: 0; text-align: left;}
    .navlist dl dd::after{ display: none;}
    .nav>ul>li>span.on{transform:rotate(180deg);-ms-transform:rotate(180deg);-moz-transform:rotate(180deg);-webkit-transform:rotate(180deg);-o-transform:rotate(180deg);}

}


@media only screen and (max-width:767px) {
    .header{height: 60px;}
    .header_in{padding: 0 10px;}
    .height_height{height: 60px;}
    .header_re-t{height: 30px;line-height: 30px;margin-right: 10px;}
    .header_box{height: calc(100% - 60px);}
    .nav_phone_btn{height: 40px;line-height: 40px;margin-top: 10px;}
    .header h1{margin-top: 14px;width: 120px;height: 32px;}
    .header_re{margin-top: 0;}

}





.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;
}



/*footer*/
.footer{background: #fff;}
.footer_t{padding: 4% 0 40px;}
.footer_01{overflow: hidden;text-align: center;}
.footer_01 dl{display: inline-block;margin: 0 3%;color: #787d84;}
.footer_01 dd img{width: 104px;height: 104px;}
.footer_01 dt{margin-top: 10px;}
.footer_03{margin-top: 5%;}
.footer_03 ul{text-align: center;}
.footer_03 li{display: inline-block;position: relative;}
.footer_03 li a{padding: 0 30px;box-sizing: border-box;color: #262b3a;}
.footer_03 li:after{content: "·";display: block;position: absolute;right: -10px;top: 50%;height: 20px;margin-top: -10px;color: #262b3a;line-height: 20px;}
.footer_03 li:last-child:after{display: none;}
.footer_b{padding: 20px 0 5%;color: #787d84;box-sizing: border-box;text-align: center;border-top: 2px solid #df4954;}
.footer_b a{color: #787d84;margin-left: 10px;}

.footer_02{text-align: center;margin-top: 5%;}
.select_item{display: inline-block;margin: 0 20px;border: 1px solid #989ea2;height: 40px;line-height: 40px;width: 405px;}
.select_item dl{position: relative;height: 100%;}
.select_item dd{cursor: pointer;height: 100%;}
.select_item .l{float: left;color: #787d84;width: 85px;padding-left: 10px;box-sizing: border-box;}
.select_item .c{float: left;color: #010101;width: calc(100% - 130px);text-align: left;height: 100%;}
.select_item .c a{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.select_item .r{float: right;width: 40px;text-align: center;font-size: 20px;color: #000;font-weight: bold;position: relative;}
.select_item .r:before{content: "";position: absolute;width: 1px;height: 28px;background: #d6d8da;top: 50%;margin-top: -14px;left: 0;}
.select_item .r i{transition: all .3s;display: inline-block;}
.select_item dt{position: absolute;top: 41px;left: 0;width: 100%;text-align: left;background: #fff;box-shadow: 0 0 10px rgba(0,0,0,.1);padding: 10px 20px;
    box-sizing: border-box;z-index: 5;height: 180px;overflow-y: auto;display: none;}
.select_item dt p a{display: block;}
.select_item.on .r i{transform: rotate(180deg);}

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

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

}
@media only screen and (max-width:1024px) {
    .footer_t{padding: 50px 0;}
    .footer_01 dd img{width: 80px;height: 80px;}
    .select_item{width: 304px;margin: 0 10px;}
    .footer_b{padding: 20px 0 50px;}
}
@media only screen and (max-width:767px) {
    .footer_t{padding: 30px 0 20px;}
    .footer_01 dl{margin: 0 5px;}
    .footer_01 dd img{width: 45px;height: 45px;}
    .footer_01 dt{font-size: 12px;}
    .footer_02{margin-top: 20px;}
    .select_item{display: block;width: 100%;margin: 0;margin-bottom: 20px;}
    .footer_03{margin-top: 20px;}
    .footer_03 li a{padding: 0 6px;}
    .footer_03 li:after{right: -6px;}
    .footer_b{padding: 20px 0 30px;}
    .footer_b a{display: block;margin-left: 0;}
    .select_item dt{height: 108px;}
    .select_item dt p a{line-height: 30px;}

}







/*nav*/
@media only screen and (min-width:1025px) {
.navlist{background:rgba(0,0,0,0.4);color:#fff;height: 80px;box-sizing:border-box; line-height: 80px;}
.navlist dl{padding: 0;overflow: hidden;line-height: inherit;}
.navlist dl dd{padding: 0;float: left;}
.navlist dl dd a{color:#fff;position: relative;padding: 0 25px;}
.navlist dl dd:first-child a{padding-left: 0;}
.navlist dl dd:last-child a{padding-right: 0;}

.navlist dl dd b{font-weight: normal;}
.navlist dl dd a:hover{font-weight: bold;}
.navlist dl dd:last-child b{display: none;}
.navlist dl dd::after{display: none;}

}
@media only screen and (max-width:1024px) {
.navlist{font-size: 14px;}
.navlist dl dd b{display:none;}
.nav>ul>li>span.on{transform:rotate(90deg);-ms-transform:rotate(90deg);-moz-transform:rotate(90deg);-webkit-transform: rotate(90deg);-o-transform:rotate(90deg);}
.nav li>a{    width: calc(100% - 140px);}
}


body, input, select, button, textarea { font-size: 14px; font-family: "PingFang SC","Microsoft Yahei";  }

/*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:52px; line-height:52px; }
.page span{color:#2d2d2d; float: left; }
.page span em{ }
.page i{float: left;width: 52px;height: 52px;background: #f1f1f1;margin: 0 2px;}
.page a{float: left; width:52px;height: 52px; color: #bababa;  background: #f1f1f1; margin:0 0.5px;box-sizing:border-box; }
.page a.on{background:#df4954;color:#fff; }
.page a.prev {background:#f1f1f1 url(../images/page_prev_on.png) center center no-repeat; text-indent:-10000px;border-radius: 4px 0 0 4px;}
.page a.next {background:#f1f1f1 url(../images/page_next_on.png) center center no-repeat; text-indent:-10000px;border-radius: 0 4px 4px 0;}
.page a.prev.no,.page a.next.no{opacity: 0.7;}
.page a.go{margin-left:10px; width: 44px; background: #df4954; color: #fff; border:1px solid #df4954; 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:#df4954;border-color: #df4954; }


@media only screen and (max-width:1024px) {
.page{padding-top: 30px;}
}
@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*/
/*sitebanner*/
.site_banner{position: relative;overflow: hidden;}
.site_bannerbg{position: absolute;top:0;left: 0;width: 100%;height: 100%;}
.site_bg{width: 100%;height: 100%;position: absolute;top:0;left: 0;}
.site_banner img{width: 100%;}
.siteban_text{width: 100%;color: #fff; z-index: 2;top:60%;}
.banner_line{width:44px;height: 5px;background:#fff;}
.siteban_text h2{margin-bottom: 10px;}
.siteban_text p{margin-bottom: 30px;    letter-spacing: 4px;}
.phone_images{display:none;}
@media only screen and (max-width:1440px) {
.siteban_text p{margin-bottom: 20px;}

}

@media only screen and (max-width:1024px) {
.phone_images{display:block;}
.pc_images{display:none;}
.siteban_text p{margin-bottom: 10px;}
.banner_line{width:40px;height: 3px;}
.site_bg{width: 110%;}
}

@media only screen and (max-width:767px) {
.site_banner h2{font-size:18px;}
}
/*sitebanner*/

#buss_store{padding-top: 83px;margin-top: -83px;}

.h_height{height: 83px;}
@media only screen and (max-width:1024px) {
    .h_height{height:60px;}

}