.index_box {
    background-color: #e7f2ff;
}


/* header start */

.header {
    width: 100%;
    height: 570px;
    background: url(../images/header_bj.png) no-repeat center 111px;
    margin: 0 auto;
}

.head_top_container,
.head_con_container {
    width: 1200px;
    margin: auto;
}

.head_top {
    height: 111px;
    margin: 0 auto;
    background-color: #3e79d5;
}

.head_top .rt {
    float: left;
    width: 100%;
    position: relative;
}

.head_top .rt ul li {
    width: 154px;
    height: 71px;
    background-color: #215eba;
    float: left;
    margin-top: 20px;
    border-radius: 5px;
    margin-right: 20px;
}

.head_top .rt ul li:last-child {
    margin-right: 0;
    background-color: #d81e06;
}

.head_top .rt ul li:hover {
    font-weight: bold;
}

.head_top .rt ul li a {
    width: 154px;
    height: 71px;
    line-height: 71px;
    box-sizing: border-box;
    display: block;
    text-align: left;
    color: #ffffff;
    font-size: 20px;
}

.head_top .rt ul li:nth-child(1) a {
    background: url(../images/head_top_tb01.png) no-repeat 17px center;
    padding-left: 57px;
}

.head_top .rt ul li:nth-child(2) a {
    background: url(../images/head_top_tb02.png) no-repeat 18px center;
    padding-left: 56px;
}

.head_top .rt ul li:nth-child(3) a {
    background: url(../images/head_top_tb03.png) no-repeat 18px center;
    padding-left: 56px;
}

.head_top .rt ul li:nth-child(4) a {
    background: url(../images/head_top_tb04.png) no-repeat 21px center;
    padding-left: 53px;
}

.head_top .rt ul li:nth-child(4).batchReadOn a {
    background: url(../images/head_top_tb04s.png) no-repeat 21px center;
    padding-left: 53px;
}

.head_top .rt ul li:nth-child(5) a {
    background: url(../images/head_top_tb05.png) no-repeat 37px center;
    padding-left: 77px;
}

.head_top .rt ul li:nth-child(5).PointreadOn a {
    background: url(../images/head_top_tb05s.png) no-repeat 37px center;
    padding-left: 77px;
}

.head_top .rt ul li:nth-child(6) a {
    background: url(../images/head_top_tb06.png) no-repeat 33px center;
    padding-left: 62px;
}

.head_top .rt ul li:nth-child(7) a {
    background: url(../images/head_top_tb07.png) no-repeat 37px center;
    padding-left: 79px;
    font-weight: bold;
}

.head_con {
    height: auto;
    margin: 0 auto;
}

.head_con a {
    width: 670px;
    height: 112px;
    display: block;
    float: left;
    margin-left: 40px;
    margin-top: 90px;
    margin-bottom: 97px;
}

.head_con a img {
    width: 670px;
    height: 112px;
    float: left;
}


/* header end */


/* container start */

.index_container {
    width: 1200px;
    background-color: #ffffff;
    border-radius: 0.2rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-top: -0.72rem;
    padding-bottom: 50px;
}

.toutiao {
    width: 1120px;
    margin: auto;
    height: 120px;
    border-bottom: 1px solid #e1e1e1;
    box-sizing: border-box;
}

.toutiao_c {
    display: table;
    margin: auto;
}

.toutiao_c a:first-child {
    width: 130px;
    height: 40px;
    margin-top: 50px;
    background: url(../images/toutiao.png) no-repeat center;
    background-size: 100%;
    display: block;
    float: left;
}

