/* Compact public-site layer - 2026-06-13 */
:root{
  --zr-blue:#095ac2;
  --zr-blue-dark:#063d82;
  --zr-yellow:#ffd101;
  --zr-text:#1f2933;
  --zr-muted:#6b7280;
  --zr-line:#e6edf5;
  --zr-soft:#f5f8fc;
}
html{
  scrollbar-width:auto;
  overflow-x:hidden;
}
body{
  font-family:Arial,"Microsoft YaHei",sans-serif;
  color:var(--zr-text);
  overflow-x:hidden;
}
body .wow{
  visibility:visible!important;
  animation:none!important;
}

/* Header repair: keep navigation labels on one line */
@media screen and (min-width:1080px){
  .ly_top .lytop_main .top_right{
    width:calc(100% - 250px)!important;
  }
  .ly_top .lytop_main .top_right .nav{
    display:flex!important;
    align-items:center;
    justify-content:center;
    gap:4px;
    width:calc(100% - 60px)!important;
  }
  .ly_top .lytop_main .top_right .nav li{
    width:auto!important;
    float:none!important;
    flex:0 0 auto;
    min-width:112px;
  }
  .ly_top .lytop_main .top_right .nav li:first-child{
    width:auto!important;
  }
  .ly_top .lytop_main .top_right .nav li> a{
    padding-left:16px!important;
    padding-right:16px!important;
    white-space:nowrap!important;
  }
}
@media screen and (max-width:1079px){
  .ly_top .lytop_main .top_right{
    left:0!important;
    transform:translateX(100%);
  }
  .ly_top .lytop_main .top_right.open{
    transform:translateX(0);
  }
}

/* Shared footer */
.site-footer{
  clear:both;
  background:#23282f;
  color:#d7dde5;
  padding:46px 0 0;
  font-family:Arial,"Microsoft YaHei",sans-serif;
}
.site-footer *{
  box-sizing:border-box;
}
.site-footer-inner{
  width:92%;
  max-width:1200px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1.2fr 1fr 1fr 1.25fr;
  gap:32px;
}
.site-footer h3{
  margin:0 0 16px;
  color:#fff;
  font-size:18px;
  font-weight:700;
  line-height:1.4;
}
.site-footer p,
.site-footer li,
.site-footer a{
  color:#c9d1dc;
  font-size:14px;
  line-height:1.8;
}
.site-footer p{
  margin:0;
}
.site-footer ul{
  margin:0;
  padding:0;
  list-style:none;
}
.site-footer a:hover{
  color:var(--zr-yellow);
}
.site-footer-contact li{
  margin-bottom:8px;
}
.site-footer-contact span{
  display:inline-block;
  min-width:44px;
  margin-right:10px;
  color:var(--zr-yellow);
  font-weight:700;
}
.site-footer-links{
  display:grid;
  gap:6px;
}
.site-footer .subscribe-form{
  display:flex;
  margin-top:18px;
  border:1px solid #3b4654;
  border-radius:4px;
  overflow:hidden;
}
.site-footer .subscribe-input{
  min-width:0;
  flex:1;
  height:42px;
  padding:0 12px;
  color:#fff;
  border:0;
  background:#1c2128;
  outline:0;
}
.site-footer .subscribe-button{
  width:72px;
  border:0;
  color:#111;
  background:var(--zr-yellow);
  font-weight:700;
  cursor:pointer;
}
.site-footer-bottom{
  margin-top:38px;
  padding:16px 24px;
  text-align:center;
  color:#8e99a8;
  border-top:1px solid #3a424e;
  font-size:13px;
}
@media screen and (max-width:1079px){
  .site-footer-inner{
    grid-template-columns:1fr 1fr;
  }
}
@media screen and (max-width:767px){
  .site-footer-inner{
    grid-template-columns:1fr;
    gap:26px;
  }
}

