.section {
    padding: 121px 0 131px;
    overflow: hidden;
}

.section .wrap .des {
    font-weight: bold;
    font-size: 30px;
    color: #000000;
    line-height: 40px;
    text-align: center;
}

.section .wrap .control {
    display: flex;
    justify-content: center;
    margin: 73px 0 80px;
    gap: 65px;
}

.section .wrap .control .item {
    text-align: center;
    cursor: pointer;
}

.section .wrap .control .item p {
    font-weight: 400;
    font-size: 16px;
    color: #888888;
    margin: 15px 0 0;
    transition: 0.6s;
}

.section .wrap .control .item .icon {
    width: 58px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    filter: brightness(0);
    opacity: 0.2;
    transition: 0.6s;
}

.section .wrap .control .item .icon img {
    display: block;
    max-height: 100%;
}

.section .wrap .control .item:hover .icon, .section .wrap .control .item.on .icon {
    opacity: 1;
    filter: brightness(1);
}

.section .wrap .control .item:hover p, .section .wrap .control .item.on p {
    color: #000000;
}

.section .wrap .swiper {
    width: 1460px;
    margin: 0;
    overflow: unset;
}

.section .wrap .swiper .swiper-slide .slide_box {
    display: block;
    width: 100%;
    height: 600px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.section .wrap .swiper .swiper-slide .slide_box:after {
    content: "";
    width: 100%;
    height: 396px;
    background: linear-gradient(155deg, #446395 0%, rgba(69, 100, 153, 0) 45%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.section .wrap .swiper .swiper-slide .slide_box .text_box {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
    padding: 68px 104px 0 48px;
}

.section .wrap .swiper .swiper-slide .slide_box .text_box h3 {
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
}

.section .wrap .swiper .swiper-slide .slide_box .text_box p {
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 22px;
    margin: 15px 0 0;
    display: none;
}
html[lang='en'] .section .wrap .swiper .swiper-slide .slide_box .text_box p {
    display: none;
}
.section .wrap .swiper .swiper-slide .slide_box img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 3s;
}

.section .wrap .swiper .swiper-slide .slide_box:hover img {
    transform: scale(1.1);
}

@media screen and (max-width: 1919px) {
    .section {
        padding: 6.3020833333vw 0px 6.8229166667vw;
    }

    .section .wrap .des {
        font-size: 1.5625vw;
        line-height: 2.0833333333vw;
    }

    .section .wrap .control {
        margin: 3.8020833333vw 0px 4.1666666667vw;
        gap: 3.3854166667vw;
    }

    .section .wrap .control .item p {
        font-size: 0.8333333333vw;
        margin: 0.78125vw 0px 0px;
    }

    .section .wrap .control .item .icon {
        width: 3.0208333333vw;
        height: 2.6041666667vw;
    }

    .section .wrap .swiper {
        width: 76.0416666667vw;
    }

    .section .wrap .swiper .swiper-slide .slide_box {
        height: 31.25vw;
        border-radius: 0.5208333333vw;
    }

    .section .wrap .swiper .swiper-slide .slide_box::after {
        height: 20.625vw;
    }

    .section .wrap .swiper .swiper-slide .slide_box .text_box {
        padding: 3.5416666667vw 5.4166666667vw 0px 2.5vw;
    }

    .section .wrap .swiper .swiper-slide .slide_box .text_box h3 {
        font-size: 1.25vw;
    }

    .section .wrap .swiper .swiper-slide .slide_box .text_box p {
        font-size: 0.7291666667vw;
        line-height: 1.1458333333vw;
        margin: 0.78125vw 0px 0px;
    }
}
@media screen and (max-width: 768px) {
    .crumbs_links {
        display: none;
    }
    .section {
        padding: 50px 0;
    }
    .section .wrap .des {
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 35px;
    }
    .section .wrap .swiper .swiper-slide .slide_box {
        height: 115vw;
        border-radius: 10px;
    }
    .section .wrap .swiper .swiper-slide .slide_box .text_box {
        padding: 30px 20px;
    }
    .section .wrap .swiper .swiper-slide .slide_box .text_box h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .section .wrap .swiper .swiper-slide .slide_box .text_box p {
        font-size: 15px;
        line-height: 1.85;
    }
    .section .wrap .des br {
        display: none;
    }
    .section .wrap .control {
        display: none;
    }
    .section .wrap .swiper {
        width: 100%;
    }
}
