.home-video {
    width: 100%;
    height: 600px;
    object-fit: cover
}

.home-video-3 {
    width: 800px;
    object-fit: cover;
    margin-left: 60px;
}

.swiper-container {
    width: 100%;
    background-color: #000000;
}

.slide3 {
    background-color: #000000;
}

.banner-swiper-wrapper-item-info {
    position: absolute;
    color: #fff;
    display: flex;
    height: 600px;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.tips {
    width: 1200px;
    margin: 0 auto;
    padding-left: 10px;
}

.tips h1 {

    font-size: 42px;
    margin-bottom: 20px;
}

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



.swiper-container {
    height: 600px;
    overflow: visible;
}

.pagination {
    position: absolute;
    left: 0%;
    text-align: center;
    bottom: 20px;
    width: 100%;
}

.swiper-pagination-switch {
    display: inline-block;
    width: 48px;
    height: 20px;
    font-size: 0;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    transition: width .8s;
}

.swiper-pagination-switch:before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 4px;
    border-radius: 2px;
    background: rgba(102, 102, 102, .5);
    vertical-align: middle;
    transition: width .8s, background-color .8s;
    box-shadow: 0 3px 6px 0 rgba(33, 39, 81, 0.20);
}

.swiper-active-switch:before {
    background: #18beff;
    box-shadow: 0 3px 6px 0 rgba(102, 183, 250, 0.5);
}

.swiper-slide {
    position: relative;
    opacity: 0;
    transition: opacity 0.7s ease-in-out;
    overflow: hidden;
}

.swiper-slide-active {
    opacity: 1;
}

.swiper-slide .img {
    position: absolute;
}

.inner {
    position: relative;
    display: block;
    width: 1180px;
    height: 600px;
    margin: 0 auto;
}

.banner-text {
    position: absolute;
    left: 0;
    bottom: 150px;
    z-index: 999;
}

.banner-text h3 {
    margin-bottom: 10px;
    font-size: 24px;
    color: #fff;
    line-height: 36px;
}

.banner-text em {
    font-style: normal;
    color: #95989D;
}

.banner-text h2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 48px;
    color: #fff;
    line-height: 60px;
}

.banner-text p {
    margin-top: 10px;
    font-size: 18px;
    color: #fff;
    line-height: 22px;
}

.banner-text .btn-primary {
    box-shadow: 0 10px 20px 0 rgba(239, 35, 54, 0.20);
    margin-top: 30px;
    height: 40px;
    line-height: 38px;
    padding: 0 30px;
    font-size: 18px;
    color: #fff;
    background-color: #E41F2B;
    display: inline-block;
}



/*底下四个导航*/
.home-events {
    z-index: 10;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}

.home-events-box {
    max-width: 1210px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}

.home-events-box-wrapper {
    width: 100%;
    border-radius: 4px;

}

.home-events-box-wrapper:after {
    content: "";
    display: table;
    clear: both;
}

.home-events-box-item {
    position: relative;
    float: left;
    width: 25%;
    height: 120px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 1);
    -webkit-transition: .2s;
    transition: .2s;
}

.home-events-box-item a {
    display: block;
    height: 100%;
    padding: 34px 5px 34px 120px;
}

.home-events-box-item:hover i img:last-child {
    opacity: 1;
}

.home-events-box-item:hover h2 {
    color: #fa6f66;
}

.home-events-box-item i {
    position: absolute;
    top: 30px;
    left: 40px;
    width: 60px;
    height: 60px;
}

.home-events-box-item i img {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    will-change: opacity;
}

.home-events-box-item i img:last-child {
    opacity: 0;
}

.home-events-box-item h2,
.home-events-box-item p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.home-events-box-item h2 {
    margin-bottom: 4px;
    font-size: 18px;
    line-height: 22px;
    color: #3B516A;
    -webkit-transition: .2s;
    transition: .2s;
    will-change: color;
}

