.homeBox {
    /* min-width: 1200px; */
    height: 100vh;
    margin: 0 auto;
    background: #fff;
}

.banner {
    padding: 80px 0 50px;
    position: relative;
    z-index: 1;
    width: 100vw;
    height: 100vh;
}

.bannerBg {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 1;
}

.bannerSwiper {
    padding-bottom: 30px;
}

.highlights {
    padding: 120px 0;
    position: fixed;
    z-index: 2;
    transition: 1s;
    bottom: -100vh;
    width: 100vw;
    height: 100vh;
}

.business {
    padding-top: 100px;
    position: fixed;
    z-index: 3;
    transition: 1s;
    bottom: -100vh;
    width: 100vw;
    height: 100vh;
}

.partner {
    padding-top: 80px;
    position: fixed;
    z-index: 4;
    transition: 1s;
    bottom: -100vh;
    width: 100vw;
    height: 100vh;
}


.team {
    padding-top: 0;
    /* padding-bottom: 60px; */
    position: fixed;
    z-index: 5;
    transition: 1s;
    bottom: -100vh;
    width: 100vw;
    height: 100vh;
}


.intewiew {
    padding-top: 0;
    position: fixed;
    z-index: 6;
    transition: 1s;
    bottom: -100vh;
    width: 100vw;
    height: 100vh;
}

.update {
    padding-top: 0;
    position: fixed;
    z-index: 7;
    transition: 1s;
    bottom: -100vh;
    width: 100vw;
    height: 100vh;
}

.footer {
    position: fixed;
    z-index: 8;
    transition: 1s;
    bottom: -100vh;
    width: 100vw;
    height: 100vh;
    background: rgb(255, 255, 255, .8);
}

.bannerImg {
    /* height: 624px; */
    padding: 0 20px;
}

.banner_1_go {
    position: absolute;
    top: 31px;
    right: 60px;
    z-index: 1;
    height: 24px;
    transition: .3s;
}

.banner_1:hover .banner_1_go {
    right: 50px;
}

.banner_1_video {
    position: absolute;
    left: 100%;
    width: max-content;
    top: 33px;
}

.swiper-container,
.swiper-wrapper,
.swiper-slide {
    width: 100%;
    height: 100%;
}


.partnerTop>div {
    width: 196px;
    height: 106px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 39, 94, 0.1);
    border-radius: 26px;
    padding: 30px 0 30px 16px;
}

.partnerTop img {
    width: 46px;
    height: 46px;
}

.partnerTop>div>div {
    padding-left: 16px
}

.partnerTop p {
    line-height: 36px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    font-size: 26px;
    color: #163A6C;
    text-align: left;
}

.partnerTop span {
    line-height: 26px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    text-align: left;
}

.partnerBox>.swiper-slide {
    height: max-content;
    border-radius: 70px;
    padding: 20px;
    cursor: pointer;
    transition: .3s;
}

.partnerBox>.swiper-slide {
    border-radius: 20px;
}

.partnerBox>.swiper-slide:hover {
    background: #fff !important;
}

.partnerBox>.swiper-slide:hover .partnerTagsSwiper .swiper-slide {
    background: #DFD7FF !important;
}

.partnerHead {
    height: 65px;
    width: 100%;
    margin-bottom: 40px;
}

.partnerLeft {
    width: 100%;
}

.partnerlogo {
    height: 52px;
    margin-bottom: 10px;
    display: none;
}

.partnerImg {
    width: 100%;
    margin-bottom: 10px;
}

.partnerSwiper {
    position: relative;
    z-index: 2;
}

