* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html,body {
    height: 100%;
}
html {
    scroll-behavior: smooth;
}
::-webkit-scrollbar {
    width: 0;
}

.banner-cons {
    position: relative;
    height: 34rem;

}

.banner-swiper-pagination {
    display: flex;
    justify-content: center;
    align-content: center;
    position: absolute;
    bottom: 1rem;
    z-index: 10;
    width: 100%;
}
.banner-swiper-pagination-item {
    width: 0.5rem;
    height: 0.5rem;
    background: #FFFFFF;
    border-radius: 50%;
    margin: 0 0.25rem;
    cursor: pointer;
}
.banner-swiper-pagination-item.active {
    width: 1rem;
    background: linear-gradient( 138deg, #9911FA 0%, #0569FF 100%);
    border-radius: 0.25rem;
}

.banner-slide-item01 {
    background-image: url("../images/banner.svg");
    background-size: 100% 100%;
}
.banner-slide-item02 {
    background-image: url("../images/ban3.jpeg");
    background-size: 100% auto;
}

.banner-slide-item03 {
    background-image: url("../images/ban2.jpeg");
    background-size: 100% auto;
}

.banner-slide-item04 {
    background-image: url("../images/banner/banner01.jpeg");
    background-size: 100% auto;
}

.page-logo {
    width: 6.55rem;
    height: 1.4rem;
    left: 100px;
    top: 30px;
    position: absolute;
    z-index: 10;
}
.lang-cons {
    position: absolute;
    right: 100px;
    top: 30px;
    display: flex;
    color: #fff;
    font-size: 14px;
    align-items: center;
    cursor: pointer;
    z-index: 10;
}
.lang-item {
    font-size: 18px;
    font-weight: 300;
    opacity: 0.5;
}
.lang-item.active {
    opacity: 1;
}
.lang-line {
    font-size: 12px;
    margin: 0 10px;
}


.banner-cont {
    position: absolute;
    left: 100px;
    top: 10.4rem;
    color: #fff;
    z-index: 10;
}
.banner-title {
    font-size: 2.1rem;
    font-family: DingTalk JinBuTi;
    color: #FFFFFF;
    line-height: 2.8rem;
    letter-spacing: 4px;
    font-style: italic;
    font-weight: bold;
    display: flex;
}
.banner-desc {
    font-family: DingTalk JinBuTi;
    font-size: 1.2rem;
    color: #FFFFFF;
    line-height: 2.8rem;
    letter-spacing: 2px;
    font-weight: 300;
    display: flex;
}
#b3 {
    margin-right: 20px;
}
.banner-btn {
    width: 6.8rem;
    height: 2.7rem;
    background: linear-gradient( 138deg, #9911FA 0%, #0569FF 100%), #0569FF;
    border-radius: 0.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.9rem;
    line-height: 1;
    margin-top: 0.95rem;
    cursor: pointer;
    position: relative;
    color: #fff;
}
.banner-btn-contact {
    position: absolute;
    height: 100%;
    display: none;
    align-items: center;
    padding: 0 20px;
    border-radius: 12px;
    background-color: #fff;
    color: #9911FA;
    font-size: 0.9rem;
    right: 0;
    transform: translateX(110%);
    white-space: nowrap;
    z-index: 10;
}
.banner-btn-contact::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 14px solid #fff;
    border-right: 14px solid transparent;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    left: 0;
    transform: translateX(-100%);
}
.banner-btn-bottom .banner-btn-contact {
    top: 100%;
    right: 50%;
    transform: translateX(50%);
    margin-top: 10px;
}
.banner-btn-bottom .banner-btn-contact::before {
    border-left: 14px solid transparent !important;
    border-right: 14px solid transparent !important;
    border-top: 0 !important;
    border-bottom: 14px solid #fff !important;
    top: -14px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
}

.banner-btn:hover .banner-btn-contact {
    display: flex !important;
}

.about-cons {
   padding-top: 6.65rem;
   padding-bottom: 6rem;

}
.about-title {
    font-size: 1.6rem;
    color: #000A18;
    margin-bottom: 1rem;
    text-align: center;
    font-family: 'Rowdies', sans-serif;
    line-height: 3rem;
}
#about10 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    text-align: center;
    line-height: 3rem;
}
.about-cont {
    font-size: 0.8rem;
    color: #303D54;
    margin: 0 auto;
    line-height: 1.6rem;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}
