    .section6 {
        position: relative;
        overflow: hidden;
        padding: 0;
    }

    .Box6 {
        position: relative;
        display: flex;
    }

    .lt6 {
        width: 25%;
        padding-left: 85px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .lt6 .indexTitle {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }

    .listBox6 {
        width: 100%;
        margin-top: 90px;
    }

    .swiper6 {
        width: 100%;
        height: 540px;
    }

    .swiper6 .swiper-wrapper {
        display: flex;
        align-items: center;
    }

    .list6 {
        font-size: 18px;
        line-height: 1.25;
        color: #000000;
        display: flex;
        align-items: center;
        grid-gap: 15px;
        padding-left: 60px;
    }

    .list6.cur {
        font-family: PuHuiTi85;
        font-size: 24px;
        color: #01A096;
    }

    .list6 span {
        width: 26px;
        height: 26px;
        background: rgb(1, 160, 150, 0.2);
        border-radius: 50%;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        display: none;
    }

    .list6.cur span {
        display: flex;
    }

    .list6 span::after {
        content: "";
        display: block;
        width: 10px;
        height: 10px;
        background: rgb(1, 160, 150, 1);
        border-radius: 50%;
        position: absolute;
    }

    .swiper6 .swiper-scrollbar {
        left: 0;
        right: auto;
        background: #EEEEEE;
    }

    .swiper6 .swiper-scrollbar div {
        background: var(--color);
    }

    .itemBox6 {
        width: 75%;
        position: relative;
    }

    .itemBox6 .item6 {
        width: 100%;
        display: none;
    }

    .itemBox6 .item6.cur {
        display: block;
    }

    @media (max-width: 1600px) {
        .swiper6 {
            height: 400px;
        }
    }

    @media (max-width: 1440px) {
        .listBox6 {
            margin-top: 30px;
        }

        .list6 {
            padding-left: 30px;
        }
    }

    @media (max-width: 1200px) {
        .section6 {
            padding-left: var(--container);
            padding-right: var(--container);
        }

        .Box6 {
            position: relative;
            display: flex;
            flex-wrap: wrap;
        }

        .lt6 {
            width: 100%;
            padding-left: 0px;
        }

        .list6 {
            padding-left: 0;
        }

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

        .swiper6 {
            height: auto;
            padding-bottom: 30px;
            margin-bottom: 45px;
        }

        .swiper6 .swiper-scrollbar {
            width: 100%;
        }
    }

    @media (max-width: 720px) {
        .list6 {
            font-size: 16px;
            grid-gap: 5px;
        }

        .list6.cur {
            font-size: 20px;
        }

        .swiper6 {
            height: auto;
            padding-bottom: 30px;
            margin-bottom: 30px;
        }
    }

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