<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: 60px;
    color: #FFFFFF
}

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

.sec1 {
    padding: 120px 0 150px
}

.sec1 .wrap {
    width: 1440px;
    margin: 0 auto
}

.sec1 .wrap .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 116px
}

.sec1 .wrap .content .l {
    width: 640px
}

.sec1 .wrap .content .l .text {
    font-weight: 400;
    font-size: 18px;
    color: #111111;
    line-height: 40px
}

.sec1 .wrap .content .l .text p:not(:nth-last-child(1)) {
    margin: 0 0 20px
}

.sec1 .wrap .content .l .title {
    margin: 0 0 40px
}

.sec1 .wrap .content .l .title h1 {
    font-weight: bold;
    font-size: 36px;
    color: #111111;
    margin: 0 0 10px
}

.sec1 .wrap .content .l .title h2 {
    font-weight: 800;
    font-size: 24px;
    color: #111111
}

.sec1 .wrap .content .img {
    width: 686px
}

.sec1 .wrap .num_list {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.sec1 .wrap .num_list .item .num {
    display: flex;
    align-items: center
}

.sec1 .wrap .num_list .item .num p {
    font-weight: 600;
    font-size: 70px;
    color: #111111
}

.sec1 .wrap .num_list .item .num span {
    font-weight: 600;
    font-size: 50px;
    color: #111111
}

.sec1 .wrap .num_list .item &gt; p {
    font-size: 18px;
    color: #80889F
}

.sec2 {
    position: relative
}

.sec2 .bg {
    width: 100%
}

.sec2 .bg img {
    display: block;
    width: 100%
}

.sec2 .content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex
}

.sec2 .content .item {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative
}

.sec2 .content .item:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 9, 41, 0.75);
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
    clip-path: inset(100% 0% 0% 0%);
    transition: cubic-bezier(0.77, 0, 0.175, 1) 1s
}

.sec2 .content .item .img {
    height: 70px;
    position: relative;
    z-index: 2
}

.sec2 .content .item .line {
    width: 26px;
    height: 3px;
    background: #FFFFFF;
    margin: 32px 0 24px;
    border-radius: 3px;
    position: relative;
    z-index: 2
}

.sec2 .content .item h5 {
    font-weight: 800;
    font-size: 36px;
    color: #FFFFFF;
    transition: 0.6s;
    position: relative;
    z-index: 2
}

.sec2 .content .item p {
    font-weight: 600;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 48px;
    margin: 15px 0 0;
    opacity: 0;
    transform: translateY(40px);
    transition: 0.6s;
    position: relative;
    z-index: 2
}

.sec2 .content .item:hover:after {
    clip-path: inset(0% 0% 0% 0%)
}

.sec2 .content .item:hover h5 {
    color: #F98800
}

.sec2 .content .item:hover p {
    opacity: 1;
    transform: translateY(0px);
    transition-delay: 0.4s
}

.sec3 {
    width: 100vw;
    overflow: hidden;
    background: #F0F1F2;
    padding: 170px 0 200px
}

.sec3 .wrap {
    width: 1440px;
    margin: 0 auto
}

.sec3 .wrap .title {
    margin: 0 0 94px
}

.sec3 .wrap .title h1 {
    font-weight: bold;
    font-size: 40px;
    color: #111111
}

.sec3 .wrap .content {
    display: flex;
    align-items: center;
    width: max-content
}

.sec3 .wrap .content .control {
    width: 430px
}

.sec3 .wrap .content .control .item {
    font-weight: 400;
    font-size: 24px;
    color: #111111;
    cursor: pointer;
    transition: 0.6s;
    position: relative;
    width: fit-content
}

.sec3 .wrap .content .control .item:not(:nth-last-child(1)) {
    margin: 0 0 50px
}

.sec3 .wrap .content .control .item:after {
    content: "";
    width: 87px;
    height: 1px;
    background: #F98800;
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translate(100%, -50%) scaleX(0);
    transform-origin: left;
    transition: 0.6s
}

