.banner{
    width: 100%;
    position: relative;
}
.banner .bg{
    width: 100%;
    overflow: hidden;
}
.banner .bg img{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.banner .wz{
    width: 100%;
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    color: #ffffff;
    text-align: center;
}
.banner .wz h3{
    font-family: "HELVETICA-BOLD";
    font-size: 4.5rem;
    margin-bottom: 2.5rem;
}
.banner .wz p{
    font-size: 1.5rem;
    line-height: 2.25rem;
}


.box{
    width: 100%;
    overflow: hidden;
    background: #f7f7f7;
    position: relative;
    display: flex;
}
.box .w1440{
    display: flex;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
.box .w1440 .l{
    width: 50%;
}
.box .w1440 .l>.tit{
    margin: 5rem 0 .9375rem;
    font-family: "HELVETICA-BOLD";
    font-size: 3.125rem;
}
.box .w1440 .l>.con{
    font-size: 1.25rem;
    line-height: 1.875rem;
    margin-bottom: 3.125rem;
}
.box>.img{
    width: 50%;
}
.box>.img .img-inner{
    width: 100%;
    aspect-ratio: 960/870;
}
.box>.img .img-inner img{
    width: 100%;
}


.box1{
    justify-content: flex-end;
}
.box1 .w1440 .l{
    padding-right: 13.8888%;
}
.box1 .w1440 .l .tit2{
    font-family: "HELVETICA-BOLD";
    font-size: 1.5rem;
    line-height: 2.25rem;
}
.box1 .w1440 .l ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.box1 .w1440 .l ul li{
    min-width: 40%;
    font-size: 1.125rem;
    line-height: 2.5rem;
    color: #666666;
}


.box2 .w1440{
    justify-content: flex-end;
}
.box2 .w1440 .l{
    padding-left: 5.5555%;
}
.box2 .w1440 .l .mySwiper .swiper-slide{
    display: flex;
    flex-direction: column;
    background: #ffffff;
}
.box2 .w1440 .l .mySwiper .swiper-slide .img img{
    width: 100%;
}
.box2 .w1440 .l .mySwiper .swiper-slide .con{
    padding: .9375rem;
    aspect-ratio: 317/220;
}
.box2 .w1440 .l .mySwiper .swiper-slide .con h3{
    font-family: "HELVETICA-BOLD";
    font-size: 1.125rem;
    line-height: 1.5rem;
    margin-bottom: .625rem;
}
.box2 .w1440 .l .mySwiper .swiper-slide .con p{
    font-size: 1rem;
    line-height: 1.5rem;
}
.box2 .w1440 .l .mySwiper .swiper-slide .con a{
    display: flex;
    justify-content: flex-end;
}
.box2 .w1440 .l .mySwiper .swiper-slide .con a span{
    display: block;
    width: 6.875rem;
    height: 2.625rem;
    background: #000000;
    border-radius: 1.3125rem;
    font-size: 1rem;
    line-height: 2.625rem;
    text-align: center;
    color: #ffffff;
}
.box2 .w1440 .l .mySwiper .swiper-slide:nth-child(2n){
    flex-direction: column-reverse;
}
.box2 .w1440 .l .lists{
    position: relative;
}
.box2 .w1440 .l .lists .swiper-button-next{
    width: 3.125rem;
    height: 3.125rem;
    background: #c1c1c1;
    border-radius: 50%;
    right: -4.375rem;
}
.box2 .w1440 .l .lists .swiper-button-next:after{
    content: '';
}
.box2 .w1440 .l .lists .swiper-button-next:hover{
    background: #035ca7;
}
.box2 .w1440 .l .lists .swiper-button-next span{
    color: #ffffff;
}
.box2 .w1440 .l .lists .swiper-button-prev{
    width: 3.125rem;
    height: 3.125rem;
    background: #c1c1c1;
    border-radius: 50%;
    left: -4.375rem;
}
.box2 .w1440 .l .lists .swiper-button-prev:after{
    content: '';
}
.box2 .w1440 .l .lists .swiper-button-prev:hover{
    background: #035ca7;
}
.box2 .w1440 .l .lists .swiper-button-prev span{
    color: #ffffff;
}

.box3 .w1440{
    justify-content: flex-end;
}
.box3 .w1440 .l{
    padding-left: 3.6458%;
}
.box3 .w1440 .l .con{
    margin-bottom: 1.5rem;
}
.box3 .w1440 .l .tit2{
    font-family: "HELVETICA-BOLD";
    font-size: 1.5rem;
    line-height: 2.25rem;
}
.box3 .w1440 .l ul{
    display: flex;
}
.box3 .w1440 .l ul li{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 1.5625rem;
}
.box3 .w1440 .l ul li p{
    font-size: 1.125rem;
    line-height: 1.5rem;
    margin-top: .9375rem;
}


.box4{
    justify-content: flex-end;
}
.box4 .w1440 .l{
    padding-right: 5.5555%;
}
.box4 .w1440 .l .mySwiper .swiper-slide{
    display: flex;
    flex-direction: column;
    background: #ffffff;
}
.box4 .w1440 .l .mySwiper .swiper-slide .img img{
    width: 100%;
}
.box4 .w1440 .l .mySwiper .swiper-slide .con{
    padding: .9375rem;
    aspect-ratio: 317/220;
}
.box4 .w1440 .l .mySwiper .swiper-slide .con h3{
    font-family: "HELVETICA-BOLD";
    font-size: 1.125rem;
    line-height: 1.5rem;
    margin-bottom: .625rem;
}
.box4 .w1440 .l .mySwiper .swiper-slide .con p{
    font-size: 1rem;
    line-height: 1.5rem;
}
.box4 .w1440 .l .mySwiper .swiper-slide .con a{
    display: flex;
    justify-content: flex-end;
}
.box4 .w1440 .l .mySwiper .swiper-slide .con a span{
    display: block;
    width: 6.875rem;
    height: 2.625rem;
    background: #000000;
    border-radius: 1.3125rem;
    font-size: 1rem;
    line-height: 2.625rem;
    text-align: center;
    color: #ffffff;
}
.box4 .w1440 .l .mySwiper .swiper-slide:nth-child(2n){
    flex-direction: column-reverse;
}
.box4 .w1440 .l .lists{
    position: relative;
}
.box4 .w1440 .l .lists .swiper-button-next{
    width: 3.125rem;
    height: 3.125rem;
    background: #c1c1c1;
    border-radius: 50%;
    right: -4.375rem;
}
.box4 .w1440 .l .lists .swiper-button-next:after{
    content: '';
}
.box4 .w1440 .l .lists .swiper-button-next:hover{
    background: #035ca7;
}
.box4 .w1440 .l .lists .swiper-button-next span{
    color: #ffffff;
}
.box4 .w1440 .l .lists .swiper-button-prev{
    width: 3.125rem;
    height: 3.125rem;
    background: #c1c1c1;
    border-radius: 50%;
    left: -4.375rem;
}
.box4 .w1440 .l .lists .swiper-button-prev:after{
    content: '';
}
.box4 .w1440 .l .lists .swiper-button-prev:hover{
    background: #035ca7;
}
.box4 .w1440 .l .lists .swiper-button-prev span{
    color: #ffffff;
}

.box5{
    justify-content: flex-end;
}
.box5 .w1440 .l {
    padding-right: 5.5555%;
}
.box5 .w1440 .l .con{
    margin-bottom: 1.5rem;
}
.box5 .w1440 .l .tit2{
    font-family: "HELVETICA-BOLD";
    font-size: 1.5rem;
    line-height: 2.25rem;
}
.box5 .w1440 .l .lists{
    position: relative;
}
.box5 .w1440 .l .lists .swiper-button-next{
    width: 3.125rem;
    height: 3.125rem;
    background: #c1c1c1;
    border-radius: 50%;
    right: -4.375rem;
}
.box5 .w1440 .l .lists .swiper-button-next:after{
    content: '';
}
.box5 .w1440 .l .lists .swiper-button-next:hover{
    background: #035ca7;
}
.box5 .w1440 .l .lists .swiper-button-next span{
    color: #ffffff;
}
.box5 .w1440 .l .lists .swiper-button-prev{
    width: 3.125rem;
    height: 3.125rem;
    background: #c1c1c1;
    border-radius: 50%;
    left: -4.375rem;
}
.box5 .w1440 .l .lists .swiper-button-prev:after{
    content: '';
}
.box5 .w1440 .l .lists .swiper-button-prev:hover{
    background: #035ca7;
}
.box5 .w1440 .l .lists .swiper-button-prev span{
    color: #ffffff;
}

@media (max-width: 1300px) {
    
}

@media (max-width: 1199px) {
    
}

@media (max-width: 768px) {
    .banner .bg img{
        width: 100%;
    }
    .banner .img img{
        width: 100%;
    }
    .banner .wz h3{
        font-size: 1.25rem;
        line-height: 1.875rem;
        margin-bottom: .625rem;
    }
    .banner .wz p{
        font-size: .875rem;
        line-height: 1.25rem;
    }



    .title{
        font-size: 1.5rem;
        line-height: 2.5rem;
        margin: 1.875rem 0 .9375rem;
    }
    .subtitle{
        font-size: 1rem;
        line-height: 1.875rem;
        margin: .9375rem 0 1.875rem;
    }

    .box{
        flex-direction: column;
    }
    .box .w1440{
        position: inherit;
        left: auto;
        transform: translate(0);
    }
    .box .w1440 .l{
        width: 100%;
    }
    .box .w1440 .l>.tit{
        font-size: 1.875rem;
        margin: 3.125rem 0 .625rem;
    }
    .box .w1440 .l>.con{
        font-size: 16px;
        line-height: 1.875rem;
        margin-bottom: 1.25rem;
    }
    .box>.img{
        width: 100%;
    }
    .box1 .w1440 .l ul li{
        font-size: 1rem;
        line-height: 1.875rem;
    }
    .box1 .w1440 .l{
        padding-right: 0;
    }
    .box2 .w1440 .l{
        padding-left: 0;
    }
    .box2 .w1440 .l .lists{
        margin-bottom: 1.25rem;
    }
    
    
    
}

@media (max-width: 550px) {

}