.index-main .navbar-2024 {
	background-color: transparent;
}

.header-absoulte.ehang216s .navbar-2024 {
	background-color: rgba(24, 27, 36, 0.6)
}

.fedeBox,
.fedeBox2 {
	transition: all 0.8s ease-out;
	opacity: 0;
	transform: translateY(50px);
}

.fedeBox.showFade {
	opacity: 1;
	transform: translateY(0px);
}

/* 首屏重置导航样式 */
.eh216s-1 .navbar-my {
	position: absolute;
	left: 0;
	right: 0;
	top: 20px;
	z-index: 99;
}

@media screen and (max-width: 768px) {
	.eh216s-1 .navbar-my {
		top: 0;
	}
}

/* swiper-- */
.swiper-nav {
	display: flex;
	gap: 20px;
	justify-content: space-between;
}

.swiper-nav-item {
	flex: 1;
	font-size: 36px;
	font-size: clamp(26px, 1.4vw, 36px);
	color: #B1B3B5;
	text-align: center;
	border-bottom: 2px solid #CDCED1;
	line-height: 76px;
	cursor: pointer;
	transition: all .5s;
	padding-bottom: 10px;

	color: rgb(85, 86, 87);
	text-align: center;
	border-bottom: 2px solid rgb(85, 86, 87);
}

.swiper-nav-item.active {
	color: #1A1B1B;
	border-bottom: 2px solid #1A1B1B;

	color: #fff;
	border-bottom: 2px solid #fff;
}

.swiper-content {
	position: relative;
	padding: 42px 0 68px;
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	color: #fff;
}

.swiper-content>div {
	display: none;
	transition: all .5s;
	opacity: 0;
	/* 最小3行 */
	-webkit-line-clamp: 3;
	padding: 0 100px;
}

.swiper-content>div.active {
	display: block;
	opacity: 1;
}

.swiper-slider-box {
	position: relative;
	width: 100%;
	aspect-ratio: 1438/630;
	/* aspect-ratio: 1920/1080; */
	overflow: hidden;
}

.swiper-slide img {
	width: 100%;
	object-fit: cover;
}

.swiper-slide video {
	width: 100%;
	object-fit: cover;
}

.eh216-sec-auto.eh216-sec-auto-black .swiper-nav-item {
	color: #555657;
	text-align: center;
	border-bottom: 2px solid #555657;
}

.eh216-sec-auto.eh216-sec-auto-black .swiper-nav-item.swiper-nav-item.active {
	color: #fff;
	border-bottom: 2px solid #fff;
}

.eh216-sec-auto.eh216-sec-auto-black .swiper-content {
	color: #fff;
}

.eh216-sec-auto .swiperAuto-button-prev,
.eh216-sec-auto .swiperAuto-button-next {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	transition: all 0.5s;
	background-color: #1A1B1B;
	opacity: 0;
}

.swiper-slider-box:hover .swiperAuto-button-prev,
.swiper-slider-box:hover .swiperAuto-button-next {
	opacity: 0.4;
}

.eh216-sec-auto .swiperAuto-button-prev {
	left: 40px;
}

.eh216-sec-auto .swiperAuto-button-next {
	right: 40px;
}

.eh216-sec-auto .swiperAuto-button-prev:hover,
.eh216-sec-auto .swiperAuto-button-next:hover {
	border-color: #1A1B1B;
	opacity: 0.8;
}

.eh216-sec-auto .swiperAuto-button-prev:hover,
.eh216-sec-auto .swiperAuto-button-prev:hover::after,
.eh216-sec-auto .swiperAuto-button-next:hover,
.eh216-sec-auto .swiperAuto-button-next::after {
	border-color: #1A1B1B;
	color: #1A1B1B
}

.eh216-sec-auto .swiperAuto-button-prev::after,
.eh216-sec-auto .swiperAuto-button-next::after {
	font-size: 14px;
	color: #CDCED1;
	transition: all 0.5s;
	font-weight: 700;
}

/* end */