.toutiao_c a:last-child {
    margin-top: 39px;
    width: 890px;
    float: left;
    margin-left: 20px;
    text-align: left;
    font-size: 42px;
    font-weight: bold;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.con1 {
    margin-top: 30px;
}

.con1 .l {
    width: 590px;
}

.lunbo {
    width: 100%;
    height: 336px;
}

.con1 .r {
    width: 495px;
}

.con1 .r ul li {
    width: 100%;
    float: left;
}

.con1 .r ul li i {
    width: 8px;
    height: 8px;
    float: left;
    display: block;
    margin-top: 26px;
    margin-right: 15px;
    background: url(../images/landian.png) no-repeat center;
}

.con1 .r ul li a {
    width: 100%;
    font-size: 34px;
    display: block;
    line-height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    background: url(../images/landian.png) no-repeat left 0.26rem;
    background-size: 0.08rem;
    box-sizing: border-box;
    padding-left: 0.25rem;
}

.con1 .r ul li span {
    font-size: 28px;
    color: #999999;
    display: block;
    float: right;
    line-height: 60px;
}

.con2 {
    margin-top: 50px;
    height: 120px;
}

.con2 ul li {
    width: 257px;
    height: 120px;
    float: left;
    border-radius: 10px;
    margin-right: 30px;
}

.con2 ul li:last-child {
    margin-right: 0;
}

.hvr-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
    transition: transform .5s;
}

.con2 ul li:nth-child(1):hover,
.con2 ul li:nth-child(1):focus,
.con2 ul li:nth-child(1):active {
    transform: translateY(-10px);
    transition: transform .5s;
    box-shadow: 0 10px 20px -10px rgba(14, 174, 254, 1);
}

.con2 ul li:nth-child(2):hover,
.con2 ul li:nth-child(2):focus,
.con2 ul li:nth-child(2):active {
    transform: translateY(-10px);
    transition: transform .5s;
    box-shadow: 0 10px 20px -10px rgba(123, 120, 253, 1);
}

.con2 ul li:nth-child(3):hover,
.con2 ul li:nth-child(3):focus,
.con2 ul li:nth-child(3):active {
    transform: translateY(-10px);
    transition: transform .5s;
    box-shadow: 0 10px 20px -10px rgba(4, 204, 162, 1);
}

.con2 ul li:nth-child(4):hover,
.con2 ul li:nth-child(4):focus,
.con2 ul li:nth-child(4):active {
    transform: translateY(-10px);
    transition: transform .5s;
    box-shadow: 0 10px 20px -10px rgba(254, 156, 105, 1);
}

.con2 ul li:nth-child(1) {
    background: url(../images/con2_li1.png) no-repeat center;
    background-size: 100%;
}

.con2 ul li:nth-child(2) {
    background: url(../images/con2_li2.png) no-repeat center;
    background-size: 100%;
}

.con2 ul li:nth-child(3) {
    background: url(../images/con2_li3.png) no-repeat center;
    background-size: 100%;
}

.con2 ul li:nth-child(4) {
    background: url(../images/con2_li4.png) no-repeat center;
    background-size: 100%;
}

.con2 ul li a {
    font-size: 38px;
    color: #ffffff;
    display: block;
    font-weight: bold;
    text-align: center;
    line-height: 120px;
}

.con3 {
    margin-top: 50px;
    padding-bottom: 39px;
    border-bottom: 1px solid #e1e1e1;
}

.con3 .hd {
    height: 51px;
    background: url(../images/con3_hd_bj.png) no-repeat center;
}

.con3 .bd ul {
    padding-top: 39px;
}

.con3 .bd ul li {
    width: 353px;
    height: 254px;
    float: left;
    border-radius: 10px;
    margin-right: 30px;
}

.con3 .bd ul li:last-child {
    margin-right: 0;
}

.con3 ul li:nth-child(1):hover,
.con3 ul li:nth-child(1):focus,
.con3 ul li:nth-child(1):active {
    transform: translateY(-10px);
    transition: transform .5s;
    box-shadow: 0 10px 20px -10px rgba(255, 247, 229, 1);
}

.con3 ul li:nth-child(2):hover,
.con3 ul li:nth-child(2):focus,
.con3 ul li:nth-child(2):active {
    transform: translateY(-10px);
    transition: transform .5s;
    box-shadow: 0 10px 20px -10px rgba(254, 247, 240, 1);
}

