@font-face {
	font-family: yugongsongti;
	src: url(//x0.ifengimg.com/ucms/2026/0721/18d84356db8b59f79c7337e986342514.woff2);
}

@font-face {
	font-family: corbelb;
	src: url(//x0.ifengimg.com/ucms/2026/0721/b151a9fe5ab705063ccba6cfe0636e7d.ttf);
}

@font-face {
	font-family: misans;
	src: url(//x0.ifengimg.com/ucms/2026/0721/db5eca7eb9de1e2715557a3978f47d1f.ttf);
}

@font-face {
	font-family: misans-light;
	src: url(//x0.ifengimg.com/ucms/2026/0722/81b2d01d27cc17c7a72f2d3339122e77.ttf);
}

@font-face {
	font-family: misans-regular;
	src: url(//x0.ifengimg.com/ucms/2026/0722/db5eca7eb9de1e2715557a3978f47d1f.ttf);
}


/* ==================== 基础变量 ==================== */
:root {
	--color-primary: #bf7846;
	--color-primary-light: #ffd18c;
	--color-text-light: #ffffff;
	--color-text-dark: #333333;
	--color-text-gray: #666666;
	--color-bg-light: #f8f9fa;
	--max-width: 1920px;
}

/* ==================== 页面基础 ==================== */
html,
body {
	margin: 0;
	padding: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
	scroll-behavior: smooth;
}

.no-scroll {
	overflow: hidden;
}

.app {
	width: 100%;
	max-width: var(--max-width);
	margin: 0 auto;
	position: relative;
}

/* ==================== 头部区域 ==================== */
.header {
	position: relative;
	width: 100%;
	max-height: 100vh;
	min-height: 982px;
	overflow: hidden;
}

/* 背景图 */
.header-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.header-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

/* ==================== 导航栏 ==================== */
.nav {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: 30px 0;
	max-width: 1400px;
	margin: 0 auto;
}

.nav-container {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1800px;
	margin: 0 auto;
	padding: 0 40px;
}

/* Logo */
.ifeng-logo {
	display: block;
	width: 188px;
	height: 37px;
	background: url(//x0.ifengimg.com/ucms/special/images/49F8FBC70FF3BB6C27CEB1F9090DCF8C.png) no-repeat center / contain;
}

.logo {
	display: flex;
	align-items: center;
	gap: 12px;
}

.logo-line {
	display: block;
	width: 4px;
	height: 24px;
	background: linear-gradient(180deg, #c9a962 0%, #e8d5a3 100%);
	border-radius: 2px;
}

.logo-text {
	font-size: clamp(16px, 3.4vmin, 30px);
	font-weight: 600;
	color: var(--color-text-light);
	letter-spacing: 2px;
	font-weight: normal;
	font-family: yugongsongti, kaiti, sans-serif;
}

/* 导航菜单样式 */
.nav-menu {
	display: flex;
	list-style: none;
	margin: 0 0 0 -24%;
	padding: 0;
	gap: 50px;
	font-family: yugongsongti, kaiti, sans-serif;
}

.nav-menu a {
	color: var(--color-text-light);
	text-decoration: none;
	font-size: clamp(12px, 3.6vmin, 18px);
	font-weight: 400;
	transition: color 0.3s ease;
	position: relative;
}

.nav-menu a:hover {
	color: var(--color-primary);
}

.nav-menu a::after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 0;
	height: 2px;
	background: var(--color-primary);
	transition: width 0.3s ease;
}

.nav-menu a:hover::after {
	width: 100%;
}

/* ==================== 主标题区域 ==================== */
.main-title{width: 66%; position: absolute; top: 27%; left: 0;right: 0;margin: 0 auto;}
.main-title-mobile{display: none;}

.activity-title{margin: 0 auto 6%;}
.activity-title-PC{margin: 0 auto;}
.activity-title-mobile{display: none;}

.env-title{margin: 0 auto 6%;}
.env-title-PC{margin: 0 auto;}
.env-title-mobile{display: none;}

.contact-title-PC{margin: 0 auto;}
.contact-title-mobile{display: none;}


.hero {
	position: absolute;
	top: 23%;
	margin: 0 auto;
	left: 0;
	right: 0;
	text-align: center;
	max-width: 1200px;
	z-index: 10;
}

.hero-title {
	font-size: 66px;
	font-weight: normal;
	color: var(--color-text-light);
	margin: 0 0 -0.5% 0;
	line-height: 1.3;
	text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
	font-family: yugongsongti, kaiti, sans-serif;
}

.hero-title-line {
	font-family: kaiti, sans-serif;
}

.hero-subtitle {
	font-family: corbelb, sans-serif;
	font-size: clamp(14px, 4.6vmin, 32px);
	color: rgba(255, 255, 255, 0.9);
	margin: 0 0 3% 0;
	font-weight: normal;
	letter-spacing: 1px;
}

.hero-partner {
	font-family: yugongsongti, kaiti, sans-serif;
	font-size: clamp(14px, 4vmin, 40px);
	color: var(--color-primary);
	margin: 0;
	font-weight: 600;
	letter-spacing: 2px;
}

/* ==================== 招募对象 ==================== */
.recruit-section {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	border-top-left-radius: 1.2rem;
	border-top-right-radius: 1.2rem;
	background: linear-gradient(180deg, rgba(255, 152, 42, 0.55) 0%, rgba(255, 209, 140, 0.65) 100%);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	padding: 40px 60px 85px;
	z-index: 10;
}

.recruit-content {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	max-width: 1400px;
	margin: 0 auto;
}

.recruit-label {
	flex-shrink: 0;
}

.recruit-label img {
	width: 60px;
	height: auto;
	display: block;
}

.recruit-text {
	font-size: clamp(14px, 3.4vmin, 24px);
	color: #fff2ca;
	line-height: 1.8;
	margin: 0;
	font-family: yugongsongti, kaiti, sans-serif;
	font-weight: lighter;
}

.recruit-link {
	color: #fff2ca;
}


/* ==================== 认识拉斯海玛区域 ==================== */
.intro-section {
	position: relative;
	width: 100%;
	min-height: 900px;
	overflow: hidden;
	background: #f5f5f5;
}

.intro-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: #ffffff;
}

.intro-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

/* 预约咨询按钮 */
.consult-btn {
	position: absolute;
	top: 40px;
	right: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	width: 370px;
	height: 76px;
	background-image: linear-gradient(87deg,
			#ffdcaf 0%,
			#ffce93 51%,
			#ffbf78 100%);
	border-radius: 38px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
	cursor: pointer;
	z-index: 10;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.consult-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15);
}

.consult-btn img {
	width: 35px;
	height: 35px;
	object-fit: contain;
}

.consult-btn span {
	font-size: clamp(14px, 3.4vmin, 28px);
	font-weight: 600;
	background: linear-gradient(180deg, #d98745 0%, #a44b1a 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

/* 标题区域 */
.intro-header {
	position: relative;
	z-index: 5;
	text-align: center;
	padding-top: 140px;
	margin-bottom: 140px;
}
.intro-title-PC{margin: 0 auto;}
.intro-title-mobile{display: none;}

.intro-title {
	font-family: yugongsongti, kaiti, sans-serif;
	font-size: clamp(28px, 8vmin, 60px);
	font-weight: normal;
	color: #151515;
	margin: 0 0 -0.5% 0;
	letter-spacing: 8px;
}

.intro-subtitle {
	font-family: corbelb, sans-serif;
	font-size: clamp(18px, 3.6vmin, 36px);
	color: #1c1c1c;
	margin: 0;
	font-weight: 400;
}

/* 内容区域 */
.intro-content {
	position: relative;
	z-index: 5;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 60px;
}

.intro-text {
	max-width: 775px;
}

.intro-en {
	font-size: 14px;
	color: var(--color-text-gray);
	margin: 0 0 50px 0;
	font-style: italic;
}

.intro-desc {
	font-family: misans, sans-serif;
	font-size: 28px;
	color: #1c1c1c;
	line-height: 1.8;
	margin: 0;
}

/* ==================== 海陆空交通优势卡片区域 ==================== */
.transport-section {
	padding: 80px 60px;
}

.transport-container {
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	gap: 18px;
	flex-wrap: wrap;
}

.transport-card {
	position: relative;
	flex: 1;
	min-width: 200px;
	background: #e8f8fc;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	display: flex;
	flex-direction: column;
}

.transport-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.transport-image {
	position: relative;
	width: 100%;
	height: 160px;
	overflow: hidden;
}

.transport-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.transport-body {
	position: relative;
	padding: 40px 10px 60px;
	display: flex;
	flex-direction: column;
	background: #e8f8fc;
}

.transport-icon {
	position: absolute;
	width: 48px;
	height: 48px;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	transform: translateY(-50%);
}

.transport-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.advantage-title {
	font-family: yugongsongti, kaiti, sans-serif;
	font-size: clamp(18px, 6vmin, 22px);
	color: #313131;
	margin: 0 auto;
	text-align: center;
}

.transport-desc {
	font-family: misans, sans-serif;
	font-size: 16px;
	color: var(--color-text-gray);
	line-height: 1.4;
	margin: 0 auto 28px;
	text-align: center;
}

.advantage-info {
	position: absolute;
	bottom: 11%;
	left: 0;
	right: 0;
	width: 158px;
	height: 34px;
	display: inline-flex;
	/* Flex 布局 */
	align-items: center;
	/* 垂直居中 */
	justify-content: center;
	white-space: nowrap;
	background-color: #ff9d00;
	/* 橙色背景 */
	color: #ffffff;
	/* 白色文字 */
	bottom: 5%;
	/* 调整这里的大小，箭头会自动跟随变化 */
	padding: 2% 4%;
	/* font-size: 16px; */
	/* 字体大小 */

	border-radius: 4px;
	/* 圆角 */
	text-decoration: none;
	/* 去除链接下划线 */
	transition: background-color 0.3s ease;
	/* 平滑过渡效果 */
	cursor: pointer;
	margin: 0 auto;
}

.advantage-info span {
	font-size: clamp(12px, 3.1vmin, 16px);
}

.advantage-info:hover {
	background-color: #e68a00;
	/* 悬停变深 */
}

.advantage-info svg {
	width: 2em;
	height: auto;
	margin-left: 8px;
	/* 文字与箭头的间距 */
	fill: currentColor;
	/* 让箭头颜色跟随文字颜色（白色） */
	display: block;
	/* 消除SVG底部的微小间隙 */
}

/* ==================== 活动时间板块 ==================== */
.activity-env-section {
	position: relative;
	margin: 40px 0 0;
}

.activity-frame {
	position: relative;
	min-height: 900px;
	padding: 94px 0 0;
	background: url(//x0.ifengimg.com/ucms/special/images/31172B5FF1FC7B99C6403F53C8EE5001.png) no-repeat center/cover;
}

.activity-env-title {
	font-family: yugongsongti, kaiti, sans-serif;
	font-size: clamp(24px, 8vmin, 56px);
	font-weight: normal;
	text-align: center;
	color: #151515;
	margin: 0 auto;
	letter-spacing: 10px;
}

.activity-env-subtitle {
	font-family: corbelb, sans-serif;
	font-size: clamp(18px, 3.6vmin, 36px);
	color: #1c1c1c;
	text-align: center;
	margin: -1% auto 6%;
}

/* 活动行程内容区域 - Flex布局 */
.activity-content {
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	gap: 40px;
	padding: 0 20px;
}

/* 左侧活动简介 */
.activity-summary {
	width: 360px;
	flex-shrink: 0;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	color: #ffffff;
}

.activity-summary-head {
	margin-bottom: 30px;
}

.activity-summary-head h3 {
	font-family: misans, sans-serif;
	font-size: clamp(18px, 6.5vmin, 32px);
	font-weight: 600;
	color: #ffffff;
	margin: 0 0 -0.8% 0;
}

.activity-summary-head h4 {
	font-size: 18px;
	color: rgba(255, 255, 255, 0.8);
	margin: 0 0 12px 0;
	font-weight: 400;
}

.activity-summary-head h5 {
	font-family: misans, sans-serif;
	font-size: clamp(16px, 5.4vmin, 28px);
	font-weight: 600;
	color: #ffffff;
	margin: 0;
	letter-spacing: 4px;
}

.activity-line {
	width: 1px;
	height: 200px;
	background: rgba(255, 255, 255, 0.4);
	margin: 20px 0;
}

.activity-summary-bottom {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.activity-time {
	font-family: misans, sans-serif;
	display: flex;
	align-items: baseline;
	gap: 4px;
	color: #ffffff;
}

.activity-font-large {
	font-size: 48px;
	font-weight: 700;
	color: #ffffff;
}

.activity-font-medium {
	font-size: 20px;
	color: #ffffff;
}

.activity-location {
	font-family: misans, sans-serif;
	font-size: 26px;
	color: #ffffff;
	margin-top: 10px;
}

/* 右侧活动详情表格 */
.activity-detail {
	flex: 1;
	max-width: 878px;
	padding: 1% 1.8%;
	background: rgba(0, 46, 128, 0.5);
	border: 1px solid #00ffff;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

/* 表格头部 - Flex布局 */
.activity-table-head {
	font-family: yugongsongti, kaiti, sans-serif;
	display: flex;
	padding: 20px 24px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	flex-shrink: 0;
}

.activity-table-time,
.activity-table-arrangement,
.activity-table-value {
	font-size: 25px;
	font-weight: 600;
	color: #ffffff;
}

.activity-table-time {
	font-size: 24px;
	width: 80px;
	flex-shrink: 0;
}

.activity-time-icon {
	width: 108px;
	height: 34px;
	background: url(//x0.ifengimg.com/ucms/special/images/E5F33312F37904F11EE366B9DC54A54F.png) no-repeat center/contain;
}

.activity-location-icon {
	width: 130px;
	height: 36px;
	background: url(//x0.ifengimg.com/ucms/special/images/CF0B45F5E6BAA5FEF3AC9E895EDD4AA8.png) no-repeat center/contain;
}

.activity-table-arrangement {
	width: 280px;
	flex-shrink: 0;
	text-align: center;
}

.activity-table-value {
	flex: 1;
	text-align: center;
}

/* 表格内容区域 - 可滚动 */
.activity-table-body {
	flex: 1;
	overflow-y: auto;
	padding: 0;
	max-height: 600px;
}

/* 自定义滚动条样式 */
.activity-table-body::-webkit-scrollbar {
	width: 6px;
}

.activity-table-body::-webkit-scrollbar-track {
	background: rgba(255, 255, 255, 0.2);
}

.activity-table-body::-webkit-scrollbar-thumb {
	background: #00a0e9;
	border-radius: 3px;
}

.activity-table-body::-webkit-scrollbar-thumb:hover {
	background: #009fe9a2;
}

/* 表格行 - Flex布局 */
.activity-table-item {
	display: flex;
	padding: 24px 24px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	transition: background 0.2s ease;
}

.activity-table-item:hover {
	background: rgba(255, 255, 255, 0.05);
}

.activity-table-item:last-child {
	border-bottom: none;
}

.activity-table-item-time {
	font-family: yugongsongti, kaiti, sans-serif;
	width: 80px;
	flex-shrink: 0;
	font-size: 24px;
	font-weight: 600;
	color: #ffffff;
}

.activity-table-item-arrangement {
	font-family: yugongsongti, kaiti, sans-serif;
	width: 290px;
	flex-shrink: 0;
	padding-left: 20px;
	font-size: 22px;
	font-weight: 500;
	color: #ffffff;
	line-height: 1.7;
}

.activity-table-item-value {
	flex: 1;
	padding-left: 20px;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.85);
	line-height: 1.7;
}

.business-env-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.business-env-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.business-env-container {
	position: relative;
	z-index: 5;
	max-width: 1400px;
	margin: 0 auto;
}

/* 标题区域 */
.business-env-header {
	text-align: left;
	margin-bottom: 50px;
}

.business-env-title {
	font-size: clamp(24px, 5vmin, 40px);
	font-weight: 700;
	color: #151515;
	font-family: minsans, sans-serif;
	margin: 0 0 -0.3% 0;
}

.business-env-subtitle {
	width: 50%;
	font-family: minsans-regular, sans-serif;
	font-size: clamp(14px, 4vmin, 24px);
	color: #313131;
	margin: 0;
	font-weight: 400;
}

/* 卡片网格 */
.business-env-section {
	padding: 0 60px 80px;
	margin: 0 0 1%;
}

.business-env-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px 80px;
	background: #e8f8fc;
	padding: 40px 30px 40px;
	border-radius: .6rem;
}

.env-card {
	display: flex;
	align-items: flex-start;
	gap: 20px;
	padding: 16px;
	justify-content: space-evenly;
}

.env-icon {
	width: clamp(34px, 8vmin, 56px);
	height: clamp(34px, 8vmin, 56px);
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}



.env-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.env-content h3 {
	font-size: clamp(16px, 5vw, 30px);
	font-weight: 600;
	color: #151515;
	margin: 0 0 2% 0;
	font-family: minsans, sans-serif;
}

.env-content p {
	font-size: clamp(16px, 4vw, 24px);
	color: #313131;
	line-height: 1.6;
	font-weight: normal;
	margin: 0;
	font-family: minsans-regular, sans-serif;
	text-align: justify;
}

/* ==================== 核心经济载体板块 ==================== */
.economic-zone-section {
	padding: 6% 2%;
	background: #fff;
}

.economic-zone-container {
	max-width: 1400px;
	margin: 0 auto;
}

/* 标题区域 */
.economic-zone-header {
	margin-bottom: 30px;
}

.economic-zone-title {
	font-size: clamp(24px, 5vw, 40px);
	font-weight: 700;
	color: var(--color-text-dark);
	margin: 0 0 -0.5% 0;
	line-height: 1.6;
	font-family: minsans, sans-serif;
}

.economic-zone-subtitle {
	font-family: misans-regular, sans-serif;
	font-size: 24px;
	color: #313131;
	margin: 0;
	font-weight: 400;
	line-height: 1.6;
}

/* 顶部区域：描述 + 特性 */
.economic-zone-top {
	display: flex;
	gap: 60px;
	margin-bottom: 30px;
	align-items: flex-start;
}

.economic-zone-desc-wrap {
	flex: 1;
	max-width: 520px;
}

.economic-zone-desc {
	font-size: 16px;
	color: var(--color-text-dark);
	line-height: 1.8;
	margin: 0;
}

/* 特性列表 */
.economic-zone-features {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 16px;
}

.feature-item {
	display: flex;
	align-items: flex-start;
	gap: 30px;
	justify-content: space-between;
}

.feature-icon {
	min-width: 60px;
}

.feature-content {
	max-width: 510px;
	width: 84%;
}

.feature-item {
	max-width: 612px;
}

.feature-content h4 {
	font-family: misans-regular, sans-serif;
	font-size: clamp(16px, 5vw, 24px);
	margin: -6px 0 8px 0;
	font-weight: normal;
}

.feature-item p {
	font-size: clamp(14px, 4vmin, 18px);
	color: #161616;
	line-height: 1.6;
	margin: 0 0 36px;
	padding-top: 2px;
}

.feature-content-title {
	font-family: minsans, sans-serif;
}

.link-feature {
	color: #ff7e29;
	word-break: keep-all;
}

/* 分割线 */
.economic-zone-divider {
	width: 100%;
	height: 1px;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.05) 100%);
	margin: 20px auto 45px;
}

/* 底部区域：切换按钮 + 图片 */
.economic-zone-bottom {
	display: flex;
	gap: 30px;
	align-items: stretch;
}

/* 左侧切换按钮 */
.economic-zone-tabs {
	flex: 0 0 410px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	height: 536px;
	overflow: auto;
	padding: 0 12px 0 0;
}

.economic-zone-tabs::-webkit-scrollbar {
	width: 6px;
}

.economic-zone-tabs::-webkit-scrollbar-track {
	background: rgba(255, 255, 255, 0.2);
}

.economic-zone-tabs::-webkit-scrollbar-thumb {
	background: #d4d4d4;
	border-radius: 3px;
}

.economic-zone-tabs::-webkit-scrollbar-thumb:hover {
	background: #dbdbdbce;
}

.tab-item {
	background: #f5f5f5;
	border-radius: 8px;
	padding: 20px 18px;
	cursor: pointer;
	transition: all 0.3s ease;
	font-family: minsans, sans-serif;
}

.tab-item:hover {
	background: #ebebeb;
}

.tab-item.active {
	background: #e8f8fc;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.tab-item p {
	font-size: clamp(16px, 4.6vw, 24px);
	color: var(--color-text-dark);
	line-height: 1.6;
	margin: 0;
}

.tab-item.active p {
	font-family: misans-regular, sans-serif;
	color: var(--color-text-dark);
	font-weight: 500;
}

/* 右侧图片展示 */
.economic-zone-gallery {
	flex: 1;
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	border-radius: 12px;
	overflow: hidden;
	background: #f5f5f5;
	cursor: pointer;
}

.economic-zone-gallery::after {
	content: '';
	position: absolute;
	bottom: 7%;
	left: 1%;
	width: 15%;
	height: 15%;
	background: url(//x0.ifengimg.com/ucms/special/images/199CBED03A5891F3BB3A58E4AB262E0B.png) no-repeat center/contain;
	pointer-events: none;
}


.gallery-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 0.4s ease;
	pointer-events: none;
}

.gallery-image.active {
	opacity: 1;
	pointer-events: initial;
}

.gallery-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: .3s;
}

.economic-zone-gallery:hover .gallery-image.active img {
	transform: scale(1.05);
	filter: brightness(1.05);
}



/* ==================== 联系咨询与合作对接表单 ==================== */
.contact-form-section {
	background: #1847cc;
	padding: 80px 60px;
	min-height: 600px;
}

.contact-form-container {
	max-width: 1200px;
	margin: 0 auto;
}

/* 标题区域 */
.contact-form-header {
	text-align: center;
	margin-bottom: 40px;
}

.contact-form-title {
	font-family: yugongsongti, kaiti, sans-serif;
	font-size: clamp(28px, 8vmin, 60px);
	font-weight: normal;
	color: #ffffff;
	margin: 0 auto;
	letter-spacing: 2%;
}

.contact-form-subtitle {
	font-size: clamp(14px, 4vmin, 32px);
	font-family: corbelb, sans-serif;
	color: rgba(255, 255, 255, 0.9);
	margin: -0.8% auto 0;
	font-weight: 400;
}

/* 表单卡片 */
.contact-form-card {
	background: #eff8ff;
	border-radius: 12px;
	padding: 50px 60px;
	margin-bottom: 40px;
}

/* 提示文字 */
.contact-form-tip {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 40px;
}

.tip-icon {
	width: 6px;
	height: 24px;
	background-image: linear-gradient(0deg,
			#daa23e 0%,
			#eec772 50%,
			#f3d282 65%,
			#ebc05f 100%);
	border-radius: 3px;
	flex-shrink: 0;
}

.tip-text {
	font-family: yugongsongti, kaiti, sans-serif;
	font-size: clamp(15px, 4vmin, 32px);
	color: #333333;
	font-weight: 500;
}

/* 表单网格布局 - 三列 */
.contact-form-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px 40px;
	margin-bottom: 50px;
}

/* 表单组 */
.contact-form-group {
	display: flex;
	flex-direction: column;
}

.contact-form-group label {
	font-family: minsans, sans-serif;
	font-size: clamp(15px, 4vmin, 26px);
	color: #333333;
	margin-bottom: 2%;
	font-weight: 500;
	text-indent: min(4px, 2%);
}

.contact-form-group input,
.contact-form-group select {
	width: 100%;
	height: 50px;
	padding: 0 16px;
	border: 1px solid #e0e0e0;
	border-radius: 6px;
	font-size: 16px;
	color: #333333;
	background-color: #ffffff;
	transition: all 0.3s ease;
	outline: none;
}

.contact-form-group input:focus,
.contact-form-group select:focus {
	border-color: #2b5ce6;
	box-shadow: 0 0 0 3px rgba(43, 92, 230, 0.1);
}

.contact-form-group input.error,
.contact-form-group select.error {
	border-color: #ef4444;
}

.contact-form-group input.error:focus,
.contact-form-group select.error:focus {
	box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.1);
}

.contact-form-group input::placeholder {
	color: #999999;
}

.contact-form-group select {
	cursor: pointer;
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 12px center;
	padding-right: 36px;
}

.contact-form-group select option:first-child {
	color: #999999;
}

/* 错误提示 */
.contact-error-message {
	display: block;
	color: #ef4444;
	font-size: 13px;
	margin-top: 6px;
	min-height: 18px;
}

/* 按钮区域 */
.contact-form-buttons {
	display: flex;
	justify-content: space-evenly;
	gap: 40px;
	font-family: minsans, sans-serif;
}

.contact-submit-btn {
	min-width: 200px;
	height: 56px;
	padding: 0 48px;
	background: linear-gradient(to bottom, #3b9bfe 0%, #397bf7 100%);
	color: #ffffff;
	border: none;
	border-radius: 28px;
	font-size: 20px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s ease;
}

.contact-submit-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 24px rgba(43, 92, 230, 0.4);
}

.contact-submit-btn:active {
	transform: translateY(0);
}

.contact-submit-btn:disabled,
.contact-submit-btn.disable {
	background: #cccccc;
	cursor: not-allowed;
	transform: none;
	box-shadow: none;
}

.contact-reset-btn {
	min-width: 200px;
	height: 56px;
	padding: 0 48px;
	background: #ffffff;
	color: #666666;
	border: 1px solid #d0d0d0;
	border-radius: 28px;
	font-size: 20px;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.3s ease;
}

.contact-reset-btn:hover {
	background: #f5f5f5;
	border-color: #999999;
}

/* 邮箱信息 */
.contact-form-email {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 32px;
}

.email-icon {
	width: clamp(24px, 12vmin, 60px);
	height: clamp(24px, 12vmin, 60px);
	background: url(//x0.ifengimg.com/ucms/special/images/A2FDDD47D237E5B49F47F5424F217AD1.png) no-repeat center/contain;
}

.email-text {
	font-family: minsans, sans-serif;
	font-size: clamp(16px, 4vmin, 32px);
	color: #ffffff;
}

/* Toast 提示 */
.contact-toast {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	padding: 14px 28px;
	border-radius: 8px;
	font-size: 16px;
	z-index: 9999;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
	display: none;
	animation: toastIn 0.3s ease-out;
}

.contact-toast.show {
	display: block;
}

.contact-toast.success {
	background: #10b981;
}

.contact-toast.error {
	background: #ef4444;
}

.contact-toast.info {
	background: #3b82f6;
}

@keyframes toastIn {
	from {
		opacity: 0;
		transform: translateX(-50%) translateY(-20px);
	}

	to {
		opacity: 1;
		transform: translateX(-50%) translateY(0);
	}
}

/*  */
.mask {
	z-index: 30;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	visibility: hidden;
	background: rgba(0, 0, 0, .9);
}

.mask.visible {
	visibility: visible;
}

.mask video {
	width: min(100vw, 1400px);
	margin: auto;
	transition: initial;
	transform: scale(.4);
	will-change: auto;
}

.mask.visible video {
	transition: .3s;
	transform: scale(1);
}

.video-close {
	position: absolute;
	top: min(20px, 4%);
	right: min(20px, 4%);
	width: min(42px, 7vmin);
	height: min(42px, 7vmin);
	cursor: pointer;
	background: url(//x0.ifengimg.com/ucms/special/images/356D9578B6651E35B249DFE3BDE231D6.png);
	background-repeat: no-repeat;
	background-size: contain;
}

/**/
.gradient-head {
	background: linear-gradient(to bottom, #efb372, #ffe7d6);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	display: inline-block;
}

.gradient-subtitle {
	background: linear-gradient(to bottom, #9e4619, #cb6c1f);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	display: inline-block;
}

.foot {
	width: 100%;
	height: auto;
	margin: 20px auto 5px;
	color: #111111;
	text-align: center;
	font-size: clamp(12px, 3.4vmin, 16px);
}

/*  */

/* ==================== 响应式适配 ==================== */
@media (max-width: 1360px) {
	.hero-content {
		padding: 0 40px;
	}

	.hero-title {
		font-size: 56px;
	}

	.intro-bg img {
		object-position: 83.2% 28vmin;
	}

	.nav-menu {
		margin: 0;
	}

	.ifeng-logo {
		width: 158px;
		height: 30px;
	}

	.recruit-section {
		padding: 35px 50px 45px;
	}

	.transport-card {
		min-width: 200px;
		max-width: 155px;
	}

	.business-env-subtitle {
		width: auto;
	}

	.economic-zone-bottom {
		flex-direction: column-reverse;
	}

	.economic-zone-container {
		gap: 40px;
	}

	.contact-form-section {
		padding: 60px 40px;
	}

	.contact-form-card {
		padding: 40px;
	}

	.contact-form-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 25px 30px;
	}

	.economic-zone-features {
		justify-content: center;
	}

	.advantage-info svg {
		display: none;
	}

	.business-env-header {
		padding: 0 4%;
	}
}

@media (max-width: 992px) {
	.hero-content {
		padding: 0 4%;
	}

	.nav {
		padding: 20px 0;
	}

	.nav-container {
		padding: 0 30px;
	}

	.nav-menu {
		position: static;
		transform: none;
		gap: 30px;
	}

	.ifeng-logo {
		width: 118px;
		height: 25px;
	}

	.hero {
		top: 30%;
	}

	.hero-title {
		font-size: 48px;
	}

	.recruit-section {
		padding: 30px 40px 45px;
	}

	.recruit-content {
		gap: 16px;
	}

	.recruit-label img {
		width: 50px;
	}

	.consult-btn {
		top: 30px;
		right: 40px;
		width: 300px;
		height: 62px;
		gap: 10px;
	}

	.consult-btn img {
		width: 24px;
		height: 24px;
	}

	.intro-header {
		padding: 24% 8% 0;
		margin-bottom: 8%;
	}

	.intro-content {
		padding: 0 40px;
	}

	.transport-section {
		padding: 12% 4%;
	}

	.transport-container {
		gap: 16px;
	}

	.transport-card {
		min-width: 260px;
	}

	.activity-env-section {
		min-height: auto;
	}

	/* 活动行程 - 平板适配 */
	.activity-content {
		flex-direction: column;
		gap: 30px;
	}

	.activity-summary {
		width: 100%;
		flex-direction: row;
		align-items: flex-start;
		gap: 30px;
	}

	.activity-summary-head {
		flex: 1;
		margin: 0 auto;
		text-align: center;
	}

	.activity-line {
		width: 1px;
		height: 120px;
		margin: 0;
	}

	.activity-summary-bottom {
		margin: 0 auto;
		flex-direction: column;
		gap: 15px;
	}

	.activity-font-large {
		font-size: 36px;
	}

	.activity-detail {
		width: 100%;
	}

	.activity-table-head {
		padding: 15px 20px;
	}

	.activity-table-time,
	.activity-table-arrangement,
	.activity-table-value {
		font-size: 16px;
	}

	.activity-table-item {
		padding: 15px 20px;
	}

	.activity-table-item-time {
		font-size: 20px;
	}

	.activity-table-item-arrangement {
		font-size: 20px;
	}

	.activity-table-item-value {
		font-size: 14px;
	}

	.business-env-section {
		padding: 0;
		margin: 0 0 60px;
	}

	.business-env-grid {
		gap: 25px;
	}

	.env-card {
		padding: 15px;
	}

	.economic-zone-top {
		flex-direction: column;
		gap: 30px;
	}

	.economic-zone-desc-wrap {
		max-width: 100%;
	}

	.economic-zone-tabs {
		flex: 1;
		width: 100%;
		/* flex-direction: row; */
		flex-wrap: wrap;
	}

	.tab-item {
		flex: 1;
		min-width: 200px;
	}

	.contact-form-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.contact-form-section {
		padding: 50px 40px;
	}

	.contact-form-card {
		padding: 35px 30px;
	}

	.contact-form-group input,
	.contact-form-group select {
		height: 46px;
		font-size: 15px;
	}

	.contact-form-buttons {
		flex-direction: column;
		gap: 16px;
	}

	.contact-submit-btn,
	.contact-reset-btn {
		width: 100%;
		height: 50px;
		font-size: 18px;
	}

}

@media (max-width: 768px) {
	.main-title{width: 74%; top: 18%;}
	.main-title-PC{display: none;}
	.main-title-mobile{display: block;}
	
	
	.header {
		min-height: initial;
		height: 900px;
	}


	.nav {
		padding: 15px 0;
	}

	.nav-container {
		padding: 0 20px;
	}

	.nav-menu {
		display: none;
	}

	.hero {
		top: 32%;
	}

	.hero-title {
		font-size: 32px;
		margin-bottom: 12px;
	}

	.hero-subtitle {
		margin-bottom: 16px;
		line-height: 1.2;
	}

	.hero-partner {
		letter-spacing: 1px;
	}

	.intro-subtitle {
		margin: 0 auto 9%;
		line-height: 1.2;
	}

	.recruit-section {
		padding: 20px;
	}

	.recruit-content {
		gap: 12px;
	}

	.recruit-label {
		align-self: flex-start;
	}

	.recruit-label img {
		width: 40px;
	}

	.intro-section {
		min-height: 700px;
	}

	.consult-btn {
		top: 20px;
		right: 20px;
		width: 240px;
		height: 50px;
		gap: 8px;
	}

	.consult-btn img {
		width: 20px;
		height: 20px;
	}

	.intro-title {
		letter-spacing: 2px;
		line-height: 1.2;
		margin-bottom: 0;
	}

	.intro-content {
		padding: 0 8%;
	}

	.intro-en {
		font-size: 12px;
		margin-bottom: 20px;
	}

	.intro-desc {
		font-size: clamp(14px, 3.8vmin, 18px);
	}

	.transport-container {
		flex-direction: row;
		gap: 5vmin;
		flex-wrap: wrap;
	}

	.transport-card {
		min-width: 160px;
	}

	.transport-image {
		height: 18vmin;
	}

	.transport-body {
		padding: 12% 4% 28%;
	}

	.transport-icon {
		width: 44px;
		height: 44px;
		margin-bottom: 12px;
	}

	.title-cn {
		font-size: 20px;
	}

	.title-en {
		font-size: 13px;
	}

	.transport-desc {
		font-size: 16px;
	}

	/* 活动行程 - 手机适配 */
	.activity-frame {
		padding: 60px 4%;
		min-height: auto;
	}

	.activity-content {
		padding: 0 15px;
		gap: 20px;
	}

	.activity-summary {
		flex-direction: column;
		gap: 20px;
	}

	.activity-summary-head h4 {
		font-size: 3.4vmin;
	}

	.activity-line {
		width: 100%;
		height: 1px;
		margin: 10px 0;
	}

	.activity-time-icon {
		width: 16vmin;
		height: 7vmin;
	}

	.advantage-title {
		font-size: clamp(14px, 3.1vmin, 16px);
	}

	.advantage-info {
		width: min(18vmin, 160px);
		height: min(8vmin, 30px);
	}

	.activity-location-icon {
		width: 18vmin;
		height: 7vmin;
	}

	.activity-summary-bottom {
		flex-direction: row;
		flex-wrap: wrap;
		gap: 10px 30px;
	}

	.activity-font-large {
		font-size: 28px;
	}

	.activity-font-medium {
		font-size: 16px;
	}

	.activity-location {
		font-size: 22px;
		margin-top: 2%;
	}

	.activity-detail {
		border-radius: 6px;
	}

	.activity-table-head {
		padding: 12px 15px;
	}

	.activity-table-time {
		width: 60px;
	}

	.activity-table-arrangement {
		width: 120px;
		text-align: center;
	}

	.activity-table-value {
		text-align: center;
	}

	.activity-table-time,
	.activity-table-arrangement,
	.activity-table-value {
		font-size: 14px;
	}

	.activity-table-body {
		max-height: 600px;
	}

	.activity-table-item {
		padding: 12px 15px;
	}

	.activity-table-item-time {
		width: 60px;
		font-size: 16px;
	}

	.activity-table-item-arrangement {
		width: 120px;
		text-align: left;
		font-size: 18px;
	}

	.activity-table-item-value {
		text-align: left;
		font-size: 14px;
		line-height: 1.5;
	}

	.business-env-header {
		margin-bottom: 35px;
		padding: 0;
	}

	.business-env-grid {
		grid-template-columns: 1fr;
		padding: 8% 4% 10%;
	}

	.env-card {
		padding: 10px;
		gap: 5px;
	}

	.env-content h3 {
		margin-bottom: 1%;
	}

	.env-content {
		width: 66%;
	}

	.env-content p {
		line-height: 1.5;
	}

	.economic-zone-subtitle {
		font-size: clamp(16px, 4.6vmin, 20px);
	}

	.economic-zone-top {
		gap: 25px;
		margin-bottom: 25px;
	}

	.economic-zone-desc {
		font-size: 14px;
	}

	.economic-zone-features {
		gap: 12px;
	}

	.feature-icon {
		width: 12%;
		min-width: 8vmin;
	}

	.economic-zone-divider {
		margin-bottom: 25px;
	}

	.economic-zone-tabs {
		flex-direction: column;
		gap: 10px;
		padding: 0;
	}

	.tab-item {
		padding: 14px 16px;
		min-width: auto;
	}

	.contact-form-section {
		padding: 50px 20px;
	}

	.contact-form-card {
		padding: 30px 20px;
		border-radius: 10px;
	}

	.contact-form-tip {
		margin-bottom: 30px;
	}

	.contact-form-grid {
		grid-template-columns: 1fr;
		gap: 20px;
		margin-bottom: 35px;
	}

	.contact-form-group input,
	.contact-form-group select {
		height: 44px;
		font-size: 15px;
		padding: 0 14px;
	}

	.contact-error-message {
		font-size: 12px;
	}

	.contact-form-buttons {
		flex-direction: column;
		gap: 16px;
	}

	.contact-submit-btn,
	.contact-reset-btn {
		width: 100%;
		height: 50px;
		font-size: 18px;
		min-width: auto;
	}


	.contact-form-card {
		padding: 35px 30px;
	}

	.contact-form-group input,
	.contact-form-group select {
		height: 46px;
		font-size: 15px;
	}
}

@media (max-width: 480px) {
	
	.main-title{width: 88%; top: 24%;}
	.main-title-PC{display: none;}
	.main-title-mobile{display: block;}
	
	.intro-title-PC{display: none;}
	.intro-title-mobile{display: block;margin: 0 auto;}
	
	.activity-title{margin: 0 auto 10%;}
	.activity-title-PC{display: none;}
	.activity-title-mobile{width: 84%;display: block; margin: 0 auto;}
	
	.env-title{margin: 0 auto 12%;}
	.env-title-PC{display: none;}
	.env-title-mobile{display: block; margin: 0 auto;}
	
	.contact-title-PC{display: none;}
	.contact-title-mobile{width: 86%; display: block; margin: 0 auto;}
	
	.header {
		height: 800px;
	}

	.nav-container {
		flex-wrap: wrap;
		gap: 10px;
	}

	.nav-menu {
		gap: 12px;
		order: 3;
		width: 100%;
		justify-content: center;
	}

	.ifeng-logo {
		width: 100px;
		height: 20px;
	}

	.hero {
		top: 19%;
	}

	.hero-title {
		font-size: clamp(26px, 10vmin, 38px);
		margin-bottom: 0.5%;
	}

	.hero-subtitle {
		margin-bottom: 6%;
	}

	.hero-partner {
		letter-spacing: 0.5px;
	}

	.recruit-section {
		padding: 16px;
		border-top-left-radius: 0.8rem;
		border-top-right-radius: 0.8rem;
	}

	.recruit-content {
		gap: 10px;
	}

	.recruit-label img {
		width: 36px;
	}

	.recruit-text {
		line-height: 1.5;
	}

	.consult-btn {
        top: 4%;
        right: 5%;
        width: 44vmin;
        height: 10vmin;
		gap: 6px;
	}

	.consult-btn img {
		width: 18px;
		height: 18px;
	}

	.transport-image {
		height: 21vmin;
	}

	.transport-body {
		padding: 12% 4% 28%;
	}

	.advantage-title {
		font-size: 3.4vmin;
	}

	.advantage-info {
		position: absolute;
		bottom: 11%;
		left: 0;
		right: 0;
		width: 22vmin;
		height: 6.2vmin;
	}

	.transport-icon {
		width: 8vmin;
		height: 8vmin;
	}

	.title-cn {
		font-size: 18px;
	}

	.title-en {
		font-size: 12px;
	}

	.transport-desc {
		font-size: 3vmin;
	}

	/* 活动行程 - 小屏幕手机适配 */
	.activity-frame {
		padding: 8% 2% 12%;
		background: url(//x0.ifengimg.com/ucms/special/images/31172B5FF1FC7B99C6403F53C8EE5001.png) no-repeat 70% /cover;
	}

	.activity-env-title {
		line-height: 1.2;
		letter-spacing: 3px;
		margin-bottom: 1.5%;
	}

	.activity-env-subtitle {
		margin-bottom: 10%;
		line-height: 1.2;
	}

	.activity-content {
		padding: 0 12px;
		gap: 15px;
	}

	.activity-summary-head h5 {
		letter-spacing: 2px;
	}

	.activity-font-large {
		font-size: 24px;
	}

	.activity-font-medium {
		font-size: 14px;
	}

	.activity-summary-bottom {
		gap: 8px 20px;
	}

	.activity-table-head {
		padding: 10px 12px;
	}

	.activity-table-time {
		width: 50px;
	}

	.activity-table-arrangement {
		width: 100px;
		padding-left: 8px;
	}

	.activity-table-value {
		padding-left: 8px;
	}

	.activity-table-time,
	.activity-table-arrangement,
	.activity-table-value {
		font-size: 16px;
	}

	.activity-table-body {
		max-height: 500px;
	}

	.activity-table-item {
		padding: 10px 12px;
	}

	.activity-table-item-time {
		width: 50px;
		font-size: 14px;
	}

	.activity-table-item-arrangement {
		width: 100px;
		padding-left: 8px;
		font-size: 16px;
		line-height: 1.5;
	}

	.activity-table-item-value {
		padding-left: 3%;
		font-size: 3.6vmin;
		line-height: 1.4;
		text-align: justify;
	}

	.economic-zone-section {
		padding: 6% 4%;
		margin: 8% 0 8%;
	}

	.economic-zone-gallery::after {
		content: '';
		position: absolute;
		bottom: 35%;
		left: 32%;
		width: 35%;
		height: 35%;
		background: url(//x0.ifengimg.com/ucms/special/images/199CBED03A5891F3BB3A58E4AB262E0B.png) no-repeat center / contain;
		pointer-events: none;
	}

	.env-card {
		padding: 5px;
		gap: 5px;
	}

	.env-icon {
		width: 8vmin;
		height: 8vmin;
	}

	.env-content {
		width: 80%;
	}

	.economic-zone-header {
		margin-bottom: 4%;
	}

	.economic-zone-title {
		line-height: 1;
		margin-bottom: 0;
	}

	.economic-zone-top {
		gap: 20px;
		margin-bottom: 20px;
	}

	.economic-zone-desc {
		font-size: 13px;
		line-height: 1.7;
	}

	.economic-zone-features {
		gap: 10px;
	}

	.business-env-section {
		padding: 0 4%;
		margin: 0 0 16%;
	}


	.business-env-title {
		margin-bottom: 0;
	}

	.feature-item {
		gap: 10px;
	}

	.feature-item p {
		line-height: 1.5;
	}

	.economic-zone-divider {
		margin-bottom: 20px;
	}

	.economic-zone-bottom {
		gap: 15px;
	}

	.tab-item {
		padding: 12px 14px;
	}

	.economic-zone-gallery {
		border-radius: 8px;
	}

	.contact-form-section {
		padding: 40px 15px;
	}

	.contact-form-card {
		padding: 25px 16px;
	}

	.tip-icon {
		width: 4px;
		height: 28px;
	}

	.contact-form-group input,
	.contact-form-group select {
		height: 42px;
		font-size: 14px;
	}

	.contact-form-title {
		margin-bottom: -1%;
	}

	.contact-submit-btn,
	.contact-reset-btn {
		height: 46px;
		font-size: 16px;
	}

	.contact-form-email {
		gap: 3%;
	}

}