.new_service1{
    padding: 120px 0 90px 0;
    background: #F6F5F8;
}
.new_service1 .wrap{
    width: 1440px;
    margin: auto;
}
.new_service1 .wrap .title{
    text-align: center;
    line-height: 45px;
    margin: 0 0 60px;
}
.new_service1 .wrap .title .p1{
    font-weight: bold;
    font-size: 36px;
    color: #111111;
}
.new_service1 .wrap .title .p2{
    font-weight: 400;
    font-size: 24px;
    color: #111111;
}
.new_service1 .wrap .content .newSwiper .swiper-slide .item{
    display: flex;
    justify-content: space-between;
    height: 500px;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
}
.new_service1 .wrap .content .newSwiper .swiper-slide .item .pic{
    width: 50%;
    height: 100%;
    overflow: hidden;
}
.new_service1 .wrap .content .newSwiper .swiper-slide .item .pic img{
    width: 100%;
    height: 100%;
    transition: 1s;
}
.new_service1 .wrap .content .newSwiper .swiper-slide .item .pic:hover img{
    transform: scale(1.05);
}
.new_service1 .wrap .content .newSwiper .swiper-slide .item .r{
    width: 50%;
    height: 100%;
    padding: 68px 150px 20px 150px;
}
.new_service1 .wrap .content .newSwiper .swiper-slide .item .r .headline{
    font-weight: bold;
    font-size: 36px;
    color: #333333;
    margin: 0 0 60px;
    text-align: center;
}
.new_service1 .wrap .content .newSwiper .swiper-slide .item .r .figure{
    width: fit-content;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 70px 140px;
}
.new_service1 .wrap .content .newSwiper .swiper-slide .item .r .figure .list{
    text-align: center;
}
.new_service1 .wrap .content .newSwiper .swiper-slide .item .r .figure .list span{
    font-weight: 800;
    font-size: 52px;
    color: #EA5520;
    line-height: 100%;
}
.new_service1 .wrap .content .newSwiper .swiper-slide .item .r .figure .list p{
    margin: 15px 0 0 0;
    font-weight: 500;
    font-size: 18px;
    color: #333333;
    text-align: center;
}
.new_service1 .wrap .content .newSwiper .swiper-slide .item .r .grid{
    width: fit-content;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 68px 100px;
}
.new_service1 .wrap .content .newSwiper .swiper-slide .item .r .grid .list{
    cursor: pointer;
}
.new_service1 .wrap .content .newSwiper .swiper-slide .item .r .grid .list .icon{
    width: 45px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    transition: 1s;
}
.new_service1 .wrap .content .newSwiper .swiper-slide .item .r .grid .list:hover .icon{
    transform: rotateY(180deg);
}
.new_service1 .wrap .content .newSwiper .swiper-slide .item .r .grid .list:hover p{
    color: var(--color);
}
.new_service1 .wrap .content .newSwiper .swiper-slide .item .r .grid .list .icon img{
    object-fit: contain;
}
.new_service1 .wrap .content .newSwiper .swiper-slide .item .r .grid .list p{
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    color: #333333;
    margin: 15px 0 0 0;
    transition: .6s ease;
}
.new_service1 .wrap .content .swiper-pagination{
    position: static;
    margin: 40px 0 0 0;
}
.new_service1 .wrap .content .swiper-pagination span{
    width: 80px;
    height: 6px;
    background: #E4E3E6;
    border-radius: 3px;
    opacity: 1!important;
    margin: 0 20px 0 0!important;
    transition: .6s ease;
}
.new_service1 .wrap .content .swiper-pagination span:last-child{
    margin: 0!important;
}
.new_service1 .wrap .content .swiper-pagination .swiper-pagination-bullet-active{
    background: var(--color);
}
    /**/

.service1 {
    padding: 100px 0 121px 0;
    background: #F6F5F8;
    position: relative;
    z-index: 12;
    border-bottom: 1px solid #E3E4EB
}

.service1 .wrap {
    width: 1440px;
    margin: auto
}