.partnerBottom .swiper-button-next {
    background: url(https://hti-ais-images-prd-1301376564.cos.ap-shanghai.myqcloud.com/share/htiweb/img/components/bannerBtn2.png) no-repeat;
    background-size: 100% 100%;
    width: 30px;
    height: 30px;
}

.partnerBottom .swiper-button-prev {
    background: url(https://hti-ais-images-prd-1301376564.cos.ap-shanghai.myqcloud.com/share/htiweb/img/components/bannerBtn1.png) no-repeat;
    background-size: 100% 100%;
    width: 30px;
    height: 30px;
}

.partnerBottom {
    width: 100%;
    margin-top: 40px;
    padding: 50px 90px;
    background: #dfd7ff;
    border-radius: 70px 70px 70px 70px;
}

.partnerName {
    width: 100%;
    font-weight: 600;
    font-size: 18px;
    color: #5D51A7;
    text-align: center;
    font-style: normal;
    text-transform: none;
    line-height: 20px;
}

.partnerNameEn {
    width: 100%;
    font-weight: 600;
    font-size: 14px;
    color: #5D51A7;
    text-align: center;
    font-style: normal;
    text-transform: none;
    line-height: 20px;
    margin-bottom: 10px;
}

.partnerImg img {
    border-radius: 20px;
    width: 100%;
}


.highlightsBox {
    width: 100%;
    margin-top: 60px;
    height: 400px;
}

.highlightsList {
    width: calc(100% / 4 - 40px);
    margin: 20px;
    position: fixed;
}

.highlightsList .cont {
    height: 120px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #97A0AB;
    line-height: 1.5;
}

.highlightsListShow {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
}

.highlightsBox .title {
    margin-bottom: 10px;
}

.highlightsBox img {
    width: 26px;
    margin-right: 10px;
}

.highlightsBox p {
    line-height: 26px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    font-size: 16px;
    color: #163A6C;
    text-align: left;
}

.highlightsBox span {
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #97A0AB;
    text-align: left;
}

.teamBox {
    display: flex;
    overflow-x: hidden;
    overflow-y: hidden;
    white-space: nowrap;
    width: 100%;
    height: 340px;
}

.teamBox>div {
    width: 260px;
    height: 340px;
    overflow: hidden;
    flex: 0 0 auto;
    margin-right: 40px;
}

.teamBg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.teamTitle {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: .5s;
}

.teamPhoto {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: .5s;
}

.businessList {
    width: calc(100% / 3 - 40px);
    margin: 20px;
    transition: .3s;
    border-radius: 40px;
    overflow: hidden;
    cursor: pointer;
}

.businessList:hover img {
    transform: rotateY(180deg);
}

.businessList:hover div {
    transform: rotateY(0deg);
    z-index: 1;
}


.businessList img {
    width: 100%;
    height: 100%;
    transition: .5s;
}

.businessList div {
    transition: .5s;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    position: absolute;
    top: -2px;
    left: -2px;
    transform: rotateY(180deg);
    z-index: -1;
    border-radius: 40px;
    padding: 40px;
    line-height: 2;
}

.businessList p {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: bold;
}

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

.businessList i {
    font-size: 12px;
    flex: 1;
    text-align: right;
}


.intewiewCont {
    width: 230px;
    height: max-content;
}

.intewiewCont video,
.intewiewCont img {
    width: 230px;
    border-radius: 20px;
}

.intewiewCont p {
    width: 230px;
    line-height: 22px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    font-size: 14px;
    color: #333333;
    text-align: left;
    margin: 10px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.intewiewCont span {
    width: 230px;
    height: 20px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #5D728B;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.intewiewSwiperChirlden {
    width: 1080px;
}

.intewiewBtns span {
    line-height: 22px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #5D728B;
    text-align: left;
    margin-right: 40px;
}

.intewiewBtns span.on {
    line-height: 22px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    font-size: 18px;
    color: #134A6F;
    text-align: center;
}

.updateList {
    width: 360px;
    cursor: pointer;
}

.updateList>img {
    width: 360px;
    height: 240px;
    margin-bottom: 10px;
    border-radius: 20px;
}

.updateList>div>img {
    width: 16px;
    margin-right: 6px
}

.updateList i {
    line-height: 22px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #5D728B;
    text-align: left;
}

.updateList p {
    width: 360px;
    line-height: 24px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    font-size: 18px;
    color: #163A6C;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.updateList span {
    width: 360px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #97A0AB;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}


.highlightsList-0 {
    position: fixed;
    left: -300px;
}

.highlightsList-1 {
    position: fixed;
    left: -500px;
    top: -300px;
}

.highlightsList-2 {
    position: fixed;
    left: calc(100% - 300px);
    top: -300px;
}

.highlightsList-3 {
    position: fixed;
    left: 100%;
}

.highlightsList-4 {
    position: fixed;
    left: -300px;
    top: 100%
}

.highlightsList-5 {
    position: fixed;
    left: calc(50% - 100px);
    top: 100%
}

.highlightsList-6 {
    position: fixed;
    left: 100%;
    top: 100%
}

.goNext {
    position: absolute;
    bottom: 5px;
    width: 40px;
    left: calc(50% - 20px);
    z-index: 1;
    cursor: pointer;
    animation: float 1s linear infinite;
    transition: 1s;
}


.intewiewBox .swiper-button-next {
    background: url(https://hti-ais-images-prd-1301376564.cos.ap-shanghai.myqcloud.com/share/htiweb/img/home/右@2x.png) no-repeat;
    background-size: 100% 100%;
    width: 30px;
    height: 30px;
}

.intewiewBox .swiper-button-prev {
    background: url(https://hti-ais-images-prd-1301376564.cos.ap-shanghai.myqcloud.com/share/htiweb/img/home/左@2x.png) no-repeat;
    background-size: 100% 100%;
    width: 30px;
    height: 30px;
}

.intewiewSwiperBtn_l {
    position: absolute;
    width: 30px;
    top: 300px;
    left: 20px;
    z-index: 1;
    cursor: pointer;
}

.intewiewSwiperBtn_r {
    position: absolute;
    width: 30px;
    top: 300px;
    right: 20px;
    z-index: 1;
    cursor: pointer;
}


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

    50% {
        transform: translateY(-20%);
    }

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

.teamCon {
    width: 260px;
    height: 340px;
}

.teamCon img {
    width: 260px;
    height: 340px;

}

.teamList_head {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: .5s;
}

.teamList_name {
    top: -100%;
    position: absolute;
    left: 0;
    z-index: 1;
    transition: .5s;
}

.rightNav {
    position: fixed;
    top: 50%;
    z-index: 10;
    transform: translate(0, -50%);
    overflow: hidden;
    right: 40px;
    background: rgba(255, 255, 255, .8);
    border-radius: 20px;
    padding: 0 20px;
}

.rightNav span {
    cursor: pointer;
    text-align: center;
    transition: .5s;
    line-height: 60px;
    font-size: 14px;
    text-align: center;
    position: relative;
    z-index: 2;
    color: #715D4B;
    width: 84px;
}

.rightNav span.on {
    color: #E99144;
}

.rightNav i {
    position: absolute;
    border: 1px #E99144 solid;
    border-radius: 10px;
    transition: .5s;
    width: 84px;
    height: 30px;
    z-index: 3;
    top: 15px;
    left: 20px;
}

.videoCont {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 22;
}

.videoMode {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .8);
    z-index: 1;
}

.videoCont video {
    position: absolute;
    max-width: 70vw;
    max-height: 70vh;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.welcome {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: #000;
    z-index: 888;
    transition: 1s;
}

.welcome_item {
    width: 20%;
}

.welcomeBg {
    position: relative;
    overflow: auto;
    width: 100vw;
    height: max-content;
}

.welcomeBg::after {
    content: "";
    position: absolute;
    width: inherit;
    border-radius: inherit;
    box-shadow: inherit;
    left: 0;
    top: 100%;
}

.welcome_cont {
    width: 200vw;
    height: 200vh;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 8889;
    background: url('https://hti-ais-images-prd-1301376564.cos.ap-shanghai.myqcloud.com/share/htiweb/img/welcome/HTI新logo2.png') no-repeat;
    background-size: 100% 100%;
    border: 100vw solid #000;
    box-sizing: content-box;
    transform: translate(-50%, -50%);
    transition: 2s;
    opacity: 0;
}

.welcome_withe {
    width: 100vw;
    height: 100vh;
    background: #fff;
    opacity: 0;
    transition: 1s;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 889;
}

.welcome_point {
    width: 0;
    height: 0;
    position: absolute;
    z-index: 1;
    transition: 2s;
    background: #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.title4 {
    font-size: 16px;
    line-height: 2;
    color: #7B440E;
    width: 548px;
    height: 130px;
    margin-bottom: 11px;
}

.title4 span {
    font-size: 16px;
    line-height: 2;
    color: #7B440E;
}

.title4_end {
    font-size: 16px;
    color: #7B440E;
    font-weight: bold;
}

.title1 {
    transform: skewX(30deg) translateX(-312px);
    animation: ani1 .5s ease-in 1 normal forwards
}

.title2 {
    transform: skewX(30deg) translateX(-485px);
    animation: ani2 .5s ease-in 1 normal forwards
}

@keyframes ani1 {
    0% {
        transform: skewX(30deg) translateX(-312px);
    }

    100% {
        transform: skewX(0deg) translateX(0);
    }
}

@keyframes ani2 {
    0% {
        transform: skewX(30deg) translateX(-485px);
    }

    100% {
        transform: skewX(0deg) translateX(0);
    }
}

.update_more {
    margin-bottom: 20px;
}

.update_more span {
    line-height: 22px;
    font-weight: 400;
    font-size: 16px;
    color: #FFC467;
}

.update_more img {
    height: 16px;
    margin-left: 10px;
}

.partnerTagsSwiper {
    height: 120px;
    margin-top: 26px;
}

.partnerTagsSwiper .swiper-slide {
    width: 100%;
    height: 32px;
    background: #fff;
    border-radius: 16px 16px 16px 16px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #5D51A7;
    text-align: center;
    font-style: normal;
    text-transform: none;
    transition: .3s;
}

.partnerBottomBg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
}


.intewiewContent {
    width: 100%;
    height: max-content;
    background: #f0f9ff;
    padding: 70px 60px 100px;
    border-radius: 70px;
}

@media screen and (max-width: 1300px) {
    .homeTitle {
        height: 80px;
    }

    .partnerBottom {
        margin-top: 20px;
        padding: 30px 60px;
        background: #dfd7ff;
        border-radius: 30px;
    }

    .businessList {
        margin: 10px;
    }

    .intewiewContent {
        padding: 40px 30px 50px;
        border-radius: 40px;
    }
}

.brand-logo {
    position: fixed;
    z-index: 99;
    top: 15px;
    left: 100px;
    width: 80px;
    transition: 1s;
}