.index_box {
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
}


/* header start */

.header {
    width: 100%;
    margin: 0 auto;
    background: url(../images/header_bj.png) no-repeat center 142px;
}

.header2 {
    height: 1042px;
}

.header3 {
    height: 685px;
}

.head_top {
    height: 142px;
    margin: 0 auto;
    background: url(../images/head_top_tb01.png) no-repeat center;
}

.head_top .le {
    float: left;
    height: 142px;
}

.head_top .le .dates {
    font-size: 22px;
    line-height: 36px;
    color: #fff;
    display: block;
    margin-top: 34px;
    letter-spacing: 1px;
}

.head_top .le .nong {
    font-size: 22px;
    color: #fff;
    float: left;
    letter-spacing: 1px;
}

.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: 97px;
    height: 97px;
    background: url(../images/head_top_tb01s.png) no-repeat right center;
    float: left;
    margin-right: 15px;
    margin-top: 20px;
}

.head_top .rt ul li:last-child {
    margin-right: 0;
}

.head_top .rt ul li a {
    width: 97px;
    height: 39px;
    display: block;
    text-align: center;
    padding-top: 58px;
    color: #fff;
    font-size: 18px;
}

.head_top .rt ul li:nth-child(1) a {
    background: url(../images/head_top_tb02.png) no-repeat center 15px;
    background-size: 34px;
}

.head_top .rt ul li:nth-child(2) a {
    background: url(../images/head_top_tb03.png) no-repeat center 15px;
    background-size: 32px;
}

.head_top .rt ul li:nth-child(3) a {
    background: url(../images/head_top_tb04.png) no-repeat center 15px;
    background-size: 33px;
}

.head_top .rt ul li:nth-child(4) a {
    background: url(../images/head_top_tb05.png) no-repeat center 15px;
    background-size: 26px;
}

.head_top .rt ul li:nth-child(4).batchReadOn a {
    background: url(../images/head_top_tb05s.png) no-repeat center 15px;
    background-size: 27px;
}

.head_top .rt ul li:nth-child(5) a {
    background: url(../images/head_top_tb06.png) no-repeat center 15px;
    background-size: 26px;
}

.head_top .rt ul li:nth-child(5).PointreadOn a {
    background: url(../images/head_top_tb06s.png) no-repeat center 15px;
    background-size: 27px;
}

.head_top .rt ul li:nth-child(6) a {
    background: url(../images/head_top_tb07.png) no-repeat center 15px;
    background-size: 26px;
}

.head_top .rt ul li:nth-child(7) a {
    background: url(../images/head_top_tb07.png) no-repeat center 15px;
    background-size: 26px;
}

.head_con {
    height: auto;
    margin: 0 auto;
}

.head_con a {
    float: left;
    margin-top: 96px;
}

.head_con a img {
    width: 703px;
    height: 154px;
}


/* header end */


/* container start */

.content_con01s {
    width: 1140px;
    margin-top: 64px;
    padding: 40px 30px;
}

.content_con01 {
    height: 428px;
    background-color: #fff;
    border-radius: 10px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.content_con01 .swiper-slide {
    height: 428px;
    float: left;
    border-radius: 10px;
    background: url(../images/lbs.png) no-repeat center;
}

.content_con01 .swiper-slide a:first-child {
    float: left;
    margin-left: 0;
    margin-top: 0;
    width: 630px;
}

.content_con01 .swiper-slide a img {
    width: 630px;
    height: 355px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.content_con01 .swiper-slide a {
    font-size: 40px;
    color: #222222;
    font-weight: bold;
    display: block;
    width: 405px;
    line-height: 60px;
    margin-top: 35px;
    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: #53a156;
}

.content_con01 .swiper-slide span {
    font-size: 18px;
    color: #666666;
    display: block;
    float: left;
    margin-top: 35px;
    margin-left: 44px;
}

.content_con01 .prev {
    position: absolute;
    right: 100px;
    bottom: 72px;
    display: block;
    width: 60px;
    height: 60px;
    background: url(../images/le.png) no-repeat center;
    background-size: 60px;
}

.content_con01 .next {
    position: absolute;
    right: 30px;
    bottom: 72px;
    display: block;
    width: 60px;
    height: 60px;
    background: url(../images/rt.png) no-repeat center;
    background-size: 60px;
}

.content_con01 .pagination {
    width: 130px;
    height: 20px;
    position: absolute;
    bottom: 25px;
    left: 250px;
}

.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: #53a156;
}

.content_con01 .pagination .swiper-pagination-switch:last-child {
    margin-right: 0;
}

.content2_con {
    height: auto;
    padding-top: 50px;
    margin: 0 auto;
    overflow: auto;
    background-color: #fff;
    border-radius: 10px;
}

.content2_con ul li {
    float: left;
    width: 373px;
    height: 315px;
    margin-right: 40px;
}

.content2_con ul li:nth-child(1),
.content2_con ul li:nth-child(2),
.content2_con ul li:nth-child(3) {
    margin-bottom: 40px;
}

.content2_con ul li:nth-child(4),
.content2_con ul li:nth-child(5),
.content2_con ul li:nth-child(6) {
    margin-bottom: 60px;
}

.content2_con ul li:nth-child(3n) {
    margin-right: 0;
}

.content2_con ul li a {
    width: 373px;
    height: 315px;
    display: block;
}

.content2_con ul li:nth-child(1) a {
    background: url(../images/con01.png) no-repeat center;
}

.content2_con ul li:nth-child(2) a {
    background: url(../images/con02.png) no-repeat center;
}

.content2_con ul li:nth-child(3) a {
    background: url(../images/con03.png) no-repeat center;
}

.content2_con ul li:nth-child(4) a {
    background: url(../images/con04.png) no-repeat center;
}

.content2_con ul li:nth-child(5) a {
    background: url(../images/con05.png) no-repeat center;
}

.content2_con ul li:nth-child(6) a {
    background: url(../images/con06.png) no-repeat center;
}

.content2_con ul li a span {
    font-size: 40px;
    text-align: center;
    color: #222222;
    padding-top: 205px;
    font-weight: bold;
    display: block;
}


/* container end */


/* footer start */

.footer {
    height: 192px;
    background-color: #48904a;
    margin: 0 auto;
}

.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: #d7ecd8;
    line-height: 34px;
}

