﻿@charset "utf-8";

:root {
  --premium-ink: #17211c;
  --premium-muted: #66736c;
  --premium-green: #0f6b43;
  --premium-green-deep: #083923;
  --premium-gold: #5fbe7d;
  --premium-line: #e5e9e3;
  --premium-bg: #f6f8f5;
  --premium-card: #ffffff;
  --premium-shadow: 0 18px 45px rgba(15, 40, 28, 0.12);
}


html {
  background: var(--premium-bg);
}

body {
  min-width: 1200px;
  background:
    radial-gradient(circle at 8% 0%, rgba(199, 164, 90, 0.12), transparent 28%),
    linear-gradient(180deg, #fbfcfa 0%, var(--premium-bg) 42%, #ffffff 100%);
  color: var(--premium-ink);
  font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
}

body,
body div,
body span,
body td,
body p,
body a {
  color: inherit;
}

a {
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.w-1200,
.w-1200-1 {
  width: 1200px;
}

.w-1260 {
  width: 1220px;
}

body > div[style*="width:1200px"][style*="height:40px"] {
  width: 100% !important;
  height: 38px !important;
  line-height: 38px !important;
  background: #102219;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.72) !important;
}

body > div[style*="width:1200px"][style*="height:40px"] span,
body > div[style*="width:1200px"][style*="height:40px"] p {
  width: 1200px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: 13px;
}

body > div[style*="border-bottom:#CCCCCC"] {
  display: none;
}

.toplect {
  margin-top: 26px;
  padding-bottom: 20px;
}

.toptitle h1 {
  height: auto;
  color: var(--premium-ink);
  font-size: 38px;
  line-height: 1.22;
  font-weight: 700;
}

.toptitlewz {
  height: auto;
  margin-top: 10px;
  color: var(--premium-muted);
  font-size: 16px;
  line-height: 1.7;
}

.fr.mt-20 img {
  max-height: 88px;
  object-fit: contain;
}

.h-menu-bg {
  height: 64px;
  background: linear-gradient(135deg, var(--premium-green-deep), var(--premium-green));
  box-shadow: 0 12px 28px rgba(8, 57, 35, 0.22);
}

.h-menu {
  height: 64px;
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.h-menu a {
  position: relative;
  width: auto;
  min-width: 128px;
  height: 64px;
  padding: 0 18px;
  line-height: 64px;
  color: #fff;
  font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  background: transparent !important;
}

.h-menu a::after {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 13px;
  height: 2px;
  background: var(--premium-gold);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.24s ease;
}

.h-menu a:hover,
.h-menu a[style] {
  color: #fff;
  background: rgba(255, 255, 255, 0.08) !important;
  font-size: 16px;
}

.h-menu a:hover::after,
.h-menu a[style]::after {
  transform: scaleX(1);
}

.slide_container {
  background: #102219;
}

.slide_container img {
  display: block;
}

.rslides li,
.slide_container {
  max-height: 620px;
}

.slide_nav {
  opacity: 0.86;
  filter: none;
}

.advantage-wrap {
  position: relative;
  width: 100%;
  min-height: 740px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(6, 32, 22, 0.92), rgba(9, 61, 39, 0.96)),
    url(../images/gywm.jpg) center/cover no-repeat;
}

.advantage-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(180deg, transparent 0%, #000 18%, #000 82%, transparent 100%);
  animation: advantageGridMove 18s linear infinite;
}

.advantage-wrap::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -210px;
  width: 980px;
  height: 420px;
  border: 1px solid rgba(199, 164, 90, 0.28);
  border-radius: 50%;
  transform: translateX(-50%);
  box-shadow:
    0 0 0 34px rgba(15, 107, 67, 0.16),
    0 0 0 82px rgba(255, 255, 255, 0.035),
    0 0 120px rgba(199, 164, 90, 0.22);
  animation: advantageHalo 5s ease-in-out infinite;
}

.advantage-inner {
  position: relative;
  z-index: 1;
  min-height: 740px;
  padding-top: 58px;
  box-sizing: border-box;
}

.advantage-title {
  text-align: center;
}

.advantage-title span {
  display: inline-block;
  width: 112px;
  height: 1px;
  margin: 0 20px 12px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.82));
  vertical-align: middle;
}

.advantage-title span:last-of-type {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.82), transparent);
}

.advantage-title h2 {
  display: inline-block;
  color: #fff;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
}

.advantage-title p {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 18px;
  line-height: 1.7;
  text-align: center;
}

.advantage-stage {
  position: relative;
  height: 570px;
  margin-top: 18px;
}

.advantage-stage::before,
.advantage-stage::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 205px;
  width: 560px;
  height: 150px;
  border: 1px solid rgba(106, 205, 151, 0.2);
  border-radius: 50%;
  transform: translateX(-50%);
  animation: advantageOrbit 10s linear infinite;
}

.advantage-stage::after {
  top: 168px;
  width: 760px;
  height: 220px;
  border-color: rgba(255, 255, 255, 0.08);
  animation-duration: 15s;
  animation-direction: reverse;
}

.advantage-core {
  position: absolute;
  left: 50%;
  top: 126px;
  width: 230px;
  height: 180px;
  padding-top: 32px;
  box-sizing: border-box;
  border: 1px solid rgba(199, 164, 90, 0.46);
  border-radius: 6px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.05));
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.24), inset 0 0 40px rgba(199, 164, 90, 0.1);
  transform: translateX(-50%);
  animation: advantageCoreFloat 4.8s ease-in-out infinite;
}

.advantage-core::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -46px;
  width: 170px;
  height: 42px;
  border-radius: 50%;
  background: rgba(199, 164, 90, 0.2);
  filter: blur(1px);
  transform: translateX(-50%);
}

.core-mark {
  width: 66px;
  height: 66px;
  margin: 0 auto 14px;
  border: 1px solid rgba(199, 164, 90, 0.76);
  border-radius: 18px 4px 18px 4px;
  background: linear-gradient(135deg, rgba(199, 164, 90, 0.9), rgba(15, 107, 67, 0.92));
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 66px;
  text-align: center;
  box-shadow: 0 0 28px rgba(199, 164, 90, 0.38);
  animation: advantageMarkPulse 3.6s ease-in-out infinite;
}

.advantage-core strong {
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.advantage-core p {
  width: 180px;
  margin: 8px auto 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  line-height: 1.6;
  text-align: center;
}

.advantage-list {
  position: relative;
  z-index: 2;
  height: 100%;
}

.advantage-item {
  position: absolute;
  width: 184px;
  min-height: 126px;
  padding: 18px 18px 16px;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.045));
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
  animation: advantageCardFloat 5.5s ease-in-out infinite;
}

.advantage-item::before {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: -1px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--premium-gold), transparent);
}

.advantage-item i {
  display: block;
  width: 42px;
  height: 42px;
  margin-bottom: 12px;
  border-radius: 14px 3px 14px 3px;
  background: rgba(199, 164, 90, 0.18);
  color: #f4d993;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px;
  text-align: center;
}

.advantage-item h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}

.advantage-item p {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  line-height: 1.6;
}

.advantage-item:hover {
  border-color: rgba(199, 164, 90, 0.45);
  transform: translateY(-4px);
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.25);
  animation-play-state: paused;
}

.advantage-item.item-1 {
  left: 84px;
  top: 108px;
}

.advantage-item.item-2 {
  left: 276px;
  top: 14px;
  animation-delay: -1.1s;
}

.advantage-item.item-3 {
  right: 276px;
  top: 14px;
  animation-delay: -2.2s;
}

.advantage-item.item-4 {
  right: 84px;
  top: 108px;
  animation-delay: -3.1s;
}

.advantage-item.item-5 {
  left: 250px;
  top: 296px;
  animation-delay: -1.8s;
}

.advantage-item.item-6 {
  right: 250px;
  top: 296px;
  animation-delay: -3.8s;
}

.advantage-item.item-7 {
  left: 508px;
  top: 382px;
  border-color: rgba(199, 164, 90, 0.5);
  background: linear-gradient(180deg, rgba(24, 132, 82, 0.28), rgba(255, 255, 255, 0.06));
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.22), 0 0 38px rgba(199, 164, 90, 0.12);
  animation-delay: -2.8s;
}

.advantage-item.item-7 i {
  background: linear-gradient(135deg, rgba(199, 164, 90, 0.32), rgba(15, 107, 67, 0.64));
  color: #ffe4a0;
}

@keyframes advantageGridMove {
  0% {
    background-position: 0 0, 0 0;
  }
  100% {
    background-position: 48px 48px, 48px 48px;
  }
}

@keyframes advantageHalo {
  0%, 100% {
    opacity: 0.72;
    box-shadow:
      0 0 0 34px rgba(15, 107, 67, 0.14),
      0 0 0 82px rgba(255, 255, 255, 0.03),
      0 0 90px rgba(199, 164, 90, 0.18);
  }
  50% {
    opacity: 1;
    box-shadow:
      0 0 0 46px rgba(15, 107, 67, 0.2),
      0 0 0 100px rgba(255, 255, 255, 0.045),
      0 0 150px rgba(199, 164, 90, 0.28);
  }
}

@keyframes advantageOrbit {
  0% {
    transform: translateX(-50%) rotate(0deg);
  }
  100% {
    transform: translateX(-50%) rotate(360deg);
  }
}

@keyframes advantageCoreFloat {
  0%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(-8px);
  }
}

@keyframes advantageMarkPulse {
  0%, 100% {
    box-shadow: 0 0 24px rgba(199, 164, 90, 0.34);
  }
  50% {
    box-shadow: 0 0 38px rgba(199, 164, 90, 0.58), 0 0 26px rgba(15, 107, 67, 0.35);
  }
}

@keyframes advantageCardFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.mt-40 {
  margin-top: 58px;
}

.cptitle {
  height: auto;
  margin-top: 0;
}

.cptitle h2,
.abtitle h2 {
  color: var(--premium-ink);
  font-size: 30px;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
}

.cptitle h2::after,
.abtitle h2::after {
  content: "";
  display: block;
  width: 58px;
  height: 3px;
  margin: 14px auto 0;
  background: linear-gradient(90deg, var(--premium-green), var(--premium-gold));
}

.cpxian,
.abtitle1 {
  width: auto;
  height: auto;
  min-height: 24px;
  margin: 12px auto 24px;
  border: 0;
  color: var(--premium-muted);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.08em;
}

.zzsc,
.zzsc2 {
  width: 100%;
}

.zzsc .tab,
.zzsc2 .tab2 {
  padding: 4px 0 8px;
}

.zzsc .tab a,
.zzsc2 .tab2 a,
.zzsc .tab a.on,
.zzsc2 .tab2 a.on {
  width: auto;
  min-width: 132px;
  height: 40px;
  margin: 6px 5px;
  padding: 0 20px;
  border: 1px solid var(--premium-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  color: var(--premium-ink);
  font-size: 15px;
  line-height: 40px;
  box-shadow: 0 8px 22px rgba(15, 40, 28, 0.06);
}

.zzsc .tab a:hover,
.zzsc2 .tab2 a:hover,
.zzsc .tab a.on,
.zzsc2 .tab2 a.on {
  border-color: transparent;
  background: linear-gradient(135deg, var(--premium-green), var(--premium-green-deep));
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(15, 107, 67, 0.22);
}

.h-pro-gun01 {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.h-pro-gun01 li {
  width: 286px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(15, 40, 28, 0.08);
  border-radius: 6px;
  background: var(--premium-card);
  box-shadow: 0 10px 26px rgba(15, 40, 28, 0.08);
}

.h-pro-gun01 li:hover {
  border-color: rgba(199, 164, 90, 0.55);
  box-shadow: var(--premium-shadow);
  transform: translateY(-4px);
}

.h-pro-gun01 li .tu {
  width: 100%;
  height: 210px;
  margin: 0;
  background: #eef2ed;
}

.h-pro-gun01 li .tu img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.h-pro-gun01 li .p1-t {
  width: auto;
  height: auto;
  margin: 0;
  padding: 17px 18px 8px;
  background: transparent;
}

.h-pro-gun01 li .p1-t a h3 {
  height: auto;
  min-height: 42px;
  line-height: 1.45;
  color: var(--premium-ink);
  font-size: 16px;
  font-weight: 600;
  text-align: left;
}

.h-pro-gun01 li:hover .p1-t a h3 {
  color: var(--premium-green);
  background: transparent;
}

.h-pro-gun01 li .dianhu {
  width: auto;
  margin: 0;
  padding: 0 18px 18px;
}

.h-pro-gun01 li .dianhu span {
  padding: 9px 12px;
  border-radius: 4px;
  background: #f4f7f3;
  color: var(--premium-muted);
  font-size: 13px;
}

.smart-old-product-list {
  display: none !important;
}

.smart-service {
  position: relative;
  margin-top: 72px;
  padding: 72px 0 82px;
  overflow: hidden;
  background:
    linear-gradient(118deg, rgba(12, 70, 105, 0.95) 0%, rgba(6, 38, 74, 0.98) 45%, rgba(4, 24, 50, 1) 100%),
    #06264b;
}

.smart-service::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 56px 56px;
  opacity: 0.52;
  animation: serviceGridMove 18s linear infinite;
}

.smart-service::after {
  content: "";
  position: absolute;
  left: -8%;
  right: -8%;
  bottom: -72px;
  height: 210px;
  background:
    linear-gradient(156deg, transparent 12%, rgba(58, 188, 230, 0.13) 13%, rgba(58, 188, 230, 0.13) 22%, transparent 23%),
    linear-gradient(24deg, transparent 22%, rgba(74, 224, 179, 0.11) 23%, rgba(74, 224, 179, 0.11) 32%, transparent 33%);
  opacity: 0.9;
  transform: skewY(-4deg);
  animation: serviceWave 8s ease-in-out infinite;
}

.smart-service-inner {
  position: relative;
  z-index: 2;
}

.smart-service-head {
  text-align: center;
}

.smart-service-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
}

.smart-service-title span {
  position: relative;
  width: 118px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(114, 229, 239, 0.8), transparent);
}

.smart-service-title span::after {
  content: "";
  position: absolute;
  top: -3px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #55e6d2;
  box-shadow: 0 0 14px rgba(85, 230, 210, 0.7);
}

.smart-service-title span:first-child::after {
  right: -4px;
}

.smart-service-title span:last-child::after {
  left: -4px;
}

.smart-service-title h2 {
  color: #fff;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.25;
}

.smart-service-head p {
  width: 100%;
  margin-top: 14px;
  color: rgba(229, 247, 255, 0.76);
  font-size: 16px;
  line-height: 1.8;
  text-align: center !important;
}

.smart-service-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 46px;
}

.smart-service-card {
  position: relative;
  min-height: 308px;
  padding: 42px 34px 34px;
  overflow: hidden;
  border: 1px solid rgba(150, 220, 245, 0.34);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(245, 252, 255, 0.97), rgba(221, 241, 249, 0.96));
  box-shadow: 0 20px 46px rgba(3, 18, 38, 0.18);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.smart-service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #5fbe7d, #5fbe7d);
}

.smart-service-card::after {
  content: "";
  position: absolute;
  right: -44px;
  top: 28px;
  width: 150px;
  height: 150px;
  border: 1px solid rgba(36, 144, 255, 0.13);
  transform: rotate(45deg);
}

.smart-service-card:hover {
  border-color: rgba(85, 230, 210, 0.66);
  box-shadow: 0 28px 58px rgba(3, 18, 38, 0.28);
  transform: translateY(-8px);
}

.service-icon {
  position: relative;
  width: 72px;
  height: 72px;
  border-radius: 8px;
  background: linear-gradient(135deg, #0c77c5, #17b795);
  box-shadow: 0 12px 26px rgba(23, 183, 149, 0.22);
}

.service-icon::before,
.service-icon::after,
.service-icon i,
.service-icon b {
  content: "";
  position: absolute;
  display: block;
}

.service-icon::before {
  inset: 13px;
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
}

.service-icon::after {
  left: 50%;
  top: 50%;
  width: 98px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.72), transparent);
  transform-origin: left center;
  animation: serviceIconScan 4s linear infinite;
}

.service-icon i {
  left: 24px;
  top: 23px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.82);
}

.service-icon b {
  left: 20px;
  bottom: 15px;
  width: 32px;
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
}

