.section {
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section_box {
    width: 16rem;
    height: 100vh;
    box-sizing: border-box;
    padding-top: 1rem;
    margin: 0 auto;
    display: flex;
    align-items: center; 
}

.common_tit {
    position: relative;
    height: 1.32rem;
}

.common_tit_en {
    font-size: 1rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #05529F;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .1;
}

.common_tit_cn {
    font-size: 0.6rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #05529F;
    position: absolute;
    bottom: 0;
    left: 0;
    white-space: nowrap;
}

.index_more {
    width: 2.6rem;
    height: 0.5rem;
    border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
    opacity: 1;
    border: 0.02rem solid #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    bottom: 33.96%;
    transform: translateX(-50%);
    z-index: 100;
    font-size: 0.2rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

.mouse {
    width: .62rem !important;
    height: auto !important;
    position: absolute;
    left: 50%;
    bottom: 4.17%;
    transform: translateX(-50%);
}

.section2_left {
    width: 6.3rem;
    margin-right: 1.7rem;
}

.section2_tit {
    font-size: 0.3rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    margin-top: 1.2rem;
}

.section2_txt {
    font-size: 0.18rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    text-indent: 2em;
    line-height: 0.36rem;
    margin-top: .3rem;
}

.section2_bottom {
    margin-top: .74rem;
}

.section2_bottom .section2_txt {
    text-indent: 0;
}

.section2_txt>span {
    margin-right: .2rem;
    font-size: 0.24rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #05529F;
    line-height: 0.36rem;
}

.section2_right {
    width: 8rem;
    height: 8rem;
    background-image: url(../imgs/index/section2-back.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.section2_item {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    box-sizing: border-box;
    padding: .1rem;
    box-shadow: 0rem 0.05rem 0.15rem 0.01rem rgba(0,0,0,0.05);
    transition: all .3s;
}

.section2_item:hover {
    box-shadow: 0rem 0.1rem 0.15rem 0.01rem rgba(0,0,0,0.5);
    transform: translateY(-0.1rem);
}

.section2_item_tit {
    font-size: 0.16rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #05529F;
    margin-bottom: .1rem;
}


.section2_item_txt {
    font-size: 0.14rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 0.26rem;
}

.section2_item:nth-child(1) {
    width: 2rem;
    height: 1.2rem;
    top: 1.1rem;
    left: 2.4rem;
    background-image: url(../imgs/index/section2-back1.png);
}

.section2_item:nth-child(2) {
    width: 4.6rem;
    height: 2.4rem;
    top: 2.8rem;
    left: -.9rem;
    background-image: url(../imgs/index/section2-back2.png);
    padding: .3rem;
}

.section2_item:nth-child(2) .section2_item_tit {
    font-size: 0.24rem;
    color: #FFFFFF;
}

.section2_item:nth-child(2) .section2_item_txt {
    color: #FFFFFF;
}

.section2_item:nth-child(3) {
    width: 2.4rem;
    height: 1.4rem;
    top: 3.2rem;
    left: 4.2rem;
    background-image: url(../imgs/index/section2-back3.png);
}

.section2_item:nth-child(4) {
    width: 1.6rem;
    height: 1rem;
    top: 5.5rem;
    left: -.7rem;
    background-image: url(../imgs/index/section2-back4.png);
}

.section2_item:nth-child(5) {
    width: 3.8rem;
    height: 1.8rem;
    top: 5.8rem;
    left: 1.4rem;
    background-image: url(../imgs/index/section2-back5.png);
    padding: .2rem;
}

.section2_item:nth-child(5) .section2_item_tit {
    font-size: 0.24rem;
}

.swiper2 {
    --swiper-navigation-color: #CCCCCC;
    /* 单独设置按钮颜色 */
    --swiper-navigation-size: .16rem;
    /* 设置按钮大小 */
}

.swiper2 .swiper-button-next,
.swiper2 .swiper-button-prev {
    width: .4rem;
    height: .4rem;
    border-radius: 50%;
    border: .01rem solid #CCCCCC;
    top: auto;
    bottom: 25.52%;
}

.swiper2 .swiper-button-next {
    left: 5.34rem;
}

.swiper2 .swiper-button-prev {
    left: 3.46rem;
}

.swiper2 .swiper-pagination {
    display: flex;
    width: fit-content;
    bottom: 25.52%;
    left: 4.26rem;
}

.swiper2 .swiper-pagination span:first-child {
    font-size: 0.4rem;
    font-family: Bahnschrift, Bahnschrift;
    font-weight: 400;
    color: #05529F;
    margin-right: .1rem;
}

.swiper2 .swiper-pagination span:last-child {
    font-size: 0.2rem;
    font-family: Bahnschrift, Bahnschrift;
    font-weight: 400;
    color: #999999;
}

.swiper2_text {
    width: 6rem;
    position: absolute;
    left: 1.06rem;
    top: 22.92%;
}

.swiper2_text .common_tit {
    width: 5.13rem;
    height: 3.3rem;
    margin: 0 auto .2rem;
}

.swiper2_text .common_tit_en {
    font-size: 2.5rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #05529F;
    position: absolute;
    left: 0;
    top: 0;
}

.swiper2_text .common_tit_cn {
    font-size: 0.6rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    transform: translate(-50%, -50%);
}

.swiper2_txt {
    font-size: 0.26rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.section4{
    position: relative;
}

.section4 .common_tit{
    position: absolute;
    top: 12.5%;
    left: 1.6rem;
}

.section4_bottom{
    width: 100%;
    height: 41.67%;
    background: #F0F5FB;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.section4_content{
    position: absolute;
    right: 2.2rem;
    bottom: 0;
    width: 14rem;
    height: 8.4rem;
}

.section4_content::after{
    content: '';
    width: 1rem;
    height: 1rem;
    background: #80C5DB;
    position: absolute;
    right: -1rem;
    bottom: 1.1rem;
}

.section4_item{
    width: 3.5rem;
    height: 3.5rem;
    position: absolute;
}

.section4_item:nth-child(1){
    top: 2.7rem;
    left: 0;
}
.section4_item:nth-child(2){
    top: .7rem;
    left: 3.5rem;
}
.section4_item:nth-child(3){
    top: 4.2rem;
    left: 3.5rem;
}

.section4_item:nth-child(4){
    top: 1.4rem;
    left: 7rem;
}
.section4_item:nth-child(5){
    top: 4.9rem;
    left: 7rem;
}

.section4_item:nth-child(6){
    top: 0;
    right: 0;
}
.section4_item:nth-child(7){
    top: 3.5rem;
    right: 0;
}

.section4_item_box{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.section4_item_box img{
    width: 1.4rem;
    height: 1.4rem;
    margin-bottom: .3rem;
}

.section4_item_box p{
    font-size: 0.27rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
}

.section5{
    background-image: url(../imgs/index/section5-back.png);
}

.section5_box{
    flex-direction: column;
    justify-content: center;
    align-items: normal;
}

.section5_top{
    width: 100%;
    display: flex;
    margin-top: .6rem;
    justify-content: space-between;
}

.section5_top a:nth-child(1){
    width: 9rem;
    height: 3.2rem;
    position: relative;
}

.section5_top a:nth-child(2){
    width: 6.6rem;
    height: 3.2rem;
    position: relative;
}

.new_text{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 .3rem;
    box-sizing: border-box;
}

.new_tit{
    font-size: 0.26rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: .15rem;
}

.new_txt{
    font-size: 0.13rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: .15rem;
}

.section5_bottom{
    display: flex;
    margin-top: .3rem;
    margin-bottom: .78rem;
}
.new_item{
    width: 3.7rem;
    height: 2.2rem;
    padding: .3rem;
    box-sizing: border-box;
    background: #FFFFFF;
    margin-right: .4rem;
}

.new_item:nth-child(4n){
    margin-right: 0;
}
.new_item_tit{
    font-size: 0.18rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    line-height: 0.3rem;
}

.new_item_txt{
    font-size: 0.16rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 0.28rem;
    margin-bottom: .1rem;
}

.new_item_bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.new_time{
    font-size: 0.18rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #05529F;
    display: flex;
    align-items: flex-end;
}
.new_time b{
    font-size: 0.36rem;
    line-height: 1;
}

.new_more{
    width: .3rem;
    height: .3rem;
    display: flex;
}

.index_banner{
    display: block;
}
.mobile_banner{
    display: none;
}


@media only screen and (max-width:1024px){
    .section_box{
        width: 100%;
    }
    .section2_left{
        width: 100%;
        margin: 0;
        padding: 15px;
        box-sizing: border-box;
    }
    .section2_tit{
        font-size: 18px;
    }
    .section2_txt,
    .section2_bottom .section2_txt,
    .section2_txt>span{
        font-size: 12px;
    }
    .section2_right{
        display: none;
    }
    .section4 .common_tit{
        left: 15px;
    }
    .section4_content{
        width: 100%;
        padding: 15px;
        right: 0;
        box-sizing: border-box;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        align-content: flex-start;
        margin-bottom: 0.5rem;
    }
    .section4_item,
    .section4_item_box{
        position: static;
    }
    .section4_item_box{
         transform: translateY(-110%);
    }
    .section4_item_box img{
        margin-bottom: 0;
        width: 1rem;
        height: 1rem;
    }
    .section4_item{
        width: 50%;
        height: 2rem;
        /*margin-right: 4%;
        margin-bottom: 4%;*/
    }
    .section4_item:nth-child(3n){
        margin-right: 0;
    }
    .section4_item_box p{
        text-align: center;
    }
    .section5_top{
        padding: 15px;
        box-sizing: border-box;
        flex-direction: column;
        margin: 0;
    }
    .section5_top a{
        width: 100%!important;
        height: 2rem!important;
    }
    .new_tit{
        font-size: 14px;
    }
    .new_txt{
        font-size: 12px;
    }
    .section5_bottom{
        margin: 0;
        padding: 15px;
        box-sizing: border-box;
        flex-wrap: wrap;
    }
    .new_item{
        width: 48%;
        margin-right: 4%;
        margin-bottom: 4%;
    }
    .new_item:nth-child(2n){
        margin-right: 0;
    }
    .new_item_tit{
        font-size: 14px;
    }
    /*.fp-auto-height{*/
    /*    display: none!important;*/
    /*}*/
    .section5_box .common_tit{
        left: 15px;
    }
    /*.section5_box .common_tit_en{*/
    /*    left: 15px;*/
    /*}*/
    
    footer{
        display: none!important;
    }
    
    .fp-auto-height footer{
        display: block!important;
    }
    .index_banner{
        display: none;
    }
    .mobile_banner{
        display: block;
    }
    .index_more{
        display: none;
    }
    .section4_item:nth-child(odd){
        margin-top: 10%;
        margin-bottom: -6%;
    }
}
