@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;
}


/*通用头部、尾部、检索等公用代码*/


/*通用头部开始*/

header {
    width: 100%;
    height: 6.73rem;
    position: relative;
}

#header_bg {
    width: 100%;
    height: 6.73rem;
    position: relative;
    z-index: 1;
}
.zbb{
    display: none !important;
}
#header_bg .swiper-container {
    height: 100%;
}

#header_cont {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.header_cont_top {
    float: right;
    height: 0.9rem;
    line-height: .9rem;
    background: url(../images/header_img3.png) no-repeat center top / 100% .19rem;
    background-color: #295de0;
    width: 5.2rem;
    border-radius: .45rem 0 0 .45rem;
    box-sizing: border-box;
    padding-left: .09rem;
    margin-top: .3rem;
}

.header_cont_top>img {
    float: left;
    width: 0.71rem;
    margin-top: .1rem;
}

.header_cont_top .a_list {
    float: left;
    margin-left: .57rem;
}

.header_cont_top .a_list a {
    float: left;
    margin-right: .2rem;
    font-size: .28rem;
    color: #ffffff;
    height: 100%;
    position: relative;
}

.header_cont_top .a_list a:nth-child(1) {
    padding-right: .25rem;
}

.header_cont_top .a_list a:nth-child(1)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.03rem;
    height: 0.26rem;
    background: #fff;
}

.header_cont_top .a_list a:nth-child(3) {
    padding-left: .6rem;
    background: url(../images/header_img2.png) no-repeat left center / .46rem;
}

.header_cont_top .ResMenu {
    float: right;
    margin-right: .3rem;
    width: 0.4rem;
    height: 0.3rem;
    position: relative;
    margin-top: .3rem;
}

.header_cont_top .ResMenu span {
    position: absolute;
    width: 100%;
    height: 0.03rem;
    background: #fff;
    transition: all .3s;
}

.header_cont_top .ResMenu span:nth-child(1) {
    top: 0;
}

.header_cont_top .ResMenu span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
}

.header_cont_top .ResMenu span:nth-child(3) {
    bottom: 0;
}

.header_cont_top .ResMenu.on {
    z-index: 99999;
}

.header_cont_top .ResMenu.on span:nth-child(1) {
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
}

.header_cont_top .ResMenu.on span:nth-child(2) {
    width: 0;
}

.header_cont_top .ResMenu.on span:nth-child(3) {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%) rotate(45deg);
}

.logo {
    margin-top: .8rem;
    float: left;
    width: 100%;
}

.logo img {
    display: block;
    width: 5.81rem;
    margin: 0 auto;
}

.searchBox {
    float: left;
    width: 100%;
    margin-top: .2rem;
}

.search {
    width: 5.87rem;
    height: 0.81rem;
    background: #fff;
    margin: 0 auto;
}

.search>img {
    float: left;
    width: 0.52rem;
    margin-left: .3rem;
    margin-top: .28rem;
}

.search>input {
    float: left;
    width: 3.5rem;
    margin-left: .25rem;
    border: none;
    outline: none;
    height: 100%;
    font-size: .24rem;
    color: #999999;
    box-sizing: border-box;
}

.search>input::placeholder {
    font-size: .24rem;
    color: #999999;
}

.search>button {
    width: 1.2rem;
    height: 100%;
    background: #ff4544;
    color: #fff;
    font-size: .28rem;
    border: none;
    outline: none;
    float: right;
}

.tout {
    position: absolute;
    bottom: 0;
    width: 6.9rem;
    margin-left: .3rem;
    height: 1.02rem;
    background: #fff;
    box-shadow: 0 0 .15rem .05rem rgba(0, 0, 0, .2);
    text-align: center;
}

.tout img {
    display: inline-block;
    width: 0.76rem;
    margin-right: 0.1rem;
    vertical-align: top;
    margin-top: .3rem;
}

.tout a {
    display: inline-block;
    font-size: .34rem;
    color: #333333;
    font-family: "numDigital";
    font-weight: 700;
    max-width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.02rem;
}

footer {
    padding: .4rem 0;
    background: #164cd3;
}

.footer_block1 {
    background: #255be2;
    height: .8rem;
    line-height: .8rem;
    box-sizing: border-box;
}

.footer_block1>a {
    float: left;
    width: 33.3333%;
    text-align: center;
    height: 100%;
    /* padding-top: 1.26rem; */
    box-sizing: border-box;
    font-size: .26rem;
    color: #a6bbee;
    position: relative;
}

.footer_block1>a::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.01rem;
    height: .4rem;
    background: #4173f1;
}

.footer_block1>a:nth-child(3)::after {
    display: none;
}


/* .footer_block1>a:nth-child(1) {
    background: url(../images/footer_icon1.png) no-repeat center .4rem / .59rem;
}

.footer_block1>a:nth-child(2) {
    background: url(../images/footer_icon2.png) no-repeat center .4rem / .5rem;
}

.footer_block1>a:nth-child(3) {
    background: url(../images/footer_icon3.png) no-repeat center .4rem / .53rem;
} */

.footer_block2 {
    background: #255be2;
    margin-top: .2rem;
    padding: 0.25rem .35rem;
    position: relative;
}

.footer_block2 * {
    font-size: .26rem;
    color: #a6bbee !important;
    line-height: .54rem;
}

.footer_block2 p img {
    width: 0.25rem;
    margin-right: .1rem;
    vertical-align: middle;
}

.footer_block2 .a1 {
    position: absolute;
    right: 1.55rem;
    bottom: .4rem;
    width: 0.6rem;
    height: 0.75rem;
}

