    .section6 {
        display: block;
    }

    .Box6 {
        display: block;
        position: relative;
        width: 100%;
        z-index: 2;
        margin-bottom: 9vw;
    }

    .section6 .indexTitle {
        align-items: flex-start;
    }

    .Box6 {
        margin-top: 90px;
    }

    .Swiper6 {
        overflow: visible;
    }

    .slide6 {
        position: relative;
        width: 100%;
        height: auto;
        overflow: hidden;
        border-radius: 15px;
    }

    .slide6 img {
        position: relative;
        z-index: 1;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .slide6 h1 {
        background: linear-gradient(180deg, rgba(36, 127, 174, 0.00) 70.27%, #247FAE 100%);
        position: absolute;
        z-index: 2;
        left: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        color: #FFF;
        font-size: 20px;
        font-weight: 700;
        text-align: center;
        padding: 0 15px;
        padding-bottom: 30px;
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }


    @media (max-width: 1200px) {
        .Box6 {
            margin-top: 60px;
        }
    }

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

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

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