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

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

.z2d55fheader {
  position: relative; z-index: 100; width: 100%;
  background: #fff; border-bottom: 2px solid #243447;
}
.z2d55fheaderinner { position: relative; display: flex; align-items: center; min-height: 66px; }
.z2d55flogo {
  display: flex; align-items: center; font-weight: 700;
  max-width: 36%; margin-right: 12px; flex-shrink: 0;
}
.z2d55flogomark {
  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;
}
.z2d55flogotext { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.z2d55fnavtog { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.z2d55fnavbtn { display: none; cursor: pointer; margin-left: auto; padding: 10px; flex-shrink: 0; }
.z2d55fnavbtn span { display: block; width: 22px; height: 2px; margin: 5px 0; background: #243447; }
.z2d55fnav { margin-left: auto; }
.z2d55fnavlist { display: flex; flex-wrap: wrap; align-items: center; }
.z2d55fnavlist li { margin-left: 20px; }
.z2d55fnavlist a { font-size: 15px; color: #667484; font-weight: 500; }
.z2d55fnavlist a:hover { color: #e85d4c; }
.z2d55fbtnnav {
  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;
}
.z2d55fbtnnav:hover { background: #e85d4c; }

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

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

.z2d55fstats { position: relative; z-index: 2; margin-top: -36px; width: 100%; padding: 0 20px; }
.z2d55fstatsrow {
  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;
}
.z2d55fstat { float: left; width: 25%; text-align: center; padding: 8px 6px; }
.z2d55fstatsrow:after { content: ""; display: table; clear: both; }
.z2d55fstat strong { display: block; font-size: 26px; color: #e85d4c; }
.z2d55fstat span { font-size: 12px; color: #667484; }

.z2d55fsection { width: 100%; padding: 64px 0; clear: both; }
.z2d55falt { background: #ebe7e3; }
.z2d55fsectionhead { text-align: center; margin-bottom: 36px; }
.z2d55fsectionhead.z2d55fleft { text-align: left; }
.z2d55fsectiontitle { font-size: 30px; margin-bottom: 8px; }
.z2d55fsectiondesc { color: #667484; }

.z2d55faboutblock {
  background: #fff; border-radius: 10px; border: 1px solid #dcd6d0;
  padding: 32px; border-top: 4px solid #e85d4c;
}
.z2d55faboutblock h3 { margin-bottom: 12px; font-size: 22px; }
.z2d55faboutblock p { color: #667484; margin-bottom: 12px; }
.z2d55ftags { margin: 16px 0; }
.z2d55ftags 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;
}
.z2d55fchecklist { overflow: hidden; margin-top: 12px; }
.z2d55fchecklist li {
  float: left; width: 50%; padding: 0 12px 10px 18px; position: relative;
  font-size: 14px; color: #667484; box-sizing: border-box;
}
.z2d55fchecklist li:before {
  content: ""; position: absolute; left: 0; top: 8px;
  width: 8px; height: 8px; background: #e85d4c; border-radius: 2px;
}
.z2d55fchecklist:after { content: ""; display: table; clear: both; }

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

.z2d55fzigzag { max-width: 800px; margin: 0 auto; list-style: none; }
.z2d55fzigzag li {
  display: flex; align-items: center; margin-bottom: 14px;
  background: #fff; border: 1px solid #dcd6d0; border-radius: 10px; padding: 18px 20px;
}
.z2d55fzigleft { margin-right: 10%; }
.z2d55fzigright { margin-left: 10%; flex-direction: row-reverse; text-align: right; }
.z2d55fzigzag 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;
}
.z2d55fzigzag h3 { font-size: 16px; margin-bottom: 4px; }
.z2d55fzigzag p { font-size: 13px; color: #667484; }

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

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

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

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

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

  .z2d55fbannerleft, .z2d55fbannerright { width: 100%; }
  .z2d55fbannerleft { padding: 48px 20px 40px; }
  .z2d55fbannerright img { min-height: 240px; max-height: 300px; }
  .z2d55fbannersplit { min-height: 0; }
  .z2d55fstat { width: 50%; }
  .z2d55fchecklist li { width: 100%; float: none; }
  .z2d55fgrid3 .z2d55fcard, .z2d55fgrid3 .z2d55fquote,
  .z2d55fgrid4 .z2d55fadv, .z2d55fcontactinfo, .z2d55fform,
  .z2d55ffootergrid > div { width: calc(50% - 16px); }
  .z2d55fcontactinfo, .z2d55fform { width: 100%; margin: 0 0 16px; }
  .z2d55fzigleft, .z2d55fzigright { margin: 0 0 14px; }
  .z2d55fzigright { flex-direction: row; text-align: left; }
  .z2d55fstats { margin-top: -24px; }
}

@media screen and (max-width: 640px) {
  .z2d55fbannertitle { font-size: 26px; }
  .z2d55fbannerbtns .z2d55fbtn { display: block; width: 100%; margin: 0 0 10px; }
  .z2d55fbannerpoints li { width: 100%; float: none; }
  .z2d55fstat,
  .z2d55fgrid2 .z2d55fscene,
  .z2d55fgrid3 .z2d55fcard,
  .z2d55fgrid3 .z2d55fquote,
  .z2d55fgrid4 .z2d55fadv,
  .z2d55ffootergrid > div { width: 100%; margin-left: 0; margin-right: 0; }
  .z2d55fgrid2, .z2d55fgrid3, .z2d55fgrid4 { margin: 0; }
  .z2d55fsection { padding: 44px 0; }
  .z2d55fcontactinfo span, .z2d55fcontactinfo strong { float: none; display: block; }
  .z2d55ffooterbottom p { float: none; }
}
/* PC 大屏框架增强 */
@media screen and (min-width: 1400px) {
  .z2d55fsection_title, .z2d55fsection-title, .z2d55fsectiontitle { font-size: 36px !important; }
  .z2d55fbanner_title, .z2d55fbannertitle, .z2d55fbanner-title { font-size: 48px !important; }
}