:root {
	--liang: #8CF5FF;
	--red: #22c8fd;
	--color: #e7559c;
	--nav-lr: 4%;
	--blue: #0055a5;
	--qian: #1c93ff;
	--border35: 35px;
	--border30: 30px;
	--border25: 25px;
	--border20: 20px;
	--border15: 15px;
	--border10: 10px;
	--b400: 400;
	--b500: 500;
	--b600: 600;
	--b700: 700;
	--fs16: 16px;
	--fs18: 18px;
	--fs20: 20px;
	--fs22: 22px;
	--fs24: 24px;
	--fs28: 28px;
	--fs30: 30px;
	--fs48: 48px;
	--fs40: 40px;
	--mt55p: 55px;
	--fsb-n-size: 60px;
	--fsb-n-size-small: 38px;
	--power-3-ease-out: cubic-bezier(.165, .84, .44, 1);
	--power-3-ease-in-out: cubic-bezier(.77, 0, .175, 1);
	--w85: 85%;
	--w13s: 1300px;
	--maxw: 1600px;
	--boxshadow: 0 5px 20px rgba(216, 231, 255, 0.8);
	--line-bg1: linear-gradient(-180deg, rgba(215, 230, 255, 1) 0%, rgba(243, 248, 255, 1) 40%, rgba(255, 255, 255, 1) 100%);
	--line-bg2: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 30%, rgba(220, 233, 255, 1) 100%);
	--line-bg3: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(216, 231, 255, 1) 100%);
}

/* .yj01abgm{background: linear-gradient(90deg, rgba(0,84,163,1) 0%, rgba(0,126,204,1) 50%, rgba(0,163,234,1) 100%) !important;} */
.pbmore3 {
	height: 45px;
	display: flex;
	align-items: center;
	padding: 0 20px 0 25px;
	border-radius: 25px;
	position: relative;
	transition: all 0.4s ease;
}

.pbmore3:before {
	content: '';
	width: 100%;
	height: 45px;
	border-radius: 25px;
	background: var(--line-bg);
	transition: all .4s;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	pointer-events: none;
}

.pbmore3 span {
	color: #222;
	display: inline-block;
	font-size: 16px;
	line-height: 20px;
	position: relative;
	top: 0;
	transition: all .4s;
}

.pbmore3 i {
	width: 23px;
	height: 23px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 10px;
	transition: all .4s;
	overflow: hidden;
}

.pbmore3 span,
.pbmore3 i {
	z-index: 1;
	position: relative;
}

.pbmore3 svg {
	width: 40%;
	height: 40%;
	animation: arrowRun 5s infinite;
}

.pbmore3 svg {
	animation: none;
}

.pbmore3 svg path {
	fill: #222;
	transition: all .4s;
}

.pbmore3-none {
	width: 45px;
	padding: 0;
}

.pbmore3-none span {
	font-size: 0;
}

.pbmore3-none i {
	margin-left: 11px;
}

.morehover:hover .pbmore3::before,
.pbmore3:hover::before {
	width: 45px
}

.pbmore3:hover i,
.morehover:hover .pbmore3 i {
	transform: translateX(9px)
}

.pbmore3:hover i svg path,
.morehover:hover .pbmore3 i svg path {
	fill: #fff
}

.pbmore3:hover span,
.morehover:hover .pbmore3 span {
	color: #fff;
}

.pbmore3:hover,
.morehover:hover .pbmore3 {
	padding-left: 0;
}

.pbmore3-000:hover span {
	color: #222;
}

