.banner {
    width: 100%;
    /*height: 100vh;*/
    overflow: hidden;
}

.banner .index_banner {
    width: 100%;
    height: 100%;
}
.sec3 .part2 .wrap .joke .map_box .map_box_des {
    position: absolute;
    left: 1136px;
    top: 0;
    transform: translateY(-100%);
}

.sec3 .part2 .wrap .joke .map_box .map_box_des .item {
    display: flex;
    align-items: center;
    gap: 5px;
}

.sec3 .part2 .wrap .joke .map_box .map_box_des .item p {
    font-weight: 300;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 24px;
}

.sec3 .part2 .wrap .joke .map_box .map_box_des .item .icon {
    width: 21px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec3 .part2 .wrap .joke .map_box .map_box_des .item .icon img {
    display: block;
}
.banner .index_banner .swiper-slide {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner .index_banner .swiper-slide .text {
    position: absolute;
    z-index: 3;
}

.banner .index_banner .swiper-slide .text .h5 {
    font-family: 'Akzidenz-Grotesk';
    font-weight: bold;
    font-size: 44px;
    color: #FFFFFF;
    line-height: 46px;
    text-align: center;
    opacity: 0;
    transform: translateY(20px);
}

.banner .index_banner .swiper-slide .text .p {
    font-weight: 300;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    margin: 10px 0 30px;
    opacity: 0;
    transform: translateY(20px);
}

.banner .index_banner .swiper-slide .text .more {
    opacity: 0;
    transform: translateY(20px);
}

.banner .index_banner .swiper-slide .img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.banner .index_banner .swiper-slide .img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: cubic-bezier(0.77, 0, 0.175, 1) transform 2s;
    transform: scale(1.1);
}

.banner .index_banner .swiper-slide.swiper-slide-active .img img {
    transform: scale(1);
}

.banner .index_banner .swiper-slide.swiper-slide-active .text .h5, .banner .index_banner .swiper-slide.swiper-slide-active .text .p, .banner .index_banner .swiper-slide.swiper-slide-active .text .more {
    opacity: 1;
    transition: all 1s;
    transform: translateY(0);
}

.banner .index_banner .swiper-slide.swiper-slide-active .text .h5 {
    transition-delay: 0.5s;
}

.banner .index_banner .swiper-slide.swiper-slide-active .text .p {
    transition-delay: 0.7s;
}

.banner .index_banner .swiper-slide.swiper-slide-active .text .more {
    transition-delay: 0.9s;
}

.banner .index_banner .swiper-pagination {
    bottom: 60px;
    display: flex;
    gap: 10px;
    justify-content: center;
}

.banner .index_banner .swiper-pagination .swiper-pagination-bullet {
    display: block;
    width: 30px;
    height: 2px;
    opacity: 1;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.2);
    transition: 0.6s;
}

.banner .index_banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 50px;
    background: #1ab1fd;
}

.banner .index_banner .swiper-pagination .swiper-pagination-bullet:hover {
    background: #1ab1fd;
}

.sec1 {
    width: 100%;
    height: calc(100vh + 3200px);
}

.sec1 .fix {
    width: 100%;
    height: 100vh;
    position: sticky;
    top: 0;
}

