@charset "UTF-8";
.header {
    border-bottom: 1px solid rgba(220, 220, 220, 0.1);
}

.banner {
    width: 100vw;
    height: 100vh;
    position: relative;
}

.banner .top_link {
    position: absolute;
    top: 120px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 60px;
    width: 100%;
}

.banner .top_link .l {
    display: flex;
    align-items: center;
}

.banner .top_link .l .iconfont {
    font-size: 12px;
    color: #999999;
    margin: 0 6px;
}

.banner .top_link .l a {
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    transition: 0.6s;
}

.banner .top_link .l a.iconfont {
    font-size: 16px;
}

.banner .top_link .l a:hover {
    color: #2461AD;
}

.banner .top_link .r {
    display: flex;
    align-items: center;
    gap: 0 60px;
}

.banner .top_link .r a {
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    transition: 0.6s;
}

.banner .top_link .r a:hover {
    color: #2461AD;
}

.banner .bg {
    width: 100%;
    height: 100%;
}

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

.banner .text {
    position: absolute;
    top: 22vh;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.banner .text h5 {
    font-weight: 800;
    font-size: 38px;
    color: #333333;
    margin-bottom: 34px;
}

.banner .text p {
    font-weight: 400;
    font-size: 16px;
    color: #888888;
    line-height: 32px;
}

.proInfo_link {
    width: 100vw;
    height: 80px;
    background: rgba(255, 255, 255, 0.4);
    margin: -80px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 105px;
    position: sticky;
    position: -webkit-sticky;
    top: 100px;
    z-index: 3;
    transition: 0.6s;
}

.proInfo_link .item {
    font-weight: 500;
    font-size: 16px;
    color: #555555;
    transition: 0.6s;
}

.proInfo_link .item:hover, .proInfo_link .item.on {
    color: #2461AD;
}

.section .title {
    font-weight: 800;
    font-size: 32px;
    color: #1A1A1A;
    text-align: center;
}

.sec4 {
    padding: 111px 0 0;
}

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

.sec4 .wrap .l {
    width: 469px;
}

.sec4 .wrap .l .title {
    text-align: left;
    margin-bottom: 30px;
}

.sec4 .wrap .l .text {
    font-weight: 500;
    font-size: 16px;
    color: #1A1A1A;
    line-height: 32px;
}

.sec4 .wrap .l .row {
    display: flex;
    justify-content: space-between;
    margin: 55px 0 0;
}

.sec4 .wrap .l .row .item .count-item {
    font-weight: 500;
    font-size: 48px;
    color: #2461AD;
    line-height: 1;
    margin-bottom: 20px;
}

.sec4 .wrap .l .row .item p {
    font-weight: 500;
    font-size: 16px;
    color: #888888;
}

.sec4 .wrap .r {
    width: 828px;
}

.sec4 .wrap .r img {
    display: block;
}

.sec4 .numList {
    display: flex;
    justify-content: space-between;
    width: 1400px;
    margin: 135px auto 30px;
}
.sec4 .numList .item {
    height: auto;
}
.sec4 .numList .item .item_box {
    width: 330px;
    height: 100%;
    background: #F6F6F6;
    border-radius: 12px;
    padding: 35px 40px 30px 50px;
    transition: 0.6s;
}

.sec4 .numList .item .item_box:hover {
    background: #2562AD;
}

.sec4 .numList .item .item_box .num_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.sec4 .numList .item .item_box .num_flex .icon {
    width: 38px;
    height: 38px;
    transition: 0.6s;
}

.sec4 .numList .item .item_box:hover .num_flex .num p {
    color: #FFFFFF;
}

.sec4 .numList .item .item_box:hover h5 {
    color: #FFFFFF;
}

.sec4 .numList .item .item_box:hover .num_flex .icon {
    filter: brightness(0) invert(1);
}

.sec4 .numList .item .item_box .num_flex .num p {
    font-family: Gilroy;
    font-weight: 500;
    font-size: 48px;
    color: #2461AD;
    line-height: 1;
    transition: 0.6s;
}

.sec4 .numList .item .item_box h5 {
    font-weight: 500;
    font-size: 16px;
    color: #888888;
    transition: 0.6s;
}

.sec5 {
    padding: 95px 0 0;
}

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

.sec5 .wrap .title {
    text-align: left;
}

.sec5 .wrap .r {
    width: 868px;
}

.sec5 .wrap .r .row {
    display: flex;
    gap: 0 164px;
}

.sec5 .wrap .r .row1 {
    justify-content: flex-end;
}

.sec5 .wrap .r .item {
    width: 180px;
}

.sec5 .wrap .r .item .count-item {
    font-family: Gilroy;
    font-weight: 500;
    font-size: 48px;
    color: #2461AD;
    line-height: 1;
}

.sec5 .wrap .r .item p {
    font-weight: 500;
    font-size: 16px;
    color: #888888;
}

.sec5 .wrap .r .line {
    width: 100%;
    height: 1px;
    background: #E3E3E3;
    margin: 44px 0 26px;
}

.sec1 {
    padding: 228px 0 0;
}

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

.sec1 .wrap .title {
    margin: 0 0 55px;
}

.sec1 .wrap .control {
    display: flex;
    align-items: center;
    width: fit-content;
    margin: 0 auto 80px;
    padding: 4px 8px;
    border-radius: 28px;
    background: #F7F7F7;
    gap: 0 60px;
}

.sec1 .wrap .control .item {
    padding: 0 20px;
    line-height: 48px;
    cursor: pointer;
    box-shadow: 2px 3px 9px 0px rgba(1, 0, 18, 0);
    transition: 0.6s;
    border-radius: 24px;
}

.sec1 .wrap .control .item:hover, .sec1 .wrap .control .item.on {
    background: #FFFFFF;
    box-shadow: 2px 3px 9px 0px rgba(1, 0, 18, 0.05);
}

.sec1 .wrap .sec1_swiper {
    width: 100%;
}

.sec1 .wrap .sec1_swiper .swiper-slide {
    background: #FFFFFF;
}

.sec1 .wrap .sec1_swiper .swiper-slide .img {
    width: 1044px;
    margin: 0 auto 92px;
    opacity: 0;
    transform: translateY(20px);
}

.sec1 .wrap .sec1_swiper .swiper-slide .table {
    width: 100%;
    overflow: hidden;
    position: relative;
    max-height: 910px;
    transition: max-height 0.3s ease-out;
    opacity: 0;
    transform: translateY(20px);
}

.sec1 .wrap .sec1_swiper .swiper-slide .table:after {
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 400px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    transition: 0.6s;
}

.sec1 .wrap .sec1_swiper .swiper-slide .table table {
    width: 100%;
    table-layout: fixed;
    border-radius: 4px;
}

.sec1 .wrap .sec1_swiper .swiper-slide .table table tr th {
    border: 1px solid rgba(255, 255, 255, 0.4);
    background: #2461AD;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 60px;
}

.sec1 .wrap .sec1_swiper .swiper-slide .table table tr td {
    font-weight: 500;
    font-size: 16px;
    color: #666666;
    padding: 17px 0;
    text-align: center;
}

.sec1 .wrap .sec1_swiper .swiper-slide .table table tr td:nth-child(1), .sec1 .wrap .sec1_swiper .swiper-slide .table table tr td:nth-child(2) {
    color: #333333;
}

.sec1 .wrap .sec1_swiper .swiper-slide .table table tr:nth-child(1) th:nth-child(1) {
    border-radius: 4px 0 0px 0px;
}

.sec1 .wrap .sec1_swiper .swiper-slide .table table tr:nth-child(1) th:nth-last-child(1) {
    border-radius: 0 4px 0px 0px;
}

.sec1 .wrap .sec1_swiper .swiper-slide .table table tr:nth-child(2n-1) {
    background: #F4F4F4;
}

.sec1 .wrap .sec1_swiper .swiper-slide .table .btn {
    width: 140px;
    height: 54px;
    background: #FFFFFF;
    box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.05);
    border-radius: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 16px;
    color: #1A1A1A;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 150px;
    z-index: 3;
    transition: 0.6s;
    cursor: pointer;
}

