﻿/*

 *	Created by Edward on 23/09/18

 *	Copyright (c) 2023 ishutime.com All rights reserved

*/



* {

	margin: 0px;

	padding: 0px;

	box-sizing: border-box;

}



@font-face {

	font-family: 'iconfont';

	src: url('../font/iconfont.woff2') format('woff2'),

		url('../font/iconfont.woff') format('woff'),

		url('../font/iconfont.ttf') format('truetype');

}



@font-face {

	font-family: SourceHanSans;

	 src: url(../font/SourceHanSansCN-Regular.TTF); 

	/*src: url(https://website-ishutime.oss-cn-chengdu.aliyuncs.com/SourceHanSansCN-Regular.TTF)*/

}

@font-face {

	font-family: montserrat;

	src: url(../font/Geometr415MdBTMedium.ttf)

}



html.has-scroll-smooth {
	overflow: hidden;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

html.has-scroll-dragging,
html.has-scroll-dragging * {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.has-scroll-smooth body {
	overflow: hidden;
}

.c-scrollbar {
	position: absolute;
	right: 0;
	top: 0;
	width: 11px;
	height: 100vh;
	transform-origin: center right;
	transition: transform 0.3s, opacity 0.3s;
	opacity: 0;
	z-index: 100;
}

.c-scrollbar:hover {
	transform: scaleX(1.45);
}

.c-scrollbar:hover,
.has-scroll-dragging .c-scrollbar,
.has-scroll-scrolling .c-scrollbar {
	opacity: 1;
}

.c-scrollbar_thumb {
	position: absolute;
	top: 0;
	right: 0;
	background-color: #e60012;
	width: 7px;
	margin: 2px;
	cursor: -webkit-grab;
	cursor: grab;
}

.has-scroll-dragging .c-scrollbar_thumb {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}



html,

body {

	font-family: var(--font-family-primary, 'SourceHanSans', "思源黑体", "Microsoft YaHei", '微软雅黑', "Arial");

	font-size: var(--font-size-sm, 14px);

	color: var(--color-text-primary, #272727);

}



input,

textarea {

	font-family: 'SourceHanSans', "思源黑体", "Microsoft YaHei", '微软雅黑', "Arial";

}







.iconfont {

	font-family: "iconfont" !important;

	font-style: normal;

	-webkit-font-smoothing: antialiased;

	-webkit-text-stroke-width: 0.2px;

	-moz-osx-font-smoothing: grayscale;

}



@font-face {

	font-family: Brown;

	src: url(../font/brown-regular.woff2)

}



.header {

	width: 100%;

	height: auto;

	position: fixed;

	left: 0%;

	top: 0%;

	z-index: 100;

	padding: 15px 3%;

	display: flex;

	justify-content: space-between;

	align-items: center;

	-webkit-transition: all .5s cubic-bezier(0.215, 0.610, 0.355, 1);

	/* -webkit-transform: translateY(0%); */

}



.header.active{

	/* -webkit-transform: translateY(-100%); */

	padding: 5px 3%;

	background: #fff;

	box-shadow: 0px 0px 30px rgba(0, 0, 0, .1);

}



.header.active a, .header.active span{

	color: #3e3e3e;

}

/* 白色背景时的搜索框样式 */
.header.active .search_container .search_box_pc form {
	background: rgba(0, 0, 0, 0.05);
	border-color: rgba(0, 0, 0, 0.1);
}

.header.active .search_container .search_input {
	color: #333;
}

.header.active .search_container .search_input::placeholder {
	color: rgba(0, 0, 0, 0.5);
}

/* 白色背景时覆盖浏览器自动填充背景 - 强力方案 */
.header.active .search_container .search_input:-webkit-autofill,
.header.active .search_container .search_input:-webkit-autofill:hover,
.header.active .search_container .search_input:-webkit-autofill:focus,
.header.active .search_container .search_input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 1000px transparent inset !important;
	-webkit-text-fill-color: #333 !important;
	background: transparent !important;
	background-color: transparent !important;
	background-image: none !important;
	transition: background-color 5000s ease-in-out 0s !important;
}

.header.active .search_container .search_input:-internal-autofill-selected {
	background-color: transparent !important;
	background-image: none !important;
	appearance: none !important;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
}



/* 首页移动端搜索图标保持红白配色 */
/* .header:not(.active) .search_container .search_icon_mobile {
	background: rgba(230, 0, 18, 0.1);
	border-color: rgba(230, 0, 18, 0.2);
	color: #e60012;
}

.header:not(.active) .search_container .search_icon_mobile:hover {
	background: rgba(230, 0, 18, 0.2);
	border-color: rgba(230, 0, 18, 0.3);
} */



.header.active .logo{

	width: 120px; /* 激活状态下稍微缩小但保持长方形比例 */

	height: 60px; /* 对应缩小高度 */

}



.header a,

.header span {

	color: #ffffff;

}







.slides {

	height: 100vh;

	overflow: hidden;

}



.slides .slide {

	height: 100vh;

	overflow: hidden;

	position: relative;

}



.slides .slide .bg {

	position: absolute;

	width: 100%;

	height: 100%;

	right: 0;

	top: 0;

	background: center center no-repeat;

	background-size: cover;

}



.slide1 {

	padding-left: 0 !important;

}



.slide1 .swiper-slide {

	width: 100vw;

	height: 100vh;

	overflow: hidden;

	/* background: #000; */

}



.slide1 .swiper-slide .parallax {

	overflow: hidden;

	width: 100%;

	height: 100%;

}



.slides .slide.footer {

	height: auto;

}



.slide1 .back_img {

	width: 100%;

	height: 100%;

	position: absolute;

	left: 0%;

	top: 0%;

	background: center center no-repeat;

	background-size: cover;

}



.banner-swiper .swiper-pagination {

	width: auto;

	right: 5%;

	text-align: right;

	bottom: 3%;

}



.banner-swiper .swiper-pagination-bullet {

	background: rgba(255, 255, 255, .5);

	width: 75px;

	height: 5px;

	border-radius: 0px;

	-webkit-transition: all .5s;

}



.banner-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {

	background: rgba(255, 255, 255, 1);

	height: 10px;

}



.total_num {

	width: 100px;

	height: auto;

	display: flex;

	align-items: center;

	position: absolute;

	left: 0%;

	top: 50%;

	z-index: 2;

	color: rgba(255, 255, 255, .5);

	-webkit-transform: rotate(90deg);

}



.total_num p:first-child {

	color: rgba(255, 255, 255, 1);

}



.total_num p {

	font-family: montserrat;

	font-size: 30px;

	font-weight: bold;

}



.total_num b {

	font-weight: normal;

	margin-right: 5px;

	margin-left: 5px;

}



.logo {

	width: 140px; /* 增加宽度适应长方形logo */

	height: 60px; /* 设置固定高度 */

	position: relative;

	-webkit-transition: all .5s;

}

/* Logo图片控制 */
.logo img {
	width: 100%;
	height: 100%;
	object-fit: contain; /* 保持比例，完整显示logo */
	transition: all 0.3s ease;
}

/* PC端logo状态控制 */
@media screen and (min-width: 1025px) {
	/* 默认状态显示白色logo，隐藏深色logo和移动端logo */
	.header .logo .logo-white {
		display: block;
	}

	.header .logo .logo-dark {
		display: none;
	}

	.header .logo .logo-mobile {
		display: none;
	}

	/* 激活状态显示深色logo，隐藏白色logo和移动端logo */
	.header.active .logo .logo-white {
		display: none;
	}

	.header.active .logo .logo-dark {
		display: block;
	}

	.header.active .logo .logo-mobile {
		display: none;
	}
}

/* 移动端logo控制 */
@media screen and (max-width: 1024px) {
	/* 移动端只显示移动端logo */
	.header .logo .logo-white,
	.header .logo .logo-dark {
		display: none;
	}

	.header .logo .logo-mobile {
		display: block;
	}

	.header.active .logo .logo-white,
	.header.active .logo .logo-dark {
		display: none;
	}

	.header.active .logo .logo-mobile {
		display: block;
	}
}



/* 搜索框容器 */
.search_container {
	position: relative;
	/* margin-right: 100px; */
	display: flex;
	align-items: center;
}

/* PC端搜索框 */
.search_box_pc {
	width: 280px;
	height: 45px;
}

.search_box_pc form {
	display: flex;
	align-items: center;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 25px;
	padding: 3px;
	transition: all 0.3s ease;
	backdrop-filter: blur(10px);
	height: 100%;
}

.search_box_pc form:hover,
.search_box_pc form:focus-within {
	background: rgba(255, 255, 255, 0.15);
	border-color: rgba(255, 255, 255, 0.3);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.search_input {
	background: transparent;
	border: none;
	outline: none;
	color: #fff;
	font-size: 14px;
	padding: 0 15px;
	flex: 1;
	height: 100%;
	line-height: 1;
}

.search_input::placeholder {
	color: rgba(255, 255, 255, 0.7);
}

/* 覆盖浏览器自动填充背景 - 强力方案 */
.search_input:-webkit-autofill,
.search_input:-webkit-autofill:hover,
.search_input:-webkit-autofill:focus,
.search_input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 1000px transparent inset !important;
	-webkit-text-fill-color: #fff !important;
	background: transparent !important;
	background-color: transparent !important;
	background-image: none !important;
	transition: background-color 5000s ease-in-out 0s !important;
}

/* 针对 internal-autofill-selected 的特殊处理 */
.search_input:-internal-autofill-selected {
	background-color: transparent !important;
	background-image: none !important;
	appearance: none !important;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
}

.search_btn {
	background: #e60012;
	border: none;
	border-radius: 50%;
	width: 39px;
	height: 39px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	cursor: pointer;
	transition: all 0.3s ease;
	flex-shrink: 0;
}

.search_btn:hover {
	background: #cc0010;
	transform: scale(1.05);
}

/* 移动端搜索图标 */
.search_icon_mobile {
	display: none;
	color: #e60012;
	font-size: 18px;
	cursor: pointer;
	transition: all 0.3s ease;
	padding: 8px;
}

.search_icon_mobile:hover {
	color: #cc0010;
	transform: scale(1.1);
}

/* 移动端搜索框（隐藏状态） */
.search_box_mobile {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: linear-gradient(135deg, #e60012, #ff4444);
	padding: 12px;
	/* box-shadow: 0 2px 15px rgba(230, 0, 18, 0.3); */
	z-index: 9999;
	transform: translateY(-100%);
	transition: transform 0.3s ease;
}

.search_box_mobile.active {
	transform: translateY(0);
}

.search_box_mobile form {
	display: flex;
	align-items: center;
	gap: 10px;
}

.search_input_mobile {
	flex: 1;
	background: rgba(255, 255, 255, 0.95);
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 25px;
	padding: 12px 20px;
	font-size: 16px;
	outline: none;
	transition: all 0.3s ease;
	color: #333;
}

.search_input_mobile::placeholder {
	color: rgba(0, 0, 0, 0.5);
}

.search_input_mobile:focus {
	background: #fff;
	border-color: rgba(255, 255, 255, 0.8);
	box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.2);
}

.search_btn_mobile,
.search_close_mobile {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.3s ease;
}

.search_btn_mobile {
	background: rgba(255, 255, 255, 0.9);
	color: #e60012;
	border: 2px solid rgba(255, 255, 255, 0.3);
}

.search_btn_mobile:hover {
	background: #fff;
	transform: scale(1.05);
}

.search_close_mobile {
	background: rgba(255, 255, 255, 0.2);
	color: #fff;
	border: 2px solid rgba(255, 255, 255, 0.3);
}

.search_close_mobile:hover {
	background: rgba(255, 255, 255, 0.3);
	transform: scale(1.05);
}

/* 搜索结果页面样式 */
.search_results_container {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 40px 20px;
}

.search_info {
	background: #fff;
	border-radius: 15px;
	padding: 25px 30px;
	margin-bottom: 30px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
	border: 1px solid #f0f0f0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 15px;
}

.search_keyword {
	font-size: 16px;
	color: #333;
}

.search_keyword strong {
	color: #e60012;
	font-weight: bold;
}

.search_count {
	font-size: 14px;
	color: #666;
}

.search_count strong {
	color: #e60012;
}

.search_results {
	margin-bottom: 40px;
}

.search_result_item {
	background: #fff;
	border-radius: 15px;
	padding: 25px 30px;
	margin-bottom: 20px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
	border: 1px solid #f0f0f0;
	transition: all 0.3s ease;
}

.search_result_item:hover {
	transform: translateY(-2px);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.result_type {
	margin-bottom: 15px;
}

.type_badge {
	background: linear-gradient(135deg, #e60012, #ff4444);
	color: #fff;
	padding: 4px 12px;
	border-radius: 15px;
	font-size: 12px;
	font-weight: 500;
}

.result_title {
	margin-bottom: 10px;
}

.result_title a {
	font-size: 20px;
	font-weight: bold;
	color: #1e1e1e;
	text-decoration: none;
	line-height: 1.4;
	transition: color 0.3s ease;
}

.result_title a:hover {
	color: #e60012;
}

.result_meta {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 15px;
	font-size: 13px;
	color: #999;
}

.result_category {
	background: #f8f9fa;
	color: #666;
	padding: 2px 8px;
	border-radius: 10px;
	border: 1px solid #e9ecef;
}

.result_excerpt {
	font-size: 14px;
	color: #666;
	line-height: 1.6;
	margin-bottom: 20px;
}

.result_link {
	text-align: right;
}

.read_more {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	color: #e60012;
	font-size: 14px;
	text-decoration: none;
	font-weight: 500;
	transition: all 0.3s ease;
}

.read_more:hover {
	color: #cc0010;
	transform: translateX(3px);
}

.read_more i {
	font-size: 12px;
	transition: transform 0.3s ease;
}

.read_more:hover i {
	transform: translateX(3px);
}

/* 无结果样式 */
.no_results {
	text-align: center;
	padding: 60px 20px;
	background: #fff;
	border-radius: 15px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
	border: 1px solid #f0f0f0;
}

.no_results_icon {
	font-size: 48px;
	color: #ddd;
	margin-bottom: 20px;
}

.no_results_text h3 {
	font-size: 24px;
	color: #333;
	margin-bottom: 10px;
}

.no_results_text p {
	font-size: 16px;
	color: #666;
	margin-bottom: 30px;
}

.search_suggestions {
	text-align: left;
	max-width: 400px;
	margin: 0 auto;
}

.search_suggestions p {
	font-size: 14px;
	color: #333;
	margin-bottom: 10px;
	font-weight: 500;
}

.search_suggestions ul {
	list-style: none;
	padding: 0;
}

.search_suggestions li {
	font-size: 14px;
	color: #666;
	margin-bottom: 8px;
	padding-left: 20px;
	position: relative;
}

.search_suggestions li::before {
	content: "•";
	color: #e60012;
	position: absolute;
	left: 0;
}







.detail_box .dpl .singePage video,table,td,tr,tbody{

	width: 100%;

	position: relative;

	display: block;

	height: auto;

	top: 0%;

	-webkit-transform: translateY(0%);

	background: #000;

}







.nav {

	width: calc(100% - 400px);

	position: relative;

}



.nav ul {

	width: 100%;

	display: flex;

	justify-content: space-between;

}



.nav ul li {

	width: calc(100% / 8);

	position: relative;

	text-align: center;

	line-height: 45px;

}



.nav ul li .firstLab,

.nav ul li .firstLab a {

	position: relative;

	width: 100%;

	display: block;

}



.nav ul li .firstLab a{

	-webkit-transition: all .5s;

}



.nav ul li:hover .firstLab a{

	letter-spacing: 1px;

}



.nav ul li .firstLab {

	font-size: 18px;

}



.nav ul li:hover .firstLab a {}



.nav ul li .secondLab {

	width: 100%;

	height: auto;

	position: absolute;

	left: 0%;

	top: 65px;

	background: #fff;

	padding: 15px 5px;

	border-radius: 5px;

	font-size: 16px;

	opacity: 0;

	visibility: hidden;

	box-shadow: 0px 0px 30px rgba(0, 0, 0, .1);

}



.nav ul li:nth-child(3) .secondLab{

	width: 120%;

	left: -10%;

}



.nav ul li .secondLab::before {

	width: 120px;

	height: 15px;

	position: absolute;

	left: 50%;

	margin-left: -60px;

	top: 0px;

	content: '';

	background: url(../image/move_up.png) no-repeat;

	-webkit-transition: all .65s cubic-bezier(0.19, 1, 0.22, 1);

	background-size: cover;

}



.nav ul li .secondLab a {

	display: block;

	width: 100%;

	height: auto;

	line-height: 40px;

	color: #3e3e3e;

}



.nav ul li:hover .secondLab {

	opacity: 1;

	visibility: visible;

	top: 59px;

	-webkit-transition:all .5s cubic-bezier(0.215, 0.610, 0.355, 1)

}



.nav ul li:hover .secondLab::before {

	top: -14px;

}



.nav ul li .secondLab a:hover {

	color: #e60012;

}



.slide_txt {

	width: 38%;

	height: auto;

	position: absolute;

	left: 56%;

	top: 50%;

	-webkit-transform: translateY(-50%);

	color: #fff;

}



.slide_txt .p1 {

	width: 100%;

	display: flex;

	position: relative;

	font-size: 3.6vw;

	margin-bottom: 1vw;

	justify-content: flex-end;

	font-family: montserrat;

}



.slide_txt .p1 .p {

	margin-right: 1vw;

}



.slide_txt .p1 .p:last-child {

	margin-right: 0%;

}



.slide_txt .p2 {

	position: relative;

	width: 100%;

	line-height: 1.7;

	display: flex;

	flex-wrap: nowrap; /* 强制不换行 */

	justify-content: flex-end;

	white-space: nowrap; /* 强制不换行 */

}



.slide_txt .p2 .b {

	font-size: 2.8vw; /* 从2vw增加到2.8vw，但小于标题的3.6vw */

	text-transform: uppercase;

	font-family: montserrat;

	position: relative;

	z-index: 2;

	line-height: 1;

	margin-bottom: 1vw;

	margin-right: 2vw; /* 增加右边距 */

	font-weight: bold;

	white-space: nowrap; /* 强制不换行 */

	flex-shrink: 0; /* 防止压缩 */

}

.slide_txt .p2 .b:last-child {

	margin-right: 0; /* 最后一个元素不需要右边距 */

}



.slide_txt .p2 .b::before {

	display: none;

	width: 100%;

	height: 6px;

	position: absolute;

	left: 0%;

	bottom: 3px;

	content: '';

	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);

	border-radius: 3px;

	box-shadow: 0 2px 8px rgba(102, 126, 234, 0.3);

	z-index: -1;

	transition: all 0.3s ease;

}

/* 悬停效果 */
.slide_txt .p2 .b:hover::before {

	background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);

	box-shadow: 0 4px 15px rgba(79, 172, 254, 0.4);

	transform: scaleY(1.2);

}



.svg {

	display: none;

}



.service_swiper {

	position: relative;

	width: 100%;

	height: 100vh;

}



.service_swiper .swiper-slide {

	overflow: hidden;

}



.service_swiper .swiper-slide .pic {

	width: 100%;

	height: 100%;

	position: absolute;

	left: 0%;

	top: 0%;

}



.service_swiper .info {

	width: 45%;

	height: auto;

	position: absolute;

	left: 10%;

	top: 25%;

	color: #ffffff;

}



.service_swiper .info .name {

	font-size: 36px;

	position: relative;

	padding-bottom: 15px;

	margin-bottom: 25px;

}



.service_swiper .info .name::after {

	width: 35px;

	height: 3px;

	position: absolute;

	left: 0%;

	bottom: 0%;

	content: '';

	background: #ffffff;

}



.service_swiper .info .des {

	width: 100%;

	font-size: 16px;

	line-height: 1.7;

	margin-bottom: 65px;

}



/* 融合header_badge设计的dm_more按钮样式 */
.dm_more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /* gap: 8px; */
    width: 160px;
    height: 48px;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgb(255 255 255 / 70%);
    border-radius: 50px;
    padding: 12px 24px;
    font-size: 0.9rem;
    font-weight: 600;
    color: #ffffff;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    /* backdrop-filter: blur(10px); */
    /* transition: all 0.4s ease; */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.dm_more.red {
    /* background: rgba(230, 0, 18, 0.1); */
    border: 2px solid rgb(38 38 38 / 76%);
    color: #434343;
}

.dm_more:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 25px rgba(230, 0, 18, 0.2);
	background: rgba(230, 0, 18, 0.9);
	border-color: #e60012;
	color: #ffffff;
}

.dm_more.red:hover {
	background: rgba(230, 0, 18, 0.9);
	border-color: #e60012;
	color: #ffffff;
	box-shadow: 0 8px 25px rgba(230, 0, 18, 0.3);
}



/* dm_more内部元素样式 */
.dm_more p {
	margin: 0;
	position: relative;
	z-index: 2;
	transition: all 0.3s ease;
	font-weight: 600;
}

.dm_more:hover p {
	letter-spacing: 1px;
}

.dm_more span {
	position: relative;
	z-index: 1;
}

/* 简化的动效 - 移除复杂的伪元素动画 */
.dm_more::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(135deg, rgba(230, 0, 18, 0.8), rgba(255, 68, 68, 0.8));
	border-radius: 50px;
	opacity: 0;
	transition: all 0.4s ease;
	z-index: -1;
}

.dm_more:hover::before {
	opacity: 1;
}

/* 移动端适配 */
@media screen and (max-width: 768px) {
	.dm_more {
		width: 140px;
		height: 44px;
		font-size: 0.85rem;
		padding: 10px 20px;
	}
}



.service_nav {

	width: 90%;

	height: auto;

	position: absolute;

	left: 5%;

	bottom: 8%;

	display: grid;

	grid-template-columns: repeat(6, 1fr);

	gap: 20px;

	z-index: 2;

	padding: 0;

}



.service_nav a {

	display: flex;

	flex-direction: column;

	align-items: center;

	justify-content: center;

	position: relative;

	height: 160px;

	padding: 25px 20px;

	background: rgba(255,255,255,0.9);

	/* border: 1px solid rgba(255,255,255,0.5); */

	border-radius: 16px;

	box-shadow: 0 4px 20px rgba(0,0,0,0.08);

	-webkit-transition: all 0.4s ease;

	transition: all 0.4s ease;

	-webkit-transform: translateY(50px);

	transform: translateY(50px);

	opacity: 0;

	text-decoration: none;

	overflow: hidden;

}



