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

	to {
		opacity: 1;
		transform: none;
	}
}
* {
	font-family: "SourceHanSansCN-Heavy, SourceHanSansCN","PingFang SC" !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: 10.3531rem;
	position: relative;
}

.bjt1 {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.bk1 .img-box {
	position: absolute;
    right: 0;
    top: -0.5801rem;
    bottom: 0;
    width: 45%;
}
.bk1 .img-box img {
	position: absolute;
}
.bk1 .img-box .img1 {
	top: 31%;
    z-index: 2;
	left: -60px;
	width: 1.3493rem;
	height: 1.3367rem;
}
.bk1 .img-box .img2 {
	left: -5%;
    top: 54%;
    z-index: 1;
	width: 1.3745rem;
	height: 1.1475rem;
}
.bk1 .img-box .img3 {
	bottom: 8%;
    left: -8%;
    z-index: 2;
	width: 5.5738rem;
	height: 4.2119rem;
}
.bk1 .img-box .img4 {
	bottom: 17%;
    left: 10%;
	width: 1.425rem;
	height: 4.7793rem;
	z-index: 4;
}

.bk1 .img-box .img5 {
	bottom: 20%;
    left: 22%;
	width: 2.8625rem;
	height: 6.0656rem;
}

.bk1 .img-box .img6 {
	bottom: 42%;
    left: 42%;
	width: 2.4716rem;
	height: 1.6141rem;
}
.content1 {
	position: absolute;
	/* width: 100%; */
	height: 100%;
	left: 3.7831rem;
	top: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.content1 .title1 {
	font-weight: 800;
	font-size: .6305rem;
	color: #FFFFFF;
	text-align: center;
	line-height: 1;
}

.content1 .p1 {
	font-weight: 400;
	font-size: .2522rem;
	color: #FFFFFF;
	text-align: center;
	margin-top: .3153rem;
	line-height: 1;
}

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

.content1 .btn .btn1 {
	width: 1.7rem;
	height: .6rem;
	/* border: .0125rem solid #FFFFFF; */
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	background: linear-gradient(228deg, #32C5FF 0%, #B620E0 51%, #F7B500 100%);
	margin-right: .2522rem;
	border-radius: .1009rem;
}

.content1 .btn .btn1:hover {
	background: linear-gradient(228deg, #F7B500 0%, #B620E0 40%, #32C5FF 100%);
}

.content1 .btn .btn1 .icon {
	width: .29rem;
	height: .2774rem;
	/* background: url(../imgs/sp.png) center center / 100% 100% no-repeat; */
	margin-right: .05rem;
}
.content1 .btn .btn1 .icon img {
	width: 100%;

}
.content1 .btn .btn1 span {
	font-size: .1765rem;
	font-weight: 400;
	color: #FFFFFF;
}

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

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

.content1 .btn .btn2 .icon {
	width: .225rem;
	height: .225rem;
	/* background: url(../imgs/zx.png) center center / 100% 100% no-repeat; */
	margin-right: .05rem;
}
.content1 .btn .btn2 .icon img {
	width: 100%;
}

.content1 .btn .btn2 span {
	font-size: .1765rem;
	font-weight: 400;
	color: #262A47;
}

.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.1892rem;
	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: .454rem;
	line-height: 1;
	font-family: SourceHanSansCN-Bold, SourceHanSansCN;
	font-weight: bold;
	color: #333333;
	text-align: center;
	margin: 1.034rem auto 0;
}

.content2 .p2 {
	font-size: .2018rem;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #616C91;
	text-align: center;
	margin: .3153rem auto 0;
}

.content2 .content2_img {
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: .6683rem;
	/* transform: translate3d(180px, 0px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1); */
}
.content2 .content2_img .content2_img_left{
	width: 11.2989rem;
	height: 6.4187rem;
	position: relative;
	/* background: red; */
}
.content2 .content2_img video{
	width: 100%;
	height: 100%;
	border-radius: .2522rem;
    border: .0757rem solid #FFFFFF;
}
.content2 .content2_img .content2_img_right{
	width: 3.0391rem;
	height: 6.4187rem;
	margin-left: .6557rem;
	/* background: green; */
	/* opacity: 0; */
}
.content2 .content2_img .content2_img_right video{
	width: 100%;
	height: 100%;
	border-radius: .2522rem;
    border: .0757rem solid #FFFFFF;
}
.bk33 {
	width: 100%;
	height: 9.9874rem;
	position: relative;
  background: rgba(0,0,0,0.6);
}

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

.bk33 .img-wrap img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	object-fit: fill;
}

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

.content33 .title3 {
	line-height: 1;
	text-align: center;
	font-size: .454rem;
	/* font-weight: bold; */
	color: #262A47;
	margin: .8575rem auto 0;
}
.content33 .pdesc {
  margin-top: .3026rem;
  margin-bottom: 1.0845rem;
  font-size: .2018rem;
  color: #616C91;
}
.content33 .text3 {
	font-size: 0.2rem;
	font-weight: 400;
	color: rgb(255, 255, 255);
	text-align: center;
	margin: 0.375rem auto 0px;
}
.content33 .bottom3 {
	width: 14.9937rem;
	margin: 0 auto;
	display: flex;
}
.content33 .bottom3 .bottomleft{
	display: flex;
    flex-wrap: wrap;
	flex: 1;
	height: 100%;
}
.content33 .bottom3 .bottomleft li{
	display: flex;
	width: 3.5561rem;
	height: 1.8789rem;
	flex-direction: column;
	background: #FFFFFF;
	box-shadow: 0px 1px .1387rem 0px rgba(57,114,255,0.19);
	border-radius: .1892rem;
	margin-right: .1639rem;
	padding-left: .3153rem;
	padding-top: .4035rem;
	box-sizing: border-box;
	margin-bottom: .2522rem;
}
.content33 .bottom3 .bottomleft li.active.bottomleft0 {
	background: linear-gradient(221deg, #32E2F7 0%, #7602E3 100%);
}
.content33 .bottom3 .bottomleft li.active.bottomleft1 {
	background: linear-gradient(226deg, #1FE3A4 0%, #23A3E8 100%);
}
.content33 .bottom3 .bottomleft li.active.bottomleft2 {
	background: linear-gradient(226deg, #C9D56D 0%, #03BE9C 100%);
}
.content33 .bottom3 .bottomleft li.active.bottomleft3 {
	background: linear-gradient(235deg, #04C9C8 0%, #AA1DE5 100%);
}
.content33 .bottom3 .bottomleft li.active.bottomleft4 {
	background: linear-gradient(331deg, #E1C51F 0%, #0AA6D0 100%);
}
.content33 .bottom3 .bottomleft li.active.bottomleft5 {
	background: linear-gradient(317deg, #FF7442 0%, #E2B30B 100%);
}
.content33 .bottom3 .bottomleft li.active.bottomleft6 {
	background: linear-gradient(287deg, #2CD5D5 0%, #0775D4 100%);
}
.content33 .bottom3 .bottomleft li.active.bottomleft7 {
	background: linear-gradient(291deg, rgba(0,86,255,0.9) 0%, #27C4CA 100%);
}
.content33 .bottom3 .bottomleft li.active.bottomleft8 {
	background: linear-gradient(251deg, #647BFF 0%, rgba(253,44,119,0.94) 100%);
}

.content33 .bottom3 .bottomleft .bottomleftTitle{
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	font-size: .227rem;
	font-weight: bold;
	color: #FFFFFF;
	color: #091027;
}
.content33 .bottom3 .bottomleft .bottomleftDetail{
	font-size: .1765rem;
	color: #FFFFFF;
	padding-right: .2522rem;
	color: #091027;

}
.content33 .bottom3 .bottomleft li.active .bottomleftTitle{
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	font-size: .227rem;
	font-weight: bold;
	color: #FFFFFF;
}
.content33 .bottom3 .bottomleft li.active .bottomleftDetail{
	font-size: .1765rem;
	color: #FFFFFF;
	padding-right: .2522rem;

}
.content33 .bottom3 .bottomleft .bottomleftTitle span{
	padding-right: .0631rem;
}
.content33 .bottom3 .bottomleft .bottomleftTitle img{
	width: .2522rem;
	height: .2522rem;
}
.content33 .bottom3 .bottomright{
	width: 3.0517rem;
	height: 6.1665rem;
	animation: fadeInleftA 1s .2s ease both;
}

.content33 .bottom3 .bottomright img {
	width: 100%;
	height: 100%;
	animation: fadeInleftA 1s .2s ease both;
}
.bk4 {
	width: 100%;
	height: 8.3102rem;
	position: relative;
  }
  .bjt4 {
	width: 100%;
	height: 100%;
	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;
}
.bk4 .bk3_nav {
	display: flex;
	margin: .5044rem auto 0px auto;
	align-items: center;
	/* justify-content: center; */
	height: .681rem;
	width: 9.3947rem;
	padding-left: .0883rem;
	/* background: #FFFFFF; */
	/* box-shadow: 0px 0px .2522rem 0px rgba(0,0,0,0.05); */
	/* border-radius: .1387rem; */
}
.bk4 .bk3_nav .bk2_nav_item {
	width: 2.4968rem;
	height: .6305rem;
	color: #343D58;
	font-size: .1765rem;
	margin-right: .2522rem;
	line-height: .6305rem;
	box-sizing: border-box;
	cursor: pointer;
	box-sizing: border-box;
	background: #FFFFFF;
	text-align: center;
	border-radius: .3153rem;
	position: relative;
}	
.bk4 .bk3_nav .bk2_nav_item.active {
	color: #FFFFFF;
	background: linear-gradient(208deg, #32E2F7 0%, #7602E3 100%);

}
.bk4 .bk3_nav .bk2_nav_item span {
	position: relative;
}
.bk4 .bk3_nav .bk2_nav_item span::before {
	content: '';
	/* width: 1px; */
	height: .1765rem;
	border-right: 1px solid #262A47;
	/* background:  #262A47; */
	position: absolute;
	right: -0.1009rem;
	top: 50%;
	transform: translateY(-50%);
}
.bk4 .bk3_nav .bk2_nav_item.active span::before {
	content: '';
	/* width: 1px; */
	border-right: 1px solid #FFFFFF;
	height: .1765rem;
	/* background: #FFFFFF; */
	position: absolute;
	right: -0.1009rem;
	top: 50%;
	transform: translateY(-50%);
}
.bk4 .bk3_nav .bk2_nav_item.active::before {
	content: '';
	position: absolute;
	width: .5801rem;
	height: .1765rem;
	left: 50%;
	bottom: -0.3153rem;
	transform: translateX(-50%);
	background: url('../imgs/sanjiaoxing.png') no-repeat center/100%;
}
.content4 .title4 {
	margin-top: .8701rem;
	font-size: .454rem;
	line-height: 1;
	font-family: SourceHanSansCN-Bold, SourceHanSansCN;
	font-weight: bold;
	color: #262A47;
	text-align: center;
}

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

.content4 .dh4 {
	width: 9.3947rem;
	height: .681rem;
	display: flex;
	align-items: center;
	margin: .4792rem auto .2774rem;
}

.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 .bottomList {
	display: flex;
	align-items: center;
	justify-content: center;
}

.content4 .bottom {
	width: 14.9937rem;
	height: 4.1236rem;
	background: #FFFFFF;
	box-shadow: 0px 0px .2144rem 0px rgba(0,0,0,0.08);
	border-radius: .3405rem;
	position: relative;
	display: flex;
	align-items: center;
}

.content4 .bottom .bottom_left {
	margin-left: .7692rem;
}
.content4 .bottom .bottom_left .bottom_left_top {
	font-size: .2774rem;
	font-weight: bold;
	color: #262A47;
}
.content4 .bottom .bottom_left .bottom_left_top span{
	font-size: .744rem;
	color: #7602E2;
	position: relative;
	padding-right: .0883rem;
}
.content4 .bottom .bottom_left .bottom_left_top span::before{
	content: '';
	position: absolute;
	bottom: .0504rem;
	right: -0.0378rem;
	width: .3531rem;
	height: .3531rem;
	border-radius: 50%;
	background: rgba(255,255,255,0.2);
	/* border: 1px solid; */
	/* border-image: linear-gradient(314deg, rgba(255, 255, 255, 0.19), rgba(255, 255, 255, 1)) 1 1; */
	backdrop-filter: blur(3.421052631578947px);
}
.content4 .bottom .bottom_left .bottom_left_bottom{
	font-size: .1765rem;
	color: #616C91;
	margin-left: .8449rem;
	border-top: 1px solid rgba(102,102,102,0.28);
	padding-top: .2522rem;
	/* margin-top: .1261rem; */
}

.content4 .bottom .bottom_left .bottom_left_bottom .bottom_left_bottom_detail{
	position: relative;
	padding-left: .1765rem;
	margin-bottom: .1009rem;
}
.content4 .bottom .bottom_left .bottom_left_bottom .bottom_left_bottom_detail::before{
	content: '';
	width: 6px;
	height: 6px;
	background: #B716EB;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0px;
}
.content4 .bottom .bottom_right {
	position: relative;
	padding-left: 1.9546rem;
	height: 100%;
}
.content4 .bottom .bottom_right .img00{
	width: 1.1602rem;
	height: 2.3077rem;
	position: absolute;
	bottom: .2522rem;
	z-index: 1;
	left: 1.7654rem;
	animation: fadeInRightA 1s .2s ease both;
}
.content4 .bottom .bottom_right .img01{
	width: 1.1475rem;
	height: 1.3493rem;
	position: absolute;
	bottom: .5549rem;
	z-index: 1;
    left: 5.0441rem;
	animation: fadeInupA 1s .2s ease both;
}
.content4 .bottom .bottom_right .img02{
	width: 6.2547rem;
	height: 3.2787rem;
	position: absolute;
	top: .3153rem;
	animation: fadeIndownA 1s .2s ease both;
}
.content4 .bottom .bottom_right .img10{
	width: 2.5473rem;
	height: .6431rem;
	position: absolute;
	left: .971rem;
	top: .5801rem;
	z-index: 1;
	animation: fadeInRightA 1s .2s ease both;
}
.content4 .bottom .bottom_right .img11{
	width: .7062rem;
	height: 1.7654rem;
	position: absolute;
	bottom: .4288rem;
    left: 1.7654rem;
	animation: fadeInRightA 1s .2s ease both;
}
.content4 .bottom .bottom_right .img12{
	width: 4.3127rem;
	height: 3.9092rem;
	left: 2.459rem;
    position: absolute;
    top: .1513rem;
	animation: fadeInleftA 1s .2s ease both;
}


.content4 .bottom .bottom_right .img20{
	width: 3.884rem;
	height: 3.6192rem;
	position: absolute;
	bottom: .2rem;
    left: 1.7654rem;
	animation: fadeInupA 1s .2s ease both;
}
.content4 .bottom .bottom_right .img21{
	width: 1.0971rem;
	height: 1.1097rem;
	left: 3.6318rem;
    position: absolute;
    top: .6936rem;
	animation: fadeInleftA 1s .2s ease both;
}


.content4 .bottom .bottom_right .img30{
	width: 2.7364rem;
	height: 1.0845rem;
	position: absolute;
	left: .9836rem;
	top: .4288rem;
	z-index: 1;
	animation:  fadeIndownA 1s .2s ease both;
}
.content4 .bottom .bottom_right .img31{
	width: 1.9294rem;
	/* height: 1.6267rem; */
	position: absolute;
	top: 1.2736rem;
    left: 1.4502rem;
	z-index: 2;
	animation: fadeInRightA 1s .2s ease both;
}
.content4 .bottom .bottom_right .img32{
	width: 1.4376rem;
	height: 1.7276rem;
	left: 1.1475rem;
    position: absolute;
    bottom: .2396rem;
	z-index: 1;
	animation: fadeInupA 1s .2s ease both;
}
.content4 .bottom .bottom_right .img33{
	/* width: 5.145rem; */
	height: 3.1274rem;
	left: 2.4842rem;
    position: absolute;
    top: .5549rem;
	animation: fadeInleftA 1s .2s ease both;
}
/* bk12 */
  .bk12 {
	width: 100%;
	height: 7.0618rem;
	background: url('../imgs/bk12Bg.jpg') no-repeat center/100%;
}

.content12 {
	width: 100%;
	height: 100%;
	overflow: hidden;
	zoom: 1;
}
.content12 .card12 {
	display: flex;
	/* width: 14.2rem; */
	height: 6rem;
	border-radius: .15rem;
	margin: 0 auto;
	overflow: hidden;
}

.content12 .card12 li {
	position: relative;
	width: 2.0555rem;
	height: 3.7831rem;
	transition: all 0.5s;
	overflow: hidden;
	border-radius: .15rem;
	/* transform: translateZ(0); */
	transform: translate3d(0,0,0);
}
.bk12BG {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 0px;
	background: linear-gradient(180deg, rgba(50,197,255,0.35) 0%, #5A0AA0 100%);
}
.content12 .card12 li:hover {
	/* background-size: 2.7491rem auto !important; */
	transform: translate3d(0,0,0);
	width: 2.7743rem;
}
.content12 .card12 li .mask5 {
	position: absolute;
	width: 100%;
	bottom: .5044rem;
	/* left: 50%;
	transform: translateX(-50%); */
	font-size: .2648rem;
	text-align: center;
	font-weight: bold;
	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;
}
/* .content12 .card12 li .mask5 &gt; span::after {
	content: '';
	position: absolute;
	right: -8px;
	top: -4px;
	width: .1892rem;
	height: .1892rem;
	background: url('../imgs/card12icon.png') no-repeat center/100%;
} */
.content12 .card12 li .card12qcode {
	width: 1.8159rem;
	/* height: 2.1816rem; */
	background: #FFFFFF;
	border-radius: .1261rem;
	text-align: center;
	position: absolute;
	box-sizing: border-box;
	padding-top: .1765rem;
	top: 50%;
	transition: all 0.5s;
	left: 50%;
	transform: translate(-50%,-50%) translate3d(0,0,0);
	opacity: 0;
}
.content12 .card12 li .card12qcode .imgQ{
	width: 1.4628rem;
	height: 1.4628rem;
	margin: 0 auto;
}
.content12 .card12 li .card12qcode .imgQ canvas{
	width: 100%;
	height: 100%;
}
.content12 .card12 li .card12qcode .card12qcodedetail {
	font-size: 14px;
	color: #262A47;
	margin-top: .1513rem;
	margin-bottom: .227rem;
}
.content12 .card12 li:hover .bk12BG,
.content12 .card12 li:hover .mask5 {
	display: none;
}
.content12 .card12 li:hover .card12qcodeBtn, 
.content12 .card12 li:hover .card12qcode {
	/* display: block; */
	opacity: 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(../imgs/cyjdactive.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	/* background-position-x: 0%; */
	background-position: 50% 50%;
}
.content12 .card12 li.zdy57:hover {
	background-image: url(../imgs/cyjdactive.jpg);
	background-position: 100% 100%;
}
.content12 .card12 li.zdy51 {
	background-image: url(../imgs/cyjd2active.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	/* background-position-x: 0%; */
	background-position: 50% 50%;
}

.content12 .card12 li.zdy51:hover {
	background-image: url(../imgs/cyjd2active.jpg);
	background-position: 100% 100%;
}
.content12 .card12 li.zdy58 {
	background-image: url(../imgs/cyjd3active.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	/* background-position-x: 0%; */
	background-position: 50% 50%;
}

.content12 .card12 li.zdy58:hover {
	background-image: url(../imgs/cyjd3active.jpg);
	background-position: 100% 100%;
}
.content12 .card12 li.zdy53 {
	background-image: url(../imgs/cyjd4active.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	/* background-position-x: 0%; */
	background-position: 50% 50%;
}

.content12 .card12 li.zdy53:hover {
	background-image: url(../imgs/cyjd4active.jpg);
	background-position: 100% 100%;
}
.content12 .card12 li.zdy54 {
	background-image: url(../imgs/cyjd5active.jpg);
	
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.content12 .card12 li.zdy54:hover {
	background-image: url(../imgs/cyjd5active.jpg);
	background-position: 100% 100%;
}
.content12 .card12 li.zdy55 {
	background-image: url(../imgs/cyjd6active.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position-x: 0%;
	background-position: 50% 50%;
}

.content12 .card12 li.zdy55:hover {
	background-image: url(../imgs/cyjd6active.jpg);
	background-position: 100% 100%;
}
.content12 .card12 li.zdy56 {
	background-image: url(../imgs/cyjd7acti.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position-x: 0%;
	background-position: 50% 50%;
}
.content12 .card12 li.zdy56:hover {
	background-image: url(../imgs/cyjd7acti.jpg);
	background-position: 100% 100%;
	
}
.content12 .p12{
	font-size: .2018rem;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #616C91;
	text-align: center;
	margin: 0 auto;
	margin-bottom: .6305rem;
}

.content12 h1 {
	font-size: .454rem;
	font-family: SourceHanSansCN-Bold, SourceHanSansCN;
	font-weight: bold;
	color: #091027;
	line-height: 1;
	text-align: center;
	margin: .8701rem auto .3531rem 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: .1765rem;
}
.content12 ul li:hover .background10 {
	background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(3,60,232,0.74) 100%);
	border-radius: .1513rem;
	opacity: 1;
	transform: scale(1.05);
}
 .background10{
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
	background: rgba(9,16,39,0.6);
    border-radius: .1513rem;
    transition: transform .5s,opacity .5s;
 }
.background12{
	width: 100%;
	/* height: 100%; */
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
	flex-direction: column;
	border-radius: .1rem;
    transition: transform .5s,opacity .5s;
}
.background11{
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	/* transform: translateX(-50%); */
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
    transition: all .5s;
	flex-direction: column;
	opacity: 0;
	border-radius: .1rem;
}
.backgroundLin&gt;p{
	font-size: .227rem;
	color: #fff;
}
.backgroundLin .liDetail_index {
	position: relative;
}
.backgroundLin .liDetail_index::before {
	content: '';
	width: .29rem;
	height: 1px;
	left: -0.3531rem;
	background: #ffffff;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.backgroundLin .liDetail_index::after {
	content: '';
	position: absolute;
	width: .29rem;
	background: #ffffff;
	height: 1px;
	right: -0.3531rem;
	top: 50%;
	transform: translateY(-50%);
}
.liDetail_index {
	font-size: .1513rem !important;
}
.content12 ul li:hover .background12{
	opacity: 0;
}
.content12 ul li:hover .background11{
	opacity: 1;
	transform: translate(0, -0.3783rem);
}
.content12 ul li:nth-of-type(7) {
	margin-right: 0;
}

.content12 ul li img {
	width: 100%;
	height: 100%;
	object-fit: fill;
}
.bk7 {
	height: 7.0618rem;
	overflow: hidden;
	zoom: 1;
	background: url('../imgs/bk7bg.jpg') no-repeat center/100%;
  }
  
  .bk7 .title {
	height: 0.45rem;
	font-size: .454rem;
	font-weight: bold;
	color: #262A47;
	line-height: 0.45rem;
	text-align: center;
	margin-top: .8575rem;
  }
  
  .bk7 p {
	font-size: .2018rem;
	font-weight: 400;
	color: #616C91;
	line-height: 0.3rem;
	margin-top: 0.375rem;
	margin-bottom: .9458rem;
	text-align: center;
  }
  
  .select_box {
	width: 19.2rem;
	height: 4.1614rem;
	overflow: hidden;
	background: transparent;
	margin: 0rem auto 0rem;
	position: relative;
  }
  
  .select_box .select_log {
	position: absolute;
	z-index: 10;
	width: 7.7301rem;
	right: 0rem;
	height: 3.9596rem;
	transform: rotate(180deg);
	background: linear-gradient(267deg, rgba(255,255,255,0) 0%, #F4F8FD 100%);
  }
  
  .select_box .select_log2 {
	position: absolute;
	z-index: 10;
	width: 7.7301rem;
	left: 0rem;
	height: 3.9596rem;
	background: linear-gradient(267deg, rgba(255,255,255,0) 0%, #F4F8FD 100%);
  }
  
  .line_odd {
	width: 36.2395rem;
	animation: 36s linear 0s infinite normal none running scrollToRight;
  }
  
  @keyframes scrollToRight {
	0% {
	  transform: translate3d(-50%, 0rem, 0rem);
	}
  
	100% {
	  transform: translate3d(0%, 0rem, 0rem);
	}
  }
  
  .line_odd img {
	width: 50%;
	display: inline-block;
	margin-bottom: .3026rem;
	float: left;
  }
  
  .line_event {
	width: 36.2395rem;
	animation: 28s linear 0s infinite normal none running scrollToRight;
  }
  
  .line_event img {
	width: 50%;
	display: inline-block;
	margin-bottom: .3026rem;
	float: left;
  }
.TAfoot .conter2 {
	width: 17.5rem;
}
.TAfoot .foot_contact {
	width: 100%;
	height: 3.9975rem;
	background: url("../imgs/TABG.jpg") no-repeat;
	background-size: 100% 100%;
	background-position: center;
}

.TAfoot .con_center {
	text-align: center;
}
.TAfoot .con_botinpt1 {
	width: 3.75rem;
	justify-content: flex-start;
	height: .5rem;
	box-shadow: 0px 0px .05rem 0px rgba(0,0,0,0.1);
	border-radius: .075rem;
	display: flex;
	align-items: center;
	background: #FFFFFF;
	margin-right: .25rem;
}

.TAfoot .con_botinpt2 {
	width: 3.75rem;
	height: .5rem;
	box-shadow: 0px 0px .05rem 0px rgba(0,0,0,0.1);
	border-radius: .075rem;
	display: flex;
	background: #FFFFFF;
	justify-content: flex-start;
	align-items: center;
}
.TAfoot .con_botinpt {
	width: 9.3rem;
}
.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: .15rem !important;
	font-weight: 400 !important;
	color: #B0B0B0 !important;
	text-align: left;
}

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

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

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

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

.TAfoot .con_botinpt2 input::-webkit-input-placeholder {
	font-size: .15rem !important;
	font-weight: 400 !important;
	color: #B0B0B0 !important;
	text-align: left;
	/* text-align: center; */
}
.TAfoot .con_titword {
	background: transparent;
	-webkit-text-fill-color:#091027;
	font-family: SourceHanSansCN-Bold, SourceHanSansCN !important;
	padding-top: .975rem;
	color: #091027;
	line-height: 1;
	font-size: .454rem;
	font-weight: bold;
	font-style: initial;
}
.TAfoot .con_input {
	width: 100%;
	height: auto;
	margin: 0;
	color: #343D58;
	font-size: .2rem;
}
.TAfoot .con_cenword {
	font-size: .2018rem;
	font-weight: 400;
	color: #262A47;
	padding-top: .3153rem;
	letter-spacing:0px
}
.TAfoot .con_botsub {
	width: 1.6875rem;
	height: .5rem;
	background: linear-gradient(211deg, #32E2F7 0%, #7602E3 100%, #7602E3 100%);
	border-radius: .0757rem;
	box-shadow:none;
	font-weight: bold;
	color: #FFFFFF;
	font-size: .1765rem;
	text-align: center;
	line-height: .5rem;
	margin-left: .2396rem;
}
.TAfoot .con_botsub:hover {
	background: linear-gradient(201deg, #B620E0 0%, #32C5FF 100%);
    box-shadow: inset 0rem 0rem 0.5rem 0rem rgb(255 255 255 / 50%);
    cursor: pointer;
	box-shadow:none;
}
/* .select_box {
	width: 1536px;
	height: 255.216px;
	overflow: hidden;
	margin: 0px auto 80px;
	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: 2899.16px;
	animation: 36s linear 0s infinite normal none running scrollToRight;
}

@keyframes scrollToRight {
	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: 2899.16px;
	animation: 28s linear 0s infinite normal none running scrollToRight;
}

.line_event img {
	width: 50%;
	display: inline-block;
	float: left;
} */
.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("../imgs/viClose3.png") no-repeat 50% 50%;
	background-size: 92% auto;
}

.TAviDiv span:hover {
	background: url("../imgs/viClose2.png") no-repeat 50% 50%;
	background-size: 92% auto;
}

@keyframes fadeInRightA {
	0% {
		opacity: 0;
		transform: translateX(-20px)
	}

	100% {
		opacity: 1;
		transform: translateX(0)
	}
}

@keyframes fadeInleftA {
	0% {
		opacity: 0;
		transform: translateX(20px)
	}

	100% {
		opacity: 1;
		transform: translateX(0)
	}
}

@keyframes fadeInupA {
	0% {
		opacity: 0;
		transform: translateY(20px)
	}

	100% {
		opacity: 1;
		transform: translateX(0)
	}
}

@keyframes fadeIndownA {
	0% {
		opacity: 0;
		transform: translateY(-20px)
	}

	100% {
		opacity: 1;
		transform: translateX(0)
	}
}
.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%;
}
</pre></body></html>