/* 关于我们页面专用样式 */

/* 覆盖首页的滚动设置 */
body {
	overflow-x: hidden;
	overflow-y: auto;
}

/* Banner部分 */
.about-banner {
	position: relative;
	height: 100vh;
	width: 100%;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* 关于我们页 Banner 定制 */
.about-banner-aboutus .bg-image {
	opacity: 1;
}

.about-banner.about-banner-aboutus::after {
	background: linear-gradient(180deg, rgba(8, 21, 34, 0.34) 0%, rgba(8, 21, 34, 0.18) 45%, rgba(8, 21, 34, 0.36) 100%);
}

.about-banner-aboutus {
	display: block;
}

.about-hero {
	position: relative;
	height: 100%;
	max-width: 100%;
	margin: 0 auto;
	padding: 285px 60px 120px;
	color: #fff;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(500px, 0.9fr) minmax(420px, 1fr);
	grid-template-rows: auto auto;
	column-gap: 52px;
	row-gap: 42px;
}

.about-hero-left {
	max-width: 760px;
	grid-column: 1;
	grid-row: 1;
	align-self: start;
	transform: translate(10px, 6px);
}

.about-hero-kicker {
	font-size: 18px;
	line-height: 1;
	margin-bottom: 16px;
	color: rgba(255, 255, 255, 0.9);
}

.about-hero-left h1 {
	font-size: clamp(38px, 3.6vw, 62px);
	line-height: 1.18;
	font-weight: 600;
	letter-spacing: 1px;
	margin: 0;
}

.about-hero-desc {
	grid-column: 2;
	grid-row: 1;
	align-self: end;
	max-width: 860px;
	width: 100%;
	font-size: clamp(16px, 0.78vw, 18px);
	line-height: 1.52;
	color: rgba(255, 255, 255, 0.92);
}

.about-hero-desc p {
	margin: 0 0 10px;
	text-indent: 2em;
}

.about-hero-desc p:last-child {
	margin-bottom: 0;
}

.about-hero-stats {
	grid-column: 1 / -1;
	grid-row: 2;
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 20px;
	width: 100%;
	margin: 0 auto;
}

.about-hero-stock-code {
	position: absolute;
	left: 60px;
	top: 96px;
	bottom: auto;
	font-size: 13px;
	line-height: 1;
	color: rgba(255, 255, 255, 0.82);
	letter-spacing: 0.4px;
	z-index: 2;
}

.about-hero-stat {
	text-align: center;
}

.about-hero-stat .num {
	font-size: clamp(40px, 3vw, 62px);
	font-weight: 700;
	line-height: 1;
}

.about-hero-stat .num span {
	font-size: 0.58em;
}

.about-hero-stat .label {
	font-size: 14px;
	margin-top: 8px;
	color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 992px) {
	.about-hero {
		padding: 130px 40px 90px;
		display: block;
	}

	.about-hero-left {
		transform: none;
	}

	.about-hero-kicker {
		font-size: 20px;
		margin-bottom: 18px;
	}

	.about-hero-left h1 {
		font-size: 48px;
	}

	.about-hero-desc {
		width: 100%;
		margin-top: 40px;
		font-size: 20px;
	}

	.about-hero-stats {
		position: static;
		margin-top: 40px;
		left: auto;
		right: auto;
		bottom: auto;
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.about-hero-stock-code {
		position: absolute;
		left: 60px;
		bottom: 22px;
		margin-top: 0;
		font-size: 14px;
	}

	.about-hero-stat .num {
		font-size: 44px;
	}

	.about-hero-stat .label {
		font-size: 18px;
		margin-top: 8px;
	}
}

@media (max-width: 768px) {
	.about-hero {
		padding: 120px 20px 72px;
	}

	.about-hero-left h1 {
		font-size: 40px;
	}

	.about-hero-desc {
		font-size: 15px;
		line-height: 1.75;
		margin-top: 30px;
	}

	.about-hero-stats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 18px 12px;
	}

	.about-hero-stock-code {
		position: absolute;
		left: 60px;
		bottom: 18px;
		margin-top: 0;
		font-size: 12px;
	}

	.about-hero-stat .num {
		font-size: 34px;
	}

	.about-hero-stat .label {
		font-size: 14px;
	}
}

.about-banner .bg-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}

/* 添加深色滤镜效果 */
.about-banner::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: -1;
}

.banner-content {
	text-align: center;
	color: #fff;
	z-index: 1;
	opacity: 0;
	transform: translateY(30px);
	animation: fadeInUp 1s forwards 0.5s;
}

.company-name-large {
	font-size: 64px;
	font-weight: bold;
	margin-bottom: 30px;
	letter-spacing: 3px;
}

.banner-title {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.banner-title h2 {
	font-size: 56px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #fff;
}

.banner-title p {
	font-size: 30px;
	color: rgba(255, 255, 255, 0.7);
	letter-spacing: 2px;
	text-transform: uppercase;
}

/* 内容部分 */
.about-content {
	width: 100%;
}

/* 页脚固定在底部 */
footer {
	position: relative;
	width: 100%;
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
	background-color: #000;
}

footer .stock-code {
	position: relative;
	left: 30px;
	bottom: auto;
}

footer .footer-nav {
	position: relative;
	right: 30px;
	bottom: auto;
}

/* 动画类 */
.animate-on-scroll {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 1s ease, transform 1s ease;
}

.animate-on-scroll.animated {
	opacity: 1;
	transform: translateY(0);
}

/* 响应式调整 */
@media (max-width: 992px) {
	.company-name-large {
		font-size: 48px;
	}

	.banner-title h2 {
		font-size: 36px;
	}
}

@media (max-width: 768px) {
	.company-name-large {
		font-size: 36px;
	}

	.banner-title h2 {
		font-size: 30px;
	}

	.banner-title p {
		font-size: 16px;
	}
}

@media (max-width: 576px) {
	.company-name-large {
		font-size: 30px;
	}

	.banner-title h2 {
		font-size: 26px;
	}

	.banner-title p {
		font-size: 14px;
	}
}



/* 公司简介部分样式 - 避免与原样式冲突的新名称 */
.company-intro {
	display: flex;
	width: 100%;
	background-color: #ffffff;
	position: relative;
	min-height: auto;
}

.intro-left {
	width: 50%;
	position: relative;
	padding: 120px 0px 0px 0px;
	display: flex;
}

.side-text-img {
	height: 80%;
	margin-left: 50px;
}

.intro-text-content {
	margin-left: 50px;
	padding-right: 40px;
}

.intro-right {
	width: 50%;
	background-color: #2b3a44;
	padding: 75px 160px 80px 40px;
	display: flex;
	flex-direction: column;
}

.intro-header {
	display: flex;
	flex-direction: column;
	margin-bottom: 60px;
}

.intro-icon-container {
	margin-bottom: 15px;
}

.intro-icon {
	width: auto;
	height: auto;
}

.intro-title {
	font-size: 24px;
	font-weight: bold;
	color: #303030;
}

.intro-slogan {
	margin-bottom: 60px;
}

.intro-slogan h3 {
	font-size: 34px;
	font-weight: bold;
	color: #303030;
	line-height: 1.4;
}

.intro-desc {
	margin-bottom: 30px;
	padding-top: 20px;
	border-top: solid 1px #c8c8c8;
}

.intro-desc p {
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 1.8;
	color: #555;
}

.intro-desc-en {
	color: #777;
	font-size: 14px;
	line-height: 1.6;
}

.intro-desc-en p {
	margin-bottom: 15px;
}

.clean-img {
	width: 100%;
	margin-bottom: 30px;
}

.white-separator {
	width: 100%;
	height: 1px;
	background-color: #ffffff;
	margin-bottom: 60px;
}

.intro-stats {
	display: flex;
	flex-direction: column;
	gap: 80px;
}

.intro-stats-row {
	display: flex;
	justify-content: space-between;
}

.intro-stat-item {
	text-align: center;
	padding-right: 20px;
}

.intro-stat-title {
	font-size: 24px;
	color: #ffffff;
	margin-bottom: 15px;
	text-align: left;
}

.intro-stat-number {
	display: flex;
	align-items: center;
	justify-content: center;
}

.number-value {
	font-size: 110px;
	font-weight: bold;
	color: #ffffff;
	line-height: 1;
}

.number-unit {
	font-size: 110px;
	margin-left: 5px;
	font-weight: bold;
	color: #ffffff;
}

/* 响应式布局调整 */
@media (max-width: 1400px) {
	.intro-text-content {
		margin-left: 200px;
	}

	.side-text-img {
		display: none;
	}

	.number-value {
		font-size: 110px;
	}

	.number-unit {
		font-size: 80px;
	}

	.intro-text-content {
		margin-left: 120px;
	}

	.intro-stats-row {
		flex-direction: column;
	}

	.intro-stat-item {
		padding-bottom: 50px;
		padding-right: 0px;
	}

	.intro-stats {
		gap: 0px;
	}

	.intro-stat-title {
		text-align: center;
	}
}

@media (max-width: 1200px) {
	.intro-text-content {
		margin-left: 100px;
		max-width: 500px;
	}

	.intro-slogan h3 {
		font-size: 30px;
	}

	.number-value {
		font-size: 100px;
	}

	.number-unit {
		font-size: 70px;
	}

	.intro-stat-title {
		font-size: 22px;
	}
}

@media (max-width: 992px) {
	.company-intro {
		flex-direction: column;
	}

	.intro-left,
	.intro-right {
		width: 100%;
	}

	.intro-left {
		flex-direction: column;
		align-items: center;
		padding: 40px 20px;
	}

	.intro-text-content {
		margin-left: 0;
		padding-right: 0;
		max-width: 100%;
	}

	.intro-slogan h3 {
		font-size: 28px;
	}

	.intro-right {
		padding: 40px 20px;
	}

	.number-value {
		font-size: 100px;
	}

	.number-unit {
		font-size: 60px;
	}

	.intro-stats {
		gap: 40px;
	}
}

@media (max-width: 768px) {
	.intro-stats {
		gap: 30px;
	}

	.intro-slogan h3 {
		font-size: 26px;
	}

	.number-value {
		font-size: 80px;
	}

	.number-unit {
		font-size: 50px;
	}

	.white-separator {
		margin-bottom: 40px;
	}

	.intro-stat-title {
		font-size: 20px;
		text-align: center;
	}
}

@media (max-width: 576px) {

	.intro-left,
	.intro-right {
		padding: 30px 15px;
	}

	.intro-slogan h3 {
		font-size: 24px;
	}

	.number-value {
		font-size: 60px;
	}

	.number-unit {
		font-size: 60px;
	}

	.intro-stat-title {
		font-size: 18px;
	}

	.intro-stats-row {
		flex-direction: column;
		gap: 30px;
	}

	.intro-stats {
		gap: 30px;
	}
}

/* 董事长致辞部分样式 */
.chairman-section {
	width: 100%;
	background-color: #fff;
	padding: 80px 0 0 0;
	overflow: hidden;
}

.chairman-content {
	max-width: 1600px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 40px;
}

.chairman-text {
	width: 50%;
}

.chairman-title {
	font-size: 56px;
	font-weight: bold;
	color: #2b3a44;
	margin-bottom: 150px;
	position: relative;
}

.chairman-title::before {
	content: '';
	position: absolute;
	left: 0;
	top: -15px;
	width: 24px;
	height: 16px;
	background: url('/skin/images/icondsz.png') no-repeat center / contain;
}

.chairman-title-en {
	font-size: 65px;
	font-weight: bold;
	color: #000000;
	opacity: 0.1;
	margin-bottom: 140px;
	text-transform: uppercase;
}

.chairman-speech {
	max-width: 600px;
}

.chairman-speech p {
	font-size: 24px;
	line-height: 1.8;
	color: #535353;
}

.chairman-image {
	width: 50%;
	position: relative;
	text-align: right;
	animation: fadeInRight 1.5s ease-in-out;
}

.chairman-img {
	max-width: 100%;
	height: auto;
}

.chairman-info {
	position: absolute;
	right: 0;
	bottom: 20px;
	text-align: right;
	padding-right: 20px;
}

.chairman-position {
	font-size: 16px;
	color: #ffffff;
	margin-bottom: 5px;
}

.chairman-name {
	font-size: 36px;
	font-weight: bold;
	color: #ffffff;
}

/* 从右到左淡入动画效果 */
@keyframes fadeInRight {
	from {
		opacity: 0;
		transform: translateX(100px);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}

/* 响应式布局 */
@media (max-width: 1200px) {
	.chairman-title {
		font-size: 32px;
	}

	.chairman-title-en {
		font-size: 50px;
	}

	.chairman-speech p {
		font-size: 16px;
	}
}

@media (max-width: 992px) {
	.chairman-content {
		flex-direction: column;
	}

	.chairman-text,
	.chairman-image {
		width: 100%;
		text-align: center;
	}

	.chairman-text {
		margin-bottom: 40px;
	}

	.chairman-speech {
		max-width: 100%;
	}

	.chairman-info {
		text-align: center;
		position: relative;
		padding-right: 0;
		margin-top: 20px;
	}
}

@media (max-width: 768px) {
	.chairman-section {
		padding: 60px 0;
	}

	.chairman-title {
		font-size: 28px;
	}

	.chairman-title-en {
		font-size: 40px;
		margin-bottom: 30px;
	}
}

@media (max-width: 576px) {
	.chairman-section {
		padding: 40px 0;
	}

	.chairman-content {
		padding: 0 20px;
	}

	.chairman-title {
		font-size: 24px;
	}

	.chairman-title-en {
		font-size: 32px;
		margin-bottom: 20px;
	}

	.chairman-speech p {
		font-size: 15px;
	}

	.chairman-position {
		font-size: 14px;
	}

	.chairman-name {
		font-size: 28px;
	}
}

/* 组织架构部分样式 */
.org-structure-section {
	width: 100%;
	position: relative;
	overflow: hidden;
	height: 1080px;
	background-color: #1a1a1a;
}

.org-header {
	text-align: center;
	padding-top: 80px;
	padding-bottom: 40px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}

.org-title {
	font-size: 36px;
	font-weight: bold;
	color: #e5b762;
	margin-bottom: 10px;
	position: relative;
	z-index: 2;
}

.org-title-en {
	font-size: 60px;
	font-weight: bold;
	color: rgba(255, 255, 255, 0.5);
	text-transform: uppercase;
	position: absolute;
	top: 110px;
	left: 0;
	right: 0;
	z-index: 1;
}

.org-content {
	display: flex;
	width: 100%;
	height: 100%;
	position: relative;
}

.org-item {
	position: relative;
	height: 100%;
	overflow: hidden;
}

.org-item.board {
	width: 45%;
	/* clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%); */
	z-index: 3;
}

.org-item.committee {
	width: 30%;
	/* clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%); */
	z-index: 2;
}

.org-item.department {
	width: 25%;
	/* clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%); */
	z-index: 1;
}

.org-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.org-bg::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	/* 减少暗度 */
	transition: all 0.5s ease;
	z-index: 1;
}

.org-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s ease;
}

.org-text {
	position: absolute;
	z-index: 2;
	padding: 0 50px;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
	text-align: center;
}

.org-level {
	font-size: 24px;
	color: #ffffff;
	margin-bottom: 20px;
	transition: all 0.5s ease;
}

.org-name {
	font-size: 42px;
	font-weight: bold;
	color: #2b3a44;
	margin-bottom: 30px;
	transition: all 0.5s ease;
}

