.common_banner .banner_top {
    width: 960px;
    left: 50%;
    top: 160px;
    transform: translateX(-50%);
}

.common_banner .banner_top .banner_top_title {
    color: #FFFFFF;
}

.common_banner .banner_top .label {
    color: #FFFFFF;
    font-family: 'Inter l';
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;

    margin: 25px 0 0;
}

.sec1 {
    padding: 120px 0 160px;
}

.sec1 .wrap .title {
    color: #10253F;
    text-align: center;
    font-family: 'Inter sb';
    font-size: 40px;
    font-weight: 600;
    line-height: 52px;

    margin-bottom: 24px;
}

.sec1 .wrap .des {
    color: rgba(16, 37, 63, 0.8);
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;

    margin-bottom: 49px;
}

.sec1 .wrap .img {
    width: 100%;
    height: 560px;
    border-radius: 12px;
    background: #D9D9D9;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec1 .wrap .img .more {
    position: absolute;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 40px;
    background: #FFF;
    height: 48px;
    padding: 0 22px;
}

.sec1 .wrap .img .more .iconfont {
    font-size: 16px;
    color: #10253F;
}

.sec1 .wrap .img .more p {
    color: #10253F;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.32px;
}

.sec1 .wrap .img img {
    display: block;
    width: 100%;
    height: 100%;
}

.sec1 .wrap .list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 440px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 95%;
    right: 20px;
}

.sec1 .wrap .list .item {
    width: 100%;
}

.sec1 .wrap .list .item .item_box {
    height: 100%;
    border-radius: 12px;
    background: rgba(245,245,245,0.5);
    backdrop-filter: blur(10px);
    padding: 32px 38px 41px 25px;
    transition: 0.6s;
    box-shadow: 0 10px 20px 0 rgba(0, 95, 106, 0);
    position: relative;
    overflow: hidden;
}

.sec1 .wrap .list .item .item_box:after {
    content: "";
    width: 394px;
    height: 394px;
    border-radius: 394px;
    background: rgba(111, 197, 196, 0.6);
    filter: blur(150px);
    position: absolute;
    bottom: -266px;
    left: -123px;
    opacity: 0;
    transition: 0.6s;
}

.sec1 .wrap .list .item .item_box .icon {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    border: 1px solid #005F6A;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.6s;
    margin-bottom: 15px;
}

.sec1 .wrap .list .item .item_box .icon img {
    display: block;
    transition: 0.6s;
    max-height: 60%;
    max-width: 60%;
}

.sec1 .wrap .list .item .item_box .h5 {
    color: #10253F;
    font-family: 'Inter';
    font-size: 20px;
    font-weight: 500;

}

.sec1 .wrap .list .item .item_box .p {
    color: #10253F;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;

    margin: 15px 0 0;
}

.sec1 .wrap .list .item .item_box:hover {
    box-shadow: 0 10px 20px 0 rgba(0, 95, 106, 0.08);
    background: #FFFFFF;
}

.sec1 .wrap .list .item .item_box:hover:after {
    opacity: 1;
}

.sec1 .wrap .list .item .item_box:hover .icon {
    border: 1px solid #6FC5C4;
    background: #6FC5C4;
}

.sec1 .wrap .list .item .item_box:hover .icon img {
    filter: brightness(0) invert(1);
}

.sec2 {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.sec2 .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.sec2 .bg img {
    display: block;
    width: 100%;
    max-height: unset;
}
.sec2 .wrap {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 120px 0 80px;
}

.sec2 .wrap .sec2_top .title {
    color: #FFF;
    text-align: center;
    font-family: 'Inter sb';
    font-size: 40px;
    font-weight: 600;
    line-height: 52px;
    /* 130% */

}

.sec2 .wrap .sec2_top .des {
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;

    margin: 15px 0 49px;
}

.sec2 .wrap .sec2_top .more {
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 40px;
    background: #FFF;
    height: 48px;
    padding: 0 22px;
    margin: 0 auto;
}

.sec2 .wrap .sec2_top .more .iconfont {
    font-size: 16px;
    color: #10253F;
}

.sec2 .wrap .sec2_top .more p {
    color: #10253F;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.32px;
}

.sec2 .wrap .sec2_bottom {
    display: flex;
    gap: 26px;
}

.sec2 .wrap .sec2_bottom .item {
    width: 340px;
    padding: 46px 38px 45px 24px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
}

.sec2 .wrap .sec2_bottom .item .h5 {
    color: #FFF;
    font-family: 'Inter';
    font-size: 20px;
    font-weight: 500;

    margin-bottom: 15px;
}

.sec2 .wrap .sec2_bottom .item .p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;

}

.sec3 {
    padding: 160px 0 260px;
}