.service_nav a:nth-child(2){

	-webkit-transition-delay: .6s;

}



.service_nav a:nth-child(3){

	-webkit-transition-delay: .7s;

}



.service_nav a:nth-child(4){

	-webkit-transition-delay: .8s;

}



.service_nav a:nth-child(5){

	-webkit-transition-delay: .9s;

}



.service_nav a:nth-child(6){

	-webkit-transition-delay: 1s;

}



.swiper-slide-active .service_nav a{

	-webkit-transform: translateY(0px);

	opacity: 1;

}







.service_nav a .s_bg {

	width: 100%;

	height: 0%;

	position: absolute;

	left: 0%;

	bottom: 0%;

	background: #ffffff;

	-webkit-transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);

	overflow: hidden;

}



.service_nav a .s_bg::before {

	width: 286px;

	height: 200px;

	position: absolute;

	right: -120px;

	bottom: -75px;

	background: url(../image/dl.png) no-repeat;

	background-size: cover;

	content: '';



}







.service_nav a:hover,

.service_nav a.active {

	z-index: 5;

	-webkit-transform: translateY(-8px);

	transform: translateY(-8px);

	background: rgba(230, 0, 18, 0.95);

	border-color: #e60012;

	box-shadow: 0 12px 40px rgba(230, 0, 18, 0.2);

}



.service_nav a:hover .s_bg,

.service_nav a.active .s_bg {

	background: #e60012;

	height: 140%;

	border-radius: 20px 20px 0px 0px;

}



.service_nav a .icon {

	width: 50px;

	height: 50px;

	position: relative;

	margin-bottom: 12px;

	background: #f8f9fa;

	border: 1px solid #e9ecef;

	border-radius: 12px;

	display: flex;

	align-items: center;

	justify-content: center;

	-webkit-transition: all 0.3s ease;

	transition: all 0.3s ease;

	z-index: 100;

}

/* 厂房优势图标 - 使用Font Awesome */
.service_nav a:nth-child(2) .icon::before {
	content: "\f1b9"; /* fa-car */
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 24px;
	color: #6c757d;
	position: relative;
	z-index: 101;
}

.service_nav a:nth-child(1) .icon::before {
	content: "\f275"; /* fa-industry */
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 24px;
	color: #6c757d;
	position: relative;
	z-index: 101;
}

.service_nav a:nth-child(3) .icon::before {
	content: "\f0e7"; /* fa-bolt */
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 24px;
	color: #6c757d;
	position: relative;
	z-index: 101;
}

.service_nav a:nth-child(4) .icon::before {
	content: "\f3ed"; /* fa-user-shield */
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 24px;
	color: #6c757d;
	position: relative;
	z-index: 101;
}

.service_nav a:nth-child(5) .icon::before {
	content: "\f155"; /* fa-dollar-sign */
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 24px;
	color: #6c757d;
	position: relative;
	z-index: 101;
}

.service_nav a:nth-child(6) .icon::before {
	content: "\f15c"; /* fa-file-text */
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 24px;
	color: #6c757d;
	position: relative;
	z-index: 101;
}



.service_nav a .icon2 {

	display: none; /* 新设计不需要icon2 */

}

/* 删除错误的通用样式 */



.service_nav a .icon2::before {

	width: 85px;

	height: 85px;

	position: absolute;

	top: 50%;

	left: 50%;

	margin-left: -42.5px;

	margin-top: -42.5px;

	background: url(../image/lines.png) no-repeat;

	background-size: cover;

	content: '';

	-webkit-animation: lineAnimate 4s linear infinite;

}



@-webkit-keyframes lineAnimate {

	0% {

		-webkit-transform: rotate(0deg);

	}



	100% {

		-webkit-transform: rotate(360deg);

	}

}



/* icon2悬停效果已删除 */



/* ==================== Service_Nav 移动端响应式样式 ==================== */
@media (max-width: 1024px) {
    .service_nav {
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
        width: 95%;
        left: 2.5%;
    }

    .service_nav a {
        height: 140px;
        padding: 20px 15px;
    }

    .service_nav a .icon {
        width: 50px;
        height: 50px;
        font-size: 24px;
        margin-bottom: 12px;
    }

    .service_nav a .name b {
        font-size: 14px;
    }

    .service_nav a .name p {
        font-size: 10px;
    }
}

@media (max-width: 768px) {
    .service_nav {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .service_nav a {
        height: 120px;
        padding: 15px 10px;
    }

    .service_nav a .icon {
        width: 45px;
        height: 45px;
        font-size: 22px;
        margin-bottom: 10px;
    }

    .service_nav a .name b {
        font-size: 13px;
    }

    .service_nav a .name p {
        font-size: 9px;
    }
}

@media (max-width: 480px) {
    .service_nav {
        grid-template-columns: 1fr;
        gap: 10px;
        bottom: 5%;
    }

    .service_nav a {
        height: 100px;
        padding: 12px 15px;
        flex-direction: row;
        text-align: left;
    }

    .service_nav a .icon {
        width: 40px;
        height: 40px;
        font-size: 20px;
        margin-bottom: 0;
        margin-right: 15px;
    }

    .service_nav a .name {
        text-align: left;
    }

    .service_nav a .name b {
        font-size: 14px;
        margin-bottom: 2px;
    }

    .service_nav a .name p {
        font-size: 10px;
    }
}



.service_nav a:hover .icon,

.service_nav a.active .icon {

	background: #e60012;

	border-color: #e60012;

	color: #fff;

	-webkit-transform: scale(1.05);

	transform: scale(1.05);

}

/* 悬停时图标变白色 */
.service_nav a:hover .icon::before,
.service_nav a.active .icon::before {
	color: #fff;
}





/* 旧的icon背景位置样式已删除，使用新的emoji图标 */



.service_nav a .name {

	width: 100%;

	text-align: center;

	color: #495057;

	-webkit-transition: all 0.4s ease;

	transition: all 0.4s ease;

	position: relative;

	z-index: 102;

}



.service_nav a:hover .name,

.service_nav a.active .name {

	color: #fff;

	-webkit-transform: translateY(-5px);

	transform: translateY(-5px);

}



.service_nav a .title {

	display: none; /* 新设计不需要title */

}



.service_nav a .title b{

	font-size: 18px;

}



.service_nav a:hover .title,

.service_nav a.active .title {

	opacity: 1;

	bottom: 35px;

}



.service_nav a .name b {

	display: block;

	font-weight: 600;

	font-size: 16px;

	color: inherit;

	margin-bottom: 5px;

	line-height: 1.3;

}



.service_nav a .name p {

	text-transform: uppercase;

	font-size: 11px;

	opacity: 0.6;

	color: inherit;

	letter-spacing: 0.5px;

	font-weight: 500;

}



.common_top {

	width: 100%;

	display: flex;

	justify-content: space-between;

	align-items: flex-end;

	margin-bottom: 3vw;

	-webkit-transition: all .7s ease .4s;

	opacity: 0;

	-webkit-transform: translateY(30px);

}



.swiper-slide-active .common_top{

	opacity: 1;

	-webkit-transform: translateY(0px);

}



.slide3 {

	display: flex;

	align-items: center;

}





.commom_title {

	width: 100%;

	height: auto;

	position: relative;

}



.commom_title b {

	font-size: 36px;

	position: relative;

	padding-bottom: 15px;

	margin-bottom: 25px;

	display: block;

}



.commom_title b::after {

	width: 35px;

	height: 3px;

	position: absolute;

	left: 0%;

	bottom: 0%;

	content: '';

	background: #272727;

}



.commom_title.w b::after {

	background: rgba(255, 255, 255, .3);

}



.commom_title p {

	width: 100%;

	font-size: 16px;

	line-height: 1.7;

	text-align: justify; /* 文字两端对齐 */

	text-justify: inter-word; /* 单词间对齐 */

}



.newsSwiper {

	overflow: initial;

	padding-bottom: 35px;

}



.newsSwiper a {

	position: relative;

	width: 100%;

	padding: 15px;

	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);

	border-radius: 12px;

	overflow: hidden;

	-webkit-transition: all .5s ease;



	display: block;

}



.newsSwiper .swiper-slide{

	position: relative;

	opacity: 0;

	top: 50px;

	-webkit-transition: all .8s ease .5s;

}



.newsSwiper .swiper-slide:nth-child(2){

	-webkit-transition-delay: 0.6s;

}



.m_intro_map{

	display: none;

}



.newsSwiper .swiper-slide:nth-child(3){

	-webkit-transition-delay: 0.7s;

}



.newsSwiper .swiper-slide:nth-child(4){

	-webkit-transition-delay: 0.8s;

}



.newsSwiper .swiper-slide:nth-child(5){

	-webkit-transition-delay: 0.9s;

}



.swiper-slide-active .newsSwiper .swiper-slide{

	opacity: 1;

	top: 0px;

}



.newsSwiper a .time {

	width: 100%;

	position: relative;

	line-height: 1;

	margin-bottom: 10px;

}



.newsSwiper a .time b {

	font-family: montserrat;

	font-size: 40px;

	display: block;

	opacity: .4;

}



.newsSwiper a .time p {

	opacity: .4;

	font-size: 12px;

}



.newsSwiper a .name {

	width: 100%;

	height: auto;

	position: relative;

	margin-top: 15px;

	margin-bottom: 5px;

	min-height: 48px;

	font-size: 16px;

}



.newsSwiper a .des {

	font-size: 12px;

	opacity: .4;

	min-height: 41px;

}



.newsSwiper a .icon {

	opacity: .5;

	font-size: 20px;

}



.swiper-horizontal>.swiper-pagination-progressbar,

.swiper-pagination-progressbar.swiper-pagination-horizontal {

	top: auto;

	bottom: 0px;

}



.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {

	background: #e60012;

}



.slide4 {

	display: flex;

	align-items: center;

}

/* 统一背景遮罩效果 - 与园区环境和厂房介绍slide保持一致 */
.slide4 .bg::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/* background: rgba(0, 0, 0, 0.22); 加深遮罩颜色，增强暗色效果 */
	pointer-events: none;
	/* backdrop-filter: blur(3px); */
	background: linear-gradient(-180deg, rgba(0, 0, 0, 0), rgb(0 0 0 / 25%));
}

/* slide4 暗色背景下的文字样式 */
.slide4 .commom_title {
	color: rgba(255, 255, 255, 0.9); /* 主文字使用白色 */
}

.slide4 .commom_title b {
	color: #e60012; /* 标题使用纯白色 */
}

.slide4 .commom_title b::after {
	background: #e60012; /* 装饰线使用半透明白色 */
}

.slide4 .commom_title p {
	color: #fff; /* 描述文字使用稍透明的白色 */
}

/* slide4 暗色背景下的按钮样式 */
.slide4 .dm_more {
	background: rgba(255, 255, 255, 0.1) !important; /* 半透明白色背景 */
	border: 2px solid rgba(255, 255, 255, 0.3) !important; /* 白色边框 */
	color: #ffffff !important; /* 白色文字 */
	/* backdrop-filter: blur(10px); 玻璃拟态效果 */
}

.slide4 .dm_more:hover {
	background: rgba(230, 0, 18, 0.9) !important; /* 悬停时使用红色背景 */
	border-color: #e60012 !important;
	color: #ffffff !important;
	box-shadow: 0 8px 25px rgba(230, 0, 18, 0.3);
}

/* slide4 暗色背景下的其他文字元素 */
.slide4 .intro_left,
.slide4 .intro_right {
	color: rgba(255, 255, 255, 0.9);
}

.slide4 .intro_left h3,
.slide4 .intro_right h3 {
	color: #ffffff;
}



.slide4 .w1400 {

	display: flex;

	justify-content: space-between;

	align-items: center;

}



.slide4 .intro_right {

	margin-left: 100px;
	
	width: calc(100% - 350px);

	-webkit-transition: all .7s ease .5s;

	opacity: 0;

	-webkit-transform: translateY(50px);
	

}



.slide4.swiper-slide-active .intro_right {

	opacity: 1;

	-webkit-transform: translateY(0px);

}



.history_list .dot{

	width: 12px;

	height: 12px;

	border: 2px solid #e60012;

	border-radius: 50%;

	position: absolute;

	left: 50%;

	margin-left: -6px;

	top: -15px;

}



.history_list .dot.down{

	top: auto;

	bottom: -15px;

}



.slide4 .intro_left {

	width: 45%;

	-webkit-transition: all 1s ease .35s;

	opacity: 0;

	-webkit-transform: translateY(50px);

}



.slide4.swiper-slide-active .intro_left{

	opacity: 1;

	-webkit-transform: translateY(0px);

}



.commom_title.w {

	color: #ffffff;
	margin-bottom: 50px;

}



.nums {
    ul {
        display: flex;
        flex-wrap: wrap;
        li {
            width: 50%;
        }
    }

	width: 100%;

	margin: 1vw 0px 3vw;

	color: #fff;

}



.nums ul {
    display: flex;
    flex-wrap: wrap;
}
.nums ul li {
    width: 50%;

	display: flex;

	align-items: center;

	position: relative;

	margin-bottom: 1vw;

}



.nums ul li:last-child {

	margin-bottom: 0vw;

}



.nums ul li .l {

	width: 140px; /* 从100px增加到140px，支持三位数显示 */

	font-size: 70px;

	font-family: montserrat;

	color: #e60012;

	font-weight: bold;

}



.nums ul li .r {

	margin-left: 0px;

}



.nums ul li .t {

	font-size: 20px;

}



.brands {

	width: 400px;

	height: auto;

	position: absolute;

	left: 65%;

	top: 50%;

	-webkit-transition: all 1.6s ease 0.5s;

	opacity: 0;

	-webkit-transform: translateY(-45%);

}



.swiper-slide-active .brands{

	opacity: 1;

	-webkit-transform: translateY(-50%);

}



.brands .list {

	position: relative;

	width: 90%;

	margin-top: 2vw;

}



.brands .list a {

	display: block;

	width: 100%;

	height: 10vh;

	position: relative;

	background: #fff;

	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);

	margin-bottom: 1vw;

}



.brands .list a .pic {

	height: 80%;

	background-size: contain;

	top: 10%;

	position: absolute;

	width: 100%;

}



.partner {

	width: 100%;

	height: auto;

	position: relative;
/* 
	background: #fff url(../image/bg6.jpg) center center no-repeat; */

	background-size: contain;

	padding: 5vw 0px 3vw;

}

.coopers{

	position: relative;

	-webkit-transition: all .7s ease .5s;

	opacity: 0;

	-webkit-transform: translateY(50px);

}

.swiper-slide-active .coopers{

	opacity: 1;

	-webkit-transform: translateY(0px);

}

.partner ul {

	width: 100%;

	display: flex;

	flex-wrap: wrap;

}



.partner ul li {

	width: 16%;

	height: auto;

	position: relative;

	margin-right: 0.8%;

	background: #fff;

	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);

	margin-bottom: 0.5vw;

	border-radius: 8px; /* PC端添加圆角 */

}



.partner ul li:nth-child(6n) {

	margin-right: 0%;

}

/* PC端合作伙伴hover效果 */
.partner ul li {

	-webkit-transition: all 0.3s ease;

	transition: all 0.3s ease;

	cursor: pointer;

}

.partner ul li:hover {

	-webkit-transform: translateY(-5px);

	transform: translateY(-5px);

	box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.2);

}

.partner ul li .thum {

	width: 100%;

	height: 12vh;

	position: relative;

	overflow: hidden;

	border-radius: 8px;

}

.partner ul li .thum .pic {

	width: 100%;

	height: 100%;

	background-size: contain;

	background-position: center center;

	background-repeat: no-repeat;

	-webkit-transition: all 0.3s ease;

	transition: all 0.3s ease;

}

.partner ul li:hover .thum .pic {

	-webkit-transform: scale(1.05);

	transform: scale(1.05);

}

/* 企业名称卡片样式 */
.enterprise_name_card {
	width: 100%;
	height: 12vh;
	position: relative;
	overflow: hidden;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.card_background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	/* filter: blur(2px) brightness(1.1); */
	z-index: 1;
}

.card_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.3);
	z-index: 2;
}