.org-desc {
	font-size: 18px;
	line-height: 1.8;
	color: #ffffff;
	transition: all 0.5s ease;
}

/* 鼠标悬停效果 */
.org-item:hover .org-bg::before {
	background-color: rgba(0, 0, 0, 0.2);
	/* 悬停时更亮 */
}

.org-item:hover .org-bg img {
	transform: scale(1.05);
}

.org-item:hover .org-level,
.org-item:hover .org-desc {
	color: #00479d;
}

.org-item:hover .org-name {
	color: #ffffff;
}

/* 响应式布局调整 */
@media (max-width: 1400px) {
	.org-structure-section {
		height: 900px;
	}
}

@media (max-width: 1200px) {
	.org-structure-section {
		height: 800px;
	}

	.org-title {
		font-size: 32px;
	}

	.org-title-en {
		font-size: 50px;
	}

	.org-name {
		font-size: 36px;
	}

	.org-level {
		font-size: 20px;
	}

	.org-desc {
		font-size: 16px;
	}
}

@media (max-width: 992px) {
	.org-structure-section {
		height: auto;
	}

	.org-header {
		position: relative;
		padding-top: 60px;
	}

	.org-title-en {
		top: 160px;
	}

	.org-content {
		flex-direction: column;
		padding-top: 160px;
	}

	.org-item {
		width: 100% !important;
		height: 350px;
		clip-path: none !important;
	}

	.org-text {
		padding: 30px 20px;
	}

	.org-name {
		font-size: 32px;
		margin-bottom: 20px;
	}

	.org-level {
		margin-bottom: 15px;
	}
}

@media (max-width: 768px) {
	.org-header {
		padding-top: 50px;
	}

	.org-title-en {
		top: 120px;
		font-size: 40px;
	}

	.org-content {
		padding-top: 140px;
	}

	.org-item {
		height: 300px;
	}

	.org-title {
		font-size: 28px;
	}
}

@media (max-width: 576px) {
	.org-header {
		padding-top: 40px;
	}

	.org-title-en {
		top: 120px;
		font-size: 32px;
	}

	.org-content {
		padding-top: 120px;
	}

	.org-item {
		height: 250px;
	}

	.org-title {
		font-size: 24px;
	}

	.org-name {
		font-size: 28px;
	}

	.org-level {
		font-size: 18px;
	}

	.org-desc {
		font-size: 14px;
	}
}


/* 发展历程部分样式 */
.development-section {
	width: 100%;
	padding: 80px 0;
	background-color: #ffffff;
	position: relative;
	overflow: hidden;
}

.dev-header {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 34px;
	text-align: center;
	margin-bottom: 86px;
}

.dev-title-en {
	font-size: clamp(72px, 5vw, 110px);
	font-weight: 700;
	color: #dfe1e5;
	text-transform: uppercase;
	letter-spacing: 3px;
	line-height: 1;
	margin: 0;
}

.dev-title {
	font-size: clamp(44px, 3vw, 64px);
	font-weight: bold;
	color: #d3a243;
	position: relative;
	z-index: 2;
	margin: 0;
}

/* 新的时间线容器样式 */
.timeline-container {
	max-width: 1400px;
	/* 增加最大宽度让圆圈更大 */
	margin: 0 auto;
	position: relative;
	padding: 0 20px;
}

/* 圆圈容器布局 */
.timeline-circles {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	min-height: 550px;
}

/* 圆圈容器通用样式 */
.circle-container {
	position: relative;
}

/* 左侧圆圈 */
.left-circle {
	z-index: 1;
	margin-right: -80px;
	/* 增加重叠部分 */
}

/* 中间圆圈 */
.center-circle {
	z-index: 3;
}

/* 右侧圆圈 */
.right-circle {
	z-index: 2;
	margin-left: -80px;
	/* 增加重叠部分 */
}

/* 时间线圆圈 - 增大尺寸 */
.timeline-circle {
	width: 500px;
	/* 增大圆圈尺寸 */
	height: 500px;
	/* 增大圆圈尺寸 */
	border-radius: 50%;
	border: 1px solid #dcdcdc;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	transition: all 0.5s ease;
}

/* 激活状态的圆圈 */
.timeline-circle.active {
	border-color: #cdcdcd;
	/* box-shadow: 0 0 30px rgba(231, 188, 94, 0.2); */
	z-index: 5;
}

/* 圆圈内容布局 */
.circle-content {
	width: 80%;
	height: 80%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}

/* 年份显示 */
.year-display {
	font-size: 130px;
	/* 增大年份字体 */
	font-weight: bold;
	color: #a7a7a7;
	transition: all 0.5s ease;
}

/* 事件内容样式 */
.event-content {
	width: 100%;
	text-align: center;
	opacity: 1;
	transform: scale(1);
	transition: opacity 0.5s ease, transform 0.5s ease;
}

.event-content p {
	font-size: 24px;
	line-height: 1.6;
	color: #1b1b1b;
	margin-bottom: 30px;
}

.year-bottom {
	font-size: 36px;
	font-weight: bold;
	color: #1b1b1b;
	margin-top: 58px;
}

/* 导航按钮样式 - 重新定位到圆圈边缘 */
.nav-btn {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: #ffffff;
	border: 1px solid #dcdcdc;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	transition: all 0.3s ease;
	position: absolute;
	/* 绝对定位 */
	top: 50%;
	/* 垂直居中 */
	transform: translateY(-50%);
}

/* 前一个按钮放在左边 */
.prev-btn {
	left: 10px;
}

/* 下一个按钮放在右边 */
.next-btn {
	right: 10px;
}

.nav-btn:hover {
	background-color: #2b3a44;
	color: #ffffff;
	border-color: #2b3a44;
}

/* 时间线指示器 */
.timeline-indicators {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 60px;
}

.indicator {
	width: 20px;
	height: 4px;
	background-color: #dcdcdc;
	margin: 0 5px;
	cursor: pointer;
	transition: all 0.3s ease;
}

.indicator.active {
	width: 40px;
	background-color: #2b3a44;
}

/* 隐藏的数据容器 */
.timeline-data {
	display: none;
}

/* 动画类 */
@keyframes fadeIn {
	from {
		opacity: 0;
		transform: scale(0.9);
	}

	to {
		opacity: 1;
		transform: scale(1);
	}
}

@keyframes fadeOut {
	from {
		opacity: 1;
		transform: scale(1);
	}

	to {
		opacity: 0;
		transform: scale(0.9);
	}
}

.fade-in {
	animation: fadeIn 0.5s forwards;
}

.fade-out {
	animation: fadeOut 0.5s forwards;
}

/* 响应式布局 */
@media (max-width: 1600px) {
	.timeline-circle {
		width: 450px;
		height: 450px;
	}

	.year-display {
		font-size: 110px;
	}
}

@media (max-width: 1400px) {
	.timeline-circle {
		width: 400px;
		height: 400px;
	}

	.year-display {
		font-size: 90px;
	}

	.event-content p {
		font-size: 22px;
	}

	.year-bottom {
		font-size: 32px;
	}
}

@media (max-width: 1200px) {
	.timeline-circle {
		width: 350px;
		height: 350px;
	}

	.year-display {
		font-size: 80px;
	}

	.event-content p {
		font-size: 20px;
	}

	.year-bottom {
		font-size: 28px;
	}

	.nav-btn {
		width: 70px;
		height: 70px;
	}

	.left-circle,
	.right-circle {
		margin-right: -60px;
		margin-left: -60px;
	}
}

@media (max-width: 992px) {
	.timeline-circles {
		flex-direction: column;
		gap: 20px;
	}

	.left-circle,
	.right-circle {
		margin: 0;
	}

	.timeline-circle {
		width: 300px;
		height: 300px;
	}

	.year-display {
		font-size: 70px;
	}

	.event-content p {
		font-size: 18px;
	}

	.year-bottom {
		font-size: 26px;
	}

	.nav-btn {
		width: 60px;
		height: 60px;
		top: 50%;
	}

	.prev-btn {
		left: 0;
	}

	.next-btn {
		right: 0;
	}

	.dev-title-en {
		font-size: 60px;
	}

	.dev-title {
		font-size: 32px;
	}
}

@media (max-width: 768px) {
	.timeline-circle {
		width: 280px;
		height: 280px;
	}

	.year-display {
		font-size: 60px;
	}

	.event-content p {
		font-size: 16px;
	}

	.year-bottom {
		font-size: 24px;
	}

	.nav-btn {
		width: 50px;
		height: 50px;
		font-size: 12px;
	}

	.dev-title-en {
		font-size: 48px;
	}

	.dev-title {
		font-size: 28px;
	}
}

@media (max-width: 576px) {
	.timeline-circle {
		width: 250px;
		height: 250px;
	}

	.year-display {
		font-size: 50px;
	}

	.event-content p {
		font-size: 14px;
	}

	.year-bottom {
		font-size: 20px;
	}

	.nav-btn {
		width: 45px;
		height: 45px;
		font-size: 10px;
	}

	.dev-title-en {
		font-size: 36px;
	}

	.dev-title {
		font-size: 24px;
	}
}

/* 发展历程标题最终覆盖（按设计稿） */
.development-section .dev-header {
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	gap: 0 !important;
	text-align: center !important;
	margin-bottom: 70px !important;
}

.development-section .dev-title-en {
	font-size: clamp(88px, 6.4vw, 150px) !important;
	font-weight: 700 !important;
	line-height: 1 !important;
	letter-spacing: 1px !important;
	color: #e3e4e8 !important;
	text-transform: uppercase !important;
	margin: 0 !important;
}

.development-section .dev-title {
	font-size: clamp(34px, 2.6vw, 56px) !important;
	font-weight: 700 !important;
	line-height: 1.1 !important;
	color: #2f4355 !important;
	margin: -68px 0 0 !important;
	position: relative !important;
	z-index: 2 !important;
}

/* 调整后的企业文化部分样式 */
.culture-section {
	width: 100%;
	height: 100vh;
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	/* 改为顶部对齐 */
	align-items: center;
}

.culture-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
}

.culture-bg-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.culture-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	/* 加深遮罩使文字更清晰 */
	z-index: -1;
}

.culture-overlay.culture-tint {
	background-color: rgba(43, 58, 68, 0.7);
}

.culture-header {
	text-align: center;
	margin-top: 80px;
	/* 标题距离顶部距离 */
	margin-bottom: 80px;
	position: relative;
	z-index: 5;
}

.culture-title {
	font-size: 42px;
	font-weight: bold;
	color: #2b3a44;
	margin-bottom: -45px;
}

.culture-title-en {
	font-size: 48px;
	color: #44484a;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: bold;
}

.culture-content {
	width: 100%;
	height: calc(100% - 180px);
	/* 减去标题区域高度 */
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* 分隔线样式 - 修改为贯穿整个页面 */
.culture-dividers {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	z-index: 1;
}

.divider {
	width: 1px;
	height: 100%;
	background-color: rgba(150, 150, 150, 0.5);
}

/* 调整分隔线位置，每个分隔线将屏幕分成4份 */
.culture-dividers .divider:nth-child(1) {
	position: absolute;
	left: 25%;
}

.culture-dividers .divider:nth-child(2) {
	position: absolute;
	left: 50%;
}

.culture-dividers .divider:nth-child(3) {
	position: absolute;
	left: 75%;
}

/* 文化栏目样式 */
.culture-columns {
	display: flex;
	justify-content: space-between;
	/* 均匀分布，跨越整个页面 */
	width: 100%;
	position: relative;
	z-index: 2;
	padding: 0 30px;
	/* 两边添加一些内边距 */
}

.culture-column {
	width: 25%;
	text-align: center;
	padding: 0 20px;
	animation: fadeInUp 1s ease forwards;
	opacity: 0;
	transform: translateY(30px);
}

.culture-column:nth-child(1) {
	animation-delay: 0.2s;
}

.culture-column:nth-child(2) {
	animation-delay: 0.4s;
}

.culture-column:nth-child(3) {
	animation-delay: 0.6s;
}

.culture-column:nth-child(4) {
	animation-delay: 0.8s;
}

.culture-icon {
	margin-bottom: 30px;
}

.culture-icon img {
	width: 80px;
	height: 80px;
	object-fit: contain;
}

.column-title {
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
	margin-bottom: 10px;
}

.column-title-en {
	font-size: 16px;
	color: #ffffff;
	opacity: 0.7;
	letter-spacing: 1px;
}

/* 动画 */
@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* 响应式布局 */
@media (max-width: 1200px) {
	.culture-icon img {
		width: 70px;
		height: 70px;
	}

	.column-title {
		font-size: 22px;
	}

	.culture-title {
		font-size: 38px;
	}

	.culture-title-en {
		font-size: 44px;
	}
}

@media (max-width: 992px) {
	.culture-icon img {
		width: 60px;
		height: 60px;
	}

	.column-title {
		font-size: 20px;
	}

	.column-title-en {
		font-size: 14px;
	}

	.culture-title {
		font-size: 34px;
	}

	.culture-title-en {
		font-size: 38px;
	}

	.culture-header {
		margin-top: 60px;
		margin-bottom: 60px;
	}
}

@media (max-width: 768px) {
	.culture-section {
		height: auto;
		min-height: 100vh;
		padding: 40px 0 80px 0;
	}

	.culture-columns {
		flex-wrap: wrap;
	}

	.culture-column {
		width: 50%;
		margin-bottom: 50px;
	}

	.culture-dividers {
		display: none;
	}

	.culture-title {
		font-size: 30px;
	}

	.culture-title-en {
		font-size: 34px;
	}

	.culture-header {
		margin-top: 40px;
		margin-bottom: 40px;
	}
}

@media (max-width: 576px) {
	.culture-column {
		width: 100%;
		margin-bottom: 40px;
	}

	.culture-title {
		font-size: 28px;
	}

	.culture-title-en {
		font-size: 30px;
	}

	.culture-header {
		margin-top: 30px;
		margin-bottom: 30px;
	}
}

/* 企业文化标题最终覆盖（按设计稿） */
.culture-section .culture-header {
	width: 100%;
	height: 170px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin-top: 56px !important;
	margin-bottom: 60px !important;
}

.culture-section .culture-title-en {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	margin: 0 !important;
	font-size: clamp(88px, 6.4vw, 150px) !important;
	font-weight: 700 !important;
	line-height: 1 !important;
	letter-spacing: 1px !important;
	white-space: nowrap;
	color: rgba(196, 204, 212, 0.24) !important;
	z-index: 1;
}

.culture-section .culture-title {
	position: relative;
	z-index: 2;
	font-size: clamp(34px, 2.6vw, 56px) !important;
	font-weight: 700 !important;
	line-height: 1.1 !important;
	color: #ffffff !important;
}

html[lang="en"] .culture-section .culture-title {
	display: none !important;
}

@media (max-width: 992px) {
	.culture-section .culture-header {
		height: 130px;
		margin-top: 48px !important;
		margin-bottom: 44px !important;
	}

	.culture-section .culture-title-en {
		font-size: 60px !important;
	}

	.culture-section .culture-title {
		font-size: 32px !important;
	}
}

/* 子公司部分 HTML 图文分离布局样式 */
.subsidiary-section {
	width: 100%;
	padding: 60px 0;
	background-color: #f5f5f5;
	text-align: center;
}

.subsidiary-header {
	margin-bottom: 56px;
}

.subsidiary-title-cn {
	margin: 0 0 10px;
	font-size: 52px;
	font-weight: 700;
	color: #2f4355;
	line-height: 1.1;
}

html[lang="en"] .subsidiary-title-cn {
	display: none;
}

.subsidiary-title-en {
	margin: 0;
	font-size: 56px;
	font-weight: 700;
	color: #8f9094;
	line-height: 1.1;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.subsidiary-container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 20px;
	display: flex;
	justify-content: space-between;
}

.subsidiary-column {
	width: 48%;
	display: flex;
	flex-direction: column;
	gap: 50px;
}

.right-column {
	margin-top: 100px;
}

.subsidiary-card {
	background-color: #ffffff;
	border-radius: 4px;
	box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
	overflow: hidden;
	text-align: left;
	position: relative;
}

.subsidiary-image-wrap {
	overflow: hidden;
	position: relative;
}

.subsidiary-image-wrap::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.1) 45%, rgba(0, 0, 0, 0.28) 100%);
	pointer-events: none;
}

