﻿/* 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:#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: #202f45; font-size: 16px;/*font-family:"黑体","Source Han Sans",arial,"\5b8b\4f53";*/}
body { line-height: 1.5;font-family: "Arial";}
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: #2370d5;}

img{max-width: 100%;}

/* 阿里图标 */
[class*='icon']{
    font-family: 'iconfont';
}


.edit_con_original{ line-height:1.7em; 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 }

.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{max-width: 1440px; margin:0 auto; width: 94%;}
.nav_phone_btn{display: none;}
.header{width: 100%; height:98px; z-index: 1000; left:0; top:0; position: fixed;
    /*background: url("../images/header_bg.png") no-repeat;*/
    background: rgba(0,0,0,0.3);
    background: linear-gradient(to bottom,rgba(0,0,0,0.7),rgba(0,0,0,0));
}
.scroll-header .header{ position: fixed; left:0; top:0;}
.head_top{ height:32px; line-height: 32px; background: #E2E2E2; text-align: right; padding:0 3%;}
.head_top .gpxx{ display: inline-block;}
.head_top .gpxx em{color:#2370d5;}
.head_top .alink{ display: none;/*display: inline-block;*/ margin-left:5%;}
.head_top .alink em{ margin:0 8px 0 12px; font-size: 12px; color:#C9C9C9;}
.head_bot{ height:98px; padding:0 35px;padding-right: 0;}
.head_bot h1.logo{ float: left;width:370px; margin-top:22px;height: 46px;}
.head_bot h1.logo img{width: 100%;height: 100%;}

.head_bot .rr{ float: right; position: relative;height: 98px;}
.head_bot .lan_en{ float: right; color: #fff; height: 98px;width: 98px;text-align: center; line-height: 98px; position: relative;cursor: pointer;}
.head_bot .lan_en ul{background: #2370d5;display: none;position: relative;}
.head_bot .lan_en ul.on{display: block;}
.head_bot .lan_en ul li{line-height: 35px;}
.head_bot .lan_en ul li a{color: #fff;text-transform: uppercase;}
.head_bot .lan_en ul li a:hover{color: #fff!important;}
.kailong{
    width:0;
    height:0;
    border-right:10px solid transparent;
    border-left:10px solid transparent;
    border-bottom:10px solid #2370d5;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
}

.head_bot .a_ser{ float: right;width:98px; height: 98px;color: #fff;background: #162f60;line-height: 98px;text-align: center;}
._conindex .head_bot .a_ser{color: #2d2d2d;}
.head_bot .a_ser i{font-size: 20px;color: #fff;vertical-align: middle;
    margin-top: 0px;
    display: inline-block;
    margin-left: 2px;}
.search_wrap{ display: none; width: 252px;position: absolute; right:3%; top:60px; border-radius:5px; color:#fff; background: #fff; border:1px solid #969191;height:40px;line-height: 40px; outline: none;z-index: 10;}
.search_box_text{float:left; width:220px; padding:0 10px; height: 40px; line-height: 40px; border:none; background: none;}
.search_box_button {float: right;width:28px;height:40px; border:0; outline: none; background: none;}
.search_box_text::placeholder{color:#BDBDBD;}
.search_box_button i{font-size: 24px;}
.rr_menu{width: 98px;height: 98px;background: #005195;color: #fff;float: right;text-align: center;line-height: 98px;cursor: pointer;display: none;}
.rr_menu img{margin-top: 32px;}



.nav{float: left; width:calc(100% - 664px);}
.nav ul{ text-align: center; }
.nav ul>li{display: inline-block; margin:0 10px; padding:33px 0;font-size: 18px;}
.nav ul>li span{ display: none;}
.nav ul>li a{display: block; padding:0 25px; height: 32px; line-height: 32px;text-align: center; position: relative;color: #fff;}
.nav ul>li em{display: none; position: absolute; left: 50%; bottom: -38px; width: 0%; height:6px; background:#2370d5;transition: 0.3s all;-webkit-transition: 0.3s all;-moz-transition: 0.3s all;-o-transition: 0.3s all;-ms-transition: 0.3s all;}
.nav ul>li.on em{ width: 100%;left: 0;}
.nav ul>li.on a{color:#2370d5;}
/*导航下拉*/
.nav .navlist{
    display:none; float: none; position: absolute; left: 0;
    top: 98px;
    width: 100%;text-align: center;background: rgba(0,0,0,0.3);
    height: auto!important;
    padding: 29px 0;
    text-align: center;border-top: 1px solid rgba(255,255,255,0.3);



}
.nav .navlist.on{display: block;}
.nav .navlist li{ margin:0; padding:0; display: inline-block; font-size: 14px; margin:0 25px; height: 40px; line-height: 40px;}
.nav .navlist li a{color: rgba(255,255,255,0.7)!important; padding:0;height:40px; line-height: 40px;}

.scrollHeader .header{background: rgba(0,0,0,0.3);}
/*导航下拉*/


.index_en .main{padding-top:0px;}
/*公共底部*/
.footer{background:#393939; color:rgba(255,255,255,0.5); padding:3% 0;margin-top: 8%;}
.index_en .footer{margin-top: 0;}
.footer_t p{float:left;vertical-align: text-top;margin-top: 25px;line-height: 24px;}
.footer_t p i{font-size: 20px;margin-right: 8px;vertical-align: middle;}
.footer_t p a{color: rgba(255,255,255,0.5);}
.footer_t p:first-child i{float: left;}
.footer_t p:first-child span{float: left;font-size: 14px;}
.footer_t p:last-child{float: right;margin-right: 0;}
.footer_t{position: relative;padding: 2% 0;overflow: hidden;}
.footer_c ul{overflow: hidden;}
.footer_c ul li{float: left;margin-right: 5%;}
.footer_c ul li a{display: block;color: rgba(255,255,255,0.5);font-size: 14px;margin-bottom: 15px;}
.footer_c ul li a:first-child{font-size: 20px;color: #fff;margin-bottom: 25px;}
.right_code{display: inline-block;display: none;}
.right_code img{width: 92px;height: 93px;}
.right_code img:last-child{margin-left: 25px;}
.footer_b{border-top: 1px solid rgba(255,255,255,0.5);padding-top: 20px;}
.footer_b_l{float: left;}
.footer_b_l a{color: #fff;font-size: 14px;margin-right: 35px;}
.footer_b_r{float: right;font-size: 12px;padding-top: 4px;text-align: right;}
.footer_b_r span{margin-right: 10px;}
.footer_b_r span:last-child{margin-right: 0;}
.footer_b_r span a{color: rgba(255,255,255,0.5);}


@media only screen and (max-width: 1599px){
    .nav ul>li{font-size: 16px; margin:0;padding: 20px 0;}
    .nav .navlist li{font-size: 14px;}
    .header{height: 72px;}
    .head_bot h1.logo{width: 280px;margin-top: 18px;height: 34px;}
    .rr_menu,.head_bot .lan_en,.head_bot .a_ser{width: 72px;height: 72px;line-height: 72px;}
    .rr_menu img{width: 30px;margin-top: 26px;}
    .nav{width: calc(100% - 496px);}
    .nav .navlist{top: 70px;padding: 15px 0;}

}
@media only screen and (max-width: 1420px){

        .nav .navlist li{margin: 0 15px;}

}

@media only screen and (max-width: 1279px) {
    .nav ul > li {
        font-size: 14px;
    }

    .nav ul > li a {
        padding: 0 10px;
    }

    .right_code {
        position: static;
    }

    .footer_c ul li{margin-right: 1%;}
    .footer_b_l {
        text-align: right;
        width: 100%;
    }

    .footer_b_l a {
        margin-right: 0;
        margin-left: 35px;
    }
    .nav .navlist li a{font-size: 12px;}
}
.specialbody .head_bot h1.logo{width: 120px;}
.specialbody .nav {
    width: calc(100% - 416px);
}
.specialbody .head_bot .lan_en i{color:#006ebc;}
@media only screen and (max-width: 1599px){
    .specialbody .head_bot h1.logo{width: 80px;}
    .specialbody .nav {
        width: calc(100% - 296px);
    }
}
@media only screen and (max-width: 1024px){
    /*.right_code{display: block;margin-top: 20px;}*/
    .footer_t p{float: none;width: 100%;}
}
@media only screen and (max-width: 767px){
    .specialbody .head_bot h1.logo{width: 60px;}
    .footer_t{padding:0;padding-bottom: 30px;}
}
/*手机导航start*/
@media only screen and (max-width: 1024px) {
    .head_bot{background: #000;height: 72px;}
    /*手机导航按钮开始*/
    .rr_menu{display: none;}
    .nav_phone_btn {
        display: block;
        cursor: pointer;
        height: 72px;
        position: fixed;
        top: 0px;
        right: 0;
        z-index: 999;
        width: 72px;
        text-align: center;
        background: #2370d5;
    }

    .nav_phone_btn span {
        position: relative;
        width: 36px;
        height: 3px;
        top: 20px;
        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;
        width: 80%;
    }

    .nav_phone_btn span:after {
        top: 7px;
        width: 60%;
    }

    .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 > * {
        position: relative;
        left: 0;
        transition: left 250ms ease-out;
        -webkit-transition: left 250ms ease-out;
    }

    .header {
        height: 72px;
    }

    .head_bot h1.logo {
        /*margin-top: 10px;*/
    }

    .head_bot .rr {
        margin-right: 72px;
        height: 72px;
        width: 350px;
    }

    .head_bot .a_ser {
        margin: 0;
        display: none;
    }

    .head_bot .lan_en {
        float: right;
        margin: 0;
        padding: 0;
        margin-top: 0px;
        margin-right: 0px;
        border: none;
        height: 72px;
        line-height: 72px;
    }

    .search_wrap {
        float: left;
        display: block;
        position: static;
        top: auto;
        right: auto;
        width: calc(100% - 82px);
        margin: 16px 10px 0;
        margin-right: 0;
    }

    .search_box_text {
        width: calc(100% - 30px);
    }

    .nav {
        display: block;
        position: fixed;
        z-index: 1000;
        margin-top: 0;
        top: 72px;
        bottom: 0px;
        padding: 0;
        right: -240px;
        height: calc(100vh - 82px);
        width: 240px!important;
        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: #2370d5;
    }

    .nav ul {
        padding: 0px 15px;
        clear: both;
        float: none;
        width: 100%;
    }

    .nav ul > li {
        height: inherit;
        display: block;
        width: 100%;
        float: none;
        margin: 0;
        padding: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
        overflow: hidden;
        font-size: 14px;
    }

    .nav ul > li > a em {
        display: none;
    }

    .nav ul > li > a {
        height: 40px;
        line-height: 40px;
        color: #fff !important;
        text-align: left;
        padding: 0;
        width: calc(100% - 30px);
        overflow: hidden;
    }

    .nav ul > li.on > a {
        background: none;
        color: #fff;
    }

    .nav ul > li > span {
        display: inline-block;
        width: 20px;
        height: 40px;
        margin-right: 0px;
        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 .navlist {
        position: static;
        background: none;
        padding: 0 0;
        height: auto;
        line-height: inherit;
        width: auto !important;
        display: none;
        visibility: visible;
        clear: both;
        left: auto;
        top: auto;
        margin-left: 0 !important;
    }

    .nav .navlist li {
        float: left;
        font-size: 14px;
        padding: 0 10px;
        margin: 0;
        height: auto;
        background: rgba(0, 0, 0, 0.1);
        text-align: left;
    }

    .nav .navlist li:last-child {
        border-bottom: none;
    }

    .nav .navlist li a {
        color: #fff !important;
        display: block;
        width: 100%;
        margin: 0;
        height: auto;
        line-height: 22px;
        padding: 5px 0;
    }

    .nav .navlist li em {
        display: none;
    }

    .body_nav_phone .nav {
        right: 0;
        left: auto;
    }

    .nav_click {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 999;
        width: 100vh;
        height: 100vh;
        background: transparent;
    }

    .main {
        padding-top: 72px!important;
    }
}

@media only screen and (max-width: 767px) {
    .head_bot{height: 50px;padding: 0 10px;}
    .nav_phone_btn{width: 50px;height: 50px;}
    .nav_phone_btn span{top: 10px;width: 30px;}
}

@media only screen and (min-width: 1025px) {
    .nav .navlist li a:hover{color:#2370d5!important;}
}





@media only screen and (max-width: 1399px) {
    .foot_top .ll li h2 span{width: 80px;}
}

@media only screen and (max-width: 1280px) {

}
@media only screen and (max-width: 1024px){
    .footer_t p:first-child span{width: 90%;}
    .footer_c ul li{width: 100%;}
    .footer_c ul li a{width: 50%;float: left;padding-right: 4%;}
    .footer_c ul li:nth-child(2) a,.footer_c ul li:nth-child(3) a{height: 42px;}
    .footer_c ul li a:first-child{width: 100%;float: none;margin-bottom: 20px;}
    .footer{padding: 5% 0;}
    .footer_b_l a{margin-right: 0;margin-left: 15px;}
}

@media only screen and (max-width: 767px){
    .head_bot .rr{width:100%; margin-right:0;display: none;}
    .body_nav_phone .head_bot .rr{display: block;}
    .search_wrap{margin-top:15px;width: calc(100% - 60px);}
    .head_top .alink{ display: none;}
    .header {height: 50px;}
    .nav_phone_btn{top: 0;}
    .head_bot .lan_en{margin-top: 9px;
        width: 50px;
        height: 50px;
        line-height: 50px;}
    .head_bot h1.logo{width: 240px;margin-top: 12px;height: 29px;}
    .nav{top: 50px;}
    .head_bot .lan_en ul{background: #fff;z-index: 10;}
    .head_bot .lan_en ul li{border-bottom: 0;}
    .head_bot .lan_en ul li a{ color: #202f45!important;width: 100%;
        text-align: center;}
    .footer_c ul li{margin-bottom: 20px;}
    /*.footer_c ul li a{height: auto;}*/

}

@media only screen and (min-width: 1024px){
.yes_tran,a{transition: 0.3s all;-webkit-transition: 0.3s all;-moz-transition: 0.3s all;-o-transition: 0.3s all;-ms-transition: 0.3s all;}
.no_tran{transition: 0s all;-webkit-transition: 0s all;-moz-transition: 0s all;-o-transition: 0s all;-ms-transition: 0s all;}
a:hover{color: #2370d5!important;}
.tran_scale:hover img{transform:scale(1.03,1.03); -webkit-transform:scale(1.03,1.03);}
.nav ul>li:hover a{color:#2370d5;}
.nav ul>li:hover em{width: 100%;left: 0; }
}

/*分页*/
.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:#2370d5!important;color:#fff!important;border:1px solid #2370d5;}
.page a.num:nth-child(2){border-left:1px solid #D8D8D8;}
.page a.num:nth-child(2).on{border-left:1px solid #2370d5;}
.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: url(../images/page_up.jpg) no-repeat;}
.p_i i.i_up.disable{ cursor: default; background: url(../images/page_up_dis.jpg) no-repeat;}
.p_i i.i_down{ cursor: pointer; position: absolute; bottom:1px; right:3px; width:16px; height:8px; background: url(../images/page_down.jpg) no-repeat;}
.p_i i.i_down.disable{ cursor: default; background: url(../images/page_down_dis.jpg) 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:#2370d5;color:#fff!important; text-align: center; font-family:"瀵邦喛钂嬮梿鍛寸拨"; display: inline-block; margin:0 5px;}

.lt8 .page a.num,.lt8 .page i.dian,.lt8 .page a.prev,.lt8 .page a.next{ float: none; display: inline-block; }
.lt8 .page a.num{margin-left:-4px;}
.lt8 .page a.prev,.lt8 .page a.next{ position: relative; top:10px; }
.lt8 .page a.prev img,.lt8 .page a.next img{top:10px;}
.lt8 .page input.txtnum{ position: relative; top:5px;}
@media only screen and (min-width: 1025px) {
    .page a.num:hover{background:#2370d5;color:#fff!important; border:1px solid #2370d5;}
    .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;}
    .main{margin-top: 50px;padding-top: 0!important;}
}

.page a.prev,.page a.next{background: none;width: 98px;}
.page a.num{color: #000;background: none;}
.p_i{background: none;height: 34px;
    line-height: 34px;
}
.page a.go{height: 34px;line-height: 34px;}
.page input.txtnum{text-align: center;}
/*分页 end*/

.nav.on{display: none;}
.in_body .header{background: #fff;border-bottom: 1px solid #cdcdcd;}
.in_body .nav ul>li a{color: #202f45;}
.in_body .head_bot .a_ser{background: #999;}
.in_body .main{margin-top: 98px;}
.charity_body .footer{margin-top: 0;}
.staff_body .footer,.investors_body .footer{margin-top: 0;}


/*weixin*/
.weixin {
    position: fixed;
    width: 300px;
    height: 400px;
    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 0px;
    text-align: center;
    border-top: 1px solid #ddd;
}

.weixin p {
    margin: 0 1.5%;
    text-align: center;
}

.weixin .img img {
    width: 290px;
    height: 290px;
    display: block;
    margin: 0 auto 10px;
}

/*======================*/
