/* 天津中新飞 - 定制样式（兼容原模板布局） */

body{background:#fff;color:#333}

/* PC 端：隐藏原生滚动条，改用 overlay 半透明自定义滚动条 */
@media screen and (min-width:1021px){
  html{
    overflow-y:scroll;
    scrollbar-width:none;
    -ms-overflow-style:none;
  }
  html::-webkit-scrollbar{
    width:0;
    height:0;
    display:none;
  }
  body{
    -ms-overflow-style:none;
  }
  .zxf-scroll-track{
    position:fixed;
    top:0;
    right:4px;
    width:8px;
    height:100vh;
    z-index:99999;
    pointer-events:none;
    opacity:0;
    transition:opacity .2s ease;
  }
  .zxf-scroll-track.is-visible{
    opacity:1;
  }
  .zxf-scroll-track:hover,
  .zxf-scroll-track.is-dragging{
    opacity:1;
  }
  .zxf-scroll-thumb{
    position:absolute;
    top:0;
    left:0;
    width:8px;
    border-radius:4px;
    background:rgba(0,0,0,.15);
    pointer-events:auto;
    cursor:default;
    transition:background .15s ease;
  }
  .zxf-scroll-track:hover .zxf-scroll-thumb,
  .zxf-scroll-thumb.is-dragging{
    background:rgba(0,0,0,.28);
  }
}

.main{background:#fff}
.page_cont{background:#fff}

/* ===== 二级页头图：原图完整显示，不裁切 ===== */
.header.zxf-inner-header{
  height:auto !important;
  max-height:none !important;
  min-height:0 !important;
  overflow:hidden;
}
.pc_banner.zxf-inner-banner{
  position:relative;
  width:100%;
  height:auto !important;
  max-height:none !important;
  overflow:hidden;
  line-height:0;
}
.pc_banner.zxf-inner-banner .pcbanner,
.pc_banner.zxf-inner-banner .swiper-wrapper,
.pc_banner.zxf-inner-banner .swiper-slide{
  width:100%;
  height:auto !important;
  max-height:none !important;
}
.pc_banner.zxf-inner-banner .swiper-slide{
  position:relative;
  overflow:hidden;
}
.pc_banner.zxf-inner-banner .swiper-slide img{
  width:100%;
  height:auto !important;
  max-height:none !important;
  object-fit:contain;
  object-position:center center;
  display:block;
}
.pc_banner.zxf-inner-banner .swiper-slide img.zxf-banner-about{
  object-fit:cover;
  height:450px !important;
  max-height:450px !important;
  object-position:center 42%;
}
/* 标题副标题 - 左对齐 + 垂直居中 */
.zxf-banner-caption{
  position:absolute;
  left:0;right:0;top:0;bottom:0;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  text-align:left;
  line-height:normal;
  pointer-events:none;
  z-index:5;
}
.zxf-banner-caption .center{
  width:1200px;
  margin:0 auto;
  text-align:left;
}
.zxf-banner-caption h1{
  font-size:36px;
  color:#fff;
  font-weight:600;
  margin:0 0 10px;
  text-shadow:0 2px 10px rgba(0,0,0,.45);
}
.zxf-banner-caption p{
  font-size:16px;
  color:rgba(255,255,255,.95);
  max-width:680px;
  margin:0;
  line-height:1.8;
  text-shadow:0 1px 6px rgba(0,0,0,.4);
}
.header .head_top{z-index:13}

/* ===== 首页全屏轮播：纯背景图 + HTML 标题叠加 ===== */
.pc_banner_full .swiper-slide.zxf-home-slide{
  position:relative;
  overflow:hidden;
}
.zxf-home-banner-caption{
  position:absolute;
  left:0;right:0;top:0;bottom:0;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  text-align:left;
  line-height:normal;
  pointer-events:none;
  z-index:5;
}
.zxf-home-banner-caption .center{
  width:1200px;
  margin:0 auto;
  padding:0 20px;
  text-align:left;
}
.zxf-home-banner-caption h1,
.zxf-home-banner-caption p,
.zxf-home-banner-line{
  opacity:0;
  transform:translateY(24px);
}
.zxf-home-banner-caption.is-active h1{
  animation:zxfCaptionFadeIn .75s cubic-bezier(.22,1,.36,1) forwards;
  animation-delay:.12s;
}
.zxf-home-banner-caption.is-active p{
  animation:zxfCaptionFadeIn .75s cubic-bezier(.22,1,.36,1) forwards;
  animation-delay:.32s;
}
.zxf-home-banner-caption.is-active .zxf-home-banner-line{
  animation:zxfCaptionLineIn .65s cubic-bezier(.22,1,.36,1) forwards;
  animation-delay:.52s;
}
@keyframes zxfCaptionFadeIn{
  from{opacity:0;transform:translateY(24px)}
  to{opacity:1;transform:translateY(0)}
}
@keyframes zxfCaptionLineIn{
  from{opacity:0;transform:translateY(16px) scaleX(.4)}
  to{opacity:1;transform:translateY(0) scaleX(1)}
}

/* 轮播箭头/分页在导航层之上，确保可点击循环切换 */
.pc_banner_full .banner_prev,
.pc_banner_full .banner_next,
.pc_banner_full .banner_pagination{
  z-index:20;
  pointer-events:auto;
}
.header .head_top{
  pointer-events:none;
}
.header .head_top a,
.header .head_top .nav,
.header .head_top .tel,
.header .head_top .logo{
  pointer-events:auto;
}

.zxf-home-banner-caption h1{
  font-size:42px;
  color:#fff;
  font-weight:600;
  margin:0 0 24px;
  max-width:760px;
  line-height:1.45;
  text-shadow:0 2px 14px rgba(0,0,0,.35);
}
.zxf-home-banner-caption p{
  font-size:17px;
  color:rgba(255,255,255,.95);
  max-width:680px;
  margin:0 0 6px;
  line-height:2;
  text-shadow:0 1px 8px rgba(0,0,0,.3);
}
.zxf-home-banner-line{
  display:block;
  width:56px;
  height:4px;
  margin-top:32px;
  background:linear-gradient(90deg,#f0b429,#ffd666);
  border-radius:2px;
  box-shadow:0 2px 8px rgba(240,180,41,.35);
}
.m_banner .mbanner li.zxf-home-slide{
  position:relative;
  overflow:hidden;
  min-height:160px;
}
.m_banner .zxf-home-banner-caption{
  position:absolute;
  left:0;right:0;top:0;bottom:0;
  display:flex;
  align-items:center;
  padding:0 18px;
  z-index:5;
}
.m_banner .zxf-home-banner-caption h1,
.m_banner .zxf-home-banner-caption p,
.m_banner .zxf-home-banner-line{
  opacity:0;
  transform:translateY(16px);
}
.m_banner .zxf-home-banner-caption.is-active h1{
  animation:zxfCaptionFadeIn .65s cubic-bezier(.22,1,.36,1) forwards;
  animation-delay:.1s;
}
.m_banner .zxf-home-banner-caption.is-active p{
  animation:zxfCaptionFadeIn .65s cubic-bezier(.22,1,.36,1) forwards;
  animation-delay:.25s;
}
.m_banner .zxf-home-banner-caption.is-active .zxf-home-banner-line{
  animation:zxfCaptionLineIn .55s cubic-bezier(.22,1,.36,1) forwards;
  animation-delay:.38s;
}
.m_banner .zxf-home-banner-caption h1{
  font-size:22px;
  color:#fff;
  font-weight:600;
  margin:0 0 14px;
  line-height:1.45;
  text-shadow:0 2px 10px rgba(0,0,0,.4);
}
.m_banner .zxf-home-banner-caption p{
  font-size:13px;
  color:rgba(255,255,255,.95);
  margin:0 0 4px;
  line-height:1.9;
  text-shadow:0 1px 6px rgba(0,0,0,.35);
}
.m_banner .zxf-home-banner-line{
  display:block;
  width:40px;
  height:3px;
  margin-top:18px;
  background:linear-gradient(90deg,#f0b429,#ffd666);
  border-radius:2px;
}

/* 移动端内页 banner */
.m_banner.zxf-inner-banner .mbanner li{position:relative;overflow:hidden;height:auto}
.m_banner.zxf-inner-banner .mbanner li img{width:100%;height:auto;object-fit:contain;display:block}
.m_banner.zxf-inner-banner .zxf-banner-caption{
  position:absolute;
  left:0;right:0;top:0;bottom:0;
  display:flex;
  align-items:center;
  padding:0 16px;
  z-index:5;
  pointer-events:none;
}
.m_banner.zxf-inner-banner .zxf-banner-caption h1{
  font-size:20px;
  margin:0 0 8px;
}
.m_banner.zxf-inner-banner .zxf-banner-caption p{
  font-size:12px;
  line-height:1.7;
  max-width:92%;
}

@media screen and (max-width:1020px){
  .main > .center,
  .zxf-inner-page > .center,
  .zxf-list-page > .center,
  .index_main > .center,
  .zxf-footer .center{
    padding-left:16px;
    padding-right:16px;
    box-sizing:border-box;
  }
  .page_cont .fl,
  .page_cont .fl.zxf-full,
  #page_cont .fl{
    padding-left:0 !important;
    padding-right:0 !important;
  }
  .zxf-breadcrumb{
    padding-left:0;
    padding-right:0;
    word-break:break-all;
  }
  .zxf-cat-tabs{
    gap:8px;
    padding-bottom:12px;
  }
  .zxf-cat-tabs a{
    padding:7px 14px;
    font-size:13px;
  }

  /* 手机 banner：主标题 + 副标题左对齐、垂直居中，过长自动折行 */
  .m_banner .mbanner li.zxf-home-slide{
    line-height:normal;
  }
  .m_banner .zxf-home-banner-caption .zxf-home-banner-line{
    display:none !important;
  }
  .m_banner .zxf-home-banner-caption{
    flex-direction:column;
    align-items:flex-start;
    justify-content:center;
    padding:0 16px;
    text-align:left;
    z-index:10;
    line-height:normal;
    pointer-events:none;
  }
  .m_banner .zxf-home-banner-caption::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    width:78%;
    background:linear-gradient(90deg,rgba(0,28,38,.62) 0%,rgba(0,28,38,.28) 72%,transparent 100%);
    pointer-events:none;
    z-index:-1;
  }
  .m_banner .mbanner li.zxf-home-slide img{
    position:relative;
    z-index:1;
  }
  .m_banner .zxf-home-banner-caption h1,
  .m_banner .zxf-home-banner-caption.is-active h1,
  .m_banner .zxf-home-banner-caption:not(.is-active) h1{
    font-size:17px;
    line-height:1.45;
    margin:0;
    width:68%;
    max-width:68%;
    display:block;
    white-space:normal;
    word-break:break-word;
    overflow:visible;
    text-overflow:clip;
    text-align:left;
    color:#fff !important;
    opacity:1 !important;
    visibility:visible !important;
    transform:none !important;
    animation:none !important;
    text-shadow:0 1px 3px rgba(0,0,0,.85),0 2px 12px rgba(0,0,0,.55);
  }
  .m_banner .zxf-home-banner-caption p,
  .m_banner .zxf-home-banner-caption.is-active p,
  .m_banner .zxf-home-banner-caption:not(.is-active) p{
    display:block !important;
    font-size:12px;
    line-height:1.55;
    margin:6px 0 0;
    width:68%;
    max-width:68%;
    white-space:normal;
    word-break:break-word;
    overflow:visible;
    text-overflow:clip;
    text-align:left;
    color:rgba(255,255,255,.92) !important;
    opacity:1 !important;
    visibility:visible !important;
    transform:none !important;
    animation:none !important;
    text-shadow:0 1px 3px rgba(0,0,0,.8),0 1px 8px rgba(0,0,0,.45);
  }

  /* 二级页 banner：大标题一行 + 副标题一行 */
  .m_banner.zxf-inner-banner .zxf-banner-caption{
    align-items:flex-end;
    padding:0 16px 14px;
    flex-direction:column;
    justify-content:flex-end;
  }
  .m_banner.zxf-inner-banner .zxf-banner-caption h1{
    font-size:18px;
    line-height:1.45;
    margin:0 0 6px;
    width:100%;
    display:block;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
  }
  .m_banner.zxf-inner-banner .zxf-banner-caption p{
    display:block !important;
    font-size:12px;
    line-height:1.5;
    margin:0;
    width:100%;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    color:rgba(255,255,255,.92);
    text-shadow:0 1px 6px rgba(0,0,0,.4);
  }

  .m_banner.zxf-inner-banner .zxf-banner-caption h1,
  .m_banner.zxf-inner-banner .zxf-banner-caption p{
    opacity:1 !important;
    transform:none !important;
    animation:none !important;
  }

  /* 新闻列表：头条轮播改为上下布局 */
  .zxf-headline-item{
    flex-direction:column;
    align-items:stretch;
  }
  .zxf-headline-img{
    flex:none;
    width:100%;
    max-width:100%;
    aspect-ratio:16/9;
  }
  .zxf-headline-body{
    padding:14px 12px 36px;
  }
  .zxf-headline-date,
  .zxf-headline-tag,
  .zxf-headline-desc,
  .zxf-headline-btn{
    display:none;
  }
  .zxf-headline-body h3{
    font-size:16px;
    line-height:1.5;
    margin:0;
  }
  .zxf-headline-pagination{
    left:0;
    right:0;
    bottom:10px;
  }
  .zxf-news-simple-list li{
    flex-direction:column;
    align-items:flex-start;
    gap:6px;
    padding:14px 12px;
  }
  .zxf-news-simple-date{
    font-size:12px;
  }
  .zxf-news-page .pagebar{
    padding-bottom:8px;
  }
  .zxf-inner-page .zxf-section,
  .zxf-list-page .zxf-section{
    padding-left:0;
    padding-right:0;
  }
  .zxf-contact-message,
  .zxf-contact-hero,
  .zxf-article-sidebar,
  .zxf-rich{
    box-sizing:border-box;
  }
  .zxf-news-simple-title{
    white-space:normal;
    word-break:break-word;
  }
}


/* 区块 */
.zxf-hero-tag{display:inline-block;padding:6px 16px;background:rgba(0,102,204,.1);color:#0066cc;border-radius:20px;font-size:14px;margin-bottom:16px}
.zxf-section{padding:60px 0}
.zxf-section.gray{background:#f7f9fc}
.zxf-section-title{text-align:center;margin-bottom:40px}
.zxf-section-title h2{font-size:30px;color:#1a1a2e;margin-bottom:10px;font-weight:600}
.zxf-section-title p{font-size:15px;color:#666;line-height:1.8;max-width:720px;margin:0 auto}

/* 首页板块间距 */
.index_main > .zxf-section{
  padding:88px 0;
}
.index_main > .zxf-section:first-of-type{
  padding:96px 0 80px;
}
.index_main > .zxf-section:first-of-type .zxf-section-title{
  margin-bottom:40px;
}
.index_main > .zxf-section:first-of-type .zxf-hero-tag{
  margin-bottom:12px;
}
.index_main > .zxf-section:first-of-type .zxf-section-title h2{
  margin-bottom:8px;
}
.index_main .zxf-section-title{
  margin-bottom:52px;
}
.index_main .zxf-stats-grid{
  padding:56px 16px;
}
.index_main .zxf-cta{
  padding:80px 20px;
}

/* 卡片 - 小图标版 */
.zxf-cards{display:flex;flex-wrap:wrap;gap:24px;justify-content:center}
.zxf-card{flex:1;min-width:280px;max-width:380px;background:#fff;border-radius:8px;padding:32px 24px;box-shadow:0 2px 16px rgba(0,0,0,.05);transition:transform .3s,box-shadow .3s;text-align:center}
.zxf-card:hover{transform:translateY(-4px);box-shadow:0 8px 28px rgba(0,102,204,.1)}
.zxf-card-icon{width:56px;height:56px;line-height:56px;border-radius:50%;background:linear-gradient(135deg,#0066cc,#0099ff);color:#fff;font-size:24px;margin:0 auto 16px}
.zxf-card h3{font-size:18px;color:#1a1a2e;margin-bottom:10px}
.zxf-card p{font-size:14px;color:#666;line-height:1.8;text-align:center}
.zxf-card a{display:inline-block;margin-top:14px;color:#0066cc;font-size:14px}

/* 卡片 - 配图版（标题叠在图片上） */
.zxf-card-has-img{padding:0;overflow:hidden;text-align:left}
.zxf-card-has-img .zxf-card-img{position:relative;height:180px;overflow:hidden}
.zxf-card-has-img .zxf-card-img::after{
  content:'';
  position:absolute;left:0;right:0;bottom:0;height:65%;
  background:linear-gradient(transparent,rgba(0,0,0,.55));
  pointer-events:none;z-index:1;
}
.zxf-card-has-img .zxf-card-img img{width:100%;height:100%;object-fit:cover;object-position:72% center;display:block;transition:transform .4s}
.zxf-card-has-img:hover .zxf-card-img img{transform:scale(1.05)}
.zxf-card-has-img .zxf-card-img h3{
  position:absolute;left:0;right:0;bottom:0;z-index:2;
  margin:0;padding:14px 18px;
  font-size:17px;color:#fff;font-weight:600;text-align:left;
  text-shadow:0 1px 6px rgba(0,0,0,.45);
}
.zxf-card-has-img p,.zxf-card-has-img a{padding:0 24px}
.zxf-card-has-img p{margin:16px 0 0;padding-top:0;text-align:left}
.zxf-card-has-img a{padding-bottom:24px;display:inline-block;margin-top:12px}

/* 数据条 - 全宽四列 + 光效/数字动画 */
.zxf-stats{
  position:relative;
  padding:0;
  background:linear-gradient(120deg,#004080 0%,#0066cc 45%,#0088ee 100%);
  color:#fff;
  overflow:hidden;
}
.zxf-stats-light{
  position:absolute;
  top:0;
  left:-70%;
  width:55%;
  height:100%;
  background:linear-gradient(105deg,transparent 0%,rgba(255,255,255,.08) 42%,rgba(255,255,255,.2) 50%,rgba(255,255,255,.08) 58%,transparent 100%);
  transform:skewX(-18deg);
  pointer-events:none;
  z-index:0;
  opacity:0;
}
.zxf-stats-light-2{
  width:35%;
  background:linear-gradient(105deg,transparent 0%,rgba(255,255,255,.05) 45%,rgba(255,255,255,.12) 50%,rgba(255,255,255,.05) 55%,transparent 100%);
}
.zxf-stats.is-animate .zxf-stats-light{
  animation:zxfStatsLight 2.4s ease-in-out forwards;
}
.zxf-stats.is-animate .zxf-stats-light-2{
  animation:zxfStatsLight 2.4s ease-in-out .35s forwards;
}
@keyframes zxfStatsLight{
  0%{left:-70%;opacity:0}
  12%{opacity:1}
  88%{opacity:1}
  100%{left:130%;opacity:0}
}
.zxf-stats::before,
.zxf-stats::after{
  content:'';
  position:absolute;
  border-radius:50%;
  pointer-events:none;
  z-index:0;
}
.zxf-stats::before{
  width:320px;height:320px;
  left:-80px;top:-100px;
  background:radial-gradient(circle,rgba(255,255,255,.12) 0%,transparent 70%);
}
.zxf-stats::after{
  width:400px;height:400px;
  right:-120px;bottom:-160px;
  background:radial-gradient(circle,rgba(255,255,255,.08) 0%,transparent 70%);
}
.zxf-stats.is-animate::before{
  animation:zxfStatsGlow 2.4s ease-in-out;
}
@keyframes zxfStatsGlow{
  0%,100%{opacity:1;transform:scale(1)}
  50%{opacity:1.35;transform:scale(1.06)}
}
.zxf-stats .center{position:relative;z-index:1;padding:0}
.zxf-stats-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  width:100%;
  border-top:1px solid rgba(255,255,255,.1);
  border-bottom:1px solid rgba(255,255,255,.1);
}
.zxf-stat-item{
  padding:44px 16px;
  text-align:center;
  border-right:1px solid rgba(255,255,255,.15);
  transition:background .3s;
}
.zxf-stat-item:last-child{border-right:none}
.zxf-stat-item:hover{background:rgba(255,255,255,.06)}
.zxf-stat-item i{
  display:block;
  font-size:28px;
  opacity:0;
  margin-bottom:14px;
  transform:translateY(12px) scale(.9);
}
.zxf-stats.is-animate .zxf-stat-item:nth-child(1) i{animation:zxfStatIcon .55s ease forwards;animation-delay:.05s}
.zxf-stats.is-animate .zxf-stat-item:nth-child(2) i{animation:zxfStatIcon .55s ease forwards;animation-delay:.15s}
.zxf-stats.is-animate .zxf-stat-item:nth-child(3) i{animation:zxfStatIcon .55s ease forwards;animation-delay:.25s}
.zxf-stats.is-animate .zxf-stat-item:nth-child(4) i{animation:zxfStatIcon .55s ease forwards;animation-delay:.35s}
@keyframes zxfStatIcon{
  to{opacity:.85;transform:translateY(0) scale(1)}
}
.zxf-stat-item span,
.zxf-stat-num{
  display:block;
  font-size:44px;
  font-weight:700;
  line-height:1.1;
  letter-spacing:-1px;
  min-height:1.1em;
}
.zxf-stat-item em{
  font-size:14px;
  opacity:0;
  font-style:normal;
  margin-top:10px;
  display:block;
  line-height:1.5;
  transform:translateY(8px);
}
.zxf-stats.is-animate .zxf-stat-item:nth-child(1) em{animation:zxfStatText .5s ease forwards;animation-delay:.45s}
.zxf-stats.is-animate .zxf-stat-item:nth-child(2) em{animation:zxfStatText .5s ease forwards;animation-delay:.55s}
.zxf-stats.is-animate .zxf-stat-item:nth-child(3) em{animation:zxfStatText .5s ease forwards;animation-delay:.65s}
.zxf-stats.is-animate .zxf-stat-item:nth-child(4) em{animation:zxfStatText .5s ease forwards;animation-delay:.75s}
@keyframes zxfStatText{
  to{opacity:.92;transform:translateY(0)}
}

/* 优势列表 - 小图标 */
/* GEO 六大优势 - 3×2 网格 */
.zxf-geo-section{padding-top:56px;padding-bottom:56px}
.zxf-geo-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
  width:100%;
}
.zxf-geo-item{
  position:relative;
  background:#fff;
  border-radius:10px;
  padding:28px 24px 24px;
  border:1px solid #e8eef5;
  transition:transform .3s,box-shadow .3s,border-color .3s;
  overflow:hidden;
}
.zxf-geo-item::before{
  content:'';
  position:absolute;top:0;left:0;right:0;height:3px;
  background:linear-gradient(90deg,#0066cc,#00aaff);
  opacity:0;
  transition:opacity .3s;
}
.zxf-geo-item:hover{
  transform:translateY(-4px);
  box-shadow:0 10px 32px rgba(0,102,204,.1);
  border-color:#cce0f5;
}
.zxf-geo-item:hover::before{opacity:1}
.zxf-geo-num{
  position:absolute;top:14px;right:18px;
  font-size:36px;font-weight:700;line-height:1;
  color:rgba(0,102,204,.1);
  font-style:italic;
}
.zxf-geo-head{
  display:flex;
  align-items:center;
  gap:14px;
  margin-bottom:14px;
  padding-right:36px;
}
.zxf-geo-titles{flex:1;min-width:0}
.zxf-geo-icon{
  width:52px;height:52px;
  background:linear-gradient(135deg,#e8f4fd,#f0f8ff);
  border-radius:12px;
  display:flex;align-items:center;justify-content:center;
  margin-bottom:0;
  flex-shrink:0;
}
.zxf-geo-icon img{width:32px;height:32px;display:block}
.zxf-geo-icon-fa i{font-size:24px;color:#0066cc;line-height:1}
.zxf-geo-item h3{font-size:17px;color:#1a1a2e;margin:0 0 4px;font-weight:600;line-height:1.3}
.zxf-geo-tag{font-size:13px;color:#0066cc;margin:0;line-height:1.5}
.zxf-geo-item ul{margin:0;padding:0;list-style:none;border-top:1px solid #f0f4f8;padding-top:14px}
.zxf-geo-item li{
  font-size:13px;color:#666;line-height:1.8;
  padding-left:14px;position:relative;
}
.zxf-geo-item li::before{
  content:'';
  position:absolute;left:0;top:10px;
  width:5px;height:5px;border-radius:50%;background:#0066cc;
}

.zxf-advantage{display:flex;flex-wrap:wrap;gap:24px}
.zxf-adv-item{flex:1;min-width:260px;display:flex;gap:14px;align-items:flex-start;background:#fff;padding:20px;border-radius:8px;border:1px solid #eef2f7}
.zxf-adv-num{width:44px;height:44px;background:#e8f4fd;border-radius:8px;flex-shrink:0;display:flex;align-items:center;justify-content:center}
.zxf-adv-num img{width:28px;height:28px}
.zxf-adv-num i{font-size:20px;color:#0066cc}
.zxf-adv-item h4{font-size:16px;color:#1a1a2e;margin-bottom:6px}
.zxf-adv-item p{font-size:13px;color:#666;line-height:1.7}

.zxf-adv-item{flex:1;min-width:260px;display:flex;gap:14px;align-items:flex-start;background:#fff;padding:20px;border-radius:8px;border:1px solid #eef2f7}
.zxf-adv-num{width:44px;height:44px;background:#e8f4fd;border-radius:8px;flex-shrink:0;display:flex;align-items:center;justify-content:center}
.zxf-adv-num img{width:28px;height:28px}
.zxf-adv-num i{font-size:20px;color:#0066cc}
.zxf-adv-item h4{font-size:16px;color:#1a1a2e;margin-bottom:6px}
.zxf-adv-item p{font-size:13px;color:#666;line-height:1.7}

/* 服务流程 - 全宽五列 + 进度动画 */
.zxf-process-section{padding-top:52px;padding-bottom:52px}
.zxf-process-wrap{
  position:relative;
  padding-top:8px;
}
.zxf-process-track{
  position:absolute;
  top:30px;
  left:10%;
  right:10%;
  height:3px;
  background:#e8eef5;
  border-radius:3px;
  overflow:hidden;
  z-index:0;
}
.zxf-process-fill{
  display:block;
  height:100%;
  width:0;
  background:linear-gradient(90deg,#0066cc 0%,#0099ff 60%,#33bbff 100%);
  border-radius:3px;
  position:relative;
}
.zxf-process-fill::after{
  content:'';
  position:absolute;
  right:0;top:50%;
  width:10px;height:10px;
  margin-top:-5px;
  border-radius:50%;
  background:#0099ff;
  box-shadow:0 0 0 4px rgba(0,153,255,.18);
  opacity:0;
}
.zxf-process-wrap.is-animate .zxf-process-fill{
  animation:zxfProcessFill 2.6s cubic-bezier(.35,0,.15,1) forwards;
}
.zxf-process-wrap.is-animate .zxf-process-fill::after{
  animation:zxfProcessDot .3s ease forwards;
  animation-delay:2.35s;
}
@keyframes zxfProcessFill{
  to{width:100%}
}
@keyframes zxfProcessDot{
  to{opacity:1}
}
.zxf-process{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  width:100%;
  gap:12px;
  position:relative;
  z-index:1;
}
.zxf-step{
  position:relative;
  text-align:center;
  padding:0 6px;
}
.zxf-step-num{
  display:flex;align-items:center;justify-content:center;
  width:46px;height:46px;margin:0 auto 14px;
  border-radius:50%;
  background:#fff;
  border:3px solid #e3eaf2;
  color:#aab8c8;
  font-size:18px;font-weight:700;
  box-shadow:0 2px 8px rgba(0,0,0,.04);
  transform:scale(.92);
  transition:background .35s,border-color .35s,color .35s,box-shadow .35s,transform .35s;
}
.zxf-step h4{
  font-size:16px;color:#1a1a2e;margin:0 0 6px;font-weight:600;
  opacity:.45;
  transform:translateY(8px);
  transition:opacity .4s,transform .4s,color .4s;
}
.zxf-step p{
  font-size:13px;color:#888;line-height:1.6;margin:0;
  opacity:.45;
  transform:translateY(8px);
  transition:opacity .4s,transform .4s;
}
.zxf-process-wrap.is-animate .zxf-step:nth-child(1) .zxf-step-num{animation:zxfStepActive .45s ease forwards;animation-delay:.15s}
.zxf-process-wrap.is-animate .zxf-step:nth-child(2) .zxf-step-num{animation:zxfStepActive .45s ease forwards;animation-delay:.65s}
.zxf-process-wrap.is-animate .zxf-step:nth-child(3) .zxf-step-num{animation:zxfStepActive .45s ease forwards;animation-delay:1.15s}
.zxf-process-wrap.is-animate .zxf-step:nth-child(4) .zxf-step-num{animation:zxfStepActive .45s ease forwards;animation-delay:1.65s}
.zxf-process-wrap.is-animate .zxf-step:nth-child(5) .zxf-step-num{animation:zxfStepActive .45s ease forwards;animation-delay:2.15s}
.zxf-process-wrap.is-animate .zxf-step:nth-child(1) h4,
.zxf-process-wrap.is-animate .zxf-step:nth-child(1) p{animation:zxfStepText .45s ease forwards;animation-delay:.35s}
.zxf-process-wrap.is-animate .zxf-step:nth-child(2) h4,
.zxf-process-wrap.is-animate .zxf-step:nth-child(2) p{animation:zxfStepText .45s ease forwards;animation-delay:.85s}
.zxf-process-wrap.is-animate .zxf-step:nth-child(3) h4,
.zxf-process-wrap.is-animate .zxf-step:nth-child(3) p{animation:zxfStepText .45s ease forwards;animation-delay:1.35s}
.zxf-process-wrap.is-animate .zxf-step:nth-child(4) h4,
.zxf-process-wrap.is-animate .zxf-step:nth-child(4) p{animation:zxfStepText .45s ease forwards;animation-delay:1.85s}
.zxf-process-wrap.is-animate .zxf-step:nth-child(5) h4,
.zxf-process-wrap.is-animate .zxf-step:nth-child(5) p{animation:zxfStepText .45s ease forwards;animation-delay:2.35s}
@keyframes zxfStepActive{
  to{
    background:linear-gradient(135deg,#0066cc,#0099ff);
    border-color:#0066cc;
    color:#fff;
    box-shadow:0 4px 14px rgba(0,102,204,.28);
    transform:scale(1);
  }
}
@keyframes zxfStepText{
  to{opacity:1;transform:translateY(0)}
}

/* 新闻动态 - 双列10条 */
.zxf-news-section{padding-top:52px;padding-bottom:52px}
.zxf-news-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:0;
  width:100%;
  background:#fff;
  border-radius:10px;
  border:1px solid #e8eef5;
  overflow:hidden;
}
.zxf-news-item{
  display:flex;
  align-items:center;
  gap:14px;
  padding:16px 20px;
  border-bottom:1px solid #f0f4f8;
  transition:background .2s;
  text-decoration:none;
}
.zxf-news-item:nth-child(odd){border-right:1px solid #f0f4f8}
.zxf-news-item:hover{background:#f7fbff}
.zxf-news-date{
  flex-shrink:0;
  font-size:13px;color:#0066cc;
  font-weight:600;
  min-width:88px;
}
.zxf-news-title{
  flex:1;
  font-size:14px;color:#333;
  line-height:1.5;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.zxf-news-item i{
  flex-shrink:0;
  color:#ccc;font-size:16px;
  transition:color .2s,transform .2s;
}
.zxf-news-item:hover i{color:#0066cc;transform:translateX(3px)}
.zxf-news-more{text-align:center;margin-top:24px}
.zxf-news-more a{font-size:14px;color:#0066cc}

/* 案例中心 - 全宽三列 */
.zxf-case-section{padding-top:52px;padding-bottom:52px;background:#f7f9fc}
.zxf-case-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
  width:100%;
}
.zxf-case-item{
  display:block;
  background:#fff;
  border-radius:10px;
  overflow:hidden;
  border:1px solid #e8eef5;
  text-decoration:none;
  transition:transform .3s,box-shadow .3s,border-color .3s;
}
.zxf-case-item:hover{
  transform:translateY(-5px);
  box-shadow:0 12px 36px rgba(0,102,204,.12);
  border-color:#cce0f5;
}
.zxf-case-img{
  position:relative;
  height:200px;
  overflow:hidden;
}
.zxf-case-img img{
  width:100%;height:100%;
  object-fit:cover;display:block;
  transition:transform .4s;
}
.zxf-case-item:hover .zxf-case-img img{transform:scale(1.06)}
.zxf-case-tag{
  position:absolute;left:16px;top:16px;
  padding:4px 12px;
  background:rgba(0,102,204,.9);
  color:#fff;font-size:12px;
  border-radius:20px;
  line-height:1.4;
}
.zxf-case-body{padding:20px 22px 22px}
.zxf-case-body h3{
  font-size:17px;color:#1a1a2e;
  margin:0 0 10px;font-weight:600;line-height:1.4;
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;
}
.zxf-case-body p{
  font-size:13px;color:#666;line-height:1.8;margin:0;
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;
  min-height:46px;
}
.zxf-case-more-link{
  display:inline-block;margin-top:14px;
  font-size:13px;color:#0066cc;font-weight:500;
}
.zxf-case-more-link i{font-size:14px;margin-left:2px;transition:transform .2s}
.zxf-case-item:hover .zxf-case-more-link i{transform:translateX(4px)}
.zxf-case-more{text-align:center;margin-top:28px}
.zxf-case-more a{font-size:14px;color:#0066cc}

/* 服务网格 - 小图标 */
.zxf-service-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}
.zxf-service-box{background:#fff;border:1px solid #eef2f7;border-radius:8px;padding:24px;transition:border-color .3s}
.zxf-service-box:hover{border-color:#0066cc}
.zxf-service-box h3{font-size:16px;color:#0066cc;margin-bottom:14px;padding-bottom:10px;border-bottom:1px solid #eef2f7;display:flex;align-items:center;gap:8px}
.zxf-service-box h3 i{
  flex-shrink:0;
  width:22px;
  text-align:center;
  font-size:18px;
  line-height:1;
  color:#0066cc;
}
.zxf-service-box h3 img{width:22px;height:22px;flex-shrink:0}
.zxf-service-box ul{list-style:none;padding:0;margin:0}
.zxf-service-box li{padding:6px 0 6px 16px;position:relative;font-size:13px;color:#555;line-height:1.6}
.zxf-service-box li::before{content:'';position:absolute;left:0;top:12px;width:6px;height:6px;background:#0066cc;border-radius:50%}

/* 内容区配图块 */
.zxf-img-block{border-radius:12px;overflow:hidden;margin:30px 0;box-shadow:0 4px 20px rgba(0,0,0,.08)}
.zxf-img-block img{width:100%;display:block;height:260px;object-fit:cover}
.zxf-split-section{display:flex;flex-wrap:wrap;gap:30px;align-items:center;margin:40px 0}
.zxf-split-section .zxf-split-img{flex:1;min-width:280px;border-radius:12px;overflow:hidden}
.zxf-split-section .zxf-split-img img{width:100%;height:260px;object-fit:cover;display:block}
.zxf-split-section .zxf-split-text{flex:1;min-width:280px}

/* 左右交替结构（Z 形排版） */
.zxf-zigzag{
  margin:56px 0 20px;
  padding-top:16px;
}
.zxf-zigzag-head{
  text-align:center;
  margin-bottom:48px;
}
.zxf-zigzag-tagline{
  display:inline-block;
  font-size:13px;
  letter-spacing:.12em;
  color:#0066cc;
  background:#e8f4fd;
  padding:6px 16px;
  border-radius:20px;
  margin-bottom:14px;
}
.zxf-zigzag-head h3{
  font-size:24px;
  color:#1a1a2e;
  font-weight:600;
  line-height:1.5;
  margin:0;
  max-width:680px;
  margin-left:auto;
  margin-right:auto;
}
.zxf-zigzag-item{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:40px;
  margin-bottom:96px;
  padding-bottom:96px;
  border-bottom:1px solid #eef2f7;
}
.zxf-zigzag-item:last-child{
  margin-bottom:0;
  padding-bottom:0;
  border-bottom:none;
}
.zxf-zigzag-item.is-reverse{flex-direction:row-reverse}
.zxf-zigzag-img{
  flex:1;
  min-width:300px;
  border-radius:12px;
  overflow:hidden;
  box-shadow:0 8px 28px rgba(0,0,0,.1);
}
.zxf-zigzag-img img{
  width:100%;
  height:280px;
  object-fit:cover;
  display:block;
  transition:transform .5s ease;
}
.zxf-zigzag-item:hover .zxf-zigzag-img img{transform:scale(1.03)}
.zxf-zigzag-text{
  flex:1;
  min-width:300px;
  padding:8px 0;
}
.zxf-zigzag-label{
  display:inline-block;
  font-size:12px;
  font-weight:600;
  letter-spacing:.06em;
  color:#e65100;
  background:#fff3e0;
  padding:4px 12px;
  border-radius:4px;
  margin-bottom:14px;
}
.zxf-zigzag-label.is-adv{
  color:#0066cc;
  background:#e8f4fd;
}
.zxf-zigzag-text h4{
  font-size:22px;
  color:#1a1a2e;
  font-weight:600;
  line-height:1.45;
  margin:0 0 14px;
}
.zxf-zigzag-text p{
  font-size:15px;
  color:#666;
  line-height:1.9;
  margin:0 0 18px;
}
.zxf-zigzag-text ul{
  list-style:none;
  margin:0;
  padding:0;
}
.zxf-zigzag-text li{
  position:relative;
  padding:8px 0 8px 18px;
  font-size:14px;
  color:#555;
  line-height:1.6;
  border-bottom:1px dashed #eef2f7;
}
.zxf-zigzag-text li:last-child{border-bottom:none}
.zxf-zigzag-text li::before{
  content:'';
  position:absolute;
  left:0;
  top:15px;
  width:6px;
  height:6px;
  background:#0066cc;
  border-radius:50%;
}

.zxf-contact-img{margin-top:24px;border-radius:12px;overflow:hidden}
.zxf-contact-img img{width:100%;display:block;height:200px;object-fit:cover;border-radius:12px}

/* 联系我们页 */
.zxf-contact-page .zxf-breadcrumb{margin-bottom:36px}
.zxf-contact-hero{
  display:flex;
  flex-wrap:wrap;
  gap:36px;
  align-items:center;
  margin-bottom:40px;
}
.zxf-contact-info{
  flex:1 1 52%;
  min-width:300px;
  max-width:none;
}
.zxf-contact-label{
  margin:0 0 10px;
  font-size:13px;
  letter-spacing:2px;
  color:#999;
  text-transform:uppercase;
}
.zxf-contact-company{
  margin:0 0 28px;
  font-size:28px;
  line-height:1.4;
  color:#1a1a2e;
  font-weight:700;
}
.zxf-contact-list{
  list-style:none;
  margin:0;
  padding:0;
}
.zxf-contact-list li{
  display:flex;
  align-items:flex-start;
  gap:14px;
  margin-bottom:22px;
}
.zxf-contact-list li:last-child{margin-bottom:0}
.zxf-contact-icon{
  flex-shrink:0;
  width:38px;
  height:38px;
  border-radius:50%;
  background:#0066cc;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:16px;
}
.zxf-contact-text strong{
  display:block;
  font-size:14px;
  color:#333;
  margin-bottom:4px;
  font-weight:600;
}
.zxf-contact-text p{
  margin:0;
  font-size:14px;
  line-height:1.7;
  color:#666;
}
.zxf-contact-text a{color:#0066cc}
.zxf-contact-text a:hover{text-decoration:underline}
.zxf-contact-photo{
  flex:0 0 42%;
  max-width:42%;
  border-radius:12px;
  overflow:hidden;
  box-shadow:0 8px 28px rgba(0,0,0,.1);
}
.zxf-contact-photo img{
  width:100%;
  height:auto;
  aspect-ratio:4/3;
  object-fit:cover;
  display:block;
}
.zxf-contact-message{
  background:#fff;
  border:1px solid #eef2f7;
  border-radius:12px;
  padding:32px 36px 36px;
  box-shadow:0 4px 24px rgba(0,0,0,.05);
}
.zxf-contact-message h3{
  margin:0 0 8px;
  font-size:22px;
  color:#1a1a2e;
  font-weight:600;
}
.zxf-contact-message-tip{
  margin:0 0 24px;
  font-size:14px;
  color:#888;
  line-height:1.6;
}
.zxf-contact-form-wrap .field-wrap,
.zxf-contact-form-wrap .form-group{margin-bottom:18px}
.zxf-gbook-form{margin:0}
.zxf-gbook-fields{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px 24px;
}
.zxf-gbook-field{margin:0}
.zxf-gbook-fields>.zxf-gbook-field:nth-child(3),
.zxf-gbook-field.zxf-gbook-verify{grid-column:1/-1}
.zxf-gbook-fields>.zxf-gbook-field:nth-child(3) .zxf-gbook-control,
.zxf-gbook-fields>.zxf-gbook-field:nth-child(3) .eyou_form_attr,
.zxf-gbook-fields>.zxf-gbook-field:nth-child(3) .eyou_form_textarea{width:100%;max-width:100%}
.zxf-gbook-fields>.zxf-gbook-field:nth-child(3) .eyou_form_textarea{min-height:140px}
.zxf-gbook-label{
  display:block;
  margin-bottom:8px;
  font-size:14px;
  color:#444;
  font-weight:500;
}
.zxf-gbook-control .eyou_form_attr{margin:0}
.zxf-gbook-control .eyou_form_text,
.zxf-gbook-control .eyou_form_textarea,
.zxf-gbook-control .eyou_form_select,
.zxf-gbook-verify-row .eyou_form_text,
.zxf-contact-form-wrap input[type="text"],
.zxf-contact-form-wrap input[type="tel"],
.zxf-contact-form-wrap input[type="email"],
.zxf-contact-form-wrap textarea,
.zxf-contact-form-wrap select{
  width:100%;
  border:1px solid #dde3ea;
  border-radius:8px;
  padding:11px 14px;
  font-size:14px;
  color:#333;
  background:#fff;
  transition:border-color .2s,box-shadow .2s;
  box-sizing:border-box;
}
.zxf-gbook-control .eyou_form_textarea{min-height:120px;resize:vertical}
.zxf-gbook-control .eyou_form_text,
.zxf-gbook-control .eyou_form_textarea,
.zxf-gbook-control .eyou_form_select{
  display:block;
  width:100%;
}
.zxf-gbook-verify-row{
  display:flex;
  align-items:center;
  gap:12px;
}
.zxf-gbook-verify-row .eyou_form_text{flex:1;max-width:220px}
.zxf-gbook-captcha{
  height:40px;
  border-radius:6px;
  cursor:pointer;
  border:1px solid #dde3ea;
}
.zxf-gbook-submit{
  margin-top:24px;
  padding-top:20px;
  border-top:1px solid #eef2f7;
}
.zxf-gbook-btn,
.zxf-contact-form-wrap .btn,
.zxf-contact-form-wrap button[type="submit"],
.zxf-contact-form-wrap input[type="submit"]{
  display:inline-block;
  padding:11px 36px;
  background:#0066cc;
  color:#fff;
  border:none;
  border-radius:24px;
  font-size:15px;
  font-weight:500;
  cursor:pointer;
  transition:background .2s;
}
.zxf-gbook-btn:hover,
.zxf-contact-form-wrap .btn:hover,
.zxf-contact-form-wrap button[type="submit"]:hover,
.zxf-contact-form-wrap input[type="submit"]:hover{background:#0052a3}
.zxf-contact-form-wrap input:focus,
.zxf-contact-form-wrap textarea:focus,
.zxf-contact-form-wrap select:focus,
.zxf-gbook-control .eyou_form_text:focus,
.zxf-gbook-control .eyou_form_textarea:focus,
.zxf-gbook-control .eyou_form_select:focus{
  outline:none;
  border-color:#0066cc;
  box-shadow:0 0 0 3px rgba(0,102,204,.1);
}

/* CTA */
.zxf-cta{text-align:center;padding:50px 20px;background:linear-gradient(135deg,#1a1a2e,#0066cc);color:#fff}
.zxf-cta h2{font-size:26px;margin-bottom:12px}
.zxf-cta p{font-size:15px;opacity:.9;margin-bottom:24px}
.zxf-cta-btn{display:inline-block;padding:12px 36px;background:#fff;color:#0066cc;border-radius:30px;font-size:15px;font-weight:600;transition:all .3s}
.zxf-cta-btn:hover{background:#f0f7ff}

/* 正文 */
.zxf-rich{line-height:2;color:#444;font-size:15px}
.zxf-rich h3{font-size:18px;color:#1a1a2e;margin:20px 0 10px;padding-left:10px;border-left:3px solid #0066cc}

/* 列表页 */
.zxf-list-page .page_cont{padding-top:10px}
.zxf-inner-page .page_cont{padding-top:0}
.page_cont .fl.zxf-full{width:100%;margin-right:0;float:none}
#page_cont .fl{width:100%;margin-right:0;padding:0 1%}
.zxf-breadcrumb{
  padding:18px 0 16px;
  font-size:13px;
  color:#999;
  line-height:1.6;
  border-bottom:1px solid #eef2f7;
  margin-bottom:32px;
}
.zxf-breadcrumb a{color:#666;transition:color .2s}
.zxf-breadcrumb a:hover{color:#0066cc}
.zxf-breadcrumb-current{color:#333;font-weight:500}

/* 文章详情页侧边栏 */
.zxf-article-sidebar{
  background:#fff;
  border:1px solid #eef2f7;
  border-radius:10px;
  padding:22px 20px;
  box-shadow:0 2px 16px rgba(0,0,0,.04);
}
.zxf-sidebar-block{margin:0}
.zxf-sidebar-title{
  margin:0 0 14px;
  padding-bottom:12px;
  border-bottom:2px solid #0066cc;
  font-size:15px;
  font-weight:600;
  color:#1a1a2e;
  line-height:1.4;
}
.zxf-sidebar-cats,
.zxf-sidebar-articles{
  list-style:none;
  margin:0;
  padding:0;
}
.zxf-sidebar-cats li,
.zxf-sidebar-articles li{
  margin:0;
  padding:0;
  border-bottom:1px solid #f3f5f8;
}
.zxf-sidebar-cats li:last-child,
.zxf-sidebar-articles li:last-child{
  border-bottom:none;
}
.zxf-sidebar-cats a,
.zxf-sidebar-articles a{
  display:block;
  padding:10px 4px;
  font-size:14px;
  color:#666;
  line-height:1.5;
  transition:color .2s,padding-left .2s;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.zxf-sidebar-cats a:hover,
.zxf-sidebar-articles a:hover{
  color:#0066cc;
  padding-left:8px;
}
.zxf-sidebar-cats a.active{
  color:#0066cc;
  font-weight:600;
}
.zxf-sidebar-divider{
  height:1px;
  background:#eef2f7;
  margin:22px 0;
}
.art_cont .fr .hot_new{display:none}

/* 关于我们页 */
.zxf-about-page{padding-bottom:0}
.zxf-about-page .zxf-breadcrumb{
  margin-bottom:52px;
  padding-bottom:20px;
}
.zxf-about-intro{
  display:flex;
  flex-wrap:wrap;
  gap:48px;
  align-items:stretch;
  margin-bottom:80px;
}
.zxf-about-text{
  flex:1;
  min-width:300px;
  padding-top:8px;
}
.zxf-about-text p{
  font-size:15px;
  line-height:2;
  color:#555;
  margin:0 0 18px;
  text-align:justify;
}
.zxf-about-text p:last-child{margin-bottom:0}
.zxf-about-text p:first-child strong{color:#0066cc;font-weight:700}
.zxf-about-brand{color:#0066cc;font-weight:700}
.zxf-about-visual{
  flex:0 0 420px;
  max-width:100%;
  position:relative;
  border-radius:8px;
  overflow:hidden;
  min-height:320px;
  box-shadow:0 8px 32px rgba(0,0,0,.12);
}
.zxf-about-visual > img{
  width:100%;
  height:100%;
  min-height:320px;
  object-fit:cover;
  display:block;
}
.zxf-about-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(135deg,rgba(26,26,46,.88) 0%,rgba(0,102,204,.75) 100%);
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:32px 28px;
  color:#fff;
}
.zxf-about-overlay h3{
  font-size:20px;
  font-weight:600;
  line-height:1.5;
  margin:0 0 28px;
  padding-bottom:0;
  border:none;
}
.zxf-about-points{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:16px 20px;
}
.zxf-about-points li{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
}
.zxf-about-point-icon{
  width:36px;
  height:36px;
  border:1px solid rgba(255,255,255,.35);
  border-radius:4px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:8px;
  font-size:16px;
  color:#fff;
}
.zxf-about-point-label{
  font-size:14px;
  font-weight:600;
  line-height:1.4;
  margin-bottom:2px;
}
.zxf-about-points em{
  font-style:normal;
  font-size:12px;
  opacity:.75;
  line-height:1.4;
}
.zxf-about-stats{
  display:flex;
  flex-wrap:wrap;
  border:1px solid #eef2f7;
  border-radius:8px;
  background:#fff;
  margin-bottom:96px;
  overflow:hidden;
  position:relative;
}
.zxf-about-stats::before{
  content:'';
  position:absolute;
  top:0;
  left:-120%;
  width:60%;
  height:100%;
  background:linear-gradient(90deg,transparent,rgba(0,102,204,.08),transparent);
  pointer-events:none;
  z-index:1;
}
.zxf-about-stats.is-animate::before{
  animation:zxfAboutLight 2.4s ease forwards;
}
.zxf-about-stat{
  flex:1;
  min-width:140px;
  text-align:center;
  padding:36px 16px;
  position:relative;
  z-index:2;
}
.zxf-about-stats:not(.is-animate) .zxf-about-stat{
  opacity:1;
  transform:none;
}
.zxf-about-stats.is-animate .zxf-about-stat{
  opacity:0;
  transform:translateY(16px);
  animation:zxfAboutStatIn .55s ease forwards;
}
.zxf-about-stats.is-animate .zxf-about-stat:nth-child(1){animation-delay:.05s}
.zxf-about-stats.is-animate .zxf-about-stat:nth-child(2){animation-delay:.15s}
.zxf-about-stats.is-animate .zxf-about-stat:nth-child(3){animation-delay:.25s}
.zxf-about-stats.is-animate .zxf-about-stat:nth-child(4){animation-delay:.35s}
.zxf-about-stats.is-animate .zxf-about-stat:nth-child(5){animation-delay:.45s}
@keyframes zxfAboutLight{
  0%{left:-120%}
  100%{left:120%}
}
@keyframes zxfAboutStatIn{
  from{opacity:0;transform:translateY(16px)}
  to{opacity:1;transform:translateY(0)}
}
.zxf-about-stat:not(:last-child)::after{
  content:'';
  position:absolute;
  right:0;
  top:50%;
  transform:translateY(-50%);
  width:1px;
  height:48px;
  background:#eef2f7;
}
.zxf-about-stat-num{
  display:block;
  font-size:42px;
  font-weight:700;
  color:#0066cc;
  line-height:1.1;
  margin-bottom:10px;
}
.zxf-about-stat-num sup{
  font-size:18px;
  font-weight:600;
  top:-.6em;
}
.zxf-about-stat em{
  display:block;
  font-style:normal;
  font-size:14px;
  color:#888;
  line-height:1.4;
}

/* 企业文化 */
.zxf-culture{
  padding:96px 0 0;
  background:#fff;
}
.zxf-about-page .zxf-section.gray{
  padding:96px 0;
  margin-top:16px;
}
.zxf-about-page .zxf-section-title{
  margin-bottom:56px;
}
.zxf-culture-head{
  text-align:center;
  margin-bottom:52px;
}
.zxf-culture-tag{
  display:block;
  font-size:13px;
  letter-spacing:.2em;
  color:#999;
  margin-bottom:10px;
}
.zxf-culture-head h2{
  font-size:28px;
  color:#1a1a2e;
  font-weight:600;
  margin:0;
}
.zxf-culture-body{
  position:relative;
  min-height:420px;
  overflow:hidden;
}
.zxf-culture-bg{
  position:absolute;
  inset:0;
  background-size:cover;
  background-position:center;
  transform:scale(1.04);
  transition:transform 8s ease;
}
.zxf-culture.is-visible .zxf-culture-bg{
  transform:scale(1);
}
.zxf-culture-bg::after{
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(26,26,46,.15) 0%,rgba(26,26,46,.55) 100%);
}
.zxf-culture-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  min-height:420px;
}
.zxf-culture-item{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:48px 28px;
  color:#fff;
  background:rgba(26,26,46,.42);
  border-right:1px solid rgba(255,255,255,.12);
  opacity:0;
  transform:translateY(24px);
  transition:background .3s;
}
.zxf-culture-item:last-child{border-right:none}
.zxf-culture-item:hover{background:rgba(0,102,204,.55)}
.zxf-culture.is-visible .zxf-culture-item{
  animation:zxfCultureIn .65s ease forwards;
}
.zxf-culture.is-visible .zxf-culture-item:nth-child(1){animation-delay:.1s}
.zxf-culture.is-visible .zxf-culture-item:nth-child(2){animation-delay:.25s}
.zxf-culture.is-visible .zxf-culture-item:nth-child(3){animation-delay:.4s}
.zxf-culture.is-visible .zxf-culture-item:nth-child(4){animation-delay:.55s}
.zxf-culture-icon{
  width:52px;
  height:52px;
  border:1px solid rgba(255,255,255,.45);
  border-radius:4px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:22px;
  margin-bottom:18px;
}
.zxf-culture-item h4{
  font-size:17px;
  font-weight:600;
  margin:0 0 14px;
  line-height:1.4;
}
.zxf-culture-item p{
  font-size:13px;
  line-height:1.9;
  margin:0;
  opacity:.92;
  text-align:justify;
}
@keyframes zxfCultureIn{
  from{opacity:0;transform:translateY(24px)}
  to{opacity:1;transform:translateY(0)}
}

/* 页脚 */
.zxf-footer{
  position:relative;
  background:linear-gradient(135deg,#152238 0%,#1a3575 52%,#0f2744 100%);
  padding:72px 0 48px;
  overflow:hidden;
  border-top:none;
}
.zxf-footer-watermark{
  position:absolute;
  right:8%;
  top:50%;
  transform:translateY(-50%);
  font-size:clamp(120px,18vw,220px);
  font-weight:700;
  color:rgba(255,255,255,.04);
  letter-spacing:.08em;
  pointer-events:none;
  user-select:none;
  white-space:nowrap;
}
.zxf-footer-inner{
  position:relative;
  z-index:1;
  display:flex;
  flex-wrap:wrap;
  gap:40px 32px;
  align-items:flex-start;
  justify-content:space-between;
}
.zxf-footer-col{flex:1;min-width:180px}
.zxf-footer-brand{flex:1.4;min-width:240px;max-width:320px}
.zxf-footer-brand h3{
  font-size:28px;
  line-height:1.45;
  color:#fff;
  font-weight:700;
  margin:0 0 20px;
}
.zxf-footer-brand p{
  font-size:13px;
  line-height:1.9;
  color:rgba(255,255,255,.62);
  margin:0;
}
.zxf-footer-contact{padding-top:8px}
.zxf-footer-contact-item{margin-bottom:22px}
.zxf-footer-contact-item:last-child{margin-bottom:0}
.zxf-footer-contact-item span{
  display:block;
  font-size:13px;
  color:rgba(255,255,255,.45);
  margin-bottom:6px;
}
.zxf-footer-contact-item strong{
  display:block;
  font-size:18px;
  font-weight:600;
  color:#fff;
  line-height:1.4;
}
.zxf-footer-contact-item strong a{color:#fff;text-decoration:none;transition:opacity .2s}
.zxf-footer-contact-item strong a:hover{opacity:.85}
.zxf-footer-qr{
  text-align:center;
  padding-top:4px;
  max-width:160px;
}
.zxf-footer-qr-box{
  width:118px;
  height:118px;
  margin:0 auto 12px;
  padding:8px;
  background:#fff;
  border-radius:6px;
}
.zxf-footer-qr-box img{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
}
.zxf-footer-qr p{
  font-size:12px;
  line-height:1.6;
  color:rgba(255,255,255,.55);
  margin:0;
}
.zxf-footer-meta{
  text-align:right;
  padding-top:4px;
  max-width:360px;
  margin-left:auto;
}
.zxf-footer-logo{
  display:inline-block;
  margin-bottom:18px;
}
.zxf-footer-logo img{
  max-height:52px;
  width:auto;
  display:block;
}
.zxf-footer-copy,
.zxf-footer-icp{
  font-size:12px;
  line-height:1.8;
  color:rgba(255,255,255,.45);
  margin:0;
}
.zxf-footer-company{white-space:nowrap}
.zxf-back-top{
  position:fixed;
  right:24px;
  bottom:88px;
  width:44px;
  height:44px;
  background:rgba(21,34,56,.88);
  border:1px solid rgba(255,255,255,.18);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:22px;
  border-radius:4px;
  z-index:999;
  opacity:0;
  visibility:hidden;
  transform:translateY(12px);
  transition:all .3s;
}
.zxf-back-top.is-show{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
}
.zxf-back-top:hover{
  background:#0066cc;
  border-color:#0066cc;
  color:#fff;
}

/* 分类标签 */
.zxf-cat-tabs{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid #eee}
.zxf-cat-tabs a{display:inline-block;padding:8px 20px;border-radius:20px;font-size:14px;color:#666;background:#f5f7fa;transition:all .3s;line-height:1.4}
.zxf-cat-tabs a:hover,.zxf-cat-tabs a.active{background:#0066cc;color:#fff}

.art_list li .text .zxf-article-tag{display:inline-block;padding:2px 8px;background:#e8f4fd;color:#0066cc;border-radius:3px;font-size:12px;margin-bottom:6px}
.art_list li .text .zxf-article-date{display:block;font-size:13px;color:#999;margin-top:8px}
.art_list li .text .zxf-article-date i{margin-right:4px}
.zxf-case-simple .case_list li .text2{display:none}
.zxf-case-simple .case_list li .text3{display:none}
.zxf-case-simple .case_list ul li{
  padding:0;
  overflow:hidden;
  border-radius:10px;
  transition:box-shadow .3s,transform .3s;
}
.zxf-case-simple .case_list ul li:hover{
  box-shadow:0 8px 28px rgba(0,102,204,.12);
  transform:translateY(-3px);
}
.zxf-case-simple .case_list ul li .zxf-case-card-link{
  display:block;
  color:inherit;
  text-decoration:none;
}
.zxf-case-simple .case_list ul li .scroll_pic{
  position:relative;
  border-radius:10px 10px 0 0;
  overflow:hidden;
}
.zxf-case-simple .case_list ul li .scroll_pic img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.zxf-case-simple .case_list ul li .zxf-case-card-tag{
  position:absolute;
  left:12px;
  top:12px;
  z-index:2;
  padding:4px 12px;
  background:rgba(0,102,204,.62);
  backdrop-filter:blur(4px);
  -webkit-backdrop-filter:blur(4px);
  color:#fff;
  font-size:12px;
  border-radius:20px;
  line-height:1.4;
  pointer-events:none;
}
.zxf-case-simple .case_list ul li .text h3{
  border-bottom:none;
  line-height:1.5;
  padding:14px 12px 16px;
  margin:0;
  white-space:normal;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
  font-size:16px;
  font-weight:600;
  color:#333;
  transition:color .2s;
}
.zxf-case-simple .case_list ul li:hover .text h3{color:#0066cc}

/* 联系页 */
.zxf-contact-grid{display:flex;flex-wrap:wrap;gap:30px}

/* 新闻列表页 - 头条轮播 */
.zxf-news-page .zxf-cat-tabs{margin-bottom:28px}
.zxf-news-headline{
  position:relative;
  margin-bottom:32px;
  background:#fff;
  border:1px solid #eef2f7;
  border-radius:12px;
  overflow:hidden;
  box-shadow:0 4px 24px rgba(0,0,0,.06);
}
.zxf-headline-swiper{overflow:hidden}
.zxf-headline-item{
  display:flex;
  flex-wrap:nowrap;
  align-items:center;
}
.zxf-headline-img{
  flex:0 0 36%;
  max-width:36%;
  aspect-ratio:16/10;
  overflow:hidden;
  display:block;
  background:#f0f4f8;
}
.zxf-headline-img img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .5s ease;
}
.zxf-headline-item:hover .zxf-headline-img img{transform:scale(1.03)}
.zxf-headline-body{
  flex:1;
  min-width:0;
  padding:18px 28px 34px;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
}
.zxf-headline-date{
  margin-bottom:6px;
  line-height:1.2;
}
.zxf-headline-day{
  font-size:30px;
  font-weight:700;
  color:#0066cc;
}
.zxf-headline-ym{
  font-size:14px;
  color:#888;
  font-weight:500;
}
.zxf-headline-tag{
  display:inline-block;
  font-size:12px;
  color:#0066cc;
  background:#e8f4fd;
  padding:2px 8px;
  border-radius:3px;
  margin-bottom:8px;
  width:fit-content;
}
.zxf-headline-body h3{
  font-size:18px;
  line-height:1.45;
  margin:0 0 10px;
  font-weight:600;
}
.zxf-headline-body h3 a{color:#1a1a2e;transition:color .2s}
.zxf-headline-body h3 a:hover{color:#0066cc}
.zxf-headline-desc{
  font-size:13px;
  color:#666;
  line-height:1.75;
  margin:0 0 12px;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.zxf-headline-btn{
  display:inline-block;
  padding:8px 22px;
  background:#0066cc;
  color:#fff;
  border-radius:20px;
  font-size:13px;
  font-weight:500;
  width:fit-content;
  transition:background .2s;
}
.zxf-headline-btn:hover{background:#0052a3;color:#fff}
.zxf-headline-pagination{
  position:absolute;
  bottom:16px;
  left:36%;
  right:24px;
  width:auto!important;
  text-align:center;
  line-height:0;
  z-index:2;
}
.zxf-headline-pagination .swiper-pagination-bullet{
  width:8px;
  height:8px;
  background:#ccc;
  opacity:1;
  margin:0 5px!important;
}
.zxf-headline-pagination .swiper-pagination-bullet-active{background:#0066cc}

/* 新闻简洁列表 */
.zxf-news-simple-list{
  margin-bottom:32px;
  background:#fff;
  border:1px solid #eef2f7;
  border-radius:8px;
  overflow:hidden;
}
.zxf-news-simple-list ul{
  list-style:none;
  margin:0;
  padding:0;
}
.zxf-news-simple-list li{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:18px 24px;
  border-bottom:1px solid #f0f2f5;
  transition:background .2s;
}
.zxf-news-simple-list li:last-child{border-bottom:none}
.zxf-news-simple-list li:hover{background:#f8fbff}
.zxf-news-simple-title{
  flex:1;
  font-size:15px;
  color:#333;
  line-height:1.6;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  transition:color .2s;
}
.zxf-news-simple-list li:hover .zxf-news-simple-title{color:#0066cc}
.zxf-news-simple-date{
  flex-shrink:0;
  font-size:13px;
  color:#999;
  font-variant-numeric:tabular-nums;
}


@media(max-width:992px){
  .zxf-geo-grid{grid-template-columns:repeat(2,1fr)}
  .zxf-process{grid-template-columns:repeat(3,1fr);gap:20px}
  .zxf-process-track{display:none}
  .zxf-process-wrap.is-animate .zxf-step .zxf-step-num,
  .zxf-process-wrap.is-animate .zxf-step h4,
  .zxf-process-wrap.is-animate .zxf-step p{
    animation:none;
    opacity:1;
    transform:none;
  }
  .zxf-step-num{
    background:linear-gradient(135deg,#0066cc,#0099ff);
    border-color:#0066cc;
    color:#fff;
    transform:scale(1);
  }
  .zxf-news-grid{grid-template-columns:1fr}
  .zxf-news-item:nth-child(odd){border-right:none}
  .zxf-case-grid{grid-template-columns:repeat(2,1fr)}
  .zxf-about-intro{gap:28px}
  .zxf-about-visual{flex:1 1 100%}
  .zxf-about-stat{min-width:50%;flex:0 0 50%}
  .zxf-about-stat:nth-child(2)::after{display:none}
  .zxf-about-stat:nth-child(1),
  .zxf-about-stat:nth-child(2){border-bottom:1px solid #eef2f7}
  .zxf-culture-grid{grid-template-columns:repeat(2,1fr);min-height:auto}
  .zxf-culture-item{min-height:280px;border-bottom:1px solid rgba(255,255,255,.12)}
  .zxf-culture-item:nth-child(2n){border-right:none}
  .zxf-zigzag-item,
  .zxf-zigzag-item.is-reverse{flex-direction:column}
  .zxf-zigzag-item{margin-bottom:64px;padding-bottom:64px}
  .zxf-zigzag-img img{height:220px}
  .zxf-zigzag-head h3{font-size:20px}
  .zxf-footer-inner{gap:32px 24px}
  .zxf-footer-brand h3{font-size:24px}
  .zxf-footer-meta{text-align:left;margin-left:0;max-width:none}
}

@media(max-width:768px){
  :root{--zxf-banner-h:200px}
  .zxf-banner-caption{padding-bottom:20px}
  .zxf-banner-caption h1{font-size:22px}
  .zxf-banner-caption p{font-size:13px}
  .zxf-section{padding:40px 0}
  .index_main > .zxf-section{padding:56px 0}
  .index_main > .zxf-section:first-of-type{padding:64px 0 56px}
  .index_main .zxf-section-title{margin-bottom:36px}
  .index_main .zxf-stats-grid{padding:40px 12px}
  .index_main .zxf-cta{padding:56px 20px}
  .zxf-section-title h2{font-size:22px}
  .zxf-card,.zxf-card-has-img{min-width:100%}
  .zxf-stats-grid{grid-template-columns:repeat(2,1fr)}
  .zxf-stat-item:nth-child(2){border-right:none}
  .zxf-stat-item:nth-child(1),
  .zxf-stat-item:nth-child(2){border-bottom:1px solid rgba(255,255,255,.15)}
  .zxf-stat-item{padding:32px 12px}
  .zxf-stat-item i{font-size:24px;margin-bottom:12px;opacity:.85;transform:none}
  .zxf-stat-item em{opacity:.92;transform:none}
  .zxf-stats.is-animate .zxf-stat-item i,
  .zxf-stats.is-animate .zxf-stat-item em{animation:none}
  .zxf-stat-item span{font-size:32px}
  .zxf-geo-grid{grid-template-columns:1fr}
  .zxf-process{grid-template-columns:repeat(2,1fr)}
  .zxf-case-grid{grid-template-columns:1fr}
  .zxf-about-points{grid-template-columns:1fr}
  .zxf-about-stat{flex:0 0 100%;min-width:100%}
  .zxf-about-stat::after{display:none!important}
  .zxf-about-stat:not(:last-child){border-bottom:1px solid #eef2f7}
  .zxf-about-stat-num{font-size:36px}
  .zxf-culture-grid{grid-template-columns:1fr}
  .zxf-culture{padding:64px 0 0}
  .zxf-about-page .zxf-section.gray{padding:64px 0}
  .zxf-about-intro{margin-bottom:56px}
  .zxf-about-stats{margin-bottom:64px}
  .zxf-about-page .zxf-breadcrumb{margin-bottom:36px}
  .zxf-footer{padding:48px 0 36px}
  .zxf-footer-inner{flex-direction:column}
  .zxf-footer-brand{max-width:none}
  .zxf-footer-qr{text-align:left;max-width:none}
  .zxf-footer-qr-box{margin:0 0 12px}
  .zxf-back-top{right:16px;bottom:72px}
  .zxf-culture-item{border-right:none!important;min-height:240px;padding:36px 24px}
  .art_list li .pic,.art_list li .text{width:100%;float:none;padding-left:0}
  .art_list li .pic{margin-bottom:12px}
  .zxf-contact-hero{gap:24px}
  .zxf-contact-info{max-width:none}
  .zxf-contact-company{font-size:22px}
  .zxf-contact-photo{flex:1 1 100%;max-width:100%}
  .zxf-contact-photo img{aspect-ratio:16/10}
  .zxf-contact-message{padding:24px 20px 28px}
  .zxf-gbook-fields{grid-template-columns:1fr}
  .zxf-gbook-verify-row{flex-wrap:wrap}
  .zxf-gbook-verify-row .eyou_form_text{max-width:none}
}
