﻿/* 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.z37d8bbody {
  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; }

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

.z37d8bheader {
  position: relative; z-index: 100; width: 100%;
  background: #fff; border-bottom: 1px solid #e2dfd8;
}
.z37d8bnav_wrap {
  position: relative; display: flex; align-items: center; min-height: 64px;
}
.z37d8blogo {
  display: flex; align-items: center; font-weight: 800;
  max-width: 40%; margin-right: 12px; flex-shrink: 0;
}
.z37d8blogo_mark {
  width: 14px; height: 14px; margin-right: 10px; background: #e8a838; border-radius: 2px; flex-shrink: 0;
}
.z37d8blogo_text { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.z37d8bnav_toggle { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.z37d8bnav_btn { display: none; cursor: pointer; margin-left: auto; padding: 10px; flex-shrink: 0; }
.z37d8bnav_btn span { display: block; width: 22px; height: 2px; margin: 5px 0; background: #1a1a1a; }
.z37d8bnav { margin-left: auto; }
.z37d8bnav_list { display: flex; flex-wrap: wrap; align-items: center; }
.z37d8bnav_list li { margin-left: 22px; }
.z37d8bnav_link { font-size: 15px; font-weight: 500; color: #6b6b6b; }
.z37d8bnav_link:hover { color: #1a1a1a; }
.z37d8bheader_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;
}
.z37d8bheader_cta:hover { background: #e8a838; color: #1a1a1a !important; }

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

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

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

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

.z37d8bsection { width: 100%; padding: 64px 0; clear: both; }
.z37d8bsection_alt { background: #fff; }
.z37d8bsection_head { text-align: center; margin-bottom: 36px; }
.z37d8bsection_title { font-size: 32px; font-weight: 800; margin-bottom: 10px; }
.z37d8bsection_desc { color: #6b6b6b; }

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

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

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

.z37d8bsection_contact { background: #1a1a1a; color: #fff; }
.z37d8bsection_contact .z37d8bsection_title { color: #fff; }
.z37d8bsection_contact .z37d8bsection_desc { color: rgba(255,255,255,.65); }
.z37d8bcontact_grid { display: flex; flex-wrap: wrap; margin: 0 -8px; }
.z37d8bcontact {
  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;
}
.z37d8bcontact h3 { font-size: 14px; color: #e8a838; margin-bottom: 12px; }
.z37d8bcontact_value { font-size: 22px; font-weight: 800; margin-bottom: 10px; word-break: break-all; }
.z37d8bcontact_note { font-size: 13px; color: rgba(255,255,255,.55); }
.z37d8bcontact_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;
}

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

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

@media screen and (max-width: 992px) {
  .z37d8bheader_cta { display: none !important; }
  .z37d8bnav_btn { display: block; }
  .z37d8bnav {
    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);
  }
  .z37d8bnav_list { display: block; padding: 8px 20px 16px; }
  .z37d8bnav_list li { margin: 0; }
  .z37d8bnav_link { display: block; padding: 12px 4px; font-size: 15px; }
  .z37d8bnav_toggle:checked ~ .z37d8bnav { max-height: 70vh; overflow-y: auto; }

  .z37d8bbanner_title { font-size: 30px; }
  .z37d8bstat_item { width: 50%; border-bottom: 1px solid #e2dfd8; }
  .z37d8bstat_item:nth-child(2n) { border-right: 0; }
  .z37d8badv_row > div,
  .z37d8bcontact { width: calc(50% - 16px); margin-bottom: 16px; }
  .z37d8bmag_text { width: calc(100% - 80px); }
  .z37d8bmag_num { width: 80px; font-size: 36px; }
}

@media screen and (max-width: 640px) {
  .z37d8bbanner_title { font-size: 26px; }
  .z37d8bbanner_actions .z37d8bbtn { display: block; width: 100%; max-width: 280px; margin: 0 auto 10px; }
  .z37d8bstat_item,
  .z37d8badv_row > div,
  .z37d8bcontact { width: 100%; margin-left: 0; margin-right: 0; border-right: 0; }
  .z37d8badv_row, .z37d8bcontact_grid { margin: 0; }
  .z37d8bmag_row { display: block; }
  .z37d8bmag_text, .z37d8bmag_num { width: 100%; text-align: left; padding: 0; }
  .z37d8bmag_rev .z37d8bmag_text,
  .z37d8bmag_rev .z37d8bmag_num { order: 0; padding: 0; }
  .z37d8bmag_num { font-size: 28px; margin-bottom: 8px; }
  .z37d8bsection { padding: 44px 0; }
  .z37d8bprocess li { flex: 0 0 85%; }
}
/* PC 大屏框架增强 */
@media screen and (min-width: 1400px) {
  .z37d8bsection_title, .z37d8bsection-title, .z37d8bsectiontitle { font-size: 36px !important; }
  .z37d8bbanner_title, .z37d8bbannertitle, .z37d8bbanner-title { font-size: 48px !important; }
}