    /* box2 */
    .section2 {
        display: flex;
        align-items: center;
    }

    .Box2 {
        padding-bottom: 90px;
        position: relative;
        width: 100%;
        z-index: 2;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .lt2 {
        width: 20%;
        grid-gap: 15px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .lt2 .indexMore {
        color: var(--color) !important;
        border: 1px solid var(--color);
    }

    .lt2 .indexMore i {
        color: var(--color);
    }

    .list2 {
        display: flex;
        flex-direction: column;
        grid-gap: 30px;
    }

    .list2 a {
        color: #383838;
        font-size: 22px;
        line-height: 1.5;
    }

    .list2 a.on {
        color: var(--color);
    }

    .rt2 {
        width: 76%;
    }

    .item2 {
        display: none;
    }

    .item2.on {
        display: block;
    }

    .Swiper2 {
        width: 100%;
        position: relative;
    }

    .prev2 {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background: #D9D9D9;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        left: auto;
        top: auto;
        right: 70px;
        bottom: 0;
        opacity: 1 !important;
        transform: rotateY(180deg);
    }

    .next2 {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background: #D9D9D9;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        left: auto;
        top: auto;
        right: 0;
        bottom: 0;
        opacity: 1 !important;
    }

    .prev2:hover,
    .next2:hover {
        background: var(--color);
    }

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

    .item2 .pagination2 {
        top: auto;
        left: 0;
        bottom: 0;
        width: calc(100% - 150px);
        height: 2px;
        background: #DDDDDD;
    }

    .item2 .pagination2 span {
        background: var(--color);
    }

    .Slide2 {
        width: 100%;
        position: relative;
    }

    .img2 {
        position: relative;
        background: #F0F3FA;
    }

    .img2A {
        position: relative;
        width: 100%;
        z-index: 1;
    }

    .img2B {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 2;
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 0;
        transition: 0.5s;
    }

    .Slide2:hover .img2B {
        opacity: 1;
    }

    .text2 {
        position: absolute;
        z-index: 3;
        top: 40px;
        padding: 0 30px;
        color: #404040;
        font-size: 18px;
        font-weight: 700;
        line-height: 1.5;
        transition: 0.5s;
    }

    .Slide2:hover .text2 {
        color: #fff;
    }

    .More2 {
        position: absolute;
        z-index: 3;
        right: 30px;
        bottom: 30px;
        color: #404040;
        font-size: 16px;
        display: flex;
        align-items: center;
        grid-gap: 5px;
        transition: 0.5s;
    }

    .More2 i {
        font-size: 18px;
        color: #404040;
        transition: 0.5s;
    }

    .Slide2:hover .More2 i,
    .Slide2:hover .More2 {
        color: #fff;
    }

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

        .list2 a {
            font-size: 18px;
        }
    }

    @media (max-width: 1440px) {
        .Box2 {
            padding-bottom: 60px;
        }

        .prev2,
        .next2 {
            width: 45px;
            height: 45px;
        }
    }

    @media (max-width: 1200px) {
        .lt2 {
            width: 30%;
        }

        .list2 {
            grid-gap: 5px;
        }

        .list2 a {
            font-size: 16px;
        }

        .rt2 {
            width: 70%;
        }

        .text2 {
            top: 20px;
            padding: 0 20px;
            font-size: 16px;
        }

        .More2
    }

    @media (max-width: 720px) {
        .lt2 {
            width: 100%;
            margin-bottom: 30px;
        }

        .list2 {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            grid-gap: 10px;
        }

        .rt2 {
            width: 100%;
        }
    }

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

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