.card_content {
	position: relative;
	z-index: 3;
	text-align: center;
	padding: 15px;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.enterprise_icon {
	margin-bottom: 8px;
	opacity: 0.6;
}

.enterprise_icon i {
	font-size: 18px;
	color: #e60012;
}

.enterprise_name_text {
	font-size: 14px;
	font-weight: 600;
	color: #1a1a2e;
	line-height: 1.4;
	text-align: center;
	word-break: break-word;
	max-width: 100%;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	padding: 0 8px;
}

.card_decoration {
	position: absolute;
	bottom: 8px;
	left: 50%;
	transform: translateX(-50%);
	width: 30px;
	height: 2px;
	background: linear-gradient(135deg, #e60012, #ff4444);
	border-radius: 1px;
	transition: all 0.3s ease;
}

/* 企业名称卡片悬停效果 */
.partner ul li:hover .enterprise_name_card .card_overlay {
	background: rgba(255, 255, 255, 0.5);
}

.partner ul li:hover .enterprise_name_card .enterprise_icon i {
	color: #cc0010;
}

.partner ul li:hover .enterprise_name_card .card_decoration {
	width: 40px;
	background: linear-gradient(135deg, #cc0010, #e60012);
}





.footers {

	width: 100%;

	height: auto;

	position: relative;

	background: url(../image/footer_bg.jpg) center center no-repeat;

	background-size: cover;

	padding: 50px 0px 20px;

	color: #fff;

}



.footer_top {

	width: 100%;

	display: flex;

	justify-content: space-between;

	margin-bottom: 2vw;

}



.f_ewm {

	width: 135px;

	height: auto;

	position: relative;

	text-align: center;

}



.f_ewm p {

	margin-top: 5px;

	opacity: 0.5;

	font-size: 12px;

}



.f_tel {

	width: 200px;

	position: relative;

}



.f_nav {

	width: calc(100% - 400px);

	height: auto;

	position: relative;

}



.f_nav ul {

	width: 100%;

	position: relative;

	display: flex;

	justify-content: space-between;

}



.f_nav ul li {

	width: 16.66%;

	position: relative;

}

/* 移除特殊宽度设置，让所有li元素宽度统一 */
/* .f_nav ul li:nth-child(2) {
	width: 22%;
}

.f_nav ul li:nth-child(5) {
	width: 15.5%;
} */





.f_nav ul li a {

	position: relative;

	line-height: 35px;

	display: block;

	width: 100%;

	text-align: center;

	color: rgba(255, 255, 255, .5);

	-webkit-transition: all .35s;

}



.f_nav ul li a:hover{

	color: #fff;

}



.f_nav ul li a:nth-child(1) {

	color: #fff;

}



.common_top.mb1 {

	margin-bottom: 1vw;

}



.f_tel_ele {

	width: 100%;

	margin-bottom: 1vw;

}



.f_tel_ele a {

	font-family: montserrat;

	color: #fff;

	width: 100%;

	display: block;

	font-size: 24px;

	text-transform: uppercase;

}



.f_tel_ele .name {

	margin-bottom: 5px;

}



.copyright {

	width: 100%;

	position: relative;

	font-size: 12px;

	color: rgba(255, 255, 255, .5);

}



.sub_banner {

	width: 100%;

	height: 40vh;

	position: relative;

	background: #000;

	margin-top: 0px;

	overflow: hidden;

}



.sub_img{

	width: 100%;

	height: 100%;

	position: absolute;

	left: 0%;

	top: 0%;

	background: center center no-repeat;

	background-size: cover;

	opacity: 0.5;

	

	-webkit-animation: subAnimate 2s ease 1 forwards;

}



@-webkit-keyframes subAnimate{

	0%{

		-webkit-transform: translateY(25px) scale(1.1);

	}

	100%{

		-webkit-transform: translateY(0px) scale(1.1);

	}

}



.slogan{

	width: 80%;

	height: auto;

	position: absolute;

	left: 10%;

	bottom: 15%;

	color: #fff;

}



.slogan .cn{

	font-size: 2vw;

	position: relative;

	font-weight: bold;

}



.slogan .en{

	width: 100%;

	font-size: 3vw;

	font-family: montserrat;

	text-transform: uppercase;

	font-weight: bold;

}



.about_box{

	width: 100%;

	display: flex;

	justify-content: space-between;

}



.about_box .left{

	width: 40%;

	position: relative;

	line-height: 1.3;

	font-size: 6vw;

	font-weight: bold;

}



.about_box .left .n{

	font-family: montserrat;

	color: #e60012;

	text-transform: uppercase;

	

}



.about_box .right{

	width: 50%;

}



.sub_name{

	width: 100%;

	position: relative;

}



.sub_name.w{

	color: #ffffff;

}



.sub_name.w p::after{

	background: #ffffff;

}



.sub_name.c{

	text-align: center;

}



.sub_name.c p::after{

	left: 50%;

	margin-left: -20px;

}



.sub_name p{

	position: relative;

	font-size: 36px;

	padding-bottom: 1vw;

	margin-bottom: 2vw;

	font-weight: bold;

}



.sub_name p::after{

	width: 60px;

	height: 3px;

	position: absolute;

	left: 50%;

	bottom: -8px;

	content: '';

	background: linear-gradient(135deg, #e60012, #ff4444);

	transform: translateX(-50%);

	border-radius: 2px;

}



.about_img{

	width: 100%;

	margin-top: 5vw;

	position: relative;

	z-index: 2;

}



.history{

	width: 100%;

	margin-top: 5vw;

	position: relative;

}



.history .mp{

	width: 30%;

	height: auto;

	position: absolute;

	left: 0px;

	top: 50%;

	-webkit-transform: translateY(-50%);

}



.history_list{

	width: 100%;

	position: relative;

	margin-top: 5vw;

	padding-top: 3vw;

}



.history_list .line{

	width: 1px;

	height: 100%;

	position: absolute;

	left: 50%;

	top: 0%;

	background: rgba(0, 0, 0, 0.1);

}



.history_list .line span{

	width: 100%;

	display: block;

	position: absolute;

	left: 0%;

	top: 0%;

	background: #e60012;

	height: 0%;

}



.history_list ul{

	width: 100%;

	display: flex;

	flex-wrap: wrap;

	position: relative;

}



.history_list ul li{

	width: 100%;

	display: flex;

	justify-content: space-between;

	align-items: flex-start;

	margin-bottom: 4vw;

	position: relative;

}



.history_list ul li::after{

	width: 7px;

	height: 7px;

	position: absolute;

	left: 50%;

	margin-left: -3px;

	top: 10px;

	background: #e60012;

	border-radius: 50%;

	content: '';

}



.history_list ul li .year{

	width: 45%;

	position: relative;

	text-align: right;

	font-family: montserrat;

	font-size: 6vw;

	font-weight: bold;

	color: #e60012;

	line-height: 1;

	top: -1.7vw;

}



.history_list ul li .info{

	width: 45%;

	position: relative;

}



.history_list ul li .info .name{

	font-size: 18px;

	position: relative;

	line-height: 25px;

	margin-bottom: 1vw;

}



.history_list ul li .info .img{

	width: 45%;

	position: relative;

	margin-bottom: 1vw;

}



.history_list ul li .info .des{

	opacity: .6;

	line-height: 1.4;

}



.honorSwiper .pic {
	background-size: contain;
}

.honorSwiper {
	overflow: initial;
}

.hornor_box {
	overflow: hidden;

	background: url(../image/honor_bg.jpg) top center no-repeat;

	background-size: cover;

	position: relative;

	padding-bottom: 0px;
	
}

.hornor_box.f4{
	background-image: url(../image/cp_bg.jpg);
}


.hornor_box::after{

	width: 100%;

	height: 40%;

	position: absolute;

	left: 0%;

	bottom: 0%;

	content: '';

	background: linear-gradient(-180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));

}


.honorSwiper {
	padding-bottom: 200px;
}


.service_swiper .swiper-slide .pic::after{

	width: 100%;

	height: 70%;

	position: absolute;

	left: 0%;

	bottom: 0%;

	content: '';

	background: linear-gradient(-180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .95));

}


.honor_line {
	width: 4000px;
	height: 64px;
	position: absolute;
	left: 0%;
	bottom: 0;
	display: flex;
	pointer-events: none;

	z-index: 3;
}

.honor_line img {
	width: 50%;
}

.honor_line.hl1 {
	-webkit-animation: moves 5s linear infinite;
}

.honor_line.hl2 {
	-webkit-animation: moves 5s linear infinite 2s;
	opacity: 0.5;
}

@-webkit-keyframes moves {
	0% {
		left: 0px;
	}

	100% {
		left: -2000px;
	}
}

.honorSwiper .swiper-slide {
	width: 385px;
	margin-top: 0px;
	-webkit-transition: all .65s;
}

.honorSwiper .swiper-slide:nth-child(odd) {
	top: 38px;
}

.honorSwiper .name {
	width: 100%;
	height: auto;
	position: relative;
	margin-top: 20px;
	font-size: 16px;
	text-align: center;
	line-height: 20px;
}



.honor_page {
	width: 100%;
	height: 60px;
	display: flex;
	align-items: flex-start;
	position: absolute;
	left: 0px;
	bottom: 70px;
}

.honor_page .swiper-button-next,
.honor_page .swiper-button-prev {
	position: relative;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	-webkit-transition: all .65s;
	border: 1px solid #e60012;
	color: #e60012;
}

.honor_page .swiper-button-next:after,
.honor_page .swiper-button-prev:after {
	font-size: 18px;
}

.honor_page .swiper-button-next {
	right: 0px;
	margin-left: 25px;
}

.honor_page .swiper-button-prev {
	left: 0px;
}



.industry_box{

	width: 100%;

	position: relative;

	display: flex;

	justify-content: space-between;

	align-items: flex-start;

	

}



.in_left{

	width: 300px;

	height: auto;

	background: #fff;

	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);

	border-radius: 10px;

	padding: 20px 0px;

} 



.in_left a{

	display: block;

	width: 100%;

	height: auto;

	position: relative;

	padding:12px 30px;

	padding-left: 50px;

	-webkit-transition: all .5s;

	cursor: pointer;

}







.in_left a:hover,.in_left a.active{

	color: #e60012;

	padding-left: 60px;

}



.in_left a.active::before{

	width: 100%;

	left: 0%;

	opacity: 1;

}



/* 园区环境页面样式 - 简约导航 */
.environment_category_nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    margin: 50px 0;
    padding: 0;
    background: #f8f9fa;
    border-radius: 50px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.environment_category_nav .nav_item {
    flex: 1;
    background: transparent;
    border: none;
    padding: 15px 25px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    color: #666;
    font-weight: 500;
}

.environment_category_nav .nav_item:hover {
    background: rgba(230, 0, 18, 0.05);
    color: #e60012;
}

.environment_category_nav .nav_item.active {
    background: #e60012;
    color: #fff;
}

.environment_category_nav .nav_item .nav_text {
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
}

/* 图片展示区域 */
.environment_gallery_container {
    margin-top: 40px;
}

.environment_gallery_section {
    display: none;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s ease;
}

.environment_gallery_section.active {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

.environment_image_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 30px;
}

.environment_image_grid .featured {
    grid-column: span 2;
    grid-row: span 2;
}

.environment_image_item {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.environment_image_item:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.environment_image_item .image_wrapper {
    position: relative;
    width: 100%;
    height: 220px;
    overflow: hidden;
}

.environment_image_item .image_wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.environment_image_item:hover .image_wrapper img {
    transform: scale(1.03);
}

.environment_image_item .image_overlay {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: linear-gradient(135deg, rgba(230, 0, 18, 0.85), rgba(0, 0, 0, 0.6)) !important;
    opacity: 0 !important;
    transition: all 0.3s ease !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.environment_image_item:hover .image_overlay {
    opacity: 1 !important;
}

.environment_image_item .overlay_content {
    text-align: center !important;
    color: #fff !important;
    padding: 20px !important;
}

.environment_image_item .overlay_content h4 {
    font-size: 18px !important;
    margin: 0 0 8px !important;
    font-weight: 600 !important;
}

.environment_image_item .overlay_content p {
    font-size: 13px !important;
    margin: 0 0 12px !important;
    opacity: 0.9 !important;
    line-height: 1.4 !important;
}

.environment_image_item .view_btn {
    width: 40px !important;
    height: 40px !important;
    background: rgba(255, 255, 255, 0.2) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 auto !important;
    font-size: 16px !important;
    transition: all 0.3s ease !important;
    backdrop-filter: blur(10px) !important;
}

.environment_image_item .view_btn:hover {
    background: rgba(255, 255, 255, 0.3) !important;
    transform: scale(1.05) !important;
}

/* 图片预览模态框 */
.image_preview_modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.3s ease;
    display: block;
}

.image_preview_modal .modal_backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.image_preview_modal .modal_content {
    background: #fff;
    border-radius: 12px;
    max-width: 800px;
    width: 100%;
    max-height: 90vh;
    overflow: hidden;
    transform: translateY(30px);
    transition: transform 0.3s ease;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.image_preview_modal .modal_header {
    padding: 20px 25px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.image_preview_modal .modal_header h3 {
    margin: 0;
    font-size: 20px;
    color: #333;
}

.image_preview_modal .close_btn {
    background: none;
    border: none;
    font-size: 24px;
    color: #666;
    cursor: pointer;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.image_preview_modal .close_btn:hover {
    background: #f5f5f5;
    color: #e60012;
}

.image_preview_modal .modal_body {
    padding: 0;
    text-align: center;
}

.image_preview_modal .modal_body img {
    width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: contain;
}

.image_preview_modal .modal_body p {
    padding: 20px 25px;
    margin: 0;
    color: #666;
    font-size: 14px;
    line-height: 1.5;
}

/* 用户体验优化 */
.environment_image_item {
    cursor: pointer;
}

.environment_category_nav .nav_item {
    cursor: pointer;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 移动端适配 */
@media (max-width: 768px) {
    .environment_category_nav {
        margin: 30px 0;
        border-radius: 25px;
    }

    .environment_category_nav .nav_item {
        padding: 12px 15px;
        font-size: 14px;
    }

    .environment_category_nav .nav_item .nav_text {
        font-size: 14px;
    }

    .environment_image_grid {
        grid-template-columns: 1fr;
        gap: 15px;
        margin-top: 20px;
    }

    .environment_image_grid .featured {
        grid-column: span 1;
        grid-row: span 1;
    }

    .environment_image_item .image_wrapper {
        height: 200px;
    }

    .environment_image_item .overlay_content h4 {
        font-size: 16px;
        margin-bottom: 6px;
    }

    .environment_image_item .overlay_content p {
        font-size: 12px;
    }

    .image_preview_modal .modal_content {
        margin: 10px;
        max-height: 95vh;
    }

    .image_preview_modal .modal_header {
        padding: 15px 20px;
    }

    .image_preview_modal .modal_header h3 {
        font-size: 18px;
    }

    .image_preview_modal .modal_body img {
        max-height: 300px;
    }

    .image_preview_modal .modal_body p {
        padding: 15px 20px;
        font-size: 13px;
    }
}



.in_left a::after{

	width: 30px;

	height: 23px;

	position: absolute;

	left: 0px;

	top: 24px;

	content: '';

	background: url(../image/dl_icon.png) no-repeat;

	background-size: cover;

	-webkit-transition: all .5s;

	opacity: 0;

}



.in_left a:hover::after,.in_left a.active::after{

	left: 20px;

	opacity: 1;

}



.in_left a b{

	display: block;

	width: 100%;

	position: relative;

	font-size: 18px;

	margin-bottom: 5px;

}



.in_left a p{

	font-size: 14px;

	opacity: .7;

}



.in_right{

	width: calc(100% - 350px);

	position: relative;

	margin-bottom: 10vw;

}



.in_right_row{

	width: 100%;

	position: relative;

	height: auto;

	margin-bottom: 5vw;

}



.in_right_row.active{

	display: block;

}



.singePage.c{

	text-align: center;

}



.cooperate{

	width: 100%;

	margin-top: 3vw;

	position: relative;

}



.cooperate ul li{

	width: 100%;

	position: relative;

	margin-bottom: 7vw;

}



.cooperate ul li .name{

	position: relative;

	width: 100%;

	text-align: center;

	margin-bottom: 95px;

}



.cooperate ul li:first-child .name{

	margin-bottom: 80px;

}



.cooperate ul li .name b{

	font-size: 28px;

}



.cooperate ul li .name b span{

	color: #e60012;

}



.cooperate ul li .name p{

	font-size: 16px;

}



.cooperate ul li .name::before{

	width: 834px;

	height: 110px;

	position: absolute;

	left: 50%;

	margin-left: -417px;

	top: 20px;

	content: '';

	background: url(../image/line2.png) top center no-repeat;

}



.coop_row{

	width: 100%;

	display: flex;

	justify-content: space-between;

}



.coop_row .row{

	width: 46%;

	position: relative;

	background-color: #fff;

	border-radius: 10px;

	box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.1);

	overflow: hidden;

}



.coop_row .row .thum{

	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);

	border-radius: 10px;

}



.coop_row .row .info{

	width: 100%;

	position: relative;

	text-align: center;

	padding: 20px;

}



.coop_row .row .info .title{

	position: relative;

	font-size: 20px;

	font-weight: bold;

	margin-bottom: 10px;

}



.coop_row .row .info .des{

	line-height: 1.7;

	font-size: 16px;

}



.coop_sinpge{

	width: 100%;

	display: flex;

	position: relative;

	justify-content: space-between;

	background: #fff;

	box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.1);

	border-radius: 10px;

}



.coop_sinpge .thum{

	width: 46%;

	position: relative;

	-webkit-transform: scaleY(1.1);

	border-radius: 10px;

}



.coop_sinpge .thum .pic{

	height: 100%;

}



.coop_sinpge .th{

	width: 50%;

	position: relative;

	display: flex;

	padding:50px 35px;

}



.coop_sinpge .th .info{

	width: 50%;

	position: relative;

	text-align: center;

}



.coop_sinpge .th .info:first-child::after{

	width: 1px;

	height: 100%;

	position: absolute;

	right: 0%;

	top: 0%;

	content: '';

	background: rgba(0, 0, 0, 0.05);

}



.coop_sinpge .th .info .title{

	position: relative;

	font-size: 20px;

	font-weight: bold;

	margin-bottom: 10px;

}



.coop_sinpge .th .info .des{

	line-height: 1.7;

	font-size: 16px;

}



.cooperate ul li:nth-child(3){

	direction: rtl;

}



.cooperate ul li:nth-child(3) .coop_sinpge .th{

	direction: initial;

}



.cooperate ul li:last-child .name{

	margin-bottom: 80px;

}



.hzhb{

	width: 100%;

	position: relative;

}



.hzhb ul{

	width: 100%;

	display: flex;

	justify-content: center;

	margin-bottom: 1vw;

}



.hzhb ul li{

	width: 19%;

	height: auto;

	position: relative;

	background: #fff;

	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);

	border-radius: 5px;

	margin-right: 1.25%;

	-webkit-transition-delay: 0.2s;

}



.hzhb ul li:nth-child(2n){

	-webkit-transition-delay: 0.4s;

}



.hzhb ul li:nth-child(3n){

	-webkit-transition-delay: 0.6s;

}



.hzhb ul li:nth-child(4n){

	-webkit-transition-delay: 0.5s;

}



.hzhb ul li:nth-child(5n){

	-webkit-transition-delay: 0.35s;

}



.hzhb ul li:nth-child(5n){

	margin-right: 0%;

}



.case_nav{

	width: 100%;

	position: relative;

	text-align: center;

	display: flex;

	justify-content: center;

	margin-bottom: 4vw;

}



.case_nav a{

	width: 160px;

	height: 120px;

	display: flex;

	flex-direction: column;

	align-items: center;

	justify-content: center;

	position: relative;

	margin: 0px 15px;

	color: #2c3e50;

	text-decoration: none;

	background: #ffffff;

	border: 1px solid #e8ecef;

	border-radius: 8px;

	transition: all 0.3s ease;

	box-shadow: 0 2px 8px rgba(0,0,0,0.06);

}

/* Font Awesome 镂空图标样式 */
.case_nav a .nav-icon {

	font-size: 28px;

	color: #6c757d;

	margin-bottom: 10px;

	transition: all 0.3s ease;

	font-weight: 400;

}



.iconBox{

	display: none;

}



.case_nav a p{

	font-size: 14px;

	font-weight: 500;

	margin: 0;

	text-align: center;

	line-height: 1.3;

	color: #2c3e50;

	transition: all 0.3s ease;

}



.case_nav a:hover,.case_nav a.active{

	background: #e60012;

	border-color: #e60012;

	box-shadow: 0 8px 25px rgba(230, 0, 18, 0.25);

	transform: translateY(-2px);

}

/* hover时图标变白 */
.case_nav a:hover .nav-icon,
.case_nav a.active .nav-icon {

	color: #ffffff;

}

/* hover时文字变白 */
.case_nav a:hover p,
.case_nav a.active p {

	color: #ffffff;

}



.case_list{

	position: relative;

	width: 100%;

}



.case_list ul{

	width: 100%;

	display: flex;

	flex-wrap: wrap;

}



.case_list ul li{

	width: 32%;

	position: relative;

	margin-right: 2%;

	margin-bottom: 2vw;

	-webkit-transition-delay: 0.2s;

}



.case_list ul li:nth-child(2n){

	-webkit-transition-delay: 0.4s;

}



.case_list ul li:nth-child(3n){

	-webkit-transition-delay: 0.6s;

}



.case_list ul li:nth-child(3n){

	margin-right: 0%;

}



.case_list ul li a{

	display: block;

	position: relative;

	padding: 25px 20px;

	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);

	-webkit-transition: all .5s; 

}



.case_list ul li a::after{

	width: 0%;

	height: 3px;

	position: absolute;

	left: 0%;

	bottom: 0%;

	content: '';

	background: #e60012;

	-webkit-transition: all .5s; 

}



.case_list ul li a:hover::after{

	width: 100%;

}



.case_list ul li a:hover .pic{

	-webkit-transform: scale(1.1);

}



.case_list ul li a:hover{

	box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.3);

}





.case_list ul li a .name{

	width: 100%;

	position: relative;

	margin-bottom: 1vw;

}



.case_list ul li a .name .time{

	color: #e60012;

	font-family: montserrat;

	font-size: 16px;

	font-weight: bold;

}

.case_list ul li a .name .title{

	font-size: 22px;

	line-height: 1.4;

	position: relative;

	font-weight: bold;

}



.case_list ul li a .name .iconfont{

	width: 45px;

	height: 45px;

	position: absolute;

	right: 0%;

	bottom: 0%;

	background: rgba(0, 0, 0, 0.05);

	line-height: 45px;

	text-align: center;

	border-radius: 50%;

	font-size: 24px;

	color: rgba(0, 0, 0, 0.3);

	-webkit-transition: all .5s;

	z-index: 2;

	display: none;

}



.case_list ul li a .name .iconfont::before{

	width: 100%;

	height: 100%;

	position: absolute;

	left: 0%;

	top: 0%;

	background: #e60012;

	-webkit-transition: all .5s cubic-bezier(0.175, 0.885, 0.32, 1.275);

	-webkit-transform: scale(0);

	z-index: -1;

	content: '';

	border-radius: 50%;

}



.case_list ul li a:hover .name .iconfont{

	color: #fff;

}



.case_list ul li a:hover .name .iconfont::before{

	-webkit-transform: scale(1);

}



.contact{

	padding: 0px;

	    overflow: hidden;

}



.map{

	width: 100%;

	position: absolute;

	height: 100%;

	left: 0%;

	top: 0%;

}



.contact_box{

	width: 560px;

	position: relative;

	margin-left: 50%;

	margin-top: 6vw;

	margin-bottom: 6vw;

	background: #fff;

	padding: 50px;

	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);

	border-radius: 10px;

}



.contact_box .name{

	width: 100%;

	position: relative;

	display: flex;

	align-items: center;

	justify-content: space-between;

	border-bottom: 2px solid #e60012;

	margin-bottom: 3vw;

	padding-bottom: 0.5vw;

}



.contact_box .name b{

	color: #e60012;

	font-size: 50px;

	font-family: montserrat;

	text-transform: uppercase;

}



.contact_box .link{

	width: 200px;

	display: flex;

	align-items: center;

	justify-content: space-between;

}



.contact_box .link a{

	width: 46%;

}



.contact_box .list{

	width: 100%;

	position: relative;

}



.contact_box .list ul li{

	width: 100%;

	display: flex;

	position: relative;

	margin-bottom: 4vw;

}



.contact_box .list ul li:last-child{

	margin-bottom: 0px;

}



.contact_box .list ul li .num{

	width: 50px;

	color: #e60012;

	font-family: montserrat;

	font-size: 30px;

	line-height: 1;

	font-weight: bold;

}



.contact_box .list ul li .info{

	width: calc(100% - 50px);

}



.contact_box .list ul li .info .title{

	font-size: 18px;

	font-weight: bold;

	margin-bottom: 0.5vw;

}



.contact_box .list ul li .info .des{

	line-height: 1.7;

}



.company_box{

	width: 100%;

	display: flex;

	position: relative;

	justify-content: space-between;

	align-items: center;

}



.company_box .left{

	width: 50%;

	position: relative;

}



.company_box .right{

	width: 45%;

	position: relative;

}



.service_swiper .swiper-pagination{

	display: none;

}



.sub_words{

	width: 150%;

	font-size: 6.5vw;

	font-weight: bold;

	text-transform: uppercase;

	font-family: montserrat;

	opacity: 0.1;

	margin-bottom: 1vw;

}



.com_list{

	width: 100%;

	position: relative;

}



.com_list ul li{

	width: 100%;

	position: relative;

	background: #fff;

	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);

	padding: 20px;

	display: flex;

	align-items: center;

	margin-bottom: 2vw;

	justify-content: space-between;

	border-radius: 10px;

}



.com_list ul li .img{

	width: 115px;

	height: auto;

	position: relative;

}



.com_list ul li .info{

	width: calc(100% - 135px);

	line-height: 1.7;

	font-size: 16px;

}



.r_rect,.r_zfx,.r_center{

	width: 100%;

	position: absolute;

	height: 100%;

	left: 0%;

	top: 0%;

}

.r_center{

	pointer-events: none;

}

.r_zfx{

	display: flex;

	flex-wrap: wrap;

}

.r_zfx a{

	width: 50%;

	height: 50%;

	position: relative;

	display: block;

}



.r_rect img{

	width: 100%;

	position: absolute;

	height: 100%;

	left: 0%;

	top: 0%;

	-webkit-transition: all .5s;

	opacity: 0.65;

}



.r_rect img.active{

	opacity: 1;

}



.company_box .right>img{

	position: relative;

	width: 100%;

	z-index: 5;

	pointer-events: none;

}



.r_zfx a p{

	font-size: 16px;

	color: #fff;

	text-align: center;

	top: 45%;

	-webkit-transform: translateY(-50%);

	position: absolute;

	width: 100%;

}



.r_zfx a:nth-child(3) p,.r_zfx a:nth-child(4) p{

	top: 55%;

}



.r_center{

	z-index: 10;

}



.r_logo{

	width: 40%;

	height: auto;

	position: absolute;

	left: 50%;

	top: 50%;

	-webkit-transform: translateY(-50%) translateX(-50%);

	z-index: 20;

	-webkit-perspective: 200px;

	

}



.r_logo img{

	-webkit-animation: logoAnimate 4s linear infinite;

	

}



@-webkit-keyframes logoAnimate{

	0%{

		-webkit-transform: rotateY(0deg);

	}

	50%,100%{

		-webkit-transform: rotateY(360deg);

	}

}



.r_animate{

	width: 100%;

	height: 100%;

	position: absolute;

	left: 0%;

	top: 0%;

	-webkit-transform: scale(1.05);

	-webkit-animation: rectAnimate 10s linear infinite;

}



@-webkit-keyframes rectAnimate{

	0%{

		-webkit-transform: rotate(0deg) scale(1.05);

	}

	100%{

		-webkit-transform: rotate(-360deg) scale(1.05);

	}

}



.news_focus{

	width: 100%;

	display: flex;

	justify-content: space-between;

	margin-bottom: 3vw;

	height: 500px; /* 调整PC端固定高度到500px */

}



.news_focus .focus_left{

	width: 66%;

	height: 100%;

}



