<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, .125rem, 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: 10.5rem;
	position: relative;
}

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

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

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

.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/sdmy/1/sp.png) 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/sdmy/1/zx.png) 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;
}

.content2 video {
	display: block;
	width: 13.625rem;
	height: 7.75rem;
	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: 9.625rem;
}

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

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

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

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

.content3 .card li .text-wrap p {
	font-size: .25rem;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: .3875rem;
	text-align: center;
}

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

.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 {
	width: auto;
	height: .45rem;
	padding: 0 .3rem;
	font-size: .2rem;
	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: 9rem;
	position: relative;
}

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

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

.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 h1 {
	font-size: .25rem;
	font-family: SourceHanSansCN-Medium, SourceHanSansCN;
	font-weight: 600;
	color: #333333;
	padding: 0 .275rem;
	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: 0 .275rem;
	margin: .25rem auto 0;
	transform: translate(0, .125rem);
	opacity: 0;
}

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

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

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

.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 0;
	text-align: center;
}

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

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

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

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

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

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

.content5 .card5 li .mask5 h2 {
	font-size: .2rem;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
	margin-top: .25rem;
}

.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: .3rem;
	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-last-of-type(1) {
	background: url(//qjzb.kuleiman.com/record/klm/sdmy/1/hyyy5.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position-x: 0%;
}

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

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

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

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

.zk1 {
	width: 6rem !important;
	height: 6rem !important;
}

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

.zk1 .logo5 {
	opacity: 0 !important;
}

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

.zk2 {
	width: 3.3rem !important;
	height: 6rem !important;
}


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

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

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

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

.content6 .p6 {
	font-size: .225rem;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	margin: .3625rem auto 0;
}

.content6 .inp {
	display: flex;
	height: .525rem;
	justify-content: center;
	margin-top: .675rem;
}

.content6 .inp .inp1 {
	width: 4rem;
	height: .525rem;
	background: rgba(255, 255, 255, 0.3);
	box-shadow: inset 0rem .0125rem .15rem 0rem rgba(61, 61, 61, 0.5);
	border-radius: .1rem;
	border: .0125rem solid rgba(255, 255, 255, 0.6);
	display: flex;
	align-items: center;
	margin-right: .25rem;
}

.content6 .inp .inp1 .btn1 {
	background: url(//qjzb.kuleiman.com/record/klm/sdmy/1/xm.png) center center / 100% 100% no-repeat;
	width: .1625rem;
	height: .1625rem;
	margin: 0 .0625rem 0 .1625rem;
}

.content6 .inp .inp1 input {
	flex: 1;
	padding: 0 .25rem 0 .0625rem;
	font-size: .175rem;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #DDDDDD;
}

.content6 .inp .inp2 {
	width: 4rem;
	height: .525rem;
	background: rgba(255, 255, 255, 0.3);
	box-shadow: inset 0rem .0125rem .15rem 0rem rgba(61, 61, 61, 0.5);
	border-radius: .1rem;
	border: .0125rem solid rgba(255, 255, 255, 0.6);
	display: flex;
	align-items: center;
	margin-right: .25rem;
}

.content6 .inp .inp2 .btn1 {
	background: url(//qjzb.kuleiman.com/record/klm/sdmy/1/dh.png) center center / 100% 100% no-repeat;
	width: .1625rem;
	height: .1625rem;
	margin: 0 .0625rem 0 .1625rem;
}

.content6 .inp .inp2 input {
	flex: 1;
	padding: 0 .25rem 0 .0625rem;
	font-size: .175rem;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #DDDDDD;
}

.content6 .inp .but6 {
	width: 1.25rem;
	height: .525rem;
	background: #3972FF;
	box-shadow: inset 0rem .0125rem .1375rem 0rem rgba(255, 255, 255, 0.5);
	border-radius: .1rem;
	font-size: .175rem;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
}
.content6 .inp .but6:hover{
	background: #2362FF;
}

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

.bk7 .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: 1.25rem;
	margin-bottom: .25rem;
}

.bk7 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: 15.45rem;
	height: 3.1875rem;
	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;
}
.playVideoIcon{
    width: 1.3rem;
    height: 1.3rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,0%);
    cursor: pointer;
}
.playVideoIcon img{
    max-width: 100%;
    max-height: 100%;
}


.bk8{
	width: 100%;
	height: 10rem;
	position: relative;
}
.bk8ImgBox{
	display: flex;
	width: 19.2rem;
	justify-content: space-between;
	margin:  0 auto;
}
.bk8ImgList{
	width: 4.5rem;
	height: 6rem;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}
.bk8Img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.bk8Img img{
	width: 4.5rem;
	height: 6rem;
	transition: all 0.5s;

}
.bk8Title{
	font-size: 0.3rem;
	font-family: SourceHanSansCN, SourceHanSansCN;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 0.49rem;
	text-shadow: 0px 0px 0px rgba(0,0,0,0.5);
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0%,-50%);
	z-index: 9;
}
.bk8Btn{
	width: 1.5rem;
	height: 0.5rem;
	background: #3972FF;
	border-radius: 0.1rem;
	text-align: center;
	line-height: 0.5rem;
	font-size: 0.2rem;
	font-family: SourceHanSansCN, SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
	position: absolute;
	left: 50%;
	top: 70%;
	transform: translate(-50%,0);
	z-index: 9;
	cursor: pointer;
	opacity: 0;
}
.bk8ImgList:hover .bk8Btn{
	opacity: 1;
	transform: translate(-50%,-120%);
	transition: all 0.5s;
}
.bk8ImgList:hover .bk8Title{
	transform: translate(0,-120%);
	transition: all 0.5s;
}
.bk8ImgList:hover img{
	transform: scale(1.2);
	transition: all 0.5s;
}

.videoBox{
	width: 13.625rem;
	height: 7.75rem;
	margin:0 auto 0;
	position: relative;
}
.videoPoster{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 7;
	top: 0;
	left: 0;
	border-radius: 0.25rem;
    border: 0.1rem solid #FFFFFF;
}
.videoPoster img{
	max-width: 100%;
	max-height: 100%;
	border-radius: 0.25rem;

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