@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 {
    -moz-outline-style: none;
    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;
    position: relative;
    background-color: #fff;
}

.r {
    float: right;
}

.l {
    float: left;
}

.container {
    width: 7rem;
    margin: 0 auto;
}


/*通用头部、尾部、检索等公用代码*/


/*通用头部开始*/

body {
    background: url(../images/background.png) no-repeat center top / 7.5rem 10.27rem;
    background-color: #fff;
    min-height: 10.27rem;
    position: relative;
}

header {}

.top {
    height: 0.65rem;
    line-height: .65rem;
    background-color: #015293;
}

.top .container>a {
    float: left;
    font-size: .22rem;
    color: #e4e9f7;
    padding-left: .48rem;
    display: inline-block;
    background: url(../images/top_img1.png) no-repeat .15rem center / .21rem .23rem;
    opacity: .8;
}

.top .container>span {
    float: right;
    padding-right: 15px;
    padding-left: .4rem;
    display: inline-block;
    background: url(../images/top_img2.png) no-repeat left center / .24rem .25rem;
    cursor: pointer;
}

.top .container>span a {
    font-size: .22rem;
    color: #e4e9f7;
    opacity: .8;
}

.logo {
    margin-top: .51rem;
}

.logo>a {
    display: block;
    width: 5.51rem;
    height: 0.98rem;
    margin: 0 auto;
}

.logo>a img {
    display: block;
    width: 5.51rem;
    height: 0.98rem;
}

.logo>em {
    float: right;
    width: 0.55rem;
    height: 0.55rem;
    background: url(../images/nav_img.png) no-repeat center / .53rem .53rem;
    margin-right: .15rem;
    margin-top: .23rem;
    cursor: pointer;
}

.search {
    display: block;
    margin: 0 auto;
    width: 5.87rem;
    height: 0.7rem;
    box-sizing: border-box;
    border: 0.02rem solid#015293;
    background-color: #fff;
    border-radius: .5rem;
    position: relative;
    margin-top: .4rem;
}

.search>button {
    text-align: left;
    float: left;
    width: 1.35rem;
    height: 100%;
    box-sizing: border-box;
    border: none;
    outline: none;
    position: relative;
    background: url(../images/search_img1.png) no-repeat 1.03rem center / .15rem 0.08rem;
}

.search>button span {
    display: block;
    width: 100%;
    height: 100%;
    font-size: .24rem;
    color: #999999;
    line-height: .66rem;
    text-align: left;
    box-sizing: border-box;
    padding-left: .1rem;
}

.search>button ul {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    top: .6rem;
    background-color: #fff;
    box-shadow: 0 0 .05rem rgba(0, 0, 0, .2);
}

.search>button ul li {
    height: 0.58rem;
    line-height: .58rem;
    font-size: .22rem;
    text-align: center;
    color: #999;
    cursor: pointer;
}

.search>button ul li:hover {
    background-color: #015293;
    color: #fff;
}

.search>input {
    border: none;
    outline: none;
    height: 100%;
}

.search>input[type='text'] {
    float: left;
    box-sizing: border-box;
    padding-left: .25rem;
    width: 3.15rem;
}

.search>input[type='text']::placeholder {
    font-size: .24rem;
    color: #999999;
}

.search>input[type='button'] {
    font-size: .26rem;
    color: #fff;
    position: absolute;
    right: -0.02rem;
    top: 0;
    width: 1.47rem;
    background: url(../images/search_img2.png) no-repeat center / 100% 100%;
}

nav {
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
}

nav ul {
    padding-top: .85rem;
    position: absolute;
    right: 0;
    width: 5.49rem;
    overflow: hidden;
    transition: height .3s;
    background: url(../images/nav_bg.png) no-repeat center / 5.49rem 9.31rem;
    height: 9.31rem;
    box-sizing: border-box;
}

nav ul li {
    height: 0.99rem;
    line-height: .99rem;
    box-sizing: border-box;
    border-bottom: 1px solid #2e78dd;
    background: url(../images/nav_img3.png) no-repeat 5rem center / .1rem .17rem;
}

nav ul li a {
    color: #fff;
    display: block;
    box-sizing: border-box;
    padding-left: .81rem;
    font-size: .26rem;
    background: url(../images/nav_img2.png) no-repeat .4rem center / .19rem .19rem;
}

nav em {
    font-size: .21rem;
    color: #fff;
    position: absolute;
    right: .4rem;
    top: .13rem;
    width: 1.17rem;
    height: 0.55rem;
    line-height: .55rem;
    background: url(../images/nav_img1.png) no-repeat .62rem center / .53rem .53rem;
}

nav.show {
    opacity: 1;
    pointer-events: auto;
}

nav.show ul {
    height: 9.31rem;
    transition: height .3s;
}

.new_nav {
    background: url(../images/bav_background.png) no-repeat center / 100% 100%;
    padding: .1rem .4rem;
    box-sizing: border-box;
    margin: 0 auto;
    margin-top: .4rem;
}

