﻿/* 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{ padding:0 0;}
.edit_con_original ul{ margin:inherit; padding:inherit; padding-left:2em;}
.edit_con_original ul li { list-style-type:disc; margin:auto; }
.edit_con_original ol{ margin:inherit; padding:inherit}
.edit_con_original ol li { list-style-type:decimal; margin:auto; }
.edit_con_original h1 { font-size: 2em; font-weight:bold }
.edit_con_original h2 { font-size: 1.5em; font-weight:bold }
.edit_con_original h3 { font-size: 1.17em; font-weight:bold }
.edit_con_original h4 { font-size: 1em; font-weight:bold }
.edit_con_original h5 { font-size: 0.83em; font-weight:bold }
.edit_con_original h6 { font-size: 0.67em; font-weight:bold }
.edit_con_original em { font-style: italic }
.edit_con_original cite{ font-style: italic }
.edit_con_original address{ font-style: italic }
.edit_con_original i { font-style: italic }
.edit_con_original table{ border-collapse: separate; border-spacing: 2px }
.edit_con_original img{ max-width:100%; height:auto;}
.edit_con_original video{ max-width:100%;display: block;margin:auto;}
.edit_con_original iframe{max-width:100%;}
@media only screen and (max-width:767px) {
.edit_con_original iframe{width:100%;height:auto;}
}
/*所有后台编辑器区域都要引用 edit_con_original 类名*/
 
/* clear 页头，页脚，内容区都不用再加清除样式 */
.fixed:before, .clearfix:before, .cf:before, body:before, .header:before, .main:before, .footer:before { content: ''; display: table }
.fixed:after, .clearfix:after, .cf:after, after, .header:after, .main:after, .footer:after { content: ''; display: table; clear: both }
.fixed, .clearfix, .cf, .header, .main, .footer { *zoom: 1 }
 
 
.clear, .cl { display: block!important; float: none!important; clear: both; width: auto!important; max-width: none!important; min-width: 0!important; max-height: none!important; min-height: 0!important; overflow: hidden; margin: 0!important; padding: 0!important; border: 0 none!important; font-size: 0!important; line-height: 0!important }
               
       
.err_position{ width:100%; height:auto; background:url(../images/errors.png) center no-repeat;}


/*隐藏视频下载按钮*/
video::-internal-media-controls-download-button {
    display:none;
}

video::-webkit-media-controls-enclosure {
    overflow:hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px); 
}

/* 阿里图标 */
[class*='icon']{
    font-family: 'iconfont';
}

.video_button2{pointer-events: none;cursor: default;}
.video_button2 .video_bf{display: none;}

/*图片经过*/
.tran_scale{ overflow:hidden; display:block;}
/*img{transition: All 0.7s ease-in-out;}*/
.tran_scale img{-webkit-transition: opacity .4s ease-in,-webkit-transform .6s linear;transition: opacity .4s ease-in,transform .6s linear;}


/*两端对齐*/
.justify { text-align:justify; text-justify:distribute-all-lines;}
/*上下居中*/
.v-m-c{ transform: translate(0,-50%); -webkit-transform: translate(0,-50%);-ms-transform: translate(0,-50%);-moz-transform: translate(0,-50%);-o-transform: translate(0,-50%); position:absolute; left:0; top:50%;}

/*左右居中*/
.l-m-c{ transform: translate(-50%,0); -webkit-transform: translate(-50%,0);-ms-transform: translate(-50%,0);-moz-transform: translate(-50%,0);-o-transform: translate(-50%,0); position:absolute; left:50%; top:0;}

/*绝对居中*/
.a-m-c{ transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);-o-transform: translate(-50%,-50%); position:absolute; left:50%; top:50%;}

.animate{ transition: 1.5s all cubic-bezier(0.19, 1, 0.22, 1);}
.animate_slowx { transition: 2.5s all cubic-bezier(0.19, 1, 0.22, 1); }
.animate_fast{ transition: 1s all cubic-bezier(0.19, 1, 0.22, 1);}
.animate_slow{ transition: 10s all cubic-bezier(0.19, 1, 0.22, 1);}
.animate_normal{ transition: 0.5s all linear;}

