.index_banner {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.index_banner .swiper {
    width: 100%;
    height: 100%;
}

.index_banner .swiper .btns {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 60px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
}

.index_banner .swiper .btns .iconfont {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 9px;
    color: #FFFFFF;
    cursor: pointer;
    transition: 0.6s;
}

.index_banner .swiper .btns .iconfont.prev {
    transform: rotate(180deg);
}

.index_banner .swiper .btns .iconfont:hover {
    background: #005FD5;
    border: 1px solid #005FD5;
}

.index_banner .swiper .swiper-slide {
    position: relative;
}

.index_banner .swiper .swiper-slide:after {
    content: "";
    width: 100%;
    height: 250px;
    position: absolute;
    background: linear-gradient(180deg, rgba(13, 53, 119, 0.35) 0%, rgba(13, 53, 119, 0) 100%);
    top: 0;
    z-index: 3;
}

.index_banner .swiper .swiper-slide .img {
    width: 100%;
    height: 100%;
}

.index_banner .swiper .swiper-slide .img video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index_banner .swiper .swiper-slide .img img {
    display: block;
    width: 100%;
    height: 100%;
    transform: scale(1.1);
    transition: 2s;
}

.index_banner .swiper .swiper-slide .text {
    position: absolute;
    left: 160px;
    bottom: 223px;
    z-index: 3;
    opacity: 0;
}

.index_banner .swiper .swiper-slide .text .p {
    font-weight: bold;
    font-size: 36px;
    color: #FFFFFF;
}

.index_banner .swiper .swiper-slide.swiper-slide-active .img img {
    transform: scale(1);
}

.index_banner .swiper .swiper-slide.swiper-slide-active .text {
    opacity: 1;
}

.sec1 {
    background: #9ABFF3;
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
}

.sec1 .bg {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}

.sec1 .wrap {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 3;
}

.sec1 .wrap .l_box {
    width: 494px;
}

.sec1 .wrap .l_box .title {
    font-weight: bold;
    font-size: 36px;
    color: #000000;
    line-height: 46px;
}

.sec1 .wrap .l_box .text {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 2;
    margin: 30px 0 50px;
}

.sec1 .wrap .l_box .more .more_btn {
    display: flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    height: 42px;
    background: #0F5EC5;
    border-radius: 21px;
    padding: 0 22px 0 18px;
}

.sec1 .wrap .l_box .more .more_btn p {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}

.sec1 .wrap .l_box .more .more_btn .iconfont {
    font-size: 10px;
    color: #FFFFFF;
}

.sec1 .wrap .earth {
    width: 512px;
    height: 512px;
    margin: 0 80px 0 60px;
    position: relative;
}

.sec1 .wrap .earth #earth {
    width: 512px;
    height: 512px;
    position: relative;
    transform: scale(0);
    transition: 1s;
}

.sec1 .wrap .earth #earth.aos-animate {
    transform: scale(1);
}

.sec1 .wrap .earth #earth .shadow {
    display: block;
    position: absolute;
    width: 88%;
    height: 88%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: -1;
}

.sec1 .wrap .earth #earth .position {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

.sec1 .wrap .earth #earth .position .point {
    position: absolute;
    pointer-events: auto;
    cursor: pointer;
}

.sec1 .wrap .earth #earth .position .point .add {
    width: 7px;
    height: 7px;
    background: #FFFFFF;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sec1 .wrap .earth #earth .position .point p {
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    position: absolute;
    top: 6px;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
    white-space: nowrap;
}

.sec1 .wrap .earth #earth .position .point:nth-last-child(2) p, .sec1 .wrap .earth #earth .position .point:nth-last-child(3) p {
    top: -26px;
}

.sec1 .wrap .earth #earth .position .point:nth-last-child(1) .dian {
    background: #FFCC23;
}

.sec1 .wrap .earth #earth canvas {
    width: 100% !important;
    height: 100% !important;
}

.sec1 .wrap .num_list {
    width: 485px;
    display: flex;
    flex-wrap: wrap;
    gap: 50px 120px;
}

.sec1 .wrap .num_list .item {
    min-width: 160px;
}

.sec1 .wrap .num_list .item .num {
    display: flex;
}

.sec1 .wrap .num_list .item .num p {
    font-weight: 400;
    font-size: 50px;
    color: #0F5EC5;
}

.sec1 .wrap .num_list .item .item_des {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    margin: 6px 0 0;
}

.sec2 {
    width: 100%;
    height: calc(100vh + 500px);
}

.sec2 .fix {
    width: 100%;
    height: 100vh;
    position: sticky;
    top: 0;
}

.sec2 .dians {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.6s;
}

.sec2 .dians.on {
    opacity: 1;
}

.sec2 .dians .dian {
    display: flex;
    align-items: center;
    gap: 14px;
    height: 42px;
    padding: 0 17px 0 12px;
    width: fit-content;
    position: absolute;
    cursor: pointer;
}

.sec2 .dians .dian:after {
    content: "";
    width: 47px;
    height: 100%;
    background: #FFFFFF;
    border-radius: 21px;
    position: absolute;
    top: 0;
    left: 0;
    transition: 1s;
    opacity: 0;
}

.sec2 .dians .dian.on:after {
    width: 100%;
    opacity: 1;
}

.sec2 .dians .dian .cir {
    width: 23px;
    height: 23px;
    background: #0F5EC5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 3;
}

.sec2 .dians .dian .cir:after, .sec2 .dians .dian .cir:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #0F5EC5;
    opacity: 0.4;
    border-radius: 50%;
    position: absolute;
    animation: 3s scale linear infinite;
    z-index: -1;
}

.sec2 .dians .dian .cir:before {
    animation-delay: 1.5s;
}

