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

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

.inright {
	animation: opRight .2s linear;
	/* z-index: -1; */
	opacity: 0;
}
.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;
}
@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;
}

.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: 6.12rem;
	font-size: 0.52rem;
	font-family: SourceHanSansCN-Bold, SourceHanSansCN;
	font-weight: bold;
	color: #FFFFFF;
	padding: .1rem 0;
	margin: 2.3rem 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: .21rem;
	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.65rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #3972FF;
	border-radius: 6px;
}

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

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

}

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

.content-banner .btn .btn2 {
	width: 1.85rem;
	height: 0.65rem;
	background: #FFFFFF;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	color: #17205F;
	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/kclz/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;
	height: 9.8rem;
	background: #FAFCFF;
}

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



.prod-ad .prod_ad_list {
	width: 2.89rem;
	height: 3.52rem;
	margin-bottom: .12rem;
	position: relative;
	color: #030B1A;
	background-size: 100% 100%;
	padding: .48rem .3rem;
	box-shadow: rgba(1,43,61,0.1) 0px  0rem 0.15rem 0;
	border-radius: 10px;
}

.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;
	line-height: .3rem;
}

.prod-ad .prod_ad_list .text-content .tips {
	width: 100%;
	font-size: .36rem;
	font-weight: bold;
	position: relative;
	margin-bottom: .2rem;
}

.prod-ad .prod_ad_list .text-content .tips::after {
	position: absolute;
	content: "";
	width: 0.4rem;
	height: 0.05rem;
	bottom: 0;
	left: .02rem;
	background-color: #FBCB50;
}

.prod-ad .prod_ad_list .text-content .ad_title {
	width: 100%;
	font-size: .26rem;
	margin-bottom: .25rem;
	letter-spacing: .02rem;
	height: .35rem;
	font-weight: bold;
}

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

.decoration .decorationbg {
	width: 100%;
	height: 6.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: white;
	box-shadow: rgba(2, 43, 38, 0.2) 0px 4px 14px 0px;
	border: 1px solid #FFFFFF;
	backdrop-filter: blur(8.615950422280825px);
	margin-top: .6rem;
	padding: .08rem;
	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/kclz/2/play_icon.png) no-repeat center center;
	background-size: 100% 100%;
}

.decoration .dec-content #smartVideo {
	width: 100%;
	height: 100%;
	border-radius: 6px;
}

/* 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: #17205F;
	text-align: center;
	margin: 0.78rem auto 0;
	background: url(//klm10.kuleiman.com/record/klm/kclz/2/title_bg.png) no-repeat center bottom;
	padding-bottom: .15rem;
}

.app-sce_content .p3 {
	font-size: 0.202rem;
	width: 4.6rem;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #030B1A;
	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;
	background: rgba(0, 0, 0, 0.41);
	box-shadow: 0px 2 3px 0px rgba(134, 134, 134, 0);
	border-radius: 0px 0px 5px 5px;
	backdrop-filter: blur(11.98875062605914px);
	position: absolute;
	bottom: 0;
	left: 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;
	flex-direction: column;
	/* justify-content: center; */
}

.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.188rem;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 0.31rem;
	letter-spacing: .03rem;
	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_bg {
	width: 100%;
	height: 6.4rem;
}

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

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

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

#nav .swiper-wrapper {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

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

}

.team_content {
	width: 100%;
	display: flex;
	overflow-x: auto;
	padding-left: 0.25rem;
}

/*自定义滚动条*/
.team_content::-webkit-scrollbar {
	display: none;
}

.team_content .tean_list {
	background: url(//klm10.kuleiman.com/record/klm/kclz/2/metlist.jpg) no-repeat center center;
	background-size: 100% 100%;
	width: 3.125rem;
	height: 2.988rem;
	padding: .4rem;
	margin-right: .1rem;
	border-radius: 7px;
}

.team_content .tean_list .team_title {
	font-weight: bold;
	margin-bottom: .2rem;
}

.team_content .tean_list .team_detal {
	font-size: .202rem;
}

.team_content .tean_list img {
	width: 0.6rem;
	height: 0.6rem;
	margin-bottom: .2rem;
}

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

}

#nav .swiper-wrapper .swiper-slide .mss .te-man {
	display: flex;
	align-items: center;
	justify-content: center
}

#nav .swiper-wrapper .active {
	background: linear-gradient(225deg, #7AC8E3 0%, #4757F9 100%);
	color: white !important;
}

#nav .swiper-wrapper .active .mss {
	border: none !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: 1px;
}

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

.industry {
	height: 7.3rem;
}

.industry .prod-content {
	padding: 0 0.2rem;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: .6rem;
}

.industry .industry-list {
	width: 2.92rem;
	height: 1.452rem;
	margin-bottom: .2rem;
	position: relative;
	color: white;
}

.industry .industry-title {
	position: absolute;
	left: .3rem;
	top: .25rem;
	font-size: .225rem;
	z-index: 2;
}

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

.industry .industry-list img {
	width: 100%;
	height: 100%;
}

.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: 8.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/kclz/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;
}

.ser-cus {
	position: relative;
}

.ser-cus .ser_bg {
	height: 7.3rem;
	width: 100%;
}

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

.ser-cus .ser-content {
	width: 100%;
	margin-top: .4rem;
}

.ser-cus .ser-content img {
	width: 100%;
	object-fit: cover;
}

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

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

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

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

.scenarios .swiper-sec .swiper-slide {
	width: 3.42rem !important;
	position: relative;
}