.about-cont .text-bold {
    font-weight: bold;
}

.video-cons {
   height: 40.5rem;
   margin: 0 auto;
}

.video-cons video {
    width: 100%;
    height: 100%;
}

.partner-cons {
    margin-top: 13.4rem;
    line-height: 1;
    height: 30rem;
    background-image: url("../images/huoban/b1.png");
    background-size: 100% 100%;
    padding-top: 6rem;
}
.partner-title {
    width: 11.35rem;
    height: 4.6rem;
    margin: 0 auto;
}
.partner-body {
    position: relative;
    width: 52rem;
    height: 10.5rem;
    margin-top: 3.2rem;
    margin-left: auto;
    margin-right: auto;
}
.partner-swiper-cons {
    height: 100%;
    width: 100%;
}
.partner-swiper-button-next {
    width: 2rem;
    height: 2rem;
    font-size: 0;
    line-height: 1;
    top: 50%;
    transform: translateY(-50%);
    right: -5.5rem;
    position: absolute;
    cursor: pointer;

}
.partner-swiper-button-next img {
    width: 100%;
    height: 100%;
}

.partner-swiper-button-prev {
    width: 2rem;
    height: 2rem;
    font-size: 0;
    line-height: 1;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    left: -5.5rem;
    position: absolute;
    cursor: pointer;
}

.partner-swiper-button-prev img {
    width: 100%;
    height: 100%;
}

.partner-swiper-item {
    padding-top: 2.8rem;
    border-radius: 0.6rem;
    padding-left: 1.3rem;
    padding-right: 1.3rem;
    transition: all 0.3s;
    cursor: pointer;
    border: 1px solid transparent;
    text-align: center;
}
.partner-swiper-item:hover {
    border: 1px solid rgba(255, 255, 255, 0.5);
}
.partner-swiper-item-title {
    color: #fff;
    font-size: 1rem;
    line-height: 1.6rem;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    margin-bottom: 0.6rem;
}
.partner-swiper-item-desc {
    font-family: 'Roboto', sans-serif;
    font-size: 0.8rem;
    color: #FAFBFD;
    font-weight: 300;
    line-height: 1.5;
    display: flex;
    justify-content: center;
}

.psi01 {
    background-image: url("../images/scb/p01.png");
}
.psi02 {
    background-image: url("../images/scb/p02.png");
}
.psi03 {
    background-image: url("../images/scb/p03.png");
}
.psi04 {
    background-image: url("../images/scb/p04.png");
}
.psi05 {
    background-image: url("../images/scb/p05.png");
}
.psi06 {
    background-image: url("../images/scb/p06.png");
}

.psi01:hover {
    background-image: url("../images/scb/p01a.png");
}
.psi02:hover {
    background-image: url("../images/scb/p02a.png");
}
.psi03:hover {
    background-image: url("../images/scb/p03a.png");
}
.psi04:hover {
    background-image: url("../images/scb/p04a.png");
}
.psi05:hover {
    background-image: url("../images/scb/p05a.png");
}
.psi06:hover {
    background-image: url("../images/scb/p06a.png");
}



.product-cons {
    height: 36.55rem;
    position: relative;
}
.product-mask {
    background: rgba(0, 10, 24, 0.7);
    width: 100%;
    height: 100%;
}
.product-cont {
    width: 52.4rem;
    height: 27.6rem;
    padding-top: 7.7rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}
.product-cont-text {
    text-align: center;
}
.product-cont-title {
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 2.4rem;
    color: #FFFFFF;
    line-height: 3rem;
}
.product-cont-desc {
    font-size: 1.6rem;
    color: #FFFFFF;
    line-height: 3rem;
    font-weight: 300;
}
.product-pagination {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 30px;
}
.product-pagination-item {
    width: 5rem;
    height: 5rem;
    margin-right: 2rem;
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
}
.product-pagination-item.active {
    transform: scale(1.2);
    transition: all 0.2s;
}

.product-pagination-item-end {
    margin-right: 0;
    margin-left: 0.75rem;
}
.product-pagination-item-end img {
    width: 2.4rem;
    height: 2.4rem;
}

