@charset "utf-8";
html,
body {
    -webkit-text-size-adjust: none;
}

html {
    font-size: 312.5%;
}

@media screen and (min-width: 750px) {
    html {
        font-size: 625%;
    }
}

body {
    font-family: Arial, sans-serif;
    font-size: .28rem;
    color: #000;
}

a {
    color: #000;
}

a:hover {
    text-decoration: none;
}

img {
    border: none;
    width: 100%;
    height: auto;
}


/* swiper */

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: .18rem;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}


/* header */

.banner {
    width: 100%;
    height: auto;
    position: relative;
}

.banner a {
    display: block;
    position: absolute;
    width: 0.78rem;
    height: 0.28rem;
    right: 0.2rem;
    top: 0.15rem;
    border: 1px solid #0E478C;
    border-radius: .04rem;
    color: #0E478C;
    font-size: 0.2rem;
    line-height: 0.28rem;
    text-align: center;
}

.nav {
    width: 100%;
    background: #0E478C;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    align-content: space-around;
    padding: 0.1rem 0;
}

.nav a {
    display: block;
    text-align: center;
    font-size: 0.3rem;
    line-height: 0.3rem;
    height: 0.3rem;
    color: #fff;
    flex: 0 0 25%;
    box-sizing: border-box;
    border-right: 0.01rem solid #577FAF;
    margin: 0.2rem 0;
}


/* index */

.headLine {
    width: 93%;
    margin: 0.22rem auto 0.48rem;
}

.headLine h5 {
    font-size: 0.4rem;
    line-height: 0.66rem;
    margin-bottom: 0.34rem;
    text-align: center;
}

.headLine h5 a {
    color: #0C468C;
}

.headLine p {
    font-size: 0.32rem;
    line-height: 0.5rem;
    margin-bottom: 0.4rem;
}

.ad_1 img {
    width: 100%;
}

#focusPic {
    margin-bottom: 0.3rem;
}

.swiper-slide {
    position: relative;
}

.swiper-slide img {
    width: 100%;
}

.swiper-slide p {
    text-align: center;
    height: 0.5rem;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../images/filter.png);
}

.swiper-slide a {
    color: #fff;
    font-size: .24rem;
    line-height: 0.5rem;
}

.list_1 {
    padding: 0 0.3rem;
    margin: 0 auto .2rem;
}

.list_1 li {
    margin-bottom: 0.1rem;
    overflow: hidden;
    line-height: 0.48rem;
    font-size: 0.32rem;
    border-bottom: 1px solid #ECECEA;
    padding: .15rem 0;
}

.list_1 span {
    display: block;
    float: left;
    width: 0.08rem;
    height: 0.08rem;
    border-radius: 50%;
    background: #000;
    margin-top: 0.20rem;
    display: none;
}

.list_1 a {
    display: block;
}


/* .fadePart {
    margin-bottom: 0.38rem;
} */

.fadePart .menu {
    margin: 0 .01rem .02rem;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    align-content: space-around;
}

.fadePart .menu p {
    text-align: center;
    height: 0.65rem;
    background: #E0EDFC;
    font-size: 0.32rem;
    line-height: 0.65rem;
    color: #0C73C0;
    transition: all 0.2s ease;
    flex: 0 0 50%;
    box-sizing: border-box;
    border-right: 1px solid #fff;
    border-radius: 0.08rem 0.08rem 0 0;
}

.fadePart .menu p.cur {
    background: #0C75C2;
    color: #fff;
    transition: all 0.2s ease;
}

.fadePart3 {
    margin-bottom: 0.38rem;
}

.fadePart3 .menu {
    margin-bottom: 0.5rem;
}

.fadePart3 .menu p {
    text-align: center;
    height: 0.65rem;
    background: #0C75C2;
    font-size: 0.3rem;
    line-height: 0.65rem;
    color: #fff;
    transition: all 0.2s ease;
    flex: 0 0 100%;
    box-sizing: border-box;
    border-radius: 0.08rem 0.08rem 0 0;
}

