.banner {
	width: 100vw;
	height: 9.22rem;
	position: relative;
	margin: 0 !important;
	overflow: hidden;
}

.banner::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(180deg, rgba(0, 43, 101, 0.54) 0%, rgba(144, 145, 175, 0.06) 100%);
	z-index: 1;
	pointer-events: none;
}

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

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

#pano {
	width: 100%;
	height: 100%;
	pointer-events: auto;
}

img[data-src] {
	opacity: 0;
	transition: all 1s ease;
}

.loaded {
	opacity: 1 !important;
}

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

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

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

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

.wrap {
	width: 100vw;
}

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

.content-banner {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
}

.yell-img,
.red-img {
	position: absolute;
	z-index: 1;
}

.yell-img {
	width: .4rem;
	height: .4rem;
	left: .2rem;
	bottom: 5.2rem;
	/* animation: trsal 2s infinite;  */
}

.red-img {
	width: .3rem;
	height: .3rem;
	bottom: 3.8rem;
	right: .2rem;
	/* animation: trsal 2.5s infinite;  */

}

.content-banner .title-banner {
	width: 5.12rem;
	font-size: 0.52rem;
	font-family: SourceHanSansCN-Bold, SourceHanSansCN;
	font-weight: bold;
	color: #FFFFFF;
	padding: .1rem 0;
	margin: 2rem auto 0;
	text-align: center;
	position: relative;
	text-shadow: 0px 1px 2px rgba(33, 34, 38, 0.73);
	/* border-image: linear-gradient(291deg, rgba(0, 86, 255, 0.9), rgba(39, 196, 202, 1)) 1 1; */
}

.content-banner .title-text {
	width: 5.5rem;
	color: #FFFFFF;
	font-size: .212rem;
	font-family: SourceHanSansCN-Normal, SourceHanSansCN;
	font-weight: 400;
	line-height: 0.39rem;
	text-align: center;
	margin: 0.15rem auto 0
}


.content-banner .btn {
	width: 4rem;
	display: flex;
	justify-content: space-between;
	margin: 0.36rem auto 0;
}

.content-banner .btn .btn1 {
	width: 1.85rem;
	height: 0.6rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #3972FF;
	border-radius: 23px;
}

.content-banner .btn .btn1:active {
	background: rgba(51, 51, 51, 0.3);
}

