#itrack_menu {
	overflow: visible;
	display: flex;
	padding-left: 0 !important;
	padding-right: 0;
	box-sizing: border-box;
}
#itrack_menu span,
#itrack_menu a {
	flex: 1;
	width: auto !important;
	min-width: 0;
	text-align: center;
	line-height: 34px;
	white-space: nowrap;
	font-size: 15px;
}
#itrack_menu span.active { color: #146ab2; }
#itrack_menu span.active:after,
#itrack_menu a.active:after {
	position: absolute; bottom: 0; left: 0;
	display: block; width: 100%; height: 2px;
	content: ""; background-color: #146ab2;
}
#itrack_menu a { position: relative; }
#icontact1 {
	overflow: hidden;
	background-color: #e8eef5;
}
#icontact1 iframe {
	width: 100%;
	height: 100%;
	border: 0;
	vertical-align: top;
}

#icontact_bg {
	padding: 60px 0;
	min-width: 1200px;
	background: linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
}

#icontact_box {
	display: flex;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 8px 32px rgba(20, 106, 178, 0.12), 0 2px 8px rgba(0, 0, 0, 0.06);
}

#icontact1,
#icontact2 {
	float: none;
	width: 50%;
	height: 280px;
}

#icontact2 {
	position: relative;
	display: flex;
	align-items: stretch;
	color: #fff;
	background: linear-gradient(135deg, #1a7fd4 0%, #146ab2 45%, #0e5289 100%);
	overflow: hidden;
}

#icontact2::before,
#icontact2::after {
	content: "";
	position: absolute;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.06);
	pointer-events: none;
}

#icontact2::before {
	top: -50px;
	right: -40px;
	width: 180px;
	height: 180px;
}

#icontact2::after {
	bottom: -90px;
	left: 15%;
	width: 260px;
	height: 260px;
	background: rgba(255, 255, 255, 0.04);
}

.contact-panel {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	padding: 32px 40px;
	box-sizing: border-box;
}

.contact-panel__header {
	display: flex;
	align-items: center;
	gap: 16px;
}

.contact-panel__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.15);
	flex-shrink: 0;
}

.contact-panel__icon svg {
	width: 26px;
	height: 26px;
	fill: #fff;
}

.contact-panel__en {
	display: block;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	letter-spacing: 0.12em;
	opacity: 0.85;
	margin-bottom: 2px;
}

.contact-panel__zh {
	display: block;
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 0.05em;
}

.contact-panel__body {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
}

.contact-panel__company {
	margin: 0 0 8px;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.5;
}

.contact-panel__address {
	display: flex;
	align-items: flex-start;
	gap: 6px;
	margin: 0;
	font-size: 14px;
	line-height: 1.7;
	opacity: 0.88;
}

.contact-panel__pin {
	width: 16px;
	height: 16px;
	fill: rgba(255, 255, 255, 0.75);
	flex-shrink: 0;
	margin-top: 3px;
}

.contact-panel__phone {
	text-align: right;
	flex-shrink: 0;
}

.contact-panel__number {
	display: block;
	color: #fff;
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-decoration: none;
	line-height: 1.2;
	transition: opacity 0.2s;
}

.contact-panel__number:hover {
	opacity: 0.85;
	color: #fff;
}

.contact-panel__sublabel {
	display: block;
	margin-top: 6px;
	font-size: 13px;
	opacity: 0.75;
}

#itrack_box .itrack { display: none; padding: 12px 0 10px 0; box-sizing: border-box; }
#itrack_box .itrack.active { display: block; }
#itrack_box #iquery { padding: 20px 30px 0 0; }
#itrack_box { height: 310px; overflow: hidden; }
#ifreight { font-size: 14px; line-height: 1.8; color: #666; padding-top: 20px !important; }
#ifreight p { margin-bottom: 8px; }
#imember { font-size: 14px; padding: 8px 0 0 0 !important; }
#imember .member-field { margin-bottom: 8px; }
#imember label.field-label { display: block; margin-bottom: 4px; color: #333; font-size: 13px; line-height: 1.2; }
#imember .member-input { width: 100%; height: 32px; line-height: 32px; box-sizing: border-box; font-size: 13px; }
#imember .member-remember { margin-bottom: 6px; }
#imember .member-remember label { display: inline; font-size: 12px; color: #666; cursor: pointer; }
#imember .member-btn { width: 100%; height: 36px; line-height: 36px; font-size: 15px; padding: 0; }

/* —— 首页英雄区 —— */
.home-hero {
	position: relative;
	z-index: 1;
	min-width: 1200px;
	overflow: hidden;
	background-color: #001a3d;
	aspect-ratio: 1920 / 1024;
}
.home-hero__bg {
	position: absolute;
	inset: 0;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
}
.home-hero__inner {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	box-sizing: border-box;
	pointer-events: none;
	padding-top: 28%;
}
.home-hero__inner .wrap,
.home-hero #itrack_box {
	pointer-events: auto;
}
.home-hero #itrack_box {
	float: none;
	margin: 0;
	padding: 0 28px 18px;
	width: 500px;
	max-width: 42%;
	height: auto;
	min-height: 260px;
	border-radius: 6px;
	box-shadow: 0 10px 36px rgba(0, 16, 48, 0.35);
	background-color: #fff;
	overflow: hidden;
	box-sizing: border-box;
}
.home-hero #itrack_menu {
	padding-left: 0;
	margin: 0 -28px 0;
	padding: 0 28px;
}
.home-hero #itrack_menu a[href="http://www.tzcdj.com/"] {
	color: #8b1a1a;
}
.home-hero #itrack_menu span.active,
.home-hero #itrack_menu a.active {
	color: #146ab2;
}
.home-hero #iquery {
	padding: 18px 0 8px;
}
.home-hero #iquery form {
	position: relative;
	padding-right: 110px;
}
.home-hero #iquery textarea {
	display: block;
	width: 100%;
	height: 140px;
	padding: 10px 12px;
	line-height: 1.7;
	resize: none;
	border: 1px solid #ccc;
	background: #fff;
	box-sizing: border-box;
}
.home-hero #iquery button {
	position: absolute;
	top: 0;
	right: 0;
	width: 96px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
}
.home-hero #iquery img {
	position: absolute;
	bottom: 8px;
	right: 8px;
	width: 120px;
}
