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

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

.loaded {
    opacity: 1 !important;
}

.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: 5.12rem;
	height: 1.61rem;
	font-size: 0.52rem;
	font-family: SourceHanSansCN-Bold, SourceHanSansCN;
	font-weight: bold;
	color: #092D41;
	padding: .1rem 0;
	margin: 1.1rem auto 0;
	text-align: center;
	position: relative;
	/* background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%), linear-gradient(360deg, #C8FCFF 0%, rgba(255, 255, 255, 0) 100%); */
	/* border: 1px dashed rgba(0, 86, 255, 0.2); */
	/* border-image: linear-gradient(291deg, rgba(0, 86, 255, 0.9), rgba(39, 196, 202, 1)) 1 1; */
}

.content-banner .title-banner::after {
	content: "";
	position: absolute;
	top: 0;
	left: -.3rem;
	width: 0.2rem;
	height: 0.2rem;
	background-color: #27C4CA;
	animation: slideTog 2s infinite;
}

.content-banner .title-banner::before {
	content: "";
	position: absolute;
	bottom: 0;
	right: -.3rem;
	width: 0.2rem;
	height: 0.2rem;
	background-color: #27C4CA;
	animation: slideTogTow 2s infinite;
}

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


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

.content-banner .btn .btn1 {
	width: 1.95rem;
	height: 0.7rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background: linear-gradient(291deg, rgba(0, 86, 255, 0.9) 0%, #27C4CA 100%);
	border-radius: 7px;
}

.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: .05rem;
	margin-left: -.1rem;
	background: url(//klm10.kuleiman.com/record/klm/vrksh/2/fa.png) 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.95rem;
	height: 0.7rem;
	background: rgba(255, 255, 255, 0.6);
	border-radius: 7px;
	border: 1px solid #27C4CA;
	display: flex;
	justify-content: center;
	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/vrksh/2/zx.png) 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;
	color: #092D41;
}

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

.content-banner .banner-imag .banner-pd {
	width: 100%;
	height: 100%;
	object-fit: fill;

}

.content-banner .banner-imag .banner-abs {
	position: absolute;
	z-index: 2;
}

.content-banner .banner-imag .banner_img_left {
	width: 1.88rem;
	height: 1.5rem;
	left: 0.15rem;
	bottom: .9rem;
}

.content-banner .banner-imag .banner_img_right {
	width: 2.16rem;
	height: 1.3rem;
	right: 0.15rem;
	top: -0.3rem;
	/* animation-name: trsal;
	animation-duration: 2s;
	animation-iteration-count: infinite; */
}

.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;
}

.prod-ad .prod_ad_list {
	margin-bottom: .12rem;
	position: relative;
	color: #fff;
}

.prod-ad .prod_ad_list img {
	width: 100%;
	height: 100%;
	object-fit: fill;
}

.prod-ad .prod_ad_list .text-content {
	position: absolute;
	top: 0.33rem;
	left: 0.45rem;
}

.prod-ad .prod_ad_list .fir,
.prod-ad .prod_ad_list .sec,
.prod-ad .prod_ad_list .four {
	width: 3rem;
}

.prod-ad .prod_ad_list .text-content .ad_p {
	font-size: .2rem;
	letter-spacing: .02rem;
}

.prod-ad .prod_ad_list .text-content .ad_title {
	font-weight: bold;
	font-size: .31rem;
	margin-bottom: .2rem;
	letter-spacing: .02rem;
}

/* core-func */
.core-func {
	width: 100vw;
	position: relative;
}

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

/* .core-func .app-sce_content .core-content {
	padding-right: 0 !important;
} */
.core-func .app-sce_content .core-content .core_func_slide {
	color: #fff;
	position: relative;
}

.core-func .app-sce_content .core-content .core_func_slide .text-wrap {
	position: absolute;
	top: .48rem;
	left: .5rem;
}

.core-content .core_func_slide .text-wrap h2 {
	font-size: .31rem;
	margin-bottom: .2rem;
	letter-spacing: 0.03rem;
}

.core-content .core_func_slide .text-wrap p {
	width: 3.8rem;
	font-size: .202rem;
	letter-spacing: 0.03rem;
}

.core-bg {
	width: 100%;
	height: 8.8rem;
}

.swiper-container-core .swiper-slide {
	width: 4.7rem;
	height: 2.48rem;
	background: linear-gradient(226deg, #1FE3A4 0%, #23A3E8 100%);
	box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.12);
	border-radius: 10px;
}

.swiper-container-core .swiper-slide:last-child {
	margin-right: 0 !important;
}

.swiper-container-core .swiper-slide img {
	width: 2rem;
	height: 2rem;
	object-fit: fill;
	margin-top: .3rem;
	margin-left: .3rem;
}


.swiper-container-core-btn .swiper-slide {
	width: 4.7rem;
	height: 3.34rem;
	box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.12);
	border-radius: 10px;
	overflow: hidden;
}

