
.a_wz {
    position: absolute;
    z-index: 9999;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}


.jt {
    margin: 0 10px;
}


.a_b {
    display: flex;
    justify-content: space-between;
    margin-top: 89px;
    padding-bottom: 120px;
}

.a_b img {
    width: 100%;
    display: block;
}

.a_b > div:nth-child(2) {
    width: 35%;
}

.a_b > div:nth-child(1) {
    width: 48%;
}

.a_b > div:nth-child(1) > p:nth-child(1) {
    margin-top: 69px;
}

.a_b > div:nth-child(1) > p:nth-child(2) {
    margin-top: 42px;
    text-align: justify;
}

.a_c {
    background: #F5F9FC;
}

.a_c1 > p:nth-child(1) {
    text-align: center;
    padding-bottom: 68px;
}

.a_c1 > div:nth-child(2) {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}

.a_c1 > div:nth-child(2) > div {
    width: 33.3%;
    margin: 0 auto;
}

.a_c1 > div:nth-child(2) > div > p {
    text-align: center;
}

.a_c1 > div:nth-child(2) > div > p:nth-child(1) {
    background: var(--gradient-tech);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 70px;
    font-weight: 600;
}

.a_c1 > div:nth-child(2) > div:nth-child(2) {
    border-right: 1px solid;
    border-left: 1px solid;
    border-color: rgba(24, 141, 207, 0.2);
}

.a_c1 > div:nth-child(2) > div > p:nth-child(2) {
    font-size: 26px;
    color: #111111;
}

.a_c1 > div:nth-child(2) > div > p:nth-child(3) {
    font-size: 18px;
}

.honer {
    text-align: center;
    padding-bottom: 50px;
}

.fyqa {
    display: flex;
    justify-content: center;
}

.actipe {
    background: var(--gradient-primary) !important;
    border: none !important;
    box-shadow: var(--shadow-md);
    transition: var(--transition-normal);
}

.actipe .zs {
    color: white !important;
}

.fyqa > div {
    background: var(--bg-white);
    border: 2px solid var(--primary-blue);
    width: 162px;
    border-radius: 30px;
    cursor: pointer;
    transition: var(--transition-normal);
    box-shadow: var(--shadow-sm);
}

.fyqa > div:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

.fyqa > div > p {
    font-size: 16px;
    color: var(--primary-blue);
    padding: 3px;
    text-align: center;
    font-weight: 600;
    transition: var(--transition-fast);
}

.fyqa > div:nth-child(2) {
    margin-left: 28px;
}
.fyqa > div:nth-child(3) {
    margin-left: 28px;
}

#bt .swiper-slide {
    transform-origin: 50% 100%;
}

#honerr {
    position: relative;
    overflow: hidden;
}

.sev-bg {
    position: absolute;
    top: 24%;
    animation: bg linear 20s infinite;
    z-index: 0;
}
.sev-bg>img{
    width: 120%;
}


.a_d {
    margin-top: 89px;
    padding-bottom: 120px;
}

.a_d img {
    width: 100%;
    display: block;
}


@keyframes bg {
    0% {
        transform: translateX(-5%) translateZ(0) scaleY(1)
    }
    50% {
        transform: translateX(0) translateZ(0) scaleY(0.4)
    }
    100% {
        transform: translateX(-5%) translateZ(0) scaleY(1)
    }
}


#td .swiper-slide,#ta .swiper-slide {
    transform-origin: 50% 100%;
}

.honer1 {
    overflow: hidden;
}

.fyqa {
    margin-bottom: 62px;
}

#bt .swiper-slide img {
    width: 100%;
    display: block;
}

#td .swiper-slide img,#ta .swiper-slide img {
    width: 100% !important;
    display: block;
}


.nn {
    position: relative;
}

.nn:hover {
    color: #0672BB !important;
}

.cdh > a {
    color: #111111;

}

.nn::after {
    content: '';
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 3px;
    transform: translate(-50%, -50%);
    left: 50%;
    border: none;
    top: 45px;
    background: var(--gradient-primary);
    transition: var(--transition-normal);
}


.actike {
    position: relative;
    color: #0672BB !important;
}


.bwa p {
    text-align: center;
    font-size: 18px;
   width: 150%;
    margin-left: -25%;
}

.fqq > div > p {
    font-size: 22px;
}

.fqq > div {
    width: 50px;
    height: 50px;
    background: var(--bg-white);
    border: 2px solid var(--primary-blue);
    border-radius: 50%;
    transition: var(--transition-normal);
    box-shadow: var(--shadow-sm);
}

.fqq > div:hover {
    background: var(--gradient-primary);
    border-color: transparent;
    box-shadow: var(--shadow-glow);
    transform: scale(1.1);
}

.fqq {
    display: flex;
    justify-content: center;
}

.swiper-slide-active p {
    display: block !important;
}

.swiper-slide p {
    display: none;
}

.awa:hover {
    background: var(--gradient-primary);
    border: none;
    box-shadow: var(--shadow-md);
    transition: var(--transition-normal);
}

