<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bk1 {
	width: 100%;
	height: 9rem;
	position: relative;
}

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

.content1 {
	width: 19.2rem;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	overflow: hidden;
	zoom: 1;
}

.content1 .title1 {
	font-size: .625rem;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
	line-height: .525rem;
	text-shadow: 0rem .0625rem 0rem rgba(14, 32, 43, 0.13);
	margin-top: 13%;
}

.content1 .p1 {
	font-size: .25rem;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #FFFFFF;
	line-height: .375rem;
	text-shadow: 0rem .0375rem 0rem rgba(14, 32, 43, 0.13);
	margin-top: .6375rem;
}

.content1 ul {
	display: flex;
	align-items: center;
	margin-top: .6rem;
}

.content1 ul li {
	width: 1.25rem;
	height: .3125rem;
	display: flex;
	align-items: center;
	margin-right: .6625rem;
}

.content1 ul li .icon {
	background: url(../imgs/gx.png) center center / 100% 100% no-repeat;
	width: .2125rem;
	height: .2125rem;
	margin-right: .075rem;
}

.content1 ul li span {
	font-size: .225rem;
	line-height: .3125rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
}

.content1 .btn {
	width: 2.25rem;
	height: .675rem;
	background: #0072FF;
	border-radius: .05rem;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: .6rem;
	cursor: pointer;
}

.content1 .btn:hover {
	background: #2B8AFF;
}

.content1 .btn .tb {
	background: url(../imgs/kf.png) center center / 100% 100% no-repeat;
	width: .275rem;
	height: .2625rem;
	margin-right: .0625rem;
}

.content1 .btn span {
	font-size: .225rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
}

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

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

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

.content2 .title2 {
	font-size: .475rem;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #333333;
	margin: 1.1125rem auto 0;
	text-align: center;
}

.content2 h2 {
	font-size: .225rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #999999;
	text-align: center;
	margin-top: .2625rem;
}

.content2 .p2 {
	font-size: .225rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #2A2A2A;
	line-height: .3375rem;
	margin: .4875rem auto 0;
	text-align: center;
}

.content2 video {
	display: block;
	width: 15rem;
	height: 8.45rem;
	background: #DCDCDC;
	border: .1rem solid #FFFFFF;
	box-shadow: 0rem .175rem .3rem 0rem rgba(199, 216, 255, 0.55);
	border-radius: .25rem;
	margin: .7rem auto 0;
}

/* bk3 */
.bk3 {
	width: 100%;
	height: 11.8375rem;
	position: relative;
}

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

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

.content3 .title3 {
	font-size: .475rem;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #333333;
	text-align: center;
	margin: 1.1125rem auto 0
}

.content3 h2 {
	font-size: .225rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #999999;
	text-align: center;
	margin: .2625rem auto 0;
}

.content3 .p3 {
	font-size: .225rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	line-height: .3375rem;
	margin: .4875rem auto 0;
	text-align: center;
}

.content3 .card {
	width: 19.2rem;
	height: 6rem;
	display: flex;
	justify-content: space-between;
	margin: 1.2375rem auto 0;
}

.content3 .card li {
	width: 4.6125rem;
	height: 6rem;
	background: rgba(46, 48, 54, 0.7);
	border-radius: .15rem;
	position: relative;
	overflow: hidden;
	transition: all .5s;
}

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

.content3 .card li .text-wrap {
	position: absolute;
	width: 100%;
	height: 2.1rem;
	top: 50%;
	left: 0;
	transition: all .5s;
	transform: translate(0, -50%);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

.content3 .card li .text-wrap img {
	width: 1.05rem;
	height: .975rem;
	object-fit: fill;
}

.content3 .card li .text-wrap .line {
	width: .5rem;
	height: .0625rem;
	background: #0072FF;
	margin-top: .25rem;
}

.content3 .card li .text-wrap h1 {
	font-size: .3rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	margin: .5rem auto 0;
}

.content3 .card li .text-wrap p {
	font-size: .175rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: .3375rem;
	padding: 0 .5375rem;
	margin-top: .65rem;
	transition: all .5s;
	opacity: 0;
}

.content3 .card li:hover {
	cursor: pointer;
	transform: scaleY(1.1);
}

.content3 .card li:hover img {
	transform: scaleX(1.1);
}

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

.content3 .card li:hover .text-wrap p {
	opacity: 1;
}


/* bk4 */
.bk4 {
	width: 100%;
	height: 9rem;
	position: relative;
}

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

.bk4 .img-wrap img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: fill;
}

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

.content4 .title4 {
	font-size: .475rem;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	margin: 1.1125rem auto 0;
}

.content4 h2 {
	font-size: .225rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: .525rem;
	opacity: 0.8;
	text-align: center;
	margin: .2625rem auto 0;
}

.bk4 .card {
	position: absolute;
	width: 16.6375rem;
	height: 1.8875rem;
	bottom: .875rem;
	left: 50%;
	transform: translate(-50%, 0);
	display: flex;
	justify-content: space-between;
}

