:root {
  --primary-dark: #0d1b2a;
  --primary: #152238;
  --primary-light: #1a3050;
  --gold: #c8963e;
  --gold-light: #d4a853;
  --gold-pale: #f0e4cf;
  --white: #ffffff;
  --light-bg: #f7f6f2;
  --gray-100: #f5f5f5;
  --gray-200: #e8e6e0;
  --gray-300: #d1cfc9;
  --gray-600: #6b6560;
  --gray-800: #2a2520;
  --text: #333333;
  --text-light: #5a5550;
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.06);
  --shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  --shadow-lg: 0 12px 40px rgba(0, 0, 0, 0.15);
  --shadow-gold: 0 4px 24px rgba(200, 150, 62, 0.25);
  --radius: 12px;
  --radius-sm: 8px;
  --transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --font-heading:
    "PingFang SC", "Microsoft YaHei", "Helvetica Neue", sans-serif;
  --font-body: "PingFang SC", "Microsoft YaHei", "Hiragino Sans GB", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: var(--font-body);
  color: var(--text);
  background-color: var(--white);
  line-height: 1.7;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

:root {
  --ink: #132033;
  --muted: #526278;
  --line: #e7edf4;
  --soft: #f5f8fb;
  --paper: #fff;
  --brand: #0f4c75;
  --brand2: #123d5a;
  --accent: #f59e0b;
  --shadow: 0 18px 45px rgba(19, 32, 51, .08);
  --r: 18px
}

.geo-theme-1 {
  --brand: #0f4c75;
  --brand2: #123d5a;
  --accent: #f59e0b;
  --soft: #f5f8fb;
  --r: 18px
}

.geo-theme-2 {
  --brand: #176b4d;
  --brand2: #14583f;
  --accent: #8bc34a;
  --soft: #f3faf6;
  --r: 16px
}

.geo-theme-3 {
  --brand: #b91c1c;
  --brand2: #111827;
  --accent: #ef4444;
  --soft: #f7f7f8;
  --r: 10px
}

.geo-theme-4 {
  --brand: #0f4c75;
  --brand2: #123d5a;
  --accent: #38bdf8;
  --soft: #f5f8fb;
  --r: 12px
}

.geo-theme-5 {
  --brand: #1f2937;
  --brand2: #0f172a;
  --accent: #c7982b;
  --soft: #f8f6f0;
  --r: 12px
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  letter-spacing: 0
}

body {
  font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
  color: var(--ink);
  background: #fff;
  line-height: 1.75
}

a {
  color: inherit;
  text-decoration: none
}

img {
  display: block;
  max-width: 100%
}

.wrap {
  width: 1200px;
  max-width: calc(100% - 32px);
  margin: 0 auto
}

.top {
  height: 76px;
  background: #fff;
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 30
}

.top .wrap {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px
}

.brand {
  min-width: 0
}

.brand h1 {
  font-size: 24px;
  line-height: 1.25;
  color: var(--brand);
  font-weight: 800;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.brand p {
  font-size: 12px;
  color: var(--muted);
  margin: 0;
}

.brand-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 3px
}

.site-certifications {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap
}

.site-certification {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  min-height: 20px;
  padding: 1px 7px;
  border: 1px solid;
  border-radius: 3px;
  font-size: 11px;
  font-weight: 800;
  line-height: 16px;
  white-space: nowrap
}

.site-certification i {
  display: inline-grid;
  place-items: center;
  width: 13px;
  height: 13px;
  border-radius: 2px;
  color: #fff;
  font-size: 10px;
  font-style: normal;
  line-height: 1
}

.site-certification-phone {
  color: #b45309;
  border-color: #f7c66b;
  background: #fff8e8
}

.site-certification-phone i {
  background: #f59e0b
}

.site-certification-license {
  color: #15803d;
  border-color: #86d99b;
  background: #f0fdf4
}

.site-certification-license i {
  background: #16a34a
}

.nav {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 14px;
  font-weight: 700;
  color: #1f2937;
  white-space: nowrap
}

.nav a:hover {
  color: var(--brand)
}

.phone-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 24px;
  border-radius: 999px;
  background: var(--brand);
  color: #fff;
  font-weight: 800
}

.hero {
  background: linear-gradient(135deg, var(--brand2), #0d5677);
  color: #fff;
  padding: 86px 0 88px;
  text-align: center
}

.hero h2 {
  font-size: 44px;
  line-height: 1.25;
  font-weight: 900
}

.hero h2 em {
  font-style: normal;
  color: var(--accent)
}

.hero-sub {
  max-width: 880px;
  margin: 18px auto 0;
  font-size: 18px;
  color: rgba(255, 255, 255, .86);
  font-weight: 600
}

.hero-line {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 980px;
  margin: 16px auto 0;
  padding: 8px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .24);
  background: rgba(255, 255, 255, .10);
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.7
}