.service1 .wrap .title {
    font-weight: 500;
    font-size: 36px;
    color: #111111;
    margin: 0 0 50px;
    text-align: center
}

.service1 .wrap .content {
    display: flex;
    justify-content: space-between
}

.service1 .wrap .content .item {
    width: 461px;
    height: 281px;
    background: #FFFFFF;
    border-radius: 12px;
    border: 1px solid #E4E3E6;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1
}

.service1 .wrap .content .item:hover:after {
    opacity: 1
}

.service1 .wrap .content .item:hover .joke .bor {
    border: 1px dashed #FFFFFF
}

.service1 .wrap .content .item:hover .joke .bor .circle {
    background: #fff
}

.service1 .wrap .content .item:hover .joke .bor .circle .iconfont {
    color: var(--color)
}

.service1 .wrap .content .item:hover .joke .text .p1, .service1 .wrap .content .item:hover .joke .text .p2 {
    color: #fff
}

.service1 .wrap .content .item .joke .bor {
    width: 81px;
    height: 81px;
    background: rgba(234, 85, 32, 0.1);
    border-radius: 50%;
    border: 1px dashed #EA5520;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 23px;
    transition: .6s ease
}

.service1 .wrap .content .item .joke .bor .circle {
    width: 66px;
    height: 66px;
    background: #EA5520;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .6s ease
}

.service1 .wrap .content .item .joke .bor .circle .iconfont {
    color: #FFFFFF;
    font-size: 32px;
    transition: .6s ease
}

.service1 .wrap .content .item .joke .text {
    text-align: center
}

.service1 .wrap .content .item .joke .text .p1 {
    font-weight: 500;
    font-size: 24px;
    color: #000000;
    transition: .6s ease
}

.service1 .wrap .content .item .joke .text .p2 {
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    transition: .6s ease;
    margin: 10px 0 0 0
}

.service1 .wrap .content .item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(235deg, #FCB59D, #E75624);
    border-radius: 12px;
    z-index: -1;
    transition: .6s ease;
    opacity: 0
}

.service1 .wrap .content2 {
    margin: 30px 0 0 0;
    display: flex;
    height: 500px;
    background: #FFFFFF;
    border-radius: 12px;
    overflow: hidden
}

.service1 .wrap .content2 .img {
    border-radius: 12px;
    height: 100%;
    width: 50%;
    overflow: hidden
}

.service1 .wrap .content2 .img:hover img {
    transform: scale(1.05)
}

.service1 .wrap .content2 .img img {
    width: 100%;
    height: 100%;
    transition: 2s
}

.service1 .wrap .content2 .r {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.service1 .wrap .content2 .r .joke {
    width: 520px
}

.service1 .wrap .content2 .r .joke .p1 {
    font-weight: bold;
    font-size: 30px;
    color: #333333;
    margin: 0 0 30px
}

.service1 .wrap .content2 .r .joke .p2 {
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    margin: 0 0 5px
}

.service1 .wrap .content2 .r .joke .p3 {
    font-weight: bold;
    font-size: 36px;
    color: #EA5520;
    display: block;
    padding: 0 0 40px;
    border-bottom: 1px solid #F6F5F8
}

.service1 .wrap .content2 .r .joke .p4 {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    margin: 40px 0 0 0
}

@keyframes scaleAnimate {
    0% {
        opacity: .5;
        transform: translate(-50%, -50%) scale(1)
    }
    100% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(2)
    }
}

.service2 {
    background: #F6F5F8;
    padding: 90px 0 120px
}

.service2 .wrap {
    width: 1440px;
    margin: auto
}

.service2 .wrap .title {
    font-weight: bold;
    font-size: 36px;
    color: #111111;
    text-align: center
}

.service2 .wrap .figure {
    display: flex;
    justify-content: center;
    padding: 0 220px;
    margin: 67px 0 0 0;
    gap: 0 200px;
}

.service2 .wrap .figure .item {
    text-align: center
}