.bk4 .card li {
	width: 1.6375rem;
	height: 1.8875rem;
	background: rgba(0, 0, 0, 0.5);
	border: .0125rem solid #FFFFFF;
	border-radius: .1rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transition: all .5s;
}

.bk4 .card li img {
	width: .4rem;
	height: .4rem;
	object-fit: fill;
	margin-bottom: .175rem;
}

.bk4 .card li.active1 {
	border: .025rem solid #0072FF;
	transform: translate(0, -13%);
}

.bk4 .card li span {
	font-size: .2rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
}

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

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

.content5 .title5 {
	font-size: .475rem;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #333333;
	text-align: center;
	margin: 1.1125rem auto .875rem;
}

.content5 .bottom {
	width: 19.2rem;
	height: 5.125rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
}

.content5 .bottom .left {
	width: 8.0875rem;
	height: 100%;
	position: relative;
}

.content5 .bottom .left .wrap {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	/* justify-content: center; */
	transition: all .5s;
	opacity: 0;
	transform: translate(0, 10%);
}

.content5 .bottom .left .wrap h1 {
	margin-top: .85rem;
	font-size: .3rem;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #333333;
}

.content5 .bottom .left .wrap p {
	font-size: .175rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	margin-top: .275rem;
	margin-bottom: .575rem;
}

.content5 .bottom .left .wrap ul {
	width: 6.125rem;
	height: .6rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
}

.content5 .bottom .left .wrap ul li {
	display: flex;
	align-items: center;
}

.content5 .bottom .left .wrap ul li .tb {
	width: .2rem;
	height: .2rem;
	background: url(../imgs/dh.png) center center / 100% 100% no-repeat;
	margin-right: .0875rem;
}

.content5 .bottom .left .wrap ul li span {
	font-size: .175rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #666666;
}

.content5 .bottom .right {
	width: 9.5rem;
	height: 4.375rem;
	position: relative;
}

.content5 .bottom .right img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: fill;
	border-radius: .1625rem;
	transition: all .5s;
	cursor: pointer;
}

.zdy3 {
	transform: translate(-0.75rem, -0.75rem);
	z-index: 10;
}

.zdy3:hover {
	transform: scale(1.1) translate(-0.75rem, -0.75rem);
}

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

/* bk6 */
.bk6 {
	width: 100%;
	height: 11.1875rem;
	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;
	display: flex;
	justify-content: center;
	align-items: center;
}

.content6 .right {
	width: 12.5rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-left: .8875rem;
}

.content6 .right h1 {
	font-size: .475rem;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #333333;
}

.content6 .right p {
	width: 11.5625rem;
	font-size: .225rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #2A2A2A;
	line-height: .375rem;
	margin-top: .4875rem;
}

.content6 .right ul {
	display: flex;
	margin-top: 1rem;
}

.content6 .right ul li {
	width: 2.625rem;
	height: 2rem;
	background: linear-gradient(0deg, #F3F6FE, #FFFFFF);
	border: .025rem solid #FFFFFF;
	box-shadow: 0rem .0875rem .2625rem 0rem rgba(75, 105, 172, 0.2);
	border-radius: .125rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-right: .45rem;
}

.content6 .right ul li img {
	width: .8625rem;
	height: .575rem;
	object-fit: fill;
}

.content6 .right ul li span {
	font-size: .2rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #000000;
	align-items: center;
	margin-top: .275rem;
}

.content6 .left {
	width: 7.425rem;
	height: 8.2rem;
}

.content6 .left ul {
	position: relative;
}

.content6 .left ul li {
	position: absolute;
	width: 7.425rem;
	height: 8.2rem;
}

.content6 .right ul li * {
	pointer-events: none;
}

.content6 .left ul li:nth-of-type(1) .t1 {
	width: 4.9rem;
	height: 8.2rem;
	position: absolute;
	top: 0;
	left: 1.2625rem;
}

.content6 .left ul li:nth-of-type(1) .t2 {
	width: 2.45rem;
	height: 3.275rem;
	position: absolute;
	top: 2.675rem;
	left: .775rem;
}

.content6 .left ul li:nth-of-type(1) .t3 {
	width: 2.45rem;
	height: 1.5125rem;
	position: absolute;
	top: 4.375rem;
	right: .175rem;
}

.content6 .left ul li:nth-of-type(2) .t1 {
	width: 4.9rem;
	height: 8.2rem;
	position: absolute;
	top: 0;
	left: 1.2625rem;
}

.content6 .left ul li:nth-of-type(2) .t2 {
	width: 2.3625rem;
	height: 2.1125rem;
	position: absolute;
	top: 2.575rem;
	left: .775rem;
}

.content6 .left ul li:nth-of-type(2) .t3 {
	width: 2.4375rem;
	height: 2.225rem;
	position: absolute;
	top: 3.3625rem;
	right: .175rem;
}

.content6 .left ul li:nth-of-type(2) .t4 {
	width: 3.05rem;
	height: 1.9rem;
	position: absolute;
	bottom: -0.425rem;
	left: 1.525rem;
}

.content6 .left ul li:nth-of-type(3) .t1 {
	width: 4.9rem;
	height: 8.2rem;
	position: absolute;
	top: 0;
	left: 1.2625rem;
}

.content6 .left ul li:nth-of-type(3) .t2 {
	width: 2.95rem;
	height: 3.8875rem;
	position: absolute;
	top: 2.2rem;
	left: .775rem;
}

.content6 .left ul li:nth-of-type(3) .t3 {
	width: 4.075rem;
	height: 6rem;
	position: absolute;
	top: 1.4875rem;
	right: -0.7125rem;
}

.content6 .left ul li:nth-of-type(4) .t1 {
	width: 5.9375rem;
	height: 4.7375rem;
	position: absolute;
	left: .7438rem;
	top: .775rem;
}

.content6 .left ul li:nth-of-type(4) .t2 {
	width: 2.2375rem;
	height: 4.1125rem;
	position: absolute;
	left: 0;
	top: 2.9rem;
}

.content6 .left ul li:nth-of-type(4) .t3 {
	width: 4.3875rem;
	height: 1.9375rem;
	position: absolute;
	top: 3.6375rem;
	right: .4938rem;
}

.content6 .left ul li:nth-of-type(1),
.content6 .left ul li:nth-of-type(2),
.content6 .left ul li:nth-of-type(3),
.content6 .left ul li:nth-of-type(4) {
	display: none;
}

.active6-1 {
	display: block !important;
	z-index: 10;
}

.active6-2 {
	background: linear-gradient(-45deg, #DFE9FE, #EBF1FF) !important;
	box-shadow: 0rem .0125rem 0rem 0rem #F8FAFF, 0rem .0375rem .075rem 0rem rgba(186, 207, 255, 0.28) !important;
	border: .025rem solid transparent !important;
}

@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, 30%, 0);
	}

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

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

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


