    .section6 {
        padding: 120px 75px;
        overflow: hidden;
        width: 100%;
        position: relative;
        background: url(https://ss-res.oss-cn-hangzhou.aliyuncs.com/site_res/218/20240424164646_c9UKL0tg.png) no-repeat center;
        background-size: cover;
    }

    .section6 .top {
        padding-right: 40px;
        display: flex;
        justify-content: space-between;
    }

    .section6 .top h1 {
        padding-bottom: 60px;
        position: relative;
    }

    .section6 .top h1::after {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        left: 0;
        bottom: 0;
        width: 180px;
        height: 1px;
        background: #D9D9D9;
    }

    .section6 .top h1::before {
        content: "";
        display: block;
        position: absolute;
        z-index: 2;
        left: 0;
        bottom: 0;
        width: 58px;
        height: 1px;
        background: linear-gradient(90deg, #B9D40D 0%, #46BFEA 100%);
    }

    .Box6 {
        margin-top: 25px;
        display: flex;
        justify-content: space-between;
    }

    .lt6 {
        width: 65%;
    }

    .rt6 {
        width: 30%;
    }

    .item6 .text span {
        font-size: 16px;
        line-height: 1;
        color: #787878;
    }

    .item6 .text h1 {
        font-weight: 400;
        font-size: 26px;
        line-height: 1;
        color: #000000;
        margin: 10px 0 20px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }

    .item6 .text h2 {
        font-size: 18px;
        line-height: 1.5;
        color: #787878;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .item6 .text p {
        margin-top: 75px;
        font-size: 14px;
        line-height: 1;
        background: linear-gradient(90deg, #008244 0%, #00C562 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
    }

    .lt6 .item6 {
        padding: 25px 0;
        border-bottom: 1px solid #D9D9D9;
        display: flex;
    }

    .lt6 .item6 .img {
        width: 40%;
        margin-right: 60px;
    }

    .lt6 .item6 .text {
        width: calc(100% - 40% - 60px);
    }

    .rt6 .item6 {
        height: 100%;
        padding-bottom: 30px;
        border-bottom: 1px solid #D9D9D9;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    @media (max-width: 1440px) {
        .lt6 .item6 .img {
            width: 40%;
            margin-right: 30px;
        }

        .lt6 .item6 .text {
            width: calc(100% - 40% - 30px);
        }

        .item6 .text p {
            margin-top: 45px;
        }
    }

    @media (max-width: 1200px) {
        .section6 {
            padding: 90px 75px;
        }

        .section6 .top h1 {
            padding-bottom: 30px;
        }

        .Box6 {
            margin-top: 0;
        }

        .lt6 {
            width: 100%;
        }

        .rt6 {
            display: none;
        }
    }

    @media (max-width: 720px) {
        .section6 {
            padding: 60px 15px;
        }

        .item6 .text h1 {
            font-size: 18px;
        }

        .item6 .text h2 {
            font-size: 16px;
        }

        .item6 .text p {
            margin-top: 30px;
        }
    }

    @media (max-width: 460px) {
        .lt6 .item6 {
            flex-wrap: wrap;
        }

        .lt6 .item6 .img {
            width: 100%;
            margin-right: 0px;
        }

        .lt6 .item6 .text {
            margin-top: 30px;
            width: 100%;
        }
    }