.sec1 .wrap .sec1_swiper .swiper-slide .table .btn:hover {
    background: #2660AD;
    color: #FFFFFF;
}

.sec1 .wrap .sec1_swiper .swiper-slide .table.expanded {
    max-height: 4000px !important; /* 足够大的值，确保完全展开 */
}

.sec1 .wrap .sec1_swiper .swiper-slide .table.expanded:after {
    opacity: 0;
}

.sec1 .wrap .sec1_swiper .swiper-slide.swiper-slide-active .img, .sec1 .wrap .sec1_swiper .swiper-slide.swiper-slide-active .table {
    opacity: 1;
    transform: translateY(0px);
    transition: 0.6s;
}

.sec2 {
    padding: 93px 0 0;
}

.sec2 .wrap {
    width: 1436px;
    margin: 0 auto;
}

.sec2 .wrap .title {
    margin-bottom: 26px;
}

.sec2 .wrap .swiper_box {
    position: relative;
}

.sec2 .wrap .swiper_box .btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1600px;
    position: absolute;
    left: 50%;
    top: 165px;
    transform: translateX(-50%);
}

.sec2 .wrap .swiper_box .btns .iconfont {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: #FFFFFF;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.06);
    border-radius: 50%;
    font-size: 16px;
    color: #1745A1;
    cursor: pointer;
    transition: 0.6s;
}

