.section3 {
    padding: 0;
}

.Box3 {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.Slide3,
.Swiper3 {
    position: relative;
    width: 100%;
    height: 100%;
}

.item3 {
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 100%;
    padding: 0 var(--container);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.en3 {
    color: #FFF;
    font-size: 16px;
    line-height: 1.5;
}

.item3 .indexTitle {
    color: #fff;
    margin: 10px 0;
}

.desc3 {
    color: #FFF;
    font-size: 18px;
    line-height: 1.5;
}

.text3 {
    margin-top: 30px;
    margin-bottom: 45px;
    display: flex;
    grid-gap: 90px;
}

.text3 span {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    grid-gap: 5px;
}

.text3 span::after {
    content: "";
    display: block;
    width: 2px;
    height: 30px;
    background: #fff;
    opacity: 0.5;
    position: absolute;
    right: -45px;
}

.text3 span:last-child::after {
    display: none;
}

.text3 span b {
    color: #FFF;
    font-size: 16px;
    line-height: 1;
}

.text3 span p {
    color: #FFF;
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    display: flex;
    align-items: baseline;
    grid-gap: 5px;
}

.text3 span p b {
    font-size: 14px;
}

.img3 {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.img3 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.Swiper3 .swiper-button-next:after,
.Swiper3 .swiper-button-prev:after {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.prev3 {
    left: var(--container);
    top: 75vh;
    width: 30px;
    height: 30px;
    margin: 0;
}

.next3 {
    left: calc(var(--container) + 100px);
    top: 75vh;
    width: 30px;
    height: 30px;
    margin: 0;
}

.pagination3 {
    left: var(--container);
    top: 75vh;
    width: 130px;
    height: 30px;
    margin: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    grid-gap: 2px;
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    color: #FFFFFF;
}

.pagination3 span {
    font-weight: 700;
    font-size: 32px;
    line-height: 30px;
    color: #FFFFFF;
}

.pagination3 span.swiper-pagination-total {
    font-size: 22px;
    color: rgba(255, 255, 255, 0.76);
    line-height: 1;
}

@media (max-height: 700px) {
    .text3 {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .prev3 {
        top: 90%;
    }

    .next3 {
        top: 90%;
    }

    .pagination3 {
        top: 90%;
    }
}


@media (max-width: 1200px) {
    .prev3 {
        top: 90%;
    }

    .next3 {
        top: 90%;
    }

    .pagination3 {
        top: 90%;
    }

    .text3 {
        margin: 20px 0;
        grid-gap: 30px;
    }

    .text3 span::after {
        right: -15px;
    }

    .text3 span p {
        font-size: 24px;
    }
}

@media (max-width: 720px) {
    .Slide3 {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: auto;
    }

    .img3 {
        height: auto;
    }

    .item3 {
        position: relative;
        padding: 60px var(--container);
        height: auto;
    }

    .text3 {
        flex-wrap: wrap;
        grid-gap: 15px;
    }

    .item3 * {
        color: #333 !important;
    }

    .item3 .indexMore {
        border: 1px solid #333;
    }

    .prev3 {
        top: auto;
        bottom: 53vw;
        filter: invert(1);
        opacity: 0.4;
    }

    .next3 {
        top: auto;
        bottom: 53vw;
        filter: invert(1);
        opacity: 0.4;
    }

    .pagination3 {
        top: auto;
        bottom: 53vw;
        filter: invert(1);
        opacity: 0.4;
    }
}

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

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