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

	to {
		opacity: 1;
		transform: none;
	}
}
* {
	font-family: "PingFangSC-Semibold, 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: 28%;
    z-index: 2;
	left: -5px;
	width: 3.5183rem;
	height: 4.8045rem;
}
.bk1 .img-box .img2 {
	left: 17%;
    top: 20%;
    z-index: 1;
	width: 3.367rem;
	height: 6.1412rem;
}
.bk1 .img-box .img3 {
	left: 29%;
    top: 34%;
    z-index: 2;
	width: 3.8083rem;
	height: 5.145rem;
}
.bk1 .img-box .img4 {
	bottom: 9%;
    left: -10%;
	width: 8.5372rem;
	height: 2.2825rem;
}
.bk1 .text-box {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 1.2484rem;
	background: rgba(255,255,255,0.4);
	backdrop-filter: blur(10px);
	display: flex;
	align-items: center;
	justify-content: center;
}
.bk1 .text-box .text-box_item {
	display: flex;
	/* align-items: center; */
	justify-content: center;
	margin-right: 1.2232rem;
}
.bk1 .text-box .text-box_item .text-box_item_icon {
	width: 1.2106rem;
	height: 1.2106rem;
}
.text-box .text-box_item_icon img {
	width: 100%;
	height: 100%;
}
.text-box .text-box_item p {
	color: #091027;
	font-size: .2648rem;
	font-weight: 500;
	padding-top: .3783rem;
	font-family: SourceHanSansCN-Medium, SourceHanSansCN;
	font-weight: 500;
}
.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-size: .625rem;
	font-family: SourceHanSansCN-Heavy, SourceHanSansCN;
	font-weight: 800;
	color: #091027;
	text-align: center;
	line-height: 1;
}

