﻿@charset "UTF-8";

/* 引导页开始 */

.slb_GuidePage {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    z-index: 99998;
    top: 0;
    left: 0;
    display: none;
}

.slb_GuidePage.show {
    display: block;
}

.slb_GuidePage .container {
    position: relative;
    z-index: 99999;
}

.slb_GuidePage_first {
    display: none;
}

.slb_GuidePage_first.on {
    display: block;
}

.slb_GuidePage_first .img1 {
    position: absolute;
    top: 9px;
    right: 683px;
}

.slb_GuidePage_first .img2 {
    position: absolute;
    top: 154px;
    right: 638px;
}

.slb_GuidePage_first .cont {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 300px;
    width: 719px;
    height: 458px;
    background: url(../images/slb_GuidePage5.png) no-repeat center;
    box-sizing: border-box;
    padding-top: 170px;
    padding-left: 70px;
}

.slb_GuidePage_first .cont p {
    font-size: 28px;
    color: #333333;
    line-height: 58px;
}

.slb_GuidePage_first .cont p em {
    font-size: 34px;
    color: #b51629;
    font-weight: 700;
}

.slb_GuidePage_first .cont a {
    display: inline-block;
    font-size: 30px;
    color: #fff;
    text-align: center;
    width: 215px;
    height: 85px;
    line-height: 85px;
    background: url(../images/slb_GuidePage6.png) center center no-repeat;
    position: absolute;
    right: 60px;
    bottom: 30px;
    font-weight: bold;
}

.slb_GuidePage_first .slb_GuidePage_close {
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 294px;
    right: 210px;
    background: url(../images/slb_GuidePage11.png) center center no-repeat;
}

.slb_GuidePage_second {
    display: none;
}

.slb_GuidePage_second.on {
    display: block;
}

.slb_GuidePage_second .img1 {
    position: absolute;
    top: 9px;
    right: 362px;
}

.slb_GuidePage_second .img2 {
    position: absolute;
    top: 153px;
    right: 360px;
}

.slb_GuidePage_second .cont {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 300px;
    width: 719px;
    height: 458px;
    background: url(../images/slb_GuidePage5.png) no-repeat center;
    box-sizing: border-box;
    padding-top: 170px;
    padding-left: 70px;
}

.slb_GuidePage_second .cont p {
    font-size: 28px;
    color: #333333;
    line-height: 58px;
}

.slb_GuidePage_second .cont p em {
    font-size: 34px;
    color: #b51629;
    font-weight: 700;
}

.slb_GuidePage_second .slb_GuidePage_close {
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 294px;
    right: 210px;
    background: url(../images/slb_GuidePage11.png) center center no-repeat;
}


/* 引导页结束 */

.index_box_top {
    background: #fff;
    padding: 40px;
    box-sizing: border-box;
    border-radius: 0 0 15px 15px;
}

.top_box {
    height: 121px;
    background: url(../images/top_box.png) center center no-repeat;
    position: relative;
}

.top_box .rq {
    width: 450px;
    height: 121px;
    line-height: 121px;
    font-size: 30px;
    color: #fff;
    position: absolute;
    right: 7px;
    top: 0;
}


/* 头条 */

.toutiao {
    height: 110px;
    text-align: center;
    line-height: 65px;
    border-bottom: 1px solid #dadada;
}

.toutiao .tt_bt {
    display: inline-block;
    width: 115px;
    margin-right: 30px;
}

.toutiao .tt_bt img {
    display: inline-block;
}

.toutiao h3 {
    max-width: 85%;
    display: inline-block;
    height: 65px;
    font-size: 50px;
    line-height: 65px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.toutiao h3 a {
    color: #333333;
}

.lunbo {
    height: 366px;
    background-color: #f7f7f7;
    border-radius: 15px;
    position: relative;
    margin-top: 50px;
    overflow: hidden;
}

.lunbo .swiper-slide {
    height: 366px;
    float: left;
}

.lunbo .swiper-slide a img {
    width: 651px;
    height: 366px;
    float: left;
}

.lunbo .swiper-slide a i {
    font-size: 40px;
    color: #000000;
    font-weight: bold;
    display: block;
    width: 400px;
    line-height: 60px;
    margin-top: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    float: right;
    margin-right: 40px;
}

.lunbo .swiper-slide a:hover i {
    color: #b51629;
}

.lunbo .swiper-slide span {
    font-size: 18px;
    color: #666666;
    display: block;
    float: left;
    margin-top: 36px;
    margin-left: 40px;
}

.lunbo .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;
}

.lunbo .next {
    position: absolute;
    left: 50.6%;
    top: 45%;
    display: block;
    width: 48px;
    height: 48px;
    background: url(../images/rt.png) no-repeat center;
    background-size: 48px;
}

.lunbo .pagination {
    width: 130px;
    height: 20px;
    position: absolute;
    bottom: 30px;
    right: 125px;
}