.home-events-box-item p {
    font-size: 14px;
    line-height: 20px;
    color: #95989D;
}


/** home-intro **/

.home-intro {
    display: block;
    position: relative;
    height: 1214.75px;
    background-color: rgb(224, 238, 254);

}



.home-intro__container {
    align-items: flex-start;
    display: flex;
    height: calc(100vh - 60px);
    justify-content: center;
    overflow: hidden;
    position: sticky;
    position: -webkit-sticky;
    width: 100%;
    height: 891px;
    top: 60px;

}

.home-intro__title {
    position: absolute;
    left: 50%;
    opacity: 1;
    transform: translateX(-50%) translateY(200px)
}

.home-intro-left__box {
    background: rgba(255, 255, 255, .5);
    mix-blend-mode: normal;
    backdrop-filter: blur(20px);
}

.home-intro-icon {
    position: absolute;
}

.home-intro-icon-box {
    display: flex;
    flex-direction: column;
    width: 120px;
    height: 102px;
    cursor: pointer;
    text-align: center;
    position: relative;
    color: #646a73;
}

.home-intro-icon-box__icon {
    width: 75px;
    height: 75px;
    margin: 0 auto;

}

.home-intro-icon-box span {
    margin-top: 14px;
    font-size: 16px;
}

/**  huijian **/

.home-huijian {
    display: block;
    position: relative;
    width: 100%;
    height: 740px;
}

.home-huijian-container {
    margin-left: auto;
    margin-right: auto;
    touch-action: pan-y;
    max-width: 1124px;
    overflow: hidden;
    transform: translateY(80px)
}

.home-huijian-title {
    width: 100%;
    text-align: center;
}

.home-huijian-title p {
    font-size: 18px;
    line-height: 2;
}


.home-huijian-swipe-content {
    display: none;
    margin-top: 20px;
    height: 460px
}

.home-huijian-swipe-content-active {
    display: flex;
}

.home-huijian-swipe-content-active img.img-intro {
    transition: all .5s;
    animation-name: img-intro-active;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}


@keyframes img-intro-active {
    0% {
        transform: translateX(-150px);
        opacity: 0;
    }

    100% {
        transform: translateX(0px);
        opacity: 1;
    }
}

.home-huijian-swipe-content .intro {
    flex: 1;
    padding-top: 40px;
}

.intro h1 {
    position: relative;
    font-weight: 600;
    font-size: 28px;
    line-height: 46px;
    color: #1f2329;
    margin-top: 24px;
    max-width: 400px;
}

.intro p {
    font-size: 16px;
    line-height: 28px;
    color: #51565d;
    white-space: pre-wrap;
    max-width: 455px;
    margin-bottom: 8px;
}

.intro a{
    height: 32px;
    border-radius: 4px;
    border:#2c6bff 1px solid;
    line-height: 32px;
    display: block;
    width: 80px;
    color: #2c6bff;
    text-align: center;
    margin-top: 20px;
}

.home-huijian-swipe-content .img {

    width: 600px;
    background: url(../imgs/huihao-intro-bg.png);
    background-repeat: no-repeat;
    background-size: contain;

}

.home-huijian-swipe-content .img img.img-intro {
    margin-top: 66px;
    margin-left: 32px;
    width: 84%;
    z-index: 90;
}


.home-huijian-swipe {
    margin: 30px auto;
    height: 48px;
    padding: 0px 120px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px #eee solid;
}

.home-huijian-swipe-item {
    width: 120px;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
}

.home-huijian-swipe-item-active {
    color: #2c6bff;
    font-weight: bold;
}

.home-huijian-swipe-item-active::before {
    content: ' ';
    position: absolute;
    width: 30px;
    height: 48px;
    border-bottom: 4px #2c6bff solid;
}


/** 圈圈动画 **/

