﻿.index_box {
    width: 100%;
    margin: 0 auto;
    background-color: #f8f8f8;
}


/* header start */

.header {
    width: 100%;
    height: 572px;
    margin: 0 auto;
    background: url(../images/header_bj.png) no-repeat center;
}

.head_top {
    width: 100%;
    height: 106px;
    margin: 0 auto;
    background-color: #1b5395;
}

.head_top .le {
    float: left;
    height: 106px;
    background: url(../images/top_rq.png) no-repeat left center;
}

.head_top .le .dates {
    font-size: 22px;
    line-height: 36px;
    color: #fff;
    display: block;
    margin-top: 17px;
    margin-left: 60px;
    letter-spacing: 1px;
}

.head_top .le .nong {
    font-size: 22px;
    color: #fff;
    float: left;
    letter-spacing: 1px;
    margin-left: 48px;
}

.head_top .le .xingqi {
    font-size: 22px;
    color: #fff;
    float: left;
    margin-left: 12px;
    letter-spacing: 1px;
}

.head_top .rt {
    float: right;
    position: relative;
}

.head_top .rt ul li {
    width: 140px;
    height: 106px;
    background: url(../images/head_top_tb01.png) no-repeat right center;
    background-size: 1px;
    float: left;
}

.head_top .rt ul li:last-child {
    width: 81px;
    height: 106px;
    top: 86px;
    right: 0;
    position: absolute;
}

.head_top .rt ul li:nth-child(6) {
    background: none;
    margin-right: -28px;
}

.head_top .rt ul li a {
    width: 140px;
    height: 40px;
    display: block;
    text-align: center;
    padding-top: 66px;
    color: #fff;
    font-size: 18px;
}

.head_top .rt ul li:nth-child(1) a {
    background: url(../images/head_top_tb02.png) no-repeat center 20px;
    background-size: 34px;
}

.head_top .rt ul li:nth-child(2) a {
    background: url(../images/head_top_tb03.png) no-repeat center 20px;
    background-size: 32px;
}

.head_top .rt ul li:nth-child(3) a {
    background: url(../images/head_top_tb04.png) no-repeat center 20px;
    background-size: 33px;
}

.head_top .rt ul li:nth-child(4) a {
    background: url(../images/head_top_tb05.png) no-repeat center 20px;
    background-size: 26px;
}

.head_top .rt ul li:nth-child(4).batchReadOn a {
    background: url(../images/head_top_tb05s.png) no-repeat center 20px;
    background-size: 27px;
}

.head_top .rt ul li:nth-child(5) a {
    background: url(../images/head_top_tb06.png) no-repeat center 20px;
    background-size: 26px;
}

.head_top .rt ul li:nth-child(5).PointreadOn a {
    background: url(../images/head_top_tb06s.png) no-repeat center 20px;
    background-size: 27px;
}

.head_top .rt ul li:nth-child(6) a {
    background: url(../images/head_top_tb07.png) no-repeat center 20px;
    background-size: 26px;
}

.head_top .rt ul li:nth-child(7) a {
    width: 81px;
    height: 106px;
    background: url(../images/head_top_tb08.png) no-repeat center 20px;
    background-size: 81px;
}

.head_top .rt ul li:nth-child(7) a span {
    display: none;
}

.head_con {
    height: auto;
    margin: 0 auto;
}

.head_con a {
    float: left;
    margin-top: 92px;
}

.head_con a img {
    width: 805px;
    height: 128px;
}


/* header end */


/* container start */

.toutiao {
    margin: 0 auto;
    height: 140px;
    margin-top: -146px;
    margin-bottom: 50px;
    background-color: #fff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.toutiao a:first-child {
    width: 116px;
    height: 58px;
    float: left;
    margin-right: 14px;
    margin-left: 40px;
}

.toutiao a img {
    width: 116px;
    height: 58px;
}