.lunbo .pagination .swiper-pagination-switch {
    float: left;
    width: 14px;
    height: 14px;
    border-radius: 50px;
    cursor: pointer;
    margin-right: 10px;
    background-color: #d7d7d7;
}

.lunbo .pagination .swiper-active-switch {
    width: 31px;
    height: 14px;
    background-color: #b51629;
}

.lunbo .pagination .swiper-pagination-switch:last-child {
    margin-right: 0;
}

.menu {
    height: 240px;
    margin-top: 50px;
    margin-bottom: 10px;
    overflow: hidden;
}

.menu a {
    display: block;
    color: #fff;
    font-weight: 700;
    width: 545px;
    height: 240px;
    border-radius: 15px;
    text-align: center;
    line-height: 240px;
    font-size: 36px;
}

.menu a img {
    vertical-align: middle;
    margin-right: 20px;
}

.menu .l a {
    background: #52a1f8;
}

.menu .r a {
    background: #3dbbaa;
}

.index_title {
    height: 49px;
    background: url(../images/title_bj.png) center center no-repeat;
    text-align: center;
    line-height: 49px;
    font-size: 50px;
    font-weight: bold;
}

.zwgk_box {
    margin-top: 50px;
    height: 450px;
    padding: 40px;
    box-sizing: border-box;
    border-radius: 15px;
    box-sizing: border-box;
    background-color: #fff;
    overflow: hidden;
}

.zwgk_cont {
    height: 270px;
    margin-top: 40px;
}

.zwgk_cont ul li {
    width: 258px;
    height: 270px;
    border-radius: 15px;
    float: left;
    margin-right: 29px;
    transition: transform .3s;
}

.zwgk_cont ul li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 36px;
    color: #fff;
    text-align: center;
    line-height: 405px;
    box-sizing: border-box;
    font-weight: 700;
}

.zwgk_cont ul li:hover {
    transform: scale(1.05);
}

.zwgk_cont ul li:nth-child(1) {
    background: #f9b700;
}

.zwgk_cont ul li:nth-child(1) a {
    background: url(../images/ico_tab3.png) center 56px no-repeat;
}

.zwgk_cont ul li:nth-child(2) {
    background: #c63437;
}

.zwgk_cont ul li:nth-child(2) a {
    background: url(../images/ico_tab4.png) center 56px no-repeat;
}

.zwgk_cont ul li:nth-child(3) {
    background: #9d8ed9;
}

.zwgk_cont ul li:nth-child(3) a {
    background: url(../images/ico_tab5.png) center 56px no-repeat;
}

.zwgk_cont ul li:last-child {
    margin-right: 0;
    background: #ec9337;
}

.zwgk_cont ul li:nth-child(4) a {
    background: url(../images/ico_tab6.png) center 56px no-repeat;
}

.zwfw_box {
    margin-top: 50px;
    height: 410px;
    padding: 40px;
    box-sizing: border-box;
    border-radius: 15px;
    box-sizing: border-box;
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 50px;
}

.zwfw {
    margin-top: 40px;
}

.zwfw a {
    display: block;
    transition: transform .3s;
}

.zwfw a:hover {
    transform: scale(1.05);
}