#innerSwiper_1 {
    margin-bottom: 0.3rem;
}

#fade_5 .menu {
    margin-bottom: 0.3rem;
}

.swiper-container .swiper-pagination {
    color: #fff;
    right: .15rem;
    left: auto;
    width: .5rem;
    font-size: 0.18em;
    bottom: 0;
    line-height: 0.5rem;
}

.fadePartUl>li {
    display: none;
}

.fadePartUl .swiper-container {
    margin-bottom: 0.3rem;
}

.more {
    width: 2.84rem;
    height: .74rem;
    background: #EAEAF2;
    text-align: center;
    font-size: 0.28rem;
    line-height: 0.74rem;
    margin: .3rem auto;
    border-radius: .38rem
}

.more a {
    display: inline-block;
    color: #666;
}

.more span {
    display: inline-block;
}

.more span img {
    width: 0.22rem;
    padding: .3rem 0 0 .1rem;
}

#fade_2 .menu {
    margin-bottom: 0.3rem;
}

#fade_3 .menu {
    margin-bottom: 0.3rem;
}

.fadePart_2 {
    margin-bottom: 0.38rem;
}

.fadePart_2 .menu {
    margin: 0 auto .02rem;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.fadePart_2 .menu p {
    text-align: center;
    height: 0.57rem;
    background: #E0EDFC;
    font-size: 0.3rem;
    line-height: 0.57rem;
    color: #0C73C0;
    transition: all 0.2s ease;
    border-radius: 0.08rem 0.08rem 0 0;
    flex: 0 0 25%;
    box-sizing: border-box;
    border-right: 0.01rem solid #fff;
}

.fadePart_2 .menu p.cur {
    background: #0C75C2;
    color: #fff;
    transition: all 0.2s ease;
}

#fade_4 .menu {
    margin-bottom: 0.43rem;
}

#fade_4 .fadePartUl {
    margin: 0 auto;
    overflow: hidden;
    zoom: 1;
}

.list_2 {
    margin: 0 auto;
    overflow: hidden;
    zoom: 1;
    width: 92%;
}

.list_2 li {
    margin: 0 2% .3rem;
    width: 46%;
    float: left;
}

.list_2 li img,
.list_3 li img {
    width: 100%;
}

.list_3 {
    margin: 0 auto;
    width: 70%;
}

.list_3 li {
    margin-bottom: 0.45rem;
}

.ad_2 {
    overflow: hidden;
    zoom: 1;
}

.ad_2 li {
    width: 33%;
    float: left;
}

.ad_2 img {
    width: 90%;
    margin: 0 5%;
}


/* second */

.pos {
    font-size: 0.38rem;
    line-height: 0.38rem;
    padding: 0 0 0 .2rem;
    margin: .22rem 0 .42rem;
    font-weight: bold;
    color: #0E478C;
    border-left: 4px solid #d90000;
}

.secList {
    margin-bottom: 0.6rem;
}

.secList .menu {
    display: flex;
    display: -webkit-flex;
    margin-bottom: 0.35rem;
    flex-wrap: wrap;
}

.secList .menu p {
    box-sizing: border-box;
    text-align: center;
    border: 0.01rem solid #fff;
    flex: 0 0 25%;
    background: #F0F2F6;
    font-size: 0.32rem;
    line-height: 0.78rem;
    color: #2E6AC1;
}

.mainList li {
    display: none;
}

.secList .menu p.cur {
    background: #2E6AC1;
    color: #fff;
}

.listText {
    display: none;
    padding-bottom: 0.1rem;
    border-bottom: .01rem solid #ddd;
    margin: 0 .3rem 0.2rem .3rem;
    overflow: hidden;
    zoom: 1;
}

.listText p {
    font-size: 0.3rem;
    line-height: 0.48rem;
}

.listText .date {
    min-width: 0.9rem;
    text-align: center;
    float: right;
    display: none;
}


/* second_3x_new */

.secList_3 {
    margin-bottom: 0.6rem;
}

