#homePage{
    width: 100%;
}
.swiper-01{
    width: 100%;
    height: 100%;
    position: relative;
}
.swiper-01 .swiper-slide-01{
    background-image: url(./assets/swipers/swiper1.png);
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper-01 .swiper-slide-02{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-image: url(./assets/swipers/swiper2.png);
}
.swiper-01 .swiper-slide-01 .left{
    position: relative;
    right: -100px;
    top: 15px;
    z-index: 9999;
    width: 684px;
    height: 217px;
    background-image: url(./assets/swipers/swiper1-01.png);
}
.swiper-01 .swiper-slide-01 .right{
    width: 660px;
    height: 217px;
    position: relative;
    left: -70px;
    top: 15px;
    background-image: url(./assets/swipers/swiper1-02.png);
}
.swiper-01 .swiper-slide-02 .left{
    width: 532px;
    height: 133px;
    background-image: url(./assets/swipers/swiper2-01.png);
}
.swiper-01 .swiper-slide-02 .right{
    width: 532px;
    height: 133px;
    background-image: url(./assets/swipers/swiper2-02.png);
}
.swiper-01 .swiper-slide {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.swiper-01 .swiper-btn{
    width: 48px;
    height: 70px;
    position: absolute;
    top: calc(50% - 35px);
    z-index: 99999;
    background-image: url(./assets/icons/swiperBtn.png);
}
.swiper-01 .swiper-btn-right{
    right: 158px;
}
.swiper-01 .swiper-btn-left{
    left: 158px;
    transform: rotate(180deg);
}
.swiper-01 .swiper-pagination-clickable{
    margin-bottom: 65px;
}
.swiper-01 .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
    opacity: 1;
}
.swiper-01 .swiper-pagination-bullet-active{
    background-color: #fff;
}

#homePage .section-title{
    background-color: #fff;
    height: 152px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: all ease 1s;
    visibility: hidden;
}
#homePage .section-title .cn-text{
    font-size: 36px;
    color: #333333;
    font-weight: bold;
    position: relative;
    z-index: 99;
}
#homePage .section-title .en-text{
    font-size: 58px;
    color: #F4F4F4;
    font-weight: bold;
    position: absolute;
    z-index: 98;
}


#homePage .section-01{
    width: 100%;
    height: 184px;
    display: flex;
    justify-content: center;
    position: relative;
}
#homePage .section-01 .ul{
    display: flex;
    align-items: center;
    width: 1200px;
}
#homePage .section-01 .li{
    width: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    cursor: pointer;
}
#homePage .section-01 .li:after{
    content: '';
    position: absolute;
    right: 0;
    top: calc(50% - 39px);
    width: 2px;
    height: 78px;
    background-color: #E4E4E4;
    border-radius: 1px;
}
#homePage .section-01 .li:last-child::after{
    content: '';
    width: 0;
}
#homePage .section-01 .li .imgs{
    width: 240px;
    height: 80px;
}
#homePage .section-01 .li .name{
    font-size: 24px;
    font-weight: 400;
    color: #333333;
}
#homePage .section-01 .line{
    width: 300px;
    height: 3px;
    border-radius: 2px;
    background-color: #0B5B91;
    /* transform: translate(0px); */
    transition-duration: 300ms;
    position: absolute;
    bottom: 0px;
    z-index: 9999;
}
#homePage .section-01 .line .arrow{
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: -50px;
    left: calc(50% - 25px);
    background-color: #0B5B91;
    clip-path: polygon(70% 0, 30% 0, 50% 15%);
}

#homePage .swiper-02{
    width: 100%;
    height: 670px;
}
#homePage .section-02{
    width: 100%;
    height: 670px;
    background-image: url(./assets/icons/home/section02.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#homePage .section-02 .left{
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
#homePage .section-02 .left .title{
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    line-height: 48px;
}
#homePage .section-02 .left .desc{
    font-size: 20px;
    font-weight: 400;
    color: #666666;
    line-height: 41px;
    width: 594px;
    margin-top: 30px;
}
#homePage .section-02 .left .btn{
    width: 162px;
    height: 55px;
    background-color: #31AFE5;
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}
#homePage .section-02 .right{
    width: 559px;
    height: 535px;
    background-image: url(./assets/icons/home/section02right-4.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-left: 65px;
}
#homePage .section-02:nth-child(2) .right{
    background-image: url(./assets/icons/home/section02right-2.png);
}
#homePage .section-02:nth-child(3) .right{
    background-image: url(./assets/icons/home/section02right-3.png);
}
#homePage .section-02:nth-child(4) .right{
    background-image: url(./assets/icons/home/section02right-1.png);
}

#homePage .section-03{
    width: 100%;
    height: 406px;
    background-image: url(./assets/icons/home/section03.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
#homePage .section-03 .textImgBox{
    width: 337px;
    height: 156px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-bottom: 70px;
}
#homePage .section-03 .whiteBox{
    background-image: url(./assets/icons/home/section03-5.png);
}
#homePage .section-03 .blueBox{
    background-image: url(./assets/icons/home/section03-6.png);
}
#homePage .section-03 .content{
    width: 1200px;
    height: 352px;
    position: absolute;
    bottom: -259px;
    background-color: #fff;
    box-shadow: 0px 0px 32px 0px rgba(0,0,0,0.1);
    box-sizing: border-box;
    padding: 25px 36px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