.news_focus .focus_left a{

	padding: 25px; /* 增加内边距 */

	background: #fff;

	position: relative;

	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);

	border-radius: 12px;

	overflow: hidden;

	display: flex;

	flex-direction: column;

	height: 100%;

	box-sizing: border-box;

}



.news_focus .focus_left a:hover .pic,.news_focus .focus_right a:hover .pic,.news_list ul li a:hover .pic{

	-webkit-transform: scale(1.1);

}



.news_focus .focus_left a:hover .info .title .name,.news_focus .focus_right a:hover .info .name,.news_list ul li a:hover .name{

	color: #e60012;

}



.news_focus .focus_right{

	width: calc(33.5% - 20px);

	display: flex;

	flex-direction: column;

	justify-content: space-between;

	height: 100%;

}



.news_focus .focus_right a{

	position: relative;

	padding: 20px; /* 增加内边距 */

	background: #fff;

	display: flex;

	flex-direction: column;

	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);

	border-radius: 12px;

	overflow: hidden;

	-webkit-transition: all .5s;

	height: calc(50% - 15px); /* 调整每个项目高度，增加间距 */

	box-sizing: border-box;

}



.news_focus .focus_left a,.news_list ul li a{

	-webkit-transition: all .5s;

}

/* 左侧头条区域图片容器 */
.news_focus .focus_left a .thum{

	width: 100%;

	height: 280px; /* 调整PC端图片高度 */

	overflow: hidden;

	flex-shrink: 0;

}

.news_focus .focus_left a .thum .pic{

	width: 100%;

	height: 100%;

	background: center center no-repeat;

	background-size: cover;

	-webkit-transition: all .5s;

}

/* 右侧置顶区域图片容器 */
.news_focus .focus_right a .thum{

	width: 100%;

	height: 120px; /* 调整PC端图片高度 */

	overflow: hidden;

	flex-shrink: 0;

}

.news_focus .focus_right a .thum .pic{

	width: 100%;

	height: 100%;

	background: center center no-repeat;

	background-size: cover;

	-webkit-transition: all .5s;

}

.news_focus .focus_right a:hover,.news_focus .focus_left a:hover,.news_list ul li a:hover,.newsSwiper a:hover{

	box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.3);

}



.news_focus .focus_right a .info{

	width: 100%;

	display: flex;

	align-items: center;

	position: relative;

	margin-top: 15px; /* 增加顶部间距 */

	justify-content: space-between;

	flex: 1;

}



.news_focus .focus_right a .info .time{

	text-align: center;

	width: 75px;

	position: relative;

	color: rgba(0, 0, 0, 0.4);

	line-height: 1;

}



.news_focus .focus_right a .info .time::after{

	width: 1px;

	height: 100%;

	position: absolute;

	right: 0%;

	top: 0%;

	content: '';

	background: rgba(0, 0, 0, 0.1);

	display: block;

}



.news_focus .focus_right a .info .time b{

	display: block;

	position: relative;

	font-size: 32px;

	font-family: montserrat;

	line-height: 1;

}



.news_focus .focus_right a .info .time p{

	font-size: 12px;

}



.news_focus .focus_right a .info .name{

	width: calc(100% - 85px);

	position: relative;

	line-height: 1.6;

}



.news_focus .focus_left a .info{

	width: 100%;

	display: flex;

	justify-content: space-between;

	margin-top: 20px; /* 增加顶部间距 */

	flex: 1;

	align-items: flex-start;

}



.news_focus .focus_left a .info .time{

	width: 100px;

	text-align: center;

	color: rgba(0, 0, 0, 0.4);

	position: relative;

}



.news_focus .focus_left a .info .time::after{

	width: 1px;

	height: 100%;

	position: absolute;

	right: 0%;

	top: 0%;

	content: '';

	background: rgba(0, 0, 0, 0.05);

}



.news_focus .focus_left a .info .title{

	width: calc(100% - 120px);

}



.news_focus .focus_left a .info .time b{

	display: block;

	font-size: 50px;

	font-family: montserrat;

	line-height: 1;

}



.news_focus .focus_left a .info .time .mark{

	font-size: 12px;

	display: inline-block;

	background: #e60012;

	color: #fff;

	padding: 1px 10px;

}



.news_focus .focus_left a .info .title .name{

	font-size: 20px;

	position: relative;

	margin-bottom: 5px;

}



.news_focus .focus_left a .info .title .des{

	width: 100%;

	font-size: 14px;

	line-height: 1.7;

	color: rgba(0, 0, 0, 0.4);

}



.news_list{

	width: 100%;

	position: relative;

}



.news_list ul{

	display: flex;

	width: 100%;

	flex-wrap: wrap;

}



.news_list ul li{

	width: 23.5%;

	position: relative;

	margin-right: 2%;

	margin-bottom: 1.5vw;

	-webkit-transition-delay: 0.2s;

	height: 400px; /* 统一li高度 */

}

.news_list ul li:nth-child(2n){

	-webkit-transition-delay: 0.4s;

}

.news_list ul li:nth-child(3n){

	-webkit-transition-delay: 0.6s;

}

.news_list ul li:nth-child(4n){

	margin-right: 0%;

	-webkit-transition-delay: 0.8s;

}



.news_list ul li a::after,.news_focus .focus_left a::after,.news_focus .focus_right a::after,.newsSwiper a::after{

	width: 0%;

	position: absolute;

	left: 0%;

	bottom: 0%;

	height: 3px;

	content: '';

	-webkit-transition: all .5s;

	background: #e60012;

	border-radius: 0 0 12px 12px;

}



.news_list ul li a:hover::after,.news_focus .focus_left a:hover::after,.news_focus .focus_right a:hover::after,.newsSwiper a:hover::after{

	width: 100%;

}



.newsSwiper a:hover .pic{

	-webkit-transform: scale(1.1);

}



.newsSwiper a:hover .name{

	color: #e60012;

}



.news_list ul li a{

	padding:20px 15px;

	position: relative;

	background: #fff;

	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);

	border-radius: 12px;

	overflow: hidden;

	display: flex;

	flex-direction: column;

	height: 100%;

	box-sizing: border-box;

}



.news_list ul li a .time{

	position: relative;

	color: rgba(0, 0, 0, 0.4);

	line-height: 1;

	margin-bottom: 10px;

}



.news_list ul li a .time b{

	display: block;

	position: relative;

	font-size: 32px;

	font-family: montserrat;

	line-height: 1;

}



.news_list ul li a .time p{

	    font-size: 12px;

}



.news_list ul li a .thum{

	margin-bottom: 15px;

}



.news_list ul li a .name{

	font-size: 16px;

	margin-bottom: 5px;

	min-height: 55px;

	flex: 1;

	display: flex;

	align-items: flex-start;

}



.news_list ul li a .des{

	color: rgba(0, 0, 0, 0.4);

	margin-bottom: 5px;

	padding-right: 40px; /* 为右侧图标留出空间 */

}



.news_list ul li a .icon{

	position: absolute;

	right: 15px;

	bottom: 20px;

	width: auto;

	font-size: 28px;

	line-height: 30px;

	opacity: .4;

}



.mouse_icon{

	width: 150px;

	height: auto;

	position: absolute;

	right: 3%;

	bottom: 10%;

	color: rgba(255, 255, 255, .5);

	text-align: center;

}

.mouse_icon p{

	font-size: 12px;

	display: block;

	margin-bottom: 10px;

}

.mouse_icon .mouse{

	width: 30px;

	height: auto;

	margin: 0px auto;

	position: relative;

}



.mouse_icon .mouse img{

	-webkit-animation: upAnimate 2s ease infinite;

}



@-webkit-keyframes upAnimate{

	0%,100%{

		-webkit-transform: translateY(-4px);

	}

	50%{

		-webkit-transform: translateY(4px);

	}

}



.mouse_icon .icon{

	width: 18px;

	margin: 0px auto;

}



.mouse_icon .icon img{

	-webkit-animation: upAnimate2 2s ease infinite;

} 



@-webkit-keyframes upAnimate2{

	0%,100%{

		-webkit-transform: translateY(-1px);

	}

	50%{

		-webkit-transform: translateY(3px);

	}

}



.hornor_box .sub_name{

	margin-bottom: 5vw;

}



.honor_tips{

	width: 60%;

	height: auto;

	position: absolute;

	right: 0%;

	top: 0%;

	color: #fff;

}



.honor_tips p{

	margin-bottom: 15px;

	position: relative;

	line-height: 20px;

	padding-left: 15px;

}



.honor_tips p::after{

	width: 8px;

	height: 8px;

	content: '';

	background: #fff;

	border-radius: 50%;

	position: absolute;

	left: 0%;

	top: 6px;

}



.menu_btn {
    position: absolute;
    right: 0px;
    display: none;
    width: 60px;
    height: 60px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: #e60012;
    color: transparent;
    border: none;
}

.menu_btn span {
    top: 29px;
    left: 20px;
    width: 20px;
}

.menu_btn span, .menu_btn span:after, .menu_btn span:before {
    position: absolute;
    height: 2px;
    background-color: #fff;
    border-radius: 1px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.menu_btn span:after, .menu_btn span:before {
    content: "";
    left: 0;
    -webkit-transform: translateY(0px) rotate(0deg);
}

.menu_btn span:before {
    top: -6px;
    width: 14px;
}

.menu_btn span:after {
    top: 6px;
    width: 12px;
}

.menu_btn.active span {
    background-color: transparent;
}

.menu_btn.active span:before {
    -webkit-transform: translateY(6px) rotate(-45deg);
}

.menu_btn.active span:after {
    -webkit-transform: translateY(-6px) rotate(45deg);
}

.menu_btn.active span:after, .menu_btn.active span:before {
    width: 20px;
}



video{

	object-fit: cover;

	width: 100%;

	display: block;

	position: absolute;

	top: 50%;

	-webkit-transform: translateY(-50%);

}





@media screen and (max-width: 1650px) {

	.nav ul li:nth-child(3) .secondLab{

		width: 140%;

		left: -20%;

	}

}





@media screen and (max-width: 1600px) {

	.nav ul li .secondLab::before {

		width: 80px;

		height: 10px;

		margin-left: -40px;

	}



	.nav ul li:hover .secondLab::before {

		top: -9px;

	}



	.nav ul li:hover .secondLab {

		top: 50px;

	}



	.service_nav{

		width: 90%;

		left: 5%;

	}

	

	.service_nav a .name b {

		font-size: 16px;

	}



	.total_num {

		left: -1%;

	}

}

@media screen and (max-width: 1440px) {

	.nav {

	    width: calc(100% - 350px);

	    position: relative;

	}

	.nav ul li .firstLab{

		font-size: 16px;

	}

	.nav ul li .secondLab{

		font-size: 14px;

		padding: 10px 5px;

	}

	.nav ul li .secondLab a{

		line-height: 30px;

	}

	

	.logo{

		width: 120px; /* 中等屏幕下的logo尺寸 */

		height: 38px;

	}

	.nav ul li .secondLab::before {

	    width: 60px;

	    height: 7.5px;

	    margin-left: -30px;

	}

	.nav ul li:hover .secondLab::before {

	    top: -7.5px;

	}

	.f_nav ul li a{

		font-size: 12px;

	}

	/* .in_left{

		width: 275px;

	}

	.in_right {

	    width: calc(100% - 325px);

	}

	.in_left a{

		padding-left: 50px;

	}

	.in_left a b{

		font-size: 18px;

	}

	.in_left a:hover, .in_left a.active {

	    color: #e60012;

	    padding-left: 60px;

	}

	.in_left a::after{

		top: 20px;

	}

	.in_left a:hover::after, .in_left a.active::after {

	    left: 15px;

		opacity: 1;

		width: 30px;

		height: 23px;

		top: 20px;

	} */

	.service_nav a .title b{

		font-size: 16px;

	}

}

/* ==================== 园区优势页面样式 ==================== */
.breadcrumb_nav {
    background: #f8f9fa;
    padding: 20px 0;
    border-bottom: 1px solid #e9ecef;
}

.breadcrumb_nav .w1400 {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #6c757d;
}

.breadcrumb_nav a {
    color: #6c757d;
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumb_nav a:hover {
    color: #e60012;
}

.breadcrumb_nav span {
    margin: 0 10px;
}

.breadcrumb_nav .current {
    color: #e60012;
    font-weight: 500;
}

.advantages_page {
    position: relative;
}

.advantages_details {
    background: #fff;
    position: relative;
}

/* 确保园区优势页面的boxes容器允许背景溢出 */
.advantages_page .boxes {
    overflow: visible;
}

.advantage_detail {
    padding: 80px 0;
    border-bottom: 1px solid #f0f0f0;
}

.advantage_detail:last-child {
    border-bottom: none;
}

.advantage_detail:nth-child(even) {
    position: relative;
}

.advantage_detail:nth-child(even)::before {
    content: '';
    position: absolute;
    top: 0;
    left: -50vw;
    right: -50vw;
    bottom: 0;
    background: #f8f9fa;
    z-index: -1;
}

.detail_content h2 {
    font-size: 36px;
    color: #1e1e1e;
    margin-bottom: 50px;
    text-align: center;
    position: relative;
}

.detail_content h2::after {
    content: '';
    width: 60px;
    height: 3px;
    background: #e60012;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
}

.detail_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.detail_text h3 {
    font-size: 24px;
    color: #1e1e1e;
    margin-bottom: 15px;
    margin-top: 30px;
}

.detail_text h3:first-child {
    margin-top: 0;
}

.detail_text p {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 20px;
}

.detail_image {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.detail_image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.detail_image:hover img {
    transform: scale(1.05);
}

/* 移动端响应式 */
@media (max-width: 768px) {
    .breadcrumb_nav {
        padding: 15px 0;
    }

    .advantage_detail {
        padding: 50px 0;
    }

    .detail_content h2 {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .detail_grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .detail_text h3 {
        font-size: 20px;
        margin-top: 20px;
    }

    .detail_text p {
        font-size: 14px;
    }

    .detail_image img {
        height: 250px;
    }
}

@media screen and (max-width: 1365px) {

	.nav {

	    width: calc(100% - 300px);

	    position: relative;

	}

}







@media screen and (max-width:1024px){

	.menu_btn {

		display: block;

	}

	.nav{

		height: calc(100vh - 60px);

		position: fixed;

		left: 0px;

		top: 60px; /* 与header高度一致 */

		display: block;

		width: 100%;

		background: #fff;

		-webkit-transition: all .5s;

		opacity: 0;

		visibility: hidden;

		pointer-events: none;

	}

	.header{

		background: #fff; /* 移动端header白色背景 */

		background-image: none !important; /* 确保没有背景图片或渐变 */

		padding: 0 3%; /* 移除上下padding，使用固定高度 */

		box-shadow: none; /* 移除移动端header阴影 */

		height: 60px; /* 固定高度与menu_btn一致 */

		display: flex; /* 使用flex布局 */

		align-items: center; /* 确保内容垂直居中 */

		justify-content: space-between; /* 左右分布 */

	}

	/* 移动端header.active状态也移除阴影 */
	.header.active {
		box-shadow: none !important;
		background: #fff !important;
		background-image: none !important; /* 确保没有背景图片或渐变 */
		height: 60px; /* 保持一致高度 */
		padding: 0 3% !important; /* 保持一致padding */
		display: flex !important; /* 确保flex布局 */
		align-items: center !important; /* 垂直居中 */
	}

	/* 移动端header文字颜色设置为深色 */
	.header a,
	.header span {
		color: #3e3e3e !important;
	}

	/* 确保移动端header没有任何渐变或特殊背景 */
	.header,
	.header.active {
		background-image: none !important;
		background-attachment: initial !important;
		background-size: initial !important;
		background-position: initial !important;
		background-repeat: initial !important;
		background-origin: initial !important;
		background-clip: initial !important;
		filter: none !important;
	}

	.logo{

		width: 120px; /* 移动端增加宽度适应长方形logo */

		height: 36px; /* 设置移动端高度 */

		display: flex; /* 使用flex布局 */

		align-items: center; /* 垂直居中 */

		justify-content: center; /* 水平居中 */

	}

	/* 移动端搜索框样式 */
	.search_container {
		margin-right: 60px;
	}

	.search_box_pc {
		display: none;
	}

	.search_icon_mobile {
		display: block;
		font-size: 16px;
	}

	.search_box_mobile {
		display: block;
	}

	/* 搜索结果页面移动端样式 */
	.search_results_container {
		padding: 20px 10px;
	}

	.search_info {
		flex-direction: column;
		align-items: flex-start;
		padding: 20px;
	}

	.search_keyword,
	.search_count {
		font-size: 14px;
	}

	.search_result_item {
		padding: 20px;
	}

	.result_title a {
		font-size: 18px;
	}

	.result_meta {
		flex-direction: column;
		align-items: flex-start;
		gap: 8px;
	}

	.result_link {
		text-align: left;
	}

	.no_results {
		padding: 40px 20px;
	}

	.no_results_icon {
		font-size: 36px;
	}

	.no_results_text h3 {
		font-size: 20px;
	}

	.header.active .logo {

	    width: 100px; /* 移动端激活状态保持相同尺寸 */

	    height: 30px;

	}



	.total_num{

		display: none;

	}

	.banner-swiper .swiper-pagination{

		text-align: center;

	}

	.banner-swiper .swiper-pagination-bullet{

		width: 45px;

		height: 2px;

	}

	.banner-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active{

		height: 5px;

	}

	.slides{

		height: calc(100vh - 60px);

		position: relative;

		margin-top: 60px;

	}

	.slide_txt {

	    width: 80%;

		left: 10%;

		top: 15%;

	}

	.slide_txt .p1{

		font-size: 8vw;

		margin-bottom: 3vw;

	}

	.slide_txt .p2 .b{

		font-size: 5vw;

		margin-bottom: 3vw;

	}

	.service_nav{

		display: none;

	}

	.service_swiper .info {

	    width: 90%;

	    left: 5%;

		top: auto;

		bottom: 15vh;

		-webkit-transition: all .8s ease .5s;

		-webkit-transform: translateY(50px);

		opacity: 0;

	}

	.swiper-slide-active .service_swiper .swiper-slide-active .info {

		-webkit-transform: translateY(0px);

		opacity: 1;

	}

	.service_swiper .info .name{

		font-size: 7vw;

	}

	.service_swiper .info .des{

		font-size: 14px;

		margin-bottom: 15vw;

	}

	.dm_more {

	    width: 130px;

	    height: 42px;

		line-height: 40px;

	}

	.slides .slide,.slide1 .swiper-slide,.service_swiper{

		height: calc(100vh - 60px);

	}

	.service_swiper .swiper-pagination{

		display: block;

		bottom: 5%;

		text-align: left;

		padding-left: 5%;

	}

	.swiper-pagination-bullet{

		background: #fff;

	}

	.swiper-pagination-bullet-active{

		background: #fff;

	}

	.service_swiper .swiper-slide .pic::after{

		width: 100%;

		height: 70%;

		position: absolute;

		left: 0%;

		bottom: 0%;

		content: '';

		background: linear-gradient(-180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .95));

	}

	.commom_title b {

	    font-size: 7vw;

		margin-bottom: 10vw;

	}

	.commom_title p{

		font-size: 14px;
		margin-bottom: 30px;
        margin-top: 30px;

	}

	.w1400{

		width: 90%;

	}

	.common_top{

		margin-bottom: 5vw;

	}

	.newsSwiper a .des{

		display: none;

	}

	.newsSwiper a .name{

		min-height: 82px;

		-webkit-line-clamp: 3;

	}

	.slide4 .intro_right,.slide4 .intro_left{

		width: 100%;

	}

	.slide4 .w1400{

		flex-wrap: wrap;

	}

	.nums ul li .l{

		font-size: 10vw;

		width: 20vw; /* 从14vw增加到20vw，支持三位数显示 */

	}

	.nums ul{

		width: 100%;

		display: flex;

		flex-wrap: wrap;

	}

	.nums ul li{

		width: 50%;

	}

	.nums ul li .t{

		font-size: 16px;

	}

	.nums ul li .b{

		font-size: 12px;

	}

	.intro_right{

		display: none;

	}

	.m_intro_map{

		display: block;

		width: 100%;

		margin-left: 0%;

	}

	

	.intro_left .dm_more{

		margin-top: 5vw;

	}

	.nums{

		margin-top: 5vw;

	}

	.f_nav{

		display: none;

	}

	.f_tel_ele a{

		font-size: 5vw;

	}

	.f_ewm{

		width: 115px;

	}

	.copyright{

		line-height: 1.7;

	}

	.f_tel_ele{

		margin-bottom: 3vw;

	}

	.f_tel_ele:last-child{

		margin-bottom: 0vw;

	}

	.common_top.mb1 {

	    margin-bottom: 5vw;

	}

	.partner ul li{

		width: 48%; /* 改为一行两个 */

		margin-right: 4%; /* 增加间距 */

		margin-bottom: 2vw; /* 减少底部间距，确保在一个slide内完全展示 */

	}

	.partner ul li:nth-child(6n){

		margin-right: 4%; /* 重置6n的间距 */

	}

	.partner ul li:nth-child(3n){

		margin-right: 4%; /* 重置3n的间距 */

	}

	.partner ul li:nth-child(2n){

		margin-right: 0%; /* 每行第二个元素无右边距 */

	}

	/* 移动端合作伙伴优化样式 */
	.partner ul li .thum {

		height: 14vh; /* 增加高度与企业名称卡片保持一致 */
		min-height: 80px; /* 设置最小高度 */

		border-radius: 8px; /* 圆角 */

		overflow: hidden;

		box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.05); /* 减轻阴影效果 */

	}

	.partner ul li .thum .pic {

		background-size: contain;

		background-position: center center;

		background-repeat: no-repeat;

	}

	/* 移动端企业名称卡片样式 */
	.partner ul li .enterprise_name_card {
		height: 14vh; /* 增加高度以完整展现企业名称 */
		min-height: 80px; /* 设置最小高度确保在小屏幕上也有足够空间 */
	}

	.partner ul li .enterprise_name_card .enterprise_icon i {
		font-size: 16px;
	}

	.partner ul li .enterprise_name_card .enterprise_name_text {
		font-size: 13px;
		padding: 0 6px;
		line-height: 1.5; /* 增加行高让文字更舒适 */
	}

	.partner ul li .enterprise_name_card .card_decoration {
		width: 25px;
		bottom: 8px; /* 稍微调整位置 */
	}

	/* 移动端只显示前10个企业 */
	.partner ul li:nth-child(n+9) {

		display: none;

	}

	.slides .slide.slide5 .bg{

		background-position: 65% 50%;

	}

	.brands{

		width: 65%;

		left: 30%;

	}

	.brands .list{

		margin-top: 5vw;

		display: flex;

		flex-wrap: wrap;

	}

	.brands .list a{

		margin-bottom: 2vw;

	}

	.nav.active {

	    opacity: 1;

	    visibility: visible;

		pointer-events: auto;

	}

	.nav ul{

		flex-wrap: wrap;

		position: absolute;

		top: 50%;

		-webkit-transform: translateY(-50%);

		padding: 0px 5%;

	}

	.nav ul li{

		width: 100%;

		display: flex;

		border-bottom: 1px solid rgba(0,0,0,.1);

		padding-bottom: 10px;

		margin-bottom: 10px;

		

		-webkit-transform: translateY(50px);

		opacity: 0;

	}

	.nav.active ul li{

		-webkit-transition: all .6s;

		-webkit-transform: translateY(0px);

		opacity: 1;

	}

	.nav.active ul li:nth-child(2){

		-webkit-transition: all .6s ease .05s;

	}

	.nav.active ul li:nth-child(3){

		-webkit-transition: all .6s ease .1s;

	}

	.nav.active ul li:nth-child(4){

		-webkit-transition: all .6s ease .15s;

	}

	.nav.active ul li:nth-child(5){

		-webkit-transition: all .6s ease .2s;

	}

	.nav.active ul li:nth-child(6){

		-webkit-transition: all .6s ease .25s;

	}

	.nav.active ul li:nth-child(7){

		-webkit-transition: all .6s ease .3s;

	}

	.nav.active ul li:nth-child(8){

		-webkit-transition: all .6s ease .35s;

	}

	.header a{

		color: #3e3e3e;

	}

	.nav ul li .secondLab {

	    font-size: 14px;

	    padding: 0px;

		width: calc(100% - 100px);

	    position: relative;

	    top: 0px;

	    opacity: 1;

	    visibility: visible;

	    box-shadow: none;

		display: flex;

		flex-wrap: wrap;

	}

	.nav ul li .secondLab a{

		width: auto;

		margin-right: 10px;

	}

	.nav ul li .secondLab a:last-child{

		margin-right: 0px;

	}

	.nav ul li .firstLab {

	    font-size: 16px;

	    width: 100px;

		text-align: left;

		line-height: 30px;

		font-weight: bold;

		padding-left: 9px;

	}

	.nav ul li:nth-child(3) .secondLab {

	    width: calc(100% - 100px);

	    left: 0%;

	}

	.nav ul li .firstLab::after{

		width: 3px;

		height: 20px;

		position: absolute;

		left: 0%;

		top: 5px;

		content: '';

		background: #3e3e3e;

	}

	.f_tel{

		width: calc(100% - 135px);

	}

	.newsSwiper{

		padding-bottom: 20px;

	}

	.newsSwiper .swiper-pagination-progressbar{

		background: rgba(0,0,0,.02);

	}

	.nav ul li:hover .secondLab {

	    top: 0px;

	}

	.sub_banner{

		margin-top: 60px;

		height: 50vh;

	}

	.mouse_icon{

		display: none;

	}

	.slogan{

		width: 90%;

		left: 5%;

	}

	.slogan .cn{

		font-size: 6vw;

	}

	.slogan .en{

		font-size: 10vw;

	}

	.boxes{

		padding: 15vw 0px;

		overflow: hidden;

	}

	.about_box{

		flex-wrap: wrap;

	}

	.about_box .left{

		width: 100%;

		font-size: 7vw;

		line-height: 1;

		margin-bottom: 3vw;

	}

	.about_box .right{

		width: 100%;

	}

	.about_box .left .n:nth-child(2),.about_box .left .n:nth-child(3){

		width: auto;

		display: inline-block;

	}

	.sub_name p{

		font-size: 7vw;

		padding-bottom: 15px;

		margin-bottom: 3vw;

	}

	.history_list ul li .year{

		width: 25%;

		top: 0%;

	}

	.history_list ul li .info{

		width: 65%;

	}

	.history_list .line{

		left: 30%;

	}

	.history_list .dot,.history_list ul li::after{

		left: 30%;

	}

	.history_list ul li .info .name{

		font-size: 16px;

	}

	.honor_tips{

		width: 100%;

		position: relative;

		margin-bottom: 5vw;

	}

	.honorSwiper .swiper-slide:nth-child(odd) {

	    top: 0px;

	}

	.honor_tips p{

		margin-bottom: 10px;

	}

	.honorSwiper .name{

		font-size: 14px;

		margin-top: 10px;

	}

	.honorSwiper {

	    padding-bottom: 50px;

	}

	.honor_page .swiper-button-next, .honor_page .swiper-button-prev{

		width: 40px;

		height: 40px;

	}

	.honor_page{

		height: 40px;

		bottom: 0px;

	}

	.honor_line{

		width: 2000px;

		height: 32px;

	}

	.in_left{

		display: none;

	}

	.in_right{

		width: 100%;

		margin-bottom: 0px;

	}

	.in_right_row{

		margin-bottom: 15vw;

	}

	.case_nav a{

		width: 110px;

		height: 85px;

		margin: 0px 8px;

	}

	/* 移动端图标调整 */
	.case_nav a .nav-icon {

		font-size: 22px;

		margin-bottom: 6px;

	}

	.case_nav a:hover, .case_nav a.active {

	    background: #e60012;

	    border-color: #e60012;

	    box-shadow: 0 6px 20px rgba(230, 0, 18, 0.25);

	    transform: translateY(-1px);

	}

	.case_nav a p{

		font-size: 12px;

		font-weight: 500;

	}

	.case_nav{

		margin-bottom: 5vw;

	}

	.case_list ul li{

		width: 48%;

		margin-bottom: 3vw;

		margin-right: 4%;

	}

	.case_list ul li:nth-child(3n){

		margin-right: 4%;

	}

	.case_list ul li:nth-child(2n){

		margin-right: 0%;

	}

	.case_list ul li a{

		padding: 0px;

	}

	.case_list ul li a .name{

		padding: 15px 15px 10px;

		margin-bottom: 0px;

	}

	.case_list ul li a .name .time{

		font-size: 14px;

	}

	.case_list ul li a .name .title{

		font-size: 4vw;

		text-overflow: initial;

		white-space: inherit;

	}

	.detail_top .w100{

		width: 90%;

	}

	.detail_top{

		padding: 150px 0px 25px;

	}

	.detail_top .title{

		font-size: 6vw;

	}

	.detail_top .info{

		margin-top: 1vw;

		font-size: 12px;

	}

	.detail_box{

		padding: 5vw;

		width: 100%;

	}

	.detail_box .dpr{

		display: none;

	}

	.detail_box .dpl{

		width: 100%;

	}

	.ndc_npnews{

		flex-wrap: wrap;

	}

	.ndc_npnews .post_next, .ndc_npnews .post_prev{

		font-size: 12px;

		width: 100%;

		padding: 10px;

		margin-bottom: 5px;

	}

	.ndc_npnews .post_next .icon, .ndc_npnews .post_prev .icon {

	    width: 44px;

	}

	.ndc_npnews .post_next .name, .ndc_npnews .post_prev .name {

	    width: calc(100% - 44px);

	}

	.news_focus{

		flex-wrap: wrap;

		height: auto;

	}

	.news_focus .focus_left{

		width: 100%;

		margin-bottom: 5vw;

		height: 280px; /* 移动端固定高度 */

	}

	.news_focus .focus_left a{

		padding: 10px;

		height: 100%;

		display: flex;

		flex-direction: column;

		box-sizing: border-box;

	}

	.news_focus .focus_left a .info .time b{

		font-size: 30px;

	}

	.news_focus .focus_left a .info .time p{

		font-size: 12px;

	}

	.news_focus .focus_left a .info .time .mark{

		display: none;

	}

	.news_focus .focus_left a .info .time{

		width: 70px;
		margin-top: 15px;

	}

	.news_focus .focus_left a .info .title {

	    width: calc(100% - 70px);

		padding-left: 10px;

	}

	.news_focus .focus_left a .info .title .name{

		font-size: 16px;

	}

	.news_focus .focus_left a .info{

		margin-top: 10px;

		margin-bottom: 0px;

	}

	.news_focus .focus_right{

		width: 100%;

		height: 580px; /* 移动端固定高度，两个项目总高度 */

		flex-direction: column;

		justify-content: space-between;

	}

	.news_focus .focus_right a{

		padding: 10px;

		height: calc(50% - 2.5vw); /* 移动端每个项目固定高度 */

		display: flex;

		flex-direction: column;

		box-sizing: border-box;

	}

	/* 移动端图片容器调整 */
	.news_focus .focus_left a .thum{

		height: 160px; /* 移动端固定图片高度 */

		flex-shrink: 0;

	}

	.news_focus .focus_right a .thum{

		height: 160px; /* 移动端固定图片高度 */

		flex-shrink: 0;

	}

	/* 移动端信息区域调整 */
	.news_focus .focus_left a .info{

		flex: 1;

		margin-top: 10px;

	}

	.news_focus .focus_right a .info{

		flex: 1;

		margin-top: 8px;

	}





.gallery_item {
	position: relative;
	border-radius: 15px;
	overflow: hidden;
	cursor: pointer;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.gallery_item.large {
	grid-row: 1 / 3;
}

.gallery_item:nth-child(2) {
	grid-column: 2;
	grid-row: 1;
}

.gallery_item:nth-child(3) {
	grid-column: 3;
	grid-row: 1;
}

.gallery_item:nth-child(4) {
	grid-column: 2 / 4;
	grid-row: 2;
}

.item_image {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: transform 0.4s ease;
}

.item_overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), rgba(230, 0, 18, 0.4));
	opacity: 0;
	transition: all 0.4s ease;
	display: flex;
	align-items: flex-end;
	padding: 25px;
}

.item_content {
	color: #fff;
	transform: translateY(20px);
	transition: transform 0.4s ease;
}

.item_content h3 {
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 8px 0;
	line-height: 1.2;
}

.item_content p {
	font-size: 14px;
	margin: 0 0 15px 0;
	opacity: 0.9;
	line-height: 1.4;
}

.view_btn {
	width: 40px;
	height: 40px;
	background: rgba(255, 255, 255, 0.2);
	border: 2px solid rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	backdrop-filter: blur(10px);
}

.view_btn i {
	font-size: 16px;
	color: #fff;
}

.gallery_item:hover .item_image {
	transform: scale(1.1);
}

.gallery_item:hover .item_overlay {
	opacity: 1;
}

.gallery_item:hover .item_content {
	transform: translateY(0);
}

.gallery_item:hover .view_btn {
	background: rgba(255, 255, 255, 0.3);
	border-color: rgba(255, 255, 255, 0.5);
	transform: scale(1.1);
}

.gallery_item:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}







