.index_banner {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.index_banner .swiper {
    width: 100%;
    height: 100%;
}

.index_banner .swiper .swiper-slide {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.index_banner .swiper .swiper-slide video, .index_banner .swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index_banner .swiper .swiper-slide img {
    transform: scale(1.1);
    transition: 2s;
}

.index_banner .swiper .swiper-slide .text_box {
    position: absolute;
    z-index: 3;
    opacity: 0;
    left: 8.3333333vw;
    bottom:  14.0625vw;
}

.index_banner .swiper .swiper-slide .text_box h5 {
    font-weight: bold;
    font-size: 56px;
    line-height: 60px;
    color: #FFFFFF;
}

.index_banner .swiper .swiper-slide .text_box p {
    font-weight: 100;
    font-size: 32px;
    line-height: 40px;
    margin: 19px 0 0 80px;
    color: #FFFFFF;
}

.index_banner .swiper .swiper-slide.swiper-slide-active img {
    transform: scale(1);
}

.index_banner .swiper .swiper-slide.swiper-slide-active .text_box {
    opacity: 1;
}

.index_banner .swiper .swiper-slide.swiper-slide-active .text_box h5 span, .index_banner .swiper .swiper-slide.swiper-slide-active .text_box p span {
    opacity: 1 !important;
    transform: translateX(0) !important;
}

.index_banner .swiper-pagination {
    bottom: 49px;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.index_banner .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 4px;
    border-radius: 2px;
    background: #FFFFFF;
    opacity: 1;
    display: block;
    margin: 0;
    cursor: pointer;
    transition: 0.6s;
}

.index_banner .swiper-pagination .swiper-pagination-bullet:hover {
    background: #87B22E;
}

.index_banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 20px;
    background: #87B22E;
}

.sec1 {
    position: relative;
}

.sec1 .fix_box_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.sec1 .fix_box_bg .fix_bg {
    width: 100%;
    height: 100vh;
    position: sticky;
    top: 0;
}

.sec1 .fix_box_bg .fix_bg .bg {
    width: 100%;
    height: 100%;
}

.sec1 .fix_box_bg .fix_bg .bg video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sec1 .box1 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100vw;
    padding: 173px 0 0;
}

.sec1 .box1 .num_box {
    width: 100%;
    margin: -80px 0 0;
    position: relative;
    display: flex;
    justify-content: center;
}
.sec1 .box1 .num_box .sq {
    position: absolute;
    width: 807px;
    top: -146px;
}
.sec1 .box1 .num_box .img {
    width: 100%;
    position: relative;
    pointer-events: none;
    z-index: 10;
}

.sec1 .box1 .num_box .img img {
    display: block;
    width: 100%;
}

.sec1 .box1 .num_box .cir {
    position: absolute;
}

.sec1 .box1 .num_box .cir img {
    display: block;
    width: 100%;
}

.sec1 .box1 .num_box .cir .num_item {
    position: absolute;
    top: 60px;
}