.sec1 .fix .part1 {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sec1 .fix .part1 .part_top {
    text-align: center;
    width: 821px;
}

.sec1 .fix .part1 .part_top .title {
    font-family: 'Akzidenz-Grotesk';
    font-weight: bold;
    font-size: 44px;
    color: #000000;
    text-transform: uppercase;
}

.sec1 .fix .part1 .part_top .des {
    font-weight: 300;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
    text-align: center;
    margin: 18px 0 0;
}

.sec1 .fix .part1 .sq {
    margin: 82px 0 86px;
    width: 413px;
    height: 324px;
}

.sec1 .fix .part1 .part_bottom {
    display: flex;
    justify-content: center;
    gap: 38px;
}

.sec1 .fix .part1 .part_bottom .item {
    min-width: 130px;
}

.sec1 .fix .part1 .part_bottom .item .icon {
    width: 44px;
    height: 39px;
    margin: 0 auto 13px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec1 .fix .part1 .part_bottom .item .icon img {
    display: block;
    transition: 0.6s;
}

.sec1 .fix .part1 .part_bottom .item p {
    font-weight: 300;
    font-size: 16px;
    color: #000000;
    text-align: center;
    text-transform: capitalize;
}

.sec1 .fix .part1 .part_bottom .item:hover .icon img {
    transform: translateY(-10px);
}

.sec1 .fix .part3 {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    mask-image: url(/static/images/logo1.svg);
    mask-size: 413px;
    mask-repeat: no-repeat;
    mask-position: center;
    z-index: 3;
}

.sec1 .fix .part3 .img {
    width: 100%;
    height: 100%;
    transition: 0.6s;
}

.sec1 .fix .part3 .img img {
    display: block;
    width: 100%;
    height: 100%;
}

.sec1 .fix .part3.on {
    pointer-events: none;
}

.sec1 .fix .part3.on .img {
    opacity: 0;
}

.sec1 .fix .part2 {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transition: 0.6s;
}

.sec1 .fix .part2.on {
    opacity: 1;
    pointer-events: auto;
}

.sec1 .fix .part2.on .dians .dian {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    transition: 0.6s;
    transition-delay: 0.4s;
}

.sec1 .fix .part2.on .dians .dian:nth-last-child(1) {
    transition-delay: 0.7s;
}

.sec1 .fix .part2.on .dians .dian:nth-last-child(2) {
    transition-delay: 0.7s;
}

.sec1 .fix .part2.on .dians .dian:nth-last-child(3) {
    transition-delay: 0.7s;
}

.sec1 .fix .part2.on .dians .dian:nth-last-child(4) {
    transition-delay: 0.6s;
}

.sec1 .fix .part2.on .dians .dian:nth-last-child(5) {
    transition-delay: 0.6s;
}

.sec1 .fix .part2.on .dians .dian:nth-last-child(6) {
    transition-delay: 0.5s;
}

.sec1 .fix .part2.on .dians .dian:nth-last-child(7) {
    transition-delay: 0.5s;
}

.sec1 .fix .part2 .dians {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sec1 .fix .part2 .dians .dian {
    position: absolute;
    z-index: 3;
    display: flex;
    align-items: center;
    cursor: pointer;
    opacity: 0;
    transform: translateY(20px);
    pointer-events: none;
}

.sec1 .fix .part2 .dians .dian .cir {
    width: 34px;
    height: 34px;
    background: #1AB1FD;
    border-radius: 20px 20px 20px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 3;
}

.sec1 .fix .part2 .dians .dian .cir img {
    display: block;
    width: 24px;
    height: unset;
}

.sec1 .fix .part2 .dians .dian .bg {
    position: absolute;
    top: -3px;
    left: -3px;
    width: 40px;
    z-index: -1;
    transition: 0.6s;
}

.sec1 .fix .part2 .dians .dian .bg img {
    width: 100%;
}

.sec1 .fix .part2 .dians .dian .dian_box {
    width: fit-content;
    position: absolute;
    left: -3px;
}

.sec1 .fix .part2 .dians .dian .dian_box .dian_box_p {
    width: max-content;
    height: 40px;
    background: #333333;
    border-radius: 20px 20px 20px 20px;
    padding: 0 21px 0 45px;
    display: flex;
    align-items: center;
    position: relative;
    clip-path: inset(0 100% 0 0);
    transition: 0.6s;
    z-index: 2;
}

.sec1 .fix .part2 .dians .dian .dian_box .dian_box_p p {
    font-weight: 300;
    font-size: 14px;
    color: #FFFFFF;
    opacity: 0;
    transition: 0.5s;
}

.sec1 .fix .part2 .dians .dian .dian_box:after {
    content: "";
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    background: rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    border: 1px solid #FFFFFF;
    position: absolute;
    top: -4px;
    left: -4px;
    opacity: 0;
    transition: 0.4s;
}

.sec1 .fix .part2 .dians .dian .cir > img {
    filter: brightness(0) invert(1);
}

.sec1 .fix .part2 .dians .dian:hover .bg {
    opacity: 0;
    transition-delay: 0.1s;
}

.sec1 .fix .part2 .dians .dian:hover .dian_box .dian_box_p {
    clip-path: inset(0 0 0 0);
}

.sec1 .fix .part2 .dians .dian:hover .dian_box:after {
    opacity: 1;
    transition-delay: 0.6s;
}

.sec1 .fix .part2 .dians .dian:hover .dian_box p {
    opacity: 1;
    transition-delay: 0.4s;
}

/*.sec1 .fix .part2 .dians .dian:nth-child(1) {
    top: 11.9270833333vw;
    left: 19.2708333333vw;
}

.sec1 .fix .part2 .dians .dian:nth-child(2) {
    top: 6.1458333333vw;
    left: 38.28125vw;
}

.sec1 .fix .part2 .dians .dian:nth-child(3) {
    top: 6.9791666667vw;
    left: 66.9791666667vw;
}

.sec1 .fix .part2 .dians .dian:nth-child(4) {
    top: 16.09375vw;
    left: 91.3020833333vw;
}

.sec1 .fix .part2 .dians .dian:nth-child(5) {
    top: 16.8229166667vw;
    left: 47.65625vw;
}

.sec1 .fix .part2 .dians .dian:nth-child(6) {
    top: 24.21875vw;
    left: 23.4375vw;
}

.sec1 .fix .part2 .dians .dian:nth-child(7) {
    top: 30.8333333333vw;
    left: 55.9895833333vw;
}

.sec1 .fix .part2 .dians .dian:nth-child(8) {
    top: 38.4895833333vw;
    left: 86.875vw;
}*/

.sec1 .fix .part2 .img {
    width: 100%;
    height: 100%;
    transition: 0.6s;
    position: relative;
}


.sec1 .fix .part2 .img img {
    display: block;
    width: 100%;
    height: 100%;
}

.sec2 {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.sec2 .wrap .sec2_top {
    text-align: center;
    position: relative;
    z-index: 3;
}

.sec2 .wrap .sec2_top .title {
    font-family: 'Akzidenz-Grotesk';
    font-weight: bold;
    font-size: 54px;
    color: #000000;
    text-transform: uppercase;
}

.sec2 .wrap .sec2_top .des {
    font-weight: 300;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.6);
    margin: 13px 0 46px;
}

.sec2 .wrap .sec2_top .more .common_more {
    background: unset;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 3px 3px 3px 19px;
    transition: 0.6s;
}

.sec2 .wrap .sec2_top .more .common_more p {
    font-family: 'Montserrat L';
}

.sec2 .wrap .sec2_top .more .common_more p div {
    font-family: 'Montserrat L';
}

.sec2 .wrap .cir_box {
    width: 593px;
    height: 593px;
    margin: -8px auto 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.sec2 .wrap .cir_box .dians {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.sec2 .wrap .cir_box .dians .point {
    position: absolute;
}

.sec2 .wrap .cir_box .dians .point .p {
    white-space: nowrap;
    text-align: center;
    font-family: 'Montserrat R';
    font-weight: 400;
    font-size: 22px;
    color: #000000;
    line-height: 26px;
    text-transform: uppercase;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translate(-50%, -100%);
    opacity: 0;
    transition: 0.6s;
}

.sec2 .wrap .cir_box .dians .point .cir {
    width: 100%;
    transform: scale(0);
    transition: 0.6s;
}

.sec2 .wrap .cir_box .dians .point .cir img {
    display: block;
    width: 100%;
    animation: scale_ 5s infinite linear;
}

.sec2 .wrap .cir_box .dians .point:nth-child(1) {
    width: 151px;
    top: 129px;
    right: -134px;
}

.sec2 .wrap .cir_box .dians .point:nth-child(1) .p {
    transition-delay: 1s;
}

.sec2 .wrap .cir_box .dians .point:nth-child(1) .cir {
    transition-delay: 1s;
}

.sec2 .wrap .cir_box .dians .point:nth-child(2) {
    width: 165px;
    top: 478px;
    right: -208px;
}

.sec2 .wrap .cir_box .dians .point:nth-child(2) .p {
    transition-delay: 1s;
}

.sec2 .wrap .cir_box .dians .point:nth-child(2) .cir {
    transition-delay: 1.1s;
}

.sec2 .wrap .cir_box .dians .point:nth-child(2) .cir img {
    animation-delay: 1s;
}

.sec2 .wrap .cir_box .dians .point:nth-child(3) {
    width: 254px;
    top: 311px;
    left: -304px;
}

.sec2 .wrap .cir_box .dians .point:nth-child(3) .p {
    transition-delay: 1.2s;
}

.sec2 .wrap .cir_box .dians .point:nth-child(3) .cir {
    transition-delay: 1.2s;
}

.sec2 .wrap .cir_box .dians .point:nth-child(3) .cir img {
    animation-delay: 2s;
}

.sec2 .wrap .cir_box .sq_box {
    width: 952px;
    height: 389px;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    z-index: 3;
    top: -229px;
}

.sec2 .wrap .cir_box .sq_box1 {
    top: 429px;
    background: linear-gradient(0deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}

.sec2 .wrap .cir_box .cir1 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #F0F3F8;
    transform: scale(0);
    transition: 1s;
    transition-delay: 0.4s;
}

.sec2 .wrap .cir_box .cir2 {
    width: 606px;
    height: 606px;
    border: 1px dashed #E0E9F0;
    position: absolute;
    border-radius: 50%;
    transform: scale(0);
    transition: 1s;
    transition-delay: 0.4s;
}

.sec2 .wrap .cir_box .cir3 {
    width: 766px;
    height: 766px;
    background: #F0F3F8;
    opacity: 0.42;
    position: absolute;
    border-radius: 50%;
    transform: scale(0);
    transition: 1s;
    transition-delay: 0.6s;
}

.sec2 .wrap .cir_box .cir4 {
    width: 952px;
    height: 952px;
    position: absolute;
    border-radius: 50%;
    border: 1px solid #E0E9F0;
    transform: scale(0);
    transition: 1s;
    transition-delay: 0.8s;
}

.sec2 .wrap .cir_box .earth {
    position: absolute;
    width: 521px;
    top: 14px;
    left: 50px;
    transform: scale(0);
    transition: 1s;
    transition-delay: 0.6s;
}

.sec2 .wrap .cir_box .earth img {
    display: block;
    width: 100%;
}

.sec2 .wrap .cir_box.aos-animate .cir1, .sec2 .wrap .cir_box.aos-animate .cir2, .sec2 .wrap .cir_box.aos-animate .cir3, .sec2 .wrap .cir_box.aos-animate .cir4, .sec2 .wrap .cir_box.aos-animate .earth {
    transform: scale(1);
}

.sec2 .wrap .cir_box.aos-animate .dians .point .p {
    opacity: 1;
}

.sec2 .wrap .cir_box.aos-animate .dians .point .cir {
    transform: scale(1);
}

.sec3 {
    width: 100%;
    background: linear-gradient(180deg, #C7DAE6 0%, #FFFFFF 62.72%, #FFFFFF 100%);
}

.sec3 .part1 {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec3 .part1 .part_top {
    text-align: center;
    margin-bottom: 61px;
}

.sec3 .part1 .part_top .title {
    font-family: 'Akzidenz-Grotesk';
    font-weight: bold;
    font-size: 44px;
    color: #000000;
    text-transform: uppercase;
}

.sec3 .part1 .part_top .des {
    font-weight: 300;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.6);
    margin: 10px 0 0;
}

.sec3 .part1 .list {
    display: flex;
    gap: 45px;
    position: relative;
}

.sec3 .part1 .list .ip {
    position: absolute;
    bottom: -106px;
    width: 140px;
    left: 650px;
}

.sec3 .part1 .list .item {
    width: 450px;
    height: 560px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.sec3 .part1 .list .item .item_box {
    position: absolute;
    top: 335px;
    width: 100%;
    text-align: center;
}

.sec3 .part1 .list .item .item_box .h5 {
    font-family: 'Montserrat M';
    font-weight: 500;
    font-size: 24px;
    color: #000000;
    text-transform: uppercase;
}

.sec3 .part1 .list .item .item_box .p {
    font-weight: 300;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.6);
    margin: 15px 0 43px;
}

.sec3 .part1 .list .item .item_box .common_more {
    background: unset;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 3px 3px 3px 19px;
    transition: 0.6s;
}

.sec3 .part1 .list .item .item_box .common_more p {
    font-family: 'Montserrat L';
}

.sec3 .part1 .list .item .item_box .common_more p div {
    font-family: 'Montserrat L';
}

.sec3 .part1 .list .item .item_box .common_more:hover {
    border: 1px solid rgba(0, 0, 0, 0);
    background: #FFFFFF;
}

.sec3 .part1 .list .item .img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.sec3 .part1 .list .item .img img {
    display: block;
    width: 100%;
    height: 100%;
}

.sec3 .part2 {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
}

.sec3 .part2 .wrap {
    width: 100%;
    height: 100%;
    background: #E4E8EB;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec3 .part2 .wrap .joke {
    position: relative;
}

.sec3 .part2 .wrap .joke .map_box {
    width: 1547px;
    position: absolute;
    left: -84px;
    top: 120px;
}

.sec3 .part2 .wrap .joke .map_box .ip {
    width: 203px;
    position: absolute;
    z-index: 2;
    top: 124px;
    left: -144px;
}

.sec3 .part2 .wrap .joke .map_box .ip img {
    display: block;
    width: 100%;
}

.sec3 .part2 .wrap .joke .map_box .map {
    width: 100%;
    position: relative;
}

.sec3 .part2 .wrap .joke .map_box .map img {
    display: block;
    width: 100%;
}

.sec3 .part2 .wrap .joke .map_box .map .line_box {
    width: 892px;
    top: 106px;
    left: 368px;
    position: absolute;
}

.sec3 .part2 .wrap .joke .part_top {
    margin-bottom: 400px;
    position: relative;
    z-index: 3;
}

.sec3 .part2 .wrap .joke .part_top .title {
    font-family: 'Akzidenz-Grotesk';
    font-weight: bold;
    font-size: 44px;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.sec3 .part2 .wrap .joke .part_top .des {
    font-family: 'Montserrat R';
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    line-height: 26px;
}

.sec3 .part2 .wrap .joke .part_bottom {
    width: 660px;
    position: relative;
    z-index: 3;
}

.sec3 .part2 .wrap .joke .part_bottom .p {
    font-weight: 300;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 24px;
    margin-bottom: 40px;
}

.sec3 .part2 .wrap .joke .part_bottom .more .common_more {
    background: unset;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 3px 3px 3px 19px;
    transition: 0.6s;
    margin: 0;
}

.sec3 .part2 .wrap .joke .part_bottom .more .common_more p {
    font-family: 'Montserrat L';
}

.sec3 .part2 .wrap .joke .part_bottom .more .common_more p div {
    font-family: 'Montserrat L';
}

.sec3 .part2 .wrap .joke .part_bottom .more .common_more:hover {
    border: 1px solid rgba(0, 0, 0, 0);
    background: #FFFFFF;
}

.sec4 {
    background: #F2F3F5;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.sec4 .wrap .title {
    font-family: 'Akzidenz-Grotesk';
    font-weight: bold;
    font-size: 50px;
    color: #000000;
    margin-bottom: 35px;
    text-transform: uppercase;
}

.sec4 .wrap .box {
    display: flex;
    gap: 120px;
}

.sec4 .wrap .box .l_box {
    width: 660px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec4 .wrap .box .l_box .ip {
    width: 140px;
    position: absolute;
    top: 550px;
    left: 580px;
    z-index: 3;
}

.sec4 .wrap .box .l_box .ip img {
    display: block;
    width: 100%;
}

.sec4 .wrap .box .l_box .play {
    width: 62px;
    height: 62px;
    background: #FFFFFF;
    border-radius: 50%;
    position: absolute;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.6s;
    cursor: pointer;
}

.sec4 .wrap .box .l_box .play img {
    display: block;
    width: 13px;
    transition: 0.6s;
}

.sec4 .wrap .box .l_box .play:hover {
    background: #000000;
}

.sec4 .wrap .box .l_box .play:hover img {
    filter: invert(1);
}

.sec4 .wrap .box .l_box .img {
    width: 100%;
    height: 660px;
    border-radius: 10px;
    overflow: hidden;
}

.sec4 .wrap .box .l_box .img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 3s;
}

.sec4 .wrap .box .l_box:hover .img img {
    transform: scale(1.1);
}

.sec4 .wrap .box .r_box {
    width: 660px;
}

.sec4 .wrap .box .r_box .h5 {
    font-family: 'Montserrat M';
    font-weight: 500;
    font-size: 30px;
    color: #000000;
    line-height: 34px;
}

.sec4 .wrap .box .r_box .swiper {
    width: 1110px;
    margin: 78px 0 40px;
}

.sec4 .wrap .box .r_box .swiper .swiper-slide {
    background: #B1B1B3;
    border-radius: 10px;
    min-height: 180px;
    display: flex;
    align-items: flex-start;
    padding: 41px 32px 25px;
    height: auto;
    justify-content: space-between;
}

.sec4 .wrap .box .r_box .swiper .swiper-slide .p {
    width: 250px;
    font-weight: 300;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 26px;
}

.sec4 .wrap .box .r_box .swiper .swiper-slide .label {
    width: 28px;
    height: 28px;
    background: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-family: 'Montserrat M';
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.sec4 .wrap .box .r_box .swiper-pagination {
    display: flex;
    gap: 10px;
    justify-content: flex-start;
    width: fit-content;
    margin: 0 0 60px;
    position: unset;
}

.sec4 .wrap .box .r_box .swiper-pagination .swiper-pagination-bullet {
    display: block;
    width: 20px;
    height: 2px;
    background: rgba(0, 0, 0, 0.2);
    opacity: 1;
    margin: 0;
    border-radius: 0;
    transition: 0.6s;
}

.sec4 .wrap .box .r_box .swiper-pagination .swiper-pagination-bullet:hover {
    background: black;
}

.sec4 .wrap .box .r_box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 50px;
    background: black;
}

.sec4 .wrap .box .r_box .des {
    font-weight: 300;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 26px;
    margin-bottom: 60px;
}

.sec4 .wrap .box .r_box .more .common_more {
    background: unset;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 3px 3px 3px 19px;
    transition: 0.6s;
    margin: 0;
}

.sec4 .wrap .box .r_box .more .common_more p {
    font-family: 'Montserrat L';
}

.sec4 .wrap .box .r_box .more .common_more p div {
    font-family: 'Montserrat L';
}

.sec4 .wrap .box .r_box .more .common_more:hover {
    border: 1px solid rgba(0, 0, 0, 0);
    background: #FFFFFF;
}

.sec5 {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec5 .wrap .sec5_top {
    margin-bottom: 50px;
}

.sec5 .wrap .sec5_top .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 27px;
}

.sec5 .wrap .sec5_top .title .h1 {
    font-family: 'Akzidenz-Grotesk';
    font-weight: bold;
    font-size: 44px;
    color: #000000;
    text-transform: uppercase;
}

.sec5 .wrap .sec5_top .title .common_more {
    background: unset;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 3px 3px 3px 19px;
    transition: 0.6s;
    margin: 0;
}

.sec5 .wrap .sec5_top .title .common_more p {
    font-family: 'Montserrat L';
}

.sec5 .wrap .sec5_top .title .common_more p div {
    font-family: 'Montserrat L';
}

.sec5 .wrap .sec5_top .des {
    font-weight: 300;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 26px;
}

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

.sec5 .wrap .swiper_box .sec5_swiper {
    width: 1960px;
}

.sec5 .wrap .swiper_box .sec5_swiper .swiper-slide .slide_box {
    display: block;
    background: #F2F3F5;
    border-radius: 10px;
    overflow: hidden;
}

.sec5 .wrap .swiper_box .sec5_swiper .swiper-slide .slide_box .img {
    width: 100%;
    height: 260px;
    border-radius: 10px;
    overflow: hidden;
}

.sec5 .wrap .swiper_box .sec5_swiper .swiper-slide .slide_box .img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 3s;
}

.sec5 .wrap .swiper_box .sec5_swiper .swiper-slide .slide_box .slide_bottom {
    padding: 35px 30px 20px;
}

.sec5 .wrap .swiper_box .sec5_swiper .swiper-slide .slide_box .slide_bottom .h5 {
    font-family: 'Montserrat M';
    font-weight: 500;
    font-size: 18px;
    color: #000000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: 0.6s;
}

.sec5 .wrap .swiper_box .sec5_swiper .swiper-slide .slide_box .slide_bottom .p {
    font-weight: 300;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 24px;
    height: 72px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 20px 0 52px;
}

.sec5 .wrap .swiper_box .sec5_swiper .swiper-slide .slide_box .slide_bottom .line {
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
}

.sec5 .wrap .swiper_box .sec5_swiper .swiper-slide .slide_box .slide_bottom .date {
    font-weight: 300;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.4);
    margin: 20px 0 0;
}

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

.sec5 .wrap .swiper_box .sec5_swiper .swiper-slide .slide_box:hover .slide_bottom .h5 {
    color: #53C3F1;
}

.sec5 .wrap .swiper_box .swiper-pagination {
    margin: 66px auto 0;
    width: 700px;
    position: relative;
    height: 1px;
    background: rgba(0, 0, 0, 0.2);
}

.sec5 .wrap .swiper_box .swiper-pagination .swiper-pagination-progressbar-fill {
    height: 3px;
    background: #53c3f1;
    top: -1px;
}

.sec6 {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("/static/images/i11.jpg") no-repeat;
    background-size: cover;
}

.sec6 .wrap .sec6_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 51px;
}

.sec6 .wrap .sec6_top .l {
    width: 800px;
}

.sec6 .wrap .sec6_top .l .title {
    font-family: 'Akzidenz-Grotesk';
    font-weight: bold;
    font-size: 44px;
    color: #000000;
    margin-bottom: 24px;
    text-transform: uppercase;
}

.sec6 .wrap .sec6_top .l .des {
    font-weight: 300;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 30px;
}

.sec6 .wrap .sec6_top .more .common_more {
    background: unset;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 3px 3px 3px 19px;
    transition: 0.6s;
    margin: 0;
    transition: 0.6s;
}

.sec6 .wrap .sec6_top .more .common_more p {
    font-family: 'Montserrat L';
}

.sec6 .wrap .sec6_top .more .common_more p div {
    font-family: 'Montserrat L';
}

.sec6 .wrap .sec6_top .more .common_more:hover {
    border: 1px solid rgba(0, 0, 0, 0);
    background: #FFFFFF;
}

.sec6 .wrap .list {
    display: flex;
    gap: 45px;
}

.sec6 .wrap .list .item {
    display: block;
    width: 450px;
    height: 520px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.sec6 .wrap .list .item .img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.sec6 .wrap .list .item .img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 3s;
}

.sec6 .wrap .list .item .item_bottom {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 89px 30px 50px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.96) 100%);
}

.sec6 .wrap .list .item .item_bottom .h5 {
    font-family: 'Montserrat M';
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    text-transform: capitalize;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: 0.6s;
}

.sec6 .wrap .list .item .item_bottom .p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 300;
    font-size: 16px;
    color: #FFFFFF;
    margin: 9px 0 0;
}

.sec6 .wrap .list .item:hover .img img {
    transform: scale(1.1);
}

.sec6 .wrap .list .item:hover .item_bottom .h5 {
    color: #53c3f1;
}

@keyframes scale_ {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.92);
    }
    100% {
        transform: scale(1);
    }
}
@media screen and (max-width: 1919px) {
    .banner .index_banner .swiper-slide .text .h5{
        font-size: 2.2916666667vw;
        line-height: 2.3958333333vw;
        transform: translateY(1.0416666667vw);
    }
    .banner .index_banner .swiper-slide .text .p{
        font-size: 0.8333333333vw;
        margin: 0.5208333333vw 0px 1.5625vw;
        transform: translateY(1.0416666667vw);
    }
    .banner .index_banner .swiper-slide .text .more{
        transform: translateY(1.0416666667vw);
    }
    .banner .index_banner .swiper-pagination{
        bottom: 3.125vw;
        gap: 0.5208333333vw;
    }
    .banner .index_banner .swiper-pagination .swiper-pagination-bullet{
        width: 1.5625vw;
        height: 0.1041666667vw;
    }
    .banner .index_banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
        width: 2.6041666667vw;
    }
    .sec1 .fix .part1 .part_top{
        width: 42.7604166667vw;
    }
    .sec1 .fix .part1 .part_top .title{
        font-size: 2.2916666667vw;
    }
    .sec1 .fix .part1 .part_top .des{
        font-size: 0.8333333333vw;
        margin: 0.9375vw 0px 0px;
    }
    .sec1 .fix .part1 .sq{
        margin: 4.2708333333vw 0px 4.4791666667vw;
        width: 21.5104166667vw;
        height: 16.875vw;
    }
    .sec1 .fix .part1 .part_bottom{
        gap: 1.9791666667vw;
    }
    .sec1 .fix .part1 .part_bottom .item{
        min-width: 6.7708333333vw;
    }
    .sec1 .fix .part1 .part_bottom .item .icon{
        width: 2.2916666667vw;
        height: 2.03125vw;
        margin: 0px auto 0.6770833333vw;
    }
    .sec1 .fix .part1 .part_bottom .item p{
        font-size: 0.8333333333vw;
    }
    .sec1 .fix .part1 .part_bottom .item:hover .icon img{
        transform: translateY(-0.5208333333vw);
    }
    .sec1 .fix .part3{
        mask-size: 21.5104166667vw;
    }
    .sec1 .fix .part2 .dians .dian{
        transform: translateY(1.0416666667vw);
    }
    .sec1 .fix .part2 .dians .dian .cir{
        width: 1.7708333333vw;
        height: 1.7708333333vw;
        border-radius: 1.0416666667vw;
    }
    .sec1 .fix .part2 .dians .dian .cir img{
        width: 1.25vw;
    }
    .sec1 .fix .part2 .dians .dian .bg{
        top: -0.15625vw;
        left: -0.15625vw;
        width: 2.0833333333vw;
    }
    .sec1 .fix .part2 .dians .dian .dian_box{
        left: -0.15625vw;
    }
    .sec1 .fix .part2 .dians .dian .dian_box .dian_box_p{
        height: 2.0833333333vw;
        border-radius: 1.0416666667vw;
        padding: 0px 1.09375vw 0px 2.34375vw;
    }
    .sec1 .fix .part2 .dians .dian .dian_box .dian_box_p p{
        font-size: 0.7291666667vw;
    }
    .sec1 .fix .part2 .dians .dian .dian_box::after{
        width: calc(100% + 0.4166666667vw);
        height: calc(100% + 0.4166666667vw);
        border-radius: 1.25vw;
        top: -0.2083333333vw;
        left: -0.2083333333vw;
    }
    .sec2 .wrap .sec2_top .title{
        font-size: 2.8125vw;
    }
    .sec2 .wrap .sec2_top .des{
        font-size: 0.9375vw;
        margin: 0.6770833333vw 0px 2.3958333333vw;
    }
    .sec2 .wrap .sec2_top .more .common_more{
        padding: 0.15625vw 0.15625vw 0.15625vw 0.9895833333vw;
    }
    .sec2 .wrap .cir_box{
        width: 30.8854166667vw;
        height: 30.8854166667vw;
        margin: -0.4166666667vw auto 0px;
    }
    .sec2 .wrap .cir_box .dians .point .p{
        font-size: 1.1458333333vw;
        line-height: 1.3541666667vw;
        top: -0.78125vw;
    }
    .sec2 .wrap .cir_box .dians .point:nth-child(1){
        width: 7.8645833333vw;
        top: 6.71875vw;
        right: -6.9791666667vw;
    }
    .sec2 .wrap .cir_box .dians .point:nth-child(2){
        width: 8.59375vw;
        top: 24.8958333333vw;
        right: -10.8333333333vw;
    }
    .sec2 .wrap .cir_box .dians .point:nth-child(3){
        width: 13.2291666667vw;
        top: 16.1979166667vw;
        left: -15.8333333333vw;
    }
    .sec2 .wrap .cir_box .sq_box{
        width: 49.5833333333vw;
        height: 20.2604166667vw;
        top: -11.9270833333vw;
    }
    .sec2 .wrap .cir_box .sq_box1{
        top: 22.34375vw;
    }
    .sec2 .wrap .cir_box .cir2{
        width: 31.5625vw;
        height: 31.5625vw;
    }
    .sec2 .wrap .cir_box .cir3{
        width: 39.8958333333vw;
        height: 39.8958333333vw;
    }
    .sec2 .wrap .cir_box .cir4{
        width: 49.5833333333vw;
        height: 49.5833333333vw;
    }
    .sec2 .wrap .cir_box .earth{
        width: 27.1354166667vw;
        top: 0.7291666667vw;
        left: 2.6041666667vw;
    }
    .sec3 .part1 .part_top{
        margin-bottom: 3.1770833333vw;
    }
    .sec3 .part1 .part_top .title{
        font-size: 2.2916666667vw;
    }
    .sec3 .part1 .part_top .des{
        font-size: 0.9375vw;
        margin: 0.5208333333vw 0px 0px;
    }
    .sec3 .part1 .list{
        gap: 2.34375vw;
    }
    .sec3 .part1 .list .ip{
        bottom: -5.5208333333vw;
        width: 7.2916666667vw;
        left: 33.8541666667vw;
    }
    .sec3 .part1 .list .item{
        width: 23.4375vw;
        height: 29.1666666667vw;
        border-radius: 0.5208333333vw;
    }
    .sec3 .part1 .list .item .item_box{
        top: 17.4479166667vw;
    }
    .sec3 .part1 .list .item .item_box .h5{
        font-size: 1.25vw;
    }
    .sec3 .part1 .list .item .item_box .p{
        font-size: 0.9375vw;
        margin: 0.78125vw 0px 2.2395833333vw;
    }
    .sec3 .part1 .list .item .item_box .common_more{
        padding: 0.15625vw 0.15625vw 0.15625vw 0.9895833333vw;
    }
    .sec3 .part1 .list .item .img{
        border-radius: 0.5208333333vw;
    }
    .sec3 .part2{
        padding: 1.5625vw;
    }
    .sec3 .part2 .wrap{
        border-radius: 0.5208333333vw;
    }
    .sec3 .part2 .wrap .joke .map_box{
        width: 80.5729166667vw;
        left: -4.375vw;
        top: 6.25vw;
    }
    .sec3 .part2 .wrap .joke .map_box .ip{
        width: 10.5729166667vw;
        top: 6.4583333333vw;
        left: -7.5vw;
    }
    .sec3 .part2 .wrap .joke .map_box .map .line_box{
        width: 46.4583333333vw;
        top: 5.5208333333vw;
        left: 19.1666666667vw;
    }
    .sec3 .part2 .wrap .joke .part_top{
        margin-bottom: 20.8333333333vw;
    }
    .sec3 .part2 .wrap .joke .part_top .title{
        font-size: 2.2916666667vw;
        margin-bottom: 1.25vw;
    }
    .sec3 .part2 .wrap .joke .part_top .des{
        font-size: 1.0416666667vw;
        line-height: 1.3541666667vw;
    }
    .sec3 .part2 .wrap .joke .part_bottom{
        width: 34.375vw;
    }
    .sec3 .part2 .wrap .joke .part_bottom .p{
        font-size: 0.8333333333vw;
        line-height: 1.25vw;
        margin-bottom: 2.0833333333vw;
    }
    .sec3 .part2 .wrap .joke .part_bottom .more .common_more{
        padding: 0.15625vw 0.15625vw 0.15625vw 0.9895833333vw;
    }
    .sec4 .wrap .title{
        font-size: 2.6041666667vw;
        margin-bottom: 1.8229166667vw;
    }
    .sec4 .wrap .box{
        gap: 6.25vw;
    }
    .sec4 .wrap .box .l_box{
        width: 34.375vw;
    }
    .sec4 .wrap .box .l_box .ip{
        width: 7.2916666667vw;
        top: 28.6458333333vw;
        left: 30.2083333333vw;
    }
    .sec4 .wrap .box .l_box .play{
        width: 3.2291666667vw;
        height: 3.2291666667vw;
    }
    .sec4 .wrap .box .l_box .play img{
        width: 0.6770833333vw;
    }
    .sec4 .wrap .box .l_box .img{
        height: 34.375vw;
        border-radius: 0.5208333333vw;
    }
    .sec4 .wrap .box .r_box{
        width: 34.375vw;
    }
    .sec4 .wrap .box .r_box .h5{
        font-size: 1.5625vw;
        line-height: 1.7708333333vw;
    }
    .sec4 .wrap .box .r_box .swiper{
        width: 57.8125vw;
        margin: 4.0625vw 0px 2.0833333333vw;
    }
    .sec4 .wrap .box .r_box .swiper .swiper-slide{
        border-radius: 0.5208333333vw;
        min-height: 9.375vw;
        padding: 2.1354166667vw 1.6666666667vw 1.3020833333vw;
    }
    .sec4 .wrap .box .r_box .swiper .swiper-slide .p{
        width: 13.0208333333vw;
        font-size: 0.8333333333vw;
        line-height: 1.3541666667vw;
    }
    .sec4 .wrap .box .r_box .swiper .swiper-slide .label{
        width: 1.4583333333vw;
        height: 1.4583333333vw;
        font-size: 0.8333333333vw;
    }
    .sec4 .wrap .box .r_box .swiper-pagination{
        gap: 0.5208333333vw;
        margin: 0px 0px 3.125vw;
    }
    .sec4 .wrap .box .r_box .swiper-pagination .swiper-pagination-bullet{
        width: 1.0416666667vw;
        height: 0.1041666667vw;
    }
    .sec4 .wrap .box .r_box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
        width: 2.6041666667vw;
    }
    .sec4 .wrap .box .r_box .des{
        font-size: 0.8333333333vw;
        line-height: 1.3541666667vw;
        margin-bottom: 3.125vw;
    }
    .sec4 .wrap .box .r_box .more .common_more{
        padding: 0.15625vw 0.15625vw 0.15625vw 0.9895833333vw;
    }
    .sec5 .wrap .sec5_top{
        margin-bottom: 2.6041666667vw;
    }
    .sec5 .wrap .sec5_top .title{
        margin-bottom: 1.40625vw;
    }
    .sec5 .wrap .sec5_top .title .h1{
        font-size: 2.2916666667vw;
    }
    .sec5 .wrap .sec5_top .title .common_more{
        padding: 0.15625vw 0.15625vw 0.15625vw 0.9895833333vw;
    }
    .sec5 .wrap .sec5_top .des{
        font-size: 0.8333333333vw;
        line-height: 1.3541666667vw;
    }
    .sec5 .wrap .swiper_box .sec5_swiper{
        width: 102.0833333333vw;
    }
    .sec5 .wrap .swiper_box .sec5_swiper .swiper-slide .slide_box{
        border-radius: 0.5208333333vw;
    }
    .sec5 .wrap .swiper_box .sec5_swiper .swiper-slide .slide_box .img{
        height: 13.5416666667vw;
        border-radius: 0.5208333333vw;
    }
    .sec5 .wrap .swiper_box .sec5_swiper .swiper-slide .slide_box .slide_bottom{
        padding: 1.8229166667vw 1.5625vw 1.0416666667vw;
    }
    .sec5 .wrap .swiper_box .sec5_swiper .swiper-slide .slide_box .slide_bottom .h5{
        font-size: 0.9375vw;
    }
    .sec5 .wrap .swiper_box .sec5_swiper .swiper-slide .slide_box .slide_bottom .p{
        font-size: 0.8333333333vw;
        line-height: 1.25vw;
        height: 3.75vw;
        margin: 1.0416666667vw 0px 2.7083333333vw;
    }
    .sec5 .wrap .swiper_box .sec5_swiper .swiper-slide .slide_box .slide_bottom .date{
        font-size: 0.8333333333vw;
        margin: 1.0416666667vw 0px 0px;
    }
    .sec5 .wrap .swiper_box .swiper-pagination{
        margin: 3.4375vw auto 0px;
        width: 36.4583333333vw;
    }
    .sec5 .wrap .swiper_box .swiper-pagination .swiper-pagination-progressbar-fill{
        height: 0.15625vw;
    }
    .sec6 .wrap .sec6_top{
        margin-bottom: 2.65625vw;
    }
    .sec6 .wrap .sec6_top .l{
        width: 41.6666666667vw;
    }
    .sec6 .wrap .sec6_top .l .title{
        font-size: 2.2916666667vw;
        margin-bottom: 1.25vw;
    }
    .sec6 .wrap .sec6_top .l .des{
        font-size: 0.9375vw;
        line-height: 1.5625vw;
    }
    .sec6 .wrap .sec6_top .more .common_more{
        padding: 0.15625vw 0.15625vw 0.15625vw 0.9895833333vw;
    }
    .sec6 .wrap .list{
        gap: 2.34375vw;
    }
    .sec6 .wrap .list .item{
        width: 23.4375vw;
        height: 27.0833333333vw;
        border-radius: 0.5208333333vw;
    }
    .sec6 .wrap .list .item .img{
        border-radius: 0.5208333333vw;
    }
    .sec6 .wrap .list .item .item_bottom{
        padding: 4.6354166667vw 1.5625vw 2.6041666667vw;
    }
    .sec6 .wrap .list .item .item_bottom .h5{
        font-size: 1.0416666667vw;
    }
    .sec6 .wrap .list .item .item_bottom .p{
        font-size: 0.8333333333vw;
        margin: 0.46875vw 0px 0px;
    }
}
@media screen and (max-width: 768px) {
    .sec2 {
        height: unset;
        padding: 50px 0;
    }
    .sec2 .wrap .sec2_top .title {
        font-size: 22px;
    }
    .sec2 .wrap .sec2_top .des {
        font-size: 15px;
        margin: 10px 0 25px;
    }
    .sec2 .wrap .sec2_top .more .common_more {
        padding: 3px 3px 3px 15px;
        border-radius: 60px;
    }
    .sec2 .wrap {
        width: 90%;
    }
    .sec2 .wrap .sec2_top .more .common_more p {
        font-size: 14px;
    }
    .sec2 .wrap .cir_box {
        margin: 40px auto 0;
    }
    .sec3 {
        height: unset;
    }
    .sec3 .part1 {
        padding: 60px 0;
        height: unset;
    }
    .sec3 .part1 .part_top .title {
        font-size: 22px;
    }
    .sec3 .part1 .part_top .des {
        font-size: 15px;
        margin: 10px 0 0;
    }
    .sec3 .part1 .wrap {
        width: 90%;
        margin: 0 auto;
    }
    .sec3 .part1 .part_top {
        margin-bottom: 30px;
    }
    .sec3 .part1 .list {
        flex-wrap: wrap;
        gap: 30px;
    }
    .sec3 .part1 .list .item {
        width: 100%;
        height: 110vw;
        border-radius: 10px;
    }
    .sec3 .part1 .list .item .item_box {
        top: 64vw;
    }
    .sec3 .part1 .list .item .item_box .h5 {
        font-size: 18px;
    }
    .sec3 .part1 .list .item .item_box .p {
        font-size: 15px;
        margin: 10px 0 15px;
    }
    .sec3 .part1 .list .item .item_box .common_more {
        padding: 3px 3px 3px 15px;
    }
    .sec3 .part1 .list .ip {
        width: 14vw;
    }
    .sec3 .part2 {
        padding: 50px 0;
        height: unset;
        background: #E4E8EB;
    }
    .sec3 .part2 .wrap {
        width: 100%;
    }
    .sec3 .part2 .wrap .joke .part_top .title {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .sec3 .part2 .wrap .joke .part_bottom {
        width: 100%;
    }
    .sec3 .part2 .wrap .joke .part_top {
        margin-bottom: 20px;
    }
    .sec3 .part2 .wrap .joke .part_bottom .more .common_more {
        padding: 3px 3px 3px 15px;
    }
    .sec3 .part2 .wrap .joke .map_box .ip {
        display: none;
    }
    .sec3 .part2 .wrap .joke .part_bottom .p {
        font-size: 15px;
        line-height: 1.6;
    }
    .sec3 .part2 .wrap .joke .part_top .des {
        font-size: 15px;
        line-height: 1.4;
    }
    .sec3 .part2 .wrap .joke .part_top .des br {
        display: none;
    }
    .sec3 .part2 .wrap .joke .map_box {
        width: 100%;
        position: relative;
        margin: 30px 0 0;
        left: 0;
        top: 0;
    }
    .sec3 .part2 .wrap .joke .map_box .map .line_box {
        width: 52.458333vw;
        top: 5.820833vw;
        left: 21.166667vw;
    }
    .sec4 {
        height: unset;
        padding: 60px 0 80px;
    }
    .sec4 .wrap .title {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .sec4 .wrap .box {
        flex-direction: column-reverse;
    }
    .sec4 .wrap .box .r_box {
        width: 100%;
    }
    .sec4 .wrap .box .r_box .h5 {
        font-size: 15px;
        line-height: 1.4;
    }
    .sec4 .wrap .box .r_box .swiper {
        width: 100%;
        margin: 25px 0;
    }
    .sec4 .wrap .box .r_box .swiper .swiper-slide {
        padding: 20px;
        border-radius: 8px;
        display: block;
    }
    .sec4 .wrap .box .r_box .swiper .swiper-slide .label {
        width: 24px;
        height: 24px;
        font-size: 15px;
    }
    .sec4 .wrap .box .r_box .swiper .swiper-slide .p {
        width: 100%;
        font-size: 15px;
        line-height: 1.4;
        margin: 15px 0 0;
    }
    .sec4 .wrap .box .r_box .swiper-pagination {
        gap: 8px;
    }
    .sec4 .wrap .box .r_box .swiper-pagination .swiper-pagination-bullet {
        width: 16px;
        height: 2px;
    }
    .sec4 .wrap .box .r_box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 24px;
    }
    .sec4 .wrap .box .r_box .des {
        font-size: 15px;
        line-height: 1.4;
        margin: 0 0 25px;
    }
    .sec4 .wrap .box .r_box .more .common_more {
        padding: 3px 3px 3px 15px;
    }
    .sec4 .wrap .box .r_box .swiper-pagination {
        margin: 0 0 30px;
    }
    .sec4 .wrap .box .l_box {
        width: 100%;
    }
    .sec4 .wrap .box .l_box .img {
        height: 90vw;
        border-radius: 8px;
    }
    .sec4 .wrap .box .l_box .play {
        width: 40px;
        height: 40px;
    }
    .sec4 .wrap .box .l_box .play img {
        width: 10px;
    }
    .sec4 .wrap .box .l_box .ip {
        top: unset;
        left: unset;
        right: -2vw;
        width: 80px;
        bottom: -40px;
    }
    .sec5 {
        height: unset;
        padding: 50px 0;
    }
    .sec5 .wrap .sec5_top .title .h1 {
        font-size: 22px;
    }
    .sec5 .wrap .sec5_top .title {
        margin-bottom: 15px;
    }
    .sec5 .wrap .sec5_top .title .common_more,.sec6 .wrap .sec6_top .more .common_more {
        padding: 3px 3px 3px 15px;
    }
    .sec5 .wrap .sec5_top .des {
        font-size: 15px;
        line-height: 1.4;
    }
    .sec5 .wrap .sec5_top {
        margin-bottom: 30px;
    }
    .sec5 .wrap .swiper_box .sec5_swiper {
        width: 100%;
    }
    .sec5 .wrap .swiper_box .sec5_swiper .swiper-slide .slide_box .img {
        height: 51vw;
        border-radius: 8px;
    }
    .sec5 .wrap .swiper_box .sec5_swiper .swiper-slide .slide_box {
        border-radius: 8px;
    }
    .sec5 .wrap .swiper_box .sec5_swiper .swiper-slide .slide_box .slide_bottom {
        padding: 20px;
    }
    .sec5 .wrap .swiper_box .sec5_swiper .swiper-slide .slide_box .slide_bottom .h5 {
        font-size: 16px;
    }
    .sec5 .wrap .swiper_box .sec5_swiper .swiper-slide .slide_box .slide_bottom .p {
        font-size: 14px;
        line-height: 20px;
        height: 60px;
        margin: 15px 0;
    }
    .sec5 .wrap .swiper_box .sec5_swiper .swiper-slide .slide_box .slide_bottom .date {
        margin: 15px 0 0;
        font-size: 14px;
    }
    .sec5 .wrap .swiper_box .swiper-pagination {
        width: 100%;
        margin: 40px 0 0;
        height: 2px;
    }
    .sec5 .wrap .swiper_box .swiper-pagination .swiper-pagination-progressbar-fill {
        height: 2px;
        top: 0;
    }
    .sec6 {
        height: unset;
        padding: 60px 0;
    }
    .sec6 .wrap .sec6_top {
        display: block;
        margin-bottom: 30px;
    }
    .sec6 .wrap .sec6_top .l .title {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .sec6 .wrap .sec6_top .l .des {
        font-size: 15px;
        line-height: 1.4;
    }
    .sec6 .wrap .sec6_top .l {
        width: 100%;
        margin-bottom: 20px;
    }
    .sec6 .wrap .list {
        flex-wrap: wrap;
        gap: 30px;
    }
    .sec6 .wrap .list .item {
        width: 100%;
        height: 110vw;
        border-radius: 8px;
    }
    .sec6 .wrap .list .item .item_bottom {
        padding: 20px 20px 30px;
    }
    .sec6 .wrap .list .item .item_bottom .h5 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .sec6 .wrap .list .item .item_bottom .p {
        font-size: 15px;
        line-height: 1.4;
        margin: 0;
    }
    .sec2 .wrap .cir_box {
        width: 90vw;
        height: 90vw;
    }
    .sec2 .wrap .cir_box .sq_box {
        width: 100%;
    }
    .sec2 .wrap .cir_box .cir1 {
        transform: scale(1);
    }
    .sec2 .wrap .cir_box .cir2,.sec2 .wrap .cir_box .cir3,.sec2 .wrap .cir_box .cir4,.sec2 .wrap .cir_box .earth {
        transform: scale(1);
        top: unset;
        left: unset;
    }
    .sec2 .wrap .cir_box .earth {
        width: 42vw;
    }
    .sec2 .wrap .cir_box .cir4 {
        width: 60vw;
        height: 60vw;
    }
    .sec2 .wrap .cir_box .dians .point {
        width: 160px !important;
    }
    .sec2 .wrap .cir_box .dians .point:nth-child(2) {
        top: 65.895833vw;
    }
    .sec2 .wrap .cir_box .dians .point:nth-child(1) {
        top: 1.71875vw;
    }
    .sec2 .wrap .cir_box .dians .point:nth-child(1) .p {
        top: 12px;
    }
    .sec2 .wrap .cir_box .dians .point:nth-child(3) {
        top: 16.1979166667vw;
        left: -1.833333vw;
    }
    .sec2 .wrap .cir_box .dians .point .p {
        opacity: 1;
        font-size: 14px;
        line-height: 1.4;
    }
    .sec2 .wrap .cir_box .dians .point .cir {
        transform: scale(1);
    }
    .sec2 .wrap .cir_box .sq_box1 {
        top: unset;
        bottom: 0;
    }
    .sec1 .fix {
        height: unset;
        position: unset;
    }
    .sec1 {
        height: unset;
    }
    .sec1 .fix .part1 {
        height: unset;
        padding: 50px 5vw;
    }
    .sec1 .fix .part1 .part_top .title {
        font-size: 22px;
    }
    .sec1 .fix .part1 .part_top {
        width: 100%;
        margin-bottom: 40px;
        transform: unset !important;
    }
    .sec1 .fix .part2 {
        position: unset;
        opacity: 1;
        pointer-events: auto;
        overflow-x: auto;
    }
    .sec1 .fix .part2 .img {
        width: unset;
        width: max-content;
    }
    .sec1 .fix .part3 {
        display: none;
    }
    .sec1 .fix .part1 .part_bottom {
        flex-wrap: wrap;
        gap: 30px 0;
        justify-content: space-between;
        transform: unset !important;
    }
    .sec1 .fix .part1 .part_bottom .item {
        width: 50%;
    }
    .sec1 .fix .part1 .part_bottom .item .icon {
        width: 40px;
        height: 32px;
        margin: 0 auto 8px;
    }
    .sec1 .fix .part1 .part_bottom .item p {
        font-size: 14px;
    }
    .sec1 .fix .part1 .part_top .des {
        font-size: 15px;
        margin: 15px 0 0;
    }
    .sec1 .fix .part1 .sq {
        display: none;
    }
    .sec1 .fix .part2 .dians .dian {
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
    }
    .sec1 .fix .part2 .dians .dian .cir {
        width: 32px;
        height: 32px;
        border-radius: 50%;
    }
    .sec1 .fix .part2 .dians .dian .cir img {
        width: 18px;
    }
    .sec1 .fix .part2 .dians .dian .bg {
        width: 38px;
        top: -3px;
        left: -3px;
    }
    .sec1 .fix .part2 .dians .dian .dian_box {
        left: -3px;
    }
    .sec1 .fix .part2 .dians .dian .dian_box .dian_box_p {
        height: 38px;
        border-radius: 20px;
    }
    .sec1 .fix .part2 .dians .dian .dian_box .dian_box_p p {
        font-size: 14px;
        padding: 0 10px 0 40px;
    }
    .sec1 .fix .part2 .dians .dian .dian_box::after {
        width: calc(100% + 8px);
        height: calc(100% + 8px);
        top: -4px;
        left: -4px;
        border-radius: 40px;
    }
    .sec1 .fix .part2 .dians .dian:nth-child(1) {
        top: 48.927083vw !important;
        left: 83.270833vw !important;
    }
    .sec1 .fix .part2 .dians .dian:nth-child(2) {
        top: 25.145833vw !important;
        left: 162.28125vw !important;
    }
    .sec1 .fix .part2 .dians .dian:nth-child(3) {
        top: 26.979167vw !important;
        left: 289.979167vw !important;
    }
    .sec1 .fix .part2 .dians .dian:nth-child(4) {
        top: 68.09375vw !important;
        left: 390.302083vw !important;
    }
    .sec1 .fix .part2 .dians .dian:nth-child(5) {
        top: 57.822917vw !important;
        left: 215.65625vw !important;
    }
    .sec1 .fix .part2 .dians .dian:nth-child(6) {
        top: 101.21875vw !important;
        left: 101.4375vw !important;
    }
    .sec1 .fix .part2 .dians .dian:nth-child(7) {
        top: 131.833333vw !important;
        left: 241.989583vw !important;
    }
    .sec1 .fix .part2 .dians .dian:nth-child(8) {
        top: 161.489583vw !important;
        left: 335.875vw !important;
    }
    .banner {
        height: 24vh;
        margin: 60px 0 0;
    }
    .banner .index_banner .swiper-pagination .swiper-pagination-bullet {
        width: 28px;
        height: 2px;
    }
    .banner .index_banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 40px;
    }
}
