<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'TGBF';
    src: url('./TG-TYPE-Bold.otf');
    font-weight: normal;
}

@keyframes opLeft {
    0% {
        opacity: 0;
        transform: translateX(-10px);
    }

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

@keyframes opRight {
    0% {
        opacity: 1;
        /* transform: translateX(0); */
    }

    100% {
        opacity: 0;
        /* transform: translateX(-10px); */
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes slideTlr {
    0% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(0, -0.15rem);
    }

    100% {
        transform: translate(0, 0);
    }
}

* {
    font-family: "PingFangSC-Semibold, PingFang SC", "æ€æºé»‘ä½“ CN Regular" !important;
}

.banner {
    width: 100%;
    height: 10.1rem;
    position: relative;
}

.banner .banner-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner .banner-content {
    width: 17.2rem;
    height: 3.8rem;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.banner .banner-content .banner-title {
    height: 1.5rem;
    width: 9.86rem;
    line-height: 1.5rem;
    font-size: .635rem;
    position: relative;
    color: #FFFFFF;
    text-shadow: 0px 2px 3px rgba(33, 34, 38, 0.73);
    font-weight: bold;
    margin-bottom: .2rem;
}

.banner .banner-content .banner-title img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vrb {
    position: absolute;
    top: 2.2rem;
    right: 8.4rem;
    width: 2.28rem;
    height: 1.69rem;
}

.tai {
    position: absolute;
    top: 3.95rem;
    right: 2rem;
}

.man {
    position: absolute;
    top: 5.2rem;
    right: 6.8rem;
}

/* .banner .banner-content .banner-title::after {
    content: "";
    position: absolute;
    right: -.2rem;
    top: 0;
    width: .2rem;
    height: .2rem;
    background: red;
} */

.banner .banner-content .title-main {
    width: 5.87rem;
    font-size: .28rem;
    color: #FFFFFF;
    margin-bottom: .1rem;
    letter-spacing: .02rem;
    position: relative;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN !important;
}

.banner .banner-content .title-main::after {
    content: "";
    position: absolute;
    right: -.1rem;
    top: .1rem;
    width: .2rem;
    height: .2rem;
    background: red;
    background: url(//qjzb.kuleiman.com/record/klm/kclz/1/xing.png) no-repeat center center;
}

.banner .banner-content .title-bot {
    width: 8.2rem;
    font-size: .228rem;
    color: #FFFFFF;
    letter-spacing: .02rem;
    line-height: .35rem;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN !important;
}

.banner .banner-btn {
    display: flex;
    width: 3.7rem;
    /* height: 0.3rem; */
    justify-content: flex-start;
    align-items: center;
    margin-top: .65rem;
}

.banner .banner-btn .btn {
    width: 1.86rem;
    height: 0.606rem;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .178rem;
    transition: all .3s;
    cursor: pointer;
}

.banner .banner-btn .btn:hover {
    box-shadow: rgba(2, 16, 43, 0.73) 0px 4px 15px 0px;
}

.banner .banner-btn .btn img {
    width: 0.32rem;
    height: 0.31rem;
    margin-right: .14rem;
}

.banner .banner-btn .btn i {
    display: block;
    width: 0.23rem;
    height: 0.23rem;
    margin-right: .14rem;
}

.banner .banner-btn .btn .vidd {
    background: url(//qjzb.kuleiman.com/record/klm/kclz/1/vidd.svg) center center / 100% 100% no-repeat;
}

.banner .banner-btn .btn .lives {
    background: url(//qjzb.kuleiman.com/record/klm/kclz/1/live.svg) center center / 100% 100% no-repeat;
}

.banner .banner-btn .vd-btn {
    margin-right: .28rem;
    color: #FFFFFF;
    background: #3972FF;
}



.banner .banner-btn .ol-btn {
    color: #000000;
    margin-right: .6rem;
    background: #FFFFFF;
    border-radius: 8px;
    border: 1px solid #FFFFFF;
}



/* metaverse */
.metaverse {
    width: 100%;
    height: 100%;
    position: relative;
}

.metaverse .qu {
    position: absolute;
    right: 3.4rem;
    top: 1rem;
    width: 1.16rem;
    height: 1.1rem;
}

.metaverse .yuany {
    position: absolute;
    left: 2.4rem;
    bottom: 5.7rem;
    width: .53rem;
    height: .53rem;
}

.metaverse-content {
    /* width: 15.2rem; */
    width: 100%;
    /* background: pink; */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    /* height: 102%; */
}

.metaverse-content .metaverse-title {
    width: 100%;
    /* height: 1rem; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: .85rem;
    margin-bottom: .6rem;
}

.metaverse-content .metaverse-title h3 {
    color: #030B1A;
    font-size: .455rem !important;
    margin-bottom: .3rem;
    font-family: PingFangSC-Regular, "PingFang SC" !important;
    position: relative;
    background: url(//qjzb.kuleiman.com/record/klm/kclz/1/title_bg.png) no-repeat center bottom;
    padding-bottom: .01rem;
}


.metaverse-content .metaverse-title p {
    font-size: .182rem;
    color: #030B1A;
    font-family: PingFangSC-Regular, "PingFang SC" !important;
}

.metaverse_top_bg,
.metaverse_bot_bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.pagination_view {
    width: 15.2rem;
    margin: 0 auto;
    margin-bottom: .8rem;
    border-bottom: 1px solid #DDDEEC;
}

.pagination_view ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination_view ul .pagination_list {
    width: 1.768rem;
    height: 0.58rem;
    text-align: center;
    line-height: .58rem;
    font-size: .228rem;
    font-family: PingFangSC-Regular, "PingFang SC" !important;
    transition: all .3s;
    margin-right: .15rem;
}

.pagination_view .active {
    color: #050C3E;
    font-weight: bold;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(102, 118, 243, 0.37) 100%);
}

.show-swiper {
    width: 15.2rem;
    height: 10rem;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.show-swiper .show-text {
    width: 5.5rem;
    height: 4rem;
    position: relative;
    margin-top: 1.7rem;
    margin-right: -.7rem;
}

.show-swiper .show-text .fad-text {
    position: absolute;
    width: 100%;
    height: 100%;
}

.swiper-container-metaverse {
    width: 14.2rem !important;
    height: 7.58rem;
    margin: 0 auto;
}

.inleft {
    animation: opLeft .3s linear;
    /* z-index: 1; */
}

.inright {
    animation: opRight .2s linear;
    /* z-index: -1; */
    opacity: 0;
}

.fadInset {
    opacity: 1;
}

.fadOutset {
    opacity: 0;
}

.swiper-container-metaverse .metavers-slide {
    width: 100% !important;
}

.swiper-container-metaverse .metavers-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.text-title .text_top_title {
    color: #050C3E;
    font-size: .4rem;
    margin-bottom: .2rem;
    display: flex;
    justify-content: flex-start;
    background: url(//qjzb.kuleiman.com/record/klm/kclz/1/title_icon.png) no-repeat left center;
    background-position: 0.258rem .2rem;
    font-weight: bold;
    font-family: 'TGBF' !important;
}

.text-title .text_top_title img {
    margin-top: .2rem;
    margin-left: -.2rem;
}

.text-title .text_main_title {
    font-size: .32rem;
    color: #030621;
    background: linear-gradient(105deg, #071148 20%, #9FAEFA 32%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    margin-bottom: .1rem;
    font-family: 'TGBF' !important;
}

.text-title .text_bt_title {
    font-size: .2rem;
    color: #030621;
    font-weight: bold;
    margin-bottom: .8rem;
    letter-spacing: .02rem;
    font-family: 'TGBF' !important;
}

.text-title .text_detail .detail_d {
    font-size: .2rem;
    color: #FFFFFF;
    position: relative;
    display: block;
    padding-left: .25rem;
    letter-spacing: .01rem;
    margin-bottom: .15rem;
}

.text-title .text_detail .detail_d::after {
    content: "";
    position: absolute;
    width: 0.1rem;
    height: 0.1rem;
    border-radius: 50%;
    left: 0;
    top: .08rem;
    background-color: #FFFFFF;
}

.vr {
    margin-top: 3.5rem;
    margin-right: .2rem;
    float: right;
}

.purple-y {
    position: absolute;
    right: -2.5rem;
    top: -0.5rem;
}

/* smarthom */
.planad {
    position: relative;
    height: 9.5rem;
}

.planad .activ .xiah,
.planad .activ .list-title,
.planad .activ .list_text_main {
    color: white !important;
}

.smarthom {
    position: relative;
}

.smarthom img {
    width: 100%;
    height: 102%;
    object-fit: cover;
}

.smart-content {
    width: 11.36rem;
    height: 6.385rem;
    margin: 0 auto;
    background: rgba(237, 241, 255, 0.01);
    box-shadow: rgba(2, 43, 38, 0.4) 9px 28px 49px 2px;
    border: 3px solid #FFFFFF;
    backdrop-filter: blur(15.6810297685511px);
    border-radius: 8px;
}

.smart-content .video-content {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.smart-content .video-content .stop-play {
    width: .758rem;
    height: .758rem;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    cursor: pointer;
    z-index: 2;
}

.smart-content .video-content #smartVideo {
    width: 100%;
    height: 100%;
}

.planad .plan-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.plan_content_main {
    width: 15.2rem;
    margin: .12rem auto;
}

.plan_content_main ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    gap: .202rem;
}

.plan_content_main .plan-list {
    display: flex;
    color: white;
    transition: all .3s;
    width: 7.29rem;
    height: 2.899rem;
    border-radius: 16px;
    background-size: 100% 100%;
    box-shadow: rgba(1, 43, 61, 0.1) 0px 10px 30px 0px;

}

.plan_content_main .plan-list:hover {
    transform: translate(0, -0.15rem);
    box-shadow: rgba(2, 43, 38, 0.5) 0px 4px 15px 0px;
}


.plan_content_main .plan-list .text-main {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: .2rem;
    width: 100%;
    padding: 0 .8rem;
    color: #030B1A;
}

.plan_content_main .plan-list .text-main .xiah {
    width: 100%;
    font-size: .305rem;
    position: relative;
    margin-bottom: .2rem;
}

.plan_content_main .plan-list .text-main .xiah::after {
    content: "";
    position: absolute;
    width: 0.32rem;
    height: 0.03rem;
    background: #FBCB50;
    left: 0;
    bottom: 0;
}

.plan_content_main .plan-list .text-main img {
    margin-top: -1rem;
    margin-bottom: .2rem;
    transition: all .3s;
}

.plan_content_main .plan-list .list-title {
    width: 100%;
    font-size: .26rem;
    margin-bottom: .2rem;
}

.plan_content_main .plan-list .list_text_main {
    font-size: .178rem;
    line-height: .3rem;
}

/* scenarios */
.scenarios {
    position: relative;
    background: #F2F7FF;
    height: 11.05rem;
    overflow: hidden;
}

.scenarios .swiper-sec {
    width: 100%;
    height: 4.1rem;
}

.scenarios .swiper-sce-top {
    margin-bottom: 0rem;
}

.scenarios .swiper-sce-btm {
    margin-left: 2rem;
}

.scenarios .swiper-sec .swiper-slide {
    width: 6.82rem !important;
    height: 3.906rem;
    position: relative;
    overflow: hidden;
}
.scenarios .swiper-sec .swiper-slide img{
    width: 100%;
    height: 100%;
}
.scenarios .swiper-sec .swiper-slide .sec-tit-tex {
    position: absolute;
    width: 1.705rem;
    height: .43rem;
    background: #DBEAFE;
    border-radius: 32px;
    left: 0.8rem;
    bottom: 0.45rem;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
}

.scenarios .swiper-sec .swiper-slide .sec-tit-tex .tex-icon {
    display: block;
    width: 0.18rem;
    height: 0.18rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-right: .1rem;
}

.scenarios .swiper-sec .swiper-slide .sec-tit-tex p {
    color: #1D4ED8;
    font-size: .178rem;
    font-weight: bold;
}
.swiper-sce-top .swiper-wrapper,.swiper-sce-btm .swiper-wrapper{
    -webkit-transition-timing-function: linear; /*ä¹‹å‰æ˜¯ease-out*/
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}
/* team */

.team {
    position: relative;
}

.team .team-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team .team-content .team-swiper {
    height: 3.6rem !important;
    overflow: hidden;
    width: 12.3rem;
}

.team-tap {
    width: 2.53rem;
    height: 3.47rem;
    padding: .4rem 0;
}

.team-tap .tap-list {
    width: 100%;
    height: .758rem;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 6px;
    text-align: center;
    line-height: .758rem;
    font-size: .228rem;
    color: #030B1A;
    margin-bottom: .2rem;
}

.team .active {
    font-weight: bold;
    font-size: .266rem;
    position: relative;
    background: #FFFFFF;
    border-radius: 6px;
    border: 1px solid #5085FB;
}

.team .active::after {
    position: absolute;
    content: '';
    left: 0.38rem;
    top: 0.35rem;
    width: 0.19rem;
    height: 0.065rem;
    background-color: #5085FB;
}

.team .team-content {
    width: 15.2rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    /* height: 3.47rem !important; */
}

.team .team-content .swiper-slide {
    height: 3.6rem !important;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
}

.team .team-content .swiper-slide .slide_item {
    width: 3.79rem;
    height: 3.5rem;
    background: url(//qjzb.kuleiman.com/record/klm/kclz/1/slidebg.png) no-repeat center center;
    background-size: 100% 100%;
    display: flex;
    justify-content: stretch;
    flex-direction: column;
    padding: .8rem .6rem 0 .6rem;
    cursor: pointer;
    border-radius: 12px;
    transition: all .3s;
    /*box-shadow: rgba(1,43,61,0.1) 0 10px 30px 0;*/
}
.team .team-content .swiper-slide .slide_item:hover{
    /*box-shadow: rgba(2, 23, 43, 0.5) 0px 5px 20px -2px;*/
    box-shadow: rgb(2 23 43 / 26%) 0px 2px 10px -2px;
}
.team .team-content .swiper-slide .slide_item:hover .slide_icon{
    transform:rotateY(360deg) translateY(-.2rem) !important;
}

.team .team-content .swiper-slide .slide_item .slide_icon {
    width: .632rem;
    height: .632rem;
    margin-bottom: .4rem;
    transition: all .5s;
}

.team .team-content .swiper-slide .slide_item .slide-title {
    color: #030B1A;
    font-size: .228rem;
    font-weight: bold;
    margin-bottom: .25rem;
}

.team .team-content .swiper-slide .slide_item .slide-detail {
    font-size: .178rem;
}

.nicescroll-rails {
    left: 9.45rem !important;
    cursor: pointer;
}

.nicescroll-rails div {
    cursor: pointer;
}

/* industry */
.industry {
    position: relative;
    height: 8rem;
}

.industry .features-bg {
    width: 100%;
    /* height: 100%; */
    height: 10.5rem;
    /* object-fit: cover; */
}

.industry .industry-content {
    width: 15.2rem;
    margin: 0 auto;
}
.industry .industry-list:hover img{
    transform: scale(1.2);
}
.industry .industry-list img {
    width: 100%;
    height: 100%;
    position: absolute;
    /* left: -18%; */
    transition: all .3s;
}

.industry .industry-title {
    width: 1.06rem;
    height: 0.26rem;
    position: absolute;
    top: .3rem;
    left: .3rem;
    font-size: .26rem;
    color: white;
}

.industry .industry-content ul {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}

.industry .industry-content .industry-list {
    width: 2.4rem;
    height: 4.8rem;
    transition: all .3s;
    position: relative;
    overflow: hidden;
    border-radius: 13px;
    /* display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; */
}

.industry .industry-content .industry-list h4 {
    transition: all 0.3s;
}

.industry .industry-content .industry-list p {
    transform: scale(0);
    transition: all .3s;
    text-align: center;
    margin-top: 0.35rem;
    color: #fff;
    padding: 0 0.35rem;
    font-size: .175rem;
    width: 5rem;
}

.industry-content .actives {
    height: 6.56rem;
}

.industry-content .actives img {
    width: 100%;
}


.industry .industry-content .industry-list .top-btn {
    width: 2.489rem;
    height: 0.48rem;
    margin: 0 auto;
    font-size: .22rem;
    color: #fff;
    text-align: center;
    line-height: .47rem;
    font-weight: 400;
}

.industry-list .text-main {
    width: 100%;
    height: 1.389rem;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.41);
    box-shadow: 0px 3 6px 0px rgba(134, 134, 134, 0);
    border-radius: 0px 0px 2px 2px;
    backdrop-filter: blur(11.98875062605914px);
    transition: all .3s;
}

.industry-list .text-main .numsd {
    font-size: .51rem;
    text-align: center;
    color: #fff;
    margin-top: .1rem;
}

.industry-list .mask {
    background: linear-gradient(180deg, rgba(4, 13, 62, 0) 0%, rgba(25, 46, 213, 0.86) 89%, rgba(116, 25, 213, 0.86) 100%);
    border-radius: 14px 15px 15px 15px;
    backdrop-filter: blur(4px);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all .3s;
}

.industry-content .actives .mask {
    opacity: 1;
}


/* guarantee */
.guarantee {
    position: relative;
    height: 7.5rem;
}

.guarantee .guarantee_bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.guarantee .guarantee-content {
    width: 15.2rem;
    margin: 0 auto;
}

.guarantee .guarantee-content ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    gap: 0.202rem;
}

.guarantee .guarantee-content .guarantee-content-list {
    width: 3.24rem;
    height: 4.09rem;
    box-shadow: rgba(1, 43, 61, 0.1) 0px 0px 4px 0px;
    background-size: 100% 100% !important;
}
.guarantee-content-list:hover{
    box-shadow: rgba(1, 43, 61, 0.1) 0px 4px 18px 5px !important;
}
.technical-content {
    width: 15.2rem;
    margin: 0 auto;
}

.technical-content ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}

.technical-content ul .technical-list {
    width: 3.665rem;
    height: 5.05rem;
    color: #050C3E;
    /* background: #F9F9FC; */
    border-radius: 10px;
    /* background: linear-gradient(225deg, #39F4FD 0%, #7AC8E3 12%, #4757F9 62%, #965AFF 100%); */
    position: relative;
    transition: all .3s;
    background-size: 100% 100%;
    background: transparent;
}

.technical-content ul .technical-list .ms {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.technical-content ul .technical-list .list-main {
    width: 100%;
    height: 100%;
    padding: .6rem .5rem;
     background: #F9F9FC;
    border-radius: 10px;
    /* transition: all .3s; */
    /*box-shadow: rgba(1, 43, 61, 0.1) 0px 2px 11px 0px;*/
    border: 1px solid #FFFFFF;
}

.technical-content ul .technical-list img {
    margin-bottom: .38rem;
    width: .9rem;
    height: .85rem;
}

.technical-content ul .technical-list h4 {
    font-size: .25rem;
    margin-bottom: .22rem;
}

.technical-content ul .technical-list p {
    font-size: .182rem;
    color: #050C3E;
    line-height: .31rem;
}

.technical-list:hover .list-main {
    background: transparent !important;
    color: #fff !important;
}

.technical-list:hover .list-main p {
    color: #fff !important;
}

.technical-list:hover {
    transform: translateY(-12px);
}

.technical-list:hover img {
    animation: slideTlr 1s linear infinite;
}


/* selected */
.selected {
    position: relative;
    height: 7.5rem;
}

.selected .selected-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.selected .select_content {
    width: 15.2rem;
    margin: 0 auto;
}

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

.selected .select_content ul .select_content_list {
    width: 7.35rem;
    height: 4.13rem;
}

.selected .select_content_list {
    position: relative;
}
.selected .select_content_list img{
    width: 100%;
    height: 100%;
}
.selected .toPlay {
    width: .758rem;
    height: .758rem;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    cursor: pointer;
    z-index: 2;
    background: url(//qjzb.kuleiman.com/record/klm/kclz/1/play_icon.png) no-repeat center center;
    background-size: 100% 100%;
}

.metaverse-content .swiper-button-prev,
.metaverse-content .swiper-button-next {
    width: .505rem !important;
    height: .505rem !important;
    border: 1px solid #121C32;
    border-radius: 50%;
    background-size: 0.155rem;
}

.metaverse-content .swiper-button-next {
    right: 3.65rem;
    top: 59%;
}

.metaverse-content .swiper-button-prev {
    left: 3.4rem;
    top: 59%;
}

.bk9 {
    height: 550px;
    overflow: hidden;
    zoom: 1;
    position: relative;
}

.bk9 .title {
    height: 36px;
    font-size: 36px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: bold;
    color: rgb(0, 3, 51);
    line-height: 36px;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 20px;
}

.bk9 p {
    font-size: 16px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: rgb(153, 153, 153);
    line-height: 24px;
    margin-bottom: 62px;
    text-align: center;
}

.select_box {
    width: 1725px;
    height: 255.216px;
    overflow: hidden;
    margin: 0px auto 80px;
    position: relative;
}

.select_box .select_log {
    position: absolute;
    z-index: 10;
    right: 0px;
    transform: rotate(180deg);
}

.select_box .select_log2 {
    position: absolute;
    z-index: 10;
    left: 0px;
}

.line_odd {
    width: 2899.16px;
    animation: 36s linear 0s infinite normal none running scrollToRight-data-v-6a32e916;
}

@keyframes scrollToRight-data-v-6a32e916 {
    0% {
        transform: translate3d(-50%, 0px, 0px);
    }

    100% {
        transform: translate3d(0%, 0px, 0px);
    }
}

.line_odd img {
    width: 50%;
    display: inline-block;
    float: left;
}

.line_event {
    width: 2899.16px;
    animation: 28s linear 0s infinite normal none running scrollToRight-data-v-6a32e916;
}

.line_event img {
    width: 50%;
    display: inline-block;
    float: left;
}

.bk9 .metaverse-title {
    margin-bottom: 0 !important;
}

.foot_contact {
    width: 100%;
    height: 4.8rem !important;
    background: url("//qjzb.kuleiman.com/record/klm/kclz/1/footerbg.png") no-repeat !important;
    background-size: 100% 100% !important;
    background-position: center !important;
    display: flex !important;
    align-items: center !important;
}


.con_center {
    text-align: center !important;
    width: 15.2rem !important;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}

center,
.conter2 {
    margin: 0 auto 0 !important;
    text-align: center !important;
}

.con_center .con_left .con_cenword{
    font-size: .455rem !important;
    margin-left: -1.8rem;
    color: #262A47 !important;
    margin-top: 1rem;
}
.con_center .con_left .con_centext{
    font-size: .581rem !important;
    font-weight: bold;
    margin-left: 1.87rem;
    color: #262A47 !important;
}

.con_center .con_right .con_cenword{
    font-size: .26rem !important;
    font-weight: bold;
    color: #262A47 !important;
}
.con_center .con_right{
    background: linear-gradient(268deg, rgba(255,255,255,0.75) 0%, rgba(255,255,255,0.3) 100%);
    padding: .4rem;
}
.con_cenword {
    font-size: .602rem !important;
    font-family: Source Han Sans CN !important;
    font-weight: bold !important;
    color: white !important;
    color: #FFFFFF;
}

.con_centext {
    font-size: 0.225rem !important;
    margin-top: 25px !important;
    font-family: Source Han Sans CN !important;
    color: white !important;
    line-height: .16rem !important;
}

.con_botinpt {
    display: flex !important;
    justify-content: center !important;
    flex-direction: column;
    align-items: center;
    width: auto !important; 
    margin: 0.45rem !important;
    padding-top: 0.2rem !important;
}

.con_botinpt1 {
    width: 3.735rem !important;
    height: 0.51rem !important;
    background: #FFFFFF !important;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1) !important;
    border-radius: 6px !important;
    font-size: 16px !important;
    border: 1px solid #FFFFFF;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: .2rem !important;
}

.con_botinpt input {
    text-align: left !important;
    font-size: 14px !important;
}

input[type="text"],
textarea {
    resize: none !important;
    outline: 0 !important;
    white-space: pre-wrap !important;
    word-wrap: break-word !important;
    /* background: #fff; */
}

.con_botinpt2 {
    width: 3.735rem !important;
    height: 0.51rem !important;
    font-size: 16px !important;
    background: #FFFFFF !important;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1) !important;
    border-radius: 6px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: .2rem !important;
}

.con_botinpt input {
    /* text-align: center !important; */
    font-size: 14px !important;
}

.con_botsub {
    width: 3.735rem !important;
    height: .51rem !important;
    color: #fff !important;
    line-height: .53rem !important;
    background: rgba(80, 133, 251, 1)!important;
    border-radius: 6px !important;
    font-size: .2rem !important;
    cursor: pointer;
    margin-left: 0 !important;
}
.con_botsub:hover{
    background: #4171dd!important;
}
.con_input {
    width: 82% !important;
    height: 100% !important;
    color: black !important;
    font-size: .18rem !important;
}

.con_botinpt1 input::-ms-input-placeholder {
    font-size: .18rem !important;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN !important;
    font-weight: 400 !important;
    color: #B0B0B0 !important;
    text-align: left !important;
}

.con_botinpt1 input::-moz-placeholder {
    font-size: .18rem !important;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN !important;
    font-weight: 400 !important;
    color: #B0B0B0 !important;
    text-align: left !important;
}

.con_botinpt1 input::-webkit-input-placeholder {
    font-size: .18rem !important;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN !important;
    font-weight: 400 !important;
    color: #B0B0B0 !important;
    text-align: left !important;
}

.con_botinpt2 input::-moz-placeholder {
    font-size: .18rem !important;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN !important;
    font-weight: 400 !important;
    color: #B0B0B0 !important;
    text-align: left !important;
}

.con_botinpt2 input::-ms-input-placeholder {
    font-size: .18rem !important;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN !important;
    font-weight: 400 !important;
    color: #B0B0B0 !important;
    text-align: left !important;
}

.con_botinpt2 input::-webkit-input-placeholder {
    font-size: .18rem !important;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN !important;
    font-weight: 400 !important;
    color: #B0B0B0 !important;
    text-align: left !important;
}

.swiper-selected .swiper-slide {
    overflow: hidden;
    background: linear-gradient(225deg, #39F4FD 0%, #7AC8E3 12%, #4757F9 62%, #965AFF 100%);
    border-radius: 12px;
    position: relative;
}

.swiper-selected .swiper-slide .ms {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 2px;
}

.swiper-selected .swiper-slide .img-main {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.swiper-selected .swiper-slide .img-main img {
    width: 101%;
    height: 100%;
    object-fit: cover;
}

.swiper-selected .swiper-slide img {
    transition: all .3s;
}

.swiper-selected .swiper-slide:hover img {
    transform: scale(1.2);
}


.viDivBg {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 1001;
    background: rgba(0, 0, 0, 0.6);
}

.viDiv {
    width: 55%;
    height: 70%;
    border: 0rem solid #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.viDiv video {
    width: 100%;
    height: 100%;
    background-color: #000;
}

.viDiv span {
    width: .425rem;
    height: .425rem;
    position: absolute;
    right: -0.375rem;
    top: -0.375rem;
    cursor: pointer;
    z-index: 889;
    background: #fff;
    border-radius: 50%;
}

.viDiv span img {
    display: block;
    width: 100%;
    height: 100%;
}

.video-cont {
    width: 11.7rem;
    height: 6.8rem;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    margin-top: .01rem;
    border-radius: 8px;
    overflow: hidden;
}

.video-cont #video {
    width: 100%;
    height: 100%;
}



/*æ–°åŠ&nbsp;çš„æ&nbsp;·å¼*/
.scenariosList{
    position: relative;
}

.scenariosList::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
}

.scenariosList .searchInfo{
    position: absolute;
    left: 50%;
    top: 50%;
    transition: all 0.5s ease 0s;
    transform: translate(-50%, 280%);
    opacity: 0;
    z-index: 20;
    width: 1.675rem;
    height: 0.5rem;
    background: #DBEAFE;
    border-radius: 0.375rem;
    font-size: .2rem;
    font-weight: 400;
    color: #1D4ED8;
    text-align: center;
    line-height: .5rem;
}
.scenariosList:hover:after{
    background: none;
}
.scenariosList:hover .searchInfo  {
    transform: translate(-50%, -50%);
    opacity: 1;
    cursor: pointer;
}

.scenariosList:hover .sec-tit-tex{
    opacity: 0;
}

.select_content_list{
    overflow: hidden;
    border-radius: 16px;
}
.select_content_list img{
    transition: all .3s;

}
.select_content_list:hover img{
    transform: scale(1.2);
}






















</pre></body></html>