.sec3 .wrap .content .control .item:hover, .sec3 .wrap .content .control .item.on {
    color: #F98800
}

.sec3 .wrap .content .control .item:hover:after, .sec3 .wrap .content .control .item.on:after {
    transform: translate(100%, -50%) scaleX(1)
}

.sec3 .wrap .content .swiper_list {
    position: relative
}

.sec3 .wrap .content .swiper_list .swiper {
    width: 1550px;
    opacity: 0;
    transform: translateY(40px);
    pointer-events: none
}

.sec3 .wrap .content .swiper_list .swiper .swiper-wrapper {
    align-items: center;
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1)
}

.sec3 .wrap .content .swiper_list .swiper.on {
    opacity: 1;
    transform: translateY(0px);
    pointer-events: auto;
    transition: 0.6s
}

.sec3 .wrap .content .swiper_list .swiper:not(:nth-child(1)) {
    position: absolute;
    top: 0;
    left: 0
}

.sec3 .wrap .content .swiper_list .btns {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: -70px;
    left: 0
}

.sec3 .wrap .content .swiper_list .btns .iconfont {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #FAFAFA;
    margin: 0 15px 0 0;
    transition: 0.6s;
    color: #999999;
    cursor: pointer
}

.sec3 .wrap .content .swiper_list .btns .iconfont:nth-child(1) {
    transform: rotate(180deg)
}

.sec3 .wrap .content .swiper_list .btns .iconfont:hover {
    background: #F98800;
    color: #FFFFFF
}

.sec4 {
    position: relative;
    padding: 142px 0
}

.sec4 .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.sec4 .bg img {
    display: block;
    width: 100%;
    height: 100%
}

.sec4 .title {
    width: 1440px;
    margin: 0 auto 90px
}

.sec4 .title h1 {
    font-weight: bold;
    font-size: 40px;
    color: #FFFFFF
}

.sec4 .title p {
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    margin: 20px 0 0
}

.sec4 .imgs {
    display: flex;
    align-items: center;
    animation: img_go 50s infinite linear;
    width: max-content
}

.sec4 .imgs .img {
    width: 520px
}

.sec4 .imgs .img:not(:nth-last-child(1)) {
    margin: 0 40px 0 0
}

.sec4 .imgs:nth-last-child(1) {
    margin: 35px 0 0;
    animation: img_go2 50s infinite linear
}

.sec5 {
    padding: 130px 0 174px
}