.sec1 .box1 .num_box .cir .num_item .num {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.sec1 .box1 .num_box .cir .num_item .num p {
    font-weight: bold;
    font-size: 72px;
    line-height: 1;
    color: #5F8B49;
}

.sec1 .box1 .num_box .cir .num_item .num span {
    font-weight: 400;
    font-size: 18px;
    color: #5F8B49;
    display: block;
    margin: 10px 0 0 7px;
}

.sec1 .box1 .num_box .cir .num_item h5 {
    font-weight: 400;
    font-size: 20px;
    color: #5F8B49;
    text-align: center;
    margin: 15px 0 0;
}

.sec1 .box1 .num_box .c1 {
    right: 370px;
    top: -8px;
    width: 894px;
    z-index: 2;
}

.sec1 .box1 .num_box .c1 .num_item {
    left: 464px;
    top: 84px;
}

.sec1 .box1 .num_box .c2 {
    right: 176px;
    top: -144px;
    width: 504px;
    z-index: 4;
}

.sec1 .box1 .num_box .c2 .num_item {
    top: 101px;
    left: 210px;
}

.sec1 .box1 .wrap {
    width: 1600px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 3;
}
.sec1 .box1 .wrap .r_box {
    padding: 15px 0 0;
    width: 614px;
}
.sec1 .box1 .wrap .r_box .item {
    width: 614px;
    height: 190px;
    border-radius: 23px;
    background: #FFF;
    box-shadow: 0 0 30.7px 0 #F1F4E9;
    display: flex;
    padding: 70px 0 0 66px;
}
.sec1 .box1 .wrap .r_box .item .num {
    display: flex;
    align-items: flex-start;
    width: 315px;
}
.sec1 .box1 .wrap .r_box .item .label {
    color: #000;
    font-size: 18px;
    font-weight: 400;
}
.sec1 .box1 .wrap .r_box .item .num .p {
    color: #87B22E;
    font-size: 72px;
    font-weight: 600;
    line-height: 1;
}
.sec1 .box1 .wrap .r_box .item .num span {
    color: #87B22E;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
}
.sec1 .box1 .wrap .r_box .item:not(:last-child) {
    margin-bottom: 30px;
}
.sec1 .box1 .title {
    font-weight: bold;
    font-size: 42px;
    color: #1A1A1A;
    line-height: 48px;
}

.sec1 .box1 .text {
    width: 720px;
    font-weight: 500;
    font-size: 18px;
    color: #1A1A1A;
    line-height: 32px;
    margin: 55px 0 108px;
}

.sec1 .box1 .more {
    width: 130px;
    margin: 0 0 54px;
    display: flex;
    justify-content: center;
}

.sec1 .box1 .more .common_btn {
    overflow: hidden;
    background: #87B22E;
    height: 42px;
    border-radius: 21px;
    position: relative;
}

.sec1 .box1 .more .common_btn .common_btn_box {
    width: 130px;
    height: 42px;
    border-radius: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 9px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.sec1 .box1 .more .common_btn .common_btn_box p {
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
}

.sec1 .box1 .more .common_btn .common_btn_box .iconfont {
    font-size: 12px;
    color: #FFFFFF;
}

.sec1 .box2 {
    padding: 130px 0 0;
    background: #FBFCFB;
}

.sec1 .box2 .title {
    text-align: center;
    font-weight: bold;
    font-size: 42px;
    color: #333333;
    line-height: 48px;
}

.sec1 .box2 .bottom {
    height: calc(100vh + 1500px);
}

.sec1 .box2 .bottom .map_box {
    width: 100vw;
    height: 100vh;
    position: sticky;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: calc(360px - 50vh);
}

.sec1 .box2 .bottom .map_box .map {
    width: 0px;
    height: 428px;
    border-radius: 34px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec1 .box2 .bottom .map_box .map img {
    width: 100vw;
    height: 100vh;
    max-height: unset;
    max-width: unset;
    position: absolute;
}

.sec1 .box2 .bottom .map_box .dian_box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transition: 0.4s;
}

.sec1 .box2 .bottom .map_box .dian_box .dian {
    position: absolute;
    width: 42px;
    height: 42px;
    background: #87B22E;
    border-radius: 21px;
    display: flex;
    align-items: center;
    padding: 0 0 0 10px;
    transition: 1s;
    cursor: pointer;
}

.sec1 .box2 .bottom .map_box .dian_box .dian .cir {
    width: 23px;
    height: 23px;
    background: #EBF0F2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.sec1 .box2 .bottom .map_box .dian_box .dian .cir span {
    display: block;
    width: 9px;
    height: 1px;
    background: #87B22E;
    position: absolute;
    z-index: 3;
}

.sec1 .box2 .bottom .map_box .dian_box .dian .cir span:nth-child(2) {
    transform: rotate(90deg);
}

.sec1 .box2 .bottom .map_box .dian_box .dian .cir .c1 {
    width: 100%;
    height: 100%;
    background: #EBF0F2;
    opacity: 0.4;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: 2s scale linear infinite;
    z-index: 2;
}

.sec1 .box2 .bottom .map_box .dian_box .dian p {
    font-weight: bold;
    font-size: 16px;
    color: #EBF0F2;
    position: absolute;
    left: 49px;
    white-space: nowrap;
    opacity: 0;
    transition: 0.4s;
}

.sec1 .box2 .bottom .map_box .dian_box .dian:nth-child(1) {
    top: 14.47916666666667vw;
    left: 27.447916666666667vw;
}

.sec1 .box2 .bottom .map_box .dian_box .dian:nth-child(1).on {
    width: 182px;
}

.sec1 .box2 .bottom .map_box .dian_box .dian:nth-child(1).on p {
    opacity: 1;
    transition-delay: 0.6s;
}

.sec1 .box2 .bottom .map_box .dian_box .dian:nth-child(2) {
    top: 15vw;
    left: 62.55208333333333vw;
    transition-delay: 0.1s;
}

.sec1 .box2 .bottom .map_box .dian_box .dian:nth-child(2).on {
    width: 175px;
}

.sec1 .box2 .bottom .map_box .dian_box .dian:nth-child(2).on p {
    opacity: 1;
    transition-delay: 0.7s;
}

.sec1 .box2 .bottom .map_box .dian_box .dian:nth-child(3) {
    top: 31.40625vw;
    left: 27.447916666666667vw;
    transition-delay: 0.2s;
}

.sec1 .box2 .bottom .map_box .dian_box .dian:nth-child(3).on {
    width: 152px;
}

.sec1 .box2 .bottom .map_box .dian_box .dian:nth-child(3).on p {
    opacity: 1;
    transition-delay: 0.8s;
}

.sec1 .box2 .bottom .map_box .dian_box .dian:nth-child(4) {
    top: 36.510416666666667vw;
    left: 62.55208333333333vw;
    transition-delay: 0.3s;
}

.sec1 .box2 .bottom .map_box .dian_box .dian:nth-child(4).on {
    width: 144px;
}

.sec1 .box2 .bottom .map_box .dian_box .dian:nth-child(4).on p {
    opacity: 1;
    transition-delay: 0.9s;
}

.sec1 .box2 .bottom .map_box .dian_box.on {
    opacity: 1;
    pointer-events: auto;
}

.sec1 .box2 .bottom .map_box .dian_des_box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transition: 0.4s;
    z-index: 3;
    padding: 0 0 0 40px;
    display: flex;
    align-items: center;
}

.sec1 .box2 .bottom .map_box .dian_des_box .dian_des_box_shadow {
    width: 100%;
    height: 100%;
    background: #1F211C;
    opacity: 0.1;
    position: absolute;
    top: 0;
    left: 0;
}

.sec1 .box2 .bottom .map_box .dian_des_box .dian_des {
    position: relative;
    width: 700px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 30px;
    backdrop-filter: blur(10px);
    padding: 10px;
    z-index: 3;
    display: none;
}

.sec1 .box2 .bottom .map_box .dian_des_box .dian_des .close {
    width: 45px;
    height: 45px;
    background: #87B22E;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #FFFFFF;
    position: absolute;
    top: 20px;
    right: -81px;
    cursor: pointer;
}

.sec1 .box2 .bottom .map_box .dian_des_box .dian_des .img {
    width: 100%;
    height: 350px;
    border-radius: 24px;
    overflow: hidden;
}

.sec1 .box2 .bottom .map_box .dian_des_box .dian_des .img img {
    display: block;
    width: 100%;
    height: 100%;
}

.sec1 .box2 .bottom .map_box .dian_des_box .dian_des .txt_box {
    padding: 40px 50px;
}

.sec1 .box2 .bottom .map_box .dian_des_box .dian_des .txt_box .name {
    font-weight: bold;
    font-size: 36px;
    color: #87B22E;
    line-height: 1;
}

.sec1 .box2 .bottom .map_box .dian_des_box .dian_des .txt_box .company {
    font-weight: 400;
    font-size: 24px;
    color: #1A1A1A;
    line-height: 1;
    margin: 18px 0 30px;
}

.sec1 .box2 .bottom .map_box .dian_des_box .dian_des .txt_box .text {
    font-weight: 400;
    font-size: 16px;
    color: #1A1A1A;
    line-height: 28px;
    margin-bottom: 50px;
}

.sec1 .box2 .bottom .map_box .dian_des_box .dian_des .txt_box .dian_des_nums {
    display: flex;
    justify-content: space-between;
}

.sec1 .box2 .bottom .map_box .dian_des_box .dian_des .txt_box .dian_des_nums .flex {
    display: flex;
    align-items: flex-end;
    gap: 0 10px;
}

.sec1 .box2 .bottom .map_box .dian_des_box .dian_des .txt_box .dian_des_nums .flex .count {
    font-family: 'Poppins-SemiBold';
    font-weight: 600;
    font-size: 42px;
    color: #87B22E;
    line-height: 1;
}

.sec1 .box2 .bottom .map_box .dian_des_box .dian_des .txt_box .dian_des_nums .flex span {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 1;
    margin-bottom: 10px;
}

.sec1 .box2 .bottom .map_box .dian_des_box .dian_des .txt_box .dian_des_nums p {
    font-weight: 400;
    font-size: 16px;
    color: #888888;
    line-height: 1;
    margin: 5px 0 0;
}

.sec1 .box2 .bottom .map_box .dian_des_box .dian_des .txt_box .more {
    display: flex;
    align-items: center;
    width: fit-content;
    gap: 0 10px;
    height: 48px;
    background: #87B22E;
    border-radius: 24px;
    padding: 0 37px;
    margin: 60px 0 0;
}

.sec1 .box2 .bottom .map_box .dian_des_box .dian_des .txt_box .more p {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}

.sec1 .box2 .bottom .map_box .dian_des_box .dian_des .txt_box .more .iconfont {
    font-size: 12px;
    color: #FFFFFF;
    transform: rotate(180deg);
}

.sec1 .box2 .bottom .map_box .dian_des_box .dian_des.on {
    display: block;
}

.sec1 .box2 .bottom .map_box .dian_des_box.show {
    opacity: 1;
    pointer-events: auto;
}

.sec3 {
    padding: 138px 0 120px;
}

.sec3 .wrap {
    width: 1600px;
    margin: 0 auto;
}

.sec3 .wrap .title {
    font-weight: bold;
    font-size: 42px;
    line-height: 48px;
    text-align: center;
    color: #1A1A1A;
    margin-bottom: 51px;
}

.sec3 .wrap .swiper .swiper-slide .slide_box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 480px;
    border-radius: 16px;
    padding: 43px 35px 44px;
    background: #FBFBFB;
    position: relative;
}