.hero-about {
  max-width: 880px;
  margin: 14px auto 0;
  font-size: 14px;
  color: rgba(255, 255, 255, .76);
  line-height: 1.9;
  display: -webkit-box;
 -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hero-entity {
  max-width: 980px;
  margin: 24px auto 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  text-align: left
}

.hero-entity div {
  min-height: 70px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 12px;
  background: rgba(255, 255, 255, .10);
  padding: 10px 12px;
  backdrop-filter: blur(8px)
}

.hero-entity b {
  display: block;
  color: rgba(255, 255, 255, .66);
  font-size: 12px;
  margin-bottom: 3px
}

.hero-entity span {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.5;
  word-break: break-word
}

.trust-labels {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 18px 0 0
}

.trust-labels span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(245, 158, 11, .16);
  border: 1px solid rgba(245, 158, 11, .36);
  color: #fff;
  font-size: 14px;
  font-weight: 900
}

.trust-labels span:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
  margin-right: 8px
}

.topic-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 14px auto 0;
  max-width: 900px
}

.topic-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 4px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .22);
  background: rgba(255, 255, 255, .1);
  color: rgba(255, 255, 255, .9);
  font-size: 13px;
  font-weight: 800
}

.hero-actions {
  margin-top: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 800;
  border: 1px solid transparent
}

.btn-primary {
  background: var(--accent);
  color: #172033
}

.btn-ghost {
  border-color: rgba(255, 255, 255, .38);
  color: #fff;
  background: rgba(255, 255, 255, .08)
}

.hero-facts {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 26px
}

.fact {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 38px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .22);
  background: rgba(255, 255, 255, .12);
  font-size: 14px;
  font-weight: 800
}

.section {
  padding: 70px 0
}

.section.soft {
  background: var(--soft)
}

.section-head {
  text-align: center;
  margin-bottom: 34px
}

.section-head h2 {
  font-size: 32px;
  line-height: 1.3;
  font-weight: 900;
  color: #111827
}

.section-head p {
  margin-top: 10px;
  color: var(--muted);
  font-size: 15px
}

.under {
  width: 54px;
  height: 4px;
  border-radius: 4px;
  background: var(--accent);
  margin: 12px auto 0
}

.about-card {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr);
  gap: 28px 34px;
  background: #fff;
  border-radius: var(--r);
  box-shadow: var(--shadow);
  padding: 34px;
  border: 1px solid var(--line)
}

.about-card.no-media .about-text {
  grid-column: 1/-1
}

.about-text {
  font-size: 15px;
  color: #334155;
  line-height: 2.05
}

.about-text p {
  margin-bottom: 12px
}

.hotline {
  margin-top: 20px;
  font-size: 18px;
  color: var(--brand);
  font-weight: 900
}

.about-ad {
  align-self: center;
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 14px 34px rgba(19, 32, 51, .08)
}

.about-ad a {
  display: block
}

.about-ad img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  background: #f1f5f9
}

.entity-strip {
  grid-column: 1/-1;
  border-top: 1px solid var(--line);
  padding-top: 22px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px
}

.entity-item {
  background: #f8fbff;
  border: 1px solid #dfe8f2;
  border-radius: 12px;
  padding: 12px 14px;
  min-height: 66px
}

.entity-item b {
  display: block;
  color: #64748b;
  font-size: 13px;
  margin-bottom: 4px
}

.entity-item span {
  display: block;
  color: #1f2937;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.55;
  word-break: break-word
}

.grid {
  display: grid;
  gap: 22px
}

.grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr))
}

.grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr))
}

.info-card {
  background: #f7fafc;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 24px;
  min-height: 166px
}

.info-card .icon {
  font-size: 28px;
  margin-bottom: 18px
}

.info-card h3 {
  font-size: 20px;
  line-height: 1.45;
  margin-bottom: 10px;
  font-weight: 700;
  color: #172033
}

.info-card p {
  font-size: 14px;
  color: #45556a;
  line-height: 1.9
}

.product-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--shadow)
}

.product-thumb {
  height: 190px;
  background: #f1f5f9;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #64748b;
  font-weight: 900
}

.product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.product-body {
  padding: 20px
}

.product-body h3 {
  font-size: 20px;
  line-height: 1.45;
  margin-bottom: 8px;
  color: #172033;
  font-weight: 800;
}

.product-body p {
  font-size: 14px;
  color: #45556a;
  line-height: 1.9
}

.product-more {
  margin-top: 12px;
  color: var(--brand);
  font-size: 14px;
  font-weight: 900
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px
}

.tag {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: #334155;
  font-size: 14px;
  font-weight: 700
}

.boundary {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 26px;
  color: #334155;
  line-height: 2
}

.media-layout {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 24px
}

.trust-box {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 24px
}

.trust-box h3 {
  font-size: 20px;
  margin-bottom: 12px
}

.trust-box ul {
  padding-left: 20px;
  color: #334155;
  line-height: 2
}

.image-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px
}

.image-grid img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: #f1f5f9
}

.faq {
  max-width: 920px;
  margin: 0 auto
}

.faq-item {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 18px 20px;
  margin-bottom: 12px
}

.faq-item dt {
  font-weight: 900;
  color: #111827
}

.faq-item dd {
  margin-top: 8px;
  color: #45556a;
  font-size: 14px
}

.news-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 22px
}