.sec2 .wrap .swiper_box .btns .iconfont:nth-child(1) {
    transform: rotate(180deg);
}

.sec2 .wrap .swiper_box .btns .iconfont:hover {
    background: #2461AD;
    color: #FFFFFF;
}

.sec2 .wrap .swiper_box .swiper {
    padding: 18px 18px 0;
}

.sec2 .wrap .swiper_box .swiper .swiper-wrapper {
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

.sec2 .wrap .swiper_box .swiper .swiper-slide .img {
    position: relative;
    width: 100%;
    height: 391px;
    background: #FFFFFF;
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.06);
    border-radius: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 38px;
}

.sec2 .wrap .swiper_box .swiper .swiper-slide .img img {
    display: block;
    max-width: 370px;
    max-height: 396px;
    transition: 3s;
}

.sec2 .wrap .swiper_box .swiper .swiper-slide .img .jia {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 52px;
    height: 52px;
    background: #2461AD;
    border-radius: 50%;
    cursor: pointer;
    pointer-events: none;
    opacity: 0;
    transition: 0.6s;
}

.sec2 .wrap .swiper_box .swiper .swiper-slide .img .jia span {
    display: block;
    width: 1px;
    height: 20px;
    background: #FFFFFF;
    position: absolute;
    transition: 0.6s;
}

.sec2 .wrap .swiper_box .swiper .swiper-slide .img .jia span:nth-child(2) {
    transform: rotate(90deg);
}

.sec2 .wrap .swiper_box .swiper .swiper-slide .img .jia:hover span {
    transform: rotate(270deg);
}

.sec2 .wrap .swiper_box .swiper .swiper-slide .img .jia:hover span:nth-child(2) {
    transform: rotate(180deg);
}

.sec2 .wrap .swiper_box .swiper .swiper-slide .img:hover img {
    transform: scale(1.1);
}

.sec2 .wrap .swiper_box .swiper .swiper-slide .img:hover .jia {
    pointer-events: auto;
    opacity: 1;
}

.sec2 .wrap .swiper_box .swiper .swiper-slide p {
    font-weight: 500;
    font-size: 18px;
    color: #1A1A1A;
    text-align: center;
}

.sec3 {
    height: calc(100vh + 1200px);
}