.sec3 .wrap .title {
    color: #10253F;
    text-align: center;
    font-family: 'Inter sb';
    font-size: 40px;
    font-weight: 600;
    line-height: 52px;

    margin-bottom: 24px;
}

.sec3 .wrap .des {
    color: rgba(16, 37, 63, 0.8);
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;

    margin-bottom: 49px;
}

.sec3 .wrap .img {
    width: 100%;
    height: 560px;
    border-radius: 12px;
    background: #D9D9D9;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec3 .wrap .img .more {
    position: absolute;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 40px;
    background: #FFF;
    height: 48px;
    padding: 0 22px;
}

.sec3 .wrap .img .more .iconfont {
    font-size: 16px;
    color: #10253F;
}

.sec3 .wrap .img .more p {
    color: #10253F;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.32px;
}

.sec3 .wrap .img img {
    display: block;
    width: 100%;
    height: 100%;
}

.sec3 .wrap .list {
    margin: 19px 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

.sec3 .wrap .list .item {
    width: 340px;
}

.sec3 .wrap .list .item .item_box {
    height: 100%;
    border-radius: 12px;
    background: #F5F5F5;
    padding: 32px 38px 41px 25px;
    transition: 0.6s;
    box-shadow: 0 10px 20px 0 rgba(0, 95, 106, 0);
    position: relative;
    overflow: hidden;
}

.sec3 .wrap .list .item .item_box:after {
    content: "";
    width: 394px;
    height: 394px;
    border-radius: 394px;
    background: rgba(111, 197, 196, 0.6);
    filter: blur(150px);
    position: absolute;
    bottom: -266px;
    left: -123px;
    opacity: 0;
    transition: 0.6s;
}

.sec3 .wrap .list .item .item_box .icon {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    border: 1px solid #005F6A;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.6s;
    margin-bottom: 80px;
}

.sec3 .wrap .list .item .item_box .icon img {
    display: block;
    transition: 0.6s;
    max-height: 60%;
    max-width: 60%;
}

.sec3 .wrap .list .item .item_box .h5 {
    color: #10253F;
    font-family: 'Inter';
    font-size: 20px;
    font-weight: 500;

}

.sec3 .wrap .list .item .item_box .p {
    color: #10253F;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;

    margin: 15px 0 0;
}

.sec3 .wrap .list .item .item_box:hover {
    box-shadow: 0 10px 20px 0 rgba(0, 95, 106, 0.08);
    background: #FFFFFF;
}

.sec3 .wrap .list .item .item_box:hover:after {
    opacity: 1;
}

.sec3 .wrap .list .item .item_box:hover .icon {
    border: 1px solid #6FC5C4;
    background: #6FC5C4;
}

.sec3 .wrap .list .item .item_box:hover .icon img {
    filter: brightness(0) invert(1);
}

.sec4 {
    padding: 129px 0 169px;
    background: #F5F5F6;
}

.sec4 .wrap .title {
    color: #10253F;
    font-family: 'Inter sb';
    font-size: 40px;
    font-weight: 600;
    line-height: 52px;
    margin-bottom: 10px;
    text-align: center;
}

.sec4 .wrap .des {
    color: rgba(16, 37, 63, 0.8);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
    margin-bottom: 50px;
}

.sec4 .wrap .box {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}


.sec4 .wrap .box .item {
    width: 460px;
    border-radius: 12px;
    background: #FFFFFF;
}
.sec4 .wrap .box .item .img {
    width: 100%;
    height: 280px;
    border-radius: 12px 12px 0 0;
    overflow: hidden;
}
.sec4 .wrap .box .item .img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 3s;
}
.sec4 .wrap .box .item .item_bottom {
    padding: 28px 20px 30px;

}
.sec4 .wrap .box .item .item_bottom .h5 {
    color: #10253F;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
}
.sec4 .wrap .box .item .item_bottom .p {
    color: #10253F;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.57;
    text-transform: capitalize;
    margin-top: 22px;
}
.sec4 .wrap .box .item:hover .img img {
    transform: scale(1.1);
}
.sec5 {
    padding: 125px 0 143px;
    position: relative;

}

.sec5 .wrap .title {
    font-family: 'Inter sb';
    color: #FFF;
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.3;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.sec5 .wrap .des {
    text-align: center;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 54px;
}

.sec5 .wrap .box {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}



.sec5 .wrap .box .item {
    width: 460px;
    padding: 26px 15px 44px 18px;
    border-radius: 12px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.10);
}
.sec5 .wrap .box .item .icon {
    width: 52px;
    height: 48px;
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}
.sec5 .wrap .box .item .h5 {
    color: #FFF;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 24px;
}