.news-list a {
  display: block;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 14px 16px;
  color: #334155;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.site-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  max-width: 980px;
  margin: 0 auto
}

.site-links a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  max-width: 260px;
  padding: 6px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: #334155;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.site-links a:hover {
  color: var(--brand);
  border-color: #c7d7e8;
  background: #f8fbff
}

.footer {
  background: #0f172a;
  color: #cbd5e1;
  padding: 30px 0;
  font-size: 13px
}

.footer .wrap {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap
}

.footer a {
  color: #e2e8f0
}

.footer-links {
  flex: 0 0 100%;
  display: flex;
  align-items: center;
  gap: 10px 14px;
  flex-wrap: wrap;
  padding-bottom: 14px;
  margin-bottom: 2px;
  border-bottom: 1px solid rgba(226, 232, 240, .14);
  text-align: left
}

.footer-links b {
  color: #e2e8f0;
  font-size: 13px;
  white-space: nowrap
}

.footer-links a {
  display: inline-flex;
  align-items: center;
  max-width: 220px;
  min-height: 28px;
  color: #cbd5e1;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.footer-links a:hover {
  color: #fff
}

.site-note {
  flex: 0 0 100%;
  width: 100%;
  padding-top: 14px;
  margin-top: 2px;
  border-top: 1px solid rgba(226, 232, 240, .14);
  color: #94a3b8;
  line-height: 1.8
}

#geoEntityProfile {
  display: flex;
  flex-direction: column
}

.section-hero {
  order: 1
}

.section-about {
  order: 2
}

.section-products {
  order: 3
}

.section-core {
  order: 4
}

.section-strength {
  order: 5
}

.section-scenarios {
  order: 6
}

.section-boundary {
  order: 7
}

.section-trust {
  order: 8
}

.section-faq {
  order: 9
}

.section-related {
  order: 10
}

.section-news {
  order: 4
}

.geo-persona-service .section-boundary {
  order: 2
}

.geo-persona-service .section-scenarios {
  order: 3
}

.geo-persona-service .section-faq {
  order: 4
}

.geo-persona-service .section-products {
  order: 5
}

.geo-persona-service .section-core {
  order: 6
}

.geo-persona-service .section-about {
  order: 7
}

.geo-persona-service .section-strength {
  order: 8
}

.geo-persona-service .section-trust {
  order: 9
}

.geo-persona-service .section-related {
  order: 10
}

.geo-persona-service .section-news {
  order: 11
}

.geo-persona-product .section-products {
  order: 2
}

.geo-persona-product .section-core {
  order: 3
}

.geo-persona-product .section-scenarios {
  order: 4
}

.geo-persona-product .section-trust {
  order: 5
}

.geo-persona-product .section-faq {
  order: 6
}

.geo-persona-product .section-about {
  order: 7
}

.geo-persona-product .section-boundary {
  order: 8
}

.geo-persona-product .section-strength {
  order: 9
}

.geo-persona-product .section-related {
  order: 10
}

.geo-persona-product .section-news {
  order: 11
}

.link-site-wrap123 .link-site-wrap a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  max-width: 260px;
  padding: 6px 12px;
  border: 1px solid #dfe8f2;
  border-radius: 999px;
  background: #fff;
  color: #334155;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  line-height: 1.45;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.link-more-btn {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  max-width: 260px;
  padding: 6px 12px;
  border: 1px solid #0f4c75;
  border-radius: 999px;
  background: #0f4c75;
  color: #fff ;
  font-size: 13px;
  margin-top: 10px;
  font-weight: 900;
  text-decoration: none;
  line-height: 1.45;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}





@media(max-width:900px) {
  .top {
    height: auto;
    position: relative
  }

  .top .wrap {
    padding: 14px 0;
    align-items: flex-start;
    flex-direction: column
  }

  .nav {
    gap: 14px;
    flex-wrap: wrap
  }

  .hero {
    padding: 58px 0
  }

  .hero h2 {
    font-size: 32px
  }

  .hero-entity {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  .about-card,
  .media-layout {
    grid-template-columns: 1fr
  }

  .entity-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  .grid-3,
  .grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  .image-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  .news-list {
    grid-template-columns: 1fr
  }
}

@media(max-width:560px) {
  .wrap {
    max-width: calc(100% - 22px)
  }

  .section {
    padding: 46px 0
  }

  .hero h2 {
    font-size: 27px
  }

  .hero-sub {
    font-size: 15px
  }

  .trust-labels {
    justify-content: flex-start
  }

  .hero-entity {
    grid-template-columns: 1fr
  }

  .about-card {
    padding: 22px
  }

  .entity-strip {
    grid-template-columns: 1fr
  }

  .grid-3,
  .grid-4 {
    grid-template-columns: 1fr
  }

  .image-grid img {
    height: 118px
  }
}



.about-inline-ad {
  float: left;
  width: 320px;
  max-width: 42%;
  margin: 0 24px 16px 0;
}

@media (max-width:768px) {
  .about-inline-ad {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 16px !important;
  }
}

.shengm_box{
  padding: 15px;
  color: #333333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  border-radius: 10px;
  margin-top: 15px;
}