/* ===== 杭州站 - Navy商务风格 ===== */
*, *::before, *::after { margin:0; padding:0; box-sizing:border-box; }
html { font-size:14px; -webkit-text-size-adjust:100%; }
body { font-family:"Microsoft YaHei","PingFang SC","Helvetica Neue",sans-serif; color:#2d3748; background:#f7f8fa; line-height:1.7; }
a { color:#1a365d; text-decoration:none; }
a:hover { text-decoration:underline; }
img { max-width:100%; height:auto; vertical-align:middle; }
ul,ol { list-style:none; }
.wrap { max-width:1140px; margin:0 auto; padding:0 16px; }

/* 顶部 */
.top-bar { background:#0a1628; color:#718096; font-size:12px; line-height:34px; }
.top-bar-inner { display:flex; justify-content:space-between; align-items:center; }
.top-bar a { color:#a0aec0; }
.top-bar a:hover { color:#fff; text-decoration:none; }

/* 头部 */
.site-header { background:#1a365d; position:sticky; top:0; z-index:1000; box-shadow:0 2px 12px rgba(0,0,0,0.2); }
.header-row { display:flex; align-items:center; justify-content:space-between; height:66px; }
.brand { display:flex; align-items:center; gap:10px; color:#fff; font-size:17px; font-weight:700; text-decoration:none; flex-shrink:0; }
.brand img { width:40px; height:40px; border-radius:6px; object-fit:cover; }
.brand:hover { color:#fff; text-decoration:none; }
.main-nav { display:flex; align-items:center; gap:2px; flex:1; justify-content:center; }
.main-nav a { color:rgba(255,255,255,0.85); font-size:14px; padding:8px 14px; border-radius:3px; transition:.15s; white-space:nowrap; }
.main-nav a:hover, .main-nav a.active { background:rgba(255,255,255,0.15); color:#fff; text-decoration:none; }
.menu-toggle { display:none; background:none; border:1px solid rgba(255,255,255,0.3); color:#fff; font-size:20px; cursor:pointer; padding:4px 10px; border-radius:3px; }

/* 商务横幅 */
.hero-banner { background:linear-gradient(135deg,#0a1628 0%,#1a365d 50%,#2a4a7f 100%); padding:60px 0 50px; }
.hero-content { text-align:center; color:#fff; max-width:680px; margin:0 auto; }
.hero-content h1 { font-size:32px; font-weight:800; margin-bottom:14px; letter-spacing:1px; }
.hero-sub { font-size:15px; opacity:0.85; margin-bottom:24px; line-height:1.8; }
.hero-actions { display:flex; gap:14px; justify-content:center; flex-wrap:wrap; }
.btn-primary { display:inline-block; background:#e53e3e; color:#fff !important; font-size:20px; font-weight:700; padding:12px 36px; border-radius:6px; text-decoration:none !important; letter-spacing:1px; transition:.2s; }
.btn-primary:hover { background:#c53030; transform:translateY(-1px); }
.btn-outline { display:inline-block; border:2px solid rgba(255,255,255,0.5); color:#fff !important; font-size:15px; padding:11px 28px; border-radius:6px; text-decoration:none !important; transition:.2s; }
.btn-outline:hover { border-color:#fff; background:rgba(255,255,255,0.1); }

/* 信任指标 */
.trust-bar { background:#fff; border-bottom:1px solid #e2e8f0; padding:20px 0; }
.trust-items { display:flex; justify-content:center; gap:48px; }
.trust-item { text-align:center; }
.trust-item strong { display:block; font-size:28px; font-weight:800; color:#1a365d; }
.trust-item span { font-size:13px; color:#718096; }

/* 服务卡片行 */
.section { padding:36px 0; }
.sec-header { text-align:center; margin-bottom:28px; }
.sec-header h2 { font-size:22px; font-weight:700; color:#1a365d; }
.sec-header p { font-size:14px; color:#718096; margin-top:6px; }
.svc-row { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.svc-card { background:#fff; border-radius:8px; overflow:hidden; border:1px solid #e2e8f0; transition:.2s; }
.svc-card:hover { box-shadow:0 6px 20px rgba(0,0,0,0.08); transform:translateY(-2px); }
.svc-card a { color:inherit; text-decoration:none; }
.svc-card a:hover { text-decoration:none; }
.svc-card-img img { width:100%; height:140px; object-fit:cover; }
.svc-card-body { padding:14px 16px; }
.svc-card-body h3 { font-size:15px; font-weight:600; color:#1a365d; margin-bottom:6px; }
.svc-card-body h3 a { color:#1a365d; }
.svc-card-body p { font-size:12px; color:#718096; line-height:1.6; }
.svc-link { display:inline-block; font-size:13px; color:#2b6cb0; margin-top:8px; font-weight:500; }
.svc-link:hover { color:#1a365d; }

/* 双栏-侧边栏反转 */
.main-col { display:flex; gap:24px; padding-bottom:40px; }
.main-col-reverse { flex-direction:row-reverse; }
.col-content { flex:1; min-width:0; }
.col-side { width:280px; flex-shrink:0; }

/* 文章网格 */
.article-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:20px; }
.art-card { background:#fff; border-radius:8px; overflow:hidden; border:1px solid #e2e8f0; transition:.2s; }
.art-card:hover { box-shadow:0 4px 14px rgba(0,0,0,0.07); }
.art-card a { color:inherit; text-decoration:none; }
.art-card img { width:100%; height:160px; object-fit:cover; }
.art-card-body { padding:14px 16px; }
.art-card-body h3 { font-size:15px; font-weight:600; line-height:1.5; margin-bottom:4px; }
.art-card-body h3 a { color:#2d3748; }
.art-card-body h3 a:hover { color:#1a365d; }
.art-meta { font-size:12px; color:#a0aec0; margin-bottom:6px; }
.art-card-body > p { font-size:13px; color:#718096; line-height:1.6; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; }

/* 侧边栏 */
.side-box { background:#fff; border-radius:8px; margin-bottom:16px; border:1px solid #e2e8f0; overflow:hidden; }
.side-box h3 { font-size:14px; font-weight:600; color:#fff; background:#1a365d; padding:10px 16px; }
.side-cta { text-align:center; padding:24px 16px; }
.cta-phone { display:block; color:#e53e3e !important; font-size:26px; font-weight:800; letter-spacing:2px; text-decoration:none !important; }
.cta-phone:hover { color:#c53030 !important; }
.side-cta small { display:block; font-size:12px; color:#a0aec0; margin-top:8px; }
.side-nav { padding:6px 0; }
.side-nav li { border-bottom:1px solid #f0f0f0; }
.side-nav li:last-child { border-bottom:none; }
.side-nav a { display:block; padding:9px 16px; font-size:14px; color:#4a5568; transition:.15s; }
.side-nav a:hover { background:#ebf4ff; color:#1a365d; text-decoration:none; padding-left:20px; }

/* 分类页 */
.cat-banner { margin-bottom:20px; border-radius:8px; overflow:hidden; }
.cat-banner img { width:100%; height:auto; }
.cat-desc { background:#fff; border:1px solid #e2e8f0; border-radius:8px; padding:24px; margin-bottom:24px; line-height:1.9; }
.cat-desc h1 { font-size:20px; color:#1a365d; margin-bottom:10px; }
.cat-desc h2 { font-size:16px; color:#1a365d; margin:20px 0 8px; padding-left:12px; border-left:3px solid #1a365d; }
.cat-desc h3 { font-size:15px; color:#2d3748; margin:16px 0 8px; }
.cat-desc p { font-size:14px; color:#4a5568; margin-bottom:10px; }
.cat-desc ul,.cat-desc ol { margin:8px 0 12px 20px; list-style:disc; }
.cat-desc ol { list-style:decimal; }
.cat-desc li { margin-bottom:4px; line-height:1.7; }
.cat-cta { background:linear-gradient(135deg,#1a365d,#2a4a7f); color:#fff; padding:24px; border-radius:8px; text-align:center; margin-top:24px; }
.cat-cta h3 { color:#fff; font-size:16px; margin-bottom:10px; }
.cat-cta a { color:#fbd38d !important; font-size:24px; font-weight:700; text-decoration:none !important; }

/* 文章详情 */
.art-detail { background:#fff; border-radius:8px; padding:28px 32px; border:1px solid #e2e8f0; }
.art-detail h1 { font-size:22px; font-weight:700; color:#1a202c; line-height:1.5; margin-bottom:12px; }
.art-detail-meta { font-size:13px; color:#a0aec0; padding-bottom:16px; border-bottom:1px dashed #e2e8f0; margin-bottom:20px; display:flex; gap:16px; flex-wrap:wrap; }
.art-detail-img { margin-bottom:20px; border-radius:8px; overflow:hidden; }
.art-detail-img img { width:100%; max-height:400px; object-fit:cover; }
.article-content { font-size:15px; line-height:1.9; color:#2d3748; word-break:break-word; }
.article-content h2 { font-size:18px; font-weight:700; color:#1a202c; margin:28px 0 12px; padding-left:12px; border-left:3px solid #1a365d; }
.article-content h3 { font-size:16px; font-weight:600; margin:20px 0 10px; color:#2d3748; }
.article-content p { margin-bottom:14px; }
.article-content ul,.article-content ol { margin:10px 0 14px 20px; list-style:disc; }
.article-content ol { list-style:decimal; }
.article-content li { margin-bottom:6px; line-height:1.8; }
.article-content a { color:#2b6cb0; text-decoration:underline; }
.art-contact { margin-top:28px; padding:16px 20px; background:#ebf4ff; border-left:4px solid #1a365d; border-radius:0 8px 8px 0; }
.art-contact p { font-size:14px; color:#4a5568; margin-bottom:4px; }
.art-contact a { color:#e53e3e; font-weight:700; font-size:18px; }

/* 相关文章 */
.related-box { background:#fff; border-radius:8px; padding:20px 24px; border:1px solid #e2e8f0; margin-top:20px; }
.related-box h3 { font-size:16px; font-weight:700; color:#1a365d; margin-bottom:12px; padding-bottom:8px; border-bottom:1px solid #e2e8f0; }
.related-box li { padding:6px 0; font-size:14px; }
.related-box li::before { content:"\25B8"; color:#1a365d; margin-right:6px; }
.related-box a { color:#4a5568; }
.related-box a:hover { color:#1a365d; }

/* 面包屑 */
.breadcrumb { font-size:13px; color:#a0aec0; padding:12px 0; }
.breadcrumb a { color:#718096; }
.breadcrumb a:hover { color:#1a365d; }

/* 分页 */
.pager { text-align:center; padding:20px 0; }
.pager a,.pager span { display:inline-block; min-width:34px; height:34px; line-height:34px; padding:0 10px; margin:0 2px; border:1px solid #e2e8f0; border-radius:4px; font-size:13px; color:#4a5568; text-align:center; transition:.15s; }
.pager a:hover { border-color:#1a365d; color:#1a365d; text-decoration:none; }
.pager span.current { background:#1a365d; border-color:#1a365d; color:#fff; }

/* 底部 */
.site-footer { background:#0a1628; color:#718096; padding:28px 0 0; }
.footer-inner { display:flex; justify-content:space-between; gap:32px; padding-bottom:20px; }
.footer-info h4 { color:#e2e8f0; font-size:16px; margin-bottom:8px; }
.footer-info p { font-size:13px; line-height:1.7; }
.footer-info a { color:#a0aec0; }
.footer-info a:hover { color:#e2e8f0; }
.footer-links { display:flex; align-items:center; flex-wrap:wrap; }
.footer-links-label { color:#a0aec0; font-size:14px; font-weight:600; margin-right:12px; white-space:nowrap; }
.footer-links-list { display:flex; gap:8px; flex-wrap:wrap; }
.footer-links-list a { color:#718096; font-size:13px; padding:4px 14px; border:1px solid #2d3748; border-radius:3px; transition:.2s; white-space:nowrap; }
.footer-links-list a:hover { color:#fff; background:#1a365d; border-color:#1a365d; text-decoration:none; }
.footer-copy { border-top:1px solid #1a365d; text-align:center; padding:12px 0; font-size:12px; color:#4a5568; }

.mobile-phone-bar { display:none; }
.footer-copy a { color:#4a5568; }

.footer-copy a:hover { color:#718096; }


/* 搜索 */
.search-info { font-size:14px; color:#718096; margin-bottom:16px; }
.no-result { text-align:center; padding:60px 0; color:#a0aec0; font-size:15px; }

/* 移动端电话栏 */

/* ===== 详情页样式 ===== */

/* 面包屑 */
.doc-wrap .crumb {
    font-size:13px; color:#888; padding:12px 0 16px; border-bottom:1px solid #dde3ec; margin-bottom:20px; line-height:1.6;
}
.doc-wrap .crumb a { color:#666; text-decoration:none; transition:color .15s; }
.doc-wrap .crumb a:hover { color:#1a365d; text-decoration:underline; }

/* 外层 */
.doc-wrap { max-width:1200px; margin:0 auto; padding:20px 16px; }
.doc-wrap .main-col { display:flex; gap:28px; align-items:flex-start; }
.doc-wrap .col-content { flex:1; min-width:0; }

.doc-wrap .doc-body {
    background:#fff; border-radius:8px; padding:32px 36px; border:1px solid #dde3ec; box-shadow:0 1px 4px rgba(0,0,0,0.04);
}
.doc-wrap .doc-body h1 {
    font-size:24px; font-weight:700; line-height:1.5; color:#0f1b2d; margin:0 0 16px; padding-bottom:14px; border-bottom:2px solid #1a365d;
}

.doc-wrap .doc-title-bar {
    font-size:13px; color:#999; margin-bottom:20px; padding-bottom:14px; border-bottom:1px dashed #e0e0e0;
    display:flex; gap:20px; flex-wrap:wrap; align-items:center;
}
.doc-wrap .doc-title-bar span { display:inline-flex; align-items:center; gap:4px; }

.doc-wrap .art-detail-img {
    margin-bottom:24px; border-radius:6px; overflow:hidden; box-shadow:0 2px 8px rgba(0,0,0,0.08);
}
.doc-wrap .art-detail-img img { width:100%; max-height:420px; object-fit:cover; display:block; }

.doc-wrap .doc-text-block {
    font-size:15px; line-height:2; color:#444;
}
.doc-wrap .doc-text-block p { margin-bottom:14px; text-indent:2em; }
.doc-wrap .doc-text-block h2 {
    font-size:18px; font-weight:700; color:#0f1b2d; margin:28px 0 12px;
    padding:8px 0 8px 14px; border-left:4px solid #1a365d; background:#eef2f7; border-radius:0 4px 4px 0;
}
.doc-wrap .doc-text-block h3 {
    font-size:16px; font-weight:600; color:#0f1b2d; margin:20px 0 8px; padding-bottom:4px; border-bottom:1px dashed #c7d2e0;
}
.doc-wrap .doc-text-block ul, .doc-wrap .doc-text-block ol { margin:10px 0 16px 2em; line-height:1.9; }
.doc-wrap .doc-text-block li { margin-bottom:6px; padding-left:4px; }
.doc-wrap .doc-text-block ul li { list-style:disc; }
.doc-wrap .doc-text-block ol li { list-style:decimal; }
.doc-wrap .doc-text-block strong { color:#0f1b2d; font-weight:600; }
.doc-wrap .doc-text-block a { color:#1a365d; text-decoration:underline; text-underline-offset:2px; }
.doc-wrap .doc-text-block a:hover { color:#2b4c7e; }
.doc-wrap .doc-text-block blockquote {
    margin:16px 0; padding:12px 20px; background:#f5f7fa; border-left:4px solid #1a365d; border-radius:0 4px 4px 0; color:#555; font-style:italic;
}

.doc-wrap .doc-consult-bar {
    margin-top:32px; padding:20px 24px; background:#eef2f7; border-left:4px solid #1a365d; border-radius:0 6px 6px 0;
}
.doc-wrap .doc-consult-bar p { font-size:14px; color:#555; margin-bottom:4px; }
.doc-wrap .doc-consult-bar a { color:#c00; font-weight:700; font-size:20px; text-decoration:none; }

.doc-wrap .doc-more {
    margin-top:32px; background:#fff; border:1px solid #dde3ec; border-radius:8px; padding:20px 24px; box-shadow:0 1px 4px rgba(0,0,0,0.04);
}
.doc-wrap .doc-more h3 {
    font-size:16px; font-weight:700; color:#0f1b2d; margin-bottom:14px; padding-bottom:10px; border-bottom:2px solid #1a365d;
}
.doc-wrap .doc-more ul { list-style:none; padding:0; margin:0; }
.doc-wrap .doc-more li { padding:10px 0; border-bottom:1px solid #f0f0f0; }
.doc-wrap .doc-more li:last-child { border-bottom:none; }
.doc-wrap .doc-more li a {
    font-size:14px; color:#444; text-decoration:none; line-height:1.6; display:block; padding-left:16px; position:relative;
}
.doc-wrap .doc-more li a::before { content:"›"; position:absolute; left:0; color:#1a365d; font-weight:700; font-size:16px; }
.doc-wrap .doc-more li a:hover { color:#1a365d; text-decoration:underline; }

.doc-wrap .doc-aside { width:280px; flex-shrink:0; }
.doc-wrap .doc-aside .side-box { background:#fff; border-radius:8px; margin-bottom:16px; border:1px solid #dde3ec; overflow:hidden; box-shadow:0 1px 4px rgba(0,0,0,0.04); }
.doc-wrap .doc-aside .side-box h3 { font-size:15px; font-weight:600; color:#fff; background:#1a365d; padding:12px 16px; }
.doc-wrap .doc-aside .side-tel { text-align:center; padding:24px 16px; }
.doc-wrap .doc-aside .side-tel a { display:block; color:#c00; font-size:24px; font-weight:700; letter-spacing:2px; text-decoration:none; }
.doc-wrap .doc-aside .side-tel small { display:block; font-size:12px; color:#999; margin-top:8px; }
.doc-wrap .doc-aside .side-nav { padding:8px 0; }
.doc-wrap .doc-aside .side-nav li { border-bottom:1px solid #f5f5f5; }
.doc-wrap .doc-aside .side-nav li:last-child { border-bottom:none; }
.doc-wrap .doc-aside .side-nav a { display:block; padding:10px 16px; font-size:14px; color:#444; text-decoration:none; transition:.15s; }
.doc-wrap .doc-aside .side-nav a:hover { background:#eef2f7; color:#1a365d; padding-left:20px; }
.doc-wrap .doc-aside .side-box p { padding:14px 16px; font-size:13px; color:#666; line-height:1.7; }

/* 分类页面包屑 */
.svc-wrap .crumb {
    font-size:13px; color:#888; padding:12px 0 16px; border-bottom:1px solid #dde3ec; margin-bottom:20px; line-height:1.6;
}
.svc-wrap .crumb a { color:#666; text-decoration:none; transition:color .15s; }
.svc-wrap .crumb a:hover { color:#1a365d; text-decoration:underline; }

/* 外层 */
.svc-wrap { max-width:1200px; margin:0 auto; padding:20px 16px; }
.svc-wrap .main-col { display:flex; gap:28px; align-items:flex-start; }
.svc-wrap .col-content { flex:1; min-width:0; }

.svc-wrap .svc-title-bar {
    margin-bottom:24px; border-radius:8px; overflow:hidden; box-shadow:0 2px 8px rgba(0,0,0,0.08);
}
.svc-wrap .svc-title-bar img { width:100%; max-height:360px; object-fit:cover; display:block; }

.svc-wrap .svc-desc-block {
    background:#fff; border-radius:8px; padding:28px 32px; border:1px solid #dde3ec; margin-bottom:28px;
    font-size:15px; line-height:2; color:#444; box-shadow:0 1px 4px rgba(0,0,0,0.04);
}
.svc-wrap .svc-desc-block h1 { font-size:22px; font-weight:700; color:#0f1b2d; margin:0 0 18px; padding-bottom:12px; border-bottom:2px solid #1a365d; }
.svc-wrap .svc-desc-block h2 {
    font-size:17px; font-weight:600; color:#0f1b2d; margin:24px 0 10px;
    padding:6px 0 6px 14px; border-left:4px solid #1a365d; background:#eef2f7; border-radius:0 4px 4px 0;
}
.svc-wrap .svc-desc-block h3 { font-size:15px; font-weight:600; color:#0f1b2d; margin:18px 0 8px; padding-bottom:4px; border-bottom:1px dashed #c7d2e0; }
.svc-wrap .svc-desc-block p { margin-bottom:12px; text-indent:2em; }
.svc-wrap .svc-desc-block ul, .svc-wrap .svc-desc-block ol { margin:10px 0 16px 2em; line-height:1.9; }
.svc-wrap .svc-desc-block li { margin-bottom:6px; padding-left:4px; }
.svc-wrap .svc-desc-block ul li { list-style:disc; }
.svc-wrap .svc-desc-block ol li { list-style:decimal; }
.svc-wrap .svc-desc-block strong { color:#0f1b2d; font-weight:600; }

.svc-wrap .svc-related { margin:0 0 28px; }
.svc-wrap .svc-related h2 { font-size:18px; font-weight:700; color:#0f1b2d; margin-bottom:16px; padding-bottom:10px; border-bottom:2px solid #1a365d; }

.svc-wrap .svc-art-list { list-style:none; padding:0; margin:0; }

.svc-wrap .svc-art-entry {
    display:flex; gap:16px; padding:16px 0; border-bottom:1px solid #f0f0f0; align-items:flex-start;
}
.svc-wrap .svc-art-entry:last-child { border-bottom:none; }

.svc-wrap .svc-cta-strip {
    background:linear-gradient(135deg,#0f1b2d,#1a365d); color:#fff; padding:24px 28px; border-radius:8px; text-align:center; margin:0 0 28px;
}
.svc-wrap .svc-cta-strip h3 { color:#fff; font-size:18px; margin:0 0 8px; font-weight:600; }
.svc-wrap .svc-cta-strip p { margin:0; font-size:15px; color:rgba(255,255,255,0.85); }
.svc-wrap .svc-cta-strip a { color:#fbd38d !important; font-size:22px; font-weight:700; text-decoration:none !important; }

.svc-wrap .svc-aside { width:280px; flex-shrink:0; }
.svc-wrap .svc-aside .side-box { background:#fff; border-radius:8px; margin-bottom:16px; border:1px solid #dde3ec; overflow:hidden; box-shadow:0 1px 4px rgba(0,0,0,0.04); }
.svc-wrap .svc-aside .side-box h3 { font-size:15px; font-weight:600; color:#fff; background:#1a365d; padding:12px 16px; }
.svc-wrap .svc-aside .side-tel { text-align:center; padding:24px 16px; }
.svc-wrap .svc-aside .side-tel a { display:block; color:#c00; font-size:24px; font-weight:700; letter-spacing:2px; text-decoration:none; }
.svc-wrap .svc-aside .side-tel small { display:block; font-size:12px; color:#999; margin-top:8px; }
.svc-wrap .svc-aside .side-nav { padding:8px 0; }
.svc-wrap .svc-aside .side-nav li { border-bottom:1px solid #f5f5f5; }
.svc-wrap .svc-aside .side-nav li:last-child { border-bottom:none; }
.svc-wrap .svc-aside .side-nav a { display:block; padding:10px 16px; font-size:14px; color:#444; text-decoration:none; transition:.15s; }
.svc-wrap .svc-aside .side-nav a:hover { background:#eef2f7; color:#1a365d; padding-left:20px; }
.svc-wrap .svc-aside .side-box p { padding:14px 16px; font-size:13px; color:#666; line-height:1.7; }

/* 分类页文章卡片 */
.svc-wrap .art-img { flex-shrink:0; width:180px; border-radius:6px; overflow:hidden; }
.svc-wrap .art-img img { width:180px; height:100px; object-fit:cover; display:block; border-radius:6px; transition:transform .3s; }
.svc-wrap .art-img img:hover { transform:scale(1.05); }
.svc-wrap .art-info { flex:1; min-width:0; }
.svc-wrap .art-info h3 { font-size:15px; font-weight:600; margin-bottom:6px; }
.svc-wrap .art-info h3 a { color:#222; text-decoration:none; }
.svc-wrap .art-info h3 a:hover { color:#1a365d; }
.svc-wrap .art-info .art-meta { font-size:12px; color:#bbb; margin-bottom:6px; }
.svc-wrap .art-info p { font-size:13px; color:#888; line-height:1.6; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; text-indent:0; }

/* 移动端 */

/* 服务优势区块 */
.adv-content { max-width:800px; margin:0 auto; }
.adv-points { list-style:none; padding:0; margin:0 0 20px; }
.adv-points li { padding:10px 0 10px 28px; position:relative; line-height:1.8; border-bottom:1px dashed #e5e5e5; }
.adv-points li::before { content:"✓"; position:absolute; left:0; top:10px; color:#1a8c3f; font-weight:bold; font-size:16px; }
.adv-summary { line-height:2; color:#555; text-indent:2em; margin:0; }


/* 常见问题区块 */
.faq-list { max-width:800px; margin:0 auto; }
.faq-item { border-bottom:1px solid var(--border-color, #e5e7eb); padding:16px 0; }
.faq-item:last-child { border-bottom:none; }
.faq-q { font-size:16px; font-weight:600; color:var(--primary, #333); margin:0 0 8px; }
.faq-a { font-size:14px; line-height:1.8; color:var(--text-secondary, #666); margin:0; }
.sec-header { text-align:center; margin-bottom:24px; }
.sec-header h2 { font-size:22px; font-weight:700; color:var(--primary, #333); }
.sec-header p { font-size:14px; color:var(--text-secondary, #666); margin-top:4px; }

/* 优势区块 */
.adv-content { max-width:800px; margin:0 auto; }
.adv-points { list-style:none; padding:0; margin:0 0 16px; }
.adv-points li { padding:8px 0 8px 28px; position:relative; font-size:15px; line-height:1.7; color:#444; border-bottom:1px dashed #e5e7eb; }
.adv-points li::before { content:'✓'; position:absolute; left:0; top:8px; font-weight:700; }
.adv-summary { font-size:14px; line-height:1.8; color:#666; padding:12px 16px; background:var(--bg-light, #f9fafb); border-radius:6px; }

@media(max-width:768px) {
    .doc-wrap { padding:12px; }
    .doc-wrap .main-col { flex-direction:column; }
    .doc-wrap .doc-body { padding:20px 16px; }
    .doc-wrap .doc-body h1 { font-size:19px; }
    .doc-wrap .doc-title-bar { flex-direction:column; gap:6px; }
    .doc-wrap .doc-text-block { font-size:14px; line-height:1.8; }
    .doc-wrap .doc-text-block h2 { font-size:16px; margin:20px 0 10px; padding:6px 0 6px 10px; }
    .doc-wrap .doc-text-block h3 { font-size:15px; }
    .doc-wrap .doc-aside { width:100%; }
    .doc-wrap .doc-consult-bar a { font-size:18px; }

    .svc-wrap { padding:12px; }
    .svc-wrap .main-col { flex-direction:column; }
    .svc-wrap .svc-desc-block { padding:18px 16px; }

    .svc-wrap .art-img { width:100%; }
    .svc-wrap .art-img img { width:100%; height:160px; }
    .svc-wrap .svc-cta-strip { padding:18px 16px; }
    .svc-wrap .svc-cta-strip a { font-size:18px; }
    .svc-wrap .svc-aside { width:100%; }

/* ===== 首页移动端适配 ===== */
.top-bar { display:none; }
.header-row { height:auto; padding:12px 0; flex-wrap:wrap; }

.main-nav {
    display:none; flex-direction:column; width:100%; order:3; padding:8px 0 4px;
    border-top:1px solid rgba(255,255,255,0.1);
}
.main-nav.open {
    display:flex;
}
.main-nav a {
    padding:12px 16px; font-size:15px; border-radius:0; text-align:left;
    border-bottom:1px solid rgba(255,255,255,0.06);
}
.menu-toggle { display:block; }

.hero-banner { padding:32px 0; }
.hero-banner h1 { font-size:20px !important; }
.hero-banner p { font-size:13px !important; }
.hero-actions a { font-size:18px !important; padding:8px 20px !important; }
.hero-content { max-width:100%; }

.trust-items { flex-direction:column; gap:12px; }
.trust-item { min-width:auto; }
.svc-row { grid-template-columns:repeat(2,1fr) !important; gap:10px !important; }
.svc-card-img img { height:80px !important; }
.main-col { flex-direction:column !important; }
.main-col-reverse { flex-direction:column !important; }
.col-side { width:100% !important; flex-shrink:1 !important; }

.art-card { display:flex; flex-direction:column; }
.art-card img { height:160px; object-fit:cover; }

.art-card img { width:100% !important; flex-shrink:1 !important; }
.art-card img { width:100% !important; height:160px !important; }
.footer-inner { flex-direction:column; gap:20px; }

.footer-links { flex-direction:column; align-items:flex-start; }

.mobile-phone-bar {
    display:flex !important; position:fixed; bottom:0; left:0; right:0; z-index:9999;
    background:linear-gradient(135deg,#0a1628,#1a365d);
    padding:10px 0; text-align:center; box-shadow:0 -2px 10px rgba(0,0,0,0.2);
}
.mobile-phone-bar a {
    color:#fff !important; font-size:17px; font-weight:700; text-decoration:none !important;
    letter-spacing:1px; width:100%; display:block;
}
body { padding-bottom:50px; }
.section, .section-alt { padding:20px 0; }
.sec-title { font-size:17px; margin-bottom:14px; }
.side-box h3 { font-size:14px; padding:8px 12px; }
.side-tel a { font-size:20px !important; 
}
}
