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

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

/* Header */
.z6d6edheader {
  position: relative;
  z-index: 100;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #d7e0ea;
}
.z6d6edheaderinner {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 68px;
}
.z6d6edlogo {
  display: flex;
  align-items: center;
  font-weight: 700;
  max-width: 36%;
  margin-right: 12px;
  flex-shrink: 0;
}
.z6d6edlogomark {
  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;
}
.z6d6edlogotext { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.z6d6ednavtog { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.z6d6ednavbtn {
  display: none; cursor: pointer; margin-left: auto; padding: 10px; flex-shrink: 0;
}
.z6d6ednavbtn span { display: block; width: 22px; height: 2px; margin: 5px 0; background: #0b1f33; }
.z6d6ednav { margin-left: auto; }
.z6d6ednavlist { display: flex; flex-wrap: wrap; align-items: center; }
.z6d6ednavlist li { margin-left: 22px; }
.z6d6ednavlist a { color: #5a6b7d; font-size: 15px; font-weight: 500; }
.z6d6ednavlist a:hover { color: #009e89; }
.z6d6edbtnnav {
  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;
}
.z6d6edbtnnav:hover { background: #009e89; }

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

/* Banner */
.z6d6edbanner {
  position: relative; width: 100%; overflow: hidden;
  background: #0b1f33;
  background: linear-gradient(135deg, #071522 0%, #0b1f33 55%, #12324d 100%);
  color: #fff; padding: 64px 0 80px;
}
.z6d6edbannerdiag {
  position: absolute; right: -8%; top: -20%; width: 48%; height: 140%;
  background: rgba(0,194,168,.18); transform: skewX(-12deg); pointer-events: none;
}
.z6d6edbannerinner {
  position: relative; z-index: 1;
  display: flex; flex-wrap: wrap; align-items: center;
}
.z6d6edbannercontent { width: 52%; padding-right: 24px; }
.z6d6edbannervisual { width: 48%; }
.z6d6edbannertag {
  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;
}
.z6d6edbannertitle { font-size: 40px; line-height: 1.3; font-weight: 700; margin-bottom: 16px; }
.z6d6edbannerdesc { color: rgba(255,255,255,.78); margin-bottom: 24px; }
.z6d6edbannerbtns { margin-bottom: 24px; }
.z6d6edbannerbtns .z6d6edbtn { margin: 0 10px 10px 0; }
.z6d6edbannerpoints { overflow: hidden; }
.z6d6edbannerpoints li {
  float: left; width: 50%; padding: 4px 8px 4px 0; font-size: 13px; color: rgba(255,255,255,.72);
}
.z6d6edbannerpoints li:before {
  content: ""; display: inline-block; width: 7px; height: 7px; border-radius: 50%;
  background: #00c2a8; margin-right: 8px; vertical-align: middle;
}
.z6d6edbannervisual {
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12);
  border-radius: 18px; padding: 14px;
}
.z6d6edbannerimg { width: 100%; border-radius: 12px; }

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

/* Sections */
.z6d6edsection { width: 100%; padding: 64px 0; clear: both; }
.z6d6edalt { background: #eaf1f7; }
.z6d6edsectionhead { text-align: center; margin-bottom: 36px; }
.z6d6edsectiontitle { font-size: 30px; margin-bottom: 10px; }
.z6d6edsectiondesc { color: #5a6b7d; max-width: 640px; margin-left: auto; margin-right: auto; }

.z6d6edaboutwrap { display: flex; flex-wrap: wrap; justify-content: space-between; margin: 0; }
.z6d6edaboutwrap .z6d6edaboutmain,
.z6d6edaboutwrap .z6d6edaboutside {
  background: #fff;
  border: 1px solid #d7e0ea;
  border-radius: 12px;
  padding: 28px;
  margin: 0 0 0 0;
  box-sizing: border-box;
}
.z6d6edaboutwrap .z6d6edaboutmain { width: calc(58% - 12px); }
.z6d6edaboutwrap .z6d6edaboutside { width: calc(42% - 12px); }
.z6d6edaboutmain h3, .z6d6edaboutside h3 { margin-bottom: 14px; font-size: 20px; }
.z6d6edaboutmain p { color: #5a6b7d; margin-bottom: 14px; }
.z6d6edtags { margin-top: 8px; }
.z6d6edtags 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;
}
.z6d6edaboutside li {
  padding: 0 0 12px 22px; position: relative; color: #5a6b7d; font-size: 14px;
}
.z6d6edaboutside li:before {
  content: ""; position: absolute; left: 0; top: 8px;
  width: 10px; height: 10px; border-radius: 2px; background: #00c2a8;
}

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

.z6d6edsteps { display: flex; flex-wrap: wrap; margin: 0 -6px; list-style: none; }
.z6d6edsteps .z6d6edstep,
.z6d6edsteps 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;
}
.z6d6edsteps span {
  display: block; width: 34px; height: 34px; margin: 0 auto 10px; border-radius: 50%;
  background: #0b1f33; color: #00c2a8; font-weight: 700; line-height: 34px;
}
.z6d6edsteps h3 { font-size: 15px; margin-bottom: 6px; }
.z6d6edsteps p { font-size: 12px; color: #5a6b7d; }

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

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

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

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

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

  .z6d6edbannercontent, .z6d6edbannervisual { width: 100%; padding-right: 0; }
  .z6d6edbannervisual { margin-top: 28px; }
  .z6d6edbannerdiag { display: none; }
  .z6d6edbannertitle { font-size: 28px; }

  .z6d6edstat { width: 50%; }
  .z6d6edaboutwrap .z6d6edaboutmain,
  .z6d6edaboutwrap .z6d6edaboutside { width: 100%; margin-bottom: 16px; }
  .z6d6edgrid3 .z6d6edcard,
  .z6d6edgrid3 .z6d6edquote,
  .z6d6edgrid4 .z6d6edadv,
  .z6d6edfaqgrid article { width: calc(50% - 24px); }
  .z6d6edsteps li { width: calc(33.333% - 12px); }
  .z6d6edcontactinfo, .z6d6edform { width: 100%; margin: 0 0 16px; }
  .z6d6edfootergrid > div { width: 50%; margin-bottom: 20px; }
}

@media screen and (max-width: 640px) {
  .z6d6edbannertitle { font-size: 24px; }
  .z6d6edbannerbtns .z6d6edbtn { display: block; width: 100%; margin: 0 0 10px; }
  .z6d6edbannerpoints li { width: 100%; float: none; }
  .z6d6edstat,
  .z6d6edgrid2 .z6d6edscene,
  .z6d6edgrid3 .z6d6edcard,
  .z6d6edgrid3 .z6d6edquote,
  .z6d6edgrid4 .z6d6edadv,
  .z6d6edfaqgrid article,
  .z6d6edsteps li,
  .z6d6edfootergrid > div { width: 100%; margin-left: 0; margin-right: 0; }
  .z6d6edgrid2, .z6d6edgrid3, .z6d6edgrid4, .z6d6edfaqgrid, .z6d6edsteps { margin: 0; }
  .z6d6edsection { padding: 44px 0; }
  .z6d6edsectiontitle { font-size: 24px; }
  .z6d6edcontactinfo li span,
  .z6d6edcontactinfo li strong { float: none; display: block; }
  .z6d6edfooterbottom p { float: none; }
}

@media screen and (min-width: 1400px) {
  .z6d6edbannertitle { font-size: 46px; }
  .z6d6edsectiontitle { font-size: 34px; }
  .z6d6ednavlist li { margin-left: 28px; }
  .z6d6edcard, .z6d6edscene, .z6d6edadv { padding: 30px; }
}
