:root {
	--liang: #8CF5FF;
	--red: #ff0000;
	--color: #ed1b23;
	--nav-lr: 4%;
	--blue: #0a3466;
	--blues: #11375f;
	--border35: 35px;
	--border30: 30px;
	--border25: 25px;
	--border20: 20px;
	--border15: 15px;
	--border10: 10px;
	--border5: 5px;
	--power-3-ease-out: cubic-bezier(.165, .84, .44, 1);
	--power-3-ease-in-out: cubic-bezier(.77, 0, .175, 1);
	/*下拉*/
	--xl-w-a: 320px;
	--xl-w-c: 360px;
	--xl-w-sub: 110px;
	--xl-pd-lr: 50px;
	--xl-lr: 150px;
	--xl-slider-width: 150px;
	--xl-slider-right: 15px;
	/*下拉*/
	/* 统一修改 */
	--w85: 1600px;
	--maxw: 1600px;
	--w14: 1400px;
	--ptb: 110px;
	--ptb-2: 55px;
	--fs-tit: 48px;
	--fs58: 58px;
	--fs32: 32px;
	--fs28: 28px;
	--fs26: 26px;
	--fs24: 24px;
	--fs22: 22px;
	--fs20: 20px;
	--fs18: 18px;
	--mt25p: 25px;
	--mt35p: 35px;
	--mt45p: 45px;
	--mt55: 55px;
	--mt55p: 55px;
	--mt70p: 70px;
	--nav-height: 100px;
	--logo-nav-width: 105px;
	--baner-h4-size: 60px;
	--baner-en-size: 18px;
	/* 统一修改 */

	--line-bg: linear-gradient(90deg, rgba(255, 18, 10, 1) 0%, rgba(255, 52, 28, 1) 50%, rgba(255, 97, 52, 1) 100%);
	--index-solo-nbjlr: 30px;
	--index-solo-tit-font-size: 26px;
	--index-solo-tit-height: 85px;
	--index-solo-newtitle-size: 16px;
	--index-solo-newimg-height: 100px;
	--index-solo-ms-font-size: 16px;
	--index-img-mt-55: 55px;
	--index-more-mt-35: 35px;
	--index-solo-height: 678px;
	--index-newm-mb: 15px;
	--index-report-pd: 20px;
}

/* .yj01abgm{background: linear-gradient(90deg, rgba(0,84,163,1) 0%, rgba(0,126,204,1) 50%, rgba(0,163,234,1) 100%) !important;} */

iframe{min-height:100vh}
.hinvb{padding-top:var(--ptb)}
.payvideo {
	display: flex;
	width: 88px;
	height: 88px;
	align-items: center;
	justify-content: center;
}

.payvideo i {
	font-size: 24px;
}

.payvideo-mid {
	width: 50px;
	height: 50px;
}

.payvideo-mid i {
	font-size: 18px;
}

.payvideo {
	background: rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(10px);
	border-radius: 50%;
	cursor: pointer;
}

.payvideo i {
	color: var(--color)
}

.payvideo:hover {
	background: #fff;
	transition: all 0.3s ease;
	/*transform: scale(1.1);*/
}

.new91bplay {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
}

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

.more9 {
	color: #333;
	font-size: 14px;
	display: flex;
}

.more9 {
	height: 30px;
	position: relative;
	padding-right: 30px;
	align-items: center;
}

.more9 i {
	position: absolute;
	width: 30px;
	height: 100%;
	border-radius: 50%;
	overflow: hidden;
	align-items: center;
	display: flex;
}

.more9 i {
	font-size: 22px;
	justify-content: center;
	line-height: 22px;
}

.more9 i {
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	text-align: center;
	right: 0;
	margin-top: 0;
}

.more9 i:before {
	position: relative;
	z-index: 1;
}

.more9 i:after {
	width: 100%;
	height: 100%;
	background: var(--color);
	position: absolute;
	content: '';
	inset: 0;
}

.more9 i:after {
	transform: scale(0);
	opacity: 0;
	border-radius: 50%;
}

.more9 i,
.more9 i:after {
	transition: all 0.5s ease;
}

.more9-fff {
	color: #fff;
}

.more9hover:hover .more9 i:after {
	transform: scale(1);
	opacity: 1;
}

.more9hover:hover .more9 i {
	right: -10px;
	color: #fff;
}

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

.ggpages span {
	width: 10px;
	height: 10px;
	border-radius: 50%;
}

.ggpages span.swiper-pagination-bullet-active {
	background: var(--color)
}

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

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

.gpubh2 {
	line-height: 1.2;
	color: var(--blue);
	font-size: var(--fs-tit);
	font-weight: var(--b600);
}

.gpubh2-fff {
	color: #fff;
}

.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: #fff;
	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: #fff;
	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: 22px;
	color: #fff;
	display: flex;
	align-items: center;
}

.yjyya em {
	width: 18px;
	height: 18px;
	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(static/img/language_icon_1.gif) center no-repeat;
	background-size: 100% auto;
}

.yjyya em:after {
	background: url(static/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;
}

/* 1 */
.yjhead:hover .yjheadm {
	background-color: #fff;
}

.yjhead:hover .yjlogo2 {
	opacity: 1;
}

.yjhead:hover .yjlogo1 {
	opacity: 0;
}

.yjhead:hover .yjnavma {
	color: #222;
}

.yjhead:hover .yjyya {
	color: #333;
}

.yjhead:hover .yjyya em:before {
	opacity: 1;
}

.yjhead:hover .yjyya em:after {
	opacity: 0;
}

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

/* 1 */
/* 1 */
/* header.scroll{top:-38px} */
/* header.scroll .actopm{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,
.actopnav a,
.actopm {
	transition: all 0.3s ease;
}

/* 变宽 */
.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.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: -120px
}


.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: 60px;
	font-weight: 800;
	color: #1b365d;
}

.pubh2-fff {
	color: #fff;
}

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

.pubh2:before {
	height: 8px;
	margin-left: -40px;
}

/* .pubh2:before{transform: skewX(45deg);} */



.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(--b600);
}



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

	z-index: 8;
	position: relative;
}

.fotgdwz {
	background: #010a0f;
}

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

.css-18pexiu::before {
	background-image: linear-gradient(90deg, rgba(1, 10, 15, 1), rgba(1, 10, 15, 0.4) 30%, rgba(1, 10, 15, 0) 50%, rgba(1, 10, 15, 0.4) 70%, rgba(1, 10, 15, 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;
}

.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,
.fot14b a {
	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(--color);
}

.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(--color);
}

.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: 30px;
	padding-top: 30px;
}



.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: #ff0000;
	--w13: 100%;
	--line-bg: #ff0000;
	--ptb: 100px;
	--border0: 0;
	--hover-bg-color: #3a3635;
	--mt25p: 25px;
	--plrs: 170px;
	--w14: 1400px;
}

@media only screen and (max-width:1024px) {
	:root {
		--ptb: 60px;
		--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;
}

/* .actopm{width: 100%;} */
.actoplogo {
	height: 25px;
	position: relative;
}

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

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

.actoplogoimg2 {
	opacity: 0;
}

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

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

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

.actopnav li {
	line-height: 90px;
}

.actopnav a {
	color: #fff;
	font-size: 18px;
	margin-left: 60px;
	font-weight: var(--b400);
}

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

.actoprsearch {
	width: 50px;
	height: 50px;
	background: #fff;
	color: #222;
}

.actoprsearch {
	line-height: 50px;
	background: #fff;
	border-radius: 50%;
	text-align: center;
	margin-left: 25px;
}

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

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

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

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

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

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

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

.actopma {
	display: none;
}

.actopmb {
	border: none;
}

.actop {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 25px;
}

.actopm {
	padding: 15px 40px;
	background-color: #fff;
	border-radius: 90px;
	width: 90%;
	margin: 0 auto;
}

.actopnav {
	border-radius: 50px;
	padding: 0 10px;
}

.actopnav {
	margin: auto;
}

.actopnav a {
	margin: 0 30px;
	color: #222;
}

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

.actopnav li {
	line-height: 50px;
}

.actoplogo {
	width: 195px;
}

.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(--color);
}

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

.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: 5px;
	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.-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: 48px;
	line-height: 1.2;
	color: var(--blue);
	overflow: hidden;
	font-weight: var(--b600);
}

.mbh2-fff {
	color: #fff;
}

.w13 {
	width: var(--w13);
	margin: 0 auto;
	padding-left: var(--plrs);
	padding-right: var(--plrs);
}

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

/* .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%);
	display: none;
}

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




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

.yjylzzm:before {
	display: none;
}

.fot14blogo img {
	height: 25px;
}





.mb2sub {
	position: absolute;
	left: 0;
	top: 100%;
	padding-top: 20px;
}

.mb2sub {
	display: none;
}

.mb2subm {
	display: flex;
}

.mb2subm {
	width: 700px;
}

.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: 60%;
	padding-left: 0;
}

.mb2subb {
	width: 40%;
}

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

.mb2subm {
	line-height: 1.4;
}

.mb2subp1 {
	font-size: 28px;
	line-height: 1.2;
	font-weight: var(--b600);
	color: #222;
}

.mb2subp2 {
	margin-top: 15px;
	line-height: 1.4;

	text-align: left;
}

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

.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;
	width: 0;
}

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

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

.mb2subp3 a:hover span:before,
.mb2subp3 a.on 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,
.mb2subp3 a.on i {
	right: 0;
	opacity: 1;
}

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

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

.mb2suba {
	padding-right: 60px;
}

.mb2subb {
	padding-left: 60px;
	padding-right: 60px;
}

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





.tpl-header-transparent .header {
	background: 0 0;
	border-color: rgba(255, 255, 255, .2);
	transition: background .5s cubic-bezier(.19, 1, .22, 1);
}

.header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 66;
}

.header {
	border-bottom: solid 1px #E1E0E1;
}

.header__wrapper {
	padding-left: 50px;
	padding-right: 50px;
	margin: 0 auto;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}

.header__main {
	display: flex;
	align-items: flex-start;
}

.header__logo {
	width: var(--logo-nav-width);
	padding-top: 12px;
}

.header__logo--white {
	display: none;
}

.header__logo img {
	width: 100%;
	height: auto;
}

.tpl-header-transparent .header__logo--white {
	display: block;
}

.header__nav {
	display: flex;
}

.navigation {
	margin-left: 60px;
}

.gtm_menu_title {
	font-size: 16px;
	font-weight: var(--b600);
}

.gtm_menu_title {
	color: #fff;
	display: flex;
	height: var(--nav-height);
	line-height: var(--nav-height);
}

.header__nav__item {
	margin-left: 50px;
}

.header__nav__item:last-child .header__nav__sub,
.header__nav__item:nth-child(4) .header__nav__sub {
	transform: translateX(-30%);
}


.header__nav__item:nth-child(6) .header__nav__sub {
	transform: translateX(-50%);
}

.header__nav__item:nth-child(7) .header__nav__sub {
	transform: translateX(0);
	left: auto;
	right: 0;
	right: -300px;
}

.header__nav__item:nth-child(8) .header__nav__sub {
	transform: translateX(0);
	left: auto;
	right: 0;
	right: -300px;
}


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

.header__right__line {
	width: 1px;
	background: #e1e0e1;
	margin: 0 35px;
}

.tpl-header-transparent .header__right__line {
	background: rgba(255, 255, 255, .2);
}

.header__right__market,
.header__right__line,
.header__right__select,
.header__right__country,
.header__right__search {
	height: var(--nav-height);
	display: flex;
	align-items: center;
}

.header__right__select label {
	padding-right: 50px;
}

.header__right__country label {
	padding-right: 8px;
}

.header__right__country svg,
.header__right__search,
.header__right__market {
	margin-left: 40px;
}

.header__right__country {
	position: relative !important;
}

.tpl-header-transparent .header__right__search path {
	fill: #fff;
}

.header__right__select,
.header__right__country {
	display: flex;
}

.tpl-header-transparent .header__right__country,
.tpl-header-transparent .header__right__select,
.tpl-header-transparent .header__right__search {
	color: #fff;
}

.tpl-header-transparent .header__right__country path,
.tpl-header-transparent .header__right__market path {
	fill: #fff;
}


.tpl-header-transparent .header:hover .header__logo--white,
.tpl-header-transparent .header__logo--initial {
	display: none;
}

.tpl-header-transparent .header:hover .header__logo--initial {
	display: block;
}

.tpl-header-transparent .header:hover {
	background-color: #fff;
	border-color: #e1e0e1;
}

.tpl-header-transparent .header:hover .gtm_menu_title {
	color: #222;
}

.tpl-header-transparent .header:hover .header__right__line {
	background-color: #e1e0e1;
}

.tpl-header-transparent .header:hover .header__right__country,
.tpl-header-transparent .header:hover .header__right__search,
.tpl-header-transparent .header:hover .header__right__select {
	color: #222;
}

.tpl-header-transparent .header:hover .header__right__search path,
.tpl-header-transparent .header:hover .header__right__country path,
.tpl-header-transparent .header:hover .header__right__market path {
	fill: #222;
}

.tpl-header-transparent .header:hover .header__nav__item:hover .gtm_menu_title,
.tpl-header-transparent .header:hover .header__right__country:hover,
.tpl-header-transparent .header:hover .header__right__select:hover {
	color: var(--color);
}

.tpl-header-transparent .header:hover .header__right__country:hover path,
.tpl-header-transparent .header:hover .header__right__search:hover path {
	fill: var(--color);
}


/* .tpl-header-transparent .header.scroll .js-panel-1m{opacity: 0;visibility: hidden;} */
.tpl-header-transparent .header.scroll .header__logo--white,
.tpl-header-transparent .header__logo--initial {
	display: none;
}

.tpl-header-transparent .header.scroll .header__logo--initial {
	display: block;
}

.tpl-header-transparent .header.scroll {
	background-color: #fff;
	border-color: #e1e0e1;
}

.tpl-header-transparent .header.scroll .gtm_menu_title {
	color: #222;
}

.tpl-header-transparent .header.scroll .header__right__line {
	background-color: #e1e0e1;
}

.tpl-header-transparent .header.scroll .header__right__country,
.tpl-header-transparent .header.scroll .header__right__search,
.tpl-header-transparent .header.scroll .header__right__select {
	color: #222;
}

.tpl-header-transparent .header.scroll .header__right__search path,
.tpl-header-transparent .header.scroll .header__right__country path,
.tpl-header-transparent .header.scroll .header__right__market path {
	fill: #222;
}

.tpl-header-transparent .header.scroll .header__nav__item:hover .gtm_menu_title,
.tpl-header-transparent .header.scroll .header__right__country:hover,
.tpl-header-transparent .header.scroll .header__right__select:hover {
	color: var(--color);
}

.tpl-header-transparent .header.scroll .header__right__country:hover path,
.tpl-header-transparent .header.scroll .header__right__search:hover path {
	fill: var(--color);
}

.indexs.hide .tpl-header-transparent .header{top:0;}
.indexs.hide .tpl-header-transparent .header.scroll{top:-101%;}



.tpl-header-transparent .header__logo--initial {
	display: none;
}

.tpl-header-transparent.dan .header .header__logo--white {
	display: none;
}

.tpl-header-transparent.dan .header .header__logo--initial {
	display: block;
}

.tpl-header-transparent.dan .header {
	background-color: #fff;
	border-color: #e1e0e1;
}

.tpl-header-transparent.dan .header .gtm_menu_title {
	color: #222;
}

.tpl-header-transparent.dan .header .header__right__line {
	background-color: #e1e0e1;
}

.tpl-header-transparent.dan .header .header__right__country,
.tpl-header-transparent.dan .header .header__right__search,
.tpl-header-transparent.dan .header .header__right__select {
	color: #222;
}

.tpl-header-transparent.dan .header .header__right__search path,
.tpl-header-transparent.dan .header .header__right__country path,
.tpl-header-transparent.dan .header .header__right__market path {
	fill: #222;
}

.tpl-header-transparent.dan .header .header__nav__item:hover .gtm_menu_title,
.tpl-header-transparent.dan .header .header__right__country:hover,
.tpl-header-transparent.dan .header .header__right__select:hover {
	color: var(--color);
}

.tpl-header-transparent.dan .header .header__right__country:hover path,
.tpl-header-transparent.dan .header .header__right__search:hover path {
	fill: var(--color);
}


[data-header-theme="white"].tpl-header-transparent .header .header__logo--white {
	display: none;
}

[data-header-theme="white"].tpl-header-transparent .header .header__logo--initial {
	display: block;
}

[data-header-theme="white"].tpl-header-transparent .header {
	background-color: #fff;
	border-color: #e1e0e1;
}

[data-header-theme="white"].tpl-header-transparent .header .gtm_menu_title {
	color: #222;
}

[data-header-theme="white"].tpl-header-transparent .header .header__right__line {
	background-color: #e1e0e1;
}

[data-header-theme="white"].tpl-header-transparent .header .header__right__country,
[data-header-theme="white"].tpl-header-transparent .header .header__right__search,
[data-header-theme="white"].tpl-header-transparent .header .header__right__select {
	color: #222;
}

[data-header-theme="white"].tpl-header-transparent .header .header__right__search path,
[data-header-theme="white"].tpl-header-transparent .header .header__right__country path,
[data-header-theme="white"].tpl-header-transparent .header .header__right__market path {
	fill: #222;
}

[data-header-theme="white"].tpl-header-transparent .header .header__nav__item:hover .gtm_menu_title,
[data-header-theme="white"].tpl-header-transparent .header .header__right__country:hover,
[data-header-theme="white"].tpl-header-transparent .header .header__right__select:hover {
	color: var(--color);
}

[data-header-theme="white"].tpl-header-transparent .header .header__right__country:hover path,
[data-header-theme="white"].tpl-header-transparent .header .header__right__search:hover path {
	fill: var(--color);
}


.hide .tpl-header-transparent .header {
	top: -101px
}


.js-panel-1 {
	position: static;
}

.panel-country,
.panel-lauge,
.header__nav__sub {
	position: absolute;
	top: 105%;
	right: 0;
	width: 570px;
	z-index: 10;
	visibility: hidden;
	opacity: 0;
	padding-top: 20px;
}