.home-advert {
    background-image: linear-gradient(270deg, #3154d4 0%, #4d72df 100%);
    height: 360px;
}


.home-advert-outer {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

.home-advert-box {
    width: 100%;
    height: 360px;
    position: absolute;
    z-index: 8;
}

.vortex {
    height: 440px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    visibility: hidden;
    z-index: 9;

}

.animate-scale {
    animation: animation-scale 3s 0.2s linear both infinite;
    visibility: visible;
}

/* .home-advert-outer div {
    text-align: center;
    font-size: 24px;
    color: #FFFFFF;
    height: 240px;
    line-height: 240px;
} */

.home-advert b {
    font-weight: normal;
    font-size: 40px;
}




@keyframes animation-scale {
    0% {
        transform-origin: center center;
        transform: scale(1);
        opacity: 0
    }

    50% {
        opacity: 0.3
    }

    to {
        transform-origin: center center;
        transform: scale(2);
        opacity: 0
    }
}

.home-advert-intro {
    width: 1200px;
    margin: 0 auto;
    height: 360px;

}

.home-advert-intro-list {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home-advert-intro .item {
    display: block;
    width: 200px;
    height: 80px;
    transform: translateY(40px);
    text-align: left;
}

.home-advert-intro .item h1 {
    margin: 0px;
    font-size: 30px;
    color: #fff;
}

.home-advert-intro .item span {
    margin: 0px;
    font-size: 14px;
    line-height: 2;
    color: #fff;
}

.home-advert-intro-des {
    padding: 40px 0px;
    padding-top: 60px;
    text-align: center;
}

.home-advert-intro-des h1 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    line-height: 2;
}

.home-advert-intro-des p {
    color: #fff;
    font-size: 16px;
    line-height: 2;
    display: block;
}


/** 合作伙伴 **/

.home-company {
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 120px;
}

.home-company-container {
    margin-left: auto;
    margin-right: auto;
    touch-action: pan-y;
    max-width: 1124px;
    overflow: hidden;
    transform: translateY(80px)
}

.home-company-list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 40px auto;
}

.home-company-list img {
    height: 70px;
    background-color: #fff;
    padding: 10px 14px;
    border-radius: 8px;
    box-shadow: 0 5px 20px 0 rgb(19 60 154 / 8%), inset 0 2px 0 0 #fff;
    margin: 8px;
}


/* case */
.home-case {
    display: block;
    position: relative;
    width: 100%;
    height: 440px;
    overflow: hidden;
    margin: 40px 0px;
    padding-bottom: 20px;
}

.home-case-wrapper {
    display: flex;
    position: relative;
    overflow-x: visible;
    width: fit-content;
    height: 100%;
}


.home-case-wrapper_item {
    display: block;
    width: 340px;
    height: 100%;
    background: #fff;
    box-shadow: 0 2px 24px rgb(28 76 186 / 8%);
    border-radius: 6px;
    overflow: hidden;
    margin-right: 36px;
}

.home-case-wrapper_item-wrapper {
    height: fit-content;
    margin-bottom: 22px;
    overflow: hidden;
}

.item-wrapper_image {
    width: 340px !important;
    height: 208px !important;
}

.item-wrapper_title {
    margin-top: 40px;
    padding: 0 20px;
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #1f2329;
}


.item-wrapper_description {
    margin-bottom: 32px;
    padding: 0 20px;
    font-size: 14px;
    line-height: 22px;
    color: #51565d;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}


.js-mark-tea-data-show {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/** plan **/

.home-plan {
    position: relative;
    background-color: rgb(244, 249, 251);
    padding: 80px 0px;

}

.home-plan h1 {
    text-align: center;
    font-size: 40px;
}

.home-plan-box {
    width: 1200px;
    margin: 60px auto;

    background: #fff;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    height: 520px;
}

.home-plan-box-left {
    width: 250px;
    border-top: 1px #eee solid;
    overflow: hidden;
    height: 100%;
    border-left: 1px #eee solid;
    border-right: 1px #eee solid;
    border-bottom: 1px #eee solid;
}

.home-plan-box-left-items {
    width: 250px;
    height: 33.43%;
    background-color: #f6fcff;
    display: flex;
    align-items: center;
    border-bottom: 1px #eee solid;
    background-image: url(../imgs/4342aa0.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 40%;
    cursor: pointer;
}

.home-plan-box-left-items:hover {
    background-color: #e7fbfd;
}


.home-plan-box-left .active {
    background-image: url(../imgs/e727f87.png);
    background-color: #2c6bff;
    color: #fff;
}

.home-plan-box-left-items-box {
    padding-left: 40px;
}

.home-plan-box-left-items-box h1 {
    font-size: 20px;
    margin-bottom: 10px;
    text-align: left;
    font-weight: 500;
}

.home-plan-box-left-items-box p {
    text-align: left;
}

.home-plan-box-right {
    height: 520px;
    flex: 1;
    border-top: 1px #eee solid;
}

.home-plan-box-right .active {
    display: flex;

}

.home-plan-box-right-items {
    display: none;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;

}



.home-plan-box-right-items-cols {
    width: 50%;
    height: 260px;
    border-right: 1px #eee solid;
    border-bottom: 1px #eee solid;
}

a.home-plan-box-right-items-cols:hover .items-box-title{
    color: #2c6bff;
}

.home-plan-box-right-items-data .home-plan-box-right-items-cols {
    width: 33.333%;
    height: 520px;
}

.home-plan-box-right-items-cols .items-title-box {
    font-size: 20px;
    color: rgba(11, 38, 64, .84);
    line-height: 28px;
    margin-bottom: 16px;
    font-weight: 500;
    padding-left: 35px;
}

.home-plan-box-right-items-cols .items-box {
    padding: 50px 30px;
}


.home-plan-box-right-items-cols .items-box .items-box-title {
    font-size: 20px;
    color: rgba(11, 38, 64, .84);
    line-height: 28px;
    margin-bottom: 16px;
    font-weight: 500;
    padding-left: 5px;
    display: flex;
    align-items: center;
}


.home-plan-box-right-items-cols .items-box .items-box-title img.icon {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}


.home-plan-box-right-items-cols .items-box .items-box-des {
    font-size: 15px;
    color: rgba(11, 38, 64, .68);
    line-height: 23px;
    margin-bottom: 20px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}



.items-box-tags .items {
    display: inline-block;
    background-color: #fff;
    border: 1px #eee solid;
    border-radius: 4px;
    padding: 5px 8px;
    color: #999;
    font-size: 13px;
    margin-top: 10px;
    margin-right: 4px;
}

.home-plan-box-right .active {
    transition: all .1s;
    animation-name: panel-active;
    animation-duration: 0.4s;
    animation-fill-mode: forwards;
}

.home-plan-box-right .disappear {
    transition: all .1s;
    animation-name: panel-disappear;
    animation-duration: 0.1s;
    animation-fill-mode: forwards;
}


@keyframes panel-active {
    0% {
        transform: translateY(-50px);
        opacity: 0;
    }

    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

@keyframes panel-disappear {
    0% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(30px);
        opacity: 0;
    }
}


.circle-box {
    opacity: 0.4;
    height: 440px;
    position: absolute;
    z-index: 9;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -40px;
}

.circle-box-item {
    border: 4px rgba(255, 255, 255, 0.1) solid;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    position: absolute;
}

.circle-box-item-1 {
    width: 340px;
    height: 340px;
}

.circle-box-item-2 {
    width: 540px;
    height: 540px;
}

.circle-box-item-3 {
    width: 740px;
    height: 740px;
}

.circle-box-item-4 {
    width: 940px;
    height: 940px;
}


.circle-box-item-5 {
    width: 1140px;
    height: 1140px;
}

.circle-box-item-6 {
    width: 1340px;
    height: 1340px;
}

.circle-box-item-7 {
    width: 1540px;
    height: 1540px;
}