.service2 .wrap .figure .item span {
    font-weight: bold;
    font-size: 48px;
    color: #EA5520
}

.service2 .wrap .figure .item p {
    margin: 10px 0 0 0;
    font-weight: 400;
    font-size: 16px;
    color: #111111
}

.service2 .wrap .content {
    height: 700px;
    background: #FFFFFF;
    border-radius: 12px;
    padding: 90px 130px 89px 64px;
    margin: 70px 0 0 0;
    display: flex;
    justify-content: space-between
}

.service2 .wrap .content .l {
    width: 624px
}

.service2 .wrap .content .l .headline {
    font-weight: 500;
    width: 510px;
    font-size: 28px;
    color: #000000;
    line-height: 40px;
    border-bottom: 2px solid #EA5520;
    padding: 0 0 20px;
    margin: 0 0 50px
}

.service2 .wrap .content .l .headline b {
    color: var(--color)
}

.service2 .wrap .content .l .flex {
    gap: 0 10px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    margin: 0 0 40px
}

.service2 .wrap .content .l .flex .item {
    cursor: pointer
}

.service2 .wrap .content .l .flex .item{
    width: 100%;
}
.service2 .wrap .content .l .flex .item .show {
    width: 100%;
    height: 50px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 6px;
    border: 1px solid #E4E3E6;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 17px
}

.service2 .wrap .content .l .flex .item .show p {
    font-weight: 500;
    font-size: 16px;
    color: #000001
}

.service2 .wrap .content .l .flex .item .show .iconfont {
    font-size: 16px;
    color: #111
}

.service2 .wrap .content .l .cut .p1 {
    font-weight: 500;
    font-size: 18px;
    color: #000000;
    margin: 0 0 25px
}

.service2 .wrap .content .l .cut .text{
    position: relative;
}


.service2 .wrap .content .l .cut .text .next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -40px;
    font-size: 20px;
    color: #000;
    cursor: pointer;
    transition: .6s ease;
}
.service2 .wrap .content .l .cut .text .next:hover{
    color: var(--color);
}
.service2 .wrap .content .l .cut .text .text_list {
    display: none
}

.service2 .wrap .content .l .cut .text .text_list.on {
    display: block
}

.service2 .wrap .content .l .cut .text .text_list .textSwiper .swiper-slide .item {
    width: 100%;
    height: 201px;
    background: rgba(255,255,255,0.5);
    border-radius: 6px;
    border: 1px solid #E4E3E6;
    padding: 21px;
    transition: .6s ease;
}

.service2 .wrap .content .l .cut .text .text_list .textSwiper .swiper-slide .item:hover {
    border-color: var(--color);
}

.service2 .wrap .content .l .cut .text .text_list .textSwiper .swiper-slide .item:hover .p1{
    color: var(--color);
}

.service2 .wrap .content .l .cut .text .text_list .textSwiper .swiper-slide .item .icon{
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 35px;
}
.service2 .wrap .content .l .cut .text .text_list .textSwiper .swiper-slide .item .icon img{
    object-fit: contain;
}
.service2 .wrap .content .l .cut .text .text_list .textSwiper .swiper-slide .item .p1{
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 24px;
    margin: 0 0 20px;
    transition: .6s ease;
}
.service2 .wrap .content .l .cut .text .text_list .textSwiper .swiper-slide .item .p2{
    font-weight: 400;
    font-size: 12px;
    color: #666666;
    line-height: 16px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/*.service2 .wrap .content .l .cut p {*/
/*    position: relative;*/
/*    padding: 0 0 0 14px;*/
/*    font-weight: 400;*/
/*    font-size: 16px;*/
/*    color: #333333*/
/*}*/

/*.service2 .wrap .content .l .cut p:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    width: 5px;*/
/*    height: 5px;*/
/*    background: #EA5520;*/
/*    border-radius: 50%;*/
/*    left: 0;*/
/*    top: 9px*/
/*}*/

/*.service2 .wrap .content .l .cut p:not(:last-child) {*/
/*    margin: 0 0 20px*/
/*}*/

.service2 .wrap .content .r {
    width: 522px;
    height: 522px;
    position: relative;
    z-index: 1
}

.service2 .wrap .content .r .shadow {
    position: absolute;
    width: 522px;
    height: 522px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none
}

.service2 .wrap .content .r .yy {
    position: absolute;
    left: 0;
    bottom: -79px;
    z-index: 3;
    pointer-events: none;
    display: none
}

.service2 .wrap .content .r #earth {
    width: 590px;
    height: 590px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.service2 .wrap .content .r #earth img {
    user-select: none
}