/* 分页样式 - 简化结构，只有数字按钮，覆盖common.css */
#page {

	display: flex !important;

	justify-content: center !important;

	align-items: center !important;

	text-align: center !important;

	margin-top: 3vw !important;

}

/* 数字分页链接样式 */
#page .page-num {

	display: inline-block !important;

	width: 35px !important;

	height: 25px !important;

	color: #3e3e3e !important;

	font-size: 12px !important;

	line-height: 25px !important;

	text-align: center !important;

	margin: 0 6px !important;

	text-decoration: none !important;

	-webkit-transition: all .4s !important;

	transition: all .4s !important;

	border-radius: 3px !important;

	background: transparent !important;

	border: none !important;

	padding: 0 !important;

}

/* 悬停效果 */
#page .page-num:hover {

	background-color: #e60012 !important;

	color: #fff !important;

}

/* 当前页样式 */
#page .page-num-current {

	background-color: #e60012 !important;

	color: #fff !important;

}

#page .page-num-current:hover {

	background-color: #e60012 !important;

	color: #fff !important;

}

	/* 平板设备显示一行两个 */
	.news_list ul li{

		width: 49%;

		margin-right: 2%;

		margin-bottom: 3vw;

		height: 350px;

	}

	.news_list ul li:nth-child(2n){

		margin-right: 0%;

	}

	.news_list ul li:nth-child(3n){

		margin-right: 2%;

	}

	.news_list ul li:nth-child(4n){

		margin-right: 0%;

	}

	/* 移动端分页样式调整 - 简化结构 */
	#page {

		margin-top: 5vw;

	}

	#page .page-num {

		width: 30px;

		height: 22px;

		font-size: 11px;

		line-height: 22px;

		margin: 0 4px;

	}

}

/* 入驻企业页面样式 */
.enterprises_container {
    width: 100%;
    position: relative;
}

.section_title {
    text-align: center;
    margin-bottom: 60px;
}

.section_title .sub_name {
    margin-bottom: 15px;
}

.section_title .sub_name p {
    font-size: 36px;
    font-weight: bold;
    color: #1e1e1e;
}

.section_title .sub_desc p {
    font-size: 16px;
    color: #666;
    opacity: 0.8;
}

.enterprises_grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-bottom: 60px;
}

.enterprise_card {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
}

.enterprise_card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.enterprise_card .card_image {
    width: 100%;
    height: 160px;
    overflow: hidden;
    position: relative;
}

.enterprise_card .card_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.enterprise_card:hover .card_image img {
    transform: scale(1.05);
}

/* 企业名称显示样式 - 简约风格 */
.enterprise_name_display {
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    border: 1px solid #f0f0f0;
}

.enterprise_name_display .enterprise_icon {
    margin-bottom: 8px;
    opacity: 0.6;
}

.enterprise_name_display .enterprise_icon i {
    font-size: 18px;
    color: #e60012;
}