.annotation-cons {
    margin-top: 52px;
    padding-top: 18px;
    margin-bottom: 102px;
    position: relative;
    background-image: url("../images/bg02.svg");
    background-size: 100% 100%;
}
.annotation-cont {
    position: relative;
    text-align: center;
}
.annotation-tip {
    font-family: 'Noto Sans SC', sans-serif;
    font-weight: 400;
    font-size: 32px;
    color: #000A18;
    line-height: 60px;
    letter-spacing: 19px;
}
.annotation-desc {
    font-family: 'Noto Sans SC', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #303D54;
    line-height: 60px;
    letter-spacing: 2px;
}

.annotation-p-cons {
    margin-top: 40px;
}
.annotation-p-title {
    text-align: center;
    font-size: 16px;
    color: #000A18;
    font-weight: bold;
    font-family: 'Rowdies', sans-serif;
    line-height: 1.6rem;
    padding-bottom: 5px;
}
.annotation-p-art {
    text-align: center;
    font-size: 16px;
    color: #303D54;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 20px;
    line-height: 1.6rem;
}

.layout-footer {
    height: 303px;
    background: #363350;
    position: relative;
    display: flex;
    justify-content: center;
    padding-top: 80px;
}
.footer-company-cons {
    margin-right: 1rem;
}
.footer-company-tag {
    margin-bottom: 10px;
}

.layout-footer-cont {
    color: #fff;
}
.footer-contact-us-title {
    font-family: 'PingFang SC';
    font-size: 20px;
    color: #FFFFFF;
    line-height: 28px;
}
.footer-contact-us-const {
    display: flex;
    margin-top: 12px;
}
.footer-contact-us-const .contact-phone {
    font-family: 'PingFang SC';
    font-size: 14px;
    color: #FAFBFD;
    line-height: 20px;
    margin-right: 30px;
}
.footer-contact-us-const .contact-email {
    font-family: 'PingFang SC';
    font-size: 14px;
    color: #FAFBFD;
    line-height: 20px;
    margin-right: 30px;
}
.footer-contact-us-const .contact-address {
    font-family: 'PingFang SC';
    font-size: 14px;
    color: #FAFBFD;
    line-height: 20px;
}
.footer-copyright {
    font-family: 'PingFang SC';
    font-weight: 400;
    font-size: 12px;
    color: #FAFBFD;
    line-height: 17px;
    margin-top: 28px;
}