.secList_3 .menu {
    display: flex;
    display: -webkit-flex;
    margin-bottom: 0.35rem;
    flex-wrap: wrap;
}

.secList_3 .menu p {
    box-sizing: border-box;
    text-align: center;
    border: 0.01rem solid #fff;
    flex: 0 0 33%;
    background: #F0F2F6;
    font-size: 0.32rem;
    line-height: 0.78rem;
    color: #2E6AC1;
}

.secList_3 .menu p a {
    color: #2E6AC1;
    display: block;
    width: 100%;
    height: 100%;
}

.secList_3 .menu p.cur {
    background: #2E6AC1;
    color: #fff;
}

.secList_3 .menu p.cur a {
    color: #fff;
}


/* second_4x_1 */

.secList_2 .secList_2 {
    margin-bottom: 0.6rem;
}

.secList_2 .menu {
    display: flex;
    display: -webkit-flex;
    margin-bottom: 0.35rem;
    flex-wrap: wrap;
}

.secList_2 .menu p {
    box-sizing: border-box;
    text-align: center;
    flex: 0 0 25%;
    border: 0.01rem solid #fff;
    background: #F0F2F6;
    font-size: 0.28rem;
    line-height: 0.70rem;
    color: #2E6AC1;
}

.secList_2 .menu p.cur {
    background: #2E6AC1;
    color: #fff;
}

.leaderBox {
    padding: 0.38rem;
    margin-bottom: 0.38rem;
    border-bottom: .01rem solid #ddd;
    font-size: 0.32rem;
    line-height: 0.64rem;
    color: #343426;
}

.leaderBox img {
    margin-bottom: 0.3rem;
}

#history {
    position: relative;
}

.hisTitle {
    font-size: 0.36rem;
    line-height: 0.38rem;
    margin-bottom: 0.3rem;
    padding-bottom: 0.18rem;
    border-bottom: 0.01rem solid #F0F2F6;
    width: 100%;
    text-align-last: left;
}

.hisContent {
    font-size: 0.32rem;
    line-height: 0.64rem;
    color: #343426;
}

#history .swiper-slide {
    flex-direction: column;
}

#history .swiper-pagination {
    position: absolute;
    right: .04rem;
    top: .17rem;
    width: 100%;
    text-align: right;
}

#history .swiper-pagination-bullet {
    width: 0.15rem;
    height: 0.15rem;
    margin: 0 .09rem;
}

#history .swiper-pagination-bullet-active {
    background: #CC0F19;
}

#history .swiper-slide p {
    text-align-last: left;
    height: auto;
    position: static;
    background: none;
}


/* content */

.posCon {
    font-size: 0.24rem;
    line-height: 0.6rem;
    background: #fff;
}

.grey {
    height: 0.24rem;
    background: #f7f7f7;
    border-bottom: 0.03rem solid #e1e1e1;
    display: none;
}

.main {
    padding-top: .3rem;
    background: #fff;
}

.main h1 {
    font-size: 0.38rem;
    margin-bottom: 0.05rem;
    line-height: 0.62rem;
    text-align: center;
    color: #212121;
}

.main .info {
    font-size: 0.28rem;
    line-height: 1.06rem;
    text-align: center;
    color: #aaa;
}

.main .info span {
    color: #aaa;
    padding: 0 .1rem;
}

.main .mainCon {
    margin: 0 auto;
    color: #343426;
    padding: 0 .3rem 0.6rem;
}

.main .mainCon p {
    font-size: 0.32rem;
    line-height: 0.64rem;
    color: #000;
}


/* footer */

.footer {
    text-align: center;
    font-size: 0.16rem;
    background: #0e478c;
    padding: 0.25rem 0;
    color: #ccc;
    bottom: 0;
    width: 100%;
}

.footer p {
    line-height: 0.44rem;
    color: #ccc;
}

.footer p a {
    color: #ccc;
}

.footer_1 {
    width: 3.5rem;
    margin-bottom: 0.1rem;
}

.footer_2 {
    width: 0.5rem;
    margin-right: 0.1rem;
    padding-top: 0.05rem;
}