.content1 .p1 {
	font-size: .2522rem;
	font-family: SourceHanSansCN-Normal, SourceHanSansCN;
	font-weight: 400;
	color: #333333;
	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(193deg, #7EF2F1 0%, #7EABF2 40%, #2A6CF3 100%);
	margin-right: .2522rem;
	border-radius: .1009rem;
}

.content1 .btn .btn1:hover {
	background: linear-gradient(193deg, #2A6CF3 0%, #7EABF2 40%, #7EF2F1 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-family: PingFang-SC-Regular, PingFang-SC;
	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-family: PingFang-SC-Regular, PingFang-SC;
	font-weight: 400;
	color: #5085FB;
}

.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: 9.5839rem;
	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: #091027;
	text-align: center;
	margin: .8701rem auto 0;
}

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

.content2 video {
	display: block;
	width: 11.2989rem;
	/* height: 8.4375rem; */
	border-radius: .2774rem;
	border: .1009rem solid #FFFFFF;
	margin: .625rem auto 0;
}

.bk33 {
	width: 100%;
	height: 8.1841rem;
	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 {
	font-size: .454rem;
	line-height: 1;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	margin: 1.0719rem auto 0px;
}
.content33 .pdesc {
  margin-top: .3026rem;
  font-size: .2018rem;
}
.content33 .text3 {
	font-size: 0.2rem;
	font-weight: 400;
	color: rgb(255, 255, 255);
	text-align: center;
	margin: 0.375rem auto 0px;
}

.content33 .bottom {
	width: 14.9937rem;
	height: 4.628rem;
	margin: .7818rem 4.4388rem 0px;
	background: rgba(106,107,125,0.49);
	border-radius: .1513rem;
	backdrop-filter: blur(10px);
	display: flex;
	/* justify-content: space-between; */
	align-items: center;
}

.content33 .bottom .right {
	width: 2.623rem;
	height: 100%;
  	background: rgba(14,14,30,0.5);
	border-radius: .1513rem 0px 0px .1513rem;
	backdrop-filter: blur(10px);
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: center;
	padding-top: .0504rem;
}

.content33 .bottom .right li {
	width: 2.2446rem;
	height: .6179rem;
	font-size: 0.2rem;
	font-weight: 400;
	color: rgb(255, 255, 255);
	background: transparent;
	border-radius: .1135rem;
	/* text-align: center; */
	line-height: 0.6179rem;
	padding-left: .3279rem;
}

.content33 .bottom .right li * {
	pointer-events: none;
}

.content33 .bottom .right li.active {
	background: #3972FF;
}

.content33 .bottom .right li:hover {
	/* background: rgba(27, 130, 208, 0.2); */
}

.swiper-container33 {
	flex: 1;
	height: 100%;
	overflow: hidden;
  /* background: rgba(0,0,0,0.2); */
  /* border-radius: .1125rem; */
  background: rgba(106,107,125,0.49);
  /* backdrop-filter: blur(10px); */
  padding-left: .6305rem;
}
.content33 .bk3RightContent {
	width: 4.1236rem;
	text-align: center;
	height: 100%;
	border-radius: 0 0.1513rem 0.1513rem 0;
	background: rgba(14, 14, 30, 0.5);
	backdrop-filter: blur(10px);
	display: flex;
    flex-flow: column;
    justify-content: center;
}
.content33 .bk3RightContent .bk3RightContentTop {
	position: relative;
	cursor: pointer;
}
.bk3RightContent .bk3RightContentTop .CTopImg {
	width: 3.3796rem;
	height: 2.1816rem;
}
.bk3RightContent .bk3RightContentTop .CTopDetail {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
}
.bk3RightContent .bk3RightContentTop .CTopDetail a {
	color: #FFFFFF;

}
.bk3RightContent .bk3RightContentTop .CTopDetail img {
	width: .6053rem;
	height: .3783rem;
}
.content33 .bk3RightContent .bk3RightContentBottom {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
    justify-content: center;
}
.bk3RightContent .bk3RightContentBottom .CBottomItem {
	width: 1.6267rem;
	height: .5801rem;
	text-align: center;
	background: #717689;
	color: #FFFFFF;
	font-size: .1639rem;
	cursor: pointer;
	border-radius: .1009rem;
	margin-right: .1261rem;
	margin-top: .1513rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.bk3RightContent .bk3RightContentBottom .CBottomItem p {
	width: 100%;
	font-size: .1639rem;
	/* letter-spacing: -1px; */
}
.bk3RightContent .bk3RightContentBottom .CBottomItem p.pPadding {
	padding: 0 .0252rem;
}
.bk3RightContent .bk3RightContentBottom .CBottomItem.active {
	background: #3972FF;
}
.bk3RightContent .bk3RightContentBottom .CBottomItem:nth-of-type(2n) {
	margin-right: 0px;
}
.swiper-container33 .swiper-slide {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.swiper-container33 .swiper-slide h1 {
	font-size: .2522rem;
	font-weight: 500;
	color: rgb(255, 255, 255);
  padding-top: .0757rem;
}

.swiper-container33 .swiper-slide p {
	width: 100%;
	font-size: .1765rem;
	font-weight: 400;
	color: rgb(255, 255, 255);
	line-height: .35rem;
	margin-top: .1892rem;
	padding-right: .1513rem;
}

.swiper-container33 .swiper-slide .card {
	/* width: 10.125rem; */
	/* height: 1.5625rem; */
	margin-top: .4414rem;
  /* margin-bottom: .275rem; */
	display: flex;
	align-items: center;
	position: relative;
}

.swiper-container33 .swiper-slide .card li {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-right: .7062rem;
}
.swiper-container33 .swiper-slide .card li:last-of-type {
	position: absolute;
	right: -0.3783rem;
}
.swiper-container33 .swiper-slide .card li img {
	width: .2774rem;
	height: 0.2774rem;
}

.swiper-container33 .swiper-slide .card li span {
	font-size: .175rem;
	margin-top: .1765rem;
	text-align: center;
  display: inline-block;
  /* height: .5rem; */
  /* background: rgba(255,255,255,0.3);
  border-radius: .1167rem; */
  /* line-height: .5rem; */
  /* font-weight: bold; */
  color: #FFFFFF;
  /* padding: 0 .1625rem; */
}
.swiper-container33 .swiper-slide .card li .learnMore {
  background: #5085FB;
  width: 1.2484rem;
	height: .4414rem;
	background: #3972FF;
	border-radius: .1009rem;
	line-height: .4414rem;
	text-align: center;
	margin-left: .4414rem;

}
.swiper-container33 .swiper-slide .card li .learnMore a {
  color: #fff ;
}
.swiper-container33 .swiper-slide .line {
	width: 12.5rem;
	height: 0.0125rem;
	border: 0.0125rem solid rgba(255, 255, 255, 0.6);
}

.swiper-container33 .swiper-slide .gg {
	display: flex;
	margin-top: .6053rem;
}

.swiper-container33 .swiper-slide .gg li {
	margin-right: .2144rem;
  overflow: hidden;
}

.swiper-container33 .swiper-slide .gg li img {
	width: 100%;
	height: 100%;
	object-fit: fill;
	transform: scale(1);
  transition: transform 0.8s ease 0s;
}
.swiper-container33 .swiper-slide .gg li a {
	width: 1.6898rem;
	height: .6936rem;
  display: inline-block;
  transition: transform 0.8s ease 0s;
}
.swiper-container33 .swiper-wrapper .swiper-slide .gg li:hover img {
	width: 1.6898rem;
	height: .6936rem;
	transform: scale(1.2);
}
.swiper-container33 .swiper-wrapper .swiper-slide .gg li {
	width: 1.6898rem;
	height: .6936rem;
  border-radius: 0.1rem;
  box-sizing: border-box;
}
/* .swiper-container33 .swiper-wrapper .swiper-slide:nth-child(1) .gg li:nth-of-type(1) {
	width: 2.0375rem;
	height: .8625rem;
}

.swiper-container33 .swiper-wrapper .swiper-slide:nth-child(1) .gg li:nth-of-type(2) {
	width: 2.0375rem;
	height: .8625rem;
}

.swiper-container33 .swiper-wrapper .swiper-slide:nth-child(1) .gg li:nth-of-type(3) {
	width: 2.0375rem;
	height: .8625rem;
}

.swiper-container33 .swiper-wrapper .swiper-slide:nth-child(2) .gg li:nth-of-type(1) {
	width: 2.0375rem;
	height: .8625rem;
}

.swiper-container33 .swiper-wrapper .swiper-slide:nth-child(2) .gg li:nth-of-type(2) {
	width: 2.0375rem;
	height: .8625rem;
}

.swiper-container33 .swiper-wrapper .swiper-slide:nth-child(2) .gg li:nth-of-type(3) {
	width: 2.0375rem;
	height: .8625rem;
}

.swiper-container33 .swiper-wrapper .swiper-slide:nth-child(3) .gg li:nth-of-type(1) {
	width: 2.0375rem;
	height: .8625rem;
}

.swiper-container33 .swiper-wrapper .swiper-slide:nth-child(3) .gg li:nth-of-type(2) {
	width: 2.0375rem;
	height: .8625rem;
}

.swiper-container33 .swiper-wrapper .swiper-slide:nth-child(3) .gg li:nth-of-type(3) {
	width: 2.0375rem;
	height: .8625rem;
}

.swiper-container33 .swiper-wrapper .swiper-slide:nth-child(4) .gg li:nth-of-type(1) {
	width: 2.0375rem;
	height: .8625rem;
}

.swiper-container33 .swiper-wrapper .swiper-slide:nth-child(4) .gg li:nth-of-type(2) {
	width: 2.0375rem;
	height: .8625rem;
}

.swiper-container33 .swiper-wrapper .swiper-slide:nth-child(4) .gg li:nth-of-type(3) {
	width: 2.0375rem;
	height: .8625rem;
}

.swiper-container33 .swiper-wrapper .swiper-slide:nth-child(5) .gg li:nth-of-type(1) {
	width: 2.0375rem;
	height: .8625rem;
}

.swiper-container33 .swiper-wrapper .swiper-slide:nth-child(5) .gg li:nth-of-type(2) {
	width: 2.0375rem;
	height: .8625rem;
}

.swiper-container33 .swiper-wrapper .swiper-slide:nth-child(5) .gg li:nth-of-type(3) {
	width: 2.0375rem;
	height: .8625rem;
}

.swiper-container33 .swiper-wrapper .swiper-slide:nth-child(6) .gg li:nth-of-type(1) {
	width: 2.0375rem;
	height: .8625rem;
}

.swiper-container33 .swiper-wrapper .swiper-slide:nth-child(6) .gg li:nth-of-type(2) {
	width: 2.0375rem;
	height: .8625rem;
}

.swiper-container33 .swiper-wrapper .swiper-slide:nth-child(6) .gg li:nth-of-type(3) {
	width: 2.0375rem;
	height: .8625rem;
} */
.bk4 {
	width: 100%;
	height: 8.6rem;
	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: 1.6267rem;
	height: .5044rem;
	color: #343D58;
	font-size: .2018rem;
	margin-right: .2648rem;
	line-height: .5044rem;
	box-sizing: border-box;
	cursor: pointer;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	text-align: center;
	border-radius: .1135rem;
}
.bk4 .bk3_nav .bk2_nav_item.active {
	color: #FFFFFF;
	background: #3972FF;

}
.content4 .title4 {
	margin-top: .8701rem;
	font-size: .454rem;
	line-height: 1;
	font-family: SourceHanSansCN-Bold, SourceHanSansCN;
	font-weight: bold;
	color: #091027;
	text-align: center;
}

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

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

.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: 2.8752rem;
	height: 4.0605rem;
	background: #FFFFFF;
	box-shadow: 0px 0px .2522rem 0px rgba(0,0,0,0.05);
	border-radius: .1892rem;
	position: relative;
	overflow: visible;
	text-align: center;
	transition: all 0.5s;
	margin-right: .1513rem;
}
.content4 .bottom.bottomWidth {
	width: 3.6192rem;
}
.content4 .bottom.bottomWidth2 {
 width: 2.9752rem;
}
.content4 .bottom.bottomWidth1 {
	width: 2.3707rem;
}
.content4 .bottom.bottomWidth1 img {
	width: 100%;
	height: 100%;
}
.content4 .bottom.bottomWidth1 p {
	position: absolute;
	left: .4288rem;
	top: .5675rem;
	font-size: .2018rem;
    font-weight: bold;
    color: #343D58;
}
.content4 .bottom:hover .img-wrap {
	opacity: 0;
}
.content4 .bottom:hover {
	box-shadow: 0px 0px .5044rem 0px rgba(0,0,0,0.05);
	border-radius: .1892rem;
}

.content4 .bottom.bottomWidth:hover .bottombg1{
	opacity: 0;
	position: absolute;
	left: 0;
	transition: all 0.5s;
}
.content4 .bottom.bottomWidth:hover .bottombg2{
	opacity: 1;
	position: absolute;
	left: 0;
	transition: all 0.5s;
}
.content4 .bottom.bottomWidth .bottombg1{
	opacity: 1;
	width: 3.6192rem;
	height: 4.0605rem;
}
.content4 .bottom.bottomWidth .bottombg2{
	opacity: 0;
	width: 3.6192rem;
	height: 4.0605rem;
}
.content4 .bottom:hover .card {
	opacity: 1;
	/* transform: translate(0, -0.3783rem); */
}
.content4 .bottom:hover .card .card_Qcode {
	/* opacity: 1;
	transform: translate3d(-50%, -0.3783rem,0); */
}
.content4 .bottom .img-wrap {
	width: 100%;
	height: 100%;
	cursor: pointer;
	position: relative;
	/* overflow: hidden; */
	transition: all 0.5s;
	border-radius: .1892rem;

	padding-top: .4792rem;
}

.content4 .bottom .img-wrap img {
	width: 1.1223rem;
	height: 1.1223rem;
}
.content4 .bottom .img-wrap .img_wrap_title {
	margin-top: .3279rem;
	line-height: 1;
	font-size: .2018rem;
	font-weight: bold;
	color: #343D58;
}
.content4 .bottom .img-wrap .img_wrap_detail {
	margin-top: .2522rem;
	color: #9196A3;
	font-size: .1639rem;
	padding: 0 .1009rem;
	line-height: 1.8;
}
.content4 .bottom .card {
	opacity: 1;
	position: absolute;
	transition: opacity .5s;
	width: 2.8752rem;
	height: 4.0605rem;
	top: 0px;
	opacity: 0;
	border-radius: .1892rem;

}
.content4 .bottom .card&gt;img {
	border-radius: .1892rem;
	width: 100%;
	height: 100%;
}
.content4 .bottom .card .card_Qcode {
	position: absolute;
	bottom: .4666rem;
	left: 50%;
	/* transition: transform 0.5s,opacity .5s; */
	transform: translateX(-50%);
	opacity: 1;
	width: 100%;
}
.content4 .bottom .card .card_Qcode.card_Qcode_bottom {
	bottom: 1.7907rem;
}
.content4 .bottom .card .card_Qcode img {
	margin-bottom: .1892rem;
	height: 1.261rem;
}
.card .card_Qcode .card_Qcode_detail {
	font-size: .1765rem;
	color: #343D58;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
}
.card .card_Qcode .card_Qcode_Btn {
	width: 1.0467rem;
	height: .4288rem;
	color: #FFFFFF;
	cursor: pointer;
	font-size: .1765rem;
	line-height: .4288rem;
	background: linear-gradient(193deg, #7EF2F1 0%, #7EABF2 40%, #2A6CF3 100%);
	border-radius: .0883rem;
	margin: 0 auto;
}
.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;
}
  /* bk12 */
  .bk12 {
	width: 100%;
	height: 7.76rem;
	background: url('../imgs/bk12Bg.jpg') no-repeat center/100%;
}

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

.content12 .p12{
	font-size: .225rem;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #343D58;
	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;
	align-items: center;
}

.content12 ul li {
	width: 2.005rem;
	height: 4.3758rem;
	font-size: .227rem;
	border-radius: .1513rem;
    position: relative;
    transition: transform .5s;
  	margin-right: .1765rem;
}
.content12 ul li img {
    transition: transform .5s;
}
.content12 ul li:hover img {
	transform: scale(1.05);
}
.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;
}

.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;
}
.TAfoot .conter2 {
	width: 17.5rem;
}
.TAfoot .foot_contact {
	width: 100%;
	height: 4rem;
	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;
	padding-top: .975rem;
	color: #091027;
	line-height: 1;
	font-size: .454rem;
	font-weight: bold;
	font-style: initial;
	font-family: SourceHanSansCN-Bold, SourceHanSansCN;
}
.TAfoot .con_input {
	width: 100%;
	height: auto;
	margin: 0;
	color: #343D58;
	font-size: .2rem;
}
.TAfoot .con_cenword {
	font-size: .2018rem;
	font-weight: 400;
	color: #343D58;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	padding-top: .3153rem;
}
.TAfoot .con_botsub {
	width: 1.6875rem;
	height: .5rem;
	background: linear-gradient(201deg, #32C5FF 0%, #B620E0 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-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: 2899.16px;
	animation: 28s linear 0s infinite normal none running scrollToRight-data-v-6a32e916;
}

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