.m_color .mCSB_scrollTools .mCSB_draggerRail{ width:1px; background: #ccc;}
.m_color .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:3px;-webkit-border-radius:0;border-radius:0;background:#ec4048;}
.m_color .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.m_color .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.m_color .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag:hover .mCSB_dragger_bar{ background:#ec4048;}

.bg-cover{ background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;}

body,a{color: #333333;}
input,button,textarea{border:none;outline: none;background: none;}

.wrap{width: 1440px;max-width: 90%;margin: auto;}

.line24{line-height: 24px;
 display: -webkit-box;
  overflow: hidden;
  
  -webkit-box-orient: vertical;
}
.line30{line-height: 30px;
 display: -webkit-box;
  overflow: hidden;
  
  -webkit-box-orient: vertical;
}
.line36{line-height: 36px;
 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,.line36{line-height: 24px;}

}

.video_appbox{ position:fixed; width:100%; height:100%; top:0; left:0; z-index:9999999;opacity: 0;visibility: hidden;transition:all 0.6s;-webkit-transition:all 0.6s;-moz-transition:all 0.6s;-o-transition:all 0.6s;-ms-transition:all 0.6s;}
.video_appbox.show{visibility: visible;opacity:1;}
.video_appbox video{object-fit: cover;width: 100%;}
.video_appbox .video_t{z-index:2; background:#000;width:1200px;max-width:94%;height:70%;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 iframe{width:100%; height: 100%;}
.video_appbox .mask{ position:absolute; z-index:1; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0.5);}
.lt9 .video_appbox .mask{filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr="#88000000", EndColorStr="#88000000");}
.video_close{ position:absolute; top:calc(15% - 60px); right:calc(50% - 600px); cursor:pointer; z-index: 99999;}
.video_close i{color: #fff;font-size:40px;font-weight: bold;}
@media only screen and (max-width:1279px) { 
    .video_close{top:5%; right:3%;}
    .video_close i{font-size: 30px;}
}


.weixin{ position:fixed; width:300px; z-index:100000; background:#fff; border:1px solid #ddd; border-radius:2px; box-shadow:1px 1px 10px #666;transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);-o-transform: translate(-50%,-50%); left:50%; top:50%;}
.weixin .c{ position:absolute; width:40px; height:40px; background:url(../images/x.png) center center no-repeat; overflow:hidden; text-indent:100px; right:0; top:0; font-size:20px; font-style:normal; text-align:center; cursor:pointer; z-index:2;}
.weixin h2{ position:relative; line-height:40px; font-size:16px; padding-left:20px; font-weight:normal;}
.weixin .img{ padding:10px 20px;text-align:center; border-top:1px solid #ddd;}
.weixin .img img{width:200px; height: 200px;}
.weixin p {margin:0 0 30px; text-align:center;}
@media only screen and (max-width:767px) {
.weixin{width:70%;}
body{-webkit-tap-highlight-color: transparent; 
-moz-tap-highlight-color: transparent; 
-ms-tap-highlight-color: transparent; 
tap-highlight-color: transparent;
user-select: none; 
outline: none;}
}


/*font-size*/
.fnt_116 { font-size:16px;}
.fnt_16 { font-size:14px;}
.fnt_18 { font-size:18px;}
.fnt_24 { font-size:24px;}
.fnt_30 { font-size:30px;}
.fnt_36 { font-size:36px;}
.fnt_60 { font-size:60px;}
.fnt_80 { font-size:80px;}

@media only screen and (max-width:1440px) {
.fnt_18 { font-size:16px;}
.fnt_24 { font-size:20px;}
.fnt_30 { font-size:24px;}
.fnt_36 { font-size:30px;}
.fnt_60 { font-size:48px;}
.fnt_80 { font-size:60px;}

}
@media only screen and (max-width:1024px) {
.fnt_18 { font-size:16px;}
.fnt_16 { font-size:14px;}
.fnt_116 { font-size:14px;}
.fnt_24 { font-size:20px;}
.fnt_30 { font-size:24px;}
.fnt_36 { font-size:26px;}
.fnt_60 { font-size:36px;}
.fnt_80 { font-size:52px;}

}
@media only screen and (max-width:767px) {
.fnt_24 { font-size:18px;}
.fnt_30 { font-size:20px;}
.fnt_36 { font-size:20px;}
.fnt_60 { font-size:24px;}
.fnt_80 { font-size:32px;}

}

@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:#e4313a !important;}
.tran_scale:hover img{transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);-moz-:scale(1.1,1.1);-o-transform:scale(1.1,1.1);-ms-transform:scale(1.1,1.1);}
.navlist dl dd a:hover{color:#fff !important;opacity: 0.9;}


.scrollHeader .header{background: #fff !important;    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);}
.scrollHeader .nav li>a,.scrollHeader .nav li.on>a{color:#000;}
.scrollHeader .language a,.scrollHeader .header_search{color: #000;}
.scrollHeader .language:after{background:#000;}
.scrollHeader .nav li>a span,.scrollHeader .language,.scrollHeader .search_btn{line-height: 80px;}
.scrollHeader .header_re{padding-top: 0;}
.scrollHeader .nav{top:0;}
.scrollHeader .navlist{top:80px;}
}

*{box-sizing:border-box;}
.header,.height_height{height:86px;}
.height_height{display: none;}
.header{padding: 0 0.6rem; position:fixed;top:0;left: 0;width: 100%;z-index: 9999;}
.header h1{float: left;margin-top: 24px;}
.header h1 a{display: block;}
.header h1 img{width: 184px;height: 44px;}



.header_re{float: right;transition: all .3s;}
.language{float: right;transition: all .3s;cursor: pointer;padding-right: 16px;margin-right: 15px;position: relative;}
.language:after{content:"";position: absolute;right: 0;width: 1px;height: 16px;top:50%;margin-top: -8px;background:#fff;}

.language a{color: #fff;}
.language dl{position: relative;}
.language dd span{margin-right: 8px;}

/*搜索*/
.header_search{float: left;}
.search_btn,.nav_phone_btn{line-height: 50px;font-size: 20px;}
.header_search{  position: relative;float: right;color: #fff;}
.search_btn{cursor: pointer;position: relative;float: right;width: 40px;text-align: center;}
/*.search_btn.on{opacity:0.6;filter:alpha(opacity=60); -moz-opacity:0.6; -khtml-opacity:0.6;}*/
/*.search_btn:before{}*/
/*.search_btn:before,.search_box_btn:before{font-size: 20px;}*/

.search_box {
    background: #fff;right: 0px; position: absolute;top:65px;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;line-height: 40px;background: none;border: 0;outline: none; float: right;
  position: relative;font-size: 18px;
}
.search_box_btn:before{content: "\e6e7";position: absolute;top:0;left: 0;width: 100%;height: 100%;    line-height: 40px;  }

/*搜索*/


.header{position: fixed;top:0;left: 0;width: 100%;height: 80px;
/*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;

}

.header_box.on{width: 0;}
.nav{transition: all .3s;}
.nav>ul>li{float: left;position: relative;}
.nav li>a span,.language,.search_btn{line-height: 50px;}
.header_re{padding-top: 18px;}
.nav>ul>li>span{display: none;cursor: pointer;}
.nav>ul>li>a{display: block;color: #fff;}
.nav li>a span{position: relative;display: block;margin:0 36px;}
.nav li>a i{display: none; position: absolute;left:50%;bottom: 0;height: 6px;width: 0%; background: #e4313a;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;}
.nav li.on>a>span:after{content:"";position: absolute;left: 0;bottom: 0;width: 100%;height: 4px;background:#e4313a;}
.nav li.on>a i{width: 100%;left: 0;}

/*xiala*/
.nav{position: absolute;width: 1140px;position:absolute;left: 52%;top:18px;margin-left: -570px;}

.header.on{background: rgba(0,0,0,0.7);}
.header .return_a{display: none;}



/*导航下拉*/

.navlist{display: none; position: absolute; z-index: 2; left:0;top:50px; width:100%; background:#e4313a; width: 160px;left: 50%;margin-left: -80px;}
.navlist::before{ display: none; content: ""; position: absolute;left:50%; margin-left:-8px; top:-10px;width: 0;height: 0;border-bottom: 10px solid #9A6C58;border-right: 10px solid transparent;border-left: 10px solid transparent;}
.navlist dl{padding:15px 0; text-align: left;}
.navlist dl dd{line-height:30px;text-align: center;}
.navlist dl dd a{color: #F5FFF2;padding: 6px 0;display: block;}

/*.navlist dl dd a:hover{color:#fff!important;}*/
/*导航下拉*/

@media only screen and (max-width:1660px) {
.nav li>a span{margin: 0 25px;}
.nav{width:960px;margin-left: -480px;}
}
@media only screen and (max-width:1440px) {
.header{padding: 0 20px;}
.nav li>a span{margin: 0 18px;}
.nav{width:790px;margin-left: -395px;}
}
@media only screen and (max-width:1250px) {
.nav li>a span{margin: 0 10px;}
.nav{width:680px;margin-left: -340px;}
}

.nav_phone_btn{display:none;}
@media only screen and (max-width:1024px) {
  .header,.height_height{height: 60px;display: block;}
  .header{padding: 0 10px;}
  .nav li.on>a>span:after{display: none;}
    .header h1{margin-top: 12px;}
    .header h1 img{width: 150px;height: 36px;}
    .nav>ul>li>a span {height: auto;line-height: 40px;padding: 0;margin: 0;}
    .nav>ul>li>span{display: block;}
    .menu{display: none;}
    .header_in{margin-top: 0;}
    .header{background: #fff;box-shadow: 0 0 10px rgba(0,0,0,.2);}
    
      
    .nav{margin: 0;height: 100%;width: auto;position: static;}
    /*手机按钮*/
    .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:#e4313a;margin-top: 8px;}
    .nav_phone_btn span i:first-child{margin-top: 0;}
    .nav_phone_btn em{color: #e4313a;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: 60px;}
    .header_box{position: fixed;bottom:0;right:-100%;width:100%;background: #323030;height: calc(100% - 60px);}
    .nav,.nav>ul>li{float: none;border-bottom: 1px solid rgba(255,255,255,0.1);line-height: initial;}
    .nav>ul>li>a{height: 40px;line-height: 40px;font-weight: normal;font-size: 14px;padding: 0 20px;color: #fff;}
    .navlist{font-size: 14px;}
    .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;}
    .navbody .header_box{right: 0;padding-left: 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;border-left: 0;}

    .header_re{margin-top: 0;padding-top: 0;}
    .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;}
    .header .return_a{display: block;padding-left: 20px;    border-bottom: 1px solid rgba(255,255,255,0.1);}

    .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: none;height: auto;margin-top: 0;line-height: 40px;color: #fff;position: relative;z-index: 4;margin-left: 0;padding: 0 20px; clear: both}
    .language:after{display: none;}
    .language a.on{color: #ec5507;}
    .header_re{height: auto;}

    .navlist{ background: none; padding: 0; border-top: 1px solid rgba(255,255,255,.2); height: 100%;line-height: inherit; width: 100%; display: block;clear: both; left:auto; top:0; margin-left: 0!important;right: -200%;background: #323030;border-top: 0;transition: all .3s;padding-top: 30px;box-sizing: border-box;z-index: 4;}
    .nav>ul>li.on .navlist{right: 0;}
    .navlist .wrap{width: 100%;max-width: 100%;}
    .navlist dl{padding:0;}
    .navlist dl dd{margin-bottom: 0;line-height: 40px;border-bottom: 1px solid rgba(255,255,255,0.1);padding: 0 20px;box-sizing: border-box;}
    .navlist dl,.header .return_a{line-height: 40px;}
    .navlist dl dd{width:100%;text-align: left; display: block;}
    .navlist dl dd a{color:#fff;padding: 0;}
    .navlist dl dd a:after{display: none;}
    .nav li.on>a{color: #fff;}
}


@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>ul>li>a, .navlist h3, .navlist p{line-height: 40px;height: 40px;}
    .nav_phone_btn{height: 40px;line-height: 40px;margin-top: 10px;}

}

.footer,.footer a{color:#fff;}
.footer{background:#323030;}
.foot_bottom a,.foot_bottom {color:#8b8a8a;}
.bah{margin:0 0.2rem 0 0.15rem ;}
.foot_top{padding:0.5rem 0;overflow: hidden;}
.foot_bottom{padding: 0.25rem 0;line-height: 24px; border-top: 1px solid #939393;overflow: hidden;}
.foot_nav{overflow: hidden;margin-bottom: 0.5rem;}
.foot_nav a{float: left;padding-right: 0.45rem;margin-right: 0.45rem;position: relative;}
.foot_nav a:after{content:"";position: absolute;right: 0;top:50%;width: 1px;height:18px;background:#d8d8d8;margin-top: -9px;}
.foot_nav a:last-child:after{display: none;padding: 0;margin: 0;}
.foot_add,.foot_add a{color:#8b8a8a;}
.foot_add{line-height: 24px;}

.foot_le{float: left;width:calc(100% - 250px)}
.foot_re{float: right;overflow: hidden;text-align: center;}
.foot_re dl{float: left;width: 90px;margin-left: 0.25rem;}
.foot_re dt img{width: 90px;height: 90px;}
.foot_re dl:first-child{margin-left: 0;}

@media only screen and (max-width:767px) {
.foot_le,.foot_re{float: none;width: 100%;}
.foot_nav a{padding: 0;margin: 0;width: 25%;}
.foot_nav a:after{display: none;}
.foot_nav{margin:10px 0;margin-top: 20px;}
.foot_re dl{display: inline-block;float: none;}
.foot_top{padding: 20px 0;}
.foot_bottom{padding: 10px 0;}
.bah,.xhr{margin: 0;}
.bah{margin-right: 10px;}
.foot_bottom span{display: block;}
}


.site_banner{position: relative;}
.site_banner:after{content:"";position: absolute;left: 0;top:0;width: 100%;height: 100%;background:rgba(0,0,0,0.15) url(../images/sitebg.png) no-repeat 0 bottom ;background-size: 100%;}
.site_banner img{width: 100%;}
.site_text{position: absolute;left: 0;bottom: 1.5rem;width: 100%;color:#fff;z-index: 5;}
.site_banner li:after{content:""; position: absolute;top:0;left: 0;width: 100%;height: 100%;background:rgba(0,0,0,0.15);z-index: 1;}
@media only screen and (max-width:767px) {
.site_text{bottom: 20px;}
.site_text h2{font-size: 24px;}
}




/*page*/
.pageout{text-align: center;padding-bottom: 5px;    clear: both;overflow: hidden;padding-top: 50px;}
.page{display:inline-block;*display:inline;*zoom:1;}
.page {vertical-align:middle;text-align:center;margin: 0 auto; color:#94999f; height:44px; line-height:44px;}
.page span{float: left; }
.page span.pages_num{margin-right: 10px;}
.page span.pages_num em{color: #ec000d;}
.page a{float: left; width:44px;  color: #000; margin:0 2px;background:#f7f7f7; box-sizing:border-box;}
.page a.on{background:#ec000d;color:#fff;border:1px solid #ec000d; }
.page a.prev {background:#f7f7f7 url(../images/page_prev.png) center center no-repeat; text-indent:-10000px; margin-right: 15px;}
.page a.next {background:#f7f7f7 url(../images/page_next.png) center center no-repeat; text-indent:-10000px;}
.page a.prev.no{}
.page a.next.no{}
.page a.first{ text-indent:-10000px;margin-left: 15px;background:#f7f7f7 url(../images/page_first.png) no-repeat center center;}
.page a.last{ text-indent:-10000px;background:#f7f7f7 url(../images/page_last.png) no-repeat center center;}
.page a:first-child + a{}
/*.page a.first{color: #7a8087;}
.page a.last{color: #7a8087;}*/

.page a.next{margin-left: 15px;}
.page input.go{cursor: pointer; border:none;outline: none;text-align: center; width: 44px; background: #ec000d; color: #fff;  height: 46px; line-height: 46px;
font-family: "Arial";font-weight: bold;margin-left: 3px;
}
.page input.go:hover{color: #fff !important;}
.page a.on:hover{color: #fff !important;}
.page .txtnum{margin-left: 40px;}
.page .txtnum input{ text-align: center;width:44px;height:46px; line-height:46px; box-sizing:border-box; background:none;background:#f7f7f7;margin: 0 3px;}
.total em{color: #ec000d;}

.page a.num{font-family: "Arial";}

.page a,.page .txtnum input,.page input.go{border-radius:8px;}

.page a.disable{opacity:0.5;cursor:default}
@media only screen and (max-width:1440px) {
.page .txtnum input{margin:0 10px;margin-left: 0;}

}
@media only screen and (max-width:1250px) {
.page .txtnum input{margin:0 10px;margin-left: 0;}
.page a{margin: 0 ;}
.pageout{padding-top: 40px;}
}

@media only screen and (max-width:1024px) {
.pageout{padding-top: 20px;}
.page a{display:none; font-weight: normal;}
.page a.prev,.page a.next{display:block; display:inline-block;}
.total{display: none;}
.page a.on{display: inline-block;}
.page .txtnum input,.page input.go,.page a{width: 40px;height: 40px;line-height: 40px;}
.page .txtnum{margin-left: 10px;}
}
@media only screen and (min-width:1025px) {
.page input.go{transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;}
.page input.go:hover{opacity: 0.8;}

}


/*page*/


@media only screen and (max-width:767px) {
.main{min-height: 60vh}

}











