/**
 * @author LYJ
 * @date 2026/4/27
 *
 * Copyright (c) 2026, YANGCHUANG All Rights Reserved.
 */
:root {
  --blue-950: #003262;
  --blue-900: #073e75;
  --blue-800: #0b568f;
  --orange: #ee7200;
  --green: #0b8f72;
  --text: #17253a;
  --muted: #647386;
  --line: #dfe8f1;
  --bg: #f4f7fa;
  --shadow: 0 12px 28px rgba(12, 58, 102, .09);
  --font: "Microsoft YaHei UI", "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { min-height: 100vh; margin: 0; color: var(--text); background: var(--bg); font: 14px/1.68 var(--font); display: flex; flex-direction: column; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.wrap { width: min(1240px, calc(100% - 58px)); margin: 0 auto; }
body > main { flex: 1 0 auto; }

.topbar { height: 34px; color: #fff; background: #003768; font-size: 12px; }
.topbar .wrap, .header-inner, .nav-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.topbar nav { display: flex; gap: 18px; }
.site-header { height: 134px; background: #fff; }
.brand { display: flex; align-items: center; gap: 18px; min-width: 500px; }
.brand-logo { width: 76px; height: 76px; background: url("./images/brand-mark.png") center / contain no-repeat; }
.brand strong { display: block; color: #101826; font-size: 28px; line-height: 1.15; font-weight: 900; }
.brand em { display: block; margin-top: 7px; color: #34465c; font-style: normal; font-size: 14px; }
.header-info { display: flex; align-items: center; gap: 72px; }
.info-item { display: grid; grid-template-columns: 44px 1fr; gap: 12px; align-items: center; color: #617083; }
.info-item b { display: block; color: #20304a; font-size: 16px; line-height: 1.25; }
.info-item small { display: block; margin-top: 2px; font-size: 12px; line-height: 1.25; }
.phone b { color: var(--blue-900); font-size: 28px; letter-spacing: .015em; }
.ui-icon, .service-icon { display: inline-block; width: 40px; height: 40px; background-position: center; background-repeat: no-repeat; background-size: contain; flex: 0 0 auto; }
.icon-pin { background-image: url("./images/dingwei.png"); }
.icon-phone { background-image: url("./images/tel.png"); }
.icon-search { background-image: url("./images/sousuo.png"); filter: brightness(0) invert(1); }
.icon-patent { background-image: url("./images/zhuanli.png"); }
.icon-brand { background-image: url("./images/shangbiao.png"); }
.icon-copyright { background-image: url("./images/banquanfuwu.png"); }
.icon-ip { background-image: url("./images/gaoqirenzheng.png"); }
.icon-folder { background-image: url("./images/xiangmushengbao.png"); }
.icon-doc { background-image: url("./images/zhishichanquanguanbiao.png"); }
.icon-risk { background-image: url("./images/xinxianquan.png"); }
.icon-message { background-image: url("./images/liuyan.png"); }
.icon-team { background-image: url("./images/zhuanye.png"); }

.main-nav { position: sticky; top: 0; z-index: 20; height: 50px; color: #fff; background: var(--blue-900); box-shadow: 0 5px 16px rgba(0, 49, 96, .18); }
.nav-inner { justify-content: flex-start; }
.main-nav a { min-width: 108px; align-self: stretch; display: grid; place-items: center; padding: 0 16px; font-size: 14px; font-weight: 800; transition: background .18s; }
.main-nav a:nth-child(4) { min-width: 148px; }
.main-nav a:nth-child(5) { min-width: 184px; }
.main-nav a:hover, .main-nav a.active { background: #053461; }
.search { margin-left: auto; width: 50px; height: 100%; display: grid; place-items: center; border: 0; background: transparent; }
.search .ui-icon { width: 25px; height: 25px; }

.page-hero { position: relative; overflow: hidden; background: #eef5fb; }
.page-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(248,251,254,.99), rgba(248,251,254,.93) 46%, rgba(248,251,254,.56) 68%, rgba(248,251,254,.12)); z-index: 1; }
.page-hero::after { content: ""; position: absolute; inset: 0; background: var(--hero-img) center right / cover no-repeat; opacity: .72; }
.page-hero .wrap { position: relative; z-index: 2; min-height: 244px; display: grid; align-content: center; }
.crumb { color: #6d7d90; font-size: 13px; }
.page-hero h1 { margin: 16px 0 12px; color: var(--blue-900); font-size: 40px; line-height: 1.2; }
.page-hero p { max-width: 680px; margin: 0; color: #244b75; font-size: 18px; line-height: 1.8; }
.hero-actions { display: flex; gap: 14px; margin-top: 24px; }
.btn { min-height: 42px; display: inline-flex; align-items: center; justify-content: center; padding: 0 24px; border: 1px solid var(--blue-900); border-radius: 4px; color: var(--blue-900); background: #fff; font-weight: 800; transition: transform .18s, box-shadow .18s; }
.btn.primary { color: #fff; border-color: var(--orange); background: var(--orange); box-shadow: 0 8px 16px rgba(238, 114, 0, .16); }
.btn:hover, .card:hover, .table-row:hover, .article-row:hover { transform: translateY(-2px); box-shadow: var(--shadow); }

.section { padding: 34px 0; }
.section-title { margin: 0 0 22px; color: var(--blue-900); font-size: 26px; line-height: 1.25; }
.section-title span { color: #76869a; font-size: 14px; font-weight: 400; }
.panel, .card { background: #fff; border: 1px solid var(--line); border-radius: 6px; box-shadow: 0 8px 22px rgba(9, 55, 94, .055); }
.filters { display: grid; gap: 0; padding: 14px 28px; }
.filter-line { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.filter-line b { min-width: 58px; color: #1f3450; font-size: 16px; }
.tag { min-height: 34px; display: inline-flex; align-items: center; padding: 0 14px; border-radius: 3px; color: #263a52; background: transparent; }
.tag.active, .tag:hover { color: #fff; background: var(--blue-900); }

.service-table { overflow: hidden; }
.table-head, .table-row { display: grid; grid-template-columns: 1.18fr 1.76fr 1.16fr 1.38fr 142px; gap: 18px; align-items: center; }
.table-head { min-height: 50px; padding: 0 26px; color: #173655; background: #f7fbfe; border-bottom: 1px solid #dfe8f1; font-weight: 900; }
.table-row { min-height: 96px; padding: 16px 26px; border-bottom: 1px solid #edf2f7; background: #fff; transition: .18s; }
.table-row:last-child { border-bottom: 0; }
.table-row h3 { display: flex; align-items: center; gap: 13px; margin: 0; color: #1d314c; font-size: 17px; line-height: 1.45; }
.table-row p { margin: 0; color: #334862; line-height: 1.75; }
.table-row small { color: #7e8d9e; }
.table-row .service-icon { width: 42px; height: 42px; }
.table-row p:last-child {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  white-space: nowrap;
}
.table-row p:last-child .read-more {
  margin: 0;
  color: var(--blue-900);
  font-size: 14px;
  line-height: 1;
}
.table-row p:last-child .btn {
  min-height: 30px;
  height: 30px;
  padding: 0 14px;
  border-radius: 3px;
  border-color: var(--orange);
  background: #fff;
  color: var(--orange);
  box-shadow: none;
  font-size: 14px;
}
.table-row p:last-child .btn:hover {
  background: var(--orange);
  color: #fff;
}

.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card { padding: 22px; transition: .18s; }
.card h3 { margin: 0 0 10px; color: #172b47; font-size: 19px; }
.card p { margin: 0 0 14px; color: #607184; }
.combo { display: flex; gap: 8px; flex-wrap: wrap; }
.combo span { padding: 3px 9px; color: #0b568f; background: #e8f2fa; border-radius: 3px; font-size: 12px; }
.content-layout { display: grid; grid-template-columns: 1fr 330px; gap: 22px; align-items: start; }
.article-row { display: grid; grid-template-columns: 170px 1fr; gap: 20px; padding: 18px; border-bottom: 1px solid #edf2f7; transition: .18s; color: inherit; }
.article-row:last-child { border-bottom: 0; }
.article-row img, .news-img { width: 100%; height: 104px; object-fit: cover; border-radius: 4px; border: 1px solid #d8e4ef; }
.article-row h3 { margin: 0 0 8px; color: #1f2f44; font-size: 18px; }
.article-row p { margin: 0 0 9px; color: #617386; }
.meta { color: #8793a2; font-size: 12px; }
.side { display: grid; gap: 18px; }
.side .panel { padding: 20px 22px; }
.side h3 { display: flex; justify-content: space-between; margin: 0 0 12px; color: var(--blue-900); font-size: 19px; }
.side ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 10px; }
.side li { position: relative; padding-left: 14px; color: #334863; }
.side li::before { content: ""; position: absolute; left: 0; top: 11px; width: 4px; height: 4px; border-radius: 50%; background: var(--blue-900); }

.matrix { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.matrix .card { min-height: 150px; display: grid; align-content: start; }
.metric-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 22px; }
.metric { padding: 18px 20px; color: #fff; border-radius: 6px; background: linear-gradient(135deg, #073e75, #0f6da8); }
.metric b { display: block; font-size: 28px; line-height: 1.1; }
.form-panel { padding: 24px; }
.form-grid { display: grid; gap: 13px; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; min-height: 42px; border: 1px solid #cddce9; border-radius: 4px; padding: 0 13px; background: #fff; outline: none; }
.form-grid textarea { min-height: 108px; padding-top: 10px; resize: vertical; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { border-color: #7faed5; box-shadow: 0 0 0 3px rgba(11,86,143,.1); }
.notice { padding: 18px 22px; border-left: 4px solid var(--orange); background: #fff8ef; color: #5c4b35; }

.article-detail { padding: 30px 34px; }
.article-detail h1 { margin: 0 0 12px; color: #102a49; font-size: 32px; line-height: 1.35; }
.article-detail .summary { margin: 22px 0; padding: 18px 22px; color: #33516f; background: #f2f7fb; border-left: 4px solid var(--blue-900); }
.article-detail p { color: #344a63; font-size: 16px; line-height: 1.9; }
.article-detail [data-body] p { margin: 0 0 18px; }
.read-more { display: inline-flex; margin-top: 4px; color: var(--blue-900); font-weight: 900; }
.card.link-card { display: block; color: inherit; }
.card.link-card h3 { color: var(--blue-900); }

.about-band { display: grid; grid-template-columns: 1fr 390px; gap: 28px; align-items: center; }
.about-photo { min-height: 280px; border-radius: 6px; background: url("./assets/office-consultation.png") center / cover; }
.contact-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.map-box { min-height: 280px; display: grid; place-items: center; color: #6c7e91; background: linear-gradient(135deg, #e9f2f9, #ffffff); border: 1px solid var(--line); border-radius: 6px; }

.solution-page {
  padding-top: 38px;
}

.solution-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 18px;
  align-items: start;
}

.solution-list {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
}

.solution-row {
  position: relative;
  min-height: 160px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  padding: 24px 24px 24px 150px;
  border-bottom: 1px solid #e7eef6;
  background: #fff;
}

.solution-row:last-child {
  border-bottom: 0;
}

.solution-no {
  position: absolute;
  left: 0;
  top: 0;
  width: 45px;
  height: 45px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--blue-900);
  font-size: 19px;
  font-weight: 900;
}

.solution-row.green .solution-no {
  background: #078f7f;
}

.solution-icon {
  position: absolute;
  left: 64px;
  top: 50%;
  width: 86px;
  height: 86px;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #f0f5fb;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50px;
}

.solution-row.green .solution-icon {
  background-color: #eef8f5;
}

.icon-rocket { background-image: url("./images/zhuanli.png"); }
.icon-finance { background-image: url("./images/zhishichanquanguanbiao.png"); }
.icon-globe { background-image: url("./images/xinxianquan.png"); }
.icon-building { background-image: url("./images/xiangmushengbao.png"); }
.icon-school { background-image: url("./images/zhuanye.png"); }

.solution-main h2 {
  margin: 0 0 18px;
  color: var(--blue-900);
  font-size: 22px;
  line-height: 1.25;
}

.solution-row.green .solution-main h2 {
  color: #078f7f;
}

.solution-cols {
  display: grid;
  grid-template-columns: 1.05fr 1.05fr 1.05fr 1.08fr;
  gap: 18px;
}

.solution-cols > div {
  min-height: 74px;
  padding-right: 12px;
  border-right: 1px solid #edf2f7;
}

.solution-cols > div:last-child {
  border-right: 0;
}

.solution-cols h3 {
  margin: 0 0 8px;
  color: var(--blue-900);
  font-size: 14px;
  line-height: 1.2;
}

.solution-cols p {
  margin: 0;
  color: #30475f;
  font-size: 13px;
  line-height: 1.75;
}

.solution-cols span {
  display: inline-flex;
  margin: 0 5px 6px 0;
  padding: 2px 8px;
  color: #3e526a;
  background: #f0f4f8;
  border-radius: 3px;
  line-height: 1.6;
}

.solution-row .btn {
  min-height: 34px;
  padding: 0 16px;
  border-radius: 3px;
  font-size: 14px;
}

.solution-side {
  display: grid;
  gap: 18px;
}

.choose-card,
.advice-card {
  padding: 26px 26px;
}

.choose-card h2,
.advice-card h2 {
  margin: 0 0 22px;
  color: var(--blue-900);
  font-size: 22px;
}

.choose-item {
  position: relative;
  min-height: 118px;
  padding: 6px 0 24px 68px;
  border-bottom: 1px solid #edf2f7;
}

.choose-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.choose-item .service-icon {
  position: absolute;
  left: 0;
  top: 4px;
  width: 46px;
  height: 46px;
  padding: 10px;
  border-radius: 50%;
  background-color: #f1f6fb;
  background-size: 24px;
}

.choose-item h3 {
  margin: 0 0 8px;
  color: var(--blue-900);
  font-size: 17px;
}

.choose-item p,
.advice-card p {
  margin: 0;
  color: #53687f;
  line-height: 1.85;
}

.advice-card .btn {
  width: 100%;
  margin-top: 22px;
}

.advice-card .phone-btn {
  margin-top: 14px;
  color: var(--blue-900);
  background: #fff;
}

.bottom-contact { margin-top: 5px; color: #fff; background: linear-gradient(90deg, #003567, #004986); box-shadow: 0 -10px 28px rgba(0, 35, 68, .16); }
.contact-grid { min-height: 104px; display: grid; grid-template-columns: 340px 1fr; gap: 30px; align-items: center; }
.bottom-contact h2 { margin: 0; font-size: 25px; line-height: 1.2; }
.bottom-contact p { margin: 5px 0 0; color: #cfe2f2; }
.bottom-contact form { display: grid; grid-template-columns: repeat(4, 1fr) 128px; gap: 13px; align-items: center; }
.bottom-contact input, .bottom-contact select { height: 42px; border: 1px solid #b9cbe0; border-radius: 4px; padding: 0 14px; outline: none; }
.bottom-contact button { height: 42px; border: 0; border-radius: 4px; color: #fff; background: var(--orange); font-weight: 900; }
.bottom-contact small { grid-column: 1 / -1; color: #c9dced; }
.toast { position: fixed; left: 50%; bottom: 42px; z-index: 80; transform: translate(-50%, 18px); padding: 13px 20px; color: #fff; background: rgba(0, 43, 82, .94); border-radius: 4px; opacity: 0; pointer-events: none; transition: .22s; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

.site-footer { flex-shrink: 0; color: #d5e4f1; background: #082f58; border-top: 4px solid #0b568f; }
.footer-grid { display: grid; grid-template-columns: 1.65fr repeat(4, 1fr); gap: 34px; padding: 36px 0 28px; }
.footer-brand-link { min-width: 0; gap: 0; color: #fff; }
.footer-brand-link .brand-logo { width: 54px; height: 54px; }
.footer-brand-link strong { color: #fff; font-size: 20px; }
.footer-brand-link em { color: #b8ccde; font-size: 13px; }
.site-footer h3 { margin: 0 0 14px; color: #fff; font-size: 16px; }
.site-footer a, .site-footer p { display: block; margin: 0 0 9px; color: #c9d9e7; font-size: 13px; line-height: 1.65; }
.site-footer a:hover { color: #fff; }
.footer-bottom { min-height: 46px; display: flex; align-items: center; justify-content: space-between; gap: 18px; color: #a9bdcf; border-top: 1px solid rgba(255,255,255,.13); font-size: 12px; }

@media (max-width: 1100px) {
  .wrap { width: min(100% - 28px, 1240px); }
  .site-header { height: auto; padding: 20px 0; }
  .header-inner, .content-layout, .about-band, .contact-grid, .solution-layout { display: grid; grid-template-columns: 1fr; gap: 22px; }
  .brand { min-width: 0; }
  .header-info { gap: 20px; flex-wrap: wrap; }
  .table-head { display: none; }
  .table-row { grid-template-columns: 1fr; gap: 8px; }
  .grid-2, .grid-3, .matrix, .metric-strip, .contact-cards { grid-template-columns: 1fr; }
  .solution-row { grid-template-columns: 1fr; padding: 72px 18px 20px; }
  .solution-icon { left: 18px; top: 20px; width: 58px; height: 58px; transform: none; background-size: 34px; }
  .solution-cols { grid-template-columns: 1fr 1fr; }
  .bottom-contact form { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-wrap: wrap; padding: 12px 0; justify-content: flex-start; }
}

@media (max-width: 720px) {
  .topbar { display: none; }
  .brand-logo { width: 54px; height: 54px; }
  .brand strong { font-size: 20px; }
  .header-info { display: none; }
  .nav-inner { overflow-x: auto; }
  .main-nav a { min-width: 96px; padding: 0 12px; }
  .page-hero h1 { font-size: 30px; }
  .article-row { grid-template-columns: 1fr; }
  .solution-cols { grid-template-columns: 1fr; }
  .solution-cols > div { border-right: 0; border-bottom: 1px solid #edf2f7; padding-bottom: 12px; }
  .bottom-contact form { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 20px; }
}

/* 2026-06-23 knowledge Q&A page (知识问答) faithful blocks */
.stat .ic { font-size: 30px; justify-self: center; }
.qa-search { display: grid; grid-template-columns: 1fr 124px; gap: 12px; margin: 18px 0 6px; }
.qa-search input { height: 46px; border: 1px solid var(--line); border-radius: 4px; padding: 0 16px; outline: none; }
.qa-search button { height: 46px; border: 0; border-radius: 4px; background: var(--blue-900); color: #fff; font-weight: 800; }
.qa-list { display: grid; }
.qa-item { padding: 20px 4px; border-bottom: 1px solid #edf2f7; }
.qa-item:last-child { border-bottom: 0; }
.qa-head { display: flex; align-items: flex-start; gap: 12px; }
.qa-q { flex: 0 0 auto; width: 26px; height: 26px; display: grid; place-items: center; color: #fff; background: var(--blue-900); border-radius: 4px; font-weight: 800; font-size: 14px; }
.qa-head h3 { margin: 0; flex: 1; color: #1f2f44; font-size: 17px; line-height: 1.5; }
.qa-head .tag-pill { margin-left: auto; flex: 0 0 auto; }
.qa-ans { margin: 10px 0 12px; padding-left: 38px; color: #617386; line-height: 1.8; }
.qa-foot { display: flex; align-items: center; gap: 16px; padding-left: 38px; color: #8793a2; font-size: 12px; }
.qa-foot .ic { font-size: 14px; color: #9aa6b4; vertical-align: -2px; margin-right: 4px; }
.qa-foot .read-more { margin-left: auto; color: var(--blue-900); font-weight: 700; font-size: 13px; }
.pager .per { margin-left: 10px; color: var(--muted); font-size: 13px; display: inline-flex; align-items: center; }

.ask-box { text-align: center; background: linear-gradient(135deg, #fff4ea, #fde6d2); border: 1px solid #f6d9bd; }
.ask-box .ic { font-size: 34px; color: var(--orange); }
.ask-box h3 { display: block; margin: 10px 0 6px; color: #9a5a1a; font-size: 17px; }
.ask-box p { margin: 0 0 14px; color: #a06a32; font-size: 13px; }
.ask-box .btn { width: 100%; }
.entry-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px 8px; text-align: center; }
.entry-grid a { display: grid; justify-items: center; gap: 7px; color: #33455c; font-size: 12px; }
.entry-grid a::before { display: none; }
.entry-grid .ic { font-size: 24px; color: #2f6db0; }

.svc-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.svc-cards .card .ic { font-size: 30px; color: #2f6db0; }
.svc-cards .card h3 { margin: 10px 0 6px; font-size: 17px; }
.svc-cards .card p { margin: 0 0 12px; color: var(--muted); font-size: 13px; }
.svc-cards .card .more { color: var(--blue-900); font-size: 13px; font-weight: 700; }
@media (max-width: 1100px) { .svc-cards { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 720px) { .svc-cards { grid-template-columns: 1fr; } }

/* 2026-06-23 article detail page (文章详情) faithful blocks */
.article-layout { display: grid; grid-template-columns: 200px minmax(0, 1fr) 300px; gap: 22px; align-items: start; }
.detail-nav { padding: 12px; }
.detail-nav a { display: flex; align-items: center; gap: 10px; padding: 11px 14px; color: #33455c; border-radius: 4px; font-weight: 600; }
.detail-nav a .ic { font-size: 18px; color: #2f6db0; }
.detail-nav a:hover { background: #f1f6fb; }
.detail-nav a.active { color: #fff; background: var(--blue-900); }
.detail-nav a.active .ic { color: #fff; }

.article-main { padding: 30px 34px; }
.article-main h1 { margin: 0 0 14px; color: #16243a; font-size: 26px; line-height: 1.45; }
.art-meta { display: flex; align-items: center; gap: 14px; color: #8793a2; font-size: 13px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.art-lead { margin: 20px 0; padding: 16px 18px; color: #44586f; background: #f3f7fb; border-left: 3px solid var(--blue-800); border-radius: 0 4px 4px 0; line-height: 1.85; }
.art-tags { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin-bottom: 8px; color: #8793a2; font-size: 13px; }
.art-body h3 { margin: 24px 0 10px; color: var(--blue-900); font-size: 17px; }
.art-body p { margin: 0 0 12px; color: #3f5167; line-height: 1.95; }
.note-box { display: grid; grid-template-columns: 22px 1fr; gap: 12px; margin: 18px 0; padding: 14px 16px; border-radius: 4px; font-size: 13px; line-height: 1.7; }
.note-box .ic { font-size: 20px; }
.note-box.warn { background: #fff5e9; color: #9a6321; }
.note-box.warn .ic { color: var(--orange); }
.note-box.info { background: #eef5fb; color: #365b80; }
.note-box.info .ic { color: var(--blue-800); }
.art-nav { display: flex; justify-content: space-between; gap: 14px; margin-top: 26px; padding-top: 18px; border-top: 1px solid var(--line); color: #33455c; font-size: 13px; }
.art-nav a { color: #33455c; max-width: 46%; }
.art-nav a:hover { color: var(--blue-900); }

.related-list { display: grid; gap: 0; }
.related-list a { display: block; padding: 11px 0; color: #34465c; font-size: 13px; line-height: 1.5; border-bottom: 1px dashed #e6edf4; }
.related-list a::before { content: "› "; color: var(--blue-800); }
.related-list a:last-child { border-bottom: 0; }
.related-list a:hover { color: var(--blue-900); }
.consult-form .form-grid { gap: 12px; }
.consult-form .agree { display: flex; align-items: center; gap: 6px; color: var(--muted); font-size: 12px; }

@media (max-width: 1100px) {
  .article-layout { grid-template-columns: 1fr; }
  .detail-nav { display: flex; flex-wrap: wrap; }
}

/* 2026-06-23 cases page (01_案例动态) faithful blocks */
.cat-tabs { display: flex; gap: 30px; padding: 0 28px; border-bottom: 1px solid var(--line); overflow-x: auto; }
.cat-tabs a { position: relative; padding: 16px 2px; color: #33455c; font-weight: 700; white-space: nowrap; }
.cat-tabs a:hover { color: var(--blue-900); }
.cat-tabs a.active { color: var(--blue-900); }
.cat-tabs a.active::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 3px; border-radius: 2px; background: var(--blue-900); }

.case-list .article-row { grid-template-columns: 200px 1fr; padding: 22px 20px; }
.case-list .article-row img { height: 128px; }
.article-row .cat { display: inline-block; margin-bottom: 7px; color: var(--blue-900); font-size: 12px; font-weight: 700; }
.row-foot { display: flex; align-items: center; gap: 10px; margin-top: 12px; flex-wrap: wrap; }
.row-foot .date { color: #8793a2; font-size: 12px; }
.row-foot .read-more { margin-left: auto; color: var(--blue-900); font-size: 13px; font-weight: 700; }

.svc-list { display: grid; gap: 16px; }
.svc-list .si { display: grid; grid-template-columns: 34px 1fr; gap: 12px; align-items: start; }
.svc-list .si::before { display: none; }
.svc-list .si .ic { font-size: 24px; color: #2f6db0; padding-top: 2px; }
.svc-list .si b { display: block; color: #1f3450; font-size: 14px; }
.svc-list .si small { color: var(--muted); font-size: 12px; line-height: 1.5; }

.file-list { display: grid; gap: 13px; }
.file-list a { display: grid; grid-template-columns: 20px 1fr; gap: 10px; align-items: center; color: #334863; font-size: 13px; }
.file-list a::before { display: none; }
.file-list a:hover { color: var(--blue-900); }
.file-list .ic { font-size: 17px; color: #2f6db0; }
.file-list .ic.pdf { color: #d8572f; }

/* 2026-06-23 about page (01_关于我们) — line icons via Remix Icon font */
.ic { font-size: 26px; line-height: 1; color: #2f6db0; flex: 0 0 auto; display: inline-flex; }
.ic.green { color: var(--green); }

/* 公司介绍 */
.intro-card { display: grid; grid-template-columns: 64px minmax(0, 1fr) 300px; gap: 26px; align-items: center; padding: 26px 30px; }
.intro-card .ic { font-size: 46px; color: #2f6db0; }
.intro-card p { margin: 0; color: #44586f; line-height: 1.95; }
.intro-photo { align-self: stretch; min-height: 150px; border-radius: 6px; background: url("./assets/office-consultation.png") center / cover; }

/* 服务理念 — 2×2 图标在左 */
.creed-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px 14px; }
.creed-grid .ci2 { display: flex; align-items: center; gap: 12px; }
.creed-grid .ci2 b { color: #1f3450; font-size: 14px; font-weight: 700; }

/* 服务范围 — 4 列 图标在上 */
.scope-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px 8px; text-align: center; }
.scope-grid .sc { display: grid; justify-items: center; gap: 9px; }
.scope-grid .sc b { color: #1f3450; font-size: 13px; }

/* 全链条能力 — 横向箭头流程 */
.chain-flow { display: flex; align-items: flex-start; justify-content: space-between; }
.chain-flow .ch { display: grid; justify-items: center; gap: 9px; text-align: center; }
.chain-flow .ch b { color: #1f3450; font-size: 13px; }
.chain-flow .ar { margin-top: 14px; color: #bcd0e3; font-size: 16px; font-weight: 700; }

/* 服务对象 — 单行 内联图标+文字 竖分隔线 */
.object-band { display: flex; }
.object-band .obj { flex: 1; display: flex; align-items: center; justify-content: center; gap: 12px; padding: 8px 4px; border-right: 1px solid #e7eef5; }
.object-band .obj:last-child { border-right: 0; }
.object-band .obj .ic { font-size: 28px; }
.object-band .obj b { color: #1f3450; font-size: 15px; }

/* 合作与公益服务 — 文字+条目 / 配图 两栏 */
.public-split { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 28px; align-items: center; }
.public-split p.lead { margin: 0; color: #44586f; line-height: 1.9; }
.public-items { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 22px; }
.public-items .pi h4 { margin: 10px 0 5px; color: var(--green); font-size: 15px; }
.public-items .pi p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.public-items .pi .ic { font-size: 28px; }
.public-photo { align-self: stretch; min-height: 230px; border-radius: 6px; background: url("./assets/process-consultation-hand.png") center / cover; }

/* 联系方式 */
.contact-split { display: grid; grid-template-columns: 360px minmax(0, 1fr); gap: 22px; align-items: stretch; }
.contact-info { display: grid; gap: 20px; align-content: center; padding: 26px; }
.contact-info .ci { display: flex; align-items: center; gap: 14px; }
.contact-info .ci .ic { font-size: 30px; }
.contact-info .ci b { display: block; color: #1f3450; font-size: 17px; }
.contact-info .ci small { color: var(--muted); }
.contact-split .map-box { min-height: 320px; }

@media (max-width: 1100px) {
  .intro-card { grid-template-columns: 1fr; text-align: center; }
  .intro-card .svg-ico { margin: 0 auto; }
  .intro-photo { min-height: 200px; }
  .object-band { flex-wrap: wrap; }
  .object-band .obj { flex: 0 0 33.33%; border-right: 0; }
  .public-split { grid-template-columns: 1fr; }
  .public-items { grid-template-columns: repeat(2, 1fr); }
  .contact-split { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .scope-grid { grid-template-columns: repeat(2, 1fr); }
  .chain-flow { flex-wrap: wrap; gap: 14px; justify-content: center; }
  .chain-flow .ar { display: none; }
  .object-band .obj { flex: 0 0 50%; }
  .public-items { grid-template-columns: 1fr; }
  .creed-grid { grid-template-columns: 1fr; }
}

/* 2026-06-23 design-restore pass: shared inner-page components */
.date-list { margin: 0; padding: 0; list-style: none; display: grid; gap: 12px; }
.date-list li { display: grid; grid-template-columns: 1fr auto; align-items: baseline; gap: 4px 10px; padding-bottom: 12px; border-bottom: 1px solid #edf2f7; color: #334863; }
.date-list li:last-child { border-bottom: 0; padding-bottom: 0; }
.date-list li b { grid-row: 1 / span 2; color: var(--orange); font-size: 18px; }
.date-list li span { color: var(--muted); font-size: 12px; }
.panel.demand p { margin: 0 0 14px; color: #53687f; }
.stat-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.stat { display: grid; grid-template-columns: 56px 1fr; gap: 14px; align-items: center; padding: 20px 22px; background: #fff; border: 1px solid var(--line); border-radius: 6px; box-shadow: 0 8px 22px rgba(9, 55, 94, .055); }
.stat .service-icon { width: 48px; height: 48px; padding: 11px; border-radius: 50%; background-color: #eef5fb; background-size: 26px; }
.stat b { display: block; color: var(--blue-900); font-size: 26px; line-height: 1.1; }
.stat small { color: var(--muted); font-size: 13px; }

.block-title { display: flex; align-items: baseline; justify-content: space-between; margin: 0 0 18px; }
.block-title h2 { margin: 0; color: var(--blue-900); font-size: 22px; }
.block-title.green h2 { color: var(--green); }
.block-title a { color: var(--muted); font-size: 13px; }

.matrix .card .service-icon { width: 54px; height: 54px; margin-bottom: 12px; padding: 13px; border-radius: 50%; background-color: #eef5fb; background-size: 28px; }
.matrix.green .card .service-icon { background-color: #ecf7f3; }

.proc-flow { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; padding: 26px 10px; }
.proc-flow .step { position: relative; display: grid; justify-items: center; gap: 8px; text-align: center; padding: 0 8px; }
.proc-flow .step::after { content: ""; position: absolute; top: 26px; right: -50%; width: 100%; height: 2px; background: repeating-linear-gradient(90deg, #c9dbec 0 8px, transparent 8px 16px); }
.proc-flow .step:last-child::after { display: none; }
.proc-flow .num { width: 54px; height: 54px; display: grid; place-items: center; color: #fff; font-size: 20px; font-weight: 900; border-radius: 50%; background: linear-gradient(135deg, #0b568f, #0f6da8); position: relative; z-index: 1; }
.proc-flow .step b { color: #1f3450; font-size: 15px; }
.proc-flow .step p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }

.check-list { margin: 0; padding: 0; list-style: none; display: grid; gap: 12px; }
.check-list li { position: relative; padding-left: 26px; color: #334863; line-height: 1.7; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; width: 18px; height: 18px; display: grid; place-items: center; color: var(--green); font-size: 12px; font-weight: 900; }

.faq-list { display: grid; gap: 0; }
.faq-item { padding: 16px 0; border-bottom: 1px solid #edf2f7; }
.faq-item:last-child { border-bottom: 0; }
.faq-item h3 { margin: 0 0 6px; color: #1f3450; font-size: 16px; }
.faq-item h3::before { content: "Q"; display: inline-grid; place-items: center; width: 20px; height: 20px; margin-right: 8px; color: #fff; font-size: 12px; border-radius: 3px; background: var(--blue-900); vertical-align: middle; }
.faq-item p { margin: 0; padding-left: 28px; color: var(--muted); }

.badge-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 18px; }
.badge-row .badge { display: inline-flex; align-items: center; gap: 8px; padding: 8px 16px; color: var(--blue-900); background: rgba(255,255,255,.78); border: 1px solid #cfe0ef; border-radius: 30px; font-weight: 700; }
.badge-row .badge .service-icon { width: 22px; height: 22px; }

.five-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.five-grid .card { text-align: center; }
.five-grid .card .service-icon { width: 56px; height: 56px; margin: 0 auto 12px; padding: 13px; border-radius: 50%; background-color: #ecf7f3; background-size: 28px; }
.five-grid .card h3 { font-size: 17px; }
.five-grid .card p { margin: 0; font-size: 13px; }

.train-row { display: grid; grid-template-columns: 150px 1fr 120px; gap: 18px; align-items: center; padding: 16px 0; border-bottom: 1px solid #edf2f7; }
.train-row:last-child { border-bottom: 0; }
.train-row img { width: 100%; height: 92px; object-fit: cover; border-radius: 4px; border: 1px solid #d8e4ef; }
.train-row h3 { margin: 0 0 6px; color: #1f2f44; font-size: 17px; }
.train-row p { margin: 0; color: var(--muted); font-size: 13px; }
.train-row .state { text-align: center; }
.tag-pill { display: inline-block; padding: 2px 10px; border-radius: 3px; font-size: 12px; color: var(--green); background: #e7f5f0; }
.tag-pill.blue { color: var(--blue-800); background: #e8f2fa; }
.tag-pill.orange { color: var(--orange); background: #fdeede; }

.about-skill { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; text-align: center; }
.about-skill .item .service-icon { width: 58px; height: 58px; margin: 0 auto 10px; padding: 14px; border-radius: 50%; background-color: #eef5fb; background-size: 28px; }
.about-skill .item b { display: block; color: #1f3450; font-size: 15px; }
.about-skill .item small { color: var(--muted); }

.timeline { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.timeline .node { padding: 20px; border-top: 3px solid var(--blue-900); background: #f7fbfe; border-radius: 0 0 6px 6px; }
.timeline .node b { display: block; color: var(--orange); font-size: 20px; }
.timeline .node p { margin: 6px 0 0; color: #334863; font-size: 13px; }

.dl-table .table-head, .dl-table .table-row { grid-template-columns: 1.9fr 0.7fr 0.8fr 0.8fr 96px; }
.dl-row-title { display: flex; align-items: center; gap: 12px; }
.dl-row-title .service-icon { width: 34px; height: 34px; }
.pager { display: flex; justify-content: center; gap: 8px; padding: 22px 0; }
.pager a { min-width: 36px; height: 36px; display: grid; place-items: center; padding: 0 10px; color: #334863; background: #fff; border: 1px solid var(--line); border-radius: 4px; }
.pager a.active, .pager a:hover { color: #fff; background: var(--blue-900); border-color: var(--blue-900); }
.rank-list { margin: 0; padding: 0; list-style: none; counter-reset: rank; display: grid; gap: 12px; }
.rank-list li { position: relative; padding-left: 30px; color: #334863; line-height: 1.55; }
.rank-list li::before { counter-increment: rank; content: counter(rank); position: absolute; left: 0; top: 1px; width: 20px; height: 20px; display: grid; place-items: center; color: #fff; font-size: 12px; border-radius: 3px; background: #9fb2c6; }
.rank-list li:nth-child(-n+3)::before { background: var(--orange); }

@media (max-width: 1100px) {
  .stat-strip, .proc-flow, .five-grid, .about-skill, .timeline { grid-template-columns: repeat(2, 1fr); }
  .proc-flow .step::after { display: none; }
  .dl-table .table-row { grid-template-columns: 1fr; }
  .train-row { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .stat-strip, .five-grid, .about-skill, .timeline { grid-template-columns: 1fr; }
}

/* 2026-06-22 coded reference pass: public inner pages */
@media (min-width: 1101px) {
  .page-hero .wrap {
    min-height: 244px;
  }

  .page-hero h1 {
    margin-top: 18px;
    margin-bottom: 12px;
    font-size: 42px;
    line-height: 1.2;
  }

  .filters {
    gap: 0;
    padding: 14px 28px;
  }

  .filter-line {
    min-height: 56px;
    border-bottom: 1px solid #edf2f7;
  }

  .filter-line:last-child {
    border-bottom: 0;
  }

  .tag {
    min-width: 70px;
    justify-content: center;
  }

  .table-head,
  .table-row {
    grid-template-columns: 1.18fr 1.76fr 1.16fr 1.38fr 142px;
  }

  .table-head {
    min-height: 50px;
    color: #173655;
    background: #f7fbfe;
    border-bottom: 1px solid #dfe8f1;
  }

  .table-row {
    min-height: 96px;
  }

  .content-layout {
    grid-template-columns: minmax(0, 1fr) 330px;
  }

  .article-row {
    min-height: 140px;
  }

  .bottom-contact .contact-grid {
    min-height: 104px;
  }
}

/* 文章详情封面图（来自后台缩略图） */
.art-cover { width: 100%; max-height: 360px; object-fit: cover; border-radius: 10px; margin: 0 0 18px; display: block; }

/* 关于页办公地址：ECharts 地图铺满容器 */
.map-box.has-chart { display: block; padding: 0; color: #6c7e91; }
.contact-split .map-box.has-chart { min-height: 340px; }
.map-box.has-chart #about-map { width: 100%; height: 340px; }

/* 咨询表单：复选框/单选框不受 input 100% 宽度影响 */
.form-grid input[type="checkbox"], .form-grid input[type="radio"] { width: 16px; min-width: 0; height: 16px; min-height: 0; padding: 0; margin: 0; flex: 0 0 auto; accent-color: var(--blue-800, #0b568f); }