/* Homepage-only refinements */
.home-page .max1400,
.home-page .w1400{
  max-width:1200px;
  width:92%;
}
.home-page .phonebox{
  position:sticky;
  top:0;
  z-index:1000;
  background:#fff;
  box-shadow:0 4px 18px rgba(10,38,72,.08);
}
.home-page .ly_top,
.home-page .lytop_main{
  height:76px;
}
.home-page .toplogo img{
  max-height:52px;
  width:auto;
}
.home-page .top_search em{
  height:76px;
}
.home-page .apple-banner,
.home-page .apple-banner .swiper-container{
  height:650px;
}
.home-page .apple-banner{
  margin-top:0;
  background:#0d2342;
}
.home-page .apple-banner .swiper-slide{
  background-size:contain!important;
  background-position:center center!important;
}
.home-page .apple-banner .swiper-pagination{
  bottom:20px!important;
  height:30px;
  width:auto!important;
  min-width:78px;
  padding:0 8px;
}
.home-page .apple-banner .swiper-pagination-bullet{
  width:10px;
  height:10px;
  margin:0 5px;
}
.home-page .xwzx{
  padding:54px 0 28px!important;
}
.home-page .xwzx_ft{
  text-align:center;
}
.home-page .xwzx_ft h3{
  color:#dbe7f5;
  font-size:34px;
  line-height:1;
  font-weight:800;
  letter-spacing:1px;
}
.home-page .xwzx_ft h4{
  margin-top:-14px;
  color:var(--zr-text);
  font-size:28px;
  font-weight:700;
}
.home-page .eym_content{
  padding:18px 0 56px;
}
.home-page .cp_content .w1400{
  display:grid;
  grid-template-columns:260px minmax(0,1fr);
  gap:30px;
}
.home-page .proleft,
.home-page .proright{
  float:none!important;
  width:auto!important;
}
.home-page .cp_type{
  border:1px solid var(--zr-line);
  box-shadow:none;
  background:#fff;
}
.home-page .cp_type .hd{
  background:var(--zr-blue);
}
.home-page .cp_type .bd ul li{
  border-bottom:1px solid var(--zr-line);
}
.home-page .cp_type .bd ul li p a{
  color:#24364b;
  font-size:15px;
}
.home-page .eym_cpzx{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
}
.home-page .eym_cpzx li{
  width:auto!important;
  float:none!important;
  margin:0!important;
  padding:0!important;
  background:#fff;
  border:1px solid var(--zr-line);
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}
.home-page .eym_cpzx li:hover{
  transform:translateY(-3px);
  border-color:#cbd9eb;
  box-shadow:0 14px 35px rgba(17,42,77,.1);
}
.home-page .eyidxpro_img{
  height:auto!important;
  aspect-ratio:4/3;
  margin-top:0!important;
  background:var(--zr-soft);
  overflow:hidden;
}
.home-page .eyidxpro_img img{
  position:static!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  max-height:none!important;
  object-fit:contain;
}
.home-page .eyidxpro_text{
  padding:16px 18px 18px!important;
  border-bottom:0!important;
}
.home-page .eyidxpro_tit{
  font-size:16px!important;
  font-weight:700;
  color:#182b44!important;
}
.home-page #fengye{
  margin:30px auto 0;
  text-align:center;
}
.home-page #fengye a{
  border:1px solid var(--zr-line);
  background:#fff;
}
.home-page .home-about-image{
  width:100%;
  margin:0;
  overflow:hidden;
  background:#fff;
}
.home-page .home-about-image img{
  display:block;
  width:100vw!important;
  max-width:none!important;
  height:auto!important;
  margin:0;
  max-height:none!important;
  object-fit:contain!important;
}
.home-page .eyidx_Case{
  padding:0 0 52px;
  background:#fff;
}
.home-page .h_pros_list ul{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}
.home-page .h_pros_list ul li{
  width:auto!important;
  height:260px!important;
  margin:0!important;
  overflow:hidden;
  border-radius:2px;
}
.home-page .h_pros_list .pro_img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.home-page .home-quote-strip{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:28px;
  padding:42px 24px;
  background:linear-gradient(90deg,var(--zr-blue-dark),var(--zr-blue));
}
.home-page .home-quote-title{
  color:#fff;
  font-size:28px;
  font-weight:800;
  line-height:1.35;
}
.home-page .home-quote-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:128px;
  height:46px;
  padding:0 24px;
  color:#111;
  background:var(--zr-yellow);
  font-weight:800;
  border-radius:4px;
}
.home-page .home-quote-btn:hover{
  color:#111;
  background:#fff;
}
.home-page .xwzx_fb{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:24px;
}
.home-page .xwzx_fbl,
.home-page .xwzx_fbr{
  float:none!important;
  width:auto!important;
}
.home-page .xwzx_fbl li,
.home-page .xwzx_fbr li{
  border:1px solid var(--zr-line);
  background:#fff;
  box-shadow:none;
}
.home-page .xwzx_fbl .img{
  height:176px;
  overflow:hidden;
}
.home-page .xwzx_fbl .img img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.home-page .xwwz h3{
  color:#172a45;
  font-size:18px;
  font-weight:700;
  line-height:1.45;
}
.home-page .xwwz h4{
  color:var(--zr-muted);
  font-size:14px;
  line-height:1.7;
}
.home-page .eyou_contact{
  background-attachment:scroll!important;
  min-height:0!important;
}
.home-page .eyoucontact_main{
  padding:70px 0!important;
}
.home-page .eyoucontact_txt{
  max-width:560px;
}
@media screen and (max-width:1079px){
  .home-page .ly_top,
  .home-page .lytop_main{
    height:68px;
  }
  .home-page .toplogo img{
    max-height:44px;
  }
  .home-page .apple-banner,
  .home-page .apple-banner .swiper-container{
    height:420px;
  }
  .home-page .cp_content .w1400{
    grid-template-columns:1fr;
  }
  .home-page .eym_cpzx{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .home-page .h_pros_list ul{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .home-page .xwzx_fb{
    grid-template-columns:1fr;
  }
}
@media screen and (max-width:767px){
  .home-page .max1400,
  .home-page .w1400{
    width:92%;
  }
  .home-page .apple-banner{
    margin-top:0;
  }
  .home-page .apple-banner,
  .home-page .apple-banner .swiper-container{
    height:260px;
  }
  .home-page .xwzx{
    padding:38px 0 20px!important;
  }
  .home-page .xwzx_ft h3{
    font-size:26px;
  }
  .home-page .xwzx_ft h4{
    font-size:22px;
    margin-top:-9px;
  }
  .home-page .eym_cpzx{
    grid-template-columns:1fr;
    gap:16px;
  }
  .home-page .h_pros_list ul{
    grid-template-columns:1fr;
    gap:14px;
  }
  .home-page .h_pros_list ul li{
    height:220px!important;
  }
  .home-page .home-quote-strip{
    display:block;
    text-align:center;
    padding:34px 18px;
  }
  .home-page .home-quote-title{
    font-size:22px;
    margin-bottom:18px;
  }
}