.desc-box {
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.desc-box-title {
	font-size: 46px;
	font-size: clamp(26px, 2.4vw, 46px);
	line-height: 46px;
	line-height: clamp(26px, 2.4vw, 46px);
	margin-bottom: 32px;
	margin-bottom: clamp(16px, 1.6vw, 32px);
}

.desc-box-content {
	font-family: HarmonyOS Sans;
	font-size: 24px;
	font-size: clamp(16px, 1.25vw, 24px);
	line-height: 42px;
}

@media screen and (max-width: 768px) {
	.desc-box-title {
		font-size: 32px;
		line-height: 42px;
		margin-bottom: 15px;
	}

	.desc-box-content {
		font-size: 16px;
		line-height: 26px;
		text-align: center;
		letter-spacing: 0.1em;
	}
}

.eh216s {
	overflow: hidden;
	position: relative;
	width: 100%;
	background-color: #f8f9fa;
	aspect-ratio: 1920/970;
	/* 凭证你的现实图片宽高比调解 */
	/* max-height: 100vh; */
	/* 限制最大高度 */
	margin: 0 auto;
	min-height: 660px;
	max-height: 1440px;
}

@media screen and (max-width: 768px) {
	.eh216s {
		height: 100vh;
		aspect-ratio: 375/812;
		min-height: 680px;
	}
}

.eh216s-1 {
	background-image: url(/Public/cn/ehangweb/image/formationnew/1.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	max-height: 100vh;
}
.eh216s-1 video {
	z-index: 1;
}
.eh216s-1-flex {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	padding: 8vw 0 8vw 0;
}

.eh216s-1-top {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.eh216s-1-top p {
	font-size: 24px;
	font-weight: normal;
	line-height: 62px;
	letter-spacing: 0.15em;
}


@media screen and (max-width: 768px) {
	.eh216s-1 {
			background-image: url(/Public/cn/ehangweb/image/formationnew/1_m.jpg);
			background-position: center;
			background-repeat: no-repeat;
			background-size: cover;
			color: #fff;
			max-height: 100vh;
	}
	.eh216s-1-flex {
		padding: 18vh 0 18vh 0;
	}
	.eh216s-1-top p {
		text-align: center;
		line-height: 36px;
		margin-top: 30px;
		padding: 0 10px;
	}
	.eh216s-1-top img {
		width: 80%;
	}
}


/* 2 */
.eh216s-2 {
	padding: 5.5vw 0;
	background-color: #060A0F;
	overflow: hidden;
	position: relative;
}

.eh216s-2 .desc-box-title {
	text-align: center;
	color: #fff;
	margin-bottom: 70px;
}

/* 设置图片容器的牢靠比例 */
.eh216s-2 .swiper-slide {
	position: relative;
	max-width: 1440px;
	width: 30%;
	aspect-ratio: 1438/716;
	box-sizing: border-box;
	margin: 0 30px;
}

.eh216-8 .swiper-slide img {
	width: 100%;
	object-fit: cover;
}

.eh216s-2-btn {
	margin: 5vw auto 0;
	display: flex;
	justify-content: center;
}

.eh216s-2 .swiper-slide .slide-title {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 26px;
	color: #FFFFFF;
	padding: 0 50px 40px;
	z-index: 1;
}

@media screen and (max-width: 768px) {
	.eh216s-2 .desc-box-title {
		margin: 60px 0;
	}

	.eh216s-2 .swiper-slide {
		width: 100%;
		/* 移动端较小距离 */
		padding: 0;
		max-width: 100%;
		aspect-ratio: 375/520;
		margin: 0;
	}

	.eh216s-2 .swiper-slide img {
		max-width: 100%;
		max-height: unset;
		width: 100%;
		height: 100%;
		object-fit: cover;
		aspect-ratio: 375/520;
	}

	.eh216s-2 .swiper-container {
		/* padding-bottom: 80px; */
	}

	.eh216s-2 .swiper-container .swiper-button-prev,
	.eh216s-2 .swiper-container .swiper-button-next {
		display: none;
	}

	.eh216s-2 .eh216s-2-page.swiper-pagination-bullets {
		position: absolute;
		bottom: 2.5vw;
		left: 50%;
		transform: translate(-50%, 0%);
	}
	.eh216s-2 .swiper-slide .slide-title {
		font-size: 20px;
		text-align: center;
	}
		.eh216s-2-btn {
			margin: 50px 0;
		}
}

@media screen and (min-width: 769px) and (max-width: 1600px) {
	.eh216-8 .swiper-slide {
		max-width: 1000px;
	}
	.eh216-8 .control-box {
		width: 1000px;
	}
	.eh216s-2 .swiper-slide {
		max-width: 1000px;
	}
}


.eh216s-3 {
	padding-top: 8vw;
	background-image: url(/Public/cn/ehangweb/image/formationnew/3.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.eh216s-3 .desc-box-content {
	text-align: center;
}

.eh216s-33 {
		padding-top: 10vw;
		background-image: url(/Public/cn/ehangweb/image/formationnew/5.jpg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
}
.eh216s-33 .desc-box-content,.eh216s-33 .desc-box-title {
	text-align: center;
}
@media screen and (max-width: 768px) {
	.eh216s-3 {
		padding-top: 16vh;
		background-image: url(/Public/cn/ehangweb/image/formationnew/3_m.jpg);
	}
		.eh216s-33 {
			padding-top: 12vh;
			background-image: url(/Public/cn/ehangweb/image/formationnew/5_m.jpg);
		}


	.eh216s-3 .desc-box {
		padding:0 20px;
	}
	.eh216s-3 .desc-box-title {
		text-align: center;
		font-size: 28px;
	}
				.eh216s-33 .desc-box {
					padding: 0 20px;
				}
		
				.eh216s-33 .desc-box-title {
					text-align: center;
					font-size: 28px;
				}
}

.eh216s-4 {
	padding: 6vw 0;
	background-color: #060A0F;
}

@media screen and (max-width: 768px) {
	.eh216-mobel-swiper {
		background-color: #fff;
		/* height: auto; */
		position: relative;
		min-height: 600px;
	}

	.eh216-mobel-swiper.white {
		background-color: #F6F6F6;
	}

	.eh216-mobel-swiper .mobel-swiper-page {
		position: absolute;
		width: 100%;
		height: 10px;
		top: 8vh;
		left: 0;
		right: 0;
		z-index: 99;
		display: flex;
		justify-content: center;
	}

	.eh216-mobel-swiper .swiper-wrapper {
		padding: 10vh 0 5vh;
		display: flex;
			align-items: flex-start;
			/* 所有 slide 顶部对齐 */
	}

	.eh216-mobel-swiper .swiper-slide {
		background-color: transparent;
		padding: 20px;
		display: flex;
			flex-direction: column;
			justify-content: flex-start;
			/* 内容顶部对齐 */
	}

	.eh216-mobel-swiper.white .swiper-slide {
		background-color: #F6F6F6;
	}

	.eh216-mobel-swiper .swiper-slide img {
		aspect-ratio: 335/446;
		display: block;
	}

	.eh216-mobel-swiper .desc-box {
		margin-bottom: 5vh;
		padding: 0;
		min-height: 100px;
	}

	.eh216-mobel-swiper.white .desc-box {
		color: #1A1B1B;
	}

	.eh216-mobel-swiper .desc-box .desc-box-title {
		font-size: 20px;
		line-height: 20px;
	}

	.eh216-mobel-swiper .desc-box .desc-box-content {
		font-size: 14px;
		line-height: 24px;
		text-align: center;
		color: #000;
	}

	.mobel-swiper-page .swiper-pagination-bullet {
		width: 26px;
		height: 2px;
		display: inline-block;
		border-radius: 2px;
		background: #B1B3B5;
		opacity: 1;
	}

	.mobel-swiper-page .swiper-pagination-bullet.swiper-pagination-bullet-active {
		background-color: #1A1B1B;
	}

	.mobel-swiper-page.white .swiper-pagination-bullet {
		background-color: #B1B3B5;
	}

	.mobel-swiper-page.white .swiper-pagination-bullet.swiper-pagination-bullet-active {
		background-color: #1A1B1B;
	}


	.eh216-5-mobel .swiper-slide {
		background-image: url(/Public/cn/ehangweb/image/formationnew/lastm.jpg);
		background-color: #000;
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
	}

	.mobel-sub-title {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		text-align: center;
		padding-top: 10vh;
		z-index: 99;
		font-size: 25px;
		font-weight: 500;
		line-height: 35px;
		color: #fff;
		padding-left: 40px;
		padding-right: 40px;
	}

	.eh216-5-mobel .desc-box {
		padding: 30px;
		align-items: flex-start;
		padding-bottom: 12vh;
	}

	.eh216-5-mobel .desc-box .desc-box-title {
		font-size: 20px;
		text-align: left;
		line-height: 28px;
		margin-bottom: 14px;
	}

	.eh216-5-mobel .desc-box .desc-box-content {
		font-size: 14px;
		line-height: 20px;
		text-align: left;
	}

	.eh216-5-mobel .mobel-swiper-page {
		position: absolute;
		width: 100%;
		height: 10px;
		bottom: 36px !important;
		left: 0;
		right: 0;
		z-index: 99;
		display: flex;
		justify-content: flex-start;
		padding-left: 40px;
	}

	.eh216-5-mobel .swiper-pagination-bullet {
		background-color: #555657;
	}

	.eh216-5-mobel .swiper-pagination-bullet.swiper-pagination-bullet-active {
		background-color: #fff;
	}
}


.eh216-5 {
	padding: 4vw 0;
	background-image: url(/Public/cn/ehangweb/image/formationnew/8.jpg);
	background-position:center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.eh216-5 .desc-box-title {
	text-align: center;
	color: #fff;
}

.eh216-5 .eh-container-full {
	display: flex;
	padding: 0 80px;
	display: flex;
	/* flex-wrap: wrap; */
	justify-content: space-between;
}

.eh216-5 .eh-container-full {
	display: flex;
	justify-content: space-between;
	position: relative;
	align-items: flex-end;
	height: 50%;
	/* position: absolute;
	left: 0;
	right: 0;
	bottom: 3vw; */
	width: 1600px;
}

.safe-item {
	width: calc(33.333% - 20px);
	/* background: rgba(255, 255, 255, 0.9); */
	box-sizing: border-box;
	height: 50px;
	cursor: pointer;
	position: relative;
	/* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); */
	/* transition: box-shadow 0.3s ease; */
	/* 移除 overflow: hidden，，，，，允许内容溢出显示 */
	color: #fff;
}

.safe-item:last-child {
	border-right: 1px solid rgba(232, 234, 237, 0.6);
}

.safe-item::after {
	content: "";
	display: block;
	height: 100%;
	width: 1px;
	background-color: rgba(232, 234, 237, 0.6);
	position: absolute;
	top: 0;
	left: -2px;
	bottom: 0;
	z-index: 99999;
}

.safe-item:hover {
	z-index: 10;
	overflow: visible;
}

.safe-item-inner {
	position: relative;
	padding: 0px 40px;
	transform: translateY(0);
	transition: transform 0.3s ease;
	color: #fff;
}

.safe-item:hover .safe-item-inner {
	transform: translateY(calc(-100% + 50px));
}

.safe-item h6 {
	font-size: 36px;
	font-size: clamp(26px, 1.4vw, 36px);
	line-height: 50px;
	color: #6D6D6D;
	text-align: center;
}

.safe-item p {
	opacity: 0;
	color: #fff;
	margin: 0;
	margin-top: 15px;
	font-size: 16px;
	line-height: 26px;
	transform: translateY(20px);
	transition: all 0.3s ease 0.1s;
	letter-spacing: 0.93px;
}

.safe-item:hover p {
	opacity: 1;
	transform: translateY(0);
}

.safe-item:hover h6 {
	color: #fff;
}

@media screen and (max-width: 768px) {}

/* 移动端适配 */
@media (max-width: 768px) {
	.safe-item {
		width: 100%;
	}
}

@media (min-width: 769px) and (max-width: 1024px) {
	.safe-item {
		width: calc(50% - 15px);
	}
}


.eh216-6 {
	background: #111213;
	padding: 124px 0;
}
.eh216-6 .eh-container {
	display: flex;
	gap: 60px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.eh216-6 .eh-container .desc-box {
	align-items: center;
	text-align: center;
}

.eh216-6 .desc-box-content {
	font-size: 18px;
}
.image-boxs {
	display: flex;
	flex-direction: column;
	gap: 40px;
	width: 100%;
}
.image-row-full {
	width: 100%;
}
.image-row-full img {
	width: 100%;
	display: block;
}
.image-row-half {
	display: flex;
	gap: 40px;
	width: 100%;
}
.image-row-half img {
	/* flex: 1; */
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
}

@media screen and (max-width: 768px) {
	.eh216-6 {
		padding: 80px 0 ;
	}
	.eh216-6 .eh-container {
		flex-direction: column;
		gap: 80px;
	}

	.eh216-6 .eh-container .desc-box {
		align-items: center;
		max-width: 75%;
		order: 0;
	}
	.eh216-6 .eh-container .desc-box-content {
		text-align: center;
		font-size: 16px;
		line-height: 26px;
	}

	/* 手机端图片结构改为笔直排列 */
	.image-boxs {
		gap: 20px;
		padding: 0 20px;
	}
	.image-row-half {
		flex-direction: column;
		gap: 20px;
	}
}

@media screen and (min-width: 769px) and (max-width: 1600px) {

	.eh216-6 .eh-container {
		padding: 20px;
	}
	.image-boxs {
		gap: 30px;
	}
	.image-row-half {
		width: 100%;
		gap: 30px;
	}
	.image-row-half img {
		flex: 1;
		width: 0;
	}
}



.eh216-7 {
	background-image: url(/Public/cn/ehangweb/image/formationnew/7.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	padding: 106px 0;
}

.eh216-7 .eh-container {
	display: flex;
	height: 100%;
	flex-direction: column;
	justify-content: space-between;
	/* align-items: flex-end; */
	/* padding-bottom: 8vw; */
}
.eh216-7 .eh216-7-head   {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.eh216-7 .eh216-7-head p {
	font-size: 46px;
		font-size: clamp(26px, 2.4vw, 46px);
		line-height: 46px;
		line-height: clamp(26px, 2.4vw, 46px);
		margin-bottom: 37px;
		color: #fff;
}
.eh216-7 .eh216-7-head img {
	width: auto;;
}

.param {
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	/* gap: 20px; */
}

.param-item {
	font-size: 16px;
	color: #ACACB3;
	width: 9vw;
	min-width: 140px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 20px;
	align-items: center;
}

.param-item.border {
	border-left: 1px solid #60666F;
	border-right: 1px solid #60666F;
}

.param-item-dw {
	color: #F5F6F7;
	font-size: 42px;
}

.param-item-dw span {
	font-size: 16px;
	color: #F5F6F7;
}

.param-box {
	display: flex;
}

@media screen and (max-width: 768px) {
	.eh216-7 {
		background-image: url(/Public/cn/ehangweb/image/formationnew/7_m.jpg);
		padding-bottom: 10vh;
		background-position: center;
		padding-top: 56px;
	}
	.eh216-7 .eh216-7-head img {
		width: 80%;
	}
	.m-img {
		width: 90%;
		display: flex;
		justify-content: center;
		margin: 0 auto;
		padding-bottom: 10vh;
	}
		.m-img img {
			width: 100%
		}
	.param {
		flex-wrap: wrap;
		flex-direction: column;
		gap: 30px;
	}
	.param .param-box {
		display: flex;
		flex-wrap: wrap;
		/* gap: 40px; */
	}
	.param-item {
		width: 50%;
		/* min-width: 120px; */
		flex: 0 0 auto;
		border: none !important;
		padding-top: 40px;
	}
	.param-item-dw {
		font-size: 24px;
	}
	.param .param-item.borderM {
		border-left: none !important;
	}
}

@media screen and (min-width: 769px) and (max-width: 1600px) { 
	.eh216-7 {
		padding: 58px 0 ;
	}
}

.eh216-8 {
	position: relative;
	padding: 4vw 0 2vw;
	background-color: #060A0F;
	overflow: hidden;
}

.eh216-8 .desc-box-title {
	text-align: center;
	margin-bottom: 60px;
	color: #fff;
}

.eh216-8 .control-box {
	height: 140px;
	width: 1440px;
	margin: 0 auto;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.eh216-8 .control-box .control-box-button {
	position: relative;
	width: 100px;
}

.eh216-8 .my-button-prev,
.eh216-8 .my-button-next {
	width: 46px;
	height: 46px;
	border-radius: 50%;
	transition: all 0.5s;
	background-color: hsla(0, 0%, 92.5%, .6);
	font-size: 20px;
}

.eh216-8 .my-button-prev {
	left: 0px;
}

.eh216-8 .my-button-next {
	right: 0px;
}

.eh216-8 .my-button-prev:hover,
.eh216-8 .my-button-next:hover {
	background-color: #1A1B1B;
}

.eh216-8 .my-button-prev:hover,
.eh216-8 .my-button-prev:hover::after,
.eh216-8 .my-button-next:hover,
.eh216-8 .my-button-next:hover::after {
	color: #fff;
}

.eh216-8 .my-button-prev::after,
.eh216-8 .my-button-next::after {
	font-size: 16px;
	color: #191919;
	transition: all 0.5s;
	font-weight: 700;
}

.eh216-8 .my-button-prev:hover::after,
.eh216-8 .my-button-next:hover::after {
	font-size: 16px;
	color: #CDCED1;
	transition: all 0.5s;
	font-weight: 700;
}

.control-box-nav {
	display: flex;
	gap: 10px;
}

.control-box-nav-item {
	width: 20px;
	height: 2px;
	background: #1A1B1B;
}

.control-box-nav-item.active {
	background: #B1B3B5;
}

.eh216-8 .eh216-8-swiper {
	width: 1438px;
	margin: 0 auto;
}

.eh216-8 .swiper-wrapper {
	align-items: center;	
}

/* 设置图片容器的牢靠比例 */
.eh216-8 .swiper-slide {
	/* width: calc(100% - 100px); */
	/* 减去左右距离 */
	max-width: 1438px;
	/* width: 30%; */
	aspect-ratio: 1438/761;
	/* padding: 0 50px; */
	/* 左右各50px，，，，，合计100px距离 */
	/* box-sizing: border-box; */
	/* background-color: #000; */
	/* margin: 0 30px; */
	position: relative;
	padding: 0;
}

/* 图片样式 */
.eh216-8 .swiper-slide img {
	width: 100%;
	height: 100%;
	/* object-fit: cover; */
}

.eh216-8 .desc-box {
	position: absolute;
	bottom: 70px;
	left: 50px;
	text-align: left;
	align-items: flex-start;
}

.eh216-8 .desc-box .desc-box-title {
	font-size: 24px;
	font-weight: 500;
	line-height: 48px;
	margin-bottom: 10px;
}

.eh216-8 .desc-box .desc-box-content {
	font-family: HarmonyOS Sans;
	font-size: 16px;
	font-weight: 300;
	line-height: 30px;
}

@media screen and (max-width: 768px) {
	.eh216-8 {
		width: 100%;
		padding: 60px 0 0;
		background-color: #fff;;
	}
		.eh216-8 .eh-container .desc-box-title {
			color: #000;
		}
	.eh216-8 .eh216-8-swiper {
		width: 100%;
		margin: 0 auto;
	}
	.eh216-8 .desc-box {
		position: absolute;
		bottom: 55px;
		left: 0px;
		right: 0;
		text-align: center;
		align-items: center;
		padding: 0 20px;
	}

	.eh216-8 .desc-box .desc-box-title {
		font-size: 20px;
		font-weight: 500;
		line-height: 28px;
		margin-bottom: 10px;
	}

	.eh216-8 .desc-box .desc-box-content {
		font-family: HarmonyOS Sans;
		font-size: 16px;
		font-weight: 300;
		line-height: 22px;
	}

	.eh216-8 .my-button-prev,
	.eh216-8 .my-button-next {
		width: 58px;
		height: 58px;
		background: rgba(0, 0, 0, 0.1);
		border-radius: 50%;
		transition: background 0.5s;
		display: none;
	}

	.eh216-8 .swiper-slide {
		width: 100%;
		/* 移动端较小距离 */
		padding: 0;
		max-width: 100%;
		aspect-ratio: 375/520;
		margin: 0;
	}

	.eh216-8 .swiper-slide img {
		max-width: 100%;
		max-height: unset;
		width: 100%;
		height: 100%;
		object-fit: cover;
		aspect-ratio: 375/520;
		/* 移动端比例 */
	}

	.eh216-8 .slide-content {
		width: 100%;
		aspect-ratio: 375/520;
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
	}



	.eh216-8 .control-box {
		width: 100%;
		height: 100px;
		display: flex;
		justify-content: center;
	}
}




@media screen and (min-width: 769px) and (max-width: 1600px) {
	/* .eh216-8 .swiper-slide {
		max-width: 1000px;
	}

	.eh216-8 .control-box {
		width: 1000px;
	}

	.eh216s-2 .swiper-slide {
		max-width: 1000px;
	} */

		.eh216-8 .eh216-8-swiper {
			width: 1100px;
		}
		.eh216-8 .control-box {
			width: 1100px;
		}
}


/* 第二屏的效果 */
.eh216s-2-swiper {
	position: relative;
	overflow: visible;
	/* 允许箭头溢出显示 */
}

.eh216s-2-swiper .swiper-button-next,
.eh216s-2-swiper .swiper-button-prev {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	transition: all 0.5s;
	background-color: #1A1B1B;
	opacity: 0;
}

.eh216s-2-swiper:hover .eh216s-2-button-prev,
.eh216s-2-swiper:hover .eh216s-2-button-next {
	opacity: 0.4;
}

.eh216s-2-swiper .swiper-button-next:hover,
.eh216s-2-swiper .swiper-button-prev:hover {
	border-color: #1A1B1B;
	opacity: 1;
}



.eh216s-2-swiper .swiper-button-next::after,
.eh216s-2-swiper .swiper-button-prev::after {
	font-size: 14px;
	color: #CDCED1;
	transition: all 0.5s;
	font-weight: 700;
}



@media screen and (min-width: 769px) {

	/* 透明遮罩 */
	.eh216s-2-swiper .swiper-slide {
		position: relative;
	}

	.slide-overlay {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.4);
		/* 玄色半透明遮罩 */
		z-index: 2;
		transition: all 0.2s ease;
		opacity: 1;
	}

	.swiper-slide-active .slide-overlay,
	.swiper-slide-duplicate-active .slide-overlay {
		opacity: 0;
		pointer-events: none;
	}

	.eh216s-2-swiper .swiper-slide img {
		position: relative;
		z-index: 1;
	}

	.index-main {
		min-width: 1200px;
	}
}


/* 英文版本的样式调解 */
.lang-en {
}
.lang-en .eh216s-3 .desc-box .desc-box-title {
	text-align: center;
}
.lang-en .eh216-5 .eh-container-full {
}
.lang-en .safe-item h6 {
	font-size: 28px;
	line-height: 37px;
	text-align: left;
}
.lang-en .swiper-nav-item {
	font-size: 28px;
	line-height: 36px;
}


@media screen and (max-width: 768px) {
	.lang-en .eh216s-2 {
		padding: 0;
	}
	.lang-en .eh216s-2 .desc-box-title {
		font-size: 25px;
	}
	.lang-en .eh216s-2 .slide-title {
		font-size: 18px;
	}
	.lang-en .eh216s-1-top p {
		letter-spacing: 0em;
	}
	.lang-en .eh216-6{
		padding: 58px 0;
	}
	.lang-en .eh216-7 .eh216-7-head p {
		text-align: center;
	}
		.lang-en	.eh216-mobel-swiper .desc-box {
			margin-bottom: 5vh;
			padding: 0;
			min-height: 200px;
		}
}<!--耗时1773891904.1秒-->