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

body.z3404dbody {
  font-family: "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", sans-serif;
  color: #0b1f33;
  background: #f4f7fb;
  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, h4, p { margin: 0; }

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

/* Header */
.z3404dheader {
  position: relative;
  z-index: 100;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #d7e0ea;
}
.z3404dheaderinner {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 68px;
}
.z3404dlogo {
  display: flex;
  align-items: center;
  font-weight: 700;
  max-width: 36%;
  margin-right: 12px;
  flex-shrink: 0;
}
.z3404dlogomark {
  width: 36px; height: 36px; margin-right: 10px; border-radius: 8px;
  background: #0b1f33; color: #00c2a8; font-size: 12px;
  text-align: center; line-height: 36px; flex-shrink: 0;
}
.z3404dlogotext { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.z3404dnavtog { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.z3404dnavbtn {
  display: none; cursor: pointer; margin-left: auto; padding: 10px; flex-shrink: 0;
}
.z3404dnavbtn span { display: block; width: 22px; height: 2px; margin: 5px 0; background: #0b1f33; }
.z3404dnav { margin-left: auto; }
.z3404dnavlist { display: flex; flex-wrap: wrap; align-items: center; }
.z3404dnavlist li { margin-left: 22px; }
.z3404dnavlist a { color: #5a6b7d; font-size: 15px; font-weight: 500; }
.z3404dnavlist a:hover { color: #009e89; }
.z3404dbtnnav {
  margin-left: 16px; flex-shrink: 0; white-space: nowrap;
  background: #0b1f33; color: #fff !important;
  padding: 10px 18px; border-radius: 999px; font-size: 14px; font-weight: 700;
}
.z3404dbtnnav:hover { background: #009e89; }

.z3404dbtn {
  display: inline-block; padding: 12px 22px; border-radius: 999px;
  font-weight: 700; font-size: 14px; border: 2px solid transparent; text-align: center;
}
.z3404dbtnprimary { background: #00c2a8; color: #04251f !important; }
.z3404dbtnprimary:hover { background: #009e89; color: #fff !important; }
.z3404dbtnoutline { border-color: rgba(255,255,255,.45); color: #fff !important; }
.z3404dbtnoutline:hover { background: #fff; color: #0b1f33 !important; }
.z3404dbtnblock { display: block; width: 100%; }

/* Banner */
.z3404dbanner {
  position: relative; width: 100%; overflow: hidden;
  background: #0b1f33;
  background: linear-gradient(135deg, #071522 0%, #0b1f33 55%, #12324d 100%);
  color: #fff; padding: 64px 0 80px;
}
.z3404dbannerdiag {
  position: absolute; right: -8%; top: -20%; width: 48%; height: 140%;
  background: rgba(0,194,168,.18); transform: skewX(-12deg); pointer-events: none;
}
.z3404dbannerinner {
  position: relative; z-index: 1;
  display: flex; flex-wrap: wrap; align-items: center;
}
.z3404dbannercontent { width: 52%; padding-right: 24px; }
.z3404dbannervisual { width: 48%; }
.z3404dbannertag {
  display: inline-block; margin-bottom: 14px; padding: 6px 12px; border-radius: 999px;
  background: rgba(0,194,168,.15); color: #00c2a8; font-size: 12px; font-weight: 700;
}
.z3404dbannertitle { font-size: 40px; line-height: 1.3; font-weight: 700; margin-bottom: 16px; }
.z3404dbannerdesc { color: rgba(255,255,255,.78); margin-bottom: 24px; }
.z3404dbannerbtns { margin-bottom: 24px; }
.z3404dbannerbtns .z3404dbtn { margin: 0 10px 10px 0; }
.z3404dbannerpoints { overflow: hidden; }
.z3404dbannerpoints li {
  float: left; width: 50%; padding: 4px 8px 4px 0; font-size: 13px; color: rgba(255,255,255,.72);
}
.z3404dbannerpoints li:before {
  content: ""; display: inline-block; width: 7px; height: 7px; border-radius: 50%;
  background: #00c2a8; margin-right: 8px; vertical-align: middle;
}
.z3404dbannervisual {
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12);
  border-radius: 18px; padding: 14px;
}
.z3404dbannerimg { width: 100%; border-radius: 12px; }

/* Stats */
.z3404dstats { position: relative; z-index: 2; margin-top: -28px; width: 100%; }
.z3404dstatsrow {
  background: #fff; border: 1px solid #d7e0ea; border-radius: 12px;
  box-shadow: 0 10px 30px rgba(11,31,51,.08); overflow: hidden; padding: 18px 0;
}
.z3404dstat { float: left; width: 25%; text-align: center; padding: 8px 6px; }
.z3404dstatsrow:after { content: ""; display: table; clear: both; }
.z3404dstat strong { display: block; font-size: 28px; color: #009e89; line-height: 1.2; }
.z3404dstat span { font-size: 13px; color: #5a6b7d; }

/* Sections */
.z3404dsection { width: 100%; padding: 64px 0; clear: both; }
.z3404dalt { background: #eaf1f7; }
.z3404dsectionhead { text-align: center; margin-bottom: 36px; }
.z3404dsectiontitle { font-size: 30px; margin-bottom: 10px; }
.z3404dsectiondesc { color: #5a6b7d; max-width: 640px; margin-left: auto; margin-right: auto; }

.z3404daboutwrap { display: flex; flex-wrap: wrap; justify-content: space-between; margin: 0; }
.z3404daboutwrap .z3404daboutmain,
.z3404daboutwrap .z3404daboutside {
  background: #fff;
  border: 1px solid #d7e0ea;
  border-radius: 12px;
  padding: 28px;
  margin: 0 0 0 0;
  box-sizing: border-box;
}
.z3404daboutwrap .z3404daboutmain { width: calc(58% - 12px); }
.z3404daboutwrap .z3404daboutside { width: calc(42% - 12px); }
.z3404daboutmain h3, .z3404daboutside h3 { margin-bottom: 14px; font-size: 20px; }
.z3404daboutmain p { color: #5a6b7d; margin-bottom: 14px; }
.z3404dtags { margin-top: 8px; }
.z3404dtags span {
  display: inline-block; margin: 0 8px 8px 0; padding: 6px 12px; border-radius: 999px;
  font-size: 12px; font-weight: 600; background: rgba(0,194,168,.12); color: #009e89;
}
.z3404daboutside li {
  padding: 0 0 12px 22px; position: relative; color: #5a6b7d; font-size: 14px;
}
.z3404daboutside li:before {
  content: ""; position: absolute; left: 0; top: 8px;
  width: 10px; height: 10px; border-radius: 2px; background: #00c2a8;
}

.z3404dgrid2, .z3404dgrid3, .z3404dgrid4 { display: flex; flex-wrap: wrap; margin: 0 -12px; }
.z3404dcard, .z3404dscene, .z3404dadv, .z3404dquote {
  background: #fff; border: 1px solid #d7e0ea; border-radius: 12px; padding: 26px;
  margin: 0 12px 24px; box-sizing: border-box;
}
.z3404dgrid2 .z3404dscene { width: calc(50% - 24px); border-left: 4px solid #00c2a8; }
.z3404dgrid3 .z3404dcard,
.z3404dgrid3 .z3404dquote { width: calc(33.333% - 24px); min-height: 220px; }
.z3404dgrid4 .z3404dadv { width: calc(25% - 24px); min-height: 160px; }
.z3404dcard h3, .z3404dscene h3, .z3404dadv h3 { margin-bottom: 10px; font-size: 18px; }
.z3404dcard p, .z3404dscene p, .z3404dadv p { color: #5a6b7d; font-size: 14px; }
.z3404dcard ul { margin-top: 12px; }
.z3404dcard li { font-size: 13px; color: #5a6b7d; padding: 3px 0 3px 14px; position: relative; }
.z3404dcard li:before {
  content: ""; position: absolute; left: 0; top: 10px;
  width: 6px; height: 6px; border-radius: 50%; background: #00c2a8;
}
.z3404dadv span { display: block; font-size: 13px; font-weight: 700; color: #009e89; margin-bottom: 8px; }
.z3404dquote p { font-size: 15px; margin-bottom: 14px; }
.z3404dquote footer { color: #5a6b7d; font-size: 13px; }

.z3404dsteps { display: flex; flex-wrap: wrap; margin: 0 -6px; list-style: none; }
.z3404dsteps .z3404dstep,
.z3404dsteps li {
  width: calc(16.666% - 12px);
  margin: 6px;
  background: #fff; border: 1px solid #d7e0ea; border-radius: 12px;
  padding: 18px 12px; text-align: center; box-sizing: border-box;
}
.z3404dsteps span {
  display: block; width: 34px; height: 34px; margin: 0 auto 10px; border-radius: 50%;
  background: #0b1f33; color: #00c2a8; font-weight: 700; line-height: 34px;
}
.z3404dsteps h3 { font-size: 15px; margin-bottom: 6px; }
.z3404dsteps p { font-size: 12px; color: #5a6b7d; }

.z3404dindustries { text-align: center; }
.z3404dindustries li {
  display: inline-block; margin: 5px; padding: 10px 18px; border-radius: 999px;
  background: #fff; border: 1px solid #d7e0ea; font-size: 14px;
}

.z3404dfaqgrid { display: flex; flex-wrap: wrap; margin: 0 -8px; }
.z3404dfaqgrid article {
  width: calc(50% - 16px); margin: 8px;
  background: #fff; border: 1px solid #d7e0ea; border-radius: 12px; padding: 20px;
  box-sizing: border-box;
}
.z3404dfaqgrid h3 { font-size: 16px; margin-bottom: 8px; }
.z3404dfaqgrid p { color: #5a6b7d; font-size: 14px; }

.z3404dcontactwrap { display: flex; flex-wrap: wrap; margin: 0 -12px; }
.z3404dcontactinfo, .z3404dform {
  width: calc(50% - 24px); margin: 0 12px;
  background: #fff; border: 1px solid #d7e0ea; border-radius: 12px; padding: 28px;
  box-sizing: border-box;
}
.z3404dcontactinfo h3 { margin-bottom: 16px; }
.z3404dcontactinfo li {
  overflow: hidden; padding-bottom: 10px; margin-bottom: 10px;
  border-bottom: 1px dashed #d7e0ea; font-size: 14px;
}
.z3404dcontactinfo li span { float: left; color: #5a6b7d; }
.z3404dcontactinfo li strong { float: right; }
.z3404donline { color: #009e89; }
.z3404dtips { background: #eaf1f7; border-radius: 10px; padding: 16px; margin-top: 16px; }
.z3404dtips h4 { margin-bottom: 8px; font-size: 15px; }
.z3404dtips p { color: #5a6b7d; font-size: 13px; }
.z3404dform label { display: block; margin-bottom: 14px; font-size: 13px; font-weight: 600; }
.z3404dform input, .z3404dform select, .z3404dform textarea {
  display: block; width: 100%; margin-top: 6px; padding: 12px 14px;
  border: 1px solid #d7e0ea; border-radius: 10px; font: inherit; background: #fff;
}

.z3404dfooter { width: 100%; background: #0b1f33; color: rgba(255,255,255,.78); padding: 56px 0 28px; }
.z3404dfootergrid { display: flex; flex-wrap: wrap; margin: 0 -12px 28px; }
.z3404dfootergrid > div { width: 25%; padding: 0 12px; box-sizing: border-box; }
.z3404dfooter h3 { color: #fff; font-size: 16px; margin-bottom: 12px; }
.z3404dfooter p, .z3404dfooter li { font-size: 13px; margin-bottom: 8px; }
.z3404dfooter a:hover { color: #00c2a8; }
.z3404dflinklist li { display: inline-block; margin-right: 12px; }
.z3404dadbox { margin: 18px 0; }
.z3404dfooterbottom {
  border-top: 1px solid rgba(255,255,255,.12); padding-top: 18px; overflow: hidden; font-size: 12px;
}
.z3404dfooterbottom p { float: left; margin-right: 20px; }
.z3404dfooterbottom a { color: #00c2a8; }

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

  .z3404dbannercontent, .z3404dbannervisual { width: 100%; padding-right: 0; }
  .z3404dbannervisual { margin-top: 28px; }
  .z3404dbannerdiag { display: none; }
  .z3404dbannertitle { font-size: 28px; }

  .z3404dstat { width: 50%; }
  .z3404daboutwrap .z3404daboutmain,
  .z3404daboutwrap .z3404daboutside { width: 100%; margin-bottom: 16px; }
  .z3404dgrid3 .z3404dcard,
  .z3404dgrid3 .z3404dquote,
  .z3404dgrid4 .z3404dadv,
  .z3404dfaqgrid article { width: calc(50% - 24px); }
  .z3404dsteps li { width: calc(33.333% - 12px); }
  .z3404dcontactinfo, .z3404dform { width: 100%; margin: 0 0 16px; }
  .z3404dfootergrid > div { width: 50%; margin-bottom: 20px; }
}

@media screen and (max-width: 640px) {
  .z3404dbannertitle { font-size: 24px; }
  .z3404dbannerbtns .z3404dbtn { display: block; width: 100%; margin: 0 0 10px; }
  .z3404dbannerpoints li { width: 100%; float: none; }
  .z3404dstat,
  .z3404dgrid2 .z3404dscene,
  .z3404dgrid3 .z3404dcard,
  .z3404dgrid3 .z3404dquote,
  .z3404dgrid4 .z3404dadv,
  .z3404dfaqgrid article,
  .z3404dsteps li,
  .z3404dfootergrid > div { width: 100%; margin-left: 0; margin-right: 0; }
  .z3404dgrid2, .z3404dgrid3, .z3404dgrid4, .z3404dfaqgrid, .z3404dsteps { margin: 0; }
  .z3404dsection { padding: 44px 0; }
  .z3404dsectiontitle { font-size: 24px; }
  .z3404dcontactinfo li span,
  .z3404dcontactinfo li strong { float: none; display: block; }
  .z3404dfooterbottom p { float: none; }
}

@media screen and (min-width: 1400px) {
  .z3404dbannertitle { font-size: 46px; }
  .z3404dsectiontitle { font-size: 34px; }
  .z3404dnavlist li { margin-left: 28px; }
  .z3404dcard, .z3404dscene, .z3404dadv { padding: 30px; }
}
