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

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

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

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

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

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

.content1 {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.content1 .title1 {
	font-size: .625rem;
	font-family: SourceHanSansCN-Bold, SourceHanSansCN;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

.content1 .p1 {
	font-size: .325rem;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	margin: .525rem auto 0;
}

.content1 .btn {
	width: 3.9rem;
	height: .6rem;
	display: flex;
	justify-content: space-between;
	margin: .875rem auto 0;
}

.content1 .btn .btn1 {
	width: 1.7rem;
	height: .6rem;
	border-radius: .075rem;
	border: .0125rem solid #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.content1 .btn .btn1:hover {
	background: rgba(0, 0, 0, 0.3);
}

.content1 .btn .btn1 .icon {
	width: .225rem;
	height: .225rem;
	background: url(//qjzb.kuleiman.com/record/klm/vrzhmd/1/fa.svg) center center / 100% 100% no-repeat;
	margin-right: .05rem;
}

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

.content1 .btn .btn2 {
	width: 1.7rem;
	height: .6rem;
	background: #3972FF;
	border-radius: .075rem;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.content1 .btn .btn2:hover {
	background: rgba(21, 89, 255, 1);
}

.content1 .btn .btn2 .icon {
	width: .225rem;
	height: .225rem;
	background: url(//qjzb.kuleiman.com/record/klm/vrzhmd/1/zx.svg) center center / 100% 100% no-repeat;
	margin-right: .05rem;
}

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

.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: 12.5375rem;
	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 {
	font-size: .5rem;
	font-family: SourceHanSansCN-Bold, SourceHanSansCN;
	font-weight: bold;
	color: #333333;
	text-align: center;
	margin: 1.25rem auto 0;
}

.content2 .p2 {
	font-size: .225rem;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #999999;
	text-align: center;
	margin: .25rem auto 0;
	line-height: .37rem;
}

.content2 video {
	display: block;
	width: 13.625rem;
	background: #E0E0E0;
	box-shadow: 0rem .025rem .2rem 0rem rgba(182, 186, 207, 0.49);
	border-radius: .25rem;
	border: .1rem solid #FFFFFF;
	margin: .625rem auto 0;
}

/* bk3 */
.bk3 {
	width: 100%;
	height: 9rem;
}

.content3 {
	width: 100%;
	height: 100%;
	overflow: hidden;
	zoom: 1;
}

.content3 .title3 {
	font-size: .5rem;
	font-family: SourceHanSansCN-Bold, SourceHanSansCN;
	font-weight: bold;
	color: #333333;
	text-align: center;
	margin: 1.25rem auto 0;
}

.content3 .p3 {
	font-size: .225rem;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #999999;
	margin: .25rem auto 0;
	text-align: center;
	
}

.content3 .card {
	width: 19.2rem;
	height: 6.125rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: .625rem auto 0;
}

.content3 .card li {
	width: 4.5rem;
	height: 6rem;
	position: relative;
	transition: all .5s;
	overflow: hidden;
}

.content3 .card li:hover {
	transform: translate(0, -0.25rem);
}

.content3 .card li img {
	width: 100%;
	height: 100%;
	object-fit: fill;
}

.content3 .card li .text-wrap {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	/* justify-content: center; */
	align-items: center;
	margin-top: 2rem;
	transition: all .5s;
}

.content3 .card li .text-wrap span{
	color: #fff;
	font-size: .25rem;
	margin-bottom: .225rem;
}

.content3 .card li .text-wrap h2 {
	font-size: .8rem;
	font-family: SourceHanSansCN-Medium, SourceHanSansCN;
	font-weight: 500;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: .225rem;
}

.content3 .card li .text-wrap h1 {
	font-size: .525rem;
	font-family: SourceHanSansCN-Bold, SourceHanSansCN;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: .1rem;
}

.content3 .card li .text-wrap .line {
	width: .375rem;
	height: .05rem;
	background: #FFFFFF;
	margin-bottom: .275rem;
}

.content3 .card li .text-wrap p {
	font-size: .2rem;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: .375rem;
	text-align: center;
	padding: 0 .25rem;
	transition: all .5s;
	opacity: 0;
	transform: scale(0);
}

.content3 .card li:hover .text-wrap {
	transform: translate(0, -0.625rem);
}

.content3 .card li:hover .text-wrap p {
	transform: scale(1);
	opacity: 1;
}

/* bk4 */
.bk4 {
	width: 100%;
	height: 11.6rem;
}

.content4 {
	width: 100%;
	height: 100%;
	overflow: hidden;
	zoom: 1;
}

.content4 .title4 {
	font-size: .5rem;
	font-family: SourceHanSansCN-Bold, SourceHanSansCN;
	font-weight: bold;
	color: #333333;
	text-align: center;
}

.content4 .p4 {
	font-size: .225rem;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #999999;
	text-align: center;
	margin: .25rem auto 0;
}

.content4 .dh4 {
	width: 19.2rem;
	height: .45rem;
	display: flex;
	align-items: center;
	margin: .625rem auto .375rem;
}

.content4 .dh4 li {
	font-size: .2rem;
	height: .45rem;
	padding: 0 .3rem;
	margin-right: .25rem;
	border-radius: .225rem;
	border: .0125rem solid #333333;
	line-height: .45rem;
}

.content4 .dh4 li * {
	pointer-events: none;
}

.content4 .dh4 li.active {
	background: #3972FF;
	border: .0125rem solid transparent;
	color: #fff;
}

.content4 .bottom {
	width: 100%;
	height: 8rem;
	position: relative;
}

.content4 .bottom .img-wrap {
	width: 100%;
	height: 100%;
	position: relative;
}

.content4 .bottom .img-wrap img {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	object-fit: fill;
}

.content4 .bottom .card {
	position: absolute;
	width: 5.3rem;
	height: 4.75rem;
	background: rgba(255, 255, 255, 0.7);
	border-radius: .25rem;
	backdrop-filter: blur(.05rem);
	top: calc(50% - 2.375rem);
	left: calc(50% - 9.575rem)
}
.content4 .bottom .card .card-con{
	height: 70%;
}
.content4 .bottom .card h1 {
	font-size: .25rem;
	font-family: SourceHanSansCN-Medium, SourceHanSansCN;
	font-weight: 600;
	color: #333333;
	padding-left: .25rem;
	margin: .9625rem auto 0;
	transform: translate(0, .125rem);
	opacity: 0;
}

.content4 .bottom .card p {
	font-size: .2rem;
	font-family: SourceHanSansCN-Normal, SourceHanSansCN;
	font-weight: 400;
	color: #333333;
	line-height: .375rem;
	padding-left:.25rem;
	padding-right: .25rem;
	margin: .25rem auto 0;
	transform: translate(0, .125rem);
	opacity: 0;
}

.content4 .bottom .card input {
	width: 1.8375rem;
	height: .45rem; 
	background: #3972FF;
	border-radius: .1rem;
	font-size: .2rem;
	font-family: SourceHanSansCN-Normal, SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
	transform: translate(0, .125rem);
	opacity: 0;
	margin-left: .25rem;
	margin-top: .4875rem;
}

.content4 .bottom .card input:hover {
	background: #1559FF;
}

/* bk5 */
.bk5 {
	width: 100%;
	height: 10rem;
}

.content5 {
	width: 100%;
	height: 100%;
	overflow: hidden;
	zoom: 1;
}

.content5 .title5 {
	font-size: .5rem;
	font-family: SourceHanSansCN-Bold, SourceHanSansCN;
	font-weight: bold;
	color: #333333;
	margin: 1.25rem auto .5rem;
	text-align: center;
}

.content5 .card5 {
	display: flex;
	width: 19.2rem;
	height: 6.375rem;
	border-radius: .15rem;
	margin: 0 auto;
	overflow: hidden;
}

.content5 .card5 li {
	transition: all .5s;
	position: relative;
	width: 6.4rem;
	height: 6.375rem;
	overflow: hidden;
}

.content5 .card5 li .yy {
	position: absolute;
	width: 7.3rem;
	height: 6.375rem;
	top: 0;
	right: 0;
	background: rgba(10, 10, 13, 0.7);
	transition: all .5s;
	opacity: 0;
}

.content5 .card5 li .mask5 {
	position: absolute;
	width: 7.3rem;
	height: 6.375rem;
	right: 0;
	top: 0;
	transition: all .5s;
	transform: translate(-100%, 0);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0 .625rem;
}

.content5 .card5 li .mask5 h1 {
	font-size: .375rem;
	font-family: SourceHanSansCN-Bold, SourceHanSansCN;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

.content5 .card5 li .mask5 h2 {
	font-size: .275rem;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
	margin-top: .3rem;
	text-align: center;
	line-height: .45rem;
}

.content5 .card5 li .mask5 .p-wrap {
	height: 1.2rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-top: .5rem;
}

.content5 .card5 li .mask5 .p-wrap p {
	font-size: .2rem;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
	position: relative;
	padding-left: .125rem;
}

.content5 .card5 li .mask5 .p-wrap p::after {
	content: '';
	width: .025rem;
	height: .175rem;
	background: #FFFFFF;
	position: absolute;
	left: 0;
	top: calc(50% - .0875rem);
}

.content5 .card5 li .logo5 {
	height: 100%;
	/* background: rgba(0, 0, 0, 0.5); */
	position: relative;
	transition: all .5s;
	/* opacity: 1; */
}

.content5 .card5 li .logo5 span {
	position: absolute;
	display: block;
	font-size: .325rem;
	font-family: SourceHanSansCN-Bold, SourceHanSansCN;
	font-weight: bold;
	color: #FFFFFF;
	width: 100%;
	text-align: center;
	left: 0;
	bottom: 1.1rem;
}

.content5 .card5 li .logo5 .line {
	position: absolute;
	width: .375rem;
	height: .05rem;
	background: #FFFFFF;
	bottom: .75rem;
	left: calc(50% - .1875rem);
}

.content5 .card5 li:nth-of-type(1) {
	background: url(//qjzb.kuleiman.com/record/klm/vrzhmd/1/3-1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position-x: 0%;
}

.content5 .card5 li:nth-of-type(2) {
	background: url(//qjzb.kuleiman.com/record/klm/vrzhmd/1/3-2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position-x: 0%;
}

.content5 .card5 li:nth-of-type(3) {
	background: url(//qjzb.kuleiman.com/record/klm/vrzhmd/1/3-3.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position-x: 0%;
}


.zk1 {
	width: 7.3rem !important;
	height: 6.375rem !important;
}

.zk1 .mask5 {
	transform: translate(0, 0) !important;
}

.zk1 .logo5 {
	/* opacity: 0.2 !important; */
	background: rgba(0, 0, 0, 0.2) !important;
	opacity: 0 !important;
}

.zk1 .yy {
	opacity: 1 !important;
}

.zk2 {
	width: 5.95rem !important;
	height: 6.375rem !important;
}


/* bk6 */
.bk6 {
	width: 100%;
	height: 15.25rem;
	position: relative;
}

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

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

.content6 .title6 {
	font-size: .5rem;
	font-family: SourceHanSansCN-Bold, SourceHanSansCN;
	font-weight: bold;
	color: #333333;
	text-align: center;
	margin: 1.25rem auto .625rem;
}

.content6 .card1 {
	width: 19.2rem;
	height: 5.625rem;
	display: flex;
	margin: 0 auto;
}

.content6 .card1 li:nth-of-type(1) {
	width: 11.25rem;
	height: 5.625rem;
	border-radius: .15rem;
	margin-right: .375rem;
}

.content6 .card1 li:nth-of-type(2) {
	width: 7.575rem;
	height: 5.625rem;
	border-radius: .15rem;
}

.content6 .card2 {
	width: 19.2rem;
	height: 5.625rem;
	display: flex;
	margin: .375rem auto 0;
}

.content6 .card2 li:nth-of-type(1) {
	width: 7.575rem;
	height: 5.625rem;
	border-radius: .15rem;
	margin-right: .375rem;
}

.content6 .card2 li:nth-of-type(2) {
	width: 11.25rem;
	height: 5.625rem;
	border-radius: .15rem;
}

.content6 li {
	overflow: hidden;
	position: relative;
}

.content6 li .logo6 {
	position: absolute;
	width: 100%;
	height: .625rem;
	left: 0;
	bottom: 0;
	background: rgba(48, 56, 72, 0.4);
	border-radius: 0rem 0rem .15rem .15rem;
	font-size: .25rem;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: .625rem;
	text-align: center;
	transition: all .5s;
	opacity: 1;
}

.content6 li:hover .logo6 {
	opacity: 0;
}

.content6 li img {
	width: 100%;
	height: 100%;
	object-fit: fill;
}

.content6 li .mask6 {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.content6 li .mask6 .ms {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	box-shadow: 0rem .025rem .1rem 0rem rgba(0, 0, 0, 0.4);
	border-radius: .15rem;
	backdrop-filter: blur(.05rem);
	transition: all .5s;
	opacity: 0;
}

.content6 li .mask6 .text-wrap {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transition: all .5s;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: .625rem;
	opacity: 0;
}

.content6 li .mask6 .text-wrap h1 {
	font-size: .45rem;
	font-family: SourceHanSansCN-Bold, SourceHanSansCN;
	font-weight: bold;
	color: #FFFFFF;
}

.content6 li .mask6 .text-wrap input {
	width: 1.8375rem;
	height: .45rem;
	background: #3972FF;
	border-radius: .1rem;
	font-size: .2rem;
	font-family: SourceHanSansCN-Normal, SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
	margin-top: .625rem;
}

.content6 li .mask6 .text-wrap input:hover {
	background: #185BFF;
}

.content6 li:hover .mask6 .text-wrap {
	opacity: 1;
	transform: translate(0, -0.625rem);
}

.content6 li:hover .mask6 .ms {
	opacity: 1;
}



/* bk8 */
.bk8 {
	width: 100%;
	height: 5rem;
	position: relative;
}

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

.content8 {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.content8 .title8 {
	font-size: .6rem;
	font-family: AppleSystemUIFont;
	color: #FFFFFF;
	text-align: center;
	margin: 1.35rem auto 0;
}

.content8 .inp {
	width: 2.375rem;
	height: .7rem;
	background: rgba(255, 255, 255, 0.2);
	border-radius: .35rem;
	margin: .6625rem auto 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.content8 .inp input {
	width: 2.125rem;
	height: .6rem;
	background: linear-gradient(180deg, #6BABFF 0%, #3972FF 100%);
	box-shadow: inset 0rem 0rem .25rem 0rem rgba(0, 169, 160, 0.3);
	border-radius: .2875rem;
	font-size: .2rem;
	font-family: PingFang-SC-Regular, PingFang-SC;
	font-weight: 400;
	color: #FFFFFF;
}

.content8 .inp input:hover {
	background: #3972FF;
}

/* bk9 */
.bk9 {
	height: 6.875rem;
	overflow: hidden;
	zoom: 1;
}

.bk9 .title {
	height: .45rem;
	font-size: .45rem;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: bold;
	color: rgb(0, 3, 51);
	line-height: .45rem;
	text-align: center;
	margin-top: 1rem;
	margin-bottom: .25rem;
}

.bk9 p {
	font-size: .2rem;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: rgb(153, 153, 153);
	line-height: .3rem;
	margin-bottom: .775rem;
	text-align: center;
}

.select_box {
	width: 19.2rem;
	height: 3.1902rem;
	overflow: hidden;
	margin: 0px auto 1rem;
	position: relative;
}

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

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

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

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

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

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

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

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














 /* bk10 */
 .bk10 {
	width: 100%;
	height: 10.3125rem;
	background: url(//qjzb.kuleiman.com/record/klm/vrzhmd/1/2-bj.jpg) no-repeat;
	background-size: 100% 100%;
}

.content10 {
	width: 100%;
	height: 100%;
	overflow: hidden;
	zoom: 1;
}

.content10 .p10{
	font-size: .225rem;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #999999;
    text-align: center;
    margin: 0.25rem auto .7625rem auto;
}

.content10 .title10 {
	height: .45rem;
	font-size: .45rem;
	font-family: SourceHanSansCN-Medium, SourceHanSansCN;
	font-weight: bold;
	color: #333333;
	line-height: .45rem;
	margin: 1.25rem auto 0 auto;
	text-align: center;
}

.content10 .card {
	width: 100%;
	height: 6.875rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.content10 .card li {
	width: 3.8rem;
    height: 5.1rem;
	margin-right: .4rem;
	position: relative;
	box-shadow: 0rem .025rem .25rem 0rem rgba(117, 118, 119, 0.5);
	border-radius: .125rem;
	overflow: hidden;
	transition: all .3s ease-in-out;
}

.content10 .card li:nth-of-type(4) {
	margin-right: 0;
}

.content10 .card li .masks {
	width: 6.45rem;
	height: 6.875rem;
	padding: 1.25rem .625rem 0;
	border-radius: .125rem;
	position: absolute;
	top: 0;
	left: -200%;
	transition: all .3s ease-in-out;
}

.content10 .card li .logos {
	position: absolute;
	width: 4.5rem;
	height: 6.875rem;
	border-radius: .125rem;
	top: 0;
	right: 0;
	overflow: hidden;
	zoom: 1;
	opacity: 1;
	transition: all .3s ease-in-out;
}

.content10 .card li .logos .logo-title {
	font-size: .3rem;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
    width: 3.8rem;
    margin-left: 0.7rem;
    margin-top: 4rem;
}

.content10 .card li .logos .logo-line {
	width: .4375rem;
	height: .05rem;
	background: #FFFFFF;
	border-radius: .025rem;
	margin: .25rem auto .4625rem;
}

.content10 .card li .logos .logo-p {
	font-size: .275rem;
	font-family: SourceHanSansCN-Medium, SourceHanSansCN;
	font-weight: 500;
	color: #FFFFFF;
	line-height: .5rem;
	text-align: center;
}

.content10 .card li .masks .mask-title {
	font-size: .3rem;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #FFFFFF;
    margin-top: 1.2rem;
    margin-bottom: .25rem;
}

.content10 .card li .masks .mask-line {
	width: .4375rem;
	height: .05rem;
	background: #399DFF;
	border-radius: .0375rem;
	margin-top: .3rem;
	margin-left: .1375rem;
}

.content10 .card li .masks .mask-h2 {
	font-size: .275rem;
	font-family: SourceHanSansCN-Medium, SourceHanSansCN;
	font-weight: 500;
	color: #FFFFFF;
	line-height: .475rem;
	margin-top: .5rem;
}

.content10 .card li .masks .mask-p {
	font-size: .2rem;
	font-family: SourceHanSansCN-Normal, SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
}

.content10 .card li .masks .mask-p p {
	color: #fff;
	margin: .125rem 0;
	font-size: .2rem;
	position: relative;
}

.content10 .card li .masks .mask-p p::before{
	position: absolute;
	border-radius: 50%;
	content: '';
	background-color: #fff;
	width: .0625rem;
	height: .0625rem;
	top: .075rem;
	left: -0.125rem;
}

.content10 .card li:nth-of-type(1) {
	background: url(//qjzb.kuleiman.com/record/klm/vrzhmd/1/5-1.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position-x: 65%;
}

.content10 .card li:nth-of-type(2) {
	background: url(//qjzb.kuleiman.com/record/klm/vrzhmd/1/5-2.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position-x: 65%;
}

.content10 .card li:nth-of-type(3) {
	background: url(//qjzb.kuleiman.com/record/klm/vrzhmd/1/5-3.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position-x: 65%;
}

.content10 .card li:nth-of-type(4) {
	background: url(//qjzb.kuleiman.com/record/klm/vrzhmd/1/5-4.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position-x: 50%;
}


.content10 .card li.active1 {
	width: 6.8rem;
	background-position-x: 0 !important;
}

.content10 .card li.active1 .masks {
	left: 0;
}

.content10 .card .active2 .logos .logo-title {
	width: 3.7rem !important;
    margin-left: 0;
}



.content10 .card li.active1 .logos {
	opacity: 0;
}

.content10 .card li.active2 {
	width: 4rem;
	background-position-x: 85% !important;
}

.content10 .card li.active2 .logos {
	width: 4rem;
}


















/* bk11 */
.bk11 {
	width: 100%;
    min-height: 12.3rem;
    position: relative;
    background: url(//qjzb.kuleiman.com/record/klm/vrzhmd/1/PC.jpg) no-repeat;
	background-size: 100% 100%;
    overflow: hidden;
    zoom: 1;
  }
  
  .content11 {
	position: absolute;
	width: 16.0875rem;
	z-index: 10;
	top: 1.4375rem;
	left: 50%;
	transform: translateX(-50%);
  }
  
  .content11 h1 {
	width: 6rem;
	height: .5rem;
	font-size: .5rem;
	font-family: "Source Han Sans CN";
	font-weight: bold;
	color: rgb(255, 255, 255);
	line-height: .175rem;
	margin: 0rem auto;
	text-align: center;
  }

  .content11 .p11{
	font-size: .225rem;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    margin: 0.25rem auto .7625rem auto;
  }
  
  .swiper-container2 {
	width: 100%;
	height: 3.9rem;
	margin: .975rem auto 0rem;
  }
  
  .swiper-container3 {
	width: 100%;
	height: 3.9rem;
	margin: .2375rem 0rem 0rem 3.0125rem;
  }
  
  .swiper-container2 .swiper-wrapper,
  .swiper-container3 .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;
  }
  
  .content11 .swiper-slide {
	width: 6.025rem;
	height: 3.9rem;
	position: relative;
	/* border: .025rem solid transparent; */
  }
  
  .content11 .swiper-slide:hover {
	border-width: .025rem;
	border-style: solid;
	border-color: initial;
	border-image: linear-gradient(0deg, rgb(26, 42, 255), rgb(48, 201, 205)) 10 / 1 / 0 stretch;
  }
  
  .content11 .swiper-slide:hover .sp1 {
	/* transform: translate(0rem, 25%);
	opacity: 0; */
  }
  
  .content11 .swiper-slide:hover .sp2 {
	transform: translate(-50%, -50%);
	opacity: 1;
	cursor: pointer;
  }
  
  .content11 .swiper-slide:hover .mask {
	display: none;
  }
  
  .content11 .swiper-slide img {
	width: 100%;
	height: 100%;
  }
  
  .content11 .swiper-slide .mask {
	position: absolute;
	top: 0rem;
	left: 0rem;
	z-index: 10;
	width: 6.025rem;
	height: 3.9rem;
	background: rgb(22, 0, 48);
	opacity: 0.6;
  }
  
  .content11 .swiper-slide .sp1 {
    position: absolute;
    right: 0rem;
    bottom: 0.15rem;
    z-index: 20;
    width: 1.675rem;
    height: 0.5rem;
    opacity: 1;
    transition: all 0.5s ease 0s;
    background: rgba(57, 114, 255, .5);
    border-radius: 0.375rem 0rem 0rem 0rem;
    font-size: .25rem;
    font-family: "Source Han Sans CN";
    font-weight: 400;
    color: rgb(255, 255, 255);
    text-align: center;
    line-height: .5rem;
  }
  
  .content11 .swiper-slide .sp2 {
	position: absolute;
	left: 50%;
	top: 50%;
	transition: all 0.5s ease 0s;
	transform: translate(-50%, 280%);
	opacity: 0;
	z-index: 20;
	width: 1.675rem;
	height: .5rem;
	background: linear-gradient(90deg, rgb(0, 108, 255) 0%, rgb(195, 0, 255) 100%);
	border-radius: .375rem;
	font-size: .25rem;
	font-family: "Source Han Sans CN";
	font-weight: 400;
	color: rgb(255, 255, 255);
	text-align: center;
	line-height: .5rem;
  }




   /* bk12 */
 .bk12 {
	width: 100%;
	height: 8rem;
}

.content12 {
	width: 100%;
	height: 100%;
	overflow: hidden;
	zoom: 1;
}

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

.content12 h1 {
	font-size: .45rem;
	font-family: SourceHanSansCN-Medium, SourceHanSansCN;
	font-weight: bold;
	color: #333333;
	line-height: .675rem;
	text-align: center;
	margin: 1.25rem auto .125rem auto;
}

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

.content12 ul li {
	width: 2.8rem;
    height: 3.6rem;
    position: relative;
    margin-right: 0.2rem;
    transition: transform .5s;
}

.content12 ul li:hover {
	transform: scale(1.05);
	/* box-shadow: 0rem .05rem .125rem 0rem rgba(102, 111, 119, 0.8); */
	border-radius: .1rem;
}

.background12{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
	flex-direction: column;
	opacity: 0;
	border-radius: .1rem;
}

.background12&gt;img{
	width: .5rem !important;
	height: .5625rem !important;
}

.background12&gt;p{
	font-size: .2rem;
	color: #fff;
	margin-top: .25rem;
}

.content12 ul li&gt;.background12:hover{
	opacity: 1;
	background-color: rgba(0,0,0,.4);
	backdrop-filter: blur(.05rem);
}

.content12 ul li:nth-of-type(6) {
	margin-right: 0;
}

.content12 ul li img {
	width: 100%;
	height: 100%;
	object-fit: fill;
}

.content12 ul li span {
	position: absolute;
	display: block;
	bottom: .2rem;
	left: 50%;
	transform: translate(-50%, 0);
	width: 100%;
	font-size: .2rem;
	font-family: SourceHanSansCN-Medium, SourceHanSansCN;
	font-weight: 500;
	color: #FFFFFF;
	text-align: center;
}

.content12 input {
	display: block;
	width: 2.5rem;
	height: .6rem;
	border-radius: .1rem;
	border: .0125rem solid rgba(49, 146, 255, .8);
	margin: .625rem auto 0;
	font-size: .2rem;
	font-family: SourceHanSansCN-Medium, SourceHanSansCN;
	font-weight: 500;
	color: #399DFF;
	line-height: .6rem;
}

.content12 input:hover {
	background: linear-gradient(53deg, #5FBEF7 0%, #3192FF 100%);
	border: .0125rem solid transparent;
	color: #fff;
}

.content12 input:active {
	opacity: 0.8;
}
.playVideoIcon{
    width: 1.3rem;
    height: 1.3rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-60%,30%);
    cursor: pointer;
}
.playVideoIcon img{
    max-width: 100%;
    max-height: 100%;
}

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