/* bk7 */
.bk7 {
	width: 100%;
	height: 8.85rem;
}

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

.content7 .title7 {
	font-size: .475rem;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #333333;
	text-shadow: 0rem .2625rem .575rem rgba(14, 37, 102, 0.2);
	text-align: center;
	margin: 1.1125rem auto .625rem;
}

.content7 ul {
	width: 19.2rem;
	height: 4.5rem;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}

.content7 ul li {
	width: 9.4125rem;
	height: 4.5rem;
	position: relative;
	border-radius: .15rem;
	overflow: hidden;
}

.content7 ul li:hover img {
	transform: scale(1.1);
}

.content7 ul li img {
	width: 100%;
	height: 100%;
	object-fit: fill;
	border-radius: .15rem;
	transition: all .5s;
}

.content7 ul li .text-wrap {
	position: absolute;
	width: 100%;
	height: .9rem;
	bottom: 0;
	left: 0;
	padding: 0 .2375rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.content7 ul li .text-wrap span {
	font-size: .25rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: .9rem;
}

.content7 ul li .text-wrap .tb {
	width: .4rem;
	height: .4rem;
	border-radius: 50%;
	background: url(../imgs/xjt.png) center center / .175rem .1625rem no-repeat;
	background-color: #0072FF;
}

.content7 ul li .text-wrap .tb:hover {
	background-color: #2B8AFF;
}

.content7 input {
	display: block;
	width: 2.4rem;
	height: .5125rem;
	border: .0125rem solid #999999;
	border-radius: .075rem;
	font-size: .2rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	margin: .5125rem auto 0;
}

.content7 input:hover {
	background: #0072FF;
	color: #fff;
	border: .0125rem solid transparent;
}

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

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

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

.content8 .title8 {
	font-size: .475rem;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	margin: 1.1125rem auto 0;
}

.content8 .p8 {
	font-size: .225rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.8);
	text-align: center;
	margin-top: .2625rem;
}

.content8 .inp {
	width: 15.25rem;
	height: .625rem;
	margin: 1.125rem auto 0;
	display: flex;
	justify-content: center;
}

.content8 .inp input {
	width: 6.0625rem;
	height: .625rem;
	line-height: .625rem;
	background: #FFFFFF;
	box-shadow: 0rem 0rem .225rem 0rem rgba(56, 57, 57, 0.05);
	border-radius: .125rem;
	padding: 0 .375rem;
	margin-right: .25rem;
	font-size: .2rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
}

.content8 .inp input:nth-of-type(3) {
	width: 2.5rem;
	height: .625rem;
	line-height: .625rem;
	background: #0072FF;
	border-radius: .125rem;
	font-size: .2rem;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
	margin-right: 0;
}
.content8 .inp input:nth-of-type(3):hover {
	background: #2B8AFF;
}
.playVideoIcon{
    width: 1.3rem;
    height: 1.3rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,60%);
    cursor: pointer;
}
.playVideoIcon img{
    max-width: 100%;
    max-height: 100%;
}

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