/* ============================================================
   智诚集团官网 — 首页样式
   品牌蓝: #004EA0
   ============================================================ */
:root {
  --brand-blue: #004EA0;
  --text-dark: #333333;
  --text-gray: #606060;
  --text-light-gray: #999999;
  --header-h: 76px;
  --container-w: 1200px;
  /* 内页目录与内容共用的桌面版心契约 */
  --inner-frame-w: 1360px;
  --inner-rail-w: 208px;
  --inner-frame-pad: 24px;
}

/* 服务项目页最终覆盖，置于全站旧版服务规则之后 */
.services-page .service-hero { height: 154px; margin-top: var(--header-h); background: #79aef7; }
.services-page .service-hero > img { object-position: center 46%; filter: saturate(.92); }
.services-page .service-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(74,143,242,.18), transparent 60%); pointer-events: none; }
.services-page .service-hero-inner { height: 100%; position: relative; z-index: 1; display: flex; align-items: flex-end; justify-content: flex-end; padding-bottom: 14px; }
.services-page .service-breadcrumb { color: #1a1a1a; font-size: 11px; font-weight: 600; }
.services-page .service-page-frame { --service-rail: 208px; position: relative; max-width: 1248px; margin: 0 auto; padding: 0 24px; }
.services-page .service-sidebar { position: absolute; z-index: 5; top: -34px; left: 24px; width: 184px; margin: 0; box-shadow: 0 4px 12px rgba(0,0,0,.2); }
.services-page .service-sidebar h2 { padding: 14px 10px 12px; background: var(--brand-blue); font-size: 20px; font-weight: 500; line-height: 1.2; }
.services-page .service-nav { background: #d2d2d2; }
.services-page .service-nav-item { min-height: 27px; padding: 5px 8px; border-top: 1px solid rgba(255,255,255,.45); background: linear-gradient(#cfcfcf,#bcbcbc); color: #fff; font-size: 12px; line-height: 1.35; text-align: center; text-shadow: 0 1px 1px rgba(0,0,0,.2); }
.services-page .service-nav-item.active { background: #0d65b7; font-weight: 700; }
.services-page .service-flow { min-width: 0; margin-left: var(--service-rail); }
.services-page .service-anchor { scroll-margin-top: calc(var(--header-h) + 18px); }
.services-page .service-intro { display: grid; grid-template-columns: minmax(190px,.52fr) minmax(0,1.48fr); gap: 42px; align-items: center; min-height: 258px; padding: 66px 0 56px; }
.services-page .service-intro-copy h1 { margin: 0 0 4px; color: #111; font-size: 28px; line-height: 1.2; }
.services-page .service-intro-copy p { color: #111; font-size: 15px; font-weight: 600; line-height: 1.55; }
.services-page .service-intro-photo { margin: 0; }
.services-page .service-intro-photo img { width: 100%; aspect-ratio: 1.72 / 1; object-fit: cover; }
.services-page .service-band { position: relative; isolation: isolate; color: #fff; }
.services-page .service-band::before { content: ""; position: absolute; z-index: -1; top: 0; bottom: 0; left: calc(-1 * var(--service-rail) - 24px); right: -24px; background: var(--brand-blue); }
.services-page .service-band-inner { padding: 20px 0; }
.services-page .service-categories .service-band-inner { display: grid; grid-template-columns: 72px minmax(0,1fr); gap: 16px; align-items: center; }
.services-page .service-band-label { display: flex; justify-content: center; min-height: 170px; border-right: 1px solid rgba(255,255,255,.75); }
.services-page .service-band-label span { writing-mode: vertical-rl; padding-top: 10px; font-size: 17px; font-weight: 700; letter-spacing: 4px; }
.services-page .service-category-table-wrap { overflow-x: auto; }
.services-page .service-category-table { width: 100%; min-width: 720px; border-collapse: collapse; font-size: 11px; line-height: 1.35; }
.services-page .service-category-table th, .services-page .service-category-table td { padding: 5px 8px; border: 1px solid rgba(255,255,255,.9); vertical-align: middle; }
.services-page .service-category-table thead th { text-align: center; font-weight: 700; }
.services-page .service-category-table tbody th { width: 24%; text-align: center; font-weight: 600; }
.services-page .service-section { padding: 42px 0 48px; background: #fff; }
.services-page .service-section-heading { margin: 0 auto 26px; text-align: center; }
.services-page .service-section-heading h2 { margin: 0; color: #111; font-size: 26px; line-height: 1.15; }
.services-page .service-section-heading small { display: block; color: #111; font-size: 10px; font-weight: 600; line-height: 1.4; }
.services-page .subject-grid-four { grid-template-columns: repeat(4,minmax(0,1fr)); max-width: 760px; margin: 0 auto; gap: 24px 36px; }
.services-page .subject-card img { aspect-ratio: 1; border-radius: 50%; object-fit: cover; }
.services-page .subject-card h3 { margin-top: 10px; color: #111; font-size: 17px; font-weight: 500; }
.services-page .service-detail-link { display: flex; width: fit-content; align-items: center; gap: 8px; margin: 32px 0 0 auto; padding: 4px 12px 4px 8px; border-radius: 999px; background: var(--brand-blue); color: #fff; font-size: 12px; font-weight: 700; }
.services-page .service-process { padding: 30px 0 36px; }
.services-page .service-process .service-band-inner { padding: 0; }
.services-page .light-heading { margin-bottom: 20px; }
.services-page .light-heading h2, .services-page .light-heading small { color: #fff; }
.services-page .process-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 26px 36px; max-width: 760px; margin: 0 auto; }
.services-page .process-card { min-height: 134px; padding: 8px 0 0; border-radius: 20px 20px 8px 8px; overflow: hidden; background: #fff; color: #111; text-align: center; box-shadow: none; }
.services-page .process-card:nth-child(5) { grid-column: 4; }
.services-page .process-card:nth-child(6) { grid-column: 3; }
.services-page .process-card:nth-child(7) { grid-column: 2; }
.services-page .process-card img { width: 74px; height: 74px; margin: 0 auto 2px; object-fit: contain; }
.services-page .process-card h3 { font-size: 16px; line-height: 1.1; }
.services-page .process-card span { display: block; margin-top: 7px; padding: 3px 8px; background: #4d86bd; color: #fff; font-size: 12px; line-height: 1.3; }
.services-page .standards-section { padding: 38px 0 50px; }
.services-page .standards-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 2px 38px; max-width: 760px; margin: 0 auto; list-style: none; }
.services-page .standards-list li { display: flex; align-items: center; min-height: 27px; padding: 4px 9px; background: #cce7a9; color: #333; font-size: 11px; line-height: 1.3; }
.services-page .standards-list li:nth-child(even) { background: #e7f2d9; }
.services-page .standards-list img { width: 18px; height: 18px; margin-right: 6px; object-fit: contain; }
.services-page .full-table-section { padding: 0 0 50px; background: #fff; }
.services-page .table-heading { padding: 34px 0 22px; margin: 0; }
.services-page .full-project-table { width: 100%; min-width: 900px; border-collapse: collapse; color: #333; font-size: 11px; line-height: 1.42; }
.services-page .full-project-table th, .services-page .full-project-table td { padding: 7px 9px; border: 1px solid #fff; background: #f0f0f0; vertical-align: middle; }
.services-page .full-project-table thead th { background: #d3d3d3; text-align: center; font-weight: 700; }
.services-page .full-project-table tbody th { width: 92px; text-align: center; font-weight: 600; }
.services-page .full-project-table tbody td:nth-child(2) { width: 190px; text-align: center; }
.services-page .full-project-table tbody tr:nth-child(even) td, .services-page .full-project-table tbody tr:nth-child(even) th { background: #f7f7f7; }
.services-page .service-object-grid { padding-bottom: 64px; }
.services-page .subject-grid-five { grid-template-columns: repeat(4,minmax(0,1fr)); max-width: 680px; margin: 0 auto; gap: 24px 34px; }
.services-page .subject-grid-five .subject-card h3 { font-size: 12px; }
.services-page .process-card:nth-child(5) { grid-column: 4; }
.services-page .process-card:nth-child(6) { grid-column: 3; }
.services-page .process-card:nth-child(7) { grid-column: 2; }
@media (max-width: 1024px) {
  .services-page .service-page-frame { --service-rail: 182px; }
  .services-page .service-sidebar { width: 160px; }
  .services-page .service-intro { grid-template-columns: .58fr 1.42fr; gap: 26px; }
  .services-page .service-intro-copy p { font-size: 14px; }
  .services-page .subject-grid-four, .services-page .process-grid { max-width: 680px; }
  .services-page .subject-grid-five { max-width: 700px; }
}
@media (max-width: 768px) {
  .services-page .service-hero { height: 128px; }
  .services-page .service-page-frame { --service-rail: 0px; padding: 0 24px; }
  .services-page .service-sidebar { position: relative; top: auto; left: auto; width: 100%; margin: -24px 0 0; }
  .services-page .service-sidebar h2 { padding: 11px 10px; font-size: 18px; }
  .services-page .service-nav { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); }
  .services-page .service-nav-item { min-height: 39px; display: flex; align-items: center; justify-content: center; padding: 6px 8px; font-size: 11px; }
  .services-page .service-flow { margin-left: 0; }
  .services-page .service-intro { display: flex; flex-direction: column; align-items: stretch; gap: 18px; min-height: 0; padding: 42px 0 34px; }
  .services-page .service-intro-copy h1 { font-size: 25px; }
  .services-page .service-intro-copy p { font-size: 14px; line-height: 1.75; }
  .services-page .service-band::before { left: -24px; right: -24px; }
  .services-page .service-categories .service-band-inner { display: block; padding: 18px 0; }
  .services-page .service-band-label { min-height: 0; justify-content: flex-start; padding: 0 0 12px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.65); }
  .services-page .service-band-label span { writing-mode: horizontal-tb; padding: 0; font-size: 16px; letter-spacing: 1px; }
  .services-page .service-category-table { min-width: 690px; font-size: 11px; }
  .services-page .service-section { padding: 38px 0 42px; }
  .services-page .service-section-heading h2 { font-size: 24px; }
  .services-page .subject-grid-four { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px 26px; }
  .services-page .subject-card h3 { font-size: 15px; }
  .services-page .service-process { padding: 26px 0 30px; }
  .services-page .process-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
  .services-page .process-card:nth-child(5) { grid-column: auto; }
  .services-page .process-card img { width: 62px; height: 62px; }
  .services-page .process-card h3 { font-size: 14px; }
  .services-page .standards-list { grid-template-columns: 1fr; gap: 2px; }
  .services-page .full-project-table { min-width: 860px; font-size: 11px; }
  .services-page .table-scroll { margin: 0 -24px; padding: 0 24px; }
  .services-page .subject-grid-five { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px 26px; }
  .services-page .subject-grid-five .subject-card h3 { font-size: 13px; }
}

/* ============================================================
   服务项目三页面确认版：主页面摘要 + 两个独立详情页
   ============================================================ */
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* 检测类别摘要：图片与灰色摘要表并列 */
body.services-page .service-building-capability {
  padding: 54px 0 58px;
  background: #0759a4;
}
body.services-page .service-building-capability .container {
  display: grid;
  grid-template-columns: minmax(230px, 292px) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  width: 100%;
}
body.services-page .service-summary-media img {
  display: block;
  width: 100%;
  height: 302px;
  object-fit: cover;
  object-position: center 72%;
  box-shadow: 0 1px 9px rgba(0, 0, 0, .4);
}
body.services-page .service-summary-media .service-detail-link {
  margin: 66px 20px 0 auto;
}
body.services-page .service-detail-link {
  display: flex;
  width: fit-content;
  min-height: 34px;
  align-items: center;
  gap: 7px;
  padding: 6px 16px;
  border-radius: 18px;
  background: #fff;
  color: #0759a4;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  box-shadow: none;
}
body.services-page .detail-arrow {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #0759a4 url("../images/services/process-arrow.svg") center / 10px 10px no-repeat;
}
body.services-page .service-summary-table-wrap { overflow: visible; }
body.services-page .service-summary-table {
  width: 100%;
  min-width: 0;
  border-collapse: collapse;
  color: #5c5c5c;
  background: #f2f2f2;
  font-size: 12px;
  line-height: 1.25;
  box-shadow: 0 1px 9px rgba(0, 0, 0, .42);
}
body.services-page .service-summary-table th,
body.services-page .service-summary-table td {
  height: 34px;
  padding: 4px 10px;
  border: 1px solid #fff;
  vertical-align: middle;
}
body.services-page .service-summary-table thead th {
  height: 38px;
  background: #d5d5d5;
  color: #555;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}
body.services-page .service-summary-table thead th:first-child { width: 38px; }
body.services-page .service-summary-table thead th:nth-child(2) { width: 36%; }
body.services-page .service-summary-table tbody th:not(.service-summary-project) {
  width: 36%;
  color: #5c5c5c;
  font-weight: 400;
  text-align: center;
}
body.services-page .service-summary-project {
  width: 38px;
  padding: 8px 10px;
  color: #4d4d4d;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  writing-mode: vertical-rl;
}

/* 适用对象摘要 */
body.services-page .service-subjects-v2 .service-detail-link { margin: 30px 0 0 auto; }

/* 服务流程：PPT 图标、圆环、方向块和折返顺序 */
body.services-page .service-process-v2 {
  padding: 66px 0 58px;
  background: #0759a4;
}
body.services-page .service-process-v2 .section-head-v2 { margin-bottom: 28px; }
body.services-page .service-process-v2 .section-head-v2 h2 { font-family: SimSun, "宋体", serif; font-size: 25px; font-weight: 700; }
body.services-page .service-process-v2 .service-label-v2 { margin-top: 3px; color: #fff; font-size: 9px; font-family: Arial, sans-serif; }
body.services-page .process-grid-v2 {
  grid-template-columns: repeat(4, 148px);
  max-width: 760px;
  justify-content: center;
  gap: 54px 36px;
}
body.services-page .process-grid-v2 article {
  position: relative;
  min-height: 162px;
  padding: 9px 0 0;
  border-radius: 22px 22px 9px 9px;
  overflow: visible;
  background: #fff;
  color: #111;
  text-align: center;
}
body.services-page .process-grid-v2 article:nth-child(5) { grid-column: 2; grid-row: 2; }
body.services-page .process-grid-v2 article:nth-child(6) { grid-column: 3; grid-row: 2; }
body.services-page .process-grid-v2 article:nth-child(7) { grid-column: 4; grid-row: 2; }
body.services-page .process-grid-v2 article img {
  width: 86px;
  height: 86px;
  margin: 0 auto 2px;
  padding: 7px;
  border: 2px solid #68bd22;
  border-radius: 50%;
  object-fit: contain;
}
body.services-page .process-grid-v2 article h3 {
  margin: 0;
  color: #111;
  font-family: SimSun, "宋体", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.15;
}
body.services-page .process-grid-v2 article span {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  min-height: 31px;
  margin: 0;
  padding: 3px 34px 3px 8px;
  border-radius: 0 0 0 9px;
  background: #4e87bd;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  text-align: center;
}
body.services-page .process-grid-v2 article::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 35px;
  height: 31px;
  border-radius: 0 0 9px 0;
  background-color: #69be20;
  background-image: url("../images/services/process-arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 22px 22px;
}
body.services-page .process-grid-v2 .process-down::after { transform: none; background-image: url("../images/services/process-arrow.svg"); }
body.services-page .process-grid-v2 .process-down::before,
body.services-page .process-grid-v2 .process-left::before,
body.services-page .process-grid-v2 .process-finish::before {
  content: "";
  position: absolute;
  z-index: 1;
  right: 6px;
  bottom: 5px;
  width: 23px;
  height: 23px;
  background: center / contain no-repeat;
}
body.services-page .process-grid-v2 .process-down::after,
body.services-page .process-grid-v2 .process-left::after,
body.services-page .process-grid-v2 .process-finish::after { background-image: none; }
body.services-page .process-grid-v2 .process-down::before { background-image: url("../images/services/process-arrow.svg"); transform: rotate(90deg); }
body.services-page .process-grid-v2 .process-left::before { background-image: url("../images/services/process-arrow.svg"); transform: rotate(180deg); }
body.services-page .process-grid-v2 .process-finish::before { background-image: url("../images/services/process-check.svg"); }

/* 规范标准：两列六行 */
body.services-page .standards-v2 { padding: 62px 0 68px; background: #fff; }
body.services-page .standards-v2 .section-head-v2 { margin-bottom: 72px; }
body.services-page .standards-v2 .section-head-v2 h2 { font-family: SimSun, "宋体", serif; font-size: 25px; }
body.services-page .standards-v2 .service-label-v2 { margin-top: 3px; font-family: Arial, sans-serif; font-size: 9px; }
body.services-page .standards-columns-v2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px;
  max-width: 760px;
  margin: 0 auto;
}
body.services-page .standards-list-v2 {
  position: relative;
  display: block;
  max-width: none;
  margin: 0;
  padding: 0;
  list-style: none;
}
body.services-page .standards-list-v2::before {
  content: "";
  position: absolute;
  right: 42%;
  bottom: 100%;
  left: 0;
  height: 26px;
  border-radius: 5px 5px 0 0;
  background: #cbe8a9;
  clip-path: polygon(0 0, 92% 0, 100% 100%, 0 100%);
}
body.services-page .standards-list-v2 li {
  display: flex;
  min-height: 28px;
  align-items: center;
  padding: 5px 9px;
  border: 0;
  background: #fff;
  color: #222;
  font-size: 9px;
  line-height: 1.25;
}
body.services-page .standards-list-v2 li:nth-child(even) { background: #cbe8a9; }
body.services-page .standards-list-v2 img { flex: 0 0 18px; width: 18px; height: 18px; margin-right: 7px; }

/* 独立详情页 */
body.services-page .service-detail-layout { min-height: 540px; }
body.services-page .service-detail-content { min-width: 0; padding: 34px 0 72px; }
body.services-page .service-back-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 0 0 18px;
  padding: 6px 12px 6px 9px;
  border: 1px solid #0b63ad;
  border-radius: 16px;
  color: #0b63ad;
  background: #fff;
  font-size: 13px;
  line-height: 1;
  transition: color .2s ease, background .2s ease;
}

/* ============================================================
   联系我们页与在线客服页
   ============================================================ */
body.contact-page, body.consult-page { background: #fff; color: var(--text-dark); }
body.contact-page .contact-main { padding-top: var(--header-h); }
.contact-hero { height: 186px; position: relative; overflow: hidden; }
.contact-hero img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center 47%; }
.contact-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,78,160,.08), transparent 55%); pointer-events: none; }
.contact-hero-inner { position: absolute; inset: 0; z-index: 1; }
.contact-breadcrumb { margin: 24px 0 0 auto; width: fit-content; color: #222; font-size: 12px; font-weight: 600; }
.contact-overview { padding: 16px 0 20px; background: #fff; }
.contact-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 44px; max-width: 710px; margin: 0 auto; }
.contact-card { display: flex; min-height: 100px; align-items: center; flex-direction: column; justify-content: center; border: 1px solid #e3e3e3; border-radius: 8px; background: #fff; box-shadow: 0 3px 12px rgba(0,0,0,.18); color: var(--text-dark); text-align: center; transition: transform .2s ease, box-shadow .2s ease; }
.contact-card-static { cursor: default; }
.contact-card-static:hover { transform: none; box-shadow: 0 3px 12px rgba(0,0,0,.18); }
.contact-card:hover { transform: translateY(-3px); box-shadow: 0 7px 16px rgba(0,0,0,.2); }
.contact-card-icon { height: 22px; color: #82ce35; font-size: 22px; line-height: 1; }
.contact-card-title { margin-top: 5px; font-size: 17px; font-weight: 700; }
.contact-card-copy { margin-top: 7px; color: #777; font-size: 10px; }
.contact-card strong { margin-top: 3px; color: #83cf37; font-size: 16px; font-weight: 500; }
.contact-region { padding: 28px 0 34px; background: var(--brand-blue); color: #fff; }
.contact-region-inner { display: grid; grid-template-columns: minmax(240px, .78fr) minmax(0, 1.22fr); gap: 32px; align-items: center; min-height: 208px; }
.contact-region-copy { max-width: 390px; margin-left: 200px; }
.contact-kicker { display: block; width: 21px; height: 2px; margin-bottom: 12px; background: #fff; }
.contact-region-copy h2 { margin: 0; font-size: 22px; }
.contact-region-lead { margin: 4px 0 12px; font-size: 13px; }
.contact-region-copy > p:last-child { margin: 0; font-size: 11px; line-height: 1.7; }
.contact-map-wrap { display: flex; align-items: center; justify-content: center; min-height: 220px; }
.contact-map-wrap img { width: 100%; max-width: 610px; height: auto; display: block; }
.contact-consult { padding: 0; background: linear-gradient(rgba(255,255,255,.32), rgba(255,255,255,.32)), url("../images/contact/contact-consult-bg.jpg") center / cover no-repeat; }
.contact-consult-inner { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 54px; align-items: center; min-height: 250px; padding-top: 24px; padding-bottom: 24px; }
.contact-consult-copy { padding-left: 250px; }
.contact-consult-copy h2 { margin: 0 0 14px; color: #222; font-size: 23px; }
.contact-consult-copy h2 em { color: #0071c8; font-style: normal; }
.contact-consult-copy h3 { margin: 0 0 7px; font-size: 14px; }
.contact-consult-copy ul { margin: 0; padding-left: 19px; font-size: 11px; line-height: 1.8; }
.contact-hotline { margin: 16px 0 4px; font-size: 12px; }
.contact-hotline strong { color: #82ce35; font-weight: 500; }
.contact-provider { margin: 0; font-size: 17px; font-weight: 700; }
.contact-form { width: 100%; padding: 25px 28px 23px; border-radius: 2px; background: #fff; box-shadow: 0 8px 18px rgba(0,0,0,.16); box-sizing: border-box; }
.contact-form h2 { margin: 0 0 14px; color: #222; font-size: 18px; text-align: center; }
.contact-field { margin-bottom: 10px; }
.contact-field label { display: block; margin-bottom: 4px; color: #333; font-size: 12px; }
.contact-field input, .contact-field textarea { width: 100%; border: 1px solid #ddd; border-radius: 7px; padding: 8px 10px; color: #333; font: inherit; font-size: 12px; box-sizing: border-box; outline: 0; }
.contact-field input { height: 32px; }
.contact-field textarea { min-height: 59px; resize: vertical; }
.contact-field input:focus, .contact-field textarea:focus { border-color: #82ce35; box-shadow: 0 0 0 2px rgba(130,206,53,.16); }
.contact-field.has-error input, .contact-field.has-error textarea { border-color: #d94a4a; }
.contact-field-error { margin: 3px 0 0; color: #c83333; font-size: 11px; line-height: 1.2; }
.contact-field-error[hidden], .contact-form-status[hidden] { display: none; }
.contact-submit { display: block; width: 132px; height: 31px; margin: 12px auto 0; border: 0; border-radius: 2px; background: var(--brand-blue); color: #fff; font-size: 12px; font-weight: 700; cursor: pointer; }
.contact-submit:hover { background: #0d65b7; }
.contact-submit:disabled { background: #8ab0d2; cursor: default; }
.contact-form-status { margin: 10px 0 0; color: #258a2d; font-size: 12px; text-align: center; }
.contact-form.is-success { box-shadow: 0 0 0 2px rgba(130,206,53,.36), 0 8px 18px rgba(0,0,0,.16); }

body.consult-page .consult-main { padding: calc(var(--header-h) + 26px) 24px 40px; background: #f5f6f8; }
.consult-shell { width: min(960px, 100%); margin: 0 auto; border: 1px solid #cfcfcf; background: #fff; box-shadow: 0 8px 24px rgba(0,0,0,.1); }
.consult-topbar { display: flex; min-height: 64px; align-items: center; gap: 12px; padding: 0 18px; background: var(--brand-blue); color: #fff; }
.consult-topbar img { width: 42px; height: 42px; object-fit: contain; }
.consult-topbar strong, .consult-topbar span { display: block; }
.consult-topbar strong { font-size: 17px; }
.consult-topbar span { margin-top: 4px; font-size: 11px; }
.consult-body { display: grid; grid-template-columns: minmax(0, 1fr) 210px; min-height: 640px; }
.consult-conversation { position: relative; padding: 20px 22px 78px; }
.consult-message { display: flex; gap: 12px; margin-bottom: 19px; }
.consult-message > img { width: 28px; height: 32px; flex: 0 0 auto; object-fit: contain; }
.consult-message small { display: block; margin: 1px 0 5px; color: #333; font-size: 10px; }
.consult-message p { max-width: 570px; margin: 0; padding: 10px 14px; border-radius: 0 17px 17px 17px; background: #f0f0f0; color: #555; font-size: 12px; line-height: 1.55; }
.consult-message strong { color: #0071c8; }
.consult-input { position: absolute; right: 22px; bottom: 20px; left: 22px; display: flex; gap: 8px; }
.consult-input input { min-width: 0; flex: 1; height: 34px; border: 1px solid #ddd; border-radius: 3px; padding: 0 10px; font: inherit; font-size: 12px; }
.consult-input button { width: 62px; border: 0; border-radius: 3px; background: var(--brand-blue); color: #fff; cursor: pointer; }
.consult-aside { border-left: 1px solid #ddd; display: flex; align-items: center; flex-direction: column; }
.consult-tabs { display: grid; width: 100%; grid-template-columns: 1fr 1fr; border-bottom: 1px solid #ddd; }
.consult-tabs span { padding: 12px 4px; color: #333; font-size: 12px; text-align: center; }
.consult-tabs .active { border-bottom: 2px solid var(--brand-blue); }
.consult-avatar-large { width: 58px; height: 68px; margin-top: 30px; object-fit: contain; }
.consult-aside h2 { margin: 3px 0 18px; font-size: 17px; font-weight: 500; }
.consult-aside ul { width: 100%; margin: 0; padding: 0 18px; box-sizing: border-box; list-style: none; color: #1761a7; font-size: 12px; line-height: 2.15; }
.consult-qr { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; width: 100%; margin-top: auto; padding: 12px; box-sizing: border-box; background: var(--brand-blue); }
.consult-qr div { display: flex; align-items: center; flex-direction: column; color: #fff; font-size: 10px; }
.consult-qr img { width: 76px; height: 76px; object-fit: cover; background: #fff; }
.consult-qr span { margin-top: 4px; }
.consult-back { display: block; width: fit-content; margin: 18px auto 0; color: var(--brand-blue); font-size: 13px; }

@media (max-width: 768px) {
  .contact-hero { height: 138px; }
  .contact-breadcrumb { margin-top: 15px; font-size: 10px; }
  .contact-cards { grid-template-columns: 1fr; gap: 12px; max-width: 330px; }
  .contact-card { min-height: 86px; }
  .contact-region-inner { display: block; min-height: 0; }
  .contact-region-copy { max-width: none; margin: 0; }
  .contact-region-copy h2 { font-size: 20px; }
  .contact-map-wrap { min-height: 0; margin-top: 15px; }
  .contact-consult-inner { display: flex; align-items: stretch; flex-direction: column; gap: 20px; min-height: 0; }
  .contact-consult-copy { padding-left: 0; }
  .contact-form { max-width: 400px; margin: 0 auto; }
  body.consult-page .consult-main { padding-right: 10px; padding-left: 10px; }
  .consult-body { display: block; min-height: 0; }
  .consult-conversation { padding-right: 12px; padding-left: 12px; }
  .consult-message p { font-size: 11px; }
  .consult-aside { min-height: 330px; border-top: 1px solid #ddd; border-left: 0; }
}
body.services-page .service-back-link span { font-size: 17px; line-height: .8; }
body.services-page .service-back-link:hover { color: #fff; background: #0b63ad; }

body.services-page .service-detail-heading { justify-content: center; margin-bottom: 24px; text-align: center; }
body.services-page .service-detail-heading h2 { margin: 0; color: #111; font-size: 26px; }
body.services-page .service-detail-heading .service-label-v2 { margin-top: 3px; color: #111; font-size: 10px; }
body.services-page .service-projects-detail { padding-top: 0; }
body.services-page .service-projects-detail .service-detail-heading { display: none; }
body.services-page .service-projects-table {
  width: 100%;
  min-width: 860px;
  color: #555;
  font-size: 12px;
  line-height: 1.45;
}
body.services-page .service-projects-table th,
body.services-page .service-projects-table td { padding: 8px 12px; border: 1px solid #fff; background: #f1f1f1; }
body.services-page .service-projects-table thead th { background: #d1d1d1; color: #444; }
body.services-page .service-projects-table tbody th { width: 116px; font-weight: 500; writing-mode: vertical-rl; }
body.services-page .service-projects-table tbody td:nth-child(2) { width: 230px; background: #eee; text-align: center; vertical-align: middle; }
body.services-page .service-subjects-detail { padding-top: 14px; }
body.services-page .subject-grid-detail {
  display: grid;
  grid-template-columns: repeat(4, 132px);
  max-width: 720px;
  justify-content: center;
  gap: 34px 46px;
}
body.services-page .subject-grid-detail article { display: block; text-align: center; }
body.services-page .subject-grid-detail img { width: 132px; height: 132px; }
body.services-page .subject-grid-detail h3 { margin-top: 10px; font-size: 14px; }
body.services-page .subject-pagination-dots {
  display: flex;
  grid-column: 3;
  grid-row: 3;
  align-items: center;
  justify-content: flex-start;
  gap: 13px;
  width: max-content;
  margin: 0;
  align-self: center;
}
body.services-page .subject-pagination-dots span { width: 9px; height: 9px; border-radius: 50%; background: #222; }

@media (max-width: 1024px) {
  body.services-page .service-building-capability .container { grid-template-columns: 230px minmax(0, 1fr); gap: 20px; }
  body.services-page .service-summary-media img { height: 280px; }
  body.services-page .service-summary-table { font-size: 10px; }
  body.services-page .process-grid-v2 { grid-template-columns: repeat(4, 132px); gap: 46px 22px; }
  body.services-page .subject-grid-detail { grid-template-columns: repeat(4, 116px); gap: 30px 34px; }
  body.services-page .subject-grid-detail img { width: 116px; height: 116px; }
}

@media (max-width: 768px) {
  body.services-page .service-building-capability { padding: 42px 0; }
  body.services-page .service-building-capability .container { display: block; }
  body.services-page .service-summary-media { max-width: 330px; margin: 0 auto 30px; }
  body.services-page .service-summary-media img { height: 300px; }
  body.services-page .service-summary-media .service-detail-link { margin-top: 20px; }
  body.services-page .service-summary-table-wrap { overflow-x: auto; }
  body.services-page .service-summary-table { min-width: 620px; }
  body.services-page .process-grid-v2 { grid-template-columns: repeat(2, minmax(0, 148px)); gap: 22px 16px; }
  body.services-page .process-grid-v2 article:nth-child(5),
  body.services-page .process-grid-v2 article:nth-child(6),
  body.services-page .process-grid-v2 article:nth-child(7) { grid-column: auto; grid-row: auto; }
  body.services-page .standards-columns-v2 { grid-template-columns: 1fr; gap: 58px; }
  body.services-page .standards-v2 .section-head-v2 { margin-bottom: 64px; }
  body.services-page .service-detail-layout { display: block; }
  body.services-page .service-detail-content { padding-top: 36px; }
  body.services-page .service-projects-table { min-width: 820px; }
  body.services-page .subject-grid-detail { grid-template-columns: repeat(2, minmax(0, 132px)); gap: 28px 22px; }
  body.services-page .subject-pagination-dots {
    grid-column: 1 / -1;
    grid-row: auto;
    justify-content: center;
    width: auto;
  }
}

/* 服务项目页最终层：覆盖历史试验规则，保持同页锚点连续阅读 */
.services-page .services-main-v2 { overflow: visible; }
.services-page .service-reference-layout { display: grid; grid-template-columns: 208px minmax(0, 1fr); max-width: 1248px; margin: 0 auto; padding: 0 24px; }
.services-page .service-sidebar-reference { position: sticky; top: 110px; z-index: 12; width: 184px; margin-top: -34px; align-self: start; }
.services-page .service-flow-reference { min-width: 0; }
.services-page .service-anchor-section,
.services-page .service-domain-section,
.services-page #building { scroll-margin-top: calc(var(--header-h) + 18px); }
.services-page .service-building-capability .container { display: block; }
.services-page .service-building-capability .section-head-v2 { display: none; }
.services-page .service-summary-table-wrap { overflow-x: auto; }
.services-page .service-summary-table { width: 100%; min-width: 700px; border-collapse: collapse; color: #fff; font-size: 11px; line-height: 1.35; }
.services-page .service-summary-table th,
.services-page .service-summary-table td { padding: 5px 8px; border: 1px solid rgba(255,255,255,.9); vertical-align: middle; }
.services-page .service-summary-table thead th { text-align: center; }
.services-page .service-summary-table tbody th { width: 24%; text-align: center; }
.services-page .subject-grid-v2 article:nth-child(n + 5) { display: block; }
.services-page .subject-grid-four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.services-page .subject-grid-five { grid-template-columns: repeat(4, minmax(0, 1fr)); max-width: 680px; }
.services-page .service-full-subjects .section-head-v2 { display: block; }
.services-page .service-full-subjects { background: #fff; }
.services-page .service-domain-section { border-top: 1px solid #e8edf2; }
.services-page .service-domain-section .project-table-wrap-v2 { overflow-x: auto; }
.services-page .service-domain-note { margin: 18px 0 28px; padding: 18px 22px; border-left: 3px solid var(--brand-blue); background: #f5f8fb; }
.services-page .project-table-v2 { min-width: 900px; border-collapse: collapse; }
.services-page .project-table-v2 th,
.services-page .project-table-v2 td { padding: 11px 14px; border: 1px solid #e5eaf0; vertical-align: top; }
.services-page .project-table-v2 thead th { background: #edf3f8; text-align: center; }
.services-page .project-table-v2 tbody th { width: 118px; background: #f8fafc; text-align: center; vertical-align: middle; }
.services-page .project-table-v2 tbody td:nth-child(2) { width: 190px; background: #fbfcfd; text-align: center; vertical-align: middle; }

/* 三页面确认版最终覆盖：位于历史规则之后 */
body.services-page .service-reference-layout { display: grid; grid-template-columns: 208px minmax(0, 1fr); max-width: 1120px; padding: 0; }
body.services-page .service-building-capability .container { display: grid; grid-template-columns: 250px minmax(0, 1fr); max-width: 760px; margin: 0; padding: 0 !important; gap: 28px; align-items: start; }
body.services-page .service-building-capability .container::before { content: none !important; display: none !important; }
body.services-page .service-building-capability .service-summary-media { grid-column: 1; grid-row: 1; }
body.services-page .service-building-capability .service-summary-table-wrap { grid-column: 2; grid-row: 1; }
body.services-page .service-building-capability .visually-hidden { display: none; }
body.services-page .service-summary-media img { width: 250px; height: 250px; object-fit: cover; }
body.services-page .service-summary-media .service-detail-link { margin: 64px 18px 0 auto; }
body.services-page .service-summary-table-wrap { overflow: visible; }
body.services-page .service-summary-table { width: 100%; min-width: 0; color: #5c5c5c; background: #f2f2f2; font-size: 11px; line-height: 1.25; box-shadow: 0 1px 9px rgba(0, 0, 0, .42); }
body.services-page .service-summary-table th, body.services-page .service-summary-table td { height: 34px; padding: 4px 8px; border-color: #fff; }
body.services-page .service-summary-table thead th { height: 38px; background: #d5d5d5; color: #555; font-size: 12px; font-weight: 500; }
body.services-page .service-summary-table thead th:first-child { width: 38px; }
body.services-page .service-summary-table thead th:nth-child(2), body.services-page .service-summary-table tbody th:not(.service-summary-project) { width: 36%; }
body.services-page .service-summary-table tbody th:not(.service-summary-project) { color: #5c5c5c; font-weight: 400; text-align: center; }
body.services-page .service-summary-project { width: 38px; color: #4d4d4d; font-size: 12px; font-weight: 500; }
body.services-page .process-grid-v2 { display: grid; grid-template-columns: repeat(4, 148px); max-width: 760px; margin: 0; gap: 54px 36px; }
body.services-page .process-grid-v2 article { min-height: 162px; overflow: visible; }
body.services-page .process-grid-v2 article span { position: absolute; top: auto !important; right: 0; bottom: 0; left: 0; width: auto; height: auto !important; min-height: 31px; margin: 0; padding: 3px 34px 3px 8px; border-radius: 0 0 0 9px; background: #4e87bd; color: #fff; font-size: 20px; line-height: 25px; text-align: center; }
body.services-page .standards-v2 { padding: 62px 0 68px; }
body.services-page .standards-v2 .section-head-v2 { margin-bottom: 72px; }
body.services-page .standards-columns-v2 { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 760px; margin: 0; gap: 48px; }

@media (max-width: 768px) {
  .services-page .service-reference-layout { display: block; padding: 0 24px; }
  .services-page .service-sidebar-reference { position: relative; top: auto; width: 100%; margin-top: -24px; }
  .services-page .service-nav-reference { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .services-page .service-overview-grid-v2 { display: flex; flex-direction: column; gap: 18px; }
  .services-page .service-summary-table { min-width: 690px; }
  .services-page .subject-grid-four,
  .services-page .subject-grid-five { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: none; gap: 22px 26px; }
  .services-page .process-grid-v2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .services-page .process-grid-v2 article:nth-child(5),
  .services-page .process-grid-v2 article:nth-child(6),
  .services-page .process-grid-v2 article:nth-child(7) { grid-column: auto; grid-row: auto; }
}

/* 桌面端目录标题统一：固定高度，避免不同栏目标题上下不齐 */
@media (min-width: 769px) {
body.services-page .service-sidebar-reference h2 {
    height: 50px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 10px;
    line-height: 1.2;
  }
}

/* 最终横幅覆盖：确保历史服务规则不会恢复固定高度 */
@media (min-width: 769px) {
  .services-page .services-hero-v2 {
    width: 100%;
    aspect-ratio: 1920 / 1077;
    height: auto;
  }
  .services-page .services-hero-v2 > img {
    object-fit: contain;
  }

  /* 防止全宽分区的负外边距在宽版容器中产生横向滚动 */
  .services-page .service-domain-section {
    margin-right: 0;
  }
}

/* 最终横幅覆盖：确保历史服务规则不会恢复固定高度 */
@media (min-width: 769px) {
  .services-page .services-hero-v2 {
    width: 100%;
    aspect-ratio: 1920 / 1077;
    height: auto;
  }
  .services-page .services-hero-v2 > img {
    object-fit: contain;
  }
}

/* 最终横幅覆盖：确保历史服务规则不会恢复固定高度 */
@media (min-width: 769px) {
  .services-page .services-hero-v2 {
    width: 100%;
    aspect-ratio: 1920 / 1077;
    height: auto;
  }
  .services-page .services-hero-v2 > img { object-fit: contain; }
  body.qualification-page .qualification-hero {
    width: 100%;
    aspect-ratio: 900 / 505;
    height: auto;
  }
  body.qualification-page .qualification-hero img { object-fit: contain; }
  .contact-hero {
    width: 100%;
    aspect-ratio: 1920 / 1080;
    height: auto;
  }
  .contact-hero img { object-fit: contain; }
}

/* 桌面端内页横幅按素材原始比例完整显示，避免固定高度配合 cover 裁切画面 */
@media (min-width: 769px) {
  .services-page .services-hero-v2 {
    width: 100%;
    aspect-ratio: 1920 / 1077;
    height: auto;
  }
  .services-page .services-hero-v2 > img { object-fit: contain; }

  body.qualification-page .qualification-hero {
    width: 100%;
    aspect-ratio: 900 / 505;
    height: auto;
  }
  body.qualification-page .qualification-hero img { object-fit: contain; }

  .contact-hero {
    width: 100%;
    aspect-ratio: 1920 / 1080;
    height: auto;
  }
  .contact-hero img { object-fit: contain; }
}

/* 资质能力最终覆盖：必须位于全站历史规则之后 */
body.qualification-page .qualification-layout { grid-template-columns: 208px minmax(0, 1fr); max-width: 1120px; padding: 0; }
body.qualification-page .qualification-sidebar { width: 184px; overflow: hidden; box-shadow: 0 5px 13px rgba(0, 0, 0, .24); }
body.qualification-page .qualification-sidebar h1 { min-height: 36px; padding: 5px 8px; background: linear-gradient(#1768b7, #145ba3); font-size: 18px; }
body.qualification-page .qualification-nav-item { min-height: 23px; padding: 2px 8px; background: linear-gradient(#d5d5d5, #bebebe); font-size: 12px; }
body.qualification-page .qualification-nav-item.active,
body.qualification-page .qualification-nav-item:hover { background: #1765ad; }
body.qualification-page .qualification-patent-carousel { display: grid; grid-template-columns: 44px minmax(0, 1fr) 44px; max-width: 840px; align-items: center; margin: 0 auto; gap: 18px; }
body.qualification-page .qualification-patent-grid { width: 100%; max-width: none; gap: 34px; transition: opacity .16s ease; }
body.qualification-page .qualification-patent-grid.is-changing { opacity: .25; }
body.qualification-page .qualification-patent-arrow { display: flex; width: 40px; height: 40px; align-items: center; justify-content: center; border-radius: 50%; background: #fff; color: #1765ad; box-shadow: 0 3px 9px rgba(0, 0, 0, .18); transition: color .2s ease, background .2s ease, transform .2s ease; }
body.qualification-page .qualification-patent-arrow:hover { background: #78d23f; color: #fff; transform: scale(1.06); }
body.qualification-page .qualification-patent-arrow svg { width: 25px; height: 25px; }
body.qualification-page .qualification-software-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); max-width: 900px; gap: 20px 16px; }
body.qualification-page .qualification-software-grid img:nth-child(1) { grid-column: 2; grid-row: 1; }
body.qualification-page .qualification-software-grid img:nth-child(2) { grid-column: 3; grid-row: 1; }
body.qualification-page .qualification-software-grid img:nth-child(3) { grid-column: 4; grid-row: 1; }
body.qualification-page .qualification-software-grid img:nth-child(4) { grid-column: 5; grid-row: 1; }
body.qualification-page .qualification-software-grid img:nth-child(5) { grid-column: 6; grid-row: 1; }
body.qualification-page .qualification-software-grid img:nth-child(n + 6) { grid-row: 2; }
body.qualification-page .qualification-software-grid img:nth-child(6) { grid-column: 1; }
body.qualification-page .qualification-software-grid img:nth-child(7) { grid-column: 2; }
body.qualification-page .qualification-software-grid img:nth-child(8) { grid-column: 3; }
body.qualification-page .qualification-software-grid img:nth-child(9) { grid-column: 4; }
body.qualification-page .qualification-software-grid img:nth-child(10) { grid-column: 5; }
body.qualification-page .qualification-software-grid img:nth-child(11) { grid-column: 6; }
body.qualification-page .qualification-detail-section { min-height: 0; padding: 14px 0 28px; background: #fff; }
body.qualification-page .qualification-detail-panel { margin: 0 auto; padding: 0; border-radius: 8px; overflow: hidden; background: #fff; box-shadow: 0 6px 16px rgba(31, 56, 84, .24); }
body.qualification-certificates-detail-page .qualification-detail-panel { max-width: 720px; }
body.qualification-honors-detail-page .qualification-detail-panel { max-width: 574px; }
body.qualification-page .qualification-back-link { display: flex; width: fit-content; margin: 18px auto 0; padding: 6px 17px; border-radius: 16px; background: var(--brand-blue); color: #fff; font-size: 13px; }
@media (max-width: 1150px) and (min-width: 769px) { body.qualification-page .qualification-layout { padding: 0 24px; } }
@media (max-width: 768px) {
  body.qualification-page .qualification-layout { display: block; max-width: none; padding: 0 24px; }
  body.qualification-page .qualification-sidebar h1 { min-height: 40px; }
  body.qualification-page .qualification-nav-item { min-height: 39px; padding: 6px 8px; }
  body.qualification-page .qualification-patent-carousel { grid-template-columns: 34px minmax(0, 1fr) 34px; gap: 8px; }
  body.qualification-page .qualification-patent-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
  body.qualification-page .qualification-patent-grid img:last-child { grid-column: auto; max-width: none; }
  body.qualification-page .qualification-patent-arrow { width: 32px; height: 32px; }
  body.qualification-page .qualification-patent-arrow svg { width: 20px; height: 20px; }
  body.qualification-page .qualification-software-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: none; gap: 14px 10px; }
  body.qualification-page .qualification-software-grid img:nth-child(n) { grid-column: auto; grid-row: auto; }
  body.qualification-page .qualification-detail-section { padding: 14px 0 32px; }
  body.qualification-page .qualification-detail-panel { max-width: 100%; }
}

/* 资质能力最终覆盖：必须位于全站历史规则之后 */
body.qualification-page .qualification-layout { grid-template-columns: 208px minmax(0, 1fr); max-width: 1120px; padding: 0; }
body.qualification-page .qualification-sidebar { width: 184px; overflow: hidden; box-shadow: 0 5px 13px rgba(0, 0, 0, .24); }
body.qualification-page .qualification-sidebar h1 { min-height: 36px; padding: 5px 8px; background: linear-gradient(#1768b7, #145ba3); font-size: 18px; }
body.qualification-page .qualification-nav-item { min-height: 23px; padding: 2px 8px; background: linear-gradient(#d5d5d5, #bebebe); font-size: 12px; }
body.qualification-page .qualification-nav-item.active,
body.qualification-page .qualification-nav-item:hover { background: #1765ad; }
body.qualification-page .qualification-patent-carousel { display: grid; grid-template-columns: 44px minmax(0, 1fr) 44px; max-width: 840px; align-items: center; margin: 0 auto; gap: 18px; }
body.qualification-page .qualification-patent-grid { width: 100%; max-width: none; gap: 34px; transition: opacity .16s ease; }
body.qualification-page .qualification-patent-grid.is-changing { opacity: .25; }
body.qualification-page .qualification-patent-arrow { display: flex; width: 40px; height: 40px; align-items: center; justify-content: center; border-radius: 50%; background: #fff; color: #1765ad; box-shadow: 0 3px 9px rgba(0, 0, 0, .18); transition: color .2s ease, background .2s ease, transform .2s ease; }
body.qualification-page .qualification-patent-arrow:hover { background: #78d23f; color: #fff; transform: scale(1.06); }
body.qualification-page .qualification-patent-arrow svg { width: 25px; height: 25px; }
body.qualification-page .qualification-software-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); max-width: 900px; gap: 20px 16px; }
body.qualification-page .qualification-software-grid img:nth-child(1) { grid-column: 2; grid-row: 1; }
body.qualification-page .qualification-software-grid img:nth-child(2) { grid-column: 3; grid-row: 1; }
body.qualification-page .qualification-software-grid img:nth-child(3) { grid-column: 4; grid-row: 1; }
body.qualification-page .qualification-software-grid img:nth-child(4) { grid-column: 5; grid-row: 1; }
body.qualification-page .qualification-software-grid img:nth-child(5) { grid-column: 6; grid-row: 1; }
body.qualification-page .qualification-software-grid img:nth-child(n + 6) { grid-row: 2; }
body.qualification-page .qualification-software-grid img:nth-child(6) { grid-column: 1; }
body.qualification-page .qualification-software-grid img:nth-child(7) { grid-column: 2; }
body.qualification-page .qualification-software-grid img:nth-child(8) { grid-column: 3; }
body.qualification-page .qualification-software-grid img:nth-child(9) { grid-column: 4; }
body.qualification-page .qualification-software-grid img:nth-child(10) { grid-column: 5; }
body.qualification-page .qualification-software-grid img:nth-child(11) { grid-column: 6; }
body.qualification-page .qualification-detail-section { min-height: 0; padding: 14px 0 28px; background: #fff; }
body.qualification-page .qualification-detail-panel { margin: 0 auto; padding: 0; border-radius: 8px; overflow: hidden; background: #fff; box-shadow: 0 6px 16px rgba(31, 56, 84, .24); }
body.qualification-certificates-detail-page .qualification-detail-panel { max-width: 720px; }
body.qualification-honors-detail-page .qualification-detail-panel { max-width: 574px; }
body.qualification-page .qualification-back-link { display: flex; width: fit-content; margin: 18px auto 0; padding: 6px 17px; border-radius: 16px; background: var(--brand-blue); color: #fff; font-size: 13px; }
@media (max-width: 1150px) and (min-width: 769px) { body.qualification-page .qualification-layout { padding: 0 24px; } }
@media (max-width: 768px) {
  body.qualification-page .qualification-layout { display: block; max-width: none; padding: 0 24px; }
  body.qualification-page .qualification-sidebar h1 { min-height: 40px; }
  body.qualification-page .qualification-nav-item { min-height: 39px; padding: 6px 8px; }
  body.qualification-page .qualification-patent-carousel { grid-template-columns: 34px minmax(0, 1fr) 34px; gap: 8px; }
  body.qualification-page .qualification-patent-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
  body.qualification-page .qualification-patent-grid img:last-child { grid-column: auto; max-width: none; }
  body.qualification-page .qualification-patent-arrow { width: 32px; height: 32px; }
  body.qualification-page .qualification-patent-arrow svg { width: 20px; height: 20px; }
  body.qualification-page .qualification-software-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: none; gap: 14px 10px; }
  body.qualification-page .qualification-software-grid img:nth-child(n) { grid-column: auto; grid-row: auto; }
  body.qualification-page .qualification-detail-section { padding: 14px 0 32px; }
  body.qualification-page .qualification-detail-panel { max-width: 100%; }
}

/* ============================================================
   资质能力页最终版：独立目录、详情板、专利轮播和软著排版
   ============================================================ */
body.qualification-page .qualification-layout {
  grid-template-columns: 208px minmax(0, 1fr);
  max-width: 1120px;
  padding: 0;
}
body.qualification-page .qualification-sidebar {
  width: 184px;
  overflow: hidden;
  box-shadow: 0 5px 13px rgba(0, 0, 0, .24);
}
body.qualification-page .qualification-sidebar h1 {
  display: flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  padding: 5px 8px;
  background: linear-gradient(#1768b7, #145ba3);
  font-size: 18px;
}
body.qualification-page .qualification-nav-item {
  min-height: 23px;
  padding: 2px 8px;
  background: linear-gradient(#d5d5d5, #bebebe);
  font-size: 12px;
}
body.qualification-page .qualification-nav-item.active,
body.qualification-page .qualification-nav-item:hover { background: #1765ad; }

body.qualification-page .qualification-patent-carousel {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 44px;
  max-width: 840px;
  align-items: center;
  margin: 0 auto;
  gap: 18px;
}
body.qualification-page .qualification-patent-grid {
  width: 100%;
  max-width: none;
  gap: 34px;
  transition: opacity .16s ease;
}
body.qualification-page .qualification-patent-grid.is-changing { opacity: .25; }
body.qualification-page .qualification-patent-arrow {
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  color: #1765ad;
  box-shadow: 0 3px 9px rgba(0, 0, 0, .18);
  transition: color .2s ease, background .2s ease, transform .2s ease;
}
body.qualification-page .qualification-patent-arrow:hover {
  background: #78d23f;
  color: #fff;
  transform: scale(1.06);
}
body.qualification-page .qualification-patent-arrow svg { width: 25px; height: 25px; }

body.qualification-page .qualification-software-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  max-width: 900px;
  gap: 20px 16px;
}
body.qualification-page .qualification-software-grid img:nth-child(1) { grid-column: 2; grid-row: 1; }
body.qualification-page .qualification-software-grid img:nth-child(2) { grid-column: 3; grid-row: 1; }
body.qualification-page .qualification-software-grid img:nth-child(3) { grid-column: 4; grid-row: 1; }
body.qualification-page .qualification-software-grid img:nth-child(4) { grid-column: 5; grid-row: 1; }
body.qualification-page .qualification-software-grid img:nth-child(5) { grid-column: 6; grid-row: 1; }
body.qualification-page .qualification-software-grid img:nth-child(n + 6) { grid-row: 2; }
body.qualification-page .qualification-software-grid img:nth-child(6) { grid-column: 1; }
body.qualification-page .qualification-software-grid img:nth-child(7) { grid-column: 2; }
body.qualification-page .qualification-software-grid img:nth-child(8) { grid-column: 3; }
body.qualification-page .qualification-software-grid img:nth-child(9) { grid-column: 4; }
body.qualification-page .qualification-software-grid img:nth-child(10) { grid-column: 5; }
body.qualification-page .qualification-software-grid img:nth-child(11) { grid-column: 6; }

body.qualification-page .qualification-detail-section {
  min-height: 0;
  padding: 14px 0 28px;
  background: #fff;
}
body.qualification-page .qualification-detail-panel {
  margin: 0 auto;
  padding: 0;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 6px 16px rgba(31, 56, 84, .24);
}
body.qualification-certificates-detail-page .qualification-detail-panel { max-width: 720px; }
body.qualification-honors-detail-page .qualification-detail-panel { max-width: 574px; }
body.qualification-page .qualification-back-link {
  display: flex;
  width: fit-content;
  margin: 18px auto 0;
  padding: 6px 17px;
  border-radius: 16px;
  background: var(--brand-blue);
  color: #fff;
  font-size: 13px;
}

@media (max-width: 1150px) and (min-width: 769px) {
  body.qualification-page .qualification-layout { padding: 0 24px; }
}

@media (max-width: 768px) {
  body.qualification-page .qualification-layout { display: block; max-width: none; padding: 0 24px; }
  body.qualification-page .qualification-sidebar h1 { min-height: 40px; }
  body.qualification-page .qualification-nav-item { min-height: 39px; padding: 6px 8px; }
  body.qualification-page .qualification-patent-carousel {
    grid-template-columns: 34px minmax(0, 1fr) 34px;
    gap: 8px;
  }
  body.qualification-page .qualification-patent-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }
  body.qualification-page .qualification-patent-grid img:last-child {
    grid-column: auto;
    max-width: none;
  }
  body.qualification-page .qualification-patent-arrow { width: 32px; height: 32px; }
  body.qualification-page .qualification-patent-arrow svg { width: 20px; height: 20px; }
  body.qualification-page .qualification-software-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: none;
    gap: 14px 10px;
  }
  body.qualification-page .qualification-software-grid img:nth-child(n) {
    grid-column: auto;
    grid-row: auto;
  }
  body.qualification-page .qualification-detail-section { padding: 14px 0 32px; }
  body.qualification-page .qualification-detail-panel { max-width: 100%; }
}

/* ============================================================
   资质能力页：真实证书展陈与同页目录
   ============================================================ */
body.qualification-page { background: #fff; color: var(--text-dark); }
body.qualification-page .qualification-main { padding-top: var(--header-h); overflow: visible; }
body.qualification-page .qualification-hero { height: 154px; overflow: hidden; position: relative; background: #7aaff8; }
body.qualification-page .qualification-hero img { width: 100%; height: 100%; object-fit: cover; object-position: center 46%; display: block; }
body.qualification-page .qualification-layout { display: grid; grid-template-columns: 208px minmax(0, 1fr); max-width: 1248px; margin: 0 auto; padding: 0 24px; }
body.qualification-page .qualification-sidebar { position: sticky; top: 110px; z-index: 5; align-self: start; width: 184px; margin-top: -34px; box-shadow: 0 4px 12px rgba(0,0,0,.2); }
body.qualification-page .qualification-sidebar h1 { margin: 0; padding: 14px 10px 12px; background: var(--brand-blue); color: #fff; font-size: 20px; font-weight: 500; line-height: 1.2; text-align: center; }
body.qualification-page .qualification-nav { background: #d2d2d2; }
body.qualification-page .qualification-nav-item { display: flex; min-height: 27px; align-items: center; justify-content: center; padding: 5px 8px; border-top: 1px solid rgba(255,255,255,.45); background: linear-gradient(#cfcfcf,#bcbcbc); color: #fff; font-size: 12px; line-height: 1.35; text-align: center; text-shadow: 0 1px 1px rgba(0,0,0,.2); }
body.qualification-page .qualification-nav-item.active,
body.qualification-page .qualification-nav-item:hover { background: #0d65b7; color: #fff; font-weight: 700; }
body.qualification-page .qualification-flow { min-width: 0; }
body.qualification-page .qualification-anchor { scroll-margin-top: calc(var(--header-h) + 18px); }
body.qualification-page .qualification-section-heading { margin: 0 auto 28px; text-align: center; }
body.qualification-page .qualification-section-heading h2 { margin: 0; color: #111; font-size: 26px; line-height: 1.15; }
body.qualification-page .qualification-section-heading small { display: block; color: #111; font-size: 10px; font-weight: 600; line-height: 1.4; }
body.qualification-page .qualification-section-heading.light h2,
body.qualification-page .qualification-section-heading.light small { color: #fff; }
body.qualification-page .qualification-summary { padding: 30px 0 44px; background: #fff; }
body.qualification-page .qualification-summary .qualification-section-heading { margin-bottom: 18px; }
body.qualification-page .qualification-stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); max-width: 820px; margin: 0 auto; gap: 16px; }
body.qualification-page .qualification-stat { position: relative; min-height: 166px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
body.qualification-page .qualification-stat img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; opacity: .8; }
body.qualification-page .qualification-stat strong,
body.qualification-page .qualification-stat span { position: relative; z-index: 1; }
body.qualification-page .qualification-stat strong { margin-top: 2px; color: #7bd23c; font-size: 37px; font-weight: 500; line-height: 1; }
body.qualification-page .qualification-stat span { margin-top: 8px; color: #111; font-size: 17px; line-height: 1.2; }
body.qualification-page .qualification-band { position: relative; padding: 42px 0 52px; }
body.qualification-page .qualification-band-blue { color: #fff; background: var(--brand-blue); box-shadow: 0 0 0 100vmax var(--brand-blue); clip-path: inset(0 -100vmax); }
body.qualification-page .qualification-band-white { color: var(--text-dark); background: #fff; }
body.qualification-page .qualification-feature { position: relative; max-width: 760px; margin: 0 auto; }
body.qualification-page .qualification-feature > img { display: block; width: 100%; max-height: 420px; object-fit: contain; filter: drop-shadow(0 8px 12px rgba(0,0,0,.22)); }
body.qualification-page .qualification-feature-light > img { filter: drop-shadow(0 7px 10px rgba(0,0,0,.22)); }
body.qualification-page .qualification-detail-button { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); min-width: 158px; border: 0; border-radius: 999px; padding: 12px 24px; background: #0873d5; color: #fff; cursor: pointer; font-size: 18px; font-weight: 700; box-shadow: 0 7px 14px rgba(0,0,0,.25); }
body.qualification-page .qualification-detail-button { text-decoration: none; text-align: center; }
body.qualification-page .qualification-detail-button::before { content: ""; display: inline-block; margin-right: 8px; border-top: 9px solid transparent; border-bottom: 9px solid transparent; border-left: 14px solid currentColor; vertical-align: -2px; }
body.qualification-page .qualification-detail-button-light { background: #fff; color: #0759a4; }
body.qualification-page .qualification-patent-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: 720px; margin: 0 auto; gap: 30px; }
body.qualification-page .qualification-patent-grid img { width: 100%; aspect-ratio: 2117 / 2994; border-radius: 22px; object-fit: cover; background: #fff; }
body.qualification-page .qualification-software-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); max-width: 820px; margin: 0 auto; gap: 24px 18px; align-items: start; }
body.qualification-page .qualification-software-grid img { width: 100%; aspect-ratio: 3400 / 4400; object-fit: cover; box-shadow: 0 3px 9px rgba(0,0,0,.15); }
body.qualification-page .qualification-software-grid img:nth-child(n + 7) { grid-row: 2; }
body.qualification-page .qualification-software-grid img:nth-child(7) { grid-column: 2; }

@media (max-width: 768px) {
  body.qualification-page .qualification-hero { height: 128px; }
  body.qualification-page .qualification-layout { display: block; padding: 0 24px; }
  body.qualification-page .qualification-sidebar { position: relative; top: auto; width: 100%; margin-top: -24px; }
  body.qualification-page .qualification-sidebar h1 { padding: 11px 10px; font-size: 18px; }
  body.qualification-page .qualification-nav { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body.qualification-page .qualification-nav-item { min-height: 39px; padding: 6px 8px; font-size: 11px; }
  body.qualification-page .qualification-summary { padding: 38px 0 34px; }
  body.qualification-page .qualification-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px 12px; }
  body.qualification-page .qualification-stat { min-height: 142px; }
  body.qualification-page .qualification-stat strong { font-size: 30px; }
  body.qualification-page .qualification-stat span { font-size: 14px; }
  body.qualification-page .qualification-band { padding: 38px 0 44px; }
  body.qualification-page .qualification-section-heading h2 { font-size: 24px; }
  body.qualification-page .qualification-feature > img { max-height: none; }
  body.qualification-page .qualification-detail-button { min-width: 128px; padding: 9px 15px; font-size: 14px; }
  body.qualification-page .qualification-patent-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
  body.qualification-page .qualification-patent-grid img:last-child { grid-column: 1 / -1; max-width: 50%; justify-self: center; }
  body.qualification-page .qualification-software-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px 12px; }
  body.qualification-page .qualification-software-grid img:nth-child(n + 7) { grid-row: auto; }
  body.qualification-page .qualification-software-grid img:nth-child(7) { grid-column: auto; }
}

/* ============================================================
   资质能力详情页：对应资质能力 PPT 第8页、第9页
   ============================================================ */
body.qualification-page .qualification-detail-section {
  min-height: 470px;
  padding: 34px 0 64px;
  background: #f4f7fb;
}
body.qualification-page .qualification-detail-section .qualification-section-heading { margin-bottom: 22px; }
body.qualification-page .qualification-detail-section .qualification-section-heading h1 {
  margin: 0;
  color: #111;
  font-size: 28px;
  line-height: 1.15;
}
body.qualification-page .qualification-detail-panel {
  max-width: 900px;
  margin: 0 auto;
  padding: 18px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 7px 22px rgba(31, 56, 84, .2);
}
body.qualification-page .qualification-detail-panel img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
body.qualification-page .qualification-back-link {
  display: flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  margin: 26px auto 0;
  padding: 8px 22px;
  background: var(--brand-blue);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}
body.qualification-page .qualification-back-link:hover { background: #0d65b7; }

@media (max-width: 768px) {
  body.qualification-page .qualification-detail-section { min-height: 0; padding: 34px 0 48px; }
  body.qualification-page .qualification-detail-section .qualification-section-heading h1 { font-size: 24px; }
  body.qualification-page .qualification-detail-panel { padding: 10px; border-radius: 8px; }
  body.qualification-page .qualification-back-link { margin-top: 20px; font-size: 13px; }
}

/* 服务分类延续白蓝交替，放在文件末尾以覆盖历史规则 */
body.services-page #municipal,
body.services-page #civil-defense,
body.services-page #survey,
body.services-page #other {
  color: #fff !important;
  background: #0759a4 !important;
  box-shadow: 0 0 0 100vmax #0759a4 !important;
  clip-path: inset(0 -100vmax);
}
body.services-page #water,
body.services-page #green,
body.services-page #special {
  color: #222 !important;
  background: #fff !important;
}
body.services-page #municipal .service-label-v2,
body.services-page #municipal h2,
body.services-page #municipal > .container > p,
body.services-page #civil-defense .service-label-v2,
body.services-page #civil-defense h2,
body.services-page #civil-defense > .container > p,
body.services-page #survey .service-label-v2,
body.services-page #survey h2,
body.services-page #survey > .container > p,
body.services-page #other .service-label-v2,
body.services-page #other h2,
body.services-page #other > .container > p {
  color: #fff !important;
}

/* 服务分类延续白蓝交替，避免页面下半段视觉节奏中断 */
body.services-page #municipal,
body.services-page #civil-defense,
body.services-page #survey,
body.services-page #other {
  color: #fff !important;
  background: #0759a4 !important;
  box-shadow: 0 0 0 100vmax #0759a4 !important;
  clip-path: inset(0 -100vmax);
}

body.services-page #water,
body.services-page #green,
body.services-page #special {
  color: #222 !important;
  background: #fff !important;
}

body.services-page #municipal .service-label-v2,
body.services-page #municipal h2,
body.services-page #municipal > .container > p,
body.services-page #civil-defense .service-label-v2,
body.services-page #civil-defense h2,
body.services-page #civil-defense > .container > p,
body.services-page #survey .service-label-v2,
body.services-page #survey h2,
body.services-page #survey > .container > p,
body.services-page #other .service-label-v2,
body.services-page #other h2,
body.services-page #other > .container > p {
  color: #fff !important;
}

/* 服务分类延续白蓝交替，避免页面下半段视觉节奏中断 */
body.services-page #municipal,
body.services-page #civil-defense,
body.services-page #survey,
body.services-page #other {
  color: #fff;
  background: #0759a4;
  box-shadow: 0 0 0 100vmax #0759a4;
  clip-path: inset(0 -100vmax);
}

body.services-page #water,
body.services-page #green,
body.services-page #special {
  color: #222;
  background: #fff;
}

body.services-page #municipal .service-label-v2,
body.services-page #municipal h2,
body.services-page #municipal > .container > p,
body.services-page #civil-defense .service-label-v2,
body.services-page #civil-defense h2,
body.services-page #civil-defense > .container > p,
body.services-page #survey .service-label-v2,
body.services-page #survey h2,
body.services-page #survey > .container > p,
body.services-page #other .service-label-v2,
body.services-page #other h2,
body.services-page #other > .container > p {
  color: #fff;
}

/* 三页面确认版最终覆盖（文件末尾，确保优先级高于历史样式） */
body.services-page .service-reference-layout { display: grid; grid-template-columns: 208px minmax(0, 1fr); max-width: 1120px; padding: 0; }
body.services-page .service-building-capability .container { display: grid; grid-template-columns: 250px minmax(0, 1fr); max-width: 760px; margin: 0; gap: 28px; align-items: start; }
body.services-page .service-summary-media img { width: 250px; height: 250px; object-fit: cover; }
body.services-page .service-summary-media .service-detail-link { margin: 64px 18px 0 auto; }
body.services-page .service-summary-table-wrap { overflow: visible; }
body.services-page .service-summary-table { width: 100%; min-width: 0; color: #5c5c5c; background: #f2f2f2; font-size: 11px; line-height: 1.25; box-shadow: 0 1px 9px rgba(0, 0, 0, .42); }
body.services-page .service-summary-table th, body.services-page .service-summary-table td { height: 34px; padding: 4px 8px; border-color: #fff; }
body.services-page .service-summary-table thead th { height: 38px; background: #d5d5d5; color: #555; font-size: 12px; font-weight: 500; }
body.services-page .service-summary-table thead th:first-child { width: 38px; }
body.services-page .service-summary-table thead th:nth-child(2), body.services-page .service-summary-table tbody th:not(.service-summary-project) { width: 36%; }
body.services-page .service-summary-table tbody th:not(.service-summary-project) { color: #5c5c5c; font-weight: 400; text-align: center; }
body.services-page .service-summary-project { width: 38px; color: #4d4d4d; font-size: 12px; font-weight: 500; }
body.services-page .process-grid-v2 { display: grid; grid-template-columns: repeat(4, 148px); max-width: 760px; margin: 0; gap: 54px 36px; }
body.services-page .process-grid-v2 article { min-height: 162px; overflow: visible; }
body.services-page .process-grid-v2 article span { position: absolute; right: 0; bottom: 0; left: 0; width: auto; height: auto; min-height: 31px; margin: 0; padding: 3px 34px 3px 8px; border-radius: 0 0 0 9px; background: #4e87bd; color: #fff; font-size: 20px; line-height: 25px; text-align: center; }
body.services-page .standards-v2 { padding: 62px 0 68px; }
body.services-page .standards-v2 .section-head-v2 { margin-bottom: 72px; }
body.services-page .standards-columns-v2 { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 760px; margin: 0; gap: 48px; }
@media (max-width: 768px) {
  body.services-page .service-reference-layout { display: block; max-width: none; padding: 0 24px; }
  body.services-page .service-building-capability .container { display: block; max-width: none; }
  body.services-page .service-summary-media { max-width: 330px; margin: 0 auto 30px; }
  body.services-page .service-summary-media img { width: 100%; height: 300px; }
  body.services-page .service-summary-table-wrap { overflow-x: auto; }
  body.services-page .service-summary-table { min-width: 620px; }
  body.services-page .process-grid-v2 { grid-template-columns: repeat(2, minmax(0, 148px)); max-width: none; margin: 0 auto; gap: 22px 16px; }
  body.services-page .process-grid-v2 article:nth-child(5), body.services-page .process-grid-v2 article:nth-child(6), body.services-page .process-grid-v2 article:nth-child(7) { grid-column: auto; grid-row: auto; }
  body.services-page .standards-columns-v2 { grid-template-columns: 1fr; max-width: none; margin: 0; gap: 58px; }
}

/* 三页面确认版最终覆盖：以 detail_p09、detail_p11、detail_p12 的版心与层级为准 */
body.services-page .service-reference-layout { display: grid; grid-template-columns: 208px minmax(0, 1fr); max-width: 1120px; padding: 0; }
body.services-page .service-building-capability .container { display: grid; grid-template-columns: 250px minmax(0, 1fr); max-width: 760px; margin: 0; gap: 28px; align-items: start; }
body.services-page .service-summary-media img { width: 250px; height: 250px; object-fit: cover; }
body.services-page .service-summary-media .service-detail-link { margin: 64px 18px 0 auto; }
body.services-page .service-summary-table-wrap { overflow: visible; }
body.services-page .service-summary-table { width: 100%; min-width: 0; color: #5c5c5c; background: #f2f2f2; font-size: 11px; line-height: 1.25; box-shadow: 0 1px 9px rgba(0, 0, 0, .42); }
body.services-page .service-summary-table th, body.services-page .service-summary-table td { height: 34px; padding: 4px 8px; border-color: #fff; }
body.services-page .service-summary-table thead th { height: 38px; background: #d5d5d5; color: #555; font-size: 12px; font-weight: 500; }
body.services-page .service-summary-table thead th:first-child { width: 38px; }
body.services-page .service-summary-table thead th:nth-child(2), body.services-page .service-summary-table tbody th:not(.service-summary-project) { width: 36%; }
body.services-page .service-summary-table tbody th:not(.service-summary-project) { color: #5c5c5c; font-weight: 400; text-align: center; }
body.services-page .service-summary-project { width: 38px; color: #4d4d4d; font-size: 12px; font-weight: 500; }
body.services-page .process-grid-v2 { display: grid; grid-template-columns: repeat(4, 148px); max-width: 760px; margin: 0; gap: 54px 36px; }
body.services-page .process-grid-v2 article { min-height: 162px; overflow: visible; }
body.services-page .process-grid-v2 article span { position: absolute; right: 0; bottom: 0; left: 0; width: auto; height: auto; min-height: 31px; margin: 0; padding: 3px 34px 3px 8px; border-radius: 0 0 0 9px; background: #4e87bd; color: #fff; font-size: 20px; line-height: 25px; text-align: center; }
body.services-page .standards-v2 { padding: 62px 0 68px; }
body.services-page .standards-v2 .section-head-v2 { margin-bottom: 72px; }
body.services-page .standards-columns-v2 { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 760px; margin: 0; gap: 48px; }
@media (max-width: 768px) {
  body.services-page .service-reference-layout { display: block; max-width: none; padding: 0 24px; }
  body.services-page .service-building-capability .container { display: block; max-width: none; }
  body.services-page .service-summary-media { max-width: 330px; margin: 0 auto 30px; }
  body.services-page .service-summary-media img { width: 100%; height: 300px; }
  body.services-page .service-summary-table-wrap { overflow-x: auto; }
  body.services-page .service-summary-table { min-width: 620px; }
  body.services-page .process-grid-v2 { grid-template-columns: repeat(2, minmax(0, 148px)); max-width: none; margin: 0 auto; gap: 22px 16px; }
  body.services-page .process-grid-v2 article:nth-child(5), body.services-page .process-grid-v2 article:nth-child(6), body.services-page .process-grid-v2 article:nth-child(7) { grid-column: auto; grid-row: auto; }
  body.services-page .standards-columns-v2 { grid-template-columns: 1fr; max-width: none; margin: 0; gap: 58px; }
}

/* 三页面确认版最终覆盖：以 detail_p09、detail_p11、detail_p12 的版心与层级为准 */
body.services-page .service-reference-layout {
  display: grid;
  grid-template-columns: 208px minmax(0, 1fr);
  max-width: 1120px;
  padding: 0;
}
body.services-page .service-building-capability .container {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  max-width: 760px;
  margin: 0;
  gap: 28px;
  align-items: start;
}
body.services-page .service-summary-media img {
  width: 250px;
  height: 250px;
  object-fit: cover;
}
body.services-page .service-summary-media .service-detail-link {
  margin: 64px 18px 0 auto;
}
body.services-page .service-summary-table-wrap { overflow: visible; }
body.services-page .service-summary-table {
  width: 100%;
  min-width: 0;
  color: #5c5c5c;
  background: #f2f2f2;
  font-size: 11px;
  line-height: 1.25;
  box-shadow: 0 1px 9px rgba(0, 0, 0, .42);
}
body.services-page .service-summary-table th,
body.services-page .service-summary-table td {
  height: 34px;
  padding: 4px 8px;
  border-color: #fff;
}
body.services-page .service-summary-table thead th {
  height: 38px;
  background: #d5d5d5;
  color: #555;
  font-size: 12px;
  font-weight: 500;
}
body.services-page .service-summary-table thead th:first-child { width: 38px; }
body.services-page .service-summary-table thead th:nth-child(2),
body.services-page .service-summary-table tbody th:not(.service-summary-project) { width: 36%; }
body.services-page .service-summary-table tbody th:not(.service-summary-project) { color: #5c5c5c; font-weight: 400; text-align: center; }
body.services-page .service-summary-project { width: 38px; color: #4d4d4d; font-size: 12px; font-weight: 500; }

body.services-page .process-grid-v2 {
  display: grid;
  grid-template-columns: repeat(4, 148px);
  max-width: 760px;
  margin: 0;
  gap: 54px 36px;
}
body.services-page .process-grid-v2 article {
  min-height: 162px;
  overflow: visible;
}
body.services-page .process-grid-v2 article span {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
  min-height: 31px;
  margin: 0;
  padding: 3px 34px 3px 8px;
  border-radius: 0 0 0 9px;
  background: #4e87bd;
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
}
body.services-page .standards-v2 { padding: 62px 0 68px; }
body.services-page .standards-v2 .section-head-v2 { margin-bottom: 72px; }
body.services-page .standards-columns-v2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 760px;
  margin: 0;
  gap: 48px;
}

@media (max-width: 768px) {
  body.services-page .service-reference-layout { display: block; max-width: none; padding: 0 24px; }
  body.services-page .service-building-capability .container { display: block; max-width: none; }
  body.services-page .service-summary-media { max-width: 330px; margin: 0 auto 30px; }
  body.services-page .service-summary-media img { width: 100%; height: 300px; }
  body.services-page .service-summary-table-wrap { overflow-x: auto; }
  body.services-page .service-summary-table { min-width: 620px; }
  body.services-page .process-grid-v2 { grid-template-columns: repeat(2, minmax(0, 148px)); max-width: none; margin: 0 auto; gap: 22px 16px; }
  body.services-page .process-grid-v2 article:nth-child(5),
  body.services-page .process-grid-v2 article:nth-child(6),
  body.services-page .process-grid-v2 article:nth-child(7) { grid-column: auto; grid-row: auto; }
  body.services-page .standards-columns-v2 { grid-template-columns: 1fr; max-width: none; margin: 0; gap: 58px; }
}

/* ============================================================
   服务项目页最终实现：详细稿连续长页面与同页锚点
   ============================================================ */
.services-page .services-main-v2 {
  overflow: visible;
  background: #fff;
}
.services-page .services-hero-v2 {
  height: 154px;
  margin-top: var(--header-h);
  background: #79aef7;
}
.services-page .services-hero-v2 > img {
  object-position: center 46%;
  filter: saturate(.92);
}
.services-page .services-hero-v2::after {
  background: linear-gradient(90deg, rgba(68, 139, 236, .16), rgba(68, 139, 236, 0) 68%);
}
.services-page .services-hero-content-v2 {
  padding-bottom: 14px;
  color: #171717;
}
.services-page .services-hero-content-v2 h1 {
  color: #171717;
  font-size: 32px;
  font-weight: 600;
}
.services-page .services-hero-content-v2 h1 + p,
.services-page .services-breadcrumb-v2 {
  color: #171717;
  font-size: 11px;
  font-weight: 600;
}
.services-page .service-reference-layout {
  display: grid;
  grid-template-columns: 208px minmax(0, 1fr);
  max-width: 1248px;
  margin: 0 auto;
  padding: 0 24px;
}
.services-page .service-sidebar-reference {
  position: sticky;
  top: 110px;
  z-index: 12;
  align-self: start;
  width: 184px;
  margin-top: -34px;
}
.services-page .service-flow-reference { min-width: 0; }
.services-page .service-sidebar-reference .service-nav-item {
  min-height: 27px;
  padding: 5px 8px;
  font-size: 12px;
  line-height: 1.35;
}
.services-page .service-anchor-section,
.services-page .service-domain-section,
.services-page #building {
  scroll-margin-top: calc(var(--header-h) + 18px);
}
.services-page .service-overview-v2 {
  padding: 66px 0 56px;
}
.services-page .service-overview-grid-v2 {
  grid-template-columns: minmax(190px, .42fr) minmax(0, 1fr);
  gap: 48px;
}
.services-page .service-overview-copy-v2 h2 {
  margin: 0 0 4px;
  color: #111;
  font-size: 28px;
  line-height: 1.2;
}
.services-page .service-overview-copy-v2 > p:last-child {
  color: #111;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.55;
}
.services-page .service-overview-media-v2 img {
  aspect-ratio: 1.72 / 1;
  box-shadow: none;
}
.services-page .service-capability-v2 {
  padding: 28px 0 32px;
  background: #0759a4;
  box-shadow: 0 0 0 100vmax #0759a4;
  clip-path: inset(0 -100vmax);
}
.services-page .service-building-capability .container {
  display: block;
}
.services-page .service-building-capability .section-head-v2 {
  display: none;
}
.services-page .service-summary-table-wrap {
  overflow-x: auto;
}
.services-page .service-summary-table {
  width: 100%;
  min-width: 700px;
  border-collapse: collapse;
  color: #fff;
  font-size: 11px;
  line-height: 1.35;
}
.services-page .service-summary-table th,
.services-page .service-summary-table td {
  padding: 5px 8px;
  border: 1px solid rgba(255, 255, 255, .9);
  vertical-align: middle;
}
.services-page .service-summary-table thead th {
  text-align: center;
  font-weight: 700;
}
.services-page .service-summary-table tbody th {
  width: 24%;
  text-align: center;
  font-weight: 600;
}
.services-page .service-detail-link {
  margin: 26px 0 0 auto;
}
.services-page .service-subjects-v2 {
  padding: 42px 0 48px;
  background: #fff;
}
.services-page .service-subjects-v2 .section-head-v2,
.services-page .standards-v2 .section-head-v2 {
  display: block;
  margin-bottom: 26px;
  text-align: center;
}
.services-page .service-subjects-v2 .section-head-v2 > p {
  display: none;
}
.services-page .service-subjects-v2 .section-head-v2 h2,
.services-page .standards-v2 .section-head-v2 h2 {
  margin: 0;
  color: #111;
  font-size: 26px;
  line-height: 1.15;
}
.services-page .service-subjects-v2 .service-label-v2,
.services-page .standards-v2 .service-label-v2 {
  margin: 0;
  color: #111;
  font-size: 10px;
  letter-spacing: 0;
}
.services-page .subject-grid-v2 {
  gap: 24px 36px;
  max-width: 760px;
  margin: 0 auto;
}
.services-page .subject-grid-v2 article:nth-child(n + 5) {
  display: block;
}
.services-page .subject-grid-four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.services-page .subject-grid-five {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  max-width: 790px;
}
.services-page .subject-grid-v2 img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: cover;
}
.services-page .subject-grid-v2 h3 {
  margin-top: 10px;
  color: #111;
  font-size: 15px;
  font-weight: 500;
}
.services-page .service-process-v2 {
  padding: 30px 0 36px;
  background: #0759a4;
  box-shadow: 0 0 0 100vmax #0759a4;
  clip-path: inset(0 -100vmax);
}
.services-page .service-process-v2 .section-head-v2 {
  display: block;
  margin-bottom: 20px;
  text-align: center;
}
.services-page .service-process-v2 .service-label-v2,
.services-page .service-process-v2 .section-head-v2 h2 {
  color: #fff;
}
.services-page .service-process-v2 .service-label-v2 { margin: 0; }
.services-page .service-process-v2 .section-head-v2 h2 {
  margin: 0;
  font-size: 26px;
}
.services-page .process-grid-v2 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 760px;
  margin: 0 auto;
  gap: 26px 36px;
}
.services-page .process-grid-v2 article {
  min-height: 134px;
  padding: 8px 0 0;
  border-radius: 20px 20px 8px 8px;
  overflow: hidden;
}
.services-page .process-grid-v2 article:nth-child(5) { grid-column: 4; grid-row: 2; }
.services-page .process-grid-v2 article:nth-child(6) { grid-column: 3; grid-row: 2; }
.services-page .process-grid-v2 article:nth-child(7) { grid-column: 2; grid-row: 2; }
.services-page .process-grid-v2 article img { width: 74px; height: 74px; margin-bottom: 2px; }
.services-page .process-grid-v2 article h3 { font-size: 16px; line-height: 1.1; }
.services-page .process-grid-v2 article span {
  position: static;
  display: block;
  margin-top: 7px;
  padding: 3px 8px;
  background: #4d86bd;
  color: #fff;
  font-size: 12px;
}
.services-page .standards-v2 {
  padding: 38px 0 50px;
}
.services-page .standards-list-v2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2px 38px;
  max-width: 760px;
  margin: 0 auto;
}
.services-page .standards-list-v2 li {
  min-height: 27px;
  padding: 4px 9px;
  border: 0;
  background: #cce7a9;
  color: #333;
  font-size: 11px;
}
.services-page .standards-list-v2 li:nth-child(even) { background: #e7f2d9; }
.services-page .standards-list-v2 img { width: 18px; height: 18px; }
.services-page .full-projects-v2 {
  padding: 0 0 50px;
  background: #fff;
}
.services-page .full-projects-v2 .section-head-v2 { margin-bottom: 22px; }
.services-page .project-table-wrap-v2 { overflow-x: auto; }
.services-page .project-table-v2 {
  width: 100%;
  min-width: 900px;
  border-collapse: collapse;
  color: #4b5560;
  font-size: 13px;
  line-height: 1.7;
}
.services-page .project-table-v2 th,
.services-page .project-table-v2 td {
  padding: 11px 14px;
  border: 1px solid #e5eaf0;
  vertical-align: top;
}
.services-page .project-table-v2 thead th {
  background: #edf3f8;
  color: #2d3944;
  font-weight: 700;
  text-align: center;
}
.services-page .project-table-v2 tbody th {
  width: 118px;
  background: #f8fafc;
  color: #3b4650;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
}
.services-page .project-table-v2 tbody td:nth-child(2) {
  width: 190px;
  background: #fbfcfd;
  text-align: center;
  vertical-align: middle;
}
.services-page .project-table-v2 tbody tr:nth-child(even) td { background: #f8fafc; }
.services-page .service-domain-section {
  padding: 66px 0 70px;
  border-top: 1px solid #e8edf2;
}
.services-page .service-domain-section .service-label-v2 {
  margin-bottom: 10px;
}
.services-page .service-domain-section h2 {
  margin-bottom: 18px;
  color: #222;
  font-size: 30px;
}
.services-page .service-domain-section > .container > p {
  max-width: 920px;
  color: #4e5661;
  font-size: 16px;
  line-height: 1.9;
}
.services-page .service-domain-note {
  margin: 18px 0 28px;
  padding: 18px 22px;
  border-left: 3px solid var(--brand-blue);
  background: #f5f8fb;
}
.services-page .service-domain-note strong { color: #222; }

@media (max-width: 1024px) {
  .services-page .service-reference-layout { grid-template-columns: 182px minmax(0, 1fr); }
  .services-page .service-sidebar-reference { width: 160px; }
  .services-page .service-overview-grid-v2 { gap: 28px; }
  .services-page .subject-grid-v2 { max-width: 700px; }
}

@media (max-width: 768px) {
  .services-page .services-hero-v2 { height: 128px; }
  .services-page .services-hero-content-v2 { display: block; padding-top: 68px; padding-bottom: 10px; }
  .services-page .services-hero-content-v2 h1 { font-size: 26px; }
  .services-page .services-hero-content-v2 h1 + p { font-size: 10px; }
  .services-page .services-breadcrumb-v2 { margin-top: 7px; font-size: 10px; }
  .services-page .service-reference-layout { display: block; padding: 0 24px; }
  .services-page .service-sidebar-reference { position: relative; top: auto; width: 100%; margin-top: -24px; }
  .services-page .service-sidebar-reference h2 { padding: 11px 10px; font-size: 18px; }
  .services-page .service-nav-reference { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .services-page .service-sidebar-reference .service-nav-item { min-height: 39px; font-size: 11px; }
  .services-page .service-overview-v2 { padding: 42px 0 34px; }
  .services-page .service-overview-grid-v2 { display: flex; flex-direction: column; gap: 18px; }
  .services-page .service-overview-copy-v2 h2 { font-size: 25px; }
  .services-page .service-overview-copy-v2 > p:last-child { font-size: 14px; line-height: 1.75; }
  .services-page .service-overview-media-v2 img { aspect-ratio: 1.6 / 1; }
  .services-page .service-capability-v2,
  .services-page .service-process-v2 { padding: 26px 0 30px; }
  .services-page .service-summary-table { min-width: 690px; font-size: 11px; }
  .services-page .subject-grid-four,
  .services-page .subject-grid-five { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: none; gap: 22px 26px; }
  .services-page .subject-grid-v2 h3 { font-size: 14px; }
  .services-page .process-grid-v2 { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
  .services-page .process-grid-v2 article:nth-child(5),
  .services-page .process-grid-v2 article:nth-child(6),
  .services-page .process-grid-v2 article:nth-child(7) { grid-column: auto; grid-row: auto; }
  .services-page .process-grid-v2 article img { width: 62px; height: 62px; }
  .services-page .standards-list-v2 { grid-template-columns: 1fr; gap: 2px; }
  .services-page .project-table-v2 { min-width: 900px; font-size: 12px; }
  .services-page .service-domain-section { padding: 48px 0 54px; }
  .services-page .service-domain-section h2 { font-size: 25px; }
  .services-page .service-domain-section > .container > p { font-size: 14px; line-height: 1.85; }
}

* { margin: 0; padding: 0; box-sizing: border-box; }

body {
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
  color: var(--text-dark);
  background: #ffffff;
  line-height: 1.6;
}

img { display: block; max-width: 100%; }
a { text-decoration: none; color: inherit; }
button { border: none; background: none; cursor: pointer; font-family: inherit; }

.container {
  max-width: var(--container-w);
  margin: 0 auto;
  padding: 0 24px;
}

.section { padding: 72px 0; }

/* 区块标题：粗体 + 短粗下划线（还原设计稿） */
.section-title {
  font-size: 28px;
  font-weight: 700;
  color: var(--text-dark);
  position: relative;
  padding-bottom: 14px;
  margin-bottom: 36px;
}
.section-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 44px;
  height: 4px;
  background: var(--brand-blue);
}
.section-title.light { color: #ffffff; }
.section-title.light::after { background: #ffffff; }

/* ============================================================
   导航栏
   ============================================================ */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: var(--header-h);
  background: transparent;
  transition: background 0.3s ease, box-shadow 0.3s ease;
}
.site-header.scrolled {
  background: #ffffff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.header-inner {
  max-width: 1400px;
  height: 100%;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  align-items: center;
  gap: 40px;
}

.logo { display: flex; align-items: center; flex-shrink: 0; }
.logo-img { height: 44px; width: auto; }
.logo-white { display: block; }
.logo-color { display: none; }
.site-header.scrolled .logo-white { display: none; }
.site-header.scrolled .logo-color { display: block; }

.main-nav {
  display: flex;
  align-items: center;
  gap: 36px;
  margin-left: auto;
}

.nav-item {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  padding: 6px 0;
  position: relative;
  transition: color 0.3s ease;
}
.nav-item::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -4px;
  width: 0;
  height: 3px;
  background: #ffffff;
  transition: width 0.25s ease;
}
.nav-item:hover::after,
.nav-item.active::after { width: 100%; }

.site-header.scrolled .nav-item { color: var(--text-dark); }
.site-header.scrolled .nav-item::after { background: var(--brand-blue); }
.site-header.scrolled .nav-item.active { color: var(--brand-blue); }

.header-right {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
}
.lang-switch {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  cursor: pointer;
}
.site-header.scrolled .lang-switch { color: var(--text-dark); }

.icon-btn {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}
.icon-btn svg { width: 22px; height: 22px; }
.site-header.scrolled .icon-btn { color: var(--text-dark); }
.menu-btn { display: none; }

/* ============================================================
   图片轮播
   ============================================================ */
.hero {
  position: relative;
  width: 100%;
  height: clamp(420px, 56.25vw, 82vh);
  overflow: hidden;
  cursor: pointer;
  background: #1a2a4a;
}
.hero::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  height: 120px;
  background: linear-gradient(rgba(0, 0, 0, 0.32), rgba(0, 0, 0, 0));
  pointer-events: none;
}

.hero-slides, .hero-slide {
  position: absolute;
  inset: 0;
}
.hero-slide {
  opacity: 0;
  transition: opacity 0.8s ease;
}
.hero-slide.active { opacity: 1; z-index: 1; }
.hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-caption {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  text-align: center;
  color: #ffffff;
  font-size: clamp(26px, 3.6vw, 42px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 2px;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.55);
  pointer-events: none;
}

.hero-intro {
  position: absolute;
  z-index: 3;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: calc(var(--header-h) + 16px) 24px 56px;
}
.hero-intro[hidden] {
  display: none;
}
.hero-intro-panel {
  max-width: 920px;
  max-height: 100%;
  overflow-y: auto;
  background: rgba(0, 32, 72, 0.62);
  backdrop-filter: blur(4px);
  border-radius: 8px;
  padding: 36px 44px;
  color: #ffffff;
}
.hero-intro-panel h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 18px;
  text-align: center;
}
.hero-intro-panel p {
  font-size: 15px;
  line-height: 1.9;
  margin-bottom: 12px;
  text-indent: 2em;
}
.hero-intro-panel p:last-child { margin-bottom: 0; }

.hero-dots {
  position: absolute;
  z-index: 4;
  left: 50%;
  bottom: 26px;
  transform: translateX(-50%);
  display: flex;
  gap: 12px;
}
.hero-dot {
  width: 34px;
  height: 4px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.45);
  transition: background 0.3s ease, width 0.3s ease;
}
.hero-dot.active { background: #ffffff; width: 48px; }

/* ============================================================
   最新资讯
   ============================================================ */
.news-section { background: #ffffff; }

.news-grid {
  display: grid;
  grid-template-columns: minmax(0, 2.2fr) repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 28px 24px;
  align-items: stretch;
}

.news-card {
  border-bottom: 3px solid var(--brand-blue);
  background: #ffffff;
}
.news-card a { display: block; height: 100%; }
.news-thumb { overflow: hidden; }
.news-thumb img {
  width: 100%;
  aspect-ratio: 1.9 / 1;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.news-card a:hover .news-thumb img { transform: scale(1.04); }

.news-body { padding: 14px 2px 16px; }
.news-title {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.55;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-date {
  display: block;
  margin-top: 8px;
  font-size: 13px;
  color: var(--text-light-gray);
}

.news-card-main {
  grid-column: 1;
  grid-row: 1 / span 2;
}
.news-card-main .news-thumb img { aspect-ratio: 1.85 / 1; }
.news-card-main .news-title { font-size: 18px; -webkit-line-clamp: 2; }
.news-summary {
  margin-top: 10px;
  font-size: 14px;
  color: var(--text-gray);
  line-height: 1.7;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-card-more {
  position: relative;
  grid-column: 3;
  grid-row: 2;
  border-bottom: none;
}
.news-card-more a { position: relative; }
.news-card-more .news-thumb,
.news-card-more .news-thumb img { height: 100%; aspect-ratio: auto; }
.news-card-more .news-thumb img { object-fit: cover; }
.more-label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 52px;
  background: var(--brand-blue);
  color: #ffffff;
  writing-mode: vertical-rl;
  letter-spacing: 6px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ============================================================
   服务领域
   ============================================================ */
.service-section {
  background:
    linear-gradient(100deg, rgba(93, 152, 252, 0.88) 0%, rgba(125, 172, 250, 0.85) 45%, rgba(175, 212, 254, 0.88) 100%),
    url("../images/common/service-bg.jpg") center / cover no-repeat;
}

.section-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.more-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  margin-top: 8px;
}
.arrow-right {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 9px solid #ffffff;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}

.service-panel {
  background: #ffffff;
  padding: 44px 40px 0;
  box-shadow: 0 10px 40px rgba(0, 40, 90, 0.15);
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.service-card { display: block; }
.service-thumb { overflow: hidden; }
.service-thumb img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.service-card:hover .service-thumb img { transform: scale(1.05); }
.service-name {
  padding: 18px 4px 26px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: var(--text-dark);
}
.service-card:hover .service-name { color: var(--brand-blue); }

.service-deco {
  display: flex;
  align-items: center;
  padding-bottom: 0;
}
.deco-blue {
  width: 46%;
  height: 4px;
  background: var(--brand-blue);
}
.deco-line {
  flex: 1;
  height: 1px;
  background: #d8d8d8;
}

/* ============================================================
   项目案例
   ============================================================ */
.case-section {
  background: #47455a url("../images/home/case-bg.jpg") center / cover no-repeat;
  padding: 84px 0;
}

.case-inner {
  display: flex;
  align-items: center;
  gap: 60px;
}

.case-side { flex: 0 0 300px; }
.case-side .section-title { margin-bottom: 0; }

.case-name {
  margin-top: 44px;
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.5;
  min-height: 72px;
  transition: opacity 0.3s ease;
}
.case-name.fading { opacity: 0; }

.case-arrows {
  margin-top: 60px;
  display: flex;
  gap: 24px;
}
.case-arrow {
  width: 48px;
  height: 48px;
  border: 1.5px solid rgba(255, 255, 255, 0.85);
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease, border-color 0.3s ease;
}
.case-arrow svg { width: 20px; height: 20px; }
.case-arrow:hover { background: var(--brand-blue); border-color: var(--brand-blue); }

.case-photo { flex: 1; min-width: 0; }
.case-photo img {
  width: 100%;
  aspect-ratio: 1.87 / 1;
  object-fit: cover;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.35);
}

/* ============================================================
   网页底部
   ============================================================ */
.site-footer {
  background: var(--brand-blue);
  color: #ffffff;
  padding: 64px 0 72px;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 48px;
}

.footer-main { max-width: 720px; }
.footer-logo { height: 60px; width: auto; }
.footer-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.85);
  margin: 26px 0 30px;
}
.footer-contact {
  font-size: 17px;
  line-height: 2.4;
  letter-spacing: 0.5px;
}

.friend-link {
  margin-top: 34px;
  display: inline-flex;
  align-items: stretch;
  background: #ffffff;
  border-radius: 999px;
  overflow: hidden;
  padding: 0;
}
.friend-link-text {
  padding: 12px 28px;
  color: var(--text-dark);
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.friend-link-icon {
  width: 48px;
  border-left: 1px solid #d0d0d0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--brand-blue);
}
.friend-link-icon svg { width: 20px; height: 20px; }

.footer-qr img {
  width: 150px;
  height: 152px;
  border-radius: 4px;
}

/* 底部行：版权 + 备案 */
.footer-bottom {
  margin-top: 44px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 24px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.75);
}
.footer-bottom a { color: inherit; }
.footer-bottom a:hover { color: #ffffff; text-decoration: underline; }
.footer-beian { display: flex; align-items: center; flex-wrap: wrap; gap: 6px; }
.beian-icon { flex-shrink: 0; }
img.beian-icon { margin-left: 18px; }

/* ============================================================
   响应式
   ============================================================ */
@media (max-width: 1024px) {
  .header-inner { gap: 20px; }
  .main-nav { gap: 20px; }
  .nav-item { font-size: 15px; }

  .news-grid { grid-template-columns: 1fr 1fr; }
  .news-card-main { grid-column: 1 / -1; grid-row: auto; }
  .news-card-more { grid-column: auto; grid-row: auto; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }

  .case-inner { flex-direction: column; align-items: stretch; gap: 32px; }
  .case-side { flex-basis: auto; }
  .case-name { margin-top: 24px; min-height: 0; }
  .case-arrows { margin-top: 28px; }
}

@media (max-width: 768px) {
  .main-nav {
    position: fixed;
    top: var(--header-h);
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: #ffffff;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
    display: none;
  }
  .main-nav.open { display: flex; }
  .main-nav .nav-item {
    color: var(--text-dark);
    padding: 14px 32px;
    border-top: 1px solid #f0f0f0;
  }
  .main-nav .nav-item::after { display: none; }
  .menu-btn { display: flex; }
  .site-header:not(.scrolled) .menu-btn { color: #ffffff; }

  .section { padding: 52px 0; }
  .section-title { font-size: 24px; }
  .news-grid { grid-template-columns: 1fr; }
  .news-card-main {
    grid-column: auto;
    grid-row: auto;
  }
  .news-card-more {
    grid-column: auto;
    grid-row: auto;
    min-height: 220px;
  }
  .service-grid { grid-template-columns: 1fr; }
  .service-panel { padding: 28px 20px 0; }
  .footer-inner { flex-direction: column; }
  .footer-qr img { width: 120px; height: 122px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .hero-intro-panel { padding: 24px; }
  .hero-intro-panel p { font-size: 14px; }
}

/* ============================================================
   服务项目页重制：对齐服务项目 PPT 详情稿
   ============================================================ */
.services-page { overflow-x: hidden; }
.service-hero {
  height: 154px;
  margin-top: var(--header-h);
  background: #79aef7;
}
.service-hero > img {
  object-position: center 46%;
  filter: saturate(.92);
}
.service-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(74, 143, 242, .18), transparent 60%);
  pointer-events: none;
}
.service-hero-inner {
  height: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding-bottom: 14px;
}
.service-breadcrumb { color: #1a1a1a; font-size: 11px; font-weight: 600; }
.service-page-frame {
  --service-rail: 208px;
  position: relative;
  max-width: 1248px;
  margin: 0 auto;
  padding: 0 24px;
}
.service-sidebar {
  position: absolute;
  z-index: 5;
  top: -34px;
  left: 24px;
  width: 184px;
  margin: 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .2);
}
.service-sidebar h2 {
  padding: 14px 10px 12px;
  background: var(--brand-blue);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}
.service-nav { background: #d2d2d2; }
.service-nav-item {
  min-height: 27px;
  padding: 5px 8px;
  border-top: 1px solid rgba(255, 255, 255, .45);
  background: linear-gradient(#cfcfcf, #bcbcbc);
  color: #fff;
  font-size: 12px;
  line-height: 1.35;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
}
.service-nav-item.active { background: #0d65b7; font-weight: 700; }
.service-nav-item[aria-disabled="true"] { cursor: default; }
.service-flow { min-width: 0; margin-left: var(--service-rail); }
.service-anchor { scroll-margin-top: calc(var(--header-h) + 18px); }
.service-intro {
  display: grid;
  grid-template-columns: minmax(190px, .52fr) minmax(0, 1.48fr);
  gap: 42px;
  align-items: center;
  min-height: 258px;
  padding: 66px 0 56px;
}
.service-intro-copy h1 {
  margin: 0 0 4px;
  color: #111;
  font-size: 28px;
  line-height: 1.2;
}
.service-intro-copy p {
  color: #111;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.55;
}
.service-intro-copy strong { color: #111; }
.service-intro-photo { margin: 0; }
.service-intro-photo img {
  width: 100%;
  aspect-ratio: 1.72 / 1;
  object-fit: cover;
}
.service-band {
  position: relative;
  isolation: isolate;
  color: #fff;
}
.service-band::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: calc(-1 * var(--service-rail) - 24px);
  right: -24px;
  background: var(--brand-blue);
}
.service-band-inner { padding: 20px 0; }
.service-categories .service-band-inner {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
}
.service-band-label {
  display: flex;
  justify-content: center;
  min-height: 170px;
  border-right: 1px solid rgba(255, 255, 255, .75);
}
.service-band-label span {
  writing-mode: vertical-rl;
  padding-top: 10px;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 4px;
}
.service-category-table-wrap { overflow-x: auto; }
.service-category-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  font-size: 11px;
  line-height: 1.35;
}
.service-category-table th,
.service-category-table td {
  padding: 5px 8px;
  border: 1px solid rgba(255, 255, 255, .9);
  vertical-align: middle;
}
.service-category-table thead th { text-align: center; font-weight: 700; }
.service-category-table tbody th { width: 24%; text-align: center; font-weight: 600; }
.service-section { padding: 42px 0 48px; background: #fff; }
.service-section-heading { margin: 0 auto 26px; text-align: center; }
.service-section-heading h2 { margin: 0; color: #111; font-size: 26px; line-height: 1.15; }
.service-section-heading small { display: block; color: #111; font-size: 10px; font-weight: 600; line-height: 1.4; }
.subject-grid { gap: 24px 36px; }
.subject-grid-four { grid-template-columns: repeat(4, minmax(0, 1fr)); max-width: 760px; margin: 0 auto; }
.subject-card img { aspect-ratio: 1; border-radius: 50%; object-fit: cover; }
.subject-card h3 { margin-top: 10px; color: #111; font-size: 17px; font-weight: 500; }
.service-detail-link {
  display: flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  margin: 32px 0 0 auto;
  padding: 4px 12px 4px 8px;
  border-radius: 999px;
  background: var(--brand-blue);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}
.service-detail-link span { font-size: 16px; line-height: 1; }
.service-process { padding: 30px 0 36px; }
.service-process .service-band-inner { padding: 0; }
.light-heading { margin-bottom: 20px; }
.light-heading h2, .light-heading small { color: #fff; }
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px 36px;
  max-width: 760px;
  margin: 0 auto;
}
.process-card {
  min-height: 134px;
  padding: 8px 0 0;
  border-radius: 20px 20px 8px 8px;
  overflow: hidden;
  background: #fff;
  color: #111;
  text-align: center;
  box-shadow: none;
}
.process-card:nth-child(5) { grid-column: 2; }
.process-card img { width: 74px; height: 74px; margin: 0 auto 2px; object-fit: contain; }
.process-card h3 { font-size: 16px; line-height: 1.1; }
.process-card span {
  display: block;
  margin-top: 7px;
  padding: 3px 8px;
  background: #4d86bd;
  color: #fff;
  font-size: 12px;
  line-height: 1.3;
}
.standards-section { padding-top: 38px; padding-bottom: 50px; }
.standards-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2px 38px;
  max-width: 760px;
  margin: 0 auto;
  list-style: none;
}
.standards-list li {
  display: flex;
  align-items: center;
  min-height: 27px;
  padding: 4px 9px;
  background: #cce7a9;
  color: #333;
  font-size: 11px;
  line-height: 1.3;
}
.standards-list li:nth-child(even) { background: #e7f2d9; }
.standards-list img { width: 18px; height: 18px; margin-right: 6px; object-fit: contain; }
.full-table-section { padding: 0 0 50px; background: #fff; }
.table-heading { padding: 34px 0 22px; margin: 0; }
.table-scroll { overflow-x: auto; }
.full-project-table {
  width: 100%;
  min-width: 900px;
  border-collapse: collapse;
  color: #333;
  font-size: 11px;
  line-height: 1.42;
}
.full-project-table th, .full-project-table td {
  padding: 7px 9px;
  border: 1px solid #fff;
  background: #f0f0f0;
  vertical-align: middle;
}
.full-project-table thead th { background: #d3d3d3; text-align: center; font-weight: 700; }
.full-project-table tbody th { width: 92px; text-align: center; font-weight: 600; }
.full-project-table tbody td:nth-child(2) { width: 190px; text-align: center; }
.full-project-table tbody tr:nth-child(even) td, .full-project-table tbody tr:nth-child(even) th { background: #f7f7f7; }
.service-object-grid { padding-bottom: 64px; }
.subject-grid-five { grid-template-columns: repeat(5, minmax(0, 1fr)); max-width: 790px; margin: 0 auto; gap: 24px 34px; }
.subject-grid-five .subject-card h3 { font-size: 12px; }

@media (max-width: 1024px) {
  .service-page-frame { --service-rail: 182px; }
  .service-sidebar { width: 160px; }
  .service-intro { grid-template-columns: .58fr 1.42fr; gap: 26px; }
  .service-intro-copy p { font-size: 14px; }
  .subject-grid-four, .process-grid { max-width: 680px; }
  .subject-grid-five { max-width: 700px; }
}

@media (max-width: 768px) {
  .service-hero { height: 128px; }
  .service-hero-inner { padding-bottom: 10px; }
  .service-page-frame { --service-rail: 0px; padding: 0 24px; }
  .service-sidebar { position: relative; top: auto; left: auto; width: 100%; margin: -24px 0 0; }
  .service-sidebar h2 { padding: 11px 10px; font-size: 18px; }
  .service-nav { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-nav-item { min-height: 39px; display: flex; align-items: center; justify-content: center; padding: 6px 8px; font-size: 11px; }
  .service-flow { margin-left: 0; }
  .service-intro { display: flex; flex-direction: column; align-items: stretch; gap: 18px; min-height: 0; padding: 42px 0 34px; }
  .service-intro-copy h1 { font-size: 25px; }
  .service-intro-copy p { font-size: 14px; line-height: 1.75; }
  .service-intro-photo img { aspect-ratio: 1.6 / 1; }
  .service-band::before { left: -24px; right: -24px; }
  .service-categories .service-band-inner { display: block; padding: 18px 0; }
  .service-band-label { min-height: 0; justify-content: flex-start; padding: 0 0 12px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.65); }
  .service-band-label span { writing-mode: horizontal-tb; padding: 0; font-size: 16px; letter-spacing: 1px; }
  .service-category-table { min-width: 690px; font-size: 11px; }
  .service-section { padding: 38px 0 42px; }
  .service-section-heading h2 { font-size: 24px; }
  .subject-grid-four { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px 26px; }
  .subject-card h3 { font-size: 15px; }
  .service-process { padding: 26px 0 30px; }
  .process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
  .process-card:nth-child(5) { grid-column: auto; }
  .process-card img { width: 62px; height: 62px; }
  .process-card h3 { font-size: 14px; }
  .standards-list { grid-template-columns: 1fr; gap: 2px; }
  .full-project-table { min-width: 860px; font-size: 11px; }
  .table-scroll { margin: 0 -24px; padding: 0 24px; }
  .subject-grid-five { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px 26px; }
  .subject-grid-five .subject-card h3 { font-size: 13px; }
}

/* ============================================================
   服务项目页
   ============================================================ */
.services-page { background: #ffffff; }
.service-hero {
  position: relative;
  height: 280px;
  margin-top: var(--header-h);
  overflow: hidden;
  background: #7eaff6;
}
.service-hero > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
}
.service-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(25, 117, 223, .7), rgba(20, 99, 184, .14) 62%, rgba(20, 99, 184, .03));
}
.service-hero-inner {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 34px;
  color: #ffffff;
}
.service-eyebrow,
.service-kicker {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.service-hero h1 {
  margin-top: 4px;
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: 0;
}
.service-breadcrumb {
  font-size: 13px;
  opacity: .92;
}
.service-layout {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 44px;
  align-items: start;
  padding-top: 46px;
  padding-bottom: 84px;
}
.service-sidebar {
  position: sticky;
  top: calc(var(--header-h) + 18px);
  z-index: 2;
  box-shadow: 0 6px 18px rgba(26, 73, 120, .16);
}
.service-sidebar h2 {
  padding: 17px 12px 15px;
  background: var(--brand-blue);
  color: #ffffff;
  font-size: 21px;
  line-height: 1.2;
  text-align: center;
}
.service-nav { background: #e5e5e5; }
.service-nav-item {
  display: block;
  padding: 8px 10px;
  border-top: 1px solid rgba(255,255,255,.7);
  color: #ffffff;
  background: linear-gradient(#d5d5d5, #c7c7c7);
  font-size: 13px;
  line-height: 1.35;
  text-align: center;
  transition: background .25s ease, color .25s ease;
}
.service-nav-item:hover,
.service-nav-item.active {
  background: var(--brand-blue);
  color: #ffffff;
  font-weight: 700;
}
.service-content { min-width: 0; }
.service-anchor { scroll-margin-top: calc(var(--header-h) + 22px); }
.service-intro {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(360px, 1.22fr);
  gap: 32px;
  align-items: center;
  min-height: 280px;
  padding: 8px 0 48px;
}
.service-intro-copy h2,
.service-section-heading h2,
.service-domain-note h2 {
  margin: 7px 0 14px;
  color: #111111;
  font-size: 30px;
  line-height: 1.25;
}
.service-intro-copy .service-kicker,
.service-section-heading .service-kicker {
  color: var(--brand-blue);
}
.service-intro-copy p:not(.service-kicker) {
  color: #454545;
  font-size: 16px;
  line-height: 1.85;
}
.service-intro-copy strong { color: #111111; }
.service-intro-photo { margin: 0; }
.service-intro-photo img {
  width: 100%;
  aspect-ratio: 1.55 / 1;
  object-fit: cover;
}
.service-blue-block {
  background: var(--brand-blue);
  color: #ffffff;
}
.service-summary-block {
  display: grid;
  grid-template-columns: minmax(150px, .38fr) minmax(0, 1.62fr);
  gap: 24px;
  align-items: stretch;
  padding: 26px 28px;
}
.service-summary-lead {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 188px;
  padding-right: 20px;
  border-right: 1px solid rgba(255,255,255,.55);
}
.vertical-label {
  writing-mode: vertical-rl;
  letter-spacing: 5px;
  font-size: 20px;
  font-weight: 700;
}
.service-summary-lead p { font-size: 14px; line-height: 1.8; }
.service-summary-table-wrap { overflow-x: auto; }
.service-summary-table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
  font-size: 13px;
}
.service-summary-table th,
.service-summary-table td {
  padding: 8px 11px;
  border: 1px solid rgba(255,255,255,.72);
  line-height: 1.55;
  vertical-align: top;
}
.service-summary-table thead th { font-weight: 700; text-align: center; }
.service-summary-table tbody th { width: 26%; font-weight: 600; text-align: center; }
.service-section {
  padding: 64px 28px;
  background: #ffffff;
}
.service-section-heading { max-width: 740px; margin: 0 auto 34px; text-align: center; }
.service-section-heading h2 { margin-bottom: 10px; }
.service-section-heading > p:last-child { color: var(--text-gray); font-size: 15px; line-height: 1.85; }
.light-heading .service-kicker,
.light-heading h2 { color: #ffffff; }
.light-heading h2 { margin-bottom: 0; }
.compact-subject-grid { max-width: 900px; margin: 0 auto; }
.subject-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px 34px;
}
.subject-card { min-width: 0; text-align: center; }
.subject-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 50%;
}
.subject-card h3 {
  margin-top: 13px;
  color: #222222;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}
.service-process { padding-top: 48px; padding-bottom: 58px; }
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  max-width: 930px;
  margin: 0 auto;
}
.process-card {
  min-height: 132px;
  padding: 16px 12px 13px;
  border-radius: 16px 16px 4px 4px;
  background: #ffffff;
  color: #111111;
  text-align: center;
  box-shadow: 0 8px 18px rgba(0, 21, 57, .15);
}
.process-icon {
  display: flex;
  width: 56px;
  height: 56px;
  margin: 0 auto 8px;
  align-items: center;
  justify-content: center;
  border: 2px solid #7ebf24;
  border-radius: 50%;
  color: var(--brand-blue);
  font-size: 18px;
  font-weight: 700;
}
.process-card h3 { font-size: 16px; line-height: 1.3; }
.process-card small {
  display: block;
  margin-top: 5px;
  color: #ffffff;
  background: #3d79b7;
  font-size: 12px;
  line-height: 1.7;
}
.standards-section { padding: 64px 28px 70px; background: #ffffff; }
.standards-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 36px;
  max-width: 860px;
  margin: 0 auto;
}
.standards-grid ul { list-style: none; }
.standards-grid li {
  position: relative;
  margin-bottom: 4px;
  padding: 10px 14px 10px 38px;
  background: #d7edbe;
  color: #353535;
  font-size: 13px;
  line-height: 1.45;
}
.standards-grid li:nth-child(even) { background: #eef6e5; }
.standards-grid li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 12px;
  width: 17px;
  height: 17px;
  border: 1px solid #6b8c3b;
  background: #ffffff;
  box-shadow: inset 0 0 0 3px #ffffff;
}
.full-table-section { padding: 0 0 68px; background: #ffffff; }
.table-heading { padding: 42px 28px 24px; margin: 0; max-width: none; }
.table-scroll { overflow-x: auto; }
.full-project-table {
  width: 100%;
  min-width: 820px;
  border-collapse: collapse;
  color: #454545;
  font-size: 13px;
}
.full-project-table th,
.full-project-table td {
  padding: 11px 14px;
  border: 1px solid #ffffff;
  background: #f0f0f0;
  line-height: 1.65;
  vertical-align: top;
}
.full-project-table thead th {
  background: #d8d8d8;
  color: #333333;
  font-weight: 700;
  text-align: center;
}
.full-project-table tbody th { width: 70px; text-align: center; font-weight: 600; }
.full-project-table tbody td:nth-child(2) { width: 220px; text-align: center; vertical-align: middle; }
.full-project-table tbody tr:nth-child(even) td,
.full-project-table tbody tr:nth-child(even) th { background: #f7f7f7; }
.large-subject-grid { max-width: 950px; margin: 0 auto; }
.large-subject-grid .subject-card h3 { font-size: 15px; }
.service-domain-note {
  margin-top: 24px;
  padding: 28px 30px;
  border-left: 4px solid var(--brand-blue);
  background: #f5f7fa;
  scroll-margin-top: calc(var(--header-h) + 22px);
}
.service-domain-note h2 { margin: 0 0 7px; font-size: 22px; }
.service-domain-note p { color: var(--text-gray); font-size: 14px; line-height: 1.8; }
.service-domain-section {
  margin: 0 -24px;
  padding: 52px 28px 58px;
  border-top: 1px solid #e8edf3;
  background: #f7f9fc;
  scroll-margin-top: calc(var(--header-h) + 18px);
}
.service-domain-section h2 {
  margin: 0 0 18px;
  color: #111;
  font-size: 26px;
  line-height: 1.25;
}
.service-domain-section p {
  max-width: 780px;
  margin: 0 0 12px;
  color: var(--text-gray);
  font-size: 14px;
  line-height: 1.9;
}
.service-domain-section strong { color: #333; }

@media (max-width: 1024px) {
  .service-layout { grid-template-columns: 170px minmax(0, 1fr); gap: 28px; }
  .service-intro { grid-template-columns: 1fr 1fr; }
  .subject-grid { gap: 22px; }
  .process-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
}

@media (max-width: 768px) {
  .service-hero { height: 220px; }
  .service-hero-inner { padding-bottom: 24px; }
  .service-hero h1 { font-size: 30px; }
  .service-breadcrumb { font-size: 11px; }
  .service-layout {
    display: block;
    padding-top: 24px;
    padding-bottom: 52px;
  }
  .service-sidebar {
    position: static;
    margin-bottom: 28px;
  }
  .service-sidebar h2 { padding: 13px 10px; font-size: 20px; }
  .service-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .service-nav-item { min-height: 42px; display: flex; align-items: center; justify-content: center; padding: 7px 8px; font-size: 12px; }
  .service-intro { display: flex; flex-direction: column; align-items: stretch; gap: 20px; min-height: 0; padding: 4px 0 34px; }
  .service-intro-copy h2, .service-section-heading h2 { font-size: 25px; }
  .service-intro-copy p:not(.service-kicker) { font-size: 14px; line-height: 1.8; }
  .service-intro-photo img { aspect-ratio: 1.6 / 1; }
  .service-summary-block { display: block; padding: 20px 16px; }
  .service-summary-lead { min-height: 0; padding: 0 0 18px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.55); }
  .vertical-label { font-size: 17px; }
  .service-summary-lead p { font-size: 13px; }
  .service-section, .standards-section { padding: 44px 0; }
  .service-section-heading { margin-bottom: 24px; }
  .service-section-heading > p:last-child { font-size: 14px; }
  .subject-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px 28px; }
  .subject-card h3 { margin-top: 9px; font-size: 14px; }
  .service-process { padding: 40px 16px 46px; }
  .process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
  .process-card { min-height: 122px; padding: 13px 8px 10px; }
  .process-icon { width: 50px; height: 50px; font-size: 16px; }
  .process-card h3 { font-size: 14px; }
  .standards-grid { grid-template-columns: 1fr; gap: 4px; }
  .standards-grid li { padding: 9px 11px 9px 34px; font-size: 12px; }
  .full-table-section { padding-bottom: 44px; }
  .table-heading { padding: 36px 0 20px; }
  .table-scroll { margin: 0 -24px; padding: 0 24px; }
  .full-project-table { min-width: 760px; font-size: 12px; }
  .service-domain-note { margin-top: 16px; padding: 22px 18px; }
  .service-domain-note h2 { font-size: 20px; }
  .service-domain-note p { font-size: 13px; }
}

/* 服务项目页最终覆盖（必须位于旧版服务规则之后） */
.services-page .service-hero { height: 154px; margin-top: var(--header-h); }
.services-page .service-hero > img { object-position: center 46%; }
.services-page .service-hero-inner { height: 100%; position: relative; z-index: 1; display: flex; align-items: flex-end; justify-content: flex-end; padding-bottom: 14px; }
.services-page .service-breadcrumb { color: #1a1a1a; font-size: 11px; font-weight: 600; }
.services-page .service-page-frame { --service-rail: 208px; position: relative; max-width: 1248px; margin: 0 auto; padding: 0 24px; }
.services-page .service-sidebar { position: absolute; z-index: 5; top: -34px; left: 24px; width: 184px; margin: 0; box-shadow: 0 4px 12px rgba(0,0,0,.2); }
.services-page .service-sidebar h2 { padding: 14px 10px 12px; font-size: 20px; font-weight: 500; }
.services-page .service-nav-item { min-height: 27px; padding: 5px 8px; font-size: 12px; line-height: 1.35; }
.services-page .service-nav-item.active { background: #0d65b7; font-weight: 700; }
.services-page .service-flow { min-width: 0; margin-left: var(--service-rail); }
.services-page .service-intro { display: grid; grid-template-columns: minmax(190px,.52fr) minmax(0,1.48fr); gap: 42px; align-items: center; min-height: 258px; padding: 66px 0 56px; }
.services-page .service-intro-copy h1 { margin: 0 0 4px; font-size: 28px; line-height: 1.2; }
.services-page .service-intro-copy p { color: #111; font-size: 15px; font-weight: 600; line-height: 1.55; }
.services-page .service-intro-photo { margin: 0; }
.services-page .service-intro-photo img { width: 100%; aspect-ratio: 1.72 / 1; object-fit: cover; }
.services-page .service-band { position: relative; isolation: isolate; color: #fff; }
.services-page .service-band::before { content: ""; position: absolute; z-index: -1; top: 0; bottom: 0; left: calc(-1 * var(--service-rail) - 24px); right: -24px; background: var(--brand-blue); }
.services-page .service-band-inner { padding: 20px 0; }
.services-page .service-categories .service-band-inner { display: grid; grid-template-columns: 72px minmax(0,1fr); gap: 16px; align-items: center; }
.services-page .service-band-label { display: flex; justify-content: center; min-height: 170px; border-right: 1px solid rgba(255,255,255,.75); }
.services-page .service-band-label span { writing-mode: vertical-rl; padding-top: 10px; font-size: 17px; font-weight: 700; letter-spacing: 4px; }
.services-page .service-category-table { width: 100%; min-width: 720px; border-collapse: collapse; font-size: 11px; line-height: 1.35; }
.services-page .service-category-table th, .services-page .service-category-table td { padding: 5px 8px; border: 1px solid rgba(255,255,255,.9); vertical-align: middle; }
.services-page .service-section { padding: 42px 0 48px; }
.services-page .service-section-heading { margin: 0 auto 26px; text-align: center; }
.services-page .service-section-heading h2 { margin: 0; font-size: 26px; line-height: 1.15; }
.services-page .service-section-heading small { display: block; color: #111; font-size: 10px; }
.services-page .subject-grid-four { grid-template-columns: repeat(4,minmax(0,1fr)); max-width: 760px; margin: 0 auto; gap: 24px 36px; }
.services-page .subject-card img { aspect-ratio: 1; border-radius: 50%; object-fit: cover; }
.services-page .subject-card h3 { margin-top: 10px; font-size: 17px; font-weight: 500; }
.services-page .service-detail-link { display: flex; width: fit-content; align-items: center; gap: 8px; margin: 32px 0 0 auto; padding: 4px 12px 4px 8px; border-radius: 999px; background: var(--brand-blue); color: #fff; font-size: 12px; font-weight: 700; }
.services-page .service-process { padding: 30px 0 36px; }
.services-page .process-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 26px 36px; max-width: 760px; margin: 0 auto; }
.services-page .process-card { min-height: 134px; padding: 8px 0 0; border-radius: 20px 20px 8px 8px; overflow: hidden; background: #fff; box-shadow: none; }
.services-page .process-card:nth-child(5) { grid-column: 4; }
.services-page .process-card:nth-child(6) { grid-column: 3; }
.services-page .process-card:nth-child(7) { grid-column: 2; }
.services-page .process-card img { width: 74px; height: 74px; margin: 0 auto 2px; object-fit: contain; }
.services-page .process-card h3 { font-size: 16px; line-height: 1.1; }
.services-page .process-card span { display: block; margin-top: 7px; padding: 3px 8px; background: #4d86bd; color: #fff; font-size: 12px; }
.services-page .standards-section { padding: 38px 0 50px; }
.services-page .standards-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 2px 38px; max-width: 760px; margin: 0 auto; list-style: none; }
.services-page .standards-list li { display: flex; align-items: center; min-height: 27px; padding: 4px 9px; background: #cce7a9; color: #333; font-size: 11px; }
.services-page .standards-list li:nth-child(even) { background: #e7f2d9; }
.services-page .standards-list img { width: 18px; height: 18px; margin-right: 6px; }
.services-page .full-table-section { padding: 0 0 50px; }
.services-page .table-heading { padding: 34px 0 22px; margin: 0; }
.services-page .full-project-table { width: 100%; min-width: 900px; border-collapse: collapse; color: #333; font-size: 11px; line-height: 1.42; }
.services-page .full-project-table th, .services-page .full-project-table td { padding: 7px 9px; border: 1px solid #fff; background: #f0f0f0; }
.services-page .full-project-table thead th { background: #d3d3d3; text-align: center; }
.services-page .full-project-table tbody th { width: 92px; text-align: center; }
.services-page .full-project-table tbody td:nth-child(2) { width: 190px; text-align: center; }
.services-page .service-object-grid { padding-bottom: 64px; }
.services-page .subject-grid-five { grid-template-columns: repeat(4,minmax(0,1fr)); max-width: 680px; margin: 0 auto; gap: 24px 34px; }
.services-page .subject-grid-five .subject-card h3 { font-size: 12px; }
@media (max-width: 1024px) {
  .services-page .service-page-frame { --service-rail: 182px; }
  .services-page .service-sidebar { width: 160px; }
}
@media (max-width: 768px) {
  .services-page .service-hero { height: 128px; }
  .services-page .service-page-frame { --service-rail: 0px; padding: 0 24px; }
  .services-page .service-sidebar { position: relative; top: auto; left: auto; width: 100%; margin: -24px 0 0; }
  .services-page .service-nav { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); }
  .services-page .service-nav-item { min-height: 39px; display: flex; align-items: center; justify-content: center; font-size: 11px; }
  .services-page .service-flow { margin-left: 0; }
  .services-page .service-intro { display: flex; flex-direction: column; gap: 18px; min-height: 0; padding: 42px 0 34px; }
  .services-page .service-intro-copy h1 { font-size: 25px; }
  .services-page .service-intro-copy p { font-size: 14px; line-height: 1.75; }
  .services-page .service-band::before { left: -24px; right: -24px; }
  .services-page .service-categories .service-band-inner { display: block; padding: 18px 0; }
  .services-page .service-band-label { min-height: 0; justify-content: flex-start; padding: 0 0 12px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.65); }
  .services-page .service-band-label span { writing-mode: horizontal-tb; padding: 0; font-size: 16px; }
  .services-page .service-category-table { min-width: 690px; }
  .services-page .service-section { padding: 38px 0 42px; }
  .services-page .subject-grid-four { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px 26px; }
  .services-page .subject-card h3 { font-size: 15px; }
  .services-page .service-process { padding: 26px 0 30px; }
  .services-page .process-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
  .services-page .process-card:nth-child(5) { grid-column: auto; }
  .services-page .process-card img { width: 62px; height: 62px; }
  .services-page .standards-list { grid-template-columns: 1fr; }
  .services-page .full-project-table { min-width: 860px; }
  .services-page .table-scroll { margin: 0 -24px; padding: 0 24px; }
  .services-page .subject-grid-five { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px 26px; }
  .services-page .subject-grid-five .subject-card h3 { font-size: 13px; }
}

@media (min-width: 769px) {
  .services-page .service-page-frame { display: grid; grid-template-columns: var(--service-rail) minmax(0, 1fr); }
  .services-page .service-sidebar { position: sticky; top: 110px; left: auto; width: 100%; margin-top: -34px; align-self: start; }
  .services-page .service-flow { margin-left: 0; }
  .services-page .process-card:nth-child(5) { grid-column: 4; grid-row: 2; }
  .services-page .process-card:nth-child(6) { grid-column: 3; grid-row: 2; }
  .services-page .process-card:nth-child(7) { grid-column: 2; grid-row: 2; }
}

/* ============================================================
   服务项目页主体重构：与首页统一的官网区块系统
   ============================================================ */
.services-main-v2 { overflow: hidden; background: #fff; }
.services-hero-v2 {
  position: relative;
  height: 246px;
  margin-top: var(--header-h);
  overflow: hidden;
  background: #173e70;
}
.services-hero-v2::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8, 47, 100, .74), rgba(8, 47, 100, .08) 72%);
}
.services-hero-v2 > img { width: 100%; height: 100%; object-fit: cover; object-position: center 44%; }
.services-hero-content-v2 {
  position: absolute;
  inset: 0;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 34px;
  color: #fff;
}
.services-hero-content-v2 h1 { font-size: 42px; line-height: 1.15; }
.services-hero-content-v2 h1 + p { margin-top: 8px; color: rgba(255,255,255,.82); font-size: 15px; }
.services-breadcrumb-v2 { align-self: flex-end; color: rgba(255,255,255,.82); font-size: 13px; }
.services-catalog-v2 { padding: 68px 0 36px; background: #fff; }
.section-head-v2 { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; margin-bottom: 30px; }
.section-head-v2 .section-title { margin-bottom: 0; }
.section-head-v2 > p { max-width: 430px; color: var(--text-gray); font-size: 14px; line-height: 1.75; }
.section-lead-v2 { margin-top: 14px; max-width: 620px; color: var(--text-gray); font-size: 15px; line-height: 1.8; }
.service-tabs-v2 { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
.service-tab-v2 {
  display: flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border: 1px solid #e1e7ef;
  color: #555;
  background: #f7f9fc;
  font-size: 14px;
  line-height: 1.35;
  text-align: center;
  transition: color .2s ease, background .2s ease, border-color .2s ease;
}
.service-tab-v2:hover { color: var(--brand-blue); border-color: #9fc1e4; background: #eef5fc; }
.service-tab-v2.active { border-color: var(--brand-blue); background: var(--brand-blue); color: #fff; font-weight: 600; }
.service-panel-v2[hidden] { display: none; }
.service-overview-v2 { padding-top: 48px; padding-bottom: 82px; background: #fff; }
.service-overview-grid-v2 { display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); gap: 72px; align-items: center; }
.service-label-v2 { margin-bottom: 12px; color: var(--brand-blue); font-size: 12px; font-weight: 700; letter-spacing: 1.4px; }
.service-overview-copy-v2 h2, .service-domain-v2 h2 { margin-bottom: 18px; color: #222; font-size: 34px; line-height: 1.25; }
.service-overview-copy-v2 > p:last-child, .service-domain-v2 p { color: #4e5661; font-size: 16px; line-height: 1.95; }
.service-overview-copy-v2 strong { color: #1f2c3a; }
.service-overview-media-v2 { margin: 0; }
.service-overview-media-v2 img { width: 100%; aspect-ratio: 1.65 / 1; object-fit: cover; box-shadow: 0 18px 42px rgba(16, 54, 94, .16); }
.service-capability-v2, .service-process-v2 { padding: 72px 0 80px; color: #fff; background: linear-gradient(108deg, #07519e 0%, #0e69bd 100%); }
.section-head-light-v2 .service-label-v2, .section-head-light-v2 h2, .section-head-light-v2 > p { color: #fff; }
.section-head-light-v2 h2 { margin-top: 0; font-size: 31px; line-height: 1.2; }
.capability-list-v2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 72px; list-style: none; border-top: 1px solid rgba(255,255,255,.34); }
.capability-list-v2 li { display: flex; align-items: center; min-height: 65px; border-bottom: 1px solid rgba(255,255,255,.34); }
.capability-list-v2 span { width: 42px; color: #a9dbff; font-size: 13px; font-weight: 700; }
.capability-list-v2 strong { font-size: 17px; font-weight: 500; }
.service-subjects-v2 { padding-top: 78px; padding-bottom: 86px; background: #f7f9fc; }
.subject-grid-v2 { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 34px 30px; }
.subject-grid-v2 article { min-width: 0; text-align: center; }
.subject-grid-v2 img { width: 100%; aspect-ratio: 1; border-radius: 50%; object-fit: cover; }
.subject-grid-v2 h3 { margin-top: 12px; color: #303943; font-size: 15px; font-weight: 500; }
.service-process-v2 { padding-top: 72px; padding-bottom: 76px; }
.process-grid-v2 { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.process-grid-v2 article { position: relative; min-height: 184px; padding: 22px 16px 18px; background: #fff; color: #1f2c3a; text-align: center; }
.process-grid-v2 article img { width: 78px; height: 78px; margin: 0 auto 10px; object-fit: contain; }
.process-grid-v2 article h3 { font-size: 17px; font-weight: 600; }
.process-grid-v2 article span { position: absolute; top: 12px; right: 14px; color: #7eb8e4; font-size: 12px; font-weight: 700; }
.standards-v2 { padding-top: 76px; padding-bottom: 84px; background: #fff; }
.standards-list-v2 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; list-style: none; }
.standards-list-v2 li { display: flex; min-height: 68px; align-items: center; gap: 12px; padding: 16px 18px; border: 1px solid #e3e9f0; color: #3d4651; font-size: 14px; line-height: 1.55; }
.standards-list-v2 img { width: 25px; height: 25px; object-fit: contain; }
.full-projects-v2 { padding-top: 0; padding-bottom: 96px; background: #fff; }
.project-table-wrap-v2 { overflow-x: auto; border: 1px solid #dce4ec; }
.project-table-v2 { width: 100%; min-width: 960px; border-collapse: collapse; color: #4b5560; font-size: 13px; line-height: 1.7; }
.project-table-v2 th, .project-table-v2 td { padding: 13px 16px; border: 1px solid #e5eaf0; vertical-align: top; }
.project-table-v2 thead th { background: #edf3f8; color: #2d3944; font-weight: 700; text-align: center; }
.project-table-v2 tbody th { width: 118px; background: #f8fafc; color: #3b4650; font-weight: 600; text-align: center; vertical-align: middle; }
.project-table-v2 tbody td:nth-child(2) { width: 190px; background: #fbfcfd; text-align: center; vertical-align: middle; }
.project-table-v2 tbody tr:nth-child(even) td { background: #f8fafc; }
.service-domain-v2 { padding-top: 82px; padding-bottom: 88px; background: #fff; }
.domain-grid-v2 { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr); gap: 82px; align-items: center; }
.domain-fact-v2 { padding: 28px 0 28px 32px; border-left: 3px solid var(--brand-blue); }
.domain-fact-v2 strong { display: block; margin-bottom: 12px; color: #222; font-size: 18px; }
.domain-fact-v2 p { font-size: 15px; line-height: 1.9; }
.domain-detail-band-v2 { padding: 64px 0; color: #fff; background: var(--brand-blue); }
.domain-detail-band-v2 h2 { margin-bottom: 14px; font-size: 27px; }
.domain-detail-band-v2 p { color: rgba(255,255,255,.9); font-size: 16px; line-height: 1.9; }
.domain-standard-v2 { margin-top: 22px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.28); font-size: 14px !important; color: rgba(255,255,255,.72) !important; }

@media (max-width: 1024px) {
  .services-hero-content-v2 h1 { font-size: 36px; }
  .service-overview-grid-v2 { gap: 42px; }
  .capability-list-v2 { gap: 0 38px; }
  .subject-grid-v2 { gap: 26px 20px; }
  .domain-grid-v2 { gap: 48px; }
}

@media (max-width: 768px) {
  .services-hero-v2 { height: 205px; }
  .services-hero-content-v2 { display: block; padding-top: 104px; padding-bottom: 22px; }
  .services-hero-content-v2 h1 { font-size: 32px; }
  .services-hero-content-v2 h1 + p { font-size: 13px; }
  .services-breadcrumb-v2 { margin-top: 16px; font-size: 11px; }
  .services-catalog-v2 { padding: 48px 0 22px; }
  .section-head-v2 { display: block; margin-bottom: 24px; }
  .section-head-v2 > p { margin-top: 14px; }
  .section-lead-v2 { font-size: 14px; }
  .service-tabs-v2 { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .service-tab-v2 { min-height: 48px; padding: 9px 8px; font-size: 12px; }
  .service-overview-v2 { padding-top: 38px; padding-bottom: 52px; }
  .service-overview-grid-v2 { display: flex; flex-direction: column; gap: 26px; align-items: stretch; }
  .service-overview-copy-v2 h2, .service-domain-v2 h2 { font-size: 28px; }
  .service-overview-copy-v2 > p:last-child, .service-domain-v2 p { font-size: 14px; line-height: 1.85; }
  .service-overview-media-v2 img { aspect-ratio: 1.5 / 1; }
  .service-capability-v2, .service-process-v2 { padding: 48px 0 54px; }
  .section-head-light-v2 h2 { font-size: 27px; }
  .capability-list-v2 { grid-template-columns: 1fr; gap: 0; }
  .capability-list-v2 li { min-height: 55px; }
  .capability-list-v2 strong { font-size: 15px; }
  .service-subjects-v2 { padding-top: 52px; padding-bottom: 58px; }
  .subject-grid-v2 { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px 22px; }
  .subject-grid-v2 h3 { font-size: 14px; }
  .process-grid-v2 { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
  .process-grid-v2 article { min-height: 150px; padding: 16px 8px 14px; }
  .process-grid-v2 article img { width: 62px; height: 62px; }
  .process-grid-v2 article h3 { font-size: 14px; }
  .standards-v2 { padding-top: 54px; padding-bottom: 58px; }
  .standards-list-v2 { grid-template-columns: 1fr; gap: 8px; }
  .standards-list-v2 li { min-height: 58px; font-size: 13px; }
  .full-projects-v2 { padding-bottom: 62px; }
  .project-table-v2 { min-width: 900px; font-size: 12px; }
  .project-table-v2 th, .project-table-v2 td { padding: 10px 12px; }
  .domain-grid-v2 { display: block; }
  .domain-fact-v2 { margin-top: 34px; padding: 22px 0 0; border-top: 3px solid var(--brand-blue); border-left: 0; }
  .service-domain-v2 { padding-top: 52px; padding-bottom: 56px; }
  .domain-detail-band-v2 { padding: 48px 0; }
  .domain-detail-band-v2 h2 { font-size: 24px; }
  .domain-detail-band-v2 p { font-size: 14px; }
}

/* ============================================================
   服务项目页最终版：按详情稿恢复左侧悬浮竖向目录
   ============================================================ */
.services-page .services-main-v2 {
  --service-reference-rail: 208px;
  overflow: visible;
}
.services-page .services-hero-v2 {
  height: 154px;
  margin-top: var(--header-h);
  background: #78aef6;
}
.services-page .services-hero-v2::after {
  background: linear-gradient(90deg, rgba(68, 139, 236, .16), rgba(68, 139, 236, 0) 68%);
}
.services-page .services-hero-v2 > img {
  object-position: center 46%;
  filter: saturate(.92);
}
.services-page .services-hero-content-v2 {
  align-items: flex-end;
  justify-content: flex-end;
  padding-bottom: 14px;
  color: #171717;
}
.services-page .services-hero-content-v2 > div {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.services-page .services-breadcrumb-v2 {
  color: #171717;
  font-size: 11px;
  font-weight: 600;
}
.services-page .services-catalog-v2 { display: none; }
.services-page .service-reference-layout {
  display: grid;
  grid-template-columns: var(--service-reference-rail) minmax(0, 1fr);
  max-width: 1248px;
  margin: 0 auto;
  padding: 0 24px;
}
.services-page .service-sidebar-reference {
  position: sticky;
  z-index: 12;
  top: 110px;
  align-self: start;
  width: 184px;
  margin-top: -34px;
  overflow: hidden;
  box-shadow: 0 5px 14px rgba(0, 0, 0, .24);
}
  .services-page .service-sidebar-reference h2 {
  margin: 0;
  padding: 14px 10px 12px;
  background: linear-gradient(#1768b7, #145ba3);
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}
.services-page .service-nav-reference { background: #c7c7c7; }
.services-page .service-sidebar-reference .service-nav-item {
  display: flex;
  min-height: 27px;
  align-items: center;
  justify-content: center;
  padding: 5px 8px;
  border-top: 1px solid rgba(255, 255, 255, .55);
  background: linear-gradient(#d2d2d2, #bdbdbd);
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.35;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .18);
  transition: background .2s ease;
}
.services-page .service-sidebar-reference .service-nav-item:hover,
.services-page .service-sidebar-reference .service-nav-item.active {
  background: #1765ad;
  color: #fff;
  font-weight: 700;
}
.services-page .service-flow-reference { min-width: 0; }
.services-page .service-panel-v2[hidden] { display: none; }

/* 建筑工程检测首屏：正文与图片比例取自 detail_p08 */
.services-page .service-overview-v2 {
  padding: 66px 0 56px;
  background: #fff;
}
.services-page .service-overview-grid-v2 {
  grid-template-columns: minmax(190px, .42fr) minmax(0, 1fr);
  gap: 48px;
  align-items: center;
}
.services-page .service-overview-copy-v2 .service-label-v2 { display: none; }
.services-page .service-overview-copy-v2 h2 {
  margin: 0 0 4px;
  color: #111;
  font-size: 28px;
  line-height: 1.2;
}
.services-page .service-overview-copy-v2 > p:last-child {
  color: #111;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.55;
}
.services-page .service-overview-media-v2 img {
  aspect-ratio: 1.72 / 1;
  box-shadow: none;
}

/* 检测类别带：蓝色横向铺满，表格内容留在目录右侧 */
.services-page .service-capability-v2,
.services-page .service-process-v2 {
  position: relative;
  padding: 28px 0 32px;
  background: #0759a4;
  box-shadow: 0 0 0 100vmax #0759a4;
  clip-path: inset(0 -100vmax);
}
.services-page .service-capability-v2 .container {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
}
.services-page .service-capability-v2 .container::before {
  content: "建筑工程检测";
  justify-self: center;
  padding: 18px 0;
  border-right: 1px solid rgba(255, 255, 255, .74);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 1.15;
  writing-mode: vertical-rl;
}
.services-page .service-capability-v2 .section-head-v2 { display: none; }
.services-page .capability-list-v2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  border: 1px solid rgba(255, 255, 255, .86);
}
.services-page .capability-list-v2 li {
  min-height: 31px;
  padding: 5px 9px;
  border-right: 1px solid rgba(255, 255, 255, .86);
  border-bottom: 1px solid rgba(255, 255, 255, .86);
}
.services-page .capability-list-v2 li:nth-child(even) { border-right: 0; }
.services-page .capability-list-v2 li:nth-last-child(-n + 2) { border-bottom: 0; }
.services-page .capability-list-v2 span {
  width: 32px;
  color: rgba(255, 255, 255, .7);
  font-size: 10px;
}
.services-page .capability-list-v2 strong { font-size: 12px; font-weight: 500; }

/* 适用对象、流程、标准按 detail_p10~p12 收紧 */
.services-page .service-subjects-v2 {
  padding: 42px 0 48px;
  background: #fff;
}
.services-page .service-subjects-v2 .section-head-v2,
.services-page .service-process-v2 .section-head-v2,
.services-page .standards-v2 .section-head-v2 {
  display: block;
  margin-bottom: 26px;
  text-align: center;
}
.services-page .service-subjects-v2 .section-head-v2 > p,
.services-page .service-process-v2 .section-head-v2 > p,
.services-page .standards-v2 .section-head-v2 > p { display: none; }
.services-page .service-subjects-v2 .service-label-v2,
.services-page .service-process-v2 .service-label-v2,
.services-page .standards-v2 .service-label-v2 {
  margin: 0;
  color: #111;
  font-size: 10px;
  letter-spacing: 0;
}
.services-page .service-subjects-v2 .section-head-v2 h2,
.services-page .service-process-v2 .section-head-v2 h2,
.services-page .standards-v2 .section-head-v2 h2 {
  margin: 0;
  color: #111;
  font-size: 26px;
  line-height: 1.15;
}
.services-page .subject-grid-v2 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 760px;
  margin: 0 auto;
  gap: 24px 36px;
}
.services-page .subject-grid-v2 article:nth-child(n + 5) { display: none; }
.services-page .subject-grid-v2 img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
}
.services-page .subject-grid-v2 h3 {
  margin-top: 10px;
  color: #111;
  font-size: 17px;
  font-weight: 500;
}
.services-page .service-process-v2 { padding-top: 30px; padding-bottom: 36px; }
.services-page .service-process-v2 .service-label-v2,
.services-page .service-process-v2 .section-head-v2 h2 { color: #fff; }
.services-page .process-grid-v2 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 760px;
  margin: 0 auto;
  gap: 26px 36px;
}
.services-page .process-grid-v2 article {
  min-height: 134px;
  padding: 8px 0 0;
  border-radius: 20px 20px 8px 8px;
  overflow: hidden;
}
.services-page .process-grid-v2 article:nth-child(5) { grid-column: 4; grid-row: 2; }
.services-page .process-grid-v2 article:nth-child(6) { grid-column: 3; grid-row: 2; }
.services-page .process-grid-v2 article:nth-child(7) { grid-column: 2; grid-row: 2; }
.services-page .process-grid-v2 article img { width: 74px; height: 74px; margin-bottom: 2px; }
.services-page .process-grid-v2 article h3 { font-size: 16px; line-height: 1.1; }
.services-page .process-grid-v2 article span {
  position: static;
  display: block;
  margin-top: 7px;
  padding: 3px 8px;
  background: #4d86bd;
  color: #fff;
  font-size: 12px;
}
.services-page .standards-v2 { padding: 38px 0 50px; }
.services-page .standards-list-v2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2px 38px;
  max-width: 760px;
  margin: 0 auto;
}
.services-page .standards-list-v2 li {
  min-height: 27px;
  padding: 4px 9px;
  border: 0;
  background: #cce7a9;
  color: #333;
  font-size: 11px;
}
.services-page .standards-list-v2 li:nth-child(even) { background: #e7f2d9; }
.services-page .standards-list-v2 img { width: 18px; height: 18px; }
.services-page .full-projects-v2 { padding-bottom: 50px; }
.services-page .full-projects-v2 .section-head-v2 { margin-bottom: 22px; }

/* 其余服务分类仍在同一目录中切换，版心与图一保持一致 */
.services-page .service-domain-v2 { padding: 66px 0 70px; }
.services-page .domain-detail-band-v2 {
  box-shadow: 0 0 0 100vmax var(--brand-blue);
  clip-path: inset(0 -100vmax);
}

@media (max-width: 1024px) {
  .services-page .services-main-v2 { --service-reference-rail: 182px; }
  .services-page .service-sidebar-reference { width: 160px; }
  .services-page .service-overview-grid-v2 { grid-template-columns: minmax(180px, .5fr) minmax(0, 1fr); gap: 28px; }
  .services-page .process-grid-v2 { gap: 18px; }
}

@media (max-width: 768px) {
  .services-page .services-main-v2 { --service-reference-rail: 0px; }
  .services-page .services-hero-v2 { height: 128px; }
  .services-page .service-reference-layout { display: block; padding: 0 24px; }
  .services-page .service-sidebar-reference {
    position: relative;
    top: auto;
    width: 100%;
    margin-top: -24px;
  }
  .services-page .service-sidebar-reference h2 { padding: 11px 10px; font-size: 18px; }
  .services-page .service-nav-reference { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .services-page .service-sidebar-reference .service-nav-item {
    min-height: 39px;
    padding: 6px 8px;
    font-size: 11px;
  }
  .services-page .service-overview-v2 { padding: 42px 0 34px; }
  .services-page .service-overview-grid-v2 { display: flex; flex-direction: column; gap: 18px; }
  .services-page .service-overview-copy-v2 h2 { font-size: 25px; }
  .services-page .service-overview-copy-v2 > p:last-child { font-size: 14px; line-height: 1.75; }
  .services-page .service-capability-v2 .container { display: block; }
  .services-page .service-capability-v2 .container::before {
    display: block;
    margin-bottom: 14px;
    padding: 0 0 10px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .7);
    letter-spacing: 1px;
    writing-mode: horizontal-tb;
  }
  .services-page .capability-list-v2 { grid-template-columns: 1fr; }
  .services-page .capability-list-v2 li,
  .services-page .capability-list-v2 li:nth-child(even),
  .services-page .capability-list-v2 li:nth-last-child(-n + 2) {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .86);
  }
  .services-page .capability-list-v2 li:last-child { border-bottom: 0; }
  .services-page .subject-grid-v2 { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px 26px; }
  .services-page .subject-grid-v2 h3 { font-size: 15px; }
  .services-page .process-grid-v2 { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
  .services-page .process-grid-v2 article:nth-child(5),
  .services-page .process-grid-v2 article:nth-child(6),
  .services-page .process-grid-v2 article:nth-child(7) { grid-column: auto; grid-row: auto; }
  .services-page .process-grid-v2 article img { width: 62px; height: 62px; }
  .services-page .standards-list-v2 { grid-template-columns: 1fr; }
  .services-page .service-domain-v2 { padding: 46px 0 52px; }
}

/* 服务项目页最终层：覆盖历史试验规则，保持同页锚点连续阅读 */
.services-page .services-main-v2 { overflow: visible; }
.services-page .service-reference-layout { display: grid; grid-template-columns: 208px minmax(0, 1fr); max-width: 1248px; margin: 0 auto; padding: 0 24px; }
.services-page .service-sidebar-reference { position: sticky; top: 110px; z-index: 12; width: 184px; margin-top: -34px; align-self: start; }
.services-page .service-flow-reference { min-width: 0; }
.services-page .service-anchor-section,
.services-page .service-domain-section,
.services-page #building { scroll-margin-top: calc(var(--header-h) + 18px); }
.services-page .service-building-capability .container { display: block; }
.services-page .service-building-capability .section-head-v2 { display: none; }
.services-page .service-summary-table-wrap { overflow-x: auto; }
.services-page .service-summary-table { width: 100%; min-width: 700px; border-collapse: collapse; color: #fff; font-size: 11px; line-height: 1.35; }
.services-page .service-summary-table th,
.services-page .service-summary-table td { padding: 5px 8px; border: 1px solid rgba(255,255,255,.9); vertical-align: middle; }
.services-page .service-summary-table thead th { text-align: center; }
.services-page .service-summary-table tbody th { width: 24%; text-align: center; }
.services-page .subject-grid-v2 article:nth-child(n + 5) { display: block; }
.services-page .subject-grid-four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.services-page .subject-grid-five { grid-template-columns: repeat(4, minmax(0, 1fr)); max-width: 680px; }
.services-page .service-full-subjects .section-head-v2 { display: block; }
.services-page .service-full-subjects { background: #fff; }
.services-page .service-domain-section { border-top: 1px solid #e8edf2; }
.services-page .service-domain-section .project-table-wrap-v2 { overflow-x: auto; }
.services-page .service-domain-note { margin: 18px 0 28px; padding: 18px 22px; border-left: 3px solid var(--brand-blue); background: #f5f8fb; }
.services-page .project-table-v2 { min-width: 900px; border-collapse: collapse; }
.services-page .project-table-v2 th,
.services-page .project-table-v2 td { padding: 11px 14px; border: 1px solid #e5eaf0; vertical-align: top; }
.services-page .project-table-v2 thead th { background: #edf3f8; text-align: center; }
.services-page .project-table-v2 tbody th { width: 118px; background: #f8fafc; text-align: center; vertical-align: middle; }
.services-page .project-table-v2 tbody td:nth-child(2) { width: 190px; background: #fbfcfd; text-align: center; vertical-align: middle; }

/* 桌面宽版布局最终覆盖：覆盖历史服务规则，统一扩展中间内容区 */
@media (min-width: 769px) {
  body.services-page .service-page-frame,
  body.services-page .service-reference-layout {
    max-width: 1360px;
  }
}

/* 内页统一版心与可读字号 */
@media (max-width: 768px) {
  .services-page .service-reference-layout { display: block; padding: 0 24px; }
  .services-page .service-sidebar-reference { position: relative; top: auto; width: 100%; margin-top: -24px; }
  .services-page .service-nav-reference { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .services-page .service-overview-grid-v2 { display: flex; flex-direction: column; gap: 18px; }
  .services-page .service-summary-table { min-width: 690px; }
  .services-page .subject-grid-four,
  .services-page .subject-grid-five { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: none; gap: 22px 26px; }
  .services-page .process-grid-v2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .services-page .process-grid-v2 article:nth-child(5),
  .services-page .process-grid-v2 article:nth-child(6),
  .services-page .process-grid-v2 article:nth-child(7) { grid-column: auto; grid-row: auto; }
}

/* 桌面端目录标题统一：固定高度，避免不同栏目标题上下不齐 */
@media (min-width: 769px) {
  body.services-page .service-sidebar-reference h2 {
    height: 50px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 10px;
    line-height: 1.2;
  }

  /* 最终横幅覆盖：确保历史服务规则不会恢复固定高度 */
  .services-page .services-hero-v2 {
    width: 100%;
    aspect-ratio: 1920 / 1077;
    height: auto;
  }
  .services-page .services-hero-v2 > img {
    object-fit: contain;
  }

  /* 桌面端内页横幅统一 300px：保留原版紧凑比例，图片尽量展示主体 */
  .services-page .services-hero-v2 {
    width: 100%;
    height: 300px;
    aspect-ratio: auto;
  }
  .services-page .services-hero-v2 > img { object-fit: cover; object-position: center center; }
  body.qualification-page .qualification-hero {
    width: 100%;
    height: 300px;
    aspect-ratio: auto;
  }
  body.qualification-page .qualification-hero img { object-fit: cover; object-position: center center; }
  .facilities-hero {
    width: 100%;
    height: 300px;
    aspect-ratio: auto;
  }
  .facilities-hero > img { object-fit: cover; object-position: center center; }
  .about-hero {
    width: 100%;
    height: 300px;
    aspect-ratio: auto;
  }
  .about-hero > img { object-fit: cover; object-position: center center; }
  .contact-hero {
    width: 100%;
    height: 300px;
    aspect-ratio: auto;
  }
  .contact-hero img { object-fit: cover; object-position: center center; }

}

/* ===== 内页统一版心与可读字号：最终覆盖 ===== */
@media (min-width: 769px) {
  body.services-page .service-reference-layout {
    display: grid !important;
    grid-template-columns: var(--inner-rail-w) minmax(0, 1fr) !important;
    width: min(100%, var(--inner-frame-w)) !important;
    max-width: none !important;
    margin-inline: auto !important;
    padding: 0 var(--inner-frame-pad) !important;
    box-sizing: border-box !important;
  }
  body.services-page .service-sidebar-reference { width: 184px !important; left: auto !important; }
  body.services-page .service-flow-reference { min-width: 0 !important; }
  body.services-page .service-nav-item { font-size: 13px !important; }
  body.services-page .service-breadcrumb { font-size: 12px !important; }
  body.services-page .service-summary-table,
  body.services-page .project-table-v2 { font-size: 12px !important; }

  /* 服务页辅助文本放大，避免表格与英文小标题在宽屏下过细 */
  body.services-page .service-subjects-v2 .service-label-v2,
  body.services-page .service-process-v2 .service-label-v2,
  body.services-page .standards-v2 .service-label-v2 { font-size: 11px !important; }
  body.services-page .standards-list-v2 li { font-size: 12px !important; }
  body.services-page .service-domain-v2 > .container > p { font-size: 16px !important; line-height: 1.8; }
}

@media (max-width: 768px) {
  body.services-page .service-nav-item { font-size: 12px !important; }
  body.services-page .service-breadcrumb { font-size: 11px !important; }
  body.services-page .service-subjects-v2 .service-label-v2,
  body.services-page .service-process-v2 .service-label-v2,
  body.services-page .standards-v2 .service-label-v2 { font-size: 10px !important; }
  body.services-page .standards-list-v2 li { font-size: 13px !important; }
}

/* ===== 服务页内容中轴最终修正 =====
   目录占用左侧轨道后，内容卡片仍需在右侧内容列内部居中。 */
@media (min-width: 769px) {
  body.services-page .service-capability-v2 > .container,
  body.services-page .service-process-v2 > .container,
  body.services-page .standards-v2 > .container {
    width: 100%;
    max-width: 960px;
    margin-inline: auto;
    box-sizing: border-box;
  }

  body.services-page .service-capability-v2 .container {
    display: grid;
    grid-template-columns: 250px minmax(0, 1fr);
    gap: 28px;
    align-items: start;
  }

  body.services-page .service-process-v2 .process-grid-v2,
  body.services-page .standards-v2 .standards-columns-v2 {
    margin-inline: auto;
  }

  body.services-page .service-domain-section,
  body.services-page .service-domain-v2 {
    margin-left: 0;
    width: 100%;
  }
  body.services-page .service-domain-section > .container {
    width: 100%;
    max-width: 1200px;
    margin-inline: auto;
    box-sizing: border-box;
  }
}