.subsidiary-image {
	width: 100%;
	height: 360px;
}

.subsidiary-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.5s ease;
}

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

.subsidiary-content {
	padding: 34px 44px 28px;
}

.subsidiary-row {
	margin-bottom: 22px;
}

.subsidiary-content>.subsidiary-row:first-child {
	position: absolute;
	top: 42px;
	left: 44px;
	right: 44px;
	z-index: 3;
	margin: 0;
}

.subsidiary-content>.subsidiary-row:first-child::after {
	content: "项目工程";
	display: block;
	margin-top: 136px;
	margin-bottom: 8px;
	font-size: 15px;
	line-height: 1.4;
	color: rgba(255, 255, 255, 0.85);
	font-weight: 700;
}

html[lang="en"] .subsidiary-content>.subsidiary-row:first-child::after {
	display: none;
}

.subsidiary-card::after {
	content: attr(data-project);
	position: absolute;
	top: 286px;
	left: 44px;
	right: 44px;
	z-index: 3;
	font-size: 32px;
	line-height: 1.2;
	color: #fff;
	font-weight: 700;
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.22);
	pointer-events: none;
}

.subsidiary-content>.subsidiary-row:first-child+.subsidiary-divider {
	display: none;
}

.subsidiary-content>.subsidiary-row:nth-of-type(2) {
	margin-top: 0;
}

.subsidiary-label {
	margin: 0 0 8px;
	font-size: 15px;
	line-height: 1.4;
	color: rgba(255, 255, 255, 0.85);
	font-weight: 500;
}

.subsidiary-name {
	margin: 0;
	font-size: 32px;
	line-height: 1.2;
	color: #fff;
	font-weight: 700;
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.22);
}

.subsidiary-title {
	margin: 0 0 12px;
	font-size: 18px;
	line-height: 1.3;
	color: #222a33;
	font-weight: 700;
}

.subsidiary-text {
	margin: 0;
	font-size: 15px;
	line-height: 1.9;
	color: #8f939a;
}

.subsidiary-divider {
	height: 1px;
	background-color: #c6c9cd;
	margin: 22px 0;
}

.subsidiary-link {
	display: block;
	margin-top: 20px;
	text-align: right;
	font-size: 16px;
	line-height: 1.3;
	color: #2f4355;
	font-weight: 700;
	text-decoration: none;
}

.subsidiary-link:hover {
	opacity: 0.85;
}

@media (max-width: 992px) {
	.subsidiary-container {
		flex-direction: column;
	}

	.subsidiary-column {
		width: 100%;
		gap: 30px;
	}

	.right-column {
		margin-top: 30px;
	}

	.subsidiary-title-cn {
		font-size: 40px;
	}

	.subsidiary-title-en {
		font-size: 44px;
	}

	.subsidiary-image {
		height: 300px;
	}

	.subsidiary-content {
		padding: 26px 26px 22px;
	}

	.subsidiary-content>.subsidiary-row:first-child {
		top: 26px;
		left: 26px;
		right: 26px;
	}

	.subsidiary-content>.subsidiary-row:first-child::after {
		margin-top: 116px;
		font-size: 15px;
	}

	.subsidiary-card::after {
		top: 236px;
		left: 26px;
		right: 26px;
		font-size: 24px;
	}

	.subsidiary-name {
		font-size: 24px;
	}
}

@media (max-width: 576px) {
	.subsidiary-section {
		padding: 40px 0;
	}

	.subsidiary-title-cn {
		font-size: 28px;
	}

	.subsidiary-title-en {
		font-size: 30px;
	}

	.subsidiary-column {
		gap: 20px;
	}

	.right-column {
		margin-top: 20px;
	}

	.subsidiary-image {
		height: 210px;
	}

	.subsidiary-content {
		padding: 16px 16px 14px;
	}

	.subsidiary-content>.subsidiary-row:first-child {
		top: 14px;
		left: 16px;
		right: 16px;
	}

	.subsidiary-content>.subsidiary-row:first-child::after {
		margin-top: 72px;
		margin-bottom: 4px;
		font-size: 12px;
	}

	.subsidiary-card::after {
		top: 164px;
		left: 16px;
		right: 16px;
		font-size: 16px;
	}

	.subsidiary-label {
		font-size: 12px;
	}

	.subsidiary-name {
		font-size: 16px;
	}

	.subsidiary-title {
		font-size: 17px;
		margin-bottom: 8px;
	}

	.subsidiary-text {
		font-size: 13px;
		line-height: 1.7;
	}

	.subsidiary-divider {
		margin: 14px 0;
	}

	.subsidiary-link {
		font-size: 14px;
		margin-top: 12px;
	}
}


/* 网站尾部样式 */
.site-footer {
	background-color: #2b3a44;
	color: #ffffff;
	padding: 120px 0 30px;
	width: 100%;
}

.footer-container {
	width: 100%;
	max-width: 1600px;
	/* 增加最大宽度 */
	margin: 0 auto;
	padding: 0 50px;
}

/* 标题样式 */
.footer-title {
	text-align: center;
	margin-bottom: 50px;
}

.footer-title h2 {
	font-size: 32px;
	font-weight: 500;
	color: #ffffff;
	margin: 0;
}

.footer-title span {
	color: #2b3a44;
	/* 金色 */
}

/* 联系信息区域样式 */
.contact-section {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
	align-items: flex-start;
}

/* 公司信息样式 */
.company-info {
	width: 25%;
	padding-right: 30px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.info-item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 30px;
}

.info-icon {
	margin-right: 15px;
	opacity: 0.8;
}

.info-icon img {
	width: 24px;
	height: 24px;
}

.info-text {
	flex: 1;
}

.info-text span {
	display: block;
	font-size: 18px;
	color: #fff;
	margin-bottom: 5px;
}

.address-line2 {
	padding-left: 85px !important;
	margin-top: 5px !important;
}

html[lang="en"] .address-line2 {
	padding-left: 0 !important;
}

/* 联系表单样式 */
.contact-form {
	width: 75%;
}

.form-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 20px;
	margin-bottom: 50px;
	align-items: start;
}

.form-left {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 20px;
	height: 170px;
}

.form-right {
	width: 100%;
	display: grid;
	grid-template-rows: 170px auto;
	gap: 12px;
	align-content: start;
}

.form-row {
	display: flex;
	gap: 20px;
}

.form-group {
	flex: 1;
}

.contact-form input {
	width: 100%;
	padding: 25px 15px;
	background-color: #808990;
	border: none;
	border-radius: 10px;
	color: #ffffff;
	font-size: 18px;
	height: 75px;
	/* 设置固定高度 */
	box-sizing: border-box;
	/* 确保padding不会增加总高度 */
}

.message-group {
	height: 170px;
	margin-bottom: 0;
}

.message-group textarea {
	width: 100%;
	height: 100%;
	/* 填充整个父容器 */
	padding: 25px 15px;
	background-color: #808990;
	border: none;
	border-radius: 10px;
	color: #ffffff;
	font-size: 18px;
	resize: none;
	/* 禁止用户调整大小 */
	box-sizing: border-box;
	/* 确保padding不会增加总高度 */
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
	color: #ffffff;
}

.contact-form input:focus,
.contact-form textarea:focus {
	outline: none;
	background-color: #333333;
}

.form-submit {
	text-align: right;
	margin-top: 10px;
}

/* 底部留言验证码样式 */
.checkcode-group {
	margin-top: 0;
}

.checkcode-row {
	display: flex;
	align-items: center;
	gap: 8px;
	background: #7a838a;
	border-radius: 12px;
	padding: 6px;
}

.checkcode-row input {
	flex: 1;
	height: 44px;
	padding: 0 14px;
	border-radius: 8px;
	border: none;
	background: transparent;
	color: #fff;
	font-size: 16px;
	outline: none;
}

.checkcode-row input::placeholder {
	color: rgba(255, 255, 255, 0.7);
}

.checkcode-row .codeimg {
	height: 44px;
	width: 140px;
	border-radius: 8px;
	background: #fff;
	padding: 4px 8px;
	cursor: pointer;
	box-sizing: border-box;
}

.send-btn {
	background-color: #2b3a44;
	/* color: #ffffff; */
	border: solid 1px #fff;
	border-radius: 30px;
	padding: 12px 30px;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	transition: all 0.3s ease;
	display: inline-flex;
	align-items: center;
	color: #fff;
}

.arrow-icon {
	margin-left: 8px;
	font-size: 20px;
	color: #fff;
}

.send-btn:hover {
	background-color: #d1a94d;
	transform: translateY(-2px);
}

/* 底部导航菜单样式 */
.footer-navigation {
	/* border-top: 1px solid #333333; */
	padding-top: 30px;
	margin-bottom: 10px;
	width: 100%;
}

.footer-menu {
	display: flex;
	justify-content: space-between;
	/* 两端对齐 */
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
}

.footer-menu li {
	/* 移除左右边距，让导航项目能够完全两端对齐 */
	margin: 0;
	padding: 0;
}

.footer-menu a {
	color: #9a9a9a;
	text-decoration: none;
	font-size: 18px;
	transition: color 0.3s ease;
	white-space: nowrap;
	/* 防止文本换行 */
	display: block;
	padding: 0 10px;
	/* 增加点击区域 */
}

.footer-menu a:hover {
	color: #2b3a44;
}

/* 响应式布局 */
@media (max-width: 1200px) {
	.form-layout {
		grid-template-columns: 1fr;
	}

	.form-left,
	.form-right {
		width: 100%;
	}

	.form-right {
		grid-template-rows: auto auto;
	}

	.form-left {
		height: auto;
	}

	.message-group textarea {
		min-height: 120px;
	}

	.contact-section {
		flex-direction: column;
	}

	.company-info,
	.contact-form {
		width: 100%;
	}

	.company-info {
		margin-bottom: 40px;
		padding-right: 0;
	}

	.form-left,
	.form-right {
		width: 100%;
		height: auto;
	}

	.form-left {
		gap: 20px;
	}

	.message-group textarea {
		height: 100px;
		/* 在小屏幕上设置固定高度 */
	}
}

@media (max-width: 992px) {
	.footer-menu {
		flex-wrap: wrap;
	}

	.footer-menu li {
		/* 在小屏幕上重新设置样式，保持均匀分布 */
		flex: 1;
		text-align: center;
		padding: 5px 0;
	}
}

@media (max-width: 768px) {
	.form-row {
		flex-direction: column;
		gap: 15px;
	}

	.site-footer {
		padding: 40px 0 20px;
	}

	.contact-section {
		margin-bottom: 40px;
	}

	.footer-container {
		padding: 0 20px;
	}
}

@media (max-width: 576px) {
	.footer-menu {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 14px 22px;
		align-items: center;
		justify-items: center;
	}

	.footer-menu li {
		width: 100%;
		margin: 0;
		padding: 0;
		text-align: center;
	}

	.footer-menu a {
		padding: 4px 6px;
		white-space: normal;
		line-height: 1.35;
	}

	.send-btn {
		width: 100%;
		justify-content: center;
	}
}

/* 业务领域 */
.grid-container {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	width: 100%;
	max-width: none;
	margin: 0;
	height: auto;
	padding: 0;
}

.grid-item {
	position: relative;
	overflow: hidden;
	cursor: pointer;
	height: auto;
	width: 100%;
	aspect-ratio: 1 / 1.9;
}

.main-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: brightness(0.7);
	transition: all 0.5s ease;
}

.grid-item:hover .main-image {
	filter: brightness(1);
	transform: scale(1.05);
}

.chinese-name {
	position: absolute;
	top: 20px;
	left: 20px;
	color: white;
	font-size: 24px;
	font-weight: bold;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
	transition: transform 0.5s ease;
	z-index: 2;
}

.english-name {
	position: absolute;
	bottom: 20px;
	left: 20px;
	color: white;
	font-size: 18px;
	writing-mode: vertical-lr;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
	transition: transform 0.5s ease;
	z-index: 2;
}

.grid-item:hover .chinese-name {
	transform: translateY(-100px);
}

.grid-item:hover .english-name {
	transform: translateY(100px);
}

.magnifier-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
}

.magnifier {
	width: 85px;
	height: 85px;
	opacity: 0;
	transform: scale(0);
	transition: all 0.5s ease;
}

.grid-item:hover .magnifier {
	opacity: 1;
	transform: scale(1);
}

/* 大屏幕设置 */
@media screen and (min-width: 1200px) {
	.grid-container {
		grid-template-columns: repeat(4, 1fr);
	}
}

/* 中等屏幕 */
@media screen and (max-width: 1199px) {
	.grid-container {
		grid-template-columns: repeat(4, 1fr);
		padding: 0;
	}

	.grid-item {
		aspect-ratio: 1 / 1.75;
	}
}

/* 平板设备 */
@media screen and (max-width: 992px) {
	.grid-container {
		grid-template-columns: repeat(2, 1fr);
		padding: 0;
	}

	.grid-item {
		aspect-ratio: 1 / 1.35;
	}
}

/* 手机设备 */
@media screen and (max-width: 576px) {
	.grid-container {
		grid-template-columns: 1fr;
		padding: 0;
	}

	.grid-item {
		aspect-ratio: 1 / 1.05;
	}
}

/* 风电业务详情页 */
.business-subnav {
	border-bottom: 1px solid #e6e6e6;
	background: #fff;
}

.business-subnav-inner {
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
	padding: 18px 0 0;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.business-subnav-inner a {
	position: relative;
	flex: 1;
	text-align: center;
	padding: 0 0 16px;
	font-size: 22px;
	color: #606266;
	text-decoration: none;
	transition: color 0.3s ease;
}

.business-subnav-inner a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #2b3a44;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.3s ease;
}

.business-subnav-inner a:hover,
.business-subnav-inner a.active {
	color: #2b3a44;
	font-weight: 600;
}

.business-subnav-inner a.active::after {
	transform: scaleX(1);
}

.business-content {
	max-width: 1400px;
	margin: 0 auto;
	padding: 50px 20px 0;
}

.business-domain {
	padding-bottom: 40px;
}

.business-title {
	font-size: 30px;
	color: #2b3a44;
	margin-bottom: 24px;
	font-weight: 600;
}

.business-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 34px 40px;
}

.business-card {
	text-align: center;
}

.business-card img {
	width: 100%;
	display: block;
	border-radius: 12px;
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}

.business-card p {
	margin-top: 14px;
	font-size: 16px;
	color: #4b5563;
}

.business-products {
	padding-bottom: 70px;
}

.products-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 110px;
	align-items: stretch;
}

.products-images {
	display: grid;
	gap: 22px;
	height: 100%;
}

.products-image {
	height: 100%;
}

.products-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	border-radius: 12px;
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
	opacity: 1;
	transition: opacity 0.35s ease;
}