.service2 .wrap .content .r .position {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    left: 0;
    z-index: 9
}

.service2 .wrap .content .r .position .point {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

.service2 .wrap .content .r .position .point:hover .pi {
    transform: scale(1.1)
}

.service2 .wrap .content .r .position .point.yindu .other {
    top: 9px
}

.service2 .wrap .content .r .position .point.yindu .other:before {
    transform: rotate(29deg);
    top: 19px;
    right: 248px;
    width: 65px
}

.service2 .wrap .content .r .position .point.taiguo .other {
    top: 9px;
    left: calc(100% + 52px)
}

.service2 .wrap .content .r .position .point.taiguo .other:before {
    transform: rotate(57deg);
    top: 19px;
    right: 244px;
    width: 37px
}

.service2 .wrap .content .r .position .point.on .other:after {
    clip-path: inset(0 0 0 0);
    transition-delay: .6s
}

.service2 .wrap .content .r .position .point.on .other:before {
    clip-path: inset(0 0 0 0);
    transition-delay: unset
}

.service2 .wrap .content .r .position .point.on .other .p1, .service2 .wrap .content .r .position .point.on .other .p2 {
    opacity: 1;
    transition-delay: 1.2s
}

.service2 .wrap .content .r .position .point .pi {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #EA5520;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: auto;
    cursor: pointer;
    position: relative;
    z-index: 2;
    transition: .3s ease
}

.service2 .wrap .content .r .position .point .pi:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    z-index: -1;
    background: #EA5520;
    opacity: .5;
    border-radius: 50%;
    animation: scaleAnimate 1s linear infinite
}

.service2 .wrap .content .r .position .point .pi .bai {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff
}

.service2 .wrap .content .r .position .point .txt {
    font-weight: 500;
    font-size: 13px;
    color: #000000;
    position: absolute;
    white-space: nowrap;
    left: 50%;
    transform: translateX(-50%);
    top: calc(100% + 5px)
}