.awa:hover .iconfont {
    color: white;
}

.fqq > div:nth-child(2) {
    margin-left: 18px;
}

.bwa {
    padding: 28px 0 35px !important;
}

.tyd {
    opacity: 1 !important;
    height: auto !important;
}
@media screen and (max-width: 2560px){
    .sev-bg>img{
        width: 140%;
    }
}
@media screen and (max-width: 1920px){
    .sev-bg>img{
        width: 120%;
    }
}
@media screen and (max-width: 1440px) {

    .fqq > div:nth-child(2) {
        margin-left: 15px;
    }

    @keyframes bg {
        0% {
            transform: translateX(0) translateZ(0) scaleY(1)
        }
        50% {
            transform: translateX(-20%) translateZ(0) scaleY(0.35)
        }
        100% {
            transform: translateX(0%) translateZ(0) scaleY(1)
        }
    }


    .fqq > div {
        width: 40px;
        height: 40px;
    }

    .bwa {
        padding: 20px 0 25px !important;
    }

    .fyqa {
        margin-bottom: 50px;
    }

    .fyqa > div {
        width: 140px;
    }

    .honer {
        padding-bottom: 35px;
    }


    .iconfont1 {
        font-size: 56px;
    }


    .a_b {
        margin-top: 60px;
    }

    .a_b > div:nth-child(1) > p:nth-child(1) {
        margin-top: 50px;
    }

    .a_b > div:nth-child(1) > p:nth-child(2) {
        margin-top: 32px;
    }
    .a_d {
        margin-top: 60px;
    }

    .a_c1 > p:nth-child(1) {
        text-align: center;
        padding-bottom: 48px;
    }

    .a_c1 > div:nth-child(2) > div > p:nth-child(1) {
        font-size: 56px;
    }

    .a_c1 > div:nth-child(2) > div > p:nth-child(2) {
        font-size: 22px;
    }

    .a_c1 > div:nth-child(2) > div > p:nth-child(3) {
        font-size: 16px;
    }

    .a_b {
        padding-bottom: 90px;
    }

}

@media screen and (max-width: 1200px) {

    .a_d {
        margin-top: 20px;
    }
    .a_b > div:nth-child(1) > p:nth-child(1) {
        margin-top: 21px;
    }

    .a_c1 > p:nth-child(1) {
        padding-bottom: 20px;
    }


    .a_b > div:nth-child(1) > p:nth-child(2) {
        margin-top: 25px;
    }

    .a_b > div:nth-child(2) {
        width: 36%;
    }

    .a_c1 > div:nth-child(2) > div > p:nth-child(1) {
        font-size: 49px;
    }

    .a_c1 > div:nth-child(2) > div > p:nth-child(2) {
        font-size: 20px;
    }

    .bwa p {
        text-align: center;
        font-size: 16px;
    }

    .a_b {
        padding-bottom: 70px;
    }

}

@media screen and (max-width: 1024px) {
    .a_b {
        flex-wrap: wrap;
    }

    .fyqa {
        margin-bottom: 40px;
    }

    .a_b {

        align-items: center;
    }

    .a_b > div:nth-child(1) > p:nth-child(2) {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .a_b > div:nth-child(1) > p:nth-child(1) {
        margin-top: 0px;
    }

    .a_b {
        margin-top: 20px;
    }

    .fqq > div {
        width: 35px;
        height: 35px;
    }

}

@media screen and (max-width: 996px) {
    .a_b > div:nth-child(1) {
        width: 55%;
    }
}

@media screen and (max-width: 768px) {
    .a_d {
        margin-top: 5px;
        margin-bottom: 20px;
    }
    .a_b > div:nth-child(1) > p:nth-child(2) {
        margin-top: 5px;
        margin-bottom: 20px;
        line-height: 2;
    }

    .a_b > div:nth-child(2) {
        height: 250px;
        overflow: hidden;
        display: flex;
        justify-content: center;
    }

    .a_b > div:nth-child(2) > img {
        height: inherit;
    }

    .a_b > div {
        width: 100% !important;
    }

    .fyqa {
        margin-bottom: 30px;
    }

    .honer {
        padding-bottom: 20px;
    }

    .cdh {
        margin-bottom: 0;
    }

    .a_c1 > div:nth-child(2) > div > p:nth-child(1) {
        font-size: 29px;
    }

    .a_c1 > div:nth-child(2) > div {
        width: 100%;
    }

    .a_c1 > div:nth-child(2) > div:nth-child(2) {
        border: none;
        margin: 15px 0;
    }

    .a_c1 > div:nth-child(2) > div > p:nth-child(3) {
        font-size: 15px;
    }

}

@media screen and (max-width: 414px) {
    .a_c1 > div:nth-child(2) > div {
        width: 100%;
    }

    .bwa p {
        text-align: center;
        font-size: 14px;
    }

    .bwa {
        padding: 20px 0 15px !important;
    }

    .fyqa {
        margin-bottom: 20px;
    }

    .a_c1 > div:nth-child(2) > div:nth-child(2) {
        border: none;
    }
}
