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

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

.z2c80eheader {
  position: relative; z-index: 100; width: 100%;
  background: #fff; border-bottom: 1px solid #e2dfd8;
}
.z2c80enav_wrap {
  position: relative; display: flex; align-items: center; min-height: 64px;
}
.z2c80elogo {
  display: flex; align-items: center; font-weight: 800;
  max-width: 40%; margin-right: 12px; flex-shrink: 0;
}
.z2c80elogo_mark {
  width: 14px; height: 14px; margin-right: 10px; background: #e8a838; border-radius: 2px; flex-shrink: 0;
}
.z2c80elogo_text { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.z2c80enav_toggle { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.z2c80enav_btn { display: none; cursor: pointer; margin-left: auto; padding: 10px; flex-shrink: 0; }
.z2c80enav_btn span { display: block; width: 22px; height: 2px; margin: 5px 0; background: #1a1a1a; }
.z2c80enav { margin-left: auto; }
.z2c80enav_list { display: flex; flex-wrap: wrap; align-items: center; }
.z2c80enav_list li { margin-left: 22px; }
.z2c80enav_link { font-size: 15px; font-weight: 500; color: #6b6b6b; }
.z2c80enav_link:hover { color: #1a1a1a; }
.z2c80eheader_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;
}
.z2c80eheader_cta:hover { background: #e8a838; color: #1a1a1a !important; }

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

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

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

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

.z2c80esection { width: 100%; padding: 64px 0; clear: both; }
.z2c80esection_alt { background: #fff; }
.z2c80esection_head { text-align: center; margin-bottom: 36px; }
.z2c80esection_title { font-size: 32px; font-weight: 800; margin-bottom: 10px; }
.z2c80esection_desc { color: #6b6b6b; }

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

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

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

.z2c80esection_contact { background: #1a1a1a; color: #fff; }
.z2c80esection_contact .z2c80esection_title { color: #fff; }
.z2c80esection_contact .z2c80esection_desc { color: rgba(255,255,255,.65); }
.z2c80econtact_grid { display: flex; flex-wrap: wrap; margin: 0 -8px; }
.z2c80econtact {
  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;
}
.z2c80econtact h3 { font-size: 14px; color: #e8a838; margin-bottom: 12px; }
.z2c80econtact_value { font-size: 22px; font-weight: 800; margin-bottom: 10px; word-break: break-all; }
.z2c80econtact_note { font-size: 13px; color: rgba(255,255,255,.55); }
.z2c80econtact_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;
}

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

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

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

  .z2c80ebanner_title { font-size: 30px; }
  .z2c80estat_item { width: 50%; border-bottom: 1px solid #e2dfd8; }
  .z2c80estat_item:nth-child(2n) { border-right: 0; }
  .z2c80eadv_row > div,
  .z2c80econtact { width: calc(50% - 16px); margin-bottom: 16px; }
  .z2c80emag_text { width: calc(100% - 80px); }
  .z2c80emag_num { width: 80px; font-size: 36px; }
}

@media screen and (max-width: 640px) {
  .z2c80ebanner_title { font-size: 26px; }
  .z2c80ebanner_actions .z2c80ebtn { display: block; width: 100%; max-width: 280px; margin: 0 auto 10px; }
  .z2c80estat_item,
  .z2c80eadv_row > div,
  .z2c80econtact { width: 100%; margin-left: 0; margin-right: 0; border-right: 0; }
  .z2c80eadv_row, .z2c80econtact_grid { margin: 0; }
  .z2c80emag_row { display: block; }
  .z2c80emag_text, .z2c80emag_num { width: 100%; text-align: left; padding: 0; }
  .z2c80emag_rev .z2c80emag_text,
  .z2c80emag_rev .z2c80emag_num { order: 0; padding: 0; }
  .z2c80emag_num { font-size: 28px; margin-bottom: 8px; }
  .z2c80esection { padding: 44px 0; }
  .z2c80eprocess li { flex: 0 0 85%; }
}
/* PC 大屏框架增强 */
@media screen and (min-width: 1400px) {
  .z2c80esection_title, .z2c80esection-title, .z2c80esectiontitle { font-size: 36px !important; }
  .z2c80ebanner_title, .z2c80ebannertitle, .z2c80ebanner-title { font-size: 48px !important; }
}