.service2 .wrap .content .r .position .point.last .joke {
    opacity: 0;
    transform: scale(0)
}
@media screen and (max-width: 1919px) {
    .new_service1{
        padding: 6.25vw 0px 4.6875vw;
    }
    .new_service1 .wrap{
        width: 75vw;
    }
    .new_service1 .wrap .title{
        line-height: 2.34375vw;
        margin: 0px 0px 3.125vw;
    }
    .new_service1 .wrap .title .p1{
        font-size: 1.875vw;
    }
    .new_service1 .wrap .title .p2{
        font-size: 1.25vw;
    }
    .new_service1 .wrap .content .newSwiper .swiper-slide .item{
        height: 26.0416666667vw;
        border-radius: 0.625vw;
    }
    .new_service1 .wrap .content .newSwiper .swiper-slide .item .r{
        padding: 3.5416666667vw 7.8125vw 1.0416666667vw;
    }
    .new_service1 .wrap .content .newSwiper .swiper-slide .item .r .headline{
        font-size: 1.875vw;
        margin: 0px 0px 3.125vw;
    }
    .new_service1 .wrap .content .newSwiper .swiper-slide .item .r .figure{
        gap: 3.6458333333vw 7.2916666667vw;
    }
    .new_service1 .wrap .content .newSwiper .swiper-slide .item .r .figure .list span{
        font-size: 2.7083333333vw;
    }
    .new_service1 .wrap .content .newSwiper .swiper-slide .item .r .figure .list p{
        margin: 0.78125vw 0px 0px;
        font-size: 0.9375vw;
    }
    .new_service1 .wrap .content .newSwiper .swiper-slide .item .r .grid{
        gap: 3.5416666667vw 5.2083333333vw;
    }
    .new_service1 .wrap .content .newSwiper .swiper-slide .item .r .grid .list .icon{
        width: 2.34375vw;
        height: 2.2916666667vw;
    }
    .new_service1 .wrap .content .newSwiper .swiper-slide .item .r .grid .list p{
        font-size: 0.9375vw;
        margin: 0.78125vw 0px 0px;
    }
    .new_service1 .wrap .content .swiper-pagination{
        margin: 2.0833333333vw 0px 0px;
    }
    .new_service1 .wrap .content .swiper-pagination span{
        width: 4.1666666667vw;
        height: 0.3125vw;
        border-radius: 0.15625vw;
        margin: 0px 1.0416666667vw 0px 0px !important;
    }
    .service1{
        padding: 5.2083333333vw 0px 6.3020833333vw;
    }
    .service1 .wrap{
        width: 75vw;
    }
    .service1 .wrap .title{
        font-size: 1.875vw;
        margin: 0px 0px 2.6041666667vw;
    }
    .service1 .wrap .content .item{
        width: 24.0104166667vw;
        height: 14.6354166667vw;
        border-radius: 0.625vw;
    }
    .service1 .wrap .content .item .joke .bor{
        width: 4.21875vw;
        height: 4.21875vw;
        margin: 0px auto 1.1979166667vw;
    }
    .service1 .wrap .content .item .joke .bor .circle{
        width: 3.4375vw;
        height: 3.4375vw;
    }
    .service1 .wrap .content .item .joke .bor .circle .iconfont{
        font-size: 1.6666666667vw;
    }
    .service1 .wrap .content .item .joke .text .p1{
        font-size: 1.25vw;
    }
    .service1 .wrap .content .item .joke .text .p2{
        font-size: 0.9375vw;
        margin: 0.5208333333vw 0px 0px;
    }
    .service1 .wrap .content .item::after{
        border-radius: 0.625vw;
    }
    .service1 .wrap .content2{
        margin: 1.5625vw 0px 0px;
        height: 26.0416666667vw;
        border-radius: 0.625vw;
    }
    .service1 .wrap .content2 .img{
        border-radius: 0.625vw;
    }
    .service1 .wrap .content2 .r .joke{
        width: 27.0833333333vw;
    }
    .service1 .wrap .content2 .r .joke .p1{
        font-size: 1.5625vw;
        margin: 0px 0px 1.5625vw;
    }
    .service1 .wrap .content2 .r .joke .p2{
        font-size: 0.7291666667vw;
        margin: 0px 0px 0.2604166667vw;
    }
    .service1 .wrap .content2 .r .joke .p3{
        font-size: 1.875vw;
        padding: 0px 0px 2.0833333333vw;
    }
    .service1 .wrap .content2 .r .joke .p4{
        font-size: 0.8333333333vw;
        margin: 2.0833333333vw 0px 0px;
    }
    .service2{
        padding: 4.6875vw 0px 6.25vw;
    }
    .service2 .wrap{
        width: 75vw;
    }
    .service2 .wrap .title{
        font-size: 1.875vw;
    }
    .service2 .wrap .figure{
        padding: 0px 11.4583333333vw;
        margin: 3.4895833333vw 0px 0px;
        gap: 0px 10.4166666667vw;
    }
    .service2 .wrap .figure .item span{
        font-size: 2.5vw;
    }
    .service2 .wrap .figure .item p{
        margin: 0.5208333333vw 0px 0px;
        font-size: 0.8333333333vw;
    }
    .service2 .wrap .content{
        height: 36.4583333333vw;
        border-radius: 0.625vw;
        padding: 4.6875vw 6.7708333333vw 4.6354166667vw 3.3333333333vw;
        margin: 3.6458333333vw 0px 0px;
    }
    .service2 .wrap .content .l{
        width: 32.5vw;
    }
    .service2 .wrap .content .l .headline{
        width: 26.5625vw;
        font-size: 1.4583333333vw;
        line-height: 2.0833333333vw;
        border-bottom: 0.1041666667vw solid rgb(234, 85, 32);
        padding: 0px 0px 1.0416666667vw;
        margin: 0px 0px 2.6041666667vw;
    }
    .service2 .wrap .content .l .flex{
        gap: 0px 0.5208333333vw;
        margin: 0px 0px 2.0833333333vw;
    }
    .service2 .wrap .content .l .flex .item .show{
        height: 2.6041666667vw;
        border-radius: 0.3125vw;
        padding: 0px 0.8854166667vw;
    }
    .service2 .wrap .content .l .flex .item .show p{
        font-size: 0.8333333333vw;
    }
    .service2 .wrap .content .l .flex .item .show .iconfont{
        font-size: 0.8333333333vw;
    }
    .service2 .wrap .content .l .cut .p1{
        font-size: 0.9375vw;
        margin: 0px 0px 1.3020833333vw;
    }
    .service2 .wrap .content .l .cut .text .next{
        right: -2.0833333333vw;
        font-size: 1.0416666667vw;
    }
    .service2 .wrap .content .l .cut .text .text_list .textSwiper .swiper-slide .item{
        height: 10.46875vw;
        border-radius: 0.3125vw;
        padding: 1.09375vw;
    }
    .service2 .wrap .content .l .cut .text .text_list .textSwiper .swiper-slide .item .icon{
        width: 1.3541666667vw;
        height: 1.3541666667vw;
        margin: 0px 0px 1.8229166667vw;
    }
    .service2 .wrap .content .l .cut .text .text_list .textSwiper .swiper-slide .item .p1{
        font-size: 0.8333333333vw;
        line-height: 1.25vw;
        margin: 0px 0px 1.0416666667vw;
    }
    .service2 .wrap .content .l .cut .text .text_list .textSwiper .swiper-slide .item .p2{
        font-size: 0.625vw;
        line-height: 0.8333333333vw;
    }
    .service2 .wrap .content .r{
        width: 27.1875vw;
        height: 27.1875vw;
    }
    .service2 .wrap .content .r .shadow{
        width: 27.1875vw;
        height: 27.1875vw;
    }
    .service2 .wrap .content .r .yy{
        bottom: -4.1145833333vw;
    }
    .service2 .wrap .content .r #earth{
        width: 30.7291666667vw;
        height: 30.7291666667vw;
    }
    .service2 .wrap .content .r .position .point.yindu .other{
        top: 0.46875vw;
    }
    .service2 .wrap .content .r .position .point.yindu .other::before{
        top: 0.9895833333vw;
        right: 12.9166666667vw;
        width: 3.3854166667vw;
    }
    .service2 .wrap .content .r .position .point.taiguo .other{
        top: 0.46875vw;
        left: calc(100% + 2.7083333333vw);
    }
    .service2 .wrap .content .r .position .point.taiguo .other::before{
        top: 0.9895833333vw;
        right: 12.7083333333vw;
        width: 1.9270833333vw;
    }
    .service2 .wrap .content .r .position .point .pi{
        width: 1.0416666667vw;
        height: 1.0416666667vw;
    }
    .service2 .wrap .content .r .position .point .pi .bai{
        width: 0.5208333333vw;
        height: 0.5208333333vw;
    }
    .service2 .wrap .content .r .position .point .txt{
        font-size: 0.6770833333vw;
        top: calc(100% + 0.2604166667vw);
    }
}