.enterprise_name_display .name_text {
    font-family: 'Microsoft YaHei', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #1a1a2e;
    text-align: center;
    line-height: 1.4;
    position: relative;
    z-index: 2;
    padding: 0 15px;
    max-width: 90%;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.enterprise_name_display .name_decoration {
    width: 30px;
    height: 2px;
    background: linear-gradient(135deg, #e60012, #ff4444);
    margin-top: 8px;
    border-radius: 1px;
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
}

.enterprise_card:hover .enterprise_name_display {
    background: #f9f9f9;
}

.enterprise_card:hover .enterprise_name_display .enterprise_icon i {
    color: #cc0010;
}

.enterprise_card:hover .enterprise_name_display .name_decoration {
    width: 40px;
    background: linear-gradient(135deg, #cc0010, #e60012);
}

.enterprise_card .card_content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    height: calc(100% - 160px);
}

.enterprise_card .enterprise_name {
    font-size: 18px;
    font-weight: 600;
    color: #1e1e1e;
    margin-bottom: 10px;
    line-height: 1.3;
}

.enterprise_card .enterprise_type {
    font-size: 14px;
    color: #e60012;
    margin-bottom: 12px;
    font-weight: 500;
}

.enterprise_card .enterprise_desc {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex: 1;
}

.enterprise_card .enterprise_info {
    margin-bottom: 15px;
}

.enterprise_card .info_item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 6px;
    font-size: 13px;
}

.enterprise_card .info_item .label {
    color: #999;
    margin-right: 8px;
    min-width: 70px;
    flex-shrink: 0;
}

.enterprise_card .info_item .value {
    color: #333;
    font-weight: 500;
    flex: 1;
}

.enterprise_card .card_footer {
    border-top: 1px solid #f0f0f0;
    padding-top: 15px;
    margin-top: auto;
}

.enterprise_card .view_detail {
    display: inline-block;
    padding: 8px 18px;
    background: #e60012;
    color: #fff;
    border-radius: 6px;
    font-size: 13px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 500;
}

.enterprise_card .view_detail:hover {
    background: #cc0010;
    transform: translateY(-1px);
    color: #fff;
}

/* 明星企业页面样式 */
.star_enterprises_container {
    width: 100%;
    position: relative;
}

.star_enterprises_list {
    margin-bottom: 60px;
}

.star_enterprise_item {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    margin-bottom: 40px;
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
}

.star_enterprise_item:hover {
    transform: translateY(-3px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
}

.star_enterprise_item .enterprise_banner {
    width: 100%;
    height: 250px;
    position: relative;
    overflow: hidden;
}

.star_enterprise_item .enterprise_banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.star_enterprise_item:hover .enterprise_banner img {
    transform: scale(1.03);
}

.star_enterprise_item .star_badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: linear-gradient(135deg, #ffd700, #ffed4e);
    color: #333;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: bold;
    display: flex;
    align-items: center;
    box-shadow: 0 5px 15px rgba(255, 215, 0, 0.3);
}

.star_enterprise_item .star_badge i {
    margin-right: 5px;
    color: #ff6b35;
}

.star_enterprise_item .enterprise_content {
    padding: 30px;
}

.star_enterprise_item .enterprise_header {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}

.star_enterprise_item .enterprise_logo {
    width: 80px;
    height: 80px;
    border-radius: 15px;
    overflow: hidden;
    margin-right: 20px;
    flex-shrink: 0;
    border: 2px solid #f0f0f0;
}

.star_enterprise_item .enterprise_logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.star_enterprise_item .enterprise_basic {
    flex: 1;
}

.star_enterprise_item .enterprise_name {
    font-size: 24px;
    font-weight: bold;
    color: #1e1e1e;
    margin-bottom: 8px;
    line-height: 1.3;
}

.star_enterprise_item .enterprise_type {
    font-size: 16px;
    color: #e60012;
    margin-bottom: 12px;
    font-weight: 500;
}

.star_enterprise_item .enterprise_tags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.star_enterprise_item .tag {
    background: #f8f9fa;
    color: #666;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 12px;
    border: 1px solid #e9ecef;
}

.star_enterprise_item .enterprise_description {
    margin-bottom: 25px;
}

.star_enterprise_item .enterprise_description p {
    font-size: 15px;
    color: #555;
    line-height: 1.7;
}

.star_enterprise_item .enterprise_highlights {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 12px;
}

.star_enterprise_item .highlight_item {
    text-align: center;
}

.star_enterprise_item .highlight_label {
    font-size: 12px;
    color: #999;
    margin-bottom: 5px;
}

.star_enterprise_item .highlight_value {
    font-size: 16px;
    font-weight: bold;
    color: #e60012;
}

.star_enterprise_item .enterprise_actions {
    display: flex;
    gap: 15px;
    align-items: center;
}

.star_enterprise_item .btn_detail,
.star_enterprise_item .btn_contact {
    padding: 12px 25px;
    border-radius: 25px;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 500;
}

.star_enterprise_item .btn_detail {
    background: linear-gradient(135deg, #e60012, #ff4444);
    color: #fff;
}

.star_enterprise_item .btn_detail:hover {
    background: linear-gradient(135deg, #cc0010, #e60012);
    transform: translateY(-1px);
    color: #fff;
}

.star_enterprise_item .btn_contact {
    background: #fff;
    color: #e60012;
    border: 2px solid #e60012;
}

.star_enterprise_item .btn_contact:hover {
    background: #e60012;
    color: #fff;
    transform: translateY(-1px);
}

.pagination_wrapper {
    text-align: center;
    margin-top: 50px;
}

/* 企业详情页样式 */
.enterprise_detail_container {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 20px;
}

.enterprise_overview {
    display: flex;
    align-items: flex-start;
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    margin-bottom: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border: 1px solid #f0f0f0;
}

.overview_left {
    display: flex;
    align-items: center;
    flex: 1;
}

.enterprise_logo {
    width: 120px;
    height: 120px;
    border-radius: 15px;
    overflow: hidden;
    margin-right: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
}

.enterprise_logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 企业文字头像 */
.enterprise_avatar {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.enterprise_avatar .avatar_text {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
    letter-spacing: 4px;
    z-index: 2;
    position: relative;
    font-family: 'Microsoft YaHei', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
    line-height: 1.4;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-align: center;
}

.enterprise_basic_info {
    flex: 1;
}

/* 企业名称区域 */
.enterprise_name_section {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
}

.enterprise_name {
    font-size: 28px;
    font-weight: bold;
    color: #1e1e1e;
    margin: 0;
    line-height: 1.3;
}

/* 明星企业星星图标 */
.enterprise_name_section .fas.fa-star {
    color: #ffd700;
    font-size: 24px;
    margin-left: 10px;
    text-shadow:
        0 2px 4px rgba(255, 215, 0, 0.6),
        0 0 8px rgba(255, 215, 0, 0.4);
    animation: starGlow 2s ease-in-out infinite alternate;
    position: relative;
}

.enterprise_name_section .fas.fa-star::before {
    position: relative;
    z-index: 2;
}

@keyframes starGlow {
    0% {
        transform: scale(1);
        text-shadow:
            0 2px 4px rgba(255, 215, 0, 0.6),
            0 0 8px rgba(255, 215, 0, 0.4);
    }
    100% {
        transform: scale(1.1);
        text-shadow:
            0 3px 6px rgba(255, 215, 0, 0.8),
            0 0 15px rgba(255, 215, 0, 0.6);
    }
}

.enterprise_type {
    font-size: 18px;
    color: #e60012;
    margin-bottom: 15px;
    font-weight: 500;
}

.enterprise_tags {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 15px;
}

.enterprise_tags .tag {
    background: #f8f9fa;
    color: #666;
    padding: 6px 15px;
    border-radius: 20px;
    font-size: 13px;
    border: 1px solid #e9ecef;
}

/* 置顶企业标签 */
.enterprise_tags .star_tag {
    background: linear-gradient(135deg, #ffd700, #ffed4e);
    color: #b8860b;
    border: 1px solid #ffd700;
    font-weight: 700;
    box-shadow: 0 3px 12px rgba(255, 215, 0, 0.4);
    animation: tagGlow 2s ease-in-out infinite alternate;
}

@keyframes tagGlow {
    0% {
        box-shadow: 0 3px 12px rgba(255, 215, 0, 0.4);
    }
    100% {
        box-shadow: 0 5px 20px rgba(255, 215, 0, 0.6);
    }
}

.overview_right {
    margin-left: 40px;
}

.contact_info {
    background: #f8f9fa;
    padding: 25px;
    border-radius: 15px;
    min-width: 250px;
}

.contact_item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 14px;
    color: #555;
}

.contact_item:last-child {
    margin-bottom: 0;
}

.contact_item i {
    width: 20px;
    color: #e60012;
    margin-right: 12px;
}

.enterprise_stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}

.stat_item {
    background: #fff;
    padding: 30px 20px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
    border: 1px solid #f0f0f0;
    transition: transform 0.3s ease;
}

.stat_item:hover {
    transform: translateY(-3px);
}

.stat_value {
    font-size: 24px;
    font-weight: bold;
    color: #e60012;
    margin-bottom: 8px;
}

.stat_label {
    font-size: 14px;
    color: #666;
}

.enterprise_content {
    margin-bottom: 50px;
}

.content_section {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    margin-bottom: 25px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
    border: 1px solid #f0f0f0;
}

.content_section h3 {
    font-size: 20px;
    font-weight: bold;
    color: #1e1e1e;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e60012;
    display: inline-block;
}

.content_text {
    font-size: 15px;
    color: #555;
    line-height: 1.8;
}

.content_text p {
    margin-bottom: 15px;
}

.related_enterprises {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
    border: 1px solid #f0f0f0;
}

.related_enterprises h3 {
    font-size: 20px;
    font-weight: bold;
    color: #1e1e1e;
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e60012;
    display: inline-block;
}

.related_list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}

.related_item {
    display: block;
    background: #f8f9fa;
    border-radius: 12px;
    padding: 20px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid #e9ecef;
}

.related_item:hover {
    background: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    color: inherit;
}

.related_image {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 15px;
    border: 2px solid #e9ecef;
}

.related_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.related_name {
    font-size: 16px;
    font-weight: bold;
    color: #1e1e1e;
    margin-bottom: 5px;
    line-height: 1.3;
}

.related_type {
    font-size: 13px;
    color: #e60012;
    font-weight: 500;
}

/* 移动端样式 */
@media screen and (max-width: 768px) {

	.news_list ul li{

		width: 100%;

		margin-right: 0%;

		margin-bottom: 5vw;

		height: auto;

	}

	.news_list ul li a .des,.news_list ul li a .icon{

		display: none;

	}

	.news_list ul li a .name{

		margin-bottom: 0px;

		min-height: auto;

	}

	.news_focus .focus_right a .info .name{

		font-size: 16px;

	}

	.news_focus .focus_right a .info{

		margin-top: 10px;

	}

	.news_list ul li a .thum{

		margin-bottom: 10px;

	}

	.news_list ul li a{

		padding: 10px;

	}

	#page li{

		margin: 0 3px;

		width: 25px;

	}

	.company_box{

		flex-wrap: wrap;

	}

	.company_box .left{

		width: 100%;

		margin-bottom: 5vw;

	}

	.com_list ul li{

		padding:15px 10px;

		margin-bottom: 5vw;

	}

	.sub_words{

		display: none;

	}

	.com_list ul li .img{

		width: 75px;

	}

	.com_list ul li .info{

		width: calc(100% - 85px);

	}

	.company_box .right{

		width: 90%;

		margin-left: 5%;

	}

	.r_zfx a p{

		font-size: 14px;

	}

	.cooperate ul li .name::before{

		display: none;

	}

	.cooperate ul li .name b{

		font-size: 6vw;

	}

	.cooperate ul li .name p{

		font-size: 14px;

	}

	.cooperate ul li:first-child .name{

		margin-bottom: 5vw;

	}

	.cooperate ul li{

		margin-bottom: 10vw;

	}

	.coop_row .row{

		width: 100%;

		margin-bottom: 5vw;

	}

	.coop_row .row .info{

		padding: 10px;

	}

	.coop_row .row .info .title{

		font-size: 4vw;

		margin-bottom: 1vw;

	}

	.coop_row .row .info .des,.coop_sinpge .th .info .des{

		font-size: 14px;

	}

	.cooperate{

		margin-top: 10vw;

	}

	.cooperate ul li .name,.cooperate ul li:last-child .name{

		margin-bottom: 5vw;

	}

	/* 入驻企业移动端样式 */
	.section_title .sub_name p {
		font-size: 6vw;
	}

	.sub_name p::after {
		width: 50px;
		height: 2px;
		bottom: -6px;
	}

	.section_title .sub_desc p {
		font-size: 14px;
	}

	.enterprises_grid {
		grid-template-columns: 1fr;
		gap: 20px;
		margin-bottom: 40px;
	}

	.enterprise_card .card_content {
		padding: 20px;
	}

	.enterprise_card .enterprise_name {
		font-size: 18px;
	}

	.enterprise_card .card_image {
		height: 140px;
	}

	.enterprise_name_display .enterprise_icon i {
		font-size: 16px;
	}

	.enterprise_name_display .name_text {
		font-size: 14px;
		padding: 0 12px;
	}

	.enterprise_name_display .name_decoration {
		width: 25px;
		margin-top: 6px;
	}

	/* 明星企业移动端样式 */
	.star_enterprise_item {
		margin-bottom: 30px;
	}

	.star_enterprise_item .enterprise_banner {
		height: 200px;
	}

	.star_enterprise_item .enterprise_content {
		padding: 20px;
	}

	.star_enterprise_item .enterprise_header {
		flex-direction: column;
		align-items: center;
		text-align: center;
		margin-bottom: 20px;
	}

	.star_enterprise_item .enterprise_logo {
		margin-right: 0;
		margin-bottom: 15px;
	}

	.star_enterprise_item .enterprise_name {
		font-size: 20px;
	}

	.star_enterprise_item .enterprise_highlights {
		grid-template-columns: repeat(2, 1fr);
		gap: 15px;
		padding: 15px;
	}

	.star_enterprise_item .enterprise_actions {
		flex-direction: column;
		gap: 10px;
	}

	.star_enterprise_item .btn_detail,
	.star_enterprise_item .btn_contact {
		width: 100%;
		text-align: center;
	}

	.pagination_wrapper {
		margin-top: 30px;
	}

	/* 企业详情页移动端样式 */
	.enterprise_detail_container {
		padding: 20px 10px;
	}

	.enterprise_overview {
		flex-direction: column;
		padding: 25px 20px;
	}

	.overview_left {
		flex-direction: column;
		align-items: center;
		text-align: center;
		margin-bottom: 25px;
		width: 100%;
	}

	.enterprise_logo {
		width: 100px;
		height: 100px;
		margin: 0 auto 20px auto;
		display: block;
	}

	.enterprise_basic_info {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.enterprise_name_section {
		text-align: center;
	}

	.enterprise_avatar .avatar_text {
		font-size: 24px;
		letter-spacing: 3px;
		line-height: 1.3;
	}

	.enterprise_name {
		font-size: 24px;
	}

	.enterprise_tags {
		justify-content: center;
	}

	/* 置顶企业星星图标移动端样式 */
	.enterprise_name_section .fas.fa-star {
		font-size: 20px;
		margin-left: 8px;
	}

	.overview_right {
		margin-left: 0;
		width: 100%;
	}

	.contact_info {
		min-width: auto;
		padding: 20px;
	}

	.enterprise_stats {
		grid-template-columns: repeat(2, 1fr);
		gap: 15px;
	}

	.stat_item {
		padding: 20px 15px;
	}

	.stat_value {
		font-size: 20px;
	}

	.content_section {
		padding: 20px;
	}

	.content_section h3 {
		font-size: 18px;
	}

	.related_enterprises {
		padding: 20px;
	}

	.related_list {
		grid-template-columns: 1fr;
		gap: 15px;
	}

	.related_item {
		padding: 15px;
	}

	.coop_sinpge{

		flex-wrap: wrap;

	}

	.coop_sinpge .thum{

		width: 100%;

		height: 15vh;

		-webkit-transform: scaleY(1);

	}

	.coop_sinpge .th{

		width: 100%;

		padding: 20px;

	}

	.coop_row{

		flex-wrap: wrap;

	}

	.coop_sinpge .th .info .title{

		font-size: 4vw;

		margin-bottom: 1vw;

	}

	.map{

		display: none;

	}

	.contact_box {

	    width: 90%;

	    position: relative;

	    margin-left: 5%;

	    margin-top: 0vw;

	    margin-bottom: 0vw;

	    background: #fff;

	    padding: 20px;

	    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);

	    border-radius: 5px;

	}

	.contact_box .name b{

		font-size: 10vw;

	}

	.contact_box .list ul li .num{

		font-size: 7vw;

		width: 9vw;

	}

	.contact_box .list ul li .info{

		width: calc(100% - 9vw);

	}

	.contact_box .list ul li{

		margin-bottom: 3vw;

	}

	.contact_box .name{

		margin-bottom: 5vw;

	}

	.partner{

		padding: 5vw 0px;

	}

	/* 移动端园区环境样式 */
	.environment_nav {
		gap: 15px;
		margin: 30px 0 40px 0;
		padding: 0 15px;
		flex-wrap: wrap;
	}

	.environment_nav .nav_item {
		padding: 15px 20px;
		min-width: 100px;
		flex: 1;
		max-width: calc(50% - 7.5px);
	}

	.environment_nav .nav_item i {
		font-size: 20px;
		margin-bottom: 6px;
	}

	.environment_nav .nav_item span {
		font-size: 12px;
	}

	.gallery_grid {
		grid-template-columns: 1fr;
		grid-template-rows: auto;
		gap: 15px;
		height: auto;
	}

	.gallery_item.large {
		grid-row: auto;
	}

	.gallery_item:nth-child(2),
	.gallery_item:nth-child(3),
	.gallery_item:nth-child(4) {
		grid-column: 1;
		grid-row: auto;
	}

	.gallery_item {
		height: 200px;
	}

	.gallery_item.large {
		height: 250px;
	}

	.item_overlay {
		padding: 20px;
	}

	.item_content h3 {
		font-size: 16px;
	}

	.item_content p {
		font-size: 13px;
		margin-bottom: 12px;
	}

	.view_btn {
		width: 35px;
		height: 35px;
	}

	.view_btn i {
		font-size: 14px;
	}

	.footer_top{

		margin-bottom: 3vw;

	}

	.footers {

		padding-top: 25px;

	}

	.banner-swiper video{

		display: block;

		width: 100%;

		height: 100%;

		position: absolute;

		object-fit: cover;

	}

	.iconBox {

	    position: absolute;

		display: block;

	    color: white;

	    top: 45%;

	    left: 50%;

	    cursor: pointer;

	    -webkit-transition: all .6s;

		width: 60px;

		height: 60px;

		margin-left: -30px;

	}

	.iconBox img {

	    opacity: 1;

	    -webkit-transition: all .5s;

	    -webkit-animation: lineAnimate 10s linear infinite;

	}

	@-webkit-keyframes lineAnimate {

		0% {

			-webkit-transform: rotate(0deg);

		}

	

		to {

			-webkit-transform: rotate(360deg);

		}

	}

	

	@keyframes lineAnimate {

		0% {

			transform: rotate(0deg);

		}

	

		to {

			transform: rotate(360deg);

		}

	}

	.iconBox::after{

		position: absolute;

		left: 50%;

		top: 50%;

		background: url(../image/play_icon.png) no-repeat;

		background-size: auto 100%;

		content: '';

		width: 50px;

		height: 50px;

		margin-left: -25px;

		margin-top: -25px;

	}

	.iconBox.active:after{

		background-position: -50px 0px;

	}

	.iconBox.active{

		opacity: .1;

	}

	.nav ul li:hover .firstLab a {

	    letter-spacing: 0px;

	}

}
/* --- 终极版：修复滑动跳跃，仅保留平滑淡入效果 --- */

/* 1. 初始状态：只设置透明度为0，移除所有transform属性 */
.slide_txt .p1,
.slide_txt .p2 {
    opacity: 0;
    /* 移除 transform: translateY(25px); */
    transition: opacity 1.2s ease-out; /* 只对透明度应用过渡效果 */
}

/* 2. 激活状态：在页面加载完成或幻灯片激活时，让文字变为不透明 */
body.page-loaded .slide1 .slide_txt .p1,
body.page-loaded .slide1 .slide_txt .p2,
.swiper-slide-active .slide_txt .p1,
.swiper-slide-active .slide_txt .p2 {
    opacity: 1;
    /* 移除 transform: translateY(0px); */
}

/* 3. 动画延迟 (保持不变，营造层次感) */
body.page-loaded .slide1 .slide_txt .p1,
.swiper-slide-active .slide_txt .p1 {
    transition-delay: 0.2s;
}

body.page-loaded .slide1 .slide_txt .p2,
.swiper-slide-active .slide_txt .p2 {
    transition-delay: 0.4s;
}

/* 移动端文字加载动效 */
@media (max-width: 1024px) {
    .slide1 .slide_txt .p1,
    .slide1 .slide_txt .p2 .b {
        opacity: 0;
        transform: translateY(30px);
        transition: all 0.8s ease;
    }

    .slide1 .slide_txt .p1.animate-in,
    .slide1 .slide_txt .p2 .b.animate-in {
        opacity: 1;
        transform: translateY(0);
    }

    /* 移动端标题文字样式 - 不换行，居中显示 */
    .slide_txt .p1 {
        text-align: center;
        white-space: nowrap;
        overflow: hidden;
        width: 100%;
    }

    .slide_txt .p1 .p {
        display: inline-block;
        white-space: nowrap;
        margin-right: 1vw;
		color: #e60012;
    }

    .slide_txt .p1 .p:last-child {
        margin-right: 0;
    }

    /* 移动端标签文字样式 - 一行显示，居中，有间距 */
    .slide_txt .p2 {
        text-align: center;
        white-space: nowrap;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap;
    }

    .slide_txt .p2 .b {
        font-size: 6vw !important; /* 比原来的5vw大一点，但小于标题的8vw */
        margin: 0 3vw; /* 增加左右间距 */
        white-space: nowrap;
        flex-shrink: 0;
		color: #fff;
    }

    .slide_txt .p2 .b:first-child {
        margin-left: 0;
		
    }

    .slide_txt .p2 .b:last-child {
        margin-right: 0;
    }
}

/* 强制覆盖分页样式 - 确保PC端生效 */
div#page {

	display: flex !important;

	justify-content: center !important;

	align-items: center !important;

	text-align: center !important;

	margin-top: 3vw !important;

}

div#page a.page-num {

	display: inline-block !important;

	width: 35px !important;

	height: 25px !important;

	color: #3e3e3e !important;

	font-size: 12px !important;

	line-height: 25px !important;

	text-align: center !important;

	margin: 0 6px !important;

	text-decoration: none !important;

	-webkit-transition: all .4s !important;

	transition: all .4s !important;

	border-radius: 3px !important;

	background: transparent !important;

	border: none !important;

	padding: 0 !important;

}

div#page a.page-num:hover {

	background-color: #e60012 !important;

	color: #fff !important;

}

div#page a.page-num-current {

	background-color: #e60012 !important;

	color: #fff !important;

}

div#page a.page-num-current:hover {

	background-color: #e60012 !important;

	color: #fff !important;

}

/* 园区环境页面样式 - 符合现有网站设计风格 */
.environment_page {
    background: #fff;
}

/* 分类导航 - 参考现有企业卡片样式 */
.category_nav {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-bottom: 60px;
}

.category_nav .nav_item {
    background: #fff;
    border-radius: 12px; /* 减小圆角 */
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
    padding: 25px 20px; /* 减小padding */
    text-align: center;
    cursor: pointer;
    position: relative;
}

