/* ========== 图二首页顶栏（home_v2） ========== */
/* 覆盖旧 header 固定高度 */
header.hero-v2 {
	height: auto;
	position: relative;
	width: 100%;
	min-height: 480px;
	overflow: hidden;
}

/* 【图片占位】城市全景背景 —— 把下面 url(...) 换成你的图片路径即可
   建议放到：static/img/hero_bg.jpg  推荐尺寸约 1920×520 */
.hero-v2__bg {
	position: absolute;
	inset: 0;
	z-index: 0;
	background-color: #5ba3d9;
	background-image: url(../img/hero_bg.jpg); /* 没有该图时改为 none 或换成你的路径 */
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.hero-v2__placeholder-tip {
	display: none;
}

.hero-v2__inner {
	position: relative;
	z-index: 2;
	min-height: 430px;
	padding-top: 36px;
	padding-bottom: 70px;
	display: flex;
	flex-direction: column;
}

.hero-v2__top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

/* 左上角标题图 */
.hero-v2__title {
	display: block;
	line-height: 0;
}

.hero-v2__title-img {
	display: block;
	height: 56px;
	width: auto;
	max-width: 520px;
}

.hero-v2__actions {
	display: flex;
	flex-shrink: 0;
}

.hero-v2__btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	height: 42px;
	padding: 0 22px;
	border-radius: 21px;
	background: rgba(20, 50, 100, 0.55);
	color: #fff !important;
	font-size: 16px;
	transition: background 0.2s;
}

.hero-v2__btn:hover {
	background: rgba(20, 50, 100, 0.75);
}

/* 按钮图标图 */
.hero-v2__btn-icon {
	width: 20px;
	height: 20px;
	display: block;
	object-fit: contain;
	flex-shrink: 0;
	border: none;
}

/* ========== 右下角悬浮二维码（可收起，收起时竖贴右侧） ========== */
.float-qrcode {
	position: fixed;
	right: 20px;
	bottom: 40px;
	z-index: 9999;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	transform: none;
	transition: right 0.3s ease, bottom 0.3s ease;
}

.float-qrcode__panel {
	width: 128px;
	background: #fff;
	padding: 8px;
	border-radius: 8px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
	overflow: hidden;
	transform-origin: bottom right;
	transition: max-height 0.3s ease, opacity 0.25s ease, transform 0.3s ease, padding 0.3s ease, margin 0.3s ease;
	max-height: 220px;
	opacity: 1;
}

.float-qrcode__img {
	display: block;
	width: 100%;
	height: auto;
}

.float-qrcode__toggle {
	border: none;
	outline: none;
	cursor: pointer;
	font-family: inherit;
	color: #fff;
	background: #0256c2;
}

.float-qrcode__toggle--close {
	display: block;
	width: 100%;
	height: 30px;
	margin-top: 8px;
	border-radius: 4px;
	font-size: 13px;
}

.float-qrcode__toggle--close:hover {
	background: #0147a3;
}

/* 展开时隐藏竖条 */
.float-qrcode__toggle--tab {
	display: none;
}

/* 收起：二维码面板彻底不占位，竖条贴紧右下角 */
.float-qrcode.is-collapsed {
	right: 0;
	bottom: 40px;
	transform: none;
	align-items: flex-end;
	width: auto;
}

.float-qrcode.is-collapsed .float-qrcode__panel {
	display: none;
}

.float-qrcode.is-collapsed .float-qrcode__toggle--tab {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	min-height: 168px;
	padding: 12px 0;
	margin: 0;
	border-radius: 8px 0 0 8px;
	box-shadow: -2px 2px 10px rgba(2, 86, 194, 0.28);
}

.float-qrcode.is-collapsed .float-qrcode__toggle--tab:hover {
	background: #0147a3;
}

.float-qrcode__tab-text {
	display: block;
	writing-mode: vertical-rl;
	text-orientation: mixed;
	letter-spacing: 4px;
	font-size: 14px;
	line-height: 1.2;
	white-space: nowrap;
}