.sec5 .wrap .box .item .p {
    color: #FFF;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: -0.28px;
    text-transform: capitalize;

}

.sec5 .wrap .box .item .p ul li {
    padding: 0 0 0 14px;
    position: relative;
}

.sec5 .wrap .box .item .p ul li:after {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0;
    top: 8px;
    background: #fff;
    border-radius: 50%;
}
.sec5 .wrap .box .item .p ul li:not(:last-child) {
    margin-bottom: 12px;
}


.sec6 {
    padding: 125px 0 143px;
}

.sec6 .wrap .title {
    color: #10253F;
    font-family: 'Inter sb';
    font-size: 40px;
    font-weight: 600;
    line-height: 52px;
    /* 130% */

    margin-bottom: 26px;
}

.sec6 .wrap .des {
    color: rgba(16, 37, 63, 0.8);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;

    margin-bottom: 79px;
}

.sec6 .wrap .swiper_box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec6 .wrap .swiper_box .btns {
    position: absolute;
    display: flex;
    gap: 1520px;
    pointer-events: none;
}

.sec6 .wrap .swiper_box .btns .iconfont {
    font-size: 20px;
    color: #10253f;
    pointer-events: auto;
    cursor: pointer;
    transition: 0.6s;
}

.sec6 .wrap .swiper_box .btns .iconfont.prev {
    transform: rotate(180deg);
}

.sec6 .wrap .swiper_box .btns .iconfont:hover {
    color: #005F6A;
}

.sec6 .wrap .swiper_box .swiper .swiper-slide {
    padding: 40px 80px 68px 40px;
    border-radius: 12px;
    background: #F5F5F6;
    position: relative;
    overflow: hidden;
    height: auto;
}

.sec6 .wrap .swiper_box .swiper .swiper-slide:after {
    content: "";
    width: 560px;
    height: 560px;
    border-radius: 560px;
    background: rgba(111, 197, 196, 0.6);
    filter: blur(150px);
    position: absolute;
    bottom: -371px;
    left: -110px;
    opacity: 0;
    transition: 0.6s;
}

.sec6 .wrap .swiper_box .swiper .swiper-slide .icon {
    width: 80px;
    height: 80px;
    border-radius: 8px;
    border: 1px solid #318C92;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.6s;
    position: relative;
    z-index: 3;
}

.sec6 .wrap .swiper_box .swiper .swiper-slide .icon img {
    display: block;
    transition: 0.6s;
    max-height: 70%;
    max-width: 70%;
}

.sec6 .wrap .swiper_box .swiper .swiper-slide .h5 {
    color: #10253F;
    font-family: 'Inter';
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;

    margin: 84px 0 24px;
    position: relative;
    z-index: 3;
}

.sec6 .wrap .swiper_box .swiper .swiper-slide .p {
    color: rgba(16, 37, 63, 0.6);
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;

    position: relative;
    z-index: 3;
}

.sec6 .wrap .swiper_box .swiper .swiper-slide:hover:after {
    opacity: 1;
}

.sec6 .wrap .more {
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 56px auto 0;
    height: 48px;
    border-radius: 40px;
    background: #10253F;
    padding: 0 22px;
}

.sec6 .wrap .more p {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.32px;
}

.sec6 .wrap .more .iconfont {
    font-size: 16px;
    color: #FFFFFF;
}



.fixed_download {
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 9999999;
    opacity: 0;
    transition: 0.6s;
    pointer-events: none;
}

.fixed_download.show {
    opacity: 1;
    pointer-events: auto;
}

.fixed_download .fixed_shadow {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.1);
}

.fixed_download .fixed_box {
    width: 1094px;
    border-radius: 10px;
    background: #FFF;
    padding: 56px 95px 83px 64px;
    position: relative;
}
.fixed_download .fixed_box .close {
    width: 20px;
    position: absolute;
    top: 20px;
    right: 40px;
}
.fixed_download .fixed_box .h5 {
    color: #005F6A;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;

    margin-bottom: 49px;
}

.fixed_download .fixed_box form input {
    width: 100%;
    height: 60px;
    border-radius: 8px;
    border: 1px solid #D9D9D9;
    background: #F5F5F5;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 12px;
}
.fixed_download .fixed_box form .select {
    width: 100%;
    margin-bottom: 12px;
    position: relative;
}
.fixed_download .fixed_box form .select select {
    width: 100%;
    height: 60px;
    border-radius: 8px;
    border: 1px solid #D9D9D9;
    background: #F5F5F5;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 300;
}
.fixed_download .fixed_box form input::placeholder {
    color: #83868A;
}
.fixed_download .fixed_box form .upload {
    position: relative;
    width: 100%;
    height: 60px;
    border-radius: 8px;
    border: 1px solid #D9D9D9;
    background: #F5F5F5;
    padding: 0 20px;
    display: flex;
    align-items: center;
}
.fixed_download .fixed_box form .upload p {
    font-size: 16px;
    font-weight: 300;
    color: #83868A;
    pointer-events: auto;
    transition: 0.6s;
}