.products-image img.is-fading {
	opacity: 0;
}

.products-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 18px;
	height: 100%;
	font-size: 23px;
	line-height: 1.6;
	color: #6b7280;
	font-weight: 600;
}

.products-list li {
	position: relative;
	padding-left: 22px;
	cursor: pointer;
	transition: color 0.2s ease;
}

.products-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: currentColor;
}

.products-list li.is-active {
	color: #2b3a44;
	font-weight: 600;
}

@media (max-width: 1200px) {
	.business-content {
		padding-top: 40px;
	}

	.business-title {
		font-size: 26px;
	}

	.products-layout {
		gap: 32px;
	}
}

@media (max-width: 992px) {
	.business-subnav-inner {
		gap: 18px;
	}

	.business-grid {
		grid-template-columns: 1fr;
		gap: 26px;
	}

	.products-layout {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 768px) {
	.business-content {
		padding-top: 30px;
	}

	.business-title {
		font-size: 22px;
	}

	.business-subnav-inner a {
		font-size: 16px;
		padding-bottom: 12px;
	}

	.products-list {
		font-size: 16px;
	}
}

/* 新闻列表 */
.all{
	width: 100%;
	overflow:hidden;
	background-color: #fff;
}
.container {
	max-width: 1600px;
	margin: 0 auto;
	padding: 20px;
	background-color: #fff;
}

/* 新闻标签栏样式 */
.news-tabs {
	display: flex;
	margin-bottom: 30px;
	border-bottom: 1px solid #eee;
	position: relative;
}

.tab-item {
	font-size: 22px;
	color: #333;
	text-decoration: none;
	font-weight: 600;
	margin-right: 40px;
	padding-bottom: 15px;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.tab-line {
	display: inline-block;
	width: 4px;
	height: 22px;
	background-color: #2b3a44;
	margin-right: 8px;
	position: absolute;
	left: -12px;
	top: 5px;
	opacity: 0;
	transition: opacity 0.3s;
}

.tab-item.active {
	color: #2b3a44;
}

.tab-item.active .tab-line {
	opacity: 1;
}

/* 新闻网格布局 */
.news-card-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 25px;
	margin-top: 40px;
}

/* 单个新闻项样式 */
.news-card {
	width: 100%;
	background-color: #222;
	overflow: hidden;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s, box-shadow 0.3s;
	cursor: pointer;
}

.news-card a {
	text-decoration: none;
}


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

.news-card-image {
	width: 100%;
	height: 220px;
	overflow: hidden;
}

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

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

.news-card-body {
	padding: 20px;
	background-color: #222;
	color: #fff;
	position: relative;
}

.news-card-date {
	color: #2b3a44;
	/* 金色 */
	font-size: 16px;
	margin-bottom: 12px;
}

.news-card-title {
	font-size: 18px;
	line-height: 1.6;
	color: #fff;
	margin-bottom: 15px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	/* 限制文本行数 */
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 50px;
}

.news-card-link {
	color: #2b3a44;
	/* 金色 */
	font-size: 14px;
	text-align: right;
	padding-right: 15px;
	position: relative;
}

.news-card-link::after {
	content: "→";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

/* 分页样式 */
.pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 50px;
	gap: 8px;
}

.page-num,
.page-prev,
.page-next {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	color: #666;
	text-decoration: none;
	transition: background-color 0.3s, color 0.3s;
}

.page-num:hover,
.page-prev:hover,
.page-next:hover {
	background-color: #f0f0f0;
}

.page-num.active {
	background-color: #1a1a1a;
	color: #fff;
}

.page-prev svg,
.page-next svg {
	fill: currentColor;
}

/* 响应式布局 */
@media (max-width: 1024px) {
	.news-card-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 768px) {
	.news-card-grid {
		grid-template-columns: 1fr;
	}

	.tab-item {
		font-size: 18px;
		margin-right: 30px;
	}

	.tab-line {
		height: 18px;
	}
}

/* 新闻详情页样式 */
.news-detail-container {
	max-width: 1600px;
	margin: 0 auto;
	padding: 40px 20px;
	font-family: Arial, "Microsoft YaHei", sans-serif;
	color: #333;
	line-height: 1.6;
}

/* 新闻列表新布局（公司动态 + 行业新闻） */
.news-layout {
	background: #f4f4f4;
	padding: 60px 0 80px;
}

.news-layout-inner {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 24px;
}

.news-section-title {
	font-size: 44px;
	font-weight: 700;
	color: #111;
	margin: 0 0 28px;
}

.company-news-list {
	display: flex;
	flex-direction: column;
	gap: 26px;
}

.company-news-item {
	background: transparent;
}

.company-news-link {
	display: grid;
	grid-template-columns: 340px 1fr;
	gap: 30px;
	text-decoration: none;
	color: #222;
	align-items: start;
}

.company-news-thumb {
	border-radius: 10px;
	overflow: hidden;
}

.company-news-thumb img {
	width: 100%;
	height: 205px;
	object-fit: cover;
	display: block;
}

.company-news-body h3 {
	font-size: 36px;
	font-weight: 700;
	line-height: 1.25;
	margin: 2px 0 10px;
	color: #2f4355;
}

.company-news-body .date {
	font-size: 16px;
	color: #666;
	margin-bottom: 12px;
}

.company-news-body p {
	margin: 0;
	font-size: 14px;
	line-height: 1.55;
	color: #333;
}

.company-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin: 30px 0 56px;
}

.company-pagination .num,
.company-pagination .page-arrow,
.company-pagination a {
	width: 30px;
	height: 30px;
	border: 1px solid #d4d6d9;
	color: #8a8d90;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	font-size: 14px;
	background: #f4f4f4;
}

.company-pagination .num.is-active,
.company-pagination a.active {
	background: #2f4355;
	border-color: #2f4355;
	color: #fff;
}

.industry-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
}

.industry-card {
	background: #b9bec4;
	padding: 16px 16px 14px;
	border-radius: 10px;
	min-height: 154px;
}

.industry-card h3 {
	margin: 0 0 12px;
	font-size: 25px;
	font-weight: 700;
	color: #1a1a1a;
}

.industry-card p {
	margin: 0 0 12px;
	font-size: 12px;
	line-height: 1.4;
	color: #2f2f2f;
}

.industry-card a {
	font-size: 11px;
	color: #2f2f2f;
	text-decoration: none;
}

.industry-card.wide {
	grid-column: span 2;
	background: linear-gradient(90deg, #203948 0%, #4d4f72 100%);
}

.industry-card.wide h3,
.industry-card.wide p,
.industry-card.wide a {
	color: #ffffff;
}

@media (max-width: 992px) {
	.company-news-link {
		grid-template-columns: 280px 1fr;
		gap: 18px;
	}

	.company-news-thumb img {
		height: 170px;
	}

	.company-news-body h3 {
		font-size: 28px;
	}

	.news-section-title {
		font-size: 34px;
	}

	.industry-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.industry-card.wide {
		grid-column: span 2;
	}
}

@media (max-width: 768px) {
	.company-news-link {
		grid-template-columns: 1fr;
	}

	.company-news-thumb img {
		height: 220px;
	}

	.company-news-body h3 {
		font-size: 24px;
	}

	.news-section-title {
		font-size: 28px;
	}

	.industry-grid {
		grid-template-columns: 1fr;
	}

	.industry-card.wide {
		grid-column: span 1;
	}
}

/* 新闻头部 */
.news-detail-header {
	margin-bottom: 30px;
}

.news-detail-category {
	display: inline-block;
	color: #2b3a44;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 15px;
	position: relative;
	padding-left: 15px;
}

.news-detail-category::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 4px;
	height: 18px;
	background-color: #2b3a44;
}

.news-detail-title {
	font-size: 30px;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 20px;
	color: #222;
}

.news-detail-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 14px;
	color: #888;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
}

.news-detail-date,
.news-detail-views {
	margin-right: 20px;
}

.news-detail-share {
	display: flex;
	align-items: center;
}

.news-detail-share span {
	margin-right: 10px;
}

.share-icon {
	display: inline-block;
	width: 28px;
	height: 28px;
	margin-left: 8px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	opacity: 0.8;
	transition: opacity 0.3s;
}

.share-icon:hover {
	opacity: 1;
}

.weixin {
	background-image: url('../images/icon-weixin.png');
}

.weibo {
	background-image: url('../images/icon-weibo.png');
}

.linkedin {
	background-image: url('../images/icon-linkedin.png');
}

/* 新闻主图 */
.news-detail-banner {
	width: 100%;
	margin-bottom: 30px;
	border-radius: 4px;
	overflow: hidden;
}

.news-detail-banner img {
	width: 100%;
	height: auto;
	display: block;
}

/* 新闻内容 */
.news-detail-content {
	margin-bottom: 40px;
}

.news-detail-summary {
	font-size: 18px;
	line-height: 1.8;
	color: #555;
	font-weight: 500;
	margin-bottom: 25px;
	padding-left: 15px;
	border-left: 4px solid #2b3a44;
}

.news-detail-content p {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 1.8;
}

.news-detail-content a,
.related-link {
	color: inherit;
	text-decoration: none;
}

.news-detail-subtitle {
	font-size: 22px;
	font-weight: 600;
	margin: 35px 0 20px;
	color: #222;
}

.news-detail-quote {
	background-color: #f5f5f5;
	border-left: 4px solid #2b3a44;
	padding: 20px 25px;
	margin: 25px 0;
	font-style: italic;
	color: #555;
}

.news-detail-quote p {
	margin: 0;
}

.news-detail-image {
	margin: 30px 0;
	border-radius: 4px;
	overflow: hidden;
}

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

.image-caption {
	display: block;
	font-size: 14px;
	color: #888;
	text-align: center;
	margin-top: 10px;
}

/* 上一篇/下一篇导航 */
.news-detail-nav {
	display: flex;
	justify-content: space-between;
	margin: 50px 0;
	padding: 20px 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.news-detail-prev,
.news-detail-next {
	max-width: 45%;
}

.nav-label {
	display: block;
	color: #888;
	font-size: 14px;
	margin-bottom: 8px;
}

.nav-link {
	color: #888;
	font-size: 16px;
	text-decoration: none;
	transition: color 0.3s;
}

.nav-link:hover {
	color: #2b3a44;
}

.news-detail-nav .nav-link a {
	color: #888;
	text-decoration: none;
}

.news-detail-nav .nav-link a:hover {
	color: #888;
}

/* 相关新闻推荐 */
.news-detail-related {
	margin-top: 50px;
}

.related-title {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 25px;
	color: #222;
	position: relative;
	padding-left: 15px;
}

.related-title::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 4px;
	height: 22px;
	background-color: #2b3a44;
}

.related-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 25px;
}

.related-item {
	cursor: pointer;
	transition: transform 0.3s;
}

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

.related-image {
	height: 180px;
	border-radius: 4px;
	overflow: hidden;
	margin-bottom: 15px;
}

.related-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s;
}

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

.related-item-title {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 8px;
	color: #333;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.related-item-date {
	font-size: 14px;
	color: #888;
}

/* 响应式设计 */
@media (max-width: 768px) {
	.news-detail-title {
		font-size: 24px;
	}

	.news-detail-meta {
		flex-direction: column;
		align-items: flex-start;
	}

	.news-detail-share {
		margin-top: 15px;
	}

	.news-detail-summary {
		font-size: 16px;
	}

	.news-detail-nav {
		flex-direction: column;
	}

	.news-detail-prev,
	.news-detail-next {
		max-width: 100%;
		margin-bottom: 15px;
	}

	.related-list {
		grid-template-columns: 1fr;
	}
}

/* 使命与愿景 */
.mission-vision-section {
	position: relative;
	width: 100%;
	height: 100vh;
	/* 占据整个视口高度 */
	overflow: hidden;
}

.mission-vision-content {
	position: relative;
	display: flex;
	width: 100%;
	height: 100%;
}

.mission-vision-title {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	padding: 40px 0;
	z-index: 10;

}

.section-title {
	font-size: 36px;
	color: #f0c75e;
	margin-bottom: 5px;
	font-weight: bold;
}

.section-subtitle {
	font-size: 18px;
	color: #fff;
	letter-spacing: 2px;
	margin: 0;
}

.mission-vision-panel {
	flex: 1;
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.panel-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	filter: brightness(0.7);
	transition: all 0.5s ease;
	z-index: 0;
}

.vision-panel .panel-overlay {
	background-image: url('../images/yuanjing.jpg');
}

.values-panel .panel-overlay {
	background-image: url('../images/hexinjiazhi.jpg');
}

.mission-vision-panel:hover .panel-overlay {
	filter: brightness(1);
	transform: scale(1.05);
}

.panel-text {
	position: relative;
	z-index: 1;
	text-align: center;
	color: #fff;
	padding: 0 30px;
	max-width: 80%;
	margin-top: 80px;
	/* 为顶部标题腾出空间 */
}

.panel-title {
	font-size: 28px;
	margin-bottom: 20px;
	font-weight: bold;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
}

.panel-desc {
	font-size: 22px;
	text-align: left;
	line-height: 1.8;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
}

.values-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
}

.value-item {
	font-size: 22px;
	font-weight: bold;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
}

/* 响应式调整 */
@media (max-width: 768px) {
	.mission-vision-section {
		height: auto;
	}

	.mission-vision-content {
		flex-direction: column;
	}

	.mission-vision-panel {
		height: 50vh;
		/* 在手机上每个面板占半屏 */
	}

	.section-title {
		font-size: 28px;
	}

	.panel-title {
		font-size: 24px;
	}

	.panel-desc,
	.value-item {
		font-size: 14px;
	}

	.panel-text {
		margin-top: 120px;
		/* 在手机上为标题留出更多空间 */
	}
}

/* 报告列表区块样式 */
.report-section {
	position: relative;
	width: 100%;
	padding: 60px 0;
	background-color: #fff;
}

.report-header {
	text-align: center;
	margin-bottom: 60px;
}

.section-title {
	font-size: 36px;
	color: #E9BF55;
	margin-bottom: 5px;
	font-weight: bold;
}

.section-subtitle {
	font-size: 18px;
	color: #fff;
	letter-spacing: 2px;
	margin: 0;
}

.report-list {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 20px;
}

.report-item {
	border-bottom: 1px dotted #ccc;
	padding: 20px 0;
}

.report-link {
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-decoration: none;
	color: #333;
	transition: all 0.3s ease;
}

.report-link:hover {
	color: #E9BF55;
}

.report-text {
	font-size: 18px;
	font-weight: 500;
}

.report-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	transition: transform 0.3s ease;
}

.report-link:hover .report-icon {
	transform: translateX(5px);
}

.report-more {
	text-align: center;
	margin-top: 50px;
}

.more-button {
	display: inline-block;
	padding: 12px 40px;
	background-color: #E9BF55;
	color: #fff;
	text-decoration: none;
	border-radius: 30px;
	font-size: 16px;
	transition: all 0.3s ease;
}

.more-button:hover {
	background-color: #d9ad45;
	transform: translateY(-2px);
	box-shadow: 0 4px 10px rgba(233, 191, 85, 0.3);
}

/* 响应式调整 */
@media (max-width: 768px) {
	.report-section {
		padding: 40px 0;
	}

	.section-title {
		font-size: 28px;
	}

	.section-subtitle {
		font-size: 16px;
	}

	.report-text {
		font-size: 16px;
	}

	.report-item {
		padding: 15px 0;
	}

	.report-icon {
		width: 32px;
		height: 32px;
	}
}