.con3 ul li:nth-child(3):hover,
.con3 ul li:nth-child(3):focus,
.con3 ul li:nth-child(3):active {
    transform: translateY(-10px);
    transition: transform .5s;
    box-shadow: 0 10px 20px -10px rgba(236, 255, 243, 1);
}

.con3 ul li:nth-child(1) {
    background: url(../images/con3_bd_li1.png) no-repeat center;
    background-size: 100%;
}

.con3 ul li:nth-child(2) {
    background: url(../images/con3_bd_li2.png) no-repeat center;
    background-size: 100%;
}

.con3 ul li:nth-child(3) {
    background: url(../images/con3_bd_li3.png) no-repeat center;
    background-size: 100%;
}

.con3 .bd ul li a {
    font-size: 38px;
    text-align: center;
    display: block;
    padding-top: 178px;
    font-weight: bold;
    color: #333333;
    box-sizing: border-box;
}

.con4 {
    margin-top: 40px;
}

.con4 ul li {
    width: 255px;
    height: 254px;
    float: left;
    border-radius: 10px;
    margin-right: 32px;
}

.con4 ul li:last-child {
    margin-right: 0;
}

.con4 ul li:nth-child(1):hover,
.con4 ul li:nth-child(1):focus,
.con4 ul li:nth-child(1):active {
    transform: translateY(-10px);
    transition: transform .5s;
    box-shadow: 0 10px 10px -10px rgba(204, 129, 237, 1);
}

.con4 ul li:nth-child(2):hover,
.con4 ul li:nth-child(2):focus,
.con4 ul li:nth-child(2):active {
    transform: translateY(-10px);
    transition: transform .5s;
    box-shadow: 0 10px 10px -10px rgba(244, 96, 115, 1);
}

.con4 ul li:nth-child(3):hover,
.con4 ul li:nth-child(3):focus,
.con4 ul li:nth-child(3):active {
    transform: translateY(-10px);
    transition: transform .5s;
    box-shadow: 0 10px 10px -10px rgba(128, 224, 146, 1);
}

.con4 ul li:nth-child(4):hover,
.con4 ul li:nth-child(4):focus,
.con4 ul li:nth-child(4):active {
    transform: translateY(-10px);
    transition: transform .5s;
    box-shadow: 0 10px 10px -10px rgba(243, 157, 97, 1);
}

.con4 ul li:nth-child(1) {
    background: url(../images/con4_li1.png) no-repeat center;
    background-size: 100%;
}

.con4 ul li:nth-child(2) {
    background: url(../images/con4_li2.png) no-repeat center;
    background-size: 100%;
}

.con4 ul li:nth-child(3) {
    background: url(../images/con4_li3.png) no-repeat center;
    background-size: 100%;
}

.con4 ul li:nth-child(4) {
    background: url(../images/con4_li4.png) no-repeat center;
    background-size: 100%;
}

.con4 ul li a {
    width: 255px;
    height: 254px;
    display: block;
}

.con5 {
    margin-top: 50px;
}

.con5 ul li {
    width: 545px;
    height: 140px;
    float: left;
    border-radius: 10px;
    margin-right: 30px;
}

.con5 ul li:last-child {
    margin-right: 0;
}

.con5 ul li:hover,
.con5 ul li:focus,
.con5 ul li:active {
    transform: translateY(-10px);
    transition: transform .5s;
    box-shadow: 0 10px 10px -10px rgba(223, 234, 252, 1);
}

.con5 ul li:nth-child(1) {
    background: url(../images/con5_li1.png) no-repeat center;
    background-size: 100%;
}

.con5 ul li:nth-child(2) {
    background: url(../images/con5_li2.png) no-repeat center;
    background-size: 100%;
}

.con5 ul li a {
    font-size: 42px;
    display: block;
    line-height: 140px;
    box-sizing: border-box;
    font-weight: bold;
    color: #333333;
    padding-left: 110px;
}

