/* 北京中道成科技 — 企业简介页样式 */

/* 简介页顶部 */
.about-page-top {
	margin-bottom: 32px;
}
.about-page-top .about-mission {
	background: linear-gradient(145deg, var(--zdc-primary-dark), var(--zdc-primary));
	color: #fff;
	border-radius: 8px;
	padding: 28px 28px 24px;
	border-left: 4px solid var(--zdc-gold);
	margin-bottom: 20px;
}
.about-page-top .about-mission-label {
	font-size: 0.786rem;
	color: var(--zdc-gold-light);
	letter-spacing: 3px;
	margin-bottom: 10px;
}
.about-page-top .about-mission h3 {
	font-size: 1.571rem;
	font-weight: 700;
	margin-bottom: 12px;
	letter-spacing: 2px;
}
.about-page-top .about-mission p {
	font-size: 0.929rem;
	opacity: 0.9;
	margin: 0;
	line-height: 1.8;
}
.about-page-top .about-values .value-item {
	display: flex;
	align-items: flex-start;
	padding: 14px 16px;
	background: var(--zdc-light);
	border-radius: 6px;
	margin-bottom: 10px;
	transition: background 0.3s;
}
.about-page-top .about-values .value-item:hover {
	background: rgba(8, 97, 109, 0.06);
}
.about-page-top .about-values .value-item i {
	flex-shrink: 0;
	width: 36px;
	height: 36px;
	background: var(--zdc-primary);
	color: #fff;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 14px;
	font-size: 15px;
}
.about-page-top .about-values .value-item strong {
	display: block;
	font-size: 0.929rem;
	color: var(--zdc-dark);
	margin-bottom: 2px;
}
.about-page-top .about-values .value-item span {
	font-size: 0.786rem;
	color: var(--zdc-text);
}

/* 实力数据 */
.about-stats {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 8px;
}
.about-stats .stat-box {
	flex: 1;
	min-width: 120px;
	background: #fff;
	border-radius: 8px;
	box-shadow: var(--zdc-shadow);
	padding: 18px 14px;
	text-align: center;
	border-top: 3px solid var(--zdc-primary);
}
.about-stats .stat-box .stat-num {
	font-size: 1.428rem;
	font-weight: 700;
	color: var(--zdc-primary);
	margin-bottom: 4px;
}
.about-stats .stat-box .stat-num sup {
	font-size: 0.857rem;
	color: var(--zdc-gold);
}
.about-stats .stat-box .stat-label {
	font-size: 0.786rem;
	color: var(--zdc-text);
}

/* 简介正文 */
.about-content-section {
	background: #fff;
	border-radius: 8px;
	box-shadow: var(--zdc-shadow);
	padding: 32px 36px;
	margin-bottom: 32px;
}
.about-content-section .about-section-title {
	font-size: 1.142rem;
	font-weight: 700;
	color: var(--zdc-dark);
	padding-bottom: 14px;
	margin-bottom: 24px;
	border-bottom: 2px solid var(--zdc-light);
	position: relative;
}
.about-content-section .about-section-title i {
	color: var(--zdc-primary);
	margin-right: 8px;
}
.about-content-section .about-section-title::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 60px;
	height: 2px;
	background: linear-gradient(90deg, var(--zdc-primary), var(--zdc-gold));
}
.page-about .about-content {
	color: var(--zdc-text);
	line-height: 2;
	font-size: 0.929rem;
}
.page-about .about-content img {
	max-width: 100%;
	height: auto;
	border-radius: 4px;
	margin: 12px 0;
}
.page-about .about-content p {
	margin-bottom: 14px;
}
.page-about .about-content strong,
.page-about .about-content b {
	color: var(--zdc-dark);
}

/* 核心亮点 */
.page-about .about-highlights {
	margin-top: 28px;
	padding-top: 24px;
	border-top: 1px dashed #e0e8ec;
}
.page-about .about-highlights .highlight-item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 14px;
}
.page-about .about-highlights .highlight-item i {
	flex-shrink: 0;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: var(--zdc-gold);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 12px;
	margin-top: 3px;
	font-size: 11px;
}
.page-about .about-highlights .highlight-item span {
	color: var(--zdc-text);
	line-height: 1.7;
	font-size: 0.929rem;
}
.page-about .about-subsidiary {
	margin-top: 32px;
	padding-top: 24px;
	border-top: 1px solid #e8eef0;
}
.page-about .about-subsidiary h6 {
	font-size: 1rem;
	font-weight: 600;
	color: var(--zdc-dark);
	margin-bottom: 16px;
}
.page-about .about-subsidiary img {
	max-width: 200px;
	border-radius: 4px;
}

/* 联系引导 */
.about-cta {
	background: linear-gradient(135deg, var(--zdc-primary-dark) 0%, var(--zdc-primary) 60%, var(--zdc-primary-light) 100%);
	color: #fff;
	border-radius: 8px;
	padding: 36px 32px;
	margin-bottom: 20px;
}
.about-cta h3 {
	font-size: 1.285rem;
	font-weight: 700;
	margin-bottom: 8px;
}
.about-cta p {
	font-size: 0.929rem;
	opacity: 0.85;
	margin-bottom: 16px;
}
.about-cta .btn-cta {
	display: inline-block;
	padding: 10px 28px;
	background: var(--zdc-gold);
	color: var(--zdc-dark) !important;
	font-weight: 700;
	border-radius: 4px;
	transition: all 0.3s;
}
.about-cta .btn-cta:hover {
	background: var(--zdc-gold-light);
	text-decoration: none;
	transform: translateY(-2px);
}
.about-cta .btn-cta i {
	margin-right: 6px;
}

/* 响应式 */
@media only screen and (max-width: 767px) {
	.about-content-section {
		padding: 22px 18px;
	}
	.about-stats .stat-box {
		min-width: calc(50% - 12px);
	}
	.about-cta {
		padding: 28px 20px;
		text-align: center;
	}
}