.sec5 .wrap {
    width: 1440px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.sec5 .wrap .l {
    width: 640px
}

.sec5 .wrap .l .title {
    margin: 0 0 80px
}

.sec5 .wrap .l .title h1 {
    font-weight: 800;
    font-size: 40px;
    color: #111111;
    margin: 0 0 10px
}

.sec5 .wrap .l .title p {
    font-weight: 400;
    font-size: 20px;
    color: #999999
}

.sec5 .wrap .l h5 {
    font-weight: bold;
    font-size: 30px;
    color: #111111;
    line-height: 46px
}

.sec5 .wrap .l .content {
    margin: 40px 0 0
}

.sec5 .wrap .l .content p {
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    line-height: 36px
}

.sec5 .wrap .img {
    width: 678px
}

.sec6 {
    padding: 0 0 130px
}

.sec6 .wrap {
    width: 1440px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between
}

.sec6 .wrap .l {
    width: 560px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.sec6 .wrap .r {
    width: 870px
}

.sec6 .wrap .r .item p {
    width: 680px;
    left: 70px;
    transform: unset;
    font-size: 30px;
    line-height: 48px
}

.sec6 .wrap .item {
    border-radius: 20px;
    overflow: hidden;
    position: relative
}

.sec6 .wrap .item .img {
    display: block;
    width: 100%
}

.sec6 .wrap .item .img img {
    display: block;
    width: 100%;
    transition: 2s
}

.sec6 .wrap .item p {
    width: 480px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 36px
}

.sec6 .wrap .item:hover .img img {
    transform: scale(1.1)
}

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

.sec7 .bg {
    width: 100%
}

.sec7 .bg img {
    display: block;
    width: 100%
}

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

.sec7 .text .logo {
    width: 216px;
    margin: 0 auto 50px
}

.sec7 .text p {
    font-weight: bold;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 60px;
    text-align: center
}

@keyframes img_go {
    100% {
        transform: translateX(-50%)
    }
}

@keyframes img_go2 {
    0% {
        transform: translateX(-50%)
    }
    100% {
        transform: translateX(0)
    }
}
@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: 3.125vw;
        color: #FFFFFF
    }

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

    .sec1 {
        padding: 6.25vw 0 7.8125vw
    }

    .sec1 .wrap {
        width: 75vw;
        margin: 0 auto
    }

    .sec1 .wrap .content {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0 0 6.0416666667vw
    }

    .sec1 .wrap .content .l {
        width: 33.3333333333vw
    }

    .sec1 .wrap .content .l .text {
        font-weight: 400;
        font-size: 0.9375vw;
        color: #111111;
        line-height: 2.0833333333vw
    }

    .sec1 .wrap .content .l .text p:not(:nth-last-child(1)) {
        margin: 0 0 1.0416666667vw
    }

    .sec1 .wrap .content .l .title {
        margin: 0 0 2.0833333333vw
    }

    .sec1 .wrap .content .l .title h1 {
        font-weight: bold;
        font-size: 1.875vw;
        color: #111111;
        margin: 0 0 0.5208333333vw
    }

    .sec1 .wrap .content .l .title h2 {
        font-weight: 800;
        font-size: 1.25vw;
        color: #111111
    }

    .sec1 .wrap .content .img {
        width: 35.7291666667vw
    }

    .sec1 .wrap .num_list {
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    .sec1 .wrap .num_list .item .num {
        display: flex;
        align-items: center
    }

    .sec1 .wrap .num_list .item .num p {
        font-weight: 600;
        font-size: 3.6458333333vw;
        color: #111111
    }

    .sec1 .wrap .num_list .item .num span {
        font-weight: 600;
        font-size: 2.6041666667vw;
        color: #111111
    }

    .sec1 .wrap .num_list .item &gt; p {
        font-size: 0.9375vw;
        color: #80889F
    }

    .sec2 {
        position: relative
    }

    .sec2 .bg {
        width: 100%
    }

    .sec2 .bg img {
        display: block;
        width: 100%
    }

    .sec2 .content {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        display: flex
    }

    .sec2 .content .item {
        width: 50%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        position: relative
    }

    .sec2 .content .item:after {
        content: "";
        width: 100%;
        height: 100%;
        background: rgba(0, 9, 41, 0.75);
        opacity: 0.8;
        position: absolute;
        top: 0;
        left: 0;
        clip-path: inset(100% 0% 0% 0%);
        transition: cubic-bezier(0.77, 0, 0.175, 1) 1s
    }

    .sec2 .content .item .img {
        height: 3.6458333333vw;
        position: relative;
        z-index: 2
    }

    .sec2 .content .item .line {
        width: 1.3541666667vw;
        height: 0.15625vw;
        background: #FFFFFF;
        margin: 1.6666666667vw 0 1.25vw;
        border-radius: 0.15625vw;
        position: relative;
        z-index: 2
    }

    .sec2 .content .item h5 {
        font-weight: 800;
        font-size: 1.875vw;
        color: #FFFFFF;
        transition: 0.6s;
        position: relative;
        z-index: 2
    }

    .sec2 .content .item p {
        font-weight: 600;
        font-size: 1.5625vw;
        color: #FFFFFF;
        line-height: 2.5vw;
        margin: 0.78125vw 0 0;
        opacity: 0;
        transform: translateY(2.0833333333vw);
        transition: 0.6s;
        position: relative;
        z-index: 2
    }

    .sec2 .content .item:hover:after {
        clip-path: inset(0% 0% 0% 0%)
    }

    .sec2 .content .item:hover h5 {
        color: #F98800
    }

    .sec2 .content .item:hover p {
        opacity: 1;
        transform: translateY(0px);
        transition-delay: 0.4s
    }

    .sec3 {
        width: 100vw;
        overflow: hidden;
        background: #F0F1F2;
        padding: 8.8541666667vw 0 10.4166666667vw
    }

    .sec3 .wrap {
        width: 75vw;
        margin: 0 auto
    }

    .sec3 .wrap .title {
        margin: 0 0 4.8958333333vw
    }

    .sec3 .wrap .title h1 {
        font-weight: bold;
        font-size: 2.0833333333vw;
        color: #111111
    }

    .sec3 .wrap .content {
        display: flex;
        align-items: center;
        width: max-content
    }

    .sec3 .wrap .content .control {
        width: 22.3958333333vw
    }

    .sec3 .wrap .content .control .item {
        font-weight: 400;
        font-size: 1.25vw;
        color: #111111;
        cursor: pointer;
        transition: 0.6s;
        position: relative;
        width: fit-content
    }

    .sec3 .wrap .content .control .item:not(:nth-last-child(1)) {
        margin: 0 0 2.6041666667vw
    }

    .sec3 .wrap .content .control .item:after {
        content: "";
        width: 4.53125vw;
        height: 1px;
        background: #F98800;
        position: absolute;
        right: -0.5208333333vw;
        top: 50%;
        transform: translate(100%, -50%) scaleX(0);
        transform-origin: left;
        transition: 0.6s
    }

    .sec3 .wrap .content .control .item:hover, .sec3 .wrap .content .control .item.on {
        color: #F98800
    }

    .sec3 .wrap .content .control .item:hover:after, .sec3 .wrap .content .control .item.on:after {
        transform: translate(100%, -50%) scaleX(1)
    }

    .sec3 .wrap .content .swiper_list {
        position: relative
    }

    .sec3 .wrap .content .swiper_list .swiper {
        width: 80.7291666667vw;
        opacity: 0;
        transform: translateY(2.0833333333vw);
        pointer-events: none
    }

    .sec3 .wrap .content .swiper_list .swiper .swiper-wrapper {
        align-items: center;
        transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1)
    }

    .sec3 .wrap .content .swiper_list .swiper.on {
        opacity: 1;
        transform: translateY(0px);
        pointer-events: auto;
        transition: 0.6s
    }

    .sec3 .wrap .content .swiper_list .swiper:not(:nth-child(1)) {
        position: absolute;
        top: 0;
        left: 0
    }

    .sec3 .wrap .content .swiper_list .btns {
        display: flex;
        align-items: center;
        position: absolute;
        bottom: -3.6458333333vw;
        left: 0
    }

    .sec3 .wrap .content .swiper_list .btns .iconfont {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 2.0833333333vw;
        height: 2.0833333333vw;
        background: #FAFAFA;
        margin: 0 0.78125vw 0 0;
        transition: 0.6s;
        color: #999999;
        cursor: pointer
    }

    .sec3 .wrap .content .swiper_list .btns .iconfont:nth-child(1) {
        transform: rotate(180deg)
    }

    .sec3 .wrap .content .swiper_list .btns .iconfont:hover {
        background: #F98800;
        color: #FFFFFF
    }

    .sec4 {
        position: relative;
        padding: 7.3958333333vw 0
    }

    .sec4 .bg {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1
    }

    .sec4 .bg img {
        display: block;
        width: 100%;
        height: 100%
    }

    .sec4 .title {
        width: 75vw;
        margin: 0 auto 4.6875vw
    }

    .sec4 .title h1 {
        font-weight: bold;
        font-size: 2.0833333333vw;
        color: #FFFFFF
    }

    .sec4 .title p {
        font-weight: 400;
        font-size: 1.25vw;
        color: #FFFFFF;
        margin: 1.0416666667vw 0 0
    }

    .sec4 .imgs {
        display: flex;
        align-items: center;
        animation: img_go 50s infinite linear;
        width: max-content
    }

    .sec4 .imgs .img {
        width: 27.0833333333vw
    }

    .sec4 .imgs .img:not(:nth-last-child(1)) {
        margin: 0 2.0833333333vw 0 0
    }

    .sec4 .imgs:nth-last-child(1) {
        margin: 1.8229166667vw 0 0;
        animation: img_go2 50s infinite linear
    }

    .sec5 {
        padding: 6.7708333333vw 0 9.0625vw
    }

    .sec5 .wrap {
        width: 75vw;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    .sec5 .wrap .l {
        width: 33.3333333333vw
    }

    .sec5 .wrap .l .title {
        margin: 0 0 4.1666666667vw
    }

    .sec5 .wrap .l .title h1 {
        font-weight: 800;
        font-size: 2.0833333333vw;
        color: #111111;
        margin: 0 0 0.5208333333vw
    }

    .sec5 .wrap .l .title p {
        font-weight: 400;
        font-size: 1.0416666667vw;
        color: #999999
    }

    .sec5 .wrap .l h5 {
        font-weight: bold;
        font-size: 1.5625vw;
        color: #111111;
        line-height: 2.3958333333vw
    }

    .sec5 .wrap .l .content {
        margin: 2.0833333333vw 0 0
    }

    .sec5 .wrap .l .content p {
        font-weight: 400;
        font-size: 0.9375vw;
        color: #666666;
        line-height: 1.875vw
    }

    .sec5 .wrap .img {
        width: 35.3125vw
    }

    .sec6 {
        padding: 0 0 6.7708333333vw
    }

    .sec6 .wrap {
        width: 75vw;
        margin: 0 auto;
        display: flex;
        justify-content: space-between
    }

    .sec6 .wrap .l {
        width: 29.1666666667vw;
        display: flex;
        flex-direction: column;
        justify-content: space-between
    }

    .sec6 .wrap .r {
        width: 45.3125vw
    }

    .sec6 .wrap .r .item p {
        width: 35.4166666667vw;
        left: 3.6458333333vw;
        transform: unset;
        font-size: 1.5625vw;
        line-height: 2.5vw
    }

    .sec6 .wrap .item {
        border-radius: 1.0416666667vw;
        overflow: hidden;
        position: relative
    }

    .sec6 .wrap .item .img {
        display: block;
        width: 100%
    }

    .sec6 .wrap .item .img img {
        display: block;
        width: 100%;
        transition: 2s
    }

    .sec6 .wrap .item p {
        width: 25vw;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 1.5625vw;
        font-weight: bold;
        font-size: 1.25vw;
        color: #FFFFFF;
        line-height: 1.875vw
    }

    .sec6 .wrap .item:hover .img img {
        transform: scale(1.1)
    }

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

    .sec7 .bg {
        width: 100%
    }

    .sec7 .bg img {
        display: block;
        width: 100%
    }

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

    .sec7 .text .logo {
        width: 11.25vw;
        margin: 0 auto 2.6041666667vw
    }

    .sec7 .text p {
        font-weight: bold;
        font-size: 1.5625vw;
        color: #FFFFFF;
        line-height: 3.125vw;
        text-align: center
    }

    @keyframes img_go {
        100% {
            transform: translateX(-50%)
        }
    }

    @keyframes img_go2 {
        0% {
            transform: translateX(-50%)
        }
        100% {
            transform: translateX(0)
        }
    }

}
@media screen and (max-width: 1024px) {
    .banner .text h1 {
        font-size: 24px;
    }
    .banner .text p {
        font-size: 16px;
        margin: 6px 0 0;
    }
    .sec1 {
        padding: 60px 0 80px;
    }
    .sec1 .wrap {
        width: 90%;
    }
    .sec1 .wrap .content .l .title h1 {
        font-size: 24px;
        margin: 0 0 10px;
    }
    .sec1 .wrap .content .l .title h2 {
        font-size: 16px;
    }
    .sec1 .wrap .content .l .text {
        font-size: 14px;
        line-height: 2;
    }
    .sec1 .wrap .content .l .text .p {
        font-size: 16px!important;
    }
    .sec1 .wrap .num_list .item .num p {
        font-size: 30px;
    }
    .sec1 .wrap .num_list .item .num span {
        font-size: 20px;
    }
    .sec1 .wrap .num_list .item &gt; p {
        font-size: 14px;
    }
    .sec2 .content .item .img {
        height: 40px;
    }
    .sec2 .content .item .line {
        height: 3px;
        width: 20px;
    }
    .sec2 .content .item h5 {
        font-size: 20px;
    }
    .sec2 .content .item p {
        font-size: 14px;
        line-height: 1.8;
        margin: 20px 0 0;
        opacity: 1;
        transform: unset;
    }
    .sec2 .content .item:after {
        display: none;
    }
    .sec1 .wrap .content {
        display: block;
    }
    .sec1 .wrap .content .l {
        width: 100%;
        margin: 0 0 30px;
        text-align: center;
    }
    .sec1 .wrap .content .img {
        width: 100%;
    }
    .sec1 .wrap .content .img img {
        width: 100%;
        display: block;
    }
    .banner .text {
        width: 90%;
    }
    .sec3 .wrap {
        width: 90%;
    }
    .sec3 .wrap .title h1 {
        font-size: 24px;
        text-align: center;
    }
    .sec3 .wrap .title {
        margin: 0 0 20px;
    }
    .sec3 {
        padding: 60px 0 120px;
    }
    .sec3 .wrap .content {
        display: block;
        width: 100%;
    }
    .sec3 .wrap .content .control {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 0 40px;
    }
    .sec3 .wrap .content .control .item {
        font-size: 16px;
        margin: 0 10px!important;
    }
    .sec3 .wrap .content .control .item:after {
        display: none;
    }
    .sec3 .wrap .content .swiper_list .btns {
        left: 50%;
        transform: translateX(-50%);
        bottom: -60px;
    }
    .sec3 .wrap .content .swiper_list .btns .iconfont {
        margin: 0 0 0 20px;
    }
    .sec3 .wrap .content .swiper_list .btns .iconfont:nth-child(1) {
        margin: 0;
    }
    .sec3 .wrap .content .swiper_list .btns .iconfont {
        width: 40px;
        height: 40px;
    }
    .sec4 .title h1,.sec5 .wrap .l .title h1 {
        text-align: center;
        font-size: 24px;
        margin: 0 0 6px;
    }
    .sec4 .title p,.sec5 .wrap .l .title p {
        text-align: center;
        font-size: 14px;
        line-height: 1.6;
    }
    .sec4 {
        padding: 80px 0;
    }
    .sec4 .imgs .img {
        width: 32vw;
    }
    .sec4 .title {
        width: 90%;
        margin: 0 auto 40px;
    }
    .sec4 .imgs:nth-last-child(1) {
        margin: 25px 0 0;
    }
    .sec4 .imgs .img:not(:nth-last-child(1)) {
        margin: 0 25px 0 0;
    }
    .sec5 .wrap {
        width: 90%;
        display: block;
    }
    .sec5 .wrap .l {
        text-align: center;
        width: 100%;
    }
    .sec5 {
        padding: 60px 0 100px;
    }
    .sec5 .wrap .img {
        width: 100%;
        margin: 40px 0 0;
    }
    .sec5 .wrap .img img {
        display: block;
        width: 100%;
    }
    .sec5 .wrap .l .title {
        margin-bottom: 40px;
    }
    .sec5 .wrap .l h5 {
        font-size: 16px;
        line-height: 1.4;
    }
    .sec5 .wrap .l .content {
        margin: 25px 0 0;
    }
    .sec5 .wrap .l .content p {
        font-size: 14px;
        line-height: 2;
    }
    .sec6 .wrap {
        width: 90vw;
        flex-direction: column-reverse;
    }
    .sec6 .wrap .r {
        width: 100%;
        margin: 0 0 30px;
    }
    .sec6 .wrap .l {
        width: 100%;
        display: flex;
        flex-direction: row;
    }
    .sec6 .wrap .l .item {
        width: 48.5%;
    }
    .sec6 .wrap .item p {
        width: 60%;
        text-align: center;
        left: 50%;
        bottom: 50%;
        transform: translate(-50%,50%);
        font-size: 14px;
        line-height: 1.6;
    }
    .sec6 .wrap .r .item p {
        font-size: 16px;
        line-height: 1.6;
        left: 50%;
        bottom: 50%;
        transform: translate(-50%,50%);
        text-align: center;
    }
    .sec7 .text p {
        font-size: 16px;
        line-height: 1.8;
    }
    .sec7 .text .logo {
        width: 135px;
    }
    .sec1 .wrap .num_list .item .num {
        justify-content: center;
    }
}
@media screen and (max-width: 768px) {
    .banner .text h1 {
        font-size: 20px;
    }
    .banner .text p {
        font-size: 14px;
    }
    .sec1 {
        padding: 40px 0;
    }
    .sec1 .wrap .content .l .title h1 {
        font-size: 20px;
    }
    .sec1 .wrap .content .l .title {
        margin: 0 0 30px;
    }
    .sec1 .wrap .content .l .text .p {
        line-height: 1.6!important;
    }
    .sec1 .wrap .num_list .item {
        width: 50%;
        margin: 0 0 15px;
    }
    .sec1 .wrap .num_list .item &gt; p {
        font-size: 12px;
    }
    .sec1 .wrap .num_list {
        flex-wrap: wrap;
        text-align: center;
    }
    .sec2 .content .item .img {
        height: 36px;
    }
    .sec2 .content .item .line {
        border-radius: 3px;
    }
    .sec2 .content .item h5 {
        font-size: 18px;
    }
    .sec2 {
        padding: 60px 0;
    }
    .sec2 .bg {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
    }
    .sec2 .bg img {
        display: block;
        width: 100%;
        height: 100%;
    }
    .sec2 .content {
        position: unset;
    }
    .sec2 .content .item p {
        margin: 10px 0 0;
    }
    .sec3 .wrap .content .control .item {
        font-size: 14px;
        text-align: center;
        margin: 0 0 10px!important;
        width: 50%;
    }
    .sec3 .wrap .content .control {
        flex-wrap: wrap;
        margin: 0 0 20px;
    }
    .sec3 {
        padding: 40px 0 120px;
    }
    .sec3 .wrap .title h1 {
        font-size: 20px;
    }
    .sec4 .title h1, .sec5 .wrap .l .title h1 {
        font-size: 20px;
    }
    .sec4 .imgs .img {
        width: 190px;
    }
    .sec4 .title {
        margin: 0 auto 25px;
    }
    .sec5 {
        padding: 40px 0 40px;
    }
    .sec6 .wrap .r .item p {
        font-size: 14px;
        width: 90%;
    }
    .sec6 .wrap .l {
        display: block;
    }
    .sec6 .wrap .l .item {
        width: 100%;
        margin: 0 0 30px;
    }
    .sec6 .wrap .item p {
        width: 90%;
    }
    .sec5 .wrap .l .title {
        margin: 0 0 25px;
    }
    .sec5 .wrap .img {
        margin: 30px 0 0;
    }
    .sec7 {
        padding: 60px 0;
    }
    .sec7 .text .logo {
        width: 105px;
        margin: 0 auto 15px;
    }
    .sec7 .text p {
        font-size: 14px;
    }
    .sec7 .bg {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
    }
    .sec7 .bg img {
        display: block;
        width: 100%;
        height: 100%;
    }
    .sec7 .text {
        position: unset;
        margin: 0 auto;
        width: 90%;
        transform: unset;
    }
}
</pre></body></html>