.ztzl {
    height: 140px;
    margin-top: 50px;
}

.ztzl a {
    width: 100%;
    display: block;
    height: 140px;
    background: url(../images/ztzl_img.png) no-repeat center;
    background-size: 100%;
}


/* container end */


/* footer start */

.footer {
    height: 160px;
    background-color: #215eba;
    margin: 0 auto;
}

.footer_c {
    width: 1200px;
    margin: auto;
}

.footer_c .l {
    width: 60px;
    height: 74px;
    margin-top: 45px;
}

.footer_c .l a {
    width: 60px;
    height: 74px;
    display: block;
    background: url(../images/footer_img1.png)no-repeat center;
}

.footer_c .c {
    width: 1037px;
    float: left;
    font-size: 18px;
    color: #d6e7fa;
}

.footer_c .c .ul1 {
    width: 72px;
    float: left;
    height: 85px;
    padding-left: 50px;
    padding-right: 40px;
    margin-top: 39px;
    background: url(../images/footer_fg.png) no-repeat right center;
}

.footer_c .c .ul1 li {
    float: left;
    font-size: 18px;
    color: #d6e7fa;
    height: 20px;
    margin-bottom: 11px;
}

.footer_c .c .ul1 li a {
    font-size: 18px;
    height: 20px;
    color: #d6e7fa;
    line-height: 20px;
    display: block;
}

.footer_c .c .ul2 {
    width: 345px;
    float: left;
    height: 85px;
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 39px;
    background: url(../images/footer_fg.png) no-repeat right center;
}

.footer_c .c .ul2 li {
    float: left;
    font-size: 18px;
    color: #d6e7fa;
    height: 20px;
    margin-bottom: 11px;
}

.footer_c .c .ul2 li a {
    font-size: 18px;
    height: 20px;
    color: #d6e7fa;
    line-height: 20px;
    display: block;
}

.footer_c .c .ul3 {
    width: 300px;
    float: left;
    height: 85px;
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 39px;
}

.footer_c .c .ul3 li {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #d6e7fa;
    height: 20px;
    position: relative;
    margin-bottom: 11px;
}

.footer_c .c .ul3 li:nth-child(2) a {
    background: url(../images/footer_img2.png)no-repeat 270px center;
}

.footer_c .c .ul3 li a {
    font-size: 18px;
    height: 20px;
    color: #d6e7fa;
    line-height: 20px;
    display: block;
}

#cnzz_stat_icon_1281216205 a {
    width: 20px;
    height: 20px;
    display: block;
    right: 18px;
    top: 2px;
    margin-left: 12px;
    position: absolute;
}

.footer_c .r {
    width: 103px;
    height: 53px;
    margin-top: 53px;
}

