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

body.ze791cbody {
  font-family: "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", sans-serif;
  color: #1e2833; background: #f5f3f1; 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 { margin: 0; }

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

.ze791cheader {
  position: relative; z-index: 100; width: 100%;
  background: #fff; border-bottom: 2px solid #243447;
}
.ze791cheaderinner { position: relative; display: flex; align-items: center; min-height: 66px; }
.ze791clogo {
  display: flex; align-items: center; font-weight: 700;
  max-width: 36%; margin-right: 12px; flex-shrink: 0;
}
.ze791clogomark {
  width: 34px; height: 34px; margin-right: 10px; border-radius: 6px;
  background: #e85d4c; color: #fff; font-size: 12px; text-align: center; line-height: 34px; flex-shrink: 0;
}
.ze791clogotext { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ze791cnavtog { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.ze791cnavbtn { display: none; cursor: pointer; margin-left: auto; padding: 10px; flex-shrink: 0; }
.ze791cnavbtn span { display: block; width: 22px; height: 2px; margin: 5px 0; background: #243447; }
.ze791cnav { margin-left: auto; }
.ze791cnavlist { display: flex; flex-wrap: wrap; align-items: center; }
.ze791cnavlist li { margin-left: 20px; }
.ze791cnavlist a { font-size: 15px; color: #667484; font-weight: 500; }
.ze791cnavlist a:hover { color: #e85d4c; }
.ze791cbtnnav {
  margin-left: 14px; flex-shrink: 0; white-space: nowrap;
  background: #243447; color: #fff !important; padding: 10px 16px; border-radius: 8px; font-size: 14px; font-weight: 700;
}
.ze791cbtnnav:hover { background: #e85d4c; }

.ze791cbtn {
  display: inline-block; padding: 12px 20px; border-radius: 8px;
  font-weight: 700; font-size: 14px; border: 2px solid transparent; text-align: center;
}
.ze791cbtnprimary { background: #e85d4c; color: #fff !important; }
.ze791cbtnprimary:hover { background: #c94738; }
.ze791cbtnoutline { border-color: rgba(255,255,255,.4); color: #fff !important; }
.ze791cbtnoutline:hover { background: #fff; color: #243447 !important; }
.ze791cbtnblock { display: block; width: 100%; }

/* Banner split — stack-friendly, no clip-path dependency on mobile */
.ze791cbanner { width: 100%; background: #243447; color: #fff; overflow: hidden; }
.ze791cbannersplit { display: flex; flex-wrap: wrap; min-height: 520px; }
.ze791cbannerleft {
  width: 55%; background: #1a2634; display: flex; align-items: center;
  padding: 56px 4% 72px; box-sizing: border-box;
}
.ze791cbannerleftinner { width: 100%; max-width: 720px; }
.ze791cbannertag { font-size: 12px; font-weight: 700; color: #e85d4c; margin-bottom: 14px; }
.ze791cbannertitle { font-size: 40px; line-height: 1.3; margin-bottom: 14px; }
.ze791cbannerdesc { color: rgba(255,255,255,.75); margin-bottom: 22px; }
.ze791cbannerbtns { margin-bottom: 24px; }
.ze791cbannerbtns .ze791cbtn { margin: 0 8px 10px 0; }
.ze791cbannerpoints { overflow: hidden; }
.ze791cbannerpoints li {
  float: left; width: 50%; padding: 4px 8px 4px 0; font-size: 13px; color: rgba(255,255,255,.7);
}
.ze791cbannerpoints li:before { content: "\25B8"; color: #e85d4c; margin-right: 6px; }
.ze791cbannerright { width: 45%; overflow: hidden; }
.ze791cbannerright img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; }

.ze791cstats { position: relative; z-index: 2; margin-top: -36px; width: 100%; padding: 0 20px; }
.ze791cstatsrow {
  max-width: 1520px; margin-left: auto; margin-right: auto;
  background: #fff; border-radius: 10px; border: 1px solid #dcd6d0;
  box-shadow: 0 16px 40px rgba(36,52,71,.12); overflow: hidden; padding: 20px 0;
}
.ze791cstat { float: left; width: 25%; text-align: center; padding: 8px 6px; }
.ze791cstatsrow:after { content: ""; display: table; clear: both; }
.ze791cstat strong { display: block; font-size: 26px; color: #e85d4c; }
.ze791cstat span { font-size: 12px; color: #667484; }

.ze791csection { width: 100%; padding: 64px 0; clear: both; }
.ze791calt { background: #ebe7e3; }
.ze791csectionhead { text-align: center; margin-bottom: 36px; }
.ze791csectionhead.ze791cleft { text-align: left; }
.ze791csectiontitle { font-size: 30px; margin-bottom: 8px; }
.ze791csectiondesc { color: #667484; }

.ze791caboutblock {
  background: #fff; border-radius: 10px; border: 1px solid #dcd6d0;
  padding: 32px; border-top: 4px solid #e85d4c;
}
.ze791caboutblock h3 { margin-bottom: 12px; font-size: 22px; }
.ze791caboutblock p { color: #667484; margin-bottom: 12px; }
.ze791ctags { margin: 16px 0; }
.ze791ctags span {
  display: inline-block; margin: 0 8px 8px 0; padding: 6px 12px;
  background: #fdece9; color: #c94738; border-radius: 999px; font-size: 12px; font-weight: 600;
}
.ze791cchecklist { overflow: hidden; margin-top: 12px; }
.ze791cchecklist li {
  float: left; width: 50%; padding: 0 12px 10px 18px; position: relative;
  font-size: 14px; color: #667484; box-sizing: border-box;
}
.ze791cchecklist li:before {
  content: ""; position: absolute; left: 0; top: 8px;
  width: 8px; height: 8px; background: #e85d4c; border-radius: 2px;
}
.ze791cchecklist:after { content: ""; display: table; clear: both; }

.ze791cgrid2, .ze791cgrid3, .ze791cgrid4 { display: flex; flex-wrap: wrap; margin: 0 -12px; }
.ze791ccard, .ze791cscene, .ze791cadv, .ze791cquote {
  background: #fff; border: 1px solid #dcd6d0; border-radius: 10px; padding: 24px;
  margin: 0 12px 24px; box-sizing: border-box;
}
.ze791cgrid2 .ze791cscene { width: calc(50% - 24px); border-bottom: 3px solid #243447; }
.ze791cgrid3 .ze791ccard, .ze791cgrid3 .ze791cquote { width: calc(33.333% - 24px); min-height: 200px; }
.ze791cgrid4 .ze791cadv { width: calc(25% - 24px); min-height: 150px; }
.ze791ccard h3, .ze791cscene h3, .ze791cadv h3 { margin-bottom: 8px; font-size: 17px; }
.ze791ccard p, .ze791cscene p, .ze791cadv p { color: #667484; font-size: 14px; }
.ze791ccard ul { margin-top: 10px; }
.ze791ccard li { font-size: 13px; color: #667484; padding: 2px 0 2px 12px; position: relative; }
.ze791ccard li:before {
  content: ""; position: absolute; left: 0; top: 9px;
  width: 5px; height: 5px; border-radius: 50%; background: #e85d4c;
}
.ze791cadv span { display: block; color: #e85d4c; font-weight: 700; font-size: 13px; margin-bottom: 6px; }
.ze791cquote p { margin-bottom: 12px; }
.ze791cquote footer { font-size: 13px; color: #667484; }

.ze791czigzag { max-width: 800px; margin: 0 auto; list-style: none; }
.ze791czigzag li {
  display: flex; align-items: center; margin-bottom: 14px;
  background: #fff; border: 1px solid #dcd6d0; border-radius: 10px; padding: 18px 20px;
}
.ze791czigleft { margin-right: 10%; }
.ze791czigright { margin-left: 10%; flex-direction: row-reverse; text-align: right; }
.ze791czigzag span {
  flex-shrink: 0; width: 40px; height: 40px; border-radius: 50%; margin: 0 16px;
  background: #243447; color: #e85d4c; font-weight: 700; text-align: center; line-height: 40px;
}
.ze791czigzag h3 { font-size: 16px; margin-bottom: 4px; }
.ze791czigzag p { font-size: 13px; color: #667484; }

.ze791cindustries { text-align: center; }
.ze791cindustries li {
  display: inline-block; margin: 5px; padding: 10px 16px;
  background: #fff; border: 1px solid #dcd6d0; border-radius: 8px; font-size: 14px;
}

.ze791cfaqlist { max-width: 860px; margin: 0 auto; }
.ze791cfaqlist article {
  background: #fff; border: 1px solid #dcd6d0; border-radius: 10px;
  padding: 18px 20px; margin-bottom: 10px; border-left: 4px solid #e85d4c;
}
.ze791cfaqlist h3 { font-size: 15px; margin-bottom: 6px; }
.ze791cfaqlist p { font-size: 14px; color: #667484; }

.ze791ccontactwrap { display: flex; flex-wrap: wrap; margin: 0 -10px; }
.ze791ccontactinfo, .ze791cform {
  width: calc(50% - 20px); margin: 0 10px;
  background: #fff; border: 1px solid #dcd6d0; border-radius: 10px; padding: 26px;
  box-sizing: border-box;
}
.ze791ccontactinfo h3 { margin-bottom: 14px; }
.ze791ccontactinfo li {
  overflow: hidden; font-size: 14px; padding-bottom: 10px; margin-bottom: 10px;
  border-bottom: 1px dashed #dcd6d0;
}
.ze791ccontactinfo span { float: left; color: #667484; }
.ze791ccontactinfo strong { float: right; }
.ze791conline { color: #e85d4c; }
.ze791cform label { display: block; margin-bottom: 12px; font-size: 13px; font-weight: 600; }
.ze791cform input, .ze791cform select, .ze791cform textarea {
  display: block; width: 100%; margin-top: 6px; padding: 11px 12px;
  border: 1px solid #dcd6d0; border-radius: 8px; font: inherit; background: #fff;
}

.ze791cfooter { width: 100%; background: #1a2634; color: rgba(255,255,255,.72); padding: 52px 0 24px; }
.ze791cfootergrid { display: flex; flex-wrap: wrap; margin: 0 -11px 24px; }
.ze791cfootergrid > div { width: 25%; padding: 0 11px; box-sizing: border-box; }
.ze791cfooter h3 { color: #fff; font-size: 15px; margin-bottom: 10px; }
.ze791cfooter p, .ze791cfooter li { font-size: 13px; margin-bottom: 8px; }
.ze791cfooter a:hover { color: #e85d4c; }
.ze791cflinklist li { display: inline-block; margin-right: 10px; }
.ze791cadbox { margin: 16px 0; }
.ze791cfooterbottom {
  border-top: 1px solid rgba(255,255,255,.12); padding-top: 16px; overflow: hidden; font-size: 12px;
}
.ze791cfooterbottom p { float: left; margin-right: 16px; }
.ze791cfooterbottom a { color: #e85d4c; }

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

  .ze791cbannerleft, .ze791cbannerright { width: 100%; }
  .ze791cbannerleft { padding: 48px 20px 40px; }
  .ze791cbannerright img { min-height: 240px; max-height: 300px; }
  .ze791cbannersplit { min-height: 0; }
  .ze791cstat { width: 50%; }
  .ze791cchecklist li { width: 100%; float: none; }
  .ze791cgrid3 .ze791ccard, .ze791cgrid3 .ze791cquote,
  .ze791cgrid4 .ze791cadv, .ze791ccontactinfo, .ze791cform,
  .ze791cfootergrid > div { width: calc(50% - 16px); }
  .ze791ccontactinfo, .ze791cform { width: 100%; margin: 0 0 16px; }
  .ze791czigleft, .ze791czigright { margin: 0 0 14px; }
  .ze791czigright { flex-direction: row; text-align: left; }
  .ze791cstats { margin-top: -24px; }
}

@media screen and (max-width: 640px) {
  .ze791cbannertitle { font-size: 26px; }
  .ze791cbannerbtns .ze791cbtn { display: block; width: 100%; margin: 0 0 10px; }
  .ze791cbannerpoints li { width: 100%; float: none; }
  .ze791cstat,
  .ze791cgrid2 .ze791cscene,
  .ze791cgrid3 .ze791ccard,
  .ze791cgrid3 .ze791cquote,
  .ze791cgrid4 .ze791cadv,
  .ze791cfootergrid > div { width: 100%; margin-left: 0; margin-right: 0; }
  .ze791cgrid2, .ze791cgrid3, .ze791cgrid4 { margin: 0; }
  .ze791csection { padding: 44px 0; }
  .ze791ccontactinfo span, .ze791ccontactinfo strong { float: none; display: block; }
  .ze791cfooterbottom p { float: none; }
}
/* PC 大屏框架增强 */
@media screen and (min-width: 1400px) {
  .ze791csection_title, .ze791csection-title, .ze791csectiontitle { font-size: 36px !important; }
  .ze791cbanner_title, .ze791cbannertitle, .ze791cbanner-title { font-size: 48px !important; }
}