.card-iot .service-icon {
  background: linear-gradient(135deg, #0e8bcd, #45cf89);
}

.card-village .service-icon {
  background: linear-gradient(135deg, #1262b3, #24c8d3);
}

.service-index {
  position: absolute;
  top: 34px;
  right: 32px;
  color: rgba(16, 94, 153, 0.12);
  font-size: 54px;
  font-weight: 700;
  line-height: 1;
}

.smart-service-card h3 {
  position: relative;
  z-index: 2;
  margin-top: 28px;
  color: #354a55;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.35;
}

.smart-service-card p {
  position: relative;
  z-index: 2;
  margin-top: 14px;
  color: #496374;
  font-size: 15px;
  line-height: 1.85;
}

.service-more {
  position: relative;
  z-index: 2;
  display: inline-block;
  height: 38px;
  margin-top: 24px;
  padding: 0 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, #354a55, #5fbe7d);
  color: #fff !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 38px;
  box-shadow: 0 10px 22px rgba(15, 133, 205, 0.2);
}

.service-more:hover {
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(15, 133, 205, 0.28);
}

@keyframes serviceGridMove {
  0% { background-position: 0 0, 0 0; }
  100% { background-position: 56px 56px, 56px 56px; }
}

@keyframes serviceWave {
  0%, 100% { transform: translateX(0) skewY(-4deg); }
  50% { transform: translateX(42px) skewY(-4deg); }
}

@keyframes serviceIconScan {
  0% { transform: rotate(0deg); opacity: 0.35; }
  50% { opacity: 0.86; }
  100% { transform: rotate(360deg); opacity: 0.35; }
}

.about_bj {
  height: 660px;
  margin-top: 70px;
  background-image:
    linear-gradient(90deg, rgba(246, 248, 245, 0.97) 0%, rgba(246, 248, 245, 0.9) 46%, rgba(246, 248, 245, 0.62) 100%),
    url(../images/gywm.jpg);
  background-size: cover;
  background-position: center;
}

.abtitle {
  height: auto;
  margin-top: 76px;
}

.abtitle1 {
  color: var(--premium-muted);
}

.ableft {
  width: 506px;
  height: 306px;
  margin-top: 74px;
  overflow: hidden;
  border: 0;
  border-radius: 6px;
  background: #0a0f0c;
  box-shadow: var(--premium-shadow);
}

.ableft video {
  width: 506px !important;
  height: 306px !important;
}

.abright {
  width: 620px;
  margin-top: 84px;
  padding: 34px 38px;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 42px rgba(15, 40, 28, 0.1);
}

.sy-aboutwz {
  height: 220px;
  color: #445149;
  font-size: 15px;
  line-height: 1.9;
}

.marquee {
  width: 1200px;
  height: 286px;
  margin-top: 8px;
}

.marquee li {
  margin-top: 28px;
}

.marquee li a {
  width: 278px;
  height: 236px;
  overflow: hidden;
  border-radius: 6px;
  background: #fff;
  color: var(--premium-ink);
  box-shadow: 0 10px 26px rgba(15, 40, 28, 0.08);
}

.marquee li img {
  width: 278px;
  height: 198px;
  object-fit: cover;
}

.marquee li em {
  color: var(--premium-ink);
  font-size: 14px;
}

.h-news02 {
  width: 570px;
  margin-top: 20px;
}

.h-news02 + .h-news02 {
  float: right;
}

.h-news02 li {
  height: auto;
  min-height: 96px;
  margin-bottom: 16px;
  padding: 22px 24px;
  box-sizing: border-box;
  border: 1px solid rgba(15, 40, 28, 0.08);
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(15, 40, 28, 0.06);
}

.h-news02 li:hover {
  border-color: rgba(199, 164, 90, 0.42);
  box-shadow: 0 16px 32px rgba(15, 40, 28, 0.1);
  transform: translateY(-2px);
}

.h-news02 li .r01 {
  float: none;
  width: 100%;
}

.h-news02 li .r01 a h2 {
  height: auto;
  color: var(--premium-ink);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.55;
}

.h-news02 li:hover .r01 a h2 {
  color: var(--premium-green);
}

.h-news02 li .r01 p {
  height: 44px;
  margin-top: 8px;
  color: var(--premium-muted);
  line-height: 1.65;
}

.ny-cont {
  border: 1px solid rgba(15, 40, 28, 0.08);
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(15, 40, 28, 0.07);
}

.showlist dl {
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(15, 40, 28, 0.08);
}

.pagebar .pagination a {
  border-color: var(--premium-line);
  border-radius: 999px;
  color: var(--premium-ink);
}

.pagebar .pagination a:hover,
.pagination a.page-num-current {
  border-color: var(--premium-green);
  background: var(--premium-green);
  color: #fff;
}

.h-foot-bg {
  height: 310px;
  margin-top: 72px;
  background:
    linear-gradient(135deg, rgba(8, 57, 35, 0.96), rgba(23, 33, 28, 0.98));
}

.f-left {
  margin-top: 44px;
}

.ftitle1 {
  color: #fff;
  font-size: 22px;
  line-height: 1.4;
  letter-spacing: 0.04em;
}

.ftitle3 {
  color: rgba(255, 255, 255, 0.78);
  font-size: 20px;
}

.youxian {
  height: 190px;
  border-right-color: rgba(255, 255, 255, 0.14);
}

.f-center {
  margin-top: 38px;
}

.h-lx {
  width: 420px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: 15px;
  line-height: 2 !important;
}

.h-lx a {
  color: #fff !important;
}

.f-right {
  margin-top: 52px;
  color: rgba(255, 255, 255, 0.82);
}

.f-right img {
  padding: 8px;
  border-radius: 6px;
  background: #fff;
}

.h-foot-bg1 {
  height: 54px;
  background: #0b2b1c;
}

.h-footwz {
  height: 54px;
  line-height: 54px;
  color: rgba(255, 255, 255, 0.68);
}

.h-footwz a {
  color: rgba(255, 255, 255, 0.86);
}

.h-footwz a:hover {
  color: var(--premium-gold);
}

/* Homepage hero and advantage refinement */
.site-head-main {
  position: relative;
  width: 100%;
  min-height: 130px;
  padding: 0 calc((100% - 1200px) / 2);
  box-sizing: border-box;
  background:
    radial-gradient(circle at 78% 28%, rgba(199, 164, 90, 0.16), transparent 24%),
    linear-gradient(135deg, #092117 0%, #0c4d32 58%, #0e6b43 100%);
}

.site-head-main::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.18), transparent);
}

.site-head-main .toplect {
  margin-top: 24px;
}

.site-head-main .toptitle h1 {
  color: #fff;
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

.site-head-main .toptitlewz {
  color: rgba(255, 255, 255, 0.76);
}

.site-head-main .fr.mt-20 {
  margin-top: 18px;
}

.site-head-main .fr.mt-20 img {
  padding: 8px 14px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.16);
}

.h-menu-bg {
  position: relative;
  z-index: 5;
  box-shadow: 0 14px 30px rgba(8, 57, 35, 0.24);
}

.slide_container {
  position: relative;
  margin-top: 0;
}

.slide_container::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  height: 120px;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(6, 46, 30, 0.36), rgba(6, 46, 30, 0));
}

.advantage-wrap {
  min-height: 760px;
  background:
    radial-gradient(circle at 50% 44%, rgba(16, 176, 210, 0.2), transparent 25%),
    radial-gradient(circle at 50% 86%, rgba(26, 227, 177, 0.22), transparent 32%),
    linear-gradient(180deg, rgba(4, 29, 47, 0.98), rgba(4, 53, 45, 0.98)),
    url(../images/gywm.jpg) center/cover no-repeat;
}

.advantage-wrap::before {
  background:
    radial-gradient(circle, rgba(80, 205, 255, 0.65) 1px, transparent 2px),
    linear-gradient(rgba(91, 191, 208, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(91, 191, 208, 0.04) 1px, transparent 1px);
  background-size: 150px 110px, 54px 54px, 54px 54px;
  opacity: 0.72;
  animation: advantageStarMove 24s linear infinite;
}

.advantage-wrap::after {
  bottom: 60px;
  width: 1040px;
  height: 265px;
  border-color: rgba(26, 193, 245, 0.36);
  box-shadow:
    0 0 0 30px rgba(26, 193, 245, 0.12),
    0 0 0 76px rgba(26, 193, 245, 0.055),
    0 0 90px rgba(26, 193, 245, 0.24);
}

.advantage-inner {
  min-height: 760px;
  padding-top: 54px;
}

.advantage-title h2 {
  font-size: 42px;
  text-shadow: 0 0 24px rgba(26, 193, 245, 0.35);
}

.advantage-title p {
  margin-top: 24px;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.78);
}

.advantage-title span {
  width: 118px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.9));
}

.advantage-title span:last-of-type {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.9), transparent);
}

.advantage-stage {
  height: 610px;
  margin-top: 0;
}

.advantage-stage::before {
  top: 292px;
  width: 760px;
  height: 210px;
  border-color: rgba(26, 193, 245, 0.4);
  box-shadow: 0 0 28px rgba(26, 193, 245, 0.18);
}

.advantage-stage::after {
  top: 238px;
  width: 1070px;
  height: 320px;
  border-color: rgba(26, 193, 245, 0.18);
}

.advantage-top {
  position: absolute;
  z-index: 3;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 28%, #4df5ff, #0aa0bc 58%, #074865);
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.15;
  padding-top: 16px;
  box-sizing: border-box;
  text-align: center;
  box-shadow: 0 0 28px rgba(31, 218, 240, 0.55), inset 0 -12px 22px rgba(2, 31, 52, 0.42);
  animation: advantageBubble 4.8s ease-in-out infinite;
}

.advantage-top.top-1 { left: 210px; top: 38px; animation-delay: -0.2s; }
.advantage-top.top-2 { left: 380px; top: 18px; animation-delay: -1.1s; }
.advantage-top.top-3 { left: 562px; top: 0; animation-delay: -2s; }
.advantage-top.top-4 { right: 380px; top: 18px; animation-delay: -2.8s; }
.advantage-top.top-5 { right: 210px; top: 38px; animation-delay: -3.6s; }

.advantage-core {
  top: 208px;
  width: 260px;
  height: 250px;
  padding-top: 30px;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.advantage-core::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 18px;
  width: 300px;
  height: 82px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(52, 238, 255, 0.38), rgba(26, 193, 245, 0.14) 48%, transparent 72%);
  transform: translateX(-50%);
  animation: advantagePlatform 4.2s ease-in-out infinite;
}

.advantage-core::after {
  bottom: 44px;
  width: 132px;
  height: 18px;
  background: rgba(59, 246, 255, 0.42);
  box-shadow: 0 0 30px rgba(59, 246, 255, 0.55);
}

.core-cloud {
  position: relative;
  width: 168px;
  height: 62px;
  margin: 0 auto 78px;
  border-radius: 36px;
  background: linear-gradient(135deg, #0c7ce8, #28d7d0);
  box-shadow: 0 18px 36px rgba(10, 195, 224, 0.3);
  animation: advantageCloud 4.4s ease-in-out infinite;
}

.core-cloud::before,
.core-cloud::after {
  content: "";
  position: absolute;
  bottom: 24px;
  border-radius: 50%;
  background: inherit;
}

.core-cloud::before {
  left: 30px;
  width: 74px;
  height: 74px;
}

.core-cloud::after {
  right: 30px;
  width: 56px;
  height: 56px;
}

.advantage-core strong {
  position: relative;
  z-index: 2;
  font-size: 20px;
}

.advantage-core p {
  position: relative;
  z-index: 2;
  width: 240px;
  color: rgba(255, 255, 255, 0.72);
}

.core-mark {
  display: none;
}

.advantage-item {
  width: 150px;
  min-height: auto;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  text-align: center;
}

.advantage-item::before {
  left: 50%;
  right: auto;
  bottom: 44px;
  width: 88px;
  height: 18px;
  border-radius: 50%;
  background: rgba(26, 193, 245, 0.3);
  filter: blur(2px);
  transform: translateX(-50%);
}

.advantage-item::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 82px;
  width: 1px;
  height: 76px;
  background: linear-gradient(180deg, rgba(31, 218, 240, 0.55), transparent);
  transform: translateX(-50%);
}

.advantage-item i {
  position: relative;
  display: block;
  width: 76px;
  height: 68px;
  margin: 0 auto 12px;
  clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0 50%);
  border-radius: 0;
  background:
    linear-gradient(135deg, rgba(54, 245, 255, 0.85), rgba(16, 97, 155, 0.88));
  box-shadow: 0 0 26px rgba(31, 218, 240, 0.58);
}

.advantage-item i::before {
  content: "";
  position: absolute;
  inset: 12px;
  clip-path: inherit;
  border: 2px solid rgba(255, 255, 255, 0.56);
}

.advantage-item i::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 22px;
  height: 22px;
  border: 3px solid rgba(255, 255, 255, 0.76);
  border-radius: 6px;
  transform: translate(-50%, -50%);
}

.advantage-item h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.32;
  text-align: center;
  text-shadow: 0 0 18px rgba(31, 218, 240, 0.36);
}

.advantage-item p {
  display: none;
}

.advantage-item:hover {
  border-color: transparent;
  box-shadow: none;
  transform: translateY(-6px);
}

.advantage-item.item-1 { left: 282px; top: 182px; }
.advantage-item.item-2 { left: 410px; top: 120px; }
.advantage-item.item-3 { left: 580px; top: 118px; }
.advantage-item.item-4 { right: 320px; top: 165px; }
.advantage-item.item-5 { right: 176px; top: 268px; }
.advantage-item.item-6 { right: 300px; top: 412px; }
.advantage-item.item-7 { left: 524px; top: 420px; }
.advantage-item.item-8 { left: 360px; top: 392px; }
.advantage-item.item-9 { left: 112px; top: 306px; }

.advantage-item.item-7 {
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}

.advantage-item.item-7 i {
  width: 88px;
  height: 78px;
  background: linear-gradient(135deg, rgba(55, 255, 210, 0.92), rgba(13, 145, 106, 0.9));
  box-shadow: 0 0 36px rgba(55, 255, 210, 0.64);
}

@keyframes advantageStarMove {
  0% { background-position: 0 0, 0 0, 0 0; }
  100% { background-position: 160px 110px, 54px 54px, 54px 54px; }
}

@keyframes advantageBubble {
  0%, 100% { transform: translateY(0); box-shadow: 0 0 26px rgba(31, 218, 240, 0.5), inset 0 -12px 22px rgba(2, 31, 52, 0.42); }
  50% { transform: translateY(-12px); box-shadow: 0 0 42px rgba(31, 218, 240, 0.78), inset 0 -12px 22px rgba(2, 31, 52, 0.42); }
}

@keyframes advantagePlatform {
  0%, 100% { opacity: 0.72; transform: translateX(-50%) scale(1); }
  50% { opacity: 1; transform: translateX(-50%) scale(1.08); }
}

@keyframes advantageCloud {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

/* Reference-style rotating advantage stage */
.advantage-wrap {
  min-height: 790px;
  background:
    radial-gradient(circle at 50% 42%, rgba(0, 180, 255, 0.28), transparent 22%),
    radial-gradient(circle at 50% 88%, rgba(0, 230, 205, 0.24), transparent 34%),
    linear-gradient(180deg, #031933 0%, #052849 45%, #073250 100%);
}

.advantage-inner {
  min-height: 790px;
  padding-top: 42px;
}

.advantage-title h2 {
  font-size: 44px;
  font-weight: 500;
}

.advantage-title p {
  margin-top: 20px;
  font-size: 21px;
}

.advantage-stage {
  height: 650px;
  margin-top: 0;
  perspective: 1100px;
}

.advantage-stage::before {
  top: 308px;
  width: 740px;
  height: 230px;
  border: 8px solid rgba(0, 159, 255, 0.34);
  border-top-color: rgba(55, 216, 255, 0.72);
  border-bottom-color: rgba(0, 86, 172, 0.18);
  box-shadow:
    0 0 30px rgba(42, 198, 255, 0.38),
    inset 0 0 32px rgba(42, 198, 255, 0.18);
  animation: advantageDiskSpin 11s linear infinite;
}

.advantage-stage::after {
  top: 355px;
  width: 1120px;
  height: 330px;
  border: 1px solid rgba(0, 188, 255, 0.22);
  box-shadow: inset 0 0 80px rgba(0, 188, 255, 0.08);
  animation: advantageOrbit 18s linear infinite reverse;
}

.advantage-list::before,
.advantage-list::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 324px;
  z-index: 0;
  width: 980px;
  height: 310px;
  border-radius: 50%;
  pointer-events: none;
  transform: translateX(-50%) rotateX(68deg);
}

.advantage-list::before {
  border: 2px solid rgba(15, 199, 255, 0.38);
  box-shadow: 0 0 28px rgba(15, 199, 255, 0.22);
  animation: advantageVisibleRing 13s linear infinite;
}

.advantage-list::after {
  width: 620px;
  height: 196px;
  top: 363px;
  border: 1px dashed rgba(113, 234, 255, 0.42);
  animation: advantageVisibleRing 8s linear infinite reverse;
}

.advantage-top {
  width: 80px;
  height: 80px;
  padding-top: 15px;
  background: radial-gradient(circle at 36% 28%, #6dfcff 0%, #12b8d4 45%, #075078 100%);
  font-size: 20px;
}

.advantage-top.top-1 { left: 168px; top: 64px; }
.advantage-top.top-2 { left: 344px; top: 32px; }
.advantage-top.top-3 { left: 558px; top: 10px; }
.advantage-top.top-4 { right: 344px; top: 32px; }
.advantage-top.top-5 { right: 168px; top: 64px; }

.advantage-core {
  top: 230px;
  width: 280px;
  height: 300px;
}

.core-cloud {
  width: 172px;
  height: 66px;
  margin-bottom: 112px;
  filter: drop-shadow(0 16px 26px rgba(0, 187, 255, 0.38));
}

.advantage-core::before {
  bottom: 72px;
  width: 330px;
  height: 116px;
  background:
    radial-gradient(circle at 50% 35%, rgba(110, 255, 255, 0.52), rgba(0, 170, 255, 0.22) 42%, transparent 70%),
    linear-gradient(180deg, rgba(51, 236, 255, 0.16), transparent);
}

.advantage-core::after {
  bottom: 128px;
  width: 124px;
  height: 118px;
  border-radius: 0;
  background:
    linear-gradient(180deg, rgba(96, 255, 255, 0.74), rgba(96, 255, 255, 0.08)),
    repeating-linear-gradient(90deg, transparent 0 14px, rgba(255, 255, 255, 0.36) 15px 17px);
  clip-path: polygon(18% 0, 82% 0, 100% 100%, 0 100%);
  opacity: 0.7;
  filter: blur(0.4px);
}

.advantage-core strong {
  margin-top: 0;
}

.advantage-item {
  z-index: 3;
  width: 164px;
  animation: advantageCardFloat 5.8s ease-in-out infinite;
}

.advantage-item::before {
  left: 50%;
  top: 72px;
  bottom: auto;
  width: 148px;
  height: 50px;
  border-radius: 0;
  background:
    linear-gradient(180deg, rgba(0, 196, 255, 0.72), rgba(0, 104, 197, 0.28)),
    linear-gradient(90deg, transparent 12%, rgba(127, 246, 255, 0.85) 50%, transparent 88%);
  clip-path: polygon(14% 0, 86% 0, 100% 38%, 82% 100%, 18% 100%, 0 38%);
  filter: drop-shadow(0 0 14px rgba(0, 205, 255, 0.75));
  transform: translateX(-50%);
}

.advantage-item::after {
  top: 114px;
  height: 100px;
  background: linear-gradient(180deg, rgba(18, 205, 255, 0.42), transparent);
}

.advantage-item i {
  width: 78px;
  height: 78px;
  margin-bottom: 22px;
  background:
    linear-gradient(135deg, rgba(39, 244, 255, 0.95), rgba(10, 97, 168, 0.88));
  filter: drop-shadow(0 0 18px rgba(45, 221, 255, 0.74));
  animation: advantageIconSpin 8s linear infinite;
}

.advantage-item h3 {
  position: relative;
  z-index: 2;
  font-size: 19px;
  line-height: 1.25;
}

.advantage-item.item-5 { left: 34px; top: 318px; }
.advantage-item.item-6 { left: 210px; top: 224px; right: auto; }
.advantage-item.item-4 { left: 206px; top: 462px; right: auto; }
.advantage-item.item-7 { left: 390px; top: 190px; }
.advantage-item.item-8 { left: 640px; top: 190px; }
.advantage-item.item-9 { left: auto; right: 224px; top: 224px; }
.advantage-item.item-1 { left: auto; right: 30px; top: 320px; }
.advantage-item.item-2 { left: auto; right: 232px; top: 458px; }
.advantage-item.item-3 { left: 518px; top: 448px; }

.advantage-item.item-3 {
  z-index: 5;
  width: 184px;
}

.advantage-item.item-3 i {
  width: 104px;
  height: 104px;
  background: linear-gradient(135deg, rgba(40, 255, 223, 0.98), rgba(4, 156, 126, 0.92));
  filter: drop-shadow(0 0 26px rgba(40, 255, 223, 0.82));
}

.advantage-item.item-3::before {
  top: 96px;
  width: 184px;
  height: 62px;
  background:
    linear-gradient(180deg, rgba(27, 255, 216, 0.84), rgba(0, 150, 128, 0.36)),
    linear-gradient(90deg, transparent 12%, rgba(156, 255, 236, 0.9) 50%, transparent 88%);
}

@keyframes advantageDiskSpin {
  0% { transform: translateX(-50%) rotateX(68deg) rotateZ(0deg); }
  100% { transform: translateX(-50%) rotateX(68deg) rotateZ(360deg); }
}

@keyframes advantageVisibleRing {
  0% { transform: translateX(-50%) rotateX(68deg) rotateZ(0deg); }
  100% { transform: translateX(-50%) rotateX(68deg) rotateZ(360deg); }
}

@keyframes advantageIconSpin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Nursery-specific advantages section */
.nursery-adv {
  position: relative;
  overflow: hidden;
  padding: 74px 0 72px;
  background:
    radial-gradient(circle at 18% 18%, rgba(199, 164, 90, 0.16), transparent 24%),
    radial-gradient(circle at 72% 70%, rgba(35, 129, 81, 0.2), transparent 28%),
    linear-gradient(135deg, #f8faf5 0%, #eef4ec 44%, #f9fbf7 100%);
}

.nursery-adv::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(15, 107, 67, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 107, 67, 0.045) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(180deg, transparent, #000 18%, #000 82%, transparent);
}

.nursery-adv-inner {
  position: relative;
  z-index: 1;
}

.nursery-adv-head {
  text-align: center;
}

.nursery-adv-head span {
  display: inline-block;
  color: var(--premium-gold);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-align: center;
}

.nursery-adv-head h2 {
  margin-top: 10px;
  color: var(--premium-ink);
  font-size: 34px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

.nursery-adv-head h2::after {
  content: "";
  display: block;
  width: 70px;
  height: 3px;
  margin: 16px auto 0;
  background: linear-gradient(90deg, var(--premium-green), var(--premium-gold));
}

.nursery-adv-head p {
  width: 720px;
  margin: 18px auto 0;
  color: var(--premium-muted);
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
}

.nursery-adv-grid {
  display: grid;
  grid-template-columns: 250px 1fr 408px;
  gap: 28px;
  align-items: stretch;
  margin-top: 42px;
}

.nursery-adv-trust,
.nursery-adv-list,
.nursery-adv-scene {
  border: 1px solid rgba(15, 107, 67, 0.11);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 46px rgba(15, 40, 28, 0.1);
}

.nursery-adv-trust {
  padding: 32px 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(246, 249, 244, 0.86));
}

.nursery-adv-trust strong {
  display: block;
  color: var(--premium-green);
  font-size: 58px;
  font-weight: 700;
  line-height: 1;
}

.nursery-adv-trust p {
  margin-top: 10px;
  color: var(--premium-ink);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
}

.nursery-adv-trust ul {
  margin-top: 30px;
}

.nursery-adv-trust li {
  position: relative;
  padding: 14px 0 14px 24px;
  border-top: 1px solid var(--premium-line);
  color: var(--premium-muted);
  font-size: 14px;
  line-height: 1.6;
}

.nursery-adv-trust li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 23px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--premium-gold);
  box-shadow: 0 0 0 5px rgba(199, 164, 90, 0.14);
}

.nursery-adv-scene {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(11, 58, 38, 0.88), rgba(7, 39, 27, 0.96)),
    url(../images/gywm.jpg) center/cover no-repeat;
}