.header__nav__sub {
	top: 100%;
	width: auto;
	right: auto;
	left: -50px;
}

.panel-lauge {
	width: 150px;
}

.panel-lauge {
	text-align: right;
}

.panel-lauge a {
	display: block;
	margin-bottom: 10px;
}

.header .panel-lauge a {
	color: #222;
	transition: all ease .3s;
}

.header .panel-lauge a:hover {
	color: var(--color);
}

.panel-country,
.panel-lauge {
	transition: all 0.3s ease;
}

.js-panel-1m {
	opacity: 0;
	visibility: hidden;
}

/* .js-panel-1:hover .js-panel-1m {
	opacity: 1;
	visibility: visible;
} */

/* .panel-country__list {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	page-break-after: avoid;
} */
.panel-country_55 .panel-country__list {
	display: flex;
	flex-wrap: wrap;
	padding: 15px 10px;
	text-align: center;
}

.panel-country_55 .panel-country__list {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
}

.panel-country__item img {
	vertical-align: middle;
	border-radius: 50%;
}

.panel-country__item span {
	/* padding-left: 10px; */
	color: #222;
}

.header .panel-country__item {
	padding: 5px 0;
	font-size: 14px;
	width: 100%;
	color: #262626;
	transition: all ease .3s;
}

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

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

.mb2submore i {
	position: absolute;
	line-height: 30px;
	display: block;
	right: 0;
	top: 0;
}

.mb2submore i {
	transition: all 0.3s ease;
}

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

.mb2subm {
	min-height: 280px;
}


.xlzwabg {
	background: hsl(260deg 87% 5% / 30%);
	background: rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(20px);
	padding: 25px 35px;
	border-radius: var(--border10);
}

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

.panel-country__marketa {
	width: 40%;
	padding: 10px 0;
	position: relative;
	padding-bottom: 70px;
}

.panel-country__market_line {
	width: 1px;
	background: #000;
	opacity: 0.1;
}

.panel-country__market h4 {
	font-weight: var(--b600);
	color: #222;
	margin-bottom: 10px;
	font-size: 18px;
}

.panel-country__market .mb2submore {
	font-weight: var(--b400);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.panel-country_55 {
	right: auto !important;
	left: 50%;
	transform: translateX(-50%);
	width: 120px;
}


.panel-country__marketa dd {
	position: relative;
	padding-right: 20px;
	margin-bottom: 10px;
}

.panel-country__marketa dd a {
	display: inline-block;
	position: relative;
}

.panel-country__marketa dd a:before,
.panel-country__marketa dd a:after {
	width: 100%;
	height: 1px;
	content: '';
	left: 0;
	bottom: 0;
	transition: all 0.3s ease;
	position: absolute;
}

.panel-country__marketa dd a:before {
	background: #fff;
	right: 0;
	left: auto;
	width: 0;
}

.panel-country__marketa dd a:after {
	background: var(--color);
	width: 0;
}

/* .panel-country__marketa dd:hover a:after{width: 0;} */
.panel-country__marketa dd i {
	position: absolute;
	right: 10px;
	top: 6px;
	line-height: 1;
	opacity: 0;
	transition: all 0.4s;
}

.panel-country__marketa dd:hover i {
	right: 0;
	opacity: 1;
}

.panel-country__marketa dd:hover {
	color: var(--color);
}

.panel-country__marketa dd:hover i {
	color: var(--color);
}

.panel-country__marketa dd:hover a:after {
	width: 100%;
}


.panel-lauge dd {
	position: relative;
	padding-right: 20px;
	margin-bottom: 2px;
}

.panel-lauge dd a {
	display: inline-block;
	position: relative;
}

.panel-lauge dd a:before,
.panel-lauge dd a:after {
	width: 100%;
	height: 1px;
	content: '';
	left: 0;
	bottom: 0;
	transition: all 0.3s ease;
	position: absolute;
}

.panel-lauge dd a:before {
	background: #fff;
	right: 0;
	left: auto;
	width: 0;
}

.panel-lauge dd a:after {
	background: var(--color);
	width: 0;
}

/* .panel-country__marketa dd:hover a:after{width: 0;} */
.panel-lauge i {
	position: absolute;
	right: 10px;
	top: 6px;
	line-height: 1;
	opacity: 0;
	transition: all 0.4s;
}

.panel-lauge dd:hover i {
	right: 0;
	opacity: 1;
}

.panel-lauge dd:hover {
	color: var(--color);
}

.panel-lauge dd:hover i {
	color: var(--color);
}

.panel-lauge dd:hover a:after {
	width: 100%;
}

.panel-lauge dd {
	text-align: left;
}

.panel-lauge .xlzwabg {
	padding-right: 20px;
}

.panel-lauge {
	width: 175px;
}




.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 top no-repeat #010a0f;
	background-size: 100% auto;
}

.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: 60px;
	font-weight: var(--b500);
	line-height: 1.4;
	margin-bottom: 60px;
	color: #fff;
}

.site-baner-p2 {
	display: flex;
	justify-content: flex-start;
}

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


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




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

.yjylzzm {
	animation-name: scrP102;
}

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

.yjylzzp1 {
	color: #fff;
}

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

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

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

@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 7.5vw 3vh 7.5vw round 15px 15px 15px 15px);
		clip-path: inset(3vh 7.5vw 3vh 7.5vw round 15px 15px 15px 15px)
	}
}

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

.css-18pexiu {
	height: 150px;
	position: relative;
	overflow: hidden;
	font-size: 58px;
	width: 500px;
	margin: 0 auto;
}

.css-18pexiu::before {
	background-image: linear-gradient(90deg, rgba(0, 20, 60, 1), rgba(0, 20, 60, 0.4) 30%, rgba(0, 20, 60, 0) 50%, rgba(0, 20, 60, 0.4) 70%, rgba(0, 20, 60, 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;
}

.fot14b {
	margin-top: 50px;
}

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

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

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

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

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

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

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

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

.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(--color);} */
.fot14bap2 span {
	height: 40px;
	line-height: 40px;
	border-radius: 40px;
	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: 9px;
	z-index: 3;
	transition: all 0.3s ease;
}

.fot14bap2 span:hover {
	opacity: 1;
}

.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: 5px;
	border: 2px solid #999;
}

.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;
	font-weight: var(--b600);
	color: #fff;
	font-weight: 18px;
}

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

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

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

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

.fot14ba {
	width: 400px;
}

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

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

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

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

.fot14ca {
	display: flex;
}

.fot14ca a {
	margin-right: 20px;
	font-size: 14px;
}

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

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

.fot14cb span {
	margin: 0 10px;
}

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

.fot14c {
	padding-bottom: 30px;
	padding-top: 30px;
}

#c-bns button:first-child,
#s-bns button:first-child,
#c-bns button:hover {
	background: var(--blue) !important;
}

.fotgdwz,
.fot14,
.fot14,
.yjylzz:before {
	background: #00143c;
}

.fot14 {
	overflow: hidden;
}

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

.css-18pexiu {
	color: #b5b5b5;
}

.hgwjzm3 {
	width: 100%;
}

.hgwjzm3 li {
	text-align: center;
}

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

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

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

.fxas2 a {
	font-size: 0;
}

.fxas2 a {
	color: #fff;
}

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

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

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

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

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

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




.hgwjzm3 {
	width: 100%;
}

.hgwjzm3 li {
	text-align: center;
}

.wsfxac {
	display: flex;
	width: 100%;
	margin-top: 40px;
	align-items: center;
	padding: 40px 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: 24px;
}

.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: 24px;
}

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



.yczzk {
	position: fixed;
	right: 30px;
	bottom: 30px;
	z-index: 666;
	cursor: pointer;
	display: none;
}

.yczzk img {
	width: 80px;
}





.progressbar {
	position: fixed;
	top: 0;
	left: 0;
	right: auto;
	height: 3px;
	width: 100%;
	z-index: 9999;
	overflow: hidden;
}

.progressbar-value,
.ui-progressbar-value {
	background: var(--color);
}

.progressbar-value,
.ui-progressbar-value {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	transform: translateX(-100%);
}

.progressbar-value {
	animation-name: progressbas
}

.ui-progressbar-value {
	transform: translateX(0);
}