.sec2 .dians .dian .cir span {
    display: block;
    width: 9px;
    height: 1px;
    background: #FFFFFF;
    position: absolute;
}

.sec2 .dians .dian .cir span:nth-last-child(1) {
    transform: rotate(90deg);
}

.sec2 .dians .dian p {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    position: relative;
    z-index: 3;
    opacity: 0;
    transition: 0.4s;
}

.sec2 .dians .dian.on p {
    opacity: 1;
    transition-delay: 0.6s;
}

.sec2 .dians .dian:nth-child(1) {
    top: 40.28125vw;
    left: 33.291667vw;
}

.sec2 .dians .dian:nth-child(2) {
    top: 20.645833vw;
    left: 66.729167vw;
}

.sec2 .dians .dian:nth-child(3) {
    top: 41.03125vw;
    left: 73.479167vw;
}

.sec2 .dians .dian:nth-child(4) {
    top: 26.90625vw;
    left: 50.666667vw;
}

.sec2 .dians .dian:nth-child(5) {
    top: 28.739583vw;
    left: unset;
    right: 12vw;
    flex-direction: row-reverse;
}
.sec2 .dians .dian:nth-child(5):after {
    right: 0;
    left: unset;
}
.sec2 .dians .dian:nth-child(5):hover {

}
.sec2 .dians .dian:nth-child(6) {
    top: 15.65625vw;
    left: 47.083333vw;
}

.sec2 .dians .dian:nth-child(7) {
    top: 25vw;
    left: 26.34375vw;
}

.sec2 .img {
    width: 100%;
    height: 100%;
}

.sec2 .img img, .sec2 .img video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@keyframes scale {
    100% {
        transform: scale(2);
        opacity: 0;
    }
}

.sec3 {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
}

.sec3 .wrap .swiper_control {
    display: flex;
    justify-content: center;
    gap: 70px;
    position: absolute;
    top: 120px;
    width: 100%;
    left: 0;
    z-index: 10;
}

.sec3 .wrap .swiper_control .item {
    font-weight: 400;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    transition: 0.6s;
    position: relative;
}

.sec3 .wrap .swiper_control .item:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #FFFFFF;
    position: absolute;
    left: 0;
    bottom: -5px;
    transform: scaleX(0);
    transition: 0.6s;
}

.sec3 .wrap .swiper_control .item:hover, .sec3 .wrap .swiper_control .item.on {
    color: #FFFFFF;
}

.sec3 .wrap .swiper_control .item:hover:after, .sec3 .wrap .swiper_control .item.on:after {
    transform: scaleX(1);
}

.sec3 .wrap .swiper_box {
    width: 100vw;
    height: 100vh;
    margin: 0 auto;
    position: relative;
}

.sec3 .wrap .swiper_box .btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    gap: 1658px;
}

.sec3 .wrap .swiper_box .btns .iconfont {
    width: 40px;
    height: 40px;
    border: 1px solid white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 9px;
    color: #FFFFFF;
    cursor: pointer;
    transition: 0.6s;
}

.sec3 .wrap .swiper_box .btns .iconfont.prev {
    transform: rotate(180deg);
}

.sec3 .wrap .swiper_box .btns .iconfont:hover {
    background: #005FD5;
    border: 1px solid #005FD5;
}

.sec3 .wrap .swiper_box .sec3_swiper {
    width: 100%;
    height: 100%;
}

.sec3 .wrap .swiper_box .sec3_swiper .swiper-slide .img {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.6s;
}

.sec3 .wrap .swiper_box .sec3_swiper .swiper-slide .img img {
    display: block;
    width: 100%;
    height: 100%;
}

.sec3 .wrap .swiper_box .sec3_swiper .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0 0 15vh;
}

.sec3 .wrap .swiper_box .sec3_swiper .swiper-slide .name {
    font-weight: bold;
    font-size: 30px;
    color: #FFFFFF;
    text-align: center;
    margin: 26px 0;
    opacity: 0;
    transform: translateY(20px);
}

.sec3 .wrap .swiper_box .sec3_swiper .swiper-slide .more {
    width: fit-content;
    margin: 0 auto;
    opacity: 0;
    transform: translateY(20px);
    pointer-events: none;
}

.sec3 .wrap .swiper_box .sec3_swiper .swiper-slide .more .more_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 22px 0 18px;
    gap: 10px;
    height: 42px;
    background: #005FD5;
    border-radius: 21px;
    width: fit-content;
}

.sec3 .wrap .swiper_box .sec3_swiper .swiper-slide .more .more_btn p {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}

.sec3 .wrap .swiper_box .sec3_swiper .swiper-slide .more .more_btn .iconfont {
    font-size: 9px;
    color: #FFFFFF;
}

.sec3 .wrap .swiper_box .sec3_swiper .swiper-slide.swiper-slide-active .img, .sec3 .wrap .swiper_box .sec3_swiper .swiper-slide.swiper-slide-active .name, .sec3 .wrap .swiper_box .sec3_swiper .swiper-slide.swiper-slide-active .more {
    opacity: 1;
    transform: translateY(0);
    transition: 0.6s;
    pointer-events: auto;
}

.sec3 .wrap .swiper_box .sec3_swiper .swiper-slide.swiper-slide-active .name {
    transition-delay: 0.1s;
}

.sec3 .wrap .swiper_box .sec3_swiper .swiper-slide.swiper-slide-active .more {
    transition-delay: 0.2s;
}

.sec3 .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.sec3 .bg img {
    display: block;
    width: 100%;
    height: 100%;
}

.sec4 .fix {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: sticky;
    top: 0;
    overflow: hidden;
}

.sec4 .wrap .title {
    font-weight: bold;
    font-size: 40px;
    color: #000000;
    text-align: center;
    margin-bottom: 60px;
}

