@charset "utf-8";
/* ============================================================
   重庆捷闲柔酒店管理有限公司 - 全站样式
   参考站: demoall.5fa.cn/17032 蓝色主题
   主蓝 #0d6fb8 · tab蓝 #207dc7 · 悬停浅蓝 #59bef3
   深导航 #282828 · 深页脚 #27303f · 标题黑 #000000
   ============================================================ */

* { margin: 0; padding: 0; box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  font-family: "Microsoft YaHei", "微软雅黑", "PingFang SC", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  color: #333;
  background: #fff;
  line-height: 1.6;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; transition: color .25s; }
a:hover { color: #0d6fb8; }
ul, ol { list-style: none; }
img { border: 0; max-width: 100%; display: block; }
input, button, textarea { font-family: inherit; outline: none; }

/* ---------- 工具类 ---------- */
.warp { width: 1200px; max-width: 96%; margin: 0 auto; position: relative; }
.am-cf::before, .am-cf::after { content: " "; display: table; }
.am-cf::after { clear: both; }
.fl { float: left; }
.fr { float: right; }
.txtc { text-align: center; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }

/* 滚动淡入 */
.reveal { opacity: 0; transform: translateY(50px); transition: opacity .8s ease, transform .8s ease; }
.reveal.reveal-left { transform: translateX(-50px); }
.reveal.in { opacity: 1; transform: translate(0,0); }

/* 图片兜底块 */
.img-fallback { background: linear-gradient(135deg,#0d6fb8,#59bef3); display:flex; align-items:center; justify-content:center; width:100%; height:100%; min-height:200px; color:#fff; font-size:14px; border-radius:0; }

/* ============================================================
   顶部信息栏 + 头部 + 导航  (全部置于 .topbox 内)
   ============================================================ */
.topbox { position: relative; width: 100%; }

.topbar {
  border-bottom: 1px solid #e7e9ea;
  color: #999;
  font-size: 13px;
  background: #fff;
}
.topbar .warp { display: flex; align-items: center; justify-content: space-between; height: 36px; }
.topbar-welcome { display: flex; align-items: center; }
.topbar-welcome svg { width: 15px; height: 15px; fill: #0d6fb8; margin-right: 6px; }
.topbar-nav a { color: #999; margin-left: 22px; }
.topbar-nav a:hover { color: #0d6fb8; }

.header { background: #fff; padding: 18px 0; }
.header .warp { display: flex; align-items: center; justify-content: space-between; }
.logo { display: flex; align-items: center; }
.logo-icon { width: 56px; height: 56px; margin-right: 14px; flex-shrink: 0; }
.logo-icon svg { width: 100%; height: 100%; }
.logo-text { display: flex; flex-direction: column; }
.logo-text .brand { font-size: 26px; font-weight: 700; color: #1a2a3a; letter-spacing: 1px; line-height: 1.1; }
.logo-text .tagline { font-size: 12px; color: #0d6fb8; letter-spacing: 4px; margin-top: 4px; }
.header-phone { display: flex; align-items: center; }
.header-phone svg { width: 34px; height: 34px; fill: #0d6fb8; margin-right: 10px; }
.header-phone .ph-text { display: flex; flex-direction: column; }
.header-phone .ph-label { font-size: 12px; color: #999; }
.header-phone .ph-num { font-size: 24px; font-weight: 700; color: #0d6fb8; line-height: 1.1; }

.nav { background: #282828; height: 60px; line-height: 60px; position: relative; z-index: 50; }
.nav.fixed { position: fixed; top: 0; left: 0; width: 100%; box-shadow: 0 2px 10px rgba(0,0,0,.15); }
.nav-list { display: flex; justify-content: center; }
.nav-list > li { flex: 1; text-align: center; position: relative; max-width: 180px; }
.nav-list > li > a { display: block; color: #fff; font-size: 16px; }
.nav-list > li:hover > a, .nav-list > li.active > a { background: #0d6fb8; color: #fff; }
.nav-list > li:hover > a { background: #59bef3; }
/* 下拉子菜单 */
.nav-sub { position: absolute; top: 60px; left: 50%; transform: translateX(-50%); width: 180px; background: rgba(13,111,184,.96); display: none; z-index: 60; }
.nav-list > li:hover .nav-sub { display: block; }
.nav-sub li a { display: block; color: #fff; font-size: 14px; line-height: 44px; height: 44px; border-bottom: 1px solid rgba(255,255,255,.12); }
.nav-sub li:last-child a { border-bottom: 0; }
.nav-sub li a:hover { background: #207dc7; color: #fff; }

/* 移动端汉堡按钮 */
.nav-toggle { display: none; position: absolute; right: 16px; top: -52px; width: 42px; height: 42px; background: #0d6fb8; border: 0; cursor: pointer; }
.nav-toggle span { display: block; width: 22px; height: 2px; background: #fff; margin: 5px auto; transition: .3s; }

/* ============================================================
   首页 Banner 轮播
   ============================================================ */
.banner { position: relative; height: 590px; overflow: hidden; background: #1a2a3a; }
.banner-track { width: 100%; height: 100%; }
.banner-slide { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-size: cover; background-position: center; opacity: 0; transition: opacity 1s ease; }
.banner-slide.active { opacity: 1; }
.banner-slide .slide-mask { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,25,45,.72) 0%, rgba(10,25,45,.25) 60%, rgba(10,25,45,.5) 100%); }
.banner-content { position: relative; z-index: 2; height: 100%; display: flex; flex-direction: column; justify-content: center; color: #fff; max-width: 760px; }
.banner-logo { font-size: 52px; font-weight: 700; line-height: 1.2; text-shadow: 0 2px 14px rgba(0,0,0,.4); }
.banner-logo .en { display: block; font-size: 16px; letter-spacing: 6px; color: #9fd0ef; font-weight: 400; margin-top: 8px; }
.banner-sub { font-size: 20px; margin-top: 26px; line-height: 1.7; color: #eaf2f8; max-width: 620px; }
.banner-cta { display: inline-block; margin-top: 36px; width: 168px; height: 48px; line-height: 48px; text-align: center; background: #0d6fb8; color: #fff; font-size: 16px; border-radius: 4px; }
.banner-cta:hover { background: #207dc7; color: #fff; }
.banner-dots { position: absolute; bottom: 32px; left: 50%; transform: translateX(-50%); z-index: 5; display: flex; }
.banner-dots span { width: 14px; height: 14px; border-radius: 50%; background: rgba(255,255,255,.5); margin: 0 8px; cursor: pointer; }
.banner-dots span.active { background: #fff; transform: scale(1.1); }

/* ============================================================
   热搜关键词条
   ============================================================ */
.keywords { background: #f5f7f9; border-bottom: 1px solid #e7e9ea; }
.keywords .warp { display: flex; align-items: center; justify-content: space-between; height: 56px; flex-wrap: wrap; gap: 10px; }
.keywords-left { display: flex; align-items: center; flex-wrap: wrap; }
.keywords-label { color: #0d6fb8; font-weight: 700; font-size: 14px; margin-right: 14px; }
.keywords-list a { color: #666; margin-right: 18px; font-size: 13px; }
.keywords-list a:hover { color: #0d6fb8; }
.keywords-search { display: flex; }
.keywords-search input { width: 200px; height: 34px; border: 1px solid #c1c1c1; border-right: 0; padding: 0 12px; font-size: 13px; background: #fff; }
.keywords-search button { width: 64px; height: 34px; background: #0d6fb8; color: #fff; border: 0; cursor: pointer; font-size: 13px; }
.keywords-search button:hover { background: #207dc7; }

/* ============================================================
   通用区块标题
   ============================================================ */
.sec { padding: 88px 0; }
.sec-head { text-align: center; margin-bottom: 50px; }
.sec-title { font-size: 38px; font-weight: 700; color: #161616; position: relative; }
.sec-title::after { content: ''; display: block; width: 46px; height: 3px; background: #0d6fb8; margin: 14px auto 0; }
.sec-sub { font-size: 16px; color: #888; margin-top: 14px; }
.sec-head.light .sec-title, .sec-head.light .sec-sub { color: #fff; }

/* ============================================================
   解决方案 (fangan) - 5图标 tab + 大图覆盖卡
   ============================================================ */
.solution .sol-hd { display: flex; justify-content: center; gap: 6px; }
.solution .sol-hd li { flex: 1; max-width: 200px; background: #f1f3f5; border-bottom: 3px solid transparent; padding: 22px 8px; text-align: center; cursor: pointer; transition: .25s; }
.solution .sol-hd li .si { width: 48px; height: 48px; margin: 0 auto 10px; }
.solution .sol-hd li .si svg { width: 100%; height: 100%; fill: #0d6fb8; }
.solution .sol-hd li .st { font-size: 15px; color: #444; font-weight: 600; }
.solution .sol-hd li.on { background: #0d6fb8; border-bottom-color: #207dc7; }
.solution .sol-hd li.on .si svg { fill: #fff; }
.solution .sol-hd li.on .st { color: #fff; }
.solution .sol-bd { margin-top: 30px; }
.solution .sol-panel { display: none; position: relative; }
.solution .sol-panel.on { display: block; }
.solution .sol-panel img { width: 100%; height: 460px; object-fit: cover; }
.solution .sol-cover { position: absolute; left: 0; bottom: 0; width: 100%; background: rgba(0,0,0,.78); padding: 28px 40px; color: #fff; }
.solution .sol-cover .t { font-size: 24px; margin-bottom: 12px; font-weight: 600; }
.solution .sol-cover .p { font-size: 15px; line-height: 1.9; max-width: 88%; }
.solution .sol-cover .lk { display: inline-block; margin-top: 14px; color: #9fd0ef; font-size: 14px; border-bottom: 1px solid #9fd0ef; padding-bottom: 2px; }
.solution .sol-cover .lk:hover { color: #fff; border-color: #fff; }

/* ============================================================
   系统体系 - 左6 tab + 右大图
   ============================================================ */
.system { background: #f5f7f9; }
.system .sys-wrap { display: flex; gap: 20px; }
.system .sys-hd { width: 280px; flex-shrink: 0; }
.system .sys-hd ul { background: #4b4c4e; }
.system .sys-hd li { height: 75px; line-height: 75px; padding-left: 30px; color: #fff; font-size: 16px; cursor: pointer; border-bottom: 1px solid #6b6c6e; position: relative; transition: .25s; }
.system .sys-hd li:last-child { border-bottom: 0; }
.system .sys-hd li::after { content: ''; position: absolute; right: 18px; top: 50%; transform: translateY(-50%); width: 7px; height: 7px; border-top: 2px solid #6b6c6e; border-right: 2px solid #6b6c6e; transform: translateY(-50%) rotate(45deg); }
.system .sys-hd li.on { background: #207dc7; }
.system .sys-hd li.on::after { border-color: #fff; }
.system .sys-bd { flex: 1; position: relative; overflow: hidden; }
.system .sys-panel { display: none; }
.system .sys-panel.on { display: block; }
.system .sys-panel img { width: 100%; height: 450px; object-fit: cover; }

/* ============================================================
   优势区 (深色背景) - 3痛点 + 4优势
   ============================================================ */
.advantage { background: linear-gradient(rgba(20,35,55,.86), rgba(20,35,55,.92)), #1a2a3a; background-size: cover; color: #fff; }
.adv-list { display: flex; gap: 22px; }
.adv-list li { flex: 1; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); padding: 38px 30px; transition: .3s; }
.adv-list li:hover { background: #0d6fb8; border-color: #0d6fb8; transform: translateY(-6px); }
.adv-num { font-size: 44px; font-weight: 700; color: #59bef3; line-height: 1; }
.adv-list li:hover .adv-num { color: #fff; }
.adv-q { font-size: 18px; font-weight: 600; margin: 18px 0 12px; }
.adv-a { font-size: 14px; color: #c7d4e0; line-height: 1.8; }
.adv-list li:hover .adv-a { color: #eaf2f8; }

.trust-list { display: flex; gap: 22px; margin-top: 56px; }
.trust-list li { flex: 1; display: flex; align-items: center; background: rgba(255,255,255,.05); padding: 24px; }
.trust-icon { width: 54px; height: 54px; margin-right: 16px; flex-shrink: 0; }
.trust-icon svg { width: 100%; height: 100%; fill: #59bef3; }
.trust-title { font-size: 17px; font-weight: 600; color: #fff; }
.trust-desc { font-size: 13px; color: #a9bccd; margin-top: 4px; }

/* ============================================================
   经典案例 - tab + 3列网格 hover遮罩
   ============================================================ */
.cases .cases-hd { text-align: center; margin-bottom: 36px; }
.cases .cases-hd ul { display: flex; justify-content: center; flex-wrap: wrap; gap: 18px; }
.cases .cases-hd li { width: 132px; height: 40px; line-height: 40px; text-align: center; border: 1px solid #c1c1c1; border-radius: 4px; font-size: 15px; color: #474747; cursor: pointer; position: relative; }
.cases .cases-hd li.on { background: #207dc7; color: #fff; border-color: #207dc7; }
.cases .cases-hd li.on::after { content: ''; position: absolute; left: 50%; bottom: -8px; transform: translateX(-50%); border-left: 6px solid transparent; border-right: 6px solid transparent; border-top: 8px solid #207dc7; }
.cases-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.case-card { display: block; position: relative; overflow: hidden; }
.case-card .case-img { position: relative; height: 250px; overflow: hidden; }
.case-card .case-img img { width: 100%; height: 100%; object-fit: cover; transition: .5s; }
.case-card:hover .case-img img { transform: scale(1.08); }
.case-mask { position: absolute; inset: 0; background: rgba(13,111,184,.82); display: flex; align-items: center; justify-content: center; opacity: 0; transition: .35s; }
.case-card:hover .case-mask { opacity: 1; }
.case-link { width: 150px; height: 46px; line-height: 46px; text-align: center; border: 2px solid #fff; color: #fff; font-size: 15px; }
.case-title { text-align: center; font-size: 17px; color: #1a1a1a; padding: 18px 0; background: #fff; }
.case-card:hover .case-title { color: #0d6fb8; }

/* ============================================================
   新闻区 (背景图)
   ============================================================ */
.news { background: linear-gradient(rgba(245,247,249,.92), rgba(245,247,249,.92)), #f5f7f9; }
.news-hd { text-align: center; margin-bottom: 34px; }
.news-hd ul { display: flex; justify-content: center; gap: 22px; }
.news-hd li { width: 150px; height: 42px; line-height: 42px; text-align: center; background: #fff; border: 1px solid #c1c1c1; border-radius: 4px; font-size: 15px; color: #474747; cursor: pointer; position: relative; }
.news-hd li.on { background: #207dc7; color: #fff; border-color: #207dc7; }
.news-body { display: none; }
.news-body.on { display: flex; gap: 14px; }
.news-feature { width: 360px; flex-shrink: 0; background: #fff; padding: 10px; }
.news-feature + .news-feature { }
.news-feature .nf-img { width: 100%; height: 190px; overflow: hidden; margin-bottom: 14px; }
.news-feature .nf-img img { width: 100%; height: 100%; object-fit: cover; transition: .4s; }
.news-feature:hover .nf-img img { transform: scale(1.06); }
.news-feature .nf-title { font-size: 16px; font-weight: 600; color: #222; line-height: 1.5; }
.news-feature .nf-desc { font-size: 13px; color: #888; margin-top: 8px; line-height: 1.7; }
.news-feature .nf-link { display: inline-block; margin-top: 10px; font-size: 13px; color: #0d6fb8; }
.news-side { flex: 1; }
.news-date-card { display: flex; background: #fff; padding: 18px; margin-bottom: 12px; align-items: center; transition: .25s; }
.news-date-card:hover { background: #fff; box-shadow: 0 6px 18px rgba(13,111,184,.12); }
.news-date { width: 78px; flex-shrink: 0; text-align: center; border-right: 1px solid #eee; padding-right: 16px; }
.news-date .day { font-size: 32px; font-weight: 700; color: #0d6fb8; line-height: 1; }
.news-date .month { font-size: 12px; color: #999; margin-top: 4px; }
.news-date-card .nc-text { padding-left: 18px; }
.news-date-card .nc-title { font-size: 16px; font-weight: 600; color: #222; }
.news-date-card:hover .nc-title { color: #0d6fb8; }
.news-date-card .nc-desc { font-size: 13px; color: #888; margin-top: 6px; line-height: 1.6; }
.news-mini-list { background: #fff; padding: 6px 18px; }
.news-mini-list li a { display: flex; justify-content: space-between; align-items: center; padding: 12px 0; border-bottom: 1px dashed #eee; font-size: 14px; color: #444; }
.news-mini-list li:last-child a { border-bottom: 0; }
.news-mini-list li a:hover { color: #0d6fb8; }
.news-mini-list .nml-title { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; padding-right: 14px; }
.news-mini-list .nml-date { color: #aaa; font-size: 12px; flex-shrink: 0; }

/* ============================================================
   关于我们 + 合作伙伴
   ============================================================ */
.about { background: #fff; }
.about-grid { display: flex; align-items: stretch; gap: 40px; }
.about-text { flex: 1; }
.about-text .at-title { font-size: 30px; font-weight: 700; color: #161616; }
.about-text .at-mission { font-size: 18px; color: #0d6fb8; margin: 14px 0 22px; }
.about-text .at-desc { font-size: 15px; color: #666; line-height: 2; text-indent: 2em; }
.about-stats { display: flex; gap: 18px; margin-top: 30px; }
.about-stats li { flex: 1; text-align: center; padding: 20px 8px; background: #f5f7f9; border-top: 3px solid #0d6fb8; }
.about-stats .as-num { font-size: 30px; font-weight: 700; color: #0d6fb8; }
.about-stats .as-label { font-size: 13px; color: #888; margin-top: 4px; }
.about-img { width: 460px; flex-shrink: 0; }
.about-img img { width: 100%; height: 100%; object-fit: cover; }

.partners { background: #f5f7f9; padding: 56px 0; }
.partner-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; }
.partner-item { background: #fff; height: 92px; display: flex; align-items: center; justify-content: center; border: 1px solid #e7e9ea; font-size: 15px; font-weight: 600; color: #6b7785; transition: .25s; }
.partner-item:hover { border-color: #0d6fb8; color: #0d6fb8; box-shadow: 0 6px 16px rgba(0,0,0,.06); }

/* ============================================================
   页脚
   ============================================================ */
.footer { background: #27303f; color: #c2cad4; padding-top: 64px; }
.footer .ft-top { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr 1fr 1.6fr; gap: 28px; padding-bottom: 40px; }
.footer h4 { color: #fff; font-size: 16px; margin-bottom: 18px; font-weight: 600; }
.footer .ft-about p { font-size: 13px; line-height: 1.9; color: #9aa6b5; }
.footer .ft-links li a { font-size: 13px; color: #9aa6b5; line-height: 2.1; }
.footer .ft-links li a:hover { color: #59bef3; }
.footer .ft-contact .fc-item { display: flex; margin-bottom: 16px; font-size: 13px; color: #c2cad4; line-height: 1.7; }
.footer .ft-contact svg { width: 18px; height: 18px; fill: #59bef3; margin-right: 10px; flex-shrink: 0; margin-top: 3px; }
.footer .ft-qr { text-align: center; }
.footer .ft-qr img { width: 110px; height: 110px; margin: 0 auto; background: #fff; padding: 4px; }
.footer .ft-qr p { font-size: 12px; color: #9aa6b5; margin-top: 10px; }
.copyright { border-top: 1px solid #3a4658; padding: 24px 0; text-align: center; font-size: 13px; color: #8995a6; }
.copyright a { color: #8995a6; }
.copyright a:hover { color: #59bef3; }
.friend-links { background: #222a37; padding: 16px 0; }
.friend-links .warp { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; font-size: 13px; }
.friend-links .fl-label { color: #59bef3; font-weight: 600; }
.friend-links a { color: #8995a6; }

/* ============================================================
   右浮栏
   ============================================================ */
.floatbar { position: fixed; right: 12px; top: 50%; transform: translateY(-50%); z-index: 80; }
.floatbar-item { width: 56px; background: rgba(40,40,40,.85); color: #fff; text-align: center; padding: 10px 4px; cursor: pointer; margin-bottom: 2px; font-size: 12px; transition: .25s; position: relative; }
.floatbar-item.fb-top { }
.floatbar-item:hover { background: #0d6fb8; }
.floatbar-item svg { width: 24px; height: 24px; fill: #fff; margin: 0 auto 4px; display: block; }
.floatbar-item .fb-tip { display: block; line-height: 1.3; }
.floatbar-qr { position: absolute; right: 64px; top: 0; width: 120px; background: #fff; padding: 8px; display: none; }
.floatbar-qr img { width: 104px; height: 104px; }
.floatbar-qr p { font-size: 12px; color: #333; text-align: center; margin-top: 4px; }
.floatbar-item:hover .floatbar-qr { display: block; }

/* ============================================================
   内页通用: n-banner + 面包屑
   ============================================================ */
.n-banner { height: 320px; background-size: cover; background-position: center; position: relative; display: flex; align-items: center; }
.n-banner::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,25,45,.7), rgba(10,25,45,.35)); }
.n-banner .warp { position: relative; z-index: 2; }
.n-banner .nb-title { font-size: 38px; color: #fff; font-weight: 700; }
.n-banner .nb-en { font-size: 14px; color: #9fd0ef; letter-spacing: 4px; margin-top: 8px; }

.ntit { background: #f5f7f9; border-bottom: 1px solid #e7e9ea; }
.ntit .warp { display: flex; align-items: center; justify-content: space-between; height: 76px; }
.ntt { display: inline-flex; align-items: baseline; gap: 6px; }
.ntt-cn { font-size: 22px; font-weight: 700; color: #161616; }
.ntt-en { font-size: 13px; color: #aaa; margin-left: 10px; font-style: normal; }
.weiz { font-size: 13px; color: #888; }
.weiz a:hover { color: #0d6fb8; }
.weiz .sep { margin: 0 6px; color: #ccc; }

.page-wrap { padding: 60px 0 80px; }
.page-body { display: flex; gap: 30px; }

/* ============================================================
   产品列表页
   ============================================================ */
.prod-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.prod-card { background: #fff; border: 1px solid #eef0f2; transition: .3s; overflow: hidden; }
.prod-card:hover { box-shadow: 0 12px 30px rgba(0,0,0,.1); transform: translateY(-4px); }
.prod-card .pc-img { height: 220px; overflow: hidden; }
.prod-card .pc-img img { width: 100%; height: 100%; object-fit: cover; transition: .5s; }
.prod-card:hover .pc-img img { transform: scale(1.06); }
.prod-card .pc-body { padding: 20px; }
.prod-card .pc-title { font-size: 17px; font-weight: 600; color: #1a1a1a; margin-bottom: 8px; }
.prod-card:hover .pc-title { color: #0d6fb8; }
.prod-card .pc-desc { font-size: 13px; color: #888; line-height: 1.7; height: 66px; overflow: hidden; }
.prod-card .pc-more { display: inline-block; margin-top: 12px; font-size: 13px; color: #0d6fb8; }

/* ============================================================
   产品详情页
   ============================================================ */
.detail-main { display: flex; gap: 40px; }
.detail-img { width: 460px; flex-shrink: 0; }
.detail-img img { width: 100%; height: 340px; object-fit: cover; border: 1px solid #eef0f2; }
.detail-info { flex: 1; }
.detail-info h2 { font-size: 26px; color: #161616; font-weight: 700; }
.detail-info .di-sub { font-size: 14px; color: #999; margin: 10px 0 20px; }
.param-table { width: 100%; border-collapse: collapse; margin: 18px 0; }
.param-table th, .param-table td { border: 1px solid #e7e9ea; padding: 12px 16px; font-size: 14px; text-align: left; }
.param-table th { background: #f5f7f9; color: #444; width: 130px; font-weight: 600; }
.param-table td { color: #666; }
.detail-block { margin-top: 44px; }
.detail-block h3 { font-size: 22px; color: #161616; font-weight: 600; border-left: 4px solid #0d6fb8; padding-left: 12px; margin-bottom: 20px; }
.detail-block p { font-size: 15px; color: #555; line-height: 2; margin-bottom: 14px; text-indent: 2em; }
.feature-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.feature-list li { display: flex; align-items: flex-start; background: #f5f7f9; padding: 20px; }
.feature-list .fi-icon { width: 42px; height: 42px; margin-right: 14px; flex-shrink: 0; }
.feature-list .fi-icon svg { width: 100%; height: 100%; fill: #0d6fb8; }
.feature-list .fi-title { font-size: 15px; font-weight: 600; color: #333; }
.feature-list .fi-desc { font-size: 13px; color: #888; margin-top: 4px; line-height: 1.6; }
.related-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.related-item { display: block; }
.related-item img { width: 100%; height: 150px; object-fit: cover; }
.related-item .ri-title { font-size: 14px; color: #444; padding: 12px 4px; text-align: center; background: #f5f7f9; }
.related-item:hover .ri-title { color: #0d6fb8; background: #0d6fb8; color: #fff; }

/* ============================================================
   新闻列表页
   ============================================================ */
.news-list li { display: flex; gap: 24px; padding: 26px 0; border-bottom: 1px solid #eef0f2; }
.news-list li:last-child { border-bottom: 0; }
.news-list .nl-img { width: 240px; height: 160px; flex-shrink: 0; overflow: hidden; }
.news-list .nl-img img { width: 100%; height: 100%; object-fit: cover; transition: .4s; }
.news-list li:hover .nl-img img { transform: scale(1.05); }
.news-list .nl-body { flex: 1; }
.news-list .nl-title { font-size: 19px; font-weight: 600; color: #1a1a1a; margin-bottom: 10px; }
.news-list li:hover .nl-title { color: #0d6fb8; }
.news-list .nl-meta { font-size: 13px; color: #aaa; margin-bottom: 10px; }
.news-list .nl-meta span { margin-right: 18px; }
.news-list .nl-desc { font-size: 14px; color: #888; line-height: 1.8; }
.news-list .nl-more { display: inline-block; margin-top: 14px; font-size: 13px; color: #0d6fb8; border-bottom: 1px solid #0d6fb8; padding-bottom: 2px; }

/* ============================================================
   新闻详情页
   ============================================================ */
.article-head { text-align: center; padding-bottom: 26px; border-bottom: 1px solid #eef0f2; margin-bottom: 30px; }
.article-head h1 { font-size: 28px; color: #161616; font-weight: 700; line-height: 1.4; }
.article-meta { font-size: 13px; color: #999; margin-top: 16px; }
.article-meta span { margin: 0 12px; }
.article-body { font-size: 15px; color: #444; line-height: 2; }
.article-body p { margin-bottom: 20px; text-indent: 2em; }
.article-body img { margin: 24px auto; max-width: 100%; height: auto; }
.article-body h3 { font-size: 19px; color: #161616; margin: 28px 0 14px; border-left: 4px solid #0d6fb8; padding-left: 12px; font-weight: 600; }
.page-nav { display: flex; justify-content: space-between; margin-top: 44px; padding-top: 26px; border-top: 1px solid #eef0f2; }
.page-nav a { font-size: 14px; color: #555; }
.page-nav a:hover { color: #0d6fb8; }

/* 关于我们/联系我们 页面 */
.about-page { font-size: 15px; color: #555; line-height: 2; }
.about-page h3 { font-size: 22px; color: #161616; font-weight: 600; border-left: 4px solid #0d6fb8; padding-left: 12px; margin: 34px 0 18px; }
.about-page p { margin-bottom: 16px; text-indent: 2em; }
.timeline { position: relative; padding-left: 30px; margin-top: 20px; }
.timeline::before { content: ''; position: absolute; left: 8px; top: 6px; bottom: 6px; width: 2px; background: #0d6fb8; }
.timeline li { position: relative; padding-bottom: 28px; }
.timeline li::before { content: ''; position: absolute; left: -28px; top: 6px; width: 14px; height: 14px; border-radius: 50%; background: #fff; border: 3px solid #0d6fb8; }
.timeline .tl-year { font-size: 18px; font-weight: 700; color: #0d6fb8; }
.timeline .tl-text { font-size: 14px; color: #666; margin-top: 4px; }
.culture-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.culture-card { background: #f5f7f9; padding: 30px 26px; border-top: 3px solid #0d6fb8; }
.culture-card h4 { font-size: 18px; color: #161616; margin-bottom: 12px; }
.culture-card p { font-size: 14px; color: #777; line-height: 1.8; text-indent: 0; }
.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.team-card { text-align: center; }
.team-card img { width: 100%; height: 220px; object-fit: cover; }
.team-card .tm-name { font-size: 17px; font-weight: 600; color: #1a1a1a; margin-top: 14px; }
.team-card .tm-role { font-size: 13px; color: #0d6fb8; margin-top: 4px; }

/* 联系我们 */
.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-bottom: 40px; }
.contact-card { background: #f5f7f9; padding: 34px 20px; text-align: center; border-top: 3px solid #0d6fb8; }
.contact-card svg { width: 40px; height: 40px; fill: #0d6fb8; margin: 0 auto 14px; }
.contact-card h4 { font-size: 17px; color: #161616; margin-bottom: 10px; }
.contact-card p { font-size: 15px; color: #555; line-height: 1.7; }
.contact-form { background: #f5f7f9; padding: 36px; }
.contact-form h3 { font-size: 20px; color: #161616; margin-bottom: 22px; font-weight: 600; }
.cf-row { display: flex; gap: 16px; margin-bottom: 16px; }
.cf-field { flex: 1; }
.cf-field.full { width: 100%; }
.cf-field label { display: block; font-size: 13px; color: #666; margin-bottom: 6px; }
.cf-field input, .cf-field textarea { width: 100%; padding: 12px 14px; border: 1px solid #d0d4d8; font-size: 14px; background: #fff; }
.cf-field textarea { height: 120px; resize: vertical; }
.cf-submit { width: 160px; height: 46px; background: #0d6fb8; color: #fff; border: 0; font-size: 15px; cursor: pointer; }
.cf-submit:hover { background: #207dc7; }
.cf-msg { margin-top: 12px; font-size: 14px; min-height: 18px; }
/* CSS模拟地图 */
.map-mock { height: 280px; margin-top: 20px; background: #e8edf1; position: relative; overflow: hidden; border: 1px solid #dfe4e8; }
.map-grid { position: absolute; inset: 0; background-image: linear-gradient(#d4dae0 1px, transparent 1px), linear-gradient(90deg, #d4dae0 1px, transparent 1px); background-size: 40px 40px; opacity: .7; }
.map-road { position: absolute; background: #fff; }
.map-road.h { height: 22px; left: 0; right: 0; }
.map-road.v { width: 22px; top: 0; bottom: 0; }
.map-pin { position: absolute; left: 48%; top: 44%; transform: translate(-50%,-100%); width: 30px; height: 30px; }
.map-pin svg { width: 100%; height: 100%; fill: #0d6fb8; }
.map-pin .pulse { position: absolute; left: 50%; top: 100%; transform: translate(-50%,-50%); width: 16px; height: 16px; border-radius: 50%; background: rgba(13,111,184,.35); }
.map-bubble { position: absolute; left: 48%; top: 44%; transform: translate(20px, -130%); background: #0d6fb8; color: #fff; font-size: 12px; padding: 6px 12px; border-radius: 4px; white-space: nowrap; }

/* ============================================================
   响应式
   ============================================================ */
@media (max-width: 1024px) {
  .warp { width: 96%; }
  .banner { height: 440px; }
  .banner-logo { font-size: 38px; }
  .sec-title { font-size: 30px; }
  .partner-grid { grid-template-columns: repeat(4, 1fr); }
  .cases-grid, .prod-list { grid-template-columns: repeat(2, 1fr); }
  .footer .ft-top { grid-template-columns: repeat(2, 1fr); }
  .footer .ft-about { grid-column: 1 / -1; }
  .detail-main { flex-direction: column; }
  .detail-img { width: 100%; }
}

@media (max-width: 768px) {
  .topbar .warp { height: auto; padding: 6px 0; flex-direction: column; gap: 4px; font-size: 12px; }
  .header { padding: 12px 0; }
  .logo-text .brand { font-size: 18px; }
  .logo-text .tagline { font-size: 10px; letter-spacing: 2px; }
  .header-phone .ph-num { font-size: 16px; }
  .header-phone svg { width: 24px; height: 24px; }
  .nav { height: auto; line-height: normal; display: none; }
  .nav.open { display: block; }
  .nav-list { flex-direction: column; }
  .nav-list > li { max-width: none; border-bottom: 1px solid #3a3a3a; }
  .nav-list > li > a { line-height: 48px; height: 48px; font-size: 15px; }
  .nav-toggle { display: block; }
  .nav-sub { position: static; transform: none; width: 100%; display: none; }
  .nav-list > li:hover .nav-sub { display: none; }
  .banner { height: 300px; }
  .banner-logo { font-size: 24px; }
  .banner-logo .en { font-size: 12px; }
  .banner-sub { font-size: 14px; margin-top: 14px; }
  .banner-cta { width: 130px; height: 40px; line-height: 40px; font-size: 14px; }
  .keywords-search { display: none; }
  .sec { padding: 48px 0; }
  .sec-title { font-size: 24px; }
  .sec-sub { font-size: 14px; }
  .solution .sol-hd { flex-wrap: wrap; }
  .solution .sol-hd li { flex: 1 1 30%; max-width: none; }
  .solution .sol-panel img { height: 240px; }
  .solution .sol-cover { padding: 16px; }
  .solution .sol-cover .t { font-size: 18px; }
  .system .sys-wrap { flex-direction: column; }
  .system .sys-hd { width: 100%; }
  .system .sys-hd li { height: 56px; line-height: 56px; font-size: 14px; padding-left: 18px; }
  .system .sys-panel img { height: 240px; }
  .adv-list, .trust-list { flex-direction: column; }
  .cases-grid, .prod-list { grid-template-columns: 1fr; }
  .cases .cases-hd li { width: 45%; }
  .news-hd ul { flex-wrap: wrap; gap: 10px; }
  .news-body.on { flex-direction: column; }
  .news-feature { width: 100%; }
  .about-grid { flex-direction: column; }
  .about-img { width: 100%; height: 240px; }
  .about-stats { flex-wrap: wrap; }
  .about-stats li { flex: 1 1 45%; }
  .partner-grid { grid-template-columns: repeat(2, 1fr); }
  .footer .ft-top { grid-template-columns: 1fr; gap: 22px; }
  .news-list li { flex-direction: column; }
  .news-list .nl-img { width: 100%; height: 200px; }
  .feature-list, .related-grid, .team-grid, .culture-grid, .contact-grid { grid-template-columns: 1fr; }
  .cf-row { flex-direction: column; }
  .page-wrap { padding: 30px 0 50px; }
  .floatbar { display: none; }
  .detail-info h2, .article-head h1 { font-size: 20px; }
  .n-banner { height: 200px; }
  .n-banner .nb-title { font-size: 26px; }
}
