﻿@charset "utf-8";

/* 头条 */

.new_box {
    height: auto;
    background: #ffffff;
    border-radius: 10px;
    margin-top: -10px;
    position: relative;
    z-index: 1;
    padding: 40px;
    box-sizing: border-box;
    margin-bottom: 50px;
}

.hot_news {
    height: 90px;
    text-align: center;
    overflow: hidden;
    border-bottom: 1px solid #e1e2ea;
}

.hot_news .le {
    display: inline-block;
    width: 108px;
    height: 60px;
    margin-top: 0px;
}

.hot_news h1 {
    display: inline-block;
    width: 940px;
    height: 60px;
    line-height: 60px;
    font-size: 42px;
}

.hot_news h1 a {
    width: 100%;
    height: 60px;
    display: inline-block;
    color: #000000;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.hot_news h1 a:hover {
    color: #3e85d5;
}


/* 轮播开始 */

.lunbo {
    height: 415px;
    margin-top: 50px;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
}

.swiper .pic {
    width: 100%;
    height: 100%;
}

.swiper .pic li {
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
    width: 630px;
    height: 350px;
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -317px;
    overflow: hidden;
}

.swiper .pic li a {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    position: relative;
}

.swiper .pic li a .tit {
    width: 100%;
    height: 96px;
    position: absolute;
    line-height: 96px;
    bottom: 0px;
    padding: 0 54px;
    font-size: 36px;
    color: #ffffff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
}

.swiper .pic li.now .leftBox {
    background: none;
    z-index: 0;
}

.swiper .pic li img {
    display: block;
    width: 100%;
    height: 100%;
}

.swiper .pic li.now a .tit {
    display: block;
}