.category_nav .nav_item:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.category_nav .nav_item.active {
    background: linear-gradient(135deg, #e60012, #ff3333);
    color: white;
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(230, 0, 18, 0.3);
}

.nav_icon {
    width: 50px; /* 减小图标容器 */
    height: 50px;
    margin: 0 auto 15px; /* 减小底部间距 */
    background: #f8f9fa;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.category_nav .nav_item.active .nav_icon {
    background: rgba(255, 255, 255, 0.2);
}

.nav_icon i {
    font-size: 20px; /* 减小图标大小 */
    color: #e60012;
    transition: all 0.3s ease;
}

.category_nav .nav_item.active .nav_icon i {
    color: white;
}

.category_nav .nav_item h3 {
    font-size: 18px; /* 减小标题字体 */
    font-weight: bold;
    margin-bottom: 6px; /* 减小间距 */
    color: #1e1e1e;
    transition: color 0.3s ease;
}

.category_nav .nav_item.active h3 {
    color: white;
}

.category_nav .nav_item p {
    font-size: 13px; /* 减小描述字体 */
    color: #666;
    line-height: 1.4; /* 减小行高 */
    transition: color 0.3s ease;
}

.category_nav .nav_item.active p {
    color: rgba(255, 255, 255, 0.9);
}

/* 图片展示区域 */
.gallery_container {
    position: relative;
}

.gallery_section {
    display: none;
}

.gallery_section.active {
    display: block;
}

.section_header {
    text-align: center;
    margin-bottom: 50px;
}

.section_header h2 {
    font-size: 36px;
    font-weight: bold;
    color: #1e1e1e;
    margin-bottom: 15px;
}

.section_header p {
    font-size: 16px;
    color: #666;
    opacity: 0.8;
}

.image_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.image_item {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
    position: relative;
}

.image_item.featured {
    grid-row: span 2;
}

.image_item:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.image_wrapper {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.image_item.featured .image_wrapper {
    height: 430px;
}

.image_wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.image_item:hover .image_wrapper img {
    transform: scale(1.05);
}

.image_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to bottom,
        transparent 0%,
        transparent 60%,
        rgba(0, 0, 0, 0.8) 100%
    );
    display: flex;
    align-items: flex-end;
    padding: 20px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.image_item:hover .image_overlay {
    opacity: 1;
}

.overlay_content {
    color: white;
    width: 100%;
}

.overlay_content h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

.overlay_content p {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 10px;
    opacity: 0.9;
}

.view_btn {
    width: 36px;
    height: 36px;
    background: rgba(230, 0, 18, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.view_btn:hover {
    background: #e60012;
    transform: scale(1.1);
}

.view_btn i {
    color: white;
    font-size: 14px;
}

/* 移动端响应式样式 */
@media screen and (max-width:1024px) {
    .environment_page .slogan .cn p {
        font-size: 6vw;
    }

    .environment_page .slogan .en p {
        font-size: 10vw; /* 统一为其他页面的标准字体大小 */
    }

    /* 分类导航固定定位，方便操作 */
    .category_nav {
        position: sticky;
        top: 60px; /* 更新为正确的header高度 */
        z-index: 100;
        background: rgba(255, 255, 255, 0.95);
        backdrop-filter: blur(10px);
        padding: 15px 0;
        margin-bottom: 30px;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        border-bottom: 1px solid #f0f0f0;
    }

    .category_nav .nav_item {
        padding: 15px 10px; /* 减小padding */
        border-radius: 10px; /* 减小圆角 */
    }

    .nav_icon {
        width: 40px; /* 减小图标容器 */
        height: 40px;
        margin-bottom: 10px;
    }

    .nav_icon i {
        font-size: 18px; /* 减小图标大小 */
    }

    .category_nav .nav_item h3 {
        font-size: 16px; /* 减小标题字体 */
        margin-bottom: 3px;
    }

    .category_nav .nav_item p {
        font-size: 12px; /* 减小描述字体 */
        line-height: 1.3;
    }

    .section_header {
        margin-bottom: 30px;
    }

    .section_header h2 {
        font-size: 6vw;
    }

    .section_header p {
        font-size: 14px;
    }

    .image_grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .image_item.featured {
        grid-row: span 1;
    }

    .image_wrapper {
        height: 200px;
    }

    .image_item.featured .image_wrapper {
        height: 200px;
    }

    .overlay_content {
        padding: 15px;
    }

    .overlay_content h4 {
        font-size: 16px;
        margin-bottom: 3px;
    }

    .overlay_content p {
        font-size: 12px;
        margin-bottom: 8px;
    }

    .view_btn {
        width: 30px;
        height: 30px;
    }

    .view_btn i {
        font-size: 12px;
    }
}

/* 园区环境顶部左右布局 - 只在PC端生效 */
@media screen and (min-width: 769px) {
    .environment_top_layout {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 30px; /* 与厂房介绍保持一致 */
        width: 100%; /* 确保占满容器宽度 */
    }

    .environment_top_layout .commom_title {
        flex: 1 1 auto; /* 标题占据剩余空间 */
        margin-bottom: 0 !important;
        min-width: 0; /* 允许收缩 */
    }

    .environment_top_layout .commom_title b {
        margin-bottom: 8px !important;
    }

    .environment_top_layout .commom_title p {
        margin: 0 !important;
    }

    /* 内联环境导航样式 - 只在PC端生效 */
    .environment_tabs_inline {
        display: flex;
        justify-content: center;
        background: #f8f9fa;
        border-radius: 16px; /* 统一使用16px圆角 */
        padding: 8px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
        margin: 0 !important; /* 移除所有外边距 */
        flex: 0 0 auto; /* 导航固定宽度 */
        max-width: 420px; /* 稍大一些，容纳4个标签 */
        min-width: 380px; /* 设置最小宽度 */
    }

    .environment_tabs_inline .tab_item {
        flex: 1;
        padding: 12px 16px; /* 适中的内边距 */
        margin: 0 2px;
        border-radius: 12px; /* 统一使用12px圆角 */
        cursor: pointer;
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        color: #666;
        font-weight: 500;
        white-space: nowrap;
        position: relative;
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 80px;
    }

    .environment_tabs_inline .tab_item:hover {
        background: rgba(230, 0, 18, 0.1);
        color: #e60012;
        transform: translateY(-1px);
    }

    .environment_tabs_inline .tab_item.active {
        background: linear-gradient(135deg, #e60012, #ff1a2e);
        color: #fff;
        box-shadow: 0 4px 15px rgba(230, 0, 18, 0.3);
    }

    .environment_tabs_inline .tab_label {
        font-size: 13px; /* 稍小的字体以适应4个标签 */
        line-height: 1.2;
    }
}

/* 原有的底部导航样式保持不变，用于其他地方和移动端 */
.environment_category_tabs {
    display: flex;
    justify-content: center;
    margin-top: 30px; /* 减少顶部间距，适应垂直居中布局 */
    margin-bottom: 25px; /* 减少底部间距 */
    background: #f8f9fa;
    border-radius: 16px; /* 统一使用16px圆角 */
    padding: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.environment_category_tabs .tab_item {
    padding: 15px 30px;
    margin: 0 5px;
    border-radius: 12px; /* 统一使用12px圆角 */
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    color: #666;
    font-weight: 500;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
}

.environment_category_tabs .tab_item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(230, 0, 18, 0.1), transparent);
    transition: left 0.5s;
}

.environment_category_tabs .tab_item:hover::before {
    left: 100%;
}

.environment_category_tabs .tab_item:hover {
    background: rgba(230, 0, 18, 0.05);
    color: #e60012;
    transform: translateY(-2px);
}

.environment_category_tabs .tab_item.active {
    background: linear-gradient(135deg, #e60012, #ff1a2e);
    color: #fff;
    box-shadow: 0 8px 25px rgba(230, 0, 18, 0.4);
    transform: translateY(-2px) translateZ(0);
}

.environment_category_tabs .tab_item.active::before {
    display: none;
}

/* 简单的导航切换动效 */
.environment_category_tabs .tab_item {
    transition: all 0.3s ease;
    position: relative;
}

.environment_category_tabs .tab_item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #e60012, #ff1a2e);
    border-radius: 1px;
    transform: translateX(-50%);
    transition: width 0.3s ease;
}

.environment_category_tabs .tab_item.active::after {
    width: 60%;
}

.environment_category_tabs .tab_item.active {
    transform: translateY(-1px);
}

/* 园区环境背景高斯模糊效果 */
.slide4_5 .bg {
    filter: blur(5px);
    transform: scale(1.1) !important; /* 轻微放大避免模糊边缘 */
}

/* 统一轮播容器样式 */
.environment_swiper_container {
    position: relative;
    padding-bottom: 15px; /* 减少底部间距 */
    margin-top: 25px; /* 减少顶部间距，适应垂直居中布局 */
}

/* 移除原有的分类切换样式，现在使用统一轮播 */

/* 环境Swiper样式 - 参考新闻中心但有差异化 */
.environmentSwiper {
    overflow: initial;
    padding-bottom: 45px;
}

.environmentSwiper .swiper-slide {
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.environmentSwiper .swiper-slide-active,
.environmentSwiper .swiper-slide-next,
.environmentSwiper .swiper-slide-prev {
    opacity: 1;
}

.environmentSwiper .swiper-slide {
    height: auto;
}

/* 滑动区域鼠标抓手效果 */
.environmentSwiper {
    cursor: grab;
}

.environmentSwiper:active {
    cursor: grabbing;
}

.environment_card {
    position: relative;
    width: 100%;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    display: block;
    text-decoration: none;
    color: inherit;
}

/* 移除悬停效果，因为卡片不再可点击 */

.card_image {
    position: relative;
    height: 260px;
    overflow: hidden;
}

.image_wrapper {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 0.5s ease;
    position: relative;
}

.environment_card:hover .image_wrapper {
    transform: scale(1.05) translateZ(0);
}

.image_wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
}

.card_content {
    padding: 18px;
    position: relative;
}

.category_tag {
    display: inline-block;
    background: linear-gradient(135deg, #e60012, #ff1a2e);
    color: white;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 12px;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 8px rgba(230, 0, 18, 0.3);
}

.card_title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
    line-height: 1.4;
}

.card_desc {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* view_icon 样式已移除，卡片不再可点击 */

/* 所有环境分类标签统一使用红色主题 */
.environment_category .category_tag {
    background: linear-gradient(135deg, #e60012, #ff1a2e);
    box-shadow: 0 2px 8px rgba(230, 0, 18, 0.3);
}

/* Swiper分页器样式 */
.environmentSwiper .swiper-pagination {
    bottom: 0;
}

.environmentSwiper .swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.1);
    height: 4px;
    border-radius: 4px; /* 统一使用4px圆角 */
}

.environmentSwiper .swiper-pagination-progressbar-fill {
    background: linear-gradient(90deg, #e60012, #ff1a2e);
    border-radius: 4px; /* 统一使用4px圆角 */
}

/* 移动端适配 */
@media (max-width: 768px) {
    .environment_category_tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        border-radius: 16px; /* 统一使用16px圆角 */
        padding: 8px;
        margin-bottom: 30px;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .environment_category_tabs::-webkit-scrollbar {
        display: none;
    }

    .environment_category_tabs .tab_item {
        padding: 12px 20px;
        margin: 0 3px;
        border-radius: 12px; /* 统一使用12px圆角 */
        font-size: 14px;
        flex-shrink: 0;
    }

    .card_image {
        height: 220px;
    }

    .card_content {
        padding: 15px;
    }

    .card_title {
        font-size: 16px;
    }

    .card_desc {
        font-size: 13px;
    }

    /* view_icon 移动端样式已移除 */
}

/* 模态框功能已移除，保持简洁的环境展示 */

/* slide4_5 环境展示区域间距调整 - 采用与新闻中心一样的垂直居中布局 */
.slide4_5 {
    height: calc(100vh - 80px) !important; /* 排除导航栏高度，实现真正的视觉居中 */
    margin-top: 80px; /* 为导航栏留出空间 */
    display: flex;
    align-items: center;
    justify-content: center; /* 水平居中 */
    padding: 0 !important; /* 移除padding，让flex居中更准确 */
}


.slide4_5 .bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.25); /* 加深遮罩颜色，增强暗色效果 */
    pointer-events: none;
}

/* slide4_5 暗色背景下的文字样式 */
.slide4_5 .commom_title {
    color: rgba(255, 255, 255, 0.9); /* 主文字使用白色 */
}

.slide4_5 .commom_title b {
    color: #ffffff; /* 标题使用纯白色 */
    /* text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3); 添加阴影增强可读性 */
}

.slide4_5 .commom_title b::after {
    background: rgba(255, 255, 255, 0.6); /* 装饰线使用半透明白色 */
}

.slide4_5 .commom_title p {
    color: rgba(255, 255, 255, 0.8); /* 描述文字使用稍透明的白色 */
}

/* slide4_5 暗色背景下的按钮样式 */
.slide4_5 .dm_more {
    background: rgba(255, 255, 255, 0.1); /* 半透明白色背景 */
    border: 2px solid rgba(255, 255, 255, 0.3); /* 白色边框 */
    color: #ffffff; /* 白色文字 */
    backdrop-filter: blur(10px); /* 玻璃拟态效果 */
}

.slide4_5 .dm_more:hover {
    background: rgba(230, 0, 18, 0.9); /* 悬停时使用红色背景 */
    border-color: #e60012;
    color: #ffffff;
    box-shadow: 0 8px 25px rgba(230, 0, 18, 0.3);
}

/* slide4_5 暗色背景下的分类标签样式 */
.slide4_5 .environment_category_tabs {
    background: rgba(255, 255, 255, 0.1); /* 半透明白色背景 */
    backdrop-filter: blur(10px); /* 玻璃拟态效果 */
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.slide4_5 .environment_category_tabs .tab_item {
    color: rgba(255, 255, 255, 0.8); /* 未激活标签使用半透明白色 */
}

/* 厂房介绍标题覆盖层样式 */
.factory_title_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    padding: 40px 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 100%);
}

.factory_title_overlay .commom_title {
    color: rgba(255, 255, 255, 0.9);
}

.factory_title_overlay .commom_title b {
    color: #ffffff;
    font-size: 36px;
}

.factory_title_overlay .commom_title b::after {
    background: rgba(255, 255, 255, 0.6);
}

.factory_title_overlay .commom_title p {
    color: rgba(255, 255, 255, 0.8);
}

.factory_title_overlay .dm_more {
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: #ffffff;
    backdrop-filter: blur(10px);
}

.factory_title_overlay .dm_more:hover {
    background: rgba(230, 0, 18, 0.9);
    border-color: #e60012;
    color: #ffffff;
    box-shadow: 0 8px 25px rgba(230, 0, 18, 0.3);
}

/* 简化的厂房规格信息样式 */
.factory_key_specs {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin: 40px 0;
    flex-wrap: wrap;
}

.spec_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-width: 120px;
}

.spec_value {
    font-size: 2rem;
    color: #ffffff;
    font-weight: 900;
    margin-bottom: 8px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.spec_label {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
    letter-spacing: 1px;
}

/* 移动端厂房介绍区域适配 */
@media screen and (max-width: 768px) {
    .factory_title_overlay {
        padding: 25px 0;
    }

    .factory_title_overlay .commom_title b {
        font-size: 28px;
    }

    .factory_key_specs {
        gap: 25px;
        margin: 30px 0;
    }

    .spec_item {
        min-width: 100px;
    }

    .spec_value {
        font-size: 1.6rem;
    }

    .spec_label {
        font-size: 12px;
    }
}

.slide4_5 .environment_category_tabs .tab_item:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

.slide4_5 .environment_category_tabs .tab_item.active {
    background: linear-gradient(135deg, #e60012, #ff1a2e); /* 激活标签保持红色渐变 */
    color: #fff;
}

/* 滑动提示样式 */
.swipe_hint {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px; /* 统一使用12px圆角 */
    padding: 8px 16px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    animation: swipeHintPulse 3s ease-in-out infinite;
    transition: all 0.3s ease;
}

.slide4_5 .swipe_hint {
    background: rgba(0, 0, 0, 0.6); /* 暗色背景下使用深色提示框 */
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.swipe_hint_content {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 500;
    color: #666;
    white-space: nowrap;
}

.slide4_5 .swipe_hint_content {
    color: rgba(255, 255, 255, 0.9); /* 暗色背景下使用白色文字 */
}

.swipe_icon {
    font-size: 14px;
    animation: swipeIconMove 2s ease-in-out infinite;
}

.swipe_icon:first-child {
    animation-delay: 0s;
}

.swipe_icon:last-child {
    animation-delay: 1s;
}

.swipe_text {
    font-size: 11px;
    opacity: 0.8;
    font-weight: 600; /* 加粗提示文字 */
}

/* 滑动提示动画 */
@keyframes swipeHintPulse {
    0%, 100% {
        opacity: 0.8;
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(1.02);
    }
}

@keyframes swipeIconMove {
    0%, 100% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(-2px);
    }
    75% {
        transform: translateX(2px);
    }
}

/* 移动端滑动提示优化 */
@media (max-width: 768px) {
    .swipe_hint {
        top: 15px;
        right: 15px;
        padding: 6px 12px;
        border-radius: 10px; /* 移动端稍小的圆角 */
    }

    .swipe_hint_content {
        font-size: 11px;
        gap: 6px;
    }

    .swipe_icon {
        font-size: 12px;
    }

    .swipe_text {
        font-size: 10px;
    }
}

/* 移动端响应式调整 */
@media (max-width: 768px) {
    .slide4_5 {
        height: 100vh !important; /* 移动端使用全屏高度，消除空白 */
        margin-top: 0 !important; /* 移除margin-top，避免空白 */
        padding-top: 60px !important; /* 使用padding-top为导航栏留出空间 */
        display: flex !important; /* 移动端使用flex布局 */
        align-items: center !important; /* 内容垂直居中 */
        justify-content: center; /* 水平居中 */
        box-sizing: border-box;
    }

    /* 调整w1400在移动端的位置，补偿padding-top的影响 */
    .slide4_5 .w1400 {
        transform: translateY(-30px); /* 向上微调，优化视觉居中 */
    }
}

/* 环境页面专用样式 - 面包屑导航 */
.breadcrumb_nav {
    margin: 20px 0 15px 0;
    font-size: 14px;
    color: #666;
}

/* ==================== 厂房介绍Slide样式 ==================== */
.slide_factory {
    height: calc(100vh - 80px); /* 排除导航栏高度，实现真正的视觉居中 */
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center; /* 水平居中 */
    padding: 0; /* 移除padding，让flex居中更准确 */
    margin-top: 80px; /* 为导航栏留出空间 */
}

/* 统一背景遮罩效果 - 与园区环境slide保持一致 */
/* 厂房背景图片纯JS渐显渐隐切换效果 */
.slide_factory .bg {
    position: relative;
    overflow: hidden;
}


/* 确保内容层在遮罩之上 */
.slide_factory .w1400 {
    position: relative;
    z-index: 4;
    margin: 0 auto;
    transform: translateY(-15%); /* 增加向上移动的幅度，优化视觉居中 */
}

.slide_factory .bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.25); /* 加深遮罩颜色，增强暗色效果 */
    pointer-events: none;
    z-index: 3; /* 确保遮罩在背景图片之上 */
}

/* 统一标题样式 - 与其他slide保持一致 */
.slide_factory .commom_title {
    color: rgba(255, 255, 255, 0.9); /* 主文字使用白色 */
}

.slide_factory .commom_title b {
    color: #ffffff; /* 标题使用纯白色 */
}

.slide_factory .commom_title b::after {
    background: rgba(255, 255, 255, 0.6); /* 装饰线使用半透明白色 */
}

.slide_factory .commom_title p {
    color: rgba(255, 255, 255, 0.8); /* 描述文字使用稍透明的白色 */
}

/* 厂房介绍slide的查看更多按钮 - 与园区环境保持一致 */
.slide_factory .dm_more {
    background: rgba(255, 255, 255, 0.1) !important; /* 半透明白色背景 */
    border: 2px solid rgba(255, 255, 255, 0.3) !important; /* 白色边框 */
    color: #ffffff !important; /* 白色文字 */
    backdrop-filter: blur(10px); /* 玻璃拟态效果 */
}

.slide_factory .dm_more:hover {
    background: rgba(230, 0, 18, 0.9) !important; /* 悬停时使用红色背景 */
    border-color: #e60012 !important;
    color: #ffffff !important;
    box-shadow: 0 8px 25px rgba(230, 0, 18, 0.3);
}

.factory_swiper {
    height: auto;
    width: 100%;
    margin-top: 25px; /* 减少顶部间距，适应垂直居中布局 */
    overflow: hidden;
}

.factory_swiper .swiper-wrapper {
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.factory_swiper .swiper-slide {
    opacity: 1;
    transition: all 0.4s ease;
}

/* 厂房卡片样式 - 优化整体切换效果 */
.factory_card {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transition: all 0.4s ease;
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    min-height: 400px;
    transform: translateZ(0); /* 启用硬件加速 */
    will-change: transform; /* 优化动画性能 */
}

.factory_card:hover {
    /* transform: translateY(-10px) translateZ(0); 移除上移效果 */
    box-shadow: 0 30px 60px rgba(230, 0, 18, 0.2); /* 保留阴影效果 */
}

.factory_image {
    flex: 1;
    position: relative;
    overflow: hidden;
}

.factory_image .image_wrapper {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    transition: transform 0.4s ease;
    transform: translateZ(0); /* 启用硬件加速 */
}

/* 移除厂房卡片图片缩放悬停效果 */
/* .factory_card:hover .factory_image .image_wrapper {
    transform: scale(1.05) translateZ(0);
} */

.factory_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
}

