<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* åŠ¨ç”» */
@keyframes fadeInLeft {
	from {
		opacity: 0;
		transform: translate3d(-30%, 0, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}
* {
	font-family: "Helvetica Neue",Helvetica,"PingFang SC",Tahoma,Arial !important;
}
@keyframes fadeInRight {
	from {
		opacity: 0;
		transform: translate3d(30%, 0, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translate3d(0, 50%, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		transform: translate3d(0, -30%, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}
[v-cloak]{
	display: none;
}

.fl {
	transition: all .3s;
	opacity: 1 !important;
	transform: translate(0, 0) !important;
}

/* ---------------------------------------------------------------------------------------- */

.bk1 {
	width: 100%;
	height: 11.9798rem;
	position: relative;
}

.bjt1 {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.bk1 .img-box {
	position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 45%;
}
.bk1 .img-box img {
	position: absolute;
}
.bk1 .img-box .img1 {
	top: 35%;
  	z-index: 2;
	left: -102px;
	width: 2.8373rem;
	height: 2.7112rem;
}
.bk1 .img-box .img2 {
	left: 5%;
    top: 16%;
    z-index: 1;
	width: 5.1324rem;
	height: 6.2043rem;
}
.bk1 .img-box .img3 {
	right: 45%;
    bottom: 41%;
    z-index: 2;
	width: .7566rem;
	height: .8071rem;
}
.bk1 .img-box .img4 {
	top: 33%;
    right: 42%;
	width: 1.4376rem;
	height: .3783rem;
	z-index: 1;
}
.bk1 .img-box .img5 {
	top: 37%;
    right: 40%;
	width: 1.6898rem;
	height: .3783rem;
	z-index: 1;
}
.bk1 .img-box .img6 {
	top: 16%;
    left: 23%;
	width: 1.6393rem;
	height: 1.1475rem;
	z-index: 1;
}
.bk1 .text-box {
	position: absolute;
	bottom: .744rem;
	margin: 0 auto;
    left: -0.2522rem;
    right: 0;
	width: 14.9937rem;
	height: 2.0933rem;
	background: linear-gradient(360deg, rgba(255,255,255,0.45) 0%, rgba(250,250,250,0.45) 29%, rgba(255,255,255,0) 100%);
	border-radius: .2522rem;
	/* border: 1px solid rgba(255,255,255,0.71); */
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding-left: 2.005rem;
	box-shadow: 2px 2px 8px -1px rgba(0,0,0,0.7);
}
.bk1 .text-box .text-box_item {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin-right: 2.2573rem;
}
.bk1 .text-box .text-box_item:last-child {
	margin-right: 0px;
}
.bk1 .text-box .text-box_item .text-box_item_icon {
	width: 1.0467rem;
	height: 1.0214rem;
}
.text-box .text-box_item_icon img {
	width: 100%;
	height: 100%;
	transition: transform .5s ease-out;
}
.text-box .text-box_item_icon:hover img {
	transition: transform .5s ease-out;
    transform: translateY(-0.2018rem);
}
@keyframes icon-bounce {
    0%,100%,20%,50%,80% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    60% {
        -webkit-transform: translateY(-5px);
        -moz-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        -o-transform: translateY(-5px);
        transform: translateY(-5px)
    }
}
.text-box .text-box_item p {
	margin-top: .1765rem;
	font-size: .227rem;
	font-family: SourceHanSansCN-Medium, SourceHanSansCN;
	font-weight: 500;
	color: #000000;
}
.content1 {
	position: absolute;
	/* width: 100%; */
	height: 100%;
	left: 4.4rem;
	top: -1.1097rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.content1 .title1 {
	text-align: center;
	line-height: 1;
	font-size: .744rem;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #FFFFFF;
}

.content1 .p1 {
	text-align: center;
	margin-top: .3279rem;
	line-height: 1;
	font-size: .3783rem;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
}

.content1 .btn {
	width: 3.9rem;
	height: .6rem;
	display: flex;
	/* justify-content: space-between; */
	margin-top: .6305rem;
}

.content1 .btn .btn1 {
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	margin-right: .5296rem;
	width: 1.8537rem;
	height: .6053rem;
	overflow: hidden;
	background: rgba(0,0,0,0.4);
	border-radius: .3026rem;
	border: 1px solid #FFFFFF;
	position: relative;
}
.btncon::before {
    opacity: 0;
    content: "";
    position: absolute;
    left: var(--x);
    top: .517rem;
    width: .2522rem;
    height: .2522rem;
    background: radial-gradient(circle closest-side,rgba(0,255,248,.37647),transparent);
    transform: translate(-50%,-50%);
    transition: all .3s ease,left 0s,top 0s
}
.btncon:hover::before {
	opacity: 1;
    width: 1.8916rem;
    height: 1.8916rem;
	/* background: linear-gradient(193deg, #2A6CF3 0%, #7EABF2 40%, #7EF2F1 100%); */
}

.content1 .btn .btn1 .icon {
	width: .29rem;
	height: .2774rem;
	/* background: url(//xt10.kuleiman.com/klm/5/1/sp.png) center center / 100% 100% no-repeat; */
	margin-right: .1135rem;
}
.content1 .btn .btn1 .icon img {
	width: 100%;

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

.content1 .btn .btn2 {
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	width: 1.8537rem;
	height: .6053rem;
	background: #3972FF;
	border-radius: .3026rem;
	overflow: hidden;
	position: relative;
}

/* .content1 .btn .btn2:hover {
	background: linear-gradient(rgb(255, 255, 255) 0%, rgb(163, 209, 255) 100%);
} */

.content1 .btn .btn2 .icon {
	width: .227rem;
	height: .2774rem;
	/* background: url(//xt10.kuleiman.com/klm/5/1/zx.png) center center / 100% 100% no-repeat; */
	margin-right: .1135rem;
}
.content1 .btn .btn2 .icon img {
	width: 100%;
}

.content1 .btn .btn2 span {
	font-size: .2018rem;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1.5;
}

.bk1 .ms {
	position: absolute;
	width: 100%;
	height: 1.25rem;
	left: 0;
	bottom: 0;
	background: rgba(232, 239, 255, 0.1);
	backdrop-filter: blur(.125rem);
}

.bk1 .ms ul {
	display: flex;
	width: 19.2rem;
	height: 100%;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
}

.bk1 .ms ul .line {
	width: .0125rem;
	height: .5875rem;
	border: .0125rem solid #979797;
}

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

.bk1 .ms ul li h1 {
	font-size: .25rem;
	font-family: SourceHanSansCN-Medium, SourceHanSansCN;
	font-weight: 500;
	color: #FFFFFF;
	margin-bottom: .175rem;
	text-align: center;
}

.bk1 .ms ul li p {
	font-size: .2rem;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
}

/* bk2 */
.bk2 {
	width: 100%;
	height: 10.9962rem;
	position: relative;
}

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

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

.content2 .title2 {
	line-height: 1.2;
	font-size: .454rem;
	font-family: SourceHanSansCN-Medium, SourceHanSansCN;
	font-weight: 500;
	color: #333333;
	text-align: center;
	margin: 1.0088rem auto 0;
}

.content2 .p2 {
	text-align: center;
	font-size: .2018rem;
	font-family: SourceHanSansCN-Normal, SourceHanSansCN;
	font-weight: 400;
	color: #666666;
	margin: .3531rem auto 0;
}
.video_con {
	width: 13.0013rem;
	height: 7.5662rem;
	background: rgba(237,241,255,0.01);
	box-shadow: .3405rem .5675rem .8323rem 0px rgba(49,54,64,0.03);
	border: .0378rem solid #FFFFFF;
	backdrop-filter: blur(.1892rem);
	padding: .227rem .2522rem .2396rem .227rem;
	margin: 0 auto;
	margin-top: .4666rem;
	border-radius: .1009rem;
}
.content2 video {
	display: block;
	/* width: 12.4968rem; */
	/* height: 8.4375rem; */
	width: 100%;
	height: 100%;
	border-radius: .1009rem;
	/* border: .1009rem solid #FFFFFF; */
}
.bk4 {
	width: 100%;
	height: 8.575rem;
	position: relative;
  }
  .bjt4 {
	width: 100%;
	height: 4.4641rem;
	object-fit: fill;
}
.content4 {
	/* width: 100%;
	height: 100%;
	margin: 0rem auto;
	position: relative; */
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
	zoom: 1;
}
.content4 .title4 {
	margin-top: 1.0214rem;
	font-size: .454rem;
	font-family: SourceHanSansCN-Medium, SourceHanSansCN;
	font-weight: 500;
	color: #333333;
	text-align: center;
}

.content4 .p4 {
	font-size: .2018rem;
	font-family: SourceHanSansCN-Normal, SourceHanSansCN;
	font-weight: 400;
	color: #666666;
	text-align: center;
	margin: .3279rem auto 0;
}
.content4 .sectorDemand-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	margin-top: .8197rem;
	max-width: 15.25rem;
  }
.content4 .sectorDemand-box {
	overflow: hidden;
	position: relative;
	width: 3.5057rem;
	height: 4.8424rem;
	margin-right: .3279rem;
	text-align: center;
	transition: all .5s ease-out;
	box-sizing: border-box;
}
@keyframes shine {
    100% {
        left: 125%
    }
}
  .content4 .sectorDemand-box:hover {
	transform: translateY(-0.1261rem);
  }
  .content4 .sectorDemand-box:before {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    display: block;
    content: "";
    width: 76%;
    height: 72%;
    background: -o-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,0.8) 100%);
    background: -webkit-gradient(linear,left top,right top,from(rgba(255,255,255,0)),to(rgba(255,255,255,0.8)));
    background: linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,0.8) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    z-index: 20
}
.content4 .sectorDemand-box:hover:before  {
	-webkit-animation: shine 1s;
    animation: shine 1s;
  }
  .content4 .sectorDemand-box:last-child {
	margin-right: 0px;
  }
  .content4 .sectorDemand-box img {
	width: 100%;
}
  /* .content4 .sectorDemand-box img:hover  {
	transform: scale(1.1);
  } */
  .content4 .sectorDemand-box .sectorDemand-box-bottom {
	box-sizing: border-box;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1.3745rem;
	background: rgba(223,242,255,0.6);
	/* border-radius: 0px 0px .0757rem .0757rem; */
	backdrop-filter: blur(.0378rem);
  }
  .content4 .sectorDemand-box .sectorDemand-box-bottom h2 {
	font-size: .227rem;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #000000;
	margin-top: .227rem;
  }
  .content4 .sectorDemand-box .sectorDemand-box-bottom p {
	margin-top: .1135rem;
	font-size: .1765rem;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #333333;
	padding: 0 .2018rem;
  }

  /* bk12 */
.bk12 {
	width: 100%;
	height: 8.0076rem;
	background: url('//xt10.kuleiman.com/klm/5/1/bk12Bg.jpg') no-repeat center/100%;
}

.content12 {
	width: 100%;
	height: 100%;
	overflow: hidden;
	zoom: 1;
}
.content12 .card12 {
	display: flex;
	max-width: 15.25rem;
	/* height: 6rem; */
	/* border-radius: .15rem; */
	margin: 0 auto;
	/* overflow: hidden; */
}
.content12 .title12 span {
	position: relative;
}
.content12 .card12 li {
	position: relative;
	width: 1.6898rem;
	height: 4.2497rem;
	transition: all 0.5s;
	overflow: hidden;
	/* border-radius: .15rem; */
	/* transform: translateZ(0); */
	transform: translate3d(0,0,0);
}
.content12 .card12 li:first-child {
	/* width: 3.0139rem; */
}
.content12 .card12 li:hover {
	/* background-size: 2.7491rem auto !important; */
	transform: translate3d(0,0,0);
	width: 3.0139rem;
}

.content12 .card12 li .mask5 {
	position: absolute;
	top: .3909rem;
	left: .2396rem;
	/* left: 50%;
	transform: translateX(-50%); */
	font-size: .2522rem;
	text-align: center;
	color: #FFFFFF;
	/* margin-left: 33px; */
}
.content12 .card12 li .mask5 &gt; span {
	position: relative;
	z-index: 2;
}
.content12 .card12 li .mask5 &gt; img {
	position: relative;
    width: .1892rem;
    height: .1892rem;
    right: .1135rem;
    z-index: 1;
}

.card12qcodeBtn {
	width: 1.3745rem;
	height: .5044rem;
	background: linear-gradient(201deg, #32C5FF 0%, #B620E0 100%);
	border-radius: .1009rem;
	line-height: .5044rem;
	text-align: center;
	position: absolute;
	box-sizing: border-box;
	top: 50%;
	left: 50%;
	transition: all 0.5s;
	transform: translate(-50%,-50%) translate3d(0,0,0);
	/* display: none; */
	opacity: 0;
	font-size: .1765rem;
}
.content12 .card12 li .card12qcodeBtn .card12qcodejump {
	color: #FFFFFF;
}
.content12 .card12 li.zdy57 {
	background-image: url(//xt10.kuleiman.com/klm/5/1/cyjdactive.png);
	background-size: cover;
	background-repeat: no-repeat;
	/* background-position-x: 0%; */
	background-position: 100% 100%;
}
.content12 .card12 li.zdy57.active,
.content12 .card12 li.zdy57:hover {
	background-image: url(//xt10.kuleiman.com/klm/5/1/cyjdactive.png);
	background-position: 100% 100%;
}
.content12 .card12 li.zdy51 {
	background-image: url(//xt10.kuleiman.com/klm/5/1/cyjd2.png);
	background-size: cover;
	background-repeat: no-repeat;
	/* background-position-x: 0%; */
	background-position: 50% 50%;
}

.content12 .card12 li.zdy51.active,
.content12 .card12 li.zdy51:hover {
	background-image: url(//xt10.kuleiman.com/klm/5/1/cyjd2active.png);
	background-position: 100% 100%;
}
.content12 .card12 li.zdy58 {
	background-image: url(//xt10.kuleiman.com/klm/5/1/cyjd3.png);
	background-size: cover;
	background-repeat: no-repeat;
	/* background-position-x: 0%; */
	background-position: 50% 50%;
}

.content12 .card12 li.zdy58.active,
.content12 .card12 li.zdy58:hover {
	background-image: url(//xt10.kuleiman.com/klm/5/1/cyjd3active.png);
	background-position: 100% 100%;
}
.content12 .card12 li.zdy53 {
	background-image: url(//xt10.kuleiman.com/klm/5/1/cyjd4.png);
	background-size: cover;
	background-repeat: no-repeat;
	/* background-position-x: 0%; */
	background-position: 50% 50%;
}

.content12 .card12 li.zdy53.active,
.content12 .card12 li.zdy53:hover {
	background-image: url(//xt10.kuleiman.com/klm/5/1/cyjd4active.png);
	background-position: 100% 100%;
}
.content12 .card12 li.zdy54 {
	background-image: url(//xt10.kuleiman.com/klm/5/1/cyjd5.png);
	
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.content12 .card12 li.zdy54.active,
.content12 .card12 li.zdy54:hover {
	background-image: url(//xt10.kuleiman.com/klm/5/1/cyjd5active.png);
	background-position: 100% 100%;
}
.content12 .card12 li.zdy55 {
	background-image: url(//xt10.kuleiman.com/klm/5/1/cyjd6.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position-x: 0%;
	background-position: 50% 50%;
}

.content12 .card12 li.zdy55.active,
.content12 .card12 li.zdy55:hover {
	background-image: url(//xt10.kuleiman.com/klm/5/1/cyjd6active.png);
	background-position: 100% 100%;
}
.content12 .card12 li.zdy56 {
	background-image: url(//xt10.kuleiman.com/klm/5/1/cyjd7.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position-x: 0%;
	background-position: 50% 50%;
}
.content12 .card12 li.zdy56.active,
.content12 .card12 li.zdy56:hover {
	background-image: url(//xt10.kuleiman.com/klm/5/1/cyjd7acti.png);
	background-position: 100% 100%;
	
}

.content12 .card12 li.zdy60 {
	background-image: url(//xt10.kuleiman.com/klm/5/1/cyjd8.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position-x: 0%;
	background-position: 50% 50%;
}
.content12 .card12 li.zdy60.active,
.content12 .card12 li.zdy60:hover {
	background-image: url(//xt10.kuleiman.com/klm/5/1/cyjd8acti.png);
	background-position: 100% 100%;
	
}
.content12 .card12 li.active {
	width: 3.0139rem;
}
.content12 .p12{

	font-size: .2018rem;
	font-family: SourceHanSansCN-Normal, SourceHanSansCN;
	font-weight: 400;
	color: #666666;
	text-align: center;
	margin: 0 auto;
	margin-bottom: .8323rem;
}

.content12 .title12 {

	font-size: .454rem;
	font-family: SourceHanSansCN-Medium, SourceHanSansCN;
	font-weight: 500;
	color: #333333;
	line-height: 1.2;
	text-align: center;
	margin: 1.034rem auto .3783rem auto;
}

.content12 ul {
	display: flex;
	/* justify-content: center; */
}

.content12 ul li {
	/* width: 2.005rem; */
	height: 3.7453rem;
	font-size: .227rem;
	/* border-radius: .1513rem; */
    position: relative;
    transition: transform .5s;
  	margin-right: .0252rem;
}

.content12 ul li img {
	width: 100%;
	height: 100%;
	object-fit: fill;
}
.bk11 {
	width: 100%;
	height: 12.5599rem;
	position: relative;
}
.bjt11 {
	width: 100%;
	height: 100%;
	object-fit: fill;
}
.content11 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
	zoom: 1;
}
.bk11 .bk11More {
	position: absolute;
	bottom: .3153rem;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 2.1185rem;
	height: .6053rem;
	background: linear-gradient(225deg, #5FBEF7 0%, #3192FF 100%);
	border-radius: .1009rem;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
	line-height: .6053rem;
	font-size: .2018rem;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #FFFFFF;
}
.bk11 .bk11More a {
	color: #FFFFFF;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	z-index: 1;
}
/* .bk11 .bk11More::before {
	content: '';
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: linear-gradient(225deg, #3192FF 0%, #5FBEF7 100%);
    opacity: 0;
	border-radius: .1009rem;
	transition: all .5s ease;
}
.bk11 .bk11More:hover::before{
	transition: all .5s ease;
	opacity: 1;
} */
.content11 .title11 {
	font-size: .454rem;
	font-family: SourceHanSansCN-Medium, SourceHanSansCN;
	font-weight: 500;
	color: #333333;
	text-align: center;
	margin: .6557rem auto .3783rem 0px;
}
.content11 .p11{

	font-size: .2018rem;
	font-family: SourceHanSansCN-Normal, SourceHanSansCN;
	font-weight: 400;
	color: #666666;
	text-align: center;
	margin: 0 auto;
	margin-bottom: .3153rem;
}
.content11 .card1,
.content11 .card2 {
	max-width: 15.25rem;
	height: 4.3758rem;
	display: flex;
}

.content11 .card1 li,
.content11 .card2 li {
	position: relative;
	overflow: hidden;
}
.content11 .cardBtn {
	position: absolute;
	right: .5044rem;
	bottom: .3783rem;
	width: .5675rem;
	height: .5675rem;
	background: url('//xt10.kuleiman.com/klm/5/1/bk11jinru.png') no-repeat center/100%;
	transition: transform 0.5s;
}
.content11 .cardBtn:hover {
	transform: translateX(.1261rem);
}
.content11 .card1 .mask11,
.content11 .card2 .mask11 {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: rgba(0, 0, 0, 0.3);
	overflow: hidden;
	zoom: 1;
	transition: all 0.5s ease 0s;
	opacity: 0;
}

.content11 .card1 .mask11 .tb,
.content11 .card2 .mask11 .tb {
	background: url("//xt10.kuleiman.com/klm/5/1/vrqj1.png") center center / 100% 100% no-repeat;
	width: 2.2194rem;
	height: 2.2194rem;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.content11 .card1 {
	margin: .3531rem auto 0px;
}

.content11 .card2 {
	margin: .2522rem auto 0px;
}

.content11 .card1 img,
.content11 .card2 img {
	width: 100%;
	height: 100%;
	object-fit: fill;
	transition: all 0.5s ease 0s;
	transform: scale(1);
}

.content11 .card1 li:nth-child(1) {
	width: 9.0038rem;
	height: 4.3758rem;
	margin-right: .2522rem;
}

.content11 .card1 li:nth-child(2) {
	width: 5.7503rem;
	height: 4.3758rem;
}

.content11 .card2 li:nth-child(1) {
	width: 5.7503rem;
	height: 4.3758rem;
	margin-right: 0.2522rem;
}

.content11 .card2 li:nth-child(2) {
	width: 9.0038rem;
	height: 4.3758rem;
}

.content11 .card1 li span,
.content11 .card2 li span {
	position: absolute;
	display: block;
	width: 100%;
	top: 0;
	left: 0px;
	text-align: center;
	height: .8323rem;
	line-height: .8323rem;
	background: rgba(223,242,255,0.6);
	/* border-radius: .0504rem .0504rem 0px 0px; */
	backdrop-filter: blur(.0378rem);
	font-size: .25rem;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 500;
	color: #000000;
}

.content11 .card1 li:hover .mask11,
.content11 .card2 li:hover .mask11 {
	opacity: 1;
}

.content11 .card1 li:hover img,
.content11 .card2 li:hover img {
	transform: scale(1.1);
}
/* bk13 */
.bk13 {
	width: 100%;
	height: 10.9332rem;
	position: relative;
}

.content13 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
	zoom: 1;
}
.bjt13 {
	width: 100%;
	height: 100%;
	object-fit: fill;
}
.content13 .title13 {
	line-height: 1.2;
	text-align: center;
	font-size: .454rem;
	font-family: SourceHanSansCN-Medium, SourceHanSansCN;
	font-weight: 500;
	color: #333333;
	margin-top: 1.0214rem;
}

.content13 .p13 {
	line-height: 1.2;
	text-align: center;
	margin-top: .3783rem;
	font-size: .2018rem;
	font-family: SourceHanSansCN-Normal, SourceHanSansCN;
	font-weight: 400;
	color: #666666;
	margin-bottom: .3783rem;
}

.content13 .content13-nav {
	width: 19.2rem;
	height: .45rem;
	margin: .8827rem auto .375rem;
	display: flex;
	justify-content: center;
}

.content13 .content13-nav li {
	line-height: .5044rem;
	padding: 0 .1513rem;
	margin-right: .1261rem;
	/* width: 1.2989rem; */
	height: .5044rem;
	background: linear-gradient(180deg, #F8F9FB 0%, #EEF0F5 100%);
	border-radius: .2522rem;
	font-size: .1765rem;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #333333;
	position: relative;
	overflow: hidden;
}

.content13 .content13-nav li * {
	pointer-events: none;
}

.content13 .content13-nav li.active {
	height: .5044rem;
	background: linear-gradient(180deg, #5FBEF7 0%, #3192FF 100%);
	border-radius: .2522rem;
	font-size: .1765rem;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
}
.content13 .content13-nav li::before {
	display: none;
}
.content13 .content13-nav li.active::before {
	display: block;
}
.content13 .card13 {
	width: 11.4754rem;
	height: 6.5826rem;
	position: relative;
	margin: 0 auto;
}

.content13 .card13 .img-wrap {
	width: 100%;
	height: 100%;
	position: relative;
}

.content13 .card13 .img-wrap img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}




.TAfoot .conter2 {
	width: 17.5rem;
}
.TAfoot .foot_contact {
	width: 100%;
	height: 4rem;
	background: url("//xt10.kuleiman.com/klm/5/1/TABG.jpg") no-repeat;
	background-size: 100% 100%;
	background-position: center;
}

.TAfoot .con_center {
	text-align: center;
}
.TAfoot .con_botinpt1 {
	justify-content: flex-start;
	display: flex;
	align-items: center;
	margin-right: .25rem;

	width: 2.8752rem;
	height: .5801rem;
	box-shadow: inset 0px 0px .1261rem 0px rgba(116,158,255,0.76);
	border-radius: .29rem;
	border: 1px solid #003BFF;
}

.TAfoot .con_botinpt2 {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 2.8752rem;
	height: .5801rem;
	box-shadow: inset 0px 0px .1261rem 0px rgba(116,158,255,0.76);
	border-radius: .29rem;
	border: 1px solid #003BFF;
}
.TAfoot .con_botinpt {
	width: 7.8rem;
	padding-top: .6179rem;
}
.TAfoot .con_botinpt input {
	text-align: left !important;
	padding-left: .2522rem;
}
.TAfoot .place_con {
	color: #999999;
	font-size: .2rem;
	text-align: left;
}
.TAfoot .con_botinpt1 input::-ms-input-placeholder {
	font-size: .2018rem !important;
	font-weight: 400 !important;
	color: #3972FF !important;
	text-align: left;
}

.TAfoot .con_botinpt1 input::-moz-placeholder {
	font-size: .2018rem !important;
	font-weight: 400 !important;
	color: #3972FF !important;
	text-align: left;
	/* text-align: center; */
}

.TAfoot .con_botinpt1 input::-webkit-input-placeholder {
	font-size: .2018rem !important;
	font-weight: 400 !important;
	color: #3972FF !important;
	text-align: left;
	/* text-align: center; */
}

.TAfoot .con_botinpt2 input::-moz-placeholder {
	font-size: .2018rem !important;
	font-weight: 400 !important;
	color: #3972FF !important;
	text-align: left;
	/* text-align: center; */
}

.TAfoot .con_botinpt2 input::-ms-input-placeholder {
	font-size: .2018rem !important;
	font-weight: 400 !important;
	color: #3972FF !important;
	text-align: left;
	/* text-align: center; */
}

.TAfoot .con_botinpt2 input::-webkit-input-placeholder {
	font-size: .2018rem !important;
	font-weight: 400 !important;
	color: #3972FF !important;
	text-align: left;
	/* text-align: center; */
}
.TAfoot .con_titword {
	background: transparent;
	-webkit-text-fill-color:#1A3FA7;
	padding-top: 1.261rem;
	line-height: 1.2;
	font-size: .3783rem;
	font-family: PingFangSC-Semibold, PingFang SC !important;
	font-weight: 600;
	color: #1A3FA7;
	font-style: normal;
}
.TAfoot .con_input {
	width: 100%;
	height: auto;
	margin: 0;
	color: #343D58;
	font-size: .2rem;
}
.TAfoot .con_botsub {
	width: 1.5006rem;
	height: .5801rem;
	border-radius: .29rem;
	font-size: .227rem;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	line-height: .5801rem;
	margin-left: .2396rem;
	position: relative;
	overflow: hidden;
	background: #3972FF;
	box-sizing: border-box;
	box-shadow: inset 0px 0px .5044rem 0px rgba(255,255,255,0.5);
}
.TAfoot .con_botsub:hover {
	background: #3972FF;
    box-shadow: inset 0rem 0rem 0.5rem 0rem rgb(255 255 255 / 50%);
    cursor: pointer;
}
.bk7 {
	height: 7.7427rem;
	overflow: hidden;
	zoom: 1;
  }
  
  .bk7 .title {
	text-align: center;
	margin-top: 1.25rem;
	font-size: .454rem;
	font-family: SourceHanSansCN-Medium, SourceHanSansCN;
	font-weight: 500;
	line-height: 1.2;
	color: #333333;
  }
  
  .bk7 p {
	line-height: 1.2;
	margin-top: 0.375rem;
	margin-bottom: 0.775rem;
	text-align: center;
	font-size: .2018rem;
	font-family: SourceHanSansCN-Normal, SourceHanSansCN;
	font-weight: 400;
	color: #A3A3A3;
  }
  
  .select_box {
	width: 19.2rem;
	height: 4.1902rem;
	overflow: hidden;
	margin: 0rem auto 1rem;
	position: relative;
  }
  
  .select_box .select_log {
	position: absolute;
	z-index: 10;
	right: 0rem;
	transform: rotate(180deg);
  }
  
  .select_box .select_log2 {
	position: absolute;
	z-index: 10;
	left: 0rem;
  }
  
  .line_odd {
	width: 36.2395rem;
	animation: 36s linear 0s infinite normal none running scrollToRight-data-v-6a32e916;
  }
  
  @keyframes scrollToRight-data-v-6a32e916 {
	0% {
	  transform: translate3d(-50%, 0rem, 0rem);
	}
  
	100% {
	  transform: translate3d(0%, 0rem, 0rem);
	}
  }
  
  .line_odd img {
	width: 50%;
	display: inline-block;
	float: left;
  }
  
  .line_event {
	width: 36.2395rem;
	animation: 28s linear 0s infinite normal none running scrollToRight-data-v-6a32e916;
  }
  
  .line_event img {
	width: 50%;
	display: inline-block;
	float: left;
	margin-top: .227rem;
	margin-bottom: .227rem;
  }
 
.TAviDivBg {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	display: none;
	z-index: 1001;
	background: rgba(0, 0, 0, 0.6);
}

.TAviDiv {
	width: 13.075rem;
	height: 7.375rem;
	border: 0rem solid #fff;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

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

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

.TAviDiv span img {
	display: block;
	width: 100%;
	height: 100%;
}
.TAviDiv span {
	right: -0.225rem;
	top: -0.225rem;
	background: url("//xt10.kuleiman.com/klm/5/1/viClose3.png") no-repeat 50% 50%;
	background-size: 92% auto;
}

.TAviDiv span:hover {
	background: url("//xt10.kuleiman.com/klm/5/1/viClose2.png") no-repeat 50% 50%;
	background-size: 92% auto;
}
.playVideoIcon{
    width: 1.3rem;
    height: 1.3rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    cursor: pointer;
}
.playVideoIcon img{
    max-width: 100%;
    max-height: 100%;
}



.videoBox{
	width: 100%;
	height: 100%;
	position: relative;
}
.videoPoster{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 7;
	top: 0rem;
	left: 0rem;


}
.videoPoster img{
	max-width: 100%!important;
	max-height: 100%!important;
	border-radius: .1009rem;

}
.playVideoIcon{
	z-index: 9;
	transform: translate(-50%,-50%);
}</pre></body></html>