@import url("global.css");
@import url("reset.css");
body {
	background: url(../images/tzrh/bjt.jpg) no-repeat top center #f2f2f2;
}
.tzbn {
	width:100%;
	text-align:center;
	height:179px;
	margin-top:20px;
}
.tzbox {
	width:1102px;
	margin:0 auto;
	overflow:hidden;
	background:#fff;
	padding:20px 0 5px;
}

.dqwz{ padding:0 0 15px 15px;}
.container {
	margin: 0 auto;
	padding:0 15px;
}
.hero-row {
	/**display: grid;*/
	grid-template-columns: 1fr 360px;
	gap: 18px;
	margin-bottom: 18px;
}
.panel {
	background: #fff;
	border-radius: var(--radius);
	box-shadow: var(--shadow-sm);
	overflow: hidden;
	border: 1px solid var(--border);
}
.panel-head {
	padding: 14px 20px;
	font-size: 18px;
	font-weight: 700;
	color: var(--blue);
	border-bottom: 1px solid #f0f2f5;
	background: #fafbfc;
	display: flex;
	align-items: center;
	gap: 8px;
}
.panel-head .dot {
	width: 4px;
	height:20px;
	background: #15507a;
	border-radius: 2px;    margin-top: 2px;
}
.panel-head .tagline {
	font-size: 11px;
	font-weight: 400;
	color: var(--text-muted);
	margin-left: 8px;
}
.panel-body {
	padding: 10px 5px;
}

.dktj a{ padding:26px 10px; background:#f8fafc;     border: 1px solid #eef2f7; text-align:center; border-radius:7px;}
.dktj a img{ display:block; margin:0 auto 10px;}

.dktj a:hover img{ transform: rotateY(360deg); transition: transform 0.7s ease-out 0s;}

/* 电话卡片 */
  .contact-mini {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 16px;
	background: linear-gradient(135deg, #fdf8f2, #fef9f0);
	border-radius: var(--radius-sm);
	margin-bottom: 14px;
	border: 1px solid #f5e8d0;
}
.contact-mini .phone-icon {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--gold), #d4a44c);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	flex-shrink: 0;
	box-shadow: 0 2px 8px rgba(200, 149, 62, 0.25);
}
.contact-mini .phone-num {
	font-size: 20px;
	font-weight: 800;
	color: var(--blue);
	letter-spacing: 1px;
}
.contact-mini .phone-info {
	font-size: 11px;
	color: var(--text-muted);
}
/* 要素网格 */
  .factor-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 10px;
}
.factor-item {
	padding: 13px 14px;
	border-radius: var(--radius-sm);
	background: #f8fafc;
	border: 1px solid #eef2f7;
	display: flex;
	align-items: flex-start;
	gap: 10px;
	transition: all 0.25s;
}
.factor-item:hover {
	background: #fff;
	border-color: #cfdde8;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
	transform: translateY(-1px);
}
.factor-item .f-icon {
	width: 38px;
	height: 38px;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	flex-shrink: 0;
}
.factor-item .f-label {
	font-size: 13px;
	font-weight: 600;
	color: var(--text);
}
.factor-item .f-value {
	font-size: 12px;
	color: var(--text-secondary);
	margin-top: 2px;
}
.factor-item .f-value b {
	color: var(--blue-mid);
	font-size: 13px;
}
/* 投资资讯列表 */
  .news-list {
	list-style: none;
}
.news-list li {
	padding: 9px 0;
	border-bottom: 1px solid #f5f6f8;
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}
.news-list li:last-child {
	border-bottom: none;
}
.news-list li a {
}
.news-list li a:hover {
	
}
.news-list li .date {
	color: #c0c7cf;
	flex-shrink: 0;
	margin-left: 10px;
}
.panel-foot {
	text-align: center;
	padding: 10px;
	border-top: 1px solid #f0f2f5;
	background: #fafbfc;
}
.panel-foot a {
	color: var(--blue-mid);
	text-decoration: none;
}
/* ========== 全周期服务链条 ========== */
  .service-chain {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0;
	margin-bottom: 18px;
}
.service-chain .sc-step {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 12px 24px;
	background: #fff;
	border-radius: var(--radius);
	box-shadow: var(--shadow-sm);
	border: 1px solid var(--border);
	font-size: 13px;
	font-weight: 600;
	color: var(--text);
	white-space: nowrap;
}
.service-chain .sc-step .sc-num {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: var(--blue);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	font-weight: 700;
	flex-shrink: 0;
}
.service-chain .sc-arrow {
	font-size: 18px;
	color: var(--blue-mid);
	margin: 0 -2px;
	z-index: 1;
	font-weight: 300;
}
/* ========== 产业图谱标签 ========== */
  .chain-viz {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin: 10px 0;
}
.chain-viz .cv-item {
	padding: 3px 10px;
	border-radius: 12px;
	font-size: 11px;
	font-weight: 500;
	background: var(--blue-light);
	color: var(--blue);
	white-space: nowrap;
}
.chain-viz .cv-arrow {
	align-self: center;
	color: var(--text-muted);
	font-size: 10px;
	padding: 0 2px;
}
.chain-viz .cv-line {
	width: 100%;
	height: 1px;
	background: #e0e6ed;
	margin: 2px 0;
}
/* ========== 行2: 投资项目 (工业/农业/服务业) ========== */
  .section-row {
	margin-bottom: 18px;
}
.project-three {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0;
}
.p3-col {
	padding: 20px;
	border-right: 1px solid #f0f2f5;
}
.p3-col:last-child {
	border-right: none;
}
.p3-col .p3-head {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 14px;
	padding-bottom: 12px;
	border-bottom: 2px solid #f0f2f5;
}
.p3-col .p3-icon {
	width: 40px;
	height: 40px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
}

