/* ========== About Section ========== */
.about-section {
	padding: 60px 0 80px;
	background: #fff;
	max-width: 1360px;
	margin: 0 auto;
	position: relative;
}

.about-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 50px;
	padding: 0 20px;
}

.about-title {
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 48px;
	font-weight: bold;
	color: #1a365d;
	margin: 0;
	letter-spacing: 2px;
}

.about-nav {
	display: flex;
	gap: 40px;
}

.about-nav .nav-item {
	font-size: 13px;
	color: #666;
	text-decoration: none;
	letter-spacing: 1px;
	padding-bottom: 5px;
	border-bottom: 2px solid transparent;
	transition: all 0.3s ease;
}

.about-nav .nav-item:hover,
.about-nav .nav-item.active {
	color: #1a365d;
	border-bottom-color: #1a365d;
}

/* ========== UNDERSTAND GUOZUN Content ========== */
.understand-wrapper {
	max-width: 1360px;
	margin: 0 auto;
	display: flex;
	align-items: flex-start;
	gap: 60px;
	position: relative;
}

.understand-image {
	position: relative;
	/* z-index: 2; */
}

.understand-image img {
	height: auto;
	display: block;
	width: 314px;
	height: 625px;
}

.understand-content {
	height: 415px;
	flex: 1;
	padding: 60px 85px;
	background: #f5f5f5;
}

.understand-title {
	font-size: 36px;
	font-weight: bold;
	color: #1a365d;
	margin: 0 0 40px 0;
	letter-spacing: 3px;
}

.understand-text {
	font-size: 15px;
	line-height: 2.2;
	color: #666;
	margin: 0;
	text-align: justify;
}