.swiper-container-core-btn .swiper-slide:last-child {
	margin-right: 0 !important;
}

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

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

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

.app-sce_content .app-sce_title {
	font-size: 0.42rem;
	font-family: SourceHanSansCN-Bold, SourceHanSansCN;
	font-weight: bold;
	color: #092D41;
	text-align: center;
	margin: 0.58rem auto 0;
}

.app-sce_content .p3 {
	font-size: 0.22rem;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #092D41;
	text-align: center;
	margin: 0.17rem auto 0;
}

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

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

.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: 2.56rem;
	height: 3.85rem;
	margin-right: 0.17rem;
	position: relative;
	border-radius: 12px;
	background: pink;
	overflow: hidden;
}

.swiper-container3 .swiper-slide .mask {
	width: 100%;
	height: 100%;
	background: linear-gradient(291deg, rgba(0, 86, 255, 0.9) 0%, #27C4CA 100%);
	opacity: 0.8;
	backdrop-filter: blur(1px);
	position: absolute;
	top: 0;
	left: 0;
}

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

.swiper-container3 .swiper-slide .text-wrap {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 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;
	margin-top: .6rem;
}

.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.27rem;
	font-family: SourceHanSansCN-Bold, SourceHanSansCN;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 0.05rem;
	letter-spacing: .02rem;

}

.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;
	margin-top: 0.25rem;
	letter-spacing: .03rem;

}

.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;
}


/* 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 .3rem;
	margin-top: .4rem;
}

.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/vrksh/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 .sel_cas_main {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-evenly;
}

.sel-cas .sel_cas_main .sel_cas_list {
	width: 2.85rem;
	height: 1.92rem;
	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) {
	margin-right: .1rem;

}

.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: 1.47rem;
	height: 0.5rem;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background: linear-gradient(291deg, rgba(0, 86, 255, 0.9) 0%, #27C4CA 100%);
	border-radius: 14px;
	text-align: center;
	line-height: .5rem;
	color: #ffF;
	font-size: .24rem;
	font-weight: bold;
}

@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(//klm10.kuleiman.com/record/klm/vrksh/2/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/vrksh/2/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/vrksh/2/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/vrksh/2/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;
	margin-top: 0.5rem;
}

.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;

}

.content12 .p3 {
	font-size: 0.22rem !important;
}

.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.6rem;
	background: rgba(255, 255, 255, 0.3);
	box-shadow: inset 0rem 0.01rem 0.1rem 0rem rgba(61, 61, 61, 0.5);
	border-radius: 0.1rem;
	border: 0.01rem solid rgba(255, 255, 255, 0.6);
	margin-bottom: 0.26rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.content12 .inp .inp1 .icon {
	width: 0.19rem;
	height: 0.2rem;
	background: url(//klm10.kuleiman.com/record/klm/vrksh/2/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: #FFFFFF;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
	padding: 0 0.17rem 0 0.3rem;
	border-radius: 6px;
}

.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.6rem;
	background: rgba(255, 255, 255, 0.3);
	box-shadow: inset 0rem 0.01rem 0.1rem 0rem rgba(61, 61, 61, 0.5);
	border-radius: 0.1rem;
	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(//klm10.kuleiman.com/record/klm/vrksh/2/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: #FFFFFF;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
	padding: 0 0.17rem 0 0.3rem;
	border-radius: 6px;
}

.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.05rem;
	height: 0.6rem;
	/* box-shadow: inset 0rem 0.01rem 0.09rem 0rem rgba(255, 255, 255, 0.5); */
	background: linear-gradient(291deg, rgba(0, 86, 255, 0.9) 0%, #27C4CA 100%);
	border-radius: .1rem;
	font-size: 0.22rem;
	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%;
		height: 2.1rem;
		font-size: 0.6582rem;
	}

	.content-banner .title-text {
		width: 9.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;;
	}

	.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 {
		font-size: 0.32rem;
	}

	.prod_ad_main {
		width: 98%;
	}

	.prod-ad .prod_ad_list:nth-child(1) {
		height: 30% !important;
	}

	.prod-ad .prod_ad_list:nth-child(2) {
		height: 30% !important;
	}

	.prod-ad .prod_ad_list:nth-child(3) {
		height: 30% !important;
	}

	.prod-ad .prod_ad_list:nth-child(4) {
		height: 30% !important;
	}

	.prod-ad .prod_ad_list .fir,
	.prod-ad .prod_ad_list .sec,
	.prod-ad .prod_ad_list .four {
		width: 4.6rem;
	}

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

	.prod-ad .prod_ad_list .text-content .ad_p {
		font-size: 163%;
	}

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

	.core-bg {
		height: 12.5rem;
	}

	.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: 5.1rem;
	}

	.swiper-container3 .swiper-slide {
		width: 3.56rem;
		height: 4.85rem;
	}

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

	.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: 2.2rem;
		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;
	}
}