.section4 {
    display: block;
}

.Box4 {
    position: relative;
    width: 100%;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.lt4 {
    width: 30%;
}

.rt4 {
    width: 67.5%;
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
    border-bottom: 1px solid #D9D9D9;
}

.text4 {
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    grid-gap: 30px;
}

.text4 .desc4 {
    color: #3F3F3F;
    font-family: Arial;
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
}

.Number4 {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 30px 0;
}

.item4 {
    width: 33.3333%;
}

.item4 h1 {
    color: #161616;
    font-family: Arial;
    font-size: 42px;
    line-height: 1.5;
}

.item4 h2 {
    color: #3F3F3F;
    font-family: Arial;
    font-size: 16px;
    line-height: 1.5;
}


.Honor4 {
    width: 100%;
}

.Honor4 h1 {
    color: #161616;
    font-family: Arial;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 15px;
}

.Honor4 span {
    display: flex;
    grid-gap: 90px;
}

.Honor4 span img {
    display: block;
    width: 60px;
}

.img4 {
    width: 33%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
}

.Swiper4 {
    width: 100%;
}

.Swiper4 a img {
    width: 100%;
    height: 26vw;
    object-fit: cover;
}

.Swiper4 h1 {
    width: 50%;
    margin: 0 auto;
    margin-top: 10px;
    text-align: center;
    color: #919191;
    font-family: Arial;
    font-size: 16px;
    line-height: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.Swiper4 .swiper-button-next:after,
.Swiper4 .swiper-button-prev:after {
    display: none;
}


.prev4 {
    left: 0 !important;
    top: auto !important;
    bottom: 0 !important;
    width: 25%;
    height: 32px;
    display: flex;
    align-items: center;
}

.prev4 img {
    transform: rotateY(180deg);
    object-position: left;
    width: 100%;
    height: 8px;
}

.next4 {
    right: 0 !important;
    top: auto !important;
    bottom: 0 !important;
    width: 25%;
    height: 32px;
    display: flex;
    align-items: center;
}

.next4 img {
    object-position: right;
    width: 100%;
    height: 8px;
}

.More4 {
    color: var(--color);
    font-family: Arial;
    font-size: 16px;
    font-weight: 700;
}

@media (max-width: 1600px) {
    .text4 {
        grid-gap: 10px;
    }

    .text4 .desc4 {
        font-size: 16px;
        line-height: 1.5;
    }
}

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

@media (max-width: 1200px) {
    .rt4 {
        flex-wrap: wrap;
        grid-gap: 30px;
    }

    .text4 {
        width: 100%;
    }

    .lt4 {
        width: 46%;
    }

    .rt4 {
        width: 50%;
    }

    .Number4 {
        grid-gap: 15px 0;
    }

    .item4 h1 {
        font-size: 28px;
    }

    .item4 h2 {
        font-size: 14px;
    }

    .img4 {
        width: 50%;
    }
}

@media (max-width: 900px) {
    .section4 {
        padding-bottom: calc(70vw + 30px);
    }

    .img4 {
        position: absolute;
        width: 50%;
        left: 25%;
        top: calc(100% + 30px);
        align-items: center;
    }
    
    .Swiper4 a img {
        height: 59vw;
    }
    
    .Honor4 span {
        grid-gap: 30px;
    }
}

@media (max-width: 720px) {
    .section4 {
        padding-bottom: 30px;
    }

    .lt4 {
        width: 100%;
        height: 100vw;
    }

    .rt4 {
        margin-top: 30px;
        width: 100%;
    }

    .img4 {
        position: unset;
        width: 100%;
        align-items: center;
    }
    .Swiper4 a img {
        height: 124vw;
    }
}

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