.toutiao a {
    font-size: 42px;
    color: #000000;
    width: 966px;
    font-weight: bold;
    line-height: 56px;
    padding-top: 40px;
    height: 56px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.toutiao a:hover {
    color: #1b5395;
}

.content_con01 {
    height: 423px;
    background-color: #fff;
    border-radius: 10px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.content_con01 .swiper-slide {
    height: 423px;
    float: left;
    border-radius: 10px;
    background-color: #eaf6ff;
    background: url(../images/lb_bj.png) no-repeat center right;
}

.content_con01 .swiper-slide a:first-child {
    float: left;
    margin-left: 0;
    margin-top: 0;
    width: 636px;
}

.content_con01 .swiper-slide a img {
    width: 636px;
    height: 423px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.content_con01 .swiper-slide a {
    font-size: 40px;
    color: #000000;
    font-weight: bold;
    display: block;
    width: 485px;
    line-height: 60px;
    margin-top: 60px;
    margin-left: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    float: left;
}

.content_con01 .swiper-slide a:hover {
    color: #1b5395;
}

.content_con01 .swiper-slide span {
    font-size: 18px;
    color: #666666;
    display: block;
    float: left;
    margin-top: 62px;
    margin-left: 44px;
}

.content_con01 .prev {
    position: absolute;
    left: 0;
    top: 45%;
    display: block;
    width: 48px;
    margin-left: 20px;
    height: 48px;
    background: url(../images/le.png) no-repeat center;
    background-size: 48px;
}

.content_con01 .next {
    position: absolute;
    left: 47.6%;
    top: 45%;
    display: block;
    width: 48px;
    height: 48px;
    background: url(../images/rt.png) no-repeat center;
    background-size: 48px;
}

.content_con01 .pagination {
    width: 130px;
    height: 20px;
    position: absolute;
    bottom: 50px;
    right: 212px;
}

.content_con01 .pagination .swiper-pagination-switch {
    float: left;
    width: 14px;
    height: 14px;
    border-radius: 50px;
    cursor: pointer;
    margin-right: 10px;
    background-color: #d7d7d7;
}

.content_con01 .pagination .swiper-active-switch {
    width: 31px;
    height: 14px;
    background-color: #1b5395;
}

.content_con01 .pagination .swiper-pagination-switch:last-child {
    margin-right: 0;
}

.ffffjz {
    height: 150px;
    padding: 30px;
    background-color: #fff;
    margin-top: 50px;
    margin-bottom: 50px;
    border-radius: 10px;
}

.ffffjz img {
    width: 1140px;
    height: 150px;
}

.content2_con {
    height: 548px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.content2_con_le {
    width: 520px;
    height: 488px;
    float: left;
    padding: 30px;
    border-radius: 10px;
    background-color: #fff;
}

.content2_con_le_tit {
    width: 100%;
    height: 36px;
    background: url(../images/con_tit01.png) no-repeat left center;
}

.content2_con_le_tit span {
    font-size: 36px;
    color: #000000;
    display: block;
    padding-left: 60px;
    line-height: 34px;
    float: left;
    font-weight: bold;
}

.content2_con_le_tit a {
    font-size: 18px;
    color: #999999;
    display: block;
    float: right;
    line-height: 34px;
}

.content2_con_le_tit a:hover {
    color: #1b5395;
}

.content2_con_le_con {
    margin-top: 10px;
}

.content2_con_le_con ul li {
    width: 520px;
    height: 84px;
    float: left;
    border-bottom: 1px dashed #d7d7d7;
}

.content2_con_le_con ul li i {
    width: 9px;
    height: 9px;
    border-radius: 50px;
    float: left;
    background-color: #dddddd;
    margin-top: 37.5px;
    margin-right: 15px;
}

.content2_con_le_con ul li:hover i {
    background-color: #1b5395;
}

.content2_con_le_con ul li a {
    font-size: 24px;
    color: #222222;
    line-height: 84px;
    height: 84px;
    display: block;
    width: 496px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content2_con_le_con ul li:hover a {
    color: #1b5395;
}

.content2_con_rt {
    width: 520px;
    height: 488px;
    padding: 30px;
    border-radius: 10px;
    float: right;
    background-color: #fff;
}

.content2_con_rt_tit {
    width: 100%;
    height: 36px;
    background: url(../images/con_tit02.png) no-repeat left center;
}

.content2_con_rt_tit span {
    font-size: 36px;
    color: #000000;
    display: block;
    padding-left: 60px;
    line-height: 34px;
    float: left;
    font-weight: bold;
}

.content2_con_rt_tit a {
    font-size: 18px;
    color: #999999;
    display: block;
    float: right;
    line-height: 34px;
}

.content2_con_rt_tit a:hover {
    color: #1b5395;
}

.content3_con {
    height: 766px;
    padding: 30px;
    margin: 0 auto;
    margin-bottom: 50px;
    background-color: #fff;
    border-radius: 10px;
}

.content3_con ul li:nth-child(5),
.content3_con ul li:nth-child(6),
.content3_con ul li:nth-child(7),
.content3_con ul li:nth-child(8) {
    float: left;
    width: 263px;
    height: 263px;
    margin-right: 29px;
}

.content3_con ul li:nth-child(4) {
    float: left;
    width: 1140px;
    height: 180px;
    margin: 30px 0;
}

.content3_con ul li:nth-child(1),
.content3_con ul li:nth-child(2),
.content3_con ul li:nth-child(3) {
    float: left;
    width: 360px;
    height: 263px;
    margin-right: 30px;
}

.content3_con ul li:nth-child(8) {
    margin-right: 0;
}

.content3_con ul li:nth-child(5) a,
.content3_con ul li:nth-child(6) a,
.content3_con ul li:nth-child(7) a,
.content3_con ul li:nth-child(8) a {
    width: 263px;
    height: 263px;
    display: block;
}

.content3_con ul li:nth-child(4) a {
    width: 1140px;
    height: 180px;
    display: block;
}

.content3_con ul li:nth-child(1) a,
.content3_con ul li:nth-child(2) a,
.content3_con ul li:nth-child(3) a {
    width: 360px;
    height: 263px;
    display: block;
}

.content3_con ul li:nth-child(3) {
    margin-right: 0;
}

.content3_con ul li:nth-child(6) a {
    background: url(../images/con01.png) no-repeat center;
    color: #e2564e;
}

.content3_con ul li:nth-child(7) a {
    background: url(../images/con02.png) no-repeat center;
    color: #da7b43;
}

.content3_con ul li:nth-child(5) a {
    background: url(../images/con03.png) no-repeat center;
    color: #e9be3b;
}

.content3_con ul li:nth-child(8) a {
    background: url(../images/con04.png) no-repeat center;
    color: #917cf2;
}

.content3_con ul li:nth-child(4) a {
    background: url(../images/con05.png) no-repeat center;
}

.content3_con ul li:nth-child(1) a {
    background: url(../images/con06.png) no-repeat center;
    color: #6581f8;
}

.content3_con ul li:nth-child(2) a {
    background: url(../images/con07.png) no-repeat center;
    color: #de6eb7;
}

.content3_con ul li:nth-child(3) a {
    background: url(../images/con08.png) no-repeat center;
    color: #6db68f;
}

.content3_con ul li a span {
    font-size: 36px;
    text-align: center;
    padding-top: 160px;
    font-weight: bold;
    display: block;
}


/* container end */


/* footer start */

.footer {
    height: 192px;
    background-color: #1b5395;
    margin: 0 auto;
    border-top: 6px solid #4a89d4;
}

.footer .le {
    float: left;
    height: 192px;
}

.footer .le img {
    width: 66px;
    height: 80px;
    margin-top: 58px;
}

.footer .con {
    margin-left: 92px;
    margin-top: 44px;
    float: left;
}

.footer .con ul li {
    font-size: 18px;
    text-align: center;
    color: #a2c2e8;
    line-height: 34px;
}

.footer .con ul li a {
    color: #a2c2e8;
}

.footer .con .gaba {
    padding-left: 30px;
    background: url(../images/gaba.png) no-repeat left center;
    background-size: 20px;
}

.footer .rt {
    float: right;
    height: 192px;
}

.footer .rt a {
    width: 110px;
    height: 55px;
    margin-top: 70px;
    display: block;
    background: url(../images/jiucuo.png) no-repeat center;
}

.mobile_footer {
    display: none;
}


/* footer end */

@media (max-width: 750px) and (min-width: 320px) {
    body {
        max-width: 7.5rem !important;
        min-width: 3.2rem !important;
    }
    .container {
        width: 100% !important;
    }
    .index_box {
        width: 100%;
        margin: 0 auto;
        height: auto;
    }
    .header {
        width: 7.5rem;
        height: 6.26rem;
        margin: 0 auto;
        background: url(../images/header_bj2.png) no-repeat center 1.26rem;
        background-size: 100%;
    }
    .head_top .le {
        display: none;
    }
    .head_top {
        width: 100%;
        display: block;
        height: 1.26rem;
    }
    .head_top .rt {
        float: left;
        margin-right: 0;
    }
    .head_top .rt ul li {
        background: none;
    }
    .head_top .rt ul li:nth-child(2),
    .head_top .rt ul li:nth-child(3),
    .head_top .rt ul li:nth-child(5),
    .head_top .rt ul li:nth-child(6) {
        display: none;
    }
    .head_top .rt ul li:nth-child(1),
    .head_top .rt ul li:nth-child(4),
    .head_top .rt ul li:nth-child(7) {
        width: 1.8rem;
        height: 1.26rem;
    }
    .head_top .rt ul li:nth-child(1) {
        margin-left: 0.12rem;
    }
    .head_top .rt ul li:nth-child(4) {
        margin-left: 0.93rem;
    }
    .head_top .rt ul li:nth-child(7) {
        margin-left: 0.7rem;
        position: inherit;
    }
    .head_top .rt ul li a {
        width: 1.8rem;
        height: 0.5rem;
        display: block;
        text-align: center;
        padding-top: 0.76rem;
        color: #fff;
        font-weight: bold;
        font-size: 0.26rem;
    }
    .head_top .rt ul li:first-child a {
        background: url(../images/head_top_tb02.png) no-repeat center 0.2rem;
        background-size: 0.4rem;
    }
    .head_top .rt ul li:nth-child(4) a {
        background: url(../images/head_top_tb05.png) no-repeat center 0.2rem;
        background-size: 0.3rem;
    }
    .head_top .rt ul li:nth-child(4).batchReadOn a {
        background: url(../images/head_top_tb05s.png) no-repeat center 0.2rem !important;
        background-size: 0.3rem !important;
    }
    .head_top .rt ul li:nth-child(7) a {
        background: url(../images/head_top_tb09.png) no-repeat center 0.2rem;
        background-size: 0.39rem;
        width: 1.8rem;
        height: 0.5rem;
    }
    .head_top .rt ul li:nth-child(7) a span {
        display: block;
    }
    .head_con {
        width: 7.5rem;
        padding-top: 0.56rem;
        height: 3.63rem;
        margin: 0 auto;
    }
    .head_con a {
        float: none;
        margin: 0 auto;
        display: block;
        text-align: center;
    }
    .head_con .logo1 {
        display: none;
    }
    .head_con .logo2 {
        display: block !important;
    }
    .head_con a img {
        width: 6.87rem;
        height: 1.27rem;
    }
    .toutiao {
        height: 1.4rem;
        margin-top: -1.05rem;
        margin-bottom: 0.3rem;
        border-top-left-radius: 0.2rem;
        border-top-right-radius: 0.2rem;
    }
    .toutiao a:first-child {
        width: 1.16rem;
        height: 0.58rem;
        float: left;
        margin-right: 0.14rem;
        margin-left: 0.4rem;
    }
    .toutiao a img {
        width: 1.16rem;
        height: 0.58rem;
    }
    .toutiao a {
        font-size: 0.36rem;
        color: #000000;
        width: 4.8rem;
        font-weight: bold;
        line-height: 0.56rem;
        padding-top: 0.4rem;
        height: 0.56rem;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .content {
        width: 6.9rem !important;
        height: auto !important;
        margin-bottom: 0.16rem;
        border-radius: 0.2rem;
    }
    .content_con01s {
        width: 6.9rem;
        margin: 0 auto;
        background-color: #fff;
    }
    .content_con01 {
        width: 6.59rem !important;
        height: 5.8rem !important;
        padding-top: 0.4rem;
    }
    .content_con01 .swiper-container {
        width: 6.59rem !important;
    }
    .content_con01 .swiper-slide {
        width: 6.59rem !important;
        height: 5.8rem;
    }
    .content_con01 .swiper-slide a {
        margin-top: 0;
        width: 6.18rem !important;
        margin-left: 0.2rem;
        font-size: 0.36rem;
        line-height: 0.6rem;
        -webkit-line-clamp: 1;
    }
    .content_con01 .swiper-slide a img {
        width: 6.59rem;
        height: 3.7rem;
        border-top-left-radius: 0.1rem;
        border-top-right-radius: 0.1rem;
        border-bottom-left-radius: 0;
    }
    .content_con01 .swiper-slide a:first-child {
        width: 6.59rem !important;
    }
    .content_con01 .swiper-slide span {
        font-size: 0.18rem;
        color: #666666;
        display: block;
        float: left;
        margin-top: 0.1rem;
        margin-left: 0.2rem;
        padding-bottom: 0.3rem;
    }
    .content_con01 .prev {
        position: absolute;
        left: 0;
        top: 32%;
        display: block;
        width: 0.48rem;
        height: 0.48rem;
        margin-left: 0.2rem;
        background: url(../images/le.png) no-repeat center;
        background-size: 0.48rem;
    }
    .content_con01 .next {
        position: absolute;
        right: 0;
        left: unset;
        top: 32%;
        display: block;
        margin-right: 0.2rem;
        width: 0.48rem;
        height: 0.48rem;
        background: url(../images/rt.png) no-repeat center;
        background-size: 0.48rem;
    }
    .content_con01 .pagination {
        width: 1.3rem;
        height: 0.2rem;
        position: absolute;
        bottom: 0.3rem;
        right: 2.56rem;
    }
    .content_con01 .pagination .swiper-pagination-switch {
        float: left;
        width: 0.14rem;
        height: 0.14rem;
        border-radius: 0.5rem;
        cursor: pointer;
        margin-right: 0.1rem;
        background-color: #d7d7d7;
    }
    .content_con01 .pagination .swiper-active-switch {
        width: 0.31rem;
        height: 0.14rem;
        background-color: #1b5395;
    }
    .ffffjz {
        height: 0.87rem;
        padding: 0.3rem 0.155rem;
        background-color: #fff;
        margin-top: 0.3rem;
        margin-bottom: 0.1rem;
        border-radius: 0.1rem;
    }
    .ffffjz img {
        width: 6.59rem;
        height: 0.87rem;
        float: left;
        background-size: 100%;
    }
    .content_con02 {
        width: 6.59rem;
        margin: 0 auto;
    }
    .content_con02 a:first-child {
        width: 2.3rem;
        margin-right: 0.39rem;
        padding-right: 0rem;
        background: url(../images/con01-1.png) no-repeat left;
        background-size: 3.1rem;
        padding-left: 0.8rem;
    }
    .content_con02 a:last-child {
        width: 2.23rem;
        padding-right: 0rem;
        background: url(../images/con02-2.png) no-repeat left;
        background-size: 3.1rem;
        padding-left: 0.87rem;
    }
    .content_con02 a {
        height: 1.4rem;
        margin-top: 0rem;
        display: block;
        font-size: 0.32rem;
        line-height: 1.36rem;
        text-align: left;
        font-weight: bold;
        color: #fff;
        float: left;
    }
    .content2_con {
        width: 6.9rem;
        background-color: #f8f8f8;
        margin: 0 auto;
        height: 11rem;
        margin-top: 0.3rem;
        margin-bottom: 0.3rem;
    }
    .content2_con_le {
        width: 6.59rem;
        height: 4.88rem;
        float: left;
        margin-bottom: 0.3rem;
        background-color: #fff;
        padding: 0;
        padding-left: 0.155rem;
        padding-right: 0.155rem;
        padding-bottom: 0.8rem;
        border-radius: 0;
    }
    .content2_con_le_tit {
        width: 100%;
        height: 0.36rem;
        background: url(../images/con_tit01.png) no-repeat left center;
        background-size: 0.4rem;
        margin-top: 0.4rem;
    }
    .content2_con_le_tit span {
        font-size: 0.36rem;
        color: #000000;
        display: block;
        padding-left: 0.6rem;
        line-height: 0.34rem;
        float: left;
        font-weight: bold;
    }
    .content2_con_le_tit a {
        font-size: 0.18rem;
        color: #999999;
        display: block;
        float: right;
        line-height: 0.34rem;
    }
    .content2_con_le_con {
        margin-top: 0.1rem;
    }
    .content2_con_le_con ul li {
        width: 6.59rem;
        height: 0.84rem;
        float: left;
        border-bottom: 0.01rem dashed #d7d7d7;
    }
    .content2_con_le_con ul li i {
        width: 0.09rem;
        height: 0.09rem;
        border-radius: 0.5rem;
        float: left;
        background-color: #dddddd;
        margin-top: 0.375rem;
        margin-right: 0.15rem;
    }
    .content2_con_le_con ul li:hover i {
        background-color: #1b5395;
    }
    .content2_con_le_con ul li a {
        font-size: 0.3rem;
        color: #222222;
        line-height: 0.84rem;
        display: block;
        width: 6.34rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .content2_con_rt {
        width: 6.59rem;
        height: 4.88rem;
        padding: 0;
        border-radius: 0;
        float: left;
        padding-left: 0.155rem;
        padding-top: 0.4rem;
        padding-bottom: 0.4rem;
        margin-bottom: 0.3rem;
        padding-right: 0.155rem;
    }
    .content2_con_rt_tit {
        width: 100%;
        height: 0.36rem;
        background: url(../images/con_tit02.png) no-repeat left center;
        background-size: 0.37rem;
    }
    .content2_con_rt_tit span {
        font-size: 0.36rem;
        color: #000000;
        display: block;
        padding-left: 0.6rem;
        line-height: 0.34rem;
        float: left;
        font-weight: bold;
    }
    .content2_con_rt_tit a {
        font-size: 0.18rem;
        color: #999999;
        display: block;
        float: right;
        line-height: 0.34rem;
    }
    .content3_con {
        height: auto;
        overflow: auto;
        padding: 0;
        margin: 0 auto;
        margin-bottom: 0.3rem;
        background-color: #fff;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-left-radius: 0.1rem;
        border-bottom-right-radius: 0.1rem;
    }
    .content3_con ul li:nth-child(5),
    .content3_con ul li:nth-child(7) {
        margin-left: 0.155rem;
    }
    .content3_con ul li:nth-child(6),
    .content3_con ul li:nth-child(8) {
        margin-right: 0 !important;
    }
    .content3_con ul li:nth-child(5),
    .content3_con ul li:nth-child(6),
    .content3_con ul li:nth-child(7),
    .content3_con ul li:nth-child(8) {
        float: left;
        width: 3.2rem;
        height: 3.2rem;
        margin-right: 0.19rem;
        margin-bottom: 0.3rem;
    }
    .content3_con ul li:nth-child(4) {
        float: left;
        width: 6.59rem;
        height: 1.04rem;
        margin: 0.3rem 0.155rem;
    }
    .content3_con ul li:nth-child(1),
    .content3_con ul li:nth-child(2) {
        float: left;
        width: 3.2rem;
        height: 2.34rem;
        margin-left: 0.17rem;
        margin-right: 0;
        margin-top: 0.3rem;
    }
    .content3_con ul li:nth-child(3) {
        float: left;
        width: 6.59rem;
        height: 2.34rem;
        margin-left: 0.17rem;
        margin-right: 0;
        margin-top: 0.3rem;
    }
    .content3_con ul li:nth-child(8) {
        margin-right: 0;
    }
    .content3_con ul li:nth-child(5) a,
    .content3_con ul li:nth-child(6) a,
    .content3_con ul li:nth-child(7) a,
    .content3_con ul li:nth-child(8) a {
        width: 3.2rem;
        height: 3.2rem;
        display: block;
        background-size: 3.2rem;
    }
    .content3_con ul li:nth-child(4) a {
        width: 6.59rem;
        height: 1.04rem;
        display: block;
    }
    .content3_con ul li:nth-child(1) a,
    .content3_con ul li:nth-child(2) a {
        width: 3.2rem;
        height: 2.34rem;
        display: block;
        background-size: 3.2rem;
    }
    .content3_con ul li:nth-child(3) a {
        width: 6.59rem;
        height: 2.34rem;
        display: block;
        border-radius: 0.1rem;
        background: url(../images/con09.png) no-repeat center;
        background-size: 6.59rem;
    }
    .content3_con ul li:nth-child(3) {
        margin-right: 0;
    }
    .content3_con ul li:nth-child(4) a {
        background-size: 6.59rem;
    }
    .content3_con ul li:nth-child(1) a span,
    .content3_con ul li:nth-child(2) a span {
        padding-top: 1.4rem;
        font-size: 0.36rem;
    }
    .content3_con ul li:nth-child(3) a span {
        padding-top: 0.9rem;
        font-size: 0.36rem;
    }
    .content3_con ul li a span {
        font-size: 0.36rem;
        text-align: center;
        padding-top: 1.9rem;
        font-weight: bold;
        display: block;
    }
    .footer {
        display: none;
    }
    .footer .con {
        margin-left: 0 !important;
        width: 100%;
        margin-top: 0.38rem;
    }
    .footer .con ul li {
        font-size: 0.24rem !important;
        line-height: 0.4rem;
    }
    .footer .con .a1 {
        width: 0.66rem;
        float: left;
        height: 0.8rem;
    }
    .footer .con .a1 img {
        width: 0.66rem;
        margin-left: 2.9rem;
        height: 0.8rem;
    }
    .footer .con .a2 {
        width: 1.1rem;
        float: left;
        margin-left: 3.1rem;
        height: 0.55rem;
        margin-top: 0.1rem;
        background: url(../images/jiucuo.png) no-repeat center;
        background-size: 1.1rem;
    }
    .footer .con .gaba {
        padding-left: 0.3rem;
        background: url(../images/gaba.png) no-repeat left center;
        background-size: 0.2rem;
    }
    .mobile_footer {
        display: block;
        height: 2.55rem;
        border-top: 0.06rem solid #4a89d4;
    }
}