.nursery-adv-scene::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 34px;
  width: 540px;
  height: 180px;
  border: 1px solid rgba(199, 164, 90, 0.38);
  border-radius: 50%;
  transform: translateX(-50%);
  animation: nurseryOrbit 12s linear infinite;
}

.nursery-adv-scene::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 82px;
  width: 310px;
  height: 86px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(199, 164, 90, 0.28), rgba(35, 129, 81, 0.12) 48%, transparent 72%);
  transform: translateX(-50%);
  animation: nurseryGlow 4.6s ease-in-out infinite;
}

.nursery-field {
  position: absolute;
  left: 50%;
  bottom: 46px;
  width: 420px;
  height: 132px;
  border-radius: 50%;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.09) 0 1px, transparent 1px 26px),
    linear-gradient(180deg, rgba(199, 164, 90, 0.18), rgba(15, 107, 67, 0.2));
  transform: translateX(-50%) rotateX(64deg);
}

.nursery-tree {
  position: absolute;
  left: 50%;
  bottom: 128px;
  width: 220px;
  height: 220px;
  transform: translateX(-50%);
  animation: nurseryTreeFloat 5s ease-in-out infinite;
}

.nursery-tree .leaf {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #82c783, #1e7b4c 64%, #0d4a32);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.16);
}

.nursery-tree .leaf-1 {
  left: 48px;
  top: 18px;
  width: 126px;
  height: 126px;
}

.nursery-tree .leaf-2 {
  left: 12px;
  top: 76px;
  width: 116px;
  height: 116px;
}

.nursery-tree .leaf-3 {
  right: 8px;
  top: 80px;
  width: 112px;
  height: 112px;
}

.nursery-tree .trunk {
  position: absolute;
  left: 102px;
  bottom: 0;
  width: 22px;
  height: 106px;
  border-radius: 18px 18px 6px 6px;
  background: linear-gradient(180deg, #a77a42, #6b4728);
}

.scene-card {
  position: absolute;
  min-width: 104px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
}

.scene-card b,
.scene-card em {
  display: block;
  color: #fff;
  text-align: center;
}

.scene-card b {
  font-size: 18px;
  font-weight: 700;
}

.scene-card em {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-style: normal;
}

.scene-card-1 { left: 38px; top: 62px; }
.scene-card-2 { right: 42px; top: 92px; }
.scene-card-3 { left: 50%; bottom: 34px; transform: translateX(-50%); }

.nursery-adv-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  overflow: hidden;
  background: rgba(15, 107, 67, 0.12);
}

.nursery-adv-list dl {
  min-height: 132px;
  padding: 24px 22px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.9);
  transition: transform 0.22s ease, background-color 0.22s ease;
}

.nursery-adv-list dl:hover {
  background: #fff;
  transform: translateY(-2px);
}

.nursery-adv-list dt {
  position: relative;
  padding-left: 18px;
  color: var(--premium-ink);
  font-size: 18px;
  font-weight: 700;
}

.nursery-adv-list dt::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--premium-green);
}

.nursery-adv-list dd {
  margin-top: 10px;
  color: var(--premium-muted);
  font-size: 13px;
  line-height: 1.65;
}

.nursery-adv-flow {
  display: flex;
  justify-content: center;
  gap: 0;
  margin-top: 28px;
  overflow: hidden;
  border: 1px solid rgba(15, 107, 67, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 12px 32px rgba(15, 40, 28, 0.08);
}

.nursery-adv-flow span {
  position: relative;
  padding: 17px 44px;
  color: var(--premium-ink);
  font-size: 15px;
  font-weight: 600;
  text-align: center;
}

.nursery-adv-flow span + span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 18px;
  background: var(--premium-line);
  transform: translateY(-50%);
}

@keyframes nurseryOrbit {
  0% {
    transform: translateX(-50%) rotateX(64deg) rotateZ(0deg);
  }
  100% {
    transform: translateX(-50%) rotateX(64deg) rotateZ(360deg);
  }
}

@keyframes nurseryGlow {
  0%, 100% {
    opacity: 0.68;
    transform: translateX(-50%) scale(1);
  }
  50% {
    opacity: 1;
    transform: translateX(-50%) scale(1.08);
  }
}

@keyframes nurseryTreeFloat {
  0%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(-10px);
  }
}

/* Smart agriculture version of the advantages block */
.nursery-adv {
  background:
    radial-gradient(circle at 20% 18%, rgba(20, 195, 160, 0.14), transparent 24%),
    radial-gradient(circle at 78% 64%, rgba(36, 151, 255, 0.14), transparent 30%),
    linear-gradient(135deg, #f6faf7 0%, #edf6f0 48%, #f7fbf8 100%);
}

.nursery-adv-head span {
  color: #0f9b78;
}

.nursery-adv-head h2::after {
  background: linear-gradient(90deg, #0f9b78, #3eb6ff);
}

.nursery-adv-grid {
  grid-template-columns: 250px 1fr 430px;
}

.nursery-adv-trust strong,
.nursery-adv-list dt::before {
  color: #0f9b78;
}

.nursery-adv-trust li::before {
  background: #16b98f;
  box-shadow: 0 0 0 5px rgba(22, 185, 143, 0.14);
}

.nursery-adv-scene {
  background:
    radial-gradient(circle at 50% 42%, rgba(54, 227, 212, 0.2), transparent 26%),
    linear-gradient(180deg, rgba(7, 38, 54, 0.92), rgba(5, 54, 42, 0.96)),
    url(../images/gywm.jpg) center/cover no-repeat;
}

.nursery-adv-scene::before {
  border-color: rgba(54, 227, 212, 0.42);
  box-shadow: 0 0 36px rgba(54, 227, 212, 0.18);
}

.nursery-adv-scene::after {
  background: radial-gradient(circle, rgba(54, 227, 212, 0.34), rgba(62, 182, 255, 0.13) 48%, transparent 72%);
}

.nursery-field {
  background:
    linear-gradient(90deg, rgba(54, 227, 212, 0.18) 1px, transparent 1px),
    linear-gradient(rgba(54, 227, 212, 0.14) 1px, transparent 1px),
    linear-gradient(180deg, rgba(62, 182, 255, 0.16), rgba(22, 185, 143, 0.22));
  background-size: 38px 38px, 38px 38px, auto;
  box-shadow: inset 0 0 46px rgba(54, 227, 212, 0.16);
}

.smart-hub {
  bottom: 108px;
}

.smart-hub .leaf,
.smart-hub .trunk {
  display: none;
}

.smart-hub .hub-ring,
.smart-hub .hub-core,
.smart-hub .hub-line {
  position: absolute;
  display: block;
}

.smart-hub .hub-ring {
  left: 50%;
  top: 50%;
  border: 1px solid rgba(54, 227, 212, 0.62);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.smart-hub .ring-1 {
  width: 190px;
  height: 190px;
  animation: smartRing 9s linear infinite;
}

.smart-hub .ring-2 {
  width: 126px;
  height: 126px;
  border-style: dashed;
  animation: smartRing 6s linear infinite reverse;
}

.smart-hub .hub-core {
  left: 50%;
  top: 50%;
  width: 76px;
  height: 76px;
  border-radius: 22px;
  background: linear-gradient(135deg, #24e7c2, #2497ff);
  box-shadow: 0 0 40px rgba(36, 231, 194, 0.55);
  transform: translate(-50%, -50%) rotate(45deg);
  animation: smartCore 4s ease-in-out infinite;
}

.smart-hub .hub-core::after {
  content: "";
  position: absolute;
  inset: 20px;
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
}

.smart-hub .hub-line {
  left: 50%;
  top: 50%;
  width: 170px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(54, 227, 212, 0.8), transparent);
  transform-origin: left center;
}

.smart-hub .line-1 { transform: rotate(18deg); }
.smart-hub .line-2 { transform: rotate(138deg); }
.smart-hub .line-3 { transform: rotate(258deg); }

.scene-card {
  border-color: rgba(54, 227, 212, 0.24);
  background: rgba(6, 47, 56, 0.45);
}

.scene-card b {
  color: #dffefa;
}

.scene-card em {
  color: rgba(223, 254, 250, 0.74);
}

.nursery-adv-list {
  background: rgba(15, 155, 120, 0.13);
}

.nursery-adv-list dl {
  background: rgba(255, 255, 255, 0.92);
}

.nursery-adv-list dt::before {
  background: #0f9b78;
}

.nursery-adv-flow {
  border-color: rgba(15, 155, 120, 0.14);
}

@keyframes smartRing {
  0% {
    transform: translate(-50%, -50%) rotateX(62deg) rotateZ(0);
  }
  100% {
    transform: translate(-50%, -50%) rotateX(62deg) rotateZ(360deg);
  }
}

@keyframes smartCore {
  0%, 100% {
    transform: translate(-50%, -50%) rotate(45deg) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) rotate(45deg) scale(1.08);
  }
}

/* Smart agriculture advantage gallery */
.nursery-adv-grid {
  grid-template-columns: minmax(0, 1fr) 540px;
}

.smart-adv-gallery {
  position: relative;
  min-height: 526px;
  overflow: hidden;
  border: 1px solid rgba(15, 155, 120, 0.14);
  border-radius: 8px;
  background: #082939;
  box-shadow: 0 18px 46px rgba(15, 40, 28, 0.12);
}

.smart-adv-slide {
  position: absolute;
  inset: 0;
  overflow: hidden;
  opacity: 0;
  transform: scale(1.035);
  transition: opacity 0.65s ease, transform 0.9s ease;
  background:
    radial-gradient(circle at 72% 26%, rgba(73, 228, 255, 0.26), transparent 24%),
    radial-gradient(circle at 50% 75%, rgba(35, 233, 190, 0.22), transparent 28%),
    linear-gradient(135deg, #06273c 0%, #063b3b 100%);
}

.smart-adv-slide.active {
  opacity: 1;
  transform: scale(1);
  z-index: 2;
}

.smart-adv-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 44px 44px;
  opacity: 0.58;
  animation: smartGalleryGrid 16s linear infinite;
}

.smart-adv-slide::after {
  content: "";
  position: absolute;
  right: -110px;
  bottom: -145px;
  width: 560px;
  height: 360px;
  border: 1px solid rgba(83, 241, 222, 0.24);
  border-radius: 50%;
  transform: rotate(-12deg);
  box-shadow: 0 0 0 34px rgba(83, 241, 222, 0.06), 0 0 80px rgba(83, 241, 222, 0.12);
}

.slide-copy {
  position: relative;
  z-index: 3;
  width: 330px;
  padding: 54px 0 0 54px;
}

.slide-copy span {
  color: #58f5df;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.slide-copy h3 {
  margin-top: 14px;
  color: #fff;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.25;
}

.slide-copy p {
  margin-top: 16px;
  color: rgba(232, 255, 250, 0.76);
  font-size: 15px;
  line-height: 1.85;
}

.slide-visual {
  position: absolute;
  z-index: 2;
  right: 54px;
  top: 88px;
  width: 330px;
  height: 330px;
}

.slide-visual::before,
.slide-visual::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%) rotateX(66deg);
}

.slide-visual::before {
  width: 310px;
  height: 310px;
  border: 2px solid rgba(88, 245, 223, 0.46);
  animation: smartGalleryRing 9s linear infinite;
}

.slide-visual::after {
  width: 210px;
  height: 210px;
  border: 1px dashed rgba(105, 197, 255, 0.56);
  animation: smartGalleryRing 6s linear infinite reverse;
}

.slide-visual i,
.slide-visual b,
.slide-visual em {
  position: absolute;
  display: block;
}

.slide-visual i {
  left: 50%;
  top: 50%;
  width: 104px;
  height: 104px;
  border-radius: 28px;
  background: linear-gradient(135deg, #25f0c9, #2497ff);
  box-shadow: 0 0 54px rgba(37, 240, 201, 0.55);
  transform: translate(-50%, -50%) rotate(45deg);
  animation: smartGalleryCore 4s ease-in-out infinite;
}

.slide-visual i::after {
  content: "";
  position: absolute;
  inset: 27px;
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 9px;
}

.slide-visual b {
  left: 50%;
  bottom: 40px;
  width: 300px;
  height: 78px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(88, 245, 223, 0.32), rgba(36, 151, 255, 0.12) 50%, transparent 72%);
  transform: translateX(-50%);
}

.slide-visual em {
  left: 50%;
  top: 50%;
  width: 360px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(88, 245, 223, 0.75), transparent);
  transform-origin: left center;
  transform: rotate(24deg);
  animation: smartGalleryScan 5s linear infinite;
}