#homePage .section-03 .content .li{
    width: 50%;
    height: 50%;
    position: relative;
    display: flex;
    align-items: center;
}
#homePage .section-03 .content .li .left{
    width: 80px;
    height: 80px;
    margin-left: 60px;
}
#homePage .section-03 .content .li .right{
    font-size: 34px;
    font-weight: bold;
    color: #333333;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 27px;
}
#homePage .section-03 .content .li .desc{
    font-size: 24px;
    font-weight: 400;
    margin-top: 8px;
}
#homePage .section-03 .content .li:nth-child(1):before{
    content: '';
    width: 563px;
    height: 2px;
    background-color: #EBEBEA;
    border-radius: 1px;;
    position: absolute;
    bottom: 0;
    right: 0;
}
#homePage .section-03 .content .li:nth-child(1)::after{
    content: '';
    width: 2px;
    height: 126px;
    background-color: #EBEBEA;
    border-radius: 1px;;
    position: absolute;
    bottom: 0;
    right: 0;
}
#homePage .section-03 .content .li:nth-child(4):before{
    content: '';
    width: 563px;
    height: 2px;
    background-color: #EBEBEA;
    border-radius: 1px;;
    position: absolute;
    top: -2px;
    left: -2px;
}
#homePage .section-03 .content .li:nth-child(4)::after{
    content: '';
    width: 2px;
    height: 126px;
    background-color: #EBEBEA;
    border-radius: 1px;;
    position: absolute;
    top: -2px;
    left: -2px;
}

#homePage .section-04{
    width: 100%;
    height: 758px;
    background-color: #F4F4F4;
    color: #333333;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    padding-top: 362px;
}
#homePage .section-04 .left{
    width: 466px;
    height: 267px;
}
#homePage .section-04 .right{
    height: 267px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-left: 50px;
}
#homePage .section-04 .right .title{
    font-size: 30px;
    font-weight: bold;
}
#homePage .section-04 .right .desc{
    font-size: 20px;
    font-weight: 400;
    width: 682px;
    color: #666666;
    line-height: 41px;
}

#homePage .section-05{
    width: 100%;
    height: 524px;
    background-color: #F4F4F4;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
#homePage .section-05 .ul{
    width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#homePage .section-05 .ul .li{
    width: 372px;
    height: 335px;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    border-radius: 14px;
    transition: 0.3s;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 30px 0;
    position: relative;
}
#homePage .section-05 .ul .li .dot{
    position: absolute;
    top: 30px;
    left: 0;
    width: 7px;
    height: 25px;
    background: #31AFE5;
}
#homePage .section-05 .ul .li .title{
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    width: 340px;
    line-height: 22px;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
#homePage .section-05 .ul .li .img{
    width: 332px;
    height: 208px;
}

#homePage .section-05 .btn{
    overflow: hidden;
    width: 179px;
    height: 46px;
    border: 2px solid #31AFE5;
    border-radius: 23px;
    margin-top: 40px;
    text-align: center;
    line-height: 46px;
    color: #31AFE5;
    font-size: 22px;
    font-weight: 400;
    cursor: pointer;
    position: relative;
}
#homePage .section-05 .ul .li:hover{
    transform: translateY(-20px);
}
#homePage .section-05 .btn span a{
    position: relative;
    z-index: 1;
    color: #31AFE5;
}
#homePage .section-05 .btn::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    border-radius: 15px;
    transition: .3s;
    background-color: #31AFE5;
    z-index: 0;

}
#homePage .section-05 .btn:hover::before{
    width: 100%;
}
#homePage .section-05 .btn:hover a{
    color: #fff;
}

#homePage .section-06{
    width: 100%;
    height: 746px;
    background-image: url(./assets/icons/home/section06.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
#homePage .section-06 .content{
    display: flex;
    align-items: flex-start;
    width: 1134px;
    flex-direction: column;
}
#homePage .section-06 .content .title{
    font-size: 50px;
    font-weight: bold;
    color: #fff;
}
#homePage .section-06 .content .title .en{
    color: #43B6E7;
}
#homePage .section-06 .content .title2{
    font-size: 32px;
    font-weight: 400;
    color: #fff;
    margin-top: 28px;
}
#homePage .section-06 .content .desc{
    font-size: 22px;
    margin-top: 25px;
    font-weight: 400;
    color: #fff;
    line-height: 40px;
}
#homePage .section-06 .content .btn{
    width: 162px;
    height: 55px;
    background-color: #fff;
    color: #31AFE5;
    text-align: center;
    line-height: 55px;
    font-size: 22px;
    font-weight: 400;
    margin-top: 40px;
    cursor: pointer;
    border: 1px solid #31AFE5;
    position: relative;
}
#homePage .section-06 .content .btn::before{
    content: '';
    width: 0;
    height: 100%;
    background-color: #31AFE5;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s;
    z-index: 0;
}
#homePage .section-06 .content .btn span{
    position: relative;
    z-index: 1;
}
#homePage .section-06 .content .btn span a{
    color: #31AFE5;
}
#homePage .section-06 .content .btn:hover::before{
    width: 100%;
}
#homePage .section-06 .content .btn:hover a{
    color: #fff;
}
#homePage .section-06 .down{
    margin-top: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
#homePage .section-06 .down .li{
    width: 362px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}
#homePage .section-06 .down .li .title{
    font-size: 85px;
    font-weight: bold;
    text-shadow: 2px 3px 1px #31AFE5;
}
#homePage .section-06 .down .li .title .small{
    font-size: 48px;
}
#homePage .section-06 .down .li .name{
    font-size: 30px;
    font-weight: 400;
}
#homePage .section-06 .down .li:nth-child(2)::before{
    content: '';
    height: 99px;
    width: 3px;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: calc(50% - 40px);
    background-color: #fff;
}
#homePage .section-06 .down .li:nth-child(2)::after{
    content: '';
    height: 99px;
    width: 3px;
    border-radius: 2px;
    position: absolute;
    right: 0;
    top: calc(50% - 40px);
    background-color: #fff;
}


.section-hidden{
    visibility: hidden;
}
.section-transition{
    transition: all ease 1s;
}
.section-show{
    visibility: visible;
}