.sec4 .wrap .swiper {
    width: max-content;
    margin: 0 0 70px;
    overflow: unset;
}

.sec4 .wrap .swiper .swiper-slide {
    width: 460px;
    margin-right: 40px;
}

.sec4 .wrap .swiper .swiper-slide .slide_box {
    display: block;
    width: 100%;
    height: 600px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.sec4 .wrap .swiper .swiper-slide .slide_box:after {
    content: "";
    width: 100%;
    height: 396px;
    background: linear-gradient(155deg, #446395 0%, rgba(69, 100, 153, 0) 45%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.sec4 .wrap .swiper .swiper-slide .slide_box .text_box {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
    padding: 68px 104px 0 48px;
}

.sec4 .wrap .swiper .swiper-slide .slide_box .text_box h3 {
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
}

.sec4 .wrap .swiper .swiper-slide .slide_box .text_box p {
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 22px;
    margin: 15px 0 0;
    display: none;
}

.sec4 .wrap .swiper .swiper-slide .slide_box img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 3s;
}

.sec4 .wrap .swiper .swiper-slide .slide_box:hover img {
    transform: scale(1.1);
}

.sec4 .wrap .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: unset;
}

.sec4 .wrap .swiper-pagination .swiper-pagination-bullet {
    display: block;
    width: 27px;
    height: 5px;
    background: #D4DCE5;
    border-radius: 0;
    opacity: 1;
    transition: 0.6s;
    cursor: pointer;
    margin: 0;
}

.sec4 .wrap .swiper-pagination .swiper-pagination-bullet:hover {
    background: #005FD5;
}

.sec4 .wrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 60px;
    background: #005FD5;
}

.sec5 {
    padding: 20px 0 151px;
}

.sec5 .wrap .title {
    font-weight: bold;
    font-size: 40px;
    color: #111111;
    text-align: center;
    margin-bottom: 70px;
}

.sec5 .wrap .logos {
    display: flex;
    flex-wrap: wrap;
    gap: 50px 65px;
}

.sec5 .wrap .logos .logo {
    width: 211px;
    height: 94px;
    background: #FFFFFF;
    border-radius: 6px 6px 6px 6px;
    border: 1px solid #EAECEE;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec5 .wrap .logos .logo img {
    display: block;
    width: 80%;
    height: 80%;
    transition: 2s;
}

.sec5 .wrap .logos .logo:hover img {
    transform: scale(1.05);
}

.sec6 {
    padding: 116px 0 85px;
    background: linear-gradient(180deg, #C8D8EE 0%, #EEF2F6 100%);
}

.sec6 .wrap .sec6_top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 30px;
}

.sec6 .wrap .sec6_top .title {
    font-weight: bold;
    font-size: 36px;
    color: #000000;
    line-height: 46px;
}

.sec6 .wrap .sec6_top .control {
    display: flex;
    gap: 70px;
    margin-bottom: 20px;
}

.sec6 .wrap .sec6_top .control .item {
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    position: relative;
    cursor: pointer;
}

.sec6 .wrap .sec6_top .control .item:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #000000;
    position: absolute;
    left: 0;
    bottom: -5px;
    transform: scaleX(0);
    transition: 0.6s;
}

.sec6 .wrap .sec6_top .control .item:hover:after {
    transform: scaleX(1);
}

.sec6 .wrap .sec6_top .control .item.on {
    font-weight: bold;
}

.sec6 .wrap .sec6_top .control .item.on:after {
    transform: scaleX(1);
}

.sec6 .wrap .swiper_box {
    width: 100%;
}

.sec6 .wrap .swiper_box .swiper_item {
    display: none;
    width: 100%;
}

.sec6 .wrap .swiper_box .swiper_item .swiper-pagination {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: unset;
    margin-bottom: 24px;
}

.sec6 .wrap .swiper_box .swiper_item .swiper-pagination .line, .sec6 .wrap .swiper_box .swiper_item .swiper-pagination .swiper-pagination-total {
    font-weight: 400;
    font-size: 24px;
    color: #999999;
}

.sec6 .wrap .swiper_box .swiper_item .swiper-pagination .swiper-pagination-current {
    font-weight: 400;
    font-size: 24px;
    color: #000;
}

.sec6 .wrap .swiper_box .swiper_item .swiper_item_box {
    position: relative;
}

.sec6 .wrap .swiper_box .swiper_item .swiper {
    width: 100%;
}

.sec6 .wrap .swiper_box .swiper_item .swiper .swiper-slide .slide_box {
    width: 100%;
    height: 480px;
    background: #F9F9F9;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: 0.6s;
}

.sec6 .wrap .swiper_box .swiper_item .swiper .swiper-slide .slide_box .item_top {
    padding: 46px 30px 0;
}

.sec6 .wrap .swiper_box .swiper_item .swiper .swiper-slide .slide_box .item_top .date {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    transition: 0.6s;
}

.sec6 .wrap .swiper_box .swiper_item .swiper .swiper-slide .slide_box .item_top .item_title {
    font-weight: bold;
    font-size: 22px;
    color: #000000;
    line-height: 30px;
    margin: 40px 0 20px;
    transition: 0.6s;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.sec6 .wrap .swiper_box .swiper_item .swiper .swiper-slide .slide_box .item_top .item_des {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 30px;
    height: 60px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: 0.6s;
}

.sec6 .wrap .swiper_box .swiper_item .swiper .swiper-slide .slide_box .slide_box_img {
    width: 100%;
    height: 220px;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    transition: 1s;
}

.sec6 .wrap .swiper_box .swiper_item .swiper .swiper-slide .slide_box .slide_box_img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 3s;
}

