.NyBigBox {
    padding-bottom: 0;
}

/* box1  */
.NySection1 {
    width: 100%;
    /* overflow: hidden; */
}

.img1 {
    margin-top: 120px;
}

.Box1 {
    padding: 120px var(--container);
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.lt1 {
    width: 50%;
    padding-right: 60px;
    color: #3B3B3B;
    font-size: 42px;
    font-weight: bold;
    line-height: 1.5;
    position: sticky;
    top: 100px;
}

.rt1 {
    width: 50%;
}

.content1 {
    color: #252525;
}

.Number {
    display: flex;
    grid-gap: 175px;
    padding-top: 90px;
    padding-bottom: 54px;
    border-bottom: 1px solid #D9D9D9;
}

.item1 {
    display: flex;
    flex-direction: column;
    grid-gap: 15px;
}

.item1 span {
    display: flex;
    align-items: baseline;
    grid-gap: 5px;
}

.item1 span h1 {
    color: #000;
    font-size: 58px;
    font-weight: 700;
    line-height: 1;
}

.item1 span h3 {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
}

.item1 h2 {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
}


@media (max-width: 1440px) {
    .lt1 {
        font-size: 38px;
    }
}

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

    .Box1 {
        padding: 90px var(--container);
    }

    .lt1 {
        font-size: 38px;
        width: 100%;
        margin-bottom: 30px;
        position: relative;
        top: 0;
    }

    .rt1 {
        width: 100%;
    }
}

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

    .Box1 {
        padding: 60px var(--container);
    }

    .lt1 {
        font-size: 28px;
    }

    .Number {
        grid-gap: 0;
        padding: 30px 0;
    }

    .item1 {
        width: 100%;
    }

    .item1 span h1 {
        font-size: 38px;
    }
}

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

@media (max-width:380px) {
    .lt1 {
        font-size: 24px;
    }
}

/* box2 */
.NySection2 {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-bottom: 150px;
}

.Swiper2 {
    display: block;
    margin: 0 auto;
    width: 75%;
    overflow: visible;
}

.Slide2 {
    width: 100%;
    position: relative;
    z-index: 2;
    background: #000;
    border-radius: 6px;
    overflow: hidden;
}

.Slide2:nth-child(2n+1) {
    margin-top: 90px;
}

.Slide2 img {
    position: relative;
    z-index: 1;
    width: 100%;
    opacity: 1;
    transition: 0.5s;
}

.Slide2:hover img {
    opacity: 0.5;
}

.Slide2 p {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 15px;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    font-size: 36px;
    text-align: center;
    color: #fff;
    opacity: 0;
    transition: 0.5s;
}

.Slide2:hover p {
    opacity: 1;
}

@media (max-width: 1440px) {
    .NySection2 {
        padding-bottom: 120px;
    }
}

@media (max-width: 1200px) {
    .NySection2 {
        padding-bottom: 90px;
    }

    .Swiper2 {
        padding: 0;
    }

    .Slide2 p {
        font-size: 24px;
    }
}

@media (max-width: 720px) {
    .NySection2 {
        padding-bottom: 60px;
    }

    .Slide2:nth-child(2n+1) {
        margin-top: 0px;
    }

    .Slide2 p {
        font-size: 18px;
    }
}

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

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

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

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

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

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



/* box3 */
.NySection3 {
    background: #fff;
    padding: 0px 180px;
    padding-top: 175px;
    padding-bottom: 400px;
    position: relative;
}

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

.NyTitle3 {
    position: absolute;
    top: 0;
    z-index: 9;
    width: 100%;
    padding-left: 40%;
    color: #3B3B3B;
    font-size: 42px;
    font-weight: 500;
    line-height: 1.25;
    display: none;
}

.item3:nth-child(1) .NyTitle3 {
    display: block;
}

.NyBigBox {
    overflow: visible;
}

.About3 {
    position: relative;
}

.item3 {
    position: sticky;
    top: 200px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.item3:nth-child(2) {
    top: 220px;
    margin-bottom: -20px;
    z-index: 2;
}

.item3:nth-child(3) {
    top: 240px;
    margin-bottom: -40px;
    z-index: 3;
}

.item3:nth-child(4) {
    top: 260px;
    margin-bottom: -60px;
    z-index: 4;
}

.item3:nth-child(5) {
    top: 280px;
    margin-bottom: -80px;
    z-index: 5;
}

.item3:nth-child(6) {
    top: 300px;
    margin-bottom: -100px;
    z-index: 6;
}

.img3 {
    width: 35%;
    border-radius: 8px;
}

.text3 {
    width: 60%;
    height: 350px;
    border-radius: 4px;
    border: 1px solid #919191;
    background: #fff;
    padding: 50px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.text3::after {
    content: "";
    display: block;
    width: 15px;
    height: 100px;
    border-radius: 8px 0 0 8px;
    background: #DB4A3F;
    position: absolute;
    left: -15px;
}

.text3::before {
    content: "";
    display: block;
    width: 50px;
    height: 36px;
    background: url(/assets/images/img2.png) no-repeat center;
    background-size: contain;
    position: absolute;
    left: 50px;
    top: -16px;
}

.text3 .top3 {
    display: flex;
    align-items: center;
    grid-gap: 15px;
}

.text3 .top3 .icon3 {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    overflow: hidden;
}

.text3 .top3 span {
    width: calc(100% - 80px);
}

.text3 .top3 h1 {
    color: #000;
    font-size: 20px;
    line-height: 1.5;
}

.text3 .top3 h2 {
    color: #535353;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
}


.desc3 {
    margin-top: 30px;
    color: #535353;
    font-size: 16px;
    line-height: 2;
    opacity: 0.9;
}

.desc3 b {
    color: #000;
    font-weight: 500;
}

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

@media (max-width: 1440px) {
    .NySection3 {
        padding-top: 120px;
    }

    .NyTitle3 {
        font-size: 32px;
    }

    .text3 {
        padding: 30px;
    }
}

@media (max-width: 1200px) {
    .NyTitle3 {
        padding: 0;
        padding-bottom: 30px;
        transform: translateY(-100%);

    }

    .text3 {
        height: 275px;
    }

    .text3 .top3 h2 {
        font-size: 14px;
    }

    .desc3 {
        margin-top: 15px;
        font-size: 14px;
        line-height: 1.5;
    }
}

@media (max-width:720px) {
    .NySection3 {
        padding-bottom: 175px;
    }

    .NyTitle3 {
        font-size: 24px;
    }

    .img3 {
        display: none;
    }

    .text3 {
        padding: 30px 20px;
        height: auto;
        width: 100%;
    }
}

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

@media (max-width:380px) {
    .NyTitle3 {
        font-size: 20px;
    }
}
