/* reset */
html { height: 100%; overflow-x:hidden;}
body { min-height: 100%; overflow-x:hidden;}
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 }
::-webkit-input-placeholder{color:#BDBDBD;}   
:-moz-placeholder{color:#BDBDBD;}          
::-moz-placeholder{color:#BDBDBD;}            
:-ms-input-placeholder{color:#BDBDBD; opacity: 0.8;}        
.placeholder{color:#BDBDBD;}

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}
body, input, select, button, textarea {color:#000; font-size: 14px; line-height: 1.5;font-family: "微软雅黑";}
a { color:#000;text-decoration: none!important;}
a { blr:expression(this.onFocus=this.blur())}
a * { *cursor: pointer }
:focus { outline: none }

img{max-width: 100%;}
/* 阿里图标 */
[class*='icon']{
    font-family: 'iconfont';
}
/*
@font-face { 
    font-family: SourceHanSansCN-Light;
    src: url('../font/SourceHanSansCN-Light.ttf') format('truetype');
}
@font-face { 
    font-family: SourceHanSansCN-Medium;
    src: url('../font/SourceHanSansCN-Medium.ttf') format('truetype');
} 
@font-face { 
    font-family: SourceHanSansCN-Regular;
    src:url('../font/SourceHanSansCN-Regular.ttf') format('truetype');
} 
body, input, select, button, textarea{
    font-family: SourceHanSansCN-Regular; 
}*/


.edit_con_original{ line-height:1.8em; padding:0 0; color:#000000;}
.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 类名*/

/* 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 }

/*去除鼠标双击选中效果*/
/**{-moz-user-select: none;-webkit-user-select: none; -ms-user-select: none; -khtml-user-select: none; user-select: none;}*/

/*两端对齐*/
.justify { text-align:justify; text-justify:distribute-all-lines;}

/*图片经过*/
.tran_scale{ overflow:hidden; display:block;}
.tran_scale img{transition:0.5s all; -webkit-transition:0.5s all;}

/*截字*/
.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_7{display:-webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp: 7; line-height: 1.5; overflow:hidden;}

/*上下居中*/
.v-m-c{ transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -ms-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);position:absolute; left:50%; top:0;}

/*绝对居中*/
.a-m-c{ transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); position:absolute; left:50%; top:50%;}

/*背景*/
.bg-cover{background-size: cover; background-repeat: no-repeat; background-position: center;}
.bg_layer{background: rgba(0,0,0,0.7); position: absolute; left:0; top:0; width: 100%; height: 100%; z-index: 10000;}
.bg-cover-ban{ background-size: 100% 100%;}

.ratio-img,.ratio-img img{width: 100%;}
*{box-sizing: border-box;}
.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{pointer-events:inherit!important;}


.wrap{max-width: 1600px; margin:0 auto; width:90%;}
.nav_phone_btn,.nav_click{display: none;}
.header{width: 100%; line-height: 80px; padding:0 2%; position: absolute; left:0; top:0; z-index: 10001;}
.header::before{content:""; position: absolute; z-index: -1; left:0; top:0; width:100%; height: 100%;
    background: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 0%, rgba(0,0,0, 0.5) 100%);
    background: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 0%, rgba(0,0,0, 0.5) 100%);
    background: -o-linear-gradient(bottom, rgba(0,0,0, 0) 0%, rgba(0,0,0, 0.5) 100%);}
.header .logo{float: left; margin:22px 0 0 0; width:136px; height:82px; overflow: hidden;}
.header .logo img{width:100%;}
.header .h_rr{ float: right; line-height: 80px;}
.scroll-header .header{ position: fixed; }
.nav .h_rr{display: none;}
.t_tel{ float: right; padding-left: 25px; margin-left: 20px;color:#fff; position: relative;}
.t_tel::before{content:""; position: absolute; left:0; top:40%; widtH:1px; height:20%; background:rgba(255,255,255,0.3);}
.t_tel i{margin-right: 10px;}
.t_tel a,.t_tel a:hover{color:#fff!important;}
span.ser{ cursor: pointer; float: right;}
span.ser i{font-size:20px; font-weight: bold; color:#fff;}
.search_wrap{width:0;position: absolute; z-index: 2; right:15%; top:60px; overflow: hidden; border:none;color:#fff; background: #fff;height:44px;line-height: 44px; outline: none;transition: 0.3s all;}
.search_wrap.on{width: 300px; border-radius:5px;border:1px solid #969191;}
.search_box_text{float:left; width:calc(300px - 60px); padding:0 10px; height: 44px; line-height: 44px; border:none; background: none;}
.search_box_button {float: right;width:40px;height:44px; border:0; outline: none; background: none;}
.search_box_button i{font-size:20px;}

/*导航*/
.nav{ width:60%; margin:0 auto; height:80px;}
.nav ul{ height:100%; width:100%; text-align: right;}
.nav ul>li{ display:inline-block; padding:0 20px; line-height:80px; position: relative;}
.nav ul>li span{ display: none;}
.nav ul>li>a{display: block;color:#fff;position: relative;}
.nav ul>li>a>em{ display: block; position: absolute;left: 50%;bottom: 0; width:0;height: 2px;background: #C8261D;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 ul>li.on>a{color:#fff;}
.nav ul>li.on>a>em{left:0;width:100%;}
/*导航下拉*/
.navlist{display:none; position: absolute; left:50%; top:80px; z-index: 2; width: 120px; margin-left:-60px;background:#fff; box-shadow: 0 5px 5px 2px rgba(0,0,0,0.2);}
.navlist dl{position: relative; padding:10px;}
.navlist dl dd{ display: block; line-height: 2; text-align: center;}
.navlist dl dd.on a{color:#C8261D;}
.navlist dl dd a{color:#000000;}
/*导航下拉*/
.nav_click{ display: none; position: fixed; left:0; top:0; z-index: 999; width:100vh; height:100vh; background:transparent;}


/*公共底部*/
.footer{ background: #FAFAFA;color:#000; padding:0;}
.foot_top ul{ float: left; width:45%; height: 342px;}
.foot_top li{ float: left; width:33.33%; padding-left:40px; position: relative; height: 100%; padding-top:50px;}
.foot_top li:first-child{padding-left: 0;}
.foot_top li::after{content: ""; position: absolute; right:0; top:0; width:1px; height: 100%; background: #E5E5E5;}
.foot_top li h2{margin-bottom:30px; line-height: 1.2; font-weight: bold;}
.foot_top li h2 a{color:#000000;}
.foot_top li p{ margin-bottom: 8px; color:#3F3F3F;}
.foot_top li p:last-child{margin-bottom: 0;}
.foot_top li p,.foot_top li p a{color:#3F3F3F;}
.foot_top .ft_rr{float: right; width:55%;padding-top: 50px; position: relative;}
.ft_rr .ftrr_l{ float: left; widtH:calc(100% - 260px); padding-left: 40px;}
.ft_rr::after{content: ""; position: absolute; right:280px; top:0; widtH:1px; height: 100%; background: #E5E5E5;}
.ft_rr h3{margin-bottom: 10px; color:#000000; line-height: 1.2;}
.ft_rr p.tel{ font-family: Arial, Helvetica, sans-serif; line-height: 1.2; color:#C8261D; letter-spacing: -1px; margin-bottom: 20px;}
.ft_rr p.tel a{ color:#C8261D!important;}
.ft_rr .sc_btn{ display: none; float: right; widtH:280px; height: 50px; line-height: 50px; text-align: center; color:#fff; border-radius: 35px; background: #535353;}
.ft_rr .sc_btn i{display: inline-block;font-size: 24px;margin-right: 10px;}
.ft_rr .sc_btn em{ display: inline-block; position: relative; top:-2px;}
.f_link{float: right;widtH:240px; height: 50px; line-height: 50px; border-radius: 35px;border:1px solid #535353;}
.f_link dl{position: relative;}
.f_link dt{cursor: pointer; width: 100%;height: 50px;line-height: 50px;padding: 0 20px 0 40px;overflow: hidden;}
.f_link dt a{display: block; overflow: hidden;}
.f_link dt p{float: left;}
.f_link dt i{float: right;color: #535353; font-size: 14px;}
.f_link dd{position: absolute;bottom:52px;left: 0;width: 100%;background: #e3e2e7;padding: 10px 0;border-radius: 10px;display: none; height: 164px;overflow: hidden;overflow-y: auto;box-sizing: border-box;z-index: 91;}
.f_link dd p{padding: 8px 40px;line-height:20px; text-align: left; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.f_share{ display: block; margin:25px 0 0;}
.f_share dl{float: left; margin-right: 10px; position: relative;}
.f_share dt{width: 40px;height: 40px;line-height: 40px;text-align: center;cursor: pointer;position: relative;z-index: 91;}
.f_share dt span{ display: block; widtH:40px; height: 40px; }
.f_share dt span i{ font-size: 40px;}
.f_share dl:nth-of-type(3) dt span{ width:36px; height: 36px; margin-top:2px; overflow: hidden; color:#fff;background: #000;border-radius: 100%; }
.f_share dl:nth-of-type(3) dt span i{ font-size: 20px;}
.f_share dd{visibility:hidden;opacity: 0; position: absolute;bottom:50px;left:50%; margin-left:-75px;width: 150px;height: 150px;background: #fff;z-index: 9;-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;}
.f_share dd img{width: 100%;height: 100%;}
.f_share dd p{ text-align: center; display: none;}
.f_share dl:hover dd{visibility: visible;opacity: 1;-webkit-transform: translateY(0px); -moz-transform: translateY(0px);-o-transform: translateY(0px);-ms-transform: translateY(0px);transform: translateY(0px);}


.foot_bot{color:#0E0E0E; background: #FFFFFF;}
.f_txt .t{ float: left; width:320px; position: relative; padding-top: 15px; margin-bottom: 8px; color:#686868;}
.f_txt .t::before{content: ""; position: absolute; lefT:0; top:0; widtH:160px; height:4px; background: #B81A00;}
.f_txt .t em{margin:0 12px;}
.f_txt .t a{color:#686868; margin:0 5px;}
.f_txt .b{ float: right; width:calc(100% - 320px); padding-top: 15px; margin-bottom: 8px; text-align: right;}
.f_txt .b a{color:#686868;}
.f_txt .b a.xhr{margin-left:20px; color:#B4B4B4;}


@media only screen and (max-width: 1820px){
    .nav{width:65%;}    
    .nav ul>li{padding:0 15px;}
}

@media only screen and (max-width: 1599px){
    .nav{ float: left; margin-left:5%; width:63%;}
    .nav.fnt_18{ font-size: 16px;}
    .nav ul>li{padding:0 10px;}
    .foot_top li {
        padding-left: 20px;
    }
}
@media only screen and (max-width: 1399px){
    .nav{ margin-left:1%;}
    .nav.fnt_18{ font-size: 14px;}
    .header .logo{ widtH:125px; margin-top:10px;}
    .ft_rr .sc_btn,.f_link{ width:200px;}
    .ft_rr::after{right:240px;}
}
@media only screen and (max-width: 1279px){
    .nav{ width:65%;}
    .nav ul>li{padding:0 5px;}
    .t_tel{padding-left: 5px; margin-left: 5px;}
    .header .logo{ widtH:100px; margin-top:5px;}
}

@media only screen and (min-width: 1025px){
.yes_tran,a,.nav,
.no_tran{transition: 0s all;-webkit-transition: 0s all;-moz-transition: 0s all;-o-transition: 0s all;-ms-transition: 0s all;}
a:hover{color: #C8261D!important;}
.tran_scale:hover img{transform:scale(1.05,1.05); -webkit-transform:scale(1.05,1.05);}
.nav ul>li:hover>a{color:#C8261D!important;}
.navlist dl dd a:hover{color:#C8261D!important;}
.nav ul>li:hover>a>em{left:0;width:100%;}
}


@media only screen and (max-width: 1023px){
.search_wrap{
    right: 0px;
    top: 15px;
}
    .t_tel a, .t_tel a:hover {
        display: block;
        color: #fff !important;
    }
body, input, select, button, textarea{ font-size: 14px;}
body>*{position: relative;left:0;transition:left 250ms ease-out;-webkit-transition:left 250ms ease-out;}
.header{height:50px;}
.header .logo{margin-top:5px; width:70px; height: 42px;}
.header .h_rr{ display: none;}
.nav .h_rr{ display: block; line-height: 50px; padding:0 15px; float: none;line-height: 40px; margin:0 auto 10px;}
.t_tel{width:100%; margin:0; padding:0;}
.t_tel::before{opacity: 0;}
span.ser{display: none;}
.search_wrap{widtH:100%; display: block; position: relative; height: 36px; line-height: 36px;}
.search_box_text,.search_box_button{height: 36px; line-height: 36px;}
.search_box_button{position: absolute; right: 0;}
.search_box_text{
    width: auto;
}
/*手机导航按钮开始*/
.nav_phone_btn{display: block;cursor: pointer;height: 50px; line-height: 50px; position: absolute;top:0;right:0;z-index: 99999999;width: 50px;text-align: center;background: #C8261D;}
.nav_phone_btn span {position: relative;width:26px;height: 3px; top:-2px; background-color: #fff;display: inline-block;transition:all 250ms ease-out;-webkit-transition:all 250ms ease-out;}
.nav_phone_btn span i{ position: absolute; bottom:-30px; left:0; width:100%; color:#fff; font-family: arial; font-size: 12px; text-transform: uppercase;}
.nav_phone_btn span:before,.nav_phone_btn span:after {content: "";position: absolute;width: 100%;height: 3px;background-color: #fff;left:0px;transition:all 250ms ease-out;-webkit-transition:all 250ms ease-out;}
.nav_phone_btn span:before{top:-7px;}
.nav_phone_btn span:after{top:7px;}
.visible_nav.nav_phone_btn{ background: #161719;}
.visible_nav.nav_phone_btn span{background-color: transparent;}
.visible_nav.nav_phone_btn span:before{top:0px;width:90%;transform: rotateZ(45deg);-webkit-transform: rotateZ(45deg);-ms-transform: rotateZ(45deg);}
.visible_nav.nav_phone_btn span:after{top:0px;width:90%;transform: rotateZ(-45deg);-webkit-transform: rotateZ(-45deg);-ms-transform: rotateZ(-45deg);}
.body_nav_phone .nav{right:0;left:auto;}
/*手机导航按钮结束*/
.nav{display:block;position: fixed; z-index: 100000; margin-top:0; top:50px;bottom: 0px;padding:0; right:-50%;height:calc(100vh - 50px);width:50%;left:auto;transition:left 0ms ease-out;-webkit-transition:left 0ms ease-out;transition:right 250ms ease-out;-webkit-transition:right 250ms ease-out; overflow: hidden; overflow-y: auto; background:#161719;}
.nav ul{padding: 0px 0;clear: both; float: none;width: 100%;}
.nav ul>li{line-height: 40px; width: 100%;float: none;  display: block; margin: 0;padding:0 ;border-bottom: 1px solid#414141; overflow: hidden;}
.nav ul>li>a{height: 40px; line-height: 40px;padding:0 15px; color:#fff; text-align: left; width: calc(100% - 40px); overflow: hidden;}
.nav ul>li.on>a{background: none; color: #fff;}
.nav ul>li>span{display: inline-block; width: 40px; height: 40px; background: url(../images/nav_ico.png) no-repeat center center; float: right;}
.nav ul>li>span.on{ background: url(../images/nav_ico_up.png) no-repeat center center; float: right;}
.nav ul>li>span{display: none;cursor: pointer;}
.nav ul>li>span.cur{display: block;}
.nav ul>li>span.on+a{color:#C8261D;}
.nav ul>li.on>a>em{ display: none;}
.navlist{position: static; background: none; padding: 0 0; border-top: 1px solid#414141; height: auto;line-height: inherit; width: auto !important; display: none;visibility: visible;clear: both; left:auto; top:auto; margin-left: 0!important;}
.navlist dl{padding:10px 25px;}
.navlist dl dd{ float: none; width:100%; text-align: left; margin:0; height: 30px; line-height: 30px;}
.navlist dl dd a{color:#fff;}

.ft_rr .sc_btn,.f_link{ float: none;}
}
@media only screen and (max-width: 1023px){ 
    .header{position: fixed;}
    .scroll-header .header{ background: rgba(0,0,0,0.5);}
    .foot_top ul{width:60%;}
    .foot_top .ft_rr{width:40%;}
    .ft_rr .ftrr_l{width:100%; padding-left: 20px;}
    .ft_rr::after{ opacity: 0;}
    .f_link{ float: left; margin-left: 20px; margin-top:20px;}
}

@media only screen and (max-width: 767px){
    /*.nav{width:100%; right:-100%;}  */  
    .foot_top ul{ width:100%; margin-bottom:10px;}
    .foot_top li{padding-left: 20px;}
    .foot_top .ft_rr{width:100%; padding:0; margin:0 0 20px;}
    .foot_top ul{ float: none; width:100%; margin:0; padding-top: 15px; height: auto;}
    .foot_top li{width:100%!important; padding-top: 0; padding-left: 0px; height:auto!important; border-right: none; border-bottom:1px solid #B1B1B1; text-align: left; margin-bottom: 10px;}
    .foot_top li::after{ display: none;}
    .foot_top li h2{margin:0;padding:0 30px 0 10px; display: block; padding-bottom:10px; border-width: 1px;}
    .foot_top li.has_con h2{background: url(../images/nav_ico_1.png) 98% 8px no-repeat;}
    .foot_top li .con{width:100%; padding:8px 10px; display: none;}    
    .foot_top li.has_con.on h2{border-bottom:1px solid #B1B1B1; background: url(../images/nav_ico_up_1.png) 98% 8px no-repeat;}
    .ft_rr .ftrr_l{padding-left: 0;}
    .f_link{margin-left: 0;}
    .ft_rr p.tel{margin-block-end: 10px;}
    .ft_rr .sc_btn,.f_link{max-width: 100%; width:100%; height: 40px; line-height: 40px;}
    .ft_rr .sc_btn em{top:-3px;}
    .f_link dt{height: 40px; line-height: 40px;}
    .f_txt{width:100%; padding: 0 10px;}
    .f_share{width:100%; padding:0; margin:0 0 20px;}
    .f_share dl{margin-left:0; float: left; width:30%;}
    .f_share dl+dl{ float: right;}
    .f_share dt{ display: none;}
    .f_share dd{position: static; opacity: 1; visibility: visible; width: 100%; height:auto; lefT:0; margin-lefT:0; overflow: hidden;}
    .f_share dd p{ display: block;}   
    .f_txt .t,.f_txt .b{width:100%; text-align: left;}
    .f_txt .b{padding-top:0;}
    .f_txt .b a.xhr{margin-lefT:0;}

}


/*内页banner*/ 
.inbanner{position: relative;}
@media only screen and (max-width:767px) {
  .inbanner{ height: 240px;}
  .inbanner img{ display: none;}
}
/*内页banner*/ 

/*面包屑*/
.site{padding:2.5% 0 0; margin-bottom: 5%; border-bottom:1px solid #D8D8D8}
.site .ll{ float: left;color:#424242; padding-bottom: 20px;}
.site .ll em{color:#9D9D9D; margin:0 5px;}
.site .ll em:last-child{color:#424242}
.site .ll a{color:#9D9D9D}
.site .rr{ float: right;}
.site .rr li{padding:0 15px 20px; display: inline-block;}
.site .rr li.on{ bordeR-bottom:3px solid #C8271D; position: relative; top:1px;}
.site .rr li a{ color:#000000;}
.site .rr li.on a{color:#C8271D; font-weight: bold;}
@media only screen and (max-width:1023px) {
    .wrap{width:100%; padding:0 10px;}
    .site .ll,.site .rr{width:100%;}
    .site .ll{padding-bottom: 10px;}
    .site .rr li{padding:0 10px 10px;}
}
@media only screen and (max-width:767px) {
    .site .rr li{padding-bottom:5px; margin-bottom: 10px;}
}
/*面包屑*/

/*分页*/ 
.page {vertical-align:middle;text-align:center; margin:0 0 7%; color:#606060; height:40px; line-height:40px;}
.page .inner{ display: inline-block; text-align: center;}
.page span{margin:0 8px;color: #454545;}
.page span em{ color:#454545;}
.page a{ float: left; text-align:center; margin:0 2px; width:40px;height:40px; line-height:40px; border-radius: 5px; background:#F3F3F3;}
.page a.on,.page a.num:hover,.page a.go:hover{ background:#C8271D;color:#fff!important;}
.page a.prev,.page a.next{bordeR:1px solid #D5D5D5; background: #fff;}
.page a.prev i,.page a.next i{font-size: 12px;}
.page a.prev.no,.page a.next.no{opacity: 0.5; cursor: default;}
.page a.prev{margin-right:16px;}
.page a.next{margin-left:16px;}
.page a.prev:hover,.page a.next:hover{ bordeR:1px solid #C8271D; background:#C8271D;color:#fff!important;}
.page .txtnum{width:80px;}
.page .txtnum input{width:67px;height:30px; line-height:30px; text-align:center;  background:none;border: 2px solid #000;box-sizing: border-box;}
.page a.go{ float: none; display: inline-block; background:#454545;color:#fff;width: 48px;}
@media only screen and (max-width:767px) {
    .page{ height: 30px; line-height: 30px;}
    .page a{width:30px;height: 30px; line-height: 30px;}
    .page a.num{ display: none;}
    .page a.prev{margin-right: 10px;}
    .page a.next{margin-left:10px;}
}
/*分页 end*/

.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%;}
}


