    /* Section6 */
    .section6 {
        display: block;
    }

    .Box6 {
        position: relative;
        width: 100%;
        z-index: 2;
        display: flex;
        justify-content: space-between;
    }

    .lt6 {
        width: 17%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .lt6 .indexTitle {
        text-align: left;
        position: relative;
    }

    .lt6 .indexTitle::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -10px;
        width: 59px;
        height: 2px;
        background: #000;
    }

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

    .lt6 .Nav6 a {
        color: #373737;
        font-size: 16px;
    }

    .lt6 .Nav6 a:hover {
        color: var(--color);
        font-weight: bold;
    }

    .lt6 a.More6 {
        width: 180px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 18px 0;
        background: var(--color);
        color: #fff;
        text-align: center;
        font-size: 16px;
    }

    .rt6 {
        width: 75%;
    }

    .Slide6 {
        width: 100%;
        height: auto;
    }

    .Slide6 span {
        color: var(--color);
        font-size: 68px;
        font-weight: 900;
        display: block;
        margin-bottom: 75px;
    }

    .Slide6 p {
        color: #373737;
        font-size: 16px;
    }

    .Slide6 h1 {
        margin-top: 10px;
        margin-bottom: 20px;
        color: #141414;
        font-size: 18px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }

    .Slide6 img {
        width: 100%;
        border-radius: 20px 0;
    }

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

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

    @media (max-width: 1200px) {
        .Box6 {
            flex-wrap: wrap;
            grid-gap: 30px;
        }

        .lt6 {
            width: 100%;
            flex-direction: row;
            align-items: center;
        }

        .lt6 .Nav6 {
            display: flex;
            flex-direction: row;
        }

        .lt6 a.More6 {
            width: 120px;
            height: 40px;
            font-size: 14px;
        }

        .rt6 {
            width: 100%;
        }

        .Slide6 span {
            font-size: 38px;
            margin-bottom: 15px;
        }
    }

    @media (max-width: 720px) {
        .lt6 .indexTitle {
            padding-bottom: 15px;
        }

        .lt6 .indexTitle::after {
            bottom: 0;
        }

        .lt6 {
            flex-direction: column;
            align-items: flex-start;
            grid-gap: 15px;
        }
    }

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

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