.factory_info {
    flex: 1;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.factory_category {
    font-size: 12px;
    color: #e60012;
    letter-spacing: 1px;
    margin-bottom: 10px;
    font-weight: 600;
    text-transform: uppercase;
}

.factory_title {
    font-size: 2rem;
    font-weight: bold;
    color: #1a1a2e;
    margin-bottom: 15px;
    line-height: 1.3;
}

.factory_desc {
    font-size: 1rem;
    color: #666;
    margin-bottom: 30px;
    line-height: 1.6;
}

.factory_specs {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
    flex-wrap: wrap;
}

.spec_item {
    flex: 1;
    min-width: 120px;
    text-align: center;
    background: #f8f9fa;
    border-radius: 10px;
    padding: 15px 10px;
    border: 2px solid #e9ecef;
    transition: all 0.3s ease;
}

.spec_item:hover {
    border-color: #e60012;
    background: #fff;
    transform: translateY(-2px);
}

.spec_value {
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    color: #e60012;
    margin-bottom: 5px;
}

.spec_label {
    font-size: 0.9rem;
    color: #666;
    font-weight: 500;
}

.factory_tags {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.factory_tags .tag {
    background: linear-gradient(135deg, #e60012, #ff4444);
    color: #fff;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.factory_tags .tag:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(230, 0, 18, 0.5);
}

.factory_cta {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    padding: 18px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.factory_cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #e60012, #ff4444);
    transition: left 0.4s ease;
    z-index: -1;
}

.factory_cta:hover::before {
    left: 0;
}

.factory_cta:hover {
    border-color: #e60012;
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(230, 0, 18, 0.4);
    color: #fff;
}

.factory_cta i {
    font-size: 20px;
    transition: transform 0.3s ease;
}

.factory_cta:hover i {
    transform: translateX(8px);
}

/* 厂房介绍顶部左右布局 - 只在PC端生效 */
@media screen and (min-width: 769px) {
    .factory_top_layout {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 30px; /* 减少间距 */
        width: 100%; /* 确保占满容器宽度 */
    }

    .factory_top_layout .commom_title {
        flex: 1 1 auto; /* 标题占据剩余空间 */
        margin-bottom: 0 !important;
        min-width: 0; /* 允许收缩 */
    }

    .factory_top_layout .commom_title b {
        margin-bottom: 8px !important;
    }

    .factory_top_layout .commom_title p {
        margin: 0 !important;
    }

    /* 内联厂房导航样式 - 只在PC端生效 */
    .factory_navigation_inline {
        display: flex;
        justify-content: center;
        background: #f8f9fa;
        border-radius: 16px;
        padding: 8px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
        margin: 0 !important; /* 移除所有外边距 */
        flex: 0 0 auto; /* 导航固定宽度 */
        max-width: 320px; /* 减少最大宽度，防止溢出 */
        min-width: 280px; /* 设置最小宽度 */
    }

    .factory_navigation_inline .nav_item {
        flex: 1;
        padding: 14px 18px; /* 减少内边距 */
        text-align: center;
        border-radius: 12px;
        cursor: pointer;
        transition: all 0.3s ease;
        background: transparent;
        color: #666;
        min-width: 100px; /* 减少最小宽度 */
        font-weight: 500;
        white-space: nowrap;
        position: relative;
    }

    .factory_navigation_inline .nav_item:hover {
        background: rgba(230, 0, 18, 0.1);
        color: #e60012;
        transform: translateY(-1px);
    }

    .factory_navigation_inline .nav_item.active {
        background: linear-gradient(135deg, #e60012, #ff1a2e);
        color: #fff;
        box-shadow: 0 4px 15px rgba(230, 0, 18, 0.3);
    }

    .factory_navigation_inline .nav_title {
        font-size: 15px; /* 稍微减少字体大小 */
        font-weight: 600;
        margin-bottom: 3px; /* 减少间距 */
        line-height: 1.2;
    }

    .factory_navigation_inline .nav_desc {
        font-size: 11px; /* 减少字体大小 */
        opacity: 0.8;
        line-height: 1.2;
    }
}

/* 原有的底部导航样式保持不变，用于其他地方和移动端 */
.factory_navigation {
    display: flex;
    justify-content: center;
    margin-top: 30px; /* 减少顶部间距，适应垂直居中布局 */
    margin-bottom: 25px; /* 减少底部间距 */
    background: #f8f9fa;
    border-radius: 16px;
    padding: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.factory_navigation .nav_item {
    padding: 15px 30px;
    margin: 0 5px;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    color: #666;
    font-weight: 500;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    text-align: center;
    flex: 1;
}

.factory_navigation .nav_item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(230, 0, 18, 0.1), transparent);
    transition: left 0.5s;
}

.factory_navigation .nav_item:hover::before {
    left: 100%;
}

.factory_navigation .nav_item:hover {
    background: rgba(230, 0, 18, 0.05);
    color: #e60012;
    transform: translateY(-2px);
}

.factory_navigation .nav_item.active {
    background: linear-gradient(135deg, #e60012, #ff1a2e);
    color: #fff;
    box-shadow: 0 8px 25px rgba(230, 0, 18, 0.4);
    transform: translateY(-2px) translateZ(0);
}

.factory_navigation .nav_item.active::before {
    display: none;
}

.factory_navigation .nav_content {
    position: relative;
    z-index: 1;
    transition: color 0.4s ease;
}

.factory_navigation .nav_title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 4px;
    line-height: 1.2;
}

.factory_navigation .nav_desc {
    font-size: 12px;
    opacity: 0.8;
    line-height: 1.3;
}

/* PC端隐藏移动端切换按钮 */
.mobile_factory_switch {
    display: none;
}

/* 隐藏分页器小圆点 */
.factory_swiper .swiper-pagination {
    display: none !important;
}

/* ==================== 厂房介绍Slide移动端样式 ==================== */
@media (max-width: 1024px) {
    .slide_factory {
        height: 100vh !important; /* 移动端使用全屏高度 */
        margin-top: 0 !important; /* 移动端不需要额外的margin-top，避免空白 */
        padding-top: 60px !important; /* 移动端使用padding-top来避免与导航栏重叠 */
        display: flex !important; /* 移动端也使用flex布局实现垂直居中 */
        align-items: center !important; /* 移动端w1400内容垂直居中 */
        box-sizing: border-box; /* 确保padding计算正确 */
    }

    /* 移动端采用单卡片显示模式 */
    .factory_swiper {
        margin-top: 20px;
    }

    .factory_card {
        flex-direction: column;
        margin: 0 20px;
        min-height: auto;
        background: rgba(255, 255, 255, 0.98);
    }

    .factory_image {
        height: 200px;
        flex: none;
        position: relative;
        overflow: hidden;
    }

    .factory_image .image_wrapper {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        transition: transform 0.4s ease;
    }

    .factory_info {
        padding: 25px 20px;
        flex: none;
    }

    .factory_title {
        font-size: 1.4rem;
        margin-bottom: 10px;
    }

    .factory_desc {
        font-size: 0.9rem;
        margin-bottom: 20px;
    }

    .factory_specs {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        gap: 15px;
        margin-bottom: 20px;
    }

    .spec_item {
        min-width: auto;
        padding: 12px 8px;
    }

    .spec_value {
        font-size: 1rem;
    }

    .spec_label {
        font-size: 0.8rem;
    }

    .factory_tags {
        justify-content: center;
    }

    .factory_tags .tag {
        font-size: 12px;
        padding: 6px 12px;
    }

    /* 移动端隐藏PC端导航 */
    .factory_navigation {
        display: none;
    }

    /* 移动端专用切换按钮 - 完全匹配园区环境分类导航风格 */
    .mobile_factory_switch {
        display: flex;
        justify-content: center;
        margin: 30px auto 0 auto;
        background: #f8f9fa;
        border-radius: 16px;
        padding: 8px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
        max-width: 280px;
    }

    .mobile_factory_switch .switch_item {
        padding: 15px 30px;
        margin: 0 5px;
        border-radius: 12px;
        cursor: pointer;
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        color: #666;
        font-weight: 500;
        white-space: nowrap;
        position: relative;
        overflow: hidden;
        text-align: center;
        flex: 1;
    }

    .mobile_factory_switch .switch_item::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(230, 0, 18, 0.1), transparent);
        transition: left 0.5s;
    }

    .mobile_factory_switch .switch_item:hover::before {
        left: 100%;
    }

    .mobile_factory_switch .switch_item:hover {
        background: rgba(230, 0, 18, 0.05);
        color: #e60012;
        transform: translateY(-2px);
    }

    .mobile_factory_switch .switch_item.active {
        background: linear-gradient(135deg, #e60012, #ff1a2e);
        color: #fff;
        box-shadow: 0 8px 25px rgba(230, 0, 18, 0.4);
        transform: translateY(-2px) translateZ(0);
    }

    .mobile_factory_switch .switch_item.active::before {
        display: none;
    }

    .mobile_factory_switch .switch_text {
        font-size: 14px;
        font-weight: 600;
        position: relative;
        z-index: 1;
    }

}

@media (max-width: 768px) {
    .factory_card {
        margin: 0 15px;
    }

    .factory_info {
        padding: 25px 15px;
    }

    .factory_title {
        font-size: 1.3rem;
    }

    .factory_specs {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        gap: 12px;
    }

    .mobile_factory_switch {
        margin: 25px auto 0 auto;
        max-width: 260px;
    }
}

@media (max-width: 480px) {
    .factory_card {
        margin: 0 10px;
    }

    .factory_info {
        padding: 20px 15px;
    }

    .factory_title {
        font-size: 1.2rem;
    }

    .factory_specs {
        gap: 10px;
    }

    .spec_item {
        padding: 10px 6px;
    }

    .spec_value {
        font-size: 0.9rem;
    }

    .mobile_factory_switch {
        margin: 20px auto 0 auto;
        max-width: 240px;
    }

    .mobile_factory_switch .switch_item {
        padding: 15px 25px;
    }

    .mobile_factory_switch .switch_text {
        font-size: 13px;
    }
}

.breadcrumb_nav a {
    color: #666;
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumb_nav a:hover {
    color: #e60012;
}

.breadcrumb_nav .separator {
    margin: 0 10px;
    color: #ccc;
}

.breadcrumb_nav .current {
    color: #e60012;
    font-weight: 500;
}

/* 环境介绍区域 */
.environment_intro_section {
    margin: 25px 0 50px 0;
    padding: 40px;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.intro_content {
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

.intro_left {
    flex: 1.2;
}

.intro_right {
    flex: 1;
}

.page_title h1 {
    font-size: 36px;
    font-weight: 700;
    color: #333;
    margin: 0 0 10px 0;
    background: linear-gradient(135deg, #e60012, #ff1a2e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.page_title .subtitle {
    font-size: 18px;
    color: #666;
    margin: 0 0 20px 0;
    line-height: 1.6;
}

.intro_description p {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin: 0;
}

.environment_features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.feature_item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.feature_item:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.feature_icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #e60012, #ff1a2e);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
}

.feature_text h4 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0 0 5px 0;
}

.feature_text p {
    font-size: 14px;
    color: #666;
    margin: 0;
}

/* 增强版分类导航 */
.environment_category_tabs.enhanced {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin: 40px 0;
    padding: 0;
    background: none;
    border-radius: 0;
    box-shadow: none;
}

.environment_category_tabs.enhanced .tab_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 20px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.environment_category_tabs.enhanced .tab_item::before {
    display: none;
}

.environment_category_tabs.enhanced .tab_item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    background: #fff;
}

.environment_category_tabs.enhanced .tab_item.active {
    background: linear-gradient(135deg, #e60012, #ff1a2e);
    color: #fff;
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(230, 0, 18, 0.4);
}

.tab_icon {
    width: 60px;
    height: 60px;
    background: rgba(230, 0, 18, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    transition: all 0.3s ease;
}

.environment_category_tabs.enhanced .tab_item.active .tab_icon {
    background: rgba(255, 255, 255, 0.2);
}

.tab_icon i {
    font-size: 24px;
    color: #e60012;
    transition: all 0.3s ease;
}

.environment_category_tabs.enhanced .tab_item.active .tab_icon i {
    color: #fff;
}

.tab_content {
    text-align: center;
}

.tab_label {
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.tab_count {
    display: block;
    font-size: 12px;
    opacity: 0.7;
    margin-bottom: 8px;
}

.tab_desc {
    display: block;
    font-size: 13px;
    opacity: 0.8;
    line-height: 1.4;
}

/* ==================== 移动端专用样式 ==================== */

/* 移动端专用布局 */
.mobile_environment_layout {
    display: none; /* 桌面端隐藏 */
}

/* 极简Tab导航 */
.mobile_tab_nav {
    background: #fff;
    border-bottom: 1px solid #f0f0f0;
    padding: 0 15px;
    margin-bottom: 20px;
}

.tab_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tab_item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    padding: 12px 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    color: #666;
}

.tab_item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: #e60012;
    transition: all 0.3s ease;
}

.tab_item.active::after {
    width: 30px;
}

.tab_item i {
    font-size: 16px;
    transition: all 0.3s ease;
}

.tab_item span {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
}

.tab_item.active {
    color: #e60012;
}

.tab_item.active i {
    transform: scale(1.1);
}

.tab_item:hover:not(.active) {
    color: #999;
}

/* 滑动提示 */
.swipe_hint {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 15px;
    margin-bottom: 10px;
    font-size: 12px;
    color: #999;
    background: rgba(230, 0, 18, 0.05);
    border-radius: 20px;
    margin: 0 15px 15px 15px;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    animation: fadeInOut 3s ease-in-out infinite;
}

.swipe_hint i {
    font-size: 14px;
    color: #e60012;
}

@keyframes fadeInOut {
    0%, 100% { opacity: 0.6; }
    50% { opacity: 1; }
}

/* 移动端内容区域 - 主Swiper */
.mobile_content_sections {
    padding: 0 0 30px 0;
    width: 100%;
    height: auto;
}

.mobile_content_sections .swiper-wrapper {
    align-items: stretch;
}

.mobile_content_sections .swiper-slide {
    width: 100%;
    height: auto;
}

/* 移动端分段样式 */
.mobile_section {
    display: none;
    margin-bottom: 40px;
    padding: 0 15px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease;
}

.mobile_section.active {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

/* 移动端Swiper样式 */
.mobile_section .swiper {
    width: 100%;
    height: auto;
    margin: 20px 0;
}

.mobile_section .swiper-slide {
    width: 100%;
    height: auto;
}

/* 移动端2×3网格 */
.mobile_grid_2x3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    padding: 0;
}

.mobile_grid_2x3 .grid_item {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    cursor: pointer;
}

.mobile_grid_2x3 .grid_item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.mobile_grid_2x3 .grid_item.empty {
    background: transparent;
    box-shadow: none;
    cursor: default;
}

.mobile_grid_2x3 .grid_item.empty:hover {
    transform: none;
    box-shadow: none;
}

.mobile_grid_2x3 .item_image {
    position: relative;
    width: 100%;
    height: 80px;
    overflow: hidden;
}

.mobile_grid_2x3 .item_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.mobile_grid_2x3 .grid_item:hover .item_image img {
    transform: scale(1.05);
}

.mobile_grid_2x3 .image_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
}

.mobile_grid_2x3 .grid_item:hover .image_overlay {
    opacity: 1;
}

.mobile_grid_2x3 .zoom_icon {
    color: #fff;
    font-size: 16px;
    background: rgba(230, 0, 18, 0.8);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile_grid_2x3 .item_title {
    padding: 8px;
    font-size: 11px;
    font-weight: 500;
    color: #333;
    text-align: center;
    line-height: 1.2;
    background: #fff;
}

/* Swiper分页器样式 */
.mobile_section .swiper-pagination {
    position: relative;
    margin-top: 15px;
    text-align: center;
}

.mobile_section .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #ddd;
    opacity: 1;
    margin: 0 4px;
    transition: all 0.3s ease;
}

.mobile_section .swiper-pagination-bullet-active {
    background: #e60012;
    transform: scale(1.2);
}

.mobile_section .section_header {
    margin-bottom: 20px;
    padding: 0 5px;
}

.mobile_section .header_left {
    display: flex;
    align-items: center;
    gap: 15px;
}

.mobile_section .header_left h3 {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.mobile_section .header_left h3 i {
    color: #e60012;
    font-size: 18px;
}

.mobile_section .image_count {
    font-size: 12px;
    color: #999;
    background: #f5f5f5;
    padding: 4px 8px;
    border-radius: 10px;
}

/* 移动端2×3网格 */
.mobile_grid_2x3 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

/* 移动端图片卡片 */
.grid_item {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    transition: all 0.3s ease;
}

.grid_item:active {
    transform: scale(0.98);
}

.grid_item:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.grid_item .item_image {
    position: relative;
    width: 100%;
    height: 120px;
    overflow: hidden;
}

.grid_item .item_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.grid_item:hover .item_image img {
    transform: scale(1.05);
}

.grid_item .image_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
}

.grid_item:hover .image_overlay {
    opacity: 1;
}

.grid_item .zoom_icon {
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e60012;
    font-size: 14px;
    backdrop-filter: blur(10px);
}

.grid_item .item_title {
    padding: 12px;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    text-align: center;
    line-height: 1.3;
}

/* 移动端相关服务区域 */
.mobile_services_section {
    margin: 30px 0 20px 0;
    padding: 0 15px;
}

.mobile_services_section .services_header {
    margin-bottom: 20px;
    padding: 0 5px;
}

.mobile_services_section .services_header h3 {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.mobile_services_section .services_header h3 i {
    color: #e60012;
    font-size: 16px;
}

.services_grid {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.service_card {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px;
    background: #fff;
    border-radius: 12px;
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    border: 1px solid #f0f0f0;
}

.service_card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(230, 0, 18, 0.1);
    border-color: rgba(230, 0, 18, 0.1);
    text-decoration: none;
    color: inherit;
}

.service_card .service_icon {
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, #e60012, #ff4757);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    flex-shrink: 0;
}

.service_card .service_content {
    flex: 1;
}

.service_card .service_content h4 {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin: 0 0 3px 0;
    transition: color 0.3s ease;
}

.service_card:hover .service_content h4 {
    color: #e60012;
}

.service_card .service_content p {
    font-size: 12px;
    color: #666;
    margin: 0;
    line-height: 1.4;
}

.service_card .service_arrow {
    color: #ccc;
    font-size: 12px;
    transition: all 0.3s ease;
}

.service_card:hover .service_arrow {
    color: #e60012;
    transform: translateX(2px);
}



/* 移动端区域样式 */
.mobile_section {
    margin-bottom: 40px;
    padding: 0 15px;
}

.mobile_section .section_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding: 0 5px;
}

.mobile_section .section_header h3 {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin: 0;
}

.mobile_section .section_header .image_count {
    font-size: 12px;
    color: #999;
    background: #f5f5f5;
    padding: 4px 8px;
    border-radius: 10px;
}

/* 移动端2×3网格 */


/* 移动端图片卡片 */
.grid_item {
    position: relative;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    transition: all 0.3s ease;
    aspect-ratio: 4/3;
}

.grid_item:active {
    transform: scale(0.98);
}

.grid_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.grid_item:hover img {
    transform: scale(1.05);
}

.grid_item .image_overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
    padding: 8px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.grid_item .image_overlay h4 {
    font-size: 12px;
    font-weight: 600;
    margin: 0;
    line-height: 1.3;
    flex: 1;
}

.grid_item .zoom_icon {
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
    flex-shrink: 0;
    margin-left: 6px;
}

.grid_item .zoom_icon i {
    font-size: 8px;
    color: #fff;
}



/* 移动端相关服务 */
.mobile_services {
    margin: 30px 0 20px 0;
    padding: 0 15px;
}

.mobile_services .services_header {
    text-align: center;
    margin-bottom: 20px;
}

.mobile_services .services_header h3 {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin: 0;
}

.services_grid {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.service_item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px;
    background: #fff;
    border-radius: 12px;
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    border: 1px solid #f0f0f0;
}

.service_item:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(230, 0, 18, 0.1);
    border-color: rgba(230, 0, 18, 0.1);
    text-decoration: none;
    color: inherit;
}

.service_item .service_icon {
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, #e60012, #ff4757);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    flex-shrink: 0;
}

.service_item .service_content {
    flex: 1;
}

.service_item .service_content h4 {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin: 0 0 3px 0;
    transition: color 0.3s ease;
}

.service_item:hover .service_content h4 {
    color: #e60012;
}

.service_item .service_content p {
    font-size: 12px;
    color: #666;
    margin: 0;
    line-height: 1.4;
}

.service_item .service_arrow {
    color: #ccc;
    font-size: 12px;
    transition: all 0.3s ease;
}

.service_item:hover .service_arrow {
    color: #e60012;
    transform: translateX(2px);
}

/* 分类导航标签 */
.environment_nav_tabs {
    display: none; /* 桌面端隐藏 */
    gap: 10px;
    margin: 30px 0 20px 0;
    padding: 0 15px;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.environment_nav_tabs::-webkit-scrollbar {
    display: none;
}

.nav_tab {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    background: #fff;
    border-radius: 12px;
    border: 2px solid #f0f0f0;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 130px;
    flex-shrink: 0;
}

.nav_tab.active {
    background: linear-gradient(135deg, #e60012, #ff4757);
    border-color: #e60012;
    color: #fff;
}

.nav_tab:hover:not(.active) {
    border-color: #e60012;
    background: #fff5f5;
}

.nav_tab .tab_icon {
    width: 24px;
    height: 24px;
    background: rgba(230, 0, 18, 0.1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #e60012;
    transition: all 0.3s ease;
}

.nav_tab.active .tab_icon {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.nav_tab .tab_info {
    flex: 1;
}

.nav_tab .tab_title {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 2px;
}

.nav_tab.active .tab_title {
    color: #fff;
}

.nav_tab .tab_count {
    font-size: 11px;
    color: #999;
}

.nav_tab.active .tab_count {
    color: rgba(255, 255, 255, 0.8);
}

/* 主容器布局 */
.environment_main_container {
    display: flex;
    gap: 30px;
    margin-top: 40px;
    align-items: flex-start; /* 确保顶部对齐 */
}

/* 侧边栏样式 */
.environment_sidebar {
    width: 280px;
    flex-shrink: 0;
    position: sticky;
    top: 20px; /* 添加粘性定位 */
}

.sidebar_nav {
    background: #fff;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
}

.sidebar_nav h3 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 0 0 20px 0;
    padding-bottom: 15px;
    border-bottom: 2px solid #f0f0f0;
}

.nav_list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav_list .nav_item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 8px;
}

.nav_list .nav_item:hover {
    background: rgba(230, 0, 18, 0.05);
    color: #e60012;
}

.nav_list .nav_item.active {
    background: linear-gradient(135deg, #e60012, #ff1a2e);
    color: #fff;
}

.nav_list .nav_item i {
    font-size: 16px;
    width: 20px;
    text-align: center;
}

.nav_list .nav_item span {
    flex: 1;
    font-weight: 500;
}

.nav_list .nav_item small {
    font-size: 12px;
    opacity: 0.7;
}

.sidebar_info {
    background: #fff;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.sidebar_info h4 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0 0 15px 0;
}

.sidebar_info ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar_info li {
    padding: 8px 0;
    color: #666;
    font-size: 14px;
    position: relative;
    padding-left: 20px;
}

.sidebar_info li::before {
    content: '•';
    color: #e60012;
    position: absolute;
    left: 0;
    font-weight: bold;
}

/* 图片展示容器 */
.environment_gallery_container {
    flex: 1;
}

/* 桌面端网格布局 */
.desktop_grid_container {
    display: block;
}

.mobile_swiper_container {
    display: none;
}

.environment_grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

.grid_item {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    cursor: pointer;
}

.grid_item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.grid_image {
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.grid_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.grid_item:hover .grid_image img {
    transform: scale(1.05);
}

.image_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
    display: flex;
    align-items: flex-end;
    padding: 20px;
    opacity: 0;
    transition: all 0.3s ease;
}

.grid_item:hover .image_overlay {
    opacity: 1;
}

.overlay_content {
    color: #fff;
    width: 100%;
}

.overlay_content h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 5px 0;
}

.overlay_content p {
    font-size: 14px;
    margin: 0 0 15px 0;
    opacity: 0.9;
}

.view_icon {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    backdrop-filter: blur(10px);
}

.view_icon i {
    font-size: 16px;
    color: #fff;
}

/* 环境页面专用响应式 */
@media (max-width: 1200px) {
    .environment_main_container {
        flex-direction: column;
    }

    .environment_sidebar {
        width: 100%;
        order: 2;
    }

    .environment_gallery_container {
        order: 1;
    }

    .sidebar_nav, .sidebar_info {
        display: none;
    }
}

@media (max-width: 768px) {
    /* 面包屑导航移动端优化 */
    .breadcrumb_nav {
        margin: 15px 0 10px 0;
        font-size: 13px;
        padding: 0 15px;
    }

    .breadcrumb_nav .separator {
        margin: 0 8px;
    }

    /* 环境介绍区域移动端优化 */
    .environment_intro_section {
        margin: 15px 0 20px 0;
        padding: 20px 15px;
        border-radius: 12px;
    }

    /* 显示移动端布局，隐藏桌面端布局 */
    .mobile_environment_layout {
        display: block;
    }

    .environment_main_container {
        display: none;
    }

    /* 隐藏桌面端相关服务 */
    .related_links_section {
        display: none;
    }

    .intro_content {
        flex-direction: column;
        gap: 25px;
    }

    .page_title h1 {
        font-size: 26px;
        line-height: 1.3;
    }

    .page_title p {
        font-size: 14px;
        margin-top: 8px;
    }

    .environment_features {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .feature_item {
        padding: 16px;
        border-radius: 10px;
    }

    .feature_item .feature_icon {
        width: 36px;
        height: 36px;
        font-size: 16px;
    }

    .feature_item h4 {
        font-size: 15px;
        margin: 8px 0 4px 0;
    }

    .feature_item p {
        font-size: 12px;
        line-height: 1.4;
    }

    .environment_category_tabs.enhanced {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        margin: 30px 0;
    }

    .environment_category_tabs.enhanced .tab_item {
        padding: 20px 15px;
    }

    .tab_icon {
        width: 50px;
        height: 50px;
        margin-bottom: 10px;
    }

    .tab_icon i {
        font-size: 20px;
    }

    .tab_label {
        font-size: 16px;
    }

    .desktop_grid_container {
        display: none;
    }

    .mobile_swiper_container {
        display: block;
    }

    /* 主容器移动端优化 */
    .environment_main_container {
        margin-top: 20px;
        gap: 0;
    }

    /* 分类导航移动端优化 */
    .environment_nav_tabs {
        display: flex; /* 移动端显示 */
        padding: 0 10px;
        gap: 8px;
        overflow-x: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
        margin: 20px 0 25px 0;
    }

    .environment_nav_tabs::-webkit-scrollbar {
        display: none;
    }

    .nav_tab {
        min-width: 120px;
        padding: 10px 12px;
        gap: 10px;
        border-radius: 10px;
    }

    .nav_tab .tab_icon {
        width: 20px;
        height: 20px;
        font-size: 10px;
    }

    .nav_tab .tab_title {
        font-size: 13px;
    }

    .nav_tab .tab_count {
        font-size: 10px;
    }
}

/* 相关链接区域 */
.related_links_section {
    margin: 60px 0 40px 0;
    padding: 40px;
    background: linear-gradient(135deg, #fff5f5 0%, #ffffff 100%);
    border-radius: 20px;
    box-shadow: 0 8px 25px rgba(230, 0, 18, 0.08);
    border: 1px solid rgba(230, 0, 18, 0.1);
}

.related_links_section .section_title {
    text-align: center;
    margin-bottom: 35px;
    position: relative;
}

.related_links_section .section_title::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #e60012, #ff4757);
    border-radius: 2px;
}

.related_links_section .section_title h3 {
    font-size: 26px;
    font-weight: 700;
    color: #333;
    margin: 0 0 8px 0;
}

.related_links_section .section_title p {
    font-size: 15px;
    color: #666;
    margin: 0;
}

.links_grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

.link_card {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 24px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    text-decoration: none;
    color: inherit;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(230, 0, 18, 0.08);
}

.link_card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(230, 0, 18, 0.1), transparent);
    transition: left 0.5s ease;
}

.link_card:hover::before {
    left: 100%;
}

.link_card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(230, 0, 18, 0.12);
    color: inherit;
    text-decoration: none;
    border-color: rgba(230, 0, 18, 0.15);
}

.link_card .card_icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #e60012, #ff1a2e);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    flex-shrink: 0;
}

.link_card .card_content {
    flex: 1;
}

.link_card .card_content h4 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 0 0 5px 0;
    transition: color 0.3s ease;
}

.link_card .card_content p {
    font-size: 14px;
    color: #666;
    margin: 0;
    line-height: 1.5;
}

.link_card:hover .card_content h4 {
    color: #e60012;
}

.link_card .card_arrow {
    color: #ccc;
    font-size: 16px;
    transition: all 0.3s ease;
}

.link_card:hover .card_arrow {
    color: #e60012;
    transform: translateX(5px);
}

/* 相关链接区域移动端适配 */
@media (max-width: 768px) {
    .related_links_section {
        margin: 40px 0 20px 0;
        padding: 25px 15px;
        border-radius: 15px;
    }

    .related_links_section .section_title {
        margin-bottom: 25px;
    }

    .related_links_section .section_title h3 {
        font-size: 22px;
    }

    .related_links_section .section_title p {
        font-size: 14px;
    }

    .links_grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .link_card {
        padding: 18px;
        gap: 14px;
        border-radius: 12px;
    }

    .link_card .card_icon {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }

    .link_card .card_content h4 {
        font-size: 16px;
    }
}
  /* 背景图片A层 - 主背景 */
  .slide_factory .bg-layer-a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      opacity: 1;
      z-index: 1;
  }

  /* 背景图片B层 - 切换背景 */
  .slide_factory .bg-layer-b {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      opacity: 0;
      z-index: 2;
  }

