.banner {
    position: relative;
    height: 70vh;
}
.banner .swiper {
    height: 100%;
}
.banner .swiper .swiper-slide img {
    transform: scale(1.1);
}
.banner .swiper .swiper-slide-active img {
    transform: scale(1);
}
.banner .img {
    height: 100%;

}
.banner .img img {
    height: 100%;
    transition: 2s;
}
.banner .box {
    width: 1440px;
    background: rgba(255,255,255,0.5);
    border-radius: 10px 10px 0 0;
    padding: 30px 46px 40px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.banner .box .title {
    margin: 0 0 20px;
}

.banner .box .title p {
    font-family: 'Poppins m';
    font-weight: 500;
    font-size: 20px;
    color: #111111;
}

.banner .box .title span {
    font-weight: 400;
    font-size: 14px;
    color: #1C69D4;
}

.banner .box form {
    display: flex;
}

.banner .box form input {
    width: 200px;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #DBDFE1;
    margin-right: 10px;
    padding: 0 19px;
}

.banner .box form input.demo-phone {
    width: 305px;
}

.banner .box form .code_btn {
    width: 200px;
    height: 40px;
    background: #DBEAFE;
    border-radius: 4px;
    border: none;
    font-weight: 400;
    font-size: 14px;
    color: #1C69D4;
}

.banner .box form .code_btn.on {
    pointer-events: none;
    cursor: no-drop;
}

.banner .box form .submit {
    width: 150px;
    height: 40px;
    background: #1C69D4;
    border-radius: 4px;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
}
.sec8 {
    padding: 120px 0;
}
.sec8 .box {
    width: 1440px;
    margin: 0 auto;
}
.sec8 .box .title {
    margin: 0 0 50px;
    text-align: center;
}
.sec8 .box form {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.sec8 .box form input {
    width: 466px;
    height: 60px;
    border-radius: 4px;
    border: 1px solid #DBDFE1;
    padding: 0 19px;
}
.sec8 .box form .code_btn {
    width: 200px;
    height: 40px;
    background: #DBEAFE;
    border-radius: 4px;
    border: none;
    font-weight: 400;
    font-size: 14px;
    color: #1C69D4;
}

.sec8 .box form .code_btn.on {
    pointer-events: none;
    cursor: no-drop;
}

.sec8 .box form .submit {
    width: 150px;
    height: 60px;
    background: #1C69D4;
    border-radius: 4px;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}
.sec8 .box .title p {
    font-family: 'Poppins b';
    font-weight: bold;
    font-size: 24px;
    color: #111111;
    margin-bottom: 10px;
}

.sec8 .box .title span {
    font-weight: 400;
    font-size: 18px;
    color: #1C69D4;
}
.sec1 {
    padding: 39px 0 0;
}

.sec1 .wrap {
    width: 1440px;
    margin: 0 auto;
}

.sec1 .wrap .flex {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.sec1 .wrap .flex .item {
    width: 337px;
    height: 236px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.sec1 .wrap .flex .item img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 3s;
}

.sec1 .wrap .flex .item .text {
    position: absolute;
    top: 125px;
    padding: 0 25px;
    width: 100%;
}

.sec1 .wrap .flex .item .text h5 {
    font-family: 'Poppins b';
    font-weight: 600;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 32px;
}

.sec1 .wrap .flex .item .text p {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px;
}

.sec1 .wrap .flex .item:hover img {
    transform: scale(1.1);
}

.sec1 .wrap .title {
    margin: 61px 0 50px;
    text-align: center;
    font-family: 'Poppins b';
    font-weight: 600;
    font-size: 24px;
    color: #111111;
    line-height: 30px;
}

.sec1 .wrap .select_link {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 0 16px;
    border-bottom: 1px solid #DBDFE1;
    margin-bottom: 38px;
}

.sec1 .wrap .select_link h5 {
    font-weight: 400;
    font-size: 16px;
    color: #111111;
    margin-right: 10px;
}

.sec1 .wrap .select_link p {
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    transition: 0.6s;
    cursor: pointer;
    margin-right: 22px;
    position: relative;
}

.sec1 .wrap .select_link p:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #1C69D4;
    position: absolute;
    left: 0;
    bottom: -17px;
    transform: scaleX(0);
    transition: 0.6s;
}

.sec1 .wrap .select_link p:hover, .sec1 .wrap .select_link p.on {
    color: #1C69D4;
}

.sec1 .wrap .select_link p:hover:after, .sec1 .wrap .select_link p.on:after {
    transform: scaleX(1);
}

.sec1 .wrap .select_link p.on {
    font-weight: bold;
}

.sec1 .wrap .pro_content {
    display: flex;
    flex-wrap: wrap;
}

.sec1 .wrap .more {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin: 18px auto 55px;
}

.sec1 .wrap .more p {
    font-family: 'Poppins b';
    font-weight: 600;
    font-size: 18px;
    color: #1C69D4;
    margin-right: 10px;
}

.sec1 .wrap .more .iconfont {
    font-weight: 600;
    font-size: 8px;
    color: #1C69D4;
    transform: rotate(180deg);
}

.sec2 {
    padding: 74px 0 38px;
    background: #FAFAFA;
}

.sec2 .title {
    text-align: center;
    margin: 0 0 47px;
}

.sec2 .title h5 {
    font-family: 'Poppins b';
    font-weight: bold;
    font-size: 30px;
    color: #111111;
    margin: 0 0 5px;
    text-transform: uppercase;
}

.sec2 .title p {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}

.sec2 .content {
    display: flex;
    flex-wrap: wrap;
    width: 1440px;
    margin: 0 auto;
}

.sec2 .content .img {
    width: 91px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 49px;
}

.sec2 .content .img:not(:nth-child(8n)) {
    margin-right: 101px;
}

.sec3 {
    padding: 80px 0 121px;
}

.sec3 .title {
    font-family: 'Poppins b';
    font-weight: bold;
    font-size: 30px;
    color: #111111;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 50px;
}

.sec3 .content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec3 .content .item {
    display: flex;
    align-items: center;
}

.sec3 .content .item .icon {
    width: 90px;
    height: 90px;
    background: #DBEAFE;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px 0 0;
}

.sec3 .content .item .icon img {
    max-width: 80%;
    max-height: 80%;
}

.sec3 .content .item .item_text h5 {
    font-family: 'Poppins b';
    font-weight: 600;
    font-size: 18px;
    color: #111111;
    line-height: 24px;
}

.sec3 .content .item .item_text p {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}

.sec3 .content .jt {
    width: 31px;
    margin: 0 20px 0 60px;
}

.sec3 .process {
    display: flex;
    justify-content: center;
    margin: 113px 0 0;
}

.sec3 .process .item {
    width: 350px;
    margin: 0 60px;
    position: relative;
}

.sec3 .process .item .num {
    font-family: 'Poppins b';
    font-weight: 400;
    font-size: 200px;
    color: #F1F1F1;
    line-height: 1;
    position: absolute;
    z-index: -1;
    left: -30px;
    top: -75px;
}

.sec3 .process .item h5 {
    font-family: 'Poppins b';
    font-weight: 600;
    font-size: 20px;
    color: #1C69D4;
    line-height: 24px;
    text-transform: uppercase;
}

.sec3 .process .item h5 span {
    font-size: 18px;
    color: #111111;
    text-transform: math-auto;
}

.sec3 .process .item p {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    margin: 8px 0 0;
}

.sec4 {
    position: relative;
    width: 100vw;
    padding: 138px 0 149px;
}

.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 {
    text-align: center;
    font-family: 'Poppins b';
    font-weight: 600;
    font-size: 30px;
    color: #FFFFFF;
    margin: 0 0 67px;
}

.sec4 .numList {
    display: flex;
    justify-content: center;
}

.sec4 .numList .item {
    margin: 0 80px;
}

.sec4 .numList .item .num {
    display: flex;
    align-items: center;
}

.sec4 .numList .item .num .icon {
    width: 40px;
    height: 40px;
    margin: 0 15px 0 0;
}

.sec4 .numList .item .num p {
    font-family: 'Poppins m';
    font-weight: 500;
    font-size: 50px;
    color: #FFFFFF;
    line-height: 1;
}

.sec4 .numList .item span {
    padding: 0 0 0 55px;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    display: block;
    margin: 5px 0 0;
}

.sec5 {
    padding: 60px 0 0;
}

.sec5 .wrap {
    width: 1440px;
    margin: 0 auto;
}

.sec5 .wrap .title {
    font-family: 'Poppins b';
    font-weight: bold;
    font-size: 30px;
    color: #111111;
    margin: 0 0 17px;
    text-transform: uppercase;
}

.sec5 .wrap .content {
    display: flex;
    justify-content: space-between;
}

.sec5 .wrap .content .item {
    width: 340px;
    min-height: 280px;
    border-radius: 10px;
    border: 1px solid #DBDFE1;
    padding: 36px 30px;
    position: relative;
    transition: 0.6s;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sec5 .wrap .content .item h5 {
    font-family: 'Poppins b';
    font-weight: 600;
    font-size: 20px;
    color: #111111;
    margin: 0 0 4px;
    transition: 0.6s;
}

.sec5 .wrap .content .item p {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 18px;
    transition: 0.6s;
}

.sec5 .wrap .content .item .icon {
    width: 84px;
    height: 84px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.6s;
    margin: 30px 0 0;
}

.sec5 .wrap .content .item:hover {
    background: #1C69D4;
}

.sec5 .wrap .content .item:hover h5, .sec5 .wrap .content .item:hover p {
    color: #FFFFFF;
}

.sec5 .wrap .content .item:hover .icon {
    filter: invert(1);
}

.sec6 {
    padding: 60px 0 0;
}

.sec6 .wrap {
    width: 1440px;
    margin: 0 auto;
}

.sec6 .wrap .title {
    font-family: 'Poppins b';
    font-weight: bold;
    font-size: 30px;
    color: #111111;
    margin: 0 0 20px;
    text-transform: uppercase;
}

.sec6 .wrap .content {
    display: flex;
    justify-content: space-between;
}

.sec6 .wrap .content .item {
    display: block;
    width: 345px;
}

.sec6 .wrap .content .item .img {
    width: 100%;
    height: 207px;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 0 12px;
}

.sec6 .wrap .content .item .img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 3s;
}

.sec6 .wrap .content .item .time {
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    margin: 0 0 12px;
}

.sec6 .wrap .content .item h5 {
    font-family: 'Poppins b';
    font-weight: 600;
    font-size: 18px;
    color: #111111;
    line-height: 24px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0 0 6px;
    transition: 0.6s;
}

.sec6 .wrap .content .item .text {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0 0 40px;
}

.sec6 .wrap .content .item .more {
    display: flex;
    align-items: center;
}

.sec6 .wrap .content .item .more p {
    font-weight: 400;
    font-size: 16px;
    color: #1C69D4;
    margin: 0 10px 0 0;
}

.sec6 .wrap .content .item .more .iconfont {
    font-size: 16px;
    color: #1C69D4;
    transform: rotate(-45deg);
    transition: 0.6s;
}

.sec6 .wrap .content .item:hover .img img {
    transform: scale(1.1);
}

.sec6 .wrap .content .item:hover h5 {
    color: #1C69D4;
}

.sec6 .wrap .content .item:hover .more .iconfont {
    transform: rotate(0deg);
}

.sec7 {
    padding: 70px 0 0px;
}

.sec7 .wrap {
    width: 1440px;
    margin: 0 auto;
}

.sec7 .wrap .flex {
    display: flex;
    align-items: center;
    width: 100%;
    height: 110px;
    background: #FAFAFA;
    border-radius: 10px;
    overflow: hidden;
}

.sec7 .wrap .flex .title {
    width: 431px;
    height: 100%;
    background: rgba(28, 105, 212, 0.6);
    display: flex;
    align-items: center;
    padding: 0 0 0 35px;
    clip-path: polygon(0 0, 100% 0, 390px 100%, 0 100%);
    position: relative;
    margin: 0 28px 0 0;
}

.sec7 .wrap .flex .title:after {
    content: "";
    width: 413px;
    height: 100%;
    background: #1C69D4;
    position: absolute;
    top: 0;
    left: 0;
    clip-path: polygon(0 0, 100% 0, 372px 100%, 0 100%);
}

.sec7 .wrap .flex .title p {
    font-family: 'Poppins b';
    font-weight: 600;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 28px;
    position: relative;
    z-index: 3;
}

.sec7 .wrap .flex .item {
    display: flex;
    align-items: center;
}

.sec7 .wrap .flex .item:not(:nth-last-child(1)) {
    margin-right: 60px;
}

.sec7 .wrap .flex .item .icon {
    width: 36px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px 0 0;
}

.sec7 .wrap .flex .item .icon img {
    object-fit: contain;
}

.sec7 .wrap .flex .item .item_text h5 {
    font-family: 'Poppins b';
    font-weight: 600;
    font-size: 16px;
    color: #111111;
    line-height: 24px;
}

.sec7 .wrap .flex .item .item_text p {
    font-weight: 300;
    font-size: 12px;
    color: #999999;
    line-height: 28px;
}

/*# sourceMappingURL=index.css.map */
@media screen and (max-width: 1919px) {
    .banner .box {
        width: 75vw;
        border-radius: 0.5208333333vw 0.5208333333vw 0 0;
        padding: 1.5625vw 2.3958333333vw 2.0833333333vw;
    }

    .banner .box .title {
        margin: 0px 0px 1.0416666667vw;
    }

    .banner .box .title p {
        font-size: 1.0416666667vw;
    }

    .banner .box .title span {
        font-size: 0.7291666667vw;
    }

    .banner .box form input {
        width: 10.4166666667vw;
        height: 2.0833333333vw;
        border-radius: 0.2083333333vw;
        margin-right: 0.5208333333vw;
        padding: 0px 0.9895833333vw;
        font-size: 0.83333333333333333333vw;
    }

    .layui-input-affix {
        line-height: 2.0833333333vw;
    }

    .banner .box form input.demo-phone {
        width: 15.8854166667vw;
    }

    .banner .box form .code_btn {
        width: 10.4166666667vw;
        height: 2.0833333333vw;
        border-radius: 0.2083333333vw;
        font-size: 0.7291666667vw;
    }

    .banner .box form .submit {
        width: 7.8125vw;
        height: 2.0833333333vw;
        border-radius: 0.2083333333vw;
        font-size: 0.7291666667vw;
        line-height: 2.0833333333vw;
    }

    .sec1 {
        padding: 2.03125vw 0px 0px;
    }

    .sec1 .wrap {
        width: 75vw;
    }

    .sec1 .wrap .flex {
        gap: 1.5625vw;
    }

    .sec1 .wrap .flex .item {
        width: 17.5520833333vw;
        height: 12.2916666667vw;
        border-radius: 0.5208333333vw;
    }

    .sec1 .wrap .flex .item .text {
        top: 6.5104166667vw;
        padding: 0px 1.3020833333vw;
    }

    .sec1 .wrap .flex .item .text h5 {
        font-size: 1.25vw;
        line-height: 1.6666666667vw;
    }

    .sec1 .wrap .flex .item .text p {
        font-size: 0.8333333333vw;
        line-height: 1.25vw;
    }

    .sec1 .wrap .title {
        margin: 3.1770833333vw 0px 2.6041666667vw;
        font-size: 1.25vw;
        line-height: 1.5625vw;
    }

    .sec1 .wrap .select_link {
        padding: 0px 0px 0.8333333333vw;
        margin-bottom: 1.9791666667vw;
    }

    .sec1 .wrap .select_link h5 {
        font-size: 0.8333333333vw;
        margin-right: 0.5208333333vw;
    }

    .sec1 .wrap .select_link p {
        font-size: 0.8333333333vw;
        margin-right: 1.1458333333vw;
    }

    .sec1 .wrap .select_link p::after {
        height: 0.1041666667vw;
        bottom: -0.8854166667vw;
    }

    .sec1 .wrap .more {
        margin: 0.9375vw auto 2.8645833333vw;
    }

    .sec1 .wrap .more p {
        font-size: 0.9375vw;
        margin-right: 0.5208333333vw;
    }

    .sec1 .wrap .more .iconfont {
        font-size: 0.4166666667vw;
    }

    .sec2 {
        padding: 3.8541666667vw 0px 1.9791666667vw;
    }

    .sec2 .title {
        margin: 0px 0px 2.4479166667vw;
    }

    .sec2 .title h5 {
        font-size: 1.5625vw;
        margin: 0px 0px 0.2604166667vw;
    }

    .sec2 .title p {
        font-size: 0.7291666667vw;
        line-height: 1.25vw;
    }

    .sec2 .content {
        width: 75vw;
    }

    .sec2 .content .img {
        width: 4.7395833333vw;
        height: 2.8645833333vw;
        margin-bottom: 2.5520833333vw;
    }

    .sec2 .content .img:not(:nth-child(8n)) {
        margin-right: 5.2604166667vw;
    }

    .sec3 {
        padding: 4.1666666667vw 0px 6.3020833333vw;
    }

    .sec3 .title {
        font-size: 1.5625vw;
        margin: 0px 0px 2.6041666667vw;
    }

    .sec3 .content .item .icon {
        width: 4.6875vw;
        height: 4.6875vw;
        margin: 0px 0.5208333333vw 0px 0px;
    }

    .sec3 .content .item .item_text h5 {
        font-size: 0.9375vw;
        line-height: 1.25vw;
    }

    .sec3 .content .item .item_text p {
        font-size: 0.7291666667vw;
        line-height: 1.25vw;
    }

    .sec3 .content .jt {
        width: 1.6145833333vw;
        margin: 0px 1.0416666667vw 0px 3.125vw;
    }

    .sec3 .process {
        margin: 5.8854166667vw 0px 0px;
    }

    .sec3 .process .item {
        width: 18.2291666667vw;
        margin: 0px 3.125vw;
    }

    .sec3 .process .item .num {
        font-size: 10.4166666667vw;
        left: -1.5625vw;
        top: -3.90625vw;
    }

    .sec3 .process .item h5 {
        font-size: 1.0416666667vw;
        line-height: 1.25vw;
    }

    .sec3 .process .item h5 span {
        font-size: 0.9375vw;
    }

    .sec3 .process .item p {
        font-size: 0.7291666667vw;
        line-height: 1.25vw;
        margin: 0.4166666667vw 0px 0px;
    }

    .sec4 {
        padding: 7.1875vw 0px 7.7604166667vw;
    }

    .sec4 .title {
        font-size: 1.5625vw;
        margin: 0px 0px 3.4895833333vw;
    }

    .sec4 .numList .item {
        margin: 0px 4.1666666667vw;
    }

    .sec4 .numList .item .num .icon {
        width: 2.0833333333vw;
        height: 2.0833333333vw;
        margin: 0px 0.78125vw 0px 0px;
    }

    .sec4 .numList .item .num p {
        font-size: 2.6041666667vw;
    }

    .sec4 .numList .item span {
        padding: 0px 0px 0px 2.8645833333vw;
        font-size: 0.9375vw;
        margin: 0.2604166667vw 0px 0px;
    }

    .sec5 {
        padding: 3.125vw 0px 0px;
    }

    .sec5 .wrap {
        width: 75vw;
    }

    .sec5 .wrap .title {
        font-size: 1.5625vw;
        margin: 0px 0px 0.8854166667vw;
    }

    .sec5 .wrap .content .item {
        width: 17.7083333333vw;
        min-height: 14.5833333333vw;
        border-radius: 0.5208333333vw;
        padding: 1.875vw 1.5625vw;
    }

    .sec5 .wrap .content .item h5 {
        font-size: 1.0416666667vw;
        margin: 0px 0px 0.2083333333vw;
    }

    .sec5 .wrap .content .item p {
        font-size: 0.7291666667vw;
        line-height: 0.9375vw;
    }

    .sec5 .wrap .content .item .icon {
        width: 4.375vw;
        height: 4.375vw;
        margin: 1.5625vw 0px 0px;
    }

    .sec6 {
        padding: 3.125vw 0px 0px;
    }

    .sec6 .wrap {
        width: 75vw;
    }

    .sec6 .wrap .title {
        font-size: 1.5625vw;
        margin: 0px 0px 1.0416666667vw;
    }

    .sec6 .wrap .content .item {
        width: 17.96875vw;
    }

    .sec6 .wrap .content .item .img {
        height: 10.78125vw;
        border-radius: 0.5208333333vw;
        margin: 0px 0px 0.625vw;
    }

    .sec6 .wrap .content .item .time {
        font-size: 0.7291666667vw;
        margin: 0px 0px 0.625vw;
    }

    .sec6 .wrap .content .item h5 {
        font-size: 0.9375vw;
        line-height: 1.25vw;
        margin: 0px 0px 0.3125vw;
    }

    .sec6 .wrap .content .item .text {
        font-size: 0.7291666667vw;
        line-height: 1.0416666667vw;
        margin: 0px 0px 2.0833333333vw;
    }

    .sec6 .wrap .content .item .more p {
        font-size: 0.8333333333vw;
        margin: 0px 0.5208333333vw 0px 0px;
    }

    .sec6 .wrap .content .item .more .iconfont {
        font-size: 0.8333333333vw;
    }

    .sec7 {
        padding: 3.6458333333vw 0px 0px;
    }

    .sec7 .wrap {
        width: 75vw;
    }

    .sec7 .wrap .flex {
        height: 5.7291666667vw;
        border-radius: 0.5208333333vw;
    }

    .sec7 .wrap .flex .title {
        width: 22.4479166667vw;
        padding: 0px 0px 0px 1.8229166667vw;
        clip-path: polygon(0px 0px, 100% 0px, 20.3125vw 100%, 0px 100%);
        margin: 0px 1.4583333333vw 0px 0px;
    }

    .sec7 .wrap .flex .title::after {
        width: 21.5104166667vw;
        clip-path: polygon(0px 0px, 100% 0px, 19.375vw 100%, 0px 100%);
    }

    .sec7 .wrap .flex .title p {
        font-size: 0.9375vw;
        line-height: 1.4583333333vw;
    }

    .sec7 .wrap .flex .item:not(:nth-last-child(1)) {
        margin-right: 3.125vw;
    }

    .sec7 .wrap .flex .item .icon {
        width: 1.875vw;
        height: 1.6666666667vw;
        margin: 0px 0.5208333333vw 0px 0px;
    }

    .sec7 .wrap .flex .item .item_text h5 {
        font-size: 0.8333333333vw;
        line-height: 1.25vw;
    }

    .sec7 .wrap .flex .item .item_text p {
        font-size: 0.625vw;
        line-height: 1.4583333333vw;
    }
}
@media screen and (max-width: 1919px) {
    .sec8{
        padding: 6.25vw 0px;
    }
    .sec8 .box{
        width: 75vw;
    }
    .sec8 .box .title{
        margin: 0px 0px 2.6041666667vw;
    }
    .sec8 .box form{
        gap: 1.0416666667vw;
    }
    .sec8 .box form input{
        width: 24.2708333333vw;
        height: 3.125vw;
        border-radius: 0.2083333333vw;
        padding: 0px 0.9895833333vw;
    }
    .sec8 .box form .code_btn{
        width: 10.4166666667vw;
        height: 2.0833333333vw;
        border-radius: 0.2083333333vw;
        font-size: 0.7291666667vw;
    }
    .sec8 .box form .submit{
        width: 7.8125vw;
        height: 3.125vw;
        border-radius: 0.2083333333vw;
        font-size: 0.8333333333vw;
    }
    .sec8 .box .title p{
        font-size: 1.25vw;
        margin-bottom: 0.5208333333vw;
    }
    .sec8 .box .title span{
        font-size: 0.9375vw;
    }
}
@media screen and (max-width: 768px) {
    .banner .box {
        position: unset;
        width: 90%;
        margin: 40px auto 0;
        transform: unset;
        border-radius: 6px;
        padding: 20px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }

    .banner .box .title p {
        font-size: 18px;
    }

    .banner .box .title span {
        font-size: 16px;
        display: block;
        margin: 10px 0 30px;
    }

    .banner .box form {
        flex-wrap: wrap;
        gap: 15px;
    }

    .banner .box form .layui-input-wrap {
        width: 100%;
    }

    .banner .box form input {
        width: 100% !important;
        height: 50px;
        font-size: 16px;
        border-radius: 4px;
        padding: 0 15px;
    }

    .layui-input-affix {
        line-height: 50px;
    }

    .banner .box form .submit {
        width: fit-content;
        padding: 0 40px;
        height: 40px;
        border-radius: 4px;
        line-height: 40px;
        margin: 15px 0 0;
        font-size: 15px;
    }

    .sec1 {
        padding: 60px 0;
    }

    .sec1 .wrap {
        width: 90%;
    }

    .sec1 .wrap .flex {
        flex-wrap: wrap;
        gap: 15px;
    }

    .sec1 .wrap .flex .item {
        width: 100%;
        height: 58vw;
        border-radius: 4px;
    }

    .sec1 .wrap .flex .item .text h5 {
        font-size: 16px;
        line-height: 1.4;
    }

    .sec1 .wrap .flex .item .text {
        top: 40px;
        padding: 0 15px;
    }

    .sec1 .wrap .title {
        margin: 50px 0 30px;
        font-size: 20px;
        line-height: 1.4;
    }

    .sec1 .wrap .more p {
        font-size: 16px;
        margin-right: 8px;
    }

    .sec1 .wrap .more .iconfont {
        font-size: 8px;
    }

    .sec2 {
        padding: 60px 0;
        width: 100vw;
        overflow: hidden;
    }

    .sec2 .title {
        width: 90%;
        margin: 0 auto 40px;
    }

    .sec2 .title h5 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .sec2 .title p {
        font-size: 15px;
        line-height: 1.6;
    }

    .sec2 .title p br {
        display: none;
    }

    .sec2 .content {
        width: max-content;
        overflow: hidden;
        animation: img_go 30s infinite linear;
    }

    .sec2 .content .img {
        width: 91px;
        height: 55px;
        margin: 0 20px 0 0 !important;
    }
    .sec2 .content .img img {
        transform: scale(0.8);
    }
    .sec3 {
        padding: 50px 0;
    }
    .sec3 .title {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .sec3 .content {
        width: 90%;
        margin: 0 auto;
        flex-direction: column;
        justify-content: center;
    }
    .sec3 .content .item {
        flex-direction: column;
        justify-content: center;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
        width: 80vw;
        border-radius: 6px;
        padding: 50px 20px;
    }
    .sec3 .content .item .icon {
        width: 90px;
        height: 90px;
        margin: 0 0 35px;
    }
    .sec3 .content .item .item_text h5 {
        font-size: 18px;
        line-height: 1;
        margin-bottom: 15px;
        text-align: center;
    }
    .sec3 .content .item .item_text p {
        font-size: 15px;
        text-align: center;
        line-height: 1.4;
    }
    .sec3 .content .jt {
        width: 30px;
        margin: 30px 0;
    }
    .sec3 .content .jt img {
        transform: rotate(90deg);
    }
    .sec3 .process {
        width: 100%;
        margin: 50px auto 0;
        flex-wrap: wrap;
        gap: 30px;
    }
    .sec3 .process .item {
        width: 100%;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
        border-radius: 6px;
        padding: 40px 20px;
    }
    .sec3 .process .item .num {
        font-size: 40px;
        position: unset;
        margin-bottom: 15px;
    }
    .sec3 .process .item h5 {
        font-size: 18px;
        line-height: 1.4;
    }
    .sec3 .process .item h5 span {
        font-size: 16px;
    }
    .sec3 .process .item p {
        margin: 20px 0 0;
        font-size: 15px;
        line-height: 1.6;
    }
    .sec4 {
        padding: 70px 5vw;
    }
    .sec4 .title {
        font-size: 24px;
        line-height: 1.4;
        margin-bottom: 40px;
    }
    .sec4 .numList .item .num p {
        font-size: 32px;
    }
    .sec4 .numList {
        flex-wrap: wrap;
        width: 100%;
        margin: 0 auto;
        gap: 10px 0;
    }
    .sec4 .numList .item {
        width: 50%;
        margin: 0;
    }
    .sec4 .numList .item span {
        font-size: 14px;
        margin: 10px 0 0;
        padding: 0;
    }
    .sec4 .numList .item .num .icon {
        width: 30px;
        height: 30px;
        margin-right: 10px;
    }
    .sec5 {
        padding: 50px 0 0;
    }
    .sec5 .wrap {
        width: 90%;
    }
    .sec5 .wrap .title {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .sec5 .wrap .content {
        flex-wrap: wrap;
        gap: 30px 0;
    }
    .sec5 .wrap .content .item {
        width: 100%;
        padding: 30px 20px;
        border-radius: 6px;
    }
    .sec5 .wrap .content .item h5 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .sec5 .wrap .content .item p {
        font-size: 15px;
        line-height: 1.8;
    }
    .sec5 .wrap .content .item .icon {
        width: 60px;
        height: 60px;
        margin: 50px 0 0;
    }
    .sec6 {
        padding: 60px 0 0;
    }
    .sec6 .wrap {
        width: 90%;
    }
    .sec6 .wrap .title {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .sec6 .wrap .content {
        flex-wrap: wrap;
    }
    .sec6 .wrap .content .item {
        padding: 0 0 15px;
        border-bottom: 1px solid #e6e6e6;
        margin-bottom: 40px;
    }
    .sec6 .wrap .content .item .img {
        height: 53vw;
        border-radius: 6px;
        margin-bottom: 15px;
    }
    .sec6 .wrap .content .item .time {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .sec6 .wrap .content .item h5 {
        font-size: 18px;
        line-height: 1.4;
        margin-bottom: 10px;
    }
    .sec6 .wrap .content .item .text {
        font-size: 15px;
        line-height: 1.4;
    }
    .sec6 .wrap .content .item {
        width: 100%;
    }
    .sec6 .wrap .content .item .more p {
        font-size: 14px;
        margin-right: 5px;
    }
    .sec6 .wrap .content .item .more .iconfont {
        font-size: 12px;
    }
    .sec7 .wrap {
        width: 90%;
    }
    .sec7 .wrap .flex {
        height: unset;
        background: unset;
        flex-wrap: wrap;
    }
    .sec7 .wrap .flex .title {
        width: 100%;
        background: unset;
        margin: 0 0 30px;
        padding: 0;
        clip-path: unset;
    }
    .sec7 .wrap .flex .title p {
        font-size: 20px;
        color: #000000;
        line-height: 1.4;
    }
    .sec7 .wrap .flex .title p br {
        display: none;
    }
    .sec7 .wrap .flex .title::after {
        background: unset;
    }
    .sec7 .wrap .flex .item {
        width: 100%;
        padding: 40px 20px;
        background: #FAFAFA;
        margin: 0 0 30px;
        border-radius: 6px;
        display: block;
    }
    .sec7 .wrap .flex .item .icon {
        width: 36px;
        height: 32px;
        margin-bottom: 15px;
    }
    .sec7 .wrap .flex .item .item_text h5 {
        font-size: 18px;
        line-height: 1.4;
        margin-bottom: 15px;
    }
    .sec7 .wrap .flex .item .item_text p {
        font-size: 15px;
        line-height: 1.6;
    }
    .banner {
        height: unset;
    }
    .banner .swiper {
        height: 50vh;
    }
    .banner .img img:nth-child(1) {
        display: none;
    }
    .banner .img img:nth-child(2) {
        display: block !important;
    }
}
@media screen and (max-width: 768px) {
    .sec8{
        padding: 50px 0px;
    }
    .sec8 .box{
        width: 90vw;
    }
    .sec8 .box .title{
        margin: 0 0 30px;
    }
    .sec8 .box form{
        gap: 20px;
    }
    .sec8 .box form input{
        width: 90vw;
        height: 40px;
        border-radius: 4px;
        padding: 0 20px;
    }
    .sec8 .box form .code_btn{
        width: 150px;
        height: 40px;
        border-radius: 4px;
        font-size: 14px;
    }
    .sec8 .box form .submit{
        width: 150px;
        height: 40px;
        border-radius: 4px;
        font-size: 14px;
    }
    .sec8 .box .title p{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .sec8 .box .title span{
        font-size: 15px;
    }
}

@keyframes img_go {
    100% {
        transform: translateX(-50%);
    }
}