/* 绿色生产 */

.gpc-carousel-section {
	width: 100%;
	min-height: 100vh;
	background-color: #e9e9e9;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 40px 0;
}

.gpc-carousel-header {
	text-align: center;
	margin-bottom: 40px;
}

.gpc-main-title {
	font-size: 36px;
	color: #d4af37;
	margin: 0;
	font-weight: 600;
}

.gpc-sub-title {
	font-size: 18px;
	color: #333;
	margin: 10px 0 0;
	letter-spacing: 1px;
}

.gpc-carousel-container {
	position: relative;
	width: 100%;
	flex: 1;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.gpc-carousel-wrapper {
	flex: 1;
	position: relative;
	overflow: hidden;
}

.gpc-carousel-track {
	display: flex;
	height: 100%;
	transition: transform 0.5s ease-in-out;
	align-items: center;
}

.gpc-carousel-slide {
	flex: 0 0 33.33%;
	height: auto;
	position: relative;
	transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
	transform: scale(0.9);
	opacity: 0.7;
	border-radius: 10px;
	overflow: hidden;
	margin: 0 20px;
}

.gpc-carousel-slide.active {
	transform: scale(1);
	opacity: 1;
	z-index: 2;
}

.gpc-carousel-slide img {
	width: 100%;
	height: auto;
	display: block;
	transition: filter 0.5s ease-in-out;
}

.gpc-carousel-slide.active img {
	filter: brightness(0.6);
}

.gpc-slide-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: white;
	opacity: 0;
	transition: opacity 0.5s ease-in-out;
	text-align: center;
	padding: 20px;
}

.gpc-carousel-slide.active .gpc-slide-content {
	opacity: 1;
}

.gpc-slide-title {
	font-size: 32px;
	margin: 0 0 15px 0;
	font-weight: 600;
}

.gpc-slide-desc {
	font-size: 18px;
	margin: 0;
	max-width: 90%;
	line-height: 1.5;
}

.gpc-carousel-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(0, 0, 0, 0.5);
	color: white;
	border: none;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	cursor: pointer;
	font-size: 24px;
	z-index: 3;
	transition: background 0.3s ease;
}

.gpc-carousel-btn:hover {
	background: rgba(0, 0, 0, 0.7);
}

.gpc-prev-btn {
	left: 20px;
}

.gpc-next-btn {
	right: 20px;
}

.gpc-carousel-indicators {
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 10px;
	z-index: 3;
}

.gpc-indicator {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #ccc;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.gpc-indicator.active {
	background-color: #d4af37;
}

/* 节能减耗 */
.es-container {
	position: relative;
	width: 100%;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.es-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('../images/jienengjianhao.jpg');
	background-size: cover;
	background-position: center;
	filter: brightness(0.3);
	z-index: 0;
}

.es-content {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 1600px;
	padding: 40px 0px;
	text-align: center;
}

.es-title {
	font-size: 36px;
	color: #d4af37;
	margin-bottom: 20px;
	font-weight: 600;
	letter-spacing: 4px;
}

.es-subtitle {
	font-size: 18px;
	color: #fff;
	margin-bottom: 60px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.es-diagram {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

.es-diagram img {
	width: 100%;
	height: auto;
	display: block;
}

/* 添加动画效果 */
@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(20px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.es-title {
	animation: fadeIn 1s ease-out;
}

.es-subtitle {
	animation: fadeIn 1s ease-out 0.3s both;
}

.es-diagram {
	animation: fadeIn 1s ease-out 0.6s both;
}

/* 响应式设计 */
@media screen and (max-width: 768px) {
	.es-title {
		font-size: 36px;
	}

	.es-subtitle {
		font-size: 18px;
	}

	.es-content {
		padding: 20px;
	}
}

/* 报告页面 */
.rpt-wrapper {
	max-width: 1440px;
	margin: 0 auto;
	padding: 30px;
}

.rpt-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
}

.rpt-main-title {
	font-size: 32px;
	font-weight: bold;
}

.rpt-breadcrumb {
	font-size: 16px;
	color: #666;
}

.rpt-breadcrumb a {
	color: #666;
	text-decoration: none;
}

.rpt-breadcrumb a.rpt-current-nav {
	color: #d4af37;
}

.rpt-breadcrumb span {
	margin: 0 8px;
	color: #999;
}

.rpt-content {
	margin-bottom: 60px;
}

.rpt-content a{
	color: #000;
	text-decoration: none;
}

.rpt-doc-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px 35px;
	background-color: #fff;
	margin-bottom: 6px;
	transition: all 0.3s ease;
}

.rpt-doc-item:hover {
	background-color: #e2b967;
	color: #000;
}

.rpt-doc-title {
	font-size: 24px;
	font-weight: 500;
}

.rpt-nav-button {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	border: 1px solid #ccc;
	background-color: transparent;
	cursor: pointer;
	font-size: 20px;
	color: #333;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
}

.rpt-doc-item:hover .rpt-nav-button {
	border-color: #000;
	color: #000;
}

.rpt-nav-button:hover {
	background-color: rgba(0, 0, 0, 0.05);
}

.rpt-pagination-area {
	display: flex;
	justify-content: center;
	gap: 12px;
}

.rpt-page-link {
	width: 42px;
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #ccc;
	border-radius: 3px;
	color: #666;
	cursor: pointer;
	font-size: 16px;
	font-weight: 500;
	transition: all 0.3s ease;
}

.rpt-page-link.rpt-active-page {
	background-color: #d4af37;
	border-color: #d4af37;
	color: #fff;
}

.rpt-page-link:hover:not(.rpt-active-page) {
	border-color: #d4af37;
	color: #d4af37;
}

.rpt-page-link.rpt-next-btn {
	width: auto;
	padding: 0 20px;
}

/* 招聘页面 */

.about-banner {
	position: relative;
	height: 100vh;
	width: 100%;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.bg-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.8;
}

.banner-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.6) 100%);
}

.banner-content {
	text-align: center;
	color: #fff;
	z-index: 1;
	opacity: 0;
	transform: translateY(30px);
	animation: fadeInUp 1s forwards 0.5s;
	width: 100%;
	max-width: 800px;
	padding: 0 20px;
}

.banner-title {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	margin-bottom: 40px;
}

.banner-title h2 {
	font-size: 60px;
	font-weight: bold;
	letter-spacing: 8px;
	color: #fff;
	margin: 0;
}

.banner-title p {
	font-size: 32px;
	color: rgba(255, 255, 255, 0.9);
	letter-spacing: 8px;
	font-weight: 400;
	margin: 0;
}

.search-box {
	width: 100%;
	max-width: 600px;
	margin: 0 auto 80px;
}

.search-input {
	width: 100%;
	padding: 15px 25px;
	border-radius: 30px;
	border: none;
	background: rgba(255, 255, 255, 0.9);
	font-size: 16px;
	outline: none;
	transition: all 0.3s ease;
}

.search-input::placeholder {
	color: #999;
}

.search-input:focus {
	background: rgba(255, 255, 255, 1);
	box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
}

.scroll-hint {
	position: absolute;
	bottom: 40px;
	left: 50%;
	transform: translateX(-50%);
	animation: bounce 2s infinite;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes bounce {

	0%,
	20%,
	50%,
	80%,
	100% {
		transform: translateX(-50%) translateY(0);
	}

	40% {
		transform: translateX(-50%) translateY(-10px);
	}

	60% {
		transform: translateX(-50%) translateY(-5px);
	}
}

/* 人才理念 */
.talent-concept {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

.concept-header {
	position: absolute;
	top: 80px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	z-index: 10;
}

.concept-header h2 {
	font-size: 36px;
	color: #D4AF37;
	margin-bottom: 10px;
	font-weight: 600;
}

.concept-header p {
	font-size: 20px;
	color: #fff;
	text-transform: capitalize;
}

.concept-grid {
	display: flex;
	width: 100%;
	height: 100%;
}

.concept-item {
	position: relative;
	width: 33.33%;
	height: 100%;
	overflow: hidden;
}

.concept-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.4;
	/* 将默认透明度从0.6调低到0.4 */
	transition: opacity 0.4s ease;
}

.concept-item:hover .concept-image {
	opacity: 1;
}

.concept-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(0, 0, 0, 0.6);
	/* 将默认背景从0.3加深到0.5 */
	transition: background 0.4s ease;
}

.concept-item:hover .concept-content {
	background: rgba(0, 0, 0, 0.1);
}

.concept-text {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 5px;
}

.concept-text span {
	color: #fff;
	font-size: 40px;
	font-weight: 600;
	line-height: 1.2;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

/* 其余的媒体查询保持不变 */
@media (max-width: 1024px) {
	.concept-text span {
		font-size: 32px;
	}
}

@media (max-width: 768px) {
	.concept-grid {
		flex-direction: column;
	}

	.concept-item {
		width: 100%;
		height: 33.33%;
	}

	.concept-header {
		top: 20px;
	}

	.concept-header h2 {
		font-size: 24px;
	}

	.concept-header p {
		font-size: 14px;
	}

	.concept-text {
		flex-direction: row;
		gap: 2px;
	}

	.concept-text span {
		font-size: 20px;
	}
}

@media (max-width: 480px) {
	.concept-item {
		height: 40%;
	}

	.concept-text {
		flex-wrap: wrap;
		max-width: 90%;
		justify-content: center;
	}

	.concept-text span {
		font-size: 16px;
	}
}

/* 招聘区域 */
.recruitment-portal-section {
	background-color: #eeeeee;
	padding: 20px 0;
}

.recruitment-main-wrapper {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 20px;
}

.recruitment-header-section {
	text-align: center;
	margin-bottom: 40px;
}

.recruitment-page-title {
	color: #00459a;
	font-size: 36px;
	margin-bottom: 10px;
}

.recruitment-english-title {
	color: #333;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
}

.recruitment-position-label {
	background-color: #f5f5f5;
	border-left: 4px solid #B8860B;
	padding: 10px 15px;
	margin: 20px 0;
	font-weight: bold;
	color: #333;
}

.recruitment-filter-container {
	background-color: #fff;
	padding: 20px;
	margin-bottom: 20px;
	border-radius: 4px;
}

.recruitment-search-form {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	align-items: center;
}

.recruitment-keyword-input {
	flex: 1;
	min-width: 200px;
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 4px;
}

.recruitment-category-dropdown {
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 4px;
	min-width: 120px;
}

.recruitment-search-trigger {
	background-color: #B8860B;
	color: #fff;
	border: none;
	padding: 10px 20px;
	border-radius: 4px;
	cursor: pointer;
}

.recruitment-search-trigger:hover {
	background-color: #A0750A;
}

.recruitment-positions-table {
	width: 100%;
	border-collapse: collapse;
	background-color: #fff;
}

.recruitment-table-header-cell {
	background-color: #f8f8f8;
	padding: 15px;
	text-align: left;
	font-weight: 500;
	border-bottom: 2px solid #eee;
}

.recruitment-table-data-cell {
	padding: 15px;
	border-bottom: 1px solid #eee;
}

.recruitment-clickable-row {
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.recruitment-clickable-row:nth-of-type(4n + 1) {
	background-color: #f2f2f2;
}

.recruitment-clickable-row:nth-of-type(4n + 3) {
	background-color: #fff;
}

.recruitment-clickable-row:hover {
	background-color: #f5f5f5 !important;
}

.recruitment-details-cell {
	padding: 0;
	border-bottom: 1px solid #eee;
}

.recruitment-details-wrapper {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.recruitment-details-wrapper.expanded {
	max-height: 1000px;
}

.recruitment-details-inner-content {
	padding: 30px;
	background-color: #f9f9f9;
	opacity: 0;
	transform: translateY(-20px);
	transition: opacity 0.3s ease, transform 0.3s ease;
}

.recruitment-details-wrapper.expanded .recruitment-details-inner-content {
	opacity: 1;
	transform: translateY(0);
}

.recruitment-section-heading {
	margin: 0 0 15px 0;
	font-size: 16px;
	color: #333;
}

.recruitment-requirement-list {
	margin: 0 0 20px 0;
	padding-left: 20px;
}

.recruitment-list-item {
	margin-bottom: 8px;
	color: #555;
	line-height: 1.6;
}

.recruitment-apply-trigger {
	background-color: #2b3a44;
	color: #fff;
	border: none;
	padding: 10px 30px;
	border-radius: 4px;
	cursor: pointer;
	margin-top: 20px;
	font-size: 14px;
}

.recruitment-apply-trigger:hover {
	background-color: #2b3a44;
}

.recruitment-pagination-bar {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 10px;
	margin-top: 20px;
}

.recruitment-cta-bar {
	display: flex;
	justify-content: center;
	margin: 40px 0 20px;
}

.recruitment-page-button {
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 5px 15px;
	border-radius: 4px;
	cursor: pointer;
}

.recruitment-page-button:hover {
	background-color: #f0f0f0;
}

.recruitment-current-page {
	background-color: #B8860B;
	color: #fff;
	border-color: #B8860B;
}

/* 应聘联系方式部分 */
.recruitment-contact-section {
	margin-top: 40px;
	background: url(../images/zhaopin4.png) no-repeat center;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	padding: 40px;
}

.recruitment-contact-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.recruitment-contact-content {
	position: relative;
	z-index: 2;
	color: #fff;
}

.recruitment-contact-title {
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 30px;
	text-align: left;
}

.recruitment-contact-methods {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	gap: 160px;
	margin-top: 30px;
	padding-right: 30px;
}

.recruitment-contact-method {
	text-align: center;
}

.recruitment-contact-method-title {
	font-size: 24px;
	margin-bottom: 15px;
	text-align: left;
}

.recruitment-contact-method-value {
	font-size: 18px;
	text-align: left;
}

/* 手机端优化 */
@media (max-width: 768px) {

	/* 联系方式部分调整 */
	.recruitment-contact-section {
		margin-top: 20px;
		padding: 45px 15px;
	}

	.recruitment-contact-methods {
		flex-direction: column;
		align-items: center;
		gap: 20px;
	}

	.recruitment-contact-method {
		width: 100%;
	}
}

/* 定期报告 */
.periodic-report {
	width: 100%;
	/* max-width: 1600px; */
	margin: 0 auto;
	padding: 150px 0px;
	background-position: center right;
	background-repeat: no-repeat;
	font-family: Arial, sans-serif;
	background-color: #fff;
}

.report-header {
	text-align: center;
	margin-bottom: 80px;
}

.cn-title {
	color: #2b3a44;
	font-size: 36px;
	margin-bottom: 10px;
	font-weight: 500;
}

.en-title {
	color: #333;
	font-size: 24px;
	font-weight: 500;
}

.report-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px;
}

.report-item {
	width: calc(50% - 10px);
	border: 1px solid #aaaaaa;
	border-radius: 5px;
	padding: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: rgba(255, 255, 255, 0.9);
	transition: border-color 0.3s ease;
	cursor: pointer;
}

.report-item a {
	display: block;
	width: 100%;
	text-decoration: none;
	color: inherit;
}

.report-item:hover {
	border-color: #2b3a44;
}

.report-content {
	flex: 1;
}

.report-content h3 {
	font-size: 24px;
	width: 100%;
	color: #333;
	margin-bottom: 20px;
	font-weight: normal;
}

.date {
	color: #666;
	font-size: 14px;
}

.magnifier-icon {
	width: 50px;
	height: 50px;
	background-image: url('../images/fangdajing1.png');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	transition: background-image 0.3s ease;
}

.report-item:hover .magnifier-icon {
	background-image: url('../images/fangdajing2.png');
}

.view-more {
	text-align: center;
	margin-top: 60px;
}

.view-more button {
	background-color: #2b3a44;
	color: white;
	border: none;
	padding: 15px 60px;
	border-radius: 10px;
	font-size: 16px;
	cursor: pointer;
	transition: transform 0.2s ease;
	transform-origin: center;
}

.view-more button:hover {
	transform: scale(1.04);
}

@media (max-width: 768px) {
	.report-item {
		width: 100%;
	}
}

/* 上证互动 */
.stock-realtime {
	width: 100%;
	height: 100vh;
	min-height: 600px;
	background-image: url('../images/gupiao1.jpg');
	background-size: cover;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	position: relative;
}

.stock-content {
	text-align: center;
	z-index: 2;
}

.cn-title {
	color: #2b3a44;
	font-size: 36px;
	margin-bottom: 10px;
	font-weight: 500;
}

.en-title {
	color: white;
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 80px;
}

.interactive-title {
	font-size: 48px;
	font-weight: 700;
	margin-bottom: 40px;
}

.stock-ticker {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 40px;
}

.ticker-label {
	font-size: 18px;
	margin-bottom: 5px;
}

.ticker-number {
	font-size: 60px;
	font-weight: 700;
	color: #fff;
	margin: 0;
}

.info-button {
	display: inline-block;
	border: 1px solid #fff;
	color: #fff;
	padding: 10px 80px;
	border-radius: 20px;
	font-size: 18px;
	text-decoration: none;
	transition: all 0.3s ease;
}

.info-button:hover {
	/* background-color: #fff; */
	color: fff;
}

/* Adding a dark overlay to make text more visible against the background */
.stock-realtime::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1;
}

/* 环评公式 */
.eia-publicity-wrapper {
	width: 100%;
	background-image: url('../images/huanpingbg.jpg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 50px 0;
}

.eia-publicity {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 15px;
	font-family: Arial, sans-serif;
}

.section-header {
	text-align: center;
	margin-bottom: 50px;
}

.cn-title {
	color: #fff;
	font-size: 36px;
	margin-bottom: 10px;
	font-weight: 500;
}

.en-title {
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 30px;
}

.eia-list {
	margin-bottom: 40px;
}

.eia-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px 30px;
	border-bottom: 1px dotted #ccc;
	transition: all 0.3s ease;
	background-color: rgba(255, 255, 255, 0.7);
}

.eia-item:hover {
	background-color: #2b3a44;
	color: white;
}

.eia-item:hover .item-date {
	color: white;
}

.item-content {
	flex: 1;
}

.item-title {
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 8px;
}

.item-date {
	color: #666;
	font-size: 14px;
}

.arrow-icon {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	/* border: 1px solid #ccc; */
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.3s ease;
	/* background-color: white; */
}

.highlight .arrow-icon {
	/* background-color: white;
	border-color: white; */
}

.highlight .arrow {
	color: #2b3a44;
}

.arrow {
	font-size: 20px;
	color: #666;
}

.eia-item:hover .arrow-icon {
	border-color: #2b3a44;
}

.eia-item:hover .arrow {
	color: #2b3a44;
}

.view-more {
	text-align: center;
	margin-top: 60px;
}

.view-more button {
	background-color: #2b3a44;
	color: white;
	border: none;
	padding: 15px 60px;
	border-radius: 25px;
	font-size: 16px;
	cursor: pointer;
	transition: 0.3s ease;
}


/* 定期报告 */
body {
	margin: 0;
	padding: 0;
}

.periodic-report-wrapper {
	width: 100%;
	background-color: #f5f5f5;
	padding: 30px 0 50px;
	position: relative;
}

.periodic-report-wrapper::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('../images/jznee.png');
	background-position: center right;
	background-size: cover;
	background-repeat: no-repeat;
	opacity: 0.1;
	z-index: 0;
}

