    /* box2 */
    .section2 {
        padding-top: 120px;
        padding-bottom: 145px;
        width: 100%;
        position: relative;
        overflow: hidden;
    }

    .section2 .bj2 {
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 1;
        width: 100%;
    }

    .section2 .container {
        position: relative;
        z-index: 2;
    }

    .Box2 {
        margin-top: 30px;
        display: flex;
        justify-content: space-between;
    }

    .item2 {
        width: calc((100% - 25px) / 2);
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .item2::after {
        content: "";
        display: block;
        width: 100%;
        height: 70%;
        background: #fff;
        box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.25);
        position: absolute;
        z-index: 1;
    }

    .item2:hover::after {
        background: var(--color);
    }

    .imgBox2 {
        position: relative;
        z-index: 2;
        width: 45%;
    }

    .imgBox2 img {
        width: 100%;
        display: none;
    }

    .imgBox2 img.cur {
        display: block;
    }

    .text2 {
        position: relative;
        z-index: 2;
        width: 55%;
        padding: 0 75px;
    }

    .text2 h1 {
        font-family: PuHuiTi85;
        font-size: 42px;
        line-height: 1.5;
        color: #000000;
    }

    .text2 h2 {
        font-family: PuHuiTi85;
        font-size: 18px;
        line-height: 1.5;
        letter-spacing: 0.07em;
        color: #000000;
    }

    .text2 .desc2 {
        margin-top: 25px;
    }

    .text2 .desc2 p {
        width: 100%;
        padding: 15px 0;
        font-size: 18px;
        line-height: 1.25;
        color: #5C5C5C;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #D9D9D9;
    }

    .item2:hover .text2 h1 {
        color: #fff;
    }

    .item2:hover .text2 h2 {
        color: #fff;
    }

    .item2:hover .text2 .desc2 p {
        color: #fff;
        border-bottom: 1px solid #fff;
    }

    .item2:nth-child(2) {
        display: flex;
        flex-direction: row-reverse;
    }

    @media (max-width: 1600px) {
        .text2 {
            padding: 0px 45px;

        }

        .text2 .desc2 p {
            padding: 10px 0;
        }
    }

    @media (max-width: 1440px) {
        .text2 {
            padding: 0px 30px;
        }

        .text2 h1 {
            font-size: 40px;
            line-height: 1.25;
        }

        .text2 h2 {
            font-size: 16px;
            line-height: 1.25;
        }

        .text2 .desc2 {
            margin-top: 5px;
        }

        .text2 .desc2 p {
            font-size: 16px;
            line-height: 1.25;
        }
    }

    @media (max-width: 1200px) {
        .item2 {
            width: calc((100% - 25px) / 2);
            position: relative;
            display: flex;
            flex-direction: column-reverse !important;
        }

        .item2::after {
            width: 100%;
            height: 80%;
            top: 0;
            box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
        }

        .imgBox2 {
            position: relative;
            z-index: 2;
            width: 100%;
            max-width: 350px;
            padding: 0 30px;
        }

        .text2 {
            width: 100%;
            padding: 30px;
        }

        .section2 .bj2 {
            object-fit: cover;
            height: 200px;
        }
    }

    @media (max-width: 720px) {
        .text2 h1 {
            font-size: 24px;
            line-height: 1.5;
        }

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

        .text2 .desc2 p {
            font-size: 14px;
        }

        .section2 .bj2 {
            position: absolute;
            left: 0;
            bottom: 0;
            z-index: 1;
            width: 100%;
        }

        .section2 .bj2 {
            object-fit: cover;
            height: 150px;
        }
    }

    @media (max-width: 460px) {
        .item2 {
            width: calc((100% - 10px) / 2);
        }

        .imgBox2 {
            padding: 0;
        }

        .text2 {
            padding: 15px;
        }
    }

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