/* ========== skin10 v2 — 1:1 仿 ahhjsm.com（合肥浩建商贸）==========
   主色 #c00000（正红）｜次色 #2c3e50（蓝灰）｜辅助 #1a3a5c（深蓝）
   白底为主，红色仅用于强调（导航选中/标语/按钮/标题分割线）
*/
*{box-sizing:border-box}
body{margin:0;padding:0;background:#fff;font-family:"Microsoft YaHei","PingFang SC","HarmonyOS Sans SC","Hiragino Sans GB",-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px;color:#333;line-height:1.6}
a{text-decoration:none;color:inherit;transition:color .2s}
a:hover{color:#c00000}
ul,ol,dl,dd,dt,p,h1,h2,h3,h4,h5,h6{margin:0;padding:0;list-style:none}
img{max-width:100%;display:block;border:0}
.sk10w{width:1200px;max-width:100%;margin:0 auto;padding:0 16px;box-sizing:border-box}
.clear{clear:both}
.fl{float:left}.fr{float:right}

/* ========== 顶部蓝灰条（电话条）========== */
.topArea{background:#37474f;color:#cfd8dc;font-size:12px;line-height:34px}
.topArea-inner{display:flex;justify-content:space-between;align-items:center}
.topArea .wel{margin:0;color:#eceff1}
.topArea .r-arte{display:flex;gap:0;align-items:center}
.topArea .r-arte li{position:relative;padding:0 14px}
.topArea .r-arte li+li{border-left:1px solid #455a64}
.topArea .r-arte a{color:#cfd8dc;display:inline-flex;align-items:center;gap:6px}
.topArea .r-arte a:hover{color:#fff}
.topArea .top-tel a{color:#fff;font-weight:600}
.topArea .ti-tel{display:inline-block;width:14px;height:14px;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M6.6 10.8a15.7 15.7 0 0 0 6.6 6.6l2.2-2.2c.3-.3.7-.4 1-.2 1.2.4 2.4.6 3.6.6.6 0 1 .4 1 1V20c0 .6-.4 1-1 1A17 17 0 0 1 3 4c0-.6.4-1 1-1h3.4c.6 0 1 .4 1 1 0 1.3.2 2.5.6 3.6.1.4 0 .8-.2 1l-2.2 2.2z"/></svg>') no-repeat center/contain;vertical-align:middle}

/* ========== Header（白底 LOGO + 红色电话块）========== */
.header{background:#fff}
.header-inner{display:flex;justify-content:space-between;align-items:center;padding:18px 16px;min-height:104px}
.header .logo a{display:inline-flex;align-items:center;gap:14px}
.header .logo img{max-height:74px;width:auto;display:block}
.header .text-logo{font-size:28px;font-weight:700;color:#c00000;line-height:1.2;letter-spacing:1px}
.head-tel{display:flex;align-items:center;gap:12px}
.head-tel .tel-icon{width:48px;height:48px;border-radius:50%;background:#c00000;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 12px rgba(192,0,0,.25)}
.head-tel .tel-icon i{display:inline-block;width:22px;height:22px;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M6.6 10.8a15.7 15.7 0 0 0 6.6 6.6l2.2-2.2c.3-.3.7-.4 1-.2 1.2.4 2.4.6 3.6.6.6 0 1 .4 1 1V20c0 .6-.4 1-1 1A17 17 0 0 1 3 4c0-.6.4-1 1-1h3.4c.6 0 1 .4 1 1 0 1.3.2 2.5.6 3.6.1.4 0 .8-.2 1l-2.2 2.2z"/></svg>') no-repeat center/contain}
.head-tel .tel-info{display:flex;flex-direction:column}
.head-tel .tel-label{color:#888;font-size:12px;line-height:1.4}
.head-tel strong{font-size:24px;color:#c00000;font-weight:700;letter-spacing:.5px;line-height:1.2;font-family:Arial,Helvetica,sans-serif}

/* ========== 导航：白底红字（核心）========== */
.navbox{background:#fff;border-top:1px solid #f2f3f5;border-bottom:2px solid #c00000;box-shadow:0 2px 0 rgba(0,0,0,.02)}
.navbox .nav{padding:0}
.navbox ul{display:flex;justify-content:flex-start;margin:0;padding:0}
.navbox ul li{position:relative;flex:0 0 auto;min-width:120px}
.navbox ul li>a{display:block;text-align:center;color:#333;font-size:16px;font-weight:500;line-height:54px;padding:0 28px;position:relative;transition:all .2s}
.navbox ul li>a:hover{color:#c00000;background:#fff7f7}
.navbox ul li.on>a,.navbox ul li.hover>a{color:#fff;background:#c00000}
.navbox ul li.on>a:after,.navbox ul li.hover>a:after{content:"";position:absolute;left:50%;bottom:-2px;transform:translateX(-50%);width:0;height:0;border:6px solid transparent;border-top-color:#c00000;display:none}
.navbox .subnav{position:absolute;top:100%;left:0;min-width:160px;background:rgba(255,255,255,.98);box-shadow:0 6px 18px rgba(0,0,0,.12);display:none;z-index:10;padding:6px 0;border-top:2px solid #c00000}
.navbox .subnav a{display:block;line-height:38px;padding:0 18px;color:#333;font-size:14px;text-align:left;white-space:nowrap}
.navbox .subnav a:hover{background:#fff7f7;color:#c00000}
.navbox ul li:hover .subnav{display:block}

/* ========== 移动端导航 ========== */
.m-nav-bar{display:none;background:#fff;border-bottom:1px solid #eee;padding:8px 14px;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:50}
.m-nav-bar .m-logo img{max-height:36px}
.m-nav-bar .m-logo span{font-size:16px;font-weight:700;color:#c00000}
.m-nav-bar .m-toggle{font-size:24px;cursor:pointer;color:#c00000;padding:0 8px}
.m-nav{display:none;background:#fff;border-bottom:1px solid #eee}
.m-nav.open{display:block}
.m-nav ul li a{display:block;padding:12px 18px;border-bottom:1px solid #f2f3f5;color:#333}
.m-nav ul li a:hover{background:#fff7f7;color:#c00000}

/* ========== 大 Banner（左侧标语 + 右侧 6 张工业设备图）========== */
.hm-hero{background:linear-gradient(135deg,#3c5a76 0%,#2c3e50 50%,#1a2a3a 100%);position:relative;overflow:hidden;padding:50px 0}
.hm-hero:before{content:"";position:absolute;left:0;right:0;top:0;bottom:0;background:radial-gradient(ellipse at top right,rgba(192,0,0,.15) 0%,transparent 60%),radial-gradient(ellipse at bottom left,rgba(120,180,220,.18) 0%,transparent 50%);pointer-events:none}
.hm-hero-inner{display:grid;grid-template-columns:1fr 1.1fr;gap:40px;align-items:center;position:relative;z-index:1}
.hm-hero-text{color:#fff}
.hm-slogan{font-size:42px;font-weight:700;line-height:1.4;color:#fff;margin-bottom:24px;letter-spacing:2px;text-shadow:0 4px 18px rgba(0,0,0,.4)}
.hm-slogan .emph{color:#fff;display:inline-block;padding:0 4px;background:linear-gradient(180deg,transparent 70%,rgba(192,0,0,.7) 70%)}
.hm-slogan .emph2{color:#ff8a8a;font-weight:800}
.hm-sub{font-size:16px;color:rgba(255,255,255,.85);line-height:1.8;margin-bottom:30px;letter-spacing:.5px}
.hm-cta-row{display:flex;gap:14px;flex-wrap:wrap}
.hm-cta{display:inline-block;padding:14px 32px;background:#c00000;color:#fff;border-radius:4px;font-size:15px;font-weight:600;letter-spacing:1px;box-shadow:0 6px 18px rgba(192,0,0,.4);transition:all .25s}
.hm-cta:hover{background:#a00000;color:#fff;transform:translateY(-2px);box-shadow:0 8px 22px rgba(192,0,0,.5)}
.hm-cta-outline{background:transparent;border:2px solid rgba(255,255,255,.7);color:#fff;box-shadow:none;padding:12px 30px}
.hm-cta-outline:hover{background:#fff;color:#c00000;border-color:#fff}

/* 右侧 6 张工业设备图（3x2 网格，CSS 渐变占位）*/
.hm-hero-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr);gap:10px;height:340px}
.hm-hero-cell{position:relative;overflow:hidden;border-radius:4px;background:#1f2d3b;box-shadow:0 4px 14px rgba(0,0,0,.3);transition:transform .3s}
.hm-hero-cell:hover{transform:translateY(-3px)}
.hm-hero-cell img{width:100%;height:100%;object-fit:cover;display:block}
.hm-hero-ph{width:100%;height:100%;background:linear-gradient(135deg,#dde4ea 0%,#b8c6d2 100%);position:relative;display:flex;align-items:center;justify-content:center}
.hm-hero-ph:before{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:60%;height:50%;background:linear-gradient(180deg,#9fb3c4 0%,#6c8294 100%);border-radius:6px;box-shadow:inset 0 -8px 16px rgba(0,0,0,.2),0 4px 8px rgba(0,0,0,.15)}
.hm-hero-ph:after{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:30%;height:30%;background:radial-gradient(circle,#37474f 0%,#1a252f 100%);border-radius:50%;border:3px solid #607d8b;box-shadow:inset 0 0 8px rgba(0,0,0,.5)}
.hm-hero-ph-1{background:linear-gradient(135deg,#cfd8dc,#90a4ae)}
.hm-hero-ph-2{background:linear-gradient(135deg,#b0bec5,#78909c)}
.hm-hero-ph-3{background:linear-gradient(135deg,#90a4ae,#546e7a)}
.hm-hero-ph-4{background:linear-gradient(135deg,#cfd8dc,#78909c)}
.hm-hero-ph-5{background:linear-gradient(135deg,#b0bec5,#607d8b)}
.hm-hero-ph-6{background:linear-gradient(135deg,#90a4ae,#455a64)}

/* ========== 热点关键词 + 搜索 ========== */
.HOT-KEYS{background:#f7f8fa;border-bottom:1px solid #ececec;padding:0}
.HOT-KEYS .hk-row{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;flex-wrap:wrap;gap:10px}
.HOT-KEYS .keyleft{flex:1;font-size:13px;color:#666;line-height:1.8;min-width:0}
.HOT-KEYS .hk-title{color:#c00000;font-weight:600;margin-right:6px}
.HOT-KEYS .keyleft a{color:#666;margin-right:14px}
.HOT-KEYS .keyleft a:hover{color:#c00000}
.HOT-KEYS .searchformBox form{display:flex;align-items:center;border:1px solid #c00000;border-radius:24px;overflow:hidden;background:#fff}
.HOT-KEYS .serach_input{border:0;outline:0;padding:0 16px;height:34px;line-height:34px;font-size:14px;width:200px;background:transparent;min-width:0}
.HOT-KEYS .btn_serach{background:#c00000;color:#fff;border:0;padding:0 20px;height:34px;font-size:13px;cursor:pointer;font-weight:500}
.HOT-KEYS .btn_serach:hover{background:#a00000}

/* ========== 通用区块标题（红色三角线条）========== */
.hm-sec-title{text-align:center;margin-bottom:36px;padding-top:6px}
.hm-sec-title h3{font-size:30px;color:#222;font-weight:700;margin-bottom:10px;position:relative;display:inline-block;padding:0 30px}
.hm-sec-title h3:before,.hm-sec-title h3:after{content:"";position:absolute;top:50%;width:36px;height:2px;background:linear-gradient(90deg,transparent,#c00000)}
.hm-sec-title h3:before{right:100%;background:linear-gradient(90deg,transparent,#c00000)}
.hm-sec-title h3:after{left:100%;background:linear-gradient(90deg,#c00000,transparent)}
.hm-sec-title span{display:block;color:#bbb;font-size:13px;letter-spacing:3px;font-weight:500;text-transform:uppercase}
.hm-sec-title-left{text-align:left;margin-bottom:22px}
.hm-sec-title-left h3{padding:0;padding-bottom:10px;border-bottom:2px solid #c00000}
.hm-sec-title-left h3:before,.hm-sec-title-left h3:after{display:none}
.hm-sec-title-left span{text-align:left;letter-spacing:2px;margin-top:6px}

/* ========== 产品中心（6 大产品分类卡片）========== */
.hm-prod{padding:60px 0;background:#fff}
.hm-prod-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.hm-prod-card{display:block;background:#fff;border:1px solid #ececec;border-radius:4px;overflow:hidden;transition:all .3s;min-width:0}
.hm-prod-card:hover{border-color:#c00000;box-shadow:0 12px 28px rgba(192,0,0,.15);transform:translateY(-4px)}
.hm-prod-thumb{position:relative;width:100%;aspect-ratio:5/3;overflow:hidden;background:#f5f6f8}
.hm-prod-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .4s}
.hm-prod-card:hover img{transform:scale(1.06)}
.hm-prod-ph{position:absolute;left:0;right:0;top:0;bottom:0;background:linear-gradient(135deg,#e8edf2,#b8c6d2);display:flex;align-items:center;justify-content:center}
.hm-prod-ph:before{content:"";width:50%;height:55%;background:linear-gradient(180deg,#7d92a4 0%,#455a64 100%);border-radius:6px;box-shadow:inset 0 -6px 14px rgba(0,0,0,.25),0 6px 14px rgba(0,0,0,.15)}
.hm-prod-ph:after{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:24%;height:24%;background:radial-gradient(circle,#1a252f 0%,#000 100%);border-radius:50%;border:3px solid #78909c}
.hm-prod-ph-1{background:linear-gradient(135deg,#dfe6ec,#9fb3c4)}
.hm-prod-ph-2{background:linear-gradient(135deg,#e0e7ec,#a3b6c5)}
.hm-prod-ph-3{background:linear-gradient(135deg,#dde4ea,#90a4ae)}
.hm-prod-ph-4{background:linear-gradient(135deg,#e8edf2,#a3b6c5)}
.hm-prod-ph-5{background:linear-gradient(135deg,#dfe6ec,#88a0b0)}
.hm-prod-ph-6{background:linear-gradient(135deg,#e0e7ec,#90a4ae)}
.hm-prod-info{padding:18px 20px;border-top:1px solid #f2f3f5}
.hm-prod-info h4{font-size:16px;color:#222;font-weight:600;margin-bottom:8px;line-height:1.45;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.hm-prod-card:hover .hm-prod-info h4{color:#c00000}
.hm-prod-info p{font-size:13px;color:#888;line-height:1.7;margin-bottom:12px;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}
.hm-prod-more{display:inline-block;font-size:13px;color:#c00000;font-weight:500;letter-spacing:.5px}

/* ========== 关于我们 ========== */
.hm-about{padding:70px 0;background:#f7f8fa;position:relative}
.hm-about-inner{display:grid;grid-template-columns:520px 1fr;gap:50px;align-items:center;position:relative;z-index:1}
.hm-about-pic{border-radius:4px;overflow:hidden;box-shadow:0 12px 32px rgba(0,0,0,.1)}
.hm-about-pic img{width:100%;display:block}
.hm-about-ph{aspect-ratio:520/340;background:linear-gradient(135deg,#37474f 0%,#1a2a3a 100%);position:relative;display:flex;align-items:center;justify-content:center;border-radius:4px}
.hm-about-ph:before{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:50%;height:60%;background:linear-gradient(180deg,#90a4ae 0%,#455a64 100%);border-radius:6px;box-shadow:inset 0 -8px 16px rgba(0,0,0,.3),0 6px 14px rgba(0,0,0,.3)}
.hm-about-ph:after{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:24%;height:32%;background:radial-gradient(ellipse,#37474f 0%,#000 100%);border-radius:6px;border:2px solid #78909c}
.hm-about-text h3{font-size:30px;color:#222;font-weight:700}
.hm-about-name{font-size:18px;color:#333;font-weight:600;margin:18px 0 12px}
.hm-about-desc{font-size:15px;color:#555;line-height:1.95;margin-bottom:18px}
.hm-about-meta{display:flex;flex-direction:column;gap:8px;margin-bottom:24px}
.ab-meta-item{font-size:14px;color:#555;line-height:1.7;padding:6px 0;border-bottom:1px dashed #e5e6eb}
.ab-meta-item b{color:#c00000;font-weight:600;margin-right:6px}
.hm-about-more{display:inline-block;padding:11px 36px;background:#c00000;color:#fff;border-radius:3px;font-size:14px;font-weight:500;transition:all .2s}
.hm-about-more:hover{background:#a00000;color:#fff;transform:translateY(-1px);box-shadow:0 6px 14px rgba(192,0,0,.3)}

/* ========== 经典案例 ========== */
.hm-case{padding:60px 0;background:#fff}
.hm-case-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.hm-case-item{background:#fff;border-radius:4px;overflow:hidden;display:block;transition:all .3s;border:1px solid #ececec;min-width:0}
.hm-case-item:hover{transform:translateY(-4px);box-shadow:0 12px 24px rgba(192,0,0,.12);border-color:#c00000}
.hm-case-thumb{position:relative;width:100%;aspect-ratio:4/3;overflow:hidden;background:#f5f6f8}
.hm-case-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .4s}
.hm-case-item:hover img{transform:scale(1.05)}
.hm-case-ph{position:absolute;left:0;right:0;top:0;bottom:0;background:linear-gradient(135deg,#dfe6ec,#90a4ae);display:flex;align-items:center;justify-content:center}
.hm-case-ph:before{content:"";width:50%;height:55%;background:linear-gradient(180deg,#7d92a4 0%,#455a64 100%);border-radius:6px;box-shadow:inset 0 -6px 14px rgba(0,0,0,.25)}
.hm-case-ph-1{background:linear-gradient(135deg,#e0e7ec,#9fb3c4)}
.hm-case-ph-2{background:linear-gradient(135deg,#dde4ea,#a3b6c5)}
.hm-case-ph-3{background:linear-gradient(135deg,#e8edf2,#90a4ae)}
.hm-case-cap{padding:14px 16px;text-align:center;font-size:15px;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;border-top:1px solid #f5f5f5}
.hm-case-item:hover .hm-case-cap{color:#c00000;background:#fff7f7}

/* ========== 企业商讯 ========== */
.hm-news{padding:60px 0;background:#f7f8fa}
.hm-news-grid{display:grid;grid-template-columns:520px 1fr;gap:30px;align-items:stretch}
.hm-news-top{background:#fff;border:1px solid #ececec;border-left:3px solid #c00000;border-radius:4px;padding:26px}
.hm-news-top a{display:flex;gap:18px;align-items:flex-start}
.hm-news-date{flex-shrink:0;width:80px;background:#c00000;color:#fff;text-align:center;padding:14px 0;border-radius:3px}
.hm-news-date .dy{display:block;font-size:13px;opacity:.85}
.hm-news-date .dmd{display:block;font-size:24px;font-weight:700;margin-top:4px;letter-spacing:1px}
.hm-news-tt h4{font-size:18px;color:#222;font-weight:600;margin-bottom:12px;line-height:1.45}
.hm-news-top a:hover h4{color:#c00000}
.hm-news-tt p{font-size:14px;color:#666;line-height:1.8}
.hm-news-list{display:flex;flex-direction:column;gap:0;padding:8px 22px;background:#fff;border-radius:4px;border:1px solid #ececec}
.hm-news-list li{border-bottom:1px dashed #e8eaed}
.hm-news-list li:last-child{border-bottom:0}
.hm-news-list li a{display:flex;align-items:center;gap:14px;line-height:46px;color:#444;font-size:14px}
.hm-news-list li a:hover{color:#c00000}
.hm-news-list .nl-date{flex-shrink:0;color:#c00000;font-weight:600;font-size:13px;width:50px}
.hm-news-list .nl-tt{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}

/* ========== 友情链接 ========== */
.ftLinkWrap{background:#2c3e50;padding:18px 0}
.ftLink{font-size:13px;color:#9aa0a6;line-height:24px}
.ftLink strong{color:#fff;margin-right:10px}
.ftLink a{color:#9aa0a6;margin:0 12px 0 0;display:inline-block}
.ftLink a:hover{color:#fff}

/* ========== Footer ========== */
.sk10-footer{background:#1f2d3b;color:#aaa;padding-top:40px;border-top:3px solid #c00000}
.sk10-footer .ft-wrap{display:grid;grid-template-columns:1fr 1fr 1fr;gap:36px;padding-bottom:30px;border-bottom:1px solid #2c3e50}
.sk10-footer .ft-col h3{color:#fff;font-size:16px;font-weight:600;margin-bottom:18px;padding-bottom:8px;border-bottom:2px solid #c00000;display:inline-block}
.sk10-footer ul li{font-size:13px;line-height:30px;color:#aaa}
.sk10-footer ul li b{color:#fff;font-weight:500;margin-right:4px}
.sk10-footer ul li a{color:#aaa}
.sk10-footer ul li a:hover{color:#c00000}
.ft-bottom{padding:16px 16px;font-size:12px;color:#888;text-align:center;line-height:22px}
.ft-bottom p{margin:0}
.ft-bottom a{color:#888;margin:0 6px}
.ft-bottom a:hover{color:#c00000}

/* ========== 右下角悬浮 ========== */
.online-bar{position:fixed;right:14px;bottom:80px;z-index:99;display:flex;flex-direction:column;gap:8px}
.online-bar a{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:#c00000;color:#fff;border-radius:6px;font-size:20px;box-shadow:0 4px 14px rgba(192,0,0,.35);transition:all .2s;position:relative}
.online-bar a:hover{background:#a00000}

/* ========== 内页通用 ========== */
.ny-banner{height:220px;display:flex;align-items:center;color:#fff;background:linear-gradient(135deg,#3c5a76 0%,#2c3e50 50%,#1a2a3a 100%);position:relative;border-bottom:3px solid #c00000}
.ny-banner:before{content:"";position:absolute;left:0;right:0;top:0;bottom:0;background:radial-gradient(ellipse at right,rgba(192,0,0,.12),transparent 60%)}
.ny-banner-sm{height:170px}
.ny-banner h2{font-size:32px;font-weight:700;color:#fff;text-shadow:0 4px 18px rgba(0,0,0,.3);margin-bottom:8px;position:relative;z-index:1}
.ny-banner p{font-size:14px;color:#fff;opacity:.85;letter-spacing:1px;position:relative;z-index:1}

.ny-content{padding:30px 0 60px;background:#f7f8fa}
.ny-grid{display:grid;grid-template-columns:240px 1fr;gap:20px;align-items:start}

/* 左侧栏 */
.side_bar{background:#fff;border-radius:4px;overflow:hidden}
.side_bar .left_title{background:#c00000;color:#fff;padding:14px 18px}
.side_bar .left_title h3{font-size:17px;color:#fff;font-weight:600;margin:0}
.side_bar .submenubox{margin-bottom:14px;border:1px solid #ececec;border-radius:4px;overflow:hidden}
.side_bar .left-list li{border-bottom:1px solid #f2f3f5}
.side_bar .left-list li:last-child{border-bottom:0}
.side_bar .left-list li a{display:block;padding:13px 18px;color:#333;font-size:14px;line-height:1.5}
.side_bar .left-list li a:hover{background:#fff7f7;color:#c00000;padding-left:24px}
.side_bar .leftbox{background:#fff;border:1px solid #ececec;border-radius:4px;margin-bottom:14px;overflow:hidden}
.side_bar .left-cont{padding:14px 18px;font-size:13px;line-height:2;color:#555}
.side_bar .left-cont b{color:#333}
.side_bar .left-cont p{margin:0}
.side_bar .tj_new{background:#fff;border:1px solid #ececec;border-radius:4px;overflow:hidden}
.side_bar .left-news{padding:8px 18px}
.side_bar .left-news li{border-bottom:1px dashed #f0f0f0;padding:8px 0}
.side_bar .left-news li:last-child{border-bottom:0}
.side_bar .left-news li a{font-size:13px;color:#555;line-height:1.5;display:block}
.side_bar .left-news li a:hover{color:#c00000}

/* 主体内容 */
.side_left{background:#fff;border:1px solid #ececec;border-radius:4px;padding:24px 28px;min-height:420px}
.crumbs{padding-bottom:16px;border-bottom:1px solid #ececec;margin-bottom:24px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:8px}
.crumbs h3{font-size:20px;color:#222;font-weight:700;border-left:4px solid #c00000;padding-left:12px;line-height:1.3}
.crumbs-in{font-size:13px;color:#888}
.crumbs-in a{color:#888}
.crumbs-in a:hover{color:#c00000}

/* 列表 */
.newlist ul li{border-bottom:1px dashed #ececec;padding:18px 0}
.newlist ul li:first-child{padding-top:6px}
.newlist ul li>a{display:flex;gap:18px;align-items:flex-start}
.newlist ul li:hover>a h2{color:#c00000}
.newlist .nl-thumb{flex-shrink:0;width:200px;aspect-ratio:5/3;overflow:hidden;border-radius:3px;background:#f5f6f8}
.newlist .nl-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .35s}
.newlist ul li:hover .nl-thumb img{transform:scale(1.05)}
.newlist .nl-text{flex:1;min-width:0}
.newlist .nl-no-thumb{padding-left:0}
.newlist h2{font-size:17px;color:#222;font-weight:600;margin-bottom:10px;line-height:1.45}
.newlist .nl-summary{font-size:14px;color:#888;line-height:1.85;margin-bottom:12px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.newlist .nl-meta{font-size:12px;color:#999;display:flex;gap:18px;align-items:center}
.newlist .nl-meta .nl-more{margin-left:auto;color:#c00000}

/* 分页 */
.pglist{text-align:center;margin-top:30px;padding:20px 0}
.pglist a,.pglist span{display:inline-block;padding:8px 14px;margin:0 3px;border:1px solid #e5e6eb;color:#666;border-radius:3px;font-size:13px;background:#fff}
.pglist a:hover{background:#c00000;color:#fff;border-color:#c00000}
.pglist .current,.pglist .page-num-current,.pglist span.current{background:#c00000;color:#fff;border-color:#c00000}

/* 文章详情 */
.article-detail{padding:6px 0}
.article-detail .article-title{font-size:24px;color:#222;text-align:center;line-height:1.5;margin:14px 0 16px;font-weight:700}
.article-detail .article-meta{text-align:center;color:#999;font-size:13px;border-bottom:1px dashed #e5e6eb;padding-bottom:14px;margin-bottom:24px}
.article-detail .article-meta span{margin:0 10px}
.article-detail .article-content{font-size:15px;line-height:1.95;color:#333}
.article-detail .article-content p{margin:0 0 14px}
.article-detail .article-content img{max-width:100%;height:auto;display:block;margin:14px auto;border-radius:3px}
.article-detail .article-content h2,.article-detail .article-content h3{margin:24px 0 12px;font-weight:700;color:#222}
.article-detail .article-content h2{font-size:20px;border-left:4px solid #c00000;padding-left:12px}
.article-detail .article-content h3{font-size:17px}
.article-tags{margin-top:24px;padding-top:14px;border-top:1px dashed #ececec;font-size:13px;color:#666}
.article-tags a{display:inline-block;margin:0 6px;padding:2px 12px;background:#fff7f7;color:#c00000;border-radius:14px;font-size:12px;border:1px solid #fbe0e0}
.article-tags a:hover{background:#c00000;color:#fff}
.article-nav{margin-top:18px;padding-top:14px;border-top:1px dashed #ececec;line-height:2;font-size:14px;color:#666}
.article-nav a{color:#444}
.article-nav a:hover{color:#c00000}

.related-articles{margin-top:24px;background:#fff;padding:0;border-radius:4px}
.related-articles .ra-title{padding:16px 0 12px;border-bottom:1px solid #ececec}
.related-articles .ra-title h3{font-size:17px;color:#222;border-left:4px solid #c00000;padding-left:12px;font-weight:600}
.related-articles ul{padding:8px 0}
.related-articles ul li{padding:8px 0;border-bottom:1px dashed #f2f3f5;display:flex;justify-content:space-between;gap:10px;align-items:center}
.related-articles ul li:last-child{border-bottom:0}
.related-articles ul li a{flex:1;color:#555;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}
.related-articles ul li a:hover{color:#c00000}
.related-articles .ra-date{flex-shrink:0;font-size:12px;color:#999}

/* 单页栏目 */
.company .page-title{font-size:22px;color:#222;text-align:center;margin:6px 0 24px;padding-bottom:16px;border-bottom:1px dashed #ececec;font-weight:700}
.company .page-content{font-size:15px;line-height:1.95;color:#333}
.company .page-content p{margin:0 0 14px}
.company .page-content img{max-width:100%;height:auto;display:block;margin:14px auto;border-radius:3px}
.contact-card{margin-top:30px;padding:20px 24px;background:#fff7f7;border-left:4px solid #c00000;border-radius:3px}
.contact-card p{margin:6px 0;font-size:14px;color:#444}

/* 关键词聚合 */
.kw-desc{background:#fff7f7;padding:16px 22px;margin-bottom:20px;border-left:3px solid #c00000;color:#666;line-height:1.8;font-size:14px}
.kw-cloud{padding:24px 0;min-height:380px}
.kw-cloud a{display:inline-block;padding:9px 18px;margin:6px;background:#f7f8fa;color:#555;border:1px solid #ececec;border-radius:3px;font-size:14px;transition:all .2s}
.kw-cloud a:hover{background:#c00000;color:#fff;border-color:#c00000}
.kw-cloud .cnt{color:#999;font-size:12px;margin-left:3px}
.kw-cloud a:hover .cnt{color:rgba(255,255,255,.85)}

/* 搜索结果 */
.search_result ul li{padding:18px 0;border-bottom:1px dashed #ececec}
.search_result ul li h3{font-size:17px;margin-bottom:8px}
.search_result ul li h3 a{color:#222}
.search_result ul li h3 a:hover{color:#c00000}
.search_result ul li p{color:#666;line-height:1.85;font-size:14px}
.search_result ul li .search_meta{color:#999;font-size:12px;margin-top:6px}
.search_result .empty-tip{text-align:center;padding:40px 20px;color:#999}
.search_result .empty-tip p{margin-bottom:14px}

/* 兜底 */
.empty-tip{text-align:center;padding:60px 20px;color:#999}
.empty-tip p{margin-bottom:18px;font-size:15px}

/* 标签 list */
.tag_list ul li{padding:14px 0;border-bottom:1px dashed #ececec}

/* sitemap */
.sitemap-box{background:#fff;border:1px solid #ececec;border-radius:4px;padding:24px 28px}
.sitemap-box h3{font-size:18px;color:#222;border-left:4px solid #c00000;padding-left:12px;margin:18px 0 14px;font-weight:600}
.sitemap-cats>li{margin-bottom:16px;padding-bottom:14px;border-bottom:1px dashed #ececec}
.sitemap-cats .cat strong{font-size:15px;color:#c00000}
.sitemap-cats ul{display:flex;flex-wrap:wrap;gap:12px;margin-top:8px;padding-left:14px}
.sitemap-cats ul li a{font-size:13px;color:#666}
.sitemap-cats ul li a:hover{color:#c00000}
.sitemap-arts li{display:flex;justify-content:space-between;align-items:center;padding:6px 0;border-bottom:1px dashed #f5f5f5;font-size:13px;gap:10px}
.sitemap-arts li a{flex:1;color:#555;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}
.sitemap-arts li a:hover{color:#c00000}
.sitemap-arts li span{flex-shrink:0;color:#999;font-size:12px}

/* ========== 响应式 ========== */
@media (max-width:1199px){
  .sk10w{width:auto;padding:0 14px}
  .hm-hero-inner{grid-template-columns:1fr 1fr;gap:30px}
  .hm-slogan{font-size:32px}
  .hm-hero-grid{height:280px}
  .hm-news-grid{grid-template-columns:1fr 1fr;gap:18px}
  .hm-about-inner{grid-template-columns:420px 1fr;gap:30px}
  .ny-grid{grid-template-columns:220px 1fr;gap:16px}
  .navbox ul li{min-width:auto}
  .navbox ul li>a{padding:0 20px}
}
@media (max-width:991px){
  .topArea{display:none}
  .header-inner{flex-direction:column;gap:14px;padding:16px;min-height:auto}
  .header .logo img{max-height:60px}
  .head-tel strong{font-size:20px}
  .navbox{display:none}
  .m-nav-bar{display:flex}
  .HOT-KEYS .hk-row{padding:10px 14px;flex-direction:column;align-items:flex-start;gap:10px}
  .HOT-KEYS .searchformBox{width:100%}
  .HOT-KEYS .searchformBox form{width:100%}
  .HOT-KEYS .serach_input{flex:1;width:auto}

  .hm-hero{padding:30px 0}
  .hm-hero-inner{grid-template-columns:1fr;gap:24px}
  .hm-slogan{font-size:26px}
  .hm-sub{font-size:14px}
  .hm-cta{padding:11px 24px;font-size:14px}
  .hm-hero-grid{height:200px}

  .hm-prod-grid,.hm-case-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .hm-about-inner{grid-template-columns:1fr;gap:24px}
  .hm-about-pic{max-width:520px;margin:0 auto;width:100%}
  .hm-news-grid{grid-template-columns:1fr;gap:16px}

  .sk10-footer .ft-wrap{grid-template-columns:1fr 1fr;gap:24px}
  .ny-grid{grid-template-columns:1fr;gap:14px}
  .side_bar .left-list{display:flex;flex-wrap:wrap;gap:0}
  .side_bar .left-list li{flex:1 1 50%}
  .ny-banner{height:180px}
  .ny-banner-sm{height:140px}
  .ny-banner h2{font-size:24px}
}
@media (max-width:767px){
  .hm-prod-grid,.hm-case-grid{grid-template-columns:1fr;gap:14px}
  .hm-hero-grid{grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr);height:180px;gap:6px}
  .hm-slogan{font-size:22px;letter-spacing:1px}
  .hm-prod,.hm-case,.hm-news,.hm-about{padding:36px 0}
  .hm-sec-title h3{font-size:24px;padding:0 14px}

  .sk10-footer .ft-wrap{grid-template-columns:1fr;gap:20px;padding:0 16px 26px}
  .ftLink{padding:0 16px}

  .side_left{padding:16px 14px}
  .newlist ul li>a{flex-direction:column;gap:10px}
  .newlist .nl-thumb{width:100%;aspect-ratio:16/9}
  .article-detail .article-title{font-size:20px}
  .crumbs{flex-direction:column;align-items:flex-start;gap:6px}
  .crumbs h3{font-size:17px}
  .online-bar{right:8px;bottom:60px}
  .online-bar a{width:42px;height:42px;font-size:18px}
}
@media (max-width:575px){
  .hm-slogan{font-size:18px}
}

/* Sitemap Links */
.sitemap-links{margin-left:15px;font-size:13px;}
.sitemap-links a{color:#999;margin:0 10px;text-decoration:none;}
.sitemap-links a:hover{color:#1062c3;}