.periodic-report-container {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 15px;
	font-family: Arial, sans-serif;
	position: relative;
	z-index: 1;
}

.periodic-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e0e0e0;
}

.periodic-title {
	font-size: 24px;
	color: #333;
	font-weight: 500;
	margin: 0;
}

.periodic-breadcrumb {
	font-size: 18px;
	color: #999;
}

.periodic-breadcrumb a {
	color: #999;
	text-decoration: none;
	transition: color 0.3s;
}

.periodic-breadcrumb a:hover,
.periodic-breadcrumb a.active {
	color: #2b3a44;
}

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

.periodic-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px;
	border: 1px solid #ddd;
	background-color: #fff;
	transition: all 0.3s ease;
	cursor: pointer;
}

.periodic-item a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	text-decoration: none;
	color: inherit;
}

.periodic-item:hover {
	background-color: #2b3a44;
	border-color: #2b3a44;
}

.periodic-item:hover .periodic-item-title,
.periodic-item:hover .periodic-meta,
.periodic-item:hover .periodic-date,
.periodic-item:hover .periodic-filetype {
	color: #fff;
}

.highlight {
	background-color: #2b3a44;
	border-color: #2b3a44;
}

.highlight .periodic-item-title,
.highlight .periodic-meta,
.highlight .periodic-date,
.highlight .periodic-filetype {
	color: #fff;
}

.periodic-content {
	flex: 1;
}

.periodic-item-title {
	font-size: 24px;
	font-weight: normal;
	color: #333;
	margin-bottom: 10px;
	transition: color 0.3s;
	width: 100%;
}

.periodic-meta {
	display: flex;
	gap: 15px;
	font-size: 14px;
	color: #999;
	transition: color 0.3s;
}

.periodic-date,
.periodic-filetype {
	transition: color 0.3s;
}

.periodic-icon {
	width: 40px;
	height: 40px;
	background-image: url('../images/pdf.jpg');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	transition: background-image 0.3s;
}

.periodic-item:hover .periodic-icon {
	background-image: url('../images/fangdajing2.png');
}

.highlight .periodic-icon {
	background-image: url('../fangdajing2.png');
}

.periodic-pagination {
	display: flex;
	justify-content: center;
	gap: 5px;
	margin-top: 30px;
}

.periodic-pagination a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	border: 1px solid #ddd;
	color: #666;
	text-decoration: none;
	transition: all 0.3s;
	background-color: #fff;
	white-space: nowrap;
}

.periodic-pagination a.active {
	background-color: #2b3a44;
	border-color: #2b3a44;
	color: #fff;
}

.periodic-pagination a:hover:not(.active) {
	border-color: #2b3a44;
	color: #2b3a44;
}

.periodic-pagination .next-page {
	width: auto;
	padding: 0 10px;
}

.periodic-pagination .prev-page {
	width: auto;
	padding: 0 10px;
}

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

	.periodic-header {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
	}
}

/* 环评公示 */

.eia-page-wrapper {
	width: 100%;
	background-color: #f9f9f9;
	position: relative;
	padding: 30px 0 50px;
	background: url('../images/jznee.png') center right no-repeat;
}

.eia-page-wrapper::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	opacity: 0.1;
	z-index: 0;
}

.eia-page-container {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 15px;
	font-family: Arial, sans-serif;
	position: relative;
	z-index: 1;
}

.eia-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e0e0e0;
}

.eia-title {
	font-size: 24px;
	color: #333;
	font-weight: 500;
	margin: 0;
}

.eia-breadcrumb {
	font-size: 18px;
	color: #999;
}

.eia-breadcrumb a {
	color: #999;
	text-decoration: none;
	transition: color 0.3s;
}

.eia-breadcrumb a:hover,
.eia-breadcrumb a.active {
	color: #2b3a44;
}

.eia-list {
	margin-bottom: 40px;
}

.eia-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 30px;
	border-bottom: 1px solid #e0e0e0;
	background-color: #fff;
	transition: all 0.3s ease;
	cursor: pointer;
	margin-bottom: 10px;
	text-decoration: none;
	color: inherit;
}

.eia-row:hover {
	background: #2b3a44;
	color: #fff;
}

.highlight {
	background-color: #2b3a44;
	color: white;
	border-color: #2b3a44;
}

.eia-row:hover .eia-row-date {
	color: #fff;
}

.eia-row-content {
	flex: 1;
}

.eia-row-title {
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 8px;
	transition: color 0.3s;
}

.eia-row:hover .eia-row-title {
	color: #fff;
}

.highlight .eia-row-title,
.highlight:hover .eia-row-title {
	color: white;
}

.eia-row-date {
	color: #999;
	font-size: 14px;
	transition: color 0.3s;
}

.eia-arrow {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #ccc;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.3s;
	background-color: white;
}

.highlight .eia-arrow {
	border-color: white;
}

.eia-arrow-icon {
	font-size: 20px;
	color: #999;
	transition: color 0.3s;
}

.highlight .eia-arrow-icon {
	color: #2b3a44;
}

.eia-row:hover .eia-arrow {
	border-color: #2b3a44;
}

.eia-row:hover .eia-arrow-icon {
	color: #2b3a44;
}

.eia-pagination {
	display: flex;
	justify-content: center;
	gap: 5px;
	margin-top: 30px;
}

.eia-pagination a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	min-width: 30px;
	height: 30px;
	padding: 0 5px;
	border: 1px solid #ddd;
	color: #666;
	text-decoration: none;
	transition: all 0.3s;
	background-color: #fff;
}

.eia-pagination a.active {
	background-color: #2b3a44;
	border-color: #2b3a44;
	color: #fff;
}

.eia-pagination a:hover:not(.active) {
	border-color: #2b3a44;
	color: #2b3a44;
}

.eia-pagination .next-page {
	width: auto;
	padding: 0 10px;
}

@media (max-width: 768px) {
	.eia-header {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
	}

	.eia-row {
		padding: 15px;
	}

	.eia-row-title {
		font-size: 16px;
	}
}

/* 更多页地球样式 */

#earth-visualization-container {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	background-color: #000;
	background-image: linear-gradient(to bottom, #000 0%, #040b19 100%);
	color: white;
}

#canvas-container {
	position: absolute;
	width: 60%;
	height: 100%;
	left: 0;
}

.overlay {
	position: absolute;
	top: 56px;
	right: 0;
	width: 40%;
	left: auto;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	z-index: 10;
}

.companies-container {
	position: absolute;
	right: 0;
	top: 0;
	width: 40%;
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	perspective: 1000px;
}

.more-page .contact-section {
	margin-bottom: 0;
}

/* 响应式布局 - 在小屏幕上切换为上下结构 */
@media (max-width: 768px) {
	#canvas-container {
		position: absolute;
		width: 100%;
		height: 50%;
		/* 上半部分是地球 */
		top: 0;
		left: 0;
	}

	.companies-container {
		position: absolute;
		width: 100%;
		height: 50%;
		/* 下半部分是公司列表 */
		bottom: 0;
		top: auto;
		right: auto;
	}

	.overlay {
		top: 14px;
		right: 16px;
		left: 16px;
		text-align: center;
	}
}

/* 公司滚动样式 */
.company-item {
	text-align: center;
	opacity: 0;
	transform: scale(0.7);
	transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
	margin: 15px 0;
	cursor: pointer;
	position: absolute;
	width: 100%;
	left: 0;
	display: none;
	/* 默认隐藏所有公司 */
}

/* 可持续发展主体区块 */
.fazhan-main-section {
	background: #fff;
	padding: 70px 0 80px;
}

.fazhan-main-inner {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 20px;
}

.fazhan-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 34px;
	align-items: center;
	margin-bottom: 70px;
}

.fazhan-row:last-child {
	margin-bottom: 0;
}

.fazhan-row.reverse .fazhan-media {
	order: 2;
}

.fazhan-row.reverse .fazhan-text {
	order: 1;
}

.fazhan-media img {
	width: 100%;
	display: block;
	border-radius: 18px;
}

.fazhan-text h2 {
	margin: 0 0 18px;
	font-size: 54px;
	font-weight: 700;
	line-height: 1.2;
	color: #2f4355;
}

.fazhan-text p {
	margin: 0;
	font-size: 22px;
	line-height: 1.7;
	color: #2f2f2f;
}

.fazhan-text.center-text {
	text-align: right;
}

@media (max-width: 992px) {
	.fazhan-row {
		grid-template-columns: 1fr;
		gap: 22px;
		margin-bottom: 50px;
	}

	.fazhan-row.reverse .fazhan-media,
	.fazhan-row.reverse .fazhan-text {
		order: initial;
	}

	.fazhan-text h2 {
		font-size: 42px;
	}

	.fazhan-text p {
		font-size: 18px;
	}
}

@media (max-width: 576px) {
	.fazhan-main-section {
		padding: 44px 0 56px;
	}

	.fazhan-main-inner {
		padding: 0 14px;
	}

	.fazhan-text h2 {
		font-size: 32px;
	}

	.fazhan-text p {
		font-size: 16px;
		line-height: 1.6;
	}
}

/* ESG管理区块 */
.esg-manage-section {
	position: relative;
	min-height: 900px;
	overflow: hidden;
}

.esg-bg {
	position: absolute;
	inset: 0;
}

.esg-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.esg-mask {
	position: absolute;
	inset: 0;
	background: rgba(255, 255, 255, 0.78);
}

.esg-header {
	position: relative;
	z-index: 2;
	text-align: center;
	padding-top: 60px;
}

.esg-title-en {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 20px;
	font-size: clamp(48px, 4.2vw, 86px);
	font-weight: 700;
	line-height: 1;
	letter-spacing: 3px;
	color: rgba(120, 130, 140, 0.14);
	text-transform: uppercase;
	white-space: nowrap;
	overflow: hidden;
}

.esg-title-cn {
	margin: -60px 0 0;
	font-size: clamp(36px, 2.4vw, 52px);
	font-weight: 700;
	color: #2f4355;
}

.esg-grid {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	max-width: 1400px;
	margin: 86px auto 0;
}

.esg-col {
	text-align: center;
	min-height: 600px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 24px;
	border-right: 1px solid rgba(90, 100, 110, 0.28);
}

.esg-col:last-child {
	border-right: 0;
}

.esg-level {
	font-size: 26px;
	color: #516171;
	margin-bottom: 12px;
	line-height: 1.2;
}

.esg-name {
	font-size: 46px;
	font-weight: 700;
	line-height: 1.22;
	color: #2f4355;
	min-height: 138px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	text-align: center;
}

@media (max-width: 992px) {
	.esg-grid {
		grid-template-columns: repeat(2, 1fr);
		margin-top: 44px;
	}

	.esg-col {
		min-height: 260px;
		border-bottom: 1px solid rgba(90, 100, 110, 0.25);
	}

	.esg-col:nth-child(2n) {
		border-right: 0;
	}

	.esg-col:nth-last-child(-n + 2) {
		border-bottom: 0;
	}

		.esg-level {
			font-size: 20px;
		}

		.esg-name {
			font-size: 34px;
			min-height: auto;
		}
	}

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

	.esg-col {
		min-height: 180px;
		border-right: 0;
	}

	.esg-col:nth-last-child(-n + 2) {
		border-bottom: 1px solid rgba(90, 100, 110, 0.25);
	}

	.esg-col:last-child {
		border-bottom: 0;
	}
}

/* ESG报告区块 */
.esg-report-section {
	background: #fff;
	padding: 58px 0 90px;
}

.public-report-section {
	background: #ffffff;
	padding: 58px 0 90px;
}

.esg-report-inner {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 20px;
}

.esg-report-header {
	position: relative;
	text-align: center;
	margin-bottom: 56px;
}

