/* ===== 合肥站 - classic风格 ===== */
*,*::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:#333;background:#f5f6f8;line-height:1.7;}
a{color:#1a5cb0;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:1120px;margin:0 auto;padding:0 16px;}

.hd-top{background:#0e2444;color:#8da4c2;font-size:12px;line-height:32px;}
.hd-top-inner{display:flex;justify-content:space-between;align-items:center;}
.hd-top a{color:#8da4c2;}.hd-top a:hover{color:#fff;text-decoration:none;}
.header{background:#1a3a6c;position:sticky;top:0;z-index:1000;box-shadow:0 2px 8px rgba(0,0,0,0.15);}
.header-inner{display:flex;align-items:center;justify-content:space-between;height:68px;}
.logo{display:flex;align-items:center;gap:10px;color:#fff;font-size:18px;font-weight:700;text-decoration:none;flex-shrink:0;}
.logo img{width:44px;height:44px;border-radius:50%;border:2px solid rgba(255,255,255,0.3);object-fit:cover;}
.logo:hover{color:#fff;text-decoration:none;}
.nav{display:flex;align-items:center;gap:4px;flex:1;justify-content:center;}
.nav a{color:rgba(255,255,255,0.85);font-size:15px;padding:8px 16px;border-radius:4px;transition:.15s;white-space:nowrap;}
.nav a:hover,.nav a.active{background:rgba(255,255,255,0.12);color:#fff;text-decoration:none;}
.menu-btn{display:none;background:none;border:1px solid rgba(255,255,255,0.3);color:#fff;font-size:22px;cursor:pointer;padding:4px 10px;border-radius:4px;}

.banner{position:relative;margin-bottom:24px;background:#0e2444;padding:48px 0;text-align:center;}
.banner-text{max-width:680px;margin:0 auto;color:#fff;}
.banner-text h1{font-size:30px;font-weight:800;margin-bottom:10px;text-shadow:0 2px 8px rgba(0,0,0,0.3);}
.banner-text p{font-size:15px;opacity:0.9;margin-bottom:16px;}
.banner-tel{display:inline-block;background:linear-gradient(135deg,#1a5cb0,#2563eb);color:#fff !important;font-size:26px;font-weight:800;padding:10px 32px;border-radius:50px;letter-spacing:2px;text-decoration:none !important;box-shadow:0 4px 16px rgba(0,0,0,0.3);}

.section{padding:28px 0;}.section-alt{background:#f0f4fa;}
.sec-title{font-size:20px;font-weight:700;color:#0e2444;margin-bottom:18px;padding-bottom:10px;border-bottom:2px solid #1a5cb0;}
.sec-title small{font-size:13px;font-weight:400;color:#999;margin-left:8px;}
.cat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:32px;}
.cat-card{background:#fff;border-radius:6px;overflow:hidden;border:1px solid #e4e8ee;transition:.2s;}
.cat-card:hover{box-shadow:0 4px 16px rgba(0,0,0,0.1);transform:translateY(-2px);}
.cat-card a{text-decoration:none;color:inherit;}.cat-card a:hover{text-decoration:none;}
.cat-card img{width:100%;height:110px;object-fit:cover;}
.cat-card-body{padding:10px 12px;}
.cat-card-body h3{font-size:14px;font-weight:600;color:#1a5cb0;margin-bottom:3px;}
.cat-card-body p{font-size:12px;color:#888;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}

.main-col{display:flex;gap:24px;padding-bottom:40px;}
.col-content{flex:1;min-width:0;}.col-side{width:280px;flex-shrink:0;}
.art-list li{display:flex;gap:16px;padding:18px 0;border-bottom:1px solid #eee;}
.art-img{flex-shrink:0;width:180px;border-radius:4px;overflow:hidden;}
.art-img img{width:180px;height:100px;object-fit:cover;border-radius:4px;}
.art-info{flex:1;min-width:0;}
.art-info h3{font-size:16px;font-weight:600;margin-bottom:4px;}
.art-info h3 a{color:#222;}.art-info h3 a:hover{color:#1a5cb0;}
.art-meta{font-size:12px;color:#999;margin-bottom:6px;}
.side-box{background:#fff;border-radius:6px;margin-bottom:16px;border:1px solid #e4e8ee;overflow:hidden;}
.side-box h3{font-size:15px;font-weight:600;color:#fff;background:#1a5cb0;padding:10px 16px;}
.side-tel{text-align:center;padding:20px 16px;}
.side-tel a{display:block;color:#c00;font-size:24px;font-weight:700;letter-spacing:2px;}
.side-tel small{display:block;font-size:12px;color:#999;margin-top:6px;}
.side-nav{padding:8px 0;}.side-nav li{border-bottom:1px solid #f0f0f0;}
.side-nav a{display:block;padding:9px 16px;font-size:14px;color:#444;transition:.15s;}
.side-nav a:hover{background:#f5f8fc;color:#1a5cb0;text-decoration:none;padding-left:20px;}
.side-box p{padding:12px 16px;font-size:13px;color:#666;line-height:1.7;}

/* 文章详情 */
.art-detail{background:#fff;border-radius:6px;padding:28px 32px;border:1px solid #e4e8ee;}
.art-detail h1{font-size:22px;font-weight:700;color:#1a1a1a;line-height:1.5;margin-bottom:12px;}
.art-detail-meta{font-size:13px;color:#999;padding-bottom:16px;border-bottom:1px dashed #e0e0e0;margin-bottom:20px;display:flex;gap:16px;flex-wrap:wrap;}
.art-detail-img{margin-bottom:20px;border-radius:6px;overflow:hidden;}
.art-detail-img img{width:100%;max-height:400px;object-fit:cover;}
.article-content{font-size:15px;line-height:1.9;color:#333;word-break:break-word;}
.article-content h2{font-size:18px;font-weight:700;color:#1a1a1a;margin:28px 0 12px;padding-left:12px;border-left:3px solid #1a5cb0;}
.article-content h3{font-size:16px;font-weight:600;margin:20px 0 10px;}
.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:#1a5cb0;text-decoration:underline;}
.art-contact{margin-top:28px;padding:16px 20px;background:#f0f5fc;border-left:4px solid #1a5cb0;border-radius:0 6px 6px 0;}
.art-contact p{font-size:14px;color:#555;margin-bottom:4px;}
.art-contact a{color:#c00;font-weight:700;font-size:18px;}
/* 分类页 */
.cat-banner{margin-bottom:20px;border-radius:6px;overflow:hidden;}
.cat-banner img{width:100%;height:auto;}
.cat-desc{background:#f8fafd;border:1px solid #dde5f0;border-radius:6px;padding:20px 24px;margin-bottom:24px;}
.cat-desc h1{font-size:20px;color:#0e2444;margin-bottom:10px;border-bottom:2px solid #2563eb;padding-bottom:8px;}
.cat-desc h2{font-size:16px;color:#0e2444;margin:20px 0 8px;padding-left:12px;border-left:3px solid #1a5cb0;}
.cat-desc p{font-size:14px;color:#555;line-height:1.8;margin-bottom:8px;}
.cat-desc ul,.cat-desc ol{margin:8px 0 12px 20px;}.cat-desc li{margin-bottom:4px;}
.cat-cta{background:linear-gradient(135deg,#0e2444,#1a3a6c);color:#fff;padding:24px;border-radius:6px;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:22px;font-weight:700;text-decoration:none !important;}
/* 相关文章/面包屑/分页/底部 */
.related-box{background:#fff;border-radius:6px;padding:20px 24px;border:1px solid #e4e8ee;margin-top:20px;}
.related-box h3{font-size:16px;font-weight:700;color:#0e2444;margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid #eee;}
.related-box li{padding:6px 0;font-size:14px;}
.related-box a{color:#444;}.related-box a:hover{color:#1a5cb0;}
.breadcrumb{font-size:13px;color:#999;padding:12px 0;}.breadcrumb a{color:#666;}.breadcrumb a:hover{color:#1a5cb0;}
.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 #ddd;border-radius:4px;font-size:13px;color:#555;text-align:center;}
.pager a:hover{border-color:#1a5cb0;color:#1a5cb0;text-decoration:none;}
.pager span.current{background:#1a5cb0;border-color:#1a5cb0;color:#fff;}

.ft{background:#1b2a41;color:#8e9db5;padding:28px 0 0;}
.ft-inner{display:flex;justify-content:space-between;gap:32px;padding-bottom:20px;}
.ft-info h4{color:#d0dce8;font-size:16px;margin-bottom:8px;}
.ft-info p{font-size:13px;line-height:1.7;}.ft-info a{color:#8e9db5;}.ft-info a:hover{color:#d0dce8;}
.ft-links{display:flex;align-items:center;flex-wrap:wrap;}
.ft-links-label{color:#8e9db5;font-size:14px;font-weight:600;margin-right:12px;white-space:nowrap;}
.ft-links-list{display:flex;gap:8px;flex-wrap:wrap;}
.ft-links-list a{color:#8e9db5;font-size:13px;padding:4px 14px;border:1px solid #2a4a6e;border-radius:3px;white-space:nowrap;}
.ft-links-list a:hover{color:#fff;background:#1a5cb0;border-color:#1a5cb0;text-decoration:none;}
.ft-copy{border-top:1px solid #2d3f57;text-align:center;padding:12px 0;font-size:12px;color:#5c7090;}

.mobile-phone-bar { display:none; }
.ft-copy a{color:#5c7090;}.ft-copy a:hover{color:#8e9db5;}


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

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

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

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

.art-wrap .art-header {
    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;
}
.art-wrap .art-header span { display:inline-flex; align-items:center; gap:4px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* 分类页文章卡片 */
.cat-wrap .art-img { flex-shrink:0; width:180px; border-radius:6px; overflow:hidden; }
.cat-wrap .art-img img { width:180px; height:100px; object-fit:cover; display:block; border-radius:6px; transition:transform .3s; }
.cat-wrap .art-img img:hover { transform:scale(1.05); }
.cat-wrap .art-info { flex:1; min-width:0; }
.cat-wrap .art-info h3 { font-size:15px; font-weight:600; margin-bottom:6px; }
.cat-wrap .art-info h3 a { color:#222; text-decoration:none; }
.cat-wrap .art-info h3 a:hover { color:#1a5cb0; }
.cat-wrap .art-info .art-meta { font-size:12px; color:#bbb; margin-bottom:6px; }
.cat-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) {
    .art-wrap { padding:12px; }
    .art-wrap .main-col { flex-direction:column; }
    .art-wrap .art-body { padding:20px 16px; }
    .art-wrap .art-body h1 { font-size:19px; }
    .art-wrap .art-header { flex-direction:column; gap:6px; }
    .art-wrap .art-text { font-size:14px; line-height:1.8; }
    .art-wrap .art-text h2 { font-size:16px; margin:20px 0 10px; padding:6px 0 6px 10px; }
    .art-wrap .art-text h3 { font-size:15px; }
    .art-wrap .art-aside { width:100%; }
    .art-wrap .art-consult a { font-size:18px; }

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

    .cat-wrap .art-img { width:100%; }
    .cat-wrap .art-img img { width:100%; height:160px; }
    .cat-wrap .cat-contact-bar { padding:18px 16px; }
    .cat-wrap .cat-contact-bar a { font-size:18px; }
    .cat-wrap .cat-aside { width:100%; }

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

.nav {
    display:none; flex-direction:column; width:100%; order:3; padding:8px 0 4px;
    border-top:1px solid rgba(255,255,255,0.1);
}
.nav.open {
    display:flex;
}
.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-btn { display:block; }

.banner { padding:32px 0; }
.banner h1 { font-size:20px !important; }
.banner p { font-size:13px !important; }
.banner-tel { font-size:18px !important; padding:8px 20px !important; }
.banner-text { max-width:100%; }
.cat-grid { grid-template-columns:repeat(2,1fr) !important; gap:10px !important; }
.cat-card 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-list li { flex-direction:column !important; gap:10px !important; }

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

.ft-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,#0e2444,#1a5cb0);
    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; }

.art-list li { flex-direction:column; gap:10px; }
.art-img { width:100% !important; }
.art-img img { width:100% !important; height:140px; 
}
}
