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

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

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

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

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

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

/* Sections */
.zf1ed7section { width: 100%; padding: 64px 0; clear: both; }
.zf1ed7alt { background: #eaf1f7; }
.zf1ed7sectionhead { text-align: center; margin-bottom: 36px; }
.zf1ed7sectiontitle { font-size: 30px; margin-bottom: 10px; }
.zf1ed7sectiondesc { color: #5a6b7d; max-width: 640px; margin-left: auto; margin-right: auto; }

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

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

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

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

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

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

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

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

  .zf1ed7bannercontent, .zf1ed7bannervisual { width: 100%; padding-right: 0; }
  .zf1ed7bannervisual { margin-top: 28px; }
  .zf1ed7bannerdiag { display: none; }
  .zf1ed7bannertitle { font-size: 28px; }

  .zf1ed7stat { width: 50%; }
  .zf1ed7aboutwrap .zf1ed7aboutmain,
  .zf1ed7aboutwrap .zf1ed7aboutside { width: 100%; margin-bottom: 16px; }
  .zf1ed7grid3 .zf1ed7card,
  .zf1ed7grid3 .zf1ed7quote,
  .zf1ed7grid4 .zf1ed7adv,
  .zf1ed7faqgrid article { width: calc(50% - 24px); }
  .zf1ed7steps li { width: calc(33.333% - 12px); }
  .zf1ed7contactinfo, .zf1ed7form { width: 100%; margin: 0 0 16px; }
  .zf1ed7footergrid > div { width: 50%; margin-bottom: 20px; }
}

@media screen and (max-width: 640px) {
  .zf1ed7bannertitle { font-size: 24px; }
  .zf1ed7bannerbtns .zf1ed7btn { display: block; width: 100%; margin: 0 0 10px; }
  .zf1ed7bannerpoints li { width: 100%; float: none; }
  .zf1ed7stat,
  .zf1ed7grid2 .zf1ed7scene,
  .zf1ed7grid3 .zf1ed7card,
  .zf1ed7grid3 .zf1ed7quote,
  .zf1ed7grid4 .zf1ed7adv,
  .zf1ed7faqgrid article,
  .zf1ed7steps li,
  .zf1ed7footergrid > div { width: 100%; margin-left: 0; margin-right: 0; }
  .zf1ed7grid2, .zf1ed7grid3, .zf1ed7grid4, .zf1ed7faqgrid, .zf1ed7steps { margin: 0; }
  .zf1ed7section { padding: 44px 0; }
  .zf1ed7sectiontitle { font-size: 24px; }
  .zf1ed7contactinfo li span,
  .zf1ed7contactinfo li strong { float: none; display: block; }
  .zf1ed7footerbottom p { float: none; }
}

@media screen and (min-width: 1400px) {
  .zf1ed7bannertitle { font-size: 46px; }
  .zf1ed7sectiontitle { font-size: 34px; }
  .zf1ed7navlist li { margin-left: 28px; }
  .zf1ed7card, .zf1ed7scene, .zf1ed7adv { padding: 30px; }
}