.slide-2 {
  background:
    radial-gradient(circle at 68% 28%, rgba(255, 210, 93, 0.24), transparent 24%),
    radial-gradient(circle at 50% 76%, rgba(54, 227, 212, 0.2), transparent 28%),
    linear-gradient(135deg, #09283d 0%, #253e26 100%);
}

.slide-2 .slide-visual i {
  background: linear-gradient(135deg, #ffe07a, #25d0a7);
}

.slide-3 {
  background:
    radial-gradient(circle at 70% 22%, rgba(77, 144, 255, 0.28), transparent 24%),
    radial-gradient(circle at 48% 78%, rgba(80, 236, 255, 0.18), transparent 28%),
    linear-gradient(135deg, #071e44 0%, #06454d 100%);
}

.slide-3 .slide-visual i {
  background: linear-gradient(135deg, #49a0ff, #24e7c2);
}

.slide-4 {
  background:
    radial-gradient(circle at 72% 24%, rgba(103, 255, 163, 0.25), transparent 24%),
    linear-gradient(135deg, #063227 0%, #0c4c3f 100%);
}

.slide-5 {
  background:
    radial-gradient(circle at 70% 24%, rgba(116, 175, 255, 0.28), transparent 24%),
    linear-gradient(135deg, #0b2546 0%, #083a55 100%);
}

.slide-6 {
  background:
    radial-gradient(circle at 68% 26%, rgba(164, 120, 255, 0.25), transparent 24%),
    radial-gradient(circle at 50% 76%, rgba(54, 227, 212, 0.18), transparent 28%),
    linear-gradient(135deg, #151d42 0%, #073f46 100%);
}

.smart-adv-dots {
  position: absolute;
  z-index: 5;
  left: 54px;
  bottom: 34px;
  display: flex;
  gap: 10px;
}

.smart-adv-dots button {
  width: 32px;
  height: 4px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.28);
  cursor: pointer;
}

.smart-adv-dots button.active {
  width: 46px;
  background: #58f5df;
}

.smart-adv-tabs dl {
  cursor: pointer;
}

.smart-adv-tabs dl.active {
  position: relative;
  z-index: 2;
  background: #fff;
  box-shadow: inset 0 0 0 2px rgba(36, 231, 194, 0.22);
}

.smart-adv-tabs dl.active dt {
  color: #0f9b78;
}

@keyframes smartGalleryGrid {
  0% { background-position: 0 0, 0 0; }
  100% { background-position: 44px 44px, 44px 44px; }
}

@keyframes smartGalleryRing {
  0% { transform: translate(-50%, -50%) rotateX(66deg) rotateZ(0deg); }
  100% { transform: translate(-50%, -50%) rotateX(66deg) rotateZ(360deg); }
}

@keyframes smartGalleryCore {
  0%, 100% { transform: translate(-50%, -50%) rotate(45deg) scale(1); }
  50% { transform: translate(-50%, -50%) rotate(45deg) scale(1.08); }
}

@keyframes smartGalleryScan {
  0% { transform: rotate(24deg); opacity: 0.35; }
  50% { transform: rotate(204deg); opacity: 0.82; }
  100% { transform: rotate(384deg); opacity: 0.35; }
}

/* Less synthetic, more grounded smart-agriculture presentation */
.nursery-adv {
  background:
    linear-gradient(180deg, rgba(251, 253, 250, 0.94), rgba(242, 248, 244, 0.98)),
    #f4f8f5;
}

.nursery-adv-head span {
  color: rgba(15, 107, 67, 0.72);
  letter-spacing: 0.08em;
}

.nursery-adv-head h2::after {
  background: #0f8d61;
}

.smart-adv-gallery {
  border-color: rgba(15, 107, 67, 0.12);
  background: #123c32;
  box-shadow: 0 16px 36px rgba(15, 40, 28, 0.12);
}

.smart-adv-slide {
  transform: none;
  transition: opacity 0.55s ease;
  background:
    linear-gradient(90deg, rgba(9, 48, 39, 0.92) 0%, rgba(12, 67, 54, 0.78) 54%, rgba(22, 89, 61, 0.68) 100%),
    url(../images/gywm.jpg) center/cover no-repeat;
}

.smart-adv-slide.active {
  transform: none;
}

.smart-adv-slide::before {
  left: auto;
  right: 38px;
  top: 42px;
  bottom: 42px;
  width: 330px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
  opacity: 1;
  animation: none;
}

.smart-adv-slide::after {
  right: 82px;
  bottom: 76px;
  width: 246px;
  height: 112px;
  border: 0;
  border-radius: 8px;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.22) 0 1px, transparent 1px 24px),
    linear-gradient(180deg, rgba(160, 207, 122, 0.24), rgba(56, 147, 91, 0.3));
  box-shadow: none;
  transform: perspective(360px) rotateX(58deg) rotateZ(-7deg);
}

.slide-copy {
  width: 360px;
  padding-top: 62px;
}

.slide-copy span {
  color: rgba(213, 232, 209, 0.86);
  font-size: 13px;
  letter-spacing: 0;
}

.slide-copy h3 {
  margin-top: 16px;
  font-size: 32px;
}

.slide-copy p {
  max-width: 340px;
  color: rgba(243, 249, 241, 0.82);
}

.slide-visual {
  right: 74px;
  top: 78px;
  width: 260px;
  height: 250px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.14);
  box-shadow: 0 16px 34px rgba(6, 38, 28, 0.2);
}

.slide-visual::before,
.slide-visual::after {
  display: none;
}

.slide-visual i {
  left: 22px;
  top: 22px;
  width: 216px;
  height: 92px;
  border-radius: 6px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.18) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.16) 1px, transparent 1px),
    rgba(255, 255, 255, 0.12);
  background-size: 36px 30px, 36px 30px, auto;
  box-shadow: none;
  transform: none;
  animation: none;
}

.slide-visual i::after {
  inset: 18px 22px;
  border: 0;
  border-radius: 0;
  background:
    linear-gradient(135deg, transparent 0 48%, rgba(255, 255, 255, 0.72) 49% 51%, transparent 52%),
    linear-gradient(45deg, transparent 0 42%, rgba(166, 214, 111, 0.8) 43% 46%, transparent 47%);
}

.slide-visual b {
  left: 22px;
  top: 136px;
  bottom: auto;
  width: 118px;
  height: 74px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.18);
  transform: none;
}

.slide-visual b::before,
.slide-visual b::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.52);
}

.slide-visual b::before {
  top: 19px;
}

.slide-visual b::after {
  top: 40px;
  right: 38px;
}

.slide-visual em {
  left: 158px;
  top: 136px;
  width: 80px;
  height: 74px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.18);
  transform: none;
  animation: none;
}

.slide-visual em::before {
  content: "";
  position: absolute;
  left: 22px;
  top: 18px;
  width: 36px;
  height: 36px;
  border: 6px solid rgba(176, 220, 117, 0.78);
  border-right-color: rgba(255, 255, 255, 0.28);
  border-radius: 50%;
}

.slide-2,
.slide-3,
.slide-4,
.slide-5,
.slide-6 {
  background:
    linear-gradient(90deg, rgba(9, 48, 39, 0.92) 0%, rgba(12, 67, 54, 0.78) 54%, rgba(22, 89, 61, 0.68) 100%),
    url(../images/gywm.jpg) center/cover no-repeat;
}

.slide-2 .slide-visual i,
.slide-3 .slide-visual i,
.slide-4 .slide-visual i,
.slide-5 .slide-visual i,
.slide-6 .slide-visual i {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.18) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.16) 1px, transparent 1px),
    rgba(255, 255, 255, 0.12);
  background-size: 36px 30px, 36px 30px, auto;
}

.smart-adv-dots button {
  width: 26px;
  height: 3px;
  background: rgba(255, 255, 255, 0.38);
}

.smart-adv-dots button.active {
  width: 38px;
  background: #d7e8bd;
}

.smart-adv-tabs dl.active {
  box-shadow: inset 0 0 0 2px rgba(15, 141, 97, 0.16);
}

.smart-adv-tabs dl.active dt {
  color: #0f6b43;
}

.smart-service {
  margin-top: 64px;
  padding: 68px 0 78px;
  background:
    linear-gradient(105deg, rgba(8, 42, 74, 0.96), rgba(9, 64, 80, 0.92)),
    url(../images/gywm.jpg) center/cover no-repeat;
}

.smart-service::before {
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 42%);
  opacity: 1;
  animation: none;
}

.smart-service::after {
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.14);
  transform: none;
  animation: none;
}

.smart-service-title span {
  width: 90px;
  background: rgba(213, 232, 209, 0.46);
}

.smart-service-title span::after {
  display: none;
}

.smart-service-head p {
  color: rgba(240, 248, 246, 0.76);
}

.smart-service-card {
  min-height: 276px;
  padding: 34px 32px 32px;
  border-color: rgba(223, 232, 226, 0.9);
  background: rgba(249, 252, 249, 0.96);
  box-shadow: 0 16px 34px rgba(3, 18, 38, 0.14);
}

.smart-service-card::before {
  width: 4px;
  height: auto;
  right: auto;
  bottom: 0;
  background: #0f8d61;
}

.smart-service-card::after {
  display: none;
}

.smart-service-card:hover {
  border-color: rgba(15, 107, 67, 0.2);
  box-shadow: 0 20px 40px rgba(3, 18, 38, 0.18);
  transform: translateY(-4px);
}

.service-icon {
  display: none;
}

.service-index {
  position: static;
  display: inline-block;
  margin-bottom: 22px;
  padding-bottom: 8px;
  border-bottom: 2px solid #a9c979;
  color: #0f6b43;
  font-size: 18px;
  font-weight: 700;
}

.smart-service-card h3 {
  margin-top: 0;
  color: #354a55;
  font-size: 23px;
}

.smart-service-card p {
  color: #5c6e65;
}

.service-more {
  height: 36px;
  padding: 0 20px;
  background: #0f6b43;
  box-shadow: none;
  line-height: 36px;
}

.service-more:hover {
  background: #0b5836;
  box-shadow: none;
}

.solution-section {
  padding: 74px 0 86px;
  background: #f5f7f8;
}

.solution-head {
  text-align: center;
}

.solution-head h2 {
  width: 100%;
  color: #203449;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.32;
  text-align: center !important;
}

.solution-head p {
  width: 100%;
  margin-top: 16px;
  color: #526174;
  font-size: 20px;
  line-height: 1.65;
  text-align: center !important;
}

.solution-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 58px;
}

.solution-card {
  overflow: hidden;
  border: 1px solid rgba(18, 36, 61, 0.06);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(18, 36, 61, 0.06);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.solution-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 40px rgba(18, 36, 61, 0.12);
}

.solution-photo {
  position: relative;
  height: 238px;
  margin: 30px 30px 0;
  overflow: hidden;
  border-radius: 8px;
  background-position: center;
  background-size: cover;
}

.solution-card-1 .solution-photo {
  background-image:
    linear-gradient(180deg, rgba(9, 42, 32, 0.08), rgba(9, 42, 32, 0.22)),
    url(../../static/upload/image/20230110/1673336918723716.jpg);
}

.solution-card-2 .solution-photo {
  background-image:
    linear-gradient(180deg, rgba(9, 42, 32, 0.08), rgba(9, 42, 32, 0.26)),
    url(../../static/upload/image/20230110/1673338235236373.jpg);
}

.solution-card-3 .solution-photo {
  background-image:
    linear-gradient(180deg, rgba(9, 42, 32, 0.08), rgba(9, 42, 32, 0.26)),
    url(../../static/upload/image/20230110/1673340857179902.jpg);
}

.solution-photo span {
  position: absolute;
  left: 18px;
  bottom: 16px;
  padding: 7px 12px;
  border-radius: 4px;
  background: rgba(8, 57, 35, 0.82);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.solution-copy {
  padding: 30px 30px 32px;
}

.solution-copy h3 {
  color: #203449;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.35;
}

.solution-copy p {
  min-height: 76px;
  margin-top: 16px;
  color: #526174;
  font-size: 16px;
  line-height: 1.8;
}

.solution-copy a {
  display: inline-block;
  height: 42px;
  margin-top: 22px;
  padding: 0 26px;
  border-radius: 5px;
  background: #0f6b43;
  color: #fff !important;
  font-size: 15px;
  font-weight: 600;
  line-height: 42px;
}

.solution-copy a:hover {
  background: #0b5836;
  color: #fff !important;
}

/* 2026 header/navigation refresh */
.site-header {
  position: relative;
  z-index: 20;
  height: 92px;
  background: #fff;
  box-shadow: 0 1px 0 rgba(15, 23, 42, 0.08);
}

.site-header-inner {
  display: flex;
  align-items: center;
  width: calc(100% - 64px);
  max-width: 1840px;
  min-width: 1200px;
  height: 92px;
  margin: 0 auto;
}

.site-brand {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  min-width: 0;
  color: #101828;
  text-decoration: none;
}

.site-brand:hover {
  color: #101828;
}

.site-brand-mark {
  position: relative;
  width: 58px;
  height: 44px;
  margin-right: 14px;
}

.site-brand-mark::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 7px;
  width: 38px;
  height: 26px;
  border: 8px solid #65c083;
  border-right-color: transparent;
  border-radius: 50%;
  transform: rotate(-28deg);
}

.site-brand-mark::after {
  content: "";
  position: absolute;
  left: 4px;
  bottom: 6px;
  width: 54px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, #65c083, rgba(101, 192, 131, 0));
  transform: skewX(-24deg);
}

.site-brand-text {
  display: flex;
  align-items: baseline;
  gap: 16px;
  min-width: 0;
}

.site-brand-text strong {
  color: #162033;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.15;
  white-space: nowrap;
}

.site-brand-text em {
  color: #1d2a3f;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1 1 auto;
  min-width: 0;
  gap: 28px;
  margin-left: 46px;
}

.site-nav a {
  position: relative;
  display: block;
  color: #111827;
  font-size: 17px;
  font-weight: 600;
  line-height: 92px;
  white-space: nowrap;
  text-decoration: none;
}

.site-nav a:hover,
.site-nav a.active {
  color: #5fbe7d;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 24px;
  height: 3px;
  border-radius: 999px;
  background: #5fbe7d;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.22s ease;
}

.site-nav a:hover::after,
.site-nav a.active::after {
  transform: scaleX(1);
}

.site-consult {
  flex: 0 0 auto;
  height: 50px;
  margin-left: 32px;
  padding: 0 26px;
  border-radius: 5px;
  background: #5fbe7d;
  color: #fff !important;
  font-size: 17px;
  font-weight: 700;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(37, 99, 235, 0.18);
}

.site-consult:hover {
  background: #354a55;
  color: #fff !important;
  transform: translateY(-1px);
}

@media (max-width: 1500px) {
  .site-header-inner {
    width: 1200px;
  }

  .site-brand-text em {
    display: none;
  }

  .site-brand-text strong {
    max-width: 340px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .site-nav {
    gap: 22px;
    margin-left: 34px;
  }

  .site-nav a,
  .site-consult {
    font-size: 16px;
  }

  .site-consult {
    margin-left: 24px;
    padding: 0 22px;
  }
}

.site-head-main,
.h-menu-bg {
  display: none !important;
}

.slide_container {
  width: 100%;
  height: calc(100vw * 700 / 1920);
  min-height: 438px;
  max-height: 700px;
  background: #354a55;
}

.slide_container::before {
  display: none;
}

.slide_container .rslides,
.slide_container .rslides li,
.slide_container #slider,
.slide_container #slider li {
  height: 100% !important;
  max-height: none !important;
}

.slide_container .rslides img,
.slide_container #slider img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}

.rslides li,
.slide_container {
  max-height: 700px;
}

/* Compact hover-linked advantages block */
.nursery-adv {
  padding: 40px 0 46px;
}

.nursery-adv-head h2 {
  margin-top: 8px;
  font-size: 30px;
}

.nursery-adv-head h2::after {
  margin-top: 12px;
}

.nursery-adv-head p {
  margin-top: 12px;
  line-height: 1.65;
}

.nursery-adv-grid {
  grid-template-columns: 560px 1fr;
  gap: 34px;
  align-items: center;
  margin-top: 26px;
}

.smart-adv-photo {
  position: relative;
  min-height: 0;
  aspect-ratio: 4 / 3;
  border: 1px solid rgba(15, 107, 67, 0.12);
  border-radius: 8px;
  background: #edf4ef;
  box-shadow: 0 16px 34px rgba(15, 40, 28, 0.12);
}

.smart-adv-photo::before,
.smart-adv-photo::after,
.smart-adv-photo .slide-copy,
.smart-adv-photo .slide-visual,
.smart-adv-photo .smart-adv-dots {
  display: none !important;
}

.smart-adv-photo img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.28s ease;
}

.smart-adv-photo img.active {
  opacity: 1;
}

.nursery-adv-list {
  align-self: stretch;
  box-shadow: 0 14px 30px rgba(15, 40, 28, 0.08);
}

.nursery-adv-list dl {
  min-height: 0;
  padding: 16px 20px;
  cursor: pointer;
  transition: background 0.2s ease, box-shadow 0.2s ease;
}

.nursery-adv-list dl.active,
.nursery-adv-list dl:hover {
  background: #fff;
  box-shadow: inset 0 0 0 2px rgba(15, 141, 97, 0.16);
}

.nursery-adv-list dt {
  font-size: 17px;
  line-height: 1.35;
}

.nursery-adv-list dd {
  margin-top: 7px;
  line-height: 1.55;
}

/* Site-wide visual alignment with the refreshed navigation */
:root {
  --premium-ink: #111827;
  --premium-muted: #526174;
  --premium-green: #5fbe7d;
  --premium-green-deep: #0f6f4d;
  --premium-gold: #5fbe7d;
  --premium-line: #dbe8e2;
  --premium-bg: #f6faf8;
  --premium-card: #ffffff;
  --premium-shadow: 0 16px 36px rgba(15, 40, 28, 0.1);
  --brand-blue: #5fbe7d;
  --brand-blue-dark: #354a55;
  --brand-green: #5fbe7d;
  --brand-green-dark: #0f8d61;
  --brand-ink: #111827;
  --brand-muted: #526174;
}

html,
body,
button,
input,
textarea,
select {
  font-family: "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif !important;
}

body * {
  font-family: "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif !important;
}

body {
  background:
    linear-gradient(180deg, #fbfdfc 0%, #f6faf8 44%, #ffffff 100%);
  color: var(--brand-ink);
  font-size: 14px;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

body div,
body span,
body td,
body p,
body a,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--brand-ink);
  font-weight: 700;
  letter-spacing: 0;
}

p,
dd,
li {
  color: var(--brand-muted);
}

a:hover {
  color: var(--brand-blue);
}

.site-header {
  box-shadow: 0 1px 0 rgba(17, 24, 39, 0.08);
}

.site-brand-mark::before {
  border-color: var(--brand-green);
  border-right-color: transparent;
}

.site-brand-mark::after {
  background: linear-gradient(90deg, var(--brand-green), rgba(95, 190, 125, 0));
}

.site-brand-text strong {
  color: var(--brand-ink);
  font-size: 27px;
  font-weight: 700;
}

.site-brand-text em {
  color: #253247;
}

.site-nav a {
  color: var(--brand-ink);
  font-weight: 700;
}

.site-nav a:hover,
.site-nav a.active {
  color: var(--brand-blue);
}

.site-nav a::after {
  background: var(--brand-blue);
}

.site-consult,
.solution-copy a {
  background: var(--brand-blue);
  box-shadow: 0 10px 24px rgba(37, 99, 235, 0.18);
}

.site-consult:hover,
.solution-copy a:hover {
  background: var(--brand-blue-dark);
}

.slide_container {
  background: #354a55;
}