.website-number {
    display: flex;
    margin-top: 11px;
    align-items: center;
}
.website-number-item {
    white-space: nowrap;
    font-family: 'PingFang SC';
    font-size: 12px;
    color: #FAFBFD;
    line-height: 17px;
}
.website-number-line {
    font-size: 14px;
    margin: 0 8px;
}
.footer-company-tag {
    width: 120px;
    height: 34px;
    background: linear-gradient( 138deg, #9911FA 0%, #0569FF 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Alimama ShuHeiTi;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 2px;
    margin-bottom: 10px;
}
.footer-company-er-code {
    width: 120px;
    height: 120px;
}
.footer-company-er-code img {
    width: 100%;
    height: 100%;
}


.card-cons {
    width: 220px;
    height: 220px;
    position: absolute;
    top: -7px;
    left: 0;
}

.card {
    position: absolute;
    width: 11rem;
    height: 11rem;
    transition: transform 1s; /* Animate the card's position */
    border: 3px solid rgba(255, 255, 255, 0.5);
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    box-shadow: -2px 5px 13px 0px rgba(111,118,156,0.5);
    background: rgba(255, 255, 255, 1);
    padding: 3px;
}

.card-cont {
    border-radius: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.card:hover .card-cont {
    border-radius: 12px;
}

.card video {
    height: 100%;
}
.card img {
    height: 100%;
}
.card0 {
    transform: translate(-0.5rem, -13rem) rotate(-10deg);
}
.card0:hover {
    transform: translate(-0.5rem, -16rem) rotate(0) scale(1.2);
    z-index: 30;
    background: linear-gradient( 136deg, rgba(0,0,245,0.7) 0%, rgba(165,8,255,0.7) 100%);
    padding: 8px;
    box-shadow: -2px 5px 30px 0px rgba(189,133,235,0.5);
}


.card1 {
    transform: translate(6.5rem, -14rem) rotate(-9deg);
}
.card1:hover {
    transform: translate(6.5rem, -16rem) rotate(0) scale(1.2);
    z-index: 30;
    background: linear-gradient( 136deg, rgba(0,0,245,0.7) 0%, rgba(165,8,255,0.7) 100%);
    padding: 8px;
    box-shadow: -2px 5px 30px 0px rgba(189,133,235,0.5);
}

.card2 {
    transform: translate(13.2rem, -14.6rem) rotate(-4deg);
}
.card2:hover {
    transform: translate(13.2rem, -16.6rem) rotate(0) scale(1.2);
    z-index: 30;
    background: linear-gradient( 136deg, rgba(0,0,245,0.7) 0%, rgba(165,8,255,0.7) 100%);
    padding: 8px;
    box-shadow: -2px 5px 30px 0px rgba(189,133,235,0.5);
}


.card3 {
    transform: translate(20.7rem, -15rem) rotate(0deg);
}
.card3:hover {
    transform: translate(20.7rem, -17rem) rotate(0deg) scale(1.2);
    z-index: 30;
    background: linear-gradient( 136deg, rgba(0,0,245,0.7) 0%, rgba(165,8,255,0.7) 100%);
    padding: 8px;
    box-shadow: -2px 5px 30px 0px rgba(189,133,235,0.5);
}

.card4 {
    transform: translate(27.6rem, -14.5rem) rotate(4deg);
}
.card4:hover {
    transform: translate(27.6rem, -16.5rem) rotate(0) scale(1.2);
    z-index: 30;
    background: linear-gradient( 136deg, rgba(0,0,245,0.7) 0%, rgba(165,8,255,0.7) 100%);
    padding: 8px;
    box-shadow: -2px 5px 30px 0px rgba(189,133,235,0.5);
}

.card5 {
    transform: translate(35.1rem, -13.8rem) rotate(7deg);
}
.card5:hover {
    transform: translate(35.1rem, -15.8rem) rotate(0) scale(1.2);
    z-index: 30;
    background: linear-gradient( 136deg, rgba(0,0,245,0.7) 0%, rgba(165,8,255,0.7) 100%);
    padding: 8px;
    box-shadow: -2px 5px 30px 0px rgba(189,133,235,0.5);
}


.card6 {
    transform: translate(41.8rem, -12.9rem) rotate(10deg);
}
.card6:hover {
    transform: translate(41.8rem, -14.9rem) rotate(0) scale(1.2);
    z-index: 30;
    background: linear-gradient( 136deg, rgba(0,0,245,0.7) 0%, rgba(165,8,255,0.7) 100%);
    padding: 8px;
    box-shadow: -2px 5px 30px 0px rgba(189,133,235,0.5);
}

.up-icon {
    position: fixed;
    width: 56px;
    height: 44px;
    right: 40px;
    bottom: 50px;
    cursor: pointer;
    z-index: 100;
    background-color: #F2F4F9;
    box-shadow: 0 2px 12px 0 rgba(116, 137, 167, 0.18);
    border-radius: 8px;
    background-image: url("../images/up-icon.svg");
    background-repeat: no-repeat;
    background-position: center;
    display: none;
}
.up-icon:hover {
    background-image: url("../images/up-icon-active.svg");
}

.customer-service-btn {
    position: fixed;
    width: 80px;
    height: 80px;
    right: 30px;
    bottom: 120px;
    cursor: pointer;
    z-index: 100;
}
.customer-service-cons {
    position: fixed;
    width: 0;
    height: 600px;
    right: 130px;
    bottom: 100px;
    z-index: 100;
    transition: all 0.5s;
    box-shadow: rgb(170, 170, 170) 0px 0px 10px;
    overflow: hidden;
    border-radius: 12px;
    overflow: hidden;
}
.customer-service-cons.active {
    width: 400px;
}
.customer-service-close {
    position: absolute;
    z-index: 101;
    background-color: #c274f5;
    width: 10px;
    height: 10px;
    top: 28px;
    right: 15px;
}

@media screen and (max-width: 767px) {


    .up-icon {
        display: none;
    }
    .customer-service-btn {
        display: none;
    }
    .customer-service-cons {
        display: none;
    }



    .banner-cons {
        height: 34rem;
    }

    .banner-swiper-pagination {
        bottom: 15px;
    }

    .banner-swiper-pagination-item {
        width: 10px;
        height: 10px;
        margin: 0 5px;
    }
    .banner-swiper-pagination-item.active {
        width: 20px;
        border-radius: 5px;
    }

    .page-logo {
        width: 88px;
        height: 19px;
        left: 20px;
        top: 20px;
    }
    .banner-cont {
        left: 20px;
        top: 10.4rem;
        color: #fff;
    }
    .banner-title {
        font-size: 16px;
        line-height: 1;
        letter-spacing: 4px;
    }
    .banner-desc {
        font-weight: 400;
        font-size: 12px;
        line-height: 1;
        letter-spacing: 2px;
        margin-top: 10px;
    }
    .banner-btn {
        width: 90px;
        height: 36px;
        border-radius: 6px;
        font-size: 14px;
        line-height: 1;
        margin-top: 20px;
    }

    .partner-cons {
        padding-top: 10px;
        height: 32rem;
        margin-top: 8rem;
    }

    .partner-title {
        width: 113px;
        height: 46px;
        margin: 0 auto;
    }
    .partner-body {
        height: 15.5rem;
    }



    .about-title {
        font-size: 16px;
        margin-bottom: 20px;
        line-height: 1;
    }
    #about10 {
        font-size: 16px;
        margin-bottom: 20px;
        line-height: 1;
    }
    .about-cont {
        font-size: 14px;
        line-height: 22px;
        text-align: center;
        padding: 0 10px;
    }

    .annotation-cont {
        top: 0;
        width: 100%;
    }
    .annotation-tip {
        font-size: 16px;
        letter-spacing:2px;
        line-height: 1;
    }

    .annotation-desc {
        font-size: 14px;
        line-height: 1;
        margin-top: 15px;
    }




    .product-cont {
        padding-top: 20px;
    }
    .product-cont-title {
        font-size: 18px;
        line-height: 1;
    }
    .product-cont-desc {
        font-size: 14px;
        line-height: 1;
        margin-top: 15px;
    }
    .product-pagination {
        bottom: 0;
    }

    .product-pagination-item {
        width: 40px;
        height: 40px;
        margin-right: 20px;
    }
    .product-pagination-item-end {
        margin-right: 0;
    }

    .layout-footer {
        height: 510px;
        display: block;
        justify-content: center;
        padding-left: 20px;
        padding-top: 30px;
    }


    .layout-footer-cont {
        margin-top: 30px;
    }


    .footer-contact-us-const {
        display: block;
    }
    .footer-contact-us-title {
        margin-bottom: 20px;
    }
    .footer-copyright {
        margin-bottom: 20px;
    }

    .contact-phone {
        margin-bottom: 5px;
    }
    .contact-email {
        margin-bottom: 5px;
    }
    .website-number {
        display: block;
    }
    .website-number-item {
        margin-bottom: 5px;
    }
    .website-number-line {
        display: none;
    }

    .partner-swiper-item {
        padding-top: 15px;
        border-radius: 6px;
        padding-left: 0;
        padding-right: 0;
    }


    .partner-swiper-item-title {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .partner-swiper-item-desc {
        font-size: 12px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 0 10px;
    }

    .annotation-cons {
        margin-top: 25px;
        margin-bottom: 40px;
    }

    .annotation-p-cons {
        margin-top: 20px;
    }

    .lang-cons {
        right: 20px;
        top: 20px;
    }
    .lang-item {
        font-size: 16px;
    }

    .banner-btn-contact {
        font-size: 14px;
        padding: 0 10px;
        border-radius: 8px;
    }

    .banner-btn-contact::before {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid #fff;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        left: 0;
        transform: translateX(-100%);
    }

    #b3 {
        margin-right: 10px;
    }

    .annotation-p-title {
        line-height: 22px;
    }
    .annotation-p-art {
        line-height: 22px;
    }


}


@-webkit-keyframes tracking-in-contract {
    0% {
        letter-spacing: 1em;
        opacity: 0;
    }
    40% {
        opacity: 0.6;
    }
    100% {
        letter-spacing: normal;
        opacity: 1;
    }
}
@keyframes tracking-in-contract {
    0% {
        letter-spacing: 1em;
        opacity: 0;
    }
    40% {
        opacity: 0.6;
    }
    100% {
        letter-spacing: normal;
        opacity: 1;
    }
}


.tracking-in-contract {
    -webkit-animation: tracking-in-contract 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
    animation: tracking-in-contract 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}