@keyframes progressbas {
	0% {
		transform: translateX(-100%);
	}

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





:root {

	--blues: #11375f;

	--border10: 10px;

	--mt55p: 55px;

}

.pubh2 {
	color: var(--blues);
	font-weight: var(--b600);
	line-height: 1.2;
}

.pubh2 {
	font-size: var(--baner-h4-size);
}

.pubms {
	margin-top: 15px;
	color: #333;
}

.pubms-fff {
	color: #fff;
}

.pubh2-fff {
	color: #fff;
}

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





.visfoot {
	background-color: #fafafa;
	position: relative;
}

.visfootab,
.visfootaa {
	line-height: 120px;
	width: 120px;
	height: 120px;
	background: #fff;
	text-align: center;
}

.visfootab {}

.visfoota {
	color: var(--color);
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.visfootab i {
	font-size: 30px;
}

.visfootaa {
	padding: 0;
	background: none;
}

.visfootb {
	padding: 60px 0;
	border-top: 1px solid #efefef;
}

.visfootblogo img {
	height: 90px;
}

.visfootbnav h4 {
	font-weight: var(--b600);
	font-size: var(--fstitsmall);
	color: #222;
	padding-bottom: 20px;
}

.visfootbnav a {
	color: #666;
	transition: all 0.3s ease;
}

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

.visfootbnav li {
	margin-top: 12px;
}

.visfootbnav {
	display: flex;
	justify-content: space-between;
	width: calc(85% - 360px);
}

.visfootbnav ul {
	min-width: 80px;
}

.visfootc {
	background-color: #fff;
	padding: 35px 0;
}

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

.visfootc {
	color: #999;
}

.visfootc a {
	padding-left: 15px;
}

.visfootbleftp2 {
	cursor: pointer;
}

.visfootblefta {
	margin-top: 100px;
	position: relative;
	display: none;
}

.visfootbleftp2sub {
	position: absolute;
	width: 240px;
	text-align: center;
	padding-bottom: 10px;
	display: none;
}

.visfootbleftp2subm {
	background: #fff;
	border-radius: 10px;
	padding: 10px 0;
}

.visfootbleftp2subm a {
	display: block;
	padding: 10px 0;
	line-height: 1.4;
	height: auto;
}

.visfootbleftp2sub {
	right: 0;
	bottom: 100%;
}

.visfootbleftp1 {
	font-size: var(--fs24);
	font-weight: var(--b600);
	line-height: 1;
}

.visfootbleftp2b {
	width: 240px;
	margin-left: 20px;
	position: relative;
	text-align: center;
	font-weight: var(--b600);
	font-size: 18px;
}

.visfootbleftp2b.cur {
	color: var(--color);
}

.visfootbleftp2 {
	display: flex;
	border-bottom: 1px solid #bdbdbd;
	line-height: 50px;
	padding-bottom: 10px;
}

.visfootbleftp2 {
	margin-top: 45px;
	position: relative;
}

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

.visfootbfx a {
	border-radius: 99px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background: #eeeeee;
	color: #000
}

.visfootbfx a {
	margin-right: 20px;
}







.js-panel-2x {
	position: absolute;
	width: 100%;
	left: 0;
	top: 100px;
}

.js-panel-1m {
	opacity: 1;
	visibility: visible;
	display: none;
}

.js-panel-1 {
	position: relative;
}

.header__nav__sub_solo .mb2suba {
	width: 40%;
}

.header__nav__sub_solo .mb2subm {
	width: 900px;
}

.header__nav__sub_solo .mb2subb,
.header__nav__sub_solo .mb2subc {
	width: 30%;
}




.mb2subp3c {
	display: none;
}

.haxxx {
	position: relative;
	margin-top: 100px;
}

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

.haxxxa {
	position: absolute;
	display: block;
}



/* 内页baner */
@keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		opacity: 0;
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

.scrill {
	position: absolute;
	left: 18%;
	bottom: 5%;
	z-index: 333;
	display: flex;
	width: 20px;
	justify-content: center;
	flex-wrap: wrap;
}

.scrill {
	left: calc((100% - var(--w14)) / 2);
}

.scrillm {
	width: 100%;
	height: 30px;
	border-radius: 50px;
	border: 2px solid rgba(255, 255, 255, 0.8);
	display: flex;
	justify-content: center;
}

.scrillm span {
	width: 2px;
	height: 5px;
	background: #fff;
	margin-top: 8px;
}

.scrillm span {
	animation: slideInDown 1.9s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite
}

.scrillwz {
	font-size: 12px;
	line-height: 1.4;
	margin-top: 10px;
	width: 100%;
	color: #fff;
	text-align: center;
}

.scrillwz {
	position: absolute;
	left: 0;
	width: 60px;
	top: 50%;
	-webkit-transform: translateY(-50%);
}

.scrillwz {
	text-align: left;
	left: calc(100% + 10px);
	margin-top: 0;
}

.sub-visual {
	z-index: 2;
	overflow: hidden;
	position: relative;
	height: 100vh;
	background: #fff;
}

.sub-visual .sticky {
	display: flex;
	align-items: center;
	position: sticky;
	top: 0;
	left: 0;
	padding-bottom: 100px;
	width: 100%;
	height: 100vh;
}

.sub-visual .background {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	margin: auto;
	height: 100vh;
	will-change: transform;
}

.sub-visual .background .image {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.sub-visual-dh {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	z-index: 6;
}

.sub-visual-dh,
.sub-visual-dh a {
	color: #666;
}

.sub-visual-dh a:last-child {
	color: var(--color);
	position: relative;
	top: 0;
}

.sub-visual-dh {
	top: calc(var(--nav-height) + 50px);
	display: flex;
}

.sub-visual-dh .sdshouye {
	font-size: 18px;
	margin-right: 5px;
}

.sub-visual-dh a,
.sub-visual-dh em {
	display: flex;
	align-items: center;
	line-height: 20px;
}

.sub-visual-dh em {
	padding: 0 15px;
}

.innerwz {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	z-index: 6;
}

.innerh4 {
	font-size: var(--baner-h4-size);
	color: #222;
	line-height: 1.2;
	font-weight: var(--b600);
}

.inneren {
	font-size: var(--baner-en-size);
	color: #333;
	line-height: 1.2;
	margin-top: 10px;
}

.innerh4,
.inneren {
	transition: all 0.3s ease;
}

[data-theme="white"] .innerh4,
[data-theme="white"] .inneren {
	color: #fff;
}

[data-theme="white"] .sub-visual-dh a,
[data-theme="white"] .sub-visual-dh em {
	color: #fff;
}

[data-theme="white"] .sub-visual-dh a:last-child {
	color: var(--color);
}

.breadcrumb {
	opacity: 0;
}

/*baner动态修改0924*/
.sub-visual-x .sub-visual-dh,
.sub-visual-x .background,
.sub-visual-x .innerwz,
.sub-visual-x .innerh4,
.sub-visual-x .inneren{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);}
.sub-visual-dh a,.sub-visual-dh em {color:inherit;}
.sub-visual {height:auto;overflow:inherit;}
.innerwz {top:calc(var(--nav-height) + 50px + 250px);}
.sub-visual .sticky {position:absolute;padding-bottom:0;height:100%;}
.sub-visual .background {top:calc(var(--nav-height) + 50px + 150px + 130px);width:100%;}
.sub-visual-x {position:sticky;width:100%;height:100vh;left:0;top:0;}
.stickyhs {height:100vh;}
.sub-visual .sub-visual-dh,.sub-visual .sub-visual-dh a {animation-name:colors;}
.sub-visual .background {animation-name:backgrounds;}
.sub-visual .innerh4,.sub-visual .inneren {animation-name:colors2;}
.sub-visual .innerwz {animation-name:innerwzs;}
.sub-visual .innerwz1 {animation-name:innerwz1;}
@keyframes colors {0% {color:#666}
50% {color:#fff;}
100% {color:#fff;}
}
@keyframes backgrounds {0% {top:calc(var(--nav-height) + 50px + 150px + 130px);-webkit-clip-path:inset(0 calc((100% - var(--w14)) / 2)  0 calc((100% - var(--w14)) / 2) round 0 0 0 0);clip-path:inset(var(--ptb) calc((100% - var(--w14)) / 2)  var(--ptb) calc((100% - var(--w14)) / 2) round  0 0 0 0);}
90% {-webkit-clip-path:inset(0 round 0 0 0 0);clip-path:inset(0 round 0 0 0 0);top:0;}
100% {-webkit-clip-path:inset(0 round 0 0 0 0);clip-path:inset(0 round 0 0 0 0);top:0;}
}
@keyframes colors2 {0% {color:#222;}
30% {color:#fff;}
100% {color:#fff;}
}
@keyframes innerwzs {0% {top:calc(var(--nav-height) + 50px + 200px);}
90% {top:50%;}
100% {top:50%;}
}
/*baner动态修改0924*/
/* 内页baner */

/* 了解更多 */
.vimore5 {
	background-color: var(--color);
	color: #fff;
	display: flex;
	width: 240px;
	width: 210px;
	height: 56px;
	line-height: 54px;
	border: 1px solid var(--color);
}

.vimore5 {
	border-radius: 999px;
	justify-content: center;
}

.vimore5,
.vimore5 span,
.vimore5 i {
	transition: all 0.3s ease;
}

.vimore5 i {
	opacity: 0;
	width: 26px;
	text-align: right;
	transform: translateX(-5px);
}

.vimore5 span {
	transform: translateX(13px);
	font-size: 14px;
}

.vimore5-fff {
	background: #fff;
	color: var(--blue);
	border-color: #fff;
}

.vimore5-black {
	background: #f8f8f8;
	color: #222;
	border-color: #f8f8f8;
}

.vimore5:hover span {
	transform: translateX(0);
}

.vimore5:hover i {
	opacity: 1;
	transform: translateX(0);
}

.vimore5:hover {
	color: #fff;
}

.vimore5 span {
	transform: translateX(0);
}

.vimore5:hover {
	background: #fff;
	color: var(--color);
	border-color: #fff;
}

.vimore5 i {
	display: none;
}

.vimore5-small {
	width: auto;
	padding: 0 60px;
	height: 45px;
	line-height: 43px;
}

.vimore5-hover-blue:hover {
	background: var(--blue);
	color: #fff;
	border-color: var(--blue)
}

.vimore5-hover-fff:hover {
	background: #fff;
	color: var(--color);
	border-color: #fff
}

.vimore5-fff:hover {
	color: var(--blue);
}

/* 页码 */
.new91bpg {
	display: flex;
	justify-content: flex-start;
}

.pagination p {
	margin: 0;
	cursor: pointer
}

.pagination .prev,
.pagination .next {
	font-size: 23px;
}

.pagination {
	display: flex;
}

.pagination a,
.pagination p {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.pagination a {
	font-size: 16px;
	margin: 0 5px;
	display: flex;
	width: 40px;
	height: 40px;
	border: 1px solid #ddd;
	border-radius: 50%;
	line-height: 40px;
	color: #333;
	text-align: center;
	padding: 0;
}

.pagination a {
	align-items: center;
	justify-content: center;
}

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

.pagination a.nohover {
	font-size: 16px;
}

.pagination a.on {
	border: none;
	background: var(--color);
	color: #fff;
}

.pagination p {
	border-radius: 50%;
	font-size: 16px;
	margin: 0 5px;
	display: inline-block;
	width: 40px;
	height: 40px;
	border: 1px solid #ddd;
	line-height: 40px;
	color: #333;
	text-align: center;
}

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

@media screen and (max-width:768px) {
	.nm {
		display: none !important;
	}

	.numbbb {
		display: none !important;
	}

	.pagination {
		margin-top: 30px;
	}

	.pagination p,
	.pagination a {
		width: 35px;
		height: 35px;
		line-height: 35px;
	}
}

.pagehei .pagination p,
.pagehei .pagination a {
	color: #fff;
}

/* 页码 */

/* 切换按钮 */
.gganiuline,
.gganiubtnm {
	margin-top: var(--mt70p);
}

.gganiu,
.gganiubtn {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.gganiu-end .gganiubtn {
	justify-content: flex-end;
}

.gganiuline {
	height: 1px;
	width: calc(100% - 180px);
	background: #ddd;
}

.gganiuline .swiper-scrollbar-drag {
	background: var(--color);
}

.gganiubtnm {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.gganiubtnm {
	border: 1px solid #ddd;
}

.gganiubtnm {
	background: #fff;
	margin-left: 20px;
	cursor: pointer;
}

.gganiubtnm i {
	color: #222;
}

.gganiubtnm,
.gganiubtnm i {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

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

.gganiubtnm i {
	color: #fff;
}

.gganiubtnm-middle {
	width: 42px;
	height: 42px;
}

.gganiubtnm.swiper-button-disabled {
	background-color: #fff;
	border-color: #ddd;
	cursor: default;
}

.gganiubtnm.swiper-button-disabled i {
	color: #222;
}

.gganiubtnm.swiper-button-lock {
	display: none;
}

.gganiubtnm-linecolor-fff i {
	color: #fff;
}

.gganiubtnm-linecolor-fff {
	border-color: #fff
}

.gganiubtnm-linecolor-fff {
	background: transparent;
}

.gganiubtnm-f5f5f5 {
	background: #f5f5f5;
	border-color: #f5f5f5;
}

.gganiubtnm-f5f5f5 i {
	color: #333;
}


.wiin3more1 {
	font-size: 14px;
	position: relative;
	line-height: 1;
}

.wiin3more1 i {
	transition: all 0.3s ease;
	margin-left: 5px;
	font-size: 14px;
}

.wiin3more1-color {
	color: var(--color);
}

.wiin3more1-fff {
	color: #fff;
}

/* 按钮 */
.btns {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.btns.arrow i:before,
.btns.arrow i:after {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	transition: 0.2s ease-out;
}

.btns.arrow i:before {
	background: url(../img/btn_arrow_white.svg) center center / 50% no-repeat;
}

.btns.arrow i:after {
	transform: translateX(-100%);
	opacity: 0;
	visibility: hidden;
	background: url(../img/btn_arrow_white.svg) center center / 50% no-repeat;
}

.btns_hover:hover .btns.arrow {
	background-color: var(--color);
	transition: 0.2s ease-out;
}

.btns_hover:hover .btns.arrow i:before {
	opacity: 0;
	visibility: hidden;
	transform: translateX(100%);
	transition: 0.2s ease-out;
}

.btns_hover:hover .btns.arrow i:after {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
	transition: 0.2s ease-out;
}

.btns.arrow {
	width: 36px;
	height: 36px;
	backdrop-filter: blur(10px);
	font-size: 0px;
	text-indent: -9999px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.2);
	transition: 0.2s ease-out;
}

.btns.arrow i {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	overflow: hidden;
}

/* 按钮 */

/* 感兴趣 */
.greatingnimg {
	overflow: hidden;
	border-radius: var(--border10);
}

.greatingnimg img {
	width: 100%;
}

.greatingnlink:hover .greatingnimg img {
	transform: scale(1.1);
}

.greatingp1,
.greatingnimg img {
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

.greatingp1 {
	line-height: 1.4;
	font-size: var(--fs28);
	color: var(--blue);
	font-weight: var(--b600);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.greatingwz {
	padding: 6% 5%;
	padding-bottom: 0;
}

.greatingnlink {
	margin-right: 2.5%;
	width: 31.66%;
}

.greatingnlink:nth-child(3n) {
	margin-right: 0;
}

.greatingn {
	display: flex;
	flex-wrap: wrap;
	margin-top: var(--mt45p);
}

.greatingp2 {
	display: flex;
	margin-top: 15px;
}

.greatingp3 {
	font-size: var(--fs16);
	color: #222;
	margin-bottom: 10px;
}

.greating-t-0 {
	padding-top: 0;
}

/* 感兴趣 */

.ani_style2,
.ani_style3 {
	opacity: 0;
}

.ani_style2.aos-animate {
	animation: 1s aniStyle2 0.3s;
	animation-fill-mode: forwards;
}

.ani_style3.aos-animate {
	animation: 1s aniStyle3 0.3s;
	animation-fill-mode: forwards;
}

@keyframes aniStyle1 {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes aniStyle2 {
	0% {
		opacity: 0;
		transform: translate3d(0, 40px, 0);
	}

	100% {
		opacity: 1;
		transform: translate3d(0, 0px, 0);
	}
}

@keyframes aniStyle3 {
	0% {
		opacity: 0;
		transform: scale(1.3);
	}

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

.ani_4.is-inview,
.ani_4.aos-animate {
	animation-delay: 0.4s !important;
}

.ani_5.is-inview,
.ani_5.aos-animate {
	animation-delay: 0.5s !important;
}

.ani_6.is-inview,
.ani_6.aos-animate {
	animation-delay: 0.6s !important;
}

.ani_7.is-inview,
.ani_7.aos-animate {
	animation-delay: 0.7s !important;
}

.ani_8.is-inview,
.ani_8.aos-animate {
	animation-delay: 0.8s !important;
}

.ani_9.is-inview,
.ani_9.aos-animate {
	animation-delay: 0.9s !important;
}

.ani_10.is-inview,
.ani_10.aos-animate {
	animation-delay: 1s !important;
}

.ani_11.is-inview,
.ani_11.aos-animate {
	animation-delay: 1.1s !important;
}


.abt92ams-max {
	max-width: 80%
}

.abt92ams {
	font-size: var(--fs18);
	text-align: justify;
	margin-top: var(--mt35p);
}

.abt92ams p {
	margin-top: 25px;
}

.abt92ams p:nth-child(1) {
	margin-top: 0;
}


/* 首页 */
.mb2submore {
	display: none;
}

.pubh2 {
	color: #222;
	font-weight: var(--b600);
	line-height: 1.2;
}

.pubms {
	margin-top: 15px;
	color: #333;
}

.pubms-fff {
	color: #fff;
}

.pubh2-fff {
	color: #fff;
}

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

.navigation {
	margin-left: 0;
	width: calc(100% - 105px);
}

.header__nav {
	justify-content: center;
}

.header__main {
	width: calc(100% - 180px);
}

.header__nav__item {
	margin: 0;
	margin: 0 2%;
}

.pre-z-8,
.mian-services,
.v9ab,
.vpro7 {
	position: relative;
	z-index: 8;
}

.banner-dot {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10;
}

.banner-img img {
	width: 100%;
	object-fit: cover;
	height: 100vh;
}

.banner-dot #cartoonDot-text {
	width: 100% !important;
	height: 100% !important;
}

.banner-one-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 25;
	pointer-events: none;
}

.banner-one-bg img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
}

.banner-one-bg img:nth-child(7) {
	z-index: 25;
}

.banner-one-bg img:nth-child(6) {
	z-index: 24;
}

.banner-one-bg img:nth-child(5) {
	z-index: 23;
}

.banner-one-bg img:nth-child(4) {
	z-index: 22;
}

.banner-one-bg img:nth-child(3) {
	z-index: 21;
}

.banner-one-bg img:nth-child(2) {
	z-index: 20;
}

.banner-one-bg img:nth-child(1) {
	z-index: 19;
}

#cartoonDot-img,
.banner-dot #cartoonDot-text {
	width: 540px;
	height: 752px;
}

#cartoonDot-img {
	object-fit: cover;
	position: absolute;
	right: 20%;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
}

#cartoonDot-img {
	right: calc((100% - var(--w14)) / 2);
}

/* .banner-zw {left:calc((100% - var(--w14)) / 2);}
*/
.banner-zw {
	position: absolute;
	z-index: 35;
	top: 50%;
	transform: translateY(-50%);
}

.banner-zw {
	top: auto;
	transform: translateX(-50%);
	bottom: 160px;
	left: 50%;
}

.sitebp1 {
	color: #fff;
	line-height: 1.2;
	font-size: var(--baner-h4-size);
	font-weight: var(--b600);
}

.sitebp1 {
	height: 260px;
	height: 220px;
}

.sitebp3 {
	margin-top: 0;
	display: flex;
}

.wp-block-button {
	display: inline-block;
	position: relative;
}

.wp-block-button:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0px;
	z-index: 10;
	transform: translateY(-50%);
	display: block;
	border-radius: 9999px;
	background-color: var(--color);
	transition: all ease-out 300ms;
	width: 48px;
	height: 48px;
}

.wp-block-button .wp-block-button__link {
	position: relative;
	z-index: 20;
	font-weight: var(--b500);
	color: var(--color);
	transition: all ease-out 300ms;
	background: transparent !important;
	padding-left: 60px;
	padding-right: 25px;
	line-height: 48px;
	display: inline-block;
}

.wp-block-button .wp-block-button__link:before,
.wp-block-button .wp-block-button__link:after {
	position: absolute;
	z-index: 0;
	content: '';
	transform-origin: center;
	line-height: 1;
	color: #fff;
	transition: all ease-out 300ms;
	top: calc(50% - 1px);
	transform: translateY(-50%);
	left: 10px;
	background: url(static/img/yjt-fff.svg) center no-repeat;
	width: 24px;
	height: 24px;
	background-size: 100% auto;
}

.yjcase9p3.wp-block-button .wp-block-button__link:after {
	background-image: url(static/img/yjt-blue.svg);
}

.wp-block-button .wp-block-button__link:after {
	opacity: 0;
	left: -100px;
}

.wp-block-button:hover:before {
	width: 100%;
}

.wp-block-button:hover .wp-block-button__link {
	padding-right: 60px;
	padding-left: 25px;
	color: #fff;
}

.wp-block-button:hover .wp-block-button__link:before {
	left: calc(100% - 40px);
}

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

.hl2banerzz {
	background: linear-gradient(360deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
}

@keyframes scrP00 {
	0% {
		opacity: 0;
		z-index: 1;
	}

	to {
		opacity: 1;
		z-index: 5;
	}
}

.hl2banerzz {
	animation-name: scrP00
}


.sitezz {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	opacity: 0.2;
	z-index: 3;
}

.baner-wsan {
	position: absolute;
	width: var(--w85);
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 33;
	display: flex;
}

.baner-wsan {
	margin-top: 100px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.baner-wsan {
	margin-top: 0;
	transform: translateX(-50%);
	top: auto;
	bottom: 8%;
	justify-content: flex-end;
}

.baner-wsan {
	width: 350px;
	transform: none;
	right: calc((100% - var(--w85)) / 2);
	left: auto;
}

.site-baner-page {
	position: relative;
	width: 160px !important;
	bottom: 0 !important;
}

.site-baner-page {
	height: 2px;
	border-radius: 2px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.3);
}

.site-baner-page .swiper-scrollbar-drag {
	background: #fff;
	border-radius: 2px;
	overflow: hidden;
}

.baner-page {
	color: #fff;
	margin-left: 20px;
}

.baner-page em {
	opacity: 0;
	padding: 0 10px;
}

.banerbgs {
	width: 103%;
	height: 103%;
	object-fit: cover;
	position: absolute;
	left: -1.5%;
	top: -1.5%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.baner-lrbtn {}

.baner-lrbtn i {
	color: #fff;
	font-size: 20px;
}

.baner-lrbtn1 {
	margin-left: 40px;
}

.baner-lrbtn2 {
	margin-left: 20px;
}

.site-baner-page2 {
	z-index: 3;
	width: var(--w85) !important;
}

.site-baner-page2 {
	position: absolute;
	left: 50% !important;
	top: auto !important;
	transform: translateX(-50%);
	bottom: 50px !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 4.5s 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(1).swiper-pagination-bullet-active:before {
	transition: width 10s ease;
}

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

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

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

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

	to {
		opacity: 0;
	}
}

.sitehide {
	animation-name: scrX001
}

.banner-zw {
	bottom: auto;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

/* .sitebp3 {justify-content:center;}
*/
.site-baner.hides {
	visibility: hidden;
	opacity: 0 !important;
}

.vimore3 {
	line-height: 20px;
	padding: 18px 40px;
}

.vimore3 {
	font-size: 14px;
	background: var(--color);
	color: #fff;
	border-radius: 999px;
	display: flex;
}

.vimore3 i {
	margin-left: 15px;
}

.vimore3:hover {
	color: #fff;
}




.sompswiper {
	width: 100%;
	height: 0px;
	overflow: hidden;
}

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

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

.somp4bg {
	background-size: 100% 100%;
}

.c-btn {
	position: absolute;
	z-index: 20;
	transform: translate(-50%, -50%);
}

.c-btn .c-box1 div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: var(--color);
	animation: round1 3s linear infinite;
	opacity: 0;
}

.c-btn .c-box1 div {
	width: 260%;
	height: 260%;
	left: -80%;
	top: -80%
}

.c-btn .c-box1 div:nth-child(2) {
	animation: round1 3s 1s linear infinite;
}

.c-btn .c-box1 div:nth-child(3) {
	animation: round1 3s 2s linear infinite;
}

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

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

.c-box1 .c-ico {
	position: relative;
	z-index: 5;
	width: 14px;
	height: 14px;
	vertical-align: top;
	transition: all 0.3s;
	border-radius: 50%;
}

.c-box2 {
	display: flex;
	align-items: center;
	position: absolute;
	top: 50%;
	left: -15px;
	z-index: 1;
	padding: 0 20px 0 60px;
	height: 46px;
	transform: translateY(-50%);
	white-space: nowrap;
	overflow: hidden;
	font-weight: bold;
	pointer-events: none;
}

.c-box2:before {
	opacity: 0;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 0;
	height: 100%;
	background-color: #fff;
	transition: all 0.3s;
	border-radius: 30px;
}

.c-box2 span {
	position: relative;
	z-index: 2;
	opacity: 0;
	transition: all 0.3s 0s;
	color: #333;
	line-height: 1;
	display: inline-block;
	margin-right: 20px;
}

.c-box2 .c-ico {
	margin-left: 0;
	position: relative;
	z-index: 2;
	color: #333;
	opacity: 0;
	transition: all 0.3s 0s;
	transform: translateX(-10px);
}

.c-btn:hover .c-box2,
.c-btn.on .c-box2 {
	pointer-events: initial;
}

.c-btn:hover .c-box2::before,
.c-btn.on .c-box2::before {
	opacity: 1;
	width: 100%;
}

.c-btn:hover .c-box2 span,
.c-btn.on .c-box2 span {
	opacity: 1;
	transition: all 0.3s 0.3s;
}

.c-btn:hover .c-box2 .c-ico,
.c-btn.on .c-box2 .c-ico {
	opacity: 1;
	transition: all 0.3s 0.2s;
	transform: translateX(0);
}

.c-box1 .c-ico {
	box-sizing: border-box;
}

.c-box1 .c-ico {
	background: #fff;
	border: 5px solid var(--color);
	border-radius: 50%;
	display: block;
}


.somp4tits {
	position: absolute;
	z-index: 3;
	left: 50%;
	transform: translateX(-50%);
	top: 12%;
}

.pubh2 {
	padding-bottom: 0;
}

.pubh2:before {
	display: none;
}

.vpro7 {
	height: 100vh;
	position: relative;
	width: 100%;
}

.vpro7swiper {
	height: 100vh;
	overflow: hidden;
	width: 100%;
}

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

.vpro7wz {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 20%;
	z-index: 3;
}

.vpro7wzm {
	max-width: 450px;
}

.vpro7p1 {
	color: #fff;
	line-height: 1.4;
	margin-top: 30px;
}

.vpro7p2 {
	display: flex;
	margin-top: 60px;
}

.vpro7sub {
	position: absolute;
	width: 50%;
	right: 0;
	top: 0;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
}

.vpro7sub {
	background-color: hsla(0, 0%, 100%, .1);
	backdrop-filter: blur(5px)
}

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

.vpro7subx {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	align-items: flex-start;
}

.vpro7sub {
	z-index: 5;
	align-items: center;
}

.vpro7subm {
	width: 50%;
	height: 16.666%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.vpro7subm_js {
	cursor: pointer;
}

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

.vpro7subm:nth-child(2n) {
	border-right: none;
}

.vpro7subm:nth-child(1),
.vpro7subm:nth-child(2),
.vpro7subm:nth-child(9),
.vpro7subm:nth-child(10),
.vpro7subm:nth-child(11),
.vpro7subm:nth-child(12) {
	border-bottom: none;
}

.vpro7subm {
	padding-left: 10%;
	justify-content: flex-start;
}

.vpro7icon {
	width: 78px;
	height: 78px;
	position: relative;
}

.vpro7icon2 {
	opacity: 0;
}

.vpro7iconm {
	position: absolute;
	inset: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}

.vpro7subm,
.vpro7subp1,
.vpro7iconm {
	transition: all 0.3s ease;
}

.vpro7subp1 {
	color: #fff;
	font-size: 22px;
	font-weight: var(--b400);
	padding-left: 30px;
}

.vpro7subm.on {
	background-color: #fff;
}

.vpro7subm.on .vpro7subp1 {
	color: #222;
}

.vpro7subm.on .vpro7icon2 {
	opacity: 1;
}

.vpro7subm.on .vpro7icon1 {
	opacity: 0;
}



.vbus7 {
	position: relative;
	overflow: hidden;
	background-color: #fff;
	z-index: 6;
}

.vbus7swiper {
	position: absolute;
	width: 100%;
	left: 0;
	height: 100%;
	overflow: hidden;
}

.vbus7a {
	position: absolute;
	width: 100%;
	left: 0;
	height: 100vh;
	display: flex;
	align-items: center;
	background: #fff;
}

.vbus7a {
	position: relative;
	height: auto;
}

.vbus7ax {
	width: 100%;
}

.vbus7slide {
	overflow: hidden;
}

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

.vbus7abottom {
	display: flex;
	width: 100%;
	gap: 18px;
	--cm-margin: max(1.5625vw, 20px);
}

.vbus7abottom {
	padding: 6.1666666667vw var(--cm-margin) 0;
}

.vbus7abottom .slide {
	position: relative;
	width: 100%;
	flex: 1;
}

.vbus7abottom .slide:before {
	content: "";
	display: block;
	position: relative;
	padding-top: 117.3184357542%;
}

.vbus7abottom .img-wrap {
	--br-4: 0.7813vw;
	border-radius: var(--br-4);
	overflow: hidden;
}

.vbus7slide .img-wrap:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .25);
}

.wz-wrap {
	position: absolute;
	width: 100%;
	z-index: 3;
	text-align: center;
	color: #fff;
}

.wz-wrap {
	left: 0;
	bottom: 0;
	font-weight: var(--b600);
	font-size: 24px;
	padding-bottom: 20px;
}

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

.vbus7ms {
	color: #333;
	line-height: 1.4;
	margin-top: 30px;
}

.vbus7ms {
	max-width: 600px;
}

.vbus7slide .cont {
	position: absolute;
	z-index: 1;
	bottom: 18%;
	left: 0;
	width: 100%;
}

.vbus7slide .tit-wrap {
	overflow: hidden;
}

.vbus7slide .tit-wrap .tit {
	--tit-delay: 0.8s;
	position: relative;
	z-index: 1;
	transform: translate3d(0, 100%, 0);
	transition: transform 1s var(--tit-delay, "0s") cubic-bezier(0.23, 1, 0.32, 1);
}

.vbus7slide.swiper-slide-active .tit {
	transform: translate3d(0, 0, 0);
}

.feature-swiper {
	position: absolute;
	font-size: 1.25vw;
	top: 5.25vw;
	bottom: 9.25vw;
	right: 6vw;
	width: 25vw;
	background-color: #fff;
	border-radius: var(--border10);
	overflow: hidden;
	z-index: 8;
}

/* .feature-swiper2 {top:auto;bottom:auto;top:50%;transform:translateY(-50%);}
*/
.featureslide {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	padding: 2.6041666667vw 2.0833333333vw;
	position: relative;
	z-index: 6;
}

.featureslide .swiper-slide-active {
	z-index: 8;
}

.feature-swiper2 .featureslide {
	padding-bottom: 4vw;
}

.featureimg3 img {
	transition: all 0.3s ease;
}

.feature-swiper2 .featureslide:hover .featureimg3 img {
	transform: scale(1.1);
}

.feature-swiper2 .featureslide:hover .vimore5 {
	background-color: #01153b;
	color: #fff;
	border-color: #01153b;
}

.vbus7swiper-pagination {
	position: absolute;
	bottom: 5%;
	left: 0;
	top: auto;
	width: 100%;
	z-index: 10;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.vbus7swiper-paginationm {
	display: flex;
	width: var(--w85) !important;
	margin: 0 auto !important;
	justify-content: space-between;
}

.vbus7swiper-paginationm {
	align-items: flex-start;
}

.vbus7swiper-paginationm i {
	display: none;
}

.vbus7swiper-paginationm span {
	line-height: 1;
	padding-bottom: 18px;
	font-size: 18px;
	color: #fff;
	position: relative;
}

/* .vbus7swiper-paginationm span:nth-child(3),.vbus7swiper-paginationm span:nth-child(4),.vbus7swiper-paginationm span:nth-child(5),.vbus7swiper-paginationm span:nth-child(6) {pointer-events:none;} */
.vbus7swiper-pagination .bullet::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	transform: translateY(-100%);
	height: 1px;
	width: 100%;
	background-color: rgba(255, 255, 255, .4);
	opacity: 0;
	display: none;
	transition: opacity .34s;
}

.vbus7swiper-pagination .bullet:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	transform: translateY(-100%);
	display: block;
	height: 2px;
	width: 100%;
	opacity: 0;
	background-color: var(--color);
}

.vbus7swiper-pagination .bullet-active:before {
	opacity: 1;
}

.vbus7swiper-pagination .bullet-active {
	color: var(--color);
}

.vbus7swiper-pagination .bullet-active:after {
	opacity: 1;
	transform-origin: left;
	width: 100%;
	transform: scaleX(1) translateY(-100%);
	transition: all 0.3s ease;
}

.main-business-sector {
	position: absolute;
	width: 100%;
	height: 100vh;
	left: 0;
	top: 0;
}

.main-business-sector {
	position: relative;
	height: 100vh;
}

.slides.hide {
	transition: opacity 0s .5s;
	opacity: 0;
}

.featureicon {
	width: 70px;
	height: 70px;
	position: relative;
}

.featureicon img {
	position: absolute;
	inset: 0;
	margin: auto;
}

.featureicon img {
	max-width: 90%;
	max-height: 90%;
}

.featuretopp1 {
	font-size: 26px;
	line-height: 1;
	font-weight: var(--b600);
	margin-top: 25px;
	color: #000
}

.featuretopp2 {
	line-height: 1.4;
	margin-top: 25px;
	font-size: 16px;
	color: #333;
}

.feature-swiper1 .vimore5,
.feature-swiper2 .vimore5 {
	width: auto;
	padding: 0 60px;
	height: 45px;
	line-height: 43px;
}

.feature-swiper1 .vimore5,
.feature-swiper2 .vimore5 {
	cursor: pointer;
}

.feature-swiper1 .vimore5:hover,
.feature-swiper2 .vimore5:hover {
	background-color: #01153b;
	color: #fff;
	border-color: #01153b;
}

.bullet_js1,
.bullet_js2 {
	cursor: pointer;
}


.feature1-swipers {
	width: 410px;
	right: 8%;
	top: 15%;
	position: absolute;
	z-index: 6;
}

.feature1-swipers .feature1slide {
	overflow: inherit;
	opacity: 1;
	visibility: hidden;
}

.feature1-swipers .feature1slide,
.feature1-swipers .swiper-wrapper {
	transition: none !important;
}

.feature1-swipers .feature1slide.swiper-slide-active {
	opacity: 1;
	visibility: visible;
	z-index: 3;
}

.feature1-swipers .feature1slide {
	display: none;
}

.feature1-swipers .feature1slide.swiper-slide-active {
	display: block;
}


.motion-left {
	position: relative;
	overflow: hidden;
}

.motion-left,
.motion-leftm {
	position: absolute;
	width: 100%;
	height: 100vh;
	left: 0;
	top: 0;
	z-index: 10;
}

.motion-left {
	transform: translateY(100%);
	overflow: hidden;
}

.motion-leftm {
	transform: translateY(-100%);
}

.motion-leftm,
.motion-left {
	transform: none;
}

.motion-left {
	position: relative;
}

.vbus7a {
	flex-wrap: wrap;
}

.featureimg3 {
	overflow: hidden;
	border-radius: var(--border10);
}

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

.zzyjserv9 {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url(static/temp/zzyjserv9.png) center no-repeat;
	background-size: cover;
}

.zzyjserv9 {
	z-index: 1;
}



.motion-handle {
	height: 100vh;
}

.motion-handle.reveal {
	height: 60vh;
}

.motion-handle.expand {
	height: 75vh;
}

.motion-handle.delay {
	height: 100vh;
}

.motion-handle.fives {
	height: 200vh;
}

.hesg {
	position: relative;
	height: 100vh;
}

.hesgswiper,
.hesgswiperbg {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
}

.hesgswiperbg {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	object-fit: cover;
}

.hesgtit,
.hesgwz {
	position: absolute;
	z-index: 6;
	left: 50%;
	transform: translateX(-50%);
}

.hesgwz {
	bottom: 8%;
	padding: 0 5%;
}

.hesgtit {
	bottom: calc(8% + 200px + 50px);
}

.hesgwz {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #fff;
	border-radius: var(--border10);
}

.hesgwzb {
	display: flex;
	width: 320px;
	height: 200px;
	position: relative;
}

.hesgwzbm {
	display: flex;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	align-items: center;
	position: absolute;
}

.hesgwzbp1 {
	font-size: 30px;
	font-weight: var(--b600);
	line-height: 1;
	color: #222;
}

.hesgwzbp2 {
	line-height: 1.4;
	margin-top: 20px;
	color: #333;
}

.hesgwzbmn {
	width: 100%;
}

.hesgwzbm {
	opacity: 0;
	transition: all 0.3s ease;
}

.hesgwzbm.on {
	opacity: 1;
}

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

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

.hesgwzcbtn {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: #c9c9c9;
	text-align: center;
	line-height: 56px;
}

.hesgwzcbtn,
.hesgwzcbtn i {
	transition: all 0.3s ease;
}

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

.hesgwzcbtn {
	background: var(--color);
	cursor: pointer;
}

.hesgwzcbtn.swiper-button-disabled {
	background: #c9c9c9;
}

.hesgwzcbtn.swiper-button-disabled i {
	color: #222;
}

.hesgswiperproess {
	width: 120px;
	height: 2px;
	background: #e5e5e5;
}

.swiper-scrollbar-drag {
	background: var(--color);
}

.hesgswiperpagination {
	width: auto !important;
}


.hesgsub3 {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 3;
	transform: translate(-50%, -50%);
}

.vind4n {
	margin-top: var(--mt55p);
}

.vind4 {
	height: 100vh;
	min-height: 786px;
	position: relative;
	display: flex;
	width: 100%;
	align-items: center;
}

.vind4na {
	width: calc(33.33% - 20px);
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.vind4na:nth-child(3n) {
	margin-right: 0;
}

.vind4na {
	padding: var(--index-solo-nbjlr);
	border-radius: var(--border10);
	overflow: hidden;
}

.vind4nimg {
	border-radius: var(--border10);
	overflow: hidden;
}

.vind4nimg img {
	width: 100%;
	transition: all 0.3s ease;
}

.vind4na {
	background: hsla(0, 0%, 100%, .1);
	backdrop-filter: blur(5px);
	background: #fff;
}

.vind4np1,
.vind4np2 {
	color: #fff;
}

.vind4np1 {
	font-size: var(--index-solo-tit-font-size);
	font-weight: var(--b600);
	color: #000;
}

.vind4np2 {
	margin-top: 10px;
	color: #333;
	line-height: 1.4;
}

.vind4nwz {
	padding: 20px;
	padding-bottom: 5px;
}

.vind4na:hover .vind4nimg img {
	transform: scale(1.1);
}

.mian-services {
	height: 100vh;
	position: relative;
}


.v9ab {
	position: relative;
	height: 100vh;
}

.v9aba {
	position: sticky;
	top: 0;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	will-change: clip-path;
	background-color: #b3b3b3;
}

.v9aba {
	z-index: 6;
}

.v9aba:before {
	content: "";
	position: absolute;
	top: -35%;
	left: -50%;
	width: 200%;
	height: 70%;
	z-index: 1;
	opacity: 0;
	background: radial-gradient(hsla(0, 0%, 39%, .9), transparent 40%);
}

.v9aba:before {
	transition: opacity 1s;
	transition-delay: 1s;
	opacity: 1;
}

.v9ab_title {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	perspective: 2000px;
	pointer-events: none;
	top: 15%;
}

.styles_ref_text {
	--max-font-size: 229px;
	line-height: 1;
	--vh: 9.45px;
	margin: 0;
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	justify-content: center;
	will-change: transform;
	font-size: 13.02vw;
	font-size: min(13.02vw, 23.14 * var(--vh), var(--max-font-size));
	color: #fff;
	padding-top: calc(20 * var(--vh));
	padding-top: 0;
}

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

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

.styles_shadow__XPVQD {
	display: none;
}

.styles_shadow__XPVQD {
	position: absolute;
	top: 105%;
	left: 50%;
	margin-left: -50%;
	width: 100%;
	padding-top: 8%;
	background: radial-gradient(50% 50% at 50% 50%, rgba(2, 11, 98, 0.4) 0%, rgba(2, 11, 98, 0) 100%);
}

.v9ab_imgm {
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	margin: auto;
	overflow: hidden;
}

.v9ab_imgmm {
	width: 100%;
	height: 50%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.v9ab_imgmm {
	overflow: hidden;
	height: auto;
}

.v9ab_imgmm img {
	vertical-align: top;
}

.v9ab_imgmm1 {
	border-top-right-radius: 70px;
	border-top-left-radius: 70px;
}

.v9ab_imgmm2 {
	border-bottom-right-radius: 70px;
	border-bottom-left-radius: 70px;
}

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

.styles_scale__hzzVr {
	transform: scale(0.55);
}

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

.v9ab_imgbg {
	background-image: url(static/temp/v9abbg.jpg);
}

.v9ab_imgbg.hide {
	visibility: hidden;
	pointer-events: none;
}

.v9abb {
	height: 100%;
	background: #000;
	position: relative;
	z-index: 5;
}

.v9abb {
	background: url(static/temp/wiinnerbg.jpg) center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.v9abb {
	background: #e0e0e0;
}

.v9aba {
	position: absolute;
	left: 0;
	top: 0;
	background: none;
}

.v9ab_imgmx {
	position: relative;
}

.styles_container__UTVIO {
	font-size: calc(0.0889 * 100vw);
	color: #fff;
	z-index: 3;
}

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

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

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

.line2 span {
	opacity: 0;
	transform: translateY(50px);
	transition: all 0.5s ease;
}

.swiper-slide-active .line2 span {
	opacity: 1;
	transform: translateY(0);
}

.line2 span:nth-child(1) {
	transition-delay: 0.1s;
}

.line2 span:nth-child(2) {
	transition-delay: 0.12s;
}

.line2 span:nth-child(3) {
	transition-delay: 0.14s;
}

.line2 span:nth-child(4) {
	transition-delay: 0.16s;
}

.line2 span:nth-child(5) {
	transition-delay: 0.18s;
}

.line2 span:nth-child(6) {
	transition-delay: 0.20s;
}

.line2 span:nth-child(7) {
	transition-delay: 0.22s;
}

.line2 span:nth-child(8) {
	transition-delay: 0.24s;
}

.line2 span:nth-child(9) {
	transition-delay: 0.26s;
}

.line2 span:nth-child(10) {
	transition-delay: 0.28s;
}

.line2 span:nth-child(11) {
	transition-delay: 0.30s;
}

.line2 span:nth-child(12) {
	transition-delay: 0.32s;
}

.line2 span:nth-child(13) {
	transition-delay: 0.34s;
}

.line2 span:nth-child(14) {
	transition-delay: 0.36s;
}

.line2 span:nth-child(15) {
	transition-delay: 0.38s;
}

.line2 span:nth-child(16) {
	transition-delay: 0.40s;
}

.line2 span:nth-child(17) {
	transition-delay: 0.42s;
}

.line2 span:nth-child(18) {
	transition-delay: 0.44s;
}

.line2 span:nth-child(19) {
	transition-delay: 0.46s;
}

.line2 span:nth-child(20) {
	transition-delay: 0.48s;
}

.wzslide1img1,
.wzslide1img2 {
	position: absolute;
	width: 100%;
	left: 0;
}

.wzslide1img1 {
	top: 0;
}

.wzslide1img2 {
	bottom: 0;
}

.wzswiper1 {
	border-radius: 70px;
	overflow: hidden;
}

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


.wiin3 {
	position: relative;
	z-index: 3;
	display: flex;
	justify-content: space-between;
}

.wiin3row {
	width: calc(33.33% - 13.33px);
	display: flex;
	height: var(--index-solo-height)
}

.wiin3tit {
	line-height: 1;
	color: #fff;
	font-size: var(--index-solo-tit-font-size);
	height: var(--index-solo-tit-height);
}

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

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

.wiin3newsa {
	margin-bottom: var(--index-newm-mb);
	;
}

.wiin3newsa:last-child {
	margin-bottom: 0;
}

.wiin3newsimg {
	width: 35%;
	border-radius: var(--border10);
	overflow: hidden;
	height: var(--index-solo-newimg-height);
}

.wiin3newsimg img {
	width: 100%;
	object-fit: cover;
	transition: .4s ease-out;
	height: 100%;
}

.wiin3newswz {
	width: 65%;
	padding-left: 4%;
}

.wiin3newsp1 {
	color: #fff;
	font-size: var(--index-solo-newtitle-size);
	font-weight: var(--b600);
	text-decoration: underline rgba(0, 0, 0, 0);
	transition: .35s ease-out;
}

.wiin3newsp2 {
	font-size: 12px;
	color: #fff;
	line-height: 1;
	margin-top: 10px;
	opacity: 0.7;
}

.wiin3boxm1 {
	padding: var(--index-solo-nbjlr);
	padding-top: 0;
}

.wiin3boxmnew {
	padding-left: var(--index-solo-nbjlr);
	padding-right: 0;
}

.wiin3boxmnew .wiin3tit {
	padding-right: var(--index-solo-nbjlr);
}

.wiin3boxm {
	background: rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(15px);
	border-radius: var(--border10);
	overflow: hidden;
}

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

.wiin3newsa:hover .wiin3newsp1 {
	text-decoration: underline var(--color);
	color: var(--color);
}

.wiin3newsa:hover .wiin3newsimg img {
	transform: scale(1.2);
}

.wiin3box,
.wiin3boxm1 {
	display: flex;
	flex-wrap: wrap;
}

.wiin3news {
	height: calc(var(--index-solo-height) - var(--index-solo-tit-height) - var(--index-solo-nbjlr));
	overflow-y: auto;
}

.wiin3news {
	padding-right: 5px;
}

.pubscroll {
	overflow: hidden;
}

.wiin3news .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background: var(--color);
}

.wiin3news .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail {
	background: none;
}


.wiin3boxm2 {
	position: relative;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.wiin3boxm2 {
	height: calc(50% - 10px);
	margin-top: 20px;
}

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

.wiin3boxm2img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	vertical-align: top;
}

.wiin3boxm2img {
	transition: .4s ease-out;
}

.wiin3boxm2wz {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	padding: 0 var(--index-solo-nbjlr);
	height: 100%;
}

.wiin3boxm2ms {
	font-size: 14px;
	transform: translateY(10px);
	transition: all 0.3s ease;
}

.wiin3boxm2ms {
	color: #fff;
	opacity: 0;
}

.wiin3boxm2wz:before {
	background: rgba(0, 0, 0, 0.2);
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.wiin3boxm2wz:before {
	content: '';
	transition: all 0.3s ease;
	opacity: 0;
}

.wiin3boxm2:hover .wiin3boxm2img {
	transform: scale(1.2);
}

.wiin3boxm2:hover .wiin3boxm2wz:before {
	opacity: 1;
}

.wiin3boxm2:hover .wiin3boxm2ms {
	opacity: 1;
	transform: translateY(0);
}

.wiin3report {
	width: 100%;
	height: calc(100% - var(--index-solo-tit-height));
	display: flex;
	justify-content: space-between;
}

.wiin3reporta {
	align-items: center;
}

.wiin3reporta {
	width: calc(50% - 10px);
	background: rgba(0, 0, 0, 0.2);
	border-radius: var(--border10);
}

.wiin3reporta {
	height: 100%;
	display: flex;
	padding: var(--index-report-pd);
}

.wiin3reportimg {
	width: calc(100% - 80px);
}

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

.wiin3reportwz {
	width: 80px;
	padding-left: 20px;
}

.wiin3reportmore {
	margin-top: 10px;
}

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

.wiin3reporta:hover .wiin3newsp1 {
	text-decoration: underline var(--color);
	color: var(--color);
}

.fotlogos img {
	height: 65px;
}

.js_xiala2.ftgwjz {
	display: none;
}

.feature-swiper,
.wiinner .box,
.vind4na {
	background: hsla(0, 100%, 0%, 0.2);
	background: rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(15px);
}

.featuretopp1,
.featuretopp2,
.vind4np1,
.vind4np2,
.wiinner .tit,
.news_area ul li a .txt_area p.tit,
.news_area ul li a .txt_area p.date,
.report_area ul li a .txt p {
	color: #fff;
}

.feature-swiper.show {
	opacity: 1;
	visibility: visible;
}

.feature-swiper {
	opacity: 0;
	visibility: hidden;
}


/* 首页 */


.new91b {
	background-color: #fff;
}

.new91bimg {
	width: 100%;
	border-radius: var(--border10);
	overflow: hidden;
	position: relative;
}

.new91bimg img {
	width: 100%;
}

.new91bp2,
.new91bimg img {
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

.new91blink:hover .new91bp2 {
	color: var(--color);
}

.new91blink:hover .new91bimg img {
	transform: scale(1.1);
}

.new91bp1 {
	color: #666;
	line-height: 1;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
}

.new91bn {
	display: flex;
	flex-wrap: wrap;
	margin-top: var(--mt45p);
}

.new91blink {
	width: 31%;
	margin-right: 3.5%;
	margin-bottom: 5%;
	position: relative;
	padding-bottom: 20px;
}

.new91blink:nth-child(3n) {
	margin-right: 0;
}

.new91bp2 {
	font-size: var(--fs20);
	font-weight: var(--b700);
	line-height: 1.4;
}

.new91bwz,
.new91bp1 {
	padding: 20px;
}

.new91bp1 {
	padding-top: 0;
	padding-bottom: 0;
}

.new91bplay {
	background: rgba(255, 255, 255, 0.5);
}

.header__nav__item .header__nav__sub {
	width: 100%;
	transform: none !important;
	right: auto !important;
	left: 0 !important;
	padding-top: 0 !important;
}

.js-panel-1 {
	position: static;
}

.xlzzc {
	position: fixed;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.5);
	top: 0;
	left: 0;
	z-index: 30;
	display: none;
}

/*}*/
/*.js-panel-1m::after {*/
/*	position: fixed;*/
/*	content: "";*/
/*	width: 100%;*/
/*	height: 100vh;*/
/*	background: rgba(0, 0, 0, 0.5);*/
/*	top: 100px;*/
/*	left: 0;*/
/*	z-index: -1;*/
/*}*/


/* 下拉 */


.hd93 {
	display: flex;
	background-color: #f7f8fa;
	padding: 0 var(--xl-lr);
	justify-content: space-between;
	border-top: 1px solid #ddd;
}

.hd93m {
	padding: 50px 0;
}

.hd93a {
	width: var(--xl-w-a);
}


.hd93atit {
	font-size: var(--fs32);
	color: #222;
	font-weight: var(--b600);
	line-height: 1.2;
}

.hd93ams {
	color: #666;
	margin-top: 20px;
	padding-bottom: 15px;
}

.hd93b {
	width: calc(100% - var(--xl-w-a) - var(--xl-w-c) - var(--xl-pd-lr) - var(--xl-pd-lr));
	padding-left: var(--xl-pd-lr);
	padding-right: var(--xl-pd-lr);
}

.hd93b {
	border: 1px solid #ddd;
	border-top: none;
	border-bottom: none;
}

.hd93bmli {
	width: 30%;
	position: relative;
	padding-right: 25px;
	margin-right: 5%;
	margin-bottom: 25px;
}

.hd93bmli span {
	display: block;
}

.hd93bmli:nth-child(3n) {
	margin-right: 0;
}

.hd93bmli i,
.hd93bmli {
	line-height: 20px;
}

.hd93bmli i {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}

.hd93bm {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	padding-top: 10px;
}

.hd93c {
	width: var(--xl-w-c);
}
.hd93c span{
    display: inline-block;
	margin-top: 10px;
}
.hd93d {
	width: calc(100% - var(--xl-w-a) - var(--xl-pd-lr));
	padding-left: var(--xl-pd-lr);
}

.hd93d {
	border-left: 1px solid #ddd;
}

.hd93cimg {
	position: relative;
	overflow: hidden;
	border-radius: var(--border5);
}

.hd93cimg img {
	width: 100%;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.hd93cimg:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.hd93cvidoe {
	position: absolute;
	inset: 0;
	margin: auto;
	color: #fff;
	justify-content: center;
	cursor: pointer;
}

.hd93cvidoe {
	font-size: 14px;
	display: flex;
	align-items: center;
}

.hd93cvidoe i {
	border-radius: 50%;
	background: var(--color);
	color: #fff;
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hd93cvidoe i {
	margin-left: 8px;
}

.hd93cp9 {
	padding-top: 10px;
}

.hd93mesgdown {
	position: absolute;
	inset: 0;
	margin: auto;
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	cursor: pointer;
	align-items: center;
}

.hd93mesgdown i {
	border-radius: 50%;
	background: var(--color);
	color: #fff;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hd93mesgdown i {
	font-size: 24px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.hd93cimg:hover .hd93mesgdown i {
	background: #fff;
	color: var(--color);
	transform: scale(1.06);
	-webkit-transform: scale(1.06);
}

.mb2subfx {
	display: flex;
	margin-top: 20px;
}

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

.mb2subfxa {
	font-size: 14px;
}

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

.mb2subfxb a {
	margin-left: 10px;
}

.mb2subfxb a {
	border: 1px solid #004188;
	height: 38px;
	width: 38px;
	border-radius: 38px;
	text-align: center;
	line-height: 36px;
}

.mb2subfxb a:nth-child(1) {
	border-color: var(--blues);
	color: var(--blues);
}

.mb2subfxb a:nth-child(2) {
	border-color: #349604;
	color: #349604;
}

.mb2subfxbnew a {
	margin: 0;
	margin-right: 15px;
}

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

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

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

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

.hd93asub {
	padding-top: 50px;
}

.hd93asubma {
	position: relative;
	padding-right: 25px;
	margin-bottom: 20px;
}

.hd93asubma span {
	display: block;
	font-size: 18px;
	font-weight: var(--b600);
}

.hd93asubma i,
.hd93asubma {
	line-height: 20px;
}

.hd93asubma i {
	display: block;
	position: absolute;
	right: 50%;
	top: 0;
}

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

.hd93dm {
	position: relative;
}

.hd93dmn {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	visibility: hidden;
	opacity: 0;
	-webkit-opacity: 0;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.hd93dmn.on {
	visibility: visible;
	opacity: 1;
	-webkit-opacity: 1;
	position: relative;
}

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

.hd93dimg {
	position: relative;
	overflow: hidden;
	border-radius: var(--border5);
}

.hd93dimgtit {
	position: absolute;
	left: 0;
	top: 0;
}

.hd93dimgtit {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hd93dimgtit {
	color: #fff;
	z-index: 3;
}

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

.hd93dimgtit:before {
	transition: all 0.3s ease;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0.5;
}

.hd93dimgtit span {
	position: relative;
	z-index: 3;
	padding:0 10px;line-height:1.4;text-align: center;
	font-size: 18px;
}

.hd93dimgm {
	width: 100%;
	vertical-align: top;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.hd93dslide:hover .hd93dimgm {
	transform: scale(1.06);
}

.hd93dslide:hover .hd93dimgtit:before {
	opacity: 1;
}

.hd93dqt {
	margin-top: 35px;
}

.hd93dqtr,
.hd93dqt {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.hd93dqtline {
	height: 1px;
	width: calc(100% - 180px);
	background: #ddd;
}

.hd93dqtline .swiper-scrollbar-drag {
	background: var(--color);
}

.hd93dbtn {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hd93dbtn {
	border: 1px solid #ddd;
}

.hd93dbtn {
	background: #fff;
	margin-left: 20px;
	cursor: pointer;
}

.hd93dbtn i {
	color: #222;
}

.hd93dbtn,
.hd93dbtn i {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

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

.hd93dbtn i {
	color: #fff;
}

.hd93dbtn.swiper-button-disabled {
	background-color: #fff;
	border-color: #ddd;
	cursor: default;
}

.hd93dbtn.swiper-button-disabled i {
	color: #222;
}

.hd93d_js_1 .hd93dqt {
	display: none;
}

/*下拉取消轮播*/
.hd93dswiper .swiper-wrapper {
	height: auto;
	flex-wrap: wrap;
}

.hd93dslide {
	height: auto;
	width: var(--xl-slider-width);
	margin-right: var(--xl-slider-right);
	margin-bottom: 20px;
}

.hd93dslide:last-child {
	margin-right: 0;
	
}

.hd93dqt {
	display: none;
}

.hd93sub {
	width: calc(var(--xl-w-sub) + var(--xl-pd-lr) * 2);
	padding-left: var(--xl-pd-lr);
	padding-right: var(--xl-pd-lr);
	border-left: 1px solid #ddd
}

.hd93sub {
	margin-right: 0;
	margin-left: var(--xl-pd-lr);
}

.hd93d-left {
	width: calc(100% - var(--xl-w-a) - var(--xl-w-sub) - var(--xl-pd-lr) - var(--xl-pd-lr) - var(--xl-pd-lr) - var(--xl-pd-lr));
}

.hd93sub .hd93asubma i {
	right: 0;
}

.hd93d-left {
	margin-right: auto;
}

.hd93-r-0 {
	padding-right: 0;
}

/* 下拉 */

/* 项目案例 多用 */
.solu8dlider {
	border: 1px solid #dddddd;
	border-radius: var(--border10);
}

.solu8dlider {
	padding: 55px 35px;
	cursor: default;
	position: relative;
	overflow: hidden;
}

.solu8dp1 {
	display: inline-block;
	padding: 8px 25px;
	line-height: 1;
	font-size: 14px;
	color: #333;
}

.solu8dp1 {
	border: 1px solid #ddd;
	border-radius: 999px;
}

.solu8dp2 {
	font-size: var(--fs24);
	font-weight: var(--b600);
	line-height: 1.4;
	margin-top: 20px;
}

.solu8dp2 {
	min-height: 150px;
}

.solu8dxfp {
	color: #fff;
	line-height: 1.4;
	position: relative;
	padding-left: 15px;
}

.solu8dxfp {
	margin-top: 15px;
}

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

.solu8dxfp:before {
	position: absolute;
	content: '';
	width: 4px;
	height: 4px;
	background: #fff;
	border-radius: 50%;
	left: 0;
	top: 9px;
}

.solu8dp3 {
	display: flex;
	justify-content: flex-end;width:100%;padding:35px;left:0;bottom:0;position: absolute;
}

.solu8dp3btn {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	left: 35px;
	bottom: 10px;
}

.solu8dxfmore {
	position: absolute;
	margin: 0;
	right: 35px;
	bottom: 35px;
	display: none;
}
.has .solu8dxfmore{display:flex;}
.solu8dxf {
	z-index: 3;
	padding: 35px;
	position: absolute;
	left: 0;
	top: 0;
	background: var(--blue);
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
}

.solu8dlider.has {
	cursor: pointer;
}

.solu8dswiper {
	overflow: hidden;
	margin-top: var(--mt55p);
}

.solu8dmore {
	margin-top: 0;
}

.solu8dlider,
.solu8dp1,
.solu8dp2,
.solu8dxf {
	transition: all 0.4s ease;
}

.solu8dlider:hover {
	border-color: var(--blue);
}

.solu8dlider:hover .solu8dp1,
.solu8dlider:hover .solu8dp2 {
	color: #fff;
}

.solu8dlider:hover .solu8dp1 {
	border-color: #fff;
	opacity: 0.8;
}

.solu8dlider:hover .solu8dxf {
	visibility: visible;
	opacity: 1;
}

.solu8dlider.has:hover .solu8dp3btn {
	visibility: visible;
	opacity: 1;
	bottom: 35px;
}

.solu8dlider.has:hover .solu8dmore {
	visibility: hidden;
}

/* 项目案例 多用 */

.pagembx {
	margin-top: var(--nav-height);
}

.pagembxsub {
	position: relative;
	top: 0;
	left: 0;
	transform: translate(0);
	-webkit-transform: translate(0);
}

.pagembxsub {
	padding-top: 60px;
}

/* 隐私政策 */
.yszsd {
	margin-top: var(--nav-height)
}

/* 留言 多用 */
.xkmsgatxt {
	background: none;
	border: none;
	height: 57px;
	line-height: 25px;
	padding-bottom: 5px;
	padding-top: 25px;
	transition: all 0.3s ease;
}

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

.xkmsgatext {
	height: 117px;
}

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

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

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

.xkmsgaxvn label {
	font-size: 16px;
}

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

.xkmsgaxvn-100 {
	width: 100%;
}

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

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

.xkmsgah {
	display: flex;
}

.xkmsgah {
	color: #999;
}

.xkmsgah i {
	width: 16px;
	height: 16px;
	border-radius: 5px;
	border: 1px solid #000;
	opacity: 0.3;
}

.xkmsgah i {
	margin-top: 7px;
	display: none;
}

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

.xkmsgah span {
	width: 100%;
	padding: 0;
}

.xkmsgah a {
	color: #666;
	text-decoration: underline;
}

.xkmsgaj {
	display: flex;
	justify-content: flex-start;
	cursor: pointer;
}

.xkmsgaj span {
	font-size: 18px;
}

.xkmsgaj span {
	transition: all 0.3s ease;
	padding: 0 65px;
	height: 48px;
	line-height: 48px;
	background: var(--color);
	color: #fff;
}

.cont92ax,
.xkmsgag {
	margin-top: var(--mt45p);
}

/* 留言 多用 */

/* 首页 0923*/

.pub2box {
	position: relative;
}

.pub2boxhs {
	height: 75vh;
}

.pub2boxm {
	position: sticky;
	left: 0;
	top: 0;
	height: 100vh;
}

.vbus7a {
	display: block;
}

.vbus7 {
	overflow: inherit;
}

/* 首页 0923 */

/* 首页 底部留言*/
.footmsgtxt {
	background: none;
	border: none;
	outline: none;
}

.footmsgtxt {
	line-height: 22px;
	height: 42px;
	background: rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
}

.footmsgtxt {
	padding: 10px 15px;
	border-radius: 10px;
	width: 100%;
	color: #fff
}

.footmsgn {
	display: flex;
	justify-content: space-between;
	margin-bottom: 16px;
}

.footmsgna {
	width: calc(50% - 8px)
}
.footmsgna2{
    width: 100%;
}

 
.footmsgna2 .footmsgtxt{
    height: 80px;
    border-radius: 10px;
    resize: none; 
}

.footmsgtxt::-webkit-input-placeholder {
	color: #fff;
	font-size: 14px;
	opacity: 0.8;
}

.footmsgn2 {
	padding-top: 20px;
	margin: 0;
}

.footmsgnp1 {
	font-size: 14px;
	opacity: 0.6;
	-webkit-opacity: 0.6;
}

.footmsgnp1 a{
    		text-decoration: underline;

}
/* 首页 底部留言 */



/* 首页解决方案 */
.soxlsubh5 {
	position: relative;
	padding: 0 var(--index-solo-nbjlr);
	padding-left: var(--index-solo-nbjlr);
	color: #fff;
}

.soxlsubh5 em {
	font-size: var(--index-solo-tit-font-size);
}

.soxlsubh5i {
	display: block;
	width: 35px;
	height: 100%;
	position: absolute;
	left: 20px;
	top: 0;
}

.soxlsubh5i img {
	position: absolute;
	inset: 0;
	margin: auto;
	margin-left: 0;
	max-width: 80%;
	max-height: 80%;
}

.soxlsub {
	color: #fff;
	padding: 0;
}

.soxlsubwz {
	font-size: var(--index-solo-ms-font-size);
	line-height: 1.6;
}

.soxlsub {
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: var(--border10);
	overflow: hidden;
}

.soxlsub {
	background: rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(15px);
}

.soxlsubh5 {
	height: var(--index-solo-tit-height);
	cursor: pointer;
	display: flex;
	align-items: center;
	line-height: 1.4;
}

.soxlsubh5btn {
	display: block;
	height: 100%;
	right: 20px;
	color: #fff;
	line-height: var(--index-solo-tit-height);
	position: absolute;
	top: 0;
}

.soxlsubh5btn {
	font-size: 14px;
	transition: all 0.3s ease;
}

.soxlsubh5btn:before {
	display: inline-block;
	transition: all 0.3s ease;
}

.soxlsubms {
	padding: var(--index-solo-nbjlr);
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.soxlsubimg {
	border-radius: 10px;
	overflow: hidden;
	display: block;
	position: relative;
	margin-top: var(--index-img-mt-55);
	display: none;
}

.soxlsubimg img {
	width: 100%;
	transition: all 0.3s ease;
}

.soxlsubimg:hover img {
	transform: scale(1.1);
}

.soxlsubimg:hover .soxllink {
	opacity: 1;
}

.soxllink {
	background: var(--color);
	color: #fff;
	opacity: 0;
	transition: all 0.3s ease;
}

.soxllink {
	position: absolute;
	z-index: 3;
	left: 50%;
	top: 50%;
	z-index: 2;
	transform: translate(-50%, -50%);
}

.soxllink {
	padding: 8px 40px;
	border-radius: 55px;
	font-size: 16px;
}

.soxlsubms {
	display: none;
}

.soxlsub {
	margin-top: 20px;
}

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

.soxlsubh5 {
	outline: 2px solid rgba(0, 0, 0, 0);
	outline-offset: -1px;
	transition: .3s ease-out;
	border-radius: 5px;
}

.soxlsubh5:hover .soxlsubh5btn:before {
	transform: rotateZ(90deg);
}

.soxlsubh5.active:hover .soxlsubh5btn:before {
	transform: none;
}

.soxlsubh5.active .soxlsubh5btn:before {
	content: '\e729';
}

.featuretopmore {
	display: flex;
	margin-top: var(--index-more-mt-35);
}

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

.featurebot {
	margin-top: var(--index-img-mt-55);
}

.featurebotm {
	position: relative;
}


.featurebotm {
	overflow: hidden;
	cursor: pointer;
}

.featurebotm img {
	transition: all 0.3s ease;
}

.featurebotm:hover img {
	transform: scale(1.1);
}

.featurebotm {
	width: calc(50% - 5px);
	margin-top: 10px;
	border-radius: var(--border10);
}

.featurebotm2{
    width: 100%;   
}

.featurebotm:nth-child(-n+2) {
	margin-top: 0;
}

.featurebotimg {
	width: 100%;
}

.featurebotp1 {
	position: absolute;
	padding: 0 10px;
	font-size: 14px;
	color: #fff;
	width: 100%;
	line-height: 1.2;
	z-index: 2;
	bottom: 10px;
	left: 0;
}

/* 首页解决方案 */

/* 业务领域内页 */
.busban {
	position: relative;
	padding-bottom: 33.6%;
	overflow: hidden;
	margin-top: var(--nav-height);
}

.busbanimg {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.busban .sub-visual-dh {
	top: 7%;
}

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

.bus8ama {
	width: 37%;
}

.bus8amb {
	width: 61.5%;
}

.bus8amar {
	margin-top: 0;
}

.bus8aimg {
	width: 100%;
	vertical-align: top;
	height: 100%;
	object-fit: cover;
}

.bus8axx {
	border-radius: var(--border10);
	overflow: hidden;
}

.bus8am2 {
	margin-top: var(--mt45p);
}

.jdalsw {
	padding-bottom: 0;
}

.jdalswiperimg {
	overflow: hidden;
	border-radius: var(--border10);
}

.jdalswiperimg img {
	width: 100%;
	transition: all 0.3s ease;
}

.jdalswiperwz {
	padding: 7% 5%;
	padding-bottom: 0;
}

.jdalswiper {
	margin-top: var(--mt45p);
	overflow: hidden;
}

.jdalswiperp1 {
	font-size: var(--fs24);
	font-weight: var(--b600);
	line-height: 1.2;
	transition: all 0.3s ease;
	color: #222;
}

.jdalswiperp2 {
	padding: 0 5%;
	display: flex;
	color: #888;
	line-height: 1;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
}

.bus12aswiper {
    overflow: hidden;
}

.jdalswiperp2 span {
	padding: 8px 20px;
	background: #f8f8f8;
	font-size: 14px;
	border-radius: 99px;
	display: flex;
    align-items: center;
}

.jdalswiperp2-fff span {
	background: #fff;
}

.jdalswiperp2 span {
	margin-right: 15px;
}

.jdalswiperp2 span:last-child {
	margin: 0;
}

/* .jdalswiperp2 span:before {position:absolute;right:0;top:50%;transform:translateY(-50%);content:'';}
.jdalswiperp2 span:before {width:1px;height:10px;background:#ddd;}
.jdalswiperp2 span:last-child {padding:0;margin:0;}
.jdalswiperp2 span:last-child:before {display:none;} */
.jdalslide {
	padding-bottom: 50px;
	height: auto;
}

.jdalslide:hover .jdalswiperimg img {
	transform: scale(1.1);
}

.jdalslide:hover .jdalswiperp1 {
	color: var(--blue);
}

.bus8c {
	background: #f7f7f7;
}

.bus8cx {
	margin-top: var(--mt45p);
}

.bus8cx {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.bus8cxa {
	position: sticky;
	top: 20px;
	width: 310px;
	background: #fff;
	padding: 30px;
	border-radius: var(--border10);
}

.bus8cxa {
	padding-right: 0;
}

.bus8cxb {
	width: calc(97% - 310px);
}

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

.bus8cxam {
	display: block;
	line-height: 1.2;
	margin-top: 5px;
	padding: 15px 20px;
	position: relative;
	padding-right: 40px;
	border-radius: var(--border5);
}

.bus8cxam span {
	color: #333;
	font-size: var(--fs18);
}

.bus8cxam i {
	position: absolute;
	right: 30px;
	color: #fff;
	opacity: 0;
	display: block;
	line-height: 1;
	top: 17px
}

.bus8cxam i,
.bus8cxam span,
.bus8cxam {
	transition: all 0.4s ease;
}

.active.bus8cxam {
	background: var(--blue);
}

.active.bus8cxam span {
	color: #fff;
}

.active.bus8cxam i {
	opacity: 1;
	right: 20px;
}

.bus8cxam:hover span {
	/*color: var(--color);*/
	color: #fff;
}

.bus8cxam:hover {
	background: var(--blue);
}
.bus8cxam:hover i{
    opacity: 1;
}


.bus8cscroll {
	max-height: 570px;
	overflow-y: auto;
	padding-right: 10px;
}

.bus8cscroll.mCS_disabled {
	padding-right: 30px;
}

.bus8cxbp1 {
	color: var(--blue);
	line-height: 1.2;
	font-size: var(--fs24);
	font-weight: var(--b600);
}

.bus8cxbp1,
.bus8cxbp2,
.bus8cxbp2 p:before,
.bus8cxbx {
	transition: all 0.3s ease;
}

.bus8cxbp2 {
	color: #666;
	margin-top: 20px;
}

.bus8cxbp2 p {
	position: relative;
	padding-left: 12px;
}

.bus8cxbp2 p:before {
	position: absolute;
	width: 4px;
	height: 4px;
	background: #666;
	border-radius: 50%;
	left: 0;
	content: '';
}

.bus8cxbp2 p:before {
	top: 10px;
}

.bus8cxbp2 p {
	margin-bottom: 5px;
}

.bus8cxbm {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding-bottom: var(--mt45p);
}

.bus8cxbx {
	padding: 3.5%;
	background: #fff;
	border-radius: var(--border10);
}

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

.bus8cxbx:nth-child(2n) {
	margin-right: 0;
}

.bus8cxbx:nth-child(-n+2) {
	margin-top: 0;
}

 .bus8cxbx:hover {
	background: var(--blue);
}

.bus8cxbx:hover .bus8cxbp1,
.bus8cxbx:hover .bus8cxbp2 {
	color: #fff;
}

.bus8cxbx:hover .bus8cxbp2 p:before {
	background: #fff;
} 



/* 业务领域内页 */


/* 关于 */
.new91b {
	background-color: #fff;
}

.new91bimg {
	width: 100%;
	border-radius: var(--border10);
	overflow: hidden;
}

.new91bimg img {
	width: 100%;
}

.new91bp2,
.new91bimg img {
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

.new91blink:hover .new91bp2 {
	color: var(--color);
}

.new91blink:hover .new91bimg img {
	transform: scale(1.1);
}

.new91bp1 {
	color: #666;
	line-height: 1;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
}

.new91bn {
	display: flex;
	flex-wrap: wrap;
	margin-top: var(--mt45p);
}

.new91blink {
	width: 31%;
	margin-right: 3.5%;
	margin-bottom: 5%;
	position: relative;
	padding-bottom: 20px;
}

.new91blink:nth-child(3n) {
	margin-right: 0;
}

.new91bp2 {
	font-size: var(--fs20);
	font-weight: var(--b700);
	line-height: 1.4;
}

.new91bwz,
.new91bp1 {
	padding: 20px;
}

.new91bp1 {
	padding-top: 0;
	padding-bottom: 0;
}

.abt92anum {
	position: relative;
	overflow: hidden;
	padding: 50px 0;
}

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

.abt92anumbg {
	background-attachment: fixed;
}

.abt92anumx {
	display: flex;
	justify-content: space-between;
	padding: 50px 0;
}

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

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

.abt92anumul {
	min-width: 20%;
	color: #fff;
	text-align: center;
}

.abt92anump1 {
	display: flex;
	justify-content: center;
	line-height: 1;
	align-items: flex-end;
}

.abt92anump1 span {
	font-size: var(--fs58);
	font-weight: var(--b600);
}

.abt92anump1 em {
	font-size: 30px;
	font-weight: var(--b600);
	position: relative;
	top: -2px;
}

.abt92anump1 em,
.abt92anump1 i {
	line-height: 30px;
	font-style: normal;
	padding-left: 6px;
}

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

.abt92anumi {
	display: inline-block;
	width: 70px;
	height: 70px;
	position: relative;
}

.abt92anumi img {
	position: absolute;
	max-width: 90%;
	max-height: 90%;
	inset: 0;
	margin: auto;
}

.abt92anump1,
.abt92anump2 {
	margin-top: 15px;
}

.abt92c {
	position: relative;
	height: 85vh;
	max-height: 850px;
	min-height: 600px;
}

.abt92cbg {
	position: absolute;
	width: 100%;
	height: 100%;
	inset: 0;
	margin: auto;
}

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

.abt92cbg {
	will-change: clip-path;
	animation-name: abt92cbgs;
}

@keyframes abt92cbgs {
	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(var(--ptb) calc((100% - var(--w14)) / 2) var(--ptb) calc((100% - var(--w14)) / 2) round var(--border10) var(--border10) var(--border10) var(--border10));
		clip-path: inset(var(--ptb) calc((100% - var(--w14)) / 2) var(--ptb) calc((100% - var(--w14)) / 2) round var(--border10) var(--border10) var(--border10) var(--border10));
	}
}

.abt92cbtn {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}


.cultures {
	position: relative;
	height: 650px;
	overflow: hidden;
	border-radius: var(--border10);
}

@media screen and (max-width:1680px) {
	.cultures {
		height: 580px;
	}
}

@media screen and (max-width:1440px) {
	.cultures {
		height: 520px;
	}
}

@media screen and (max-width:1366px) {
	.cultures {
		height: 450px;
	}
	.gtm_menu_title{
	    font-size: 14px;
	}
}

@media screen and (max-width:1280px) {
	.cultures {
		height: 420px;
	}
}

@media screen and (max-width:768px) {
	.cultures {
		height: 370px;
	}
}

.culturessub {
	position: absolute;
	width: 35%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	z-index: 3;
}

.culturessub {
	background: rgba(255, 255, 255, 0.10);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	box-shadow: 0px 12px 32px 0px rgba(72, 144, 175, 0.13);
}

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

.culturessubm {
	height: 33.33%;
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}

.culturessubm {
	padding: 0 10%;
	color: #fff;
	transition: all 0.3s ease;
}

.culturestit {
	font-size: var(--fs22);
	font-weight: var(--b600);
	opacity: 0.8;
	transition: all 0.3s ease;
}

.culturesicon {
	width: 40px;
	height: 40px;
	position: relative;
}

.culturesicon img {
	position: absolute;
	inset: 0;
	margin: auto;
	max-width: 90%;
	max-height: 90%;
}

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

.culturessubm.act .culturestit {
	opacity: 1;
}

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

.culturessubm {
	cursor: pointer;
}

.culturesms {
	display: none;
}

.culturesimg,
.culturesimgm {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

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

.culturesimgm {
	transition: all .6s;
	opacity: 0;
	-webkit-opacity: 0;
}

.culturesimgm.act {
	opacity: 1;
}

.culturesimgmwz {
	position: absolute;
	width: 65%;
	right: 0;
	top: 0;
	color: #fff;
	padding: 4% 5%;
}

.culturesimgtit {
	font-size: var(--fs28);
	line-height: 1.2;
}

.culturesimgms {
	margin-top: var(--mt25p);
	font-size: var(--fs18);
}

.cultures {
	margin-top: var(--mt45p);
}


.hono92asub {
	margin-top: var(--mt45p);
}

.hono92asuba {
	display: flex;
	border-bottom: 2px solid #ddd;
}

.hono92asuba span {
	display: flex;
	padding-bottom: 25px;
	margin-right: 5%;
	font-size: var(--fs18);
	font-weight: var(--b600);
}

.hono92asuba span {
	cursor: pointer;
}

.hono92asuba span:last-child {
	margin: 0;
}

.hono92asuba span {
	position: relative;
	color: #222;
}

.hono92asuba span:before {
	position: absolute;
	width: 100%;
	height: 2px;
	background: var(--color);
	content: '';
	left: 0;
	bottom: -2px;
}

.hono92asuba span:before {
	opacity: 0;
	width: 0;
}

.hono92asuba span:before,
.hono92asuba span {
	transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
}

.hono92asuba span.act {
	color: var(--color);
}

.hono92asuba span.act:before {
	opacity: 1;
	width: 100%;
}

.hono92azsxa {
	display: flex;
	border-bottom: 1px solid #ddd;
}

.hono92azsxa span {
	display: flex;
	padding-bottom: 25px;
	margin-right: 5%;
	font-weight: var(--b600);
}

.hono92azsxa span {
	cursor: pointer;
}

.hono92azsxa span:last-child {
	margin: 0;
}

.hono92azsxa span {
	position: relative;
	color: #222;
}

.hono92azsxa span:before {
	position: absolute;
	width: 100%;
	height: 2px;
	background: var(--color);
	content: '';
	left: 0;
	bottom: -2px;
}

.hono92azsxa span:before {
	opacity: 0;
	width: 0;
}

.hono92azsxa span:before,
.hono92asuba span {
	transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
}

.hono92azsxa span.act {
	color: var(--color);
}

/* .hono92azsxa span.act:before {opacity:1;width:100%;}
*/
.hono92azsxa span {
	padding-top: 25px;
}

.hono92azsm,
.hono92azsxbm {
	display: none;
}

.hono92azsm.act,
.hono92azsxbm.act {
	display: block;
}

.hono92azsx {
	width: 100%;
}

.hono92azsxbmn {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.hono92azsxbmn p {
	width: 50%;
	border-bottom: 1px solid #eee;
	padding: 25px;
	color: #333;
	position: relative;
}

.hono92azsxbmn p {
	padding-right: 5%;
	margin-right: 0;
}

/* .hono92azsxbmn p:nth-child(2n) {margin-right:0;}
*/
.hono92azsxbmn p:before {
	width: 4px;
	height: 4px;
	background: #333;
	border-radius: 50%;
	content: '';
	position: absolute;
}

.hono92azsxbmn p:before {
	left: 5px;
	top: 35px;
}

.hono92b {
	background: #f7f7f7;
}

.hono92bzs {
	margin-top: var(--mt25p)
}


.his92awz {
	display: flex;
	flex-wrap: wrap;
}

.his92al {
	width: 30%;
}

.his92ar {
	width: 70%;
	padding-left: 10%;
}

.his92ap1 {
	line-height: 1;
	overflow: hidden;
	color: var(--color);
	font-size: var(--fs58);
	font-weight: var(--b400);
}

.his92ap2 {
	margin-top: 20px;
}

.his92ar {
	font-size: var(--fs18);
	padding-top: 10px;
	--ptbhis: 30px;
}

.his92ar p {
	position: relative;
	padding: var(--ptbhis) 0;
	padding-left: 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.his92ar p:before {
	width: 4px;
	height: 4px;
	border-radius: 50%;
	left: 6px;
	background: #333;
	content: '';
	position: absolute;
}

.his92ar p:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	background: var(--color);
}

.his92ar p:before {
	top: calc(var(--ptbhis) + 12px);
}

.his92ar p:nth-child(1):before {
	top: 12px;
}

.his92ar p:nth-child(1) {
	padding-top: 0;
}

.his92ar p:last-child {
	padding-bottom: 0;
}

.his92ar p:last-child:after {
	display: none;
}

.his92ar p:last-child {
	border: none;
}

.his92ar p:hover:after {
	width: 100%;
	transition: all 1s ease;
}

.his92abg {
	height: 450px;
	position: relative;
	overflow: hidden;
}

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

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

/* .his92awz {padding-bottom:var(--ptb-2);} */
.his92am:last-child .his92awz {
	padding-bottom: var(--ptb);
}

.aos-animate .his92abgm {
	animation-name: imgAni;
	animation-duration: 1s;
	animation-fill-mode: forwards;
}

@-webkit-keyframes imgAni {
	0% {
		clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
	}

	100% {
		clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
	}
}

.his92ap1span.aos-animate {
	animation-name: fadeUpAni2;
	animation-duration: 0.6s;
	animation-fill-mode: forwards;
}

.his92ap1span {
	display: block;
}

@keyframes fadeUpAni2 {
	0% {
		opacity: 0;
		transform: translate3d(0, 100%, 0);
	}

	100% {
		opacity: 1;
		transform: translate3d(0, 0px, 0);
	}
}

.his92ar.aos-animate {
	animation-name: fadeSide1;
	animation-duration: 0.6s;
	animation-fill-mode: forwards;
}

@keyframes fadeSide1 {
	0% {
		opacity: 0;
		transform: translate3d(-50px, 0px, 0);
	}

	100% {
		opacity: 1;
		transform: translate3d(0, 0px, 0);
	}
}

.cont92b {
	background-color: #f8f8f8;
}

.cont92bx {
	margin-top: var(--mt45p);
}

.cont92bx {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.cont92bxa {
	width: 300px;
	position: sticky;
	top: calc(var(--nav-height) + 10px);
	padding-top: 0;
}

.lxwm_jsm {
	width: calc(100% - 300px);
	padding-left: 5%;
}

.cont92bxb {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.cont92bxbx {
	width: 48.5%;
	margin-right: 3%;
	margin-top: 3%;
	border-radius: var(--border10);
}

.cont92bxbx:nth-child(2n) {
	margin-right: 0;
}

.cont92bxbx:nth-child(-n+2) {
	margin-top: 0;
}

.cont92bxbx {
	background-color: #fff;
	padding: 30px;
}

.cont92bxam {
	background: #fff;
	padding: 30px;
	border-radius: var(--border10);
}

.cont92bxbtit {
	font-size: var(--fs22);
	font-weight: var(--b600);
	color: var(--blue);
	line-height: 1.2;
}

.cont92bxbms {
	margin-top: 20px;
	line-height: 1.4;
	color: #666;
}

.cont92bxbp1 {
	position: relative;
	padding-left: 35px;
	margin-bottom: 10px;
}

.cont92bxicon {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	line-height: 20px;
}

.cont92bxicon1 {
	font-size: 20px;
	top: 1px;
}

.cont92bxicon2 {
	font-size: 17px;
	top: 2px;
}

.cont92bxicon3 {
	font-size: 20px;
	top: 1px;
}

.cont92bxicon4 {
	font-size: 20px;
	top: 2px;
}

.cont92bxicon5 {
	font-size: 20px;
	top: 1px;
}

.cont92bxbx,
.cont92bxbp1,
.cont92bxbtit {
	transition: all 0.3s ease;
}

.cont92bxbx:hover {
	background: var(--blue);
}

.cont92bxbx:hover .cont92bxbp1,
.cont92bxbx:hover .cont92bxbtit {
	color: #fff;
}

.cont92bxam a {
	display: flex;
	width: 100%;
	padding: 12px 20px;
	line-height: 20px;
	align-items: flex-start;
	justify-content: space-between;
}

.cont92bxalink,
.cont92bxalink span,
.cont92bxalink i {
	transition: all 0.3s ease;
}

.cont92bxalink i {
	font-size: var(--fs20);
	color: #fff;
	transform: translateX(-10px);
	opacity: 0;
}

.cont92bxalink {
	border-radius: var(--border5);
	overflow: hidden;
	margin-bottom: 10px;
}

.cont92bxalink:last-child {
	margin: 0;
}

.cont92bxalink span {
	font-size: var(--fs18);
	color: #333;
}

.cont92bxalink:hover,
.cont92bxalink.act {
	background: var(--blue);
}

.cont92bxalink:hover span,
.cont92bxalink.act span {
	color: #fff;
}

.cont92bxalink:hover i,
.cont92bxalink.act i {
	opacity: 1;
	transform: translateX(0);
}

.lxwm_jsmn {
	display: none;
}


/* 关于 */

/* 解决方案 */
.solu8aswiper {
	margin-top: var(--mt45p);
	width: 100%;
	overflow: hidden;
}

.solu8azz {
	position: absolute;
	width: 100%;
	height: 50%;
	left: 0;
	bottom: 0;
	z-index: 1;
}

.solu8azz {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(10, 52, 102, 1) 100%);
	opacity: 0;
}

.solu8ap1 {
	max-width: 55%;
	color: #333;
	margin-top: 0;
}

.solu8aslide {
	position: relative;
	overflow: hidden;
	border-radius: var(--border10);
}

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

.solu8awz {
	position: absolute;
	z-index: 3;
	width: 100%;
	left: 0;
	top: 0;
	padding: 8% 9%;
	height: 100%;
}

.solu8awz:before {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: var(--blue);
	content: '';
	z-index: 1;
	opacity: 0;
}

.solu8awz:before {
	transition: all 0.4s;
}

.solu8ap1,
.solu8ap2,
.solu8antb {
	color: #fff;
	position: relative;
	z-index: 2;
}

.solu8ap1 {
	position: relative;
	font-size: var(--solu8bimg);
	font-weight: 600;
	padding-top: 25px;
	line-height: 1.4;
}

.solu8ap1:before,
.solu8ap1:after {
	position: absolute;
	width: 60px;
	left: 0;
	top: 0;
	height: 8px;
	background: var(--blue);
}

.solu8ap1:before,
.solu8ap1:after {
	content: '';
	transition: all 0.4s;
	display: none;
}

.solu8ap1:after {
	background: #fff;
	width: 0;
	z-index: 3;
	opacity: 0;
	transition-delay: 0.2s;
}

.solu8awz {
	transform: translateY(calc(92% - 120px));
	transition: all 0.4s;
}

.solu8ap1 {
	font-size: var(--fs28);
	font-weight: var(--b600);
}

.solu8ap2 {
	opacity: 0;
	transform: translateY(50px);
	transition: all 0.4s;
	margin-top: 30px;
}

.solu8antb {
	position: absolute;
	left: 0;
	transition: all 0.3s;
	display: flex;
	width: 100%;
	bottom: 10%;
}

.solu8antb {
	padding: 0 9%;
	opacity: 0;
	transform: translateY(50px);
}

.solu8ap2 {
	transition-delay: 0.3s;
}

.solu8antb {
	transition-delay: 0.5s;
}

.solu8aslide:hover .solu8awz:before {
	opacity: 0.8;
}

.solu8aslide:hover .solu8awz {
	transform: translateY(0)
}

.solu8aslide:hover .solu8ap2 {
	transform: translateY(0);
	opacity: 1;
}

.solu8aslide:hover .solu8ap1:after {
	opacity: 1;
	width: 60px;
}

.solu8aslide:hover .solu8antb {
	opacity: 1;
	transform: translateY(0);
}

.solu8b {
	width: 100%;
	overflow: hidden;
	padding-top: 45px;
	padding-top: 0px;
	width: 100%;
}

.solu8bswiper {
	width: calc(100% - ((100% - var(--w14)) / 2));
	margin-left: calc((100% - var(--w14)) / 2);
}

.solu8bswiper {
	margin-top: var(--mt45p);
}

.solu8bslide {
	border-radius: var(--border10);
	overflow: hidden;
}

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

.solu8bimg img {
	width: 100%;
}

.solu8bwz {
	padding: 35px 45px;
	position: relative;
	transition: all 0.4s;
}

.solu8bwz:before {
	position: absolute;
	content: '';
	width: 100%;
	background: #fff;
	height: 100%;
	bottom: 0;
	left: 0;
	/* opacity: 0;
	visibility: hidden; */
}

.solu8bp1 {
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
	font-size: var(--fs28);
	line-height: 1.3;
	font-weight: var(--b600);
	position: relative;
}

.solu8bp1::before {
	content: "";
	position: absolute;
	width: 0;
	height: 1px;
	background: #333;
	bottom: -1px;
	left: 0;
	opacity: 0;
	transition: all 0.4s ease;
}

.solu8bslide:hover .solu8bp1::before {
	width: 100%;
	opacity: 1;
}

.solu8bp1,
.solu8bp2 {
	position: relative;
	z-index: 2;
}

.solu8bp2 {
	margin-top: 20px;
	color: #333;
}

.solu8bimg img,
.solu8bwz:before,
.solu8bp1,
.solu8bp2,
.solu8bslide {
	transition: all 0.4s ease;
}

/* .solu8bslide:hover .solu8bp1 {
	color: #fff;
	border-color: #fff;
} */
.solu8bslide:hover .solu8bp1 {
	color: var(--blue);
	/* border-color: var(--blue); */
}

/* .solu8bslide:hover .solu8bp2 {
	color: #fff;
} */

.solu8bslide:hover {
	border-radius: var(--border5);
}

.solu8bslide:hover .solu8bimg img {
	transform: scale(1.13);
}

.solu8bslide:hover .solu8bwz:before {
	opacity: 1;
	visibility: visible;
}

.solu8bslide {
	box-shadow: 0 15px 25px rgba(0, 0, 0, 0.06);
}

.solu8bslide:hover {
	box-shadow: 0 25px 35px rgba(0, 0, 0, 0.08);
}

.solu8c {
	position: relative;
	overflow: hidden;
	height: 100vh;
	max-height: 1000px;
	min-height: 550px;
}

.solu8cbg,
.solu8cbgm {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

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

.solu8cp1 {
	color: #fff;
	margin-top: 20px;
}

.solu8czw {
	position: relative;
	/*z-index: 3;*/
	top: 17%
}

.solu8czwm {
	padding-right: 20%;
}

.solu8ctwo {
	position: absolute;
	top: 0;
	right: 0;
	width: 480px;
	height: 100%;
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.solu8ctwoa {
	width: 100%;
	height: 50%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	flex-direction: column;
	text-align: left;
	padding-left: 20%;
	position: relative;
}

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

.solu8ctwoa:last-child {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.solu8ctwop1 {
	color: #fff;
	font-size: var(--fs32);
	line-height: 1.2;
}

.solu8ctwop2 {
	display: flex;
	margin-top: 25px;
}

.solu8ctwop1,
.solu8ctwop2 {
	position: relative;
	z-index: 2;
}

.solu8ctwop2icon {
	margin: 0;
}

.solu8ctwoabg {
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
}

.solu8ctwoabg {
	opacity: 0;
	visibility: hidden;
}

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

.solu8ctwoa:hover .solu8ctwoabg {
	opacity: 1;
	visibility: visible;
	transition: opacity 0.3s ease;
}

/* .solu8cbgm {width:104%;height:104%;left:-2%;top:-2%}
*/
/* .solu8cbgm {background-attachment:fixed;}
*/
/* .solu8cbgm {background-attachment:fixed;}
*/
/* .solu8cbgm {animation-name:solu8cbgm01;}
*/
@keyframes solu8cbgm01 {
	0% {
		-webkit-clip-path: inset(5vh calc((100% - var(--w14)) / 2) 0 calc((100% - var(--w14)) / 2) round var(--border10) var(--border10) var(--border10) var(--border10));
		clip-path: inset(5vh calc((100% - var(--w14)) / 2) 0 calc((100% - var(--w14)) / 2) round var(--border10) var(--border10) var(--border10) var(--border10))
	}

	to {
		-webkit-clip-path: inset(0 round 0 0 0 0);
		clip-path: inset(0 round 0 0 0 0)
	}
}

.solu8dtop {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}


.bus12a {
	background: #f7f7f7;
}

.bus12amimg img {
	width: 100%;
}

.bus12aslider,
.bus12amimg {
	overflow: hidden;
	border-radius: var(--border10);
}

.bus12aslider {
	background: #fff;
	padding: 15px;
}

.bus12amh6 {
	line-height: 1.4;
	color: var(--blue);
	font-size: var(--fs24);
	font-weight: var(--b600);
}

.bus12amwzm {
	max-height: 100px;
	line-height: 25px;
	overflow: hidden;
	margin-top: 10px;
}

.bus12amwz {
	padding: 25px 15px;
	text-align: justify;
}

.bus12a .mCSB_scrollTools {
	width: 2px;
}

.bus12a .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail {
	background: var(--blue);
}

.bus12aaniu .swiper-button-lock {
	display: none;
}

.bus12aaniu .sgganiubtnm {
	margin-top: var(--mt45p);
}

.bus12aaniu {
	display: flex;
	justify-content: flex-end;
}

.bus12bx img {
	width: 100%;
}

.bus12bx {
	margin-top: var(--mt55p);
}

.bus12b {
	padding-bottom: 0;
}

/* 解决方案 */

/* 服务项目 */
.sergcaimg {
	margin-top: var(--mt45p);
}

.sergcaimg img {
	width: 100%;
}

.sergcaimg {
	border-radius: var(--border10);
	overflow: hidden;
}

.swipe-section {
	position: relative;
	height: 100vh;
	width: 100%;
	overflow: hidden;
	background: #000;
}

.swipe-section .panel {
	position: absolute;
	left: 0;
	top: 0;
	height: 100vh;
	width: 100%;
}

.panelbg {
	width: 100%;
	height: 100vh;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.panelbg:before {
	position: absolute;
	width: 100%;
	height: 100%;
	content: '';
}

.panelbg:before {
	background-color: #000;
	opacity: 0;
	-webkit-opacity: 0;
	left: 0;
	top: 0
}

.outer,
.inner {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.dot-list {
	position: absolute;
	left: calc((100% - var(--w14)) / 2);
	top: 50vh;
	transform: translateY(-50%);
	z-index: 20;
}

.dot-list .dot {
	position: relative;
	line-height: 1.2;
	color: #fff;
	padding-bottom: 60px;
}

.dot-list .dot:before {
	position: absolute;
	top: 12px;
	bottom: 0;
	left: 9px;
	width: 1px;
	height: 100%;
	content: "";
	opacity: 0.3;
	-webkit-opacity: 0.3;
	background-color: #fff;
}

.dot-list .dot a {
	display: inline-block;
	padding-left: 34px;
	font-size: 18px;
	color: rgba(255, 255, 255, 0.5);
	position: relative;
}

.dot-list .dot a:before {
	position: absolute;
	top: 50%;
	bottom: 0;
	opacity: 0;
	-webkit-opacity: 0;
	left: 1px;
	width: 15px;
	height: 15px;
	content: "";
	border: 1px solid #fff;
	transform: translateY(-50%);
	border-radius: 100%;
}

.dot-list .dot a:after {
	position: absolute;
	top: 50%;
	bottom: 0;
	left: 7px;
	width: 5px;
	height: 5px;
	content: "";
	background-color: #fff;
	transform: translateY(-50%);
	border-radius: 100%;
}

.panel8-content {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.txt8_box {
	width: 100%;
	color: #fff;
	visibility: hidden;
	padding-left: 25%;
}

.txt8_h2,
.txt8_ms,
.txt8_sub {
	opacity: 0;
	-webkit-opacity: 0;
}

.txt8_h2 {
	font-size: var(--fs32);
	color: #fff;
	line-height: 1.2;
}

.txt8_ms {
	font-size: var(--fs18);
	text-align: justify;
	margin-top: 20px;
}

.txt8_ms p {
	margin-top: 12px;
}

.txt8_ms p:nth-child(1) {
	margin-top: 0;
}

.txt8_sub {
	margin-top: var(--mt55p);
}

.txt8_sub {
	display: flex;
	flex-wrap: wrap;
}

.txt8_sub a {
	border: 1px solid #fff;
	line-height: 1.2;
	padding: 10px 25px;
	border-radius: 999px;
	margin-top: 20px;
}

.txt8_sub i {
	font-size: 14px;
	margin-left: 20px;
}

.txt8_sub a {
	margin-right: 20px;
	transition: all 0.5s ease;
}

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

.active.panel .txt8_box {
	visibility: visible;
}

.active.panel .txt8_h2 {
	animation: textAni 1s .6s forwards;
	-webkit-animation: textAni 1s .6s forwards;
}

.active.panel .txt8_ms {
	animation: textAni 1s 1s forwards;
	-webkit-animation: textAni 1s 1s forwards;
}

.active.panel .txt8_sub {
	animation: textAni 1s 1.4s forwards;
	-webkit-animation: textAni 1s 1.4s forwards;
}

.dot-list .dot:last-child:before {
	display: none;
}

.dot-list .dot:last-child {
	padding-bottom: 0;
}

.dot-list .dot a,
.dot-list .dot a:before {
	transition: all 0.3s ease;
}

.dot-list .dot.active a {
	color: rgba(255, 255, 255, 1)
}

.dot-list .dot.active a:before {
	opacity: 1;
	-webkit-opacity: 1;
}

.panel1 {
	z-index: 1;
}

.panel2 {
	z-index: 2;
}

.panel3 {
	z-index: 3;
}

.panel4 {
	z-index: 4;
}

.panel5 {
	z-index: 5;
}

.panel6 {
	z-index: 6;
}

.panel7 {
	z-index: 7;
}

.paneldw {
	position: absolute;
	left: 0;
	top: calc(-1 * var(--nav-height));
	top: 0;
}

.panel {
	transform: translateY(100%);
	-webkit-transform: translateY(100%);
}

.panel .paneldw {
	display: none;
}

.active.panel {
	z-index: 19;
	transform: translateY(0);
	-webkit-transform: translateY(0);
}

.panel.active_end {
	z-index: 10;
	-webkit-transform: translateY(0);
}

.active.panel .panelbg {
	animation: panel01 1s forwards;
}

/* .panel.active {z-index:3;}
.panel.active_end {z-index:2;}
.panel.active .outer-content {animation:panel01  1s ease forwards;}
.panel.active .inner-content {animation:panel02  1s ease forwards;}
.panel.active2 .outer-content {animation:panel02  1s ease forwards !important;}
.panel.active2 .inner-content {animation:panel01  1s ease forwards !important;}
*/
@keyframes textAni {
	0% {
		opacity: 0;
		-webkit-opacity: 0;
		transform: translateY(200px);
		-webkit-transform: translateY(200px);
	}

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

@keyframes panel01 {
	0% {
		transform: translateY(100%);
		-webkit-transform: translateY(100%);
	}

	to {
		transform: translateY(0);
		-webkit-transform: translateY(0);
	}
}

@keyframes panel02 {
	0% {
		transform: translateY(-100%);
		-webkit-transform: translateY(-100%);
	}

	to {
		transform: translateY(0);
		-webkit-transform: translateY(0);
	}
}

.cont_wrap {
	position: relative;
}

/* 服务项目 */

/* 案例库 */
.case9ax {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	margin-top: var(--mt35p);
}

.case9axlink {
	width: 31.33%;
	margin-right: 3%;
	margin-bottom: 3%;
}

.case9axlink:nth-child(3n) {
	margin-right: 0;
}

.case9ass {
	display: flex;
	margin-top: var(--mt55p);
	position: relative;
	z-index: 6
}

.case9assfl {
	width: 210px;
}

.case9assfl .layui-form-select .layui-input {
	border-color: #e7e7e7;
	background: none;
	border-radius: 999px;
	color: #222;
}

.case9assfl .layui-form-select .layui-input,
.case9asstxt {
	height: 48px;
	line-height: 46px;
	font-size: 16px;
}

.case9assfl .layui-form-select .layui-edge {
	border-top-color: #666 !important;
	right: 20px;
}

.case9assfl .layui-form-select .layui-input {
	padding-left: 25px;
}

.case9assfl .layui-form-select dl dd.layui-this {
	background: var(--blue);
}

.case9assfl .layui-form-select dl dd {
	font-size: 14px;
}

.case9asstxt {
	background: none;
	border: none;
	width: 100%;
}

.case9asstxt {
	border: 1px solid #e7e7e7;
	border-radius: 999px;
	padding: 0 60px;
}

.case9asstxt {
	outline: none;
	transition: all 0.3s ease;
}

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

.case9asearch {
	width: calc(55% - 210px);
	margin-left: 5%;
	position: relative;
}

.case9assicon {
	line-height: 30px;
	display: block;
	top: 51%;
	transform: translateY(-50%);
	left: 25px;
	font-size: 22px;
}

.case9assicon {
	color: var(--blue);
	position: absolute;
}

.case6eh2 {
	font-size: var(--fs-tit);
	color: var(--blue);
	line-height: 1.2;
	font-weight: var(--b600);
}

.case6eh2 {
	padding-bottom: 60px;
	border-bottom: 2px solid var(--blue);
}

.case6ejsm {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	border-bottom: 1px solid #eaeaea;
}

.case6ejsmn {
	display: flex;
	width: 100%;
	padding: 35px 0;
}

.case6ejsmn-50 {
	width: 50%;
}

.case6ejsmp1 {
	width: 120px;
	color: #666;
}

.case6ejsmp2 {
	width: calc(100% - 200px);
}

.case6ejsmp2 {
	font-weight: var(--b600);
	font-size: var(--fs18);
}

.case6eimg {
	border-radius: var(--border10);
	overflow: hidden;
}

.case6eimg {
	/*text-align: center;*/
}

.case6eimg img {
	max-width: 100%;
		border-radius: var(--border10);
	width: 100%;
}

.case6eqt,
.case6eimg {
	margin-top: var(--mt35p);
}

.case6eqt {
	padding-top: var(--mt55p);
	border-top: 1px solid #ddd;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.case6eqt {
	flex-wrap: wrap;
}

.case6eqta {
	width: 60%;
}

.case6eqtb {
	display: flex;
}

.case6f {
	background: #f7f7f7;
}

.case6f .xkmsgatxt {
	background: #fff;
}


/* 案例库 */
/* 技术创新 */
.tech9b,
.tech9a {
	position: relative;
}

.tech9ax {
	margin-top: var(--mt55);
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.tech9axlink {
	width: 48.5%;
	margin-right: 3%;
}

.tech9axlink {
	margin-bottom: 3%;
	cursor: default;
}

.tech9axlink:nth-child(2n) {
	margin-right: 0;
}

.tech9aximg {
	padding-bottom: 42.64%;
}

.tech9aximg {
	overflow: hidden;
	border-radius: var(--border10);
	position: relative;
}

.tech9aximg img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
	transition: all 0.6s ease;
}

.tech9ap1 {
	color: #222;
	font-size: var(--fs24);
	font-weight: var(--b600);
}

.tech9ap1 {
	padding: 25px 15px;
}

.tech9axlink:hover .tech9aximg img {
	transform: scale(1.1);
}

.tech9b {
	background: #f7f7f7;
}

.tech9bx {
	margin-top: var(--mt55);
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.tech9bxlink {
	width: 31.33%;
	margin-right: 3%;
	background: #fff;
	border: 1px solid #e1e1e1;
	cursor: default;
}

.tech9bxlink {
	margin-bottom: 3%;
	border-radius: var(--border10);
	overflow: hidden;
}

.tech9bxlink:nth-child(3n) {
	margin-right: 0;
}

.tech9bximg {
	padding-bottom: 61.26%;
}

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

.tech9bximg img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
	transition: all 0.6s ease;
}

.tech9bxp1 {
	color: #222;
	font-size: var(--fs20);
	font-weight: var(--b600);
}

.tech9bxp1 {
	padding: 25px 25px;
}

.tech9bxlink:hover .tech9bximg img {
	transform: scale(1.1);
}

.tech9bsub {
	display: flex;
	margin-top: var(--mt35p);
}

.tech9bsub span {
	font-size: var(--fs18);
	color: #222;
	position: relative;
	line-height: 1.2;
	padding-bottom: 20px;
}

.tech9bsub span:before {
	position: absolute;
	width: 100%;
	height: 1px;
	background: var(--color);
	content: '';
}

.tech9bsub span:before {
	left: 0;
	bottom: 0;
	transition: all 0.3s ease;
	opacity: 0;
	bottom: 5px;
}

.tech9bsub span {
	transition: all 0.3s ease;
	cursor: pointer;
	margin-right: 5%;
}

.tech9bsub span:last-child {
	margin-left: 0;
}

.tech9bsub span:hover {
	color: var(--color);
}

.tech9bsub span.on {
	color: var(--color);
}

.tech9bsub span.on:before {
	opacity: 1;
	bottom: 0;
}

.tech9btabm {
	display: none;
}

/* 技术创新 */

/* 加入我们 */
.join9aimg {
	overflow: hidden;
	border-radius: var(--border10);
	margin-top: var(--mt45p);
}

.join9aimg img {
	width: 100%;
}

.join9aimgpage {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 5% !important;
	z-index: 88;
	display: flex;
	justify-content: center;
}

.join9aimgpage span {
	background: #fff;
	opacity: 1 !important;
	margin: 0 5px !important;
}

.join9aimgpage .swiper-pagination-bullet-active {
	background: var(--color);
}

.join9b {
	background: #f8f8f8;
	overflow: hidden;
	width: 100%;
}

.join9bswiper {
	margin-top: var(--mt45p);
}

.join9bswiper {
	width: calc(100% - ((100% - var(--w14)) / 2));
	margin-left: calc((100% - var(--w14)) / 2);
}

.join9bslide {
	border-radius: var(--border10);
	overflow: hidden;
	width: 450px;
	height: auto;
}

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

.join9bimg img {
	width: 100%;
}

.join9bwz {
	padding: 7%;
	position: relative;
}

.join9bh6 {
	font-size: var(--fs24);
	font-weight: var(--b600);
	line-height: 1.4;
}

.join9bms {
	margin-top: 10px;
	color: #333;
}

.join9bslide {
	box-shadow: 0 15px 25px rgba(0, 0, 0, 0.06);
}

.join9bh6,
.join9bms,
.join9bslide,
.join9bimg img {
	transition: all 0.6s;
}

.join9bslide:hover {
	box-shadow: 0 25px 35px rgba(0, 0, 0, 0.08);
}

/* .join9bslide:hover {background:var(--blue);} */
/* .join9bslide:hover .join9bms,.join9bslide:hover .join9bh6 {color:#fff;} */
.join9bslide:hover .join9bh6 {
	color: var(--blue)
}

.join9bslide:hover .join9bimg img {
	transform: scale(1.1);
}

.join9cm {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}

.join9cm {
	width: calc(100% - ((100% - var(--w14)) / 2));
	margin-left: calc((100% - var(--w14)) / 2);
}

.join9cmb {
	width: calc(95% - 350px);
}

.join9cma {
	width: var(--join9c-left-width);
	--join9c-left-width: 350px;
}

.join9cms {
	margin-top: var(--mt25p);
}

.join9cswiper {
	width: 100%;
	overflow: hidden;
}

.join9caniu {
	position: absolute;
	left: 0;
	bottom: 5%;
}

.join9cm {
	position: relative;
}

.join9cslide {
	border-radius: var(--border10);
	overflow: hidden;
	width: 350px;
	position: relative;
}

.join9cslide img {
	width: 100%;
}

.join9cp1 {
	position: absolute;
	width: 100%;
	padding: 7%;
	color: #fff;
	font-size: var(--fs20);
	z-index: 3;
}

.join9cp1 span {
	display: block;
	font-size: 16px;
	opacity: 0.8;
}

.join9cp1 {
	left: 0;
	bottom: 0;
}

.join9cslide:before {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
}

.join9cslide:before {
	position: absolute;
	width: 100%;
	height: 50%;
	left: 0;
	bottom: 0;
	content: '';
	z-index: 2;
}

.join9cslide:before {
	opacity: 0.5;
}

.join9cslide:hover:before {
	opacity: 0.9;
}

.join9cslide:before,
.join9cslide img {
	transition: all 0.6s;
}

.join9cslide:hover img {
	transform: scale(1.1);
}

.join9cbtn1,
.join9cbtn2 {
	margin-left: 0;
	margin-right: 20px;
}

.join22aimg {
	overflow: hidden;
	border-radius: var(--border10);
	margin-top: var(--mt45p);
}

.join22aimg img {
	width: 100%;
}

.join22ams {
	margin-top: var(--mt25p);
}

.join22ams {
	font-size: var(--fs18);
}

.join22b {
	background: #f7f7f7;
	--join22bicon-width: 80px;
	overflow: hidden;
}

.join22bicon {
	position: relative;
	width: var(--join22bicon-width);
	height: var(--join22bicon-width);
	border-radius: 50%;
}

.join22bicon {
	background: linear-gradient(180deg, rgba(23, 87, 163, 1) 0%, rgba(12, 58, 112, 1) 100%);
}

.join22bicon img {
	position: absolute;
	max-width: 80%;
	max-height: 80%;
	inset: 0;
	margin: auto;
}

.join22bslide {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.join22bwz {
	width: calc(100% - var(--join22bicon-width));
	padding-left: 8%;
}

.join22bslide {
	padding: 4% 3.5%;
}

.join22bslide {
	width: 48.5%;
	background: #fff;
	margin-right: 3%;
	margin-bottom: 3%;
}

.join22bslide:nth-child(2n) {
	margin-right: 0;
}

.join22bp1 {
	font-size: var(--fs24);
	font-weight: var(--b600);
	transition: all 0.4s ease;
}

.join22bp3 {
	margin-top: 15px;
	font-size: var(--fs18);
}

.join22bslide {
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
	transition: all .6s ease;
	overflow: hidden;
	border-radius: var(--border10);
}

.join22bwrapper {
	flex-wrap: wrap;
}

.join22bwrapper,
.join22bslide {
	height: auto;
}

.join22bswiper {
	margin-top: var(--mt55p);
}

.join22bslide:hover {
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.join22bslide:hover .join22bp1 {
	color: var(--blue);
}

.join22dm {
	margin-top: var(--mt55p);
}

.join22dlink {
	width: 48.5%;
	border-radius: var(--border10);
	overflow: hidden;
}

.join22dimg img {
	transition: all .6s ease;
	width: 100%;
}

.join22dimg {
	overflow: hidden;
}

.join22dlink {
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.join22dlink:hover {
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.join22dlink:hover img {
	transform: scale(1.1);
}

.join22dwz {
	padding: 5%;
}

.join22dp1 {
	font-size: var(--fs24);
	font-weight: var(--b600);
	transition: all 0.3s ease;
}

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

/* 加入我们 */

/* 新闻 */
.new91a {
	background-color: #f7f7f7;
}

.new91alink {
	display: flex;
	width: 100%;
	align-items: center;
	background: #f7f7f7;
}

.new91awz {
	width: 50%;
	padding-right: 8%;
}

.new91aimg {
	width: 50%;
	border-radius: var(--border10);
	overflow: hidden;
}

.new91aimg img {
	width: 100%;
}

.new91aimg1 {
	display: none;
}

.new91ap1 {
	line-height: 1;
	color: #666;
}

.new91ap2 {
	color: var(--blue);
	font-size: var(--fs28);
	line-height: 1.4;
	font-weight: var(--b600);
}

.new91ap2 {
	margin-top: 15px;
}

.new91ap3 {
	font-size: var(--fs18);
	margin-top: 15px;
	color: #333;
}

.new91ap4 {
	display: flex;
	margin-top: 45px;
}

.new91apg {
	display: flex;
	margin-top: 20px;
	padding-left: 50%;
	justify-content: center;
	align-items: flex-start;
}

.new91ap2,
.new91aimg img {
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

.new91alink:hover .new91ap2 {
	color: var(--color);
}

.new91alink:hover .new91aimg img {
	transform: scale(1.1);
}

.new91c {
	background-color: #f7f7f7;
}

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

.new91ca {
	width: 320px;
}

.new91cb {
	width: calc(85% - 320px);
}

.new91ch6 {
	font-size: var(--fs28);
	color: var(--blue);
	line-height: 1.2;
}

.new91clxxx {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.new91clxxx li {
	display: flex;
	line-height: 1.4;
	font-size: var(--fs20);
	margin-right: 5%;
	margin-top: 30px;
}

.new91clxxx li:nth-child(2n) {
	margin-right: 0;
}

.new91cp1 {
	margin-top: 20px;
	color: #333;
	font-size: var(--fs18);
}

.new91cb {
	background: #fff;
	border-left: 3px solid var(--blue);
	border-radius: var(--border10);
}

.new91cb {
	padding: 5%;
}

.new91cicon {
	color: var(--blue);
	line-height: 1;
	margin-right: 10px;
}

.new91cicon1 {
	font-size: 26px;
}

.new91cicon2 {
	font-size: 26px;
	position: relative;
	top: 1px;
}

.newd12m {
	padding: 0 6%;
}

.newd12p1 {
	color: #666;
	text-align: center;
}

.newd12p2 {
	font-size: var(--fs32);
	color: var(--blue);
	line-height: 1.4;
	font-weight: var(--b600);
	margin-top: 10px;
		text-align: center;
}

.newd12p3 {
	margin-top: var(--mt45p);
	padding-top: var(--mt45p);
	border-top: 1px solid #eee;
	font-size: var(--fs18);
}

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

.newd12p3 b,
.newd12p3 strong {
	font-weight: var(--b700);
}

.newd12p4 {
	margin-top: var(--mt70p);
}

.newd12p5 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 30px 0;
}

.newd12p5 {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #eee;
	margin-top: var(--mt70p);
}

.newd12p5aicon1 {
	margin-right: 10px;
}

.newd12p5aicon2 {
	margin-left: 10px;
}


/* 新闻 */

/* 举报 */
.honestyabcmbtn span {
	font-size: 16px;
}

.honestyabcmbtn {
	margin-right: 25px;
}

.honestyabcm {
	display: flex;
	margin-top: var(--mt55p);
}

.honestayp2 {
	padding-bottom: var(--mt55p);
	border-bottom: 1px solid #ddd;
	margin-top: 30px;
}

.honestayp3 {
	margin-top: 30px;
	color: #666;
}

.honestyabb {
	margin-top: var(--mt55p);
}

.honeslabel {
	font-weight: var(--b600);
	font-size: var(--fs18);
	color: #222;
}

.honeslabel i {
	color: #ff0000;
	padding-left: 5px;
}

.honesinput {
	margin-top: 20px;
}

.honestyab .layui-form-select .layui-input,
.honestext,
.honestxt {
	background: none;
	border: none;
	height: 52px;
	background: #f8f8f8;
	border: 1px solid #eee;
	border-radius: 5px;
}

.honestext,
.honestxt {
	padding: 15px 25px;
	line-height: 20px;
	outline: none;
	width: 100%;
}

.honestext {
	height: 232px;
}

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

.honestyabamn {
	width: 49%;
}

.honestyabamn-100 {
	width: 100%;
}

.honestyab .layui-form-select .layui-input {
	padding: 0 25px;
}

.honestyab .layui-form-select dl dd.layui-this {
	background: var(--blue);
}

.honestyab .layui-form-select .layui-edge {
	right: 25px;
}

.honestyab .layui-form-select dl dd {
	padding: 0 25px;
}

.honestyab .layui-form-select dl {
	top: 52px;
}

.honestyab .layui-form-selectup dl {
	top: auto;
	bottom: 52px;
}

.honestyabam {
	margin-top: 40px;
}

.honescode {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.honescodetxt {
	width: calc(98% - 110px);
}

.honescodeimg {
	width: 110px;
	height: 52px;
}

.honestxt::-webkit-input-placeholder,
.honestyab .layui-form-select .layui-input {
	color: #999;
	font-size: 16px;
}

.honestxt::-moz-input-placeholder {
	color: #999;
	font-size: 16px;
}

.myClass .layui-form-select .layui-input {
	color: #222;
}

.honestyaarm img {
	max-width: 100px;
	border: 5px solid #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
}

.honestyaarm {
	text-align: center;
	margin-left: 30px;
	font-size: var(--fs18);
}

.honestyaarm p {
	margin-top: 10px;
}

.honestyaar {
	display: flex;
}

.honestyams {
	font-size: var(--fs22);
	margin-top: 30px;
}

/* 举报 */

/* 顶部二维码 */
.ewh_js {
	position: relative;
	z-index: 6
}

.ewh_jsm {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 6
}

.ewh_jsm {
	visibility: hidden;
	opacity: 0;
}

.ewh_jsm {
	width: 110px;
	left: 100%;
	padding-left: 10px;
}

.ewh_jsmn {
	border-radius: var(--border10);
	background: #fff;
	overflow: hidden;
	padding: 5px;
}

.ewh_jsmn img {
	width: 100%;
}

.ewh_js:hover .ewh_jsm {
	visibility: visible;
	opacity: 1;
	transition: all 0.3s ease;
}

/* 顶部二维码 */
.wap_show,
.small_show {
	display: none
}