.nursery-adv {
  background:
    linear-gradient(rgba(95, 190, 125, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(37, 99, 235, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, #fbfdfc 0%, #f2faf5 100%);
  background-size: 44px 44px, 44px 44px, auto;
}

.nursery-adv::before {
  opacity: 0.25;
}

.nursery-adv-head span,
.smart-service-head p,
.solution-head p {
  color: var(--brand-muted);
}

.nursery-adv-head span {
  color: var(--brand-green-dark);
}

.nursery-adv-head h2::after,
.solution-head h2::after,
.cptitle h2::after {
  background: linear-gradient(90deg, var(--brand-blue), var(--brand-green));
}

.smart-adv-photo {
  border-color: rgba(37, 99, 235, 0.12);
  background: #eef6f2;
  box-shadow: 0 16px 34px rgba(15, 40, 28, 0.1);
}

.nursery-adv-list {
  border-color: rgba(37, 99, 235, 0.1);
  background: rgba(37, 99, 235, 0.06);
}

.nursery-adv-list dl {
  background: rgba(255, 255, 255, 0.94);
}

.nursery-adv-list dt {
  color: var(--brand-ink);
}

.nursery-adv-list dt::before {
  background: var(--brand-green);
}

.nursery-adv-list dl.active,
.nursery-adv-list dl:hover {
  box-shadow: inset 0 0 0 2px rgba(37, 99, 235, 0.15);
}

.nursery-adv-list dl.active dt,
.nursery-adv-list dl:hover dt {
  color: var(--brand-blue);
}

.smart-service {
  background:
    linear-gradient(112deg, rgba(15, 47, 95, 0.96), rgba(15, 89, 91, 0.94) 58%, rgba(15, 111, 77, 0.94)),
    #354a55;
}

.smart-service-title span {
  background: rgba(255, 255, 255, 0.28);
}

.smart-service-title h2 {
  color: #ffffff;
}

.smart-service-head p {
  color: rgba(240, 248, 246, 0.78);
}

.smart-service-card {
  border-color: rgba(219, 232, 226, 0.95);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 38px rgba(3, 18, 38, 0.16);
}

.smart-service-card::before,
.service-more,
.service-icon {
  background: linear-gradient(135deg, var(--brand-blue), var(--brand-green));
}

.smart-service-card:hover {
  border-color: rgba(37, 99, 235, 0.2);
  box-shadow: 0 22px 44px rgba(3, 18, 38, 0.2);
}

.service-index {
  color: rgba(37, 99, 235, 0.1);
}

.smart-service-card h3,
.solution-head h2,
.solution-copy h3,
.cptitle h2,
.h-news02 h2,
.marquee li em {
  color: var(--brand-ink);
}

.smart-service-card p,
.solution-copy p,
.h-news02 p,
.cpxian {
  color: var(--brand-muted);
}

.solution-section {
  background: #f7faf9;
}

.solution-card {
  border-color: rgba(17, 24, 39, 0.06);
  box-shadow: 0 12px 30px rgba(17, 24, 39, 0.06);
}

.solution-card:hover {
  box-shadow: 0 18px 40px rgba(17, 24, 39, 0.12);
}

.solution-photo span {
  background: rgba(37, 99, 235, 0.86);
}

.cptitle {
  border-bottom-color: var(--premium-line);
}

.cptitle h2 {
  font-weight: 700;
}

.zzsc2 .tab2 a,
.zxdcpfl ul li .zxdcpfl_1 h3 a,
ul.minmenu a {
  border-color: var(--premium-line);
  background: #ffffff;
  color: var(--brand-ink);
  font-family: inherit;
}

.zzsc2 .tab2 a:hover,
.zzsc2 .tab2 a.on,
.zxdcpfl ul li .zxdcpfl_1 h3 a:hover,
ul.minmenu a:hover,
ul.minmenu li.selectlink a,
.selectlink a {
  border-color: var(--brand-blue);
  background: var(--brand-blue);
  color: #ffffff !important;
  box-shadow: 0 10px 22px rgba(37, 99, 235, 0.16);
}

.h-foot-bg {
  background:
    linear-gradient(135deg, rgba(15, 47, 95, 0.96), rgba(15, 111, 77, 0.96));
}

.h-foot-bg1 {
  background: #2d414b;
}

.h-footwz a:hover {
  color: var(--brand-green) !important;
}

/* Consistent desktop typography scale */
:root {
  --type-section-title: 34px;
  --type-section-subtitle: 16px;
  --type-eyebrow: 13px;
  --type-card-title: 22px;
  --type-card-body: 15px;
  --type-small-body: 14px;
  --type-button: 14px;
}

.nursery-adv-head h2,
.smart-service-title h2,
.solution-head h2,
.cptitle h2 {
  font-size: var(--type-section-title) !important;
  line-height: 1.28;
  font-weight: 700;
}

.nursery-adv-head span {
  font-size: var(--type-eyebrow) !important;
  line-height: 1.4;
  font-weight: 700;
}

.nursery-adv-head p,
.smart-service-head p,
.solution-head p,
.cpxian {
  font-size: var(--type-section-subtitle) !important;
  line-height: 1.75;
  font-weight: 400;
}

.smart-service-card h3,
.solution-copy h3,
.h-news02 h2,
.p1-t h3,
.marquee li em {
  font-size: var(--type-card-title) !important;
  line-height: 1.38;
  font-weight: 700;
}

.nursery-adv-list dt {
  font-size: 18px !important;
  line-height: 1.38;
  font-weight: 700;
}

.smart-service-card p,
.solution-copy p,
.h-news02 p,
.nursery-adv-list dd,
.marquee li a {
  font-size: var(--type-card-body) !important;
  line-height: 1.75;
  font-weight: 400;
}

.service-more,
.solution-copy a,
.site-consult {
  font-size: var(--type-button) !important;
  font-weight: 700;
}

.site-nav a {
  font-size: 17px !important;
  line-height: 92px;
}

.site-brand-text strong {
  font-size: 28px !important;
}

.site-brand-text em {
  font-size: 18px !important;
}

.solution-head p {
  margin-top: 14px;
}

.solution-cards {
  margin-top: 46px;
}

/* Compact titles inside secondary lists should not compete with section titles */
.h-news02 h2,
.h-news02 h2 a,
.p1-t h3,
.p1-t h3 a {
  font-size: 18px !important;
  line-height: 1.5;
  font-weight: 700 !important;
}

.marquee li em,
.marquee li a {
  font-size: 15px !important;
  line-height: 1.55;
  font-weight: 600;
}

.h-news02 p,
.xmsy .intro,
.xmsy .intro a {
  font-size: 14px !important;
  line-height: 1.75;
}

/* News list: fill each row from left to right before wrapping */
.home-news-grid,
.h-news02.home-news-grid {
  display: grid;
  float: none !important;
  width: 100% !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 22px;
  margin-top: 24px;
  clear: both;
}

.home-news-grid + .h-news02 {
  float: none !important;
}

.home-news-grid li {
  width: auto !important;
  min-height: 104px;
  margin: 0 !important;
}

/* Backend-managed logo image */
.site-brand-mark::before,
.site-brand-mark::after {
  display: none;
}

.site-brand-mark {
  display: flex;
  align-items: center;
  justify-content: center;
}

.site-brand-mark img {
  display: block;
  width: 58px;
  height: 44px;
  object-fit: contain;
}

.solution-photo span {
  display: none !important;
}

/* Softer product-service color tuning */
.smart-service {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0) 34%),
    linear-gradient(112deg, #354a55 0%, #3b5861 52%, #406a58 100%) !important;
}

.smart-service::before {
  background:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px) !important;
  background-size: 48px 48px, 48px 48px !important;
  opacity: 0.28 !important;
}

.smart-service::after {
  background: rgba(255, 255, 255, 0.16) !important;
}

.smart-service-title span {
  background: rgba(255, 255, 255, 0.24) !important;
}

.smart-service-head p {
  color: rgba(242, 248, 246, 0.74) !important;
}

.smart-service-card {
  border-color: rgba(224, 235, 230, 0.96) !important;
  background: rgba(251, 253, 252, 0.97) !important;
  box-shadow: 0 18px 36px rgba(10, 36, 52, 0.16) !important;
}

.smart-service-card::before {
  background: linear-gradient(180deg, #5fbe7d, #5fbe7d) !important;
}

.smart-service-card:hover {
  border-color: rgba(95, 190, 125, 0.36) !important;
  box-shadow: 0 22px 42px rgba(10, 36, 52, 0.18) !important;
}

.service-index {
  color: rgba(37, 99, 235, 0.08) !important;
}

.service-more {
  background: linear-gradient(135deg, #5fbe7d, #56af82) !important;
  box-shadow: 0 10px 20px rgba(37, 99, 235, 0.14) !important;
}

.service-more:hover {
  background: linear-gradient(135deg, #354a55, #469c70) !important;
  box-shadow: 0 12px 24px rgba(37, 99, 235, 0.18) !important;
}

/* Responsive main template, replacing the old separated wap presentation */
*,
*::before,
*::after {
  box-sizing: border-box;
}

img,
video,
iframe {
  max-width: 100%;
}

@media (max-width: 1200px) {
  html,
  body {
    width: 100%;
    min-width: 0 !important;
    overflow-x: hidden;
  }

  body {
    background: #f7faf8;
  }

  .w-1200,
  .w-1200-1,
  .w-1260,
  .w-1280,
  .w-1100,
  .w-1100-1,
  .ny-cont,
  body > div[style*="width:1200px"][style*="height:40px"] span,
  body > div[style*="width:1200px"][style*="height:40px"] p {
    width: auto !important;
    max-width: none !important;
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .site-header {
    height: auto;
  }

  .site-header-inner {
    width: auto !important;
    min-width: 0 !important;
    height: auto;
    min-height: 84px;
    margin: 0 20px;
  }

  .site-brand-text strong {
    max-width: 320px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .site-brand-text em {
    display: none;
  }

  .site-nav {
    gap: 18px;
    margin-left: 28px;
  }

  .site-nav a {
    font-size: 15px !important;
    line-height: 84px;
  }

  .site-nav a::after {
    bottom: 20px;
  }

  .site-consult {
    height: 42px;
    margin-left: 24px;
    padding: 0 18px;
    font-size: 14px !important;
    line-height: 42px;
  }

  .slide_container {
    height: clamp(260px, 36.458vw, 438px);
    min-height: 0 !important;
  }

  .nursery-adv,
  .smart-service,
  .solution-section {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .nursery-adv-head p,
  .smart-service-head p,
  .solution-head p {
    width: auto;
    max-width: 760px;
  }

  .nursery-adv-grid {
    grid-template-columns: minmax(0, 1fr) 420px;
    gap: 24px;
  }

  .smart-service-cards,
  .solution-cards,
  .home-news-grid,
  .h-news02.home-news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .solution-photo {
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .marquee,
  .marquee ul {
    width: 100% !important;
  }
}

@media (max-width: 900px) {
  :root {
    --type-section-title: 26px;
    --type-section-subtitle: 14px;
    --type-card-title: 18px;
    --type-card-body: 14px;
  }

  .site-header {
    box-shadow: 0 1px 0 rgba(17, 24, 39, 0.08);
  }

  .site-header-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0 12px;
    align-items: center;
    padding: 12px 0 0;
  }

  .site-brand-mark {
    width: 46px;
    height: 38px;
    margin-right: 10px;
  }

  .site-brand-mark img {
    width: 46px;
    height: 38px;
  }

  .site-brand-text strong {
    max-width: 52vw;
    font-size: 21px !important;
    line-height: 1.22;
  }

  .site-consult {
    align-self: center;
    height: 38px;
    margin-left: 0;
    padding: 0 14px;
    border-radius: 4px;
    line-height: 38px;
    white-space: nowrap;
  }

  .site-nav {
    grid-column: 1 / -1;
    order: 3;
    justify-content: flex-start;
    gap: 0;
    width: calc(100% + 40px);
    margin: 10px -20px 0;
    padding: 0 16px;
    overflow-x: auto;
    border-top: 1px solid rgba(17, 24, 39, 0.06);
    background: #fff;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .site-nav::-webkit-scrollbar {
    display: none;
  }

  .site-nav a {
    flex: 0 0 auto;
    padding: 0 10px;
    color: #1f2937;
    font-size: 14px !important;
    line-height: 44px;
  }

  .site-nav a::after {
    left: 10px;
    right: 10px;
    bottom: 6px;
    height: 2px;
  }

  .slide_container {
    height: calc(100vw * 700 / 1920);
    min-height: 0 !important;
    max-height: none;
  }

  .slide_container .slide_nav {
    width: 30px;
    height: 46px;
    margin-top: -23px;
    border-radius: 0 4px 4px 0;
    background-color: rgba(8, 23, 38, 0.28);
    background-size: 76px 46px;
    opacity: 0.82;
  }

  .slide_container .slide_nav.next {
    border-radius: 4px 0 0 4px;
    background-position: right top;
  }

  .nursery-adv {
    padding: 34px 0 40px;
  }

  .smart-service,
  .solution-section {
    padding: 46px 0 50px;
  }

  .nursery-adv-head h2,
  .smart-service-title h2,
  .solution-head h2,
  .cptitle h2 {
    font-size: var(--type-section-title) !important;
  }

  .nursery-adv-head p,
  .smart-service-head p,
  .solution-head p,
  .cpxian {
    font-size: var(--type-section-subtitle) !important;
    line-height: 1.65;
  }

  .nursery-adv-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 22px;
  }

  .smart-adv-photo {
    width: 100%;
    min-height: 0;
    aspect-ratio: 4 / 3;
    box-shadow: 0 10px 24px rgba(15, 40, 28, 0.1);
  }

  .nursery-adv-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .nursery-adv-list dl {
    margin: 0;
    padding: 14px 14px 13px;
    border: 1px solid rgba(15, 107, 67, 0.1);
    border-radius: 7px;
    background: #fff;
    box-shadow: 0 8px 18px rgba(15, 40, 28, 0.06);
  }

  .nursery-adv-list dt {
    font-size: 16px !important;
  }

  .nursery-adv-list dd {
    font-size: 13px !important;
    line-height: 1.55;
  }

  .smart-service-cards,
  .solution-cards,
  .home-news-grid,
  .h-news02.home-news-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .smart-service-card {
    min-height: 0;
    padding: 24px 22px;
  }

  .service-index {
    margin-bottom: 14px;
  }

  .solution-cards {
    margin-top: 28px;
  }

  .solution-photo {
    margin: 18px 18px 0;
  }

  .solution-copy {
    padding: 20px 18px 22px;
  }

  .solution-copy p {
    min-height: 0;
  }

  .zzsc .tab,
  .zzsc2 .tab2 {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 0 0 6px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .zzsc .tab::-webkit-scrollbar,
  .zzsc2 .tab2::-webkit-scrollbar {
    display: none;
  }

  .zzsc .tab a,
  .zzsc2 .tab2 a,
  .zzsc .tab a.on,
  .zzsc2 .tab2 a.on {
    flex: 0 0 auto;
    min-width: 0;
    height: 36px;
    margin: 0;
    padding: 0 16px;
    font-size: 14px !important;
    line-height: 36px;
  }

  .marquee {
    height: auto;
    overflow: visible;
  }

  .marquee ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    width: 100% !important;
  }

  .marquee li {
    float: none;
    display: block;
    margin: 0 !important;
  }

  .marquee li a {
    float: none;
    width: 100%;
    height: auto;
  }

  .marquee li img {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
  }

  .home-news-grid li {
    min-height: 0;
  }

  .ny-cont {
    padding: 16px;
    overflow-x: hidden;
  }

  .ny-cont table,
  .ny-cont tbody,
  .ny-cont tr,
  .ny-cont td {
    display: block;
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box;
    text-align: left !important;
  }

  .ny-cont img,
  #maximg img {
    height: auto !important;
    max-width: 100% !important;
  }

  .showlist {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .showlist div {
    float: none !important;
    width: auto !important;
    border-left: 0 !important;
  }

  .showlist li {
    width: 100% !important;
    margin: 0 !important;
    border-width: 0 !important;
  }

  .showlist div * {
    width: auto;
  }

  .showlist dt a,
  .showlist dt a img {
    width: 100% !important;
  }

  .pagebar {
    padding: 16px 12px;
  }

  .pagebar .pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
  }

  .pagebar .pagination a,
  .pagebar .pagination span {
    margin: 0;
  }

  .h-foot-bg {
    height: auto;
    margin-top: 46px;
    padding: 30px 0;
  }

  .h-foot-bg .w-1200 {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
  }

  .f-left,
  .f-center,
  .f-right,
  .youxian {
    float: none !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
  }

  .f-left br {
    display: none;
  }

  .ftitle1 {
    font-size: 18px;
  }

  .ftitle3 {
    margin-top: 8px;
    font-size: 16px;
  }

  .youxian {
    display: none;
  }

  .h-lx {
    width: auto;
    margin-top: 0;
    font-size: 14px;
    line-height: 1.8 !important;
  }

  .f-right {
    text-align: left;
  }

  .f-right img {
    width: 118px;
    height: 118px;
  }

  .h-foot-bg1,
  .h-footwz {
    height: auto;
    min-height: 44px;
    line-height: 1.7;
  }

  .h-footwz {
    width: auto;
    margin: 0 20px;
    padding: 12px 0;
    text-align: left;
  }
}

@media (max-width: 560px) {
  .w-1200,
  .w-1200-1,
  .w-1260,
  .w-1280,
  .w-1100,
  .w-1100-1,
  .ny-cont,
  body > div[style*="width:1200px"][style*="height:40px"] span,
  body > div[style*="width:1200px"][style*="height:40px"] p {
    margin-left: 14px !important;
    margin-right: 14px !important;
  }

  .site-header-inner {
    margin: 0 14px;
    padding-top: 10px;
  }

  .site-nav {
    width: calc(100% + 28px);
    margin-left: -14px;
    margin-right: -14px;
    padding: 0 10px;
  }

  .site-brand-text strong {
    max-width: 48vw;
    font-size: 18px !important;
  }

  .site-consult {
    height: 34px;
    padding: 0 12px;
    font-size: 13px !important;
    line-height: 34px;
  }

  .slide_container {
    height: calc(100vw * 700 / 1920);
  }

  .nursery-adv,
  .smart-service,
  .solution-section {
    padding-top: 32px;
    padding-bottom: 36px;
  }

  .nursery-adv-list,
  .marquee ul,
  .showlist {
    grid-template-columns: 1fr;
  }

  .nursery-adv-list dl {
    padding: 13px 14px;
  }

  .smart-service-card,
  .h-news02 li {
    padding: 20px 18px;
  }

  .home-news-grid,
  .h-news02.home-news-grid {
    margin-top: 16px;
  }

  .cptitle {
    height: auto;
  }

  .cptitle h2::after,
  .abtitle h2::after {
    margin-top: 10px;
  }

  .cpxian {
    margin-bottom: 18px;
    letter-spacing: 0;
  }

  .h-footwz {
    margin: 0 14px;
  }
}

/* Reference-style two-tier navigation */
.site-header {
  height: auto !important;
  background: #ffffff !important;
  box-shadow: none !important;
}

.site-topbar {
  height: 55px;
  background: #354a55;
}

.site-topbar-inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 88px;
  width: auto;
  max-width: none;
  min-width: 0;
  height: 55px;
  margin: 0 94px;
}

.site-topbar-link {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  color: #ffffff !important;
  font-size: 18px !important;
  font-weight: 600;
  line-height: 55px;
  text-decoration: none !important;
  white-space: nowrap;
}

.site-topbar-link:hover {
  color: #ffffff !important;
}

.site-topbar-icon {
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  color: #5fbe7d;
}

.site-topbar-phone::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 1px;
  width: 10px;
  height: 21px;
  border: 3px solid currentColor;
  border-radius: 3px;
}

.site-topbar-phone::after {
  content: "";
  position: absolute;
  left: 11px;
  bottom: 4px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: currentColor;
}

.site-topbar-mail::before {
  content: "";
  position: absolute;
  left: 1px;
  top: 5px;
  width: 22px;
  height: 15px;
  border: 3px solid currentColor;
  border-radius: 2px;
}

.site-topbar-mail::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 8px;
  width: 14px;
  height: 9px;
  border-left: 3px solid currentColor;
  border-bottom: 3px solid currentColor;
  transform: rotate(-45deg) skew(8deg, 8deg);
}

.site-header-main {
  height: 108px;
  background: #ffffff;
}

.site-header-inner {
  width: calc(100% - 64px) !important;
  max-width: 990px !important;
  min-width: 990px !important;
  height: 108px !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

.site-brand {
  min-width: 214px;
}

.site-brand-mark {
  width: 74px !important;
  height: 60px !important;
  margin-right: 12px !important;
}

.site-brand-mark img {
  width: 74px !important;
  height: 60px !important;
}

.site-brand-text {
  display: block !important;
}

.site-brand-text strong {
  display: block;
  max-width: 154px;
  color: #203449 !important;
  font-size: 17px !important;
  line-height: 1.24;
  white-space: normal;
}

.site-brand-text em {
  display: block;
  margin-top: 4px;
  color: #526174 !important;
  font-size: 13px !important;
  line-height: 1.2;
}

.site-nav {
  flex: 1 1 auto;
  justify-content: flex-end;
  gap: 34px !important;
  margin-left: 42px !important;
}

.site-nav a {
  color: #22303a !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 108px !important;
}

.site-nav a:hover,
.site-nav a.active {
  color: #5fbe7d !important;
}

.site-nav a::after {
  bottom: 28px !important;
  height: 3px !important;
  background: #5fbe7d !important;
}

.site-consult {
  display: none !important;
}

@media (max-width: 1200px) {
  .site-topbar-inner,
  .site-header-inner {
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .site-topbar-inner {
    gap: 34px;
  }

  .site-nav {
    gap: 22px !important;
    margin-left: 34px !important;
  }

  .site-nav a {
    font-size: 16px !important;
  }
}

@media (max-width: 900px) {
  .site-topbar {
    height: auto;
  }

  .site-topbar-inner {
    justify-content: flex-start;
    gap: 24px;
    height: auto;
    min-height: 40px;
    padding: 7px 0;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .site-topbar-inner::-webkit-scrollbar {
    display: none;
  }

  .site-topbar-link {
    gap: 8px;
    font-size: 13px !important;
    line-height: 26px;
  }

  .site-topbar-icon {
    width: 18px;
    height: 18px;
  }

  .site-topbar-phone::before {
    left: 5px;
    width: 8px;
    height: 16px;
    border-width: 2px;
  }

  .site-topbar-phone::after {
    left: 8px;
    bottom: 4px;
    width: 2px;
    height: 2px;
  }

  .site-topbar-mail::before {
    top: 4px;
    width: 18px;
    height: 12px;
    border-width: 2px;
  }

  .site-topbar-mail::after {
    left: 4px;
    top: 7px;
    width: 11px;
    height: 7px;
    border-left-width: 2px;
    border-bottom-width: 2px;
  }

  .site-header-main {
    height: auto;
  }

  .site-header-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    min-height: 0 !important;
    height: auto !important;
    padding-top: 10px !important;
  }

  .site-brand {
    min-width: 0;
  }

  .site-brand-mark {
    width: 54px !important;
    height: 44px !important;
  }

  .site-brand-mark img {
    width: 54px !important;
    height: 44px !important;
  }

  .site-brand-text strong {
    max-width: calc(100vw - 110px);
    font-size: 18px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .site-nav {
    width: calc(100% + 40px);
    margin: 10px -20px 0 !important;
    padding: 0 16px;
    border-top: 1px solid rgba(17, 24, 39, 0.06);
    background: #ffffff;
  }

  .site-nav a {
    font-size: 14px !important;
    line-height: 44px !important;
  }

  .site-nav a::after {
    bottom: 6px !important;
  }
}

@media (max-width: 560px) {
  .site-topbar-inner,
  .site-header-inner {
    margin-left: 14px !important;
    margin-right: 14px !important;
  }

  .site-nav {
    width: calc(100% + 28px);
    margin-left: -14px !important;
    margin-right: -14px !important;
    padding: 0 10px;
  }
}

/* Front-end palette cleanup: dark teal, brand green, white/neutral only */
:root {
  --site-dark: #354a55;
  --site-dark-2: #2d414b;
  --site-green: #5fbe7d;
  --site-ink: #203449;
  --site-muted: #526174;
  --site-line: #dbe3de;
  --site-soft: #f6faf8;
  --premium-ink: var(--site-ink);
  --premium-muted: var(--site-muted);
  --premium-green: var(--site-green);
  --premium-green-deep: var(--site-dark);
  --premium-gold: var(--site-green);
  --premium-line: var(--site-line);
  --premium-bg: var(--site-soft);
  --brand-blue: var(--site-green);
  --brand-blue-dark: var(--site-dark);
  --brand-green: var(--site-green);
  --brand-green-dark: var(--site-dark);
  --brand-ink: var(--site-ink);
  --brand-muted: var(--site-muted);
}

body {
  background: linear-gradient(180deg, #ffffff 0%, var(--site-soft) 48%, #ffffff 100%) !important;
  color: var(--site-ink) !important;
}

a:hover,
.h-news02 h2 a:hover,
.xmsy .bt a:hover,
.zxdcpfl ul li .zxdcpfl_1 h3 a:hover {
  color: var(--site-green) !important;
}

.site-topbar,
.h-foot-bg,
.h-foot-bg1 {
  background: var(--site-dark) !important;
}

.h-foot-bg1 {
  background: var(--site-dark-2) !important;
}

.site-topbar-icon,
.site-nav a:hover,
.site-nav a.active,
.nursery-adv-head span,
.nursery-adv-list dl.active dt,
.nursery-adv-list dl:hover dt,
.smart-service-card h3,
.solution-copy h3 {
  color: var(--site-green) !important;
}

.site-nav a::after,
.nursery-adv-head h2::after,
.solution-head h2::after,
.cptitle h2::after,
.abtitle h2::after,
.nursery-adv-list dt::before,
.smart-service-card::before,
.service-more,
.solution-copy a,
.zzsc .tab a:hover,
.zzsc2 .tab2 a:hover,
.zzsc .tab a.on,
.zzsc2 .tab2 a.on,
ul.minmenu a:hover,
ul.minmenu li.selectlink a,
.selectlink a,
.button,
div.editsubmit input {
  background: var(--site-green) !important;
  border-color: var(--site-green) !important;
  color: #ffffff !important;
}

.site-nav a::after,
.nursery-adv-head h2::after,
.solution-head h2::after,
.cptitle h2::after,
.abtitle h2::after {
  background: var(--site-green) !important;
}

.service-more:hover,
.solution-copy a:hover,
.button:hover,
div.editsubmit input:hover {
  background: var(--site-dark) !important;
  border-color: var(--site-dark) !important;
  color: #ffffff !important;
}

.slide_container,
.smart-service {
  background: var(--site-dark) !important;
}

.smart-service {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 36%),
    linear-gradient(112deg, var(--site-dark) 0%, #3b5861 56%, #406a58 100%) !important;
}

.smart-service::before {
  background:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px) !important;
  opacity: 0.22 !important;
}

.service-icon {
  background: linear-gradient(135deg, var(--site-dark), var(--site-green)) !important;
}

.smart-service-card {
  border-color: var(--site-line) !important;
  background: rgba(255, 255, 255, 0.98) !important;
  box-shadow: 0 18px 36px rgba(53, 74, 85, 0.14) !important;
}

.smart-service-card:hover,
.solution-card:hover {
  border-color: rgba(95, 190, 125, 0.42) !important;
  box-shadow: 0 22px 42px rgba(53, 74, 85, 0.16) !important;
}

.service-index {
  color: rgba(95, 190, 125, 0.14) !important;
}

.nursery-adv {
  background:
    linear-gradient(rgba(95, 190, 125, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(53, 74, 85, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, #ffffff 0%, var(--site-soft) 100%) !important;
  background-size: 44px 44px, 44px 44px, auto !important;
}

.nursery-adv-list {
  border-color: rgba(95, 190, 125, 0.16) !important;
  background: rgba(95, 190, 125, 0.08) !important;
}

.nursery-adv-list dl.active,
.nursery-adv-list dl:hover {
  box-shadow: inset 0 0 0 2px rgba(95, 190, 125, 0.22) !important;
}

.smart-adv-photo,
.solution-card,
.marquee li a,
.h-news02 li {
  border-color: var(--site-line) !important;
  box-shadow: 0 12px 30px rgba(53, 74, 85, 0.08) !important;
}

.solution-section {
  background: var(--site-soft) !important;
}

.solution-photo span {
  background: rgba(95, 190, 125, 0.9) !important;
}

.zzsc .tab a,
.zzsc2 .tab2 a,
.zxdcpfl ul li .zxdcpfl_1 h3 a,
ul.minmenu a {
  border-color: var(--site-line) !important;
  background: #ffffff !important;
  color: var(--site-ink) !important;
}

.pagebar .pagination a:hover,
.pagebar .pagination span,
.pagebar .pagination a.active {
  background: var(--site-green) !important;
  border-color: var(--site-green) !important;
  color: #ffffff !important;
}

.slide_nav {
  background-color: rgba(53, 74, 85, 0.76) !important;
}

/* Compact header height */
@media (min-width: 901px) {
  .site-topbar,
  .site-topbar-inner {
    height: 46px !important;
  }

  .site-topbar-link {
    font-size: 17px !important;
    line-height: 46px !important;
  }

  .site-header-main,
  .site-header-inner {
    height: 86px !important;
  }

  .site-brand {
    min-width: 204px !important;
  }

  .site-brand-mark {
    width: 64px !important;
    height: 50px !important;
    margin-right: 12px !important;
  }

  .site-brand-mark img {
    width: 64px !important;
    height: 50px !important;
  }

  .site-brand-text strong {
    max-width: 150px;
    font-size: 16px !important;
    line-height: 1.22;
  }

  .site-nav {
    margin-left: 36px !important;
  }

  .site-nav a {
    font-size: 17px !important;
    line-height: 86px !important;
  }

  .site-nav a::after {
    bottom: 18px !important;
  }
}

/* Ruishi responsive rebuild */
:root {
  --rs-ink: #1e2f36;
  --rs-muted: #607078;
  --rs-green: #3ca86b;
  --rs-green-deep: #176645;
  --rs-blue: #275f7a;
  --rs-bg: #f5f8f4;
  --rs-soft: #eef5ef;
  --rs-line: #dce7df;
  --rs-dark: #203841;
  --rs-shadow: 0 18px 44px rgba(25, 55, 45, .12);
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 0 !important;
  margin: 0;
  background: #fff !important;
  color: var(--rs-ink) !important;
  font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
}

img {
  max-width: 100%;
}

.rs-wrap {
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
}

.rs-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 1px 0 rgba(32, 56, 65, .08);
  backdrop-filter: blur(14px);
}

.rs-topbar {
  background: var(--rs-dark);
  color: rgba(255, 255, 255, .82);
}

.rs-topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 38px;
  font-size: 13px;
}

.rs-topbar a {
  margin-left: 24px;
  color: #fff !important;
  text-decoration: none;
}

.rs-header-main {
  display: flex;
  align-items: center;
  gap: 22px;
  min-height: 78px;
}

.rs-brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  text-decoration: none !important;
}

.rs-brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 48px;
  margin-right: 12px;
}

.rs-brand-mark img {
  width: 58px;
  height: 48px;
  object-fit: contain;
}

.rs-brand-text strong {
  display: block;
  max-width: none;
  color: var(--rs-ink) !important;
  font-size: 22px !important;
  line-height: 1.25;
  font-weight: 800;
  white-space: nowrap;
}

.rs-brand-text em {
  display: block;
  margin-top: 4px;
  color: var(--rs-muted) !important;
  font-size: 12px;
  font-style: normal;
}

.rs-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  flex: 1 1 auto;
}

.rs-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 78px;
  color: var(--rs-ink) !important;
  font-size: 15px !important;
  font-weight: 700;
  text-decoration: none !important;
  white-space: nowrap;
}

.rs-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 18px;
  height: 3px;
  background: var(--rs-green);
  transform: scaleX(0);
  transition: transform .22s ease;
}

.rs-nav a:hover,
.rs-nav a.active {
  color: var(--rs-green-deep) !important;
}

.rs-nav a:hover::after,
.rs-nav a.active::after {
  transform: scaleX(1);
}

.rs-consult,
.rs-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  padding: 0 18px;
  border-radius: 6px;
  font-size: 14px !important;
  font-weight: 700;
  text-decoration: none !important;
  white-space: nowrap;
}