.footer .con ul li a {
    color: #d7ecd8;
}

.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;
        margin: 0 auto;
        background: url(../images/header_bj2.png) no-repeat center 1.26rem;
        background-size: 100%;
    }
    .header2 {
        height: 11.6rem;
    }
    .header3 {
        height: 7.26rem;
    }
    .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;
        margin-top: 0;
        margin-right: 0;
    }
    .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 {
        padding-top: 0.93rem;
        height: 3.2rem;
        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.88rem;
        height: 1.49rem;
    }
    .content {
        width: 6.9rem !important;
        height: auto !important;
        margin-bottom: 0.16rem;
    }
    .content_con01s {
        padding: 0;
        margin: 0 auto;
    }
    .content_con01 {
        width: 6.59rem !important;
        height: 5.8rem !important;
        margin-top: 0.4rem;
    }
    .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: 2;
    }
    .content_con01 .swiper-slide a img {
        width: 6.59rem;
        height: 3.7rem;
        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: #53a156;
    }
    .content2_con {
        width: 6.59rem !important;
        height: auto;
        padding-top: 0.3rem;
        margin: 0 auto;
        background-color: #fff;
        border-radius: 0.1rem;
    }
    .content2_con ul li {
        float: left;
        width: 3.2rem;
        height: 2.71rem;
        margin-right: 0.19rem;
    }
    .content2_con ul li:nth-child(1),
    .content2_con ul li:nth-child(2),
    .content2_con ul li:nth-child(3),
    .content2_con ul li:nth-child(4) {
        margin-bottom: 0.4rem;
    }
    .content2_con ul li:nth-child(3n) {
        margin-right: 0.19rem;
    }
    .content2_con ul li:nth-child(5),
    .content2_con ul li:nth-child(6) {
        margin-bottom: 0.4rem;
    }
    .content2_con ul li:nth-child(2n) {
        margin-right: 0;
    }
    .content2_con ul li a {
        width: 3.2rem;
        height: 2.71rem;
        display: block;
    }
    .content2_con ul li:nth-child(1) a {
        background: url(../images/con01.png) no-repeat center;
        background-size: 100%;
    }
    .content2_con ul li:nth-child(2) a {
        background: url(../images/con02.png) no-repeat center;
        background-size: 100%;
    }
    .content2_con ul li:nth-child(3) a {
        background: url(../images/con03.png) no-repeat center;
        background-size: 100%;
    }
    .content2_con ul li:nth-child(4) a {
        background: url(../images/con04.png) no-repeat center;
        background-size: 100%;
    }
    .content2_con ul li:nth-child(5) a {
        background: url(../images/con05.png) no-repeat center;
        background-size: 100%;
    }
    .content2_con ul li:nth-child(6) a {
        background: url(../images/con06.png) no-repeat center;
        background-size: 100%;
    }
    .content2_con ul li a span {
        font-size: 0.4rem;
        text-align: center;
        color: #222222;
        padding-top: 1.75rem;
        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: 3rem;
        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;
    }
}