.section5 {
    padding: 120px 0;
    background: #F7F8FC;
}

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

.section5 .title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.box5NavSwiper {
    position: relative;
    overflow: visible;
    width: 500px;
    display: flex;
}

.box5NavSwiper .swiper-wrapper {
    display: flex;
    justify-content: center;
}

.box5NavSlide {
    margin: 0 15px !important;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    color: #B8B8B8;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
}

.box5NavSlide.swiper-slide-thumb-active {
    color: #fff;
    background: var(--color);
    box-shadow: 0px 20px 20px rgba(217, 38, 57, 0.20);
}

.box5NavSwiper .swiper-button-prev,
.box5NavSwiper .swiper-button-next {
    width: 60px;
    height: 60px;
    color: #9B9B9B;
    margin: 0;
    top: auto;
    bottom: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box5NavSwiper .swiper-button-prev {
    left: 0;
    right: auto;
}

.box5NavSwiper .swiper-button-next {
    left: auto;
    right: 0;
}

.box5NavSwiper .swiper-button-next:after,
.box5NavSwiper .swiper-button-prev:after {
    font-size: 12px;
    font-weight: bold;
}

/* 内容 */
.box5 {
    margin-top: 75px;
    border-radius: 25px;
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.10);

}

.box5Swiper {
    border-radius: 25px;
    background: #FFF;
    overflow: hidden;
}

.box5Slide {
    display: flex;
}

.box5Slide .left {
    width: 50%;
    box-shadow: 30px 0px 60px 0px rgba(0, 0, 0, 0.25);
}

.box5Slide .left .item {
    display: block;
    position: relative;
}

.box5Slide .left .item .bj {
    position: relative;
    width: 100%;
    object-fit: cover;
}

.box5Slide .left .item .text {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    padding: 75px 90px;
}

.box5Slide .left .item .text span {
    color: #FFF;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 2px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}

.box5Slide .left .item .text span p {
    margin: 0;
    color: #FFF;
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 4px;
}

.box5Slide .left .item h1 {
    color: #FFF;
    font-size: 24px;
    line-height: 1;
    margin-top: 45px;
    margin-bottom: 15px;
}

.box5Slide .left .item h2 {
    color: #EFEFEF;
    font-size: 16px;
    line-height: 1.5;
    max-width: 450px;
}

.box5Slide .left .item .More {
    position: absolute;
    left: 90px;
    bottom: 75px;
    width: 200px;
    height: 60px;
    border-radius: 100px;
    background: var(--color);
    color: #fff;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.10);
    display: flex;
    align-items: center;
    justify-content: center;
}

.box5Slide .left .item .More img {
    width: 30px;
    margin-left: 15px;
}

.box5Slide .right {
    width: 50%;
    padding: 0 90px;
    display: flex;
    flex-direction: column;
}


.box5Slide .right .item {
    display: flex;
    align-items: center;
    height: 100%;
    border-bottom: 1px solid #E4E4E4;
}

.box5Slide .right .item:last-child {
    border-bottom: 0px;
}

.box5Slide .right .item span {
    color: #7A7A7A;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 2px;
    display: flex;
    align-items: flex-end;
    margin-right: 45px;
}

.box5Slide .right .item span p {
    color: #7A7A7A;
    font-size: 36px;
    line-height: 1;
    letter-spacing: 4px;
}

.box5Slide .right .item h1 {
    width: calc(100% - 130px);
    color: #000;
    font-size: 18px;
    line-height: 1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.box5Slide .right .item:hover h1 {
    color: var(--color);
    font-weight: bold;
}

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

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

@media (max-width: 1200px) {
    .box5Slide .left .item .text {
        padding: 30px;
    }

    .box5Slide .left .item .More {
        left: 30px;
        bottom: 30px;
        width: 180px;
        height: 45px;
    }

    .box5Slide .left .item h1 {
        margin-top: 30px;
        margin-bottom: 10px;
    }

    .box5Slide .right {
        padding: 0 30px;
    }
}

@media (max-width: 992px) {
    .section5 {
        padding: 90px 0;
    }

    .section5 .top {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .section5 .title {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 45px;
    }

    .box5 {
        margin-top: 45px;
    }

    .box5Slide .left .item .bj {
        height: 350px;
    }

    .box5Slide .left .item h1 {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }

    .box5Slide .right .item span p {
        font-size: 28px;
    }

    .box5Slide .right .item span {
        font-size: 16px;
        margin-right: 15px;
    }

    .box5Slide .right .item h1 {
        width: calc(100% - 90px);
    }
}

@media (max-width: 640px) {
    .box5NavSwiper {
        width: 320px;
    }

    .box5NavSlide {
        margin: 0 5px !important;
        width: 45px;
        height: 45px;
    }

    .box5NavSwiper .swiper-button-prev,
    .box5NavSwiper .swiper-button-next {
        width: 45px;
        height: 45px;
    }

    .box5Slide {
        display: flex;
        flex-wrap: wrap;
    }

    .box5Slide .left {
        width: 100%;
    }

    .box5Slide .right {
        width: 100%;
        height: 300px;
    }

    .box5Slide .left .item .bj {
        height: auto;
        min-height: 300px;
    }
}