﻿/* reset */
/*@font-face{*/
     /*font-family: 'adobeheitistdr'; */
     /*src:  format('truetype');*/
/*}*/
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:#c9c9c8;}   
:-moz-placeholder{color:#c9c9c8;}          
::-moz-placeholder{color:#c9c9c8;}            
:-ms-input-placeholder{color:#c9c9c8; opacity: 0.8;}        
.placeholder{color:#c9c9c8;}
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; top:0!important;*/ }
sub { /*vertical-align: text-bottom*/ }
body, input, select, button, textarea {color: #545454; font-size: 14px;font-family: "pingfang sc","microsoft yahei";}
body { line-height: 1.5;}
a { color:#000000;text-decoration: none!important; transition:0.2s all; -webkit-transition:0.1s all;  }
a { blr:expression(this.onfocus=this.blur()) }
a * { *cursor: pointer }
:focus { outline: none }
a:hover{color: #c62b2b;}

img{max-width: 100%;}

/* 阿里图标 */
[class*='icon']{
    font-family: 'iconfont';
}


.edit_con_original{ line-height:1.7em; padding:0 0; color:#555;}
.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 }

.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;}

/*去除鼠标双击选中效果*/
/**{-moz-user-select:none;-ms-user-select: none;-webkit-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; -o-transition:0.5s all;-ms-transition:0.5s all;}

/*截字*/
.ellipsis{ overflow:hidden; text-overflow:ellipsis; white-space:nowrap; display: inline-block; max-width:100%;}
.clamp{display:-webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp: 3; line-height: 1.5; max-height: 4.5em;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 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;}
.wrap{width: 1552px; margin:0 auto;}
.in_wrap{width: 1280px; margin:0 auto;}
@media only screen and (max-width: 1650px){
    .wrap{
        width: 94%;
    }
}
@media only screen and (max-width: 1366px){
    .in_wrap{
        width: 94%;
    }
}

@media only screen and (min-width: 1024px){
    a:hover{color: #b99163!important;}
    .tran_scale:hover img{transform:scale(1.03,1.03); -webkit-transform:scale(1.03,1.03);}

}
.header{background: #fff;padding: 30px 0 15px;overflow: hidden;}
.header_con>img{float: left;}
.header_con span a>img{width: 234px;height: 31px;}
.goofficial{width: 130px;height: 23px;line-height: 23px;background: #c0a183;float: right;text-align: center;border-radius: 10px;color: #fff;}
.goofficial img{vertical-align: middle;margin-bottom: 2.5px;margin-left: 10px;}
.goofficial:hover{color: #fff!important;}
.footer{background: #f5f5f5;padding: 2% 0 3%;color: #333333;}
.footer_div{margin-top: 20px;margin-bottom: 5px;}
.footer a{color: #333;}

.footer_l{float: left;}
.footer_r{float: right;}
.share_common a {color: #727272;font-size: 28px;width: 40px;height: 40px;border-radius: 100%;background: #fff;display: inline-block;}
.share_common a{font-size: 24px;text-align: center;line-height: 40px;margin: 0 15px;}

@media only screen and (max-width: 767px) {
    .header_con span a>img{width: 160px;height: auto;}
    .header{padding: 15px 0;}
    .footer{padding: 30px 0;}
    .share_common a{margin: 0 10px;}
    .footer_r{float: left;margin-top: 20px;}
    .share_common a:first-child{margin-left: 0;}
    .footer_l img{width: 120px;}
    .footer_div{margin-top: 5px;}
}

/*弹窗*/
.vaccin{position: fixed;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.6);z-index: 1000;display: none;}
.vaccin_con{width: 70%;background: #fff;margin: 0 auto;margin-top: 100px;overflow: hidden;position: relative;}
.vaccin_con_l{float: left;width: 50%;}
.vaccin_con_r{float: right;width: 50%;padding: 3%;box-sizing: border-box;}
.vaccin_con_r h1{margin-bottom: 20px;}
.close_tc{display: block;width: 30px;height: 30px;position: absolute;right: 30px;top: 30px;line-height: 30px;cursor: pointer;}
.close_tc i{font-size: 30px;color: #000000;}
@media only screen and (max-width: 1024px) {

    .vaccin_con{width: 94%;}
    .close_tc{right: 10px;top: 10px;}
}
@media only screen and (max-width: 767px) {

    .vaccin_con_l{width: 100%;}
    .vaccin_con_r{width: 100%;}
    .vaccin_con_r h1 {
        margin-bottom: 10px;
    }
    .goofficial{width: 110px;}

}

/*分页*/
.page {vertical-align:middle;text-align:center; margin:35px 0; color:#2f2f2f; font-size: 12px; height:36px; line-height:36px;}
.page .inner{ display: inline-block; }
.page span em{ color:#2f2f2f; font-family:arial;}
.page a{text-align:center; width:34px; height:34px;font-family:arial;line-height: 34px;}
.page i.dian{float: left; margin:0 10px 0 15px; vertical-align: middle; position: relative; top:-2px;}
.page a.num{float: left;border:1px solid #d8d8d8; border-left:0; background:#fff;color:#666666;}
.page a.on{background:#e50000!important;color:#fff!important;border:1px solid #e50000;}
.page a.num:nth-child(2){border-left:1px solid #d8d8d8;}
.page a.num:nth-child(2).on{border-left:1px solid #e50000;}
.page a.prev,.page a.next{float: left;border:1px solid #d8d8d8;margin:0 5px; background:#fff;}
.page a.prev img,.page a.next img{ vertical-align: middle; text-align: center; width: 7px; height: 9px; position: relative; top:-2px;}
.page a.prev.disable,.page a.next.disable{ cursor: default;}
.page a.prev.disable img,.page a.next.disable img{opacity: 0.3;}
.p_i{ display: inline-block; position: relative;width:50px;height:22px; line-height:22px; margin:0 5px; padding:0 2px;background:#fff; border:1px solid #d8d8d8;}
.p_i i.i_up{ cursor: pointer; position: absolute; top:1px; right:3px; width:16px; height:8px; background:  no-repeat;}
.p_i i.i_up.disable{ cursor: default; background:  no-repeat;}
.p_i i.i_down{ cursor: pointer; position: absolute; bottom:1px; right:3px; width:16px; height:8px; background:  no-repeat;}
.p_i i.i_down.disable{ cursor: default; background:  no-repeat;}
.page input.txtnum{  width:100%; height:100%; border:none; background: none; font-family:arial;}
.page a.go{ width: 45px; height: 22px; line-height: 22px; position: relative; top:-1px; background:#e50000;color:#fff!important; text-align: center;  display: inline-block; margin:0 5px;}

@media only screen and (min-width: 1025px) {
    .page a.num:hover{background:#e50000;color:#fff!important; border:1px solid #e50000;}
    .page a.go:hover{opacity: 0.9;}
}
@media only screen and (max-width: 767px) {
    .page span,.page a.go,.page a.num{display: none;}
    .page i.dian{ margin:0 0 0 5px; display: none;}

}

.page a.prev,.page a.next{background: none;width: 98px;background: #f0f0f0;}
.page a.num{color: #000;}
.p_i{background: none;height: 34px;
    line-height: 34px;
}
.page a.go{height: 34px;line-height: 34px;}
.page input.txtnum{text-align: center;}
/*分页 end*/


/*滚动条*/
.mcsb_scrolltools .mcsb_draggerrail {
    width: 4px;
    background: #edf1f5 ;
}

.mcsb_scrolltools .mcsb_dragger .mcsb_dragger_bar {
    width: 4px;
    min-height: 30px;
    -webkit-border-radius: 0;
    background: #2262a9;
    border-radius: 5px;

}
.mcsb_scrolltools .mcsb_dragger:hover .mcsb_dragger_bar,
.mcsb_scrolltools .mcsb_dragger.mcsb_dragger_ondrag .mcsb_dragger_bar,
.mcsb_scrolltools .mcsb_dragger.mcsb_dragger_ondrag:hover .mcsb_dragger_bar {
    background: #2262a9;
}

.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(/uploads/image/zimages/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;}

.langulage{
    float: right;
    line-height: 23px;
    margin-left: 20px;
}
.langulage i{margin-right: 3px;}

@media only screen and (max-width: 767px) {
    .langulage{margin-left: 10px;}
}