.public-report-header {
	position: relative;
	text-align: center;
	margin-bottom: 56px;
}

.esg-report-title-en {
	font-size: clamp(56px, 5vw, 94px);
	font-weight: 700;
	line-height: 1;
	color: rgba(120, 130, 140, 0.12);
	letter-spacing: 4px;
	text-transform: uppercase;
}

.esg-report-title-cn {
	margin: -42px 0 0;
	font-size: clamp(36px, 2.7vw, 54px);
	font-weight: 700;
	color: #2f4355;
}

.public-report-title-en {
	font-size: clamp(56px, 5vw, 94px);
	font-weight: 700;
	line-height: 1;
	color: rgba(120, 130, 140, 0.12);
	letter-spacing: 4px;
	text-transform: uppercase;
}

.public-report-title-cn {
	margin: -42px 0 0;
	font-size: clamp(36px, 2.7vw, 54px);
	font-weight: 700;
	color: #2f4355;
}

.esg-report-list {
	border-top: 1px solid rgba(120, 130, 140, 0.35);
}

.esg-report-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-decoration: none;
	color: #252a31;
	padding: 26px 0;
	border-bottom: 1px solid rgba(120, 130, 140, 0.35);
}

.report-name {
	font-size: 24px;
	line-height: 1.3;
}

.report-arrow {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	border: 1px solid #6a7078;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 28px;
	color: #6a7078;
	transition: background-color 0.28s ease, border-color 0.28s ease, color 0.28s ease, transform 0.28s ease;
}

.esg-report-item.is-active .report-arrow {
	background: #2f4355;
	border-color: #2f4355;
	color: #fff;
}

.esg-report-item:hover .report-arrow {
	background: #2f4355;
	border-color: #2f4355;
	color: #fff;
	transform: scale(1.06);
}

.esg-report-more-wrap {
	text-align: center;
	margin-top: 56px;
}

.esg-report-more {
    background-color: #2b3a44;
    color: white;
    border: none;
    padding: 15px 60px;
    border-radius: 25px;
    font-size: 16px;
    cursor: pointer;
    display: inline-block;
    transition: transform 0.2s ease;
	transform-origin: center;
	text-decoration: none;
}

 .esg-report-more:hover {
	transform: scale(1.04);
}

@media (max-width: 992px) {
	.report-name {
		font-size: 32px;
	}

	.report-arrow {
		width: 38px;
		height: 38px;
		font-size: 28px;
	}

	.esg-report-more {
		height: 58px;
		font-size: 30px;
	}
}

@media (max-width: 576px) {
	.esg-report-section {
		padding: 40px 0 56px;
	}

	.public-report-section {
		padding: 40px 0 56px;
	}

	.esg-report-title-cn {
		margin-top: -26px;
	}

	.public-report-title-cn {
		margin-top: -26px;
	}

	.esg-report-item {
		padding: 18px 0;
	}

	.report-name {
		font-size: 22px;
	}

	.esg-report-more {
		min-width: 160px;
		height: 50px;
		font-size: 24px;
	}
}

/* 绿色生产（与后续板块共用背景） */
.jianpai-shared-bg {
	background-image: linear-gradient(180deg, rgba(242, 246, 250, 0.64) 0%, rgba(187, 219, 241, 0.46) 44%, rgba(187, 219, 241, 0.14) 100%), url('/skin/images/jianpai.jpg');
	background-size: cover;
	background-position: center 58%;
	padding: 70px 0 110px;
}

.green-prod-section {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 20px;
}

.green-prod-header {
	text-align: center;
	margin-bottom: 36px;
}

.green-prod-title-en {
	font-size: clamp(56px, 5vw, 92px);
	font-weight: 700;
	line-height: 1;
	color: rgba(121, 136, 151, 0.2);
	letter-spacing: 4px;
	text-transform: uppercase;
}

.green-prod-title-cn {
	margin: -34px 0 0;
	font-size: clamp(34px, 2.6vw, 52px);
	font-weight: 700;
	color: #2f4355;
}

.green-prod-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	grid-auto-rows: 180px;
	gap: 14px;
}

.green-prod-feature,
.green-prod-tile {
	background: rgba(242, 248, 253, 0.82);
	border: 1px solid rgba(255, 255, 255, 0.55);
	border-radius: 18px;
	box-shadow: 0 6px 18px rgba(43, 58, 68, 0.12);
}

.green-prod-feature {
	grid-column: 1 / 3;
	grid-row: 1 / 3;
	padding: 34px 36px;
	position: relative;
}

.green-prod-feature[data-link],
.green-prod-tile[data-link] {
	cursor: pointer;
}

.green-prod-feature .feature-index {
	font-size: 36px;
	font-weight: 700;
	color: #3e5568;
	margin-bottom: 14px;
	transition: opacity 0.28s ease, transform 0.28s ease;
}

.green-prod-feature h3 {
	font-size: 42px;
	font-weight: 700;
	color: #2f4355;
	margin: 0 0 20px;
	line-height: 1.2;
	transition: opacity 0.28s ease, transform 0.28s ease;
}

.green-prod-feature p {
	margin: 0;
	font-size: 14px;
	line-height: 1.8;
	color: #4f6070;
	max-width: 90%;
	transition: opacity 0.28s ease, transform 0.28s ease;
}

.green-prod-feature.is-fading .feature-index,
.green-prod-feature.is-fading h3,
.green-prod-feature.is-fading p {
	opacity: 0;
	transform: translateY(6px);
}

.green-prod-tile {
	display: flex;
	align-items: center;
	padding: 0 28px;
	font-size: 34px;
	font-weight: 700;
	color: #3d5366;
	cursor: pointer;
	transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.green-prod-tile span {
	flex: 0 0 auto;
	font-size: 34px;
	margin-right: 18px;
	overflow-wrap: normal;
	white-space: nowrap;
	word-break: keep-all;
}

.green-prod-tile.wide {
	grid-column: 1 / 3;
}

.green-prod-tile:hover {
	transform: translateY(-3px);
	background: rgba(250, 253, 255, 0.95);
	box-shadow: 0 10px 24px rgba(43, 58, 68, 0.18);
}

@media (max-width: 992px) {
	.green-prod-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-auto-rows: 148px;
	}

	.green-prod-feature {
		grid-column: 1 / -1;
		grid-row: auto;
	}

	.green-prod-tile.wide {
		grid-column: 1 / -1;
	}

	.green-prod-feature h3 {
		font-size: 40px;
	}

	.green-prod-tile,
	.green-prod-tile span {
		font-size: 34px;
	}
}

@media (max-width: 576px) {
	.jianpai-shared-bg {
		padding: 44px 0 58px;
	}

	.green-prod-grid {
		grid-template-columns: 1fr;
		grid-auto-rows: 120px;
	}

	.green-prod-feature,
	.green-prod-tile,
	.green-prod-tile.wide {
		grid-column: 1;
	}

	.green-prod-feature {
		padding: 24px 20px;
	}

	.green-prod-feature .feature-index {
		font-size: 30px;
	}

	.green-prod-feature h3 {
		font-size: 30px;
		margin-bottom: 10px;
	}

	.green-prod-feature p {
		font-size: 13px;
		max-width: 100%;
	}

	.green-prod-tile,
	.green-prod-tile span {
		font-size: 24px;
	}
}

/* 节能减排区块 */
.energy-save-section {
	position: relative;
	min-height: 860px;
	margin-top: 78px;
}

.energy-save-header {
	position: relative;
	z-index: 2;
	text-align: center;
	padding-top: 26px;
	margin-top: 88px;
}

.energy-save-title-en {
	font-size: clamp(62px, 5.4vw, 102px);
	font-weight: 700;
	letter-spacing: 5px;
	line-height: 1;
	color: rgba(101, 128, 151, 0.2);
	text-transform: uppercase;
}

.energy-save-title-cn {
	margin: -44px 0 10px;
	font-size: clamp(42px, 3.2vw, 62px);
	color: #2f4355;
	font-weight: 700;
}

.energy-save-sub {
	font-size: clamp(32px, 2.6vw, 50px);
	color: #ffffff;
	font-weight: 700;
}

.energy-save-visual {
	max-width: 1400px;
	margin: 20px auto 0;
	padding: 0 20px;
}

.energy-save-visual img {
	display: block;
	width: 100%;
	height: auto;
}

@media (max-width: 992px) {
	.energy-save-section {
		min-height: 620px;
		margin-top: 54px;
	}

	.energy-save-title-cn {
		margin-top: -28px;
	}

	.energy-save-visual {
		margin-top: 14px;
	}

	.energy-save-header {
		margin-top: 64px;
	}
}

@media (max-width: 576px) {
	.energy-save-section {
		min-height: 420px;
		margin-top: 36px;
	}

	.energy-save-header {
		padding-top: 34px;
	}

	.energy-save-title-en {
		letter-spacing: 2px;
	}

	.energy-save-title-cn {
		margin: -18px 0 8px;
	}

	.energy-save-visual {
		margin-top: 10px;
		padding: 0 12px;
	}

	.energy-save-header {
		margin-top: 40px;
	}
}

.company-active {
	opacity: 1;
	transform: scale(1) translateY(0);
	color: white;
	z-index: 10;
	display: block;
	/* 显示活动公司 */
}

.company-prev,
.company-next {
	opacity: 0.8;
	transform: scale(0.9) translateY(-200px);
	/* 进一步增加上下距离 */
	color: #bbb;
	z-index: 9;
	display: block;
	/* 显示相邻公司 */
}

.company-prev2,
.company-next2 {
	opacity: 0.5;
	transform: scale(0.8) translateY(-380px);
	/* 进一步增加上下距离 */
	color: #999;
	z-index: 8;
	display: block;
	/* 显示次相邻公司 */
}

.company-next {
	transform: scale(0.9) translateY(200px);
	/* 进一步增加上下距离 */
}

.company-next2 {
	transform: scale(0.8) translateY(380px);
	/* 进一步增加上下距离 */
}

.company-name-diqiu {
	font-size: 28px;
	/* 增大字体 */
	margin: 0 0 15px 0;
	font-weight: normal;
	color: #fff;
}

.company-location {
	font-size: 16px;
	/* 增大字体 */
	color: #999;
	margin-top: 10px;
}

.company-icons {
	display: flex;
	gap: 12px;
	margin-top: 25px;
	justify-content: center;
	flex-wrap: wrap;
	opacity: 0;
	/* 默认隐藏所有图标 */
	transition: all 0.5s;
}

.company-active .company-icons {
	opacity: 1;
	/* 只有活动公司显示图标 */
}

.company-icon {
	width: 32px;
	height: 32px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #0e76bc;
	font-size: 18px;
	background-color: rgba(14, 118, 188, 0.1);
	transition: all 0.3s;
}

.company-active .company-icon:hover {
	transform: scale(1.1);
	background-color: rgba(14, 118, 188, 0.2);
}

.hq-flag {
	font-size: 22px;
	vertical-align: middle;
	margin-left: 6px;
	filter: drop-shadow(0 0 4px rgba(255, 80, 80, 0.8));
	animation: hq-flag-pulse 2s ease-in-out infinite;
}