.p3-head img{  transition: all 0.5s;}
.p3-head:hover img{transform: rotateY(180deg);}

.p3-col .p3-icon.ind {
}
.p3-col .p3-icon.agr {
	
}
.p3-col .p3-icon.srv {
}
.p3-col .p3-title {
	font-weight: 700;
}
.p3-list {
	list-style: none;
}
.p3-list li {
	padding: 9px 0;
	border-bottom: 1px dashed #ddddde;
}
.p3-list li:last-child {
	border-bottom: none;
}
.p3-list li a {
	display: block;
	line-height: 1.8;
}
.p3-list li a:hover {
}
.p3-list li .meta {
	font-size: 14px;
	color: var(--text-muted);
	margin-top: 3px;
	gap: 10px;
}
.p3-list li .meta img{ margin-top:-2px; margin-right:5px;}
.p3-list li .meta span{ margin-right:10px;}

.p3-list li .status {
	font-size: 10px;
	padding: 1px 7px;
	border-radius: 10px;
	font-weight: 500;
	display: inline-block;
}
.status-open {
	background: #e8f0f8;
	color: var(--blue-mid);
}
.status-signed {
	background: #edf6ec;
	color: #3d8b4a;
}
/* ========== 行3: 投资政策 + 区位优势 ========== */
  .two-cols {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px;
	
}
/* 政策tabs */
  .policy-tabs {
	display: flex;
	gap: 0;
	border-bottom: 2px solid #f0f2f5;
	background: #fafbfc;
}
.policy-tabs .tab {
	flex: 1;
	text-align: center;
	padding: 11px 8px;
	font-size: 13px;
	font-weight: 500;
	cursor: pointer;
	color: var(--text-secondary);
	border: none;
	background: transparent;
	transition: all 0.2s;
	position: relative;
}
.policy-tabs .tab:hover {
	color: var(--blue);
}
.policy-tabs .tab.active {
	color: var(--blue);
	font-weight: 700;
	background: #fff;
}
 .policy-tabs .tab.active::after {
 content: '';
position: absolute;
bottom: -2px;
left: 20%;
right: 20%;
height: 2px;
 background: var(--blue);
}
.policy-list {
	list-style: none;
}
.policy-list li {
	padding: 9px 0;
	border-bottom: 1px dashed #f0f2f5;
	display: flex;
	align-items: center;
	gap: 8px;
}
.policy-list li:last-child {
	border-bottom: none;
}
.policy-list li a {
	color: var(--text);
	text-decoration: none;
	font-size: 13px;
}
.policy-list li a:hover {
	color: var(--blue-mid);
}
.policy-list li .plabel {
	font-size: 10px;
	padding: 2px 7px;
	border-radius: 3px;
	font-weight: 600;
	flex-shrink: 0;
	letter-spacing: 0.5px;
}
.plabel.new {
	background: #fde8e8;
	color: #b5343a;
}
.plabel.key {
	background: #fef4e8;
	color: #b87a1a;
}
/* 区位优势 */
  .env-two {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0;
}
.env-col {
	padding: 18px;
	border-right: 1px solid #f0f2f5;
}
.env-col:last-child {
	border-right: none;
}
.env-col .env-title {
	font-weight: 700;
	color: var(--blue);
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	gap: 6px;
}
.env-col p {
	font-size: 12px;
	color: var(--text-secondary);
	line-height: 1.8;
	margin-bottom: 10px;
}
.env-links {
	list-style: none;
}
.env-links li {
	padding: 8px 0;
}
.env-links li a {
	background: url(../images/tzrh/tztp16.png) no-repeat center left; 
	padding-left:15px;
}
.env-links li a:hover {

}
 .env-links li a::before {
content:'';
color: var(--text-muted);
font-size: 10px;
}

.tzzc{ width:360px;}

.zcewm{ width:100%; text-align:center;}
.zcewm img{ width:150px; margin:10px auto 5px;}

.qwys{ width:690px;}
