*{box-sizing:border-box}
:root{--navy:#071d3a;--deep:#0b2f5f;--blue:#176fc4;--gold:#caa35a;--pale:#f4f8fc;--text:#1f2937}
body{margin:0;font-family:"Microsoft YaHei",Arial,sans-serif;color:var(--text);background:#fff}a{text-decoration:none;color:inherit}
.site-header{position:sticky;top:0;z-index:100;height:78px;background:linear-gradient(135deg,rgba(7,29,58,.98),rgba(12,67,128,.96));box-shadow:0 10px 30px rgba(7,29,58,.22);border-bottom:1px solid rgba(202,163,90,.35);backdrop-filter:blur(10px)}
.navwrap{max-width:1220px;margin:auto;height:78px;display:flex;align-items:center;justify-content:space-between;padding:0 22px}
.brand{display:flex;align-items:center;gap:14px;color:#fff;font-size:23px;font-weight:800;letter-spacing:1px;white-space:nowrap}.brand img{height:50px;width:auto;display:block;filter:drop-shadow(0 5px 10px rgba(0,0,0,.25))}.brand span{position:relative;padding-left:14px}.brand span:before{content:"";position:absolute;left:0;top:4px;bottom:4px;width:1px;background:linear-gradient(var(--gold),transparent)}
.main-nav{display:flex;align-items:center;height:100%;gap:4px}.main-nav a{position:relative;color:rgba(255,255,255,.92);padding:0 20px;height:78px;line-height:78px;font-size:17px;font-weight:700;letter-spacing:.5px;transition:.25s}.main-nav a:after{content:"";position:absolute;left:22px;right:22px;bottom:17px;height:3px;border-radius:4px;background:linear-gradient(90deg,var(--gold),#f3dc95);transform:scaleX(0);transform-origin:center;transition:.25s}.main-nav a.on,.main-nav a:hover{color:#fff;background:linear-gradient(180deg,rgba(255,255,255,.12),rgba(255,255,255,.04))}.main-nav a.on:after,.main-nav a:hover:after{transform:scaleX(1)}
.nav-dropdown{position:relative;height:100%;display:flex;align-items:center}
.nav-dropdown>a{display:block}
.dropdown-menu{position:absolute;top:78px;left:0;min-width:240px;background:rgba(231,243,249,.98);backdrop-filter:blur(8px);border-radius:0 0 14px 14px;overflow:hidden;box-shadow:0 16px 36px rgba(0,0,0,.18);opacity:0;visibility:hidden;transform:translateY(10px);transition:.25s;z-index:120}
.dropdown-menu a{display:flex;align-items:center;height:62px;line-height:1.4;color:#111;padding:0 24px;font-size:16px;font-weight:600;background:transparent}
.dropdown-menu a:hover{background:#d8edf7;color:var(--deep)}
.dropdown-menu a:after{display:none}
.nav-dropdown:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}
.menu-toggle{display:none;width:44px;height:44px;border:1px solid rgba(255,255,255,.28);border-radius:12px;background:rgba(255,255,255,.08);align-items:center;justify-content:center;flex-direction:column;gap:6px;cursor:pointer}.menu-toggle span{display:block;width:22px;height:2px;background:#fff;border-radius:99px;transition:.25s}.menu-toggle.open span:nth-child(1){transform:translateY(8px) rotate(45deg)}.menu-toggle.open span:nth-child(2){opacity:0}.menu-toggle.open span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}
.hero{height:560px;position:relative;overflow:hidden}.hero-slide{position:absolute;inset:0;opacity:0;transition:opacity .8s}.hero-slide.active{opacity:1}.hero-slide img{width:100%;height:100%;object-fit:cover}.hero-slide:after,.page-banner:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,24,52,.72),rgba(10,45,85,.25),rgba(0,0,0,.08))}.hero-text{position:absolute;z-index:1;left:calc(50% - 570px);top:148px;color:#fff;max-width:650px}.hero-text h1{font-size:56px;margin:0 0 22px;letter-spacing:4px;text-shadow:0 5px 22px rgba(0,0,0,.32)}.hero-text p{font-size:24px;line-height:1.75;text-shadow:0 3px 14px rgba(0,0,0,.25)}.prev,.next{position:absolute;z-index:2;top:50%;transform:translateY(-50%);border:1px solid rgba(255,255,255,.45);background:rgba(7,29,58,.42);color:#fff;font-size:48px;width:54px;height:76px;cursor:pointer;border-radius:6px;backdrop-filter:blur(6px)}.prev{left:30px}.next{right:30px}.prev:hover,.next:hover{background:rgba(202,163,90,.85)}.dots{position:absolute;bottom:25px;left:0;right:0;text-align:center;z-index:2}.dots span{display:inline-block;width:30px;height:4px;border-radius:6px;background:#fff;opacity:.55;margin:0 5px}.dots span.on{opacity:1;background:var(--gold)}
.section{max-width:1180px;margin:0 auto;padding:74px 20px}.title{text-align:center;margin-bottom:48px}.title h2{font-size:34px;color:var(--deep);font-weight:700;margin:0;letter-spacing:2px}.title span{display:block;width:170px;border-top:1px solid #aab7c6;margin:18px auto;position:relative}.title span:after{content:"";width:8px;height:8px;background:var(--gold);border-radius:50%;position:absolute;left:81px;top:-5px}.intro-head{text-align:center}.intro-head img{height:82px}.intro-head h2{font-size:38px;margin:20px 0 8px;color:var(--navy)}.intro-head p{font-size:19px;color:#64748b}.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}.service-card{background:linear-gradient(180deg,#fff,#f8fbff);border-radius:20px;padding:36px 26px;text-align:center;box-shadow:0 16px 40px rgba(11,47,95,.12);border:1px solid #e7edf5;transition:.25s}.service-card:hover{transform:translateY(-8px);box-shadow:0 20px 46px rgba(11,47,95,.18)}.service-icon{width:78px;height:78px;margin:0 auto 22px;border-radius:24px;background:linear-gradient(135deg,var(--deep),var(--blue));color:#fff;font-size:38px;line-height:78px;font-weight:700;box-shadow:0 10px 22px rgba(23,111,196,.25)}.service-card h3{color:var(--deep);font-size:22px}.service-card p{line-height:1.8;color:#5b6676}.case-marquee{overflow:hidden}.case-track{display:flex;gap:35px;animation:marquee 22s linear infinite}.case-logo{min-width:190px;height:120px;border-radius:16px;background:#f7fbff;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 10px 28px rgba(0,0,0,.08);border:1px solid #e7edf5}.case-logo strong{font-size:28px;color:#c91d1d}.case-logo em{font-style:normal;margin-top:8px;color:#334155}@keyframes marquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}
.page-banner{height:380px;position:relative;overflow:hidden}.page-banner.small{height:320px}.page-banner img{width:100%;height:100%;object-fit:cover}.page-banner div{position:absolute;z-index:1;left:calc(50% - 560px);top:115px;color:#fff}.page-banner h1{font-size:50px;margin:0 0 18px;text-shadow:0 5px 18px rgba(0,0,0,.3)}.page-banner p{font-size:22px}.profile{display:flex;align-items:center;gap:55px;background:linear-gradient(135deg,#f8fbff,#eef5ff);padding:48px;border-radius:22px;border:1px solid #e5edf8}.profile img{width:190px}.profile h2{font-size:34px;color:var(--navy)}.profile p{font-size:18px;line-height:2}.company-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:34px}.company-card{background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 12px 32px rgba(0,0,0,.1);cursor:pointer;border:1px solid #e7edf5;transition:.25s}.company-card:hover{transform:translateY(-6px);box-shadow:0 18px 42px rgba(11,47,95,.18)}.company-card img{width:100%;height:230px;object-fit:cover;display:block}.company-card div{padding:26px}.company-card h3{font-size:22px;margin:0 0 12px;color:var(--navy)}.company-card p{line-height:1.8;color:#56616f}.company-card button,.contact-form button,.modal button{border:0;background:linear-gradient(135deg,var(--deep),var(--blue));color:#fff;padding:12px 24px;border-radius:9px;font-weight:700;cursor:pointer;box-shadow:0 8px 20px rgba(23,111,196,.22)}.modal{display:none;position:fixed;inset:0;background:rgba(0,0,0,.55);z-index:200;align-items:center;justify-content:center}.modal.show{display:flex}.modal-box{width:min(820px,90vw);background:#fff;border-radius:16px;padding:42px;box-shadow:0 20px 60px rgba(0,0,0,.25)}.modal-box h2{color:var(--deep);font-size:30px}.modal-box p{font-size:19px;line-height:2}.contact-wrap{display:grid;grid-template-columns:1fr 1fr;gap:40px}.contact-card,.contact-form,.fee-box{background:linear-gradient(180deg,#fff,#f8fbff);border-radius:18px;padding:42px;box-shadow:0 12px 32px rgba(0,0,0,.08);border:1px solid #e7edf5}.contact-card p{font-size:18px;line-height:2}.contact-form{display:flex;flex-direction:column;gap:18px}.contact-form input,.contact-form textarea{border:1px solid #d6e0ef;border-radius:8px;padding:14px;font-size:16px}.contact-form textarea{height:140px}.footer:not(.footer-v2){text-align:center;background:#eef1f5;padding:38px 20px 0;color:#111}.footer:not(.footer-v2) img{height:55px;opacity:.82}.footer:not(.footer-v2) p{border-top:1px solid #ccd5df;max-width:1180px;margin:24px auto 0;padding:22px 0}.footer:not(.footer-v2)>div{background:#1f2937;color:#d1d5db;margin:0 -20px;padding:18px}
@media(max-width:980px){.site-header{height:66px}.navwrap{height:66px;padding:0 14px}.brand img{height:42px}.brand span{font-size:18px}.menu-toggle{display:flex}.main-nav{position:absolute;left:12px;right:12px;top:74px;height:auto;display:none;flex-direction:column;gap:0;background:linear-gradient(180deg,rgba(7,29,58,.98),rgba(9,48,92,.98));border:1px solid rgba(202,163,90,.35);border-radius:18px;padding:10px;box-shadow:0 20px 50px rgba(0,0,0,.28)}.main-nav.open{display:flex}.main-nav a{width:100%;height:52px;line-height:52px;padding:0 18px;border-radius:12px;font-size:16px}.main-nav a:after{display:none}.main-nav a.on,.main-nav a:hover{background:rgba(202,163,90,.18)}.nav-dropdown{width:100%;display:block}.dropdown-menu{position:static;opacity:1;visibility:visible;transform:none;min-width:100%;margin-top:4px;background:rgba(255,255,255,.05);box-shadow:none;border-radius:12px}.dropdown-menu a{height:46px;font-size:15px;padding-left:32px;color:rgba(255,255,255,.88)}.dropdown-menu a:hover{background:rgba(202,163,90,.14);color:#fff}.hero{height:420px}.hero-text,.page-banner div{left:24px;right:24px;top:110px}.hero-text h1{font-size:36px}.hero-text p{font-size:18px}.prev,.next{width:40px;height:58px;font-size:34px}.prev{left:12px}.next{right:12px}.section{padding:52px 16px}.service-grid,.company-grid,.contact-wrap{grid-template-columns:1fr}.profile{display:block;text-align:center;padding:30px 20px}.company-card img{height:190px}.page-banner,.page-banner.small{height:260px}.page-banner h1{font-size:34px}.footer p{font-size:14px;line-height:1.8}}
@media(max-width:560px){.brand span{display:none}.site-header,.navwrap{height:60px}.main-nav{top:66px}.hero{height:360px}.hero-text{top:92px}.hero-text h1{font-size:30px;letter-spacing:2px}.hero-text p{font-size:16px}.title h2{font-size:28px}.service-card,.contact-card,.contact-form,.fee-box{padding:28px 20px}.modal-box{padding:28px 20px}.modal-box p{font-size:16px}.dots span{width:22px}.intro-head h2{font-size:30px}}


/* 首页服务案例：横向移动企业 logo 小方格 */
.case-marquee{
  overflow:hidden;
  width:100%;
  padding:18px 0 28px;
}
.case-track{
  display:flex;
  align-items:center;
  gap:34px;
  width:max-content;
  animation:caseScroll 48s linear infinite;
}
.case-marquee:hover .case-track{
  animation-play-state:paused;
}
.case-logo{
  flex:0 0 230px;
  height:145px;
  background:#f8fbff;
  border:1px solid #e3edf7;
  border-radius:18px;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 10px 28px rgba(15,47,82,.08);
  padding:22px;
}
.case-logo img{
  max-width:100%;
  max-height:100%;
  object-fit:contain;
  display:block;
}
@keyframes caseScroll{
  from{transform:translateX(0);}
  to{transform:translateX(-50%);}
}
@media (max-width:768px){
  .case-track{gap:18px; animation-duration:22s;}
  .case-logo{flex-basis:160px; height:105px; padding:14px; border-radius:14px;}
}

/* 信息公开 - 职业病检测页面 */
.nav-dropdown.on > a{color:#fff;background:linear-gradient(180deg,rgba(255,255,255,.12),rgba(255,255,255,.04))}
.nav-dropdown.on > a:after{transform:scaleX(1)}
.public-page{background:#fff;min-height:620px;padding:54px 16px 74px;}
.public-head{max-width:1180px;margin:0 auto 46px;}
.public-brand-row{display:flex;align-items:center;justify-content:center;gap:110px;}
.public-brand-row img{width:300px;max-width:36vw;height:auto;display:block;}
.public-brand-row h1{font-size:30px;font-weight:400;color:#333;margin:0;letter-spacing:1px;}
.public-table-wrap{max-width:1160px;margin:0 auto;}
.table-scroll{width:100%;overflow-x:auto;}
.public-table{width:100%;border-collapse:separate;border-spacing:0;table-layout:fixed;text-align:center;font-size:18px;color:#263238;}
.public-table th{background:#c9c9c9;font-weight:400;padding:14px 12px;border-right:2px solid #fff;border-bottom:2px solid #fff;}
.public-table th:last-child{border-right:0;}
.public-table td{background:#c6e8f2;padding:13px 12px;border-right:2px solid #fff;border-bottom:2px solid #fff;line-height:1.5;}
.public-table td:last-child{border-right:0;}
.public-table tbody tr{cursor:pointer;transition:.18s;}
.public-table tbody tr:hover td{background:#b3deeb;}
.public-table .report-no{font-weight:800;color:#00496f;letter-spacing:.3px;}
.pagination{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap;margin-top:28px;font-size:15px;}
.pagination a,.pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:38px;height:36px;padding:0 12px;border:1px solid #d6e0ef;border-radius:8px;background:#fff;color:#29435d;}
.pagination a:hover,.pagination a.current{background:var(--deep);border-color:var(--deep);color:#fff;}
.db-error{max-width:900px;margin:20px auto;padding:18px 22px;border-radius:10px;background:#fff4e5;border:1px solid #ffd08a;color:#8a4b00;font-size:16px;line-height:1.8;}
@media(max-width:980px){.public-page{padding-top:34px}.public-brand-row{gap:28px;flex-direction:column}.public-brand-row img{max-width:280px;width:70vw}.public-brand-row h1{text-align:center;font-size:24px}.public-table{font-size:15px;min-width:780px}.public-table th,.public-table td{padding:11px 8px}.nav-dropdown.on > a{background:rgba(202,163,90,.18)}}

/* 职业病检测页优化版：小 logo、搜索框、20条分页 */
.detection-page{background:linear-gradient(180deg,#f7fbff 0%,#fff 260px);padding-top:34px;}
.public-brand-row.compact{justify-content:center;gap:38px;padding:18px 0 8px;}
.public-brand-row.compact img{width:178px;max-width:24vw;filter:drop-shadow(0 10px 18px rgba(11,47,95,.08));}
.public-brand-row.compact .public-kicker{display:inline-block;margin:0 0 10px;padding:6px 14px;border-radius:999px;background:#e9f4fb;color:#176fc4;font-size:15px;font-weight:700;letter-spacing:2px;}
.public-brand-row.compact h1{font-size:28px;font-weight:500;color:#263238;letter-spacing:1.5px;}
.public-card{background:#fff;border:1px solid #e3edf7;border-radius:20px;box-shadow:0 18px 45px rgba(11,47,95,.10);padding:24px;}
.public-search{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:20px;}
.search-input-wrap{flex:1 1 420px;display:flex;align-items:center;gap:10px;height:46px;padding:0 16px;border:1px solid #d8e6f2;border-radius:999px;background:#f8fbff;transition:.2s;}
.search-input-wrap:focus-within{border-color:#176fc4;box-shadow:0 0 0 4px rgba(23,111,196,.10);background:#fff;}
.search-input-wrap span{font-size:16px;opacity:.75;}
.search-input-wrap input{width:100%;border:0;outline:0;background:transparent;font-size:16px;color:#263238;font-family:inherit;}
.public-search button{height:46px;border:0;border-radius:999px;padding:0 28px;background:linear-gradient(135deg,var(--deep),var(--blue));color:#fff;font-size:16px;font-weight:700;cursor:pointer;box-shadow:0 8px 20px rgba(23,111,196,.18);}
.public-search button:hover{transform:translateY(-1px);box-shadow:0 12px 26px rgba(23,111,196,.22);}
.public-search .reset-link{height:46px;display:inline-flex;align-items:center;padding:0 18px;border-radius:999px;background:#eef5fb;color:#4b6378;font-weight:700;}
.public-search em{margin-left:auto;color:#6b7c8f;font-style:normal;font-size:14px;}
.public-table.modern{border-radius:14px;overflow:hidden;font-size:17px;box-shadow:inset 0 0 0 1px #fff;}
.public-table.modern th{background:#bfc7cf;color:#24313c;font-weight:600;padding:13px 12px;}
.public-table.modern td{background:#ccebf4;padding:12px 12px;}
.public-table.modern tbody tr:nth-child(even) td{background:#d8f0f7;}
.public-table.modern tbody tr:hover td{background:#b7e0ed;transform:none;}
.public-table.modern tbody tr:hover .report-no{text-decoration:underline;}
@media(max-width:980px){.public-brand-row.compact{gap:16px}.public-brand-row.compact img{width:150px;max-width:52vw}.public-brand-row.compact h1{font-size:23px;text-align:center}.public-card{padding:14px;border-radius:16px}.public-search em{width:100%;margin-left:0}.public-search button,.public-search .reset-link{height:42px}.search-input-wrap{height:42px;flex-basis:100%}.public-table.modern{font-size:15px;}}
@media(max-width:560px){.public-brand-row.compact img{width:130px}.public-brand-row.compact h1{font-size:20px}.public-brand-row.compact .public-kicker{font-size:13px}.detection-page{padding-top:24px}.public-head{margin-bottom:24px}.public-search button{flex:1}.public-search .reset-link{justify-content:center}.public-table.modern{min-width:760px}}

/* 信息公开 - 职业病评价页面 */
.evaluation-page .section-title-mini{font-size:20px;font-weight:700;color:#263238;margin:2px 0 18px;}
.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;}
.year-grid{grid-template-columns:repeat(3,1fr);}
.category-card{display:flex;min-height:118px;flex-direction:column;align-items:center;justify-content:center;gap:10px;border:1px solid #dceaf5;border-radius:18px;background:linear-gradient(180deg,#ffffff,#f3f9ff);box-shadow:0 10px 24px rgba(11,47,95,.08);transition:.22s;color:#263238;text-align:center;padding:20px;}
.category-card strong{font-size:24px;color:#0b2f5f;letter-spacing:1px;}
.category-card span{font-size:15px;color:#6b7c8f;}
.category-card:hover{transform:translateY(-4px);border-color:#176fc4;box-shadow:0 16px 34px rgba(23,111,196,.16);}
.category-card.wide{min-height:138px;}
.category-card.wide strong{font-size:22px;}
.breadcrumb-line{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:18px;color:#6b7c8f;font-size:15px;}
.breadcrumb-line a{color:#176fc4;font-weight:700;}
.breadcrumb-line strong{color:#263238;}
.table-summary-row{justify-content:flex-end;margin-bottom:16px;}
.evaluation-table{min-width:960px;}
.evaluation-table th:nth-child(1){width:25%;}
.evaluation-table th:nth-child(2){width:35%;}
.evaluation-table th:nth-child(3){width:22%;}
.evaluation-table th:nth-child(4){width:18%;}
@media(max-width:980px){.category-grid,.year-grid{grid-template-columns:repeat(2,1fr)}.category-card strong{font-size:21px}.category-card.wide strong{font-size:19px}.evaluation-table{min-width:920px}}
@media(max-width:560px){.category-grid,.year-grid{grid-template-columns:1fr}.category-card{min-height:96px}.category-card strong{font-size:20px}}

/* 企业职业病评价：年份与分类同页展示 */
.evaluation-year-list {
  display: grid;
  gap: 22px;
}
.evaluation-year-block {
  padding: 20px;
  border: 1px solid rgba(40, 119, 180, .14);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255,255,255,.92), rgba(240,249,255,.82));
  box-shadow: 0 12px 34px rgba(39, 92, 140, .08);
}
.evaluation-year-title {
  margin-bottom: 14px;
  font-size: 24px;
  font-weight: 800;
  color: #12588f;
  letter-spacing: .02em;
}
.inline-type-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 900px) {
  .inline-type-grid {
    grid-template-columns: 1fr;
  }
  .evaluation-year-title {
    font-size: 21px;
  }
}

/* 企业职业病评价：搜索框美化 */
.evaluation-search{
  margin-bottom:24px;
  padding:18px;
  border-radius:22px;
  background:linear-gradient(135deg,#f7fbff,#eef7ff);
  border:1px solid #dfeef9;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.85);
}
.evaluation-search .evaluation-search-box{
  height:54px;
  flex:1 1 560px;
  background:#fff;
  border:1px solid #d7e7f3;
  box-shadow:0 10px 24px rgba(11,47,95,.06);
}
.evaluation-search .evaluation-search-box:focus-within{
  border-color:#176fc4;
  box-shadow:0 0 0 5px rgba(23,111,196,.10),0 14px 28px rgba(11,47,95,.09);
}
.evaluation-search .search-icon{
  width:30px;
  height:30px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:#eaf5ff;
  color:#176fc4;
  font-size:22px;
  line-height:1;
  font-weight:700;
}
.evaluation-search input::placeholder{
  color:#8aa0b4;
}
.evaluation-search .search-btn{
  height:54px;
  min-width:116px;
  padding:0 34px;
  font-size:17px;
  letter-spacing:2px;
}
.evaluation-search .reset-link{
  height:54px;
  padding:0 22px;
  border:1px solid #d9e8f4;
  background:#fff;
}
@media(max-width:980px){
  .evaluation-search{padding:14px;border-radius:18px;}
  .evaluation-search .evaluation-search-box{height:48px;flex-basis:100%;}
  .evaluation-search .search-btn,.evaluation-search .reset-link{height:46px;}
}
@media(max-width:560px){
  .evaluation-search .search-btn,.evaluation-search .reset-link{flex:1;justify-content:center;}
}

/* 2026-08-31 首页「关于永妥」工程坐标系统 */
.about-yongtuo{position:relative;isolation:isolate;min-height:610px;padding:76px max(34px,calc((100% - 1380px)/2)) 54px;overflow:hidden;background:linear-gradient(135deg,#fff 0%,#f8fbff 48%,#edf6fd 100%);border-bottom:1px solid #dce9f4}
.about-yongtuo:before{content:"";position:absolute;inset:0;z-index:-2;background-image:linear-gradient(rgba(33,108,174,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(33,108,174,.045) 1px,transparent 1px);background-size:38px 38px;mask-image:linear-gradient(90deg,transparent,#000 45%,#000)}
.about-yongtuo:after{content:"";position:absolute;z-index:-1;left:31%;right:-5%;bottom:118px;height:180px;opacity:.24;background:linear-gradient(155deg,transparent 49%,#4a91c7 50%,transparent 50.7%),linear-gradient(25deg,transparent 49%,#79aed2 50%,transparent 50.7%);background-size:150px 90px}
.about-intro{position:relative;z-index:3;width:39%;max-width:520px}.about-intro>span{display:block;color:#165b9c;font-size:13px;font-weight:900;letter-spacing:2.5px;margin-bottom:14px}.about-intro h2{margin:0;color:#092f63;font-size:48px;line-height:1.15;letter-spacing:2px}.about-title-line{display:block;width:104px;height:3px;margin:22px 0 26px;background:linear-gradient(90deg,#176fc4 0 55%,#24c7d6 55% 72%,#bdd5e9 72%)}.about-intro p{margin:0;color:#405d77;font-size:16px;line-height:2;text-align:justify}
.about-tech-scene{position:absolute;z-index:1;left:39%;right:2%;top:18px;height:420px;pointer-events:none}.about-compass{position:absolute;left:18%;top:0;width:390px;height:390px;border:1px solid rgba(21,97,164,.22);border-radius:50%;box-shadow:0 0 0 28px rgba(32,122,194,.025),0 0 0 62px rgba(32,122,194,.018)}.about-compass:before,.about-compass:after{content:"";position:absolute;background:rgba(16,82,143,.28)}.about-compass:before{left:50%;top:-18px;bottom:-18px;width:1px}.about-compass:after{top:50%;left:-18px;right:-18px;height:1px}.about-compass i{position:absolute;inset:38px;border:1px dashed rgba(18,104,174,.27);border-radius:50%;background:radial-gradient(circle,rgba(19,100,173,.13) 0 2%,transparent 2.5%),repeating-conic-gradient(from 0deg,rgba(15,92,159,.22) 0 1deg,transparent 1deg 10deg)}.about-compass b{position:absolute;z-index:2;left:50%;top:42px;width:24px;height:154px;transform:translateX(-50%);clip-path:polygon(50% 0,100% 86%,50% 100%,0 86%);background:linear-gradient(90deg,#0a4387,#1a84df 54%,#07356e)}.about-compass span{position:absolute;z-index:3;left:50%;top:50%;width:76px;height:76px;transform:translate(-50%,-50%);border-radius:50%;background:radial-gradient(circle,#fff 0 10%,#0c559e 11% 35%,#082f69 36% 100%);box-shadow:0 0 0 8px rgba(255,255,255,.72),0 0 0 10px rgba(20,106,178,.45)}
.about-growth{position:absolute;right:0;top:85px;width:42%;height:250px;border-bottom:2px solid rgba(32,115,184,.16);transform:skewY(-5deg)}.about-growth:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;clip-path:polygon(0 90%,30% 72%,53% 62%,72% 33%,100% 0,100% 5%,74% 40%,56% 69%,31% 78%,0 97%);background:linear-gradient(90deg,#22b7cc,#176fc4)}.about-growth:after{content:"";position:absolute;right:-2px;top:-7px;width:20px;height:20px;border-top:4px solid #176fc4;border-right:4px solid #176fc4;transform:rotate(22deg)}.about-growth i{position:absolute;bottom:0;width:18%;background:linear-gradient(180deg,rgba(30,122,196,.25),rgba(30,122,196,.04))}.about-growth i:nth-child(1){left:8%;height:24%}.about-growth i:nth-child(2){left:32%;height:38%}.about-growth i:nth-child(3){left:58%;height:58%}.about-growth i:nth-child(4){right:0;height:86%}
.about-facts{position:relative;z-index:4;display:grid;grid-template-columns:.85fr .9fr 1.6fr 1.25fr .9fr;gap:0;margin:82px 0 0;padding:0;list-style:none;border-top:2px solid #176fc4}.about-facts li{position:relative;min-height:126px;padding:24px 20px 0;border-right:1px solid #d5e5f2}.about-facts li:last-child{border-right:0}.about-facts li:before{content:"";position:absolute;top:-9px;left:20px;width:13px;height:13px;border-radius:50%;background:#fff;border:3px solid #176fc4;box-shadow:0 0 0 5px rgba(23,111,196,.11)}.about-facts em{display:block;margin-bottom:8px;color:#176fc4;font-size:13px;font-style:normal;font-weight:900;letter-spacing:1px}.about-facts strong{display:block;color:#0a376c;font-size:23px;line-height:1.25}.about-facts span{display:block;margin-top:8px;color:#60788e;font-size:13px;line-height:1.65}
@media(max-width:1100px){.about-yongtuo{padding-left:34px;padding-right:34px}.about-intro{width:46%}.about-tech-scene{left:46%;opacity:.78}.about-compass{left:8%;width:340px;height:340px}.about-facts{grid-template-columns:repeat(5,1fr)}.about-facts li{padding-left:14px;padding-right:14px}.about-facts strong{font-size:20px}}
@media(max-width:760px){.about-yongtuo{min-height:0;padding:58px 24px 46px}.about-intro{width:100%;max-width:none}.about-intro h2{font-size:36px}.about-intro p{text-align:left;font-size:15px}.about-tech-scene{position:relative;left:auto;right:auto;top:auto;height:230px;margin:25px 0 -18px;opacity:.52}.about-compass{left:50%;top:0;width:220px;height:220px;transform:translateX(-50%)}.about-compass b{top:25px;height:86px;width:15px}.about-compass span{width:48px;height:48px}.about-growth{right:-28px;top:65px;width:45%;height:135px}.about-facts{grid-template-columns:1fr;margin-top:28px;border-top:0;border-left:2px solid #176fc4}.about-facts li{min-height:0;padding:4px 12px 22px 28px;border-right:0}.about-facts li:before{left:-9px;top:7px}.about-facts strong{font-size:20px}.about-facts span{margin-top:5px}.about-yongtuo:after{display:none}}

/* 关于永妥：采用高精度无文字科技图像，网页文字保持独立可访问 */
.about-yongtuo{background:#f7fbff}
.about-yongtuo:before,.about-yongtuo:after{display:none}
.about-tech-art{position:absolute;z-index:-1;inset:0;overflow:hidden;pointer-events:none}
.about-tech-art img{width:100%;height:100%;display:block;object-fit:cover;object-position:center top}
.about-intro,.about-facts{z-index:2}
.about-facts{background:transparent;backdrop-filter:none}
.about-facts strong,.about-facts span,.about-facts em{text-shadow:0 1px 5px rgba(255,255,255,.96),0 0 12px rgba(255,255,255,.82)}
@media(max-width:760px){.about-yongtuo{background:linear-gradient(180deg,#fbfdff,#f1f7fc)}.about-tech-art{position:relative;z-index:0;height:250px;margin:25px -24px 4px}.about-tech-art img{position:absolute;left:50%;top:0;width:710px;height:378px;max-width:none;transform:translateX(-54%);object-fit:contain;object-position:center top}.about-facts{background:transparent;backdrop-filter:none}}

/* 联系我们：数据库咨询提交表单 */
.contact-form h2{margin:0;color:var(--navy);font-size:28px}.contact-form-tip{margin:-8px 0 4px;color:#6b7788;line-height:1.7}.contact-field{display:flex;flex-direction:column;gap:8px}.contact-field span{font-weight:700;color:#26374c}.contact-field em{font-style:normal;color:#d64b4b}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 3px rgba(23,111,196,.10)}.form-message{padding:13px 16px;border-radius:9px;line-height:1.7;font-size:15px}.form-success{background:#edf9f1;border:1px solid #bfe4ca;color:#25723d}.form-error{background:#fff2f2;border:1px solid #efc7c7;color:#a53b3b}.contact-privacy{margin:0;color:#7b8795;font-size:13px;line-height:1.6}.contact-hp{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}.contact-form button{font-size:16px;padding:14px 24px}.contact-form button:hover{transform:translateY(-1px);filter:brightness(1.04)}

/* 信息公开 - 企业安全评价 */
.safety-card{padding:26px;}
.safety-filter{margin-bottom:22px;padding:20px;border:1px solid #dfeaf4;border-radius:20px;background:linear-gradient(135deg,#f8fbff,#eef6fd);box-shadow:inset 0 1px 0 rgba(255,255,255,.9);}
.safety-search-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap;}
.safety-search-box{height:52px;flex:1 1 560px;background:#fff;box-shadow:0 9px 22px rgba(11,47,95,.06);}
.safety-search-box .search-icon{width:30px;height:30px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:#eaf5ff;color:#176fc4;font-size:22px;font-weight:700;}
.safety-filter .search-btn{height:52px;min-width:108px;border:0;border-radius:999px;padding:0 30px;background:linear-gradient(135deg,var(--deep),var(--blue));color:#fff;font-size:16px;font-weight:700;cursor:pointer;box-shadow:0 8px 20px rgba(23,111,196,.18);}
.safety-filter .reset-link{height:52px;display:inline-flex;align-items:center;padding:0 20px;border-radius:999px;border:1px solid #d9e8f4;background:#fff;color:#4b6378;font-weight:700;}
.safety-filter-grid{display:grid;grid-template-columns:1fr 1fr 1.6fr;gap:14px;margin-top:16px;}
.safety-filter-grid label{display:flex;align-items:center;gap:10px;min-width:0;}
.safety-filter-grid label>span{font-size:14px;font-weight:800;color:#42566d;white-space:nowrap;}
.safety-filter-grid select{width:100%;min-width:0;height:44px;padding:0 38px 0 13px;border:1px solid #d7e4ef;border-radius:11px;background:#fff;color:#26374c;font-family:inherit;font-size:15px;outline:none;cursor:pointer;}
.safety-filter-grid select:focus{border-color:#176fc4;box-shadow:0 0 0 4px rgba(23,111,196,.09);}
.safety-summary{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin:0 2px 16px;padding:0 2px;}
.safety-summary div{display:flex;align-items:baseline;gap:12px;}.safety-summary strong{font-size:20px;color:#173a63;}.safety-summary span,.safety-summary em{font-size:14px;color:#74869a;font-style:normal;}
.safety-table{min-width:1040px;}
.safety-table th:nth-child(1){width:27%;}.safety-table th:nth-child(2){width:34%;}.safety-table th:nth-child(3){width:19%;}.safety-table th:nth-child(4){width:20%;}
.safety-table tbody tr{cursor:default;}
.safety-table .report-no{font-size:15px;}
.safety-table .report-link{display:inline-flex;align-items:center;justify-content:center;gap:7px;color:#064f82;font-weight:800;line-height:1.5;transition:.18s;}
.safety-table .report-link:hover{color:#0b2f5f;text-decoration:underline;}
.pdf-tag{display:inline-flex;align-items:center;justify-content:center;height:21px;padding:0 6px;border-radius:5px;background:#0b5f9b;color:#fff;font-size:10px;font-weight:800;letter-spacing:.5px;text-decoration:none!important;}
.safety-table .empty-row{padding:36px;color:#738496;background:#f6fafc!important;}
@media(max-width:980px){.safety-card{padding:15px}.safety-filter{padding:14px}.safety-filter-grid{grid-template-columns:1fr}.safety-filter-grid label{display:grid;grid-template-columns:72px 1fr}.safety-summary{align-items:flex-start;flex-direction:column;gap:6px}.safety-search-box{height:48px;flex-basis:100%}.safety-filter .search-btn,.safety-filter .reset-link{height:46px}.safety-table{min-width:960px}}
@media(max-width:560px){.safety-filter .search-btn,.safety-filter .reset-link{flex:1;justify-content:center}.safety-filter-grid label{grid-template-columns:64px 1fr}.safety-summary strong{font-size:18px}}

/* 统一报告列表：职业病评价与安全评价使用相同的信息公开布局 */
.evaluation-filter-grid{grid-template-columns:1fr 2fr;}
.unified-report-table th:nth-child(1){width:27%;}
.unified-report-table th:nth-child(2){width:34%;}
.unified-report-table th:nth-child(3){width:19%;}
.unified-report-table th:nth-child(4){width:20%;}
@media(max-width:980px){.evaluation-filter-grid{grid-template-columns:1fr;}}

/* Unified report pages: occupational detection year filter */
.detection-filter-grid{grid-template-columns:minmax(220px,360px)}
@media(max-width:720px){.detection-filter-grid{grid-template-columns:1fr}}

.contact-field-hint{color:#7b8795;font-size:13px;line-height:1.5;margin-top:-2px}

/* Contact location preview: no map API/key required */
.contact-card{display:flex;flex-direction:column;gap:26px;min-width:0}
.contact-info h2{margin-top:0}
.location-card{margin-top:auto;border:1px solid #dbe5f1;border-radius:16px;overflow:hidden;background:#fff;box-shadow:0 8px 22px rgba(9,48,92,.07)}
.location-map{position:relative;display:block;height:310px;overflow:hidden;background:linear-gradient(145deg,#eef4f7 0%,#e8f0f4 48%,#f3f6f8 100%);text-decoration:none;isolation:isolate}
.location-map:before,.location-map:after{content:"";position:absolute;inset:0;pointer-events:none}
.location-map:before{background-image:linear-gradient(rgba(95,125,145,.09) 1px,transparent 1px),linear-gradient(90deg,rgba(95,125,145,.09) 1px,transparent 1px);background-size:34px 34px;transform:rotate(-6deg) scale(1.12)}
.location-map:after{background:radial-gradient(circle at 53% 50%,rgba(23,111,196,.11),transparent 28%)}
.map-road{position:absolute;z-index:1;background:#fff;box-shadow:0 0 0 1px rgba(160,178,190,.22)}
.road-a{width:130%;height:27px;left:-15%;top:45%;transform:rotate(-8deg)}
.road-b{width:25px;height:135%;left:62%;top:-16%;transform:rotate(10deg)}
.road-c{width:78%;height:17px;left:4%;top:72%;transform:rotate(18deg)}
.map-block{position:absolute;z-index:1;border-radius:5px;background:rgba(194,210,219,.72);border:1px solid rgba(149,170,182,.25)}
.block-a{width:100px;height:52px;left:13%;top:20%;transform:rotate(-7deg)}
.block-b{width:78px;height:70px;right:12%;top:18%;transform:rotate(9deg)}
.block-c{width:115px;height:60px;left:20%;bottom:11%;transform:rotate(14deg)}
.map-pin{position:absolute;z-index:4;left:56%;top:47%;width:42px;height:42px;border-radius:50% 50% 50% 0;background:var(--deep);transform:translate(-50%,-70%) rotate(-45deg);box-shadow:0 8px 20px rgba(9,48,92,.28)}
.map-pin i{position:absolute;width:13px;height:13px;border-radius:50%;background:#fff;left:14px;top:14px}
.map-label{position:absolute;z-index:4;left:56%;top:58%;transform:translateX(-50%);padding:8px 13px;border-radius:9px;background:rgba(255,255,255,.96);color:var(--navy);font-weight:700;font-size:15px;box-shadow:0 5px 16px rgba(9,48,92,.14);white-space:nowrap}
.map-hint{position:absolute;z-index:4;right:14px;bottom:13px;background:rgba(7,29,58,.78);color:#fff;padding:6px 10px;border-radius:999px;font-size:12px}
.location-map:hover .map-pin{transform:translate(-50%,-74%) rotate(-45deg)}
.location-detail{display:flex;gap:18px;align-items:center;justify-content:space-between;padding:18px 20px}
.location-detail>div{min-width:0;display:flex;flex-direction:column;gap:5px}
.location-detail strong{color:var(--navy);font-size:16px}
.location-detail span{color:#667486;font-size:13px;line-height:1.65}
.map-link{flex:0 0 auto;text-decoration:none;color:var(--deep);font-weight:700;font-size:14px;padding:9px 12px;border-radius:9px;background:#eef5ff;white-space:nowrap}
.map-link:hover{background:#e3efff}
@media(max-width:980px){.location-map{height:300px}.contact-card{gap:22px}}
@media(max-width:560px){.contact-card{gap:20px}.location-card{border-radius:13px}.location-map{height:220px}.map-label{font-size:13px;top:60%}.map-hint{font-size:11px;right:10px;bottom:10px}.location-detail{align-items:flex-start;flex-direction:column;padding:15px 16px;gap:12px}.map-link{width:100%;text-align:center;padding:11px 12px}.map-pin{width:36px;height:36px}.map-pin i{width:11px;height:11px;left:12px;top:12px}}

/* 走进永妥：分公司介绍优化 */
.section-lead{max-width:760px;margin:18px auto 0;color:#718096;font-size:16px;line-height:1.8}.subsidiary-section{padding-top:58px}.company-grid-four{grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.company-card-modern{display:flex;flex-direction:column;min-height:460px;border-radius:20px;overflow:hidden;background:linear-gradient(180deg,#fff 0%,#fbfdff 100%);border:1px solid #e5edf7;box-shadow:0 15px 38px rgba(17,63,112,.10);cursor:pointer}.company-card-modern:hover{transform:translateY(-7px);box-shadow:0 22px 48px rgba(17,63,112,.16)}.company-card-modern:focus-visible{outline:3px solid rgba(23,111,196,.28);outline-offset:4px}.company-visual{height:205px;position:relative;overflow:hidden;background:linear-gradient(145deg,#eff7ff,#eaf2ff);border-bottom:1px solid #e8eef7}.company-visual:before,.company-visual:after{content:"";position:absolute;border-radius:50%;background:rgba(255,255,255,.8)}.company-visual:before{width:150px;height:150px;right:-34px;top:-42px}.company-visual:after{width:82px;height:82px;left:-26px;bottom:-28px}.company-visual-orb{position:absolute;width:124px;height:124px;left:50%;top:36px;transform:translateX(-50%);border-radius:32px;background:linear-gradient(145deg,#fff,rgba(255,255,255,.58));box-shadow:0 18px 36px rgba(17,76,137,.13);border:1px solid rgba(255,255,255,.9);z-index:1}.company-visual-icon{position:absolute;left:50%;top:55px;transform:translateX(-50%);z-index:2;width:86px;height:86px;border-radius:26px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:42px;font-weight:800;letter-spacing:2px;box-shadow:0 16px 30px rgba(20,90,160,.22)}.company-visual-lines{position:absolute;left:0;right:0;bottom:22px;display:flex;justify-content:center;align-items:flex-end;gap:9px;opacity:.55}.company-visual-lines i{display:block;width:42px;border-radius:12px 12px 3px 3px;background:rgba(45,132,210,.22)}.company-visual-lines i:nth-child(1){height:34px}.company-visual-lines i:nth-child(2){height:51px}.company-visual-lines i:nth-child(3){height:42px}.company-visual-safety{background:linear-gradient(145deg,#f0f7ff,#e6f2ff)}.company-visual-safety .company-visual-icon{background:linear-gradient(145deg,#176fc4,#0f4d94)}.company-visual-testing{background:linear-gradient(145deg,#eefaff,#e7f6f4)}.company-visual-testing .company-visual-icon{background:linear-gradient(145deg,#178bb9,#147a91)}.company-visual-consulting{background:linear-gradient(145deg,#f3f7ff,#edf0ff)}.company-visual-consulting .company-visual-icon{background:linear-gradient(145deg,#5077d8,#3155ae)}.company-visual-chemical{background:linear-gradient(145deg,#eff9f5,#e8f5fb)}.company-visual-chemical .company-visual-icon{background:linear-gradient(145deg,#168b87,#146e82)}.company-card-body{padding:24px 22px 22px;display:flex;flex:1;flex-direction:column}.company-card-modern h3{font-size:20px;line-height:1.45;margin:0 0 13px;color:var(--navy)}.company-card-modern p{font-size:15px;line-height:1.85;margin:0 0 22px;color:#5a6675}.company-card-modern button{margin-top:auto;width:100%;display:flex;align-items:center;justify-content:center;gap:14px;background:#fff;color:var(--deep);border:1px solid #cad9eb;box-shadow:none;padding:11px 18px}.company-card-modern button:hover{background:#f4f8fd;border-color:#9eb9d8}.company-card-modern button span{font-size:20px;line-height:1}.company-modal{padding:22px}.company-modal-box{position:relative;width:min(1040px,94vw);max-height:84vh;overflow:auto;padding:38px 44px 34px;border:1px solid #dce6f2}.company-modal-box h2{margin:0 46px 22px 0;font-size:30px;line-height:1.4}.company-modal-content{font-size:17px;line-height:1.95;color:#1f2937}.company-modal-content p{font-size:17px;line-height:1.95;margin:0 0 16px}.company-modal-content h3{font-size:18px;color:#111827;margin:17px 0 7px}.modal-x{position:absolute!important;right:20px;top:16px!important;margin:0!important;padding:3px 10px!important;background:transparent!important;color:#8a98aa!important;box-shadow:none!important;font-size:29px!important;font-weight:400!important}.modal-x:hover{color:#1b4e86!important}.modal-actions{display:flex;justify-content:flex-end;margin-top:22px}.intro-banner:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,46,91,.62),rgba(11,70,130,.10) 60%,rgba(8,31,62,.10))}
@media(max-width:1100px){.company-grid-four{grid-template-columns:repeat(2,1fr)}.company-card-modern{min-height:420px}}
@media(max-width:700px){.subsidiary-section{padding-top:44px}.company-grid-four{grid-template-columns:1fr;gap:20px}.company-card-modern{min-height:0}.company-visual{height:170px}.company-visual-orb{top:25px;width:112px;height:112px}.company-visual-icon{top:41px;width:80px;height:80px;font-size:38px}.company-card-body{padding:21px 18px}.company-card-modern h3{font-size:19px}.company-modal{align-items:flex-end;padding:10px}.company-modal-box{width:100%;max-height:88vh;border-radius:18px 18px 10px 10px;padding:28px 20px 24px}.company-modal-box h2{font-size:23px;margin-right:38px}.company-modal-content,.company-modal-content p{font-size:16px;line-height:1.85}.modal-x{right:12px!important;top:10px!important}.modal-actions button{width:100%}.section-lead{font-size:15px;margin-top:14px}.intro-banner:after{background:linear-gradient(90deg,rgba(8,46,91,.62),rgba(11,70,130,.14))}}

/* Subsidiary card illustrations - generated temporary artwork */
.company-card-modern .company-visual-image{height:205px;background:#fff;border-bottom:1px solid #e8eef7;display:flex;align-items:center;justify-content:center;padding:8px 10px;overflow:hidden}
.company-card-modern .company-visual-image:before,.company-card-modern .company-visual-image:after{display:none}
.company-card-modern .company-visual-image img{width:100%;height:100%;object-fit:contain;display:block}
@media(max-width:700px){.company-card-modern .company-visual-image{height:178px;padding:6px 8px}}

/* 2026-08 unified illustration refresh */
.hero{height:520px;background:#eef7ff}
.hero-slide:after{background:linear-gradient(90deg,rgba(244,250,255,.98) 0%,rgba(239,248,255,.90) 37%,rgba(237,247,255,.20) 65%,rgba(237,247,255,.04) 100%)}
.hero-text{top:142px;color:var(--navy);max-width:610px}
.hero-text h1{color:#0b3972;font-size:50px;letter-spacing:2px;text-shadow:none;margin-bottom:18px}
.hero-text p{color:#315679;font-size:21px;line-height:1.8;text-shadow:none}
.prev,.next{background:rgba(16,79,144,.22);border-color:rgba(16,79,144,.18);color:#0c4f94;backdrop-filter:blur(5px)}
.prev:hover,.next:hover{background:rgba(23,111,196,.88);color:#fff}
.dots span{background:#90b7dd;opacity:.7}.dots span.on{background:#176fc4;opacity:1}
.company-card-modern .company-visual-image{height:210px;padding:0;background:#fff;border-bottom:1px solid #e8eef7}
.company-card-modern .company-visual-image img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}
.company-card-modern{min-height:455px}
.intro-banner:after{background:linear-gradient(90deg,rgba(239,248,255,.90),rgba(235,246,255,.20) 63%,rgba(235,246,255,.04))}
.intro-banner div{color:#0b3972;text-shadow:none}.intro-banner h1{color:#0b3972;text-shadow:none}.intro-banner p{color:#315679;text-shadow:none}
@media(max-width:980px){.hero{height:410px}.hero-text{top:108px}.hero-text h1{font-size:36px}.hero-text p{font-size:17px}.hero-slide img{object-position:66% center}}
@media(max-width:700px){.company-card-modern .company-visual-image{height:205px;padding:0}.company-card-modern .company-visual-image img{object-fit:cover}.intro-banner img{object-position:66% center}}
@media(max-width:560px){.hero{height:350px}.hero-slide img{object-position:72% center}.hero-slide:after{background:linear-gradient(90deg,rgba(244,250,255,.98) 0%,rgba(239,248,255,.88) 58%,rgba(237,247,255,.18) 100%)}.hero-text{top:76px;left:22px;right:50px}.hero-text h1{font-size:28px;line-height:1.3}.hero-text p{font-size:15px;line-height:1.65}.prev,.next{display:none}}

/* 2026-08-29 grand homepage hero refresh: large-scene backgrounds, not subsidiary artwork */
.hero-slide img{object-fit:cover;object-position:center center}
.hero-slide:after{background:linear-gradient(90deg,rgba(241,248,255,.97) 0%,rgba(239,248,255,.88) 34%,rgba(237,247,255,.22) 60%,rgba(237,247,255,.02) 100%)}
@media(max-width:980px){.hero-slide img{object-position:62% center}}
@media(max-width:560px){.hero-slide img{object-position:68% center}.hero-slide:after{background:linear-gradient(90deg,rgba(242,249,255,.97) 0%,rgba(240,248,255,.88) 60%,rgba(237,247,255,.15) 100%)}}

/* 2026-08 首页 / 走进永妥视觉重设计 */
.hero-redesign{height:540px;background:#eaf4fc}.hero-redesign .hero-slide:after{background:linear-gradient(90deg,rgba(245,250,255,.96) 0%,rgba(239,248,255,.83) 34%,rgba(238,247,255,.18) 61%,rgba(0,0,0,.04) 100%)}.hero-redesign .hero-slide img{object-position:center center}.hero-copy{left:max(5.5vw,calc(50% - 680px));top:102px;max-width:650px;color:#0b3470}.hero-copy .hero-eyebrow{font-size:13px;font-weight:800;letter-spacing:2.2px;color:#2b77bd;margin-bottom:14px}.hero-copy h1{font-size:48px;line-height:1.18;letter-spacing:1px;margin:0 0 18px;color:#0a3778;text-shadow:none}.hero-copy p{font-size:20px;line-height:1.8;color:#405f7d;text-shadow:none;max-width:590px}.hero-values{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}.hero-values span{padding:8px 14px;border-radius:999px;background:rgba(255,255,255,.78);border:1px solid rgba(45,119,185,.22);color:#235887;font-size:14px;font-weight:700;backdrop-filter:blur(6px)}.hero-actions{display:flex;gap:12px;margin-top:26px}.hero-actions a{display:inline-flex;align-items:center;justify-content:center;min-width:116px;height:42px;padding:0 20px;border-radius:10px;background:linear-gradient(135deg,#0b4f93,#1d78c7);color:#fff;font-weight:700;box-shadow:0 10px 24px rgba(14,86,153,.16)}.hero-actions a.ghost{background:rgba(255,255,255,.76);color:#14558f;border:1px solid rgba(20,85,143,.18);box-shadow:none}.hero-redesign .prev,.hero-redesign .next{width:44px;height:58px;border-radius:50%;font-size:34px;background:rgba(8,63,112,.32);border:0}.hero-redesign .dots span{background:#9eb9cf}.hero-redesign .dots span.on{background:#1970bf}
.home-overview{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);gap:70px;align-items:center;padding-top:70px;padding-bottom:58px}.section-kicker{display:inline-block;color:#2677bd;font-weight:800;letter-spacing:2px;font-size:13px;margin-bottom:12px}.home-overview-copy h2,.intro-overview-main h2{font-size:36px;line-height:1.3;color:#123c6b;margin:0 0 18px}.home-overview-copy p,.intro-overview-main p{font-size:17px;line-height:1.95;color:#5d7184}.text-link{display:inline-flex;margin-top:14px;color:#176fc4;font-weight:800}.text-link b{margin-left:8px}.home-philosophy-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.home-philosophy-grid div{padding:22px;border-radius:18px;background:linear-gradient(145deg,#f7fbff,#edf6ff);border:1px solid #dfeaf5}.home-philosophy-grid div:last-child{grid-column:1/-1}.home-philosophy-grid b{display:block;color:#124b83;font-size:18px;margin-bottom:7px}.home-philosophy-grid span{color:#718293}.home-services{padding-top:54px}.home-cases{padding-top:38px}
.intro-banner-redesign{height:390px}.intro-banner-redesign:after{background:linear-gradient(90deg,rgba(7,47,93,.72),rgba(9,77,135,.24),rgba(0,0,0,.02))}.intro-banner-redesign .intro-banner-copy{left:max(6vw,calc(50% - 650px));top:105px}.intro-banner-copy span{display:block;font-size:13px;font-weight:800;letter-spacing:2.4px;color:#d8ecff;margin-bottom:10px}.intro-banner-redesign h1{font-size:52px;letter-spacing:2px}.intro-banner-redesign p{font-size:21px;color:#eef7ff}.intro-overview{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(330px,.75fr);gap:58px;align-items:center;padding-top:72px;padding-bottom:68px}.intro-overview-main{padding-right:20px}.intro-overview-side{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.intro-overview-side div{min-height:118px;padding:22px;border-radius:18px;background:linear-gradient(145deg,#f6fbff,#eaf5ff);border:1px solid #dceaf6;display:flex;flex-direction:column;justify-content:center}.intro-overview-side strong{font-size:27px;color:#145d9c;margin-bottom:6px}.intro-overview-side span{color:#6d8194}.intro-company-section{background:linear-gradient(180deg,#fbfdff,#f5f9fd);max-width:none;padding-left:max(24px,calc((100% - 1380px)/2));padding-right:max(24px,calc((100% - 1380px)/2))}.company-card-redesign{min-height:465px;border-radius:18px}.company-card-redesign .company-visual{height:190px;padding:0;background:#edf6fd}.company-card-redesign .company-visual img{width:100%;height:100%;object-fit:cover;display:block;transform:none}.company-card-redesign .company-card-body{padding:22px 22px 20px;display:flex;flex-direction:column;flex:1}.company-card-redesign h3{font-size:20px;line-height:1.45}.company-card-redesign p{font-size:15px;line-height:1.75}.company-card-redesign button{margin-top:auto;width:100%;background:#fff;color:#176fc4;border:1px solid #d7e5f3;box-shadow:none}.company-card-redesign:hover button{background:#176fc4;color:#fff;border-color:#176fc4}.intro-values-section{padding-top:70px;padding-bottom:76px}.intro-values-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.intro-values-grid>div{text-align:center;padding:30px 18px;border-radius:18px;background:#fff;border:1px solid #e1e9f2;box-shadow:0 12px 28px rgba(26,78,126,.06)}.intro-values-grid i{width:54px;height:54px;border-radius:16px;margin:0 auto 15px;display:flex;align-items:center;justify-content:center;font-style:normal;font-size:20px;font-weight:900;color:#176fc4;background:#eaf5ff}.intro-values-grid strong{display:block;font-size:17px;color:#183f69;line-height:1.5;margin-bottom:9px}.intro-values-grid span{font-size:14px;color:#7a8998;line-height:1.7}
@media(max-width:1100px){.hero-copy{left:46px}.hero-copy h1{font-size:42px}.home-overview,.intro-overview{grid-template-columns:1fr;gap:34px}.intro-values-grid{grid-template-columns:repeat(2,1fr)}.intro-values-grid>div:last-child{grid-column:1/-1}.company-grid-four{grid-template-columns:repeat(2,1fr)}}
@media(max-width:980px){.hero-redesign{height:470px}.hero-redesign .hero-slide img{object-position:62% center}.hero-copy{left:24px;right:24px;top:84px;max-width:580px}.hero-copy h1{font-size:36px}.hero-copy p{font-size:17px;max-width:510px}.hero-values{max-width:500px}.intro-banner-redesign{height:300px}.intro-banner-redesign .intro-banner-copy{left:24px;right:24px;top:82px}.intro-banner-redesign h1{font-size:40px}.home-overview{padding-top:50px}.intro-overview{padding-top:52px}.company-card-redesign{min-height:430px}.company-card-redesign .company-visual{height:180px}}
@media(max-width:620px){.hero-redesign{height:520px}.hero-redesign .hero-slide:after{background:linear-gradient(180deg,rgba(244,250,255,.92) 0%,rgba(241,248,255,.74) 58%,rgba(236,246,255,.28) 100%)}.hero-redesign .hero-slide img{object-position:72% center}.hero-copy{top:74px}.hero-copy .hero-eyebrow{font-size:11px}.hero-copy h1{font-size:30px;line-height:1.25}.hero-copy p{font-size:15px;line-height:1.7}.hero-values{gap:7px;margin-top:16px}.hero-values span{font-size:12px;padding:6px 10px}.hero-actions{margin-top:18px}.hero-actions a{height:38px;min-width:104px;font-size:14px}.hero-redesign .prev,.hero-redesign .next{display:none}.home-overview{padding:42px 18px}.home-overview-copy h2,.intro-overview-main h2{font-size:28px}.home-philosophy-grid{grid-template-columns:1fr}.home-philosophy-grid div:last-child{grid-column:auto}.intro-banner-redesign{height:260px}.intro-banner-redesign .intro-banner-copy{top:70px}.intro-banner-redesign h1{font-size:34px}.intro-banner-redesign p{font-size:16px}.intro-overview{padding:42px 18px}.intro-overview-side{grid-template-columns:1fr 1fr}.company-grid-four{grid-template-columns:1fr}.company-card-redesign{min-height:0}.company-card-redesign .company-visual{height:210px}.intro-values-grid{grid-template-columns:1fr}.intro-values-grid>div:last-child{grid-column:auto}.intro-company-section{padding-left:16px;padding-right:16px}.intro-values-section{padding-top:48px}}


/* =========================================================
   2026-08-29 Information architecture redesign v2
   ========================================================= */
body{background:#fff;color:#21364c}.site-header-v2{height:82px;background:rgba(255,255,255,.97);border-bottom:1px solid #e7eef6;box-shadow:0 5px 22px rgba(21,58,94,.06);backdrop-filter:blur(12px)}.site-header-v2 .navwrap{max-width:1400px;height:82px;padding:0 28px}.brand-v2{color:#122f50;gap:11px;font-size:0}.brand-v2 img{height:48px;filter:none}.brand-v2 span{padding-left:0;display:flex;flex-direction:column;line-height:1.15}.brand-v2 span:before{display:none}.brand-v2 b{font-size:22px;letter-spacing:.4px;color:#102d4b}.brand-v2 small{font-size:9px;letter-spacing:.6px;color:#6f8191;margin-top:5px;font-weight:700}.main-nav-v2{gap:0}.main-nav-v2>a,.main-nav-v2 .nav-dropdown>a{height:82px;line-height:82px;padding:0 18px;color:#203a55;font-size:16px;font-weight:700;background:transparent!important}.main-nav-v2 a:after{bottom:0;left:17px;right:17px;height:3px;background:#176fc4}.main-nav-v2 a.on,.main-nav-v2 a:hover{color:#176fc4}.site-header-v2 .dropdown-menu{top:82px;background:#fff;border:1px solid #e1eaf3;box-shadow:0 18px 42px rgba(24,64,102,.12)}.site-header-v2 .dropdown-menu a{height:56px;line-height:1.4;color:#27435f}.site-header-v2 .menu-toggle{border-color:#cfdbe7;background:#f7fbff}.site-header-v2 .menu-toggle span{background:#1d568a}.header-phone{white-space:nowrap;color:#176fc4;font-size:17px;font-weight:800;padding-left:18px;border-left:1px solid #e2eaf2}
.new-home,.new-intro,.simple-page-v2{overflow:hidden}.home-hero{height:520px;position:relative;overflow:hidden;background:#edf6fc}.home-hero .hero-slide{position:absolute;inset:0;opacity:0;transition:opacity .7s}.home-hero .hero-slide.active{opacity:1}.home-hero .hero-slide img{width:100%;height:100%;object-fit:cover;object-position:center}.home-hero .hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(244,250,255,.98) 0%,rgba(240,248,255,.91) 37%,rgba(236,246,254,.26) 63%,rgba(4,32,60,.10) 100%)}.hero-content-shell{position:absolute;inset:0;max-width:1380px;margin:auto;padding:0 48px;display:flex;align-items:center}.home-hero-copy{max-width:680px;margin-top:-12px}.home-hero-kicker,.eyebrow,.home-section-head>span{display:inline-block;font-size:12px;letter-spacing:2.1px;font-weight:900;color:#2878be;margin-bottom:13px}.home-hero-copy h1{font-size:48px;line-height:1.2;color:#0c3c73;margin:0 0 19px;letter-spacing:1px}.home-hero-copy>p{font-size:20px;color:#416681;line-height:1.75;margin:0}.hero-trust-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}.hero-trust-row span{font-size:14px;font-weight:800;color:#285a86;background:rgba(255,255,255,.84);border:1px solid #d7e7f4;padding:8px 13px;border-radius:999px}.hero-cta-row{display:flex;gap:12px;margin-top:28px}.hero-cta-row a{min-width:122px;height:44px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;border:1px solid #bfd4e8;color:#1a609b;background:rgba(255,255,255,.82);font-weight:800}.hero-cta-row a.primary{background:#176fc4;border-color:#176fc4;color:#fff;box-shadow:0 9px 22px rgba(23,111,196,.18)}.home-hero .prev,.home-hero .next{width:44px;height:58px;border:0;border-radius:50%;font-size:35px;background:rgba(20,76,126,.24);color:#fff}.home-hero .prev{left:24px}.home-hero .next{right:24px}.home-hero .dots{bottom:18px}.home-hero .dots span{width:9px;height:9px;border-radius:99px;background:#fff;opacity:.72}.home-hero .dots span.on{width:30px;background:#176fc4;opacity:1}
.home-section{max-width:1320px;margin:0 auto;padding:76px 32px}.home-section-head{text-align:center;max-width:760px;margin:0 auto 38px}.home-section-head.align-left{text-align:left;max-width:none;margin-left:0}.home-section-head h2{font-size:34px;color:#143f69;margin:0 0 12px;letter-spacing:.5px}.home-section-head p{font-size:16px;line-height:1.8;color:#718395;margin:0}.service-grid-v2{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.service-card-v2{padding:28px 18px 25px;border:1px solid #dfe8f2;border-radius:14px;background:#fff;min-height:224px;transition:.25s}.service-card-v2:hover{transform:translateY(-5px);box-shadow:0 14px 32px rgba(20,69,112,.09);border-color:#c8ddef}.service-icon-v2{width:54px;height:54px;border-radius:14px;background:#edf6ff;color:#176fc4;display:flex;align-items:center;justify-content:center;font-size:21px;font-weight:900;margin-bottom:20px}.service-card-v2 h3{font-size:18px;color:#173f67;margin:0 0 10px}.service-card-v2 p{font-size:14px;line-height:1.75;color:#738495;margin:0}.home-profile-v2{display:grid;grid-template-columns:1fr .85fr;gap:70px;align-items:center;padding-top:62px}.profile-copy-v2 h2,.intro-copy-v2 h2{font-size:35px;line-height:1.35;color:#153f68;margin:0 0 18px}.profile-copy-v2 p,.intro-copy-v2 p{font-size:16px;line-height:1.95;color:#64788b}.inline-arrow{display:inline-block;margin-top:12px;color:#176fc4;font-weight:900}.profile-visual-v2,.intro-image-v2{border-radius:20px;overflow:hidden;box-shadow:0 20px 48px rgba(22,68,108,.12)}.profile-visual-v2 img,.intro-image-v2 img{width:100%;height:330px;object-fit:cover;display:block}.strength-band{background:linear-gradient(135deg,#0c3e74,#125d9d);color:#fff}.strength-inner{max-width:1320px;margin:auto;padding:60px 32px}.home-section-head.light h2,.home-section-head.light>span{color:#fff}.strength-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:0}.strength-grid div{padding:12px 28px;border-left:1px solid rgba(255,255,255,.2)}.strength-grid div:first-child{border-left:0}.strength-grid strong{display:block;font-size:34px;margin-bottom:8px;color:#fff}.strength-grid span{font-size:14px;color:#d6e9f8}.public-platform-v2{padding-top:74px}.public-entry-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.public-entry-grid>a{padding:30px;border-radius:16px;border:1px solid #dce8f3;background:linear-gradient(145deg,#fff,#f5faff);transition:.25s}.public-entry-grid>a:hover{transform:translateY(-4px);box-shadow:0 16px 34px rgba(23,72,113,.09)}.public-icon{width:54px;height:54px;border-radius:15px;background:#eaf5ff;color:#176fc4;display:flex;align-items:center;justify-content:center;font-size:21px;font-weight:900;margin-bottom:18px}.public-icon.green{background:#ecf9f1;color:#25935a}.public-icon.purple{background:#f3efff;color:#6b4bc1}.public-entry-grid h3{font-size:20px;color:#183f67;margin:0 0 8px}.public-entry-grid p{color:#7a8a99;margin:0 0 20px}.public-entry-grid b{color:#176fc4}.values-v2{padding-top:62px;padding-bottom:68px}.value-strip-v2{display:grid;grid-template-columns:repeat(5,1fr);border:1px solid #e1e9f1;border-radius:18px;background:#fff;overflow:hidden}.value-strip-v2>div{text-align:center;padding:28px 16px;border-left:1px solid #e7edf4}.value-strip-v2>div:first-child{border-left:0}.value-strip-v2 i{width:48px;height:48px;border-radius:50%;background:#eef6ff;color:#176fc4;font-style:normal;font-weight:900;display:flex;align-items:center;justify-content:center;margin:0 auto 13px}.value-strip-v2 strong{display:block;font-size:16px;color:#21425f;line-height:1.55}.value-strip-v2 p{font-size:13px;color:#7d8b98;line-height:1.65;margin:8px 0 0}.contact-cta-v2{max-width:1260px;margin-bottom:70px;border-radius:22px;background:linear-gradient(120deg,#eef7ff,#f9fcff);border:1px solid #d9e8f5;display:flex;align-items:center;justify-content:space-between;gap:30px;padding:42px 48px}.contact-cta-v2 h2{font-size:29px;color:#143f69;margin:4px 0 8px}.contact-cta-v2 p{color:#6c8195;margin:0}.contact-cta-v2>div>span{font-size:11px;letter-spacing:2px;color:#2878be;font-weight:900}.cta-contact{text-align:right;display:flex;flex-direction:column;align-items:flex-end;gap:6px}.cta-contact strong{font-size:28px;color:#176fc4}.cta-contact span{font-size:13px;color:#6f8192;max-width:420px}.cta-contact a{margin-top:6px;color:#176fc4;font-weight:900}
.inner-hero-v2{height:310px;position:relative;overflow:hidden}.inner-hero-v2.compact{height:260px}.inner-hero-v2 img{width:100%;height:100%;object-fit:cover}.inner-hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,48,86,.75),rgba(8,72,126,.22),rgba(0,0,0,.03))}.inner-hero-copy{position:absolute;left:max(6vw,calc(50% - 650px));top:82px;color:#fff}.inner-hero-copy span{font-size:12px;font-weight:900;letter-spacing:2.4px;color:#d4ebff}.inner-hero-copy h1{font-size:48px;margin:8px 0 10px}.inner-hero-copy p{font-size:18px;margin:0;color:#e8f4ff}.intro-profile-v2{display:grid;grid-template-columns:1fr .9fr;gap:68px;align-items:center}.intro-image-v2 img{height:360px}.intro-values-v2{max-width:1320px}.subsidiaries-v2{max-width:none;background:#f7fafc;padding-left:max(32px,calc((100% - 1320px)/2));padding-right:max(32px,calc((100% - 1320px)/2))}.company-grid-four{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.company-card-v2{border:1px solid #dfe7ef;background:#fff;border-radius:17px;overflow:hidden;display:flex;flex-direction:column;min-height:470px;cursor:pointer;transition:.25s}.company-card-v2:hover{transform:translateY(-5px);box-shadow:0 16px 34px rgba(17,65,105,.10)}.company-img-v2{height:185px;background:#eef6fc;overflow:hidden}.company-img-v2 img{width:100%;height:100%;object-fit:cover;display:block}.company-body-v2{padding:22px;display:flex;flex:1;flex-direction:column}.company-body-v2 h3{font-size:19px;line-height:1.45;color:#164675;margin:0 0 12px}.company-body-v2 p{font-size:14px;line-height:1.78;color:#718293;margin:0 0 18px}.company-body-v2 button{margin-top:auto;height:40px;border:1px solid #d4e2ef;background:#fff;color:#176fc4;border-radius:8px;font-weight:800;cursor:pointer}.company-card-v2:hover button{background:#176fc4;color:#fff;border-color:#176fc4}.timeline-v2{padding-bottom:82px}.timeline-track-v2{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;position:relative}.timeline-track-v2:before{content:"";position:absolute;left:12%;right:12%;top:25px;height:2px;background:#d5e5f2}.timeline-track-v2>div{position:relative;background:#fff;border:1px solid #dce7f1;border-radius:15px;padding:54px 24px 24px;text-align:center}.timeline-track-v2>div:before{content:"";position:absolute;top:18px;left:50%;width:15px;height:15px;background:#176fc4;border:5px solid #e7f3ff;border-radius:50%;transform:translateX(-50%);z-index:1}.timeline-track-v2 strong{display:block;font-size:28px;color:#176fc4;margin-bottom:8px}.timeline-track-v2 span{font-size:14px;line-height:1.75;color:#708293}.fee-v2{max-width:1200px}.fee-grid-v2{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.fee-grid-v2>div{border:1px solid #dfe8f1;border-radius:15px;padding:28px;background:#fff}.fee-grid-v2 h3{font-size:20px;color:#174671;margin:0 0 12px}.fee-grid-v2 p{font-size:15px;line-height:1.8;color:#718394;margin:0}.fee-contact-v2{margin-top:28px;padding:27px 30px;border-radius:15px;background:#eef7ff;display:flex;justify-content:space-between;align-items:center;gap:24px}.fee-contact-v2 strong{display:block;color:#153f67;font-size:20px;margin-bottom:5px}.fee-contact-v2 span{color:#6d8193}.fee-contact-v2 a{white-space:nowrap;background:#176fc4;color:#fff;padding:12px 20px;border-radius:8px;font-weight:800}
.footer-v2{background:#082b55;color:#d7e5f3;padding:0}.footer-v2-inner{max-width:1320px;margin:auto;display:grid;grid-template-columns:1.1fr .7fr 1.2fr;gap:42px;padding:38px 32px 28px}.footer-v2 strong{font-size:18px;color:#fff}.footer-v2 p{font-size:13px;line-height:1.7;margin:7px 0;color:#c5d8e9}.footer-v2-bottom{border-top:1px solid rgba(255,255,255,.13);text-align:center;padding:15px 20px;color:#a9c2d9;font-size:12px}
@media(max-width:1180px){.header-phone{display:none}.service-grid-v2{grid-template-columns:repeat(3,1fr)}.home-profile-v2,.intro-profile-v2{grid-template-columns:1fr}.profile-visual-v2 img,.intro-image-v2 img{height:320px}.company-grid-four{grid-template-columns:repeat(2,1fr)}.value-strip-v2{grid-template-columns:repeat(2,1fr)}.value-strip-v2>div{border-top:1px solid #e7edf4}.value-strip-v2>div:last-child{grid-column:1/-1}.strength-grid{grid-template-columns:repeat(5,1fr)}.main-nav-v2>a,.main-nav-v2 .nav-dropdown>a{padding:0 13px;font-size:15px}}
@media(max-width:900px){.site-header-v2,.site-header-v2 .navwrap{height:70px}.brand-v2 img{height:41px}.brand-v2 b{font-size:18px}.brand-v2 small{font-size:8px}.site-header-v2 .menu-toggle{display:flex}.main-nav-v2{position:absolute;left:0;right:0;top:70px;background:#fff;display:none;height:auto;flex-direction:column;box-shadow:0 14px 30px rgba(25,61,95,.12);padding:8px 16px 14px}.main-nav-v2.open{display:flex}.main-nav-v2>a,.main-nav-v2 .nav-dropdown>a{width:100%;height:50px;line-height:50px;color:#25435f;padding:0 12px}.main-nav-v2 a:after{display:none}.main-nav-v2 .nav-dropdown{height:auto;width:100%;display:block}.main-nav-v2 .dropdown-menu{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;border:0;border-radius:8px;display:none;padding-left:12px}.main-nav-v2 .nav-dropdown:hover .dropdown-menu{display:block}.home-hero{height:460px}.hero-content-shell{padding:0 34px}.home-hero-copy h1{font-size:39px}.home-hero-copy>p{font-size:17px}.home-hero .hero-slide img{object-position:64% center}.service-grid-v2{grid-template-columns:repeat(2,1fr)}.strength-grid{grid-template-columns:repeat(2,1fr);gap:20px}.strength-grid div{border-left:0;border-top:1px solid rgba(255,255,255,.18);padding:18px 0}.public-entry-grid{grid-template-columns:1fr}.contact-cta-v2{flex-direction:column;align-items:flex-start}.cta-contact{text-align:left;align-items:flex-start}.footer-v2-inner{grid-template-columns:1fr}.timeline-track-v2{grid-template-columns:1fr}.timeline-track-v2:before{display:none}.company-grid-four{grid-template-columns:repeat(2,1fr)}}
@media(max-width:620px){.brand-v2 small{display:none}.brand-v2 b{font-size:17px}.site-header-v2 .navwrap{padding:0 15px}.home-hero{height:500px}.home-hero .hero-overlay{background:linear-gradient(180deg,rgba(244,250,255,.97),rgba(241,248,255,.83) 62%,rgba(237,247,255,.22))}.home-hero .hero-slide img{object-position:72% center}.hero-content-shell{padding:0 20px;align-items:flex-start}.home-hero-copy{margin-top:68px}.home-hero-kicker{font-size:10px}.home-hero-copy h1{font-size:31px}.home-hero-copy>p{font-size:15px;line-height:1.7}.hero-trust-row{gap:7px;margin-top:18px}.hero-trust-row span{font-size:12px;padding:6px 9px}.hero-cta-row{margin-top:20px}.home-hero .prev,.home-hero .next{display:none}.home-section{padding:52px 18px}.home-section-head h2{font-size:28px}.service-grid-v2{grid-template-columns:1fr}.service-card-v2{min-height:0}.profile-copy-v2 h2,.intro-copy-v2 h2{font-size:28px}.profile-visual-v2 img,.intro-image-v2 img{height:220px}.strength-inner{padding:46px 20px}.strength-grid{grid-template-columns:1fr 1fr}.strength-grid strong{font-size:28px}.value-strip-v2{grid-template-columns:1fr}.value-strip-v2>div,.value-strip-v2>div:first-child{border-left:0;border-top:1px solid #e7edf4}.value-strip-v2>div:first-child{border-top:0}.value-strip-v2>div:last-child{grid-column:auto}.contact-cta-v2{margin:0 14px 52px;padding:30px 22px}.cta-contact strong{font-size:24px}.inner-hero-v2{height:245px}.inner-hero-v2.compact{height:220px}.inner-hero-copy{left:20px;right:20px;top:62px}.inner-hero-copy h1{font-size:36px}.inner-hero-copy p{font-size:15px}.company-grid-four{grid-template-columns:1fr}.company-card-v2{min-height:0}.company-img-v2{height:205px}.fee-grid-v2{grid-template-columns:1fr}.fee-contact-v2{flex-direction:column;align-items:flex-start}.footer-v2-inner{padding:30px 20px}}


/* 2026-08-29 refinement: vector hero, clean footer, public disclosures */
.home-hero .hero-slide img[src$=".svg"],.inner-hero-v2 img[src$=".svg"],.profile-visual-v2 img[src$=".svg"],.intro-image-v2 img[src$=".svg"]{image-rendering:auto}
.vector-panel{background:#edf7fc}.vector-panel img{object-position:center}
.footer-v2{width:100%;background:linear-gradient(135deg,#071d3a 0%,#0b2f5f 55%,#0d3f76 100%);color:#d8e6f3;overflow:hidden}
.footer-v2 .footer-v2-inner{max-width:1320px;margin:0 auto!important;padding:44px 32px 34px!important;display:grid;grid-template-columns:1fr 1.15fr .95fr;gap:58px;background:transparent!important;color:inherit!important}
.footer-v2 .footer-v2-inner>div{margin:0!important;padding:0!important;background:transparent!important;color:inherit!important}
.footer-v2 .footer-v2-inner strong{font-size:20px;color:#fff;display:block;margin-bottom:14px}
.footer-v2 .footer-v2-inner h4{font-size:15px;color:#fff;margin:0 0 15px;padding-bottom:11px;border-bottom:1px solid rgba(255,255,255,.18)}
.footer-v2 .footer-v2-inner p{border:0!important;max-width:none!important;margin:7px 0!important;padding:0!important;font-size:13px;line-height:1.85;color:#c7d9e8}
.footer-v2 .footer-v2-inner a{color:#dceaf5}.footer-v2 .footer-v2-inner a:hover{color:#fff}
.footer-muted{opacity:.72}.footer-links-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px 18px}.footer-links-grid a{font-size:13px;padding:4px 0}
.footer-v2 .footer-v2-bottom{margin:0!important;padding:16px 24px!important;background:rgba(2,20,40,.34)!important;border-top:1px solid rgba(255,255,255,.12);display:flex;justify-content:center;gap:42px;flex-wrap:wrap;color:#a9c4da;font-size:12px;text-align:center}
.vector-inner-banner img{object-fit:cover}.public-docs-section{max-width:1180px}.public-doc-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.public-doc-card{display:grid;grid-template-columns:76px 1fr;gap:20px;align-items:start;padding:28px;border:1px solid #dce8f2;border-radius:18px;background:linear-gradient(145deg,#fff,#f7fbff);box-shadow:0 12px 30px rgba(23,72,113,.05)}.public-doc-card.featured{border-color:#c9dded}.doc-symbol{width:68px;height:68px;border-radius:18px;background:#e8f4ff;color:#176fc4;display:flex;align-items:center;justify-content:center;font-weight:900}.doc-symbol.green{background:#ebf8f1;color:#2a9360}.public-doc-card h3{margin:0 0 10px;color:#173f68;font-size:21px}.public-doc-card p{margin:0;color:#728496;line-height:1.8;font-size:14px}.doc-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:18px}.doc-actions a{font-size:13px;font-weight:800;color:#176fc4}.doc-actions .doc-primary{background:#176fc4;color:#fff;padding:10px 15px;border-radius:8px}.public-source-note{padding:16px 20px;border-radius:12px;background:#f1f8fe;border:1px solid #d7e8f6;color:#4f6f8a;font-size:14px;line-height:1.75;margin-bottom:25px}.public-source-note.warning{background:#fff8e8;border-color:#f0dca8;color:#735b24}.waste-section,.agency-section{max-width:1180px}.waste-year-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.waste-year-card{position:relative;border:1px solid #dce7f1;border-radius:18px;padding:28px;background:#fff;box-shadow:0 12px 30px rgba(24,70,108,.06)}.waste-year{font-size:42px;line-height:1;font-weight:900;color:#dbeaf6;margin-bottom:16px}.waste-year-card h2{font-size:20px;line-height:1.5;color:#173f68;margin:0 0 14px}.waste-year-card p{font-size:14px;line-height:1.8;color:#718294}.waste-year-card a{font-size:14px;font-weight:900;color:#176fc4}.agency-toolbar{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin:25px 0 18px}.agency-toolbar span,.agency-subhead span{font-size:11px;letter-spacing:1.8px;color:#2878be;font-weight:900}.agency-toolbar h2,.agency-subhead h2{margin:6px 0 0;color:#143f69}.agency-toolbar>a{white-space:nowrap;color:#176fc4;font-weight:900;font-size:14px}.agency-table-wrap{overflow-x:auto;border:1px solid #dce7f1;border-radius:14px}.agency-table{width:100%;border-collapse:collapse;min-width:820px}.agency-table th,.agency-table td{padding:15px 16px;border-bottom:1px solid #e4ebf2;border-right:1px solid #e4ebf2;text-align:left;vertical-align:top;font-size:14px;line-height:1.65}.agency-table th{width:16%;background:#f5f9fc;color:#31536f}.agency-table td{color:#445d72}.agency-table tr:last-child th,.agency-table tr:last-child td{border-bottom:0}.agency-table tr>*:last-child{border-right:0}.agency-subhead{margin:48px 0 18px}.evaluator-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.evaluator-card{padding:15px 16px;border:1px solid #dfe8f1;border-radius:12px;background:#fff;display:grid;grid-template-columns:72px 1fr;gap:4px 10px;align-items:center}.evaluator-card strong{color:#173f68}.evaluator-card span{color:#5f768b;font-size:13px}.evaluator-card small{grid-column:1/-1;color:#8a9aaa;font-size:11px;word-break:break-all}.empty-public-record{padding:24px;border:1px dashed #c9d9e7;border-radius:13px;color:#74889a;background:#fbfdff}
@media(max-width:900px){.footer-v2 .footer-v2-inner{grid-template-columns:1fr;gap:28px}.public-doc-grid,.waste-year-grid{grid-template-columns:1fr}.evaluator-grid{grid-template-columns:repeat(2,1fr)}.agency-toolbar{align-items:flex-start;flex-direction:column}.home-hero .hero-slide img[src$=".svg"]{object-position:62% center}}
@media(max-width:620px){.footer-v2 .footer-v2-inner{padding:34px 20px 26px!important}.footer-links-grid{grid-template-columns:1fr}.footer-v2 .footer-v2-bottom{gap:8px;flex-direction:column}.public-doc-card{grid-template-columns:1fr}.doc-symbol{width:58px;height:58px}.evaluator-grid{grid-template-columns:1fr}.home-hero .hero-slide img[src$=".svg"]{object-position:72% center}.agency-table th,.agency-table td{padding:12px 13px}.waste-year{font-size:34px}}

.public-icon.amber{background:#fff5df;color:#b47a15}
@media(max-width:1180px){.public-entry-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:900px){.public-entry-grid{grid-template-columns:1fr}}


/* 首页 · 服务客户（2026-08-29） */
.client-section-v2{padding-top:62px;padding-bottom:62px;background:linear-gradient(180deg,#fff 0%,#f8fbff 100%);overflow:hidden}
.client-marquee-v2{position:relative;overflow:hidden;margin-top:30px;padding:12px 0 18px;mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent)}
.client-track-v2{display:flex;align-items:center;gap:28px;width:max-content;animation:yongtuoClientScroll 42s linear infinite;will-change:transform}
.client-marquee-v2:hover .client-track-v2{animation-play-state:paused}
.client-logo-v2{flex:0 0 236px;height:126px;padding:20px 24px;border:1px solid #e3edf7;border-radius:16px;background:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px rgba(11,47,95,.07);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.client-logo-v2:hover{transform:translateY(-3px);border-color:#cbdff3;box-shadow:0 12px 30px rgba(11,47,95,.12)}
.client-logo-v2 img{display:block;max-width:100%;max-height:80px;width:auto;height:auto;object-fit:contain;filter:saturate(.9);transition:filter .2s ease,transform .2s ease}
.client-logo-v2:hover img{filter:saturate(1.05);transform:scale(1.025)}
@keyframes yongtuoClientScroll{from{transform:translate3d(0,0,0)}to{transform:translate3d(calc(-50% - 12px),0,0)}}
@media(max-width:768px){.client-section-v2{padding-top:48px;padding-bottom:48px}.client-marquee-v2{margin-left:-16px;margin-right:-16px;mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent)}.client-track-v2{gap:16px;animation-duration:30s}.client-logo-v2{flex-basis:170px;height:98px;padding:14px 18px;border-radius:14px}.client-logo-v2 img{max-height:62px}}
@media(prefers-reduced-motion:reduce){.client-track-v2{animation:none;transform:none}.client-marquee-v2{overflow-x:auto;mask-image:none;-webkit-mask-image:none;scrollbar-width:thin}}

/* Footer account entrances */
.footer-account-links{display:inline-flex;align-items:center;gap:10px}
.footer-account-links a{color:#dceaf5;text-decoration:none;font-weight:700;transition:.2s}
.footer-account-links a:hover{color:#fff;text-decoration:underline}
.footer-account-links .footer-sep{opacity:.45}
@media(max-width:620px){.footer-account-links{justify-content:center}}

/* =========================================================
   2026-08-29 homepage hero interaction/contrast fix
   - disable legacy ::after overlay that covered HTML content
   - keep background art decorative only
   - make real HTML CTA buttons fully visible/clickable
   ========================================================= */
.home-hero .hero-slide::after{
  content:none!important;
  display:none!important;
}
.home-hero .hero-slide{
  isolation:isolate;
}
.home-hero .hero-slide>img{
  position:absolute;
  inset:0;
  z-index:0;
  width:100%;
  height:100%;
  object-fit:cover;
  pointer-events:none;
  user-select:none;
}
.home-hero .hero-overlay{
  z-index:1;
  pointer-events:none;
  background:linear-gradient(90deg,
    rgba(246,251,255,.94) 0%,
    rgba(242,249,255,.84) 33%,
    rgba(235,246,254,.34) 56%,
    rgba(6,35,64,.06) 100%);
}
.home-hero .hero-content-shell{
  z-index:3;
  pointer-events:none;
}
.home-hero .home-hero-copy{
  pointer-events:auto;
}
.home-hero .home-hero-kicker{
  color:#176fc4;
  text-shadow:0 1px 0 rgba(255,255,255,.65);
}
.home-hero .home-hero-copy h1{
  color:#0a376a;
  text-shadow:0 1px 0 rgba(255,255,255,.5);
}
.home-hero .home-hero-copy>p{
  color:#315978;
  font-weight:500;
}
.home-hero .hero-trust-row span{
  background:rgba(255,255,255,.92);
  border-color:#cbdfee;
  color:#214f78;
  box-shadow:0 4px 14px rgba(26,78,122,.05);
}
.home-hero .hero-cta-row a{
  position:relative;
  z-index:5;
  cursor:pointer;
  background:#fff;
  color:#155d9b;
  border-color:#b9d2e6;
  box-shadow:0 7px 18px rgba(24,85,137,.08);
  transition:transform .18s ease,box-shadow .18s ease,background .18s ease,border-color .18s ease;
}
.home-hero .hero-cta-row a:hover,
.home-hero .hero-cta-row a:focus-visible{
  transform:translateY(-2px);
  border-color:#176fc4;
  box-shadow:0 10px 24px rgba(23,111,196,.15);
  outline:none;
}
.home-hero .hero-cta-row a.primary{
  background:#176fc4;
  border-color:#176fc4;
  color:#fff;
  box-shadow:0 10px 24px rgba(23,111,196,.24);
}
.home-hero .hero-cta-row a.primary:hover,
.home-hero .hero-cta-row a.primary:focus-visible{
  background:#0f62ad;
  border-color:#0f62ad;
}
.home-hero .prev,.home-hero .next,.home-hero .dots{
  z-index:6;
}
@media(max-width:900px){
  .home-hero .hero-overlay{
    background:linear-gradient(90deg,rgba(246,251,255,.95) 0%,rgba(241,249,255,.86) 48%,rgba(235,246,254,.24) 76%,rgba(6,35,64,.04) 100%);
  }
}
@media(max-width:620px){
  .home-hero .hero-overlay{
    background:linear-gradient(180deg,rgba(246,251,255,.95) 0%,rgba(242,249,255,.86) 58%,rgba(237,247,255,.36) 80%,rgba(9,43,74,.08) 100%);
  }
  .home-hero .hero-content-shell{z-index:3}
  .home-hero .hero-cta-row{gap:10px;flex-wrap:wrap}
  .home-hero .hero-cta-row a{min-width:112px}
}


/* 2026-08-29 首页结构优化：集团简介前置、居中展示，核心业务统一居中 */
.home-profile-v3{max-width:none;position:relative;padding:82px max(32px,calc((100% - 1320px)/2)) 0;background:linear-gradient(180deg,#fff 0%,#fbfdff 72%,#f4f9fd 100%);text-align:center;overflow:hidden}
.profile-copy-v3{position:relative;z-index:3;max-width:1040px;margin:0 auto}
.profile-copy-v3 .eyebrow{margin-bottom:12px}
.profile-copy-v3 h2{font-size:38px;line-height:1.32;color:#143f69;margin:0;letter-spacing:.5px}
.section-divider-v3{width:88px;height:18px;margin:14px auto 20px;position:relative}
.section-divider-v3:before,.section-divider-v3:after{content:"";position:absolute;top:8px;width:33px;height:1px;background:#79afe0}
.section-divider-v3:before{left:0}.section-divider-v3:after{right:0}
.section-divider-v3 i{position:absolute;left:50%;top:5px;width:7px;height:7px;transform:translateX(-50%);border-radius:50%;background:#2d82cb;box-shadow:0 0 0 4px #e8f3fc}
.profile-copy-v3 p{max-width:960px;margin:0 auto 11px;font-size:16px;line-height:2;color:#64798c}
.profile-button-v3{display:inline-flex;align-items:center;justify-content:center;min-width:132px;height:44px;padding:0 20px;margin-top:18px;border-radius:9px;background:#176fc4;color:#fff;font-weight:900;box-shadow:0 10px 24px rgba(23,111,196,.16);transition:.22s}
.profile-button-v3:hover{transform:translateY(-2px);box-shadow:0 14px 28px rgba(23,111,196,.22)}
.profile-decoration-v3{position:relative;height:185px;max-width:1220px;margin:22px auto 0;overflow:hidden}
.profile-city-v3{position:absolute;left:50%;bottom:18px;width:470px;height:120px;transform:translateX(-50%);opacity:.42;display:flex;align-items:flex-end;justify-content:center;gap:10px}
.profile-city-v3 i{display:block;width:42px;border:1px solid #9ec7e8;border-bottom:0;background:linear-gradient(180deg,rgba(218,237,251,.25),rgba(195,224,246,.55));border-radius:3px 3px 0 0}
.profile-city-v3 i:nth-child(1){height:48px}.profile-city-v3 i:nth-child(2){height:74px}.profile-city-v3 i:nth-child(3){height:58px}.profile-city-v3 i:nth-child(4){height:112px;width:50px}.profile-city-v3 i:nth-child(5){height:68px}.profile-city-v3 i:nth-child(6){height:88px}.profile-city-v3 i:nth-child(7){height:52px}
.profile-wave-v3{position:absolute;left:-7%;right:-7%;height:90px;border-radius:50%;border-top:2px solid rgba(76,154,218,.26);transform:rotate(-2deg)}
.profile-wave-v3.wave-a{bottom:-18px}.profile-wave-v3.wave-b{bottom:-37px;border-top-color:rgba(42,126,198,.18);transform:rotate(2deg)}
.profile-wave-v3:after{content:"";position:absolute;left:0;right:0;top:11px;height:1px;background:linear-gradient(90deg,transparent,rgba(67,145,211,.24),transparent)}
.profile-badge-v3{position:absolute;z-index:2;width:68px;height:68px;border-radius:50%;background:#fff;border:1px solid #d8e8f5;box-shadow:0 10px 26px rgba(19,75,123,.10);display:flex;flex-direction:column;align-items:center;justify-content:center;color:#176fc4}
.profile-badge-v3 b{font-size:18px;line-height:1}.profile-badge-v3 span{font-size:10px;margin-top:5px;color:#70869a;font-weight:800}
.profile-badge-v3.badge-safety{left:18%;bottom:32px}.profile-badge-v3.badge-lab{left:37%;bottom:7px}.profile-badge-v3.badge-env{right:37%;bottom:8px}.profile-badge-v3.badge-team{right:18%;bottom:35px}
.home-services-v3{max-width:none;padding-left:max(32px,calc((100% - 1320px)/2));padding-right:max(32px,calc((100% - 1320px)/2));background:linear-gradient(180deg,#f4f9fd 0%,#fff 100%)}
.home-services-v3 .home-section-head{text-align:center;max-width:800px;margin:0 auto 40px}
.home-services-v3 .home-section-head h2{font-size:36px;margin-bottom:0}
.home-services-v3 .home-section-head p{max-width:760px;margin:0 auto}
.home-services-v3 .service-card-v2{text-align:center}
.home-services-v3 .service-icon-v2{margin-left:auto;margin-right:auto}
@media(max-width:900px){.home-profile-v3{padding-top:64px}.profile-copy-v3 h2{font-size:34px}.profile-decoration-v3{height:160px}.profile-city-v3{width:390px;height:105px}.profile-badge-v3.badge-safety{left:10%}.profile-badge-v3.badge-team{right:10%}}
@media(max-width:620px){.home-profile-v3{padding:54px 18px 0}.profile-copy-v3 h2{font-size:28px}.profile-copy-v3 p{font-size:15px;line-height:1.9}.profile-decoration-v3{height:132px;margin-top:18px}.profile-city-v3{width:270px;height:82px;gap:6px}.profile-city-v3 i{width:28px}.profile-city-v3 i:nth-child(4){width:34px;height:80px}.profile-city-v3 i:nth-child(1){height:35px}.profile-city-v3 i:nth-child(2){height:54px}.profile-city-v3 i:nth-child(3){height:43px}.profile-city-v3 i:nth-child(5){height:50px}.profile-city-v3 i:nth-child(6){height:62px}.profile-city-v3 i:nth-child(7){height:38px}.profile-badge-v3{width:52px;height:52px}.profile-badge-v3 b{font-size:15px}.profile-badge-v3 span{font-size:9px}.profile-badge-v3.badge-safety{left:1%;bottom:25px}.profile-badge-v3.badge-lab{left:27%;bottom:3px}.profile-badge-v3.badge-env{right:27%;bottom:3px}.profile-badge-v3.badge-team{right:1%;bottom:25px}.home-services-v3{padding-left:18px;padding-right:18px}.home-services-v3 .home-section-head h2{font-size:28px}}

/* 2026-08-30 真实工作场景与专业能力展示 */
.real-work-section{max-width:none;padding-left:max(32px,calc((100% - 1320px)/2));padding-right:max(32px,calc((100% - 1320px)/2));background:linear-gradient(180deg,#f7fbff 0%,#fff 100%)}
.real-work-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.real-work-card{position:relative;height:330px;margin:0;overflow:hidden;border-radius:18px;background:#dceaf5;box-shadow:0 14px 34px rgba(12,55,94,.10)}
.real-work-card img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .45s ease}
.real-work-card-wide img{object-position:center 42%}.real-work-card:hover img{transform:scale(1.035)}
.real-work-card:after{content:"";position:absolute;inset:38% 0 0;background:linear-gradient(180deg,transparent,rgba(5,31,58,.84))}
.real-work-card figcaption{position:absolute;z-index:2;left:0;right:0;bottom:0;padding:26px;color:#fff}
.real-work-card figcaption strong{display:block;font-size:20px;margin-bottom:7px}.real-work-card figcaption span{font-size:13px;line-height:1.6;color:#d8e8f5}
.real-work-more{text-align:center;margin-top:28px}.real-work-more a{display:inline-flex;align-items:center;gap:10px;color:#176fc4;font-weight:900}.real-work-more a span{transition:transform .2s}.real-work-more a:hover span{transform:translateX(4px)}
.intro-capability{max-width:none;padding-left:max(32px,calc((100% - 1320px)/2));padding-right:max(32px,calc((100% - 1320px)/2));background:#f5f9fd}
.capability-gallery{display:grid;grid-template-columns:1.45fr 1fr;gap:20px}
.capability-gallery figure{margin:0;position:relative;overflow:hidden;border-radius:18px;background:#dce8f2;box-shadow:0 12px 32px rgba(16,61,101,.09)}
.capability-gallery img{width:100%;height:100%;display:block;object-fit:cover}
.capability-feature{height:500px}.capability-feature:after,.capability-side figure:after{content:"";position:absolute;inset:45% 0 0;background:linear-gradient(180deg,transparent,rgba(6,34,62,.88))}
.capability-feature figcaption{position:absolute;z-index:2;left:0;right:0;bottom:0;padding:32px;color:#fff}.capability-feature figcaption>span{display:block;font-size:11px;letter-spacing:2px;color:#a9d6fb;font-weight:900}.capability-feature figcaption strong{display:block;font-size:26px;margin:7px 0}.capability-feature figcaption p{margin:0;max-width:620px;color:#dceaf5;line-height:1.75}
.capability-side{display:grid;grid-template-rows:1fr 1fr;gap:20px}.capability-side figure{min-height:240px}.capability-side figcaption{position:absolute;z-index:2;left:0;right:0;bottom:0;padding:22px;color:#fff}.capability-side figcaption strong{display:block;font-size:19px;margin-bottom:5px}.capability-side figcaption span{font-size:13px;color:#d9e8f4}
@media(max-width:1180px){.real-work-grid{grid-template-columns:1fr 1fr}}
@media(max-width:900px){.real-work-card{height:300px}.capability-gallery{grid-template-columns:1fr}.capability-feature{height:420px}.capability-side{grid-template-columns:1fr 1fr;grid-template-rows:none}.capability-side figure{height:250px}}
@media(max-width:620px){.real-work-section,.intro-capability{padding-left:18px;padding-right:18px}.real-work-grid{grid-template-columns:1fr;gap:14px}.real-work-card-wide{grid-column:auto}.real-work-card{height:245px;border-radius:14px}.real-work-card figcaption{padding:20px}.real-work-card figcaption strong{font-size:18px}.capability-gallery{gap:14px}.capability-feature{height:350px;border-radius:14px!important}.capability-feature figcaption{padding:22px}.capability-feature figcaption strong{font-size:22px}.capability-feature figcaption p{font-size:14px}.capability-side{grid-template-columns:1fr;gap:14px}.capability-side figure{height:230px;border-radius:14px!important}}

/* 2026-08-30 首页蓝图风格 Banner */
.blueprint-hero{height:520px;background:#e8ebf0}
.blueprint-hero .hero-slide>img{inset:auto;left:auto;right:0;top:calc(50% + 52px);width:1424px;height:auto;max-width:none;min-height:0;transform:translateY(-50%);object-fit:contain;object-position:center center}
.blueprint-hero .hero-overlay{background:linear-gradient(90deg,rgba(247,250,253,.98) 0%,rgba(245,249,252,.94) 34%,rgba(241,247,252,.43) 56%,rgba(236,245,252,.05) 78%,rgba(236,245,252,0) 100%)}
.blueprint-hero .hero-content-shell{max-width:1380px;padding:0 48px}
.blueprint-hero .home-hero-copy{max-width:880px;margin-top:-4px}
.blueprint-hero .home-hero-kicker{margin-bottom:14px;color:#1d69aa;letter-spacing:2.4px}
.blueprint-hero .home-hero-copy h1{font-size:52px;line-height:1.22;margin-bottom:14px;color:#082f63;letter-spacing:.5px;white-space:nowrap}
.blueprint-hero .home-hero-copy>p.hero-business-line{font-size:21px;line-height:1.65;color:#0f477f;font-weight:800;letter-spacing:.3px;margin:0}
.blueprint-hero .home-hero-copy>p.hero-summary{max-width:650px;margin:25px 0 0;font-size:17px;line-height:1.8;color:#344b63;font-weight:500}
.blueprint-hero .hero-cta-row{margin-top:28px;gap:16px}
.blueprint-hero .hero-cta-row a{min-width:160px;height:48px;border-radius:6px;background:#fff;border-color:#c8d8e7;color:#135c99;box-shadow:0 9px 22px rgba(19,72,116,.10)}
.blueprint-hero .hero-cta-row a.primary{background:linear-gradient(135deg,#0b4c91,#126fc4);border-color:#0d5ca8;box-shadow:0 11px 25px rgba(11,76,145,.22)}
.blueprint-hero.single-slide .prev,.blueprint-hero.single-slide .next,.blueprint-hero.single-slide .dots{display:none}
@media(max-width:1100px){.blueprint-hero .home-hero-copy h1{font-size:42px}.blueprint-hero .hero-content-shell{padding:0 34px}}
@media(max-width:760px){.blueprint-hero{height:520px}.blueprint-hero .hero-overlay{background:linear-gradient(180deg,rgba(247,250,253,.98) 0%,rgba(245,249,252,.94) 54%,rgba(240,247,252,.70) 76%,rgba(235,245,252,.28) 100%)}.blueprint-hero .hero-content-shell{align-items:flex-start;padding:0 22px}.blueprint-hero .home-hero-copy{margin-top:62px}.blueprint-hero .home-hero-copy h1{font-size:33px;line-height:1.3;white-space:normal;max-width:620px}.blueprint-hero .home-hero-copy>p.hero-business-line{font-size:16px;line-height:1.75;max-width:560px}.blueprint-hero .home-hero-copy>p.hero-summary{font-size:14px;line-height:1.75;margin-top:18px;max-width:500px}.blueprint-hero .hero-cta-row{margin-top:21px}.blueprint-hero .hero-cta-row a{min-width:132px;height:42px;font-size:14px}}
@media(max-width:420px){.blueprint-hero{height:520px}.blueprint-hero .home-hero-copy{margin-top:52px}.blueprint-hero .home-hero-copy h1{font-size:29px}.blueprint-hero .home-hero-copy>p.hero-business-line{font-size:15px}.blueprint-hero .hero-cta-row{gap:10px}.blueprint-hero .hero-cta-row a{min-width:0;flex:1;padding:0 12px}}

/* 2026-08-30 单页官网结构 */
html{scroll-behavior:smooth;scroll-padding-top:82px}
.onepage-section{padding-top:86px;padding-bottom:84px}
.main-business-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.main-business-grid>article{overflow:hidden;border:1px solid #dce7f1;border-radius:18px;background:#fff;box-shadow:0 14px 34px rgba(14,58,98,.07);transition:.25s}
.main-business-grid>article:hover{transform:translateY(-5px);box-shadow:0 20px 42px rgba(14,58,98,.12)}
.business-photo{height:220px;position:relative;overflow:hidden;background:#dce9f4}.business-photo:after{content:"";position:absolute;inset:40% 0 0;background:linear-gradient(180deg,transparent,rgba(5,37,67,.35))}.business-photo img{width:100%;height:100%;object-fit:cover;display:block;transition:.4s}.main-business-grid>article:hover img{transform:scale(1.035)}.business-photo b{position:absolute;z-index:2;right:18px;bottom:12px;font-size:36px;color:rgba(255,255,255,.9);font-weight:900}
.business-body{padding:27px 28px 30px}.business-body h3{margin:0 0 12px;color:#123f70;font-size:23px}.business-body p{min-height:58px;margin:0 0 18px;color:#697e91;line-height:1.8}.business-body ul{list-style:none;padding:0;margin:0}.business-body li{position:relative;padding:8px 0 8px 18px;border-top:1px solid #edf2f6;color:#3f5870;font-size:14px;line-height:1.55}.business-body li:before{content:"";position:absolute;left:1px;top:17px;width:6px;height:6px;border-radius:50%;background:#2d82cb}
.service-catalog{display:grid;grid-template-columns:repeat(3,1fr);margin-top:28px;border-radius:16px;background:linear-gradient(120deg,#0b3f76,#1168ac);overflow:hidden;color:#fff}.service-catalog>div{padding:24px 28px;border-left:1px solid rgba(255,255,255,.18)}.service-catalog>div:first-child{border-left:0}.service-catalog strong{display:block;font-size:17px;margin-bottom:8px}.service-catalog span{font-size:13px;line-height:1.75;color:#d9ecfb}
.member-section{max-width:none;padding:82px max(32px,calc((100% - 1320px)/2)) 88px;background:#f4f8fc}.member-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.member-grid article{overflow:hidden;border-radius:17px;background:#fff;border:1px solid #dce6ef;box-shadow:0 12px 30px rgba(16,61,101,.07)}.member-grid img{width:100%;height:205px;object-fit:cover;display:block}.member-grid article>div{padding:23px 22px 25px}.member-grid h3{min-height:58px;margin:0 0 10px;color:#123f70;font-size:19px;line-height:1.5}.member-grid p{margin:0;color:#718294;font-size:14px;line-height:1.8}
.onepage-strength{padding-top:82px;padding-bottom:86px}.onepage-public{padding-top:82px;padding-bottom:86px}
.onepage-contact{max-width:1260px;margin:0 auto 76px;padding:48px 54px;border-radius:22px;display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;background:linear-gradient(125deg,#0a3b70,#116aae);color:#fff;box-shadow:0 18px 45px rgba(10,59,112,.18)}.contact-copy>span{font-size:12px;letter-spacing:2.2px;font-weight:900;color:#a9d6f8}.contact-copy h2{margin:9px 0 12px;font-size:31px}.contact-copy p{margin:0;color:#d8e9f6;line-height:1.8}.contact-details{border-left:1px solid rgba(255,255,255,.2);padding-left:54px}.contact-phone{display:block;margin-bottom:16px;color:#fff}.contact-phone small{display:block;margin-bottom:4px;color:#b8d9f2}.contact-phone strong{font-size:33px;letter-spacing:.5px}.contact-details p{margin:7px 0;color:#d9e8f4;font-size:14px;line-height:1.7}.contact-details a{color:#fff}.contact-form-link{display:inline-block;margin-top:14px;padding-bottom:3px;border-bottom:1px solid rgba(255,255,255,.55);font-weight:800}
@media(max-width:1180px){.main-business-grid{gap:16px}.business-body{padding:23px 20px}.business-body h3{font-size:20px}.member-grid{grid-template-columns:repeat(2,1fr)}.onepage-contact{margin-left:28px;margin-right:28px}.header-phone{display:none}}
@media(max-width:900px){.main-business-grid{grid-template-columns:1fr}.main-business-grid>article{display:grid;grid-template-columns:38% 1fr}.business-photo{height:auto;min-height:280px}.business-body p{min-height:0}.service-catalog{grid-template-columns:1fr}.service-catalog>div{border-left:0;border-top:1px solid rgba(255,255,255,.18)}.service-catalog>div:first-child{border-top:0}.onepage-contact{grid-template-columns:1fr;gap:28px}.contact-details{border-left:0;border-top:1px solid rgba(255,255,255,.2);padding:25px 0 0}}
@media(max-width:620px){html{scroll-padding-top:68px}.onepage-section,.member-section,.onepage-strength,.onepage-public{padding:54px 18px}.main-business-grid>article{display:block}.business-photo{height:205px;min-height:0}.business-body{padding:22px 20px 25px}.business-body h3{font-size:20px}.service-catalog>div{padding:20px}.member-grid{grid-template-columns:1fr;gap:14px}.member-grid img{height:210px}.member-grid h3{min-height:0}.onepage-contact{margin:0 16px 54px;padding:34px 24px;border-radius:17px}.contact-copy h2{font-size:26px}.contact-phone strong{font-size:28px}.brand-v2 b{font-size:18px}}

/* 页眉展示完整公司名称 */
.brand-v2 b{font-size:20px;letter-spacing:0;white-space:nowrap}
.brand-v2 small{font-size:7px;letter-spacing:.15px;white-space:nowrap}
@media(max-width:620px){.brand-v2{gap:7px}.brand-v2 img{height:38px}.brand-v2 b{font-size:13px}.brand-v2 small{font-size:5px;margin-top:3px;letter-spacing:0}}

/* 2026-08-31 真实照片双环科技 Banner */
.real-photo-hero{position:relative;height:620px;overflow:hidden;background:radial-gradient(circle at 78% 38%,rgba(19,130,245,.42),transparent 34%),linear-gradient(125deg,#031d4a 0%,#064a9d 52%,#0871d1 100%);isolation:isolate}
.real-photo-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 7% 86%,rgba(0,221,231,.16),transparent 25%),linear-gradient(100deg,rgba(1,18,55,.18),transparent 55%);z-index:-1}.hero-tech-grid{position:absolute;inset:0;opacity:.2;background-image:linear-gradient(rgba(84,190,255,.22) 1px,transparent 1px),linear-gradient(90deg,rgba(84,190,255,.22) 1px,transparent 1px);background-size:38px 38px;mask-image:linear-gradient(90deg,transparent 8%,#000 70%)}
.hero-loop-lines{position:absolute;inset:0;width:100%;height:100%;z-index:1;filter:drop-shadow(0 0 10px rgba(22,205,255,.48));pointer-events:none}.hero-loop-lines path{fill:none;stroke:#062e75;stroke-width:64;stroke-linecap:round}.hero-loop-lines path+path{stroke:url(#loopBlue);stroke-width:13;opacity:.92}
.hero-photo{position:absolute;z-index:2;overflow:hidden;border:3px solid #35d8ee;background:#0b376f;box-shadow:0 12px 30px rgba(0,11,41,.34),0 0 0 7px rgba(4,56,135,.72)}.hero-photo img{width:100%;height:100%;object-fit:cover;display:block}.photo-team{left:5%;top:30px;width:36%;height:172px;border-radius:48% 52% 44% 56%/54% 45% 55% 46%;transform:rotate(-1deg)}.photo-team img{object-position:center 46%}.photo-leadership{left:53%;top:66px;width:39%;height:292px;border-radius:52% 48% 48% 52%/45% 53% 47% 55%;transform:rotate(-1deg)}.photo-leadership img{object-position:center 44%}.photo-meeting{left:53%;top:410px;width:19%;height:145px;border-radius:48% 35% 46% 39%/48% 45% 40% 42%;transform:rotate(2deg)}.photo-meeting img{object-position:center}.photo-field{left:74%;top:392px;width:20%;height:164px;border-radius:30% 50% 43% 46%/38% 48% 42% 50%;transform:rotate(-2deg)}.photo-field img{object-position:center 38%}
.real-hero-copy{position:absolute;z-index:4;left:max(6%,calc(50% - 690px));top:246px;width:min(620px,42%);color:#fff}.real-hero-copy>span{display:block;margin-bottom:12px;font-size:12px;letter-spacing:2.5px;color:#6ee9f4;font-weight:900}.real-hero-copy h1{margin:0 0 14px;font-size:42px;line-height:1.22;letter-spacing:.3px;text-shadow:0 3px 20px rgba(0,20,61,.28)}.real-hero-business{margin:0;font-size:18px;line-height:1.7;font-weight:800;color:#e7f6ff}.real-hero-summary{margin:17px 0 0;font-size:15px;line-height:1.75;color:#c5def2}.real-hero-actions{display:flex;gap:14px;margin-top:23px}.real-hero-actions a{display:inline-flex;align-items:center;justify-content:center;min-width:148px;height:46px;padding:0 20px;border:1px solid rgba(117,221,245,.65);border-radius:7px;color:#fff;background:rgba(5,43,100,.45);font-weight:800;backdrop-filter:blur(6px);transition:.2s}.real-hero-actions a:hover{transform:translateY(-2px);border-color:#fff}.real-hero-actions a.primary{border-color:#1de0e8;background:linear-gradient(135deg,#0b91d9,#10c8cf);box-shadow:0 10px 24px rgba(0,192,218,.24)}
@media(max-width:1100px){.real-hero-copy{left:36px;width:47%}.real-hero-copy h1{font-size:34px}.real-hero-business{font-size:16px}.photo-team{left:3%;width:39%}.photo-leadership{left:51%;width:45%}.photo-meeting{left:52%;width:21%}.photo-field{left:76%;width:20%}}
@media(max-width:760px){.real-photo-hero{height:760px;background:radial-gradient(circle at 60% 75%,rgba(16,139,241,.38),transparent 38%),linear-gradient(155deg,#031d4a,#064c9d 68%,#0870c9)}.hero-loop-lines{top:310px;height:450px;transform:scale(1.35)}.real-hero-copy{left:22px;right:22px;top:50px;width:auto}.real-hero-copy h1{font-size:30px;line-height:1.3}.real-hero-business{font-size:15px}.real-hero-summary{font-size:14px;margin-top:13px}.real-hero-actions{margin-top:18px;gap:10px}.real-hero-actions a{min-width:0;flex:1;height:42px;padding:0 10px;font-size:14px}.photo-team{left:5%;top:370px;width:43%;height:122px;border-width:2px;box-shadow:0 8px 20px rgba(0,11,41,.3),0 0 0 4px rgba(4,56,135,.7)}.photo-leadership{left:34%;top:460px;width:62%;height:194px;border-width:2px;box-shadow:0 8px 20px rgba(0,11,41,.3),0 0 0 4px rgba(4,56,135,.7)}.photo-meeting{left:5%;top:520px;width:32%;height:105px;border-width:2px;box-shadow:0 8px 20px rgba(0,11,41,.3),0 0 0 4px rgba(4,56,135,.7)}.photo-field{left:8%;top:640px;width:41%;height:105px;border-width:2px;box-shadow:0 8px 20px rgba(0,11,41,.3),0 0 0 4px rgba(4,56,135,.7)}}
@media(max-width:420px){.real-photo-hero{height:750px}.real-hero-copy{top:42px}.real-hero-copy>span{font-size:10px}.real-hero-copy h1{font-size:27px}.real-hero-business{font-size:14px}.photo-team{top:360px}.photo-leadership{top:448px}.photo-meeting{top:516px}.photo-field{top:632px}}

/* 2026-08-31 方案二：银蓝建筑幕墙 Banner */
.real-photo-hero{
  height:clamp(500px,38vw,650px);
  background:linear-gradient(180deg,#e8f0f8 0%,#eaf1f9 16%,#e9f0f9 62%,#e5ecf7 100%);
}
.real-photo-hero:before{
  content:"";
  display:block;
  position:absolute;
  inset:0 0 0 auto;
  width:auto;
  height:100%;
  aspect-ratio:1888/840;
  z-index:1;
  pointer-events:none;
  background:url('../images/hero-curtain-wall.png') center/100% 100% no-repeat;
}
.real-photo-hero .real-hero-copy{
  left:max(5.5vw,calc(50% - 690px));
  top:50%;
  width:min(610px,39%);
  transform:translateY(-48%);
  color:#092f5d;
}
.real-photo-hero .real-hero-copy>span{color:#2b6fa8}
.real-photo-hero .real-hero-copy h1{
  color:#092f5d;
  font-size:clamp(36px,2.65vw,51px);
  line-height:1.24;
  text-shadow:none;
}
.real-photo-hero .real-hero-business{color:#174f82}
.real-photo-hero .real-hero-summary{color:#49657e}
.real-photo-hero .real-hero-actions a{
  color:#14598f;
  background:rgba(255,255,255,.76);
  border-color:rgba(112,155,191,.58);
  box-shadow:0 10px 26px rgba(28,76,116,.10);
  backdrop-filter:blur(5px);
  justify-content:space-between;
  gap:24px;
  min-width:156px;
  padding:0 18px 0 22px;
  border-radius:9px;
  letter-spacing:.4px;
}
.real-photo-hero .real-hero-actions a.primary{
  color:#fff;
  border-color:#176fc4;
  background:linear-gradient(135deg,#0d4f91,#1879ca);
  box-shadow:0 10px 24px rgba(13,79,145,.20);
}
.real-photo-hero .real-hero-actions a i{
  width:25px;
  height:25px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:rgba(20,89,143,.09);
  font:normal 700 16px/1 Arial,sans-serif;
  transition:transform .2s ease,background-color .2s ease;
}
.real-photo-hero .real-hero-actions a.primary i{background:rgba(255,255,255,.18)}
.real-photo-hero .real-hero-actions a:hover i,.real-photo-hero .real-hero-actions a:focus-visible i{transform:translateX(3px)}

@media(max-width:1100px){
  .real-photo-hero .real-hero-copy{left:34px;width:42%}
  .real-photo-hero .real-hero-copy h1{font-size:35px}
  .real-photo-hero .real-hero-business{font-size:15px}
  .real-photo-hero .real-hero-summary{font-size:14px}
}

/* 滚动导航状态与返回顶部 */
.site-header-v2{
  transition:background-color .28s ease,box-shadow .28s ease,border-color .28s ease;
}
.site-header-v2 .brand-v2 img,.site-header-v2 .brand-v2 b,.site-header-v2 .brand-v2 small{
  transition:transform .28s ease,color .28s ease,opacity .28s ease;
}
.site-header-v2.is-scrolled{
  background:rgba(255,255,255,.985);
  border-bottom-color:#cbdceb;
  box-shadow:0 10px 28px rgba(17,57,94,.14);
}
.site-header-v2.is-scrolled:after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-1px;
  height:2px;
  background:linear-gradient(90deg,transparent 4%,#176fc4 34%,#45a6dc 66%,transparent 96%);
  opacity:.62;
  pointer-events:none;
}
.site-header-v2.is-scrolled .brand-v2 img{transform:scale(.9)}
.site-header-v2.is-scrolled .brand-v2 small{opacity:.76}
.main-nav-v2 a[aria-current="location"]{color:#176fc4}

.back-to-top{
  position:fixed;
  z-index:90;
  right:clamp(18px,2.5vw,38px);
  bottom:clamp(20px,3vw,38px);
  width:48px;
  height:48px;
  padding:0;
  border:1px solid rgba(255,255,255,.72);
  border-radius:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(145deg,#176fc4,#0b4e91);
  color:#fff;
  box-shadow:0 12px 30px rgba(11,63,112,.26);
  font:700 25px/1 Arial,sans-serif;
  cursor:pointer;
  opacity:0;
  visibility:hidden;
  transform:translateY(14px);
  transition:opacity .22s ease,transform .22s ease,visibility .22s ease,box-shadow .2s ease;
}
.back-to-top.is-visible{opacity:1;visibility:visible;transform:translateY(0)}
.back-to-top:hover,.back-to-top:focus-visible{transform:translateY(-3px);box-shadow:0 16px 34px rgba(11,63,112,.34)}
.back-to-top:focus-visible{outline:3px solid rgba(23,111,196,.28);outline-offset:3px}

@media(max-width:620px){
  .back-to-top{right:15px;bottom:18px;width:42px;height:42px;border-radius:12px;font-size:22px}
}

@media(prefers-reduced-motion:reduce){
  .site-header-v2,.site-header-v2 .brand-v2 img,.back-to-top{transition:none}
}

/* 窄屏不加载照片背景，避免幕墙图片被裁切和挤压 */
@media(max-width:900px){
  .real-photo-hero{
    height:500px;
    background-image:
      linear-gradient(rgba(31,102,161,.07) 1px,transparent 1px),
      linear-gradient(90deg,rgba(31,102,161,.07) 1px,transparent 1px),
      linear-gradient(145deg,#f8fbfe 0%,#e8f2fa 58%,#dbeaf5 100%);
    background-size:32px 32px,32px 32px,auto;
  }
  .real-photo-hero:after{
    content:"";
    position:absolute;
    right:-90px;
    bottom:-170px;
    width:420px;
    height:420px;
    border:1px solid rgba(23,111,196,.18);
    border-radius:50%;
    box-shadow:0 0 0 48px rgba(23,111,196,.035),0 0 0 96px rgba(23,111,196,.025);
  }
  .real-photo-hero:before{display:none}
  .real-photo-hero .real-hero-copy{
    left:28px;
    right:28px;
    top:50%;
    width:auto;
    max-width:650px;
    transform:translateY(-50%);
  }
  .real-photo-hero .real-hero-copy h1{font-size:clamp(30px,5.2vw,40px)}
}

@media(max-width:560px){
  .real-photo-hero{height:460px}
  .real-photo-hero .real-hero-copy{left:20px;right:20px}
  .real-photo-hero .real-hero-copy h1{font-size:28px}
  .real-photo-hero .real-hero-business{font-size:14px}
  .real-photo-hero .real-hero-summary{font-size:14px}
}

/* 2026-08-31 关于永妥：集团名片与能力支撑 */
.about-profile-v2{position:relative;overflow:hidden;padding:82px max(28px,calc((100% - 1380px)/2)) 68px;background:linear-gradient(135deg,#f9fcff 0%,#eef6fc 58%,#e6f2fa 100%);border-bottom:1px solid #d8e6f1;isolation:isolate}
.about-profile-v2:before{content:"";position:absolute;z-index:-1;right:-170px;top:-250px;width:650px;height:650px;border:1px solid rgba(20,105,173,.12);border-radius:50%;box-shadow:0 0 0 58px rgba(20,105,173,.025),0 0 0 116px rgba(20,105,173,.018)}
.about-profile-v2:after{content:"";position:absolute;z-index:-1;inset:0;background-image:linear-gradient(rgba(36,113,174,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(36,113,174,.035) 1px,transparent 1px);background-size:40px 40px;mask-image:linear-gradient(90deg,transparent 0,#000 55%,#000 100%)}
.about-profile-shell{max-width:1380px;margin:auto}.about-profile-head{display:grid;grid-template-columns:auto 1fr;column-gap:24px;align-items:end;margin-bottom:38px}.about-profile-head>span{grid-column:1/-1;margin-bottom:10px;color:#2375b6;font-size:12px;font-weight:900;letter-spacing:2.6px}.about-profile-head h2{margin:0;color:#082f60;font-size:42px;line-height:1.15;letter-spacing:1px}.about-profile-head p{margin:0 0 4px;padding-left:24px;border-left:1px solid #b7cfe3;color:#60778c;font-size:15px;line-height:1.7}
.about-profile-main{display:grid;grid-template-columns:250px minmax(0,1fr) 310px;gap:22px;align-items:stretch}.about-identity,.about-profile-copy,.about-pillars{border:1px solid rgba(176,203,224,.78);background:rgba(255,255,255,.78);box-shadow:0 16px 40px rgba(23,72,112,.08)}.about-identity{position:relative;overflow:hidden;padding:31px 28px;background:linear-gradient(155deg,#0b4a87 0%,#126db5 68%,#1f8bbd 100%);color:#fff}.about-identity:after{content:"";position:absolute;right:-66px;bottom:-66px;width:180px;height:180px;border:1px solid rgba(255,255,255,.19);border-radius:50%;box-shadow:0 0 0 24px rgba(255,255,255,.04),0 0 0 48px rgba(255,255,255,.025)}.about-year small,.about-year span{display:block}.about-year small{font-size:13px;letter-spacing:2px;color:#bfe2f7}.about-year strong{display:block;margin:7px 0 4px;font:800 54px/1.05 Arial,sans-serif;letter-spacing:-2px}.about-year span{font-size:15px;color:#e4f4fd}.about-identity dl{position:relative;z-index:1;margin:54px 0 0}.about-identity dl div{padding:14px 0;border-top:1px solid rgba(255,255,255,.2)}.about-identity dt{margin-bottom:5px;color:#bfe2f7;font-size:12px}.about-identity dd{margin:0;font-size:16px;font-weight:800}
.about-profile-copy{padding:35px 38px}.about-profile-copy>span{color:#2375b6;font-size:13px;font-weight:800}.about-profile-copy h3{margin:11px 0 19px;color:#0a3768;font-size:25px;line-height:1.48}.about-profile-copy p{margin:0 0 12px;color:#4f667b;font-size:15px;line-height:1.95;text-align:justify}.about-scope{display:flex;flex-wrap:wrap;gap:8px;margin-top:22px}.about-scope b{padding:7px 12px;border:1px solid #c9ddea;background:#f5faff;color:#236696;font-size:12px;font-weight:800}
.about-pillars{display:grid;grid-template-rows:repeat(3,1fr);padding:7px 26px}.about-pillars article{display:flex;align-items:center;gap:17px;border-bottom:1px solid #dbe8f1}.about-pillars article:last-child{border-bottom:0}.about-pillars i{display:flex;flex:0 0 42px;width:42px;height:42px;align-items:center;justify-content:center;border-radius:50%;background:#edf7fd;color:#1774b7;font:800 12px/1 Arial,sans-serif;box-shadow:inset 0 0 0 1px #cce1ef}.about-pillars strong,.about-pillars span{display:block}.about-pillars strong{margin-bottom:6px;color:#123f6d;font-size:17px}.about-pillars span{color:#6a7e8f;font-size:12px;line-height:1.6}
.about-profile-foot{display:grid;grid-template-columns:repeat(4,1fr);margin-top:22px;border:1px solid #cbddea;background:rgba(255,255,255,.72)}.about-profile-foot div{display:flex;align-items:center;justify-content:center;gap:12px;min-height:82px;border-right:1px solid #d8e5ee}.about-profile-foot div:last-child{border-right:0}.about-profile-foot strong{color:#0e61a5;font-size:25px}.about-profile-foot span{color:#60778b;font-size:13px}
@media(max-width:1050px){.about-profile-main{grid-template-columns:220px 1fr}.about-pillars{grid-column:1/-1;grid-template-columns:repeat(3,1fr);grid-template-rows:none;padding:0 18px}.about-pillars article{min-height:105px;padding:0 16px;border-bottom:0;border-right:1px solid #dbe8f1}.about-pillars article:last-child{border-right:0}.about-profile-foot{grid-template-columns:repeat(2,1fr)}.about-profile-foot div:nth-child(2){border-right:0}.about-profile-foot div:nth-child(-n+2){border-bottom:1px solid #d8e5ee}}
@media(max-width:700px){.about-profile-v2{padding:58px 20px 48px}.about-profile-head{display:block;margin-bottom:28px}.about-profile-head h2{font-size:34px}.about-profile-head p{margin-top:15px;padding:0;border:0;font-size:14px}.about-profile-main{grid-template-columns:1fr;gap:14px}.about-identity{padding:25px 24px}.about-year strong{font-size:46px}.about-identity dl{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:28px}.about-profile-copy{padding:27px 23px}.about-profile-copy h3{font-size:21px}.about-profile-copy p{text-align:left;font-size:14px}.about-pillars{grid-column:auto;grid-template-columns:1fr;padding:5px 22px}.about-pillars article{min-height:92px;padding:0;border-right:0;border-bottom:1px solid #dbe8f1}.about-pillars article:last-child{border-bottom:0}.about-profile-foot{margin-top:14px}.about-profile-foot div{min-height:76px;flex-direction:column;gap:3px}.about-profile-foot strong{font-size:21px}.about-profile-foot span{font-size:11px}}

/* 2026-08-31 公司业务与公司成员：日月轨道、红绿蓝与托举协同 */
.business-orbit-section{position:relative;overflow:hidden;padding:86px max(28px,calc((100% - 1380px)/2)) 76px;background:#fff;isolation:isolate}.business-orbit-section:before{content:"";position:absolute;z-index:-1;left:-260px;top:80px;width:610px;height:610px;border:1px solid rgba(27,108,177,.11);border-radius:50%;box-shadow:0 0 0 68px rgba(27,108,177,.025),0 0 0 136px rgba(27,108,177,.016)}.business-orbit-section:after{content:"";position:absolute;z-index:-1;right:-12%;bottom:-150px;width:64%;height:330px;background:linear-gradient(165deg,transparent 49.4%,rgba(20,111,184,.08) 50%,transparent 50.6%),linear-gradient(18deg,transparent 49.4%,rgba(23,147,119,.07) 50%,transparent 50.6%);background-size:170px 90px}
.tech-section-head{max-width:720px;margin:0 auto 46px;text-align:center}.tech-section-head>span{display:block;margin-bottom:10px;color:#1d72b5;font-size:12px;font-weight:900;letter-spacing:2.8px}.tech-section-head h2{margin:0;color:#082f61;font-size:40px;letter-spacing:1px}.tech-section-head h2:after{content:"";display:block;width:90px;height:3px;margin:18px auto;background:linear-gradient(90deg,#df2029 0 31%,#28a45f 31% 64%,#1987cf 64%)}.tech-section-head p{margin:0;color:#657b8f;font-size:15px;line-height:1.8}
.business-orbit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.business-orbit-card{--accent:#1987cf;--soft:#eaf5fc;position:relative;min-height:430px;overflow:hidden;padding:30px;border:1px solid #d7e5ef;background:linear-gradient(155deg,rgba(255,255,255,.98),rgba(245,250,254,.96));box-shadow:0 17px 42px rgba(18,64,102,.09);transition:transform .25s ease,box-shadow .25s ease}.business-orbit-card:hover{transform:translateY(-6px);box-shadow:0 24px 52px rgba(18,64,102,.14)}.business-orbit-card:after{content:"";position:absolute;right:-72px;top:-76px;width:210px;height:210px;border:1px solid color-mix(in srgb,var(--accent) 28%,transparent);border-radius:50%;box-shadow:0 0 0 25px color-mix(in srgb,var(--accent) 4%,transparent),0 0 0 50px color-mix(in srgb,var(--accent) 2%,transparent)}.orbit-red{--accent:#d92332;--soft:#fff0f1}.orbit-green{--accent:#168a5a;--soft:#eaf8f1}.orbit-symbol{position:relative;width:112px;height:112px;margin-bottom:26px;display:flex;align-items:center;justify-content:center;border:1px solid color-mix(in srgb,var(--accent) 45%,#fff);border-radius:50%;background:radial-gradient(circle,#fff 0 44%,var(--soft) 45% 62%,transparent 63%);box-shadow:0 11px 27px color-mix(in srgb,var(--accent) 13%,transparent)}.orbit-symbol:before,.orbit-symbol:after{content:"";position:absolute;border-radius:50%;border-style:solid;border-color:var(--accent) transparent transparent var(--accent);transform:rotate(-32deg)}.orbit-symbol:before{inset:-5px;border-width:3px}.orbit-symbol:after{inset:10px;border-width:1px;opacity:.45}.orbit-symbol i{position:absolute;right:1px;top:15px;width:10px;height:10px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 5px color-mix(in srgb,var(--accent) 12%,transparent)}.orbit-symbol b{position:relative;z-index:1;color:var(--accent);font-size:18px}.orbit-symbol em{position:absolute;left:124px;top:8px;color:color-mix(in srgb,var(--accent) 62%,#fff);font:800 12px/1 Arial,sans-serif;letter-spacing:1px}.orbit-copy>span{color:var(--accent);font-size:10px;font-weight:900;letter-spacing:1.4px}.orbit-copy h3{margin:9px 0 13px;color:#103b68;font-size:23px;line-height:1.45}.orbit-copy p{min-height:54px;margin:0 0 17px;color:#617587;font-size:14px;line-height:1.8}.orbit-copy ul{margin:0;padding:16px 0 0;list-style:none;border-top:1px solid #dfeaf2}.orbit-copy li{position:relative;padding:5px 0 5px 15px;color:#3e5870;font-size:13px;line-height:1.55}.orbit-copy li:before{content:"";position:absolute;left:0;top:12px;width:6px;height:6px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 10%,transparent)}
.business-extension{display:grid;grid-template-columns:1.05fr repeat(3,1fr);margin-top:24px;border:1px solid #cbddeb;background:linear-gradient(110deg,#082e5b 0%,#0a497e 53%,#0d668d 100%);color:#fff;box-shadow:0 16px 38px rgba(8,51,91,.14)}.business-extension>*{min-height:104px;padding:23px 25px;border-left:1px solid rgba(255,255,255,.15);display:flex;flex-direction:column;justify-content:center}.business-extension>*:first-child{border-left:0}.business-extension header{position:relative;overflow:hidden}.business-extension header:after{content:"";position:absolute;right:-24px;bottom:-45px;width:120px;height:120px;border:1px solid rgba(255,255,255,.15);border-radius:50%;box-shadow:0 0 0 18px rgba(255,255,255,.035)}.business-extension small{margin-bottom:6px;color:#65d5df;font-size:9px;letter-spacing:1.5px}.business-extension strong{font-size:19px}.business-extension b{margin-bottom:7px;font-size:15px}.business-extension span{color:#cde1ef;font-size:11px;line-height:1.65}
.members-orbit-section{position:relative;overflow:hidden;padding:84px max(28px,calc((100% - 1380px)/2)) 92px;background:radial-gradient(circle at 50% 48%,rgba(19,126,189,.23),transparent 27%),linear-gradient(145deg,#041d3c 0%,#073b6d 56%,#075b80 100%);isolation:isolate}.members-orbit-section:before{content:"";position:absolute;z-index:-1;inset:0;background-image:linear-gradient(rgba(101,195,232,.065) 1px,transparent 1px),linear-gradient(90deg,rgba(101,195,232,.065) 1px,transparent 1px);background-size:42px 42px;mask-image:radial-gradient(circle at center,#000,transparent 78%)}.members-orbit-section:after{content:"";position:absolute;z-index:-1;left:50%;top:54%;width:760px;height:760px;transform:translate(-50%,-50%);border:1px solid rgba(58,178,224,.14);border-radius:50%;box-shadow:0 0 0 70px rgba(51,178,220,.025),0 0 0 140px rgba(51,178,220,.015)}.tech-section-head-light>span{color:#62d6e3}.tech-section-head-light h2{color:#fff}.tech-section-head-light p{color:#b9d1e3}
.members-orbit-map{position:relative;display:grid;grid-template-columns:1fr 310px 1fr;grid-template-rows:repeat(2,minmax(190px,auto));gap:24px 58px;max-width:1280px;margin:auto}.members-orbit-map:before,.members-orbit-map:after{content:"";position:absolute;z-index:0;left:18%;right:18%;height:1px;top:50%;background:linear-gradient(90deg,#d92332,#4dbb85 47%,#2aa6e0)}.members-orbit-map:after{left:50%;right:auto;top:9%;bottom:9%;width:1px;height:auto;background:linear-gradient(#d92332,#4dbb85 50%,#2aa6e0)}.member-hub{position:relative;z-index:2;grid-column:2;grid-row:1/3;align-self:center;width:290px;height:290px;padding:50px 30px 34px;border:1px solid rgba(92,210,232,.55);border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:radial-gradient(circle at 50% 38%,rgba(255,255,255,.98),rgba(225,246,253,.96) 58%,rgba(68,174,210,.75) 59%,rgba(7,53,99,.92) 66%);box-shadow:0 0 0 12px rgba(73,203,225,.08),0 0 45px rgba(45,196,227,.22)}.member-hub:before,.member-hub:after{content:"";position:absolute;border-radius:50%;border-style:solid;border-color:#d92332 transparent #168a5a #258fd0;transform:rotate(38deg)}.member-hub:before{inset:-19px;border-width:4px}.member-hub:after{inset:-33px;border-width:1px;opacity:.65}.member-hub i{position:absolute;right:18px;top:24px;width:13px;height:13px;border-radius:50%;background:#d92332;box-shadow:-216px 178px 0 #168a5a,11px 198px 0 #258fd0}.member-hub img{width:150px;height:100px;object-fit:cover;object-position:center 20%;margin-bottom:3px;transform:translateY(-8px)}.member-hub span{margin-top:0;color:#285f83;font-size:15px;font-weight:800;letter-spacing:.4px}
.member-orbit-card{--member-accent:#218dcc;position:relative;z-index:1;min-height:190px;padding:28px 30px 25px;border:1px solid rgba(133,194,221,.25);background:linear-gradient(135deg,rgba(255,255,255,.97),rgba(235,246,252,.92));box-shadow:0 17px 40px rgba(0,13,35,.18);transition:transform .25s ease,border-color .25s ease}.member-orbit-card:hover{transform:translateY(-5px);border-color:color-mix(in srgb,var(--member-accent) 58%,#fff)}.member-orbit-card:nth-of-type(2),.member-orbit-card:nth-of-type(4){text-align:right}.member-orbit-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--member-accent),color-mix(in srgb,var(--member-accent) 35%,#fff))}.member-orbit-card em{display:block;margin-bottom:14px;color:var(--member-accent);font:900 11px/1 Arial,sans-serif;letter-spacing:1px}.member-orbit-card h3{margin:0 0 9px;color:#0d3d6a;font-size:18px;line-height:1.5}.member-orbit-card p{margin:0;color:#63788a;font-size:13px;line-height:1.75}.member-orbit-card>b{display:inline-block;margin-top:15px;color:var(--member-accent);font-size:10px;letter-spacing:.6px}.member-orbit-group{--member-accent:#1d79bd}.member-orbit-safety{--member-accent:#d92332}.member-orbit-testing{--member-accent:#168a5a}.member-orbit-consulting{--member-accent:#258fd0}.member-orbit-card:nth-of-type(1){grid-column:1;grid-row:1}.member-orbit-card:nth-of-type(2){grid-column:3;grid-row:1}.member-orbit-card:nth-of-type(3){grid-column:1;grid-row:2}.member-orbit-card:nth-of-type(4){grid-column:3;grid-row:2}
@media(max-width:1050px){.business-orbit-grid{grid-template-columns:1fr}.business-orbit-card{min-height:0;display:grid;grid-template-columns:150px 1fr;align-items:start}.business-extension{grid-template-columns:1fr 1fr}.business-extension>*:nth-child(3){border-left:0;border-top:1px solid rgba(255,255,255,.15)}.business-extension>*:nth-child(4){border-top:1px solid rgba(255,255,255,.15)}.members-orbit-map{grid-template-columns:1fr 250px 1fr;gap:20px 35px}.member-hub{width:230px;height:230px;padding:38px 24px}.member-hub img{width:100px;height:66px}.member-hub i{box-shadow:-168px 136px 0 #168a5a,9px 156px 0 #258fd0}.member-orbit-card{padding:24px 23px}}
@media(max-width:760px){.business-orbit-section,.members-orbit-section{padding:58px 20px}.tech-section-head{margin-bottom:32px}.tech-section-head h2{font-size:34px}.business-orbit-card{display:block;padding:25px 23px}.orbit-symbol{width:96px;height:96px;margin-bottom:21px}.orbit-symbol em{left:106px}.orbit-copy h3{font-size:21px}.orbit-copy p{min-height:0}.business-extension{grid-template-columns:1fr}.business-extension>*{min-height:0;padding:21px 23px;border-left:0;border-top:1px solid rgba(255,255,255,.15)}.business-extension>*:first-child{border-top:0}.members-orbit-map{display:flex;flex-direction:column;gap:13px}.members-orbit-map:before,.members-orbit-map:after{display:none}.member-hub{order:-1;align-self:center;width:190px;height:190px;margin-bottom:13px}.member-orbit-card,.member-orbit-card:nth-of-type(2),.member-orbit-card:nth-of-type(4){min-height:0;padding:23px 22px;text-align:left}.member-orbit-card h3{font-size:17px}}
/* Company member hub emphasis */
.member-hub img{width:170px;height:113px;margin-bottom:1px;transform:translateY(-16px)}
.member-hub span{margin-top:-9px;font-size:17px;letter-spacing:.5px;transform:translateY(-6px)}
@media(max-width:1050px){.member-hub img{width:124px;height:82px;transform:translateY(-12px)}.member-hub span{margin-top:-7px;font-size:15px;transform:translateY(-4px)}}
.member-hub img{width:210px;height:140px;margin:0;transform:translateY(-5px)}
@media(max-width:1050px){.member-hub img{width:168px;height:112px;transform:translateY(-4px)}}
@media(max-width:760px){.member-hub img{width:142px;height:95px;transform:translateY(-3px)}}
.member-hub img{width:238px;height:238px;object-fit:contain;object-position:center;mix-blend-mode:multiply;transform:translateY(-22px)}
@media(max-width:1050px){.member-hub img{width:190px;height:190px;object-fit:contain;transform:translateY(-18px)}}
@media(max-width:760px){.member-hub img{width:158px;height:158px;object-fit:contain;transform:translateY(-14px)}}
.member-hub{background:radial-gradient(circle at 50% 38%,#eff9fc 0 58%,rgba(68,174,210,.75) 59%,rgba(7,53,99,.92) 66%)}
.member-hub img{mix-blend-mode:normal}
/* Restore the member hub to its original pre-enlargement proportions. */
.members-orbit-map{grid-template-columns:1fr 270px 1fr;max-width:1240px}
.member-hub{width:250px;height:250px;padding:46px 28px 30px}
.member-hub i{right:15px;top:20px;box-shadow:-183px 151px 0 #168a5a,10px 169px 0 #258fd0}
.member-hub img{width:198px;height:198px;object-fit:contain;transform:translateY(-13px)}
@media(max-width:1050px){.members-orbit-map{grid-template-columns:1fr 230px 1fr}.member-hub{width:210px;height:210px;padding:35px 24px}.member-hub img{width:164px;height:164px;transform:translateY(-10px)}}
@media(max-width:760px){.member-hub{width:190px;height:190px}.member-hub img{width:146px;height:146px;transform:translateY(-8px)}}
/* Original hub content before the supporting-hands artwork. */
.member-hub{background:radial-gradient(circle at 50% 38%,rgba(255,255,255,.98),rgba(225,246,253,.96) 58%,rgba(68,174,210,.75) 59%,rgba(7,53,99,.92) 66%)}
.member-hub img{width:104px;height:68px;object-fit:contain;margin-bottom:7px;transform:none;mix-blend-mode:normal}
.member-hub strong{color:#0a3d70;font-size:19px}
.member-hub span{margin-top:5px;color:#48718e;font-size:11px;font-weight:400;letter-spacing:0;transform:none}
@media(max-width:1050px){.member-hub img{width:88px;height:58px;transform:none}}
@media(max-width:760px){.member-hub img{width:82px;height:54px;transform:none}}
.member-hub img{width:158px;height:108px;margin:0;object-fit:contain;transform:none}
@media(max-width:1050px){.member-hub img{width:132px;height:90px}}
@media(max-width:760px){.member-hub img{width:118px;height:80px}}
.member-hub img{transform:translateY(-18px)}
@media(max-width:1050px){.member-hub img{transform:translateY(-13px)}}
@media(max-width:760px){.member-hub img{transform:translateY(-10px)}}
.member-hub img{width:168px;height:114px;transform:translateY(-25px)}
@media(max-width:1050px){.member-hub img{width:140px;height:95px;transform:translateY(-18px)}}
@media(max-width:760px){.member-hub img{width:124px;height:84px;transform:translateY(-14px)}}
.member-orbit-card em{font-size:12px}
.member-orbit-card h3{font-size:20px}
.member-orbit-card p{font-size:14px;line-height:1.8}
.member-orbit-card>b{font-size:11px}
@media(max-width:760px){.member-orbit-card h3{font-size:18px}.member-orbit-card p{font-size:14px}}
