.about-intro-text p {
	margin: 20px 0;
}
.about-intro-content {
	padding-right: 30px;
}
.about-intro .img-cover {
	flex: 0 0 790px; text-align: right; height: 504px;
}
.about-intro .img-cover img {
	width: 100%;
}
/* about-reason-content */
.about-reason {
	background-attachment: fixed; background-position: center center; background-size: cover;
}
.about-reason-content {
	color: var(--color-white);
}
.about-reason .m-title-text {	
	color: var(--color-white);
}
.about-reason-item-text {
	padding: 0  var(--space-4) var(--space-8);
}
.about-reason-item-icon {
	text-align: center;
	font-size: 76px;
}
.about-reason-content .item {
	width: 25%;
	background-color: rgba(24,34,49, 0.1);
	border: 1px solid rgba(255,255,255, 0.15);
}
.about-reason-content .item:hover {
	background-color: rgba(241,245,249, 0.2);
	cursor: pointer;
}
/* about-workplace  */
.about-workplace  .img-cover {
	/* width: 490px;
	height: 368px; */
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.about-workplace  .img-cover  img {
	max-width: 100%;
	max-height: 100%;
}
.about-workplace .swiper-wrapper {
	cursor: pointer;
}
.about-workplace-content {
	max-width: 100%; overflow: hidden;
}
.about-workplace-content .swiper-slide {
	position: relative; overflow: hidden;
}
.about-workplace-content .about-workplace-desc {
	position: absolute; 
	left: 15%;
	right: 15%;
	bottom: -100%;
	visibility: hidden;
	text-align: center;
	background-color: rgba(255,255,255,0.9);		
	padding: var(--space-3) 0;
	border-radius: var(--radius-base);z-index: 199;
}
.about-workplace-content .swiper-slide:hover .about-workplace-desc {
	bottom: 35px;
	visibility: visible;	
}
.about-workplace .swiper-slide::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	border-radius: var(--radius-base);
	z-index: 198;
	transition: all 0.3s ease-in-out;
}
.about-workplace-content .swiper-slide:hover::after,.about-workplace-content .swiper-slide-next::after {
	opacity: 0; z-index: -1;
}
.about-workplace-btns {
	text-align: center;
	font-size: var(--font-size-48);
}
.about-workplace-prev,
.about-workplace-next {
	cursor: pointer;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	background-color: rgba(0,0,0,0.6);
	color: var(--color-white);
	border-radius: 50%;
	opacity: 0.6;
	transition: all 0.3s ease-in-out;
	user-select: none;
}
.about-workplace-prev:hover,
.about-workplace-next:hover {
	opacity: 1;
	color: var(--color-white);
	background-color: rgba(0,0,0,0.8);
}

/* 固定 workplace 轮播统一高度并居中图片 */
.aboutWorkplaceSwiper { height: 368px; }
.aboutWorkplaceSwiper .swiper-wrapper,
.aboutWorkplaceSwiper .swiper-slide { height: 100%; }
.aboutWorkplaceSwiper .img-cover { position: absolute; left: 0; top: 0; right: 0; bottom: 0; }
.aboutWorkplaceSwiper .img-cover img { width: 100%; height: 100%; object-fit: cover; }

/* 全屏弹窗图集 */
.workplace-modal { position: fixed; inset: 0; background: rgba(0,0,0,0.92); z-index: 1000; display: none; }
.workplace-modal.show { display: block; }
.workplace-modal .modal-close { position: absolute; right: 16px; top: 12px; font-size: 26px; color: #fff; cursor: pointer; z-index: 1010; }
.workplace-modal .modal-swiper { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 92vw; height: 86vh; }
.workplace-modal .modal-swiper .swiper-wrapper,
.workplace-modal .modal-swiper .swiper-slide { height: 100%; }
.workplace-modal .modal-swiper .swiper-slide { display: flex; align-items: center; justify-content: center; }
.workplace-modal .modal-swiper img { max-width: 92vw; max-height: 86vh; object-fit: contain; }
.workplace-modal .modal-prev,
.workplace-modal .modal-next { position: absolute; top: 50%; transform: translateY(-50%); width: 54px; height: 54px; line-height: 54px; border-radius: 50%; background: rgba(255,255,255,0.18); color: #fff; display: flex; align-items: center; justify-content: center; cursor: pointer; z-index: 1010; font-size: 40px; }
.workplace-modal .modal-prev { left: 24px; }
.workplace-modal .modal-next { right: 24px; }
/* about-advantage */
.about-advantage-list {
	background-position: center center; height: 688px; background-repeat: no-repeat;
	text-align: justify;
}
.about-advantage-list .item {
	width: 40%; display: inline-block; vertical-align: top;
}
.about-advantage-list .item dt {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 120px; height: 120px; text-align: center; line-height: 120px; border-radius: 50%; border: 3px solid var(--color-white);
	box-shadow: 0 0 8px rgba(0,0,0,0.1);
	background-image: url('../images/about/advantage-item-bg.jpg');
	background-position: center;
	color: var(--color-white);
}
.about-advantage-list .item dd {
	flex: 1; padding-right: var(--space-5);
}
.about-advantage-list .item-2 dd,.about-advantage-list .item-4 dd,.about-advantage-list .item-6 dd {
	padding-left: var(--space-5);
}
.about-advantage-list .item-1,.about-advantage-list .item-3,.about-advantage-list .item-5 {
	text-align: right;
}
/* ------ */
.about-advantage-list .item-1,.about-advantage-list .item-2 {
	padding-top: 40px;
}
.about-advantage-list .item-3,.about-advantage-list .item-4 {
	width: 33%; padding-top: 110px;
}
.about-advantage-list .item-5,.about-advantage-list .item-6 {
	padding-top: 120px;
}