.rs-consult,
.rs-btn-primary {
  background: var(--rs-green);
  color: #fff !important;
  box-shadow: 0 12px 26px rgba(60, 168, 107, .28);
}

.rs-btn-ghost {
  border: 1px solid rgba(255, 255, 255, .72);
  color: #fff !important;
  background: rgba(255, 255, 255, .08);
}

.rs-hero {
  position: relative;
  min-height: 630px;
  overflow: hidden;
  background-color: #102219;
  background-position: center;
  background-size: cover;
  color: #fff;
}

.rs-hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  min-height: 630px;
}

.rs-hero-track {
  position: relative;
  min-height: 630px;
}

.rs-hero-slide {
  position: absolute;
  inset: 0;
  min-height: 630px;
  background-position: center;
  background-size: cover;
  opacity: 0;
  transform: scale(1.025);
  transition: opacity .72s ease, transform 4.8s ease;
  pointer-events: none;
}

.rs-hero-slide:first-child,
.rs-hero-slide.is-active {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
  z-index: 1;
}

.rs-hero-carousel.is-ready .rs-hero-slide:first-child:not(.is-active) {
  opacity: 0;
  pointer-events: none;
}

.rs-hero-nav {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .52);
  border-radius: 50%;
  background: rgba(16, 34, 25, .48);
  box-shadow: 0 14px 34px rgba(0, 0, 0, .18);
  cursor: pointer;
  transform: translateY(-50%);
  transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
}

.rs-hero-prev {
  left: max(28px, calc((100% - 1200px) / 2 - 76px));
}

.rs-hero-next {
  right: max(28px, calc((100% - 1200px) / 2 - 76px));
}

.rs-hero-nav span {
  display: block;
  width: 13px;
  height: 13px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}

.rs-hero-prev span {
  transform: translateX(3px) rotate(-45deg);
}

.rs-hero-next span {
  transform: translateX(-3px) rotate(135deg);
}

.rs-hero-nav:hover,
.rs-hero-nav:focus-visible {
  border-color: rgba(255, 255, 255, .9);
  background: rgba(60, 168, 107, .86);
  transform: translateY(-50%) scale(1.04);
}

.rs-hero-dots {
  position: absolute;
  left: 50%;
  bottom: 32px;
  z-index: 5;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  transform: translateX(-50%);
}

.rs-hero-dots button {
  display: block;
  width: 34px;
  height: 4px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, .54);
  cursor: pointer;
  transition: width .2s ease, background-color .2s ease;
}

.rs-hero-dots button.is-active,
.rs-hero-dots button:hover,
.rs-hero-dots button:focus-visible {
  width: 46px;
  background: #5fbe7d;
}

.rs-hero-carousel.is-single .rs-hero-nav,
.rs-hero-carousel.is-single .rs-hero-dots {
  display: none;
}

