<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.banner {
    position: relative
}

.banner .text {
    width: 1440px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.banner .text h1 {
    font-weight: 800;
    font-size: 50px;
    color: #FFFFFF;
    line-height: 60px
}

.banner .text p {
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    margin: 15px 0 0
}

.section .fix {
    width: 100vw;
    height: 100vh;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
}

.section .fix .wrap {
    padding: 80px 0 0;
    width: 1440px;
    margin: 0 auto
}

.section .fix .wrap .title {
    line-height: 1;
    margin: 0 0 50px
}

.section .fix .wrap .title h1 {
    font-weight: 800;
    font-size: 50px;
    color: #F98800;
    margin: 0 0 20px
}

.section .fix .wrap .title p {
    font-weight: 400;
    font-size: 24px;
    color: #111111
}

.section .fix .wrap .items {
    position: relative
}

.section .fix .wrap .items .item {
    position: relative;
    border-radius: 10px;
    overflow: hidden
}

.section .fix .wrap .items .item:not(:nth-child(1)) {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(100vh)
}

.section .fix .wrap .items .item .item_box {
    position: relative;
    height: 600px;
    transition: 0.6s
}

.section .fix .wrap .items .item .item_box .item_img {
    width: 100%;
    height: 100%
}

.section .fix .wrap .items .item .item_box .item_text {
    position: absolute;
    top: 100px;
    left: 80px;
    width: 640px
}

.section .fix .wrap .items .item .item_box .item_text h5 {
    font-weight: bold;
    font-size: 30px;
    color: #FFFFFF;
    margin: 0 0 40px
}

.section .fix .wrap .items .item .item_box .item_text p {
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 36px
}
@media screen and (max-width: 1920px) {
    .banner {
        position: relative
    }

    .banner .text {
        width: 75vw;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
    }

    .banner .text h1 {
        font-weight: 800;
        font-size: 2.6041666667vw;
        color: #FFFFFF;
        line-height: 3.125vw
    }

    .banner .text p {
        font-weight: 400;
        font-size: 1.25vw;
        color: #FFFFFF;
        margin: 0.78125vw 0 0
    }

    .section .fix {
        width: 100vw;
        height: 100vh
    }

    .section .fix .wrap {
        padding: 4.1666666667vw 0 0;
        width: 75vw;
        margin: 0 auto
    }

    .section .fix .wrap .title {
        line-height: 1;
        margin: 0 0 2.6041666667vw
    }

    .section .fix .wrap .title h1 {
        font-weight: 800;
        font-size: 2.6041666667vw;
        color: #F98800;
        margin: 0 0 1.0416666667vw
    }

    .section .fix .wrap .title p {
        font-weight: 400;
        font-size: 1.25vw;
        color: #111111
    }

    .section .fix .wrap .items {
        position: relative
    }

    .section .fix .wrap .items .item {
        position: relative;
        border-radius: 0.5208333333vw;
        overflow: hidden
    }

    .section .fix .wrap .items .item:not(:nth-child(1)) {
        position: absolute;
        top: 0;
        left: 0;
        transform: translateY(100vh)
    }

    .section .fix .wrap .items .item .item_box {
        position: relative;
        height: 31.25vw;
        transition: 0.6s
    }

    .section .fix .wrap .items .item .item_box .item_img {
        width: 100%;
        height: 100%
    }

    .section .fix .wrap .items .item .item_box .item_text {
        position: absolute;
        top: 5.2083333333vw;
        left: 4.1666666667vw;
        width: 33.3333333333vw
    }

    .section .fix .wrap .items .item .item_box .item_text h5 {
        font-weight: bold;
        font-size: 1.5625vw;
        color: #FFFFFF;
        margin: 0 0 2.0833333333vw
    }

    .section .fix .wrap .items .item .item_box .item_text p {
        font-weight: 400;
        font-size: 0.9375vw;
        color: #FFFFFF;
        line-height: 1.875vw
    }

}
@media screen and (max-width: 1024px) {
    .banner .text h1 {
        font-size: 24px;
        line-height: 1.4;
    }
    .banner .text p {
        font-size: 14px;
        margin: 10px 0 0;
    }
    .section .fix {
        height: unset;
        transform: unset!important;
    }
    .section .fix .wrap .items .item .item_box {
        opacity: 1 !important;
        transform: unset!important;
    }
    .section .fix .wrap .items .item:not(:nth-child(1)) {
        position: unset !important;
        transform: unset !important;
    }
    .section {
        height: unset!important;

    }
    .section .fix .wrap {
        padding: 60px 0 80px;
        width: 90%;
    }
    .section .fix .wrap .title h1 {
        font-size: 24px;
        margin: 0 0 10px;
    }
    .section .fix .wrap .title p {
        font-size: 14px;
    }
    .section .fix .wrap .title {
        margin: 0 0 40px;
    }
    .section .fix .wrap .items .item .item_box .item_img img {
            width: 100%;
    }
    .section .fix .wrap .items .item .item_box .item_img,.section .fix .wrap .items .item .item_box {
        height: unset;
    }
    .section .fix .wrap .items .item {
        border-radius: 10px;
        margin: 0 0 50px;
    }
    .section .fix .wrap .items .item .item_box .item_text h5 {
        font-size: 20px;
    }
    .section .fix .wrap .items .item .item_box .item_text p {
        font-size: 14px;
        line-height: 2;
    }
    .section .fix .wrap .items .item .item_box .item_text {
        top: 50%;
        left: 5%;
        width: 90%;
        transform: translateY(-50%);
    }

}
@media screen and (max-width: 768px) {
    .banner {
        height: 60vh;
    }
    .banner .img {
        height: 100%;
    }
    .banner .img img {
        height: 100%;
    }
    .section .fix .wrap .items .item .item_box .item_text {
        position: unset;
        transform: unset;
        width: 100%;
        margin: 20px 0 0;
    }
    .section .fix .wrap .items .item .item_box .item_text h5 {
        font-size: 18px;
        color: #111111;
    }
    .section .fix .wrap .items .item .item_box .item_text p {
        color: #111111;
    }
    .section .fix .wrap .items .item .item_box .item_img {
        border-radius: 8px;
        overflow: hidden;
    }
    .section .fix .wrap .items .item {
        border-radius: 0px;
    }
    .section .fix .wrap {
        padding: 40px 0 60px;
    }
    .section .fix .wrap .title h1 {
        font-size: 20px;
    }
}
</pre></body></html>