.footer_block2 .a2 {
    position: absolute;
    right: .3rem;
    bottom: .53rem;
    width: 1.06rem;
    height: 0.54rem;
}

.footer_block2 .a1 img,
.footer_block2 .a2 img {
    display: block;
    width: 100%;
    height: 100%;
}

nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    overflow: hidden;
    pointer-events: none;
    opacity: 0;
    transition: all .5s;
    z-index: 100;
}

nav::after {
    content: "";
    position: absolute;
    right: -30rem;
    top: -30rem;
    width: 30rem;
    height: 30rem;
    border-radius: 50%;
    background: #295de0;
    transition: all .5s;
    z-index: 100;
}

nav .container {
    position: relative;
    z-index: 200;
    background: url(../images/header_img3.png) no-repeat center top / 100% .19rem;
    width: 100%;
    padding: 0 .3rem;
    height: 100%;
    box-sizing: border-box;
}

nav .usr {
    padding-top: .4rem;
}

nav .usr>img {
    float: left;
    width: 0.62rem;
    height: 0.67rem;
}

nav .usr>span {
    float: left;
    height: 0.67rem;
    line-height: .7rem;
    font-size: .28rem;
    color: #ffffff;
    margin-left: .25rem;
}

nav .usr>span em {
    font-size: .28rem;
    color: #fff;
}

nav .usr>span.span2 {
    width: 1.6rem;
    height: 0.46rem;
    border-radius: 0.05rem;
    background: #ff4544;
    line-height: .46rem;
    text-align: center;
    margin-top: .13rem;
    margin-left: .3rem;
}

nav .usr>span a {
    font-size: .26rem;
    color: #ffffff;
    display: inline-block;
    height: 100%;
}

nav ul {
    padding-top: .45rem;
}

nav ul li {
    height: 1rem;
    line-height: 1rem;
    border-bottom: 0.01rem solid #5380f0;
}

nav ul li a {
    display: block;
    font-size: .34rem;
    font-weight: 700;
    color: #ffffff;
    padding-left: .8rem;
}

nav.show {
    opacity: 1;
    pointer-events: auto;
}

nav.show::after {
    top: -50%;
    right: -50%;
}

nav .usr_links {
    position: absolute;
    bottom: .5rem;
    width: 6.9rem;
}

nav .usr_links a {
    width: 25%;
    text-align: center;
    height: 1.6rem;
    box-sizing: border-box;
    padding-top: 1.2rem;
    font-size: .28rem;
    color: #ffffff;
    float: left;
    line-height: normal;
}

nav .usr_links a.a1 {
    background: url(../images/usr_img2.png) no-repeat center top / 1rem;
}

nav .usr_links a.a2 {
    background: url(../images/usr_img3.png) no-repeat center top / 1rem;
}

nav .usr_links a.a3 {
    background: url(../images/usr_img4.png) no-repeat center top / 1rem;
}

nav .usr_links a.a4 {
    background: url(../images/usr_img5.png) no-repeat center top / 1rem;
}


/* 通用切换 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 {
    padding-top: .2rem;
}

.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;
}


/* 通用切换 end */


/* 首页通用 title start */

.idx_title {
    position: relative;
}

.idx_title::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    height: 0.01rem;
    background: #ccdaff;
    z-index: 0;
}

.idx_title a {
    position: relative;
    z-index: 8;
    font-size: .4rem;
    color: #295de0;
    display: inline-block;
    background: url(../images/idx_icon1.png) no-repeat right center / .3rem;
    background-color: #fff;
    font-family: "numDigital";
    padding-right: .57rem;
}


/* 首页通用 title end */

.sub_tab .tab_hd {
    border-bottom: 0.01rem solid #cbdaff;
    height: 0.55rem;
}


/* 当前位置 */

.position {
    line-height: .48rem;
    border-bottom: 0.01rem solid #eaeaea;
    font-size: .28rem;
    color: #999999;
    padding: .2rem 0;
}

.position span {
    display: inline-block;
    font-size: .28rem;
    color: #999999;
    padding-left: .5rem;
    background: url(../images/position.png) no-repeat left center / .28rem;
}

.position a {
    display: inline-block;
    font-size: .28rem;
    color: #999999;
}

.tong_sub_header {
    background: url(../images/tong_sub_header.png) no-repeat center top / 7.5rem 4.21rem;
}

.tong_sub_header .logo {
    margin-top: .5rem;
}

.tong_sub_header .logo img {
    width: 5.54rem;
}

.tong_sub_header .search>button {
    background: #295de0;
}

.tong_sub_header.sub_header {
    height: 4.21rem;
}

.tong_sub_header .header_cont_top {
    background: none;
    width: 5.65rem;
    margin-top: 0;
}

.tong_sub_header .header_cont_top .a_list {
    margin-left: .8rem;
}

.tong_sub_header .header_cont_top .a_list a {
    color: #295de0;
}

.tong_sub_header .header_cont_top .a_list a:nth-child(1)::after {
    background: #295de0;
}

.tong_sub_header .header_cont_top .ResMenu span {
    background: #295de0;
}

.tong_sub_header .header_cont_top .ResMenu.on span {
    background: #fff;
}

.tong_sub_header .searchBox {
    margin-top: .3rem;
}


/*引入宋体字体*/

/* @font-face {
    font-family: 'numDigital';
    src: url('../lib/songti.ttf') format('truetype');
}

@font-face {
    font-family: 'numDigital1';
    src: url('../lib/SOURCEHANSANSSC-BOLD.OTF') format('truetype');
} */
.header_cont_top .a_list a:nth-child(4){
    display: none;
}