@media (max-width: 750px) and (min-width: 320px) {
    /* 引导页开始 */
    .slb_GuidePage_first .img3 {
        display: block;
        width: 2.4rem;
        height: 0.91rem;
        position: absolute;
        right: 2.6rem;
        top: 0.095rem;
    }
    .slb_GuidePage_first .img4 {
        display: block;
        width: 2.19rem;
        position: absolute;
        top: 1.35rem;
        right: 1.6rem;
    }
    .slb_GuidePage_first .cont {
        width: 6.61rem;
        height: 4.29rem;
        padding-top: 1.7rem;
        top: 3rem;
        background: url(../images/slb_GuidePage10.png) no-repeat center;
        background-size: 100%;
        padding-left: 0.7rem;
    }
    .slb_GuidePage_first .cont p {
        font-size: .28rem;
        line-height: .58rem;
    }
    .slb_GuidePage_first .cont p em {
        font-size: .34rem;
    }
    .slb_GuidePage_first .cont a {
        display: none;
    }
    .slb_GuidePage_first .button {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 8.3rem;
        width: 3rem;
    }
    .slb_GuidePage_first .slb_GuidePage_close {
        display: block;
        width: 2.15rem;
        height: .85rem;
        line-height: 0.85rem;
        text-align: center;
        color: #fff;
        font-weight: bold;
        position: absolute;
        top: 7.5rem;
        right: 25%;
        transform: translateX(-50%);
        background: url(../images/slb_GuidePage7.png) center center no-repeat;
        background-size: 100%;
    }
    /* 引导页结束 */
    .top_box_mob {
        width: 6.9rem;
        margin: 0 auto;
        height: 1.71rem;
        background: url(../images/top_box_mob.png) center center no-repeat;
        background-size: 100%;
    }
    .logo {
        width: 6.5rem;
        margin: 0 auto;
        height: auto;
        margin-top: 1rem;
    }
    .logo img {
        width: 100%;
    }
    .index_box_top {
        width: 6.9rem;
        height: auto;
        margin: 0 auto;
        padding: .3rem;
        border-radius: 0 0 .15rem .15rem;
        padding-bottom: 0.2rem;
    }
    .toutiao {
        height: 0.8rem;
        line-height: .6rem;
        border-bottom: 0.01rem solid #dadada;
    }
    .toutiao .tt_bt {
        width: 1.15rem;
        margin-right: .1rem;
    }
    .toutiao .tt_bt img {
        width: 100%;
    }
    .toutiao h3 {
        width: 75%;
        height: .65rem;
        font-size: .5rem;
        line-height: .65rem;
    }
    .lunbo {
        height: auto;
        border-radius: 0.15rem;
        margin-top: .3rem;
        padding-bottom: 0.3rem;
    }
    .lunbo .swiper-slide {
        height: auto;
    }
    .lunbo .swiper-slide a img {
        width: 6.51rem;
        height: 3.66rem;
        float: none;
    }
    .lunbo .swiper-slide a i {
        margin-top: 0;
        width: 95% !important;
        font-size: 0.36rem;
        line-height: 0.6rem;
        -webkit-line-clamp: 1;
        float: none;
        margin: 0 auto;
    }
    .lunbo .swiper-slide span {
        font-size: 0.24rem;
        color: #666666;
        display: block;
        float: left;
        margin-top: 0.1rem;
        margin-left: 0.2rem;
        padding-bottom: 0.3rem;
    }
    .lunbo .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;
    }
    .lunbo .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;
    }
    .lunbo .pagination {
        width: 1.3rem;
        height: 0.2rem;
        position: unset;
        margin: 0 auto;
    }
    .lunbo .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;
    }
    .lunbo .pagination .swiper-active-switch {
        width: 0.31rem;
        height: 0.14rem;
        background-color: #b51629;
    }
    .menu {
        height: auto;
        margin-top: .3rem;
        margin-bottom: .1rem;
    }
    .menu .l {
        width: 47%;
        float: left;
    }
    .menu .r {
        width: 47%;
        float: right;
    }
    .menu a {
        width: 100%;
        height: 2rem;
        border-radius: 0.15rem;
        line-height: 2rem;
        font-size: .4rem;
    }
    .menu a img {
        width: .6rem;
        margin-right: .05rem;
        vertical-align: text-bottom;
    }
    .zwgk_box {
        width: 6.9rem;
        margin: 0 auto;
        margin-top: .15rem;
        height: auto;
        padding: .3rem;
        border-radius: 0.15rem;
        padding-bottom: 0.3rem;
    }
    .index_title {
        height: .49rem;
        line-height: .49rem;
        font-size: .5rem;
        background: url(../images/title_bj1.png) center center no-repeat;
        background-size: 100%;
    }
    .zwgk_cont {
        height: auto;
        margin-top: .3rem;
    }
    .zwgk_cont ul li {
        width: 47%;
        height: 2rem;
        border-radius: .15rem;
        float: left;
        margin-right: 0;
        transition: transform .3s;
    }
    .zwgk_cont ul li a {
        background-size: 0.6rem;
        font-size: .35rem;
        line-height: 3rem;
    }
    .zwgk_cont ul li:hover {
        transform: scale(1);
    }
    .zwgk_cont ul li:nth-child(1) a {
        background: url(../images/ico_tab3.png) center .4rem no-repeat;
        background-size: 25%;
    }
    .zwgk_cont ul li:nth-child(2) {
        float: right;
    }
    .zwgk_cont ul li:nth-child(2) a {
        background: url(../images/ico_tab4.png) center .4rem no-repeat;
        background-size: 24.2%;
    }
    .zwgk_cont ul li:nth-child(3) {
        margin-top: 0.3rem;
    }
    .zwgk_cont ul li:nth-child(3) a {
        background: url(../images/ico_tab5.png) center .4rem no-repeat;
        background-size: 25%;
    }
    .zwgk_cont ul li:nth-child(4) {
        float: right;
        margin-top: 0.3rem;
    }
    .zwgk_cont ul li:nth-child(4) a {
        background: url(../images/ico_tab6.png) center .4rem no-repeat;
        background-size: 24%;
    }
    .zwfw_box {
        width: 6.9rem;
        margin: 0 auto;
        margin-top: .15rem;
        height: auto;
        padding: .3rem;
        box-sizing: border-box;
        border-radius: .15rem;
        box-sizing: border-box;
        background-color: #fff;
        overflow: hidden;
        margin-bottom: .15rem;
    }
    .zwfw {
        margin-top: .3rem;
    }
    .zwfw img {
        width: 100%;
    }
    .zwfw a {
        transform: scale(1);
    }
}