@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: 456px;
}

.slb_GuidePage_first .img2 {
    position: absolute;
    top: 154px;
    right: 380px;
}

.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: #3f89fe;
    font-weight: 700;
}

.slb_GuidePage_first .cont a {
    display: inline-block;
    font-size: 30px;
    color: #fff;
    text-align: center;
    width: 152px;
    height: 72px;
    line-height: 72px;
    background: url(../images/slb_GuidePage6.png) center center no-repeat;
    position: absolute;
    right: 60px;
    bottom: 35px;
}

.slb_GuidePage_first .slb_GuidePage_close {
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 300px;
    right: 170px;
    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: 230px;
}

.slb_GuidePage_second .img2 {
    position: absolute;
    top: 163px;
    right: 330px;
}

.slb_GuidePage_second .cont {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 300px;
    width: 750px;
    height: 481px;
    background: url(../images/slb_GuidePage7.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: #3f89fe;
    font-weight: 700;
}

.slb_GuidePage_second .slb_GuidePage_close {
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 300px;
    right: 170px;
    background: url(../images/slb_GuidePage11.png) center center no-repeat;
}


/* 引导页结束 */


/* 头条 start */

.toutiao {
    height: 168px;
    margin: 50px auto;
    padding: 40px;
    box-sizing: border-box;
    background: url(../images/tt_bj.png) center center no-repeat;
}

.toutiao_tt {
    width: 275px;
    height: 83px;
    float: left;
    overflow: hidden;
}

.toutiao h3 {
    display: block;
    width: 756px;
    height: 83px;
    line-height: 83px;
    font-size: 48px;
    float: left;
    margin-left: 50px;
    overflow: hidden;
}

.toutiao h3 a {
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333333;
    overflow: hidden;
}

.toutiao h3 a:hover {
    color: #f5ae43;
}


/* 头条 end */


/* 轮播 start */

.lunbo {
    height: auto;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-sizing: border-box;
}

.lunbo .swiper-slide {
    height: 849px;
    float: left;
}

.lunbo .swiper-slide a {
    display: block;
    overflow: hidden;
}

.lunbo .swiper-slide a .img {
    height: 686px;
    overflow: hidden;
}

.lunbo .swiper-slide a .img img {
    width: 100%;
    height: 100%;
}

.lunbo .swiper-slide a .lunbo_tt {
    height: 161px;
    padding: 40px 60px;
    box-sizing: border-box;
    background: #005c99;
}

.lunbo .swiper-slide a .lunbo_tt h2 {
    display: inline-block;
    width: 100%;
    font-size: 34px;
    text-align: center;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.lunbo .pagination {
    width: 100%;
    height: 20px;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 40px;
    overflow: hidden;
}

.lunbo .pagination .swiper-pagination-switch {
    display: inline-block;
    width: 95px;
    height: 8px;
    border-radius: 50px;
    cursor: pointer;
    margin-right: 10px;
    background-color: #ffff;
}

.lunbo .pagination .swiper-active-switch {
    width: 258px;
    height: 8px;
    background-color: #f5ae43;
}

.lunbo .pagination .swiper-pagination-switch:last-child {
    margin-right: 0;
}

.lunbo .swiper-slide a:hover h2 {
    color: #f5ae43;
}


/* 轮播 end */


/* 首页导航 start */

.menu {
    height: 430px;
    margin-top: 50px;
}

.menu a {
    display: block;
    height: 194px;
    font-size: 38px;
    line-height: 194px;
    text-indent: 182px;
    font-weight: bold;
    overflow: hidden;
    transition: transform .3s;
}

.menu a:hover {
    transform: scale(1.05);
}

.menu a:nth-child(1) {
    width: 373px;
    float: left;
    color: #387ce5;
    margin-bottom: 40px;
    margin-right: 40px;
    background: url(../images/menu_tab1.png) center center;
}

.menu a:nth-child(2) {
    width: 373px;
    float: left;
    color: #57bd75;
    margin-bottom: 40px;
    background: url(../images/menu_tab2.png) center center;
}

.menu a:nth-child(3) {
    width: 373px;
    float: right;
    color: #fca15f;
    margin-bottom: 40px;
    background: url(../images/menu_tab6.png) center center;
}

.menu a:nth-child(4) {
    width: 373px;
    float: left;
    color: #f5ae43;
    margin-right: 40px;
    background: url(../images/menu_tab3.png) center center;
}

.menu a:nth-child(5) {
    width: 373px;
    float: left;
    color: #f55b54;
    background: url(../images/menu_tab4.png) center center;
}

.menu a:nth-child(6) {
    width: 373px;
    float: right;
    color: #6661e1;
    background: url(../images/menu_tab5.png) center center;
}


/* 首页导航 end */


/* 办事指南 start */

.bszn {
    height: 214px;
    margin: 50px auto;
}

.bszn a {
    display: block;
    transition: transform .3s;
}

.bszn a:hover {
    transform: scale(1.05);
}


/* 办事指南 end */

@media (max-width: 750px) and (min-width: 320px) {
    /* 引导页开始 */
    .slb_GuidePage_first .img3 {
        display: block;
        width: 2.28rem;
        position: absolute;
        right: 1.9rem;
        top: 0.07rem;
    }
    .slb_GuidePage_first .img4 {
        display: block;
        width: 2.19rem;
        position: absolute;
        top: 2.15rem;
        right: 2.5rem;
    }
    .slb_GuidePage_first .cont {
        width: 100%;
        height: 4.81rem;
        padding-top: 1.8rem;
        top: 3.5rem;
        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 .slb_GuidePage_close {
        display: block;
        width: .6rem;
        height: .6rem;
        position: absolute;
        top: 2.8rem;
        right: 0.3rem;
        background: url(../images/slb_GuidePage11.png) center center no-repeat;
        background-size: 100%;
    }
    /* 引导页结束 */
    /* 头条 start */
    .toutiao {
        height: 1.32rem;
        margin: .5rem auto;
        padding: 0 0.4rem;
        box-sizing: border-box;
        background: url(../images/mob_tt_bj.png) center center no-repeat;
        background-size: 100%;
    }
    .toutiao_tt {
        display: none;
    }
    .toutiao h3 {
        width: 100%;
        height: 1.32rem;
        font-size: 0.48rem;
        float: none;
        text-align: center;
        line-height: 1.32rem;
        margin-left: 0;
    }
    /* 头条 end */
    /* 轮播 start */
    .lunbo .swiper-slide {
        height: 6.12rem;
        float: left;
    }
    .lunbo .swiper-slide a .img {
        height: 4.59rem;
        overflow: hidden;
    }
    .lunbo .swiper-slide a .lunbo_tt {
        height: 1.52rem;
        padding: 0.4rem .3rem;
    }
    .lunbo .swiper-slide a .lunbo_tt h2 {
        font-size: 0.34rem;
    }
    .lunbo .pagination {
        width: 100%;
        bottom: 0.4rem;
    }
    .lunbo .pagination .swiper-pagination-switch {
        display: inline-block;
        width: 0.51rem;
        height: 0.08rem;
        border-radius: 0.5rem;
        cursor: pointer;
        margin-right: 0.1rem;
        background-color: #ffff;
    }
    .lunbo .pagination .swiper-active-switch {
        width: 1.36rem;
        height: 0.08rem;
        background-color: #f5ae43;
    }
    /* 轮播 end */
    /* 首页导航 start */
    .menu {
        height: auto;
        margin-top: .5rem;
    }
    .menu a {
        display: block;
        height: 1.94rem;
        font-size: .38rem;
        line-height: 1.94rem;
        text-indent: 1.54rem;
        font-weight: bold;
        overflow: hidden;
    }
    .menu a:nth-child(1) {
        width: 3.3rem;
        float: left;
        color: #387ce5;
        margin-bottom: .3rem;
        margin-right: 0;
        background: url(../images/mob_menu_tab1.png) center center no-repeat;
        background-size: 100%;
    }
    .menu a:nth-child(2) {
        width: 3.3rem;
        float: right;
        color: #57bd75;
        margin-bottom: .3rem;
        background: url(../images/mob_menu_tab2.png) center center no-repeat;
        background-size: 100%;
    }
    .menu a:nth-child(3) {
        width: 3.3rem;
        float: left;
        color: #fca15f;
        margin-bottom: .3rem;
        background: url(../images/mob_menu_tab6.png) center center no-repeat;
        background-size: 100%;
    }
    .menu a:nth-child(4) {
        width: 3.3rem;
        float: right;
        color: #f5ae43;
        margin-right: 0;
        text-align: center;
        margin-bottom: .3rem;
        text-indent: 1.3rem;
        background: url(../images/mob_menu_tab3.png) center center no-repeat;
        background-size: 100%;
    }
    .menu a:nth-child(5) {
        width: 3.3rem;
        float: left;
        color: #f55b54;
        background: url(../images/mob_menu_tab4.png) center center no-repeat;
        background-size: 100%;
    }
    .menu a:nth-child(6) {
        width: 3.3rem;
        float: right;
        color: #6661e1;
        background: url(../images/mob_menu_tab5.png) center center no-repeat;
        background-size: 100%;
    }
    /* 首页导航 end */
    /* 办事指南 start */
    .bszn {
        height: 2.14rem;
        margin: .5rem auto;
    }
    .bszn img {
        width: 100%;
    }
    /* 办事指南 end */
}