/* 中间标语图居中 */
.hero-v2__slogan {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.hero-v2__slogan-img {
	display: block;
	max-width: 720px;
	max-height: 200px;
	width: auto;
	height: auto;
	margin: 0 auto;
}

.hero-v2__slogan-placeholder {
	display: none;
}

/* 底部半透明导航（覆盖 headFooter.css 的 header nav） */
header.hero-v2 nav.hero-v2__nav,
.hero-v2__nav {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	height: 52px;
	background: rgba(15, 70, 160, 0.72);
	font-size: 16px;
}

.hero-v2__nav-inner {
	height: 100%;
}

.hero-v2__menu {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	height: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.hero-v2__menu > li {
	position: relative;
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hero-v2__menu-text {
	color: #fff !important;
	font-size: 16px;
	white-space: nowrap;
	padding: 0 6px;
	line-height: 52px;
	display: block;
	width: 100%;
	text-align: center;
}

.hero-v2__menu > li:hover > .hero-v2__menu-text,
.hero-v2__menu > li.active > .hero-v2__menu-text {
	font-weight: bold;
}

.hero-v2__submenu {
	display: none;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	min-width: 120px;
	background: rgba(15, 70, 160, 0.92);
	padding: 8px 0;
	z-index: 20;
	list-style: none;
}

.hero-v2__menu > li:hover > .hero-v2__submenu {
	display: block;
}

.hero-v2__submenu a {
	display: block;
	padding: 8px 16px;
	color: #fff !important;
	font-size: 14px;
	white-space: nowrap;
	text-align: center;
}

.hero-v2__submenu a:hover {
	background: rgba(255, 255, 255, 0.12);
}

/* ========== 头条区 ========== */
.headline-v2 {
	background: #fff;
	padding: 28px 0 24px;
}

.headline-v2__inner {
	display: flex;
	align-items: center;
	gap: 20px;
}

.headline-v2__badge {
	flex-shrink: 0;
	display: block;
	width: 72px;
	height: 72px;
	object-fit: contain;
}

.headline-v2__body {
	flex: 1;
	min-width: 0;
}

.headline-v2__title {
	font-size: 28px;
	font-weight: 700;
	color: #222;
	line-height: 1.4;
	margin-bottom: 10px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.headline-v2__title a {
	color: #222;
}

.headline-v2__title a:hover {
	color: #0256c2;
}

.headline-v2__desc-row {
	display: flex;
	align-items: center;
	gap: 12px;
}

.headline-v2__desc {
	flex: 1;
	min-width: 0;
	font-size: 14px;
	color: #888;
	line-height: 1.6;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	min-height: 22px;
}

.headline-v2__more {
	flex-shrink: 0;
	color: #1873e8 !important;
	font-size: 14px;
	white-space: nowrap;
}

.headline-v2__more:hover {
	text-decoration: underline;
}

/* 隐藏旧版 banner（本页不再使用） */
.home-v2 .banner {
	display: none;
}

/* 招聘会 / 红幅 / 四入口 / 长三角 之间间距统一 */
.home-v2 .part3 {
	margin-bottom: 0;
}

.home-v2 .home-v2__band {
	display: block;
	width: 1300px;
	max-width: 100%;
	height: auto;
	margin: 40px auto 0;
	box-sizing: border-box;
}

.home-v2 .part2 {
	margin-top: 40px;
}

.home-v2 .part2 > .home-v2__entries,
.home-v2 .part2 > div:first-child {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	gap: 16px;
	margin: 0 0 40px;
}

.home-v2 .home-v2__entries > a {
	flex: 1;
	min-width: 0;
	line-height: 0;
}

.home-v2 .home-v2__entries > a img {
	display: block;
	width: 100%;
	height: auto;
}

.home-v2 .home-v2__zone {
	display: block;
	width: 100%;
	line-height: 0;
}

.home-v2 .home-v2__zone img {
	display: block;
	width: 100%;
	height: auto;
}