.content-banner .btn .btn1 .icon {
	width: 0.28rem;
	height: 0.28rem;
	margin-right: 0.1rem;
	margin-left: -.1rem;
	background: url(//klm10.kuleiman.com/record/klm/zhjz/2/vidd.svg) center center / 100% 100% no-repeat;

}

.content-banner .btn .btn1 span {
	font-size: 0.22rem;
	font-family: PingFang-SC-Regular, PingFang-SC;
	font-weight: 400;
	color: #FFFFFF;
}

.content-banner .btn .btn2 {
	width: 1.85rem;
	height: 0.6rem;
	background: rgba(0, 0, 0, 0.4);
	border-radius: 23px;
	border: 1px solid #FFFFFF;
	display: flex;
	justify-content: center;
	color: #FFFFFF;
	align-items: center;
}

.content-banner .btn .btn2:active {
	background: #1559FF;
}

.content-banner .btn .btn2 .icon {
	width: 0.3rem;
	height: 0.3rem;
	margin-right: 0.1rem;
	/* margin-top: .04rem; */
	margin-left: -.1rem;
	background: url(//klm10.kuleiman.com/record/klm/zhjz/2/live.svg) center center / 100% 100% no-repeat;
}

.content-banner .btn .btn2 span {
	font-size: 0.22rem;
	font-family: PingFang-SC-Regular, PingFang-SC;
	font-weight: 400;
}

.content-banner .banner-imag {
	width: 100%;
	height: 3.26rem;
	margin-top: .8rem;
	position: relative;
}

.content-banner .banner-imag .banner-pd {
	width: 3.35rem;
	height: 4.76rem;
	position: absolute;
	bottom: 0;
	left: 0;
	top: 0;
	right: 0;
	margin: auto;
}

.banner .ms {
	width: 100vw;
	height: 0.8rem;
	background: rgba(232, 239, 255, 0.05);
	backdrop-filter: blur(0.085rem);
	position: absolute;
	left: 0;
	bottom: 0;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}

.banner .ms li {
	width: auto;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.banner .ms li h1 {
	font-size: 0.2rem;
	font-family: SourceHanSansCN-Medium, SourceHanSansCN;
	font-weight: 500;
	color: #FFFFFF;
	text-align: center;
}

.banner .ms li p {
	font-size: 0.17rem;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	margin: 0.07rem auto 0;
}

.banner .ms .line {
	width: 0.01rem;
	height: 0.37rem;
	border: 0.01rem solid #979797;
}



/* prod-ad */
.prod-ad {
	width: 100vw;
	position: relative;
}

.prod-ad .app-sce_content {
	position: absolute;
	width: 100%;
	margin: 0 auto;
	top: 0;
}

.prod-ad .planbg {
	width: 100%;
	height: 11.8rem;
}

.prod-ad .prod_ad_list {
	width: 2.89rem;
	height: 4.1rem;
	margin-bottom: .12rem;
	position: relative;
	color: #fff;
	background-size: 100% 100%;
	padding: .55rem 0;
}

.prod-ad .prod_ad_list img {
	width: .65rem;
	height: .65rem;
	margin-bottom: .2rem;

}

.prod_ad_main {
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
}

.prod-ad .prod_ad_list .text-content {
	display: flex;
	align-items: center;
	flex-direction: column;
}

.prod-ad .prod_ad_list .text-content .ad_p {
	font-size: .202rem;
	letter-spacing: .02rem;
	padding: 0 .2rem;
	text-align: center;
	line-height: .3rem;
}

.prod-ad .prod_ad_list .text-content .ad_title {
	font-size: .265rem;
	margin-bottom: .2rem;
	letter-spacing: .02rem;
	height: .35rem;
}

.decoration {
	width: 100vw;
	position: relative;
}

.decoration .decorationbg {
	width: 100%;
	height: 7.2rem;
}

.decoration .app-sce_content {
	position: absolute;
	width: 100%;
	margin: 0 auto;
	top: 0;
	height: 100%;
}

.decoration .dec-content {
	width: 6rem;
	height: 3.516rem;
	margin: 0 auto;
	background: rgba(237, 241, 255, 0.01);
	box-shadow: rgba(2, 43, 38, 0.4) 0px 8px 15px 0px;
	border: 1px solid #FFFFFF;
	backdrop-filter: blur(8.615950422280825px);
	margin-top: .6rem;
	padding: .174rem;
	position: relative;
	border-radius: 6px;
}

.decoration .dec-content .play-bt {
	width: .82rem;
	height: .82rem;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 2;
	background: url(//klm10.kuleiman.com/record/klm/zhjz/2/play_icon.png) no-repeat center center;
	background-size: 100% 100%;
	z-index: 5;
}

.decoration .dec-content #video {
	width: 100%;
	height: 100%;
}

/* app-sce */
.app-sce {
	width: 100vw;
	/* height: 7.17rem; */
	position: relative;
}

.app-sce .core-bg {
	width: 100vw;
	height: 10.05rem;
	object-fit: fill;
}

.app-sce .app-sce_content {
	position: absolute;
	width: 100%;
	margin: 0 auto;
	top: 0;
}

.app-sce_content {
	/* width: 100%; */
	/* height: 100%; */
	overflow: hidden;
	zoom: 1;
}

.app-sce_content .app-sce_title {
	font-size: 0.36rem;
	font-family: SourceHanSansCN-Bold, SourceHanSansCN;
	font-weight: bold;
	color: #091027;
	text-align: center;
	margin: 0.78rem auto 0;
}

.app-sce_content .p3 {
	font-size: 0.22rem;
	width: 5rem;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #343D58;
	text-align: center;
	margin: 0.22rem auto 0;
	line-height: .36rem;
}

.swiper-container3 {
	width: 100%;
	padding-left: 0.26rem;
	margin-top: 0.43rem;
}

.pagination-cus {
	width: 1rem;
	height: .07rem;
	background: #D8D8D8;
	margin: 0 auto;
	border-radius: 16px;
	overflow: hidden;
	position: relative;
	margin-top: .6rem;
}

.pagination-cus .cus-slide {
	width: .44rem;
	height: 100%;
	background: #3972FF;
	border-radius: 16px;
	position: absolute;
	left: 0;
	top: 0;
	transition: all .3s;
}

.swiper-container3 .swiper-slide {
	width: 4.012rem;
	height: 6.7rem;
	margin-right: 0.17rem;
	position: relative;
	border-radius: 4px;
	background: pink;
	overflow: hidden;
}

.app-sce .app-sce_content .p3 {
	margin-bottom: .6rem;
}

.swiper-container3 .swiper-slide .mask {
	width: 100%;
	height: 3.192rem;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
}

.swiper-container3 .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: fill;
}

.swiper-container3 .swiper-slide .text-wrap {
	width: 100%;
	height: 3.25rem;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 0.26rem 0;
	display: flex;
	background: rgba(0, 0, 0, 0.41);
	box-shadow: 0px 2 3px 0px rgba(134, 134, 134, 0);
	border-radius: 0px 0px 5px 5px;
	flex-direction: column;
	backdrop-filter: blur(11.98875062605914px);
	-webkit-backdrop-filter: blur(11.98875062605914px);
	z-index: 5;
}

.swiper-container3 .swiper-slide .text-wrap h1 {
	font-size: .41rem;
	font-family: SourceHanSansCN-Medium, SourceHanSansCN;
	font-weight: 500;
	color: #FFFFFF;
	text-align: center;
	margin-top: .25rem;
}

.swiper-container3 .swiper-slide .text-wrap .line {
	width: 0.34rem;
	height: 0.03rem;
	background: #FFFFFF;
	margin-top: 0.22rem;
	margin-left: 0.05rem;
}

.swiper-container3 .swiper-slide .text-wrap h2 {
	font-size: 0.255rem;
	font-family: SourceHanSansCN-Bold, SourceHanSansCN;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 0.05rem;
	letter-spacing: .02rem;
	text-align: center;
	margin-bottom: .2rem;
}

.swiper-container3 .swiper-slide .text-wrap p {
	font-size: 0.2rem;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 0.31rem;
	text-align: center;
}

.swiper-pagination3 {
	width: 100%;
	text-align: center;
	margin-top: 0.34rem;
}

.swiper-pagination3 .swiper-pagination-bullet {
	width: 0.34rem;
	height: 0.07rem;
	background: rgba(57, 114, 255, .32);
	border-radius: 0.03rem;
	margin-right: 0.09rem;
}

.swiper-pagination3 .swiper-pagination-bullet-active {
	width: 0.68rem;
	height: 0.07rem;
	background: #3972FF;
	border-radius: 0.03rem;
}

.swiper-pagination3 .swiper-pagination-bullet:last-of-type {
	margin-right: 0;
}

.metaverse {
	position: relative;
}

.metaverse-content {
	margin-top: .6rem;
}

#nav {
	width: 100%;
	height: .567rem;
	/* background: pink; */
	padding: 0 .3rem;
	margin-bottom: .4rem;
}

#nav .swiper-wrapper {
	width: 100%;
}