.sec3 .wrap .swiper .swiper-slide .slide_box .img {
    width: 100%;
    height: 225px;
    border-radius: 16px;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
    opacity: 1;
    transition: 0.6s;
}

.sec3 .wrap .swiper .swiper-slide .slide_box .img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 3s;
}

.sec3 .wrap .swiper .swiper-slide .slide_box .slide_box_bottom p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    height: 78px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #888888;
    opacity: 0;
}

.sec3 .wrap .swiper .swiper-slide .slide_box .slide_box_top .slide_title {
    font-weight: bold;
    font-size: 20px;
    line-height: 32px;
    color: #87B22E;
    height: 64px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 10px;
}

.sec3 .wrap .swiper .swiper-slide .slide_box .slide_box_top .labels {
    display: flex;
    gap: 30px;
}

.sec3 .wrap .swiper .swiper-slide .slide_box .slide_box_top .labels .label {
    display: flex;
    align-items: center;
    gap: 12px;
}

.sec3 .wrap .swiper .swiper-slide .slide_box .slide_box_top .labels .label p {
    font-weight: 400;
    font-size: 16px;
    line-height: 2;
    color: #333333;
}

.sec3 .wrap .swiper .swiper-slide .slide_box .slide_box_top .labels .label .icon {
    width: 16px;
}