.scenarios .swiper-sec .swiper-slide .sec-tit-tex {
	position: absolute;
	width: 1.47rem;
	height: 0.41rem;
	background: #DBEAFE;
	border-radius: 32px;
	left: 0.15rem;
	bottom: 0.15rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.scenarios .swiper-sec .swiper-slide img {
	width: 100%;
	height: 100%;
}

.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;
	margin-top: .02rem;
}

.scenarios .swiper-sec .swiper-slide .sec-tit-tex p {
	color: #1D4ED8;
	font-size: .178rem;
	font-weight: bold;
}

/* selected */
.selected {
	position: relative;
	margin: 0 auto;
}

.selected .selected-bg {
	height: 9.4rem;
	width: 100%;
}

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

.selected .select_content {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 0.2rem;
	margin-top: 0.6rem;
}

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

.selected .select_content ul .select_content_list {
	width: 5.81rem;
	height: 3.26rem;
	margin-bottom: .3rem;
	position: relative;
}

.video-mas {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
}

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

.selected .select_content ul .select_content_list img {
	width: 100%;
	height: 100%;
}

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

.tec-sup .sup_bg {
	height: 11rem;
	width: 100%;
}

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

.tec-sup .tec_sup_main {
	display: flex;
	flex-direction: row;
	/* align-items: center; */
	flex-wrap: wrap;
	justify-content: space-around;
}

.tec-sup .tec_sup_main .tec_sup_list {
	width: 2.82rem;
	height: 3.85rem;
	margin-bottom: .2rem;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: .45rem .2rem 0 .45rem;
	overflow: hidden;
	position: relative;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.tec-sup .tec_sup_main .tec_sup_list .ms {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.tec-sup .tec_sup_main .tec_sup_list .ms .technical-main {
	width: 100%;
	height: 100%;
	padding: 0.3rem 0.45rem;
	border-radius: 10px;
	transition: all .3s;
	border-radius: 10px;
}

.tec-sup .tec_sup_main .tec_sup_list .ms .technical-main .imag_tec {
	width: 0.8rem;
	height: 0.95rem;
	margin-bottom: .35rem;
}

.tec-sup .tec_sup_main .tec_sup_list .sup_title {
	color: #fff;
	font-size: .258rem;
	font-weight: bold;
	margin-bottom: .15rem;
	margin-top: -.15rem;
}

.tec-sup .tec_sup_main .tec_sup_list .sup_p {
	color: #fff;
	font-size: .205rem;
	line-height: .3rem;
}


@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: .41rem !important;
	margin: 0.68rem auto 0 !important;
	color: #030B1A;
	background: none;
}

.content12 .p3 {
	font-size: 0.53rem !important;
	line-height: 16px;
	color: #030B1A;
	font-weight: bold;
}

.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.95rem auto 0;
}

.content12 .inp .inp1 {
	width: 4.7rem;
	height: 0.632rem;
	border-radius: 5px;
	margin-bottom: 0.25rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border: none !important;
}

.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: white;
	padding: 0 0.17rem 0 0.3rem;
	border-radius: 5px;
	color: black;
}

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

.content12 .inp .inp2 {
	width: 4.7rem;
	height: 0.632rem;
	border-radius: 5px;
	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: white;
	padding: 0 0.17rem 0 0.3rem;
	border-radius: 6px;
	color: black;
}

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

.content12 .inp .btn {
	width: 2.305rem;
	height: 0.685rem;
	background: #5085FB;
	border-radius: 6px;
	font-size: 0.26rem;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
}

.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;
		margin-top: 2.8rem;
	}

	.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;
		;
	}
	.selected .selected-bg{
		width: 100%;
		height: 14rem;
		object-fit: fill;
	}
	.selected .select_content ul .select_content_list{
		width: 8.5rem;
    height: 5.3rem;
	}
	.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{
		height: 13.8rem;
	}
	.prod-ad .prod_ad_list {
		width: 48%;
		height: 5.1rem;
		padding: .5rem;
		margin-bottom: .5rem;
	}
	.prod-ad .prod_ad_list .text-content .tips{
		font-size: .7rem;
	}
	.prod-ad .prod_ad_list .text-content .tips::after{
		width: .8rem;
	}
	.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: 2.2em;
		margin-bottom: .3rem;
	}

	.decoration .dec-content {
		width: 10rem;
		height: 5.8rem;
	}

	.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 .sup_bg{
		height: 15.5rem;
	}
	.tec-sup .tec_sup_main .tec_sup_list .ms .technical-main .imag_tec{
		margin-top: .45rem;
	}
	.tec-sup .tec_sup_main .tec_sup_list .ms .technical-main{
		padding: .6rem;
	}
	.tec-sup .tec_sup_main .tec_sup_list {
		height: 5.94rem;
    width: 4.3rem;
	}
	.tec-sup .tec_sup_main .tec_sup_list .sup_title{
		margin-bottom: .2rem;
	}
	.tec-sup .tec_sup_main .tec_sup_list .sup_title {
		font-size: 240%;
	}
	.tec-sup .tec_sup_main .tec_sup_list .sup_p{
		line-height: .6rem;
	}
	.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;
	}
	.industry{
		height: 9.5rem;
	}
	.scenarios{
		height: 8.5rem;
	}
	.industry .industry-list{
		width: 49%;
		height: 2rem;
	}
	.swiper-container3 .swiper-slide .text-wrap p {
		font-size: 160%;
	}
	.ser-cus .ser_bg{
		height: 9.8rem;
	}
	.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;
	}
}