.sec3 .fix {
    width: 100vw;
    height: 100vh;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec3 .fix .img {
    width: 1400px;
    height: 700px;
    border-radius: 20px;
    overflow: hidden;
}

.sec3 .fix .img > img {
    display: block;
    max-width: unset;
    max-height: unset;
    width: 100vw;
    height: 100vh;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

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

.sec3 .fix .text h5 {
    font-weight: bold;
    font-size: 32px;
    color: #FFFFFF;
    margin-bottom: 50px;
}

.sec3 .fix .text p {
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    width: 520px;
    margin-bottom: 90px;
}

.sec3 .fix .text .img_box {
    display: flex;
    align-items: center;
    gap: 0 33px;
}

.sec3 .fix .text .img_box img {
    width: 47px;
    height: unset;
}

.sec3 .fix .crosswise {
    position: absolute;
    width: 100vw;
    overflow: hidden;
    left: 0;
    bottom: 0;
    z-index: 3;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    opacity: 0;
    transition: 0.6s;
}

.sec3 .fix .crosswise .crosswise_box {
    height: 130px;
    animation: img_go 100s infinite linear;
    display: flex;
    width: max-content;
}

.sec3 .fix .crosswise .crosswise_box .flex {
    display: flex;
    align-items: center;
}

.sec3 .fix .crosswise .crosswise_box .flex .item {
    display: flex;
    align-items: center;
    margin-right: 63px;
}

.sec3 .fix .crosswise .crosswise_box .flex .item .l, .sec3 .fix .crosswise .crosswise_box .flex .item .r {
    width: 18px;
}

.sec3 .fix .crosswise .crosswise_box .flex .item p {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    margin: 0 20px;
}

.sec3 .fix .crosswise.on {
    opacity: 1;
}

.fixed {
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 99999999999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.6s;
    pointer-events: none;
}

.fixed.show {
    opacity: 1;
    pointer-events: auto;
}

.fixed .fixed_shadow {
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.4;
}

.fixed .fix_box {
    position: absolute;
}

.fixed .fix_box .iconfont {
    font-size: 22px;
    color: #FFFFFF;
    position: absolute;
    top: 26px;
    right: -69px;
    cursor: pointer;
    transition: 0.6s;
}

.fixed .fix_box .iconfont:hover {
    color: #2660AD;
}

.fixed .fix_box .img {
    width: 699px;
    height: 615px;
    background: #FFFFFF;
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.06);
    border-radius: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fixed .fix_box .img img {
    width: 574px;
    max-height: 465px;
}

.fixed .fix_box p {
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    margin: 35px 0 0;
}

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

/*# sourceMappingURL=R_D.css.map */
@media screen and (max-width: 1919px) {
    .banner .top_link {
        top: 6.25vw;
        padding: 0px 3.125vw;
    }

    .banner .top_link .l .iconfont {
        font-size: 0.625vw;
        margin: 0px 0.3125vw;
    }

    .banner .top_link .l a {
        font-size: 0.8333333333vw;
    }

    .banner .top_link .l a.iconfont {
        font-size: 0.8333333333vw;
    }

    .banner .top_link .r {
        gap: 0px 3.125vw;
    }

    .banner .top_link .r a {
        font-size: 0.8333333333vw;
    }

    .banner .text h5 {
        font-size: 1.9791666667vw;
        margin-bottom: 1.7708333333vw;
    }

    .banner .text p {
        font-size: 0.8333333333vw;
        line-height: 1.6666666667vw;
    }

    .proInfo_link {
        height: 4.1666666667vw;
        margin: -4.1666666667vw 0px 0px;
        gap: 0px 5.46875vw;
        top: 5.2083333333vw;
    }

    .proInfo_link .item {
        font-size: 0.8333333333vw;
    }

    .section .title {
        font-size: 1.6666666667vw;
    }

    .sec4 {
        padding: 5.78125vw 0px 0px;
    }

    .sec4 .wrap {
        width: 72.9166666667vw;
    }

    .sec4 .wrap .l {
        width: 24.4270833333vw;
    }

    .sec4 .wrap .l .title {
        margin-bottom: 1.5625vw;
    }

    .sec4 .wrap .l .text {
        font-size: 0.8333333333vw;
        line-height: 1.6666666667vw;
    }

    .sec4 .wrap .l .row {
        margin: 2.8645833333vw 0px 0px;
    }

    .sec4 .wrap .l .row .item .count-item {
        font-size: 2.5vw;
        margin-bottom: 1.0416666667vw;
    }

    .sec4 .wrap .l .row .item p {
        font-size: 0.8333333333vw;
    }

    .sec4 .wrap .r {
        width: 43.125vw;
    }

    .sec4 .numList {
        width: 72.9166666667vw;
        margin: 7.03125vw auto 1.5625vw;
    }

    .sec4 .numList .item .item_box {
        width: 17.1875vw;
        border-radius: 0.625vw;
        padding: 1.8229166667vw 2.0833333333vw 1.5vw 2.6041666667vw;
    }

    .sec4 .numList .item .item_box .num_flex {
        margin-bottom: 0.78125vw;
    }

    .sec4 .numList .item .item_box .num_flex .icon {
        width: 1.9791666667vw;
        height: 1.9791666667vw;
    }

    .sec4 .numList .item .item_box .num_flex .num p {
        font-size: 2.5vw;
    }

    .sec4 .numList .item .item_box h5 {
        font-size: 0.8333333333vw;
    }

    .sec5 {
        padding: 4.9479166667vw 0px 0px;
    }

    .sec5 .wrap {
        width: 72.9166666667vw;
    }

    .sec5 .wrap .r {
        width: 45.2083333333vw;
    }

    .sec5 .wrap .r .row {
        gap: 0px 8.5416666667vw;
    }

    .sec5 .wrap .r .item {
        width: 9.375vw;
    }

    .sec5 .wrap .r .item .count-item {
        font-size: 2.5vw;
    }

    .sec5 .wrap .r .item p {
        font-size: 0.8333333333vw;
    }

    .sec5 .wrap .r .line {
        margin: 2.2916666667vw 0px 1.3541666667vw;
    }

    .sec1 {
        padding: 11.875vw 0px 0px;
    }

    .sec1 .wrap {
        width: 72.9166666667vw;
    }

    .sec1 .wrap .title {
        margin: 0px 0px 2.8645833333vw;
    }

    .sec1 .wrap .control {
        margin: 0px auto 4.1666666667vw;
        padding: 0.2083333333vw 0.4166666667vw;
        border-radius: 1.4583333333vw;
        gap: 0px 3.125vw;
    }

    .sec1 .wrap .control .item {
        padding: 0px 1.0416666667vw;
        line-height: 2.5vw;
        box-shadow: rgba(1, 0, 18, 0) 0.1041666667vw 0.15625vw 0.46875vw 0px;
        border-radius: 1.25vw;
    }

    .sec1 .wrap .control .item:hover, .sec1 .wrap .control .item.on {
        box-shadow: rgba(1, 0, 18, 0.05) 0.1041666667vw 0.15625vw 0.46875vw 0px;
    }

    .sec1 .wrap .sec1_swiper .swiper-slide .img {
        width: 54.375vw;
        margin: 0px auto 4.7916666667vw;
        transform: translateY(1.0416666667vw);
    }

    .sec1 .wrap .sec1_swiper .swiper-slide .table {
        max-height: 47.3958333333vw;
        transform: translateY(1.0416666667vw);
    }

    .sec1 .wrap .sec1_swiper .swiper-slide .table::after {
        height: 20.8333333333vw;
    }

    .sec1 .wrap .sec1_swiper .swiper-slide .table table {
        border-radius: 0.2083333333vw;
    }

    .sec1 .wrap .sec1_swiper .swiper-slide .table table tr th {
        font-size: 0.8333333333vw;
        line-height: 3.125vw;
    }

    .sec1 .wrap .sec1_swiper .swiper-slide .table table tr td {
        font-size: 0.8333333333vw;
        padding: 0.8854166667vw 0px;
    }

    .sec1 .wrap .sec1_swiper .swiper-slide .table table tr:nth-child(1) th:nth-child(1) {
        border-radius: 0.2083333333vw 0px 0px;
    }

    .sec1 .wrap .sec1_swiper .swiper-slide .table table tr:nth-child(1) th:nth-last-child(1) {
        border-radius: 0px 0.2083333333vw 0px 0px;
    }

    .sec1 .wrap .sec1_swiper .swiper-slide .table .btn {
        width: 7.2916666667vw;
        height: 2.8125vw;
        box-shadow: rgba(0, 0, 0, 0.05) 0px 0.4166666667vw 0.4166666667vw 0px;
        border-radius: 1.40625vw;
        font-size: 0.8333333333vw;
        bottom: 7.8125vw;
    }

    .sec1 .wrap .sec1_swiper .swiper-slide .table.expanded {
        max-height: 208.3333333vw !important;
    }

    .sec2 {
        padding: 4.84375vw 0px 0px;
    }

    .sec2 .wrap {
        width: 74.7916666667vw;
    }

    .sec2 .wrap .title {
        margin-bottom: 1.3541666667vw;
    }

    .sec2 .wrap .swiper_box .btns {
        width: 83.3333333333vw;
        top: 8.59375vw;
    }

    .sec2 .wrap .swiper_box .btns .iconfont {
        width: 3.125vw;
        height: 3.125vw;
        box-shadow: rgba(0, 0, 0, 0.06) 0px 0px 0.625vw 0px;
        font-size: 0.8333333333vw;
    }

    .sec2 .wrap .swiper_box .swiper {
        padding: 0.9375vw 0.9375vw 0px;
    }

    .sec2 .wrap .swiper_box .swiper .swiper-slide .img {
        height: 20.3645833333vw;
        box-shadow: rgba(0, 0, 0, 0.06) 0px 0px 0.9375vw 0px;
        border-radius: 0.9895833333vw;
        margin-bottom: 1.9791666667vw;
    }

    .sec2 .wrap .swiper_box .swiper .swiper-slide .img img {
        max-width: 19.2708333333vw;
        max-height: 20.625vw;
    }

    .sec2 .wrap .swiper_box .swiper .swiper-slide .img .jia {
        width: 2.7083333333vw;
        height: 2.7083333333vw;
    }

    .sec2 .wrap .swiper_box .swiper .swiper-slide .img .jia span {
        height: 1.0416666667vw;
    }

    .sec2 .wrap .swiper_box .swiper .swiper-slide p {
        font-size: 0.9375vw;
    }

    .sec3 .fix .img {
        width: 72.9166666667vw;
        height: 36.4583333333vw;
        border-radius: 1.0416666667vw;
    }

    .sec3 .fix .text {
        width: 59.8958333333vw;
    }

    .sec3 .fix .text h5 {
        font-size: 1.6666666667vw;
        margin-bottom: 2.6041666667vw;
    }

    .sec3 .fix .text p {
        font-size: 0.9375vw;
        line-height: 1.6666666667vw;
        width: 27.0833333333vw;
        margin-bottom: 4.6875vw;
    }

    .sec3 .fix .text .img_box {
        gap: 0px 1.71875vw;
    }

    .sec3 .fix .text .img_box img {
        width: 2.4479166667vw;
    }

    .sec3 .fix .crosswise .crosswise_box {
        height: 6.7708333333vw;
    }

    .sec3 .fix .crosswise .crosswise_box .flex .item {
        margin-right: 3.28125vw;
    }

    .sec3 .fix .crosswise .crosswise_box .flex .item .l, .sec3 .fix .crosswise .crosswise_box .flex .item .r {
        width: 0.9375vw;
    }

    .sec3 .fix .crosswise .crosswise_box .flex .item p {
        font-size: 0.8333333333vw;
        margin: 0px 1.0416666667vw;
    }

    .fixed .fix_box .iconfont {
        font-size: 1.1458333333vw;
        top: 1.3541666667vw;
        right: -3.59375vw;
    }

    .fixed .fix_box .img {
        width: 36.40625vw;
        height: 32.03125vw;
        box-shadow: rgba(0, 0, 0, 0.06) 0px 0px 0.9375vw 0px;
        border-radius: 0.9895833333vw;
    }

    .fixed .fix_box .img img {
        width: 29.8958333333vw;
        max-height: 24.21875vw;
    }

    .fixed .fix_box p {
        font-size: 0.9375vw;
        margin: 1.8229166667vw 0px 0px;
    }

    .sec1 .wrap .control .item {
        font-size: 0.83333vw;
    }
}

@media screen and (max-width: 768px) {
    .common_banner .text1 h5 div {
        font-size: 24px;
        line-height: 1.4;
    }

    .common_banner .text1 h5 {
        width: 90vw;
    }

    .sec4 {
        padding: 50px 0;
    }

    .sec4 .wrap {
        width: 90vw;
        flex-direction: column-reverse;
    }

    .sec4 .wrap .r {
        width: 100%;
    }

    .sec4 .wrap .l {
        width: 100%;
        margin: 30px 0 0;
    }

    .sec4 .wrap .l .title {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .sec4 .wrap .l .text {
        font-size: 15px;
        line-height: 2;
    }

    .sec4 .wrap .l .row {
        margin: 30px 0 0;
    }

    .sec4 .wrap .l .row .item .count-item {
        font-size: 36px;
        margin-bottom: 5px;
    }

    .sec4 .wrap .l .row .item p {
        font-size: 15px;
    }

    .sec4 .numList {
        width: 90vw;
        flex-wrap: wrap;
        margin: 40px auto 0;
    }

    .sec4 .numList .item .item_box {
        height: unset;
        width: 100%;
        padding: 20px;
        border-radius: 4px;
    }

    .sec4 .numList .item {
        width: 100%;
        margin-bottom: 20px;
    }

    .sec4 .numList .item .item_box .num_flex {
        margin-bottom: 15px;
    }

    .sec4 .numList .item .item_box .num_flex .num p {
        font-size: 32px;
    }

    .sec4 .numList .item .item_box .num_flex .icon {
        width: 30px;
        height: 30px;
    }

    .sec4 .numList .item .item_box h5 {
        font-size: 14px;
    }

    .sec1 {
        padding: 20px 0 0;
    }

    .sec1 .wrap {
        width: 90%;
    }

    .sec1 .wrap .title {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .sec1 .wrap .control {
        padding: 5px;
        flex-wrap: wrap;
        border-radius: 8px;
        margin-bottom: 30px;
    }

    .sec1 .wrap .sec1_swiper .swiper-slide .img {
        max-width: 100%;
        width: fit-content;
        overflow-x: auto;
        margin-bottom: 30px;
    }

    .sec1 .wrap .sec1_swiper .swiper-slide .img img {
        max-width: unset;
        width: 700px;
    }

    .sec1 .wrap .control .item {
        font-size: 15px;
        padding: 0 10px;
        height: 40px;
        width: 48%;
        line-height: 40px;
        text-align: center;
        border-radius: 8px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .sec1 .wrap .sec1_swiper .swiper-slide .table table tr th {
        font-size: 16px;
        line-height: 40px;
        padding: 0 20px;
        white-space: nowrap;
    }

    .sec1 .wrap .sec1_swiper .swiper-slide .table table {
        width: max-content;
    }

    .sec1 .wrap .sec1_swiper .swiper-slide .table table tr td {
        font-size: 15px;
        padding: 20px 0;
    }

    .sec1 .wrap .sec1_swiper .swiper-slide .table .btn {
        display: none;
    }

    .sec1 .wrap .sec1_swiper .swiper-slide .table::after {
        display: none;
    }

    .sec1 .wrap .sec1_swiper .swiper-slide .table {
        max-height: 600px;
        overflow: auto;
    }

    .sec2 {
        padding: 80px 0 0;
    }

    .sec2 .wrap .title {
        font-size: 22px;
        margin-bottom: 25px;
    }

    .sec2 .wrap .swiper_box {
        width: 100%;
    }

    .sec2 .wrap .swiper_box .swiper {
        width: 100%;
        padding: 20px;
    }

    .sec2 .wrap .swiper_box .swiper .swiper-slide .img {
        height: 70vw;
        width: 100%;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
        border-radius: 6px;
        margin-bottom: 15px;
    }

    .sec2 .wrap .swiper_box .swiper .swiper-slide p {
        font-size: 18px;
    }

    .sec2 .wrap .swiper_box .swiper .swiper-slide .img img {
        max-width: 80%;
        max-height: 80%;
    }

    .sec2 .wrap {
        width: 90vw;
    }

    .sec2 .wrap .swiper_box .btns {
        width: 100%;
        z-index: 3;
        top: 35vw;
    }

    .sec2 .wrap .swiper_box .btns .iconfont {
        width: 40px;
        height: 40px;
        box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.06);
        font-size: 14px;
        background: #1745A1;
        color: #FFFFFF;
    }

    .sec2 .wrap .swiper_box .swiper .swiper-slide .img .jia {
        width: 30px;
        height: 30px;
    }

    .sec2 .wrap .swiper_box .swiper .swiper-slide .img .jia span {
        height: 10px;
    }

    .sec3 {
        height: unset;
        padding: 40px 0 50px;
    }

    .sec3 .fix {
        height: unset;
        width: 90%;
        display: block;
        margin: 0 auto;
    }

    .sec3 .fix .img {
        width: 100%;
        height: 50vw;
        border-radius: 6px;
    }

    .sec3 .fix .text {
        position: unset;
        width: 100%;
        transform: unset;
        padding: 20px 0 0;
    }

    .sec3 .fix .text h5 {
        font-size: 18px;
        color: #111111;
        margin-bottom: 15px;
    }

    .sec3 .fix .text p {
        width: 100%;
        font-size: 15px;
        line-height: 2;
        color: #666;
    }

    .sec3 .fix .text .img_box {
        gap: 20px;
    }

    .sec3 .fix .text .img_box img {
        width: 10vw;
        filter: invert(1);
    }

    .sec3 .fix .crosswise {
        position: unset;
        opacity: 1;
        margin-left: -5vw;
        margin-top: 20px;

    }

    .sec3 .fix .crosswise .crosswise_box .flex .item p {
        font-size: 15px;
        color: #333333;
        margin: 0 10px;
    }

    .sec3 .fix .crosswise .crosswise_box .flex .item .l, .sec3 .fix .crosswise .crosswise_box .flex .item .r {
        width: 10px;
        filter: invert(1);
    }

    .sec3 .fix .text {
        border-bottom: 1px solid #ccc;
        padding: 0 0 25px;
    }

    .sec3 .fix .img > img {
        width: 100% !important;
        height: 100% !important;
    }

    .sec3 .fix .img {
        margin-bottom: 20px;
    }
}
