.section3 {
    padding: 120px 0 100px;
    background: url(/assets/images/Box3bj.png) no-repeat center;
    background-color: #F6F6F6;
    background-size: cover;
}

.box3Slide {
    padding-bottom: 150px;
}

.box3Img {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #fff;
    padding: 45px 30px;
    width: 60%;
}

.box3ImgSlide {
    width: 40%;
}

.box3ImgSlide img {
    width: 100%;
}

.box3ImgSlide h1 {
    text-align: center;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    margin-top: 15px;
}

.box3 .item {
    display: flex;
    flex-wrap: wrap;
}

.box3 .item .img {
    width: 100%;
    max-width: 750px;
}

.box3 .item .img img {
    width: 100%;
}

.box3 .item .img h1 {
    margin-top: 75px;
    text-align: center;
    color: #000;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    text-decoration-line: underline;
}

.box3 .item .text {
    width: 100%;
    max-width: calc(100% - 750px);
    padding-left: 90px;
}

.box3 .item .text span {
    display: block;
    margin-top: 45px;
    padding-left: 30px;
    border-left: 6px solid var(--color);
    color: #000;
    font-size: 48px;
    font-weight: 400;
    line-height: 1;
}

.box3 .item .text p {
    margin-top: 45px;
    margin-bottom: 30px;
    color: #676767;
    font-size: 20px;
    font-weight: 400;
    line-height: 2;
}

.box3 .item .text a {
    width: 220px;
    height: 54px;
    background: var(--color);
    color: #fff;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}



.box3Swiper .swiper-button-prev,
.box3Swiper .swiper-button-next {
    width: 56px;
    height: 56px;
    color: #fff;
    background: var(--color);
    opacity: 1;
    top: 66%;
    bottom: auto;
    margin: 0;
}

.box3Swiper .swiper-button-prev:hover,
.box3Swiper .swiper-button-next:hover {
    opacity: 0.5;
}

.box3Swiper .swiper-button-prev {
    left: 19%;
}

.box3Swiper .swiper-button-next {
    right: auto;
    left: 25%;

}

.box3Swiper .swiper-button-prev::after,
.box3Swiper .swiper-button-next::after {
    font-size: 16px;
}

.box3Swiper .swiper-button-prev.swiper-button-disabled,
.box3Swiper .swiper-button-next.swiper-button-disabled {
    opacity: 0.5;
}





@media (max-width: 1600px) {
    .box3Img {
        width: 55%;
    }

    .box3Swiper .swiper-button-prev {
        left: 22%;
    }

    .box3Swiper .swiper-button-next {
        left: 28%;
    }
}

@media (max-width: 1440px) {
    .box3 .item .img {
        max-width: 600px;
    }

    .box3 .item .text {
        max-width: calc(100% - 600px);
        padding-left: 60px;
    }

    .box3 .item .text span {
        font-size: 36px;
    }

    .box3 .item .text p {
        margin-top: 30px;
        font-size: 18px;
    }

    .box3Swiper .swiper-button-prev {
        top: 67%;
        left: 20%;
    }

    .box3Swiper .swiper-button-next {
        top: 67%;
        left: 27%;
    }

    .box3Img {
        padding: 30px 20px;
    }

    .box3Slide {
        padding-bottom: 90px;
    }
}

@media (max-width: 1200px) {
    .box3 .item .img {
        max-width: 50%;
    }

    .box3 .item .text {
        max-width: 50%;
    }

    .box3 .item .img h1 {
        margin-top: 30px;
    }

    .section3 {
        padding: 90px 0 60px;
    }

    .box3Slide {
        padding-bottom: 0;
    }

    .box3Img {
        position: relative;
        width: 100%;
        margin-top: 30px;
    }

    .box3 .item .text span {
        margin-top: 0;
    }

    .box3 .item .text p {
        line-height: 1.5;
    }

    .box3Swiper .swiper-button-next {
        top: 40%;
        left: 65%;
    }

    .box3Swiper .swiper-button-prev {
        top: 40%;
        left: 56%;
    }
}

@media (max-width: 992px) {
    .box3 .item {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .box3 .item .text {
        max-width: 100%;
        padding: 0;
        margin-bottom: 30px;
    }

    .box3 .item .text p {
        height: 100px;
    }

    .box3Swiper .swiper-button-next {
        top: 180px;
        left: 10%;
    }

    .box3Swiper .swiper-button-prev {
        top: 180px;
        left: 0;
    }
}

@media (max-width: 640px) {
    .section3 {
        padding: 60px 0;
    }

    .box3 .item .img {
        max-width: 100%;
    }

    .box3 .item .text p {
        height: auto;
    }

    .box3Swiper .swiper-button-next {
        top: 50%;
        left: auto;
        right: 0;
    }

    .box3Swiper .swiper-button-prev {
        top: 50%;
        left: 0;
    }
}