.sec6 .wrap .swiper_box .swiper_item .swiper .swiper-slide .slide_box:hover {
    background: #005FD5;
}

.sec6 .wrap .swiper_box .swiper_item .swiper .swiper-slide .slide_box:hover .item_top .date, .sec6 .wrap .swiper_box .swiper_item .swiper .swiper-slide .slide_box:hover .item_top .item_title, .sec6 .wrap .swiper_box .swiper_item .swiper .swiper-slide .slide_box:hover .item_top .item_des {
    color: #FFFFFF;
}

.sec6 .wrap .swiper_box .swiper_item .swiper .swiper-slide .slide_box:hover .slide_box_img {
    clip-path: inset(0 0 0 0);
}

.sec6 .wrap .swiper_box .swiper_item .btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    gap: 1658px;
}

.sec6 .wrap .swiper_box .swiper_item .btns .iconfont {
    width: 40px;
    height: 40px;
    border: 1px solid white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 9px;
    color: #FFFFFF;
    cursor: pointer;
    transition: 0.6s;
}

.sec6 .wrap .swiper_box .swiper_item .btns .iconfont.prev {
    transform: rotate(180deg);
}

.sec6 .wrap .swiper_box .swiper_item .btns .iconfont:hover {
    background: #005FD5;
    border: 1px solid #005FD5;
}

.sec6 .wrap .swiper_box .swiper_item.on {
    display: block;
}

.sec7 {
    position: relative;
}

.sec7 .box {
    position: absolute;
    top: 14vh;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 603px;
}

.sec7 .box .title {
    font-weight: bold;
    font-size: 40px;
    color: #111111;
}

.sec7 .box .des {
    font-weight: 400;
    font-size: 16px;
    color: #111111;
    line-height: 30px;
    margin: 30px 0 55px;
}

.sec7 .box .more {
    width: fit-content;
    margin: 0 auto;
}

.sec7 .box .more .more_btn {
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 23px 0 18px;
    height: 42px;
    border-radius: 21px;
    border: 1px solid #005FD5;
    gap: 8px;
    transition: 0.6s;
}

.sec7 .box .more .more_btn p {
    font-weight: 400;
    font-size: 16px;
    color: #005FD5;
    transition: 0.6s;
}

.sec7 .box .more .more_btn .iconfont {
    font-size: 9px;
    color: #005FD5;
    transition: 0.6s;
}

.sec7 .box .more .more_btn:hover {
    background: #005FD5;
}

.sec7 .box .more .more_btn:hover p, .sec7 .box .more .more_btn:hover .iconfont {
    color: #FFFFFF;
}

.sec7 .bg {
    width: 100%;
}

.sec7 .bg img {
    display: block;
    width: 100%;
}

.loading {
    width: 100vw;
    height: 100vh;
    background: #EEF2F6;
    position: fixed;
    z-index: 9999999999;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loading .hide {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-mask-image: url(../images/logo1.svg);
    -webkit-mask-repeat: no-repeat;
    mask-size: 195px;
    mask-position: center;
    opacity: 0;
    transition: 0.3s;
}

.loading .hide img {
    display: block;
    width: 100%;
    height: 100%;
    transform: scale(1.1);
}

.loading .hide:after {
    content: "";
    width: 100%;
    height: 250px;
    position: absolute;
    background: linear-gradient(180deg, rgba(13, 53, 119, 0.35) 0%, rgba(13, 53, 119, 0) 100%);
    top: 0;
    z-index: 3;
}

.loading .logo {
    width: 195px;
    position: relative;
    -webkit-mask-image: url(../images/logo1.svg);
    -webkit-mask-repeat: no-repeat;
    z-index: 3;
    transition: 0.3s;
    mask-size: 100%;
}

.loading .logo .wave {
    width: 100%;
    height: 100%;
    transform: translateY(80%);
    position: absolute;
    top: 0;
    left: 0;
}

.loading .logo .wave:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 400px;
    height: 120px;
    content: "";
    background-image: url(../images/wave.png);
    background-size: 100px 150px;
    background-repeat: repeat-x;
    background-position: bottom;
    animation: wave-animation 2s 0.4s infinite linear;
    transition: 0.4s;
}

.loading .logo img {
    display: block;
    width: 100%;
}

.loading.step .hide {
    opacity: 1;
}

.loading.step .logo {
    opacity: 0;
}

.sec2 .fix .dian_des_box {
    position: absolute;
    top: 12vh;
    left: 90px;
    z-index: 10;
    width: 306px;
}
html[lang='en'] .sec2 .fix .dian_des_box {
    width: 380px;
}
.sec2 .fix .dian_des_box .item {
    background: rgba(255, 255, 255, 0.4);
    border-radius: 10px;
    backdrop-filter: blur(20px);
    border: 1px solid #FFFFFF;
}

.sec2 .fix .dian_des_box .item:not(:last-child) {
    margin-bottom: 10px;
}

.sec2 .fix .dian_des_box .item .block {
    display: flex;
    align-items: center;
    height: 50px;
    padding: 0 20px;
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    cursor: pointer;
    transition: 0.6s;
}

.sec2 .fix .dian_des_box .item .block:hover {
    color: #005FD5;
}

.sec2 .fix .dian_des_box .item .none {
    padding: 0 23px 22px;
    display: none;
}

.sec2 .fix .dian_des_box .item .none .none_box {
    width: 100%;
    background: #FFFFFF;
    border-radius: 6px;
    padding: 20px;
    font-weight: 400;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 26px;
    max-height: 300px;
    overflow-y: auto;
}

