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

body.z93b45body {
  font-family: "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", sans-serif;
  color: #222;
  background: #f7f6f3;
  line-height: 1.7;
  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, figcaption { margin: 0; }

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

.z93b45header {
  position: relative; z-index: 100; width: 100%;
  background: #fff; border-bottom: 1px solid #e2dfd8;
}
.z93b45nav_wrap {
  position: relative; display: flex; align-items: center; min-height: 64px;
}
.z93b45logo {
  display: flex; align-items: center; font-weight: 800;
  max-width: 40%; margin-right: 12px; flex-shrink: 0;
}
.z93b45logo_mark {
  width: 14px; height: 14px; margin-right: 10px; background: #e8a838; border-radius: 2px; flex-shrink: 0;
}
.z93b45logo_text { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.z93b45nav_toggle { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.z93b45nav_btn { display: none; cursor: pointer; margin-left: auto; padding: 10px; flex-shrink: 0; }
.z93b45nav_btn span { display: block; width: 22px; height: 2px; margin: 5px 0; background: #1a1a1a; }
.z93b45nav { margin-left: auto; }
.z93b45nav_list { display: flex; flex-wrap: wrap; align-items: center; }
.z93b45nav_list li { margin-left: 22px; }
.z93b45nav_link { font-size: 15px; font-weight: 500; color: #6b6b6b; }
.z93b45nav_link:hover { color: #1a1a1a; }
.z93b45header_cta {
  margin-left: 14px; padding: 8px 14px; background: #1a1a1a; color: #fff !important;
  font-size: 13px; font-weight: 700; border-radius: 2px; flex-shrink: 0; white-space: nowrap;
}
.z93b45header_cta:hover { background: #e8a838; color: #1a1a1a !important; }

.z93b45btn {
  display: inline-block; padding: 12px 22px; font-weight: 700; font-size: 14px;
  border-radius: 2px; border: 1px solid transparent; text-align: center;
}
.z93b45btn_primary { background: #e8a838; color: #1a1a1a !important; }
.z93b45btn_ghost { border-color: rgba(255,255,255,.35); color: #fff !important; }
.z93b45btn_ghost:hover { background: rgba(255,255,255,.08); }

/* Banner: centered stack, image full container width */
.z93b45banner {
  width: 100%;
  background: #1a1a1a;
  color: #fff;
  padding: 64px 0 0;
  text-align: center;
}
.z93b45banner_stack { padding-bottom: 0; }
.z93b45banner_tag {
  display: inline-block; margin-bottom: 18px;
  font-size: 12px; letter-spacing: .16em; color: #e8a838; font-weight: 700;
}
.z93b45banner_tag:after {
  content: ""; display: block; width: 48px; height: 2px;
  background: #e8a838; margin: 14px auto 0;
}
.z93b45banner_title {
  font-size: 48px; line-height: 1.2; font-weight: 800;
  max-width: 960px; margin: 0 auto 18px;
}
.z93b45banner_desc {
  color: rgba(255,255,255,.72); max-width: 720px; margin: 0 auto 28px; font-size: 17px;
}
.z93b45banner_actions { margin-bottom: 40px; }
.z93b45banner_actions .z93b45btn { margin: 0 6px 10px; }
.z93b45banner_figure { width: 100%; margin: 0; text-align: left; }
.z93b45banner_img {
  width: 100%;
  max-height: 420px;
  object-fit: cover;
  border-top: 3px solid #e8a838;
}
.z93b45banner_figure figcaption {
  padding: 12px 0 28px; font-size: 12px; letter-spacing: .08em;
  color: rgba(255,255,255,.45);
}

.z93b45ad { background: #fff; padding: 16px 0; border-bottom: 1px solid #e2dfd8; width: 100%; }

.z93b45stats { background: #fff; width: 100%; }
.z93b45stats_grid { overflow: hidden; border-top: 1px solid #e2dfd8; }
.z93b45stat_item {
  float: left; width: 25%; text-align: center; padding: 28px 12px;
  border-right: 1px solid #e2dfd8; box-sizing: border-box;
}
.z93b45stat_item:last-child { border-right: 0; }
.z93b45stats_grid:after { content: ""; display: table; clear: both; }
.z93b45stat_item strong { display: block; font-size: 28px; font-weight: 800; color: #1a1a1a; }
.z93b45stat_item span { font-size: 13px; color: #6b6b6b; }

.z93b45section { width: 100%; padding: 64px 0; clear: both; }
.z93b45section_alt { background: #fff; }
.z93b45section_head { text-align: center; margin-bottom: 36px; }
.z93b45section_title { font-size: 32px; font-weight: 800; margin-bottom: 10px; }
.z93b45section_desc { color: #6b6b6b; }

.z93b45magazine { border-top: 1px solid #e2dfd8; }
.z93b45mag_row {
  display: flex; flex-wrap: wrap; align-items: center;
  padding: 28px 0; border-bottom: 1px solid #e2dfd8;
}
.z93b45mag_text { width: calc(100% - 120px); padding-right: 20px; text-align: left; }
.z93b45mag_num {
  width: 120px; font-size: 48px; font-weight: 800; color: #e8a838;
  text-align: right; line-height: 1;
}
.z93b45mag_rev .z93b45mag_text { order: 2; padding-right: 0; padding-left: 20px; }
.z93b45mag_rev .z93b45mag_num { order: 1; text-align: left; }
.z93b45mag_text h3 { font-size: 22px; margin-bottom: 8px; }
.z93b45mag_text p { color: #6b6b6b; max-width: 640px; }

.z93b45adv_row { display: flex; flex-wrap: wrap; margin: 0 -12px; }
.z93b45adv_row > div {
  width: 25%; padding: 0 12px; box-sizing: border-box;
}
.z93b45adv_row h3 {
  font-size: 18px; margin-bottom: 10px; padding-top: 14px; border-top: 3px solid #e8a838;
}
.z93b45adv_row p { color: #6b6b6b; font-size: 14px; }

.z93b45process {
  display: flex; flex-wrap: nowrap; overflow-x: auto; padding-bottom: 8px;
  list-style: none; -webkit-overflow-scrolling: touch;
}
.z93b45process li {
  flex: 0 0 240px; margin-right: 12px;
  background: #fff; border: 1px solid #e2dfd8; padding: 22px 18px; border-radius: 2px;
}
.z93b45process span {
  display: inline-block; margin-bottom: 10px; padding: 4px 10px;
  background: #fbf4e6; color: #8a6410; font-size: 12px; font-weight: 700; border-radius: 999px;
}
.z93b45process h3 { font-size: 17px; margin-bottom: 8px; }
.z93b45process p { font-size: 13px; color: #6b6b6b; }

.z93b45section_contact { background: #1a1a1a; color: #fff; }
.z93b45section_contact .z93b45section_title { color: #fff; }
.z93b45section_contact .z93b45section_desc { color: rgba(255,255,255,.65); }
.z93b45contact_grid { display: flex; flex-wrap: wrap; margin: 0 -8px; }
.z93b45contact {
  width: calc(33.333% - 16px); margin: 0 8px;
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.12);
  padding: 24px; border-radius: 2px; box-sizing: border-box;
}
.z93b45contact h3 { font-size: 14px; color: #e8a838; margin-bottom: 12px; }
.z93b45contact_value { font-size: 22px; font-weight: 800; margin-bottom: 10px; word-break: break-all; }
.z93b45contact_note { font-size: 13px; color: rgba(255,255,255,.55); }
.z93b45contact_tip {
  margin-top: 20px; padding: 14px 18px;
  border-left: 3px solid #e8a838; background: rgba(255,255,255,.04);
  font-size: 13px; color: rgba(255,255,255,.7); text-align: left;
}

.z93b45flink_list { text-align: center; }
.z93b45flink_list li { display: inline-block; margin: 0 10px 8px; }
.z93b45flink_list a { font-size: 13px; padding: 6px 0; border-bottom: 1px solid #e2dfd8; }
.z93b45flink_list a:hover { border-color: #e8a838; color: #8a6410; }

.z93b45footer { width: 100%; background: #111; color: rgba(255,255,255,.65); padding: 40px 0 28px; }
.z93b45footer_inner { text-align: center; }
.z93b45footer_brand a { color: #fff; font-weight: 800; font-size: 18px; }
.z93b45footer_brand p { font-size: 13px; margin-top: 6px; margin-bottom: 16px; }
.z93b45footer_links { margin-bottom: 16px; }
.z93b45footer_links a { display: inline-block; margin: 4px 10px; font-size: 13px; }
.z93b45footer_links a:hover { color: #e8a838; }
.z93b45copyright { font-size: 12px; }
.z93b45copyright a { color: #e8a838; }

@media screen and (max-width: 992px) {
  .z93b45header_cta { display: none !important; }
  .z93b45nav_btn { display: block; }
  .z93b45nav {
    position: absolute; left: 0; right: 0; top: 100%; margin: 0;
    background: #fff; border-bottom: 1px solid #e2dfd8;
    max-height: 0; overflow: hidden; z-index: 60;
    box-shadow: 0 12px 24px rgba(0,0,0,.08);
  }
  .z93b45nav_list { display: block; padding: 8px 20px 16px; }
  .z93b45nav_list li { margin: 0; }
  .z93b45nav_link { display: block; padding: 12px 4px; font-size: 15px; }
  .z93b45nav_toggle:checked ~ .z93b45nav { max-height: 70vh; overflow-y: auto; }

  .z93b45banner_title { font-size: 30px; }
  .z93b45stat_item { width: 50%; border-bottom: 1px solid #e2dfd8; }
  .z93b45stat_item:nth-child(2n) { border-right: 0; }
  .z93b45adv_row > div,
  .z93b45contact { width: calc(50% - 16px); margin-bottom: 16px; }
  .z93b45mag_text { width: calc(100% - 80px); }
  .z93b45mag_num { width: 80px; font-size: 36px; }
}

@media screen and (max-width: 640px) {
  .z93b45banner_title { font-size: 26px; }
  .z93b45banner_actions .z93b45btn { display: block; width: 100%; max-width: 280px; margin: 0 auto 10px; }
  .z93b45stat_item,
  .z93b45adv_row > div,
  .z93b45contact { width: 100%; margin-left: 0; margin-right: 0; border-right: 0; }
  .z93b45adv_row, .z93b45contact_grid { margin: 0; }
  .z93b45mag_row { display: block; }
  .z93b45mag_text, .z93b45mag_num { width: 100%; text-align: left; padding: 0; }
  .z93b45mag_rev .z93b45mag_text,
  .z93b45mag_rev .z93b45mag_num { order: 0; padding: 0; }
  .z93b45mag_num { font-size: 28px; margin-bottom: 8px; }
  .z93b45section { padding: 44px 0; }
  .z93b45process li { flex: 0 0 85%; }
}
/* PC 大屏框架增强 */
@media screen and (min-width: 1400px) {
  .z93b45section_title, .z93b45section-title, .z93b45sectiontitle { font-size: 36px !important; }
  .z93b45banner_title, .z93b45bannertitle, .z93b45banner-title { font-size: 48px !important; }
}