﻿/* Template 2 — Trust Console */
html { scroll-behavior: smooth; }
html, body { margin: 0; padding: 0; width: 100%; overflow-x: hidden; }
*, *:before, *:after { box-sizing: border-box; }

body.z5fda7body {
  font-family: "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", sans-serif;
  color: #14241e;
  background: #f3f7f4;
  line-height: 1.75;
  word-wrap: break-word;
}
img { max-width: 100%; height: auto; display: block; border: 0; }
a { color: inherit; text-decoration: none; }
ul, ol { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, p { margin: 0; }

.z5fda7container {
  display: block;
  width: 94%;
  max-width: 1520px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 28px;
  padding-right: 28px;
}

/* Header */
.z5fda7header {
  position: absolute;
  top: 0; left: 0; right: 0;
  width: 100%;
  z-index: 100;
  background: rgba(6,53,40,.75);
}
.z5fda7header-inner {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 72px;
}
.z5fda7logo {
  display: flex; align-items: center; color: #fff; font-weight: 700;
  max-width: 40%; margin-right: 12px; flex-shrink: 0;
}
.z5fda7logo-mark {
  width: 38px; height: 38px; margin-right: 10px; border-radius: 50%;
  border: 1px solid rgba(255,255,255,.35); background: rgba(255,255,255,.15);
  text-align: center; line-height: 36px; font-size: 11px; flex-shrink: 0;
}
.z5fda7logo-text { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.z5fda7nav-toggle { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.z5fda7nav-btn {
  display: none; cursor: pointer; margin-left: auto; padding: 10px; flex-shrink: 0;
}
.z5fda7nav-btn span { display: block; width: 22px; height: 2px; margin: 5px 0; background: #fff; }
.z5fda7nav { margin-left: auto; }
.z5fda7nav-list { display: flex; flex-wrap: wrap; align-items: center; }
.z5fda7nav-list li { margin-left: 22px; }
.z5fda7nav-link { color: rgba(255,255,255,.9) !important; font-size: 15px; }
.z5fda7nav-link:hover { color: #fff !important; }
.z5fda7nav-cta {
  display: inline-block; padding: 8px 14px; border-radius: 999px;
  background: #fff !important; color: #0a4d3c !important; font-weight: 700;
}

.z5fda7btn {
  display: inline-block; padding: 13px 24px; border-radius: 6px;
  font-weight: 700; font-size: 14px; border: 1px solid transparent; text-align: center;
}
.z5fda7btn-primary { background: #fff; color: #0a4d3c !important; }
.z5fda7btn-primary:hover { background: #d9efe6; }
.z5fda7btn-ghost { border-color: rgba(255,255,255,.5); color: #fff !important; }
.z5fda7btn-ghost:hover { background: rgba(255,255,255,.12); }
.z5fda7btn-block { display: block; width: 100%; }

/* Full-bleed banner — PC 左右框架 */
.z5fda7banner {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #063528;
  color: #fff;
  text-align: left;
}
.z5fda7banner-media {
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: 0;
}
.z5fda7banner-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.z5fda7banner-veil {
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: 1;
  background: rgba(6,53,40,.78);
  background: linear-gradient(90deg, rgba(6,53,40,.92) 0%, rgba(6,53,40,.75) 55%, rgba(6,53,40,.55) 100%);
}
.z5fda7banner-center {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 110px;
  padding-bottom: 72px;
}
.z5fda7banner-copy {
  width: 56%;
  box-sizing: border-box;
  padding-right: 40px;
}
.z5fda7banner-side {
  width: 40%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
  box-sizing: border-box;
}
.z5fda7banner-sideitem {
  width: calc(50% - 16px);
  margin: 8px;
  padding: 22px 18px;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.22);
  box-sizing: border-box;
}
.z5fda7banner-sideitem strong {
  display: block;
  font-size: 28px;
  margin-bottom: 6px;
  color: #fff;
}
.z5fda7banner-sideitem span {
  font-size: 13px;
  color: rgba(255,255,255,.75);
}
.z5fda7banner-brand {
  font-size: 14px; letter-spacing: .12em; margin-bottom: 16px; color: #b7dfcf;
}
.z5fda7banner-title {
  font-size: 44px; line-height: 1.25; font-weight: 700; margin-bottom: 18px;
}
.z5fda7banner-desc {
  font-size: 16px; color: rgba(255,255,255,.85);
  max-width: 640px; margin: 0 0 28px;
}
.z5fda7banner-actions .z5fda7btn { margin: 0 10px 10px 0; }

.z5fda7ad { padding: 18px 0; background: #fff; border-bottom: 1px solid #c9d9d1; width: 100%; }

.z5fda7section { width: 100%; padding: 64px 0; clear: both; }
.z5fda7section-head { text-align: center; margin-bottom: 36px; }
.z5fda7section-head-left { text-align: left; }
.z5fda7section-title { font-size: 32px; margin-bottom: 10px; }
.z5fda7section-desc { color: #5d6f67; max-width: 640px; margin-left: auto; margin-right: auto; }
.z5fda7section-head-left .z5fda7section-desc { margin-left: 0; margin-right: 0; }

.z5fda7service { background: #e8f2ee; }
.z5fda7feature-grid { display: flex; flex-wrap: wrap; margin: 0 -12px; }
.z5fda7feature {
  width: calc(33.333% - 24px); margin: 0 12px 24px;
  background: #fff; border: 1px solid #c9d9d1; border-radius: 4px; padding: 28px 24px;
  box-sizing: border-box; min-height: 180px;
}
.z5fda7feature-icon { font-size: 14px; font-weight: 700; color: #0a4d3c; margin-bottom: 14px; }
.z5fda7feature h3 { font-size: 20px; margin-bottom: 10px; }
.z5fda7feature p { color: #5d6f67; font-size: 15px; line-height: 1.7; }

.z5fda7scope-wrap { display: flex; flex-wrap: wrap; margin: 0 -12px; }
.z5fda7scope-col {
  width: calc(50% - 24px); margin: 0 12px; padding: 32px; border-radius: 4px; box-sizing: border-box;
}
.z5fda7scope-yes { background: #e8f2ee; border: 1px solid #a8c9ba; }
.z5fda7scope-no { background: #f7eeee; border: 1px solid #e0c4c4; }
.z5fda7scope-col h3 { margin-bottom: 16px; font-size: 22px; }
.z5fda7scope-yes h3 { color: #0a4d3c; }
.z5fda7scope-no h3 { color: #8b3a3a; }
.z5fda7scope-col li {
  position: relative; padding: 10px 0 10px 22px;
  border-bottom: 1px dashed rgba(0,0,0,.08); font-size: 14px; color: #5d6f67;
}
.z5fda7scope-yes li:before { content: "\2713"; position: absolute; left: 0; color: #0a4d3c; font-weight: 700; }
.z5fda7scope-no li:before { content: "\2715"; position: absolute; left: 0; color: #8b3a3a; font-weight: 700; }

.z5fda7timeline { max-width: 720px; margin: 0 auto; list-style: none; }
.z5fda7timeline li {
  display: flex; padding-bottom: 28px; position: relative;
}
.z5fda7timeline li:before {
  content: ""; position: absolute; left: 23px; top: 48px; bottom: 0; width: 2px; background: #c9d9d1;
}
.z5fda7timeline li:last-child:before { display: none; }
.z5fda7timeline-num {
  width: 48px; height: 48px; border-radius: 50%; margin-right: 18px; flex-shrink: 0;
  background: #0a4d3c; color: #fff; font-weight: 700; text-align: center; line-height: 48px;
  position: relative; z-index: 1;
}
.z5fda7timeline h3 { font-size: 18px; margin-bottom: 6px; }
.z5fda7timeline p { color: #5d6f67; font-size: 14px; }

.z5fda7contact { background: #fff; }
.z5fda7contact-wrap { display: flex; flex-wrap: wrap; margin: 0 -11px; }
.z5fda7contact-panel, .z5fda7contact-aside {
  width: calc(50% - 22px); margin: 0 11px; border: 1px solid #c9d9d1; border-radius: 4px; padding: 28px;
  box-sizing: border-box;
}
.z5fda7contact-panel { width: calc(58% - 22px); background: #0a4d3c; color: #fff; border-color: #0a4d3c; }
.z5fda7contact-aside { width: calc(42% - 22px); }
.z5fda7contact-panel h3, .z5fda7contact-aside h3 { font-size: 22px; margin-bottom: 18px; }
.z5fda7contact-list li {
  overflow: hidden; padding-bottom: 12px; margin-bottom: 12px;
  border-bottom: 1px solid rgba(255,255,255,.18); font-size: 14px;
}
.z5fda7contact-list span { float: left; opacity: .75; }
.z5fda7contact-list a,
.z5fda7contact-list strong { float: right; color: #fff !important; font-weight: 700; }
.z5fda7contact-aside ol { margin-bottom: 22px; counter-reset: tip; }
.z5fda7contact-aside li {
  counter-increment: tip; padding-left: 28px; position: relative;
  color: #5d6f67; font-size: 14px; margin-bottom: 12px;
}
.z5fda7contact-aside li:before {
  content: counter(tip); position: absolute; left: 0; top: 0;
  width: 20px; height: 20px; border-radius: 50%;
  background: #e8f2ee; color: #0a4d3c; font-size: 12px; font-weight: 700;
  text-align: center; line-height: 20px;
}

.z5fda7faq-list { max-width: 800px; margin: 0 auto; }
.z5fda7faq-item {
  background: #fff; border: 1px solid #c9d9d1; border-radius: 4px;
  padding: 0 18px; margin-bottom: 10px;
}
.z5fda7faq-item summary {
  cursor: pointer; list-style: none; padding: 16px 0; font-weight: 700; font-size: 15px;
}
.z5fda7faq-item summary::-webkit-details-marker { display: none; }
.z5fda7faq-a { padding: 0 0 16px; color: #5d6f67; font-size: 14px; }

.z5fda7about { background: #063528; color: #fff; }
.z5fda7about .z5fda7section-title { color: #fff; }
.z5fda7about .z5fda7section-desc { color: rgba(255,255,255,.75); }
.z5fda7about-band { display: flex; flex-wrap: wrap; align-items: flex-end; margin-bottom: 28px; }
.z5fda7about-band .z5fda7section-head { width: 55%; text-align: left; margin-bottom: 0; }
.z5fda7about-stats { width: 45%; display: flex; flex-wrap: wrap; }
.z5fda7stat {
  width: 33.333%; text-align: center; padding: 14px 8px;
  border: 1px solid rgba(255,255,255,.2); border-radius: 4px; box-sizing: border-box;
}
.z5fda7stat-num { display: block; font-size: 24px; font-weight: 700; }
.z5fda7stat-label { font-size: 12px; opacity: .75; }
.z5fda7about-extra { display: flex; flex-wrap: wrap; margin: 0 -7px; }
.z5fda7about-extra article {
  width: calc(33.333% - 14px); margin: 0 7px;
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12);
  border-radius: 4px; padding: 20px; box-sizing: border-box;
}
.z5fda7about-extra h3 { font-size: 16px; margin-bottom: 8px; }
.z5fda7about-extra p { font-size: 13px; color: rgba(255,255,255,.72); }

.z5fda7flink-list { text-align: center; }
.z5fda7flink-list li { display: inline-block; margin: 5px; }
.z5fda7flink-list a {
  display: inline-block; padding: 8px 14px; border: 1px solid #c9d9d1; border-radius: 4px;
  background: #fff; font-size: 13px;
}
.z5fda7flink-list a:hover { border-color: #0a4d3c; color: #0a4d3c; }

.z5fda7footer { width: 100%; background: #14241e; color: rgba(255,255,255,.7); padding: 36px 0; }
.z5fda7footer-inner { text-align: center; }
.z5fda7footer-brand { color: #fff; font-size: 20px; margin-bottom: 14px; }
.z5fda7footer-nav { margin-bottom: 18px; }
.z5fda7footer-nav a { display: inline-block; margin: 4px 10px; font-size: 13px; }
.z5fda7footer-nav a:hover { color: #fff; }
.z5fda7footer-power { font-size: 12px; }
.z5fda7footer-power a { color: #9fd4c0; }

@media screen and (max-width: 992px) {
  .z5fda7nav-btn { display: block; }
  .z5fda7nav {
    position: absolute; left: 0; right: 0; top: 100%; margin: 0;
    background: #063528; max-height: 0; overflow: hidden; z-index: 60;
  }
  .z5fda7nav-list { display: block; padding: 8px 20px 18px; }
  .z5fda7nav-list li { margin: 0; }
  .z5fda7nav-link { display: block; padding: 12px 8px; font-size: 15px; }
  .z5fda7nav-toggle:checked ~ .z5fda7nav { max-height: 70vh; overflow-y: auto; }

  .z5fda7banner-copy,
  .z5fda7banner-side { width: 100%; padding-right: 0; }
  .z5fda7banner-side { margin-top: 28px; }
  .z5fda7banner-title { font-size: 32px; }
  .z5fda7banner-center { padding-top: 100px; padding-bottom: 56px; }
  .z5fda7feature { width: calc(50% - 24px); }
  .z5fda7scope-col,
  .z5fda7contact-panel,
  .z5fda7contact-aside { width: 100%; margin: 0 0 16px; }
  .z5fda7about-band .z5fda7section-head,
  .z5fda7about-stats { width: 100%; }
  .z5fda7about-stats { margin-top: 20px; }
  .z5fda7about-extra article { width: calc(50% - 14px); margin-bottom: 14px; }
}

@media screen and (max-width: 640px) {
  .z5fda7banner-title { font-size: 26px; }
  .z5fda7banner-actions .z5fda7btn { display: block; width: 100%; margin: 0 0 10px; }
  .z5fda7banner-sideitem { width: calc(50% - 16px); }
  .z5fda7feature,
  .z5fda7about-extra article,
  .z5fda7stat { width: 100%; margin-left: 0; margin-right: 0; }
  .z5fda7feature-grid, .z5fda7about-extra, .z5fda7banner-side { margin: 0; }
  .z5fda7banner-sideitem { width: 100%; margin: 0 0 10px; }
  .z5fda7section { padding: 44px 0; }
  .z5fda7contact-list span,
  .z5fda7contact-list a,
  .z5fda7contact-list strong { float: none; display: block; }
}

/* PC 大屏框架增强 */
@media screen and (min-width: 1400px) {
  .z5fda7banner-title { font-size: 48px; }
  .z5fda7section-title { font-size: 36px; }
  .z5fda7feature { padding: 32px 28px; min-height: 200px; }
  .z5fda7nav-list li { margin-left: 28px; }
}