.fixed_download .fixed_box form .upload input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.fixed_download .fixed_box form button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 223px;
    height: 60px;
    border-radius: 8px;
    background: #005F6A;
    border: unset;
    box-shadow: none;
    margin: 31px 0 20px;
}

.fixed_download .fixed_box form .tips {
    color: #83868A;
    font-size: 12px;
    font-weight: 300;

}

.fixed_download .fixed_box form .tips b {
    color: #005F6A;
    font-weight: bold;
}

.fixed_download .fixed_box form button p {
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
}



@media screen and (max-width: 1919px) {
    .common_banner .banner_top{
        width: 50vw;
        top: 8.3333333333vw;
    }
    .common_banner .banner_top .label{
        font-size: 0.9375vw;
        line-height: 1.4583333333vw;
        margin: 1.3020833333vw 0px 0px;
    }
    .sec1{
        padding: 6.25vw 0px 8.3333333333vw;
    }
    .sec1 .wrap .title{
        font-size: 2.0833333333vw;
        line-height: 2.7083333333vw;
        margin-bottom: 1.25vw;
    }
    .sec1 .wrap .des{
        font-size: 0.8333333333vw;
        line-height: 1.3541666667vw;
        margin-bottom: 2.5520833333vw;
    }
    .sec1 .wrap .img{
        height: 29.1666666667vw;
        border-radius: 0.625vw;
    }
    .sec1 .wrap .img .more{
        gap: 0.4166666667vw;
        border-radius: 2.0833333333vw;
        height: 2.5vw;
        padding: 0px 1.1458333333vw;
    }
    .sec1 .wrap .img .more .iconfont{
        font-size: 0.8333333333vw;
    }
    .sec1 .wrap .img .more p{
        font-size: 0.8333333333vw;
    }
    .sec1 .wrap .list{
        gap: 0.5208333333vw;
        width: 22.9166666667vw;
        right: 1.0416666667vw;
    }
    .sec1 .wrap .list .item .item_box{
        border-radius: 0.625vw;
        backdrop-filter: blur(0.5208333333vw);
        padding: 1.6666666667vw 1.9791666667vw 2.1354166667vw 1.3020833333vw;
        box-shadow: rgba(0, 95, 106, 0) 0px 0.5208333333vw 1.0416666667vw 0px;
    }
    .sec1 .wrap .list .item .item_box::after{
        width: 20.5208333333vw;
        height: 20.5208333333vw;
        border-radius: 20.5208333333vw;
        filter: blur(7.8125vw);
        bottom: -13.8541666667vw;
        left: -6.40625vw;
    }
    .sec1 .wrap .list .item .item_box .icon{
        width: 3.125vw;
        height: 3.125vw;
        border-radius: 0.4166666667vw;
        margin-bottom: 0.78125vw;
    }
    .sec1 .wrap .list .item .item_box .h5{
        font-size: 1.0416666667vw;
    }
    .sec1 .wrap .list .item .item_box .p{
        font-size: 0.7291666667vw;
        line-height: 1.1458333333vw;
        margin: 0.78125vw 0px 0px;
    }
    .sec1 .wrap .list .item .item_box:hover{
        box-shadow: rgba(0, 95, 106, 0.08) 0px 0.5208333333vw 1.0416666667vw 0px;
    }
    .sec2 .wrap{
        padding: 6.25vw 0px 4.1666666667vw;
    }
    .sec2 .wrap .sec2_top .title{
        font-size: 2.0833333333vw;
        line-height: 2.7083333333vw;
    }
    .sec2 .wrap .sec2_top .des{
        font-size: 0.8333333333vw;
        line-height: 1.3541666667vw;
        margin: 0.78125vw 0px 2.5520833333vw;
    }
    .sec2 .wrap .sec2_top .more{
        gap: 0.4166666667vw;
        border-radius: 2.0833333333vw;
        height: 2.5vw;
        padding: 0px 1.1458333333vw;
    }
    .sec2 .wrap .sec2_top .more .iconfont{
        font-size: 0.8333333333vw;
    }
    .sec2 .wrap .sec2_top .more p{
        font-size: 0.8333333333vw;
    }
    .sec2 .wrap .sec2_bottom{
        gap: 1.3541666667vw;
    }
    .sec2 .wrap .sec2_bottom .item{
        width: 17.7083333333vw;
        padding: 2.3958333333vw 1.9791666667vw 2.34375vw 1.25vw;
        border-radius: 0.625vw;
        backdrop-filter: blur(0.78125vw);
    }
    .sec2 .wrap .sec2_bottom .item .h5{
        font-size: 1.0416666667vw;
        margin-bottom: 0.78125vw;
    }
    .sec2 .wrap .sec2_bottom .item .p{
        font-size: 0.7291666667vw;
        line-height: 1.1458333333vw;
    }
    .sec3{
        padding: 8.3333333333vw 0px 13.5416666667vw;
    }
    .sec3 .wrap .title{
        font-size: 2.0833333333vw;
        line-height: 2.7083333333vw;
        margin-bottom: 1.25vw;
    }
    .sec3 .wrap .des{
        font-size: 0.8333333333vw;
        line-height: 1.3541666667vw;
        margin-bottom: 2.5520833333vw;
    }
    .sec3 .wrap .img{
        height: 29.1666666667vw;
        border-radius: 0.625vw;
    }
    .sec3 .wrap .img .more{
        gap: 0.4166666667vw;
        border-radius: 2.0833333333vw;
        height: 2.5vw;
        padding: 0px 1.1458333333vw;
    }
    .sec3 .wrap .img .more .iconfont{
        font-size: 0.8333333333vw;
    }
    .sec3 .wrap .img .more p{
        font-size: 0.8333333333vw;
    }
    .sec3 .wrap .list{
        margin: 0.9895833333vw 0px 0px;
        gap: 1.3020833333vw;
    }
    .sec3 .wrap .list .item{
        width: 17.7083333333vw;
    }
    .sec3 .wrap .list .item .item_box{
        border-radius: 0.625vw;
        padding: 1.6666666667vw 1.9791666667vw 2.1354166667vw 1.3020833333vw;
        box-shadow: rgba(0, 95, 106, 0) 0px 0.5208333333vw 1.0416666667vw 0px;
    }
    .sec3 .wrap .list .item .item_box::after{
        width: 20.5208333333vw;
        height: 20.5208333333vw;
        border-radius: 20.5208333333vw;
        filter: blur(7.8125vw);
        bottom: -13.8541666667vw;
        left: -6.40625vw;
    }
    .sec3 .wrap .list .item .item_box .icon{
        width: 3.125vw;
        height: 3.125vw;
        border-radius: 0.4166666667vw;
        margin-bottom: 4.1666666667vw;
    }
    .sec3 .wrap .list .item .item_box .h5{
        font-size: 1.0416666667vw;
    }
    .sec3 .wrap .list .item .item_box .p{
        font-size: 0.7291666667vw;
        line-height: 1.1458333333vw;
        margin: 0.78125vw 0px 0px;
    }
    .sec3 .wrap .list .item .item_box:hover{
        box-shadow: rgba(0, 95, 106, 0.08) 0px 0.5208333333vw 1.0416666667vw 0px;
    }
    .sec4{
        padding: 6.71875vw 0px 8.8020833333vw;
    }
    .sec4 .wrap .title{
        font-size: 2.0833333333vw;
        line-height: 2.7083333333vw;
        margin-bottom: 0.5208333333vw;
    }
    .sec4 .wrap .des{
        font-size: 0.8333333333vw;
        line-height: 1.3541666667vw;
        margin-bottom: 2.6041666667vw;
    }
    .sec4 .wrap .box{
        gap: 1.5625vw;
    }
    .sec4 .wrap .box .item{
        width: 23.9583333333vw;
        border-radius: 0.625vw;
    }
    .sec4 .wrap .box .item .img{
        height: 14.5833333333vw;
        border-radius: 0.625vw 0.625vw 0px 0px;
    }
    .sec4 .wrap .box .item .item_bottom{
        padding: 1.4583333333vw 1.0416666667vw 1.5625vw;
    }
    .sec4 .wrap .box .item .item_bottom .h5{
        font-size: 1.0416666667vw;
    }
    .sec4 .wrap .box .item .item_bottom .p{
        font-size: 0.7291666667vw;
        margin-top: 1.1458333333vw;
    }
    .sec5{
        padding: 6.5104166667vw 0px 7.4479166667vw;
    }
    .sec5 .wrap .title{
        font-size: 2.0833333333vw;
        margin-bottom: 0.5208333333vw;
    }
    .sec5 .wrap .des{
        font-size: 0.8333333333vw;
        line-height: 1.3541666667vw;
        margin-bottom: 2.8125vw;
    }
    .sec5 .wrap .box{
        gap: 1.5625vw;
    }
    .sec5 .wrap .box .item{
        width: 23.9583333333vw;
        padding: 1.3541666667vw 0.78125vw 2.2916666667vw 0.9375vw;
        border-radius: 0.625vw;
    }
    .sec5 .wrap .box .item .icon{
        width: 2.7083333333vw;
        height: 2.5vw;
        margin-bottom: 3.125vw;
    }
    .sec5 .wrap .box .item .h5{
        font-size: 1.0416666667vw;
        margin-bottom: 1.25vw;
    }
    .sec5 .wrap .box .item .p{
        font-size: 0.7291666667vw;
        line-height: 1.1458333333vw;
    }
    .sec5 .wrap .box .item .p ul li{
        padding: 0px 0px 0px 0.7291666667vw;
    }
    .sec5 .wrap .box .item .p ul li::after{
        width: 0.3125vw;
        height: 0.3125vw;
        top: 0.4166666667vw;
    }
    .sec5 .wrap .box .item .p ul li:not(:last-child){
        margin-bottom: 0.625vw;
    }
    .sec6{
        padding: 6.5104166667vw 0px 7.4479166667vw;
    }
    .sec6 .wrap .title{
        font-size: 2.0833333333vw;
        line-height: 2.7083333333vw;
        margin-bottom: 1.3541666667vw;
    }
    .sec6 .wrap .des{
        font-size: 0.8333333333vw;
        line-height: 1.3541666667vw;
        margin-bottom: 4.1145833333vw;
    }
    .sec6 .wrap .swiper_box .btns{
        gap: 79.1666666667vw;
    }
    .sec6 .wrap .swiper_box .btns .iconfont{
        font-size: 1.0416666667vw;
    }
    .sec6 .wrap .swiper_box .swiper .swiper-slide{
        padding: 2.0833333333vw 4.1666666667vw 3.5416666667vw 2.0833333333vw;
        border-radius: 0.625vw;
    }
    .sec6 .wrap .swiper_box .swiper .swiper-slide::after{
        width: 29.1666666667vw;
        height: 29.1666666667vw;
        border-radius: 29.1666666667vw;
        filter: blur(7.8125vw);
        bottom: -19.3229166667vw;
        left: -5.7291666667vw;
    }
    .sec6 .wrap .swiper_box .swiper .swiper-slide .icon{
        width: 4.1666666667vw;
        height: 4.1666666667vw;
        border-radius: 0.4166666667vw;
    }
    .sec6 .wrap .swiper_box .swiper .swiper-slide .h5{
        font-size: 1.25vw;
        line-height: 1.4583333333vw;
        margin: 4.375vw 0px 1.25vw;
    }
    .sec6 .wrap .swiper_box .swiper .swiper-slide .p{
        font-size: 0.8333333333vw;
        line-height: 1.4583333333vw;
    }
    .sec6 .wrap .more{
        gap: 0.4166666667vw;
        margin: 2.9166666667vw auto 0px;
        height: 2.5vw;
        border-radius: 2.0833333333vw;
        padding: 0px 1.1458333333vw;
    }
    .sec6 .wrap .more p{
        font-size: 0.8333333333vw;
    }
    .sec6 .wrap .more .iconfont{
        font-size: 0.8333333333vw;
    }
}