/* ========== Key Metrics Section ========== */
.metrics-section {
	background: #1a365d;
	width: 1204px;
	height: 288px;
	position: absolute;
	top: 415px;
	right: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.metrics-wrapper {
	width: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.metric-item {
	flex: 1;
	text-align: center;
	color: #fff;
	padding: 20px 30px;
}

.metric-icon {
	width: 50px;
	height: 50px;
	margin: 0 auto 15px;
	color: #fff;
}

.metric-icon img {
	width: 100%;
	height: 100%;
}

.metric-label {
	font-size: 14px;
	color: rgba(255,255,255,0.9);
	margin: 0 0 10px 0;
	letter-spacing: 1px;
}

.metric-number {
	font-size: 42px;
	font-weight: bold;
	color: #fff;
	margin: 0 0 15px 0;
}

.metric-desc {
	font-size: 13px;
	line-height: 1.6;
	color: rgba(255,255,255,0.8);
	margin: 0;
}

.metric-divider {
	width: 1px;
	height: 150px;
	background: rgba(255,255,255,0.3);
	align-self: center;
}

/* ========== ENTERPRISE SERVICES Section ========== */
.services-section {
	padding: 80px 0;
	background: #fff;
}

.services-wrapper {
	max-width: 1360px;
	margin: 0 auto;
	display: flex;
	align-items: flex-start;
	gap: 60px;
}

.services-content {
	flex: 0 0 40%;
}

.services-title {
	font-size: 28px;
	font-weight: bold;
	color: #1a365d;
	margin: 0 0 40px 0;
	letter-spacing: 2px;
}

.services-grid {
	display: flex;
	gap: 60px;
}

.services-col {
	list-style: none;
	padding: 0;
	margin: 0;
}

.services-col li {
	font-size: 16px;
	color: #1a365d;
	margin-bottom: 25px;
	padding-left: 20px;
	position: relative;
}

.services-col li::before {
	content: "•";
	position: absolute;
	left: 0;
	color: #1a365d;
	font-weight: bold;
}

.services-image {
	flex: 1;
}

.services-image img {
	width: 100%;
	height: auto;
	display: block;
	box-shadow: 0 10px 40px rgba(0,0,0,0.1);
}

/* ========== Timeline Section ========== */
.timeline-section {
	background: #2c4a7d;
	padding: 60px 0;
	position: relative;
	background-image: url('/zh/images/about_bg_01.png');
	background-size: cover;
	background-position: center;
}

.timeline-container {
	max-width: 1360px;
	margin: 0 auto 50px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 60px;
	padding: 0 20px;
}

.timeline-content {
	flex: 1;
	color: #fff;
}

.timeline-year {
	font-size: 72px;
	font-weight: bold;
	color: #fff;
	margin: 0 0 30px 0;
	letter-spacing: 8px;
}

.timeline-events {
	margin-top: 20px;
}

.events-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.events-list li {
	font-size: 15px;
	line-height: 1.8;
	color: #fff;
	margin-bottom: 20px;
	padding-left: 20px;
	position: relative;
}

.timeline-image {
	flex: 0 0 448px;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.timeline-image img {
	width: 100%;
	height: auto;
	display: block;
}

/* Timeline Navigation */
.timeline-nav {
	max-width: 1360px;
	margin: 0 auto;
	display: flex;
	align-items: flex-start;
	padding: 0 20px;
}

.timeline-arrow {
	background: transparent;
	border: none;
	color: #fff;
	width: 20px;
	height: 12px;
	cursor: pointer;
	transition: all 0.3s ease;
	flex-shrink: 0;
	position: relative;
	font-size: 0;
	margin-top: -5px;
}

.timeline-arrow::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	transition: all 0.3s ease;
}

.timeline-prev::before {
	border-width: 6px 10px 6px 0;
	border-color: transparent rgba(255,255,255,0.8) transparent transparent;
	transform: translate(-50%, -50%);
}

.timeline-next::before {
	border-width: 6px 0 6px 10px;
	border-color: transparent transparent transparent rgba(255,255,255,0.8);
	transform: translate(-50%, -50%);
}

.timeline-arrow:hover.timeline-prev::before {
	border-color: transparent rgba(255,255,255,1) transparent transparent;
}

.timeline-arrow:hover.timeline-next::before {
	border-color: transparent transparent transparent rgba(255,255,255,1);
}

.timeline-arrow:disabled {
	opacity: 0.3;
	cursor: not-allowed;
}

.timeline-arrow:disabled:hover::before {
	border-color: transparent rgba(255,255,255,0.8) transparent transparent;
}

.timeline-arrow:disabled.timeline-next:hover::before {
	border-color: transparent transparent transparent rgba(255,255,255,0.8);
}

.timeline-track-wrapper {
	flex: 1;
	position: relative;
	overflow: hidden;
	margin-top: -8px;
	padding: 0 5px;
}

.timeline-track {
	position: relative;
	height: 80px;
	display: flex;
	align-items: flex-start;
	margin-top: 8px;
}

.timeline-points {
	display: flex;
	align-items: flex-start;
	position: relative;
	transition: transform 0.5s ease;
	will-change: transform;
}

.timeline-line-segment {
	width: 80px;
	height: 2px;
	border: none;
	background-image: linear-gradient(to right, rgba(255,255,255,0.4) 50%, transparent 50%);
	background-size: 8px 2px;
	background-repeat: repeat-x;
	margin: 0;
	flex-shrink: 0;
}

.timeline-line-start,
.timeline-line-end {
	flex: 0 0 80px;
}

.timeline-point {
	display: flex;
	flex-direction: column;
	align-items: center;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
	flex-shrink: 0;
	width: 40px;
}

.point-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: rgba(255,255,255,0.8);
	border: none;
	transition: all 0.3s ease;
	margin: -3px 0 12px 0;
	display: block;
}

.timeline-point:hover .point-dot {
	background: rgba(255,255,255,1);
	width: 10px;
	height: 10px;
}

.timeline-point.active .point-dot {
	background: transparent;
	border: 2px solid #fff;
	width: 10px;
	height: 10px;
	box-sizing: border-box;
}

.point-label {
	font-size: 13px;
	color: rgba(255,255,255,0.8);
	font-weight: 500;
	transition: all 0.3s ease;
	white-space: nowrap;
}

.timeline-point:hover .point-label,
.timeline-point.active .point-label {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

/* Animation */
@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(20px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.timeline-content {
	animation: fadeIn 0.5s ease;
}

/* ========== Section Header (公共样式) ========== */
.section-header {
	max-width: 1360px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.section-title {
	font-size: 28px;
	font-weight: bold;
	color: #1a365d !important;
	letter-spacing: 2px;
}

.section-more {
	font-size: 14px;
	color: #000;
	text-decoration: none;
	font-weight: 400;
	position: relative;
	transition: all 0.3s ease;
}

.section-more:hover {
	color: #666;
}

/* ========== GUOZUN HONOR Section ========== */
.honor-section {
	background: #fff !important; 
	padding-bottom: 80px;
}

.honor-section::before {
	display: none;
}

.honor-grid {
	max-width: 1360px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
}

.honor-card {
	background: #fff;
	border-radius: 0;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
	transition: all 0.3s ease;
	cursor: pointer;
}

.honor-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}

.honor-image {
	width: 100%;
	height: 200px;
	overflow: hidden;
}

.honor-image img {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.honor-card:hover .honor-image img {
	transform: scale(1.05);
}

.honor-description {
	padding: 20px !important;
	/* font-size: 13px;
	line-height: 1.8; */
	color: #1a365d !important;
	/* min-height: 100px; */
}

/* ========== News Section (DYNAMIC STATE) ========== */
.news-section {
	padding: 80px 0;
	background: #fff;
}

.news-section .wrap {
	max-width: 1360px;
	margin: 0 auto;
	padding: 0 20px;
}

.news-section .section-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 50px;
}

.news-section .section-title {
	font-size: 32px;
	font-weight: bold;
	color: #1a365d;
	letter-spacing: 2px;
}

.more-link {
	color: #000;
	font-size: 14px;
	text-decoration: none;
	display: inline-block;
	transition: color 0.3s ease;
}

.more-link:hover {
	color: #666;
}

.news-container {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 28px;
}

.news-item {
	background: #fff;
	overflow: hidden;
	transition: transform 0.3s ease;
	cursor: pointer;
}

.news-item:hover {
	transform: translateY(-5px);
}

.news-date {
	font-size: 28px;
	font-weight: 300;
	color: #333;
	margin: 0 0 10px 0;
	line-height: 1.2;
}

.news-date span {
	font-size: 16px;
	font-weight: 300;
	color: #999;
	margin-left: 5px;
}

.news-image {
	width: 100%;
	height: 210px;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}

.news-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.news-item:hover .news-image img {
	transform: scale(1.1);
}

.news-title {
	font-size: 18px;
	font-weight: 600;
	color: #333;
	margin: 0 0 12px 0;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news-desc {
	font-size: 13px;
	color: #888;
	line-height: 1.7;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
}

/* ========== Leadership Care Section ========== */
.leadership-section {
	padding: 80px 0;
	background: #fff;
}

.leadership-section .wrap {
	max-width: 1360px;
	margin: 0 auto;
	padding: 0 20px;
}

.leadership-section .section-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 50px;
}

.leadership-section .section-title {
	font-size: 32px;
	font-weight: bold;
	color: #1a365d;
	letter-spacing: 2px;
}

.leadership-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
}

.leadership-item {
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.leadership-image {
	position: relative;
	width: 100%;
	height: 350px;
	overflow: hidden;
}

.leadership-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.leadership-item:hover .leadership-image img {
	transform: scale(1.05);
}

.leadership-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(26, 54, 93, 0.85);
	padding: 25px 30px;
	transition: background 0.3s ease;
}

.leadership-item:hover .leadership-overlay {
	background: rgba(26, 54, 93, 0.95);
}

.leadership-desc {
	font-size: 14px;
	line-height: 1.6;
	color: #fff;
	margin: 0;
}

/* ========== Responsive Design ========== */
@media (max-width: 992px) {
	.about-header {
		flex-direction: column;
		align-items: flex-start;
		gap: 20px;
	}
	
	.about-nav {
		flex-wrap: wrap;
		gap: 20px;
	}
	
	.understand-wrapper,
	.services-wrapper {
		flex-direction: column;
		padding: 0 20px;
	}
	
	.understand-image,
	.services-content {
		flex: none;
		width: 100%;
	}
	
	.understand-image img {
		transform: none;
	}
	
	.services-wrapper {
		flex-direction: column-reverse;
	}
	
	.metrics-wrapper {
		flex-direction: column;
		gap: 30px;
		padding: 0 20px;
	}
	
	.metric-divider {
		width: 80%;
		height: 1px;
		margin: 0 auto;
	}
}

@media (max-width: 768px) {
	.about-title {
		font-size: 36px;
	}
	
	.about-section,
	.services-section {
		padding: 40px 0;
	}
	
	.understand-title {
		font-size: 28px;
	}
	
	.services-title {
		font-size: 24px;
	}
	
	.metric-number {
		font-size: 36px;
	}
	
	.services-grid {
		flex-direction: column;
		gap: 0;
	}
	
	.section-header {
		padding: 40px 20px 30px;
	}
	
	.section-title {
		font-size: 28px;
	}
	
	.honor-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}
}

@media (max-width: 480px) {
	.honor-grid {
		grid-template-columns: 1fr;
	}
}

.banner_container.gz_about {
	margin-top: 0px !important;
}