@media screen and (max-width: 1024px) {
    .common_brand {
        gap: 0 30px
    }

    .service1 {
        padding: 50px 0
    }

    .service1 .wrap .title {
        font-size: 22px;
        margin: 0px 0px 30px
    }

    .service1 .wrap {
        width: 90%
    }

    .service1 .wrap .content {
        flex-direction: column
    }

    .service1 .wrap .content .item {
        width: 100%;
        height: auto;
        border-radius: 10px;
        padding: 45px 0;
        overflow: hidden
    }

    .service1 .wrap .content .item:not(:last-child) {
        margin: 0 0 20px
    }

    .service1 .wrap .content .item .joke .bor {
        width: 65px;
        height: 65px;
        margin: 0 auto 15px
    }

    .service1 .wrap .content .item .joke .bor .circle {
        width: 50px;
        height: 50px
    }

    .service1 .wrap .content .item .joke .bor .circle .iconfont {
        font-size: 20px
    }

    .service1 .wrap .content .item .joke .text .p1 {
        font-size: 18px
    }

    .service1 .wrap .content .item .joke .text .p2 {
        margin: 10px 0 0 0;
        font-size: 13px
    }

    .service1 .wrap .content2 {
        margin: 30px 0 0 0;
        height: auto;
        border-radius: 10px;
        flex-direction: column
    }

    .service1 .wrap .content2 .img {
        border-radius: 10px;
        width: 100%;
        height: auto
    }

    .service1 .wrap .content2 .r {
        width: 100%;
        padding: 25px 0
    }

    .service1 .wrap .content2 .r .joke {
        width: 90%
    }

    .service1 .wrap .content2 .r .joke .p1 {
        font-size: 18px;
        margin: 0 0 10px
    }

    .service1 .wrap .content2 .r .joke .p2 {
        font-size: 12px;
        margin: 0 0 10px
    }

    .service1 .wrap .content2 .r .joke .p3 {
        font-size: 22px;
        padding: 0 0 15px
    }

    .service1 .wrap .content2 .r .joke .p4 {
        font-size: 13px;
        line-height: 25px;
        margin: 20px 0 0 0
    }

    .service2 {
        padding: 45px 0;
        position: relative;
        z-index: 56;
        overflow: unset
    }

    .service2 .wrap .title {
        font-size: 22px;
        text-align: left
    }

    .service2 .wrap .figure {
        margin: 20px 0 30px 0;
        padding: 0;
        flex-wrap: wrap;
        gap: 25px 20px;
        display: grid;
        grid-template-columns: repeat(3,1fr);
    }

    .service2 .wrap {
        width: 90%
    }

    .service2 .wrap .figure .item {
        width: 100%;
        text-align: left
    }

    .service2 .wrap .figure .item span {
        font-size: 24px;
        margin: 0 0 8px;
        display: block
    }

    .service2 .wrap .figure .item p {
        font-size: 12px;
        margin: 0;
    }

    .service2 .wrap .content {
        flex-direction: column;
        height: auto;
        padding: 25px 15px 0 15px
    }

    .service2 .wrap .content .l .headline {
        font-size: 18px;
        line-height: 25px;
        padding: 0 0 10px;
        margin: 0 0 30px;
        width: 100%;
    }

    .service2 .wrap .content .l {
        width: 100%
    }

    .service2 .wrap .content .l .flex {
        margin: 0 0 30px;
        grid-template-columns: repeat(1,1fr);
        gap: 15px;
    }

    .service2 .wrap .content .l .flex .item .show {
        width: 100%;
        height: 45px;
        padding: 0 15px
    }



    .service2 .wrap .content .l .flex .item {
        width: 100%
    }

    .service2 .wrap .content .l .flex .item .show p {
        font-size: 13px
    }

    .service2 .wrap .content .l .flex .item .show .iconfont {
        font-size: 16px
    }

    .down_pull .pull p {
        height: 33px;
        font-size: 12px !important
    }

    .service2 .wrap .content .l .cut .p1 {
        font-size: 18px;
        margin: 0 0 15px
    }

    .service2 .wrap .content .l .cut p {
        padding: 0;
        font-size: 13px
    }

    .service2 .wrap .content .l .cut p:after {
        display: none
    }

    .service2 .wrap .content .l .cut p:not(:last-child) {
        margin: 0px 0px 13px
    }

    .service2 .wrap .content .r {
        width: 80vw;
        height: 80vw;
        margin: 50px auto
    }

    .service2 .wrap .content .r #earth {
        width: 100%;
        height: 100%
    }

    .service2 .wrap .content .r .shadow {
        width: 70vw;
        height: 70vw
    }

    .service2 .wrap .content .r .position .point .pi {
        width: 20px;
        height: 20px
    }

    .service2 .wrap .content .r .position .point .pi .bai {
        width: 10px;
        height: 10px
    }

    .service2 .wrap .content .r .position .point .txt {
        font-size: 12px;
        top: 125%
    }
    .new_service1{
        padding: 40px 0 15px;
    }
    .new_service1 .wrap{
        width: 90%;
    }
    .new_service1 .wrap .title .p1{
        font-size: 22px;
    }
    .new_service1 .wrap .title .p2{
        font-size: 14px;
    }
    .new_service1 .wrap .title{
        line-height: 35px;
        margin: 0 0 15px;
    }
    .new_service1 .wrap .content .newSwiper .swiper-slide .item{
        height: auto;
        border-radius: 10px;
        flex-direction: column;
    }
    .new_service1 .wrap .content .newSwiper .swiper-slide .item .pic{
        width: 100%;
    }
    .new_service1 .wrap .content .newSwiper .swiper-slide .item .r {
        padding: 40px 15px;
        width: 100%;
        height: 250px;
    }
    .new_service1 .wrap .content .newSwiper .swiper-slide .item .r .figure{
        width: fit-content;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        margin: auto;
    }
    .new_service1 .wrap .content .newSwiper .swiper-slide .item .r .grid{
        width: fit-content;
        grid-template-columns: repeat(3, 1fr);
        gap: 25px 50px;
        margin: auto;
    }
    .new_service1 .wrap .content .newSwiper .swiper-slide .item .r .grid .list .icon{
        width: 30px;
        height: 30px;
    }
    .new_service1 .wrap .content .newSwiper .swiper-slide .item .r .grid .list p{
        font-size: 13px;
        margin: 5px 0 0 0;
    }
    .new_service1 .wrap .content .newSwiper .swiper-slide .item .r .figure .list span{
        font-size: 24px;
        display: block;
    }
    .new_service1 .wrap .content .newSwiper .swiper-slide .item .r .figure .list p{
        font-size: 12px;
        margin: 8px 0 0 0;
    }
    .new_service1 .wrap .content .newSwiper .swiper-slide .item .r .headline{
        font-size: 18px;
        margin: 0 0 20px;
    }
    .new_service1 .wrap .content .swiper-pagination{
        margin: 20px 0 0 0;
    }
    .new_service1 .wrap .content .swiper-pagination span{
        width: 35px;
        height: 4px;
        border-radius: 3px;
        margin: 0 10px 0 0!important;
    }
    .new_service1 .wrap .content .swiper-pagination span:last-child{
        margin: 0 !important;
    }

    .service2 .wrap .content .l .cut .text .text_list .textSwiper{
        width: 88%;
        margin: 0;
    }

    .service2 .wrap .content .l .cut .text .text_list .textSwiper .swiper-slide .item{
        width: calc(100% - 1px);
        height: auto;
        padding: 35px 15px;
        border-radius: 6px;
    }
    .service2 .wrap .content .l .cut .text .text_list .textSwiper .swiper-slide .item .icon{
        width: 26px;
        height: 26px;
        margin: 0 0 15px;
    }
    .service2 .wrap .content .l .cut .text .text_list .textSwiper .swiper-slide .item .p1{
        font-size: 16px;
        margin: 0 0 8px;
        line-height: 20px;
    }


    .service2 .wrap .content .l .cut .text .text_list .textSwiper .swiper-slide .item .p2{
        font-size: 13px;
        line-height: 24px;
        -webkit-line-clamp: unset;
        overflow: unset;
    }
    .service2 .wrap .content .l .cut .text .next{
        right: 0;
        font-size: 20px;
    }
}