@media screen and (max-width: 1919px) {
    .fixed_download .fixed_box{
        width: 56.9791666667vw;
        border-radius: 0.5208333333vw;
        padding: 2.9166666667vw 4.9479166667vw 4.3229166667vw 3.3333333333vw;
    }
    .fixed_download .fixed_box .close{
        width: 1.0416666667vw;
        top: 1.0416666667vw;
        right: 2.0833333333vw;
    }
    .fixed_download .fixed_box .h5{
        font-size: 1.25vw;
        margin-bottom: 2.5520833333vw;
    }
    .fixed_download .fixed_box form input{
        height: 3.125vw;
        border-radius: 0.4166666667vw;
        padding: 0px 1.0416666667vw;
        font-size: 0.8333333333vw;
        margin-bottom: 0.625vw;
    }
    .fixed_download .fixed_box form .select{
        margin-bottom: 0.625vw;
    }
    .fixed_download .fixed_box form .select select{
        height: 3.125vw;
        border-radius: 0.4166666667vw;
        padding: 0px 1.0416666667vw;
        font-size: 0.8333333333vw;
    }
    .fixed_download .fixed_box form .upload{
        height: 3.125vw;
        border-radius: 0.4166666667vw;
        padding: 0px 1.0416666667vw;
    }
    .fixed_download .fixed_box form .upload p{
        font-size: 0.8333333333vw;
    }
    .fixed_download .fixed_box form button{
        width: 11.6145833333vw;
        height: 3.125vw;
        border-radius: 0.4166666667vw;
        margin: 1.6145833333vw 0px 1.0416666667vw;
    }
    .fixed_download .fixed_box form .tips{
        font-size: 0.625vw;
    }
    .fixed_download .fixed_box form button p{
        font-size: 0.8333333333vw;
    }
}


