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

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

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

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

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

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

.zec548section { width: 100%; padding: 64px 0; clear: both; }
.zec548alt { background: #ebe7e3; }
.zec548sectionhead { text-align: center; margin-bottom: 36px; }
.zec548sectionhead.zec548left { text-align: left; }
.zec548sectiontitle { font-size: 30px; margin-bottom: 8px; }
.zec548sectiondesc { color: #667484; }

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

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

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

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

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

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

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

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

  .zec548bannerleft, .zec548bannerright { width: 100%; }
  .zec548bannerleft { padding: 48px 20px 40px; }
  .zec548bannerright img { min-height: 240px; max-height: 300px; }
  .zec548bannersplit { min-height: 0; }
  .zec548stat { width: 50%; }
  .zec548checklist li { width: 100%; float: none; }
  .zec548grid3 .zec548card, .zec548grid3 .zec548quote,
  .zec548grid4 .zec548adv, .zec548contactinfo, .zec548form,
  .zec548footergrid > div { width: calc(50% - 16px); }
  .zec548contactinfo, .zec548form { width: 100%; margin: 0 0 16px; }
  .zec548zigleft, .zec548zigright { margin: 0 0 14px; }
  .zec548zigright { flex-direction: row; text-align: left; }
  .zec548stats { margin-top: -24px; }
}

@media screen and (max-width: 640px) {
  .zec548bannertitle { font-size: 26px; }
  .zec548bannerbtns .zec548btn { display: block; width: 100%; margin: 0 0 10px; }
  .zec548bannerpoints li { width: 100%; float: none; }
  .zec548stat,
  .zec548grid2 .zec548scene,
  .zec548grid3 .zec548card,
  .zec548grid3 .zec548quote,
  .zec548grid4 .zec548adv,
  .zec548footergrid > div { width: 100%; margin-left: 0; margin-right: 0; }
  .zec548grid2, .zec548grid3, .zec548grid4 { margin: 0; }
  .zec548section { padding: 44px 0; }
  .zec548contactinfo span, .zec548contactinfo strong { float: none; display: block; }
  .zec548footerbottom p { float: none; }
}
/* PC 大屏框架增强 */
@media screen and (min-width: 1400px) {
  .zec548section_title, .zec548section-title, .zec548sectiontitle { font-size: 36px !important; }
  .zec548banner_title, .zec548bannertitle, .zec548banner-title { font-size: 48px !important; }
}