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

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

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

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

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

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

/* Sections */
.z827aasection { width: 100%; padding: 64px 0; clear: both; }
.z827aaalt { background: #eaf1f7; }
.z827aasectionhead { text-align: center; margin-bottom: 36px; }
.z827aasectiontitle { font-size: 30px; margin-bottom: 10px; }
.z827aasectiondesc { color: #5a6b7d; max-width: 640px; margin-left: auto; margin-right: auto; }

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

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

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

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

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

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

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

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

  .z827aabannercontent, .z827aabannervisual { width: 100%; padding-right: 0; }
  .z827aabannervisual { margin-top: 28px; }
  .z827aabannerdiag { display: none; }
  .z827aabannertitle { font-size: 28px; }

  .z827aastat { width: 50%; }
  .z827aaaboutwrap .z827aaaboutmain,
  .z827aaaboutwrap .z827aaaboutside { width: 100%; margin-bottom: 16px; }
  .z827aagrid3 .z827aacard,
  .z827aagrid3 .z827aaquote,
  .z827aagrid4 .z827aaadv,
  .z827aafaqgrid article { width: calc(50% - 24px); }
  .z827aasteps li { width: calc(33.333% - 12px); }
  .z827aacontactinfo, .z827aaform { width: 100%; margin: 0 0 16px; }
  .z827aafootergrid > div { width: 50%; margin-bottom: 20px; }
}

@media screen and (max-width: 640px) {
  .z827aabannertitle { font-size: 24px; }
  .z827aabannerbtns .z827aabtn { display: block; width: 100%; margin: 0 0 10px; }
  .z827aabannerpoints li { width: 100%; float: none; }
  .z827aastat,
  .z827aagrid2 .z827aascene,
  .z827aagrid3 .z827aacard,
  .z827aagrid3 .z827aaquote,
  .z827aagrid4 .z827aaadv,
  .z827aafaqgrid article,
  .z827aasteps li,
  .z827aafootergrid > div { width: 100%; margin-left: 0; margin-right: 0; }
  .z827aagrid2, .z827aagrid3, .z827aagrid4, .z827aafaqgrid, .z827aasteps { margin: 0; }
  .z827aasection { padding: 44px 0; }
  .z827aasectiontitle { font-size: 24px; }
  .z827aacontactinfo li span,
  .z827aacontactinfo li strong { float: none; display: block; }
  .z827aafooterbottom p { float: none; }
}

@media screen and (min-width: 1400px) {
  .z827aabannertitle { font-size: 46px; }
  .z827aasectiontitle { font-size: 34px; }
  .z827aanavlist li { margin-left: 28px; }
  .z827aacard, .z827aascene, .z827aaadv { padding: 30px; }
}