@media screen and (max-width: 768px) {
    .common_banner .banner_top {
        top: 50%;
        transform: translate(-50%,-50%);
        width: 90%;
    }
    .common_banner .banner_top .banner_top_title {
        font-size: 20px;
        line-height: 1.4;
    }
    .common_banner .banner_top .label {
        font-size: 14px;
        line-height: 1.6;
        margin: 15px 0 0;
    }
    .sec1 {
        padding: 50px 0 70px;
    }
    .sec1 .wrap .title {
        font-size: 18px;
        line-height: 1.4;
        margin-bottom: 15px;
    }
    .sec1 .wrap .title br {
        display: none;
    }
    .sec1 .wrap .des {
        font-size: 14px;
        margin-bottom: 30px;
        line-height: 1.8;
    }
    .sec1 .wrap .img {
        height: unset;
        background: unset;
        border-radius: 8px;
        display: block;
        overflow: unset;
    }
    .sec1 .wrap .img .more {
        gap: 8px;
        padding: 0 15px;
        height: 30px;
        border-radius: 15px;
    }
    .sec1 .wrap .img .more p {
        font-size: 13px;
    }
    .sec1 .wrap .img .more .iconfont {
        font-size: 13px;
    }
    .sec1 .wrap .list {
        position: unset;
        width: 100%;
        margin: 25px 0 0;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 20px 0;
    }
    .sec1 .wrap .list .item {
        width: 100%;
    }
    .sec1 .wrap .list .item .item_box {
        padding: 20px;
        border-radius: 8px;
    }
    .sec1 .wrap .list .item .item_box .icon {
        width: 32px;
        height: 32px;
        border-radius: 4px;
        margin-bottom: 15px;
    }
    .sec1 .wrap .list .item .item_box .icon img {
        max-height: 60%;
        max-width: 60%;
    }
    .sec1 .wrap .list .item .item_box .h5 {
        font-size: 15px;
    }
    .sec1 .wrap .list .item .item_box .p {
        font-size: 13px;
        line-height: 1.6;
        margin: 10px 0 0;
    }
    .sec2 {
        height: unset;
    }
    .sec2 .bg img {
        display: block;
        width: 100%;
    }
    .sec2 .wrap {
        padding: 60px 0;
    }
    .sec2 .wrap .sec2_top .title {
        font-size: 18px;
        line-height: 1.4;
    }
    .sec2 .wrap .sec2_top .des {
        font-size: 14px;
        line-height: 1.6;
        margin: 15px 0 25px;
    }
    .sec2 .wrap .sec2_top .more {
        gap: 8px;
        border-radius: 20px;
        height: 32px;
        padding: 0 15px;
    }
    .sec2 .wrap .sec2_top .more p {
        font-size: 14px;
    }
    .sec2 .wrap .sec2_top .more .iconfont {
        font-size: 14px;
    }
    .sec2 .wrap .sec2_bottom {
        margin: 25px 0 0;
        flex-wrap: wrap;
        gap: 20px;
    }
    .sec2 .wrap .sec2_bottom .item {
        width: 100%;
        padding: 20px;
        border-radius: 8px;
    }
    .sec2 .wrap .sec2_bottom .item .h5 {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .sec2 .wrap .sec2_bottom .item .p {
        font-size: 13px;
        line-height: 1.6;
    }
    .sec3 {
        padding: 50px 0;
    }
    .sec3 .wrap .title {
        font-size: 18px;
        line-height: 1.4;
        margin-bottom: 15px;
    }
    .sec3 .wrap .des {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 20px;
    }
    .sec3 .wrap .title br {
        display: none;
    }

    .sec3 .wrap .img {
        height: 45vw;
        border-radius: 8px;
    }
    .sec3 .wrap .img .more {
        gap: 8px;
        padding: 0 15px;
        height: 30px;
        border-radius: 15px;
    }
    .sec3 .wrap .img .more p {
        font-size: 13px;
    }
    .sec3 .wrap .img .more .iconfont {
        font-size: 13px;
    }
    .sec3 .wrap .list {
        margin: 25px 0 0;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 20px 0;
    }
    .sec3 .wrap .list .item {
        width: 100%;
    }
    .sec3 .wrap .list .item .item_box {
        padding: 20px;
        border-radius: 8px;
    }
    .sec3 .wrap .list .item .item_box .icon {
        width: 32px;
        height: 32px;
        border-radius: 4px;
        margin-bottom: 15px;
    }
    .sec3 .wrap .list .item .item_box .icon img {
        max-height: 60%;
        max-width: 60%;
    }
    .sec3 .wrap .list .item .item_box .h5 {
        font-size: 15px;
    }
    .sec3 .wrap .list .item .item_box .p {
        font-size: 13px;
        line-height: 1.6;
        margin: 10px 0 0;
    }
    .sec4 {
        padding: 50px 0;
    }
    .sec4 .wrap .title {
        font-size: 18px;
        line-height: 1.4;
        margin-bottom: 10px;
    }
    .sec4 .wrap .des {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 25px;
    }
    .sec4 .wrap .box {
        flex-wrap: wrap;
        gap: 20px;
    }
    .sec4 .wrap .box .item {
        width: 100%;
    }
    .sec4 .wrap .box .item {
        border-radius: 8px;
    }
    .sec4 .wrap .box .item .img {
        border-radius: 8px 8px 0 0;
        height: 55vw;
    }
    .sec4 .wrap .box .item .item_bottom {
       padding: 20px;
    }
    .sec4 .wrap .box .item .item_bottom .h5 {
        font-size: 16px;
        margin-bottom: 10px;
        font-weight: 600;
    }
    .sec4 .wrap .box .item .item_bottom .p {
        font-size: 13px;
    }

    .sec5 {
        padding: 60px 0 60px;
    }
    .sec5 .wrap .title {
        font-size: 18px;
        line-height: 1.4;
        margin-bottom: 10px;
    }
    .sec5 .wrap .des {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 20px;
    }
    .sec5 .wrap .box {
        flex-wrap: wrap;
        gap: 20px;
    }
    .sec5 .wrap .box .item {
        width: 100%;
        padding: 20px;
        border-radius: 8px;
    }
    .sec5 .wrap .box .item .icon {
        width: 26px;
        height: 26px;
        margin-bottom: 15px;
    }
    .sec5 .wrap .box .item .h5 {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .sec5 .wrap .box .item .p {
        font-size: 13px;
        line-height: 1.6;
    }
    .sec5 .wrap .box .item .p ul li {
        padding: 0 0 0 12px;
    }
    .sec5 .wrap .box .item .p ul li:after {
        width: 4px;
        height: 4px;
        top: 9px;
    }
    .sec5 .wrap .box .item .p ul li:not(:last-child) {
        margin-bottom: 10px;
    }
    .sec6 {
        padding: 40px 0 60px;
        overflow: hidden;
    }

    .sec6 .wrap .title {
        font-size: 18px;
        line-height: 1.4;
        margin-bottom: 15px;
    }
    .sec6 .wrap .des {
        font-size: 14px;
        line-height: 1.7;
        margin-bottom: 20px;
    }
    .sec6 .wrap .swiper_box .swiper .swiper-slide {
        padding: 20px;
    }
    .sec6 .wrap .swiper_box .swiper .swiper-slide .icon {
        width: 32px;
        height: 32px;
    }
    .sec6 .wrap .swiper_box .swiper .swiper-slide .icon img {
        max-width: 80%;
        max-height: 80%;
    }
    .sec6 .wrap .swiper_box .swiper .swiper-slide .h5 {
        font-size: 14px;
        margin: 25px 0 10px;
        line-height: 1;
    }
    .sec6 .wrap .swiper_box .swiper .swiper-slide .p {
        font-size: 13px;
        line-height: 1.8;
    }
    .sec6 .wrap .more {
        gap: 8px;
        height: 32px;
        padding: 0 15px;
        border-radius: 18px;
        margin: 20px 0 0;
    }
    .sec6 .wrap .more .iconfont {
        font-size: 12px;
    }
    .sec6 .wrap .more p {
        font-size: 13px;
    }


    .fixed_download .fixed_box {
        width: 90vw;
        border-radius: 10px;
        padding: 30px 20px;
    }
    .fixed_download .fixed_box .h5 {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .fixed_download .fixed_box form input,.fixed_download .fixed_box form .select select,.fixed_download .fixed_box form .upload {
        height: 40px;
        border-radius: 4px;
        padding: 0 15px;
        font-size: 14px;
        margin-bottom: 10px;
    }
    .fixed_download .fixed_box form .upload p {
        font-size: 14px;
    }
    .fixed_download .fixed_box form button {
        width: 180px;
        height: 32px;
        border-radius: 18px;
        font-size: 14px;
        margin: 20px 0 15px;
    }
    .fixed_download .fixed_box form button p {
        font-size: 13px;
    }
    .fixed_download .fixed_box form .tips {
        font-size: 12px;
    }
    .fixed_download .fixed_box form .select {
        margin-bottom: 10px;
    }
    .fixed_download .fixed_box .close {
        width: 16px;
        top: 10px;
        right: 10px;
    }
}