.sec3 .wrap .swiper .swiper-slide .slide_box .slide_box_top .labels .label .icon img {
    display: block;
    width: 100%;
}

.sec3 .wrap .swiper .swiper-slide .slide_box .slide_box_top .labels .label:nth-child(2) .icon {
    width: 23px;
}

.sec3 .wrap .swiper .swiper-slide .slide_box:hover .img {
    opacity: 1;
}

.sec3 .wrap .swiper .swiper-slide .slide_box:hover .img img {
    transform: scale(1.1);
}

.sec3 .wrap .btns {
    display: flex;
    margin: 46px 0 0;
    justify-content: center;
    gap: 10px;
}

.sec3 .wrap .btns .jt {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #87B22E;
    cursor: pointer;
    transition: 0.6s;
    font-size: 14px;
    border-radius: 50%;
    color: #FFFFFF;
    opacity: 0.4;
}

.sec3 .wrap .btns .jt:nth-child(1) {
    transform: rotate(180deg);
}

.sec3 .wrap .btns .jt:hover {
    opacity: 1;
}

@keyframes scale {
    100% {
        transform: translate(-50%, -50%) scale(1.6);
        opacity: 0;
    }
}

.load_mask {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999;
    background: #FFFFFF;
    mix-blend-mode: screen;
}