.new_nav li {
    float: left;
    width: 33.3333%;
    text-align: center;
    height: 0.6rem;
    line-height: .6rem;
}

.new_nav li a {
    display: block;
    color: #fff;
    font-size: .28rem;
}

.new_nav li.on a {
    font-weight: 700;
    font-size: .3rem;
}

footer {
    height: 3.4rem;
    background-color: #015293;
    box-sizing: border-box;
    padding-top: .3rem;
}

.footer_hd {
    height: 0.65rem;
    line-height: .65rem;
    width: 6.7rem;
    margin: 0 auto;
    background-color: #3566c8;
}

.footer_hd a {
    float: left;
    font-size: .28rem;
    color: #fff;
    padding: 0 .5rem;
    height: 100%;
}

.footer_hd a.pc {
    margin-left: 1.59rem;
}

.footer_hd em {
    float: left;
    width: 0.02rem;
    height: 0.23rem;
    background-color: #fff;
    margin-top: .21rem;
}

.footer_bd {
    position: relative;
    padding-left: .15rem;
    padding-top: .15rem;
}

.footer_bd * {
    font-size: .24rem;
    color: #ffffff;
    line-height: .5rem;
}

.footer_bd img {
    position: absolute;
    right: .15rem;
    bottom: 0;
    width: 0.61rem;
    height: 0.76rem;
}

.tong_container {
    background-color: #fff;
    box-shadow: 0px 0.03rem 0.15rem 0px rgba(230, 230, 230, 0.5);
}

.padding_container {
    padding: 0 .15rem;
    box-sizing: border-box;
}

.hui_xian {
    width: 100%;
    height: 0.15rem;
    background-color: #f0eff5;
}

.tong_title {
    height: 0.67rem;
    box-sizing: border-box;
    border-bottom: 1px solid #dddddd;
}

.tong_title span {
    font-size: .36rem;
    color: #015293;
    font-weight: 700;
}

.idx_tong_tab {
    margin-top: .4rem;
}

.idx_tong_tab .container {
    padding: 0 .15rem;
    box-sizing: border-box;
}

.idx_tong_tab .idx_tong_hd {
    height: 0.65rem;
    border-bottom: 1px solid #dddddd;
}

.idx_tong_tab .idx_tong_hd ul {
    float: left;
}

.idx_tong_tab .idx_tong_hd ul li {
    float: left;
    margin-right: .35rem;
    padding-right: .37rem;
    background: url(../images/xian_img.png) no-repeat right .03rem / 0.02rem .31rem;
}

.idx_tong_tab .idx_tong_hd ul li:last-child {
    background: none;
    margin-right: 0;
    padding-right: 0;
}

.idx_tong_tab .idx_tong_hd ul li a {
    font-size: .36rem;
    color: #015293;
    display: block;
}

.idx_tong_tab .idx_tong_hd ul li.on a {
    font-weight: 700;
    color: #015293;
}

.idx_tong_tab .idx_tong_hd .more {
    float: right;
}

.idx_tong_tab .idx_tong_hd .more a {
    line-height: .48rem;
    height: 0.58rem;
    font-size: .24rem;
    color: #999999;
    display: none;
}

.idx_tong_tab .idx_tong_hd .more a.show {
    display: inline-block;
}

.idx_tong_tab .idx_tong_bd ul {
    padding-top: .15rem;
}

.idx_tong_tab .idx_tong_bd li {
    height: .64rem;
    line-height: .64rem;
}

.idx_tong_tab .idx_tong_bd li a {
    display: inline-block;
    padding-left: .25rem;
    background: url(../images/dian.png) no-repeat left center / 0.07rem 0.07rem;
    max-width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .28rem;
    color: #333333;
}

.idx_tong_tab .idx_tong_bd li a em {
    color: #c83232;
    font-size: .28rem;
    margin-right: .05rem;
}

.idx_tong_tab .idx_tong_bd li span {
    float: right;
    font-size: .24rem;
    color: #999999;
}

.idx_tong_tab .idx_tong_bd .swiper-slide>.block a {
    display: block;
    padding-top: .35rem;
    padding-bottom: .25rem;
    border-bottom: 1px dashed #dddddd;
}

.idx_tong_tab .idx_tong_bd .swiper-slide>.block i {
    display: inline-block;
    padding-left: .25rem;
    background: url(../images/dian.png) no-repeat left center / 0.07rem 0.07rem;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .28rem;
    color: #333333;
    box-sizing: border-box;
}

.idx_tong_tab .idx_tong_bd .swiper-slide>.block p {
    font-size: .26rem;
    color: #999;
    padding-left: .25rem;
    box-sizing: border-box;
    margin-top: .2rem;
}

.idx_tong_tab .idx_tong_bd .swiper-slide>.block p br {
    display: none;
}

.idx_tong_tab .idx_tong_bd .swiper-slide>.block p s {
    font-size: .26rem;
    color: #999;
}

.idx_tong_tab .idx_tong_bd .swiper-slide>.block p span {
    float: right;
    font-size: .26rem;
    color: #999;
}