@keyframes wave-animation {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.header {
    transform: translateY(-100%);
}

.header.show {
    transform: translateY(0%);
}

html[lang='en'] .sec3 .wrap .swiper_control .item {
    font-size: 16px;
}
html[lang='en'] .sec3 .wrap .swiper_control {
    gap: 30px;
}
html[lang='en'] .sec7 .box {
    width: 1200px;
}
@media screen and (max-width: 1919px) {
    .index_banner .swiper .btns {
        padding: 0px 3.125vw;
    }

    .index_banner .swiper .btns .iconfont {
        width: 2.0833333333vw;
        height: 2.0833333333vw;
        font-size: 0.46875vw;
    }

    .index_banner .swiper .swiper-slide::after {
        height: 13.0208333333vw;
    }

    .index_banner .swiper .swiper-slide .text {
        left: 8.3333333333vw;
        bottom: 11.6145833333vw;
    }

    .index_banner .swiper .swiper-slide .text .p {
        font-size: 1.875vw;
    }

    .sec1 .wrap .l_box {
        width: 25.7291666667vw;
    }

    .sec1 .wrap .l_box .title {
        font-size: 1.875vw;
        line-height: 2.3958333333vw;
    }

    .sec1 .wrap .l_box .text {
        font-size: 0.8333333333vw;
        margin: 1.5625vw 0px 2.6041666667vw;
    }

    .sec1 .wrap .l_box .more .more_btn {
        gap: 0.5208333333vw;
        height: 2.1875vw;
        border-radius: 1.09375vw;
        padding: 0px 1.1458333333vw 0px 0.9375vw;
    }

    .sec1 .wrap .l_box .more .more_btn p {
        font-size: 0.8333333333vw;
    }

    .sec1 .wrap .l_box .more .more_btn .iconfont {
        font-size: 0.5208333333vw;
    }

    .sec1 .wrap .earth {
        width: 26.6666666667vw;
        height: 26.6666666667vw;
        margin: 0px 4.1666666667vw 0px 3.125vw;
    }

    .sec1 .wrap .earth #earth {
        width: 26.6666666667vw;
        height: 26.6666666667vw;
    }

    .sec1 .wrap .earth #earth .position .point .add {
        width: 0.3645833333vw;
        height: 0.3645833333vw;
    }

    .sec1 .wrap .earth #earth .position .point p {
        font-size: 0.8333333333vw;
        top: 0.3125vw;
    }

    .sec1 .wrap .earth #earth .position .point:nth-last-child(2) p, .sec1 .wrap .earth #earth .position .point:nth-last-child(3) p {
        top: -1.3541666667vw;
    }

    .sec1 .wrap .num_list {
        width: 25.2604166667vw;
        gap: 2.6041666667vw 6.25vw;
    }

    .sec1 .wrap .num_list .item {
        min-width: 8.3333333333vw;
    }

    .sec1 .wrap .num_list .item .num p {
        font-size: 2.6041666667vw;
    }

    .sec1 .wrap .num_list .item .item_des {
        font-size: 0.8333333333vw;
        margin: 0.3125vw 0px 0px;
    }

    .sec2 {
        height: calc(26.0416666667vw + 100vh);
    }

    .sec2 .dians .dian {
        gap: 0.7291666667vw;
        height: 2.1875vw;
        padding: 0px 0.8854166667vw 0px 0.625vw;
    }

    .sec2 .dians .dian:after {
        border-radius: 1.09375vw;
    }

    .sec2 .dians .dian .cir {
        width: 1.1979166667vw;
        height: 1.1979166667vw;
    }

    .sec2 .dians .dian .cir span {
        width: 0.46875vw;
    }

    .sec2 .dians .dian p {
        font-size: 0.8333333333vw;
    }

    .sec3 .wrap .swiper_control {
        gap: 3.6458333333vw;
        top: 6.25vw;
    }

    .sec3 .wrap .swiper_control .item {
        font-size: 1.0416666667vw;
    }

    .sec3 .wrap .swiper_control .item::after {
        height: 0.1041666667vw;
        bottom: -0.2604166667vw;
    }

    .sec3 .wrap .swiper_box .btns {
        gap: 86.3541666667vw;
    }

    .sec3 .wrap .swiper_box .btns .iconfont {
        width: 2.0833333333vw;
        height: 2.0833333333vw;
        font-size: 0.46875vw;
    }

    .sec3 .wrap .swiper_box .sec3_swiper .swiper-slide .name {
        font-size: 1.5625vw;
        margin: 1.3541666667vw 0px;
        transform: translateY(1.0416666667vw);
    }

    .sec3 .wrap .swiper_box .sec3_swiper .swiper-slide .more {
        transform: translateY(1.0416666667vw);
    }

    .sec3 .wrap .swiper_box .sec3_swiper .swiper-slide .more .more_btn {
        padding: 0px 1.1458333333vw 0px 0.9375vw;
        gap: 0.5208333333vw;
        height: 2.1875vw;
        border-radius: 1.09375vw;
    }

    .sec3 .wrap .swiper_box .sec3_swiper .swiper-slide .more .more_btn p {
        font-size: 0.8333333333vw;
    }

    .sec3 .wrap .swiper_box .sec3_swiper .swiper-slide .more .more_btn .iconfont {
        font-size: 0.46875vw;
    }

    .sec4 .wrap .title {
        font-size: 2.0833333333vw;
        margin-bottom: 3.125vw;
    }

    .sec4 .wrap .swiper {
        margin: 0px 0px 3.6458333333vw;
    }

    .sec4 .wrap .swiper .swiper-slide {
        width: 23.9583333333vw;
        margin-right: 2.0833333333vw;
    }

    .sec4 .wrap .swiper .swiper-slide .slide_box {
        height: 31.25vw;
        border-radius: 0.5208333333vw;
    }

    .sec4 .wrap .swiper .swiper-slide .slide_box::after {
        height: 20.625vw;
    }

    .sec4 .wrap .swiper .swiper-slide .slide_box .text_box {
        padding: 3.5416666667vw 5.4166666667vw 0px 2.5vw;
    }

    .sec4 .wrap .swiper .swiper-slide .slide_box .text_box h3 {
        font-size: 1.25vw;
    }

    .sec4 .wrap .swiper .swiper-slide .slide_box .text_box p {
        font-size: 0.7291666667vw;
        line-height: 1.1458333333vw;
        margin: 0.78125vw 0px 0px;
    }

    .sec4 .wrap .swiper-pagination {
        gap: 0.5208333333vw;
    }

    .sec4 .wrap .swiper-pagination .swiper-pagination-bullet {
        width: 1.40625vw;
        height: 0.2604166667vw;
    }

    .sec4 .wrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 3.125vw;
    }

    .sec5 {
        padding: 1.0416666667vw 0px 7.8645833333vw;
    }

    .sec5 .wrap .title {
        font-size: 2.0833333333vw;
        margin-bottom: 3.6458333333vw;
    }

    .sec5 .wrap .logos {
        gap: 2.6041666667vw 3.3854166667vw;
    }

    .sec5 .wrap .logos .logo {
        width: 10.9895833333vw;
        height: 4.8958333333vw;
        border-radius: 0.3125vw;
    }

    .sec6 {
        padding: 6.0416666667vw 0px 4.4270833333vw;
    }

    .sec6 .wrap .sec6_top {
        margin-bottom: 1.5625vw;
    }

    .sec6 .wrap .sec6_top .title {
        font-size: 1.875vw;
        line-height: 2.3958333333vw;
    }

    .sec6 .wrap .sec6_top .control {
        gap: 3.6458333333vw;
        margin-bottom: 1.0416666667vw;
    }

    .sec6 .wrap .sec6_top .control .item {
        font-size: 1.0416666667vw;
    }

    .sec6 .wrap .sec6_top .control .item::after {
        height: 0.1041666667vw;
        bottom: -0.2604166667vw;
    }

    .sec6 .wrap .swiper_box .swiper_item .swiper-pagination {
        margin-bottom: 1.25vw;
    }

    .sec6 .wrap .swiper_box .swiper_item .swiper-pagination .line, .sec6 .wrap .swiper_box .swiper_item .swiper-pagination .swiper-pagination-total {
        font-size: 1.25vw;
    }

    .sec6 .wrap .swiper_box .swiper_item .swiper-pagination .swiper-pagination-current {
        font-size: 1.25vw;
    }

    .sec6 .wrap .swiper_box .swiper_item .swiper .swiper-slide .slide_box {
        height: 25vw;
        border-radius: 0.5208333333vw;
    }

    .sec6 .wrap .swiper_box .swiper_item .swiper .swiper-slide .slide_box .item_top {
        padding: 2.3958333333vw 1.5625vw 0px;
    }

    .sec6 .wrap .swiper_box .swiper_item .swiper .swiper-slide .slide_box .item_top .date {
        font-size: 0.8333333333vw;
    }

    .sec6 .wrap .swiper_box .swiper_item .swiper .swiper-slide .slide_box .item_top .item_title {
        font-size: 1.1458333333vw;
        line-height: 1.5625vw;
        margin: 2.0833333333vw 0px 1.0416666667vw;
    }

    .sec6 .wrap .swiper_box .swiper_item .swiper .swiper-slide .slide_box .item_top .item_des {
        font-size: 0.8333333333vw;
        line-height: 1.5625vw;
        height: 3.125vw;
    }

    .sec6 .wrap .swiper_box .swiper_item .swiper .swiper-slide .slide_box .slide_box_img {
        height: 11.4583333333vw;
        border-radius: 0px 0px 0.5208333333vw 0.5208333333vw;
    }

    .sec6 .wrap .swiper_box .swiper_item .btns {
        gap: 86.3541666667vw;
    }

    .sec6 .wrap .swiper_box .swiper_item .btns .iconfont {
        width: 2.0833333333vw;
        height: 2.0833333333vw;
        font-size: 0.46875vw;
    }

    .sec7 .box {
        width: 31.40625vw;
    }

    .sec7 .box .title {
        font-size: 2.0833333333vw;
    }

    .sec7 .box .des {
        font-size: 0.8333333333vw;
        line-height: 1.5625vw;
        margin: 1.5625vw 0px 2.8645833333vw;
    }

    .sec7 .box .more .more_btn {
        padding: 0px 1.1979166667vw 0px 0.9375vw;
        height: 2.1875vw;
        border-radius: 1.09375vw;
        gap: 0.4166666667vw;
    }

    .sec7 .box .more .more_btn p {
        font-size: 0.8333333333vw;
    }

    .sec7 .box .more .more_btn .iconfont {
        font-size: 0.46875vw;
    }

    .loading .hide {
        mask-size: 10.15625vw;
    }

    .loading .hide::after {
        height: 13.0208333333vw;
    }

    .loading .logo {
        width: 10.15625vw;
    }

    .loading .logo .wave::after {
        width: 20.8333333333vw;
        height: 6.25vw;
        background-size: 5.2083333333vw 7.8125vw;
    }
}
@media screen and (max-width: 1919px) {
    .sec2 .fix .dian_des_box{
        left: 4.6875vw;
        width: 15.9375vw;
    }
    html[lang='en'] .sec2 .fix .dian_des_box {
        width: 19.7916667vw;
    }
    .sec2 .fix .dian_des_box .item{
        border-radius: 0.5208333333vw;
        backdrop-filter: blur(1.0416666667vw);
    }
    .sec2 .fix .dian_des_box .item:not(:last-child){
        margin-bottom: 0.5208333333vw;
    }
    .sec2 .fix .dian_des_box .item .block{
        height: 2.6041666667vw;
        padding: 0px 1.0416666667vw;
        font-size: 0.9375vw;
    }
    .sec2 .fix .dian_des_box .item .none{
        padding: 0px 1.1979166667vw 1.1458333333vw;
    }
    .sec2 .fix .dian_des_box .item .none .none_box{
        border-radius: 0.3125vw;
        padding: 1.0416666667vw;
        font-size: 0.8333333333vw;
        line-height: 1.3541666667vw;
        max-height: 15.625vw;
    }
    html[lang='en'] .sec3 .wrap .swiper_control .item {
        font-size: 0.83333vw;
    }
    html[lang='en'] .sec3 .wrap .swiper_control {
        gap: 1.7vw;
    }
    html[lang='en'] .sec7 .box {
        width: 62.40625vw;
    }
}
@media screen and (max-width: 768px) {
    html[lang='en'] .sec7 .box {
        width: 90%;
    }
    html[lang='en'] .sec3 .wrap .swiper_control .item {
        font-size: 12px;
    }
    .sec2 .fix .dian_des_box{
        display: none;
    }
    .sec6 .wrap .swiper_box .swiper_item .btns {
        display: none;
    }

    .sec6 .wrap .swiper_box .swiper_item .swiper-pagination {
        display: none;
    }

    .index_banner .swiper .swiper-slide .text .p {
        font-size: 17px;
        line-height: 1.6;
    }

    .index_banner .swiper .swiper-slide .text {
        left: 5vw;
        bottom: 60px;
    }

    .index_banner .swiper .btns .iconfont {
        width: 32px;
        height: 32px;
        font-size: 10px;
    }

    .index_banner .swiper .btns {
        padding: 0 5vw;
    }

    .index_banner .swiper .swiper-slide .img {
        filter: brightness(0.8);
    }

    .sec1 {
        height: unset;
        padding: 50px 0;
    }

    .sec1 .wrap {
        display: block;
    }

    .sec1 .wrap .l_box .title {
        font-size: 20px;
        line-height: 1.4;
    }

    .sec1 .wrap .l_box {
        width: 100%;
    }

    .sec1 .wrap .l_box .text {
        font-size: 15px;
        line-height: 2;
        margin: 20px 0 30px;
    }

    .sec1 .wrap .l_box .more .more_btn {
        height: 40px;
        padding: 0 20px;
        border-radius: 20px;
        gap: 10px;
    }

    .sec1 .wrap .l_box .more .more_btn p {
        font-size: 14px;
    }

    .sec1 .wrap .l_box .more .more_btn .iconfont {
        font-size: 10px;
    }

    .sec1 .wrap .num_list {
        width: 100%;
        gap: 20px 0;
        margin: 30px 0 0;
        justify-content: space-between;
    }

    .sec1 .wrap .num_list .item .num p {
        font-size: 28px;
    }

    .sec1 .wrap .num_list .item .item_des {
        font-size: 12px;
    }

    .sec1 .wrap .num_list .item {
        width: 48%;
    }

    .sec1 .wrap .earth {
        width: 80vw;
        height: 80vw;
    }

    .sec1 .wrap .earth #earth {
        transform: scale(1);
        width: 79vw;
        height: 79vw;
    }

    .sec1 .wrap .earth #earth .position .point .add {
        width: 4px;
        height: 4px;
    }

    .sec1 .wrap .earth #earth .position .point p {
        font-size: 12px;
        top: 6px;
    }

    .sec1 .wrap .earth #earth .position .point:nth-last-child(2) p, .sec1 .wrap .earth #earth .position .point:nth-last-child(3) p {
        top: -20px;
    }

    .sec2 {
        height: unset;
        overflow-x: auto;
    }

    .sec2 .fix {
        width: max-content;
        position: relative;
    }

    .sec2 .img {
        width: unset;
    }

    .sec2 .img img, .sec2 .img video {
        width: max-content;
        max-width: unset;
    }

    .sec3 {
        height: unset;
        padding: 50px 0;
    }

    .sec3 .wrap {
        width: 90%;
        margin: 0 auto;
    }

    .sec3 .wrap .swiper_control {
        position: unset;
        flex-wrap: wrap;
        gap: 10px 0;
        justify-content: space-between;
        padding: 10px;
        border-radius: 8px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        margin-bottom: 30px;
    }

    .sec3 .wrap .swiper_control .item {
        font-size: 14px;
        width: 48%;
        color: #111;
        text-align: center;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 6px;
    }

    .sec3 .wrap .swiper_control .item:hover, .sec3 .wrap .swiper_control .item.on {
        background: #005FD5;
    }

    .sec3 .wrap .swiper_box {
        width: 100%;
        height: unset;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }

    .sec3 .wrap .swiper_box .sec3_swiper .swiper-slide .img {
        height: 50vw;
        position: unset;
    }

    .sec3 .wrap .swiper_box .btns {
        display: none;
    }

    .sec3 .wrap .swiper_box .sec3_swiper .swiper-slide .img img {
        width: 100%;
        height: 100%;
    }

    .sec3 .wrap .swiper_box .sec3_swiper .swiper-slide {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        gap: 15px 0;
        flex-direction: row;
        padding: 0 0 20px;
    }

    .sec3 .wrap .swiper_box .sec3_swiper .swiper-slide .name {
        width: fit-content;
        font-size: 16px;
        color: #000000;
        margin: 0;
    }

    .sec3 .wrap .swiper_box .sec3_swiper .swiper-slide .more {
        margin: 0;
    }

    .sec3 .wrap .swiper_box .sec3_swiper .swiper-slide .more .more_btn {
        gap: 10px;
        height: 38px;
        border-radius: 19px;
        padding: 0 20px;
    }

    .sec3 .wrap .swiper_box .sec3_swiper .swiper-slide .more .more_btn p {
        font-size: 14px;
    }

    .sec3 .wrap .swiper_box .sec3_swiper .swiper-slide .more .more_btn .iconfont {
        font-size: 10px;
    }

    .sec4 .fix {
        height: unset;
    }

    .sec4 {
        padding: 20px 0 50px;
        overflow: hidden;
    }

    .sec4 .wrap .swiper {
        width: 100%;
    }

    .sec4 .wrap .swiper .swiper-slide .slide_box {
        height: 100vw;
        border-radius: 6px;
    }

    .sec4 .wrap .title {
        text-align: left;
        font-size: 20px;
        margin-bottom: 30px;
    }

    .sec4 .wrap .swiper .swiper-slide .slide_box .text_box {
        padding: 30px 20px;
    }

    .sec4 .wrap .swiper .swiper-slide .slide_box .text_box h3 {
        font-size: 18px;
    }

    .sec4 .wrap .swiper .swiper-slide .slide_box .text_box p {
        font-size: 15px;
        line-height: 1.6;
        margin: 10px 0 0;
    }

    .sec5 {
        padding: 20px 0 60px;
        overflow: hidden;
    }

    .sec5 .wrap .title {
        font-size: 20px;
        text-align: left;
        margin-bottom: 25px;
    }

    .sec5 .wrap .title {
        font-size: 19px;
        line-height: 1.6;
        margin-bottom: 30px;
    }

    .sec5 .wrap .logos {
        flex-wrap: unset;
        width: max-content;
        animation: goA 120s infinite linear;
        gap: 20px;
    }

    .sec5 .wrap .logos .logo {
        width: 130px;
        height: 59px;
    }

    @keyframes goA {
        100% {
            transform: translateX(-50%);
        }
    }
    .sec6 {
        padding: 50px 0;
        overflow: hidden;
    }

    .sec6 .wrap .sec6_top {
        margin-bottom: 30px;
    }

    .sec6 .wrap .sec6_top .title {
        font-size: 20px;
        line-height: 1.4;
    }

    .sec6 .wrap .swiper_box .swiper_item .swiper {
        overflow: unset;
    }

    .sec6 .wrap .sec6_top .control .item {
        font-size: 15px;
    }

    .sec6 .wrap .swiper_box .swiper_item .swiper .swiper-slide .slide_box .item_top {
        padding: 30px 20px 20px;
    }

    .sec6 .wrap .swiper_box .swiper_item .swiper .swiper-slide .slide_box {
        border-radius: 8px;
        height: unset;
    }

    .sec6 .wrap .swiper_box .swiper_item .swiper .swiper-slide .slide_box .slide_box_img {
        height: 60vw;
        border-radius: 0px 0px 8px 8px;
        clip-path: inset(0% 0 0 0);
    }

    .sec6 .wrap .swiper_box .swiper_item .swiper .swiper-slide .slide_box .item_top .date {
        font-size: 14px;
    }

    .sec6 .wrap .swiper_box .swiper_item .swiper .swiper-slide .slide_box .item_top .item_title {
        font-size: 18px;
        margin: 20px 0 15px;
        height: unset;
        line-height: 1.4;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .sec6 .wrap .swiper_box .swiper_item .swiper .swiper-slide .slide_box .item_top .item_des {
        font-size: 15px;
        line-height: 24px;
        height: 48px;
    }

    .sec7 .box {
        width: 90%;
        position: unset;
        margin: 0 auto;
        transform: unset;
    }

    .sec7 .box .title {
        font-size: 20px;
    }

    .sec7 {
        background: #EEF2F6;
        padding: 50px 0 0;
    }

    .sec7 .box .des {
        font-size: 15px;
        line-height: 2;
        margin: 20px 0 25px;
    }

    .sec7 .box .more .more_btn p {
        font-size: 14px;
    }

    .sec7 .box .more .more_btn {
        height: 40px;
        border-radius: 20px;
        gap: 10px;
        padding: 0 20px;
    }

    .sec7 .box .more .more_btn .iconfont {
        font-size: 10px;
    }

    .loading .hide {
        mask-size: 140px;
    }


    .loading .hide:after {
        height: 250px;

    }

    .loading .logo {
        width: 140px;
        mask-size: 100%;
    }

    .loading .logo .wave:after {
        width: 300px;
        height: 80px;
        background-size: 70px 110px;
    }

    .sec2 .dians {
        opacity: 1;
    }

    .sec2 {
        opacity: 1 !important;
    }

    .sec2 .dians .dian .cir {
        width: 23px;
        height: 23px;
    }

    .sec2 .dians .dian {
        height: 42px;
        padding: 0 17px 0 12px;
        gap: 14px;
    }

    .sec2 .dians .dian:after {
        border-radius: 21px;
    }

    .sec2 .dians .dian .cir span {
        width: 9px;
    }

    .sec2 .dians .dian p {
        font-size: 14px;
    }

    .sec2 .dians .dian:nth-child(1) {
        top: 70%;
        left: 30%;
    }

    .sec2 .dians .dian:nth-child(2) {
        top: 40%;
        left: 61%;
    }

    .sec2 .dians .dian:nth-child(3) {
        top: 68%;
        left: 77%;
    }

    .sec2 .dians .dian:nth-child(4) {
        top: 52%;
        left: 47%;
    }

    .sec2 .dians .dian:nth-child(5) {
        top: 52%;
        left: 86%;
    }

    .sec2 .dians .dian:nth-child(6) {
        top: 30%;
        left: 46%;
    }

    .sec2 .dians .dian:nth-child(7) {
        top: 44%;
        left: 26%;
    }
    .sec2 {
        display: none;
    }
}