.hq-label {
	display: inline-block;
	background: linear-gradient(135deg, #e63030, #ff6b6b);
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 10px;
	border-radius: 20px;
	letter-spacing: 2px;
	margin-bottom: 8px;
	box-shadow: 0 0 8px rgba(230, 48, 48, 0.5);
}

@keyframes hq-flag-pulse {
	0%, 100% { filter: drop-shadow(0 0 4px rgba(255, 80, 80, 0.8)); }
	50% { filter: drop-shadow(0 0 10px rgba(255, 80, 80, 1)); }
}

/* 添加导航按钮 */
.navigation-controls {
	position: absolute;
	bottom: 30px;
	right: 50%;
	transform: translateX(50%);
	display: flex;
	gap: 20px;
	z-index: 20;
}

.nav-button {
	background-color: rgba(14, 118, 188, 0.8);
	color: white;
	border: none;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	font-size: 18px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s;
}

.nav-button:hover {
	background-color: rgba(14, 118, 188, 1);
	transform: scale(1.1);
}

/* 小屏幕导航按钮调整 */
@media (max-width: 768px) {
	.navigation-controls {
		bottom: 52%;
		/* 放置在地球和公司列表的分界线附近 */
	}
}

/* 小屏幕上的公司样式调整 */
@media (max-width: 768px) {
	.company-item {
		margin: 10px 0;
	}

	.company-prev,
	.company-next {
		transform: scale(0.9) translateY(-120px);
		/* 减小上下距离 */
	}

	.company-prev2,
	.company-next2 {
		transform: scale(0.8) translateY(-220px);
		/* 减小上下距离 */
	}

	.company-next {
		transform: scale(0.9) translateY(120px);
		/* 减小上下距离 */
	}

	.company-next2 {
		transform: scale(0.8) translateY(220px);
		/* 减小上下距离 */
	}

	.company-name-diqiu {
		font-size: 22px;
		/* 减小字体 */
	}

	.company-location {
		font-size: 14px;
		/* 减小字体 */
	}

	.company-icons {
		gap: 8px;
		margin-top: 15px;
	}

	.company-icon {
		width: 28px;
		height: 28px;
		font-size: 16px;
	}

	.company-icons {
		margin-top: 5px;
	}

	.company-name {
		font-size: 18px;
	}
}

/* English content overflow safeguards */
.about-hero h1,
.about-hero-desc,
.about-hero-stat .label,
.chairman-speech,
.event-content p,
.column-title,
.subsidiary-name,
.subsidiary-text,
.business-title,
.business-card p,
.green-prod-feature h3,
.green-prod-feature p,
.green-prod-tile,
.energy-save-title-cn,
.energy-save-sub,
.recruitment-table-header-cell,
.recruitment-table-data-cell,
.recruitment-details-inner-content,
.periodic-item-title,
.eia-row-title,
.rpt-doc-title,
.company-news-body h3,
.industry-card h3,
.news-detail-title,
.news-detail-content {
	overflow-wrap: anywhere;
	word-break: normal;
}

.business-card p,
.periodic-item-title,
.eia-row-title,
.rpt-doc-title,
.company-news-body h3,
.industry-card h3 {
	line-height: 1.35;
}

@media (max-width: 768px) {
	.about-hero h1 {
		font-size: 36px;
		line-height: 1.15;
	}

	.subsidiary-name,
	.business-title,
	.energy-save-title-cn {
		font-size: clamp(24px, 7vw, 36px);
		line-height: 1.15;
	}
}

@media (max-width: 768px) {
	html,
	body {
		max-width: 100%;
		overflow-x: hidden;
	}

	.about-banner {
		height: 260px;
	}

	.banner-content {
		padding: 0 20px;
	}

	.banner-title h2 {
		max-width: 100%;
		overflow-wrap: normal;
		word-break: normal;
	}

	.business-subnav {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.business-subnav-inner {
		width: max-content;
		min-width: 100%;
		gap: 18px;
		padding: 14px 16px 0;
		justify-content: flex-start;
	}

	.business-subnav-inner a {
		flex: 0 0 auto;
		min-width: 104px;
		padding-bottom: 12px;
		white-space: nowrap;
	}

	.business-content,
	.news-layout-inner,
	.news-detail-container,
	.periodic-report-container,
	.eia-page-container,
	.esg-report-inner,
	.green-prod-section,
	.fazhan-main-inner {
		max-width: 100%;
		box-sizing: border-box;
	}

	.periodic-report-wrapper {
		padding: 24px 0 40px;
	}

	.periodic-breadcrumb {
		font-size: 14px;
		line-height: 1.45;
	}

	.periodic-item {
		padding: 16px;
		box-sizing: border-box;
		min-width: 0;
	}

	.periodic-item a {
		display: grid;
		grid-template-columns: minmax(0, 1fr) 34px;
		gap: 14px;
		min-width: 0;
		align-items: flex-start;
	}

	.periodic-content {
		min-width: 0;
	}

	.periodic-item-title {
		width: auto;
		max-width: 100%;
		font-size: 20px;
		line-height: 1.32;
		margin-bottom: 12px;
	}

	.periodic-meta {
		flex-wrap: wrap;
		row-gap: 6px;
	}

	.periodic-icon {
		flex: 0 0 34px;
		width: 34px;
		height: 34px;
		margin-top: 2px;
	}

	.company-news-link,
	.news-detail-prev,
	.news-detail-next,
	.esg-report-item,
	.eia-row {
		min-width: 0;
	}

	.company-news-thumb img {
		height: auto;
		aspect-ratio: 16 / 9;
	}

	.company-news-body h3,
	.industry-card h3,
	.news-detail-title,
	.report-name,
	.eia-row-title {
		overflow-wrap: anywhere;
		word-break: normal;
	}

	.news-detail-title {
		font-size: 28px;
		line-height: 1.22;
	}

	.news-detail-content img,
	.news-detail-content table,
	.news-detail-content video {
		max-width: 100%;
		height: auto;
	}

	.esg-title-en,
	.esg-report-title-en,
	.public-report-title-en,
	.green-prod-title-en {
		white-space: normal;
		overflow: visible;
		overflow-wrap: normal;
		word-break: normal;
		line-height: 1.05;
	}

	.esg-title-en {
		font-size: clamp(34px, 11vw, 48px);
	}

	.esg-report-title-en,
	.public-report-title-en,
	.green-prod-title-en {
		font-size: clamp(38px, 12vw, 56px);
	}

	.esg-report-title-cn,
	.public-report-title-cn,
	.green-prod-title-cn {
		margin-top: -22px;
		font-size: clamp(28px, 8vw, 38px);
	}

	.green-prod-feature,
	.green-prod-tile {
		border-radius: 12px;
	}
}

@media (max-width: 480px) {
	.about-banner {
		height: 220px;
	}

	.banner-title h2 {
		font-size: 30px;
		line-height: 1.18;
	}

	.periodic-item-title {
		font-size: 18px;
	}

	.periodic-item a {
		gap: 10px;
	}

	.news-layout {
		padding: 40px 0 56px;
	}

	.news-layout-inner,
	.news-detail-container {
		padding-left: 16px;
		padding-right: 16px;
	}
}

@media (max-width: 980px) {
	.about-banner {
		height: 260px;
	}

	.banner-title {
		gap: 12px;
		margin-bottom: 0;
	}

	.banner-title h2 {
		max-width: calc(100vw - 40px);
		font-size: clamp(30px, 8vw, 46px);
		line-height: 1.16;
		letter-spacing: 3px;
		overflow-wrap: normal;
		word-break: normal;
	}

	.banner-title p {
		max-width: calc(100vw - 40px);
		font-size: clamp(18px, 6vw, 28px);
		line-height: 1.2;
		letter-spacing: 6px;
		overflow-wrap: normal;
		word-break: normal;
	}

	.periodic-grid {
		grid-template-columns: 1fr;
	}

	.periodic-report-container {
		width: auto;
		max-width: 100%;
		padding-left: 15px;
		padding-right: 15px;
		box-sizing: border-box;
	}

	.periodic-item {
		width: 100%;
		box-sizing: border-box;
		overflow: hidden;
	}

	.periodic-item a {
		display: grid;
		grid-template-columns: minmax(0, 1fr) 34px;
	}

	.periodic-content,
	.periodic-item-title {
		min-width: 0;
	}
}

@media (max-width: 480px) {
	.about-banner {
		height: 220px;
	}

	.banner-title h2 {
		font-size: 30px;
		letter-spacing: 2px;
	}

	.periodic-item-title {
		font-size: 18px;
	}
}

@media (max-width: 768px) {
	.esg-manage-section,
	.public-report-section,
	.jianpai-shared-bg,
	.energy-save-header {
		max-width: 100%;
		overflow-x: hidden;
	}

	.esg-title-en,
	.esg-report-title-en,
	.public-report-title-en,
	.green-prod-title-en,
	.energy-save-title-en {
		display: block;
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
		overflow: hidden;
		white-space: normal;
		text-align: center;
	}

	.esg-title-en,
	.public-report-title-en,
	.energy-save-title-en {
		font-size: clamp(30px, 9vw, 38px);
		letter-spacing: 2px;
	}

	.esg-report-title-en,
	.green-prod-title-en {
		font-size: clamp(34px, 10vw, 44px);
		letter-spacing: 2px;
	}
}

/* About us mobile refinements. Keep these scoped so desktop and other inner pages are unaffected. */
@media (max-width: 768px) {
	.about-banner-aboutus {
		height: 380px;
		min-height: 380px;
	}

	.about-banner-aboutus .bg-image {
		object-position: center top;
	}

	.about-banner-aboutus .about-hero {
		height: 100%;
		display: flex;
		align-items: flex-start;
		justify-content: center;
		padding: 126px 24px 44px;
	}

	.about-banner-aboutus .about-hero-left {
		max-width: 100%;
	}

	.about-banner-aboutus .about-hero-kicker {
		font-size: 18px;
		line-height: 1.2;
		margin-bottom: 12px;
	}

	.about-banner-aboutus .about-hero-left h1 {
		font-size: clamp(32px, 9vw, 40px);
		line-height: 1.18;
		letter-spacing: 0;
	}

	.about-banner-aboutus .about-hero-desc,
	.about-banner-aboutus .about-hero-stats {
		display: none;
	}

	.about-banner-aboutus .about-hero-stock-code {
		display: none;
	}

	html[lang="en"] .about-banner-aboutus .about-hero-left h1 {
		font-size: clamp(27px, 7.8vw, 34px);
		line-height: 1.16;
	}

	.chairman-section {
		padding: 42px 0 0;
	}

	.chairman-content {
		gap: 22px;
		padding: 0 24px;
	}

	.chairman-text {
		margin-bottom: 0;
	}

	.chairman-title {
		margin-bottom: 28px;
		font-size: 28px;
		line-height: 1.25;
		text-align: center;
	}

	.chairman-title::before {
		left: 50%;
		top: -18px;
		transform: translateX(-50%);
	}

	.chairman-speech p {
		font-size: 16px;
		line-height: 1.85;
		text-align: center;
	}

	.chairman-image {
		margin-top: 0;
		max-height: none;
		overflow: visible;
		text-align: center;
	}

	.chairman-img {
		width: min(238px, 66vw);
		transform: none;
		margin-bottom: 0;
	}
}

@media (max-width: 480px) {
	.about-banner-aboutus {
		height: 360px;
		min-height: 360px;
	}

	.about-banner-aboutus .about-hero {
		padding: 126px 22px 38px;
	}

	.about-banner-aboutus .about-hero-left h1 {
		font-size: clamp(30px, 8.5vw, 36px);
	}

	html[lang="en"] .about-banner-aboutus .about-hero-left h1 {
		font-size: clamp(25px, 7.2vw, 31px);
	}

	.chairman-section {
		padding-top: 40px;
	}

	.chairman-content {
		padding: 0 22px;
	}

	.chairman-title {
		margin-bottom: 24px;
		font-size: 26px;
	}

	.chairman-speech p {
		font-size: 15px;
	}
}

/* About us section titles on mobile: remove oversized background English and keep culture icons compact. */
@media (max-width: 768px) {
	.development-section .dev-title-en,
	.culture-section .culture-title-en,
	.org-title-en,
	.subsidiary-title-en {
		display: none !important;
	}

	.development-section {
		padding-top: 34px !important;
	}

	.development-section .dev-header {
		margin-bottom: 34px !important;
	}

	.development-section .dev-title {
		margin: 0 !important;
	}

	.culture-section {
		min-height: auto;
		padding: 48px 0 56px;
	}

	.culture-section .culture-header {
		height: auto;
		margin-top: 0 !important;
		margin-bottom: 34px !important;
	}

	.culture-section .culture-title {
		font-size: 30px !important;
		margin: 0 !important;
	}

	.culture-content {
		height: auto;
		justify-content: flex-start;
	}

	.culture-columns {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 34px 18px;
		padding: 0 28px;
	}

	.culture-column {
		width: auto;
		margin-bottom: 0;
		padding: 0 8px;
	}

	.culture-icon {
		margin-bottom: 14px;
	}

	.culture-icon img {
		width: 58px;
		height: 58px;
	}

	.column-title {
		font-size: 20px;
		margin-bottom: 6px;
	}

	.column-title-en {
		font-size: 13px;
		line-height: 1.35;
	}
}

@media (max-width: 480px) {
	.culture-columns {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 32px 14px;
		padding: 0 24px;
	}

	.culture-icon img {
		width: 54px;
		height: 54px;
	}

	.column-title {
		font-size: 19px;
	}
}

/* Generic inner-page banner mobile adjustment. Hide subtitle and move title below the logo area. */
@media (max-width: 768px) {
	.about-banner:not(.about-banner-aboutus) .banner-content {
		transform: translateY(48px);
	}

	.about-banner:not(.about-banner-aboutus) .banner-title {
		gap: 0;
		margin-bottom: 0;
	}

	.about-banner:not(.about-banner-aboutus) .banner-title p {
		display: none !important;
	}

	.periodic-report {
		padding: 44px 20px 64px !important;
	}

	.periodic-report .report-header {
		margin-bottom: 44px;
	}

	.periodic-report .cn-title {
		font-size: 32px;
		margin-bottom: 10px;
	}

	.periodic-report .en-title {
		font-size: 22px;
		line-height: 1.25;
	}
}

@media (max-width: 480px) {
	.about-banner:not(.about-banner-aboutus) .banner-content {
		transform: translateY(52px);
	}

	.periodic-report {
		padding-top: 36px !important;
	}

	.periodic-report .report-header {
		margin-bottom: 36px;
	}
}

/* Sustainability mobile green-production layout. Keep desktop grid untouched. */
@media (max-width: 768px) {
	.jianpai-shared-bg {
		padding: 38px 0 56px;
	}

	.green-prod-section {
		padding: 0 20px;
	}

	.green-prod-header {
		margin-bottom: 24px;
	}

	.green-prod-header:has(.green-prod-title-cn) .green-prod-title-en {
		display: none !important;
	}

	.green-prod-header:not(:has(.green-prod-title-cn)) .green-prod-title-en {
		display: block !important;
		font-size: 30px;
		line-height: 1.25;
		color: #2f4355;
		letter-spacing: 0;
	}

	.green-prod-title-cn {
		margin: 0 !important;
		font-size: 30px;
		line-height: 1.25;
	}

	.green-prod-grid {
		grid-template-columns: 1fr !important;
		grid-auto-rows: auto !important;
		gap: 12px;
	}

	.green-prod-feature,
	.green-prod-tile,
	.green-prod-tile.wide {
		grid-column: 1 / -1 !important;
		grid-row: auto !important;
		min-height: 0;
	}

	.green-prod-feature {
		padding: 26px 22px 24px;
	}

	.green-prod-feature .feature-index {
		font-size: 30px;
		line-height: 1;
		margin-bottom: 18px;
	}

	.green-prod-feature h3 {
		font-size: 30px;
		line-height: 1.22;
		margin-bottom: 12px;
	}

	.green-prod-feature p {
		font-size: 14px;
		line-height: 1.75;
		max-width: none;
		overflow: visible;
	}

	.green-prod-tile {
		min-height: 92px;
		padding: 18px 22px;
		align-items: center;
		line-height: 1.28;
	}

	.green-prod-tile,
	.green-prod-tile span {
		font-size: 24px;
	}
}

@media (max-width: 480px) {
	.jianpai-shared-bg {
		padding-top: 34px;
	}

	.green-prod-section {
		padding: 0 16px;
	}

	.green-prod-title-cn {
		font-size: 28px;
	}

	.green-prod-feature {
		padding: 24px 20px 22px;
	}

	.green-prod-tile {
		min-height: 86px;
		padding: 16px 20px;
	}
}

@media (hover: none), (pointer: coarse) {
	.green-prod-tile:hover {
		transform: none;
	}
}

/* Recruitment mobile layout. Desktop keeps the original table. */
@media (max-width: 768px) {
	.recruitment-portal-section {
		padding: 34px 0 48px;
	}

	.recruitment-main-wrapper {
		padding: 0 16px;
	}

	.recruitment-header-section {
		margin-bottom: 24px;
	}

	.recruitment-page-title {
		font-size: 30px;
		margin-bottom: 6px;
	}

	.recruitment-english-title {
		font-size: 14px;
		line-height: 1.35;
	}

	.recruitment-positions-table,
	.recruitment-positions-table thead,
	.recruitment-positions-table tbody,
	.recruitment-positions-table tr,
	.recruitment-positions-table td {
		display: block;
		width: 100%;
		box-sizing: border-box;
	}

	.recruitment-positions-table {
		border-collapse: separate;
		border-spacing: 0;
		background: transparent;
	}

	.recruitment-positions-table thead {
		display: none;
	}

	.recruitment-clickable-row {
		margin: 0 0 10px;
		padding: 20px 18px 18px;
		background: #fff !important;
		border-radius: 8px;
		box-shadow: 0 8px 22px rgba(43, 58, 68, 0.08);
	}

	.recruitment-clickable-row.active-row {
		box-shadow: 0 10px 26px rgba(43, 58, 68, 0.12);
	}

	.recruitment-table-data-cell {
		display: grid !important;
		grid-template-columns: 78px minmax(0, 1fr);
		gap: 14px;
		align-items: start;
		padding: 8px 0;
		border-bottom: 0;
		font-size: 15px;
		line-height: 1.45;
		color: #2b3a44;
	}

	.recruitment-table-data-cell::before {
		content: attr(data-label);
		font-size: 13px;
		line-height: 1.45;
		color: #7b8790;
		white-space: nowrap;
	}

	.recruitment-table-data-cell:first-child {
		display: block !important;
		padding: 0 0 12px;
		font-size: 20px;
		font-weight: 700;
		line-height: 1.35;
		color: #2b3a44;
		border-bottom: 1px solid rgba(43, 58, 68, 0.1);
		margin-bottom: 8px;
	}

	.recruitment-table-data-cell:first-child::before {
		display: none;
	}

	.recruitment-details-cell {
		display: block !important;
		padding: 0 0 16px;
		border-bottom: 0;
	}

	.recruitment-details-wrapper {
		border-radius: 8px;
		overflow: hidden;
	}

	.recruitment-details-inner-content {
		padding: 20px 18px;
		background: #fff;
		font-size: 14px;
		line-height: 1.7;
		box-shadow: 0 8px 22px rgba(43, 58, 68, 0.08);
	}

	.recruitment-section-heading {
		font-size: 16px;
		margin-bottom: 12px;
	}

	.recruitment-apply-trigger {
		width: 100%;
		margin-top: 18px;
		padding: 12px 20px;
	}
}

@media (max-width: 480px) {
	.recruitment-main-wrapper {
		padding: 0 14px;
	}

	.recruitment-clickable-row {
		padding: 18px 16px 16px;
	}

	.recruitment-table-data-cell {
		grid-template-columns: 72px minmax(0, 1fr);
		gap: 12px;
	}
}
