body {
    background: linear-gradient(to bottom, #f0f7ff 0%, #fff 60%);
}

.banner {
    width: 100%;
    color: #fff;
    overflow: hidden;
}

.swiper-container1 {
    width: 100%;
    position: relative;
}

.swiper-container1 .swiper-slide {
    position: relative;
}

.swiper-container1 .swiper-slide img {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.swiper-container1 .swiper-slide .container {
    position: absolute;
    top: 170px;
    left: 11%;
    width: auto;
    height: auto;
    overflow: hidden;
}

.swiper-container1 .swiper-slide .container h1 {
    font-size: 56px;
    margin-bottom: 35px;
    font-weight: 700;
    text-shadow: 0 4px 10px #0c4397;
}

.swiper-container1 .swiper-slide .container p {
    font-size: 30px;
    margin-bottom: 25px;
    text-shadow: 0 2px 6px #083881;
}

.swiper-container1 .swiper-slide .container .cta-button {
    width: 220px;
    height: 50px;
    line-height: 50px;
    background-color: #427ce5;
    color: #fff;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.2s, box-shadow 0.3s;
}

.swiper-container1 .swiper-slide .container .cta-button:hover {
    background-color: #558aec;
}

.swiper-container1 .swiper-slide .container .cta-button:active {
    background-color: #1459d8;
}

.swiper-pagination {
    display: inline-block;
    width: auto !important;
    height: 20px !important;
    top: 415px !important;
    left: 11% !important;
}

/* 鑷畾涔夊垎椤靛櫒鐨勬牱寮 */
.swiper-pagination-bullet {
    width: 40px !important;
    height: 4px !important;
    border-radius: 50px !important;
    background-color: #ffffff5d !important;
    display: inline-block;
}

.swiper-pagination-bullet-active {
    background-color: #fff !important;
    opacity: 1 !important;
}

@media screen and (max-width: 1440px) {
    .swiper-container1 .swiper-slide .container {
        top: 120px;
    }

    .swiper-pagination {
        top: 370px !important;
    }
}

@media screen and (max-width: 1280px) {
    .swiper-container1 .swiper-slide .container {
        top: 23%;
        left: 5%;
    }

    .swiper-container1 .swiper-slide .container h1 {
        font-size: 50px;
        margin-bottom: 3%;
        font-weight: 700;
        text-shadow: 0 4px 8px #0c4397;
    }

    .swiper-container1 .swiper-slide .container p {
        font-size: 25px;
        margin-bottom: 3%;
        text-shadow: 0 2px 4px #083881;
    }

    .swiper-container1 .swiper-slide .container .cta-button {
        width: 160px;
        height: 45px;
        line-height: 45px;
        border-radius: 8px;
        font-size: 16px;
    }

    .swiper-pagination {
        top: calc(23% + 190px) !important;
        left: 5% !important;
    }
}

@media screen and (max-width: 960px) {
    .swiper-container1 .swiper-slide .container {
        top: 80px;
        left: 6%;
    }

    .swiper-container1 .swiper-slide .container h1 {
        font-size: 40px;
        margin-bottom: 20px;
        font-weight: 700;
        text-shadow: 0 4px 8px #0c4397;
    }

    .swiper-container1 .swiper-slide .container p {
        font-size: 22px;
        margin-bottom: 20px;
        text-shadow: 0 2px 4px #083881;
    }

    .swiper-container1 .swiper-slide .container .cta-button {
        width: 145px;
        height: 40px;
        line-height: 40px;
        border-radius: 6px;
        font-size: 16px;
    }

    .swiper-pagination {
        top: 250px !important;
        left: 5% !important;
    }
}

@media screen and (max-width: 840px) {
    .swiper-container1 .swiper-slide .container {
        top: 65px;
        left: 6%;
    }

    .swiper-container1 .swiper-slide .container h1 {
        font-size: 35px;
        margin-bottom: 10px;
        font-weight: 700;
        text-shadow: 0 4px 8px #0c4397;
    }

    .swiper-container1 .swiper-slide .container p {
        font-size: 20px;
        margin-bottom: 16px;
        text-shadow: 0 2px 4px #083881;
    }

    .swiper-container1 .swiper-slide .container .cta-button {
        width: 135px;
        height: 35px;
        line-height: 35px;
        border-radius: 6px;
        font-size: 14px;
    }

    .swiper-pagination {
        top: 200px !important;
        left: 6% !important;
    }

    .swiper-pagination-bullet {
        width: 30px !important;
    }
}

@media screen and (max-width: 700px) {
    .swiper-container1 .swiper-slide .container {
        top: 55px;
        left: 3%;
    }

    .swiper-container1 .swiper-slide .container h1 {
        font-size: 28px;
        margin-bottom: 5px;
        font-weight: 700;
        text-shadow: 0 4px 8px #0c4397;
    }

    .swiper-container1 .swiper-slide .container p {
        font-size: 18px;
        margin-bottom: 10px;
        text-shadow: 0 2px 4px #083881;
    }

    .swiper-container1 .swiper-slide .container .cta-button {
        width: 105px;
        height: 30px;
        line-height: 30px;
        border-radius: 6px;
        font-size: 14px;
    }

    .swiper-pagination {
        top: 170px !important;
        left: 3% !important;
    }

    .swiper-pagination-bullet {
        width: 26px !important;
    }
}

@media screen and (max-width: 600px) {
    .banner {
        display: none;
    }
}


.services {
    position: relative;
    width: 100%;
    height: 44vw;
}

.ball {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: inline-block;
    width: 17vw;
    height: 17vw;
}

.ball img {
    position: relative;
    z-index: 10;
    width: 100%;
}

@keyframes ripple {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(2);
        opacity: 0;
    }
}

.ball .n_ball {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #acd7ff;
    border-radius: 50%;
    z-index: 9;
    transform-origin: center;
}

.n_ball1 {
    animation: ripple 2.2s infinite;
}

.n_ball2 {
    animation: ripple 2.2s infinite 0.6s;
}

.n_ball3 {
    animation: ripple 2.2s infinite 1.2s;
}

.n_ball4 {
    animation: ripple 2.2s infinite 1.8s;
}

@keyframes shake {
    0% {
        transform: translateY(0);
    }

    25% {
        transform: translateY(-5%);
    }

    50% {
        transform: translateY(5%);
    }

    75% {
        transform: translateY(-5%);
    }

    100% {
        transform: translateY(0);
    }
}

.small_ball {
    position: absolute;
    width: 120px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    z-index: 11;
}

.small_ball img {
    animation: shake 4s ease-in-out infinite;
}

.small_ball p {
    white-space: nowrap;
    font-size: 18px;
}

.small_ball1 {
    top: 60%;
    left: -203%;
    transform: scale(0.8);
}

.small_ball2 {
    top: -2%;
    left: -126%;
}

.small_ball3 {
    top: 92%;
    left: -117%;
}

.small_ball4 {
    top: 38%;
    left: -77%;
}

.small_ball5 {
    top: -37%;
    left: -32%;
}

.small_ball6 {
    top: 118%;
    left: -38%;
    transform: scale(0.8);
}

.small_ball7 {
    top: -11%;
    left: 127%;
}

.small_ball8 {
    top: 80%;
    left: 153%;
}

.small_ball9 {
    top: 35%;
    left: 210%;
}

.small_ball10 {
    top: 0%;
    left: 275%;
}

.small_ball11 {
    top: 75%;
    left: 266%;
}

.small_ball12 {
    top: 131%;
    left: 219%;
    transform: scale(0.8);
}

.small_ball13 {
    top: -34%;
    left: -189%;
}

.small_ball14 {
    top: -77%;
    left: -110%;
}

.small_ball15 {
    top: -99%;
    left: 16%;
    transform: scale(0.8);
}

.small_ball16 {
    top: 142%;
    left: 25%;
}

.small_ball17 {
    top: -82%;
    left: 117%;
}

.small_ball18 {
    top: -41%;
    left: 204%;
    transform: scale(0.8);
}

.small_ball19 {
    top: -72%;
    left: 265%;
}

.small_ball20 {
    top: 134%;
    left: 100%;
}

@media screen and (max-width: 1440px) {
    .small_ball {
        width: 85px;
    }

    .small_ball p {
        font-size: 14px;
    }
}

@media screen and (max-width: 1280px) {
    .small_ball {
        width: 80px;
    }

    .small_ball p {
        font-size: 12px;
    }

    .small_ball5 {
        top: -52%;
        left: -37%;
    }

    .small_ball9 {
        top: 26%;
        left: 210%;
    }
}

@media screen and (max-width: 960px) {
    .small_ball {
        width: 75px;
    }

    .small_ball p {
        font-size: 12px;
    }

    .small_ball5 {
        top: -52%;
        left: -44%;
    }

    .small_ball9 {
        top: 20%;
        left: 210%;
    }
}

@media screen and (max-width: 840px) {
    .small_ball {
        width: 70px;
    }

    .small_ball p {
        font-size: 12px;
    }

    .small_ball1 {
        left: -221%;
    }

    .small_ball2 {
        top: 11%;
        left: -147%;
    }

    .small_ball3 {
        top: 96%;
        left: -157%;
    }

    .small_ball4 {
        top: 49%;
        left: -88%;
    }

    .small_ball5 {
        top: -68%;
        left: -62%;
    }

    .small_ball6 {
        top: 120%;
        left: -64%;
    }

    .small_ball8 {
        top: 72%;
        left: 132%;
    }

    .small_ball11 {
        top: 91%;
    }

    .small_ball12 {
        top: 119%;
        left: 193%;
    }

    .small_ball13 {
        left: -216%;
    }

    .small_ball14 {
        top: -87%;
        left: -147%;
    }

    .small_ball18 {
        top: -68%;
        left: 193%;
    }
}

@media screen and (max-width: 700px) {
    .small_ball {
        width: 65px;
    }

    .small_ball p {
        font-size: 11px;
    }

    .small_ball19 {
        top: -85%;
        left: 253%;
    }

    .small_ball10 {
        top: 0%;
        left: 272%;
    }
}

@media screen and (max-width: 600px) {
    .services {
        display: none;
    }
}



.small_ball1 img {
    animation-delay: 0.2s;
}

.small_ball2 img {
    animation-delay: 0.3s;
}

.small_ball3 img {
    animation-delay: 0.4s;
}

.small_ball4 img {
    animation-delay: 0.1s;
}

.small_ball5 img {
    animation-delay: 0.2s;
}

.small_ball6 img {
    animation-delay: 0.4s;
}

.small_ball7 img {
    animation-delay: 0.3s;
}

.small_ball8 img {
    animation-delay: 0.2s;
}

.small_ball9 img {
    animation-delay: 0.1s;
}

.small_ball10 img {
    animation-delay: 0.3s;
}

.small_ball11 img {
    animation-delay: 0.2s;
}

.small_ball12 img {
    animation-delay: 0.4s;
}

.products {
    width: 100%;
    height: auto;
    margin-top: 72px;
}

.title {
    width: 100%;
}

.title_box {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    padding: 25px 0 20px 0;
}

.title_box p {
    font-size: 46px;
    font-weight: 600;
}

.title_box img:nth-child(3) {
    transform: rotateZ(180deg);
}

.title_btnimg {
    margin-bottom: 14px;
}

@media screen and (max-width: 1440px) {
    .title_box {
        gap: 55px;
        padding: 24px 0 18px 0;
    }

    .title_box p {
        font-size: 40px;
    }

    .title_box img {
        width: 70px;
    }

    .title_btnimg {
        width: 120px;
    }
}

@media screen and (max-width: 1280px) {
    .title_box {
        gap: 50px;
        padding: 22px 0 16px 0;
    }

    .title_box p {
        font-size: 36px;
    }

    .title_box img {
        width: 67px;
    }

    .title_btnimg {
        width: 110px;
    }
}

@media screen and (max-width: 960px) {
    .title_box {
        gap: 45px;
        padding: 20px 0 14px 0;
    }

    .title_box p {
        font-size: 32px;
    }

    .title_box img {
        width: 64px;
    }

    .title_btnimg {
        width: 100px;
    }
}

@media screen and (max-width: 840px) {
    .title_box {
        gap: 40px;
        padding: 18px 0 14px 0;
    }

    .title_box p {
        font-size: 28px;
    }

    .title_box img {
        width: 61px;
    }

    .title_btnimg {
        width: 90px;
    }
}

@media screen and (max-width: 700px) {
    .title_box {
        gap: 35px;
        padding: 16px 0 12px 0;
    }

    .title_box p {
        font-size: 24px;
    }

    .title_box img {
        width: 58px;
    }

    .title_btnimg {
        width: 80px;
    }
}

@media screen and (max-width: 600px) {
    .title_box {
        gap: 18px;
        padding: 10px 0;
    }

    .title_box p {
        font-size: 18px;
    }

    .title_box img {
        width: 40px;
    }

    .title_btnimg {
        width: 60px;
    }
}

.products .content {
    width: 100%;
    margin: 60px 0 0 0;
    position: relative;
}

.swiper-container2 {
    width: 100%;
    overflow: hidden;
}

/* .swiper-container2 .swiper-wrapper{
    position: relative;
    width: 100%;
    padding-top: 29.95%;
    background-color: #024dc0;
} */

.swiper-container2 .swiper-slide {
    width: 100%;
    height: 571px;
    background-color: #024dc0;
}

.pc_img {
    width: 9rem;
    position: relative;
    top: 34%;
    left: 46%;
    object-fit: cover;
    opacity: 0.2;
    z-index: 1;
}

.pc_text {
    position: absolute;
    top: 124px;
    left: 15%;
}

.pct_title {
    font-size: 32px;
    font-weight: 500;
    color: #fff;
}

.pct_text {
    font-size: 18px;
    color: #fff;
    margin-top: 45px;
    width: 650px;
    line-height: 2.3;
    text-align: justify;
    z-index: 10;
    position: relative;
}

.pct_btn {
    display: block;
    width: 256px;
    height: 48px;
    border: 1px solid #fff;
    margin-top: 60px;
    text-align: center;
    cursor: pointer;
    user-select: none;
    transition: all 0.2s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pct_btn:hover {
    background-color: #ffffff17;
    border: 1px solid #dfdfdf;
}

.pct_btn:active {
    background-color: #88868627;
    border: 1px solid #c5c5c5;
}

.pct_btn span {
    font-size: 21px;
    font-weight: 500;
    color: #fff;
}

.swicth_tab {
    width: 426px;
    height: auto;
    position: absolute;
    left: 63%;
    top: -104px;
    display: flex;
    justify-content: space-between;
    z-index: 999;
}

.swicth_tab_btn {
    position: relative;
    top: 578px;
    height: 85px;
}

.swicth_tab_button {
    width: 39px;
    height: 39px;
    border-radius: 3px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    user-select: none;
    transition: background-color 0.2s;
}

.swicth_tab_button:hover {
    background-color: #eee;
}

.swicth_tab_button:active {
    background-color: #cfcfcf;
}

.btn1 {
    transform: rotateZ(180deg);
}

.btn2 {
    margin-top: 7px;
}

.nomore {
    opacity: 0.4;
}

.swicth_tab_items {
    display: flex;
    flex-direction: column;
    align-items: end;
    cursor: pointer;
}

.swicth_tab_pro {
    width: 354px;
    height: 63px;
    margin-right: 5px;
}

.swicth_tab_pro_msg {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.swicth_tab_pro_msg p {
    color: #000;
    font-size: 41px;
}

.swicth_tab_pro_msg span {
    color: #b1b3b5;
    font-size: 15px;
    margin-left: 20px;
    display: inline-block;
    vertical-align: top;
    margin-top: 4px;
}

.stpm_btn {
    width: 12px;
    height: 12px;
    border-right: 2px solid #2c3e50;
    border-bottom: 2px solid #2c3e50;
    border-radius: 3px;
    cursor: pointer;
    user-select: none;
}

.stpm_btn1 {
    transform: rotate(135deg);
}

.stpm_btn2 {
    margin-left: 20px;
    transform: rotate(-45deg);
}


.swicth_tab_pro_bar {
    width: 100%;
    height: 6px;
    background: #ebeef5;
    border-radius: 10px;
    /* border: 1px solid #006DFE; */
    position: relative;
    overflow: hidden;
    margin-top: 2px;
}

.stpb_bar {
    /* content: ""; */
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border-radius: 5px;
    background: repeating-linear-gradient(45deg, #0031F2 0 30px, #006DFE 0 40px) right/200% 100%;
    animation: lightEffect 1s infinite linear;
    animation-fill-mode: forwards;
    width: 25%;
    transition: width 0.3s;
}

@keyframes lightEffect {

    0%,
    20%,
    40%,
    60%,
    80%,
    100% {
        background: repeating-linear-gradient(45deg, #0031F2 0 30px, #006DFE 0 40px) right/200% 100%;
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        background: repeating-linear-gradient(45deg, #0031F2 0 30px, #006DFE 0 40px, rgba(255, 255, 255, 0.3) 0 40px) right/200% 100%;
    }
}

.swicth_tab_item {
    width: 353px;
    height: 145px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(80, 80, 80, 0.15);
    margin-top: 21px;
    padding: 20px 26px 0 26px;
    box-sizing: border-box;
    transition: background-color 0.6s, margin-right 0.3s;
}

.swicth_tab_item_title {
    margin-bottom: 10px;
}

.swicth_tab_item_title .stit_icon {
    margin-right: 14px;
    width: 12px;
    height: 12px;
    background-image: url(../images/index/4.2.png);
}

.swicth_tab_item_title p {
    font-size: 20px;
    transition: color 0.3s;
}

.swicth_tab_item_title p span {
    font-size: 15px;
}

.swicth_tab_item_content {
    margin-left: 26px;
}

.swicth_tab_item_content p {
    line-height: 1.6;
    transition: color 0.3s;
    font-size: 16px;
}

.swicth_tab_item_icon {
    margin-left: 26px;
    width: 110px;
    height: 2px;
    background-color: #dbdbdb;
    margin-top: 16px;
    border-radius: 10px;
}

.swicth_tab_item.current {
    background: linear-gradient(to right, #427ce5 30%, #5592e2 100%);
    margin-right: -6px;
}


.swicth_tab_item.current .swicth_tab_item_title .stit_icon {
    background-image: url(../images/index/4.1.png);
}

.swicth_tab_item.current .swicth_tab_item_title p,
.swicth_tab_item.current .swicth_tab_item_content p {
    color: #fff;
}

@media screen and (max-width: 1440px) {
    .swiper-container2 .swiper-slide {
        height: 550px;
    }

    .pc_text {
        top: 93px;
        left: 8%;
    }

    .pct_btn {
        margin-top: 50px;
    }

    .pc_img {
        width: 9rem;
        top: 32%;
        left: 45%;
    }

    .swicth_tab {
        left: 61%;
        top: -110px;
    }

    .swicth_tab_item {
        width: 340px;
        height: 140px;
    }

    .swicth_tab_item_title p {
        font-size: 20px;
    }

    .swicth_tab_item_title p span {
        font-size: 14px;
    }

    .swicth_tab_item_content p {
        font-size: 16px;
    }

    .swicth_tab_btn {
        top: 554px;
    }
}

@media screen and (max-width: 1280px) {
    .swiper-container2 .swiper-slide {
        height: 500px;
    }

    .pc_text {
        top: 55px;
        left: 5%;
    }

    .pct_text {
        width: 500px;
        font-size: 16px;
    }

    .pct_btn {
        width: 171px;
        height: 44px;
        line-height: 44px;
        margin-top: 40px;
    }

    .pct_btn span {
        font-size: 18px;
    }

    .pc_img {
        width: 8rem;
        top: 48%;
        left: 40%;
    }

    .swicth_tab {
        width: 400px;
        left: 55%;
        top: -103px;
    }

    .swicth_tab_item {
        width: 336px;
        height: 125px;
        margin-top: 16px;
    }

    .swicth_tab_pro_msg p {
        font-size: 34px;
    }

    .swicth_tab_pro_msg span {
        font-size: 14px;
    }

    .swicth_tab_item_title p {
        font-size: 19px;
    }

    .swicth_tab_item_title p span {
        font-size: 14px;
    }

    .swicth_tab_item_content p {
        font-size: 15px;
    }

    .swicth_tab_item_icon {
        margin-top: 10px;
    }

    .swicth_tab_btn {
        top: 500px;
    }
}

@media screen and (max-width: 960px) {
    .swiper-container2 .swiper-slide {
        height: 450px;
    }

    .pc_text {
        top: 25px;
        left: 4%;
    }

    .pct_title {
        font-size: 28px;
    }

    .pct_text {
        width: 450px;
        margin-top: 30px;
        font-size: 16px;
    }

    .pct_btn {
        width: 150px;
        height: 40px;
        line-height: 40px;
        margin-top: 30px;
    }

    .pct_btn span {
        font-size: 16px;
    }

    .pc_img {
        width: 7rem;
        top: 48%;
        left: 41%;
    }

    .swicth_tab {
        width: 345px;
        left: 55%;
        top: -110px;
    }

    .swicth_tab_pro {
        width: 285px;
    }

    .swicth_tab_item {
        width: 290px;
        height: 121px;
        margin-top: 12px;
    }

    .swicth_tab_pro_msg p {
        font-size: 30px;
    }

    .swicth_tab_pro_msg span {
        font-size: 13px;
    }

    .swicth_tab_item_title p {
        font-size: 16px;
    }

    .swicth_tab_item_title p span {
        font-size: 11px;
    }

    .swicth_tab_item_content p {
        font-size: 14px;
    }

    .swicth_tab_item_icon {
        margin-top: 8px;
    }

    .swicth_tab_btn {
        top: 460px;
    }
}

@media screen and (max-width: 840px) {
    .swiper-container2 .swiper-slide {
        height: 400px;
    }

    .pc_text {
        top: 40px;
        left: 5%;
    }

    .pct_title {
        font-size: 23px;
    }

    .pct_text {
        width: 384px;
        margin-top: 16px;
        font-size: 14px;
    }

    .pct_btn {
        width: 150px;
        height: 35px;
        line-height: 35px;
        margin-top: 20px;
    }

    .pct_btn span {
        font-size: 15px;
    }

    .pc_img {
        width: 6rem;
        top: 67%;
        left: 38%;
    }

    .swicth_tab {
        width: 300px;
        left: 55%;
        top: -90px;
    }

    .swicth_tab_btn {
        top: 394px;
    }

    .swicth_tab_button {
        width: 30px;
        height: 30px;
    }

    .swicth_tab_pro {
        width: 248px;
        height: 56px;
    }

    .swicth_tab_pro_msg p {
        font-size: 30px;
    }

    .swicth_tab_pro_msg span {
        font-size: 13px;
    }

    .swicth_tab_item {
        width: 250px;
        height: 105px;
        margin-top: 10px;
        padding: 10px 10px 0 10px;
    }

    .swicth_tab_item_title .stit_icon {
        margin-right: 8px;
    }

    .swicth_tab_item_title p {
        font-size: 16px;
    }

    .swicth_tab_item_title p span {
        font-size: 11px;
    }

    .swicth_tab_item_content {
        margin-left: 16px;
    }

    .swicth_tab_item_content p {
        font-size: 13px;
        padding: 0 3px;
    }

    .swicth_tab_item_icon {
        width: 90px;
        margin-top: 8px;
        margin-left: 16px;
    }
}

@media screen and (max-width: 700px) {
    .swiper-container2 .swiper-slide {
        height: 400px;
    }

    .pc_text {
        top: 30px;
        left: 3%;
    }

    .pct_title {
        font-size: 22px;
    }

    .pct_text {
        width: 340px;
        margin-top: 16px;
        font-size: 14px;
    }

    .pct_btn {
        width: 140px;
        height: 30px;
        line-height: 30px;
        margin-top: 20px;
    }

    .pct_btn span {
        font-size: 14px;
    }

    .pc_img {
        width: 6rem;
        top: 70%;
        left: 39%;
    }

    .swicth_tab {
        width: 253px;
        left: 55%;
        top: -78px;
    }

    .swicth_tab_btn {
        top: 394px;
    }

    .swicth_tab_button {
        width: 30px;
        height: 30px;
    }

    .swicth_tab_pro {
        width: 205px;
        height: 56px;
    }

    .swicth_tab_pro_msg p {
        font-size: 30px;
    }

    .swicth_tab_pro_msg span {
        font-size: 13px;
    }

    .swicth_tab_item {
        width: 210px;
        height: 100px;
        margin-top: 9px;
        padding: 9px 6px 0 6px;
    }

    .swicth_tab_item_title .stit_icon {
        margin-right: 4px;
    }

    .swicth_tab_item_title p {
        font-size: 14px;
    }

    .swicth_tab_item_title p span {
        font-size: 9px;
    }

    .swicth_tab_item_content {
        margin-left: 0;
    }

    .swicth_tab_item_content p {
        font-size: 12px;
        padding: 0 3px;
    }

    .swicth_tab_item_icon {
        width: 80px;
        margin-top: 8px;
        margin-left: 3px;
    }
}

@media screen and (max-width: 600px) {
    .products {
        display: none;
    }
}


.solutions {
    width: 100%;
    height: auto;
    padding-top: 160px;
    box-sizing: border-box;
}

.solutions .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin-top: 60px;
}

.solutions_item {
    width: 690px;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: box-shadow 0.6s;
    cursor: pointer;
}

.solutions_item:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.solutions_item_img {
    width: 90px;
}

.solutions_item_title {
    margin-top: 40px;
    font-size: 32px;
    font-weight: 600;
    transition: color 0.6s;

}

.solutions_item_text {
    margin-top: 50px;
    line-height: 2;
    transition: color 0.6s;
    text-align: justify;
    font-size: 18px;
}

@media screen and (max-width: 1440px) {
    .solutions_item {
        width: 610px;
        padding: 30px;
    }

    .solutions .content {
        gap: 28px;
    }
}

@media screen and (max-width: 1280px) {
    .solutions_item {
        width: 455px;
        padding: 25px;
    }

    .solutions .content {
        gap: 24px;
    }

    .solutions_item_img {
        width: 90px;
    }

    .solutions_item_title {
        margin-top: 35px;
        font-size: 30px;
    }

    .solutions_item_text {
        margin-top: 40px;
        line-height: 2;
    }
}

@media screen and (max-width: 960px) {
    .solutions_item {
        width: 395px;
        padding: 20px;
    }

    .solutions .content {
        gap: 20px;
    }

    .solutions_item_img {
        width: 80px;
    }

    .solutions_item_title {
        margin-top: 30px;
        font-size: 28px;
    }

    .solutions_item_text {
        margin-top: 40px;
        line-height: 2;
    }
}

@media screen and (max-width: 840px) {
    .solutions_item {
        width: 330px;
        padding: 18px;
    }

    .solutions .content {
        gap: 18px;
    }

    .solutions_item_img {
        width: 75px;
    }

    .solutions_item_title {
        margin-top: 25px;
        font-size: 26px;
    }

    .solutions_item_text {
        margin-top: 30px;
        line-height: 2;
        font-size: 15px;
    }
}

@media screen and (max-width: 700px) {
    .solutions_item {
        width: 275px;
        padding: 14px;
    }

    .solutions .content {
        gap: 14px;
    }

    .solutions_item_img {
        width: 60px;
    }

    .solutions_item_title {
        margin-top: 16px;
        font-size: 20px;
    }

    .solutions_item_text {
        margin-top: 20px;
        line-height: 2;
        font-size: 14px;
    }
}

@media screen and (max-width: 600px) {
    .solutions {
        display: none;
    }
}

.news {
    width: 100%;
    margin-bottom: 30px;
}

.news .title {
    margin-top: 25px;
}

.news_tabs {
    position: absolute;
    right: 0;
    top: -75px;
    width: 220px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news_tab {
    font-size: 20px;
    cursor: pointer;
    position: relative;
}

.news_tab.current {
    color: #0a69fa;
}

.news_tab.current::after {
    position: absolute;
    content: " ";
    width: 55%;
    height: 3px;
    background-color: #0a69fa;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 8px;
}

.news .content {
    width: 1410px;
    position: relative;
}

.content_item {
    display: none;
}

.content_item.current {
    display: block;
}

.content_big {
    height: 435px;
    display: flex;
    align-items: center;
    margin-top: 54px;
}

.content_big_img {
    width: 56%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}

.content_big_msg {
    width: 47%;
    height: 405px;
    box-sizing: border-box;
    background-color: #f5f5f5;
    padding: 45px 38px 0 38px;
}

.cbm_title {
    font-size: 26px;
    font-weight: 500;
}

.cbm_text {
    margin-top: 45px;
    font-size: 19px;
    line-height: 1.6;
    text-align: justify;
}

.cbm_btn {
    margin-top: 50px;
    width: 182px;
    height: 45px;
    background-color: #427ce5;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.2s;
    user-select: none;
}

.cbm_btn:hover {
    background-color: #5898f8;
}

.cbm_btn:active {
    background-color: #0065fd;

}

.cbm_btn span {
    color: #fff;
    font-size: 16px;
}

.cbm_btn_icon {
    color: #fff;
    transform: rotateZ(180deg);
    margin-left: 8px;
}

.content_small {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 38px;
}

.content_small_item {
    width: 462px;
    height: 243px;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    padding: 22px 30px;
    box-sizing: border-box;
    transition: all 0.6s;
    cursor: pointer;
    border-radius: 6px;
}

.csi_title {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    transition: all 0.6s;
    height: 78px;
}

.csi_text {
    margin-top: 25px;
    font-size: 16px;
    line-height: 1.8;
    color: #000;
    transition: all 0.6s;
    text-align: justify;
}

.csi_btn {
    margin-top: 15px;
    display: flex;
    align-items: center;
    color: #000;
    font-size: 16px;
}

.csi_btn_icon {
    fill: #000;
    margin-left: 12px;
    transition: all 0.6s;
}

.content_small_item:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.content_small_item:hover .csi_title {
    color: #16418a;
}

.content_small_item:hover .csi_text {
    color: #16418a;
}

.content_small_item:hover .csi_btn {
    color: #16418a;
}

.content_small_item:hover .csi_btn_icon {
    fill: #16418a;
}

@media screen and (max-width: 1440px) {
    .news .content {
        width: 1250px;
    }

    .content_small_item {
        width: 405px;
        height: 230px;
    }

    .csi_title {
        font-size: 19px;
    }

    .csi_text {
        margin-top: 13px;
    }
}

@media screen and (max-width: 1280px) {
    .news .content {
        width: 930px;
    }

    .news_tabs {
        top: -55px;
    }

    .content_big {
        height: 330px;
        margin-top: 35px;
    }

    .content_big_msg {
        height: 285px;
        padding: 20px 20px 0 20px;
    }

    .cbm_title {
        font-size: 22px;
    }

    .cbm_text {
        margin-top: 20px;
        font-size: 17px;
    }

    .cbm_btn {
        margin-top: 26px;
        width: 140px;
        height: 40px;
    }

    .cbm_btn span {
        font-size: 15px;
    }

    .cbm_btn_icon {
        width: 30px;
    }

    .content_small {
        margin-top: 30px;
    }

    .content_small_item {
        width: 300px;
        height: 220px;
        padding: 18px;
    }

    .csi_title {
        font-size: 17px;
        height: 66px;
    }

    .csi_text {
        margin-top: 16px;
        font-size: 15px;
    }

    .csi_btn span {
        font-size: 15px;
    }

    .csi_btn_icon {
        width: 22px;
        height: 22px;
    }
}

@media screen and (max-width: 960px) {
    .news .content {
        width: 810px;
    }

    .news_tabs {
        width: 170px;
        top: -55px;
    }

    .news_tab {
        font-size: 18px;
    }

    .content_big {
        height: 290px;
        margin-top: 30px;
    }

    .content_big_msg {
        height: 260px;
        padding: 16px 16px 0 16px;
    }

    .cbm_title {
        font-size: 18px;
    }

    .cbm_text {
        margin-top: 10px;
        font-size: 15px;
    }

    .cbm_btn {
        margin-top: 16px;
        width: 120px;
        height: 35px;
    }

    .cbm_btn span {
        font-size: 14px;
    }

    .cbm_btn_icon {
        width: 25px;
    }

    .content_small {
        margin-top: 20px;
    }

    .content_small_item {
        width: 260px;
        height: 210px;
        padding: 14px;
    }

    .csi_title {
        font-size: 16px;
        height: 66px;
    }

    .csi_text {
        margin-top: 10px;
        font-size: 14px;
    }

    .csi_btn {
        margin-top: 15px;
    }

    .csi_btn span {
        font-size: 14px;
    }

    .csi_btn_icon {
        width: 20px;
        height: 20px;
    }
}

@media screen and (max-width: 840px) {
    .news .content {
        width: 670px;
    }

    .news_tabs {
        width: 150px;
        top: -45px;
    }

    .news_tab {
        font-size: 16px;
    }

    .content_big {
        height: 240px;
        margin-top: 20px;
    }

    .content_big_msg {
        height: 220px;
        padding: 16px 16px 0 16px;
    }

    .cbm_title {
        font-size: 16px;
    }

    .cbm_text {
        margin-top: 8px;
        font-size: 13px;
    }

    .cbm_btn {
        margin-top: 8px;
        width: 100px;
        height: 30px;
    }

    .cbm_btn span {
        font-size: 12px;
    }

    .cbm_btn_icon {
        width: 22px;
    }

    .content_small {
        margin-top: 14px;
    }

    .content_small_item {
        width: 215px;
        height: 180px;
        padding: 14px;
    }

    .csi_title {
        font-size: 15px;
        height: 60px;
    }

    .csi_text {
        margin-top: 8px;
        font-size: 14px;
    }

    .csi_btn {
        margin-top: 10px;
    }

    .csi_btn span {
        font-size: 14px;
    }

    .csi_btn_icon {
        width: 18px;
        height: 18px;
    }
}

@media screen and (max-width: 700px) {
    .news .content {
        width: 570px;
    }

    .news_tabs {
        width: 140px;
        top: -45px;
    }

    .news_tab {
        font-size: 15px;
    }

    .content_big {
        height: 220px;
        margin-top: 16px;
    }

    .content_big_msg {
        height: 210px;
        padding: 10px 10px 0 10px;
    }

    .cbm_title {
        font-size: 15px;
    }

    .cbm_text {
        margin-top: 8px;
        font-size: 13px;
    }

    .cbm_btn {
        margin-top: 8px;
        width: 100px;
        height: 30px;
    }

    .cbm_btn span {
        font-size: 12px;
    }

    .cbm_btn_icon {
        width: 22px;
    }

    .content_small {
        margin-top: 14px;
    }

    .content_small_item {
        width: 185px;
        height: 180px;
        padding: 14px;
    }

    .csi_title {
        font-size: 15px;
        height: 60px;
    }

    .csi_text {
        margin-top: 8px;
        font-size: 14px;
    }

    .csi_btn {
        margin-top: 10px;
    }

    .csi_btn span {
        font-size: 14px;
    }

    .csi_btn_icon {
        width: 18px;
        height: 18px;
    }
}

@media screen and (max-width: 600px) {
    .news {
        display: none;
    }
}


.partners {
    width: 100%;
    height: 1400px;
    position: relative;
}

.partners_bg {
    width: 100%;
    object-fit: cover;
}

.partners_msg {
    position: absolute;
    color: #fff;
}

.partners_msg .partners_t1 {
    font-size: 54px;
    font-weight: 600;
}

.partners_msg .partners_t2 {
    font-size: 16px;
    margin-top: 12px;
}

.partners_msg1 {
    left: 17%;
    top: 13vw;
}

.partners_msg2 {
    left: 21%;
    top: 26vw;
}

.partners_msg3 {
    left: 67%;
    top: 10vw;
}

.partners_msg4 {
    left: 72%;
    top: 24vw;
}

.partners .content {
    width: 89%;
    height: 662px;
    background-color: #fafbfc;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 36vw;
    left: 50%;
    transform: translateX(-50%);
}

.partners .title {
    margin-top: 80px;
}

.partners_items {
    width: 94%;
    margin: 0 auto;
    margin-top: 20px;
    padding: 20px 0;
    overflow: hidden;
    position: relative;
}

.partners_items::before {
    content: '';
    position: absolute;
    top: 40px;
    left: 0;
    width: 200px;
    height: calc(100% - 80px);
    background: linear-gradient(to right, white, transparent);
    z-index: 2;
}

.partners_items::after {
    content: '';
    position: absolute;
    top: 40px;
    right: 0;
    width: 200px;
    height: calc(100% - 80px);
    background: linear-gradient(to left, white, transparent);
    z-index: 2;
}

.partners_items_container {
    cursor: pointer;
    width: 99.5%;
    margin: auto;
    overflow: hidden;
    padding: 20px 0;
    --slide_item_width: 230px;
    --partners_gap: 20px;
    --start-x: 0px;
}

@keyframes scroll {
    0% {
        transform: translateX(var(--start-x));
    }

    100% {
        transform: translateX(calc(-1 *(var(--slide_item_width) * 12 + var(--partners_gap) * 12 - var(--start-x))));
    }
}


.partners_items_wrapper {
    display: flex;
    flex-wrap: nowrap;
    gap: var(--partners_gap);
    animation: scroll 16s linear infinite;
}

.partners_items_slide {
    height: 270px;
    display: flex;
    flex-direction: column;
    gap: var(--partners_gap);
}

.partners_item {
    width: var(--slide_item_width);
    flex: 1;
    background-color: #fff;
    box-shadow: 0 2px 16px #dce7f5;
    display: flex;
    justify-content: center;
    align-items: center;
    user-select: none;
}

.partners_item img {
    width: 83%;
    -webkit-user-drag: none;
    user-drag: none;
}

@media screen and (max-width: 1440px) {
    .partners {
        height: 1260px;
    }

    .partners_msg .partners_t1 {
        font-size: 50px;
    }

    .partners_msg .partners_t2 {
        margin-top: 10px;
    }
}

@media screen and (max-width: 1280px) {
    .partners {
        height: 1090px;
    }

    .partners_msg .partners_t1 {
        font-size: 50px;
    }

    .partners_msg .partners_t2 {
        margin-top: 10px;
    }

    .partners_msg2 {
        left: 18%;
        top: 25vw;
    }

    .partners_msg3 {
        left: 73%;
    }

    .partners .content {
        height: 590px;
    }

    .partners .title {
        margin-top: 60px;
    }

    .partners_items {
        margin-top: 0px;
    }

    .partners_items_container {
        --slide_item_width: 190px;
        --partners_gap: 16px;
    }

    .partners_items_slide {
        height: 240px;
    }

    .partners_item img {
        width: 77%;
    }
}

@media screen and (max-width: 960px) {
    .partners {
        height: 890px;
    }

    .partners_msg .partners_t1 {
        font-size: 46px;
    }

    .partners_msg .partners_t2 {
        margin-top: 10px;
    }

    .partners_msg1 {
        top: 10vw;
    }

    .partners_msg2 {
        left: 18%;
        top: 23vw;
    }

    .partners_msg3 {
        left: 73%;
    }

    .partners .content {
        height: 500px;
    }

    .partners .title {
        margin-top: 30px;
    }

    .partners_items {
        margin-top: 0px;
    }

    .partners_items_container {
        --slide_item_width: 190px;
        --partners_gap: 16px;
    }

    .partners_items_slide {
        height: 240px;
    }

    .partners_item img {
        width: 77%;
    }
}

@media screen and (max-width: 840px) {
    .partners {
        height: 790px;
    }

    .partners_msg .partners_t1 {
        font-size: 35px;
    }

    .partners_msg .partners_t2 {
        margin-top: 10px;
        font-size: 14px;
    }

    .partners_msg1 {
        top: 10vw;
        left: 12%;
    }

    .partners_msg2 {
        left: 13%;
        top: 23vw;
    }

    .partners_msg3 {
        left: 75%;
    }

    .partners_msg4 {
        left: 74%;
    }

    .partners .content {
        height: 460px;
    }

    .partners .title {
        margin-top: 30px;
    }

    .partners_items {
        margin-top: 0px;
    }

    .partners_items_container {
        --slide_item_width: 160px;
        --partners_gap: 14px;
    }

    .partners_items_slide {
        height: 220px;
    }

    .partners_item img {
        width: 77%;
    }
}

@media screen and (max-width: 700px) {
    .partners {
        height: 690px;
    }

    .partners_msg .partners_t1 {
        font-size: 30px;
    }

    .partners_msg .partners_t2 {
        margin-top: 10px;
        font-size: 14px;
    }

    .partners_msg1 {
        top: 10vw;
        left: 12%;
    }

    .partners_msg2 {
        left: 13%;
        top: 23vw;
    }

    .partners_msg3 {
        left: 75%;
    }

    .partners_msg4 {
        left: 74%;
    }

    .partners .content {
        height: 410px;
    }

    .partners .title {
        margin-top: 30px;
    }

    .partners_items {
        margin-top: 0px;
    }

    .partners_items_container {
        --slide_item_width: 140px;
        --partners_gap: 14px;
    }

    .partners_items_slide {
        height: 200px;
    }

    .partners_item img {
        width: 75%;
    }
}

@media screen and (max-width: 600px) {
    .partners {
        display: none;
    }
}