.banner {
    width: 100%;
    position: relative;
}

.banner .bg {
    width: 100%;
    overflow: hidden;
}

.banner .bg img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.banner .img {
    position: absolute;
    z-index: 2;
    left: 13.6979%;
    top: 24.177%;
    width: 42.8125%;
}

.banner .wz {
    width: 440px;
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 50%;
    transform: translate(225px, -50%);
    color: #ffffff;
}

.banner .wz h3 {
    font-family: "HELVETICA-BOLD";
    font-size: 3.75rem;
    margin-bottom: 2.5rem;
}

.banner .wz p {
    font-size: 1.25rem;
    line-height: 1.875rem;
}


.title {
    font-family: "HELVETICA-BOLD";
    font-size: 3rem;
    line-height: 3.75rem;
}

.lm {
    font-size: 1.125rem;
    line-height: 1.875rem;
}

.box1 {
    /* padding: 50px 0 240px; */
    padding: 2.6041% 0 12.5%;
    /* background: url(../images/about_10.jpg) no-repeat center bottom; */
    background-size: contain;
    min-height: 49.375rem;
}

.box1 .l {
    width: 100%;
    /* width: 59.0277%; */
    /* 850px */
}

.box1 .l .title {
    background-image: linear-gradient(45deg, #1b3055, #3c9ed9, #031c4d, #5578bf);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    margin: .625rem 0 1.875rem;
}

.box1 .l .con {
    font-size: 1.125rem;
    line-height: 2.25rem;
}

.box2 {
    position: relative;
    width:100%;
    overflow:hidden;
}

.box2 .img img {
    width: 100%;
}

.box2 .con {
    position: absolute;
    left: 0;
    top: 6.25%;    /* 120px */
    width: 100%;
    text-align: center;
}

.box2 .con .lm {
    color: #ffffff;
}

.box2 .con .title {
    color: #ffffff;
    margin: 0.5208% 0 2.6041%;
    /* margin: 10px 0 50px; */
}

.box2 .con .wz {
    width: 96%;
    max-width: 950px;    /* 950px */
    margin: 0 auto;
    font-size: 1.5rem;
    line-height: 2.25rem;
    color: #ffffff;
}

.box3 .title {
    text-align: center;
    margin: 5.625rem 0 3.125rem;
}

.box3 .top {
    margin-bottom: 4.375rem;
    background: url(../images/about_30.jpg) no-repeat center 54px;
}

.box3 .top .swiper-slide {
    display: flex;
    justify-content: center;
}

.box3 .top .swiper-slide dl {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.box3 .top .swiper-slide dl dt {
    font-family: "HELVETICA-BOLD";
    font-size: 1.125rem;
    text-align: center;
    line-height: 36px;
    padding-bottom: 18px;
    margin-bottom: 2.125rem;
}

.box3 .top .swiper-slide dl dd p {
    margin-top: .9375rem;
    font-size: 1rem;
    line-height: 1.875rem;
}

.box3 .bottom {
    margin-bottom: 7.5rem;
}

.box3 .bottom .swiper-wrapper {
    justify-content: center;
}

.box3 .bottom .swiper-slide span {
    display: block;
    width: 2.75rem;
    height: 2.75rem;
    border: 1px solid #b2b2b2;
    font-size: .875rem;
    color: #b2b2b2;
    text-align: center;
    line-height: 2.75rem;
    border-radius: 50%;
    cursor: pointer;
}

.box3 .bottom .swiper-slide.swiper-slide-thumb-active span {
    border: #035ca7;
    background: #035ca7;
    color: #ffffff;
}

.box4 {
    position: relative;
    z-index: 2;
    width:100%;
    overflow:hidden;
}

.box4 .img img {
    width: 100%;
}

.box4 .con {
    position: absolute;
    left: 0;
    top: 6.25%;
    width: 100%;
    text-align: center;
}

.box4 .con .title {
    color: #ffffff;
    margin-bottom: 4.6875%;    /* 90px */
}

.box4 .con .mySwiper {
    width: 96%;    /* 1843px */
    height: 60%;
}

.box4 .con .mySwiper .swiper-wrapper {
    align-items: flex-end;
}

.box4 .con .mySwiper .swiper-slide {
    width: 200px;    /* 200px */
    display: flex;
    justify-content: space-between;
    /* align-items: flex-end; */
}

.box4 .con .mySwiper .swiper-slide .img {
    max-height: 100%;
    overflow: hidden;
}
.box4 .con .mySwiper .swiper-slide .img img{
    width:auto;
    /* height: 100%; */
    max-width: 100%;
    max-height: 100%;
    border-radius: .9375rem;
}

.box4 .con .mySwiper .swiper-slide .wz {
    display: none;
}

.box4 .con .mySwiper .swiper-slide-active {
    width: 52.6315%;
    /* 970px */
}

.box4 .con .mySwiper .swiper-slide-active .img {
    width: 35.0515%;
    /* 340px */
}
.box4 .con .mySwiper .swiper-slide-active .img img{
    width: 100%;
    max-width: none;
}

.box4 .con .mySwiper .swiper-slide-active .wz {
    display: block;
    width: 49.4845%;/* 480px */
    height: 100%;
    margin-right: 5.6701%;
    color: #ffffff;
    text-align: left;
}

.box4 .con .mySwiper .swiper-slide-active .wz h3 {
    margin-top: 2.5rem;
    font-size: 2.25rem;
    line-height: 3rem;
}

.box4 .con .mySwiper .swiper-slide-active .wz p {
    font-size: 1.5rem;
    line-height: 3rem;
    margin-bottom: 1.875rem;
}

.box4 .con .mySwiper .swiper-slide-active .wz div {
    font-size: 1rem;
    line-height: 1.875rem;
}

.box4 .con .mySwiper .swiper-button-prev {
    width: 3.125rem;
    height: 3.125rem;
    background: #035ca7;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: auto;
    bottom: 26%;
}

.box4 .con .mySwiper .swiper-button-prev:after {
    content: '';
}

.box4 .con .mySwiper .swiper-button-prev span {
    font-size: 1.5rem;
    color: #ffffff;
}

.box4 .con .mySwiper .swiper-button-next {
    width: 3.125rem;
    height: 3.125rem;
    background: #035ca7;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    top: auto;
    bottom: 26%;
}

.box4 .con .mySwiper .swiper-button-next:after {
    content: '';
}

.box4 .con .mySwiper .swiper-button-next span {
    font-size: 1.5rem;
    color: #ffffff;
}


.box5{
    overflow: hidden;
}
.box5 .title {
    background-image: linear-gradient(45deg, #1b3055, #3c9ed9, #031c4d, #5578bf);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    margin: 0.625rem 0 1.875rem;
}
.box5 .top {
    display: flex;
    justify-content: space-between;
}
.box5 .top .l{
    width: 50%;
}
.box5 .top .l ul{
    display: flex;
    flex-wrap: wrap;
}
.box5 .top .l ul li{
    width: 33.3333%;
    padding: 0 15px;
    text-align: center;
}
.box5 .top .l ul li img{
    width: 100%;
    aspect-ratio: 410/540;
}
.box5 .top .l ul li p{
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; 
    overflow: hidden;
}
.box5 .top .r{
    width: 46%;
}
.box5 .top .r img{
    max-width: 90%;
    margin: 0 auto;
}


.box5 .bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.box5 .bottom .l {
    width: 62.5%;
}

.box5 .bottom .l .mySwiper {
    padding-bottom: 3.75rem;
    margin-bottom: 6.25rem;
}

.box5 .bottom .l .mySwiper .swiper-button-next {
    z-index: 11;
    width: 3.125rem;
    height: 3.125rem;
    border: 1px solid #f6f6f6;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: auto;
    left: calc(50% + 3.125rem);
    bottom: 0;
}

.box5 .bottom .l .mySwiper .swiper-button-next:after {
    content: '';
}

.box5 .bottom .l .mySwiper .swiper-button-next span {
    font-size: 1.5rem;
    color: #b2b2b2;
}

.box5 .bottom .l .mySwiper .swiper-button-next:hover {
    border: 1px solid #035ca7;
    background: #035ca7;
}

.box5 .bottom .l .mySwiper .swiper-button-next:hover span {
    color: #ffffff;
}

.box5 .bottom .l .mySwiper .swiper-button-prev {
    z-index: 11;
    width: 3.125rem;
    height: 3.125rem;
    border: 1px solid #f6f6f6;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: auto;
    left: calc(50% - 6.25rem);
    bottom: 0;
}

.box5 .bottom .l .mySwiper .swiper-button-prev:after {
    content: '';
}

.box5 .bottom .l .mySwiper .swiper-button-prev span {
    font-size: 1.5rem;
    color: #b2b2b2;
}

.box5 .bottom .l .mySwiper .swiper-button-prev:hover {
    border: 1px solid #035ca7;
    background: #035ca7;
}

.box5 .bottom .l .mySwiper .swiper-button-prev:hover span {
    color: #ffffff;
}

.box5 .bottom .l .mySwiper .swiper-pagination {
    bottom: 0;
    display: block;
    font-size: 1.125rem;
    line-height: 3.125rem;
}

.box5 .bottom .l .swiper-slide div {
    border: 1px solid #cccccc;
    margin-bottom: .625rem;
    aspect-ratio: 350/400;
    display: flex;
    justify-content: center;
    align-items: center;
}
.box5 .bottom .l .swiper-slide div img{
    max-width: 100%;
    max-height: 100%;
}

.box5 .bottom .l .swiper-slide p {
    font-size: 1rem;
    line-height: 1.875rem;
    text-align: center;
}

.box5 .bottom .r {
    width: 33.3333%;
    padding: 0 0 6.25rem;
    position: relative;
}

.box5 .bottom .r .con {
    font-size: 1rem;
    line-height: 1.875rem;
}

.box5 .bottom .r .con p {
    margin-bottom: 1.875rem;
}

.box5 .bottom .r .con p .num {
    display: inline-block;
    font-style: normal;
    width: 1.625rem;
    height: 1.625rem;
    font-size: 1rem;
    background: #035ca7;
    color: #ffffff;
    text-align: center;
    line-height: 1.625rem;
    border-radius: 50%;
    margin-right: .3125rem;
}


@media (max-width: 1360px) {
    .banner .wz{
        left: auto;
        right: 0;
        transform: translate(0, -50%);
    }

    .box4 .con{
        height: 100%;
        padding: 3% 0;
    }
    .box4 .con .title{
        margin-bottom: 3%;
    }

    .box4 .con .mySwiper .swiper-slide{
        width: 120px;
        align-items: flex-end;
    }
    .box4 .con .mySwiper .swiper-slide-active{
        width: 600px;
    }
}

@media (max-width: 1199px) {
    .box2 .con .wz img{
        height: 60px;
    }
}

@media (max-width: 768px) {
    .banner .bg img{
        width: 100%;
    }
    .banner .img{
        width: 42.8125%;
        left: 13.6%;
        top: 24.1538%;
        transform: translateX(0);
    }
    .banner .img img{
        width: 100%;
    }
    .banner .wz{
        width: 48%;
        left: 50%;
        transform: translate(0, -50%);
    }
    .banner .wz h3{
        font-size: 1.25rem;
        line-height: 1.875rem;
        margin-bottom: .625rem;
    }
    .banner .wz p{
        font-size: .875rem;
        line-height: 1.25rem;
    }

    .lm{
        font-size: .875rem;
        line-height: 1.25rem;
    }
    .title{
        font-size: 1.875rem;
        line-height: 2.5rem;
    }

    .box1 .l{
        width: 100%;
    }
    .box1 .l .title{
        margin: .625rem 0 .9375rem;
    }
    .box1 .l .con{
        font-size: 1rem;
        line-height: 1.875rem;
    }
    .box1 .l .con img{
        max-width: 100%;
        height: auto!important;
    }

    .box2 .img img{
        max-width: 150%;
        width: 150%;
        object-fit: cover;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
    .box2 .con{
        top: 1.875rem;
    }
    .box2 .con .title{
        margin: .3125rem 0 .9375rem;
    }
    .box2 .con .wz{
        font-size: .875rem;
        line-height: 1.25rem;
    }
    .box2 .con .wz img{
        width: 3.125rem;
        height:auto;
    }

    .box3 .title{
        margin: .625rem 0 .9375rem;
    }
    .box3 .top{
        margin-bottom: .9375rem;
    }
    .box3 .top .swiper-slide dl dd img{
        width: 100%;
    }
    .box3 .top .swiper-slide dl dd p{
        font-size: .875rem;
        line-height: 1.25rem;
    }
    .box3 .top .swiper-slide.empty:nth-last-child(-n+3){
        display: none;
    }
    .box3 .bottom{
        margin:0 2% 3.125rem;
    }
    .box3 .bottom .swiper-wrapper {
        justify-content: flex-start;
    }
    .box3 .bottom .swiper-slide span{
        margin: 0 auto;
    }

    .box4 .img img{
        width: 180%;
        max-width: none;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
    .box4 .con .title{
        margin-bottom: 1.25rem;
    }
    .box4 .con .mySwiper{
        height: 70%;
    }
    .box4 .con .mySwiper .swiper-slide{
        /*width: 80px;*/
        align-items: center;
    }
    /*.box4 .con .mySwiper .swiper-slide-active{*/
    /*    width: 250px;*/
    /*}*/
    .box4 .con .mySwiper .swiper-slide .img{
        width: 30%;
    }
    .box4 .con .mySwiper .swiper-slide .img img{
        max-width:100%;
        height:100%;
    }
    .box4 .con .mySwiper .swiper-slide-active .img{
        width: 30%;
    }
    .box4 .con .mySwiper .swiper-slide-active .img img{
        height: 100%;
    }
    .box4 .con .mySwiper .swiper-slide-active .wz{
        width: 65%;
        margin-right: 0;
    }
    .box4 .con .mySwiper .swiper-slide-active .wz h3{
        margin-top: .625rem;
        font-size: 1.5rem;
        line-height: 1.875rem;
    }
    .box4 .con .mySwiper .swiper-slide-active .wz p{
        font-size: 1.25rem;
        line-height: 1.875rem;
        margin-bottom: .625rem;
    }
    .box4 .con .mySwiper .swiper-slide-active .wz div{
        font-size: .875rem;
        line-height: 1.25rem;
    }
    .box4 .con .mySwiper .swiper-button-prev{
        top: var(--swiper-navigation-top-offset, 50%);
        bottom: auto;
    }
    .box4 .con .mySwiper .swiper-button-next{
        top: var(--swiper-navigation-top-offset, 50%);
        bottom: auto;
    }

    .box5 .w1440{
        flex-direction: column;
    }
    .box5 .top{
        flex-wrap: wrap;
    }
    .box5 .top .l{
        width: 100%;
    }
    .box5 .top .l ul li{
        padding: 0 5px;
    }
    .box5 .top .r{
        width: 100%;
        margin: 15px 0 0;
    }
    .box5 .top .r img{
        max-width:100%;
        width: 100%;
    }
    .box5 .bottom{
        flex-wrap: wrap;
    }
    .box5 .bottom .l{
        width: 100%;
    }
    .box5 .bottom .r{
        width: 100%;
    }


    
}

@media (max-width: 550px) {

}