.load_mask .logo {
    mix-blend-mode: difference;
    width: 144px;
    position: absolute;
    transition: 1.2s;
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.load_mask .logo img {
    display: block;
    width: 100%;
}
.load_mask.hide .logo {
    width: 160vw;
    transform: translate(-50%,-50%) rotate(-10deg);
}

.loading {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999999999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s;
    background: #FFFFFF;
}

.loading.opacity {
    opacity: 0;
}

.loading.opacity .load_box {
    transform: scale(1.1);
}

.loading .load_box {
    width: 144px;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: 0.6s;
}



.loading .load_box .logo {
    width: 144px;
    position: relative;
}

.loading .load_box .logo img {
    display: block;
    width: 100%;
}

.loading .load_box .logo img:nth-child(2) {
    position: absolute;
    top: 0;
    clip-path: inset(0 100% 0 0);
}
.loading .load_box .logo1 {
    width: 190px;
    position: absolute;
    bottom: -60px;
}

.loading .load_box .logo1 img {
    display: block;
    width: 100%;
}

.loading .load_box .logo1 img:nth-child(2) {
    position: absolute;
    top: 0;
    clip-path: inset(0 100% 0 0);
}

@keyframes scale_ {
    60% {
        transform: scale(0.9) rotate(180deg);
    }
    100% {
        transform: scale(1) rotate(360deg);
    }
}

.header {
    opacity: 0;
    transform: translateY(-100px);
}

.header.show {
    opacity: 1;
    transform: translateY(0);
}

@media screen and (max-width: 1919px) {
    .index_banner .swiper .swiper-slide .text_box h5{
        font-size: 2.9166666667vw;
        line-height: 3.125vw;
    }
    .index_banner .swiper .swiper-slide .text_box p{
        font-size: 1.6666666667vw;
        line-height: 2.0833333333vw;
        margin: 0.9895833333vw 0px 0px 4.1666666667vw;
    }
    .index_banner .swiper-pagination{
        bottom: 2.5520833333vw;
        gap: 0.5208333333vw;
    }
    .index_banner .swiper-pagination .swiper-pagination-bullet{
        width: 0.625vw;
        height: 0.2083333333vw;
        border-radius: 0.1041666667vw;
    }
    .index_banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
        width: 1.0416666667vw;
    }
    .sec1 .box1{
        padding: 9.0104166667vw 0px 0px;
    }
    .sec1 .box1 .num_box{
        margin: -4.1666666667vw 0px 0px;
    }
    .sec1 .box1 .num_box .sq{
        width: 42.03125vw;
        top: -7.6041666667vw;
    }
    .sec1 .box1 .num_box .cir .num_item{
        top: 3.125vw;
    }
    .sec1 .box1 .num_box .cir .num_item .num p{
        font-size: 3.75vw;
    }
    .sec1 .box1 .num_box .cir .num_item .num span{
        font-size: 0.9375vw;
        margin: 0.5208333333vw 0px 0px 0.3645833333vw;
    }
    .sec1 .box1 .num_box .cir .num_item h5{
        font-size: 1.0416666667vw;
        margin: 0.78125vw 0px 0px;
    }
    .sec1 .box1 .num_box .c1{
        right: 19.2708333333vw;
        top: -0.4166666667vw;
        width: 46.5625vw;
    }
    .sec1 .box1 .num_box .c1 .num_item{
        left: 24.1666666667vw;
        top: 4.375vw;
    }
    .sec1 .box1 .num_box .c2{
        right: 9.1666666667vw;
        top: -7.5vw;
        width: 26.25vw;
    }
    .sec1 .box1 .num_box .c2 .num_item{
        top: 5.2604166667vw;
        left: 10.9375vw;
    }
    .sec1 .box1 .wrap{
        width: 83.3333333333vw;
    }
    .sec1 .box1 .wrap .r_box{
        padding: 0.78125vw 0px 0px;
        width: 31.9791666667vw;
    }
    .sec1 .box1 .wrap .r_box .item{
        width: 31.9791666667vw;
        height: 9.8958333333vw;
        border-radius: 1.1979166667vw;
        box-shadow: rgb(241, 244, 233) 0px 0px 1.5989583333vw 0px;
        padding: 3.6458333333vw 0px 0px 3.4375vw;
    }
    .sec1 .box1 .wrap .r_box .item .num{
        width: 16.40625vw;
    }
    .sec1 .box1 .wrap .r_box .item .label{
        font-size: 0.9375vw;
    }
    .sec1 .box1 .wrap .r_box .item .num .p{
        font-size: 3.75vw;
    }
    .sec1 .box1 .wrap .r_box .item .num span{
        font-size: 1.0416666667vw;
    }
    .sec1 .box1 .wrap .r_box .item:not(:last-child){
        margin-bottom: 1.5625vw;
    }
    .sec1 .box1 .title{
        font-size: 2.1875vw;
        line-height: 2.5vw;
    }
    .sec1 .box1 .text{
        width: 37.5vw;
        font-size: 0.9375vw;
        line-height: 1.6666666667vw;
        margin: 2.8645833333vw 0px 5.625vw;
    }
    .sec1 .box1 .more{
        width: 6.7708333333vw;
        margin: 0px 0px 2.8125vw;
    }
    .sec1 .box1 .more .common_btn{
        height: 2.1875vw;
        border-radius: 1.09375vw;
    }
    .sec1 .box1 .more .common_btn .common_btn_box{
        width: 6.7708333333vw;
        height: 2.1875vw;
        border-radius: 1.09375vw;
        gap: 0px 0.46875vw;
    }
    .sec1 .box1 .more .common_btn .common_btn_box p{
        font-size: 0.7291666667vw;
    }
    .sec1 .box1 .more .common_btn .common_btn_box .iconfont{
        font-size: 0.625vw;
    }
    .sec1 .box2{
        padding: 6.7708333333vw 0px 0px;
    }
    .sec1 .box2 .title{
        font-size: 2.1875vw;
        line-height: 2.5vw;
    }
    .sec1 .box2 .bottom{
        height: calc(78.125vw + 100vh);
    }
    .sec1 .box2 .bottom .map_box{
        margin-top: calc(18.75vw - 50vh);
    }
    .sec1 .box2 .bottom .map_box .map{
        height: 22.2916666667vw;
        border-radius: 1.7708333333vw;
    }
    .sec1 .box2 .bottom .map_box .dian_box .dian{
        width: 2.1875vw;
        height: 2.1875vw;
        border-radius: 1.09375vw;
        padding: 0px 0px 0px 0.5208333333vw;
    }
    .sec1 .box2 .bottom .map_box .dian_box .dian .cir{
        width: 1.1979166667vw;
        height: 1.1979166667vw;
    }
    .sec1 .box2 .bottom .map_box .dian_box .dian .cir span{
        width: 0.46875vw;
    }
    .sec1 .box2 .bottom .map_box .dian_box .dian p{
        font-size: 0.8333333333vw;
        left: 2.5520833333vw;
    }
    .sec1 .box2 .bottom .map_box .dian_box .dian:nth-child(1).on{
        width: 9.4791666667vw;
    }
    .sec1 .box2 .bottom .map_box .dian_box .dian:nth-child(2).on{
        width: 9.1145833333vw;
    }
    .sec1 .box2 .bottom .map_box .dian_box .dian:nth-child(3).on{
        width: 7.9166666667vw;
    }
    .sec1 .box2 .bottom .map_box .dian_box .dian:nth-child(4).on{
        width: 7.5vw;
    }
    .sec1 .box2 .bottom .map_box .dian_des_box{
        padding: 0px 0px 0px 2.0833333333vw;
    }
    .sec1 .box2 .bottom .map_box .dian_des_box .dian_des{
        width: 36.4583333333vw;
        border-radius: 1.5625vw;
        backdrop-filter: blur(0.5208333333vw);
        padding: 0.5208333333vw;
    }
    .sec1 .box2 .bottom .map_box .dian_des_box .dian_des .close{
        width: 2.34375vw;
        height: 2.34375vw;
        font-size: 0.9375vw;
        top: 1.0416666667vw;
        right: -4.21875vw;
    }
    .sec1 .box2 .bottom .map_box .dian_des_box .dian_des .img{
        height: 18.2291666667vw;
        border-radius: 1.25vw;
    }
    .sec1 .box2 .bottom .map_box .dian_des_box .dian_des .txt_box{
        padding: 2.0833333333vw 2.6041666667vw;
    }
    .sec1 .box2 .bottom .map_box .dian_des_box .dian_des .txt_box .name{
        font-size: 1.875vw;
    }
    .sec1 .box2 .bottom .map_box .dian_des_box .dian_des .txt_box .company{
        font-size: 1.25vw;
        margin: 0.9375vw 0px 1.5625vw;
    }
    .sec1 .box2 .bottom .map_box .dian_des_box .dian_des .txt_box .text{
        font-size: 0.8333333333vw;
        line-height: 1.4583333333vw;
        margin-bottom: 2.6041666667vw;
    }
    .sec1 .box2 .bottom .map_box .dian_des_box .dian_des .txt_box .dian_des_nums .flex{
        gap: 0px 0.5208333333vw;
    }
    .sec1 .box2 .bottom .map_box .dian_des_box .dian_des .txt_box .dian_des_nums .flex .count{
        font-size: 2.1875vw;
    }
    .sec1 .box2 .bottom .map_box .dian_des_box .dian_des .txt_box .dian_des_nums .flex span{
        font-size: 0.8333333333vw;
        margin-bottom: 0.5208333333vw;
    }
    .sec1 .box2 .bottom .map_box .dian_des_box .dian_des .txt_box .dian_des_nums p{
        font-size: 0.8333333333vw;
        margin: 0.2604166667vw 0px 0px;
    }
    .sec1 .box2 .bottom .map_box .dian_des_box .dian_des .txt_box .more{
        gap: 0px 0.5208333333vw;
        height: 2.5vw;
        border-radius: 1.25vw;
        padding: 0px 1.9270833333vw;
        margin: 3.125vw 0px 0px;
    }
    .sec1 .box2 .bottom .map_box .dian_des_box .dian_des .txt_box .more p{
        font-size: 0.8333333333vw;
    }
    .sec1 .box2 .bottom .map_box .dian_des_box .dian_des .txt_box .more .iconfont{
        font-size: 0.625vw;
    }
    .sec3{
        padding: 7.1875vw 0px 6.25vw;
    }
    .sec3 .wrap{
        width: 83.3333333333vw;
    }
    .sec3 .wrap .title{
        font-size: 2.1875vw;
        line-height: 2.5vw;
        margin-bottom: 2.65625vw;
    }
    .sec3 .wrap .swiper .swiper-slide .slide_box{
        height: 25vw;
        border-radius: 0.8333333333vw;
        padding: 2.2395833333vw 1.8229166667vw 2.2916666667vw;
    }
    .sec3 .wrap .swiper .swiper-slide .slide_box .img{
        height: 11.71875vw;
        border-radius: 0.8333333333vw;
    }
    .sec3 .wrap .swiper .swiper-slide .slide_box .slide_box_bottom p{
        font-size: 0.8333333333vw;
        line-height: 1.3541666667vw;
        height: 4.0625vw;
    }
    .sec3 .wrap .swiper .swiper-slide .slide_box .slide_box_top .slide_title{
        font-size: 1.0416666667vw;
        line-height: 1.6666666667vw;
        height: 3.3333333333vw;
        margin-bottom: 0.5208333333vw;
    }
    .sec3 .wrap .swiper .swiper-slide .slide_box .slide_box_top .labels{
        gap: 1.5625vw;
    }
    .sec3 .wrap .swiper .swiper-slide .slide_box .slide_box_top .labels .label{
        gap: 0.625vw;
    }
    .sec3 .wrap .swiper .swiper-slide .slide_box .slide_box_top .labels .label p{
        font-size: 0.8333333333vw;
    }
    .sec3 .wrap .swiper .swiper-slide .slide_box .slide_box_top .labels .label .icon{
        width: 0.8333333333vw;
    }
    .sec3 .wrap .swiper .swiper-slide .slide_box .slide_box_top .labels .label:nth-child(2) .icon{
        width: 1.1979166667vw;
    }
    .sec3 .wrap .btns{
        margin: 2.3958333333vw 0px 0px;
        gap: 0.5208333333vw;
    }
    .sec3 .wrap .btns .jt{
        width: 2.1875vw;
        height: 2.1875vw;
        font-size: 0.7291666667vw;
    }
    .load_mask .logo{
        width: 7.5vw;
    }
    .loading .load_box{
        width: 7.5vw;
    }
    .loading .load_box .logo{
        width: 7.5vw;
    }
    .loading .load_box .logo1{
        width: 9.895833333333vw;
        bottom: -3.125vw;
    }
    .header{
        transform: translateY(-5.2083333333vw);
    }
}
@media screen and (max-width: 768px) {
    .loading .load_box .logo1{
        width: 120px;
        bottom: -50px;
    }
    .index_banner .swiper {
        transform: unset !important;
    }
    .index_banner .swiper .swiper-slide .text_box h5 {
        font-size: 24px;
        line-height: 1.4;
    }
    .index_banner .swiper .swiper-slide .text_box p {
        font-size: 16px;
        margin: 8px 0 0;
        line-height: 1.4;
    }
    .index_banner .swiper .swiper-slide .text_box {
        width: 90%;
        bottom: unset;
        top: 50%;
        transform: translateY(-50%);
    }
    .sec1 .box1 {
        padding: 60px 0 0;
    }
    .sec1 .box1 .wrap {
        width: 90%;
        display: block;
    }
    .sec1 .box1 .wrap .r_box {
        width: 100%;
        padding: 30px 0 0;
    }
    .sec1 .box1 .wrap .r_box .item {
        width: 100%;
        height: unset;
        border-radius: 10px;
        box-shadow: 0 0 30.7px 0 #F1F4E9;
        padding: 35px 30px;
    }
    .sec1 .box1 .wrap .r_box .item:not(:last-child) {
        margin-bottom: 15px;
    }
    .sec1 .box1 .wrap .r_box .item .num {
        width: 40vw;
    }
    .sec1 .box1 .wrap .r_box .item .num .p {
        font-size: 32px;
    }
    .sec1 .box1 .wrap .r_box .item .num span {
        font-size: 14px;
    }
    .sec1 .box1 .wrap .r_box .item .label {
        font-size: 15px;
    }
    .sec1 .box1 .title {
        font-size: 22px;
        line-height: 1.2;
    }
    .sec1 .box1 .text {
        width: 100%;
        margin: 30px 0 0;
        font-size: 15px;
        line-height: 1.8;
    }
    .sec1 .box2 .bottom {
        height: unset;
    }
    .sec1 .box2 .bottom .map_box {
        margin: 0;
        height: unset;
    }
    .sec1 .box1 .num_box {
        margin: 15px 0 0;
        display: flex;
        flex-wrap: wrap;

    }
    .sec1 .box1 .num_box .cir {
        position: unset;
        width: 43vw;
        height: unset;
        padding: 20px 20px;
        background: #AFE226;
        border-radius: 8px;
    }
    .sec1 .box1 .num_box .cir .num_item .num {
        justify-content: flex-start;
    }
    .sec1 .box1 .num_box .cir .num_item .num p {
        font-size: 36px;
    }
    .sec1 .box1 .num_box .cir .num_item .num span {
        font-size: 12px;
    }
    .sec1 .box1 .num_box .cir .num_item h5 {
        font-size: 13px;
        text-align: left;
        margin: 10px 0 0;
    }
    .sec1 .box1 .num_box .cir.c1 {
        margin-left: 5vw;
    }
    .sec1 .box1 .num_box .cir.c2 {
        margin-left: 2vw;
    }
    .sec1 .box1 .num_box .cir img {
        display: none;
    }
    .sec1 .box1 .num_box .cir .num_item {
        position: unset;
    }
    .sec1 .box1 .num_box .cir .cir_box {
        transform: unset !important;
    }
    .sec1 .box2 .title {
        font-size: 20px;
        line-height: 1.2;
        margin-bottom: 30px;
    }
    .sec1 .box2 .bottom {
        overflow-x: scroll !important;
        width: 100vw;
    }
    .sec1 .box2 .bottom .map_box {
        width: max-content !important;
    }
    .sec1 .box2 .bottom .map_box .map {
        border-radius: 0 !important;
        width: max-content !important;
        height: 750px !important;
    }

    .sec1 .box2 .bottom .map_box .map img {
        width: unset;
        height: unset;
        position: unset;
    }
    .sec1 .box2 {
        padding: 50px 0 0;
    }
    .sec3 {
        padding: 60px 0;
    }
    .sec3 .wrap .title {
        font-size: 22px;
        margin-bottom: 30px;
    }
    .sec3 .wrap .swiper .swiper-slide .slide_box {
        height: calc(55vw + 20px + 50px + 70px);
        border-radius: 8px;
        padding: 20px;
    }
    .sec3 .wrap .btns {
        margin: 30px 0 0;
        gap: 15px;
    }
    .sec3 .wrap .btns .jt {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }
    .sec3 .wrap .swiper .swiper-slide .slide_box .img {
        height: 55vw;
        border-radius: 8px;
    }
    .sec3 .wrap .swiper .swiper-slide .slide_box .slide_box_top .slide_title {
        font-size: 17px;
        line-height: 1.4;
        height: 50px;
        margin-bottom: 15px;
    }
    .sec3 .wrap .swiper .swiper-slide .slide_box .slide_box_top .labels .label {
        gap: 4px;
    }
    .sec3 .wrap .swiper .swiper-slide .slide_box .slide_box_top .labels .label p {
        font-size: 14px;
    }
    .sec3 .wrap .swiper .swiper-slide .slide_box .slide_box_top .labels .label .icon {
        width: 12px;
    }
    .sec3 .wrap .swiper .swiper-slide .slide_box .slide_box_top .labels {
        gap: 10px;
    }
    .sec3 .wrap .swiper .swiper-slide .slide_box .slide_box_top .labels .label:nth-child(2) .icon {
        width: 14px;
    }



    .load_mask.hide .cir {
        width: 120vh;
        height: 120vh;
    }



    .loading .load_box {
        width: 100px;

   }
    .load_mask .logo {
        width: 100px;
    }

    .loading .load_box .logo {
        width: 100px;
    }

    .loading .progress {
        bottom: 84px;
    }

    .loading .progress p {
        font-size: 15px;
    }
}