.rs-kicker {
  display: inline-block;
  color: var(--rs-green);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.rs-hero .rs-kicker,
.rs-page-hero .rs-kicker,
.rs-section-head-light .rs-kicker,
.rs-cta .rs-kicker {
  color: #8fe2ad;
}

.rs-hero h1 {
  margin: 20px 0 18px;
  color: #fff;
  font-size: 54px;
  line-height: 1.16;
  font-weight: 800;
}

.rs-hero p {
  max-width: 720px;
  color: rgba(255, 255, 255, .86);
  font-size: 18px;
  line-height: 1.9;
}

.rs-hero p:empty {
  display: none;
}

.rs-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.rs-section {
  padding: 72px 0;
}

.rs-intro {
  background: #fff;
}

.rs-two-col {
  display: grid;
  grid-template-columns: minmax(480px, 620px) minmax(0, 1fr);
  gap: 56px;
  align-items: start;
}

.rs-intro-head {
  max-width: 760px;
  margin-bottom: 28px;
}

.rs-intro-grid {
  display: grid;
  grid-template-columns: minmax(420px, 540px) minmax(0, 1fr);
  gap: 56px;
  align-items: start;
}

.rs-two-col h2,
.rs-intro-head h2,
.rs-intro-grid h2,
.rs-section-head h2,
.rs-cta h2 {
  margin: 12px 0 0;
  color: var(--rs-ink);
  font-size: 36px;
  line-height: 1.3;
  font-weight: 800;
}

.rs-lead p {
  margin: 0 0 20px;
  color: #465962;
  font-size: 17px;
  line-height: 1.9;
}

.rs-lead .rs-lead-desc {
  margin-bottom: 18px;
  color: var(--rs-green-deep);
  font-weight: 700;
}

.rs-lead-rich {
  max-height: 390px;
  overflow: hidden;
  color: #465962;
  font-size: 16px;
  line-height: 1.9;
}

.rs-lead-rich p {
  margin: 0 0 14px;
}

.rs-lead-rich h1,
.rs-lead-rich h2,
.rs-lead-rich h3,
.rs-lead-rich h4,
.rs-lead-rich section {
  margin: 0;
  padding: 0;
}

.rs-lead-rich h1,
.rs-lead-rich h2,
.rs-lead-rich h3,
.rs-lead-rich h4 {
  display: none;
}

.rs-intro-photo {
  display: block;
  width: 100%;
  max-width: 800px;
  aspect-ratio: 4 / 3;
  height: auto;
  margin-top: 0;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 16px 36px rgba(25, 55, 45, .12);
}

.rs-intro-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
  margin-top: 24px;
  padding-top: 0;
}

.rs-intro-stats.is-counting .rs-stat-item {
  animation: rsStatPop .72s ease both;
}

.rs-intro-stats.is-counting .rs-stat-item:nth-child(2) { animation-delay: .12s; }
.rs-intro-stats.is-counting .rs-stat-item:nth-child(3) { animation-delay: .24s; }
.rs-intro-stats.is-counting .rs-stat-item:nth-child(4) { animation-delay: .36s; }

.rs-stat-item {
  position: relative;
  min-height: 76px;
  padding: 0 4px 0 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.rs-stat-item::before {
  content: none;
}

.rs-stat-item:hover::before {
  opacity: 1;
}

.rs-stat-item strong {
  display: block;
  margin-top: 0;
  color: #2562c7;
  font-size: 60px !important;
  line-height: .98;
  font-weight: 900;
  letter-spacing: 0;
}

.rs-intro-stats .rs-count {
  display: inline-block;
  color: #2562c7 !important;
  font-size: 60px !important;
  line-height: .98 !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}

.rs-stat-item em {
  display: block;
  margin-top: 10px;
  color: #657583;
  font-size: 15px;
  line-height: 1.35;
  font-style: normal;
  font-weight: 500;
}

@keyframes rsStatPop {
  0% {
    opacity: .35;
    transform: translateY(18px) scale(.94);
  }
  70% {
    opacity: 1;
    transform: translateY(-3px) scale(1.03);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.rs-industries,
.rs-cases,
.rs-page {
  background: var(--rs-bg);
}

.rs-section-head {
  display: grid;
  grid-template-columns: minmax(240px, 320px) minmax(0, 1fr);
  align-items: end;
  gap: 42px;
  max-width: none;
  margin: 0 0 34px;
  text-align: left;
}

.rs-section-head p {
  justify-self: end;
  max-width: 760px;
  margin: 0;
  color: var(--rs-muted);
  font-size: 16px;
  line-height: 1.85;
}

.rs-industry-grid,
.rs-case-grid,
.rs-list-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.rs-industry-card,
.rs-case-card,
.rs-list-card,
.rs-news-list article,
.rs-content,
.rs-article {
  overflow: hidden;
  border: 1px solid var(--rs-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(25, 55, 45, .08);
}

.rs-card-image,
.rs-list-image,
.rs-case-image {
  display: block;
  overflow: hidden;
  background: #dfe8df;
}

.rs-card-image {
  height: 250px;
  background-position: center;
  background-size: cover;
}

.rs-card-image img,
.rs-list-image img,
.rs-case-image img {
  display: block;
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.rs-card-body,
.rs-list-body,
.rs-case-card div {
  padding: 24px 26px 26px;
}

.rs-card-body span {
  color: var(--rs-green);
  font-weight: 800;
}

.rs-card-body h3,
.rs-case-card h3,
.rs-list-body h2 {
  margin: 10px 0 12px;
  color: var(--rs-ink);
  font-size: 22px;
  line-height: 1.35;
  font-weight: 800;
}

.rs-card-body p,
.rs-case-card p,
.rs-list-body p,
.rs-news-list p {
  color: var(--rs-muted);
  font-size: 15px;
  line-height: 1.75;
}

.rs-card-body a,
.rs-text-link,
.rs-case-card a {
  color: var(--rs-green-deep) !important;
  font-weight: 800;
  text-decoration: none !important;
}

.rs-advantage {
  background:
    linear-gradient(112deg, rgba(32, 56, 65, .98), rgba(23, 102, 69, .92)),
    var(--rs-dark);
}

.rs-section-head-light h2,
.rs-section-head-light p {
  color: #fff;
}

.rs-section-head-light {
  margin-bottom: 28px;
}

.rs-adv-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.rs-adv-grid div {
  min-height: 138px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  background: rgba(255, 255, 255, .08);
}

.rs-adv-grid strong {
  color: #fff;
  font-size: 20px;
}

.rs-adv-grid p {
  margin-top: 12px;
  color: rgba(255, 255, 255, .76);
  font-size: 14px;
  line-height: 1.75;
}

.rs-case-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.rs-more {
  margin-top: 34px;
  text-align: center;
}

.rs-more a {
  display: inline-flex;
  align-items: center;
  height: 42px;
  padding: 0 24px;
  border: 1px solid var(--rs-green);
  border-radius: 6px;
  color: var(--rs-green-deep) !important;
  font-weight: 800;
  text-decoration: none !important;
}

.rs-cta {
  padding: 70px 0;
  background: var(--rs-dark);
  color: #fff;
}

.rs-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.rs-cta h2,
.rs-cta p {
  color: #fff;
}

.rs-cta p {
  margin-top: 12px;
  color: rgba(255, 255, 255, .78);
  font-size: 16px;
}

.rs-page-hero {
  min-height: 300px;
  padding: 72px 0;
  background-position: center;
  background-size: cover;
  color: #fff;
}

.rs-page-hero h1 {
  margin: 14px 0 12px;
  color: #fff;
  font-size: 42px;
  line-height: 1.25;
  font-weight: 800;
}

.rs-page-hero p {
  max-width: 760px;
  color: rgba(255, 255, 255, .82);
  font-size: 16px;
  line-height: 1.8;
}

.rs-page {
  padding: 56px 0 80px;
}

.rs-page-layout {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 28px;
}

.rs-side-nav,
.rs-tab-nav {
  display: flex;
  gap: 10px;
}

.rs-side-nav {
  flex-direction: column;
}

.rs-tab-nav {
  flex-wrap: wrap;
  margin-bottom: 28px;
}

.rs-side-nav a,
.rs-tab-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid var(--rs-line);
  border-radius: 6px;
  background: #fff;
  color: var(--rs-ink) !important;
  font-size: 14px !important;
  font-weight: 700;
  text-decoration: none !important;
}

.rs-side-nav a.active,
.rs-tab-nav a.active,
.rs-side-nav a:hover,
.rs-tab-nav a:hover {
  border-color: var(--rs-green);
  background: var(--rs-green);
  color: #fff !important;
}

.rs-content,
.rs-article {
  padding: 36px;
}

.rs-content-title {
  margin-bottom: 26px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--rs-line);
}

.rs-content-title span {
  color: var(--rs-green);
  font-size: 13px;
  font-weight: 800;
}

.rs-content-title h2 {
  margin: 10px 0 0;
  color: var(--rs-ink);
  font-size: 30px;
  line-height: 1.35;
  font-weight: 800;
}

.rs-content-title p {
  margin-top: 10px;
  color: var(--rs-muted);
  font-size: 15px;
  line-height: 1.8;
}

.rs-richtext {
  color: #41545c;
  font-size: 16px;
  line-height: 1.95;
}

.rs-richtext p {
  margin: 0 0 16px;
}

.rs-richtext img {
  display: block;
  height: auto !important;
  max-width: 100% !important;
  margin: 0 auto 24px;
  border-radius: 8px;
}

.rs-doc-section {
  margin-bottom: 30px;
}

.rs-doc-section h3 {
  margin: 0 0 12px;
  color: var(--rs-ink);
  font-size: 24px;
  font-weight: 800;
}

.rs-doc-section ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.rs-doc-section li,
.rs-contact-panel div {
  padding: 14px 16px;
  border: 1px solid var(--rs-line);
  border-radius: 6px;
  background: var(--rs-bg);
}

.rs-contact-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.rs-contact-panel strong,
.rs-contact-panel span {
  display: block;
}

.rs-contact-panel strong {
  color: var(--rs-green-deep);
  font-size: 15px;
}

.rs-contact-panel span {
  margin-top: 8px;
  color: var(--rs-muted);
}

.rs-news-list {
  display: grid;
  gap: 16px;
}

.rs-news-list article {
  padding: 24px;
}

.rs-news-list time {
  color: var(--rs-green);
  font-weight: 800;
}

.rs-news-list h2 {
  margin: 10px 0;
  font-size: 22px;
}

.rs-empty {
  padding: 40px;
  border: 1px solid var(--rs-line);
  border-radius: 8px;
  background: #fff;
  color: var(--rs-muted);
  text-align: center;
}

.rs-footer {
  background: var(--rs-dark);
  color: rgba(255, 255, 255, .78);
}

.rs-footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(150px, .7fr) minmax(220px, 1fr) 150px;
  gap: 34px;
  padding: 48px 0;
}

.rs-footer h3,
.rs-footer h4 {
  margin: 0 0 16px;
  color: #fff;
}

.rs-footer p {
  margin: 0 0 8px;
  color: rgba(255, 255, 255, .72);
  line-height: 1.75;
}

.rs-footer-links a {
  display: block;
  margin-bottom: 9px;
  color: rgba(255, 255, 255, .74) !important;
  text-decoration: none !important;
}

.rs-footer-qr img {
  display: block;
  width: 118px;
  height: 118px;
  object-fit: cover;
  border-radius: 6px;
}

.rs-footer-qr span {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, .72);
  font-size: 13px;
}

.rs-footer-bottom {
  padding: 14px 0;
  background: rgba(0, 0, 0, .18);
  color: rgba(255, 255, 255, .62);
  font-size: 13px;
}

.rs-footer-bottom a {
  margin-left: 10px;
  color: rgba(255, 255, 255, .72) !important;
}

/* Motion layer for the Ruishi homepage */
.rs-advantage {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at var(--rs-mx, 78%) var(--rs-my, 22%), rgba(100, 220, 154, .24), transparent 30%),
    linear-gradient(112deg, rgba(32, 56, 65, .98), rgba(23, 102, 69, .92)),
    var(--rs-dark);
  background-size: 120% 120%, 100% 100%, auto;
  animation: rsAdvGradientFlow 16s ease-in-out infinite;
}

.rs-advantage::before,
.rs-advantage::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.rs-advantage::before {
  background:
    linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
  background-size: 46px 46px;
  -webkit-mask-image: radial-gradient(circle at center, #000 0, transparent 68%);
  mask-image: radial-gradient(circle at center, #000 0, transparent 68%);
  opacity: .55;
  animation: rsAdvGridDrift 24s linear infinite;
}

.rs-advantage::after {
  width: 32%;
  left: -40%;
  right: auto;
  background: linear-gradient(105deg, transparent, rgba(255, 255, 255, .14), transparent);
  filter: blur(3px);
  transform: skewX(-16deg);
  animation: rsAdvLightSweep 7.5s ease-in-out infinite;
}

.rs-advantage .rs-wrap {
  position: relative;
  z-index: 1;
}

.rs-advantage .rs-section-head-light {
  position: relative;
}

.rs-advantage .rs-kicker {
  text-shadow: 0 0 18px rgba(104, 231, 163, .36);
}

.rs-adv-grid div {
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(8px);
  box-shadow: 0 18px 50px rgba(0, 0, 0, .12);
  transition:
    transform .35s ease,
    border-color .35s ease,
    background .35s ease,
    box-shadow .35s ease;
}

.rs-adv-grid div::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, .18) 48%, transparent 100%);
  opacity: 0;
  transform: translateX(-120%);
  transition: opacity .35s ease;
  animation: rsAdvCardShine 6.8s ease-in-out infinite;
  pointer-events: none;
}

.rs-adv-grid div::after {
  content: "";
  position: absolute;
  top: 18px;
  right: 18px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(143, 238, 178, .9);
  box-shadow: 0 0 0 7px rgba(143, 238, 178, .08), 0 0 24px rgba(143, 238, 178, .55);
  animation: rsAdvDotPulse 2.8s ease-in-out infinite;
}

.rs-adv-grid div:nth-child(2)::before,
.rs-adv-grid div:nth-child(2)::after { animation-delay: .45s; }
.rs-adv-grid div:nth-child(3)::before,
.rs-adv-grid div:nth-child(3)::after { animation-delay: .9s; }
.rs-adv-grid div:nth-child(4)::before,
.rs-adv-grid div:nth-child(4)::after { animation-delay: 1.35s; }
.rs-adv-grid div:nth-child(5)::before,
.rs-adv-grid div:nth-child(5)::after { animation-delay: 1.8s; }
.rs-adv-grid div:nth-child(6)::before,
.rs-adv-grid div:nth-child(6)::after { animation-delay: 2.25s; }

.rs-adv-grid div:hover {
  transform: translateY(-8px);
  border-color: rgba(143, 238, 178, .42);
  background: rgba(255, 255, 255, .12);
  box-shadow: 0 26px 64px rgba(0, 0, 0, .22);
}

.rs-adv-grid div:hover::before {
  animation: none;
  opacity: 1;
  transform: translateX(0);
}

html.rs-motion-enabled .rs-motion-item {
  opacity: 0;
  transform: translateY(28px);
  filter: blur(8px);
  transition:
    opacity .7s ease,
    transform .7s ease,
    filter .7s ease;
  transition-delay: var(--motion-delay, 0ms);
}

html.rs-motion-enabled .rs-motion-item.is-visible {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

html.rs-motion-enabled .rs-adv-grid div.rs-motion-item.is-visible:hover {
  transform: translateY(-8px);
}

.rs-adv-showcase {
  position: relative;
  display: flex;
  gap: 0;
  min-height: 360px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(15, 35, 38, .58), rgba(15, 35, 38, .82)),
    url('/static/upload/image/20260707/ruishi-case-greenhouse.jpg') center / cover;
  box-shadow: 0 30px 80px rgba(0, 0, 0, .2);
}

.rs-adv-showcase::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(11, 28, 31, .08), rgba(11, 28, 31, .58)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, .035) 0 1px, transparent 1px 20%);
  pointer-events: none;
}

.rs-adv-showcase .rs-adv-feature {
  position: relative;
  z-index: 1;
  display: flex;
  flex: 1 1 0;
  min-height: 360px;
  padding: 42px 22px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 0;
  border-left: 1px solid rgba(255, 255, 255, .12);
  border-radius: 0;
  background: rgba(8, 24, 28, .24);
  box-shadow: none;
  text-align: center;
  transition:
    flex .42s ease,
    background .42s ease,
    padding .42s ease,
    align-items .42s ease;
}

.rs-adv-showcase .rs-adv-feature::before,
.rs-adv-showcase .rs-adv-feature::after {
  content: none;
}

.rs-adv-showcase .rs-adv-feature:hover,
.rs-adv-showcase .rs-adv-feature.is-active {
  transform: none;
  background: rgba(22, 92, 63, .34);
  box-shadow: none;
}

.rs-adv-showcase .rs-adv-feature-main,
.rs-adv-showcase .rs-adv-feature.is-active {
  flex: 3.1 1 0;
  align-items: flex-start;
  justify-content: center;
  padding: 46px 42px;
  background: linear-gradient(145deg, rgba(48, 170, 104, .9), rgba(22, 116, 76, .92));
  text-align: left;
}

.rs-adv-showcase .rs-adv-feature-main {
  border-left: 0;
}

.rs-adv-showcase .rs-adv-feature span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin-bottom: 18px;
  border: 1px solid rgba(255, 255, 255, .42);
  border-radius: 50%;
  color: rgba(255, 255, 255, .92);
  font-size: 18px;
  font-weight: 900;
}

.rs-adv-showcase .rs-adv-feature-main span,
.rs-adv-showcase .rs-adv-feature.is-active span {
  width: auto;
  height: auto;
  margin-bottom: 20px;
  border: 0;
  border-radius: 0;
  color: rgba(255, 255, 255, .76);
  font-size: 16px;
  letter-spacing: .12em;
}

.rs-adv-showcase .rs-adv-feature strong {
  color: #fff;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 900;
}

.rs-adv-showcase .rs-adv-feature-main strong,
.rs-adv-showcase .rs-adv-feature.is-active strong {
  max-width: 10em;
  font-size: 32px;
  line-height: 1.25;
}

.rs-adv-showcase .rs-adv-feature p {
  max-width: 13em;
  margin: 14px auto 0;
  color: rgba(255, 255, 255, .74);
  font-size: 14px;
  line-height: 1.75;
}

.rs-adv-showcase .rs-adv-feature-main p,
.rs-adv-showcase .rs-adv-feature.is-active p {
  max-width: 23em;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, .86);
  font-size: 16px;
}

html.rs-motion-enabled .rs-adv-showcase .rs-adv-feature.rs-motion-item.is-visible:hover {
  transform: none;
}

.rs-advantage.rs-adv-tech {
  min-height: 820px;
  padding: 66px 0 0;
  background: #001c37 url('/static/upload/image/20260721/advantage/adv-bg.jpg') center bottom / cover no-repeat !important;
  color: #fff;
  animation: none !important;
}

.rs-advantage.rs-adv-tech::before,
.rs-advantage.rs-adv-tech::after {
  content: none !important;
}

.rs-adv-tech-inner {
  position: relative;
  z-index: 1;
  width: min(1320px, calc(100% - 40px));
  height: 754px;
  margin: 0 auto;
}

.rs-adv-tech-head {
  text-align: center;
}

.rs-adv-tech-head h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin: 0;
  color: #fff;
  font-size: 42px;
  line-height: 1.2;
  font-weight: 800;
}

