﻿:root {
	--bg: #ffffff;
	--bg-alt: #f7f8fa;
	--card: #ffffff;
	--text: #0F172A;
	--muted: #475569;
	--brand: #2f7aff;
	--brand-2: #00bfa6;
	--brand-strong: #2A6FE6;
	--brand-pressed: #225BCC;
	--border: #e5e7eb;
	--shadow: 0 8px 24px rgba(16,24,40,.08);
	/* semantic */
	--success: #16A34A;
	--warning: #F59E0B;
	--danger: #EF4444;
	--info: #3B82F6;
}

/* interactive tokens */
:root {
	--focus-ring: 0 0 0 3px rgba(47,122,255,.18);
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
	font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", Arial, sans-serif;
	color: var(--text);
	background: var(--bg);
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.container { width: min(1200px, 92vw); margin: 0 auto; }

.site-header {
	position: sticky; top: 0; z-index: 50;
	background: rgba(255,255,255,.85); backdrop-filter: saturate(140%) blur(10px);
	border-bottom: 1px solid var(--border);
}
.header-inner {
	display: flex; align-items: end; justify-content: space-between;
	padding: 12px 0;
}
.logo img { display: block; }
.nav-toggle { display: none; }
.nav-list { display: flex; gap: 40px; list-style: none; padding: 0; margin: 0; align-items: end; }
.nav-list a { color: var(--muted); display: inline-flex; align-items: center; gap: 8px; transition: color .18s ease; }
.nav-list a[href="javascript:void(0)"]{ cursor: default; }
.nav-list a:hover { color: var(--brand-strong); }
.nav-list a .nav-icon { display: inline-block; width: 18px; height: 18px; filter: none; }
.btn { 
    display: inline-flex; 
    align-items: center; 
    justify-content: center; 
    padding: 12px 24px; 
    border-radius: 980px; 
    border: 1px solid transparent; 
    transition: all 0.2s ease; 
    font-weight: 400; 
    font-size: 17px; 
    text-decoration: none; 
    cursor: pointer; 
    position: relative; 
    overflow: hidden; 
}

.btn-sm { 
    padding: 8px 16px; 
    font-size: 14px; 
}

.btn-primary { 
    background: #0071e3; 
    color: #ffffff; 
    border-color: transparent; 
}

.btn-primary:hover { 
    background: #0077ed; 
    transform: scale(1.02); 
}

.btn-primary:active { 
    background: #0066cc; 
    transform: scale(0.98); 
}

.btn-primary:focus-visible { 
    outline: 2px solid #0071e3; 
    outline-offset: 2px; 
}

.btn-outline { 
    background: transparent; 
    color: #0071e3; 
    border-color: #0071e3; 
}

.btn-outline:hover { 
    background: #0071e3; 
    color: #ffffff; 
    transform: scale(1.02); 
}

.btn-outline:active { 
    background: #0066cc; 
    border-color: #0066cc; 
    transform: scale(0.98); 
}

.btn-outline:focus-visible { 
    outline: 2px solid #0071e3; 
    outline-offset: 2px; 
}

.hero { position: relative; min-height: 72vh; display: grid; align-items: end; }
.hero-media { position: absolute; inset: 0; overflow: hidden; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; opacity: .9; transform: scale(1.02); }
.hero-content { position: relative; padding: 0 0 4vh; }
.hero h1 { font-size: clamp(28px, 5vw, 48px); margin: 0 0 10px; }
.hero p { color: #cbd5e1; font-size: 14px; margin: 0 0 22px; font-style: italic; }
.hero-actions { display: flex; gap: 8px; }

.highlights { border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); background: rgba(0,0,0,.02); }
.highlight-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; padding: 14px 0; margin: 0; list-style: none; }
.highlight-list li { display: grid; gap: 4px; padding: 10px 12px; border-radius: 12px; background: #fff; border: 1px solid var(--border); }
/* 为高亮卡片增加右侧图标空间与定位 */
.highlight-list li { position: relative; padding-right: 64px; }
.highlight-list li::after { content: ""; position: absolute; right: 12px; top: 50%; transform: translateY(-50%); width: 40px; height: 40px; opacity: .9; background-repeat: no-repeat; background-size: 40px 40px; }
/* 1. 20+年行业经验 - 徽章/奖章图标 */
.highlight-list li:nth-child(1)::after { background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 24 24" fill="none" stroke="%232f7aff" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="8" r="5"/><path d="M8.5 14.5 7 22l5-2 5 2-1.5-7.5"/></svg>'); }
/* 2. 端到端交付 - 流程/箭头链路图标 */
.highlight-list li:nth-child(2)::after { background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 24 24" fill="none" stroke="%232f7aff" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"><rect x="2" y="4" width="6" height="6" rx="2"/><rect x="16" y="14" width="6" height="6" rx="2"/><path d="M8 7h4l4 4"/><path d="M12 11h4v-4"/></svg>'); }
/* 3. 安全与合规 - 盾牌对勾图标 */
.highlight-list li:nth-child(3)::after { background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 24 24" fill="none" stroke="%232f7aff" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"><path d="M12 2l7 3v5c0 5-3.5 9-7 12-3.5-3-7-7-7-12V5l7-3z"/><path d="M9 12l2.2 2.2L15 10.4"/></svg>'); }
/* 4. 全球客户 - 地球/经纬图标 */
.highlight-list li:nth-child(4)::after { background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 24 24" fill="none" stroke="%232f7aff" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="9"/><path d="M3 12h18"/><path d="M12 3a15 15 0 010 18"/><path d="M12 3a15 15 0 000 18"/></svg>'); }
/* 高亮卡片第二行文字设为灰色、稍小字号，强化主次层级 */
.highlight-list li span { color: #667085; font-size: 14px; }

.section { padding: 48px 0; }
.section.alt { background: var(--bg-alt); }
#vision.section.alt { background: var(--bg-alt); }
#solutions.section.alt { background: var(--bg-alt); }
#news.section.alt { background: var(--bg-alt); }

/* Smooth transition between solutions and contact CTA */
#solutions.section.alt { padding-bottom: 32px; }
#solutions + .cta { border-top: 0; padding-top: 20px; background: linear-gradient(180deg, var(--bg-alt) 0%, rgba(247,248,250,0.9) 20%, rgba(47,122,255,.08) 50%, rgba(47,122,255,.12) 100%); }
.section-head { text-align: center; margin-bottom: 20px; }
.section-head h2 { font-size: 28px; margin: 0 0 4px; letter-spacing: .2px; }
.section-head p { color: var(--muted); margin: 0; }

/* Section title */
.section-head h2 {
	font-size: 28px;
	margin: 0 0 4px;
	letter-spacing: .2px;
	position: static;
	display: block;
	padding-bottom: 0;
}

.section-head h2::after {
	display: none !important;
}

.grid { display: grid; gap: 20px; }
.cards { grid-template-columns: repeat(4, 1fr); }
.cards-5 { grid-template-columns: repeat(5, 1fr); }
@media (max-width: 1200px) { .cards-5 { grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 992px) { .cards-5 { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 768px) { .cards-5 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .cards-5 { grid-template-columns: 1fr; } }
.card { background: var(--card); border: 1px solid var(--border); border-radius: 14px; overflow: hidden; box-shadow: var(--shadow); display: grid; transition: transform .18s ease, box-shadow .18s ease; }
.card:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(16,24,40,.12); }
.card h3 { margin: 14px 14px 6px; font-size: 18px; }
.card p { margin: 0 14px 10px; color: var(--muted); }
.card .more { margin: 0 14px 14px; color: var(--brand-strong); }
.card .more:hover { color: var(--brand); }

.features { grid-template-columns: repeat(4, 1fr); }
.feature { background: #fff; border: 1px solid var(--border); border-radius: 12px; padding: 18px; }
.feature h3 { margin: 0 0 6px; font-size: 18px; }
.feature p { margin: 0; color: var(--muted); }

.cases { grid-template-columns: repeat(4, 1fr); }
.case { position: relative; border-radius: 12px; overflow: hidden; border: 1px solid var(--border); }
.case span { position: absolute; left: 10px; bottom: 10px; background: rgba(255,255,255,.85); padding: 6px 10px; border-radius: 999px; font-size: 14px; color: #111; border: 1px solid var(--border); }

.logo-strip { overflow: hidden; border: 1px solid var(--border); border-radius: 12px; background: rgba(0,0,0,.02); }
.logo-track { display: grid; grid-auto-flow: column; align-items: end; gap: 40px; padding: 14px 20px; animation: slide 28s linear infinite; }
@keyframes slide { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.posts { grid-template-columns: repeat(3, 1fr); }
.post { background: var(--card); border: 1px solid var(--border); border-radius: 12px; padding: 16px; box-shadow: var(--shadow); }
.post h3 { margin: 0 0 8px; font-size: 18px; }
.post p { margin: 0 0 10px; color: var(--muted); }
.post time { color: #98a2b3; font-size: 14px; }

.cta { padding: 20px 0 40px 0; background: linear-gradient(180deg, var(--bg-alt) 0%, rgba(247,248,250,0.8) 30%, rgba(47,122,255,.12) 70%, rgba(47,122,255,.15) 100%); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.cta-inner { display: grid; gap: 6px; justify-items: center; }
.cta p { color: #475569; }
.contact-form { width: min(780px, 100%); display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }
.contact-form label { display: grid; gap: 6px; }
.contact-form label span { color: #475569; font-weight: 500; }
.contact-form label.full { grid-column: 1 / -1; }
.contact-form button[type="submit"] { grid-column: 1 / -1; justify-self: center; margin-top: 8px; min-width: 200px; padding: 14px 32px; }
input, textarea { background: #ffffff; color: var(--text); border: 1px solid var(--border); border-radius: 10px; padding: 10px 12px; outline: none; font-size: 16px; }
input:focus, textarea:focus { border-color: var(--brand); box-shadow: 0 0 0 3px rgba(47,122,255,.18); }
input::placeholder, textarea::placeholder { color: #A0A0A0; font-size: 16px; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif; }

/* 表单状态提示样式 */
.form-status {
  padding: 12px 16px;
  border-radius: 8px;
  margin-bottom: 16px;
  font-size: 14px;
  text-align: center;
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateY(-10px);
}

.form-status:not(:empty) {
  opacity: 1;
  transform: translateY(0);
}

.form-status.is-success {
  background: #d1fae5;
  color: #065f46;
  border: 1px solid #a7f3d0;
}

.form-status.is-error {
  background: #fee2e2;
  color: #991b1b;
  border: 1px solid #fca5a5;
}

.site-footer { background: #0b0c10; padding: 28px 0; color: #e6e9ef; }
.site-footer a { color: #e6e9ef; }
.site-footer a:hover { color: #ffffff; }
.site-footer .footer-grid p { color: #98a2b3; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 20px; }
.footer-grid ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.footer-grid p { margin: 6px 0; color: var(--muted); }

/* 娴姩鎿嶄綔鎸夐挳 */

/* Footer tweaks */
.footer-grid { 
    grid-template-columns: 1fr 1fr 1fr 1fr; 
    align-items: start; 
    position: relative;
}
.site-footer .footer-grid { font-size: 14px; }

/* Footer区块分割线 */
.footer-grid::before {
    content: '';
    position: absolute;
    top: 10%;
    left: calc(45% - 1px);
    width: 1px;
    height: 80%;
    background: rgba(255,255,255,.25);
}

.footer-grid::after {
    content: '';
    position: absolute;
    top: 10%;
    left: calc(75% - 1px);
    width: 1px;
    height: 80%;
    background: rgba(255,255,255,.25);
}

.site-footer .footer-title { margin: 0 0 10px; font-size: 13px; letter-spacing: .02em; color: #e6e9ef; opacity: .9; }
.site-footer .footer-qr { text-align: center; }
.site-footer .footer-qr img { width: 140px; height: 140px; border-radius: 8px; border: 1px solid rgba(255,255,255,.08); background: #0f131a; margin: 0 auto; }
.site-footer .footer-qr p { margin: 8px 0 0; font-size: 12px; color: #9fb0c2; text-align: center; }

/* Footer导航样式 - 两列布局 */
.footer-nav-columns {
    display: flex;
    gap: 40px;
}

.footer-nav-column {
    flex: 1;
}

.footer-nav-column h4 {
    color: #e6e9ef;
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 12px 0;
    padding-bottom: 6px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-nav-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer-nav-column li {
    margin: 0;
}

.footer-nav-column a {
    color: #98a2b3;
    text-decoration: none;
    font-size: 13px;
    transition: color 0.2s ease;
    display: block;
    padding: 2px 0;
}

.footer-nav-column a:hover {
    color: #ffffff;
}

@media (max-width: 1024px) {
	.cards, .features, .cases { grid-template-columns: repeat(2, 1fr); }
	.posts { grid-template-columns: repeat(2, 1fr); }
	.footer-grid { grid-template-columns: 1fr 1fr; gap: 24px; }
	
	/* Footer分割线响应式 */
	.footer-grid::before {
		left: calc(50% - 1px);
	}
	
	.footer-grid::after {
		display: none;
	}
	
	/* Footer导航响应式 */
	.footer-nav-columns {
		gap: 24px;
	}
}
@media (max-width: 720px) {
	.nav-toggle { display: inline-flex; background: transparent; color: var(--text); border: 1px solid var(--border); padding: 8px 10px; border-radius: 8px; }
	.nav-list { position: absolute; right: 16px; top: 60px; flex-direction: column; background: #ffffff; padding: 12px; border-radius: 10px; border: 1px solid var(--border); display: none; }
	.nav-list.open { display: grid; gap: 10px; }
	.hero { min-height: 68vh; }
	.highlight-list { grid-template-columns: repeat(2, 1fr); }
	.cards, .features, .cases, .posts { grid-template-columns: 1fr; }
	.footer-grid { grid-template-columns: 1fr; }
	.site-footer .footer-grid { font-size: 13px; }
	.site-footer .footer-qr img { width: 120px; height: 120px; }
	
	/* Footer分割线移动端隐藏 */
	.footer-grid::before,
	.footer-grid::after {
		display: none;
	}
	
	/* Footer导航移动端响应式 */
	.footer-nav-columns {
		flex-direction: column;
		gap: 20px;
	}
	
	.footer-nav-column h4 {
		font-size: 13px;
		margin-bottom: 8px;
	}
	
	.footer-nav-column a {
		font-size: 12px;
	}

/* 表单提交状态样式 */
.form-status { 
    width: 100%; 
    max-width: 780px; 
    margin: 0 auto 8px; 
    padding: 10px 12px; 
    border-radius: 10px; 
    background: rgba(59,130,246,.06); 
    color: #1e3a8a; 
}
.form-status.is-success { background: rgba(16,185,129,.10); color: #065f46; }
.form-status.is-error { background: rgba(239,68,68,.10); color: #7f1d1d; }
} 


/* 下拉菜单样式 */
.dropdown { position: relative; }
.dropdown-menu { 
position: absolute; 
top: 100%; 
left: 0; 
background: #ffffff; 
border: 1px solid var(--border); 
border-radius: 12px; 
box-shadow: 0 8px 24px rgba(16,24,40,.12), 0 4px 10px rgba(16,24,40,.08); 
padding: 8px 0; 
margin: 8px 0 0 0; 
min-width: 120px; 
opacity: 0; 
visibility: hidden; 
transform: translateY(-8px); 
transition: all .2s ease; 
z-index: 100; 
list-style: none; 
}
.dropdown:hover .dropdown-menu { 
opacity: 1; 
visibility: visible; 
transform: translateY(0); 
}
.dropdown-menu li { 
margin: 0; 
}
.dropdown-menu a { 
display: block; 
padding: 10px 16px; 
color: var(--muted); 
text-decoration: none; 
transition: all .15s ease; 
font-size: 14px; 
}
.dropdown-menu a:hover { 
background: rgba(47,122,255,.08); 
color: var(--brand); 
}
/* 下拉菜单样式 */
.dropdown { 
    position: relative; 
}

.dropdown-menu { 
    position: absolute; 
    top: 100%; 
    left: 0; 
    background: #ffffff; 
    border: 1px solid var(--border); 
    border-radius: 12px; 
    box-shadow: 0 8px 24px rgba(16,24,40,.12), 0 4px 10px rgba(16,24,40,.08); 
    padding: 8px 0; 
    margin: 8px 0 0 0; 
    min-width: 120px; 
    opacity: 0; 
    visibility: hidden; 
    transform: translateY(-8px); 
    transition: all .2s ease; 
    z-index: 100; 
    list-style: none; 
}

.dropdown:hover .dropdown-menu { 
    opacity: 1; 
    visibility: visible; 
    transform: translateY(0); 
}

.dropdown-menu li { 
    margin: 0; 
}

.dropdown-menu a { 
    display: block; 
    padding: 10px 16px; 
    color: var(--muted); 
    text-decoration: none; 
    transition: all .15s ease; 
    font-size: 14px; 
}

.dropdown-menu a:hover { 
    background: rgba(47,122,255,.08); 
    color: var(--brand); 
}

/* 下拉菜单样式 */
.dropdown { position: relative; }
.dropdown-menu { position: absolute; top: 100%; left: 0; background: #ffffff; border: 1px solid var(--border); border-radius: 12px; box-shadow: 0 8px 24px rgba(16,24,40,.12), 0 4px 10px rgba(16,24,40,.08); padding: 8px 0; margin: 8px 0 0 0; min-width: 120px; opacity: 0; visibility: hidden; transform: translateY(-8px); transition: all .2s ease; z-index: 100; list-style: none; }
.dropdown:hover .dropdown-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.dropdown-menu li { margin: 0; }
.dropdown-menu a { display: block; padding: 10px 16px; color: var(--muted); text-decoration: none; transition: all .15s ease; font-size: 14px; }
.dropdown-menu a:hover { background: rgba(47,122,255,.08); color: var(--brand); }

/* 语言切换按钮样式 */
.lang-switch { margin-left: 16px; }
.lang-btn { background: transparent; border: 1px solid var(--border); border-radius: 6px; padding: 6px 12px; font-size: 13px; font-weight: 500; color: var(--muted); cursor: pointer; transition: all .15s ease; display: inline-flex; align-items: end; gap: 4px; }
.lang-btn:hover { background: rgba(47,122,255,.08); border-color: var(--brand); color: var(--brand); }
.lang-btn.active { background: var(--brand); border-color: var(--brand); color: #ffffff; }
.lang-text { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; }

/* 联系我们按钮悬停效果 */
.nav-list .btn.btn-sm:hover { background: var(--brand); border-color: var(--brand); color: #ffffff; transform: translateY(-1px); box-shadow: 0 4px 12px rgba(47,122,255,.25); }
.nav-list .btn.btn-sm:hover .nav-icon { filter: brightness(0) invert(1); }

/* 愿景区域 - 现代简洁布局 */
.vision-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    max-width: 800px;
    margin: 0 auto;
}

.vision-item {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    padding: 32px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.vision-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(135deg, var(--brand) 0%, var(--brand-2) 100%);
    transition: width 0.3s ease;
}

.vision-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(16, 24, 40, 0.08);
    border-color: var(--brand);
}

.vision-item:hover::before {
    width: 6px;
}

.vision-number {
    font-size: 48px;
    font-weight: 700;
    color: var(--brand);
    line-height: 1;
    min-width: 80px;
    text-align: center;
    opacity: 0.1;
    transition: opacity 0.3s ease;
}

.vision-item:hover .vision-number {
    opacity: 0.2;
}

.vision-content {
    flex: 1;
}

.vision-content h3 {
    font-size: 24px;
    font-weight: 600;
    color: var(--text);
    margin: 0 0 8px;
    line-height: 1.3;
}

.vision-en {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: var(--brand);
    margin-bottom: 12px;
    font-style: italic;
    letter-spacing: 0.5px;
}

.vision-content p {
    font-size: 14px;
    color: var(--muted);
    line-height: 1.6;
    margin: 0;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .vision-item {
        flex-direction: column;
        gap: 8px; padding: 16px;
    }
    
    .vision-number {
        font-size: 36px;
        min-width: auto;
        text-align: left;
    }
    
    .vision-content h3 {
        font-size: 20px;
    }
    
    .vision-en {
        font-size: 14px;
    }
}
/* 愿景区域 - 现代简洁布局 */
.vision-grid { display: grid; grid-template-columns: 1fr; gap: 24px; max-width: 800px; margin: 0 auto; }
.vision-item { display: flex; align-items: flex-start; gap: 24px; padding: 32px; background: #ffffff; border: 1px solid #e5e7eb; border-radius: 16px; transition: all 0.3s ease; position: relative; overflow: hidden; }
.vision-item::before { content: ""; position: absolute; top: 0; left: 0; width: 4px; height: 100%; background: linear-gradient(135deg, var(--brand) 0%, var(--brand-2) 100%); transition: width 0.3s ease; }
.vision-item:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(16, 24, 40, 0.08); border-color: var(--brand); }
.vision-item:hover::before { width: 6px; }
.vision-number { font-size: 48px; font-weight: 700; color: var(--brand); line-height: 1; min-width: 80px; text-align: center; opacity: 0.1; transition: opacity 0.3s ease; }
.vision-item:hover .vision-number { opacity: 0.2; }
.vision-content { flex: 1; }
.vision-content h3 { font-size: 24px; font-weight: 600; color: var(--text); margin: 0 0 8px; line-height: 1.3; }
.vision-en { display: block; font-size: 14px; font-weight: 500; color: var(--brand); margin-bottom: 12px; font-style: italic; letter-spacing: 0.5px; }
.vision-content p { font-size: 14px; color: var(--muted); line-height: 1.6; margin: 0; }

/* 简苏科技风格的解决方案区块样式 */
.solutions-categories {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 40px; margin: 24px 0 32px; padding: 12px 0;
}

.solution-category {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px; padding: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 16px;
    position: relative;
}

.solution-category:hover,
.solution-category.active {
    transform: translateY(-4px);
}

.category-icon {
    width: 64px; height: 64px;
    border-radius: 50%;
    background: linear-gradient(135deg, #4F8EF7 0%, #6366F1 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    transition: all 0.3s ease;
    box-shadow: 0 8px 24px rgba(79, 142, 247, 0.3);
}

.solution-category:hover .category-icon,
.solution-category.active .category-icon {
    background: linear-gradient(135deg, #6366F1 0%, #8B5CF6 100%);
    box-shadow: 0 12px 32px rgba(99, 102, 241, 0.4);
    transform: scale(1.05);
}

.solution-category h3 {
    font-size: 14px;
    font-weight: 500;
    color: var(--text);
    margin: 0;
    text-align: center;
}

.solution-category.active h3 {
    color: var(--brand);
    font-weight: 600;
}

.solution-category.active::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 3px;
    background: linear-gradient(135deg, var(--brand) 0%, var(--brand-2) 100%);
    border-radius: 2px;
}

.solutions-detail {
    display: flex;
    gap: 40px; background: white; border-radius: 16px; padding: 16px;
    box-shadow: 0 8px 32px rgba(16, 24, 40, 0.08);
    border: 1px solid #E5E7EB;
}

.detail-sidebar {
    flex: 0 0 240px; display: flex; flex-direction: column; gap: 24px;
}

.detail-nav {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.nav-item {
    padding: 12px 16px;
    color: var(--muted);
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
    position: relative;
}

.nav-item:hover,
.nav-item.active {
    color: var(--brand);
    background: rgba(79, 142, 247, 0.05);
    border-left-color: var(--brand);
}

.nav-item.active {
    font-weight: 600;
}

.blockchain-label {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px; padding: 16px;
    background: linear-gradient(135deg, #F8FAFF 0%, #F1F5FF 100%);
    border-radius: 16px;
    border: 1px solid #E1E8FF;
}

.blockchain-label img {
    filter: brightness(0) saturate(100%) invert(42%) sepia(93%) saturate(1352%) hue-rotate(214deg) brightness(119%) contrast(119%);
}

.blockchain-label span {
    font-size: 12px;
    font-weight: 600;
    color: var(--brand);
    letter-spacing: 1px;
}

.detail-content {
    flex: 1;
    display: flex;
    align-items: center;
}

.detail-content p {
    font-size: 16px; line-height: 1.6;
    color: var(--text);
    margin: 0;
}

/* 响应式设计 */
@media (max-width: 1024px) {
    .solutions-categories {
        gap: 16px; flex-wrap: wrap;
    }
    
    .solutions-detail {
        flex-direction: column;
        gap: 20px; padding: 20px;
    }
    
    .detail-sidebar {
        flex: none;
    }
}

@media (max-width: 768px) {
    .solutions-categories {
        gap: 8px; margin: 20px 0 24px;
    }
    
    .solution-category {
        padding: 8px 6px;
    }
    
    .category-icon {
        width: 52px; height: 52px;
    }
    
    .solution-category h3 {
        font-size: 14px;
    }
    
    .solutions-detail {
        padding: 16px;
    }
    
    .detail-content p {
        font-size: 14px;
        line-height: 1.6;
    }
}

@media (max-width: 520px) {
    .solutions-categories {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
    }
    
    .solution-category {
        padding: 8px 6px;
    }
    
    .category-icon {
        width: 44px; height: 44px;
    }
    
    .solution-category h3 {
        font-size: 12px;
    }
}





/* 新的解决方案详情样式 */
.detail-image {
    flex: 0 0 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.detail-image img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: none;
}

/* 响应式设计 */
@media (max-width: 1024px) {
    .solutions-detail {
        flex-direction: column;
        gap: 20px;
        padding: 20px;
    }
    
    .detail-image {
        flex: none;
    }
}

@media (max-width: 768px) {
    .detail-image {
        flex: none;
    }
    
    .detail-content p {
        font-size: 16px;
        line-height: 1.6;
    }
}

/* 新的解决方案详情样式 */
.detail-image {
    flex: 0 0 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.detail-image img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: none;
}

/* 响应式设计 */
@media (max-width: 1024px) {
    .solutions-detail {
        flex-direction: column;
        gap: 20px;
        padding: 20px;
    }
    
    .detail-image {
        flex: none;
    }
}

@media (max-width: 768px) {
    .detail-image {
        flex: none;
    }
    
    .detail-content p {
        font-size: 16px;
        line-height: 1.6;
    }
}

/* 优化解决方案描述文本显示 */
.detail-content p {
    white-space: pre-line;
    line-height: 1.8;
    font-size: 16px;
    color: var(--text);
    margin: 0;
    text-align: left;
}

/* 响应式文本调整 */
@media (max-width: 768px) {
    .detail-content p {
        font-size: 14px;
        line-height: 1.6;
    }
}

/* 解决方案 - 更多信息按钮 */
.detail-actions {
    margin-top: 16px;
}
.btn-more {
    display: inline-block;
    padding: 10px 16px;
    border-radius: 8px;
    background: linear-gradient(135deg, #4F8EF7 0%, #6366F1 100%);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 6px 20px rgba(79,142,247,.25);
    transition: transform .2s ease, box-shadow .2s ease;
}
.btn-more:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(79,142,247,.35);
}

@media (max-width: 768px) {
  .btn-more { padding: 9px 14px; font-size: 13px; }
}


/* 覆盖：解决方案描述左对齐与按钮描边风格 */
.solutions-detail .detail-content {
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}
.detail-actions { margin-top: 16px; }
.btn-more {
    background: transparent;
    color: var(--brand);
    border: 1px solid rgba(79,142,247,.35);
    box-shadow: none;
}
.btn-more::after {
    content: '\2192';
    margin-left: 8px;
    font-size: 14px;
    transition: transform .2s ease;
}
.btn-more:hover {
    background: rgba(79,142,247,.08);
    transform: none;
    box-shadow: none;
}
.btn-more:hover::after {
    transform: translateX(3px);
}

@media (max-width: 768px) {
  .solutions-detail .detail-content { align-items: flex-start; }
  .btn-more { padding: 8px 14px; }
}


/* 调整按钮与文字更紧凑 */
.btn-more { padding: 8px 14px; font-size: 13px; border-radius: 10px; }
.detail-content p { font-size: 15px; line-height: 1.7; }


/* 覆盖：更多信息按钮小号尺寸 */
.btn-more { padding: 6px 12px; font-size: 12px; border-radius: 8px; }
@media (max-width: 768px) { .btn-more { padding: 6px 12px; font-size: 12px; } }


/* 覆盖：按钮透明背景、正文同色、更小尺寸 */
.solutions-detail .btn-more {
  background: transparent;
  color: var(--text);
  padding: 5px 10px;
  font-size: 11px;
  border: 1px solid rgba(79,142,247,.25);
}
.solutions-detail .btn-more:hover {
  background: rgba(79,142,247,.06);
}

.solutions-detail .btn-more{color:var(--brand);font-weight:600;border-color:rgba(79,142,247,.45);} .solutions-detail .btn-more:hover{color:#3b82f6;background:rgba(79,142,247,.08);} 

/* 解决方案区块：文字与按钮整体调淡 */
.solutions-detail .detail-content p { color: var(--muted); font-weight: 400; }
.solutions-detail .btn-more { color: rgba(79,142,247,.85); font-weight: 500; border-color: rgba(79,142,247,.30); }
.solutions-detail .btn-more:hover { color: rgba(59,130,246,1); background: rgba(79,142,247,.06); }

/* 覆盖：解决方案正文的颜色与字体（贴近示例） */
.solutions-detail .detail-content p {
    color: #6B7280; /* 中性灰，接近示例的文本颜色 */
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8;
    font-family: "PingFang SC", "Microsoft YaHei", "Hiragino Sans GB", "Helvetica Neue", Arial, sans-serif;
}

/* Vision icon cards */
.vision-icons {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 24px;
}
.vision-card {
	background: #ffffff;
	border: 1px solid var(--border);
	border-radius: 20px;
	box-shadow: 0 12px 36px rgba(16,24,40,.08);
	padding: 28px 16px 24px;
	display: grid;
	justify-items: center;
	transition: transform .18s ease, box-shadow .18s ease;
}
.vision-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 18px 42px rgba(16,24,40,.12);
}
.vicon { width: 128px; height: 128px; display: grid; place-items: center; margin: 8px 0 16px; }
.vision-card h3 { margin: 0; font-size: 16px; color: #0F172A; font-weight: 500; text-align: center; }

@media (max-width: 1200px) { .vision-icons { grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 992px)  { .vision-icons { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 720px)  { .vision-icons { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px)  { .vision-icons { grid-template-columns: 1fr; } }

/* 智信恒瑞新闻页面样式 - 完全照搬原版 */
.zhixin-news-layout {
	display: flex;
	justify-content: space-between;
	gap: 40px;
	margin-top: 30px;
}

.zhixin-news-main {
	flex: 1;
	max-width: 70%;
}

.zhixin-news-list {
	margin-bottom: 30px;
}

.zhixin-news-item {
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #f0f0f0;
}

.zhixin-news-item:last-child {
	border-bottom: none;
}

.zhixin-news-date {
	color: #666;
	font-size: 14px;
	margin-right: 10px;
}

.zhixin-news-title {
	color: #333;
	font-size: 16px;
	font-weight: 500;
	margin-right: 10px;
	text-decoration: none;
}

.zhixin-news-title:hover {
	color: #007bff;
}

.zhixin-news-content {
	color: #666;
	font-size: 14px;
	line-height: 1.6;
	display: block;
	margin: 8px 0;
}

.zhixin-news-link {
	color: #007bff;
	text-decoration: none;
	font-size: 14px;
	margin-left: 10px;
}

.zhixin-news-link:hover {
	text-decoration: underline;
}

.zhixin-pagination {
	text-align: center;
	margin-top: 30px;
	padding-top: 20px;
	border-top: 1px solid #e0e0e0;
}

.zhixin-page-link {
	display: inline-block;
	padding: 5px 10px;
	margin: 0 2px;
	color: #666;
	text-decoration: none;
	border: 1px solid #ddd;
	background: #fff;
	font-size: 14px;
}

.zhixin-page-link:hover {
	color: #007bff;
	border-color: #007bff;
}

.zhixin-page-active {
	color: #fff;
	background: #007bff;
	border-color: #007bff;
}

.zhixin-sidebar {
	width: 250px;
	flex-shrink: 0;
}

.zhixin-sidebar-section {
	margin-bottom: 30px;
}

.zhixin-sidebar-section h3 {
	font-size: 16px;
	color: #333;
	font-weight: 600;
	margin-bottom: 15px;
	padding-bottom: 8px;
	border-bottom: 2px solid #007bff;
}

.zhixin-sidebar-links {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.zhixin-sidebar-links a {
	color: #666;
	text-decoration: none;
	font-size: 14px;
	padding: 4px 0;
	transition: color 0.2s ease;
}

.zhixin-sidebar-links a:hover {
	color: #007bff;
}

.zhixin-contact-info p {
	margin: 0 0 8px 0;
	color: #666;
	font-size: 14px;
	line-height: 1.5;
}

/* 响应式设计 */
@media (max-width: 992px) {
	.zhixin-news-layout {
		flex-direction: column;
		gap: 30px;
	}
	
	.zhixin-news-main {
		max-width: 100%;
	}
	
	.zhixin-sidebar {
		width: 100%;
		order: -1;
	}
	
	.zhixin-sidebar-links {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
		gap: 10px;
	}
}

@media (max-width: 768px) {
	.zhixin-news-item {
		margin-bottom: 15px;
		padding-bottom: 10px;
	}
	
	.zhixin-news-title {
		font-size: 15px;
	}
	
	.zhixin-news-content {
		font-size: 13px;
	}
	
	.zhixin-sidebar-links {
		grid-template-columns: 1fr;
	}
}