.now {
    z-index: 9;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.next {
    z-index: 6;
    -webkit-transform: translateX(300px);
    -moz-transform: translateX(300px);
    -o-transform: translateX(300px);
    -ms-transform: translateX(300px);
    transform: translateX(300px);
}

.prev {
    z-index: 6;
    -webkit-transform: translateX(-260px);
    -moz-transform: translateX(-260px);
    -o-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    transform: translateX(-260px);
}

.swiper .cricle {
    display: none;
    height: 16px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.swiper .cricle li {
    float: left;
    width: 14px;
    height: 14px;
    background-color: #cccccc;
    margin-right: 6px;
    border-radius: 50%;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

.swiper .btns {
    display: none;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: 61px;
    z-index: 9;
}

.swiper .btns .leftbtn,
.swiper .btns .rightbtn {
    height: 61px;
    width: 81px;
}

.swiper .btns .leftbtn {
    float: left;
    margin-left: 30px;
    background: url(../images/left_bth.png) center center no-repeat;
}

.swiper .btns .rightbtn {
    float: right;
    margin-right: 30px;
    background: url(../images/right_bth.png) center center no-repeat;
}

.leftBox {
    width: 630px;
    height: 350px;
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 7;
    background: rgba(0, 0, 0, 0.4);
}


/* 导航开始 */

.nav {
    overflow: hidden;
}

.nav_top li {
    width: 580px;
    height: 270px;
    padding: 60px;
    box-sizing: border-box;
}

.nav_top li a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.nav_top li:nth-child(1) {
    float: left;
    background: url(../images/ico_nav01.png) center center no-repeat;
}

.nav_top li:nth-child(2) {
    float: right;
    background: url(../images/ico_nav02.png) center center no-repeat;
}

.nav_top li p {
    font-size: 44px;
    font-weight: 700;
    margin-top: 20px;
    color: #ffffff;
}

.nav_top li span {
    display: block;
    font-size: 18px;
    color: #ffffff;
    font-family: Arial;
    margin-top: 10px;
    opacity: 0.8;
}

.nav_cent {
    margin-top: 40px;
}

.nav_cent li {
    width: 270px;
    height: 270px;
    padding: 30px 39px;
    box-sizing: border-box;
    float: left;
    margin-right: 40px;
    text-align: center;
}

.nav .nav_cent li a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.nav .nav_cent li:nth-child(1) {
    background: url(../images/ico_nav03.png) center center no-repeat;
}

.nav .nav_cent li:nth-child(2) {
    background: url(../images/ico_nav04.png) center center no-repeat;
}

.nav .nav_cent li:nth-child(3) {
    background: url(../images/ico_nav05.png) center center no-repeat;
}

.nav .nav_cent li:nth-child(4) {
    margin-right: 0;
    background: url(../images/ico_nav06.png) center center no-repeat;
}

.nav_cent li p {
    font-size: 44px;
    font-weight: 700;
    margin-top: 123px;
    color: #ffffff;
}

.nav_cent li span {
    display: block;
    font-size: 18px;
    color: #ffffff;
    font-family: Arial;
    margin-top: 10px;
    opacity: 0.8;
}

.nav_bottom {
    margin-top: 40px;
}

.nav_bottom li {
    width: 580px;
    height: 270px;
    padding: 60px;
    box-sizing: border-box;
}

.nav_bottom li a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.nav_bottom li:nth-child(1) {
    float: left;
    background: url(../images/ico_nav07.png) center center no-repeat;
}

.nav_bottom li:nth-child(2) {
    float: right;
    background: url(../images/ico_nav08.png) center center no-repeat;
}

.nav_bottom li p {
    font-size: 44px;
    font-weight: 700;
    margin-top: 20px;
    color: #ffffff;
}

.nav_bottom li span {
    display: block;
    font-size: 18px;
    color: #ffffff;
    font-family: Arial;
    margin-top: 10px;
    opacity: 0.8;
}

.syhf {
    margin: 40px auto;
}

.syhf img {
    width: 100%;
    height: 100%;
}


/* 引导页开始 */

.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: 5px;
    right: 325px;
}

.slb_GuidePage_first .img2 {
    position: absolute;
    top: 240px;
    right: 385px;
}

.slb_GuidePage_first .img3 {
    display: none;
}

.slb_GuidePage_first .cont {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 330px;
    width: 750px;
    height: 450px;
    background: url(../images/slb_GuidePage5.png) no-repeat center;
    text-align: center;
    box-sizing: border-box;
    padding-top: 160px;
    background-size: 90%;
}

.slb_GuidePage_first .cont p {
    font-size: 30px;
    color: #333333;
    line-height: 60px;
}

.slb_GuidePage_first .cont p em {
    font-size: 32px;
    color: #418fe6;
    font-weight: 700;
}

.slb_GuidePage_first .button {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 800px;
    width: 300px;
}

.slb_GuidePage_first .button a {
    display: inline-block;
    font-size: 30px;
    color: #fff;
    text-align: center;
    width: 300px;
    height: 80px;
    line-height: 80px;
    background: url(../images/slb_GuidePage6.png) center center no-repeat;
}

.slb_GuidePage_first .button a:nth-child(2) {
    display: none;
}

.slb_GuidePage_second {
    display: none;
}

.slb_GuidePage_second.on {
    display: block;
}

.slb_GuidePage_second .img1 {
    position: absolute;
    top: 5px;
    right: 195px;
}

.slb_GuidePage_second .img2 {
    position: absolute;
    top: 241px;
    right: 381px;
}

.slb_GuidePage_second .cont {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 330px;
    width: 750px;
    height: 481px;
    background: url(../images/slb_GuidePage3.png) no-repeat center;
    text-align: center;
    box-sizing: border-box;
    padding-top: 170px;
}

.slb_GuidePage_second .cont p {
    font-size: 30px;
    color: #333333;
    line-height: 60px;
}

.slb_GuidePage_second .cont p em {
    font-size: 32px;
    color: #418fe6;
    font-weight: 700;
}

.slb_GuidePage_second .button {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 830px;
    width: 300px;
}

.slb_GuidePage_second .button a {
    display: inline-block;
    font-size: 30px;
    color: #fff;
    text-align: center;
    width: 300px;
    height: 80px;
    line-height: 80px;
    background: url(../images/slb_GuidePage6.png) center center no-repeat;
}


/* 引导页结束 */

@media (max-width: 750px) and (min-width: 320px) {
    /* 引导页开始 */
    .slb_GuidePage_first .img1 {
        display: none;
    }
    .slb_GuidePage_first .img2 {
        display: block;
        width: 0.78rem;
        position: absolute;
        right: 1.3rem;
        top: 2.51rem;
    }
    .slb_GuidePage_first .img3 {
        display: block;
        width: 1.46rem;
        position: absolute;
        top: 0.05rem;
        right: -0.26rem;
    }
    .slb_GuidePage_first .cont {
        width: 100%;
        height: 4.81rem;
        padding-top: 1.7rem;
        top: 3.3rem;
        background: url(../images/slb_GuidePage3.png) no-repeat center;
        background-size: 100%;
    }
    .slb_GuidePage_first .cont p {
        font-size: .3rem;
        line-height: .6rem;
    }
    .slb_GuidePage_first .cont p em {
        font-size: .32rem;
    }
    .slb_GuidePage_first .button {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 8.3rem;
        width: 3rem;
    }
    .slb_GuidePage_first .button a {
        display: inline-block;
        font-size: .3rem;
        color: #fff;
        text-align: center;
        width: 3rem;
        height: .8rem;
        line-height: .8rem;
        background: url(../images/slb_GuidePage6.png) center center no-repeat;
        background-size: 100%;
    }
    .slb_GuidePage_first .button a:nth-child(1) {
        display: none;
    }
    .slb_GuidePage_first .button a:nth-child(2) {
        display: block;
    }
    /* 引导页结束 */
    .new_box {
        width: 95%;
        height: auto;
        border-radius: 0.1rem;
        margin-top: 0px;
        padding: .4rem 0.3rem;
        margin-bottom: 0rem;
        padding-bottom: .4rem;
        overflow: hidden;
    }
    .hot_news .le {
        width: 1.08rem;
        height: 0.6rem;
    }
    .hot_news .le img {
        width: 100%;
    }
    .hot_news h1 {
        width: 78%;
        height: .6rem;
        line-height: .6rem;
        font-size: .42rem;
    }
    .hot_news h1 a {
        height: 0.6rem;
    }
    .hot_news {
        height: .9rem;
        border-bottom: .01rem solid #e1e2ea;
    }
    .content_con01 {
        width: 100% !important;
        margin-top: 0.5rem;
        height: 4.22rem;
        overflow: hidden;
        position: relative;
    }
    .content_con01 .swiper-container {
        position: relative;
    }
    .content_con01 .swiper-slide {
        width: 100%;
        height: 4.22rem;
        overflow: hidden;
    }
    .content_con01 .swiper-slide a {
        display: block;
        position: relative;
    }
    .content_con01 .swiper-slide a img {
        width: 100%;
        height: 4.22rem;
    }
    .content_con01 .swiper-slide a p {
        height: .9rem;
        width: 100%;
        line-height: .9rem;
        padding: 0 0.4rem;
        background: rgba(0, 0, 0, 0.7);
        position: absolute;
        bottom: 0;
        left: 0;
        box-sizing: border-box;
        font-size: .36rem;
        color: #ffffff;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .content_con01 .prev {
        position: absolute;
        right: 0;
        top: 50%;
        display: block;
        width: 0.81rem;
        height: 0.61rem;
        margin-right: 0.3rem;
        background: url(../images/right_bth.png) center center no-repeat;
        background-size: 0.81rem;
        transform: translateY(-50%);
    }
    .content_con01 .next {
        position: absolute;
        left: 0;
        top: 50%;
        display: block;
        margin-left: 0.3rem;
        transform: translateY(-50%);
        width: 0.81rem;
        height: 0.61rem;
        background: url(../images/left_bth.png) center center no-repeat;
        background-size: 0.81rem;
    }
    .nav_top li {
        width: 48%;
        height: auto;
        padding: 0.4rem;
        box-sizing: border-box;
    }
    .nav_top li p {
        font-size: .44rem;
        margin-top: .2rem;
    }
    .nav_top li span {
        font-size: .18rem;
        margin-top: .1rem;
    }
    .nav_top li:nth-child(1) {
        background-size: 100%;
    }
    .nav_top li:nth-child(2) {
        background-size: 100%;
    }
    .nav_cent {
        margin-top: 0.1rem;
    }
    .nav_cent li {
        width: 48%;
        height: auto;
        padding: .3rem 0.39rem;
        margin-right: 0rem;
        border-radius: 0.12rem;
    }
    .nav_cent li p {
        font-size: .44rem;
        margin-top: 1.23rem;
        text-align: center;
    }
    .nav_cent li span {
        font-size: .18rem;
        margin-top: .05rem;
        text-align: center;
    }
    .nav .nav_cent li:nth-child(1) {
        background: url(../images/mob_nav_cio1.png) center center no-repeat;
        background-size: 3.3rem;
    }
    .nav .nav_cent li:nth-child(2) {
        background: url(../images/mob_nav_cio2.png) center center no-repeat;
        background-size: 3.3rem;
        float: right;
    }
    .nav .nav_cent li:nth-child(3) {
        background: url(../images/mob_nav_cio3.png) center center no-repeat;
        background-size: 3.3rem;
        margin-top: 4%;
    }
    .nav .nav_cent li:nth-child(4) {
        background: url(../images/mob_nav_cio4.png) center center no-repeat;
        background-size: 3.3rem;
        float: right;
        margin-top: 4%;
    }
    .nav_bottom {
        margin-top: 0.1rem;
    }
    .nav_bottom li {
        width: 48%;
        height: auto;
        padding: 0.4rem;
        box-sizing: border-box;
    }
    .nav_bottom li p {
        font-size: .44rem;
        margin-top: .2rem;
    }
    .nav_bottom li span {
        font-size: .18rem;
        margin-top: .1rem;
    }
    .nav_bottom li:nth-child(1) {
        background-size: 100%;
    }
    .nav_bottom li:nth-child(2) {
        background-size: 100%;
    }
    .syhf {
        margin: 0 auto;
        margin-top: 0.1rem;
        margin-bottom: 0.1rem;
    }
}