.rs-adv-tech-head h2 span {
  position: relative;
  display: block;
  width: 118px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .82));
}

.rs-adv-tech-head h2 span:last-child {
  background: linear-gradient(90deg, rgba(255, 255, 255, .82), transparent);
}

.rs-adv-tech-head h2 span::after {
  content: "";
  position: absolute;
  top: -3px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 12px rgba(96, 221, 255, .8);
}

.rs-adv-tech-head h2 span:first-child::after {
  right: -4px;
}

.rs-adv-tech-head h2 span:last-child::after {
  left: -4px;
}

.rs-adv-tech-head p {
  margin: 24px 0 0;
  color: rgba(255, 255, 255, .82);
  font-size: 22px;
  line-height: 1.6;
  text-align: center !important;
}

.rs-adv-badges {
  position: relative;
  z-index: 4;
  display: flex;
  justify-content: center;
  gap: 44px;
  margin-top: 24px;
}

.rs-adv-badges img {
  display: block;
  width: 130px;
  height: 130px;
  object-fit: contain;
  filter: drop-shadow(0 0 16px rgba(54, 222, 255, .35));
  animation: rsAdvBadgeFloat 3.8s ease-in-out infinite;
}

.rs-adv-badges img:nth-child(1) {
  margin-top: 24px;
}

.rs-adv-badges img:nth-child(2) {
  margin-top: 8px;
  animation-delay: .25s;
}

.rs-adv-badges img:nth-child(3) {
  animation-delay: .5s;
}

.rs-adv-badges img:nth-child(4) {
  margin-top: 8px;
  animation-delay: .75s;
}

.rs-adv-badges img:nth-child(5) {
  margin-top: 18px;
  animation-delay: 1s;
}

.rs-adv-orbit {
  position: absolute;
  left: 50%;
  bottom: 36px;
  width: 1064px;
  height: 520px;
  transform: translateX(-50%);
}

.rs-adv-round {
  position: absolute;
  left: 50%;
  bottom: -123px;
  z-index: 1;
  display: block;
  width: 100vw;
  min-width: 1560px;
  max-width: none;
  transform: translateX(-50%);
  pointer-events: none;
}

.rs-adv-cloud {
  position: absolute;
  left: 50%;
  top: 88px;
  z-index: 5;
  display: block;
  width: 125px;
  transform: translateX(-50%);
  filter: drop-shadow(0 12px 20px rgba(0, 180, 255, .28));
  animation: rsAdvCloudPulse 4.4s ease-in-out infinite;
}

.rs-tech-item {
  position: absolute;
  z-index: 4;
  color: #fff;
  text-align: center;
  transition: left 1s ease, right 1s ease, bottom 1s ease, width 1s ease, transform 1s ease;
}

.rs-tech-item img {
  display: block;
  width: 100%;
  transition: opacity .25s ease, transform .25s ease;
}

.rs-tech-item .is-on {
  position: absolute;
  inset: 0;
  opacity: 0;
}

.rs-tech-item:hover > img:first-of-type,
.rs-tech-item.is-active > img:first-of-type {
  opacity: 0;
}

.rs-tech-item:hover .is-on,
.rs-tech-item.is-active .is-on {
  opacity: 1;
}

.rs-tech-item:hover img,
.rs-tech-item.is-active img {
  transform: translateY(-4px);
}

.rs-tech-item p {
  position: absolute;
  left: 50%;
  bottom: 20px;
  z-index: 6;
  width: 220px;
  margin: 0;
  color: #fff;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 800;
  text-shadow: 0 0 10px rgba(12, 195, 255, .52);
  transform: translateX(-50%);
}

.rs-tech-item.style1 {
  left: 50%;
  bottom: 0;
  right: auto;
  width: 213px;
  transform: translateX(-50%);
}

.rs-tech-item.style1 p {
  bottom: 70px;
  font-size: 22px;
}

.rs-tech-item.style2 {
  left: 152px;
  right: auto;
  bottom: 2px;
  width: 190px;
  transform: none;
}

.rs-tech-item.style2 p {
  bottom: 52px;
}

.rs-tech-item.style3 {
  left: 0;
  right: auto;
  bottom: 162px;
  width: 152px;
  transform: none;
}

.rs-tech-item.style3 p {
  bottom: 32px;
}

.rs-tech-item.style4 {
  left: 185px;
  right: auto;
  bottom: 285px;
  width: 121px;
  transform: none;
}

.rs-tech-item.style5 {
  left: 373px;
  right: auto;
  bottom: 328px;
  width: 121px;
  transform: none;
}

.rs-tech-item.style6 {
  left: 572px;
  right: auto;
  bottom: 328px;
  width: 121px;
  transform: none;
}

.rs-tech-item.style7 {
  left: 755px;
  right: auto;
  bottom: 285px;
  width: 121px;
  transform: none;
}

.rs-tech-item.style8 {
  left: 915px;
  right: auto;
  bottom: 162px;
  width: 152px;
  transform: none;
}

.rs-tech-item.style8 p {
  bottom: 32px;
}

.rs-tech-item.style9 {
  left: 730px;
  right: auto;
  bottom: -2px;
  width: 190px;
  transform: none;
}

.rs-tech-item.style9 p {
  bottom: 62px;
}

@keyframes rsAdvGradientFlow {
  0%, 100% { background-position: 0% 50%, center, center; }
  50% { background-position: 100% 50%, center, center; }
}

@keyframes rsAdvBadgeFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@keyframes rsAdvCloudPulse {
  0%, 100% {
    transform: translateX(-50%) translateY(0) scale(1);
    filter: drop-shadow(0 12px 20px rgba(0, 180, 255, .28));
  }
  50% {
    transform: translateX(-50%) translateY(-8px) scale(1.04);
    filter: drop-shadow(0 18px 28px rgba(0, 220, 255, .4));
  }
}

@keyframes rsAdvGridDrift {
  from { background-position: 0 0, 0 0; }
  to { background-position: 92px 46px, 46px 92px; }
}

@keyframes rsAdvLightSweep {
  0%, 42% { left: -40%; opacity: 0; }
  52% { opacity: .8; }
  70%, 100% { left: 112%; opacity: 0; }
}

@keyframes rsAdvCardShine {
  0%, 38% {
    opacity: 0;
    transform: translateX(-120%);
  }
  50% {
    opacity: .72;
  }
  64%, 100% {
    opacity: 0;
    transform: translateX(120%);
  }
}

@keyframes rsAdvDotPulse {
  0%, 100% {
    transform: scale(.82);
    opacity: .65;
  }
  50% {
    transform: scale(1.12);
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rs-advantage,
  .rs-advantage::before,
  .rs-advantage::after,
  .rs-adv-grid div::before,
  .rs-adv-grid div::after,
  .rs-adv-badges img,
  .rs-adv-cloud {
    animation: none !important;
  }

  .rs-tech-item {
    transition: none !important;
  }

  html.rs-motion-enabled .rs-motion-item {
    opacity: 1;
    transform: none;
    filter: none;
    transition: none;
  }
}

@media (max-width: 1100px) {
  .rs-header-main {
    flex-wrap: wrap;
    gap: 0 20px;
    padding: 12px 0 0;
  }

  .rs-nav {
    order: 3;
    justify-content: flex-start;
    width: 100%;
    margin-top: 10px;
    overflow-x: auto;
    border-top: 1px solid var(--rs-line);
  }

  .rs-nav a {
    flex: 0 0 auto;
    min-height: 46px;
  }

  .rs-nav a::after {
    bottom: 6px;
  }

  .rs-two-col,
  .rs-intro-grid,
  .rs-page-layout {
    grid-template-columns: 1fr;
  }

  .rs-industry-grid,
  .rs-case-grid,
  .rs-list-grid,
  .rs-adv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rs-adv-showcase {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: auto;
  }

  .rs-adv-showcase .rs-adv-feature,
  .rs-adv-showcase .rs-adv-feature-main {
    min-height: 220px;
  }

  .rs-adv-showcase .rs-adv-feature-main {
    grid-column: 1 / -1;
  }

  .rs-intro-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rs-side-nav {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .rs-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .rs-wrap {
    width: calc(100% - 28px);
  }

  .rs-topbar-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
    padding: 8px 0;
  }

  .rs-topbar a {
    margin: 0 16px 0 0;
  }

  .rs-header-main {
    min-height: 0;
  }

  .rs-brand-text strong {
    max-width: calc(100vw - 130px);
    font-size: 16px !important;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .rs-brand-text em {
    display: none;
  }

  .rs-consult {
    height: 36px;
    padding: 0 14px;
  }

  .rs-nav {
    gap: 18px;
  }

  .rs-nav a {
    font-size: 14px !important;
  }

  .rs-hero,
  .rs-hero-inner,
  .rs-hero-track,
  .rs-hero-slide {
    min-height: 560px;
  }

  .rs-hero-nav {
    width: 40px;
    height: 40px;
  }

  .rs-hero-prev {
    left: 14px;
  }

  .rs-hero-next {
    right: 14px;
  }

  .rs-hero-dots {
    bottom: 20px;
  }

  .rs-hero-dots button {
    width: 24px;
  }

  .rs-hero-dots button.is-active,
  .rs-hero-dots button:hover,
  .rs-hero-dots button:focus-visible {
    width: 34px;
  }

  .rs-hero h1 {
    font-size: 36px;
  }

  .rs-hero p {
    font-size: 15px;
    line-height: 1.75;
  }

  .rs-section {
    padding: 58px 0;
  }

  .rs-two-col h2,
  .rs-section-head h2,
  .rs-cta h2,
  .rs-page-hero h1 {
    font-size: 28px;
  }

  .rs-section-head {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 28px;
  }

  .rs-section-head p {
    justify-self: start;
    max-width: none;
  }

  .rs-intro-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 18px;
  }

  .rs-stat-item strong {
    font-size: 46px !important;
  }

  .rs-intro-stats .rs-count {
    font-size: 46px !important;
  }

  .rs-stat-item em {
    font-size: 14px;
  }

  .rs-industry-grid,
  .rs-case-grid,
  .rs-list-grid,
  .rs-adv-grid,
  .rs-doc-section ul,
  .rs-contact-panel,
  .rs-footer-grid {
    grid-template-columns: 1fr;
  }

  .rs-adv-showcase {
    display: grid;
    grid-template-columns: 1fr;
  }

  .rs-adv-showcase .rs-adv-feature,
  .rs-adv-showcase .rs-adv-feature-main {
    min-height: 0;
    padding: 28px 24px;
    align-items: flex-start;
    text-align: left;
  }

  .rs-adv-showcase .rs-adv-feature {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, .12);
  }

  .rs-adv-showcase .rs-adv-feature p {
    max-width: none;
    margin-left: 0;
  }

  .rs-adv-showcase .rs-adv-feature-main strong {
    font-size: 28px;
  }

  .rs-card-image,
  .rs-card-image img,
  .rs-list-image img,
  .rs-case-image img {
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .rs-cta-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .rs-page-hero {
    min-height: 220px;
    padding: 46px 0;
  }

  .rs-page {
    padding: 34px 0 56px;
  }

  .rs-content,
  .rs-article {
    padding: 22px 18px;
  }

  .rs-content-title h2 {
    font-size: 24px;
  }

  .rs-richtext {
    font-size: 15px;
  }
}

/* Chinese ink-wash atmosphere */
body.rs-china-style {
  background:
    radial-gradient(circle at 12% 18%, rgba(45, 118, 88, .08), transparent 26%),
    radial-gradient(circle at 86% 12%, rgba(170, 36, 32, .055), transparent 24%),
    linear-gradient(180deg, #f8faf6 0%, #fff 34%, #f3f7f1 100%) !important;
}

.rs-ink-layer {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.rs-ink-layer span {
  position: absolute;
  display: block;
  width: var(--ink-size, 260px);
  height: var(--ink-size, 260px);
  left: var(--ink-x, 50%);
  top: var(--ink-y, 20%);
  border-radius: 46% 54% 58% 42%;
  background:
    radial-gradient(circle at 38% 34%, rgba(45, 98, 76, .12), transparent 42%),
    radial-gradient(circle at 62% 68%, rgba(33, 61, 68, .08), transparent 48%);
  filter: blur(18px);
  opacity: .7;
  transform: translate3d(-50%, calc(-50% + var(--rs-scroll-drift, 0px)), 0) rotate(var(--ink-rotate, 0deg));
  animation: rsInkFloat var(--ink-speed, 18s) ease-in-out infinite;
}

.rs-ink-layer span:nth-child(1) { --ink-x: 8%; --ink-y: 24%; --ink-size: 300px; --ink-speed: 19s; --ink-rotate: -8deg; }
.rs-ink-layer span:nth-child(2) { --ink-x: 86%; --ink-y: 20%; --ink-size: 250px; --ink-speed: 22s; --ink-rotate: 14deg; }
.rs-ink-layer span:nth-child(3) { --ink-x: 18%; --ink-y: 72%; --ink-size: 220px; --ink-speed: 20s; --ink-rotate: 22deg; }
.rs-ink-layer span:nth-child(4) { --ink-x: 78%; --ink-y: 78%; --ink-size: 340px; --ink-speed: 24s; --ink-rotate: -18deg; }
.rs-ink-layer span:nth-child(5) { --ink-x: 50%; --ink-y: 48%; --ink-size: 210px; --ink-speed: 21s; --ink-rotate: 9deg; }

.rs-header,
.rs-home,
.rs-page,
.rs-footer {
  position: relative;
  z-index: 1;
}

.rs-section,
.rs-page {
  position: relative;
  overflow: hidden;
}

.rs-section:not(.rs-advantage)::before,
.rs-page::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(115deg, transparent 0 38%, rgba(45, 118, 88, .045) 39%, transparent 54%),
    radial-gradient(ellipse at 78% 18%, rgba(175, 46, 40, .045), transparent 32%);
  opacity: .85;
}

.rs-section > .rs-wrap,
.rs-page > .rs-wrap,
.rs-page > .rs-article {
  position: relative;
  z-index: 1;
}

.rs-section-head h2,
.rs-page-hero h1,
.rs-content-title h2 {
  position: relative;
  display: inline-block;
}

.rs-section-head h2::after,
.rs-page-hero h1::after,
.rs-content-title h2::after {
  content: "";
  position: absolute;
  left: .03em;
  right: -.15em;
  bottom: -.2em;
  height: .24em;
  border-radius: 50%;
  background: linear-gradient(90deg, rgba(42, 132, 88, .26), rgba(42, 132, 88, .06), transparent);
  transform: skewX(-18deg);
}

.rs-industry-card,
.rs-case-card,
.rs-list-card,
.rs-content,
.rs-article {
  position: relative;
  transition:
    transform .38s ease,
    box-shadow .38s ease,
    border-color .38s ease;
}

.rs-industry-card::before,
.rs-case-card::before,
.rs-list-card::before,
.rs-content::before,
.rs-article::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(115deg, transparent 0%, rgba(45, 118, 88, .08) 48%, transparent 62%),
    radial-gradient(circle at 18% 12%, rgba(255, 255, 255, .7), transparent 24%);
  opacity: 0;
  transform: translateX(-18%);
  transition:
    opacity .38s ease,
    transform .38s ease;
}

.rs-industry-card:hover,
.rs-case-card:hover,
.rs-list-card:hover {
  transform: translateY(-8px);
  border-color: rgba(42, 132, 88, .26);
  box-shadow: 0 28px 64px rgba(28, 62, 50, .14);
}

.rs-industry-card:hover::before,
.rs-case-card:hover::before,
.rs-list-card:hover::before,
.rs-content:hover::before,
.rs-article:hover::before {
  opacity: 1;
  transform: translateX(0);
}

.rs-card-image,
.rs-case-image img,
.rs-list-image img,
.rs-intro-photo {
  transition:
    transform .58s ease,
    filter .58s ease;
}

.rs-industry-card:hover .rs-card-image,
.rs-case-card:hover .rs-case-image img,
.rs-list-card:hover .rs-list-image img,
.rs-intro-media:hover .rs-intro-photo {
  transform: scale(1.035);
  filter: saturate(1.06) contrast(1.04);
}

.rs-page-hero {
  position: relative;
  overflow: hidden;
}

.rs-page-hero::after {
  content: "";
  position: absolute;
  inset: auto -10% 0;
  height: 42%;
  background:
    radial-gradient(ellipse at 18% 100%, rgba(255, 255, 255, .32), transparent 54%),
    radial-gradient(ellipse at 66% 100%, rgba(255, 255, 255, .24), transparent 60%);
  filter: blur(10px);
  opacity: .65;
  animation: rsMistMove 12s ease-in-out infinite;
  pointer-events: none;
}

@keyframes rsInkFloat {
  0%, 100% {
    border-radius: 46% 54% 58% 42%;
    transform: translate3d(-50%, calc(-50% + var(--rs-scroll-drift, 0px)), 0) rotate(var(--ink-rotate, 0deg)) scale(1);
  }
  50% {
    border-radius: 58% 42% 44% 56%;
    transform: translate3d(-50%, calc(-54% + var(--rs-scroll-drift, 0px)), 0) rotate(calc(var(--ink-rotate, 0deg) + 8deg)) scale(1.08);
  }
}

@keyframes rsMistMove {
  0%, 100% {
    transform: translateX(-2%);
    opacity: .58;
  }
  50% {
    transform: translateX(3%);
    opacity: .78;
  }
}

@media (max-width: 720px) {
  .rs-ink-layer span {
    opacity: .45;
  }

}

@media (prefers-reduced-motion: reduce) {
  .rs-ink-layer span,
  .rs-page-hero::after,
  .rs-hero-slide {
    animation: none !important;
    transition: none !important;
  }
}

/* Scroll performance tuning */
.rs-header {
  background: #fff;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.rs-advantage,
.rs-advantage::before,
.rs-adv-grid div::before,
.rs-adv-grid div::after {
  animation: none !important;
}

.rs-advantage {
  background-size: auto;
}

.rs-advantage::before {
  opacity: .32;
}

.rs-advantage::after {
  content: none;
}

.rs-adv-grid div {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

html.rs-motion-enabled .rs-motion-item {
  filter: none;
  transition:
    opacity .45s ease,
    transform .45s ease;
}

html.rs-motion-enabled .rs-motion-item.is-visible {
  filter: none;
}

.rs-ink-layer {
  display: none;
}

