* {
	box-sizing: border-box;
}

body {
	padding: 0;
	margin: 0;
	width: 100%;
	overflow-x: hidden;
	font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
	color: #292929;
	background: #fff;
}

.page {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

/* ===== Hero ===== */
.hero {
	width: 100%;
	min-height: 520px;
	background: url("../img/new/bg1.png") no-repeat center center;
	background-size: cover;
	background-position: center;
}

.hero-inner {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 24px 40px 60px;
	min-height: 520px;
	display: flex;
	flex-direction: column;
}

.site-header {
	margin-bottom: 0;
}

.logo-link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	text-decoration: none;
	padding: 6px 12px;
	border: 1px dashed rgba(168, 224, 99, 0.6);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.65);
}

.site-logo {
	width: 36px;
	height: 36px;
	border-radius: 8px;
	display: block;
}

.site-name {
	font-size: 16px;
	font-weight: bold;
	color: #292929;
}

/* ===== HR Section ===== */
.section-hr {
	width: 100%;
	background: url("../img/new/bg2.png") no-repeat center center;
	background-size: cover;
	padding: 60px 24px 80px;
}

.section-inner {
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
}

.section-title {
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 12px;
	color: #292929;
}

.section-desc {
	font-size: 18px;
	color: #666;
	text-align: center;
	margin: 0 0 40px;
	line-height: 1.5;
}

.hr-layout {
	display: flex;
	gap: 24px;
	align-items: flex-start;
}

.tab-sidebar {
	flex-shrink: 0;
	width: 200px;
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding: 12px;
	background: rgba(255, 255, 255, 0.75);
	border: 1px solid rgba(168, 224, 99, 0.35);
	border-radius: 16px;
}

.tab-sidebar .tab-item {
	padding: 12px 16px;
	border-radius: 10px;
	font-size: 15px;
	color: #555;
	cursor: pointer;
	transition: all 0.25s;
	border: 1px dashed transparent;
	line-height: 1.4;
}

.tab-sidebar .tab-item.selected {
	background: linear-gradient(90deg, #C5E063 0%, #9ACD32 100%);
	color: #fff;
	border-color: rgba(255, 255, 255, 0.5);
	box-shadow: 0 2px 10px rgba(154, 205, 50, 0.35);
	font-weight: 500;
}

.section-hr .content-container {
	flex: 1;
	min-width: 0;
}

.section-hr .content {
	display: none;
	padding: 32px 40px;
	background: rgba(255, 255, 255, 0.95);
	border: 1px solid #eef5e8;
	border-radius: 20px;
	box-shadow: 0 4px 24px rgba(154, 205, 50, 0.12);
	text-align: center;
}

.section-hr .content.active {
	display: block;
	animation: fadeIn 0.4s ease;
}

.section-hr .content img {
	max-width: 100%;
	height: auto;
	max-height: 220px;
	object-fit: contain;
	margin-bottom: 20px;
}

.section-hr .content h3 {
	font-size: 16px;
	font-weight: 400;
	color: #444;
	line-height: 1.8;
	margin: 0;
	text-align: center;
}

@keyframes fadeIn {
	from { opacity: 0; transform: translateY(8px); }
	to { opacity: 1; transform: translateY(0); }
}

/* ===== Services Section ===== */
.section-services {
	width: 100%;
	background: url("../img/new/bg3.png") no-repeat center center;
	background-size: cover;
	padding: 60px 24px 80px;
}

.section-services .service-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	margin-top: 48px;
}

.service-card {
	width: 260px;
	min-height: 280px;
	padding: 32px 24px;
	background: rgba(255, 255, 255, 0.95);
	border-radius: 16px;
	box-shadow: 0 4px 24px rgba(154, 205, 50, 0.12);
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	transition: transform 0.25s, box-shadow 0.25s;
}

.service-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 32px rgba(154, 205, 50, 0.2);
}

.service-card img {
	width: 80px;
	height: 80px;
	object-fit: contain;
	margin-bottom: 16px;
}

.service-name {
	font-size: 18px;
	font-weight: bold;
	color: #292929;
	margin-bottom: 12px;
	line-height: 1.4;
}

.service-desc {
	font-size: 14px;
	color: #666;
	line-height: 1.6;
}

/* ===== Footer ===== */
.container-footer {
	width: 100%;
	background-color: #252526;
	min-height: 80px;
	padding: 16px 20px;
	box-sizing: border-box;
}

.container-footer .copyright {
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	line-height: 1.8;
}

.footer-contact {
	margin-bottom: 6px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
	align-items: center;
}

.footer-sep {
	color: #888;
}

.footer-beian {
	line-height: 1.8;
}

.jicpb {
	font-family: MicrosoftYaHei;
	color: #749ae3;
	letter-spacing: 0;
	line-height: 20px;
	font-weight: 400;
	text-decoration: none;
}

/* ===== Responsive ===== */
@media (max-width: 768px) {
	.hero-inner {
		padding: 20px 20px 40px;
		min-height: 420px;
	}

	.site-name {
		font-size: 14px;
	}

	.section-title {
		font-size: 24px;
	}

	.hr-layout {
		flex-direction: column;
	}

	.tab-sidebar {
		width: 100%;
		flex-direction: row;
		flex-wrap: wrap;
	}

	.tab-sidebar .tab-item {
		font-size: 13px;
		padding: 8px 12px;
	}

	.service-card {
		width: 100%;
		max-width: 320px;
	}

	.footer-contact {
		flex-direction: column;
		gap: 4px;
	}

	.footer-sep {
		display: none;
	}
}