@keyframes arrowRun {
	0% {
		transform: translate3d(0%, 0%, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
		transform-style: preserve-3d
	}

	7% {
		transform: translate3d(150%, -150%, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
		transform-style: preserve-3d
	}

	7.1% {
		transform: translate3d(-150%, 150%, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
		transform-style: preserve-3d
	}

	14% {
		transform: translate3d(0%, 0%, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
		transform-style: preserve-3d
	}
}


.w85 {
	width: var(--w85);
	margin: 0 auto;
	max-width: var(--maxw);
}

.yjyya {
	position: relative;
	padding-left: 30px;
	color: #fff;
	display: flex;
	align-items: center;
	font-size: 14px;
}

.ons .yjyya {
	color: #000;
}
.ons.bx .yjyya{
	color: #fff;
}

.yjyya em {
	width: 22px;
	height: 22px;
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}

.yjyya em:after,
.yjyya em:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}


.yjyya em:before {
	background: url(../img/language_icon_2.gif) center no-repeat;
	background-size: 100% auto;
}

.yjyya em:after {
	background: url(../img/language_icon_2.gif) center no-repeat;
	background-size: 100% auto;

}

.ons .yjyya em:after {
	background: url(../img/language_icon_1.gif) center no-repeat;
	background-size: 100% auto;
}
.ons.bx .yjyya em:after {
	background: url(../img/language_icon_2.gif) center no-repeat;
	background-size: 100% auto;
}
.yjyya em:before {
	opacity: 0;
}

.yjyya i {
	font-size: 12px;
	margin-left: 10px;
	opacity: 0.7;
}

.pubbg {
	position: relative;
	overflow: hidden;
}

.pubbg:before,
.pubbg:after {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all 0.3s;
}

.pubbg:before {
	background: var(--line-bg);
}

.pubbg:after {
	background: var(--color);
	opacity: 0;
}

.yjsearch {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	line-height: 40px;
	text-align: center;
	color: #fff;
}

.yjsearch i {
	position: relative;
	z-index: 3;
	font-size: 20px;
}

.yjhead {
	padding: 0 var(--nav-lr);
	padding-top: 30px;
}

.yjhead {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 60;
}

.yjlogo {
	position: relative;
	height: 55px;
	width: 190px;
}

.yjlogo img {
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	transition: all 0.3s ease;
}

.yjlogo2 {
	opacity: 0;
}

.yjheadm {
	padding: 15px 30px;
	border-radius: 42px;
}

.yjheadm.yjas {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.yjnav {
	margin-left: 0;
	margin-right: auto;
	width: calc(100% - 190px - 180px);
}

.yjnavm {
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

.yjnavma {
	display: flex;
	height: 55px;
	line-height: 55px;
	color: #fff;
	font-size: 16px;
	padding: 0 20px;
}

.yjnavli {}

.yjright {
	display: flex;
	width: 180px;
	justify-content: space-between;
	align-items: center;
}

.yjmore {
	width: 170px;
	height: 54px;
	border-radius: 54px;
}

.yjsssub {
	padding-top: 25px;
	display: none;
}

.yjsssub {
	width: calc(100% - var(--nav-lr) - var(--nav-lr));
	position: absolute;
	left: var(--nav-lr);
	top: 115px;
}

.yjsssubm {
	border-radius: 20px;
	overflow: hidden;
}

.yjsssubm {
	width: 100%;
	align-items: flex-start;
	flex-wrap: wrap;
	background: #fff;
	padding: 4%;
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.06);
}

.yjsssubm {
	box-shadow: inset 0 15px 30px rgba(0, 0, 0, 0.03);
}

.yjsssubh5 {
	line-height: 1.2;
	overflow: hidden;
	position: relative;
	padding-bottom: 30px;
	font-size: 24px;
	font-weight: var(--b400);
	color: #222;
}

.yjsssubh5:before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 130px;
	content: '';
	background: var(--line-bg);
}

.yjsssubh5:before {
	height: 8px;
	transform: skewX(45deg);
	margin-left: -10px;
}

.yjsssubua {
	width: 100%;
	display: flex;
	padding: 50px 0;
	flex-wrap: wrap;
}

.yjsssubua li {
	width: 25%;
	padding: 5px 0;
}

.yjsssuba {
	width: 50%;
}

.yjsssubb {
	width: 528px;
}

.yjsssubub {
	display: flex;
	justify-content: space-between;
}

.yjsssubub li {
	width: 160px;
	line-height: 38px;
	border-radius: 40px;
	text-align: center;
	border: 1px solid #ddd;
}

.yjsssubub li {
	transition: all 0.3s;
}

.yjsssubub2 li {
	width: auto;
	padding: 0 20px;
	margin-right: 3%;
}

.yjsssubub2 {
	justify-content: flex-start;
}

.yjsssubub {
	padding: 50px 0;
}

.yjsssubc {
	width: 100%;
}

.yjnavma,
.yjheadm,
.yjlogo2,
.yjlogo1,
.yjyya {
	transition: all 0.4s;
}

.actop:before {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	content: '';
}

/* .actop:before{display: none;} */

/* 1 */
header.scroll {
	top: -38px
}

header.scroll.actop {
	background-color: #fff;
	box-shadow: 0 2px 15px rgba(0, 0, 0, 0.06);
}

/*header.scroll .actopm{padding-left: 80px;padding-right: 80px;}
			 header.scroll .actopmm{width: 100%;transition: all 0.3s ease;} */
header.scroll .actoplogoimg2 {
	opacity: 1;
}

header.scroll .actoplogoimg1 {
	opacity: 0;
}

header.scroll .actoprsearch {
	background-color: #fafafa;
}

header.scroll .actoprsearch i {
	color: #222;
}

header.scroll .actopr:before {
	background-color: #ccc;
}

header.scroll .actopnav a {
	color: #222;
}

header.scroll .actopnav a:hover {
	color: var(--blue);
}

header.scroll .yjyya {
	color: #333;
}

header.scroll .yjyya em:before {
	opacity: 1;
}

header.scroll .yjyya em:after {
	opacity: 0;
}

header.scroll .yjnavma:hover {
	color: var(--blue);
}

header,
.actopnav a,
.actopm {
	transition: all 0.3s ease;
}


/* .white header.actop.mosha{background-color: #fff;box-shadow: 0 2px 15px rgba(0,0,0,0.06);}
			
			
			.white header.actop.mosha  .actoplogoimg2{opacity: 1;}
			.white header.actop.mosha .actoplogoimg1{opacity: 0;}
			.white header.actop.mosha .actoprsearch{background-color: #fafafa;}
			.white header.actop.mosha .actoprsearch i{color: #222;}
			.white header.actop.mosha .actopr:before{background-color: #ccc;}
			.white header.actop.mosha .actopnav a{color: #222;}
			.white header.actop.mosha .actopnav a:hover{color: var(--blue);}
			.white header.actop.mosha .yjyya{color: #333;}
			.white header.actop.mosha .yjyya em:before{opacity: 1;}
			.white header.actop.mosha .yjyya em:after{opacity: 0;}
			.white header.actop.mosha .yjnavma:hover{color: var(--blue);} */

.white header.mosha.actop:before {
	background: hsl(260deg 87% 5% / 30%);
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
}

/* 变宽 */
.yjsssub {
	transition: width 0.4s;
}

header.scroll .yjhead {
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

header.scroll .yjheadm {
	border-radius: 0;
}

header.scroll .yjssn {
	top: 0;
	width: calc(100% - 60px - 220px);
	left: 30px;
}

header.scroll .yjsssub {
	top: 0;
	width: 100%;
	left: 0;
	top: 60px;
}

header.scroll .yjsssubm {
	border-radius: 0;
}

/* 磨砂 */
header.mosha {
	top: -38px
}

header.mosha.actop:before {
	background: hsl(0deg 0% 100% / 10%);
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
}

/* 语言展开 */
header.opennav .yjhead {
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

header.opennav .yjheadm {
	border-radius: 0;
}

header.opennav .yjssn {
	top: 0;
	width: calc(100% - 60px - 220px);
	left: 30px;
}

header.opennav .yjsssub {
	top: 0;
	width: 100%;
	left: 0;
	top: 60px;
}

header.opennav .yjsssubm {
	border-radius: 0;
}

header.opennav .yjheadm {
	background-color: #fff;
}

header.opennav .yjlogo2 {
	opacity: 1;
}

header.opennav .yjlogo1 {
	opacity: 0;
}

header.opennav .yjnavma {
	color: #222;
}

/* header.opennav .yjyya {
	color: #333;
} */

header.opennav .yjyya em:before {
	opacity: 1;
}

header.opennav .yjyya em:after {
	opacity: 0;
}

header.opennav .yjnavma:hover {
	color: var(--color);
}

/* 语言展开 */
/* 变宽 */
/* 1 */
.yjhead {
	transition: all 0.4s;
}

.hide .yjhead {
	top: -120px
}

/* .hide .actop {top:-130px} */


.pubmore span {
	z-index: 3;
}

.pubmore-fff {
	border: none;
	line-height: 54px;
}

.pubmore-fff .pwz1,
.pubmore-fff .pwz2 {
	color: #fff;
}

.pubmore-fff .svg-fff,
.pubmore-fff .svg-000 {
	fill: #fff
}

.pubmore-fff:hover:after {
	opacity: 1;
}

.pubmore-fff:hover:before {
	opacity: 0;
}




.bgmedia {
	position: fixed;
	visibility: hidden;
}

.kjjqr {
	position: absolute;
	right: -10px;
	bottom: 0;
	z-index: 999;
	width: 200px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.kjjqrbtn {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 6px;
	top: 6px;
	cursor: pointer;
}

.kjjqrbtn i {
	left: 0;
	top: 0;
	position: absolute;
}

.kjjqrbtn i {
	width: 100%;
	height: 100%;
	display: block;
	background-repeat: no-repeat;
	background-size: 20px auto;
	background-position: center;
}

.mui1 {
	background-image: url(../img/sy-open.svg);
	opacity: 0;
	visibility: hidden;
}

.mui2 {
	background-image: url(../img/sy-close.svg);
}

.play .mui2 {
	opacity: 0;
	visibility: hidden;
}

.play .mui1 {
	opacity: 1;
	visibility: visible;
}

.kjjqrgif img {
	width: 100%;
}

.kjjqrgif01 {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	-webkit-opacity: 0;
	visibility: hidden;
}

.play .kjjqrgif01 {
	opacity: 1;
	-webkit-opacity: 1;
	visibility: visible;
}

.play .kjjqrgif02 {
	opacity: 0;
	-webkit-opacity: 0;
	visibility: hidden;
}

@media screen and (max-width: 1600px) {
	/*.kjjqr{ width:150px;}*/
	/*.kjjqrbtn{top:38px;right:3px;}*/
}

@media screen and (max-width: 768px) {
	.kjjqr {
		width: 135px;
		bottom: 0;
		right: 0;
	}

	.kjjqrbtn {
		top: 6px;
		right: 3px;
	}
}


.pubh2 {
	line-height: 1.2;
	overflow: hidden;
	position: relative;
	padding-bottom: 30px;
	font-size: 48px;
	font-weight: var(--b400);
	color: #222;
}

.pubh2-fff {
	color: #fff;
}

.pubh2:before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 130px;
	content: '';
	background: var(--line-bg);
}

.pubh2:before {
	height: 8px;
	transform: skewX(45deg);
	margin-left: -40px;
}



.yjylzz {
	position: relative;
}

.yjylzz:before {
	content: "";
	width: 100%;
	height: 50%;
	background: #00143c;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -2;
}

.yjylzzm {
	width: 100%;
}

.yjylzzbg {
	width: 100%;
	min-height: 450px;
	object-fit: cover;
}

.yjylzzbg {
	animation-name: scrP102;
}

.yjylzzp1 {
	animation-name: yjylzzp1s;
}

.yjylzzp1 {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	padding: 0 6%;
}

.yjylzzp1 {
	color: #fff;
}

.yjylzzp1a {
	font-size: 40px;
	line-height: 1.4;
	font-weight: var(--b400);
}

.yjylzzp1b {
	opacity: 0.8;
	margin-top: 10px;
}

.yjylzzp1c {
	display: flex;
	margin-top: 40px;
}

@keyframes scrP102 {
	0% {
		-webkit-clip-path: inset(0 round 0 0 0 0);
		clip-path: inset(0 round 0 0 0 0)
	}

	to {
		-webkit-clip-path: inset(3vh calc((100vw - 1400px) / 2) 0 calc((100vw - 1400px) / 2) round 15px 15px 15px 15px);
		clip-path: inset(3vhcalc((100vw - 1400px) / 2) 0 calc((100vw - 1400px) / 2) round 15px 15px 15px 15px)
	}
}

@keyframes yjylzzp1s {
	0% {
		padding-left: 0;
	}

	to {
		padding-left: 6%;
	}
}

.acaip4 ul img {
	width: 155px !important;
}

.fot14 {
	background: #00143c;
	padding-top: 80px;
	padding-bottom: 0;
}

.fotgdwz {
	background: #010a0f;
}

.css-18pexiu {
	height: 150px;
	position: relative;
	overflow: hidden;
	font-size: 80px;
	color: #09c8ff;
	width: 1100px;
	margin: 0 auto;
}

.css-18pexiu::before {
	background-image: linear-gradient(90deg, rgba(0, 2, 35, 1), rgba(0, 2, 35, 0.4) 30%, rgba(0, 2, 35, 0) 50%, rgba(0, 2, 35, 0.4) 70%, rgba(0, 2, 35, 1));
	position: absolute;
	left: 0px;
	right: 0px;
	content: "";
	height: 100%;
	z-index: 1;
}

.css-il8tms {
	white-space: nowrap;
	position: absolute;
	left: 0;
	top: 0;
}

@keyframes animation-zk8gpk {
	from {
		-webkit-transform: translate(5%, 0);
		transform: translate(5%, 0);
	}

	to {
		-webkit-transform: translate(-60%, 0);
		transform: translate(-60%, 0);
	}
}

.is-inview .css-il8tms {
	animation: animation-zk8gpk 10s linear infinite;
}

.fot14bap0 {
	display: flex;
}

.fot14b {
	margin-top: 50px;
}

.fot14bap2 input {
	box-sizing: border-box;
}

.fot14bap2 input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #fff;
	font-size: 16px;
	opacity: 0.8;
}

.fot14bap2 input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #fff;
	font-size: 16px;
	opacity: 0.8;
}

.fot14bap2 input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #fff;
	font-size: 16px;
	opacity: 0.8;
}

.fot14bap2 input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #fff;
	font-size: 16px;
	opacity: 0.8;
}

.fot14bap1 {
	font-size: 20px;
	line-height: 1;
	padding-bottom: 20px;
}

.fot14b {
	color: #fff;
}

.fot14bap2 {
	background: #334363;
	height: 54px;
	position: relative;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.fot14bap2 {
	display: flex;
	align-items: center;
	overflow: hidden;
	width: 100%;
	padding-right: 0;
}

.fot14bap2 input {
	background: none;
	border: none;
	border-bottom: 2px solid transparent;
}

.fot14bap2 input {
	height: 100%;
	line-height: 54px;
}

.fot14bap2 input {
	width: 100%;
	outline: none;
	padding-right: 118px;
}

.fot14bap2 input {
	padding: 0 20px;
}

.fot14bap2 input:focus {
	border-color: var(--liang);
}

.fot14bap2 span {
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
	overflow: hidden;
	text-align: center;
}

.fot14bap2 span {
	width: 118px;
	color: #fff;
	opacity: 1;
	background: var(--line-bg);
}

.fot14bap2 span {
	font-size: 16px;
	font-weight: 500;
}

.fot14bap2 span {
	position: absolute;
	right: 8px;
	top: 7px;
	z-index: 3;
	transition: all 0.3s ease;
}

.fot14bap2 span:hover {
	opacity: 1;
}

.fot14bap2 {
	background-color: #fff;
	border-radius: 5px;
}

.fot14bap2 span {
	width: 44px;
	height: 44px;
	line-height: 1;
	text-align: center;
	background-color: var(--color);
	color: #fff;
	right: 5px;
	top: 5px;
}

.fot14bap2 span {
	font-size: 18px;
	line-height: 44px;
}

.fot14bap3 {
	margin-top: 35px;
}

.fot14bap3 {
	font-size: 14px;
	display: flex;
	align-items: flex-start;
	font-weight: 200;
}

.fot14bap3 i {
	width: 16px;
	height: 16px;
	border-radius: 3px;
	border: 1px solid #fff;
}

.fot14bap3 p {
	width: calc(100% - 16px);
	padding-left: 10px;
}

.fot14bap3 p a {
	font-weight: 500;
	text-decoration: underline;
}

.fot14bap3 i {
	position: relative;
	top: 4px;
}

.fot14bb h4 {
	transition: all 0.3s ease;
	color: #fff;
	font-size: 20px;
}

.fot14bb h4:hover {
	color: var(--red);
}

.fot14bb li {
	margin-top: 12px;
	font-size: 14px;
}

.fot14bb li a {
	opacity: 0.8;
	transition: all 0.3s ease;
}

.fot14bb li a:hover {
	opacity: 1;
	color: var(--red);
}

.fot14ba {
	width: 400px;
}

.fot14bb {
	width: calc(70% - 260px);
}

.fxas li {
	display: flex;
	align-items: center;
	width: 100%;
}

.fxas i {
	margin-right: 10px;
	color: #000;
}

.fot14c,
.fot14c a {
	color: rgba(255, 255, 255, 0.5);
}

.fot14ca {
	display: flex;
}

.fot14ca a {
	margin-right: 20px;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5);
}

.fot14ca a:hover {
	color: #fff;
}

.fot14cb {
	font-size: 12px;
	opacity: 0.7;
}

.fot14c {
	padding: 90px 0;
	padding-top: 90px;
}

.fot14c {
	padding-bottom: 25px;
	padding-top: 0;
}





.hgwjzm {
	position: absolute;
}

.hgwjzm ul {
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
	padding: 10px 0;
}

.hgwjzm li a {
	display: block;
	padding: 7px;
	line-height: 1.2;
	font-size: 14px;
}

.hgwjzm li a {
	transition: all 0.3s ease;
	color: #333;
}

.hgwjzm li a:hover {
	background: var(--color);
	color: #fff;
}

.hgwjzm2 li a {
	padding: 5px 0;
}

.hgwjz i {
	background: none;
}

.hgwjz span {
	padding-right: 20px;
}

.hgwjz i {
	width: auto;
}

.hgwjz {
	padding: 6px 20px;
	border: 1px solid #fff;
	border-radius: 20px;
}

.hgwjz {
	transition: all 0.3s ease;
}

.hgwjz:hover {
	border-color: var(--color);
	background: var(--color);
}

.hgwjzm3 {
	display: none;
	width: 200px;
	top: auto;
	bottom: 35px;
	padding-bottom: 10px;
	padding-top: 0;
	right: 0;
}


.ftgwjz {
	display: inline-block;
	position: relative;
}

.ftgwjzm {
	background: var(--color);
	color: #fff;
	display: flex;
	line-height: 35px;
	border-radius: 35px;
	width: 150px;
}

.ftgwjzm {
	justify-content: center;
}

.ftgwjzm {
	align-items: center;
	overflow: hidden;
	font-size: 14px;
}

.ftgwjzm i {
	color: #fff;
	font-size: 12px;
	margin-left: 10px;
	transition: all 0.3s ease;
}

.ftgwjzm1 {
	transition: all 0.3s ease;
	width: auto;
	padding: 0 35px;
}

.ftgwjzm1 em {
	width: 18px;
	height: 18px;
	position: relative;
	opacity: 1;
	margin-right: 15px;
}

.ftgwjzm1 em:before,
.ftgwjzm1 em:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.ftgwjzm1 em:before {
	background-image: url(../img/language_icon_1.gif);
	opacity: 0;
}

.ftgwjzm1 em:after {
	background-image: url(../img/language_icon_2.gif);
}

.ftgwjzm1:hover {
	background: var(--color);
	border-color: var(--color);
}

.ftgwjzm1:hover {
	color: #fff;
}

.ftgwjzm-bg-line-bg {
	background: var(--line-bg);
}

.ftgwjzm-bg-line-bg:hover {
	background: var(--line-bg);
	border: none;
}

.ftgwjzm-bg-fff {
	background: #fff;
	color: #333;
}

.ftgwjzm-bg-fff i {
	color: #333;
}

.ftgwjzm-bg-fff:hover em:after {
	opacity: 1;
}

.ftgwjzm-bg-fff:hover em:before {
	opacity: 0;
}

.ftgwjzm-bg-fff:hover i {
	color: #fff;
}

.ftgwjzm-line-fff {
	background: none;
	border: 1px solid rgba(255, 255, 255, 0.6);
	color: rgba(255, 255, 255, 0.6);
}


@keyframes fadeInSway {
	0% {
		opacity: 0;
		transform: translateY(100%)
	}

	to {
		opacity: 1;
		transform: none
	}
}

.fadeInSway span {
	visibility: hidden;
	animation-delay: 0.2s;
	animation-duration: 1.2s;
	animation-fill-mode: both;
	display: block;
}

.fadeInSway.is-inview span {
	animation-name: fadeInSway;
	visibility: inherit;
}


:root {
	--color: #e7559c;
	--red: #22c8fd;
	--w13: 1440px;
	--line-bg: #01f0ff;
	--ptb: 100px;
	--ptbsmall: 100px;
	--border0: 0;
	--hover-bg-color: #3a3635;
	--mt25p: 25px;
	--plrs: 170px;
}

.ptbsmall {
	padding-top: var(--ptbsmall);
	padding-bottom: var(--ptbsmall);
}

.prez8 {
	z-index: 8;
	position: relative;
}

@media only screen and (max-width:1440px) {
	:root {
		--w13: 1200px;
	}

	.gvpros4p1 br {
		display: none;
	}

	.gbb2bp1 {
		font-size: 26px;
	}

	.gvpros4p1 {
		font-size: 22px;
	}

	.gbb3linkp1 {
		font-size: 22px;
	}

}

@media only screen and (max-width:1366px) {
	:root {
		--w13: 90%;
	}

	.gvpros4p1 br {
		display: none;
	}

}

@media only screen and (max-width:1024px) {
	:root {
		--ptb: 45px;
		--plr: 4%;
		--w13: 100%;
	}

	.pbmore3:hover i,
	.morehover:hover .pbmore3 i {
		transform: none;
	}
}

.plr5 {
	padding-left: 4%;
	padding-right: 4%;
}

* {
	box-sizing: border-box;
}

.mainbg {
	width: 100%;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	z-index: -1;
	object-fit: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

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


.actop {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 999;
}

.actop {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.actop {
	border: none;
}

.actop {
	padding: 0 60px;
}

.actop {
	padding: 0;
	padding-left: 0;
	padding-right: 0;
	padding-left: 60px;
	padding-right: 60px;
}

.actopm {
	width: 100%;
	position: relative;
	z-index: 9;
}

.actoplogo {
	height: 50px;
	position: relative;
}

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

.actoplogoimg {
	height: 100%;
	transition: all 0.4s;
}

.actoplogoimg2 {
	opacity: 0;
}

.ons .actoplogoimg2 {
	opacity: 1;
}
.ons.bx .actoplogoimg2{
	opacity: 0;
}

.actopmb {
	align-items: center;
	justify-content: space-between;
}

.actopmb {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.ons .actopmb{
	border-bottom: 1px solid rgba(000, 000, 000, 0.1);
}

.actopnav {
	display: flex;
	margin-left: auto;
	margin-right: 50px;
}

.actopnav>li {
	margin-left: 70px;
	position: relative;
}

.actopnava {
	line-height: 90px;
}

.actopnava {
	color: #fff;
	font-size: 18px;
	font-weight: var(--b400);
}

.ons .actopnava {
	color: #000;
}
.ons.bx .actopnava {
	color: #fff;
}

.actopnava:hover {
	color: #fff;
}

.actoprsearch {
	width: 40px;
	height: 40px;
	color: #222;
}

.actoprsearch {
	line-height: 40px;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	text-align: center;
	margin-left: 25px;
}
.ons .actoprsearch{
	background: rgba(000, 000, 000, 0.2);
}
.ons.bx .actoprsearch{
	background: rgba(255, 255, 255, 0.2);
}

.actoprsearch i {
	font-size: 18px;
	color: #fff;
}

.ons .actoprsearch i{
	color: #000;
}
.ons.bx .actoprsearch i{
	color: #fff;
}
.actopr {
	display: flex;
	align-items: center;
	position: relative;
	padding-left: 51px;
}

.actopr:before {
	position: absolute;
	width: 1px;
	height: 36px;
	top: 50%;
	transform: translateY(-50%);
	background: #fff;
	opacity: 0.1;
	left: 0;
	content: '';
}

.actopma {
	justify-content: flex-end;
	align-items: center;
	padding-top: 10px;
}

.actopma,
.actopma a {
	color: #fff;
}

.ons .actopma,
.ons .actopma a {
	color: #000;
}

.actopma a i {
	padding-left: 5px;
	font-size: 14px;
	display: none;
}

.actopma em {
	font-size: 12px;
	padding: 0 35px;
}

.actopnavsub {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	padding-top: 10px;
}

.actopnavsubm {
	background: hsl(260deg 87% 5% / 30%);
	backdrop-filter: blur(20px);
	padding: 20px 0;
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.actopnavsubm a {
	display: block;
	padding: 10px 20px;
	color: #fff;
	line-height: 1.4;
}


.acmore6 {}

.acmore6 {
	display: flex;
	align-items: center;
	box-sizing: content-box;
	border-radius: 50px;
	height: 50px;
	overflow: hidden;
	transition: all 1s var(--power-3-ease-out), opacity 1s var(--power-3-ease-out);
	;
}

.acmore6 {
	padding-left: 25px;
	padding-right: 8px;
	transform: rotate(0.1deg);
}

.acmore6 span {
	position: relative;
	z-index: 6;
	padding-right: 15px;
}

.acmore6 em {
	display: flex;
	width: 40px;
	height: 40px;
	position: relative;
}

.acmore6 em i {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	line-height: 40px;
	text-align: center;
	z-index: 1;
}

.acmore6 em:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	will-change: transform;
	border-radius: 9999px;
	transition: transform .6s var(--power-3-ease-in-out);
}

.acmore6 em i {
	transition: all .5s var(--power-3-ease-in-out);
}

.acmore6 em i:first-child {
	transform: translateZ(0px);
	transition-delay: 50ms;
}

.acmore6 em i:last-child {
	transform: translate3d(-120%, 0, 0);
	transition-delay: 0ms;
	opacity: 0;
}

.acmore6:hover em:before {
	transform: scale(25);
	transition-delay: 0ms;
}

.acmore6:hover em i:first-child {
	transform: translate3d(120%, 0, 0);
	transition-delay: 0ms;
	opacity: 0;
}

.acmore6:hover em i:last-child {
	transform: translateZ(0);
	transition-delay: 50ms;
	opacity: 1;
}

.acmore6--white {
	background-color: #fff;
	color: #000;
	border-color: #fff;
}

.acmore6--white em:before {
	background-color: var(--red);
}

.acmore6--white em i {
	color: #fff;
}

.acmore6--white:hover {
	color: #fff;
}



.lp-btn_cta {
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 50px;
	position: relative;
	height: 50px;
	transform: translateZ(0);
	font-size: 14px;
}

.lp-btn_cta {
	border-radius: 52px;
	overflow: hidden;
	padding: 0 25px;
}

.lp-btn_cta-ripple {
	display: block;
	position: absolute;
	top: -.2px;
	left: -.2px;
	right: -.2px;
	bottom: -.2px;
	z-index: 1;
	border-radius: inherit;
}

.lp-btn_cta-ripple span {
	display: block;
	width: 100%;
	height: 100%;
	transform: translateY(101%);
	background: #fff;
	border-radius: 50% 50% 0 0;
	transition: transform .5s cubic-bezier(.4, 0, 0, 1), border-radius .5s cubic-bezier(.4, 0, 0, 1);
}

.lp-btn_cta-title {
	position: relative;
	z-index: 2;
	overflow: hidden;
}

.lp-btn_cta-title span {
	display: block;
	transition: transform .8s cubic-bezier(.16, 1, .3, 1);
}

.lp-btn_cta-title span:after {
	content: attr(data-text);
	display: block;
	position: absolute;
	top: 120%;
	left: 0;
	color: #fff;
}

.lp-btn_cta-icon {
	position: relative;
	margin-left: 20px;
	z-index: 2;
	line-height: 1;
	transition: color .4s, transform .4s;
}

.lp-btn_cta-30 {
	margin-left: 30px;
}

.lp-btn_cta-icon i {
	color: #fff;
}

.lp-btn_cta.noicon .lp-btn_cta-icon {
	display: none;
}

.lp-btn_cta.-color {
	background: var(--color);
	color: #fff;
}

.lp-btn_cta.-white {
	background: #fff;
}

.lp-btn_cta.-white,
.lp-btn_cta.-white .lp-btn_cta-icon i {
	color: #222;
}

.lp-btn_cta.-white .lp-btn_cta-ripple span {
	background: var(--blue);
}

.lp-btn_cta.-white .lp-btn_cta-title span:after,
.lp-btn_cta.-bai .lp-btn_cta-icon i {
	color: #fff;
}

.lp-btn_cta.-white:hover .lp-btn_cta-title span:after,
.lp-btn_cta.-white:hover .lp-btn_cta-icon i {
	color: #fff;
}

.lp-btn_cta.-bai .lp-btn_cta-ripple span {
	background: var(--blue);
}

.lp-btn_cta.-bai .lp-btn_cta-title span:after,
.lp-btn_cta.-bai .lp-btn_cta-icon i {
	color: #fff;
}

.lp-btn_cta.-outline {
	color: #fff;
	background: 0 0;
}

.lp-btn_cta.-outline:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 1px solid #fff;
	border-radius: inherit;
	transition: transform .5s;
}

.lp-btn_cta.-outline:after {
	opacity: 1;
}

.lp-btn_cta:hover .lp-btn_cta-ripple span {
	border-radius: 0;
	transform: translateY(0);
	transition-duration: .5s, .9s
}

.lp-btn_cta:hover .lp-btn_cta-title span {
	transform: translateY(-120%)
}

.lp-btn_cta:hover .lp-btn_cta-icon {
	transform: translateX(20%)
}

.lp-btn_cta:hover .lp-btn_cta-icon i,
.lp-btn_cta:hover .lp-btn_cta-title span:after {
	color: var(--color);
}

.lp-btn_cta.-bai:hover .lp-btn_cta-icon i,
.lp-btn_cta.-bai:hover .lp-btn_cta-title span:after {
	color: #fff;
}

.lp-btn_cta:hover:after {
	transform: scale(0.99);
}

.menu-toggle {
	position: relative;
	width: 60px;
	height: 40px;
	border: 1px solid rgba(255, 255, 255, 1);
}

.menu-toggle {
	border-radius: 100px;
}

.menu-toggle .icon svg {
	transition: opacity .3s linear, transform .3s cubic-bezier(.4, .64, .68, 1);
	color: #fff;
}

.menu-toggle .icon svg path {
	fill: #fff;
}

.menu-toggle .icon .menu {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
}

.menu-toggle .icon .close {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -20px, 0) scale(.8);
	opacity: 0;
}

@media screen and (max-width:1600px) {
	.mbtopcli {
		margin: 0 15px;
	}
}

.mbshowtime {
	display: flex;
	height: 80px;
	justify-content: center;
	color: #222;
	padding: 0 30px;
	align-items: center;
}

.mbshowtime {
	background: var(--color);
}

.mbshowtime {
	background: linear-gradient(251deg, var(--color) 19.17%, #05c3dd 75.2%);
}

.mbshowtime span {
	font-size: 18px;
	padding-left: 10px;
	font-weight: var(--b500);
}

.mbshowtime i {
	font-size: 20px;
}

.mbshowtime2 {
	padding: 0;
}

.mbshowtime2 {
	display: flex;
	width: 170px;
	justify-content: flex-end;
}

.hoverdef .pbmore3 i {
	transform: translateX(9px)
}

.hoverdef .pbmore3 i svg path {
	fill: #fff
}

.hoverdef .pbmore3 span {
	color: #fff;
	padding-right: 5px;
}

.hoverdef .pbmore3 {
	padding-left: 0;
}

.hoverdef .pbmore3::before {
	width: 45px;
}

.mblive {
	display: flex;
	align-items: center;
	padding-right: 50px;
	display: none;
}

.mblive i {
	font-style: normal;
	font-size: 18px;
	color: #fff;
	margin-left: 10px;
}

.mblivea {
	color: #fff;
	background: #ff0000;
	font-size: 12px;
	height: 16px;
	line-height: 12px;
	padding: 0 10px;
	border-radius: 5px;
}

.mblivea {
	position: relative;
	top: 1px;
}

.mbtop {
	transition: all 0.3s ease;
}

.mbtop:before {
	position: absolute;
	content: '';
	width: 100%;
	left: 0;
	bottom: 0;
	background: #fff;
	opacity: 0.08;
	height: 1px;
	z-index: 1;
}

.mbtop:after {
	position: absolute;
	content: '';
	width: 100%;
	left: 0;
	bottom: 0;
	height: 100%;
}

.mbtopm {
	border-radius: 100px;
}

.mbtopm {
	position: relative;
	z-index: 6;
}

.mbtopm {
	padding: 0;
}

/* .mbtopm{background:hsla(0,0%,48%,.2);backdrop-filter:blur(20px);} */

.bx.mbtop {
	border: none;
	top: 0;
}

.bx.mbtop:after {
	background: hsl(260deg 87% 5% / 30%);
	backdrop-filter: blur(2.08rem);
}

.ms.mbtop {
	border: none;
	top: 0;
}

.ms.mbtop:after {
	background: hsl(260deg 87% 5% / 30%);
	backdrop-filter: blur(2.08rem);
}


.bb.mbtop {
	border: none;
	top: 0;
}

/* .bb .mbtopm{background: hsla(0,0%,100%,1);backdrop-filter:blur(10px);}
			.bb .mbtoplogoimg1{opacity: 0;}
			.bb .mbtoplogoimg2{opacity: 1;}
			.bb .mbtopca,.bb .mbtoplauge{color: #222;}
			.bb .mbtopshare a{color: #444;}
			.bb .menu-toggle{border-color: rgba(0,0,0,0.7);}
			.bb .menu-toggle .icon svg{color: #333;} */

.mbh2 {
	font-size: var(--fs48);
	line-height: 1.2;
	color: var(--blue);
	overflow: hidden;
	font-weight: var(--b600);
}

.mbh2-fff {
	color: #fff;
}

.mbh2-000 {
	color: #000;
}

.mbh2 i {
	display: block;
	font-style: normal;
	font-size: 18px;
	margin-top: 10px;
}

.w13 {
	width: var(--w13);
	margin: 0 auto;
}

.mbbaner {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

.mbbanerimg {
	width: 100%;
}

.mbbanerx {
	position: relative;
	width: 100%;
	height: 100%;
}

.mbbanertit {
	text-align: center;
	color: #fff;
	font-size: 75px;
	line-height: 1.2;
	position: absolute;
	width: 100%;
	left: 0;
}

.mbbanertit {
	top: calc(8% + 100px)
}

.mbbanerswiper {
	transform: translate(-50%, -50%) scale(0.82);
	position: absolute;
	top: 50%;
	left: 50%;
}

.mbbanerswiper {
	margin-top: calc(12% + 50px);
}

.mbbanerbtn {
	position: absolute;
	top: 50%;
	color: #fff;
	opacity: 0;
	margin-top: -24px;
}

.mbbanerbtn {
	cursor: pointer;
}

.mbbanerbtn i {
	font-size: 40px;
}

.mbbanerbtn.left {
	left: 5%;
}

.mbbanerbtn.right {
	right: 5%;
}

.ggjta {
	width: 48px;
	height: 48px;
	background: #fff;
	border-radius: 50%;
	transition: all 0.4s ease-in;
	overflow: hidden;
}

.ggjta i {
	font-size: 16px;
	color: #333;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	line-height: 48px;
	text-align: center;
	transition: all 0.6s ease-in;
}

.ggjta i:nth-child(1) {
	left: 0;
}

.ggjta i:nth-child(2) {
	left: 100%;
	opacity: 0;
}

.ggjta.right i:nth-child(1) {
	left: 0;
}

.ggjta.right i:nth-child(2) {
	left: -100%;
	opacity: 0;
}

.ggjta.left:hover i:nth-child(1) {
	left: -100%;
	opacity: 0;
}

.ggjta.left:hover i:nth-child(2) {
	left: 0;
	opacity: 1;
}

.ggjta.right:hover i:nth-child(1) {
	left: 100%;
	opacity: 0;
}

.ggjta.right:hover i:nth-child(2) {
	left: 0;
	opacity: 1;
}

.ggjta:hover {
	transform: scale(0.9);
}

.mbbanerslide {
	opacity: 0 !important;
	transition: all 0.3s ease;
}

.mbbanerslide.swiper-slide-active {
	opacity: 1 !important;
}

.text-c {
	text-align: center;
}

.ptb100 {
	padding-top: var(--ptb);
	padding-bottom: var(--ptb);
}

.ptb100small {
	padding-top: var(--ptbsmall);
	padding-bottom: var(--ptbsmall);
}

/* .mbb{padding-top: 60px;padding-bottom: 190px;} */
.mbbtop {
	align-items: center;
}

.mbbxa {
	justify-content: space-between;
	width: 31%;
	color: #fff;
}

.mbbximg {
	overflow: hidden;
	;
}

.mbbximg img {
	width: 100%
}

.mbbxp2 {
	display: flex;
	justify-content: flex-start;
}

.mbbxp1 {
	height: 70px;
	font-size: 18px;
	color: #fff;
}

.mbbxwz {
	padding: 35px;
}

.mbbxwz {
	background: hsla(0, 0%, 100%, .1);
	backdrop-filter: blur(2.08rem);
}

.mbbxp3 {
	color: #fff;
	font-size: 14px;
	opacity: 1;
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}

.mbbxp3 em {
	font-size: 12px;
	opacity: 0.3;
}

.mbbx {
	margin-top: 45px;
}

.yjcase9p2 {
	font-size: 24px;
	margin: 0;
}

.yjcase9p1 {
	margin-top: 5px;
}

.yjcase9wz {
	padding: 30px;
}

.yjcase9 {
	background: #ffffff;
}

.mbd {
	background: #ffffff;
	position: relative;
	z-index: 3;
}

.mbd {
	transition: all 0.3s ease;
}

.mbd.hei {
	background: #060229;
}

.mbd.hei .mbh2 {
	color: #fff;
}

.mbdxaimg {
	width: 100%;
	vertical-align: top;
}

.mbdxa {
	overflow: hidden;
	position: relative;
}

.mbdxawz {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 3;
	width: 100%;
}

.mbdxawz {
	width: 90%;
	left: 5%;
	bottom: 5%;
	background: hsla(0, 0%, 100%, .1);
	backdrop-filter: blur(20px)
}

.mbdxawz {
	padding: 30px;
	padding-top: 5px;
}

.mbdxap1,
.mbdxap2 {
	color: #fff;
}

.mbdxap1 {
	font-size: 24px;
	margin-top: 15px;
}

.mbdxap2 {
	margin-top: 5px;
}

.mbdlogo1 {
	width: 100%;
	position: relative;
	height: 78px;
}

.mbdlogo1 img {
	position: absolute;
	max-height: 75%;
	max-width: 50%;
	inset: 0;
	margin: auto;
	margin-left: 0;
}

.mbdlogo1 {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.mbdxblogo {
	width: 190px;
	position: relative;
	height: 100px;
	background: #fff;
}

.mbdxblogo img {
	position: absolute;
	max-height: 75%;
	max-width: 70%;
	inset: 0;
	margin: auto;
}

.mbdxblogo .mbdxblogo02 {
	max-width: 100%;
	max-height: 100%;
}

.mbdxblogo02 {
	opacity: 0;
}

.mbdxblogo,
.mbdxbtit,
.mbdxbms {
	position: relative;
	z-index: 3;
}

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

.mbdxbbg {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.mbdxba {
	width: 100%;
	display: block;
	position: relative;
	padding: 20px 20px;
	justify-content: space-between;
}

.mbdxba {
	background: linear-gradient(180deg, rgba(250, 248, 247, 1) 0%, rgba(248, 244, 243, 1) 50%, rgba(245, 241, 238, 1) 100%);
}

.mbdxba {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #dcd9d6;
	overflow: hidden;
}

.mbdxba {
	min-height: 33.33%;
}

.mbdxba:last-child {
	border: none;
}

.mbdxbtit {
	font-size: 20px;
	line-height: 1.2;
	color: #222;
	width: 35%;
	padding-left: 15px;
}

.mbdxbms {
	width: calc(100% - 35% - 190px - 40px);
}

.mbdxbms {
	color: #444;
}

.mbdxbbg {
	opacity: 0;
	transition: opacity 0.3s ease;
}

.mbdxbbg1 {
	background: hsla(0, 0%, 100%, .1);
	backdrop-filter: blur(8px)
}

.mbdxbtit,
.mbdxbms {
	transition: all 0.3s ease;
}

.mbdxa {
	width: 39.8%;
}

.mbdxb {
	width: 57%;
}

.mbdxba:hover .mbdxbbg {
	opacity: 1;
}

.mbdxba:hover .mbdxblogo02 {
	opacity: 1;
}

.mbdxba:hover .mbdxblogo01 {
	opacity: 0;
}

.mbdxba:hover .mbdxbtit,
.mbdxba:hover .mbdxbms {
	color: #fff;
}

.mbdx {
	margin-top: 45px;
}

.ani_in {
	will-change: transform, opacity;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-play-state: paused;
	animation-delay: calc(var(--progress)* -1s);
	animation-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.mbe {
	position: relative;
	height: 100vh;
	overflow: hidden;
}

.mbebg {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

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

/* .mbebg{transform: scale(0.8);top:250px} */
.mbetop,
.mbemore {
	position: absolute;
	width: 100%;
	left: 0;
	top: 15%;
	transform: translateY(-50%);
	z-index: 3;
}

.mbemore {
	display: flex;
	justify-content: center;
	margin-top: 95px;
}

.mbemore .pbmore3 {
	margin: 0 20px;
}

.mbebg {
	animation-name: scrP220;
}

.mbetop {
	animation-name: scrP221;
}

.mbemore {
	animation-name: scrP222;
}

.mbep2 {
	text-align: center;
	color: #fff;
	margin-top: 15px;
}

.mbep3 {
	display: flex;
	justify-content: center;
	margin-top: 65px;
}

.mbep3 a {
	margin: 0 10px;
}

@keyframes scrP220 {
	0% {
		-webkit-clip-path: inset(5% 300px 5% 300px round var(--border0) var(--border0) var(--border0) var(--border0));
		top: 20%
	}

	100% {
		-webkit-clip-path: inset(0 round var(--border0) var(--border0) var(--border0) var(--border0));
		top: 0;
	}
}

@keyframes scrP221 {
	0% {
		top: 55%;
	}

	100% {
		top: 50%;
	}
}

@keyframes scrP222 {
	0% {
		opacity: 0;
		top: 52%
	}

	95% {
		opacity: 0;
		top: 52%
	}

	100% {
		opacity: 1;
		top: 50%;
	}
}

@keyframes scr333 {
	0% {
		background: #f5f5f5;
	}

	15% {
		background: #f5f5f5;
	}

	100% {
		background: #f5f5f5;
	}
}

@keyframes scr444 {
	0% {
		color: #222;
	}

	15% {
		color: #fff;
	}

	100% {
		color: #fff;
	}
}

.mbe {
	background: #f5f5f5;
	transition: all 0.5s ease;
}

.mbe {
	animation-name: scr333;
	object-fit: cover;
}

.mbe .mbh2 {
	animation-name: scr444;
}


.mbk {
	background: #fff;
	transition: all 0.3s ease;
}

.mbkn {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 45px;
}

.mbknm {
	width: 32%;
	position: relative;
}

.mbknmwz {
	position: absolute;
	width: 100%;
	z-index: 3;
	left: 0;
	bottom: 30px;
}

.mbknmimg img {
	width: 100%;
	vertical-align: top;
}

.mbknp1 {
	font-size: 22px;
	color: #fff;
	line-height: 1.2;
	font-weight: var(--b400);
}

.mbknp2 {
	color: #fff;
	padding-top: 20px;
	margin-top: 15px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mbknp3 {
	display: flex;
	justify-content: flex-start;
	margin-top: 25px;
}

.mbknmwz {
	width: calc(100% - 40px);
	left: 20px;
	background-color: hsl(225deg 53% 81% / 10%);
}

.mbknmwz {
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
}

.mbknmwz {
	padding: 25px 20px;
}

.mbknmimg img {
	transition: all 0.4s ease;
}

.mbknmimg {
	overflow: hidden;
}

.mbknm:hover .mbknmimg img {
	transform: scale(1.05);
}

@keyframes scrP666 {
	0% {
		transform: scale(0.75) translateY(10px);
	}

	100% {
		transform: scale(1) translateY(0);
	}
}

.mbfn {
	animation-name: scrP666;
}

.mbfm {
	width: 85%;
}

.mbf {
	background: #ffffff;
}

.mbfn {
	position: relative;
	margin-top: 50px;
	padding: 40px 60px;
	border-radius: 20px;
	overflow: hidden;
}

.mbfn:before {
	position: absolute;
	width: calc(100% + 120px);
	height: calc(100% + 20px);
	left: -60px;
	top: -10px;
	content: '';
	background: #eeeeee;
}

.mbfn:before {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.mbfnm {
	display: flex;
	width: 100%;
	position: relative;
	z-index: 3;
}

.mbfnm {
	border-bottom: 1px solid #b4b4b4;
	padding: 30px 0;
}

.mbfnm:last-child {
	border: none;
}

.mbfnma {
	width: 250px;
	color: #222;
	font-size: 22px;
	line-height: 1.2;
}

.mbfnma {
	align-items: center;
	display: flex;
	justify-content: flex-start;
}

.mbfnmb {
	width: calc(100% - 250px);
	display: flex;
	flex-wrap: wrap;
}

.mbfnmbm {
	width: 16.66%;
	position: relative;
}

.mbfnmbm img {
	inset: 0;
	position: absolute;
	margin: auto;
	max-width: 60%;
	max-height: 50%;
}

.mbfnma,
.mbfnmbm {
	height: 70px;
}

.mbfn {
	border-radius: 0;
}

.mbg {
	position: relative;
	z-index: 3;
}

.mbgx {
	margin-top: 100px;
	justify-content: center;
}

.mbgxa {
	width: 24%;
	position: relative;
	background: hsla(0, 0%, 60%, .1);
	backdrop-filter: blur(2.08rem);
	-webkit-backdrop-filter: blur(10px);
	color: #fff;
	text-align: center;
}

.mbgxa {
	padding-top: 60px;
	padding-bottom: 60px;
	margin: 0 3%;
}

.mbgxp1 {
	font-size: 22px;
	height: 55px;
	font-weight: var(--b400);
}

.mbgxp2 {
	height: 120px;
}

.mbgxp3 {
	display: flex;
	justify-content: center;
}

.mbgxicon {
	width: 86px;
	height: 86px;
	position: absolute;
	left: 50%;
	margin-left: -43px;
	top: -43px;
}

.mbgxicon img {
	max-width: 100%;
	max-height: 80%;
	inset: 0;
	margin: auto;
	position: absolute;
	opacity: 0.7;
}

.mbgxa {
	transition: all 0.3s ease;
}

.mbgxa:hover {
	background: hsla(0, 0%, 60%, .1);
	backdrop-filter: blur(20px);
}

.mainbg2 {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
}

.mbgm {
	position: relative;
	z-index: 3;
}

/* 首页 新闻 */
.bo-d-n {
	display: flex;
	width: 100%;
	margin-top: 45px;
}

.bo-d-link {
	width: 25.5%;
	margin-right: 2%;
}

.bo-d-link1 {
	width: 45%;
}

.bo-d-link:last-child {
	margin: 0;
}

.bo-d-p1 {
	color: #666;
	font-size: 14px;
	padding-bottom: 10px;
}

.bo-d-p2 {
	font-size: 20px;
	color: #222;
}

.bo-d-p2-1 {
	font-size: 20px;
	line-height: 1.4;
}

.bo-d-wz {
	padding: 25px 0;
}

.bo-dimg {
	overflow: hidden;
}

.bo-dimg img {
	width: 100%;
	vertical-align: top;
}

.bo-d-link,
.bo-dimg img {
	transition: all 0.3s ease;
}

.bo-dimg img {
	transition: all 1s ease;
}

.bo-d-link:hover img {
	transform: scale(1.1);
}

.bo-d-p2 span {
	display: inline;
	position: relative;
	line-height: 1.6;
}

.bo-d-p2 span {
	background: linear-gradient(to right, #fff, #fff), linear-gradient(to right, var(--color), var(--color), var(--color));
	background-size: 100% 2px, 0 2px;
	background-position: 100% 100%, 0 100%;
	background-repeat: no-repeat;
	transition: background-size 400ms;
	padding-bottom: 4px;
}

.bo-d-p2 span {
	padding-bottom: 2px;
}

.bo-d-link:hover .bo-d-p2 span {
	background-size: 0 2px, 100% 2px;
}

.bo-d-p4,
.bo-d-p3 {
	margin-top: 20px;
}

.bo-d-p2-ccc span {
	background: linear-gradient(to right, #fff, #fff), linear-gradient(to right, var(--color), var(--color), var(--color));
	background-size: 100% 2px, 0 2px;
	background-position: 100% 100%, 0 100%;
	background-repeat: no-repeat;
}

.bo-d-link2 {
	background: none
}

.bo-d-n {
	align-items: flex-start;
}

/* .bo-dimg1,.bo-d-link2 {height:420px;overflow:hidden;} */
.bo-dimg2 {
	overflow: hidden;
}

.bo-dimg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bo-d-top {
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
}

.bo-d-p4.needmorep3 {
	padding-left: 25px;
	margin: 0;
	bottom: 15px;
}

.ctabtn {
	display: flex;
}

.ctabtn i {
	margin-left: 5px;
	position: relative;
	top: 1px;
}

.sh6new,
.wskhbg {
	background: #fff;
}

.bo-d {
	background: #f8f8f8;
}

.bo-i:before,
.bo-d:before {
	display: none;
}

/* 首页 新闻 */
.mbh {
	background: #ffffff;
	position: relative;
	z-index: 3;
}

.yjylzz {
	background: #ffffff;
}

.yjylzzm {
	position: relative;
}

.yjylzzm:before {
	position: absolute;
	width: 100%;
	height: 120px;
	bottom: 0;
	left: 0;
	content: '';
}

.yjylzzm:after {
	position: absolute;
	width: var(--w13);
	height: 120px;
	bottom: 0;
	content: '';
	left: 50%;
	transform: translateX(-50%);
}

.yjylzzm:after {
	box-shadow: 0 15px 55px rgb(44 190 231 / 22%);
}

.xkmsgatxt {
	background: none;
	border: none;
	height: 42px;
	line-height: 20px;
	padding-bottom: 5px;
	padding-top: 15px;
	transition: all 0.3s ease;
}

.xkmsgatxt {
	background: #f8f8f8;
	border: 1px solid #eee;
	border-radius: 0;
	outline: none;
	width: 100%;
	padding-left: 15px;
}

.xkmsgatxt {
	border: 1px solid rgba(255, 255, 255, 0.3);
	background: hsla(0, 0%, 60%, .1);
	backdrop-filter: blur(10px);
}

.layui-form-select .layui-input {
	background: none;
	border: none;
	height: 42px;
	line-height: 40px;
	transition: all 0.3s ease;
}

.layui-form-select .layui-input {
	background: #f8f8f8;
	border: 1px solid #eee;
	border-radius: 0;
	outline: none;
	width: 100%;
	padding-left: 15px;
}

.layui-form-select .layui-input {
	border: 1px solid rgba(255, 255, 255, 0.3);
	background: hsla(0, 0%, 60%, .1);
	backdrop-filter: blur(10px);
}

.layui-form-select .layui-input {
	color: #fff;
	font-size: 14px;
}

.layui-form-select .layui-edge {
	border-top-color: #fff !important;
	border-width: 4px !important;
	padding: 0;
}

.layui-form-select dl dd {
	color: #333;
	font-size: 14px;
}

.layui-form-select dl dd.layui-this {
	background: var(--line-bg) !important;
	color: #333 !important;
}

.xkmsgatext {
	height: 80px;
}

.xkmsgaxv {
	display: flex;
	width: 100%;
	justify-content: space-between;
	margin-top: 20px;
}

.xkmsgaxvn {
	width: calc(50% - 10px);
	position: relative;
}

.xkmsgaxvn label {
	padding-left: 15px;
	font-size: 14px;
	display: inline-block;
	line-height: 20px;
	color: #fff;
	z-index: 3;
	left: 0;
	top: 10px;
	position: absolute;
	transition: all 0.3s ease;
}

.xkmsgaxvn i {
	padding-left: 5px;
	color: #fff;
}

.xkmsgaxvn-100 {
	width: 100%;
}

.xkmsgaxvn label.on {
	top: 5px;
	font-size: 14px;
}

.xkmsgatxt:focus {
	border-color: var(--color);
}

.yjylzzmsg {
	width: 520px;
}

.fot14,
.yjylzzm:before {
	background-color: #090821;
}

.fot14blogo img {
	height: 25px;
}



.hgwjzm3 {
	width: 100%;
}

.hgwjzm3 li {
	text-align: center;
}

.wsfxac {
	display: flex;
	width: 100%;
	margin-top: 0;
	align-items: center;
	padding: 50px 0;
	justify-content: space-between;
	align-items: flex-end;
}

.wsfxac {
	position: relative;
}

.wsfxac:before,
.wsfxac:after {
	position: absolute;
	width: 0;
	height: 1px;
	background: var(--color);
	content: '';
	left: 0;
	transition: all 4s ease;
}

.wsfxac:before {
	top: 0;
}

.wsfxac:after {
	bottom: 0;
}

.wsfxac:before,
.wsfxac:after {
	background: #fff;
	opacity: 0.2;
}

.wsfxac.is-inview:before,
.wsfxac.is-inview:after {
	width: 100%;
}

.fxas2 {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.fxas2 span {
	color: #fff;
	width: 100%;
	padding-bottom: 15px;
}

.fxas2 li {
	width: auto;
	margin-right: 15px;
}

.fxas2 li {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.3);
	text-align: center;
	justify-content: center;
}

.fxas2 a {
	font-size: 0;
}

.fxas2 a {
	color: #fff;
}

.fxas2 li:nth-child(1) i {
	font-size: 21px;
}

.fxas2 li:nth-child(2) i {
	font-size: 24px;
}

.fxas2 li:nth-child(3) i {
	font-size: 24px;
}

.fxas2 li:nth-child(4) i {
	font-size: 21px;
}

.fxas2 li:nth-child(5) i {
	font-size: 20px;
}

.fxas2 li:nth-child(6) i {
	font-size: 24px;
}

.fxas2 li {
	background: var(--color);
}

.fxas i {
	margin-right: 0;
}


.fxas2 li {
	background: none;
	width: auto;
	margin-left: 0;
	margin-right: 40px;
}

.fxas i {
	color: #fff;
}


.mb2sub {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 100%;
	padding-top: 20px;
}

.mb2sub {
	display: none;
}

.mb2subm {
	display: flex;
	border-radius: 0;
	overflow: hidden;
	padding: 0;
}

.mb2subm {
	width: 740px;
	min-height: 280px;
}

/* .mb2subm{border: 1px solid rgba(255,255,255,0.1);} */
.mbtopcli {
	height: 86px;
	line-height: 86px;
	position: relative;
}

.mb2suba,
.mb2subb {
	width: 50%;
	padding: 25px 20px;
}

.mb2suba {
	width: 450px;
	padding-left: 0;
}

.mb2subb {
	width: 40%;
}

.mb2subb {
	border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.mb2subm {
	line-height: 1.4;
}

.mb2subp1 {
	font-size: 28px;
	line-height: 1.2;
	color: #222;
}

.mb2subp2 {
	margin-top: 20px;
	line-height: 1.6;
	font-size: 14px;
	color: #555;
}

.mb2subimgs {
	overflow: hidden;
	border-radius: 5px;
	margin-top: 15px;
	display: none;
}

.mb2subimgs img {
	width: 100%;
	vertical-align: top;
}

.mb2subp3 a {
	display: block;
	width: 100%;
	position: relative;
	font-size: 16px;
	color: #333;
}

.mb2subp3 span {
	display: inline-block;
	position: relative;
}

.mb2subp3 span:before,
.mb2subp3 span:after {
	width: 100%;
	height: 1px;
	content: '';
	left: 0;
	bottom: 0;
	transition: all 0.3s ease;
	position: absolute;
}

.mb2subp3 span:before {
	background: #fff;
	right: 0;
	left: auto;
	opacity: 0;
}

.mb2subp3 span:after {
	background: var(--color);
	width: 0;
}

.mb2subp3 a:hover span:after {
	width: 100%;
}

.mb2subp3 a:hover span:before {
	width: 0;
}

.mb2subp3 i {
	position: absolute;
	right: 10px;
	top: 6px;
	line-height: 1;
	opacity: 0;
	transition: all 0.4s;
}

.mb2subp3 li {
	margin-top: 20px;
}

.mb2subp3 li:nth-child(1) {
	margin-top: 0;
}

.mb2subp3 a:hover i {
	right: 0;
	opacity: 1;
}

.mb2subp3 a:hover {
	color: var(--color);
}

.mb2suba {
	padding-right: 60px;
	padding-bottom: 110px;
}

.mb2subb {
	padding-left: 60px;
	padding-right: 20px;
	width: calc(100% - 450px);
}

.mbtopcli:nth-child(1) .mb2sub,
.mbtopcli:nth-child(2) .mb2sub,
.mbtopcli:nth-child(3) .mb2sub,
.mbtopcli:nth-child(4) .mb2sub,
.mbtopcli:nth-child(5) .mb2sub,
.mbtopcli:nth-child(6) .mb2sub {
	left: 50%;
	transform: translateX(-50%);
}

.on .mbtopca {
	color: var(--color);
}


.mb2suba {
	display: none;
}

.mb2subb {
	border: none;
	padding: 20px;
}

.mb2subb {
	width: 100%;
}

.mb2subm {
	min-height: inherit;
}

.mb2subm {
	width: 280px;
}

.actopnav>li:nth-child(2) .mb2subm {
	width: 320px;
}

.actopnav>li:nth-child(1) .mb2subm {
	width: 320px;
}

.mb2subm-lauge {
	width: 50px;
	min-height: inherit;
}

.mb2subm-lauge .mb2subb {
	width: 100%;
	padding: 0;
	border: none;
	text-align: center;
}

.mb2subm-lauge .mb2subb a {
	color: #222;
}

.mb2subm-lauge .mb2subp3 li {
	margin-top: 10px;
}

.mb2subm-lauge .mb2subp3 li:first-child {
	margin-top: 0;
}

/* .actopnav>li:last-child .header__nav__sub {left: auto;right: -200px;transform: translateX(0);}
											.actopnav>li:nth-child(2) .header__nav__sub {left: auto;right: -360px;transform: translateX(0);} */
.header__nav__sub {
	position: absolute;
	top: 105%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
	display: none;
	padding-top: 20px;
}

.xlzwabg {
	background: hsl(260deg 87% 5% / 30%);
	background: rgba(255, 255, 255, 0.5);
	/* background: hsl(0deg 0% 100% / 10%); */
	backdrop-filter: blur(12px);
	padding: 25px 35px;
	border-radius: 10px;
}

.mb2submore {
	color: var(--color);
	position: relative;
	display: inline-block;
	padding-right: 20px;
	line-height: 30px;
	margin-top: 25px;
	display: none;
}

.mb2submore,
.mb2submore i {
	font-weight: var(--b600);
}

.mb2submore:hover,
.mb2submore:hover i {
	color: var(--color);
}

.mb2submore:hover i {
	right: -5px;
}


.mb2subfx {
	display: flex;
	position: absolute;
	left: 35px;
	bottom: 35px;
	color: #333;
}

.mb2subfx {
	justify-content: flex-start;
	align-items: center;
}

.mb2subfxb {
	display: flex;
	padding-left: 15px;
}

.mb2subfxb a {
	margin-left: 15px;
	text-align: center;
	line-height: 36px;
}

.icon-round {
	border: 1px solid #004188;
	color: #004188;
	height: 38px;
	width: 38px;
	border-radius: 38px;
	position: relative;
	display: inline-block;
	transition: all ease.3s
}

.icon-round--insta {
	border-color: #262626;
	color: #262626
}

.icon-round--video {
	border-color: #ff0002;
	color: #ff0002
}

.icon-round .icon {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: 23px
}

/* .icon-round{border-color: #fff;color: #fff;} */





.wxsub {
	position: absolute;
	width: 125px;
	right: 65px;
	top: 50%;
	transform: translateY(-50%);
}

.wxsub {
	padding-right: 10px;
}

.wxsubm:before {
	position: absolute;
	content: '';
}

.wxsubm:before {
	right: -19px;
	top: 50%;
	transform: translateY(-50%);
}

.wxsubm:before {
	width: 0;
	height: 0;
	border-width: 10px;
	border-style: solid;
	border-color: transparent transparent transparent #fff;
}

.wxsubm {
	background: #fff;
	position: relative;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
	text-align: center;
	padding: 8px;
	border-radius: 10px;
}

.wxsubm p {
	color: var(--blue);
}

.wxsubm img {
	border: 5px solid #fff;
	box-sizing: border-box;
}

.wxsubm img:first-child {
	margin-top: 0;
}

.wxsub img {
	max-width: 100%;
}

.wxsub {
	opacity: 0;
	right: 85px;
	visibility: hidden;
	z-index: -1;
	transition: all 0.3s ease;
}

.aiboxfxa {
	position: relative;
}

.aiboxfxa:hover .wxsub {
	opacity: 1;
	right: 65px;
	visibility: visible;
	z-index: 9;
}

.m01 video {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
}

.m01wz {
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0;
	bottom: 15%;
	z-index: 3;
}

.m01wz {
	bottom: auto;
	top: 50%;
	transform: translateY(-50%);
}

.m01p1 {
	color: #fff;
	font-size: 70px;
	line-height: 1.4;
	font-weight: var(--b400);
}

.m01p1en {
	color: #fff;
	font-size: 22px;
	line-height: 1.2;
}

.mbp1xz {
	color: #444;
	font-size: 16px;
	line-height: 1.2;
	padding-bottom: 3px;
}

.mbp1xz-fff {
	color: #fff;
}

.m01p2 {
	display: flex;
	justify-content: center;
	margin-top: 50px;
}

.m01p2 a {
	margin: 0 15px;
}

.fot14 {
	background: url(../demo/fot14bg.jpg) center bottom no-repeat #00011b;
	background-size: cover;
}

.mbtoplauge {
	position: relative;
}

.mb2subyy {
	left: 50%;
	margin-left: -50px;
	padding-top: 38px;
}

.mb2subyy .mb2subm {
	width: 100px;
	flex-wrap: wrap;
}

.mb2subyy .mb2subm a {
	width: 100%;
	text-align: center;
	padding: 6px 0;
	font-size: 14px;
}


/* .aiboximg{display: none;} */

/* .aibox{right: 0 !important;}

		.aiboxsubm{background-color: #EBF8EF !important;backdrop-filter: blur(0) !important;}
		.aiboxsub2p1,.aiboxfxa{color: #333 !important;}
		.aiboxsub2{padding-right: 0 !important;}
		.aiboxfxa:hover{color: var(--color) !important;} */
/* .aiboxsub{display: block !important;} */


.m01 {
	height: 100vh;
	position: relative;
	overflow: hidden;
}

.m01video {
	position: absolute;
	object-fit: cover;
	width: 104%;
	height: 104%;
	left: -2%;
	top: -2%
}

.m01zz {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}

.m01zz {
	z-index: 2;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.7) 100%);
}

.m01zz {
	opacity: 0;
}

.d2p {
	position: relative;
	width: 100%;
}

.mbbanerxbg {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
}



.site-baner {
	position: relative;
	height: 100vh;
	width: 100%;
	overflow: hidden;
}

.site-baner-bg {
	position: absolute;
	object-fit: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.site-baner-bg {
	width: 105%;
	height: 105%;
	left: -2.5%;
	top: -2.5%;
}

.site-baner-zw {
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
	top: 50%;
	height: 300px;
}

.site-baner-zw {
	text-align: left;
}

.site-baner-p1 {
	font-size: var(--fs48);
	font-weight: var(--b600);
	line-height: 1.2;
	/*margin-bottom: 60px;*/
	color: #fff;
}

.site-baner-p2 {
	display: flex;
	justify-content: flex-start;
	margin-top: 60px;
}

.site-baner-three {
	display: flex;
	width: 100%;
	margin-top: 50px;
}

.site-baner-three li {
	width: 33.33%;
	padding: 50px 35px;
	transition: all 0.25s ease;
	border-radius: 7px;
	position: relative;
	color: #fff;
}

.site-baner-three li {
	overflow: hidden;
	font-size: 24px;
}

.site-baner-three li a {
	position: relative;
	z-index: 3;
	display: block;
}

.site-baner-three li:after {
	background-image: linear-gradient(150deg, rgba(67, 53, 139, 0.83), rgba(57, 115, 185, 0.83));
}

/* .site-baner-three li:nth-child(2):after{background-image: linear-gradient(150deg, rgba(54,99,15,0.72), rgba(241,228,0,0.81));}
		.site-baner-three li:nth-child(3):after{background-image:linear-gradient(150deg, rgba(46,36,122,0.83), rgba(131,31,130,0.85));} */
.site-baner-three li:after {
	background: hsla(0, 0%, 30%, .4);
	backdrop-filter: blur(15px);
	-webkit-backdrop-filter: blur(15px);
}

.site-baner-three li:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
}

.site-baner-three li:last-child:before {
	display: none;
}

.site-baner-three li:before {
	content: '';
	position: absolute;
	bottom: auto;
	top: 7px;
	right: 0;
	height: 150px;
	width: 1px;
	background: #ffffff;
	opacity: 0.3;
}

.site-baner-jt {
	position: absolute;
	right: 30px;
	top: 30px;
	color: #fff;
	font-size: 24px;
}

.site-baner-three .description {
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	margin: 10px 0 30px 0;
	display: block;
}

.site-baner-three li a {
	color: #fff;
}

.site-baner-three li:hover:before,
.site-baner-three li:hover .site-baner-jt {
	opacity: 0;
}

.site-baner-three li:hover:after,
.site-baner-three li:hover .site-baner-p3,
.site-baner-three li:hover .site-baner-p4 {
	opacity: 1;
}

.site-baner-three .description,
.site-baner-three .cta-btn-redesign,
.site-baner-three li:after {
	opacity: 0;
	transition: all 0.25s ease;
}

.site-baner .swiper-slide {
	opacity: 0 !important;
	transition: all 0.8s ease;
}

.site-baner .swiper-slide-active {
	opacity: 1 !important;
}


.swiper-slide-active .scales {
	animation: image-zoom-out 6s 0s forwards;
}

@keyframes image-zoom-out {
	from {
		transform: scale(1.08, 1.08)
	}

	to {
		transform: scale(1.0, 1.0)
	}
}

.swiper-slide-active .main-visual-txt1,
.swiper-slide-active .main-visual-txt2,
.swiper-slide-active .main-visual-txt3 {
	animation: text-active-animation 1.5s cubic-bezier(0.4, 0, 0.2, 1) both;
}

.swiper-slide-active .main-visual-txt1 {
	animation-delay: 0.1s;
}

.swiper-slide-active .main-visual-txt2 {
	animation-delay: 0.3s;
}

.swiper-slide-active .main-visual-txt3 {
	animation-delay: 0.5s;
}

.cm-word-split-JS.splitting .char {
	animation: text-fade-out 1.5s cubic-bezier(0.4, 0, 0.2, 1) both;
}

.swiper-slide-active .cm-word-split-JS.splitting .char {
	animation: text-active-animation 1.5s cubic-bezier(0.4, 0, 0.2, 1) both;
}

@keyframes text-active-animation {
	from {
		opacity: 0;
		filter: Alpha(opacity=0);
		-webkit-transform: translateY(50px);
		transform: translateY(50px);
	}

	to {
		opacity: 1.0;
		filter: Alpha(opacity=100);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes text-active-animation02 {
	from {
		opacity: 0;
		filter: Alpha(opacity=0);
		-webkit-transform: translateY(80px);
		transform: translateY(80px);
	}

	to {
		opacity: 1.0;
		filter: Alpha(opacity=100);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes text-fade-out {
	from {
		opacity: 1.0;
		filter: Alpha(opacity=100);
	}

	to {
		opacity: 0;
		filter: Alpha(opacity=0);
	}
}



.cta-btn-redesign,
.ggbtm {
	box-sizing: border-box;
	border: 1px solid var(--color);
}

.cta-btn-redesign,
.ggbtm {
	color: #fff;
	font-size: 16px;
	padding: 0 40px;
	background-color: var(--color);
	border-radius: 40px;
	text-decoration: none;
	display: inline-block;
	position: relative;
	overflow: hidden;
	height: 50px;
	line-height: 48px;
}

/* 		.ggbtm{text-transform:none;} */
.ggbtm {
	cursor: pointer;
}

.ggbtm .tile {
	display: flex;
	align-items: center;
}

.ggbtm .tile img {
	margin-right: 10px;
}

.cta-btn-redesign .tile {
	-webkit-transition: transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
	display: block;
	font-weight: 400;
}

.cta-btn-redesign .arrow-wrapper {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	position: absolute;
	right: -15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
}

.cta-btn-redesign .arrow-wrapper span {
	background-color: #fff;
	height: 2px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	width: 10px;
	display: block;
}

.cta-btn-redesign:hover .tile {
	-webkit-transform: translateX(-20px);
	transform: translateX(-20px);
}

.cta-btn-redesign:hover .arrow-wrapper {
	right: 25px;
}

.cta-btn-redesign:hover .arrow-wrapper span:first-of-type {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 9px 1px;
	transform-origin: 9px 1px;
}

.cta-btn-redesign:hover .arrow-wrapper span:last-of-type {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 7px 0;
	transform-origin: 7px 0;
}

.cta-btn-redesign {
	transition: all .3s ease;
}

.cta-btn-redesign-fff {
	border-color: #fff;
	background: #fff;
	color: var(--color);
}

/* .cta-btn-redesign-fff .arrow-wrapper span{background: var(--color);} */
.cta-btn-redesign-fff:hover {
	background: var(--color);
	color: #fff;
	border-color: var(--color);
}

.cta-btn-redesign-line-fff {
	border-color: #fff;
	background: transparent;
}

.cta-btn-redesign-line-fff:hover {
	background: #fff;
	color: var(--color);
}

.cta-btn-redesign-line-fff .arrow-wrapper span {
	background: var(--color);
}

.cta-btn-redesign-line-color {
	border-color: var(--color);
	background: transparent;
	color: #333;
}

.cta-btn-redesign-line-color:hover {
	background: var(--color);
	color: #fff;
}

.cta-btn-redesign-line-color .arrow-wrapper span {
	background: #fff;
}


.acai {
	background: #fff;
}

.acaip1 {
	font-size: 42px;
	color: var(--color);
	line-height: 1.2;
}

.acaip2 {
	color: #fff;
	margin-top: 20px;
	max-width: 45%;
}

.acaip2 p {
	margin-top: 15px;
}

.acaip2 .mbtopcli:nth-child(1) {
	margin-top: 0;
}

.acaip3 {
	margin-top: 45px;
}

.acaiswiper {
	border-radius: 15px;
	overflow: hidden;
	position: relative;
}

.acaiwz {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	padding: 6%;
	width: 100%;
	z-index: 3;
}

.acaim {
	animation-name: acaims;
}

@keyframes acaims {
	0% {
		transform: scale(1.2) translateY(60px);
	}

	100% {
		transform: scale(1) translateY(0);
	}
}


.acaibtn {
	position: absolute;
	color: #fff;
}

.acaiswiper-baner-page {
	position: absolute !important;
	width: 100% !important;
	left: 0 !important;
	bottom: 7% !important;
	z-index: 4;
	height: 48px;
}

.acaiswiper-baner-page {
	padding: 0 6%;
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: flex-start;
}

.acaibtn {
	height: 48px;
	padding-left: 0;
	z-index: 5;
	display: flex;
	justify-content: flex-end;
	width: 70px;
	right: 6%;
	position: absolute;
	bottom: 7%;
}

.acaibtn {
	justify-content: space-between;
	line-height: 62px;
}

.acaibtn i {
	font-size: 20px;
}

.acaiswiper-baner-page span {
	width: 33.33%;
	background: none !important;
	border-radius: 0 !important;
	opacity: 1 !important;
	margin: 0 !important;
}

.acaiswiper-baner-page span {
	height: auto;
	padding-top: 15px;
	position: relative;
}

.acaiswiper-baner-page span {
	color: #fff;
	font-size: 18px;
	font-weight: var(--b400);
}

.acaiswiper-baner-page span:before,
.acaiswiper-baner-page span:after {
	left: 0;
	top: 0;
}

.acaiswiper-baner-page span:before {
	position: absolute;
	width: 100%;
	height: 1px;
	background: rgba(255, 255, 255, 0.2);
	content: '';
}

.acaiswiper-baner-page span:after {
	position: absolute;
	width: 0;
	height: 1px;
	background: rgba(255, 255, 255, 1);
	content: '';
}

.acaiswiper-baner-page span:after {
	background: var(--color);
}

.acaiswiper-baner-page span.swiper-pagination-bullet-active:after {
	width: 100%;
	transition: all 4s ease;
}




.wybs.hei {
	background: #080321;
}

.wybs.hei .mbp1xz,
.wybs.hei .mbh2 {
	color: #fff
}





.laybg {
	background: #000;
	opacity: 0.5;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 7766;
	width: 100%;
	height: 100vh;
}

.layvideo {
	position: fixed;
	z-index: 7799;
	max-width: 1100px;
	width: 80%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.layvideo {
	max-height: 75vh;
	text-align: center;
}

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

.laybg,
.layvideo {
	display: none;
}

.layclose {
	position: absolute;
	right: -40px;
	top: 0;
	color: #fff;
	font-size: 24px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}

.layclose {}

.layclose i {
	font-size: 20px;
}

.layclose i,
.js_video_play i {
	display: inline-block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}



.acmsg9 {
	position: relative;
	z-index: 6;
	padding-top: 0;
	padding-bottom: 0;
}

.acmsg9ma {
	color: #fff;
}

.acmsg9p1 {
	font-size: 42px;
	font-weight: var(--b500);
	line-height: 1.4;
	padding-bottom: 35px;
}

.acmsg9p2 {
	display: flex;
	align-items: center;
}

.acmsg9p2 i {
	width: 35px;
}

.acmsg9p21 i {
	font-size: 20px;
}

.acmsg9p22 i {
	font-size: 20px;
}

.acmsg9ma,
.acmsg9mb {
	border-radius: var(--border25);
	overflow: hidden;
	padding: 60px;
}

.acmsg9ma {
	background: url(../demo/acmsg9mabg.jpg) center no-repeat;
	background-size: cover;
}

.acmsg9ma {
	width: 570px;
}

.acmsg9mb {
	width: calc(100% - 570px - 30px);
	background-color: rgba(255, 255, 255, 0.1);
	border: 1px solid #2461dd91;
}

.acmsg9txt {
	background: none;
	border: none;
	outline: none;
}

.acmsg9txt {
	width: 100%;
	padding: 15px 10px;
	height: 51px;
	line-height: 20px;
	transition: all 0.3s var(--power-3-ease-out);
}

.acmsg9txt {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	color: #fff;
	margin-top: 20px;
}

.acmsg9txt:focus {
	border-color: var(--red);
}

.acmsg9mb input::-webkit-input-placeholder,
.acmsg9mb input::placeholder {
	color: #fff;
	font-size: 16px;
	opacity: 0.8;
}

.acmsg9mb input:-moz-placeholder,
.acmsg9mb input::-moz-placeholder {
	color: #fff;
	font-size: 16px;
	opacity: 0.8;
}

.acmsg9p3 {
	display: flex;
	margin-top: 35px;
}


.fotgdwz,
.yjylzzm:before {
	background: rgba(1 18 91);
}

.css-18pexiu::before {
	background-image: linear-gradient(90deg, rgba(1, 18, 91, 1), rgba(1, 18, 91, 0.4) 30%, rgba(1, 18, 91, 0) 50%, rgba(1, 18, 91, 0.4) 70%, rgba(1, 18, 91, 1));
}

#foot {
	position: relative;
	z-index: 6;
}

.wsfxac:before,
.wsfxac:after {
	display: none;
}

.wsfxac {
	padding: 25px 0;
}

.fot14 {
	padding-top: 20px;
}

.fot14blogo {
	display: flex;
	width: 100%;
	justify-content: center;
	padding-bottom: 120px;
}

.fot14blogo img {
	height: 60px;
}

.fot14bap2 {
	background: none;
	border-radius: 0;
}

.fot14bap2 input {
	border: 1px solid rgba(255, 255, 255, 0.2) !important;
	border-radius: 52px;
	transition: all 0.3s var(--power-3-ease-out);
}

.fot14bap2 input:focus {
	border-color: var(--blue) !important;
}

.fot14bap2 span {
	background: none;
	color: #fff;
}

.fot14bap2 input::-webkit-input-placeholder,
.fot14bap2 input::placeholder {
	color: #fff;
	font-size: 16px;
	opacity: 0.8;
}

.fot14bap2 input:-moz-placeholder,
.fot14bap2 input::-moz-placeholder {
	color: #fff;
	font-size: 16px;
	opacity: 0.8;
}

.fot14bap3 i,
.fot14bap3 p {
	opacity: 0.7;
}

.fxas2 a:hover i {
	color: var(--red);
}

.fot14ba {
	width: 500px;
}

.fot14bb {
	width: calc(88% - 400px);
	flex-wrap: nowrap;
}

.fot14msgm input {
	background: none;
	border: none;
	background: #fff;
	width: 100%;
	box-sizing: border-box;
	color: #fff;
}

.fot14msgm input {
	background: none;
	border: 1px solid rgba(255, 255, 255, 0.7);
}

.fot14msgm input::-webkit-input-placeholder {
	color: #fff;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.8);
	transition: all 0.3s;
}

.fot14msgm input:-moz-placeholder {
	color: #fff;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.8);
}

.fot14msgm input::-moz-placeholder {
	color: #fff;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.8);
}

.fot14msgm input:-ms-input-placeholder {
	color: #fff;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.8);
}

.fot14msgm input:focus {
	outline: none;
	border-color: #fff
}

.fot14msgm input {
	height: 50px;
	line-height: 50px;
	padding: 0 15px;
	border-radius: 50px;
}

.fot14msg {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: space-between;
}

.fot14msgm {
	width: 48%;
	margin-top: 4%;
}

.fot14tjan {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
	align-items: center;
}

.fot14tjan .cta-btn-redesign-fff {
	color: #222;
}

.fot14tjan .cta-btn-redesign-fff:hover {
	background: var(--red);
	border-color: var(--red);
	color: #fff;
}

.fot14tjan .cta-btn-redesign-fff:hover .tile {
	transform: translateX(0);
}

.fot14tjan .cta-btn-redesign .arrow-wrapper {
	opacity: 0;
}

.css-18pexiu {
	display: none;
}

.fot14b {
	padding: 50px 0;
	position: relative;
}

.fot14b:before,
.fot14b:after {
	position: absolute;
	content: '';
	height: 1px;
	width: 0;
	background: #fff;
	opacity: 0.2;
	content: '';
	left: 0;
}

.fot14b:before,
.fot14b:after {
	transition: all 2.5s ease;
}

.fot14b:before {
	top: 0;
	display: none;
}

.fot14b:after {
	bottom: 0;
}

.fot14baa {
	align-items: center;
	display: none;
}

.fot14b.is-inview:before,
.fot14b.is-inview:after {
	width: 100%;
}

.fot14b {
	padding-top: 0;
	margin-top: 0;
}

.profoot {
	z-index: 9 !important;
}

.profoot .fot14 {
	padding-top: 70px;
	margin-top: -8vh;
	z-index: 9;
	position: relative;
}


.ywdbtns {
	margin-right: 15px;
	min-width: 120px;
	justify-content: center;
}

.ywdbtns {
	transition: all 0.3s ease;
}

.ywdbtns {
	border-radius: 999px;
	color: #000;
	line-height: 1;
	display: flex;
	align-items: center;
}

.ywdbtns i {
	position: relative;
	margin-left: 10px;
}

.ywdbtns {
	font-size: 14px;
	padding: 15px 25px;
	background-color: #fff;
	backdrop-filter: blur(15px);
	-webkit-backdrop-filter: blur(15px);
}

.ywdbtns-blue {
	background-color: #1c93fe;
	color: #fff;
}

.ywdbtns:hover {
	background-color: #fff;
}

.ywdbtns:hover {
	color: #fff;
	background: var(--red);
}



.site-baner-bg:before {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	content: '';
	z-index: 1;
}

/* .site-baner-bg:before {background:linear-gradient(180deg,rgba(255,255,255,0) 0%,rgba(0,0,0,0.2) 30%,rgba(0,0,0,0.5) 100%);}
*/
.site-baner-bgm {
	object-fit: cover;
}

.site-baner-bgm {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.ptScrollattention {
	--diameter: 270px;
}

.ptScrollattention {
	overflow: hidden;
	position: absolute;
	bottom: 50px;
	left: 50%;
	border-radius: 50%;
	z-index: -1;
	width: var(--diameter);
	height: var(--diameter);
	margin-bottom: calc(var(--diameter) / -2);
	margin-left: calc(var(--diameter) / -2);
	z-index: 25;
	pointer-events: auto;
	cursor: pointer;
}

.ptScrollattention:before {
	content: "";
	position: absolute;
	display: block;
	bottom: calc(var(--diameter) / -2);
	left: 50%;
	top: 0;
	width: var(--diameter);
	height: var(--diameter);
	border-radius: 50%;
	margin-left: calc(var(--diameter) / -2);
	background-color: rgba(255, 255, 255, 0.2);
	animation-name: scrollAttentionCircle;
	animation-iteration-count: infinite;
	animation-delay: 2.9s;
	animation-delay: 2.85s;
	animation-duration: 1.8s;
	animation-fill-mode: both;
	animation-timing-function: ease-in;
}

.ptScrollattention::after {
	content: "";
	position: absolute;
	width: 1px;
	height: 224px;
	left: 50%;
	bottom: 50%;
	bottom: calc(50% + 35px);
	animation-name: scrollAttentionLine;
	animation-iteration-count: infinite;
	animation-delay: 2s;
	animation-duration: 3.6s;
	animation-fill-mode: both;
	animation-timing-function: ease-in-out;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, .4) 0, rgba(255, 255, 255, .4) 50%, transparent 50%, transparent 100%);
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, .4) 0, rgba(255, 255, 255, .4) 50%, transparent 50%, transparent 100%);
}

.ptScrollattentionIcon {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -5px;
	margin-left: -2px;
	display: block;
	animation-name: iconStartHidden;
	animation-iteration-count: forwards;
	animation-fill-mode: both;
	animation-delay: 3s;
	animation-duration: .1s;
	animation-timing-function: linear;
}

.ptScrollattentionIcon:after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	height: calc(var(--diameter) / 2);
	height: 40px;
	width: 6px;
	background-size: 6px 7px;
	background-image: url(../img/fvarrow.svg);
	animation-name: scrollAttentionIcon;
	background-repeat: no-repeat;
	animation-iteration-count: forwards;
	animation-fill-mode: both;
	animation-delay: 2.1s;
	animation-delay: 2s;
	animation-duration: 1.8s;
	animation-delay: 3s;
	animation-duration: .1s;
	animation-timing-function: ease-in;
	animation-delay: 2s;
	animation-delay: 1.1s;
	animation-delay: 3.1s;
	animation-duration: 1.8s;
	animation-iteration-count: infinite;
}

@keyframes scrollAttentionCircle {
	0% {
		transform: scale(0);
		opacity: 1
	}

	38% {
		transform: scale(1);
		opacity: 0
	}

	40% {
		opacity: 0;
		transform: scale(1)
	}

	100% {
		transform: scale(0);
		opacity: 0
	}
}

@keyframes scrollAttentionCircle {
	0% {
		transform: scale(0.2);
		opacity: 1
	}

	38% {
		transform: scale(0.2);
		opacity: 1
	}

	40% {
		opacity: 1;
		transform: scale(0.2)
	}

	100% {
		transform: scale(0.2);
		opacity: 1
	}
}

@keyframes scrollAttentionLine {
	0% {
		background-position-y: 0
	}

	50% {
		background-position-y: 224px
	}

	100% {
		background-position-y: 448px
	}
}

@keyframes scrollAttentionIcon {
	0% {
		opacity: 1;
		transform: translateY(0)
	}

	8% {
		transform: translateY(2px)
	}

	16% {
		transform: translateY(0)
	}

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

@keyframes iconStartHidden {
	0% {
		opacity: 1
	}

	2% {
		opacity: 1
	}

	100% {
		opacity: 1
	}
}

.site-baner-page {
	z-index: 30;
}

.site-baner-page {
	width: var(--w13) !important;
	display: flex;
	justify-content: center;
}

.site-baner-page {
	position: absolute;
	left: 50% !important;
	bottom: 50px !important;
	transform: translateX(-50%);
}

.site-baner-page span {
	width: 10px;
	height: 10px;
	opacity: 1 !important;
	background: #fff;
}

.site-baner-page span.swiper-pagination-bullet-active {
	background: var(--color);
}

.site-baner-linebg {
	width: 100%;
	height: 120px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 12;
}

.site-baner-linebg {
	background: linear-gradient(180deg, rgba(16, 22, 60, 1) 0%, rgba(16, 22, 60, 0.5) 40%, rgba(16, 22, 60, 0) 100%);
}

.swiper-slide.swiper-slide-active .ani_style2 {
	animation: 1s aniStyle2 0.3s;
	animation-fill-mode: forwards;
}

.swiper-slide.swiper-slide-active .ani_5 {
	animation-delay: 0.5s !important;
}

#scroll_down {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 20;
}

#scroll_down:after {
	display: block;
	content: "";
	width: 1px;
	height: 50px;
	position: absolute;
	top: 100%;
	left: 50%;
	background: rgba(0, 0, 0, 0.4);
	margin-left: -1px;
}

#scroll_down a {
	position: relative;
	display: block;
	padding-bottom: 35px;
}

#scroll_down a:before {
	display: block;
	content: "";
	width: 1px;
	height: 60px;
	position: absolute;
	bottom: 0;
	left: 50%;
	background: rgba(255, 255, 255, 0.5);
	margin-left: -1px;
}

#scroll_down a:after {
	display: inline-block;
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 1px;
	height: 60px;
	background: #fff;
	transform: scaleY(0);
	animation: lineActiveAnimation 1.9s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite;
	margin-left: -1px;
}

#scroll_down .txt {
	font-size: 1.2rem;
	color: #fff;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	line-height: 1em;
	margin-bottom: 17px;
	display: block;
}

#scroll_down .fig {
	width: 25px;
	height: 38px;
	border: 1px solid #fff;
	border-radius: 25px;
	margin: 0 auto;
}

@keyframes lineActiveAnimation {
	0% {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
		-webkit-transform-origin: center top;
		transform-origin: center bottom
	}

	49% {
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
		-webkit-transform-origin: center top;
		transform-origin: center bottom
	}

	50% {
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
		-webkit-transform-origin: center bottom;
		transform-origin: center top
	}

	99% {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
		-webkit-transform-origin: center bottom;
		transform-origin: center top
	}

	100% {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
		-webkit-transform-origin: center bottom;
		transform-origin: center top
	}
}

#scroll_down {
	width: 85%;
	display: flex;
	max-width: 1600px;
	min-width: 1200px;
}

.site-baner-page2 {
	width: var(--w13) !important;
}

.site-baner-page2 {
	position: absolute;
	left: 50% !important;
	top: auto !important;
	transform: translateX(-50%);
	bottom: 80px !important;
	z-index: 3;
}

.site-baner-page2 {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.site-baner-page2 span {
	cursor: pointer;
	width: 30%;
	height: 2px;
	position: relative;
	margin: 0 !important;
	opacity: 1 !important;
	background: none !important;
	border-radius: 0;
	margin: 0 5px !important;
}

.site-baner-page2 span:after {
	background: rgba(255, 255, 255, 0.1) !important;
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
}

.site-baner-page2 span:before {
	opacity: 0;
	z-index: 2;
	position: absolute;
	content: '';
	width: 0;
	height: 100%;
	left: 0;
	bottom: 0;
	background: #fff;
	transition: width 4s ease;
}

.site-baner-page2 span.swiper-pagination-bullet-active {
	background: #fff;
	opacity: 1 !important;
}

.site-baner-page2 span.swiper-pagination-bullet-active:before {
	width: 100%;
	opacity: 1;
}

.site-baner-page2 span:nth-child(2).swiper-pagination-bullet-active:before {
	transition: width 18s ease;
}

.site-baner-page2 {
	top: auto;
}

/* .site-baner-page2,.site-baner-zw {padding-left:var(--plrs);padding-right:var(--plrs);}
*/
.site-baner {
	background: var(--blue);
}

.site-baner-zw {
	animation-name: scr9317;
	will-change: opacity, filter;
}

@keyframes scr9317 {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0.2;
	}
}

@keyframes scr9318 {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0.2;
	}
}

.site-baner-page2 {
	animation-name: scr9318;
	will-change: opacity, filter;
}

.site-baner-linebg {
	height: 100%;
	background: url(../img/site-baner-linebg1.png) center bottom no-repeat;
}

.site-baner-linebg {
	background-size: 100% auto;
}

.site-baner-page2 {
	z-index: 13;
}

.site-baner-page3 {
	z-index: 30;
	height: 5px;
}

.site-baner-page3 {
	width: var(--w13) !important;
}

.site-baner-page3 {
	position: absolute;
	left: 50% !important;
	bottom: 80px !important;
	transform: translateX(-50%);
}

.site-baner-page3 span {
	width: 5px;
	height: 5px;
	opacity: 1 !important;
	background: #fff;
	border-radius: 5px;
	transition: all 0.3s ease;
}

.site-baner-page3 span.swiper-pagination-bullet-active {
	background: #FFF;
	width: 60PX;
}

.site-baner-page3 {}

.site-baner-zw {
	top: 30%;
	transform: translateX(-50%);
	z-index: 16;
}

.stb3 {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 8%;
	z-index: 33;
	justify-content: space-between;
	display: flex;
}

.stb3 span {
	width: 30%;
	position: relative;
	line-height: 30px;
	padding-bottom: 20px;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
}

.stb3 span i {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}

.stb3 span:before,
.stb3 span:after {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	height: 1px;
	transition: all 0.3s ease;
}

.stb3 span:before {
	background: #fff;
	width: 100%;
}

.stb3 span:after {
	background: var(--red);
	width: 0;
	z-index: 1;
}

.stb3 span:hover:after {
	width: 100%;
	opacity: 1;
}



.sections {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.section-inner {
	max-width: 1920px;
	width: 100%;
	position: relative;
}

.side-nav {
	z-index: 10;
	position: absolute;
	height: 100%;
	top: 0;
	right: 0;
}

.section-item {
	height: 500vh;
	background-color: #000000;
	/* position:sticky;*/
}

.section-item--content {
	width: 100%;
	height: 100vh;
	position: sticky;
	top: 0;
}

.section-item--scroll-bx {
	position: sticky;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

.section-item__info {
	/* padding-left:var(--plrs);padding-right:var(--plrs);*/
	box-sizing: border-box;
	position: absolute;
	width: 100%;
	width: var(--w13);
	left: calc((100% - var(--w13)) / 2);
	height: 100%;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
}

.section-item--sheet {
	width: 100%;
	position: relative;
}

.section-item--sheet--bx {
	position: relative;
	width: 1920px;
	height: 100vh;
	overflow: hidden;
	left: 50%;
	transform: translateX(-50%);
}

.section-item--sheet--bx:before {
	position: absolute;
	width: 100%;
	height: 100%;
	content: '';
	left: 0;
	top: 0;
}

.section-item--sheet--bx:before {
	background: url(../demo/section-item--sheet--bx1.png) center no-repeat;
	background-size: cover;
}

.section-item--sheet--bx video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: none;
}

.section-item__info {
	color: #fff;
	margin-top: 0;
}

.section-item--description {
	font-size: 22px;
	line-height: 1.2;
	font-weight: var(--b500);
	margin-top: 80px;
}

.section-item--sub-description {
	margin-top: 20px;
}

.section-item--dl {
	max-width: 440px;
}

.seciton-item-btn--bx {
	display: flex;
	margin-top: 65px;
}

.section-item--sheet {
	animation-name: scr9319;
	will-change: opacity, filter;
}

@keyframes scr9319 {
	0% {
		opacity: 0;
		transform: scale(1.3);
	}

	100% {
		opacity: 1;
		transform: scale(1);
	}
}


.ac9am {
	margin-top: 55px;
}

.ac9am {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.ac9amimg {
	width: 100%;
	vertical-align: top;
	transition: all 1s var(--power-3-ease-out);
}

.ac9amlink {
	position: relative;
	overflow: hidden;
	border-radius: var(--border15);
	width: calc(50% - 10px);
	margin-top: 20px;
}

.ac9amwz {
	position: absolute;
	z-index: 3;
	border-radius: var(--border15);
}

.ac9amwz {
	width: calc(100% - 240px);
	top: 50%;
	transform: translate(-50%, -50%);
	left: 50%;
	max-width: 580px;
}

.ac9amwz {
	border: 1px solid rgba(255, 255, 255, 0.2);
	padding: 40px 55px;
}

.ac9amwz {
	background-color: hsla(0, 0%, 100%, .1);
	backdrop-filter: blur(15px);
	-webkit-backdrop-filter: blur(15px);
}

.ac9amp1 {
	color: #fff;
	font-size: 32px;
	font-weight: var(--b500);
	line-height: 1.2;
}

.ac9amp2 {
	margin-top: 10px;
	color: #fff;
}

.ac9amp3 {
	display: flex;
	margin-top: 25px;
}

.ac9amlink:nth-child(1) .ac9amwz {
	left: 120px;
	transform: translateY(-50%);
}

.ac9amlink:nth-child(1) {
	width: 100%;
	margin-top: 0;
}

.ac9amlink:nth-child(3) {
	margin-left: 20px;
}

.ac9amlink:hover .ac9amimg {
	transform: scale(1.06);
}


.sticky-image {
	position: sticky;
	top: 0;
}

.sticky-imagem {
	position: absolute;
	width: 100%;
	height: 100vh;
	position: absolute;
	inset: 0;
	overflow: hidden;
	object-fit: cover;
}

.sticky-imagem picture {
	width: 100%;
	height: 100%;
	display: block;
}

.sticky-imagem .img {
	transition: opacity .6s, scale .4s;
	will-change: opacity;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sticky-imagem .img {
	opacity: 0;
	position: relative;
}

.sticky-imagem .img:before {
	position: absolute;
	background: #000;
	opacity: 0.2;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	content: '';
	z-index: 1;
}

.sticky-imagem .img video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.ac9con {
	position: relative;
}

.ac9con:before {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	content: '';
	width: 100%;
	height: 100vh;
}

.ac9con:before {
	height: 100%;
	background: url(../img/site-baner-linebg2.png) center top no-repeat;
	opacity: 1;
}

.ac9con:before {
	background-size: 100% auto;
}

.gbb001 {
	padding-bottom: 0;
}

.gbb001b img {
	max-width: 100%;
}

.gbb001b {
	margin-top: 45px;
}

.gbb001b {
	display: flex;
	justify-content: center;
}

.gbb001bzw {
	text-align: center;
	position: relative;
	color: #fff;
}

.gbb001bzwa {
	position: absolute;
	cursor: pointer;
	z-index: 3;
	display: block;
	padding-left: 15px;
	text-align: left;
}

.gbb001bzwtit {
	color: var(--color);
	text-align: left;
}

.gbb001bzwaendp1 {
	color: #fff;
}

.gbb001bzwaendp1,
.gbb001bzwtit,
.gbb001bzwaendp1 {
	font-size: 18px;
	font-weight: var(--b600);
	line-height: 1.2;
}

.gbb001bzwaendp0,
.gbb001bzwaendp1 {
	font-size: 20px;
	color: #fff;
}

.gbb001bzwms {
	line-height: 1.4;
	font-size: 12px;
}

.gbb001bzwms p {
	position: relative;
	padding-left: 8px;
}

.gbb001bzwms p:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: #fff;
}

.gbb001bzwms p:before {
	top: 6px;
}

.gbb001bzwms {
	margin-top: 8px;
	color: #fff;
	text-align: left;
}

.gbb001bzwaendp2 {
	font-size: 18px;
	font-weight: var(--b700);
	color: var(--color);
	margin-top: 50px;
}

.gbb001bzwaendp2 span {
	display: block;
	line-height: 1;
	font-size: 30px;
}

.gbb001bzwaend {
	text-align: center;
}

.gbb001bzwa1 {
	left: calc(var(--ratio-size) * 320);
	bottom: calc(var(--ratio-size) * 1);
}

.gbb001bzwa2 {
	left: calc(var(--ratio-size) * 715);
	bottom: calc(var(--ratio-size) * 232);
}

.gbb001bzwa3 {
	left: calc(var(--ratio-size) * 1178);
	bottom: calc(var(--ratio-size) * 455);
}

.gbb001bzwa4 {
	left: calc(var(--ratio-size) * 1660);
	bottom: calc(var(--ratio-size) * 680);
}

.gbb001bzwa5 {
	left: calc(var(--ratio-size) * 2180);
	bottom: calc(var(--ratio-size) * 786);
}

.gbb001bzwa6 {
	left: calc(var(--ratio-size) * 2660);
	bottom: calc(var(--ratio-size) * 984);
	width: 320px;
}

/* .gbb001bzwaend {right:0;top:0;transform:translateX(50%);margin-top:1%;}
*/
.gbb001bzwaend {
	right: 0;
	top: calc(var(--ratio-size) * 234);
	transform: translateX(50%);
}

.gbb001bzwatop {
	left: -20px;
	bottom: 0;
	transform: translateY(10px);
	padding-left:0;
}

.gbb001bzwa {
	transition: all .3s ease;
}

/* .gbb001bzwa_hover:hover {transform:scale(1.05);}
*/
.gbb001bzwa_hover .gbb001bzwtit {
	padding: 5px 20px;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(5px);
}

.gbb001bzwa_hover:hover .gbb001bzwtit {
	background: rgba(255, 255, 255, 1);
	color: var(--color);
	transition: all 0.3s ease;
}

.gbb001bzwajqr {
	width: 15%;
	bottom: -20px;
	right: 2%;
}

.gbb001bzwajqr img {
	width: 90%;
}

.gbb001bzwtit {
	line-height: 1.4;
}

.gbb001bzwtit {
	display: inline-block;
}

.gbb001bzwtit {
	border-radius: 40px;
}

:root {
	--ratio-size: calc(var(--w13) / 3100);
}

@media only screen and (max-width:1366px) {
	:root {
		--ratio-size: calc(90vw / 3100);
	}

	.gbb001bzwaendp1,
	.gbb001bzwtit,
	.gbb001bzwaendp1 {
		font-size: 18px;
	}

	.gbb001bzwaendp0,
	.gbb001bzwaendp1 {
		font-size: 20px;
	}

	.gbb001bzwms {
		font-size: 14px;
	}

	.gbb001bzwms p:before {
		width: 4px;
		height: 4px;
		top: 4px;
	}

	.gbb001bzwaend {
		transform: translateX(30%);
		text-align: right;
	}
}


.gbb2 {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.gbb2a {
	position: sticky;
	top: 0;
}

.gbb2ap1 {
	color: #fff;
	margin-top: 40px;
	font-size: var(--fs18);
	text-align: justify;
}

.gbb2a {
	height: 100vh;
	display: flex;
	width: 510px;
	align-items: center;
}

.gbb2b {
	width: calc(90% - 510px);
}

.gbb2am {
	width: 100%;
}

.gbb2bmimg {
	overflow: hidden;
	border-radius: 10px;
	position: relative;
	/* cursor: pointer; */
}

.gbb2bmimgbtn {
	position: absolute;
	width: 56px;
	height: 56px;
	border: 1px solid #fff;
	text-align: center;
	line-height: 54px;
	color: #fff;
}

.gbb2bmimgbtn {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
	font-size: 26px;
}

.gbb2bmimgbtn {
	border-radius: 50%;
	transition: all 0.3s ease;
}

.gbb2bmimg:hover .gbb2bmimgbtn {
	color: var(--red);
	background: #fff;
}

.gbb2bmimg img {
	width: 100%;
}

.gbb2bmwz {
	position: relative;
	padding-top: 35px;
	padding-left: 50px;
	padding-right: 50px;
}

.gbb2bp3 {
	display: flex;
	position: absolute;
	right: 50px;
	bottom: 0;
}

.gbb2bp2 {
	color: #fff;
	margin-top: 10px;
	line-height: 1.4;
	padding-right: 190px;
}

.gbb2bp1 {
	color: #fff;
	line-height: 1.2;
	font-size: 30px;
	font-weight: var(--b600);
}

.gbb2bmimg,
.gbb2bmwz {
	width: 100%;
}

.gbb2bm:nth-child(1) {
	margin-top: calc((100vh - 550px) / 2);
}

.gbb2bm {
	margin-bottom: 135px;
}

.gbb2bm:last-child {
	margin-bottom: 0;
}

.gbb2am {
	margin-top: -110px;
}

.gbb2bmimglogo {
	position: absolute;
	padding: 0 25px;
	border-radius: 20px;
	z-index: 3;
	left: 20px;
	top: 20px;
	height: 60px;
	background-color: hsla(0, 0%, 100%, .5);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
}

.gbb2bmimglogo {
	display: flex;
	align-items: center;
}

.gbb2bmimglogo img {
	height: 30px;
	width: auto;
}

.__video {
	position: absolute;
	opacity: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 6;
}

.__active .__video {
	opacity: 1;
}


.ac9b-sticky {
	position: relative;
	padding-bottom: 50px;
}

.ac9b-sticky:before {
	width: 100%;
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	z-index: 1;
	height: 30vh;
}

.ac9b-sticky:before {
	background: linear-gradient(180deg, rgba(0, 31, 90, 0) 0%, rgb(2 43 120 / 70%) 60%, rgb(1 18 91) 100%);
}

.ac9b-stickym {
	height: 180vh;
}

.stickyms {
	position: sticky;
	top: 20%;
}

.acaip4 {
	display: flex;
	width: 100%;
	margin-top: 45px;
}

.acaip3 {
	margin-top: 70px;
}

.acaip4 img {
	width: 120px;
}

.acaip4 ul {
	margin-right: 50px;
}

.ac9bmamore {
	display: flex;
	margin-top: 35px;
}

.ac9bm {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.ac9bmb {
	width: 60%;
}

.ac9bma {
	width: 30%;
}

.stickymsright {
	transform: translateY(100%);
}

.ac9b {
	padding-top: 0;
}

.ac9bmba {
	padding-top: 5px;
	color: #fff;
}

.ac9bmba p {
	margin-top: 15px;
}

.ac9bmba p:nth-child(1) {
	margin-top: 0;
}


.gbb3 {
	padding: 230px 0;
	position: relative;
	overflow: hidden;
}

.gbb3bg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.gbb3bg {
	width: 103%;
	height: 103%;
	left: -1.5%;
	top: -1.5%;
}

/* .gbb3bg {background-attachment:fixed;}
*/
.gbb3link {
	display: flex;
	justify-content: space-between;
	margin-top: var(--mt45p);
	flex-wrap: wrap;
}

.gbb3linka {
	width: 48.5%;
	position: relative;
	padding: 0 5%;
	padding-top: 58px;
	text-align: center;
	margin-top: 3%;
	height: 355px;
}

.gbb3linka {
	border: 1px solid #2461dd;
	overflow: hidden;
}

.gbb3linka:nth-child(-n+2) {
	margin-top: 0;
}

.gbb3linkp1 {
	line-height: 1.2;
	font-size: 28px;
	color: #fff;
	margin-top: 0;
	font-weight: var(--b600);
}

.gbb3linkp1 {
	margin-top: -10px;
}

.gbb3linkicon {
	display: inline-block;
	width: 100px;
	height: 100px;
	position: relative;
}

.gbb3linkicon img {
	position: absolute;
	margin: auto;
	inset: 0;
	max-width: 80%;
	max-height: 80%;
}

.gbb3linkmore {
	display: flex;
	width: 100%;
	justify-content: center;
	position: absolute;
	opacity: 0;
	bottom: 20px;
}

.gbb3linkmore {
	transition: all 0.3s ease;
	z-index: 3;
	left: 0;
}

.gbb3linkmore {
	display: none;
}

.gbb3linka {
	border-radius: 10px;
}

.gbb3linkam {
	position: relative;
	z-index: 3;
}

.gbb3linkam {
	position: relative;
	transform: translateY(0);
	transition: all 0.4s ease;
}

.gbb3linka:before,
.gbb3linka:after {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(13, 13, 38, 0.7);
	backdrop-filter: blur(10px);
	content: '';
}

.gbb3linka:before,
.gbb3linka:after {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.gbb3linka:before,
.gbb3linka:after {
	transition: all 0.3s ease;
}

.gbb3linka:nth-child(1):before {
	background: url(../demo/gbb3linkabg1.png) center no-repeat;
	background-size: cover;
}

.gbb3linka:nth-child(2):before {
	background: url(../demo/gbb3linkabg2.png) center no-repeat;
	background-size: cover;
}

.gbb3linka:nth-child(3):before {
	background: url(../demo/gbb3linkabg3.png) center no-repeat;
	background-size: cover;
}

.gbb3linka:nth-child(4):before {
	background: url(../demo/gbb3linkabg4.png) center no-repeat;
	background-size: cover;
}

.gbb3linka:after {
	background: url(../demo/gbb3linkabg2.jpg) center no-repeat;
	background-size: cover;
	z-index: 1;
}

.gbb3linka:after {
	opacity: 0;
}

.gbb3linka:before {
	background: hsl(207deg 100% 50% / 10%) !important;
	backdrop-filter: blur(5px);
}

.gbb3linka {
	box-shadow: inset 0 0 25px rgba(36, 97, 221, 0.5);
}

.gbb3linkms {
	position: relative;
	transform: translateY(0);
	transition: all 0.3s ease;
}

/* .gbb3linka:hover:after {opacity:1;}
*/
/* .gbb3linka:hover .gbb3linkam {transform:translateY(-20px);}
.gbb3linka:hover .gbb3linkms {transform:translateY(20px);}
*/
.gbb3linka:hover .gbb3linkmore {
	opacity: 1;
	bottom: 35px;
	transition-delay: 0.2s;
}

.gbb3m {
	position: relative;
	z-index: 3;
}

.gbb3 {
	padding-top: 0;
	padding-bottom: 0;
}

.gbb3linkms {
	color: #fff;
	margin-top: 15px;
}

.gbb3linkms span {
	position: relative;
	padding-left: 10px;
	display: inline-block;
	margin: 0 5px;
}

.gbb3linkms span:before {
	position: absolute;
	content: '';
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #000;
}

.gbb3linkms span:before {
	background: #fff;
	left: 0;
	top: 11px;
}


.gvpros4 {
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: flex-start;
}

.gvpros4 {
	height: 630px;
	margin-top: var(--mt45p);
}

.gvpros4m {
	width: 23.5%;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(5px);
	border: 1px solid #2461dd
}

.gvpros4m {
	width: 31%;
	box-shadow: inset 0 0 25px rgba(36, 97, 221, 0.5);
}

.gvpros4m {
	background: hsl(207deg 100% 50% / 10%);
}

.gvpros4m {
	border-radius: 10px;
	border: 1px solid #2461dd;
	padding-bottom: 35px;
}

/* .gvpros4m:nth-child(2){background: url(static/demo/gbb3linkabg5.png) center no-repeat;background-size: cover;}
							.gvpros4m:nth-child(2){box-shadow: none;} */
.gvpros4img img {
	width: 100%;
}

.gvpros4img {
	overflow: hidden;
	margin-top: 45px;
}

.gvpros4p1,
.gvpros4p2 {
	color: #fff;
}

.gvpros4p1 {
	font-size: 26px;
	font-weight: var(--b600);
	height: auto;
	line-height: 1.4;
}

.gvpros4p1 span {
	font-size: 16px;
	display: block;
	margin-top: 5px;
}

.gvpros4p2 {
	margin-top: 10px;
	height: 52px;
	line-height: 28px;
}

.gvpros4wz {
	padding: 35px;
	padding-bottom: 0;
}

.gvpros4wz {
	height: 99px;
}

.gvpros4more {
	display: flex;
	position: absolute;
	left: 30px;
	bottom: 15px;
	opacity: 0;
}

.gvpros4more {
	transition: all 0.3s ease;
}

.gvpros4m {
	position: relative;
}

.gvpros4m:before {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	content: '';
	height: 100%;
	height: 0;
}

.gvpros4m:before {
	transition: all 0.5s ease;
}

/* .gvpros4m:hover{height: 480px;} */
.gvpros4m:hover .gvpros4more {
	bottom: 35px;
	opacity: 1;
}

.gvpros4m .ackh9camore1 {
	margin-top: 30px;
}

.gvpros4m .ackh9camore1,
.gvpros4m .ackh9camore1 i {
	color: #333;
}

.gvpros4p2,
.gvpros4p3,
.ackh9camore1 {
	visibility: hidden;
	opacity: 0;
	position: relative;
	top: 15px;
}

.gvpros4p2 {
	transition-delay: 0.1s;
	color: #333;
}

.ackh9camore1 {
	transition-delay: 0.25s;
}

.gvpros4wz,
.gvpros4img {
	transition: all 0.4s ease;
}

.gvpros4img {
	transform: translateY(0);
}

.gvpros4m:hover {
	padding-bottom: 10px;
}

/* .gvpros4m:hover .gvpros4img{transform: translateY(20px);} */
.gvpros4wz,
.gvpros4img {
	position: relative;
	z-index: 2;
}

.gvpros4m {
	cursor: pointer;
}

.gvpros4m:hover {
	border: 1px solid rgba(128, 195, 253, 0);
}

.gvpros4m:hover .gvpros4p1 {
	color: #222;
}

.gvpros4m:hover .gvpros4wz {
	height: 215px;
}

.gvpros4m:hover .gvpros4p2,
.gvpros4m:hover .ackh9camore1 {
	opacity: 1;
	top: 0;
	visibility: visible;
	transition: all 0.4s ease;
}

.gvpros4m:before {
	background-image: linear-gradient(180deg, #0287fb 0%, #ffffff 100%);
	border: 1px solid rgba(128, 195, 253, 0);
}

.gvpros4m:hover:before {
	height: 100%;
	border: 1px solid rgba(128, 195, 253, 1);
}

.gvpros4m:before {
	border-radius: 10px;
}

/* 实物产品图 */
.gvpros4 {
	margin-top: 45px;
}

.gvpros4p1 {
	min-height: 90px;
}

.gvpros4p1 span {
	margin-top: 10px;
}

.gvpros4wz {
	height: 160px;
}

.gvpros4img img {}

.gvpros4p2 {
	font-size: 14px;
}

/* .gvpros4p2{opacity: 1;visibility: visible;top:0;font-size: 14px;margin-top: 0;color: #fff;} */
.gvpros4img {
	margin-top: 0;
	padding: 0;
}

.gvpros4m {
	overflow: hidden;
	padding-bottom: 45px;
	transition: all 0.3s ease;
	height: 518px;
}

.gvpros4m:hover .gvpros4wz {
	height: 275px;
}

.gvpros4 {
	height: 660px;
	display: flex;
	align-items: center;
}

.gvpros4m:before {
	height: 100%;
	opacity: 0;
}

.gvpros4m:hover .gvpros4p1,
.gvpros4p2 {
	color: #fff;
}

.gvpros4m:hover {
	border: 1px solid #2461dd;
	height: 600px;
}

/* .gvpros4m:hover:before{opacity: 1;} */
.gvpros4more {
	position: relative;
	left: 0;
	bottom: 0;
	opacity: 1;
	visibility: visible;
	padding: 0 35px;
}

@media only screen and (max-width:1366px) {
	/* .gvpros4p2{margin-top: 0;}
								.gvpros4m:hover{height: 520px;}
								.gvpros4m{height: 460px;}
								.gvpros4m:hover .gvpros4more{bottom: 55px;}
								.gvpros4{height: 600px;} */
}

.gvpros4p2 {
	margin-top: 0;
	display: none;
}

.gvpros4m:hover {
	height: auto;
	padding-bottom: 45px;
}

.gvpros4m {
	height: auto;
}

.gvpros4m:hover .gvpros4more {
	bottom: 0;
}

.gvpros4wz {
	padding-bottom: 35px;
}

.gvpros4,
.gvpros4wz {
	height: auto;
}

.gvpros4m:hover .gvpros4wz {
	height: auto;
}

.gvpros4m:hover .ywdbtns {
	background: var(--red);
	color: #fff;
}

.gvpros4m:hover img {
	transform: scale(1.1);
}

.gvpros4img img {
	transition: all 0.5s ease;
}


.ackh9c {
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.ackh9ca {
	width: 42%;
}

.ackh9cb {
	width: 48%;
}

.ackh9cap1 {
	font-size: 14px;
	line-height: 1;
	color: #fff;
}

.ackh9cap1 em {
	margin-left: 12px;
	padding-left: 13px;
	position: relative;
}

.ackh9cap1 em:before {
	position: absolute;
	left: 0;
	top: 50%;
	height: 8px;
	transform: translateY(-50%);
}

.ackh9cap1 em:before {
	content: '';
	background: #fff;
	opacity: 0.4;
	width: 1px;
}

.ackh9cap2 {
	font-size: 18px;
	font-weight: var(--b600);
	line-height: 1.4;
	color: #fff;
	margin-top: 5px;
}

.ackh9camore {
	line-height: 1;
	display: inline-block;
	position: relative;
	font-size: 12px;
	position: relative;
}

.ackh9camore {
	padding-right: 15px;
	color: rgba(255, 255, 255, 0.7);
	padding-right: 22px;
	margin-top: 20px;
	transition: all 0.3s ease;
}

.ackh9camore i {
	position: absolute;
	right: 0;
	top: 0;
	line-height: 1;
	display: block;
	top: -1px;
	font-size: 14px;
	transition: all 0.3s ease;
}

.ackh9cam li {
	padding: 45px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.ackh9cam li:nth-child(1) {
	padding-top: 20px;
}

.ackh9cam li:last-child {
	padding-bottom: 0;
	border: none;
}

.ackh9cbma {
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
}

.ackh9cbma {
	margin-bottom: 40px;
}

.ackh9cbma:last-child {
	margin-bottom: 0;
}

.ackh9cbmimg {
	width: 35%;
	overflow: hidden;
}

.ackh9cbmimg img {
	max-width: 100%;
	transition: all 0.3s ease;
}

.ackh9cbmwz {
	width: 65%;
	padding-left: 30px;
}

.ackh9cam,
.ackh9cbm {
	margin-top: 45px;
}

.ackh9cam li:hover .ackh9camore i,
.ackh9cbm li:hover .ackh9camore i {
	right: -5px;
}

.ackh9cam li:hover .ackh9camore,
.ackh9cbm li:hover .ackh9camore {
	color: rgba(255, 255, 255, 1);
}

.ackh9cam li:hover img {
	transform: scale(1.03);
}

@media only screen and (max-width:1440px) {
	.ackh9cam li {
		padding: 38px 0;
	}

	.gbb2bp1 {
		font-size: 26px !important;
	}

	.gvpros4p1 {
		font-size: 22px !important;
	}

	.gbb3linkp1 {
		font-size: 22px !important;
	}

	.gbb3linka {
		padding-top: 35px;
		height: 310px;
	}
}


.acnew9 {
	position: relative;
	z-index: 6;
}

.acnew9swiper {
	overflow: hidden;
	margin-top: 55px;
}

.acnew9swiper {
	margin-left: var(--plrs);
	margin-left: 0;
}

.acnew9swiper {
	padding-left: calc((100% - var(--w13)) / 2);
	width: 100%;
}

.acnew9img {
	overflow: hidden;
}

.acnew9imgm {
	width: 100%;
}

.acnew9p1 {
	font-size: 14px;
	opacity: 0.8;
	color: #fff;
}

.acnew9p2 {
	font-size: 20px;
	color: #fff;
	line-height: 1.4;
	font-weight: var(--b500);
	margin-top: 10px;
}

.acnew9p2 {
	min-height: 85px;
}

.acnew9wz {
	padding: 20px 0;
	padding-bottom: 30px;
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.acnew9wz:before {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 0;
	height: 1px;
	background: var(--red);
	opacity: 0;
}

.acnew9wz:before,
.acnew9p2,
.acnew9imgm {
	transition: all 0.3s var(--power-3-ease-out);
}

.acnew9wz:before {
	transition: all 1s var(--power-3-ease-out);
}

.acnew9slide:hover .acnew9wz:before {
	width: 100%;
	opacity: 1;
}

/* .acnew9slide:hover .acnew9p2 {color:var(--red);}
*/
.acnew9slide:hover .acnew9imgm {
	transform: scale(1.03);
}

.acnew9slide {
	width: 500px;
}

.dwxx {
	position: absolute;
	left: 0;
	top: 0
}


.g7pban {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 3;
}

.hkb,
.g7pban {
	width: 100%;
	min-height: 560px;
	height: 550px;
}

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

.g7pbanbg {
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.g7pbann {
	position: relative;
	z-index: 3;
}

.g7pbann {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.g7pbanp2 {
	color: #fff;
	font-size: var(--fsb-n-size-small);
	font-weight: var(--b600);
	line-height: 1.2;

}

.g7pbanp2-small {
	font-size: var(--fsb-n-size-small);
}

.g7pbanp25 {
	/* width: 42%; */

}

.g7pbanp1 img {
	max-height: 70px;
	margin-bottom: 25px;
}

.g7pbanp1 .img2,
.g7pbanp1 .img1 {
	width: auto;
	height: auto;
}

.g7pbanp1 .aflogo2 {
	max-height: 50px;
}

.g7pbanp1 .aflogo1 {
	max-height: 70px;
}

.g7pbanp1 .img2 {
	max-height: 65px;
}

.g7pbanp1 .img1 {
	max-height: 58px;
}

.g7pbanp3 {
	display: flex;
	gap: 15px;
	margin-top: 35px;
}

.g7pbanp3_s1 {
	color: #fff;
	margin-left: 20px;
	position: relative;
}

.g7pbanp3_s1::before {
	content: "";
	position: absolute;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #fff;
	left: -15px;
	top: 50%;
	transform: translateY(-50%);
}

.g7pbanp6 {
	color: #fff;
	font-size: 30px;
}

.g7pban-relative {
	position: relative;
}

.serbgs {
	width: 100%;
	height: 100vh;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.serbgs {
	position: fixed;
	left: 0;
	top: 0;
}

.g7medxa {
	background-color: #fff;
	position: relative;
	z-index: 9;
	margin-top: calc(-1 * (var(--ptbsmall) + 50px));
}

.g7medxa {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
	backdrop-filter: blur(5px);
}

.g7medxa {
	background-color: #fff;
}

.g7medxa {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	margin-top: 0;
}

.g7medxap2 {
	font-size: var(--fs18);
	margin-top: 25px;
}

.pubh5 {
	font-size: var(--fs40);
	line-height: 1.2;
	font-weight: var(--b600);
	color: #222;
}

.pubh5 span {
	display: block;
	font-size: var(--fs20);
	line-height: 1.2;
}

.pubh5-fff {
	color: #fff;
}

.pubh6 {
	font-size: var(--fs22);
	line-height: 1.2;
	font-weight: var(--b600);
	color: #222;
}

.pubh6 span {
	display: block;
	font-size: var(--fs16);
	line-height: 1.2;
}

.pubh6-fff {
	color: #fff;
}

.g7medxab {
	width: 46%;
}

.g7medxaa {
	width: 46%;
	padding-top: 45px;
	padding-right: 0;
}

.g7medxabimg {
	width: 100%;
	vertical-align: top;
}

.g7medxabimg {
	border-radius: var(--border15);
}

.g7medxan {
	align-items: flex-start;
}


.g7medxb {
	background: linear-gradient(-180deg, rgba(255, 255, 255, 1) 0%, rgba(220, 233, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
}

.g7medxbaxa {
	width: 46%;
}

.g7medxbaxb {
	width: 46%;
}

.g7medxbaxbimg {
	width: 100%;
	vertical-align: top;
}

.g7medxbaxbimg {
	border-radius: var(--border15);
}

.g7medxbax {
	width: 100%;
}

.g7medxbax {
	margin-top: var(--mt55p);
}

.g7medxbaxam {
	display: flex;
	width: 100%;
	min-height: 150px;
	align-items: center;
	justify-content: center;
}

.g7medxbaxam {
	background: #EBF4FF;
	background: linear-gradient(0deg, rgba(235, 244, 255, 1) 0%, rgba(211, 233, 255, 1) 100%);
}

.g7medxbaxamn {
	width: 100%;
}

.g7medxbaxamn {
	font-size: var(--fs18);
	line-height: 1.4;
	padding: 0 10%;
}

.g7medxbaxam {
	border-radius: var(--border15);
}

.g7medxbaxam {
	margin-top: 22px;
}

.g7medxbaxam:nth-child(1) {
	margin-top: 0;
}

.g7medxbaxbimg {
	object-fit: cover;
	min-height: 100%;
}

.g7medxbax {
	align-items: center;
}

.g7medxba {
	padding-top: 50px;
}

.gbb7b {
	min-height: 100vh;
	display: flex;
	align-items: center;
	position: relative;
}

.gbb7bn {
	margin-top: 65px;
}

.gbb7bx {
	position: relative;
	z-index: 3;
}

.gbb7bnm {
	width: calc(50% - 40px);
	text-align: center;
	padding: 65px;
}

.gbb7bnm {
	border-radius: var(--border15);
}

.gbb7bnp1,
.gbb7bnp2 {
	color: #fff;
}

.gbb7bnp1 {
	font-size: var(--fs28);
	font-weight: var(--b600);
	line-height: 1.2;
}

.gbb7bnp1 {
	margin-top: 15px;
}

.gbb7bnp2 {
	margin-top: 25px;
}

.gbb7bnicon {
	display: inline-block;
	width: 100px;
	height: 100px;
	position: relative;
}

.gbb7bnicon img {
	position: absolute;
	inset: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}

.gbb7bbg {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.gbb7bbg {
	background-attachment: fixed;
}

.gbb7bbg {
	position: absolute;
	width: 100%;
	height: 100%;
	margin: auto;
	inset: 0;
}

.gbb7bnm {
	background: hsla(0, 0%, 100%, .1);
	backdrop-filter: blur(15px);
}

/* .gbb7bbg{border-radius: 35px;} */
.gbb7bbg {}

.gbb7bbg {
	animation-name: gbb7bbgs;
}

@keyframes gbb7bbgs {
	0% {
		-webkit-clip-path: inset(80px 80px 80px 80px round 35px 35px 35px 35px);
		clip-path: inset(80px 80px 80px 80px round 35px 35px 35px 35px);
	}

	to {
		-webkit-clip-path: inset(0 round 0 0 0 0);
		clip-path: inset(0 round 0 0 0 0);
	}
}


.g7case {
	background-color: #fff;
}

.g7casea {
	z-index: 3;
	position: relative;
	padding-bottom: 0;
}

.g7casea2 {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	padding-top: 0;
}

.g7casea2 {
	top: calc(var(--ptbsmall) + 2% + 20px)
}

.g7caseb {
	margin-top: -10vh;
}

.g7caseb {
	height: 100vh;
	width: 100%;
	min-height: 600px;
	position: relative;
}

.g7casebm {
	position: absolute;
	height: 100%;
	inset: 0;
	margin: auto;
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.g7casebm {
	background: var(--line-bg2);
}

.g7casebma {
	width: 45%;
}

.g7casebmb {
	width: 45%;
}

.g7casebma,
.g7casebmb {
	transform: translateY(50px);
}

.g7casebmam {
	background: #fff;
	border-radius: var(--border15);
}

.g7casebmam img {
	max-width: 100%;
}

.g7casebmam {
	box-shadow: 0 20px 50px rgba(213, 228, 254, 0.9);
	overflow: hidden;
}

.g7casebh6 {
	font-size: var(--fs22);
	font-weight: var(--b600);
	line-height: 1.4;
	color: #000
}

.g7casebms {
	font-size: var(--fs16);
	color: #333;
	margin-top: 25px;
	line-height: 1.4;
}

.g7casebmx {
	align-items: center;
}

.g7casebm {
	visibility: hidden;
}

.g7casebmam,
.g7casebh6,
.g7casebms {
	opacity: 0;
	transition: all 0.5s ease;
}

.g7casebh6,
.g7casebms {
	transform: translateY(20px);
}

.g7casebms {
	transition-delay: 0.3s;
	text-align: justify;
}

.g7casebm.cur,
.g7casebm.first {
	visibility: visible;
}

.g7casebm.cur .g7casebmam,
.g7casebm.cur .g7casebh6,
.g7casebm.cur .g7casebms,
.g7casebm.first .g7casebmam,
.g7casebm.first .g7casebh6,
.g7casebm.first .g7casebms {
	opacity: 1;
	transform: translateY(0);
}




/* 罗列 */
.g7caseb {
	height: auto;
	min-height: inherit;
}

.g7casebm {
	position: relative;
	visibility: visible;
	height: auto;
	margin-bottom: 30px;
}

.g7casebma,
.g7casebmb {
	transform: translateY(0);
}

.g7casebmam,
.g7casebh6,
.g7casebms {
	opacity: 1;
	transform: translateY(0);
}

/* .g7casebm:nth-child(odd) .g7casebma:last-child{display: none;}
				.g7casebm:nth-child(even) .g7casebma:last-child{display: block;}
				.g7casebm:nth-child(even) .g7casebma:first-child{display: none;} */
.g7casebma:last-child {
	display: none;
}

.g7case {
	background: var(--line-bg2);
}

.g7casea {}

.g7casebm {
	background: none;
}

.g7caseb {
	margin-top: 0;
	margin-top: 55px;
}

.profoot .fot14 {
	margin-top: 0;
}

.g7casebm:last-child {
	margin: 0;
}

.profoot .fot14 {
	padding-top: 100px;
}

.w13s {
	width: var(--w13s);
	margin: 0 auto;
}

.hkb img,
.g7pban-auto img {
	width: 100%;
	object-fit: cover;
	height: 100%;
}

.g7pban-auto {
	height: auto;
	/*min-height: 300px;*/
}

.hkb img {}


.g7nnav {
	background-color: #fff;
}

.g7nnavm {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #e5e5e6;
}

.g7nnavm a {
	transition: all 0.3s ease;
	padding: 0 20px;
	display: flex;
	align-items: center;
	height: 70px;
	position: relative;
	font-size: 16px;
}

.g7nnavm a:before {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 5px;
	opacity: 0;
}

.g7nnavm a:before {
	content: '';
	height: 2px;
}

.g7nnavm a:before {
	transition: all 0.3s ease;
	background: var(--qian);
}

.g7nnavm a.on:before {
	opacity: 1;
	bottom: -1px;
}

.g7nnavm a.on,
.g7nnavm a:hover {
	color: var(--qian)
}

.g7newsa {
	background: var(--line-bg3);
}

.g7newsadate {
	color: #999;
	font-size: 14px;
}

.g7newsatit {
	font-size: 18px;
	font-weight: var(--b600);
	line-height: 1.4;
	margin-top: 10px;
}

.g7newsama {
	display: flex;
	flex-wrap: wrap;
	border-radius: var(--border10);
	background-color: #fff;
	align-items: center;
	overflow: hidden;
}

.g7newsama {
	box-shadow: var(--boxshadow);
}

.g7newsam li {
	margin-bottom: 35px;
}

.g7newsam li:last-child {
	margin: 0;
}

.g7newsamimg {
	width: 325px;
	border-radius: var(--border10);
	overflow: hidden;
}

.g7newsamimg img {
	vertical-align: top;
	width: 100%;
}

.g7newsamwz {
	width: calc(100% - 325px);
	padding: 0 30px;
	padding-left: 50px;
}

.g7newsama:hover {
	box-shadow: var(--hoverboxshadow);
}

.g7newsama:hover img {
	transform: scale(1.04);
}

.g7newsama:hover .g7newsatit {
	color: var(--qian);
}

.g7newsatit,
.g7newsamimg img,
.g7newsama {
	transition: all 0.3s ease;
}

.g7newsa {
	padding-top: 50px;
}

.g7newsamimg img {
	height: 190px;
	object-fit: cover;
}

.g7newsamimg2 {
	width: 280px;
	padding: 30px;
}

.g7newsamwz2 {
	width: calc(100% - 280px);
}

.g7newsamimg2 img {
	height: 150px;
}

.g7newsam2 {
	display: flex;
	flex-wrap: wrap;
}

.g7newsam2 li {
	width: calc(33.33% - 16px);
	margin-right: 24px;
	margin-top: 24px;
}

.g7newsam2 li {
	flex-wrap: wrap;
	display: flex;
}

.g7newsam2 li:nth-child(3n) {
	margin-right: 0;
}

.g7newsam2 li:nth-child(-n+3) {
	margin-top: 0;
}

.g7newsam2a {
	overflow: hidden;
	background-color: #fff;
	border-radius: var(--border10);
	box-shadow: var(--boxshadow);
}

.g7newsam2aimg img {
	width: 100%;
}

.g7newsam2aimg {
	position: relative;
}

.g7newsam2aimg i {
	position: absolute;
	display: block;
	line-height: 1;
	color: #fff;
	z-index: 3;
}

.g7newsam2aimg i {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 50px;
}

.g7newsam2aimg {
	overflow: hidden;
}

.g7newsam2aimg-center {
	height: 230px;
	display: flex;
	align-items: center;
}

.g7newsam2awz {
	padding: 25px;
}

.g7newsatit2 {
	min-height: 90px;
}

.g7newsam2a:hover {
	box-shadow: var(--hoverboxshadow);
}

.g7newsam2a:hover img {
	transform: scale(1.04);
}

.g7newsam2a,
.g7newsam2aimg img,
.g7newsam2aimg i {
	transition: all 0.3s ease;
}


.newpagenewm {
	margin-top: 70px;
}

.pagination p {
	margin: 0;
	cursor: pointer
}

.pagination .prev,
.pagination .next {
	font-size: 23px;
}

.pagination {
	vertical-align: middle;
}

.pagination a,
.pagination p {
	vertical-align: middle;
	transition: all 0.3s ease;
}

.pagination {
	display: flex;
	justify-content: center;
}

.pagination a {
	font-size: 16px;
	margin: 0 5px;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #fff;
	color: #333;
	border-radius: 50%;
	text-align: center;
}

.pagination a:hover {
	color: #fff;
	background: var(--qian);
}

.pagination a.nohover {
	font-size: 16px;
}

.pagination a.on {
	border: none;
	background: var(--qian);
	color: #fff;
}

.pagination p {
	display: inline-block;
	padding: 0 18px;
	background: #fff;
	margin: 0 5px;
	color: #333;
	line-height: 40px;
	font-size: 16px;
}

.pagination p.pageRemark {
	border-style: none;
	background: none;
	margin-right: 0px;
	padding: 4px 0px;
	color: #666;
}

.pagination p.pageRemark b {
	color: red;
}

.pagination p.pageEllipsis {
	border-style: none;
	background: none;
	padding: 4px 0px;
	color: #808080;
}

.dates li {
	font-size: 14px;
	margin: 20px 0
}

.dates li span {
	float: right
}





.g7medxa2 {
	padding-bottom: 0;
}

.g7medxa3 {
	position: relative;
}

.g7medxa3zz,
.g7medxa3zz2,
.g7medxa3zz3 {
	position: fixed;
	width: 100%;
	height: var(--ptbsmall);
	background-color: #fff;
	left: 0;
	top: 0;
	z-index: 2;
	display: none;
}

.g7medxa3zz2 {
	position: sticky;
	top: 0;
	display: block;
}

.g7medxa3zz3 {
	position: absolute;
	bottom: 0;
	display: block;
	left: 100%;
	top: auto;
}

.g7medxa2n {
	align-items: flex-start;
}

.g7medxa2na {
	position: sticky;
	top: var(--ptbsmall);
	height: 100vh;
	overflow: hidden;
	height: auto;
}

.g7medxa2na {
	width: 45%;
	z-index: 3;
}

.g7medxa2naimg {
	width: 100%;
	height: 100%;
	object-fit: cover;
	height: auto;
	border-radius: 25px;
}

.g7medxa2p1 {
	font-size: var(--fs24);
	font-weight: var(--b600);
}

.g7medxa2ms {
	font-size: var(--fs16);
	line-height: 1.4;
}

.g7medxa2ms {
	margin-top: 15px;
	text-align: justify;
}

.g7medxa2ms p {
	margin-top: 15px;
}

.g7medxa2ms h6 {
	font-weight: var(--b600);
	font-size: var(--fs16);
	color: #000;
}

.g7medxa2msp:nth-child(1) {
	margin-top: 0;
}

.g7medxa2ms img {
	max-width: 100%;
	margin: 0 auto;
}

/* .g7medxa2ms img{box-shadow: 0 0 20px rgba(43,104,238,0.1); cursor: pointer;} */
.g7medxa2nb {
	width: 55%;
	padding: 0 5%;
	padding-right: 0;
	padding-left: 10%;
}

.g7medxa2nbm {
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.g7medxa2nbm {
	height: auto;
	margin-top: 50px;
	z-index: 3;
	position: relative;
	background-color: #fff;
}

.g7medxa2nbm:nth-child(1) {
	z-index: 1;
}

.g7medxa2p1 span {
	margin-top: 10px;
}

.g7medxa2p1 span,
.g7medxa2ms h6 {
	position: relative;
	padding-left: 12px;
}

.g7medxa2p1 span:before,
.g7medxa2ms h6:before {
	border-radius: 999px;
	position: absolute;
	width: 4px;
	height: 4px;
	background-color: #1c93fe;
	content: '';
}

.g7medxa2p1 span:before,
.g7medxa2ms h6:before {
	left: 0;
}

.g7medxa2p1 span:before {
	top: 10px;
}

.g7medxa2ms h6:before {
	top: 8px;
}

.g7medxa2naan {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 45px;
	z-index: 3;
}

.g7medxa2naana,
.g7medxa2naanb {
	display: flex;
	justify-content: center;
}

.g7medxa2naanb {
	margin-top: 25px;
}

.g7medxa2naana span {
	background-color: #fff;
	border-radius: 50%;
	width: 12px;
	height: 12px;
	margin: 0 6px;
}

.g7medxa2naana span.on {
	background-color: #1c93fe;
}

.g7medxa2naanb span {
	font-size: 16px;
	color: #222;
	border: 1px solid #cfd1d8;
	border-radius: 999px;
	padding: 15px 60px;
	line-height: 1;
	cursor:pointer;
}

.g7medxa2naswiper {
	width: 100%;
	position: relative;
}

.g7medxa2naanb span {
	background: transparent;
	color: #1c93fe;
	border-color: #1c93fe;
}

.g7medxa2naan_page span {
	background: #1c93fe;
	border-radius: 50%;
	width: 12px;
	height: 12px;
	margin: 0 6px;
}

.g7medxa2naan_page {
	text-align: center;
	margin-top: 30px;
}

.viewer-canvas>img {
	background: #fff !important;
}

.mCSB_scrollTools {}

.g7medxa2n-scroll {
	position: relative;
	width: 100%;
	padding-top: var(--ptbsmall);
}

.g7medxa2n-scroll .g7medxa2na {
	width: calc(var(--w13s) * 0.45);
}

.g7medxa2n-scroll .g7medxa2na {
	position: absolute;
	top: var(--ptbsmall)
}

.g7medxa2n-scroll .g7medxa2na {
	left: calc((100% - var(--w13s)) / 2);
}

.g7medxa2n-scroll .g7medxa2nb {
	width: 100%;
	position: relative;
	z-index: 6;
	z-index: 0;
}

.g7medxa2n-scroll .g7medxa2nb {
	padding-left: calc((var(--w13s) * 0.55) + (100% - var(--w13s)) / 2);
}

.g7medxa2n-scroll .g7medxa2nb {
	padding-right: calc((100% - var(--w13s)) / 2);
	padding-right: 0;
}

/* .g7medxa2nbs{padding-right:calc((100vw - var(--w13s)) / 2);} */
.g7medxa2n-scroll .g7medxa2nbm:nth-child(1) {
	margin-top: 0;
}

.g7medxa2n-scroll .g7medxa2nb {
	height: 560px;
	overflow: hidden;
}

.g7medxa2nb {
	margin-right: calc((100vw - var(--w13s)) / 2);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background: #1c93fe !important;
}

.g7pbanp1 .img1 {
	width: auto;
	height: auto;
}

/*  */

.aif_h2 {
	font-size: var(--fs48);
	line-height: 1.2;
	overflow: hidden;
	font-weight: var(--b600);
	color: #000;
}

.aif_p1 {
	margin-top: var(--mt45p);
	font-size: var(--fs18);
	text-align: justify;
}

.aifvideo {
	text-align: center;
	margin-top: var(--mt45p);
	border: 1px solid #0052d9;
	padding: 45px;
	background: #fff;
	box-shadow: 0 10px 25px rgb(0 82 217 / 10%);
}

.aifvideo video {
	width: 95%;
}

/*  */
@media screen and (max-width:1600px) {

	.g7pbanp2 {
		font-size: 35px;
	}

	.hkb,
	.g7pban {
		height: 460px;
	}
}

@media screen and (max-width:1440px) {

	.g7pban,
	.hkb {
		height: 420px;
		min-height: inherit;
	}

	.g7pbanp2 {
		font-size: 30px;
	}

	.actopma {
		line-height: 1.2;
	}

	.actoplogo {
		height: 35px;
	}

	.actopnava {
		line-height: 70px;
	}

	header.mosha {
		top: -29px
	}
}