.footer_c .r a {
    width: 103px;
    height: 53px;
    display: block;
    background: url(../images/footer_img3.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;
    }
    .head_top_container,
    .head_con_container {
        width: 100%;
        margin: auto;
    }
    .index_box {
        width: 100%;
        margin: 0 auto;
        height: auto;
    }
    .header {
        width: 7.5rem;
        margin: 0 auto;
        height: 5.86rem;
        background: url(../images/header_bj2.png) no-repeat center;
        background-size: 100%;
    }
    .head_top {
        width: 100%;
        display: block;
        height: 1.36rem;
    }
    .head_top .rt {
        float: left;
        margin-right: 0;
    }
    .head_top .rt ul li {
        width: 2.1rem !important;
        height: 0.89rem !important;
        margin-top: 0.23rem;
        background-color: #215eba !important;
        margin-right: 0;
    }
    .head_top .rt ul li:hover {
        font-weight: bold
    }
    .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) {
        margin-left: 0.3rem;
    }
    .head_top .rt ul li:nth-child(4) {
        margin-left: 0.3rem;
    }
    .head_top .rt ul li:nth-child(7) {
        margin-left: 0.3rem;
    }
    .head_top .rt ul li a {
        width: 2.1rem !important;
        height: 0.89rem !important;
        line-height: 0.89rem !important;
        display: block;
        text-align: left;
        box-sizing: border-box;
        color: #fff;
        padding-top: 0 !important;
        font-size: 0.26rem;
    }
    .head_top .rt ul li:first-child a {
        background: url(../images/head_top_tb01.png) no-repeat 0.28rem center;
        background-size: 0.38rem;
        padding-left: 0.8rem;
        width: 2.1rem !important;
    }
    .head_top .rt ul li:nth-child(4) a {
        background: url(../images/head_top_tb04.png) no-repeat 0.3rem center;
        background-size: 0.27rem;
        padding-left: 0.76rem;
        width: 2.1rem !important;
    }
    .head_top .rt ul li:nth-child(4).batchReadOn a {
        background: url(../images/head_top_tb04s.png) no-repeat 0.3rem center;
        background-size: 0.27rem !important;
        padding-left: 0.76rem;
    }
    .head_top .rt ul li:nth-child(7) a {
        background: url(../images/head_top_tb07.png) no-repeat 0.6rem center;
        background-size: 0.33rem;
        padding-left: 1rem;
        width: 2.1rem !important;
    }
    .head_top .rt ul li .pc_tc {
        display: none !important;
    }
    .head_top .rt ul li .mobile_tc {
        display: block !important;
    }
    .head_con {
        padding-top: 0.66rem;
        margin: 0 auto;
        height: 1.12rem;
        box-sizing: border-box;
    }
    .head_con a {
        width: 6.6rem;
        height: 1.12rem;
        margin: 0 auto;
        float: none;
        display: block;
        text-align: center;
    }
    .head_con .logo1 {
        display: none;
    }
    .head_con .logo2 {
        display: block !important;
    }
    .head_con a img {
        width: 6.6rem;
        height: 1.12rem;
    }
    .index_container {
        width: 6.9rem;
        margin-top: -0.81rem;
        padding-bottom: 0.5rem;
    }
    .toutiao {
        width: 6.3rem;
        margin: 0 auto;
        height: 1.11rem;
    }
    .toutiao_c {
        height: 1.11rem;
    }
    .toutiao_c a:first-child {
        width: 1.3rem;
        height: 0.4rem;
        margin-top: 0.4rem;
        background: url(../images/toutiao.png) no-repeat center;
        background-size: 100%;
    }
    .toutiao_c a:last-child {
        margin-top: 0.3rem;
        width: 4.78rem;
        float: left;
        margin-left: 0.2rem;
        text-align: left;
        font-size: 0.42rem;
    }
    .container {
        width: 6.9rem;
    }
    .con1 {
        margin-top: 0.3rem;
    }
    .lunbo {
        width: 6.3rem !important;
        height: 3.59rem !important;
        margin: auto;
        float: none;
    }
    .swiper-slide .lunbo_a1 {
        width: 6.3rem !important;
        height: 3.59rem !important;
    }
    .swiper-slide a img {
        width: 6.3rem !important;
        height: 3.59rem !important;
    }
    .swiper-slide .lunbo_a2 {
        height: 0.74rem !important;
    }
    .swiper-slide a span {
        line-height: 0.74rem !important;
        font-size: 0.34rem !important;
    }
    .swiper-button-prev,
    .swiper-button-next {
        width: 0.39rem !important;
        height: 0.55rem !important;
    }
    .con1 .r {
        width: 6.3rem;
        margin-top: 0.2rem;
        margin-right: 0.3rem;
    }
    .con1 .r ul li {
        height: 1.72rem !important;
    }
    .con1 .r ul li a {
        font-size: 0.34rem !important;
        line-height: 0.56rem !important;
        height: 1.12rem !important;
        background: url(../images/landian.png) no-repeat left 0.25rem;
        background-size: 0.08rem;
        padding-left: 0.2rem;
    }
    .con1 .r ul li span {
        font-size: 0.28rem !important;
        line-height: 0.6rem !important;
    }
    .con2 {
        width: 6.3rem;
        margin-top: 0.3rem;
        height: 3.02rem;
    }
    .con2 ul li {
        width: 3rem !important;
        height: 1.41rem !important;
        margin-right: 0.3rem !important;
        margin-bottom: 0.2rem;
        border-radius: 0.1rem;
    }
    .con2 ul li:nth-child(2n) {
        margin-right: 0 !important;
    }
    .con2 ul li a {
        font-size: 0.38rem !important;
        line-height: 1.41rem !important;
    }
    .con3 {
        width: 6.3rem;
        margin-top: 0.5rem;
        padding-bottom: 0.39rem;
        border-bottom: 0.01rem solid #e1e1e1;
    }
    .con3 .hd {
        height: 0.51rem;
        background: url(../images/con3_hd_bj.png) no-repeat center;
        background-size: 11rem;
    }
    .con3 .bd ul {
        padding-top: 0.39rem;
    }
    .con3 .bd ul li {
        width: 2rem;
        height: 1.44rem;
        float: left;
        border-radius: 0.1rem;
        margin-right: 0.15rem;
    }
    .con3 .bd ul li a {
        font-size: 0.28rem;
        padding-top: 0.95rem;
    }
    .con4 {
        width: 6.3rem;
        margin: auto;
        margin-top: 0.4rem;
    }
    .con4 ul li {
        width: 3rem;
        height: 2.99rem;
        border-radius: 0.1rem;
        margin-right: 0.3rem;
        margin-bottom: 0.2rem;
    }
    .con4 ul li:nth-child(2n) {
        margin-right: 0;
    }
    .con4 ul li a {
        width: 3rem;
        height: 2.99rem;
    }
    .con5 {
        width: 6.3rem;
        margin: auto;
        margin-top: 0.3rem;
    }
    .con5 ul li {
        width: 100%;
        height: 1.62rem;
        border-radius: 0.1rem;
        margin-right: 0;
        margin-bottom: 0.2rem;
    }
    .con5 ul li a {
        font-size: 0.42rem;
        line-height: 1.63rem;
        padding-left: 1.1rem;
    }
    .ztzl {
        width: 6.3rem;
        margin: auto;
        height: 1.2rem;
        margin-top: 0.3rem;
    }
    .ztzl a {
        height: 1.2rem;
        background: url(../images/ztzl2.jpg) no-repeat center;
        background-size: 100%;
    }
    .footer {
        display: none;
    }
    .mobile_footer {
        display: block;
        height: 2.7rem;
        position: relative;
    }
    .mobile_footer .con {
        margin-left: 0 !important;
        width: 100%;
        padding-top: 0.2rem;
    }
    .mobile_footer .con ul {
        float: left;
        padding-top: 0.15rem;
    }
    .mobile_footer .con ul li {
        font-size: 0.24rem;
        line-height: 0.48rem;
        color: #d6e7fa;
        text-align: left;
    }
    .mobile_footer .con ul li:nth-child(4) a {
        background: url(../images/footer_img2.png)no-repeat left center;
        background-size: 0.2rem;
        padding-left: 0.3rem;
    }
    .mobile_footer .con ul li a {
        font-size: 0.24rem;
        color: #d6e7fa;
    }
    .mobile_footer .r {
        width: 1.85rem;
        height: 0.58rem;
        bottom: 0.45rem;
        right: 15%;
        position: absolute;
    }
    .mobile_footer .r a:first-child {
        width: 0.47rem;
        height: 0.58rem;
        display: block;
        float: left;
        background: url(../images/footer_img1.png)no-repeat center;
        background-size: 100%;
    }
    .mobile_footer .r a:last-child {
        width: 1.06rem;
        height: 0.53rem;
        margin-top: 0.02rem;
        display: block;
        float: right;
        background: url(../images/footer_img3.png)no-repeat center;
        background-size: 100%;
    }
}