#nav .swiper-wrapper .swiper-slide {
	width: 2.47rem !important;
	height: 100%;
	text-align: center;
	line-height: .5rem;
	font-size: .223rem;
	color: #091027;
	transition: all .3s;
	border-radius: 23px;
	overflow: hidden;
	padding: 0 .1rem;

}

#nav .swiper-wrapper .swiper-slide .mss {
	width: 100%;
	height: 100%;
	border: 1px solid #343D58;
	border-radius: 23px;

}

#nav .swiper-wrapper .swiper-slide .mss .tt-mex {
	line-height: .53rem !important;
}

#nav .swiper-wrapper .swiper-slide-active {
	font-weight: bold;
	color: #3972FF;
	border: none;

}

#nav .swiper-wrapper .swiper-slide-active .mss {
	background: linear-gradient(225deg, #39F4FD 0%, #7AC8E3 12%, #4757F9 62%, #965AFF 100%);
	position: relative;
	border: none;
}

#nav .swiper-wrapper .swiper-slide-active .te-man {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 23px;
	padding: .02rem;
}

#nav .swiper-wrapper .swiper-slide-active .te-man .tt-mex {
	width: 100%;
	height: 100%;
	background: white;
	border-radius: 23px;
}

.show-swiper {
	width: 100vw;
	margin: 0 auto;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: url(//klm10.kuleiman.com/record/klm/zhjz/2/me_bg.png) no-repeat center bottom;
	background-size: 100%;
}

.show-swiper .fad-text {
	background: rgba(0, 0, 0, 0.15);
	backdrop-filter: blur(11px);
	-webkit-backdrop-filter: blur(11px);
}

.show-swiper .text-title {
	display: flex;
	flex-direction: column;
	height: 2.74rem;

}

.show-swiper .text-title .text-title-top {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	margin-bottom: .15rem;
	margin-top: .5rem;
	position: relative;

}

.show-swiper .text-title .text-title-btm {
	display: flex;
	justify-content: space-evenly;
	margin-bottom: .5rem;
	padding: 0 0.2rem;
}

.show-swiper .text-title .text-title-btm {
	width: 100%;
}

.show-swiper .text-title .text-title-btm .text_detail {
	width: 100%;
}

.show-swiper .text-title .text-title-top .ququ {
	width: 1.215rem;
	height: 0.445rem;
	font-size: .202rem;
	background: linear-gradient(225deg, #5FBEF7 0%, #3192FF 100%);
	border-radius: 5px;
	color: white;
	text-align: center;
	line-height: .445rem;
	margin-top: -.15rem;
	margin-left: 1.2rem;
	cursor: pointer;
}

.videoMask {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
}

.text-title .text_top_title {
	width: 0.8rem;
	color: white;
	font-size: .3rem;
	margin-bottom: 0.2rem;
	display: flex;
	justify-content: flex-start;
	background-position: 0.35rem 0.3rem;
	font-weight: bold;
	font-family: 'TGBF' !important;
	margin-right: -2rem;
	margin-left: .1rem;
}

.text-title .text_top_title p {
	font-family: 'TGBF' !important;
}

.text-title .text_main_title {
	margin-left: .8rem;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN !important;
}

.text-title .text_main_title .sce-text {
	font-size: .256rem;
	color: white;
	font-weight: bold;
}

.text-title .text_bt_title {
	font-size: .24rem;
	color: #030621 !important;
	font-weight: bold;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN !important;
	margin-left: .55rem;
}

.text-title .text_detail .detail_d {
	font-size: .212rem;
	position: relative;
	display: block;
	padding-left: .3rem;
	padding-right: .3rem;
	margin-bottom: 0.15rem;
	color: #FFFFFF;
	line-height: .32rem;
}

/* indus-solu */
.indus-solu {
	width: 100vw;
	background-color: #F3FCFC;
}

.indus-solu .indus_solu_content,
.tec-sup .tec-content,
.sel-cas .sel-content,
.prod-ad .prod-content,
.core-func .core-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 .2rem;
	margin-top: .6rem;
}

.swiper-container-metaverse {
	width: 6.4rem !important;
	height: 6.88rem !important;
	background: white;
}

.swiper-container-metaverse .video-cont {
	position: relative;
}

.swiper-container-metaverse .show-text {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}

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

.indus-solu .indus_solu_content .solu_list {
	width: 5.8rem;
	height: 2.65rem;
	margin-bottom: .14rem;
	box-shadow: 0px 2px 4px 0px rgba(2, 43, 38, 0.18);
	border-radius: 16px;
	padding: .25rem .48rem 0 .5rem;
	color: #ffF;
	background-size: 103%;
	background-position: -.1rem 0rem;
	background-repeat: no-repeat;
	background-size: 103% 105%;

}

.indus-solu .indus_solu_content .solu_top {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.indus-solu .indus_solu_content .solu_top img {
	width: .48rem;
	height: .48rem;
}

.indus-solu .indus_solu_content .solu_top p {
	display: flex;
	justify-content: center;
	font-size: 12px;
}

.indus-solu .indus_solu_content .solu_top p span {
	display: block;
	width: 0.32rem;
	height: 0.1rem;
	font-size: .22rem;
	background: url(//klm10.kuleiman.com/record/klm/zhjz/2/seemore.png) no-repeat center center;
	background-size: 100% 100%;
	margin-top: .12rem;
	margin-left: .1rem;
}

.indus-solu .indus_solu_content .solu_main p {
	font-size: .28rem;
	font-weight: bold;
	margin-bottom: .12rem;
	margin-top: .12rem;
}

.indus-solu .indus_solu_content .solu_main span {
	display: block;
	font-size: .22rem;
	letter-spacing: .028rem;
}

/* tec-sup */
.tec-sup {
	margin: 0 auto;
}

.tec-sup .tec_sup_main {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.tec-sup .tec_sup_main .tec_sup_list {
	width: 100%;
	height: 2.94rem;
	background-size: 103% 103%;
	background-position: -0.07rem -0rem;
	background-repeat: no-repeat;
	box-shadow: 1px 4px 5px 0px rgba(2, 43, 38, 0.18);
	margin-bottom: .2rem;
	border-radius: 16px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: .45rem .2rem 0 .45rem;
	overflow: hidden;
}

.tec-sup .tec_sup_main .tec_sup_list .sup_title {
	color: #0C2B56;
	font-size: .3rem;
	font-weight: bold;
	letter-spacing: .018rem;
	margin-bottom: .35rem;
	margin-top: -.15rem;
}

.tec-sup .tec_sup_main .tec_sup_list .sup_p {
	color: #0C2B56;
	font-size: .22rem;
	letter-spacing: .028rem;
}

/* sel-cas */
.sel-cas {
	position: relative;
	height: 8.7rem;
}

.sel-cas img {
	width: 100%;
	height: 100%;
	object-fit: fill;
}

.sel-cas .app-sce_content {
	position: absolute;
	width: 100%;
	margin: 0 auto;
	top: 0;
}

.sel-cas .sel_cas_main {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-around;
}

.sel-cas .sel_cas_main .sel_cas_list {
	width: 2.9rem;
	height: 2.56rem;
	position: relative;
}

.sel-cas .sel_cas_main .sel_cas_list:nth-child(1) {
	margin-bottom: .1rem;
}

.sel-cas .sel_cas_main .sel_cas_list:nth-child(odd) {}

.sel-cas .sel_cas_main .sel_cas_list img {
	width: 100%;
	height: 100%;
	object-fit: fill;
}

.sel-cas .sel_cas_main .sel_cas_list .see-more {
	width: 2.4rem;
	height: 0.635rem;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background: rgba(255, 255, 255, 0.7);
	border-radius: 3px;
	backdrop-filter: blur(24.12132398071767px);
	text-align: center;
	line-height: .635rem;
	color: #000000;
	font-size: .202rem;
	margin-top: .6rem;
}

.sel-cas .sel_cas_main .sel_cas_list .gotos {
	width: 0.515rem;
	height: 0.515rem;
	background: url(//klm10.kuleiman.com/record/klm/zhjz/2/gotos.png) no-repeat center center;
	background-size: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	margin-top: 1.65rem;

}

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

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

/* 播放视频部分 */
.video-pre-bg {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1001;
	background: rgba(0, 0, 0, 0.6);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.video-pre-bg.myshow {
	opacity: 1;
	visibility: visible;
}

.video-pre-box {
	width: 5.547rem;
	height: 3.1234rem;
	max-width: 1000px;
	max-height: 564px;
	border: 0px solid #fff;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

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

.video-pre-close {
	background: url(../imgs/close.png) no-repeat 50% 50%;
	background-size: contain !important;
	width: 29px;
	height: 29px;
	position: absolute;
	right: -18px;
	top: -34px;
	cursor: pointer;
	z-index: 889;
	border-radius: 50%;
	padding: 5px;
}

/* 弹框2 */
.ly-pop {
	background: rgba(0, 0, 0, .5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1001;
	width: 100%;
	height: 100%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	visibility: hidden;
	opacity: 0;
	display: none;
}

.ly-pop.show {
	visibility: visible;
	opacity: 1;
	display: block;
}

.ly-container {
	font-size: .175rem;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	border-radius: .075rem;
	overflow: hidden;
	background: #fff;
	width: 4.975rem;
	height: 2.275rem;
}

.ly-cont-top {
	background-color: #f5f5f5;
	height: .5rem;
	line-height: .5rem;
	padding: 0 .125rem;
	border-bottom: .0125rem solid #efefef;
}

.ly-cont-top .labels {
	padding-left: .35rem;
	background: url(//klm10.kuleiman.com/record/klm/zhy/2/tool/ly-01.png) 0 center / 23% no-repeat;
}

.ly-close {
	cursor: pointer;
	width: .25rem;
	height: .25rem;
	float: right;
	margin-top: .125rem;
	background: url(//klm10.kuleiman.com/record/klm/zhy/2/tool/ly-close.png) center center / 100% 100% no-repeat;
}

.ly-cont-wrap {
	line-height: .275rem;
	margin-top: .3875rem;
	padding: 0 .125rem 0 1.625rem;
	min-height: 1.0125rem;
	background: url(//klm10.kuleiman.com/record/klm/zhy/2/tool/ly-02.png) .25rem center / 20% no-repeat;
}

.ly-cont-wrap i {
	color: #ed6a11;
}

.ly-cont-wrap .t {
	color: #383838;
}


/* bk12 */
.bk12 {
	width: 100vw;
	height: 6rem;
	position: relative;
}

.bjt12 {
	width: 100%;
	height: 100%;
	object-fit: fill;
}

.content12 {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
	zoom: 1;
}

.content12 .title12 {
	font-family: SourceHanSansCN-Bold, SourceHanSansCN;
	font-weight: bold;
	text-align: center;
	font-size: .515rem !important;
	margin: 0.68rem auto 0 !important;
	text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.47);
	color: #FFFFFF;
}

.content12 .p3 {
	font-size: 0.202rem !important;
	line-height: 16px;
	text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.47);
	color: #FFFFFF;
}

.content12 .p12 {
	font-size: 0.2rem;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	margin: 0.2rem auto 0;
}

.content12 .inp {
	width: 4.7rem;
	height: 2.47rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 0.63rem auto 0;
}

.content12 .inp .inp1 {
	width: 4.7rem;
	height: 0.632rem;
	box-shadow: inset 0rem 0.01rem 0.1rem 0rem rgba(61, 61, 61, 0.5);
	border-radius: 0.6rem;
	border: 0.01rem solid rgba(255, 255, 255, 0.6);
	margin-bottom: 0.4rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.content12 .inp .inp1 .icon {
	width: 0.19rem;
	height: 0.2rem;
	background: url(../imgs/xm.png) center center / 100% 100% no-repeat;
	margin-left: 0.17rem;
	margin-right: 0.08rem;
}

.content12 .inp .inp1 input {
	flex: 1;
	font-size: 0.22rem;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	line-height: 0.6rem;
	background: transparent;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
	padding: 0 0.17rem 0 0.3rem;
	border-radius: 23px;
	color: white;
}

.content12 .inp .inp1 input::-webkit-input-placeholder {
	font-size: 0.22rem;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: white;
	line-height: 0.6rem;
}

.content12 .inp .inp2 {
	width: 4.7rem;
	height: 0.632rem;
	box-shadow: inset 0rem 0.01rem 0.1rem 0rem rgba(61, 61, 61, 0.5);
	border-radius: 0.6rem;
	border: 0.01rem solid rgba(255, 255, 255, 0.6);
	margin-bottom: 0.43rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.content12 .inp .inp2 .icon {
	width: 0.19rem;
	height: 0.2rem;
	background: url(../imgs/dh.png) center center / 100% 100% no-repeat;
	margin-left: 0.17rem;
	margin-right: 0.08rem;
}

.content12 .inp .inp2 input {
	flex: 1;
	font-size: 0.22rem;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	line-height: 0.6rem;
	background: transparent;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
	padding: 0 0.17rem 0 0.3rem;
	border-radius: 6px;
	color: white;
}

.content12 .inp .inp2 input::-webkit-input-placeholder {
	font-size: 0.22rem;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: white;
	line-height: 0.6rem;
}

.content12 .inp .btn {
	width: 2.305rem;
	height: 0.685rem;
	/* box-shadow: inset 0rem 0.01rem 0.09rem 0rem rgba(255, 255, 255, 0.5); */
	background: #3972FF;
	box-shadow: inset 0px 0 20px 0px rgba(255, 255, 255, 0.5);
	border-radius: 20px;
	font-size: 0.26rem;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
	border-radius: 23px;
}

.content12 .inp .btn:active {
	opacity: 0.8;
}

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

	50% {
		transform: translate(0, 10px);
	}

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

}

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

	50% {
		transform: translate(4px, 0);
	}

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

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

	50% {
		transform: translate(-4px, 0);
	}

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


@media screen and (min-width:600px) {
	.banner {
		height: 10rem;
	}

	.content-banner .title-banner {
		width: 80%;
		font-size: 0.6582rem;
	}

	.content-banner .title-text {
		width: 8.12rem;
		font-size: .35rem;
		line-height: 0.69rem;
	}

	.content-banner .btn {
		width: 6.3rem;
	}

	.content-banner .btn .btn1,
	.content-banner .btn .btn2 {
		width: 2.5rem;
		height: 0.9rem;
		;
	}

	.prod-ad .planbg {
		height: 20.8rem;
	}

	.content-banner .btn .btn1 span,
	.content-banner .btn .btn2 span {
		font-size: 0.3rem;
	}

	.content-banner .btn .btn1 .icon,
	.content-banner .btn .btn2 .icon {
		width: 0.5rem;
		height: 0.5rem;
	}

	.content-banner .banner-imag .banner_img_left {
		width: 2.88rem;
		height: 2.5rem;
		left: .25rem;
	}

	.content-banner .banner-imag .banner_img_right {
		width: 3.16rem;
		height: 1.8rem;
		right: 0.5rem;
	}

	.app-sce_content .app-sce_title {
		font-size: 0.62rem;
	}

	.app-sce_content .p3 {
		width: 6rem;
		font-size: 0.32rem;
	}

	.prod-ad .prod_ad_list {
		width: 48%;
		height: 8.1rem;
	}

	.prod_ad_main {
		width: 98%;
	}

	.prod-ad .prod_ad_list img {
		width: 1.65rem;
		height: 1.65rem;
	}

	.prod-ad .prod_ad_list .text-content .ad_title {
		font-size: .45rem;
		margin-bottom: 1.3rem;
	}

	.decoration .dec-content {
		width: 8rem;
		height: 4.516rem;
	}

	.decoration .decorationbg {
		height: 9rem;
	}

	.prod-ad .prod_ad_list .text-content .ad_p {
		font-size: 163%;
		line-height: .6rem;

	}

	.swiper-container-core-btn .swiper-slide {
		height: 5rem;
	}

	.core-bg {
		height: 16.05rem !important;
	}

	.indus-solu .indus_solu_content .solu_list {
		width: 98%;
		height: 4.65rem;
	}

	.indus-solu .indus_solu_content .solu_main p {
		font-size: 260%;
	}

	.indus-solu .indus_solu_content .solu_main span {
		font-size: 160%;
	}

	.indus-solu .indus_solu_content .solu_top p {
		font-size: 150%;
	}

	.tec-sup .tec_sup_main .tec_sup_list {
		height: 3.94rem;
	}

	.tec-sup .tec_sup_main .tec_sup_list .sup_title {
		font-size: 240%;
	}

	.tec-sup .tec_sup_main .tec_sup_list .sup_p {
		font-size: 160%;
	}

	.swiper-container3 {
		height: 12.1rem;
	}

	.swiper-container3 .swiper-slide {
		width: 6.56rem;
		height: 10.85rem;
	}

	.swiper-container3 .swiper-slide .text-wrap h2 {
		font-size: 235%;
	}

	.swiper-container-metaverse {
		width: 100vw !important;
		height: 13.88rem !important;
	}

	.swiper-container3 .swiper-slide .text-wrap p {
		font-size: 160%;
	}

	.swiper-container-core .swiper-slide {
		width: 6.5rem;
		height: 3.48rem;
	}

	.core-content .core_func_slide .text-wrap h2 {
		font-size: 260%;
	}

	.core-content .core_func_slide .text-wrap p {
		width: 5.5rem;
		font-size: 160%;
	}

	.sel-cas .sel_cas_main .sel_cas_list {
		width: 3.85rem;
		height: 2.4rem;
	}

	.sel-cas .sel_cas_main .sel_cas_list .see-more {
		width: 3.5rem;
		height: 0.7rem;
		line-height: .7rem;
		border-radius: 1rem;
		font-size: 180%;
	}

	.indus-solu .indus_solu_content .solu_list {
		padding: .6rem 0.6rem 0 0.7rem;
		border-radius: 32px;
	}

	.indus-solu .indus_solu_content .solu_top img {
		width: 0.68rem;
		height: 0.68rem;
	}
}