@charset "utf-8";
html,
body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
dl,
dt,
dd,
iframe,
span {
    margin: 0;
    padding: 0;
    border: 0px;
}

ul,
dl,
dt,
dd,
ol {
    list-style-type: none;
}

select,
input {
    vertical-align: middle;
}

a,
aside,
article,
span,
p,
em,
i,
s,
b,
strong {
    -webkit-tap-highlight-color: transparent;
    color: #222;
    font-size: 0.26rem;
    font-style: normal;
    text-decoration: none;
}

* html .clear {
    zoom: 1;
}

body,
button,
input,
select,
textarea {
    font: 12px/1 微软雅黑, "\5b8b\4f53", sans-serif;
    outline: none;
}

a:focus {
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
    /*IE/7/6*/
}

.zz_clear {
    clear: both;
}


/*苹果手机字体兼容设置开始  PS 不可以修改任何东西*/

@media screen and (max-device-width: 320px) {
    body {
        -webkit-text-size-adjust: none;
    }
}

@media screen and (max-device-width: 480px) {
    body {
        -webkit-text-size-adjust: none;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    body {
        -webkit-text-size-adjust: none;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    body {
        -webkit-text-size-adjust: none;
    }
}


/*苹果手机字体兼容设置完成*/

html,
body {
    max-width: 750px;
    min-width: 320px;
    overflow-x: hidden;
    margin: 0 auto !important;
    position: relative;
    background-color: #fff;
}

.r {
    float: right;
}

.l {
    float: left;
}

.container {
    width: 6.9rem;
    margin: 0 auto;
}

.fex {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}


/*通用头部、尾部、检索等公用代码*/


/*通用头部开始*/

header {
    width: 100%;
    height: 5.35rem;
    background: url("../images/banner.png") center center no-repeat;
    position: relative;
}

header .header_top {
    height: .69rem;
    background: url('../images/top_bj.png') center center no-repeat;
    background-size: 100%;
}

.header_link {
    display: inline-block;
    line-height: .69rem;
    font-size: .26rem;
    color: #fff;
    padding-left: .3rem;
    box-sizing: border-box;
    background: url('../images/gh.png') left center no-repeat;
    background-size: .24rem;
    width: 80%;
}

header .ResMenu {
    width: 0.42rem;
    height: 0.3rem;
    margin-top: .185rem;
    float: right;
    background: url(../images/menu_bth.png) center center no-repeat;
    background-size: 100%;
}

.menu_box {
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    right: -100vw;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.4);
}

.menu_box span {
    display: block;
    width: 3.98rem;
    height: 100vh;
}

.menu {
    width: 3.5rem;
    height: 100vh;
    background: #284c9f url('../images/menu_bj.png') bottom center no-repeat;
    background-size: 100%;
    position: relative;
}

.menu .menu_close {
    width: 0.31rem;
    height: .31rem;
    background: url('../images/close.png') center center no-repeat;
    background-size: 100%;
    position: absolute;
    top: .18rem;
    right: .3rem;
}

.menu .nav {
    padding: 0 .3rem;
    margin-top: 0.6rem;
    box-sizing: border-box;
    overflow: hidden;
}

.menu .nav ul li {
    height: .8rem;
    margin-top: .4rem;
    text-align: center;
    border-bottom: 1px solid #3d62b8;
}

.menu .nav ul li a {
    font-size: .34rem;
    color: #fff;
    font-weight: bold;
}

.logo {
    width: 5.54rem;
    margin: .77rem auto 0;
}

.logo img {
    display: block;
    width: 100%;
}


/* 尾部 start */

footer {
    background:url('../images/footer_bj.png') top center no-repeat;
    background-size: 100%;
  
}

footer .footer_top {
    width: 3rem;
    height: 1rem;
    line-height: 1.1rem;
    margin: 0 auto;
}

footer .footer_top a {
    display: block;
    width: 50%;
    font-size: .3rem;
    color: #a6bbee;
    text-align: center;
}

footer .footer_bottom {
    height:auto;
    margin-top: 0.2rem;
    text-align: center;
    padding-bottom:.3rem;
  box-sizing: border-box;
}

footer .footer_bottom * {
    font-size: .26rem;
    line-height: .52rem;
    color: #a6bbee;
}

footer .beian {
    padding-left: .3rem;
    box-sizing: border-box;
    background: url('../images/gaba.png') left center no-repeat;
    background-size: .25rem;
    margin-right: 0.05rem;
}

footer .bs {
    padding: 0 2.3rem;
    margin-top: 0.1rem;
}

footer .bs a {
    display: block;
    width: 50%;
    float: left;
}

footer .bs a:first-child img {
    width: 0.6rem;
}

footer .bs a:last-child {
    padding-top: 0.1rem;
    box-sizing: border-box;
}

footer .bs a:last-child img {
    width: 1.1rem;
}


/* 尾部 end */


/* 通用切换 start */

.tab_hd ul {
    display: inline-block;
}

.tab_hd ul li {
    float: left;
    margin-right: .35rem;
    height: 0.56rem;
    box-sizing: border-box;
}

.tab_hd ul li.on {
    border-bottom: 0.03rem solid #295de0;
}

.tab_hd ul li a {
    display: block;
    font-size: .34rem;
    color: #333333;
    font-family: "numDigital";
    font-weight: 700;
    color: #333333;
}

.tab_hd ul li:last-child {
    margin-right: 0;
}

.tab_bd ul li {
    height: 0.66rem;
    line-height: .66rem;
    position: relative;
    padding-left: .3rem;
}

.tab_bd ul li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.1rem;
    height: 0.1rem;
    border-radius: 50%;
    background: #cccccc;
}

.tab_bd ul li a {
    display: inline-block;
    font-size: .28rem;
    color: #333333;
    max-width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tab_bd ul li span {
    float: right;
    font-size: .24rem;
    color: #999999;
}

.tab_bd .a2 {
    width: 100%;
    height: 0.72rem;
    display: block;
    margin-top: 0.2rem;
    background-color: #eef4fd;
    text-align: center;
    color: #999999;
    line-height: 0.72rem;
    font-size: 0.26rem;
    border-radius: 0.03rem;
}


/* 通用切换 end */
/*二级页导航*/
.sub_nav .header_top{
    background: url("../images/sub_nav_bj.png") center center no-repeat;
    background-size: 100%;
    line-height:.69rem;
}
.sub_nav .header_top .header_top_r{
    width: 2.4rem;
}
.sub_nav .header_top .header_top_r a{
    font-size: .26rem;
    color:#ffffff;
    position: relative;
}
.sub_nav .header_top .header_top_r a::after{
    content: '';
    width: .01rem;
    height: .24rem;
    background: #ffffff;
    position: absolute;
    right: -.18rem;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}
.mobile_xxgk_box_tab ul li>a span em{
    color: #015293;
}
.mobile_xxgk_box_tab ul li.on>a span em{
    color: #ffffff;
}
.zbb{
    display: none;
}
