:root {
  --blue: #005bac;
  --blue-dark: #00428b;
  --light-blue: #ecf6ff;
  --orange: #ff7900;
  --text: #26364c;
  --muted: #6f7d8e;
  --line: #d8e6f4;
  --bg: #f6fbff;
  --side-nav-width: 280px;
  --site-wrap: 1200px;
}

body.layout-wide {
  --site-wrap: 1400px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 1200px;
  color: var(--text);
  background: #fff;
  font-family: "Microsoft YaHei", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.65;
}

.seo-h1 {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

a {
  color: inherit;
  text-decoration: none;
}

main a {
  transition: color .2s ease;
}

main a:hover {
  color: var(--blue);
}

main .news-feature a:hover h3,
main .tab-panel a:hover em,
main .case-card:hover h3,
main .solution-page-grid article:hover h2,
main .service-steps article:hover h3,
main .news-row:hover h2,
main .honor-grid article:hover span {
  color: var(--blue);
}

img {
  display: block;
  max-width: 100%;
}

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

.error-page {
  min-width: 0;
  min-height: 100vh;
  background: radial-gradient(circle at 18% 18%, rgba(255, 121, 0, .16), transparent 28%),
    linear-gradient(135deg, #f4f9ff 0%, #eaf4ff 45%, #ffffff 100%);
}

.error-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 48px 20px;
}

.error-panel {
  position: relative;
  display: grid;
  grid-template-columns: 420px minmax(0, 1fr);
  gap: 52px;
  align-items: center;
  width: min(1040px, 100%);
  min-height: 460px;
  padding: 54px 58px;
  overflow: hidden;
  border: 1px solid rgba(0, 91, 172, .12);
  border-radius: 8px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 28px 70px rgba(27, 83, 145, .14);
}

.error-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(0, 91, 172, .06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 91, 172, .06) 1px, transparent 1px);
  background-size: 46px 46px;
  pointer-events: none;
}

.error-visual,
.error-copy {
  position: relative;
  z-index: 1;
}

.error-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  border-radius: 8px;
  background: linear-gradient(135deg, #005bac 0%, #1679d0 100%);
  color: #fff;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .18);
}

.error-visual::before,
.error-visual::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 50%;
}

.error-visual::before {
  width: 72%;
  height: 72%;
}

.error-visual::after {
  width: 48%;
  height: 48%;
}

.error-code {
  position: relative;
  z-index: 2;
  font: 800 86px/1 Arial, sans-serif;
  letter-spacing: 0;
  text-shadow: 0 12px 26px rgba(0, 36, 78, .24);
}

.error-scan {
  position: absolute;
  left: 12%;
  right: 12%;
  height: 3px;
  border-radius: 999px;
  background: rgba(255, 121, 0, .9);
  box-shadow: 0 0 18px rgba(255, 121, 0, .45);
}

.error-scan--one {
  top: 32%;
}

.error-scan--two {
  bottom: 31%;
  background: rgba(255, 255, 255, .72);
}

.error-node {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ff7900;
  box-shadow: 0 0 0 8px rgba(255, 121, 0, .16);
}

.error-node--one {
  left: 21%;
  top: 23%;
}

.error-node--two {
  right: 24%;
  top: 30%;
}

.error-node--three {
  right: 30%;
  bottom: 22%;
}

.error-eyebrow {
  display: block;
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2px;
}

.error-copy h1 {
  margin: 12px 0 18px;
  color: #18395d;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.2;
}

.error-copy p {
  max-width: 520px;
  margin: 0;
  color: #5e6f83;
  font-size: 16px;
  line-height: 1.9;
}

.error-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.error-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 104px;
  height: 42px;
  padding: 0 18px;
  border: 1px solid rgba(0, 91, 172, .18);
  border-radius: 4px;
  color: #1d4f82;
  background: #fff;
  font-weight: 700;
}

.error-actions a:hover,
.error-actions .error-primary {
  color: #fff;
  border-color: var(--blue);
  background: var(--blue);
}

.wrap {
  width: min(var(--site-wrap), calc(100% - 48px));
  margin: 0 auto;
}

.site-header {
  background: #fff;
}

.top-strip {
  height: 38px;
  color: #536071;
  background: #f3f6fa;
  border-bottom: 1px solid #e6ebf2;
  font-size: 14px;
}

.top-strip .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 38px;
}

.top-strip i {
  margin: 0 10px;
  color: #c8cfd8;
  font-style: normal;
}

.brand-row {
  background: #fff;
}

.brand-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 116px;
}

.logo {
  flex: 0 0 280px;
  width: 280px;
  padding-right: 0;
  border-right: 0;
}

.logo img {
  width: 260px;
}

.slogan {
  flex: 1;
  min-width: 300px;
  padding-left: 30px;
  border-left: 1px solid #e6ebf2;
}

.slogan strong {
  display: block;
  color: #075db8;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}

.slogan span {
  display: block;
  margin-top: 6px;
  color: #313947;
  font-size: 15px;
}

.header-tel {
  display: flex;
  align-items: center;
  gap: 10px;
}

.tel-icon {
  font-size: 48px;
  color: #ff7900;
  line-height: 1;
}

.header-tel p {
  margin: 0;
  color: #485668;
  font-size: 13px;
  font-weight: 700;
}

.header-tel strong {
  display: block;
  margin-top: 1px;
  color: #ff7900;
  font: 700 24px/1.2 Arial, sans-serif;
}

.nav-toggle {
  display: none;
}

.main-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  height: 54px;
  background: linear-gradient(90deg, #0755aa 0%, #086bc4 54%, #0755aa 100%);
  box-shadow: 0 10px 24px rgba(7, 93, 184, .16);
}

.main-nav .wrap {
  position: relative;
}

.main-nav ul {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  align-items: center;
  height: 54px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-nav li {
  position: relative;
  height: 54px;
}

.main-nav li:not(.search-trigger):not(:last-child) {
  background-image: linear-gradient(rgba(255, 255, 255, .24), rgba(255, 255, 255, .24));
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 1px 18px;
}

.main-nav .has-mega,
.main-nav .nav-product {
  position: static;
}

.main-nav li:not(.search-trigger):not(:last-child)::after {
  display: none;
}

.main-nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  margin: 9px 7px;
  padding: 0 12px;
  border-radius: 999px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .2px;
  white-space: nowrap;
  transition: background .22s ease, transform .22s ease, box-shadow .22s ease;
}

.main-nav a:hover,
.main-nav a.active {
  background: rgba(255, 255, 255, .18);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .18);
  transform: translateY(-1px);
}

.nav-mega {
  position: absolute;
  left: 0;
  right: 0;
  top: 54px;
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 28px;
  padding: 28px 30px;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 18px 42px rgba(17, 42, 78, .16);
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity .22s ease, transform .22s ease;
}

.has-mega:hover .nav-mega,
.has-mega:focus-within .nav-mega {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.nav-mega__intro {
  padding: 24px 26px;
  color: #fff;
  background: linear-gradient(135deg, #1f58ad 0%, #2e78d5 100%);
}

.nav-mega__intro strong {
  display: block;
  font-size: 26px;
  line-height: 1.2;
}

.nav-mega__intro span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, .72);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
}

.nav-mega__intro span::after {
  content: "";
  display: block;
  width: 34px;
  height: 3px;
  margin-top: 16px;
  background: rgba(255, 255, 255, .9);
}

.nav-mega__intro p {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, .88);
  font-size: 14px;
  line-height: 1.8;
}

.nav-mega__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px 14px;
  align-content: start;
}

.main-nav .nav-mega__grid a {
  position: relative;
  justify-content: flex-start;
  height: 44px;
  margin: 0;
  padding: 0 34px 0 16px;
  border-radius: 0;
  color: #33445a;
  background: #f5f8fb;
  box-shadow: none;
  font-size: 14px;
  font-weight: 700;
  transform: none;
}

.main-nav .nav-mega__grid a::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  opacity: .45;
  transform: translateY(-50%) rotate(45deg);
}

.main-nav .nav-mega__grid a:hover {
  color: #fff;
  background: #1f58ad;
}

.search-trigger {
  margin-left: 0;
}

.search-trigger button {
  position: relative;
  width: 100%;
  height: 54px;
  border: 0;
  background: transparent;
  transition: background .25s ease;
}

.search-trigger button:hover {
  background: rgba(255, 255, 255, .12);
}

.search-trigger button::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 16px;
  width: 14px;
  height: 14px;
  border: 3px solid #fff;
  border-radius: 50%;
}

.search-trigger button::after {
  content: "";
  position: absolute;
  left: 32px;
  top: 31px;
  width: 11px;
  height: 3px;
  background: #fff;
  transform: rotate(45deg);
  transform-origin: left center;
}

.hero {
  overflow: hidden;
  background: #dcefff;
}

.hero-swiper {
  aspect-ratio: 1420 / 532;
}

.hero-swiper,
.hero-swiper .swiper-wrapper {
  width: 100%;
}

.hero-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  overflow: hidden;
}

.hero-swiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.06);
  transition: transform 5.5s ease;
}

.hero-swiper .swiper-slide-active img {
  transform: scale(1.02);
}

.hero-pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  border: 2px solid #fff;
  background: transparent;
  opacity: 1;
}

.hero-pagination .swiper-pagination-bullet-active {
  background: #fff;
}

.section-tight {
  padding: 42px 0 36px;
}

.section-title {
  position: relative;
  margin-bottom: 36px;
  text-align: center;
}

.section-title::before,
.section-title::after {
  display: none;
}

.section-title h2 {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 28px;
  margin: 0;
  color: #111827;
  font-size: 38px;
  line-height: 1.15;
  font-weight: 800;
}

.section-title h2::before,
.section-title h2::after {
  content: "";
  display: block;
  width: 175px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #cfd6df);
}

.section-title h2::after {
  transform: scaleX(-1);
}

.section-title p {
  margin: 12px 0 0;
  color: #5f6b7a;
  font-size: 15px;
}

.product-section {
  background:
    linear-gradient(180deg, #ffffff 0%, #f4f9ff 100%);
}

.product-layout {
  display: grid;
  grid-template-columns: var(--side-nav-width) 1fr;
  gap: 26px;
  align-items: start;
}

.product-menu {
  overflow: hidden;
  padding: 0;
  border: 1px solid #dce5ef;
  border-radius: 0;
  background: #fff;
  box-shadow: 0 14px 34px rgba(30, 62, 95, .08);
}

.product-menu h3 {
  position: relative;
  display: block;
  height: 104px;
  margin: 0;
  padding: 20px 18px 0;
  color: #fff;
  background: linear-gradient(135deg, #3f83ce 0%, #1f58ad 100%);
  font-size: 0;
  box-shadow: none;
}

.product-menu h3::before {
  content: "";
  position: absolute;
  left: 18px;
  bottom: 18px;
  width: 38px;
  height: 2px;
  background: rgba(255, 255, 255, .55);
}

.product-menu h3::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 31px;
  width: 22px;
  height: 22px;
  background:
    linear-gradient(#fff 0 0) 0 0 / 9px 9px no-repeat,
    linear-gradient(#fff 0 0) 13px 0 / 9px 9px no-repeat,
    linear-gradient(#fff 0 0) 0 13px / 9px 9px no-repeat,
    linear-gradient(#fff 0 0) 13px 13px / 9px 9px no-repeat;
  opacity: .92;
}

.product-menu h3 span {
  display: block;
  color: #fff;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: 0;
}

.product-menu h3 small {
  display: block;
  margin-top: 7px;
  color: rgba(255, 255, 255, .92);
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.product-menu ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-menu ul button,
.product-menu ul a {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 52px;
  padding: 0 58px 0 20px;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  border-radius: 0;
  background: #fff;
  color: #333;
  cursor: pointer;
  font-family: inherit;
  text-align: left;
  font-size: 16px;
  transition: background .2s ease, color .2s ease;
}

.product-menu ul button::after,
.product-menu ul a::after {
  content: "";
  position: absolute;
  right: 24px;
  top: 50%;
  width: 17px;
  height: 17px;
  border: 1px solid currentColor;
  border-radius: 50%;
  color: #8a8f96;
  transform: translateY(-50%);
}

.product-menu ul button::before,
.product-menu ul a::before {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  color: #8a8f96;
  transform: translateY(-50%) rotate(45deg);
  z-index: 1;
}

.product-menu ul button:hover,
.product-menu ul button.active,
.product-menu ul a:hover,
.product-menu ul a.active {
  color: #fff;
  background: #2857aa;
  box-shadow: none;
  transform: none;
}

.product-menu ul button:hover::after,
.product-menu ul button.active::after,
.product-menu ul a:hover::after,
.product-menu ul a.active::after {
  color: #fff;
}

.product-menu ul button:hover::before,
.product-menu ul button.active::before,
.product-menu ul a:hover::before,
.product-menu ul a.active::before {
  color: #fff;
}

.product-menu__tel {
  position: relative;
  min-height: 126px;
  padding: 30px 18px 24px 78px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .98) 0%, rgba(247, 251, 255, .96) 100%);
  text-align: left;
}

.product-menu__tel::before {
  content: "";
  position: absolute;
  left: 22px;
  top: 34px;
  width: 42px;
  height: 42px;
  background: url("../images/index-tel.png") center / contain no-repeat;
}

.product-menu__tel::after {
  content: "";
  position: absolute;
  left: 78px;
  right: 24px;
  bottom: 22px;
  height: 1px;
  background: linear-gradient(90deg, rgba(240, 121, 24, .55), transparent);
}

.product-menu__tel p {
  margin: 0;
  color: #586579;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 1.5px;
}

.product-menu__tel strong {
  display: block;
  margin-top: 8px;
  color: #f07918;
  font-family: "DIN Alternate", "Arial Black", Impact, Arial, sans-serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .5px;
  text-shadow: 0 8px 18px rgba(240, 121, 24, .16);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px 26px;
  opacity: 1;
  transform: translateY(0);
  transition: opacity .18s ease, transform .18s ease;
}

.product-grid.is-switching {
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
}

.home-product-panels {
  min-width: 0;
}

.home-product-grid article:nth-child(10) {
  display: none;
}

.home-product-empty {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 220px;
  border: 1px solid #dce5ef;
  background: #fff;
  color: #6c7785;
  font-size: 15px;
  box-shadow: 0 10px 24px rgba(40, 65, 92, .06);
}

.empty-state {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 180px;
  padding: 30px 20px;
  border: 1px dashed #d8e3ef;
  background: #fff;
  color: #64748b;
  font-size: 15px;
  text-align: center;
  box-shadow: 0 10px 24px rgba(40, 65, 92, .04);
}

.empty-state--list {
  min-height: 160px;
}

.product-grid article {
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: 0 10px 24px rgba(40, 65, 92, .08);
  transition: transform .25s ease, box-shadow .25s ease;
}

.product-grid article:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 34px rgba(40, 65, 92, .14);
}

.product-grid article:hover img {
  transform: scale(1.06);
}

.product-grid a {
  display: block;
  padding: 0;
  background: #fff;
}

.product-grid img {
  display: block;
  width: 100%;
  height: 210px;
  border-radius: 0;
  object-fit: cover;
  background: #eef2f5;
  transition: transform .8s ease;
}

.product-grid span {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  margin-top: 0;
  padding: 8px 12px;
  color: #333;
  background: #fff;
  line-height: 1.35;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-grid span::after {
  display: none;
}

.product-grid article:hover span {
  color: #1f58ad;
}

.process-section {
  position: relative;
  overflow: hidden;
  padding: 56px 0 64px;
  background:
    linear-gradient(180deg, rgba(245, 250, 255, .92) 0%, rgba(255, 255, 255, .9) 62%, rgba(241, 248, 255, .95) 100%),
    url("../images/subpage-banner-security.jpg") center bottom / cover no-repeat;
}

.process-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .94) 0%, rgba(255, 255, 255, .62) 32%, rgba(255, 255, 255, .54) 68%, rgba(255, 255, 255, .94) 100%),
    linear-gradient(180deg, rgba(242, 248, 255, .58) 0%, rgba(255, 255, 255, .3) 42%, rgba(255, 255, 255, .76) 100%);
  backdrop-filter: blur(5px);
}

.process-section .wrap {
  position: relative;
  z-index: 1;
}

.process-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 34px;
}

.process-title::before {
  content: "";
  position: absolute;
  left: 15%;
  right: 15%;
  top: 50%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(43, 113, 194, .22), transparent);
}

.process-title h2 {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 0;
  padding: 0 28px 14px;
  color: #0865c6;
  background: linear-gradient(180deg, rgba(244, 250, 255, .8), rgba(255, 255, 255, .6));
  font-size: 34px;
  font-weight: 900;
  line-height: 1.2;
}

.process-title h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 286px;
  max-width: 72%;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(90deg, #0d73d9, #0958ba);
  box-shadow: 0 8px 18px rgba(13, 103, 203, .2);
  transform: translateX(-50%);
}

.solution-orbit {
  position: relative;
  width: min(1040px, 100%);
  height: 600px;
  margin: 0 auto;
}

.solution-orbit__ring {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 540px;
  height: 540px;
  border: 2px solid rgba(18, 118, 217, .46);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: orbitBreath 4.8s ease-in-out infinite;
}

.solution-orbit__ring::before,
.solution-orbit__ring::after {
  content: "";
  position: absolute;
  inset: 38px;
  border: 1px dashed rgba(18, 118, 217, .18);
  border-radius: 50%;
}

.solution-orbit__ring::after {
  inset: -11px;
  border-style: solid;
  border-color: rgba(18, 118, 217, .14);
}

.solution-orbit__core {
  position: absolute;
  left: 50%;
  top: 50%;
  display: grid;
  place-items: center;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 255, 255, .96) 0 58%, rgba(255, 255, 255, .82) 59% 100%);
  box-shadow:
    0 22px 48px rgba(54, 111, 170, .12),
    inset 0 0 0 1px rgba(255, 255, 255, .72);
  transform: translate(-50%, -50%);
}

.solution-core-card {
  position: relative;
  width: 268px;
  min-height: 250px;
  padding: 18px 18px 16px;
  border: 1px solid rgba(35, 111, 195, .14);
  border-radius: 8px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 16px 36px rgba(47, 98, 154, .11);
  text-align: center;
}

.solution-core-card span {
  display: block;
  color: #0d73d9;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.solution-core-card h3 {
  margin: 8px 0 14px;
  color: #132b45;
  font-size: 20px;
  line-height: 1.2;
}

.solution-core-card p {
  margin: 14px 0 0;
  color: #5d6d80;
  font-size: 13px;
  line-height: 1.5;
}

.solution-diagram {
  position: relative;
  height: 152px;
  overflow: hidden;
  border-radius: 6px;
  background:
    linear-gradient(180deg, transparent 0 33px, #71aee2 34px 40px, transparent 41px),
    linear-gradient(90deg, transparent 0 28px, rgba(20, 114, 207, .16) 29px 30px, transparent 31px),
    linear-gradient(180deg, #f8fbff, #eef6ff);
}

.solution-diagram i {
  position: absolute;
  display: block;
}

.diagram-camera {
  left: 22px;
  top: 18px;
  width: 28px;
  height: 16px;
  border-radius: 3px;
  background: #2b7fc7;
}

.diagram-camera::after {
  content: "";
  position: absolute;
  right: -8px;
  top: 3px;
  border-left: 9px solid #2b7fc7;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.diagram-monitor {
  left: 92px;
  top: 12px;
  width: 38px;
  height: 24px;
  border: 3px solid #233954;
  background: linear-gradient(135deg, #8ed5ff, #1b7ed0);
}

.diagram-monitor::after {
  content: "";
  position: absolute;
  left: 12px;
  bottom: -10px;
  width: 14px;
  height: 7px;
  border-bottom: 3px solid #233954;
}

.diagram-nvr {
  right: 35px;
  top: 15px;
  width: 46px;
  height: 22px;
  border-radius: 3px;
  background: linear-gradient(180deg, #35465b, #172538);
}

.diagram-nvr::after {
  content: "";
  position: absolute;
  right: 6px;
  top: 8px;
  width: 17px;
  height: 3px;
  background: #e05353;
  box-shadow: -22px 0 0 #6dd17c;
}

.diagram-switch {
  width: 50px;
  height: 24px;
  border-radius: 4px;
  background: linear-gradient(180deg, #b8cad8, #6e879d);
}

.diagram-switch::after {
  content: "";
  position: absolute;
  left: 7px;
  right: 7px;
  top: 8px;
  height: 3px;
  background: repeating-linear-gradient(90deg, #dff5ff 0 4px, transparent 4px 8px);
}

.diagram-switch-a {
  left: 48px;
  top: 70px;
}

.diagram-switch-b {
  right: 48px;
  top: 70px;
}

.diagram-cloud {
  left: 50%;
  top: 82px;
  width: 76px;
  height: 28px;
  border-radius: 20px;
  background: #0d73d9;
  transform: translateX(-50%);
}

.diagram-cloud::before,
.diagram-cloud::after {
  content: "";
  position: absolute;
  bottom: 12px;
  border-radius: 50%;
  background: #0d73d9;
}

.diagram-cloud::before {
  left: 15px;
  width: 28px;
  height: 28px;
}

.diagram-cloud::after {
  right: 14px;
  width: 24px;
  height: 24px;
}

.diagram-line {
  height: 1px;
  background: rgba(11, 108, 205, .32);
  transform-origin: left center;
}

.diagram-line-a {
  left: 42px;
  top: 50px;
  width: 170px;
  transform: rotate(22deg);
}

.diagram-line-b {
  left: 70px;
  top: 112px;
  width: 145px;
}

.diagram-line-c {
  left: 130px;
  top: 112px;
  width: 132px;
  transform: rotate(-18deg);
}

.solution-node {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 18px;
  color: #333;
  font-size: 18px;
  line-height: 1.2;
  white-space: nowrap;
  transition: color .25s ease, transform .25s ease;
}

.solution-node:hover {
  color: #0b69cb;
  transform: translateY(-4px);
}

.solution-node span {
  min-width: 160px;
}

.solution-node:nth-of-type(odd) {
  text-align: right;
}

.solution-node:nth-of-type(even) {
  text-align: left;
}

.solution-icon {
  position: relative;
  flex: 0 0 auto;
  width: 118px;
  height: 118px;
  border: 5px solid #fff;
  border-radius: 50%;
  background:
    radial-gradient(circle at 34% 26%, rgba(255, 255, 255, .28), transparent 28%),
    linear-gradient(145deg, #0b7bdd, #045dbe);
  box-shadow:
    0 0 0 2px rgba(14, 112, 211, .58),
    0 0 0 10px rgba(13, 115, 217, .09),
    0 18px 34px rgba(12, 89, 176, .2);
  transition: box-shadow .25s ease, transform .25s ease;
}

.solution-node:hover .solution-icon {
  box-shadow:
    0 0 0 2px rgba(14, 112, 211, .72),
    0 0 0 14px rgba(13, 115, 217, .12),
    0 24px 44px rgba(12, 89, 176, .26);
  transform: scale(1.04);
}

.solution-icon b {
  position: absolute;
  left: 0;
  top: 22px;
  width: 100%;
  color: #fff;
  font: 700 28px/1 Georgia, "Times New Roman", serif;
  text-align: center;
}

.solution-icon::before,
.solution-icon::after {
  content: "";
  position: absolute;
}

.solution-icon::before {
  left: 50%;
  bottom: 26px;
  width: 38px;
  height: 30px;
  background: #fff;
  transform: translateX(-50%);
}

.solution-icon::after {
  left: 50%;
  bottom: 20px;
  width: 46px;
  height: 5px;
  border-radius: 999px;
  background: #fff;
  transform: translateX(-50%);
}

.icon-factory::before {
  clip-path: polygon(0 100%, 0 46%, 28% 28%, 28% 46%, 56% 28%, 56% 46%, 100% 46%, 100% 100%);
}

.icon-factory::after {
  box-shadow: -14px -10px 0 -1px #0b7bdd, 0 -10px 0 -1px #0b7bdd, 14px -10px 0 -1px #0b7bdd;
}

.icon-hotel::before {
  height: 42px;
  clip-path: polygon(42% 0, 58% 0, 58% 100%, 42% 100%, 42% 52%, 0 52%, 0 100%, 100% 100%, 100% 52%, 58% 52%);
}

.icon-villa::before {
  height: 28px;
  clip-path: polygon(0 45%, 50% 0, 100% 45%, 100% 100%, 0 100%);
}

.icon-campus::before {
  height: 42px;
  clip-path: polygon(0 100%, 0 30%, 34% 30%, 34% 0, 66% 0, 66% 30%, 100% 30%, 100% 100%);
}

.icon-inn::before {
  height: 38px;
  clip-path: polygon(0 100%, 0 36%, 20% 36%, 20% 12%, 80% 12%, 80% 36%, 100% 36%, 100% 100%);
}

.icon-store::before {
  height: 36px;
  clip-path: polygon(0 26%, 100% 26%, 100% 100%, 0 100%);
}

.icon-store::after {
  bottom: 52px;
  width: 48px;
  height: 14px;
  border-radius: 8px 8px 4px 4px;
  background: repeating-linear-gradient(90deg, #fff 0 8px, rgba(255, 255, 255, .72) 8px 16px);
}

.node-1 {
  left: 96px;
  top: 92px;
}

.node-2 {
  right: 90px;
  top: 92px;
}

.node-3 {
  left: 24px;
  top: 275px;
}

.node-4 {
  right: 16px;
  top: 275px;
}

.node-5 {
  left: 108px;
  bottom: 34px;
}

.node-6 {
  right: 80px;
  bottom: 34px;
}

@keyframes orbitBreath {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(13, 115, 217, .1);
  }

  50% {
    box-shadow: 0 0 0 16px rgba(13, 115, 217, .05);
  }
}

.advantage-section {
  position: relative;
  overflow: hidden;
  padding: 62px 0 74px;
  background: #fff;
}

.advantage-section::before {
  display: none;
}

.advantage-section::after {
  display: none;
}

.advantage-section .wrap {
  position: relative;
  z-index: 1;
}

.advantage-title {
  margin-bottom: 48px;
}

.advantage-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
  grid-template-areas:
    "top visualTop"
    "visualBottom bottom";
  align-items: center;
  column-gap: 70px;
  row-gap: 72px;
}

.adv-list {
  display: grid;
  gap: 62px;
}

.adv-list--top {
  grid-area: top;
}

.adv-list--bottom {
  grid-area: bottom;
  padding-top: 12px;
}

.adv-item {
  position: relative;
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  align-items: start;
  min-height: 132px;
}

.adv-item::before {
  content: "";
  position: absolute;
  left: 96px;
  right: 16px;
  top: 74px;
  height: 1px;
  background: linear-gradient(90deg, rgba(160, 168, 176, .48), rgba(160, 168, 176, .24));
}

.adv-item::after {
  content: "";
  position: absolute;
  right: 0;
  top: 69px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 0 5px rgba(0, 91, 172, .08);
}

.adv-num {
  position: relative;
  z-index: 1;
  display: block;
  width: 60px;
  height: 66px;
  margin-top: 4px;
  color: rgba(255, 255, 255, .96);
  background: url("../images/ys.png") center / 100% 100% no-repeat;
  font-family: Arial, "Microsoft YaHei", sans-serif;
  font-weight: 800;
  line-height: 66px;
  letter-spacing: 0;
  text-align: center;
}

.adv-num b {
  display: block;
  color: #fff;
  font-size: 32px;
  font-weight: 800;
  line-height: 66px;
}

.adv-copy {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.adv-copy h3 {
  margin: 0;
  color: #222831;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.45;
}

.adv-copy small {
  display: block;
  margin-top: 4px;
  color: #9aa3af;
  font-family: Arial, "Microsoft YaHei", sans-serif;
  font-size: 13px;
  line-height: 1.35;
}

.adv-copy p {
  position: relative;
  margin: 31px 0 0;
  padding-left: 25px;
  color: #3f4650;
  font-size: 14px;
  line-height: 1.9;
}

.adv-copy p::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 12px;
  width: 6px;
  height: 6px;
  border: 1px solid #555;
  transform: rotate(45deg);
}

.adv-visual {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  min-width: 0;
  min-height: 286px;
  margin: 0;
}

.adv-visual--top {
  grid-area: visualTop;
  justify-content: flex-end;
}

.adv-visual--bottom {
  grid-area: visualBottom;
  justify-content: flex-start;
}

.adv-visual img {
  display: block;
  width: 100%;
  max-width: 520px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 18px 22px rgba(38, 52, 70, .12));
}

.adv-visual--bottom img {
  max-width: 548px;
}

@media (max-width: 1100px) {
  .advantage-layout {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
    column-gap: 38px;
  }

  .adv-list {
    gap: 46px;
  }

  .adv-copy h3 {
    font-size: 20px;
  }

  .adv-copy p {
    font-size: 14px;
  }
}

@media (max-width: 640px) {
  .advantage-section {
    padding: 38px 0 44px;
  }

  .advantage-title {
    margin-bottom: 24px;
  }

  .advantage-layout {
    grid-template-columns: 1fr;
    grid-template-areas:
      "top"
      "visualTop"
      "bottom"
      "visualBottom";
    row-gap: 28px;
  }

  .adv-list {
    gap: 30px;
  }

  .adv-item {
    grid-template-columns: 72px minmax(0, 1fr);
    min-height: 0;
  }

  .adv-item::before {
    left: 72px;
    top: 62px;
  }

  .adv-item::after {
    top: 57px;
    width: 10px;
    height: 10px;
  }

  .adv-num {
    width: 50px;
    height: 55px;
    margin-top: 4px;
    line-height: 55px;
  }

  .adv-num b {
    font-size: 26px;
    line-height: 55px;
  }

  .adv-copy h3 {
    font-size: 18px;
  }

  .adv-copy small {
    font-size: 11px;
  }

  .adv-copy p {
    margin-top: 24px;
    padding-left: 18px;
    font-size: 13px;
    line-height: 1.75;
  }

  .adv-visual {
    min-height: 0;
  }
}

.case-section {
  background: #f5f5f5;
}

.case-shell {
  position: relative;
  padding: 0;
}

.case-swiper {
  padding-bottom: 28px;
}

.case-swiper a {
  display: block;
  color: #333;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 24px rgba(40, 65, 92, .08);
  text-align: center;
  transition: box-shadow .24s ease;
}

.case-swiper img {
  width: 100%;
  height: 190px;
  border-radius: 0;
  object-fit: cover;
  box-shadow: none;
  transition: transform .8s ease;
}

.case-section .case-swiper img {
  height: 260px;
}

.case-swiper span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 7px 12px;
  background: #fff;
  line-height: 1.35;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color .2s ease;
}

.case-swiper a:hover {
  color: var(--blue);
  box-shadow: 0 18px 34px rgba(31, 88, 173, .16);
}

.case-swiper a:hover img {
  transform: scale(1.06);
}

.case-swiper a:hover span {
  color: var(--blue);
}

.case-controls {
  display: flex;
  justify-content: center;
  gap: 4px;
  margin-top: 10px;
}

.case-control {
  position: relative;
  display: block;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 0;
  background: #8b8b8b;
  transition: background .2s ease;
}

.case-control:hover {
  background: #2857aa;
}

.case-prev::before,
.case-next::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}

.case-prev::before {
  transform: translate(-35%, -50%) rotate(-45deg);
}

.case-next::before {
  transform: translate(-65%, -50%) rotate(135deg);
}

.case-list::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 2px;
  background: #fff;
  box-shadow: 0 -5px 0 #fff, 0 5px 0 #fff;
  transform: translate(-50%, -50%);
}

.case-list span {
  display: none;
}

.profile-section {
  position: relative;
  padding: 56px 0 64px;
  overflow: hidden;
  background:
    linear-gradient(180deg, #f7fbff 0%, #eef6ff 100%);
}

.profile-section::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 45%;
  background:
    linear-gradient(120deg, rgba(5, 39, 87, .96), rgba(8, 88, 170, .9)),
    url("../images/kaka/solutions/te_bg.jpg") center / cover no-repeat;
  pointer-events: none;
}

.profile-card {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr);
  gap: 0;
  min-height: 430px;
  background: #fff;
  box-shadow: 0 24px 58px rgba(18, 57, 104, .13);
}

.profile-media {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  background: #082044;
}

.profile-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
  transform: scale(1.02);
}

.profile-media__badge {
  position: absolute;
  left: 34px;
  bottom: 32px;
  z-index: 1;
  width: 265px;
  padding: 18px 20px;
  color: #fff;
  background: linear-gradient(135deg, rgba(5, 37, 83, .86), rgba(8, 74, 145, .68));
  backdrop-filter: blur(8px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, .2);
}

.profile-media__badge::before {
  content: "";
  float: left;
  width: 38px;
  height: 38px;
  margin: 2px 12px 0 0;
  border-radius: 50%;
  background: rgba(255, 138, 31, .18) url("../images/kaka/solutions/icons/factory.png") center / 24px 24px no-repeat;
}

.profile-media__badge strong {
  display: block;
  color: #ffb15c;
  font-family: Arial, "Microsoft YaHei", sans-serif;
  font-size: 18px;
  letter-spacing: 0;
}

.profile-media__badge span {
  display: block;
  margin-top: 6px;
  color: rgba(255, 255, 255, .88);
  font-size: 14px;
}

.profile-copy {
  position: relative;
  padding: 54px 56px 44px;
  color: #172033;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .98) 0%, rgba(247, 251, 255, .96) 100%);
}

.profile-copy::before {
  display: none;
}

.profile-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #0f5eb4;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
}

.profile-eyebrow::before {
  content: "";
  display: block;
  width: 34px;
  height: 2px;
  background: #ff8a1f;
}

.profile-copy h2 {
  margin: 14px 0 22px;
  color: #111827;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.2;
}

.profile-copy h2 span {
  display: block;
  margin: 10px 0 0;
  color: #64748b;
  font-size: 15px;
  font-weight: 500;
}

.profile-copy p {
  margin: 0;
  color: #536173;
  line-height: 2;
}

.profile-copy .profile-desc {
  max-height: 128px;
  overflow: hidden;
  color: #536173;
  line-height: 2;
}

.profile-copy .profile-desc * {
  color: inherit !important;
  font-size: 15px !important;
  line-height: 2 !important;
}

.profile-copy .profile-desc img,
.profile-copy .profile-desc table {
  display: none;
}

.profile-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.profile-stats div {
  display: grid;
  grid-template-columns: 42px 1fr;
  column-gap: 10px;
  align-items: center;
  padding: 0;
  background: transparent;
  text-align: left;
}

.profile-stat-icon {
  position: relative;
  grid-row: span 2;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2c7bd2, #0d5cad);
  box-shadow:
    0 8px 18px rgba(13, 92, 173, .18),
    inset 0 0 0 1px rgba(255, 255, 255, .18);
}

.profile-stat-icon::before {
  content: "";
  position: absolute;
  inset: 9px;
  background: #fff;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.stat-project::before {
  -webkit-mask-image: url("../images/kaka/solutions/icons/factory.png");
  mask-image: url("../images/kaka/solutions/icons/factory.png");
}

.stat-service::before {
  -webkit-mask-image: url("../images/kaka/solutions/icons/store.png");
  mask-image: url("../images/kaka/solutions/icons/store.png");
}

.stat-solution::before {
  -webkit-mask-image: url("../images/kaka/solutions/icons/campus.png");
  mask-image: url("../images/kaka/solutions/icons/campus.png");
}

.profile-stats strong {
  display: block;
  color: #0f5eb4;
  font-family: Arial, "Microsoft YaHei", sans-serif;
  font-size: 24px;
  line-height: 1;
}

.profile-stats span {
  display: block;
  margin-top: 5px;
  color: #64748b;
  font-size: 13px;
}

.profile-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.profile-tags span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 12px 7px 9px;
  color: #164a83;
  background: linear-gradient(135deg, #e4f0ff, #d5e8ff);
  font-size: 13px;
  font-weight: 700;
  box-shadow:
    inset 0 0 0 1px rgba(31, 103, 182, .14),
    0 6px 18px rgba(31, 88, 173, .08);
}

.profile-tag-icon {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #1f67b6;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 13px 13px;
}

.tag-video {
  background-image: url("../images/kaka/solutions/icons/hotel.png");
}

.tag-cabling {
  background-image: url("../images/kaka/solutions/icons/factory.png");
}

.tag-access {
  background-image: url("../images/kaka/solutions/icons/inn.png");
}

.tag-network {
  background-image: url("../images/kaka/solutions/icons/store.png");
}

.profile-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 146px;
  height: 42px;
  margin-top: 26px;
  padding: 0 20px;
  border-radius: 4px;
  color: #fff;
  background: linear-gradient(135deg, #ff8a1f, #f07112);
  text-align: center;
  font-weight: 700;
  box-shadow: 0 12px 26px rgba(240, 113, 18, .22);
  transition: transform .22s ease, box-shadow .22s ease;
}

.profile-more:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(240, 113, 18, .28);
}

.news-section {
  background: #fff;
}

.news-layout {
  display: grid;
  grid-template-columns: 500px 1fr;
  align-items: start;
  gap: 36px;
}

.news-feature-swiper {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  border: 1px solid #dce9f7;
  border-radius: 0;
  background: #f7f7f7;
  box-shadow: 0 12px 30px rgba(26, 56, 91, .06);
}

.news-feature-swiper .swiper-wrapper,
.news-feature-swiper .swiper-slide {
  min-width: 0;
  height: auto;
}

.news-feature {
  height: auto;
  background: #f7f7f7;
}

.news-feature a {
  display: block;
  height: 100%;
  color: inherit;
}

.news-feature__media {
  position: relative;
  display: block;
  height: 282px;
  overflow: hidden;
  background: #eef2f5;
}

.news-feature img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .8s ease;
}

.news-feature:hover img {
  transform: scale(1.04);
}

.news-feature__date {
  position: absolute;
  right: 0;
  bottom: 0;
  display: grid;
  place-items: center;
  width: 76px;
  height: 58px;
  border-radius: 22px 0 0 0;
  background: #005bac;
  color: #fff;
  font: 900 24px/1 "DIN Alternate", "Arial Black", Impact, Arial, sans-serif;
}

.news-feature__body {
  padding: 28px 34px 16px;
}

.news-feature h3 {
  margin: 0 0 16px;
  color: #26364c;
  font-size: 20px;
  line-height: 1.45;
}

.news-feature p {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: #6b7889;
  line-height: 1.8;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news-feature-swiper .swiper-pagination {
  position: static;
  display: flex;
  gap: 10px;
  padding: 0 34px 22px;
  text-align: left;
}

.news-feature-swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0;
  background: #cfd6de;
  opacity: 1;
}

.news-feature-swiper.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}

.news-feature-swiper .swiper-pagination-bullet-active {
  background: #e72222;
}

.news-tabs {
  min-width: 0;
  padding: 24px 28px 26px;
  border: 1px solid #e3ebf4;
  background: #fff;
  box-shadow: 0 12px 30px rgba(26, 56, 91, .06);
}

.tab-bar {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  align-items: center;
}

.tab-head {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  height: 38px;
  overflow: hidden;
  border-radius: 4px;
  background: #f1f3f5;
}

.tab-more {
  display: grid;
  place-items: center;
  height: 38px;
  border: 1px solid #d8e2ed;
  border-radius: 4px;
  color: #4d5969;
  background: #fff;
  font-size: 14px;
  transition: color .2s ease, border-color .2s ease, background .2s ease;
}

.tab-more:hover {
  color: #fff;
  border-color: #005bac;
  background: #005bac;
}

.tab-head button {
  border: 0;
  background: transparent;
  color: #4d5969;
}

.tab-head button.active {
  color: #fff;
  background: #005bac;
}

.tab-panel {
  display: none;
  padding-top: 16px;
}

.tab-panel.active {
  display: block;
}

.tab-panel a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  height: 48px;
  border-bottom: 1px dashed #d6e0ec;
  color: #4b596b;
}

.tab-panel a::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #8e9aac;
}

.tab-panel em {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-style: normal;
}

.tab-panel time {
  color: #687587;
  font-weight: 700;
}

.tab-panel .news-more {
  width: 108px;
  height: 36px;
  margin: 18px 0 0 auto;
  justify-content: center;
  gap: 0;
  border: 1px solid #d8e2ed;
  border-bottom-style: solid;
  border-radius: 4px;
  background: #fff;
  color: #4d5969;
  font-size: 14px;
}

.tab-panel .news-more::before {
  display: none;
}

.tab-panel .news-more:hover {
  color: #fff;
  border-color: #005bac;
  background: #005bac;
}

.page-hero {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  height: clamp(190px, 17vw, 230px);
  padding: 0;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(0, 32, 73, .86) 0%, rgba(0, 57, 122, .56) 48%, rgba(0, 73, 150, .2) 100%),
    #0755aa;
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: -8px;
  background: url("../images/subpage-banner-security-ai.jpg") center 50% / cover no-repeat;
  filter: blur(1.5px);
  transform: scale(1.02);
  pointer-events: none;
}

.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(0, 32, 73, .78) 0%, rgba(0, 57, 122, .48) 48%, rgba(0, 73, 150, .16) 100%),
    linear-gradient(180deg, rgba(255,255,255,.04), rgba(0, 43, 94, .18));
  pointer-events: none;
}

.page-hero .wrap {
  position: relative;
  z-index: 2;
}

.page-hero p {
  margin: 0 0 8px;
  color: rgba(255, 255, 255, .72);
  font: 700 13px/1 Arial, sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.page-hero h1 {
  margin: 0;
  color: #fff;
  font-size: 36px;
  line-height: 1.25;
}

.breadcrumb {
  border-bottom: 0;
  background: #fff;
  color: #728094;
  font-size: 14px;
  box-shadow: 0 8px 24px rgba(30, 62, 95, .04);
  overflow-x: auto;
  overflow-y: hidden;
}

.breadcrumb .wrap {
  height: 46px;
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}

.breadcrumb a {
  flex: 0 0 auto;
  color: #33445a;
}

.breadcrumb span {
  flex: 0 0 auto;
  color: #a8b2c1;
}

.breadcrumb a:hover {
  color: #1f58ad;
}

.subpage-section {
  padding: 52px 0 68px;
  background: #fff;
}

.subpage-gray {
  background: #f5f7fa;
}

.page-layout {
  display: grid;
  grid-template-columns: var(--side-nav-width) 1fr;
  gap: 30px;
  align-items: start;
}

.page-sidebar {
  display: grid;
  gap: 18px;
}

.side-card {
  overflow: hidden;
  border: 0;
  background: #fff;
  box-shadow: 0 12px 30px rgba(30, 62, 95, .07);
}

.side-card h2,
.side-contact--news h2 {
  margin: 0;
  padding: 20px 18px;
  color: #fff;
  background: linear-gradient(135deg, #3f83ce 0%, #1f58ad 100%);
  font-size: 0;
  line-height: 1.2;
}

.side-card h2 {
  position: relative;
  height: 104px;
  padding: 20px 18px 0;
  background: linear-gradient(135deg, #3f83ce 0%, #1f58ad 100%);
  box-shadow: none;
}

.side-card h2::before {
  content: "";
  position: absolute;
  left: 18px;
  bottom: 18px;
  width: 38px;
  height: 2px;
  background: rgba(255, 255, 255, .55);
}

.side-card h2::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 31px;
  width: 22px;
  height: 22px;
  background:
    linear-gradient(#fff 0 0) 0 0 / 9px 9px no-repeat,
    linear-gradient(#fff 0 0) 13px 0 / 9px 9px no-repeat,
    linear-gradient(#fff 0 0) 0 13px / 9px 9px no-repeat,
    linear-gradient(#fff 0 0) 13px 13px / 9px 9px no-repeat;
  opacity: .92;
}

.side-card h2 span,
.side-contact--news h2 span {
  display: block;
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.05;
}

.side-card h2 span {
  font-size: 28px;
}

.side-card h2 small,
.side-contact--news h2 small {
  display: block;
  margin-top: 7px;
  color: rgba(255, 255, 255, .92);
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}

.side-card h2 small {
  font-size: 12px;
}

.side-card a {
  position: relative;
  display: block;
  height: 52px;
  padding: 0 58px 0 20px;
  border-bottom: 0;
  color: #333;
  line-height: 52px;
  font-size: 16px;
  transition: color .2s ease, background .2s ease;
}

.side-card a + a {
  box-shadow: inset 0 1px 0 rgba(229, 235, 242, .7);
}

.side-card a::after {
  content: "";
  position: absolute;
  right: 24px;
  top: 50%;
  width: 17px;
  height: 17px;
  border: 1px solid currentColor;
  border-radius: 50%;
  color: #8a8f96;
  transform: translateY(-50%);
}

.side-card a::before {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  color: #8a8f96;
  transform: translateY(-50%) rotate(45deg);
  z-index: 1;
}

.side-card a:hover,
.side-card a.is-active {
  color: #fff;
  background: #2857aa;
}

.side-card a:hover::before,
.side-card a:hover::after,
.side-card a.is-active::before,
.side-card a.is-active::after {
  color: #fff;
}

.side-contact {
  padding: 28px 22px;
  border: 0;
  background: linear-gradient(180deg, #fff 0%, #f7fbff 100%);
  box-shadow: 0 10px 26px rgba(31, 45, 61, .06);
}

.side-contact--news {
  overflow: hidden;
  padding: 0;
}

.side-contact__body {
  padding: 24px 22px 26px;
}

.side-contact span,
.side-contact em {
  display: block;
  color: #667085;
  font-style: normal;
  font-size: 13px;
}

.side-contact em + em {
  margin-top: 8px;
}

.side-contact a {
  color: inherit;
}

.side-contact a:hover {
  color: #2857aa;
}

.side-contact strong {
  display: block;
  margin: 6px 0 3px;
  color: #f07918;
  letter-spacing: 1px;
  font: 900 30px/1 \"DIN Alternate\", \"Arial Black\", Impact, Arial, sans-serif;
}

.side-contact--news p {
  margin: 6px 0 0;
  color: #4f5f72;
  font-size: 14px;
  line-height: 1.55;
}

.side-contact--news strong + p {
  margin-top: 10px;
}

.page-main {
  min-width: 0;
}

.subpage-head {
  margin-bottom: 24px;
  padding: 22px 26px;
  border: 0;
  background: #fff;
  box-shadow: 0 10px 24px rgba(26, 56, 91, .05);
}

.subpage-head h2 {
  margin: 0 0 8px;
  color: #111827;
  font-size: 24px;
}

.subpage-head p {
  margin: 0;
  color: #64748b;
}

.product-list-page {
  background: linear-gradient(180deg, #fff 0%, #f5f7fa 100%);
}

.subpage-product-menu {
}

.subpage-product-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.detail-panel {
  padding: 34px 38px;
  border: 0;
  background: #fff;
  box-shadow: 0 12px 30px rgba(30, 62, 95, .06);
}

.detail-head {
  margin-bottom: 24px;
  padding-bottom: 18px;
  border-bottom: 0;
  box-shadow: inset 0 -1px 0 rgba(230, 237, 245, .55);
}

.detail-head h2,
.article-title h2 {
  margin: 0 0 10px;
  color: #111827;
  font-size: 28px;
  line-height: 1.35;
}

.detail-head p,
.article-title p {
  margin: 0;
  color: #64748b;
}

.detail-cover {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  margin-bottom: 26px;
  object-fit: contain;
}

.detail-panel h3 {
  margin: 28px 0 12px;
  color: #111827;
  font-size: 20px;
}

.detail-panel p {
  color: #4b5563;
  line-height: 1.9;
}

.check-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding: 9px 0 9px 24px;
  border-bottom: 0;
  box-shadow: inset 0 -1px 0 rgba(219, 228, 239, .45);
  color: #4b5563;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 18px;
  width: 8px;
  height: 4px;
  border-left: 2px solid #1f58ad;
  border-bottom: 2px solid #1f58ad;
  transform: rotate(-45deg);
}

.detail-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 30px;
  padding: 22px 24px;
  color: #fff;
  background: linear-gradient(90deg, #1f58ad, #2d77d4);
}

.detail-cta a {
  display: inline-grid;
  place-items: center;
  min-width: 128px;
  height: 40px;
  color: #fff;
  background: #f07918;
  font-weight: 700;
}

.product-detail-page {
  background: #fff;
}

.product-detail-hero {
  display: grid;
  grid-template-columns: 430px minmax(0, 1fr);
  gap: 54px;
  align-items: start;
  padding-bottom: 54px;
}

.product-detail-photo {
  padding: 0;
}

.product-detail-photo img {
  display: block;
  width: 100%;
  height: 420px;
  border: 1px solid #d9d9d9;
  object-fit: cover;
}

.product-detail-info {
  padding-top: 4px;
}

.product-detail-info h2 {
  margin: 0 0 38px;
  color: #333;
  font-size: 26px;
  line-height: 1.3;
  font-weight: 800;
}

.product-detail-info dl {
  display: grid;
  gap: 14px;
  margin: 0;
  color: #666;
  font-size: 14px;
}

.product-detail-info dl div {
  display: flex;
  align-items: baseline;
  min-width: 0;
}

.product-detail-info dt {
  flex: 0 0 auto;
  color: #666;
  font-weight: 400;
}

.product-detail-info dd {
  margin: 0;
  min-width: 0;
}

.product-detail-info dd strong {
  color: #f00;
  font-weight: 800;
}

.detail-hotline {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 50px;
}

.detail-hotline__icon {
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  background: url("../images/index-tel.png") center / contain no-repeat;
}

.detail-hotline__icon::before {
  display: none;
}

.detail-hotline__icon::after {
  display: none;
}

.detail-hotline p {
  margin: 0 0 2px;
  color: #333;
  font-size: 16px;
}

.detail-hotline strong {
  display: block;
  color: #f07918;
  font-family: Impact, "Arial Black", "DIN Alternate", Arial, sans-serif;
  font-size: 42px;
  line-height: 1;
  letter-spacing: .5px;
}

.detail-consult {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 172px;
  height: 44px;
  margin-top: 28px;
  color: #fff;
  background: #285fb5;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 700;
}

.detail-consult:hover {
  color: #fff;
  background: #1f58ad;
}

.product-detail-content {
  width: 100%;
}

.product-detail-tab {
  height: 48px;
  margin-bottom: 48px;
  background: #e5e5e5;
}

.product-detail-tab span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 116px;
  height: 48px;
  color: #fff;
  background: #285fb5;
  font-size: 18px;
  font-weight: 800;
}

.product-detail-body {
  padding: 0 26px 0 26px;
}

.product-detail-body p {
  margin: 0 0 12px;
  color: #333;
  font-size: 16px;
  line-height: 1.9;
}

.product-detail-body img {
  display: block;
  width: 100%;
  max-width: 835px;
  margin-top: 6px;
  object-fit: cover;
}

.detail-side-tools {
  position: fixed;
  right: max(16px, calc((100vw - var(--site-wrap)) / 2 - 74px));
  top: 50%;
  z-index: 30;
  width: 66px;
  background: #fff;
  box-shadow: 0 6px 22px rgba(26, 56, 91, .08);
  transform: translateY(-50%);
}

.detail-side-tools a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 7px;
  height: 72px;
  border: 1px solid #e5e5e5;
  border-bottom: 0;
  color: #333;
  font-size: 12px;
  background: #fff;
}

.detail-side-tools a:last-child {
  border-bottom: 1px solid #e5e5e5;
}

.detail-side-tools a:hover {
  color: #1f58ad;
}

.detail-side-tools i {
  position: relative;
  display: block;
  width: 28px;
  height: 28px;
  color: #1f58ad;
}

.tool-phone {
  border: 0;
}

.tool-phone::before {
  content: "";
  position: absolute;
  inset: 1px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.62 10.79c1.44 2.83 3.76 5.15 6.59 6.59l2.2-2.2c.3-.3.74-.4 1.14-.27 1.25.41 2.61.63 3.95.63.61 0 1.1.49 1.1 1.1v3.49c0 .61-.49 1.1-1.1 1.1C10.72 21.73 2.27 13.28 2.27 3.5c0-.61.49-1.1 1.1-1.1h3.5c.6 0 1.09.49 1.09 1.1 0 1.34.22 2.7.63 3.95.13.4.03.84-.27 1.14l-2.2 2.2Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.62 10.79c1.44 2.83 3.76 5.15 6.59 6.59l2.2-2.2c.3-.3.74-.4 1.14-.27 1.25.41 2.61.63 3.95.63.61 0 1.1.49 1.1 1.1v3.49c0 .61-.49 1.1-1.1 1.1C10.72 21.73 2.27 13.28 2.27 3.5c0-.61.49-1.1 1.1-1.1h3.5c.6 0 1.09.49 1.09 1.1 0 1.34.22 2.7.63 3.95.13.4.03.84-.27 1.14l-2.2 2.2Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.tool-phone::after {
  display: none;
}

.tool-wechat::before,
.tool-wechat::after {
  content: "";
  position: absolute;
}

.tool-wechat::before {
  inset: 1px;
  background: #18a866;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 28 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.8 2.2C5.4 2.2 1 5.7 1 10c0 2.4 1.4 4.5 3.5 5.9l-.8 2.8 3.2-1.6c1.2.4 2.5.7 3.9.7h.7c-.3-.8-.5-1.6-.5-2.5 0-3.9 3.8-7 8.5-7 .3 0 .7 0 1 .1C19.3 4.9 15.5 2.2 10.8 2.2Zm-3.4 5.5c.7 0 1.1.4 1.1 1s-.4 1-1.1 1-1.1-.4-1.1-1 .4-1 1.1-1Zm6.7 0c.7 0 1.1.4 1.1 1s-.4 1-1.1 1-1.1-.4-1.1-1 .4-1 1.1-1Zm5.4 2.2c-4.2 0-7.5 2.7-7.5 6 0 3.4 3.3 6.1 7.5 6.1 1.1 0 2.1-.2 3.1-.5l2.6 1.3-.6-2.3c1.5-1.1 2.4-2.7 2.4-4.6 0-3.3-3.3-6-7.5-6Zm-2.6 4.3c.5 0 .9.4.9.8s-.4.8-.9.8-.9-.4-.9-.8.4-.8.9-.8Zm5.3 0c.5 0 .9.4.9.8s-.4.8-.9.8-.9-.4-.9-.8.4-.8.9-.8Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 28 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.8 2.2C5.4 2.2 1 5.7 1 10c0 2.4 1.4 4.5 3.5 5.9l-.8 2.8 3.2-1.6c1.2.4 2.5.7 3.9.7h.7c-.3-.8-.5-1.6-.5-2.5 0-3.9 3.8-7 8.5-7 .3 0 .7 0 1 .1C19.3 4.9 15.5 2.2 10.8 2.2Zm-3.4 5.5c.7 0 1.1.4 1.1 1s-.4 1-1.1 1-1.1-.4-1.1-1 .4-1 1.1-1Zm6.7 0c.7 0 1.1.4 1.1 1s-.4 1-1.1 1-1.1-.4-1.1-1 .4-1 1.1-1Zm5.4 2.2c-4.2 0-7.5 2.7-7.5 6 0 3.4 3.3 6.1 7.5 6.1 1.1 0 2.1-.2 3.1-.5l2.6 1.3-.6-2.3c1.5-1.1 2.4-2.7 2.4-4.6 0-3.3-3.3-6-7.5-6Zm-2.6 4.3c.5 0 .9.4.9.8s-.4.8-.9.8-.9-.4-.9-.8.4-.8.9-.8Zm5.3 0c.5 0 .9.4.9.8s-.4.8-.9.8-.9-.4-.9-.8.4-.8.9-.8Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.tool-wechat::after {
  display: none;
}

.tool-mail::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 6px;
  width: 23px;
  height: 16px;
  border: 2px solid currentColor;
}

.tool-mail::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 8px;
  width: 14px;
  height: 14px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
}

.tool-top::before {
  content: "";
  position: absolute;
  inset: 2px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 3 4.5 10.5l1.8 1.8 4.4-4.4V21h2.6V7.9l4.4 4.4 1.8-1.8L12 3Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 3 4.5 10.5l1.8 1.8 4.4-4.4V21h2.6V7.9l4.4 4.4 1.8-1.8L12 3Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.tool-top::after {
  display: none;
}

.home-side-tools {
  position: fixed;
  right: 18px;
  top: 50%;
  z-index: 60;
  width: 60px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(26, 56, 91, .12);
  transform: translateY(-50%);
}

.home-side-tools a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  height: 64px;
  border: 1px solid #e5eaf1;
  border-bottom: 0;
  color: #333;
  background: #fff;
  font-size: 11px;
  transition: color .2s ease, background .2s ease;
}

.home-side-tools a:last-child {
  border-bottom: 1px solid #e5eaf1;
}

.home-side-tools a:hover {
  color: #1f58ad;
  background: #f8fbff;
}

.home-side-tools i {
  position: relative;
  display: block;
  width: 26px;
  height: 26px;
  color: #1f58ad;
}

.home-tool-phone strong {
  position: absolute;
  right: 59px;
  top: -1px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 112px;
  height: 65px;
  color: #fff;
  background: #285fb5;
  font-size: 14px;
  font-weight: 800;
  opacity: 0;
  pointer-events: none;
  transform: translateX(8px);
  transition: opacity .2s ease, transform .2s ease;
}

.home-tool-phone strong::after {
  content: "";
  position: absolute;
  right: -8px;
  top: 50%;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #285fb5;
  transform: translateY(-50%);
}

.wechat-pop {
  position: absolute;
  right: 59px;
  top: 50%;
  width: 126px;
  padding: 12px 12px 10px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(26, 56, 91, .18);
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transform: translate(8px, -50%);
  transition: opacity .2s ease, transform .2s ease;
}

.wechat-pop::after {
  content: "";
  position: absolute;
  right: -8px;
  top: 50%;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #fff;
  transform: translateY(-50%);
}

.wechat-pop img {
  display: block;
  width: 102px;
  height: 102px;
  margin: 0 auto;
  object-fit: cover;
}

.wechat-pop em {
  display: block;
  margin-top: 8px;
  color: #333;
  font-style: normal;
  font-size: 12px;
  line-height: 1;
}

.home-tool-phone:hover {
  color: #1f58ad;
  background: #f8fbff;
}

.home-tool-phone:hover i {
  color: #1f58ad;
}

.home-side-tools a:hover .tool-wechat::before {
  background: #14975d;
}

.home-tool-wechat:hover .wechat-pop {
  opacity: 1;
  transform: translate(0, -50%);
}

.home-tool-phone:hover strong {
  opacity: 1;
  transform: translateX(0);
}

.layout-preview-toggle {
  position: fixed;
  left: 18px;
  bottom: 18px;
  z-index: 120;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 42px;
  padding: 0 18px 0 14px;
  border: 1px solid rgba(0, 91, 172, .2);
  border-radius: 999px;
  color: #0f4f9a;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 12px 30px rgba(26, 56, 91, .16);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  transition: color .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease, transform .2s ease;
}

.layout-preview-toggle::before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #e9f3ff;
  box-shadow: inset 0 0 0 5px #1f58ad;
}

.layout-preview-toggle:hover {
  color: #fff;
  border-color: #1f58ad;
  background: #1f58ad;
  box-shadow: 0 16px 34px rgba(31, 88, 173, .24);
  transform: translateY(-2px);
}

.layout-preview-toggle:hover::before {
  background: rgba(255, 255, 255, .92);
  box-shadow: inset 0 0 0 5px #ff7900;
}

body.layout-wide .layout-preview-toggle {
  color: #fff;
  border-color: #ff7900;
  background: #ff7900;
}

body.layout-wide .layout-preview-toggle::before {
  background: #fff;
  box-shadow: inset 0 0 0 5px #1f58ad;
}

.case-page-grid,
.solution-page-grid,
.service-steps {
  display: grid;
  gap: 24px;
}

.case-page-grid {
  grid-template-columns: repeat(3, 1fr);
}

.case-two-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.case-card {
  overflow: hidden;
  border: 0;
  background: #fff;
  box-shadow: 0 12px 28px rgba(26, 56, 91, .06);
  transition: transform .25s ease, box-shadow .25s ease;
}

.case-card a {
  display: block;
  height: 100%;
  color: inherit;
  overflow: hidden;
}

.case-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 38px rgba(31, 88, 173, .13);
}

.case-card img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: center;
  transition: transform .8s ease;
}

.case-two-grid .case-card a {
  display: grid;
  grid-template-rows: 220px auto;
}

.case-two-grid .case-card img {
  width: 100%;
  height: 100%;
}

.case-card:hover img {
  transform: scale(1.06);
}

.case-card div {
  position: relative;
  z-index: 1;
  padding: 14px 18px 16px;
  background: #fff;
}

.case-card h3,
.solution-page-grid h2,
.service-steps h3 {
  margin: 0 0 10px;
  color: #111827;
  font-size: 20px;
}

.case-card h3:only-child {
  margin: 0;
  overflow: hidden;
  line-height: 1.35;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 400;
}

.case-page-grid .case-card h3 {
  font-size: 16px;
  font-weight: 400;
}

.case-card p,
.solution-page-grid p,
.service-steps p {
  margin: 0;
  color: #64748b;
  line-height: 1.8;
}

.solution-page-grid {
  grid-template-columns: repeat(3, 1fr);
}

.solution-page-grid article,
.service-steps article {
  position: relative;
  min-height: 190px;
  padding: 28px 26px;
  border: 0;
  background: #fff;
  box-shadow: 0 12px 28px rgba(26, 56, 91, .06);
}

.solution-page-grid span,
.service-steps span {
  display: inline-block;
  margin-bottom: 18px;
  color: #1f58ad;
  font: 900 28px/1 Arial, sans-serif;
}

.news-page-list {
  display: grid;
  gap: 18px;
}

.news-row {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 22px;
  padding: 18px;
  border: 0;
  background: #fff;
  box-shadow: 0 12px 28px rgba(26, 56, 91, .055);
}

.news-row__media {
  display: block;
  width: 220px;
  height: 136px;
  overflow: hidden;
  background: #eef2f5;
}

.news-row img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .8s ease;
}

.news-row:hover img {
  transform: scale(1.06);
}

.news-row time {
  color: #1f58ad;
  font-weight: 700;
}

.news-row h2 {
  margin: 8px 0;
  color: #111827;
  font-size: 20px;
  overflow: hidden;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-row p {
  margin: 0;
  color: #64748b;
  display: -webkit-box;
  min-height: 3.2em;
  overflow: hidden;
  line-height: 1.6;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.pager {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 26px;
}

.pager a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  padding: 0 13px;
  border: 1px solid #e3eaf2;
  color: #4d5969;
  background: #fff;
  text-align: center;
  box-shadow: 0 8px 18px rgba(26, 56, 91, .04);
}

.pager a:hover,
.pager a.is-active {
  color: #fff;
  border-color: #1f58ad;
  background: #1f58ad;
}

.product-pager {
  margin-top: 34px;
}

.article-title {
  margin-bottom: 24px;
  padding-bottom: 18px;
  border-bottom: 0;
  box-shadow: inset 0 -1px 0 rgba(230, 237, 245, .55);
}

.article-nav {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 32px;
  padding-top: 20px;
  border-top: 0;
  box-shadow: inset 0 1px 0 rgba(230, 237, 245, .55);
}

.article-nav a,
.article-nav span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.article-nav a {
  color: #1f58ad;
}

.article-nav span {
  color: #94a3b8;
}

.about-wide {
  position: relative;
  display: block;
  padding: 40px 42px;
  border: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .98) 0%, rgba(246, 250, 255, .96) 100%);
  box-shadow: 0 18px 44px rgba(26, 56, 91, .085);
  overflow: hidden;
}

.about-wide::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #1f58ad, #f07918);
}

.about-summary {
  position: relative;
}

.about-visual {
  position: relative;
  float: right;
  width: min(46%, 480px);
  min-width: 360px;
  margin: 4px 0 24px 38px;
  overflow: hidden;
  background: #0b2449;
  box-shadow: 16px 16px 0 rgba(31, 88, 173, .08);
}

.about-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(3, 17, 38, .02) 42%, rgba(3, 17, 38, .58) 100%),
    linear-gradient(90deg, rgba(3, 17, 38, .2), rgba(3, 17, 38, .02) 60%);
  pointer-events: none;
}

.about-visual img {
  width: 100%;
  height: 330px;
  object-fit: cover;
}

.about-visual__badge {
  position: absolute;
  left: 22px;
  bottom: 20px;
  z-index: 1;
  min-width: 160px;
  padding: 14px 16px;
  color: #fff;
  background: rgba(7, 48, 103, .88);
  backdrop-filter: blur(8px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, .2);
}

.about-visual__badge strong {
  display: block;
  font-family: "DIN Alternate", "Arial Black", Arial, sans-serif;
  font-size: 32px;
  line-height: 1;
}

.about-visual__badge span {
  display: block;
  margin-top: 6px;
  color: rgba(255, 255, 255, .86);
  font-size: 14px;
}

.section-kicker {
  display: block;
  margin-bottom: 10px;
  color: #1f58ad;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.about-wide h2,
.contact-card-main h2 {
  margin: 0 0 20px;
  color: #111827;
  font-size: 30px;
}

.about-wide h2 {
  position: relative;
  padding-bottom: 16px;
  font-size: 32px;
  line-height: 1.35;
}

.about-wide h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 58px;
  height: 3px;
  background: #1f58ad;
}

.about-wide p,
.contact-card-main p {
  color: #4b5563;
  line-height: 1.95;
}

.about-wide .article-body {
  color: #405064;
  font-size: 15px;
  line-height: 1.95;
}

.about-wide .article-body p {
  margin-bottom: 12px;
}

.about-block {
  margin-top: 54px;
}

.about-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 20px;
}

.about-section-head .section-kicker {
  margin-bottom: 6px;
}

.about-section-head h2 {
  margin: 0;
  color: #111827;
  font-size: 28px;
}

.about-honor-shell {
  padding: 0;
}

.about-honor-shell .case-swiper {
  padding-bottom: 18px;
}

.about-honor-shell .case-swiper img {
  height: 260px;
  object-fit: contain;
  background: #f6f8fb;
}

.honor-page-grid .case-card img {
  height: 220px;
  object-fit: contain;
  background: #f6f8fb;
}

.honor-page-grid {
  gap: 28px;
}

.honor-card {
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 24px rgba(40, 65, 92, .08);
  transition: transform .25s ease, box-shadow .25s ease;
}

.honor-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 34px rgba(31, 88, 173, .16);
}

.honor-card a {
  display: block;
  height: 100%;
  color: #333;
  text-align: center;
  overflow: hidden;
}

.honor-card__media {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 190px;
  padding: 12px;
  background: #f6f8fb;
}

.honor-card img,
.honor-card__media img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
  transition: none;
}

.honor-card span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 7px 12px;
  background: #fff;
  color: #333;
  line-height: 1.35;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color .2s ease;
}

.honor-card:hover span {
  color: var(--blue);
}

.honor-page-grid .case-card:hover img,
.about-honor-shell .case-swiper a:hover img {
  transform: none;
}

.product-grid img,
.case-swiper img,
.case-card img,
.news-feature img,
.news-row img {
  object-fit: contain;
  background: #f6f8fb;
}

.product-grid article:hover img,
.case-swiper a:hover img,
.case-card:hover img,
.news-feature:hover img,
.news-row:hover img {
  transform: none;
}

.honor-detail-cover {
  max-height: 520px;
}

.culture-wide {
  align-items: stretch;
}

.culture-wide img {
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

.culture-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-top: 28px;
}

.culture-grid article {
  position: relative;
  min-height: 218px;
  padding: 30px 24px 28px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 12px 28px rgba(26, 56, 91, .055);
}

.culture-grid article::after {
  content: "";
  position: absolute;
  right: -24px;
  bottom: -26px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: rgba(31, 88, 173, .08);
}

.culture-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 24px;
  margin-bottom: 20px;
  color: #fff;
  background: #1f58ad;
  font: 800 14px/1 Arial, sans-serif;
}

.culture-grid h3 {
  margin: 0 0 12px;
  color: #111827;
  font-size: 22px;
}

.culture-grid p {
  margin: 0;
  color: #5f6c7d;
  line-height: 1.85;
}

.culture-quote {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 28px;
  padding: 30px 34px;
  color: #fff;
  background: linear-gradient(135deg, #1f58ad 0%, #3d86d4 100%);
  box-shadow: 0 14px 32px rgba(31, 88, 173, .18);
}

.culture-quote strong {
  display: block;
  margin-bottom: 8px;
  font-size: 22px;
}

.culture-quote p {
  margin: 0;
  color: rgba(255, 255, 255, .82);
  line-height: 1.8;
}

.culture-quote a {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  padding: 0 24px;
  color: #1f58ad;
  background: #fff;
  font-weight: 700;
}

.service-page .subpage-head {
  max-width: 820px;
  margin: 0 auto 30px;
  text-align: center;
}

.service-steps {
  grid-template-columns: repeat(4, 1fr);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 28px;
}

.contact-card-main,
.contact-qr {
  border: 0;
  background: #fff;
  box-shadow: 0 12px 28px rgba(26, 56, 91, .06);
}

.contact-card-main {
  padding: 34px 38px;
}

.contact-card-main dl {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 12px 18px;
  margin: 24px 0 0;
}

.contact-card-main dt {
  color: #64748b;
}

.contact-card-main dd {
  margin: 0;
  color: #111827;
  font-weight: 700;
}

.contact-card-main a {
  color: #1f58ad;
}

.contact-qr {
  padding: 30px;
  text-align: center;
}

.contact-qr img {
  width: 170px;
  height: 170px;
  margin: 0 auto 18px;
  object-fit: cover;
}

.contact-qr h3 {
  margin: 0 0 8px;
  color: #111827;
}

.contact-qr p {
  margin: 0;
  color: #64748b;
}

.map-wrap {
  margin-top: 28px;
  padding: 10px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(26, 56, 91, .06);
}

#baiduMap {
  width: 100%;
  height: 420px;
  border: 0;
}

.map-info {
  color: #334155;
  font-size: 13px;
  line-height: 1.45;
}

.map-info p {
  margin: 0 0 2px;
}

.map-info__title {
  color: #0f172a;
  font-size: 14px;
  font-weight: 800;
}

.map-info strong {
  color: #1e293b;
}

.map-fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 420px;
  color: #64748b;
  background: #f5f7fa;
}

.site-footer {
  margin-top: 0;
  padding: 54px 0 22px;
  color: #a8a8a8;
  background: #242424;
}

.footer-main {
  display: grid;
  grid-template-columns: 350px 130px 165px 190px 130px;
  gap: 42px;
  align-items: start;
  min-height: 275px;
}

.footer-company img {
  width: 260px;
  margin-bottom: 32px;
  opacity: .62;
}

.footer-company p {
  margin: 0 0 10px;
  color: #a8a8a8;
  line-height: 1.5;
}

.footer-col h3 {
  position: relative;
  margin: 0 0 32px;
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
}

.footer-col h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -14px;
  width: 32px;
  height: 3px;
  background: #1f7ed0;
}

.footer-col a {
  display: block;
  margin-bottom: 13px;
  color: #a8a8a8;
  line-height: 1.35;
  transition: color .2s ease;
}

.footer-col a:hover {
  color: #fff;
}

.footer-qrs {
  display: grid;
  grid-template-columns: 112px;
  justify-content: end;
  gap: 0;
  padding-top: 58px;
}

.footer-qrs img {
  width: 112px;
  height: 112px;
  padding: 5px;
  background: #fff;
  object-fit: cover;
}

.footer-qrs span {
  display: block;
  margin-top: 10px;
  color: #fff;
  text-align: center;
  font-weight: 700;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 36px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, .28);
  color: #a8a8a8;
}

.footer-bottom a {
  color: #a8a8a8;
}

.footer-bottom a:hover {
  color: #fff;
}

@media (max-width: 1200px) {
  .error-panel {
    grid-template-columns: 1fr;
    gap: 30px;
    width: min(680px, 100%);
    padding: 36px 28px;
  }

  .error-visual {
    width: min(360px, 100%);
    margin: 0 auto;
  }

  .error-copy {
    text-align: center;
  }

  .error-copy p {
    max-width: none;
  }

  .error-actions {
    justify-content: center;
  }

  body {
    min-width: 0;
  }

  .wrap {
    width: min(var(--site-wrap), calc(100% - 24px));
  }

  .layout-preview-toggle {
    display: none !important;
  }

  .profile-card,
  .about-wide,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .profile-media,
  .profile-media img {
    min-height: 320px;
  }

  .profile-copy {
    position: relative;
    z-index: 1;
    padding: 42px 36px 34px;
  }

  .case-page-grid,
  .solution-page-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .culture-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .culture-wide img {
    height: 300px;
    min-height: 0;
  }

  .service-steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-main {
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 36px 28px;
  }

  .footer-qrs {
    grid-column: auto;
    justify-content: start;
    padding-top: 0;
  }

  .process-section {
    padding: 56px 0 64px;
  }

  .process-title {
    margin-bottom: 28px;
  }

  .solution-orbit {
    height: 560px;
  }

  .solution-orbit__ring {
    width: 470px;
    height: 470px;
  }

  .solution-orbit__core {
    width: 304px;
    height: 304px;
  }

  .solution-core-card {
    width: 236px;
  }

  .solution-icon {
    width: 98px;
    height: 98px;
  }

  .solution-icon b {
    top: 18px;
    font-size: 24px;
  }

  .solution-node {
    gap: 12px;
    font-size: 16px;
  }

  .node-1 {
    left: 74px;
  }

  .node-2 {
    right: 70px;
  }

  .node-3 {
    left: 8px;
  }

  .node-4 {
    right: 0;
  }

  .node-5 {
    left: 84px;
  }

  .node-6 {
    right: 62px;
  }
}

@media (max-width: 1024px) {
  .site-header {
    position: sticky;
    top: 0;
    z-index: 90;
    background: #fff;
    box-shadow: 0 8px 22px rgba(24, 48, 78, .08);
  }

  .top-strip,
  .slogan,
  .header-tel,
  .search-trigger {
    display: none;
  }

  .brand-row,
  .brand-inner {
    height: 64px;
    min-height: 64px;
  }

  .brand-row {
    position: relative;
    z-index: 2;
  }

  .logo {
    flex: 0 0 auto;
    width: auto;
    border: 0;
  }

  .logo img {
    display: block;
    width: 172px;
    max-height: 46px;
    object-fit: contain;
  }

  .nav-toggle {
    display: grid;
    gap: 5px;
    margin-left: auto;
    width: 40px;
    height: 38px;
    border: 1px solid #d7e4f3;
    background: #fff;
    place-content: center;
  }

  .nav-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    background: #005bac;
  }

  .main-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 64px;
    display: none;
    height: auto;
    max-height: calc(100vh - 64px);
    overflow-y: auto;
    background: rgba(8, 14, 24, .88);
    box-shadow: 0 18px 42px rgba(0, 0, 0, .28);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }

  .main-nav.open {
    display: block;
  }

  .main-nav ul {
    display: block;
    height: auto;
    padding: 10px 12px 14px;
  }

  .main-nav li,
  .main-nav a {
    height: auto;
  }

  .main-nav li {
    background-image: none !important;
  }

  .main-nav .nav-product,
  .main-nav .has-mega {
    height: auto;
  }

  .main-nav li::after {
    display: none;
  }

  .main-nav a {
    justify-content: flex-start;
    margin: 0;
    padding: 12px 14px;
    border-radius: 8px;
    color: #fff;
  }

  .main-nav a:hover,
  .main-nav a.active {
    transform: none;
  }

  .main-nav .has-mega > a {
    margin-bottom: 8px;
  }

  .nav-mega {
    position: static;
    display: block;
    padding: 0 0 12px;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .nav-mega__intro {
    display: none;
  }

  .nav-mega__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding: 0 14px;
  }

  .main-nav .nav-mega__grid a {
    height: 36px;
    padding: 0 10px;
    color: rgba(255, 255, 255, .86);
    background: rgba(255, 255, 255, .1);
    font-size: 12px;
    font-weight: 500;
  }

  .main-nav .nav-mega__grid a::after {
    display: none;
  }

  .main-nav .nav-mega__grid a:hover,
  .main-nav .nav-mega__grid a:focus {
    color: #fff;
    background: rgba(31, 126, 208, .78);
  }

  .section-title::before,
  .section-title::after {
    display: none;
  }

  .section-title h2::before,
  .section-title h2::after {
    display: none;
  }

  .product-layout {
    grid-template-columns: 1fr;
  }

  .page-layout {
    grid-template-columns: 1fr;
  }

  .page-sidebar,
  .subpage-product-menu {
    display: none;
  }

  .product-detail-hero {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .product-detail-photo {
    padding-top: 0;
  }

  .product-detail-content {
    max-width: none;
  }

  .detail-side-tools {
    display: none;
  }

  .home-side-tools {
    display: none;
  }

  .page-hero {
    height: clamp(150px, 28vw, 190px);
  }

  .page-hero h1 {
    font-size: 30px;
  }

  .breadcrumb .wrap {
    height: 44px;
    flex-wrap: nowrap;
    padding: 0;
  }

  .news-row {
    grid-template-columns: 180px 1fr;
  }

  .news-row__media {
    width: 180px;
    height: 120px;
  }

  .footer-main {
    grid-template-columns: 1fr 1fr;
  }

  .footer-company {
    grid-column: 1 / -1;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-section {
    padding: 46px 0 54px;
  }

  .process-title h2 {
    padding: 0 16px 12px;
    font-size: 28px;
  }

  .solution-orbit {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    width: 100%;
    height: auto;
  }

  .solution-orbit__ring,
  .solution-orbit__core {
    display: none;
  }

  .solution-node,
  .node-1,
  .node-2,
  .node-3,
  .node-4,
  .node-5,
  .node-6 {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    justify-content: flex-start;
    gap: 12px;
    min-height: 98px;
    padding: 14px;
    border: 1px solid rgba(23, 111, 204, .16);
    border-radius: 8px;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 12px 28px rgba(26, 82, 151, .08);
    text-align: left;
    white-space: normal;
  }

  .solution-node:nth-of-type(odd),
  .solution-node:nth-of-type(even) {
    text-align: left;
  }

  .solution-node span {
    min-width: 0;
    font-size: 15px;
    font-weight: 700;
  }

  .solution-icon {
    order: -1;
    width: 70px;
    height: 70px;
    border-width: 4px;
  }

  .solution-icon b {
    top: 13px;
    font-size: 18px;
  }

  .solution-icon::before {
    bottom: 16px;
    width: 26px;
    height: 22px;
  }

  .solution-icon::after {
    bottom: 12px;
    width: 30px;
  }

  .case-shell {
    padding: 0 26px;
  }
}

@media (max-width: 640px) {
  .error-wrap {
    padding: 28px 14px;
  }

  .error-panel {
    min-height: 0;
    padding: 28px 18px;
  }

  .error-code {
    font-size: 62px;
  }

  .error-copy h1 {
    font-size: 30px;
  }

  .error-copy p {
    font-size: 14px;
  }

  .error-actions a {
    flex: 1 1 130px;
    min-width: 0;
  }

  .brand-row,
  .brand-inner {
    height: 58px;
    min-height: 58px;
  }

  .logo img {
    width: 150px;
    max-height: 40px;
  }

  .nav-toggle {
    width: 36px;
    height: 34px;
  }

  .main-nav {
    top: 58px;
    max-height: calc(100vh - 58px);
  }

  .section-tight,
  .product-section,
  .advantage-section,
  .case-section,
  .news-section,
  .profile-section {
    padding-top: 30px;
    padding-bottom: 34px;
  }

  .section-title {
    margin-bottom: 22px;
  }

  .section-title h2,
  .process-section .section-title h2 {
    font-size: 24px;
    line-height: 1.25;
  }

  .section-title p,
  .process-section .section-title p {
    margin-top: 8px;
    font-size: 12px;
  }

  .site-footer {
    padding: 34px 0 18px;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 22px;
    min-height: 0;
    text-align: center;
  }

  .footer-company,
  .footer-qrs {
    grid-column: auto;
  }

  .footer-col {
    display: none;
  }

  .footer-company img {
    width: 190px;
    margin: 0 auto 16px;
  }

  .footer-company p {
    max-width: 300px;
    margin: 0 auto 7px;
    font-size: 13px;
    line-height: 1.55;
  }

  .footer-qrs {
    grid-template-columns: 88px;
    justify-content: center;
    padding-top: 0;
  }

  .footer-qrs img {
    width: 88px;
    height: 88px;
  }

  .footer-qrs span {
    margin-top: 8px;
    font-size: 13px;
  }

  .footer-bottom {
    align-items: center;
    margin-top: 22px;
    padding-top: 14px;
    text-align: center;
    font-size: 12px;
  }

  .contact-qr {
    display: none;
  }

  .product-menu {
    overflow: visible;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .product-menu h3 {
    height: auto;
    min-height: 58px;
    padding: 14px 16px;
    border-radius: 6px;
  }

  .product-menu h3::before {
    display: none;
  }

  .product-menu h3::after {
    right: 16px;
    top: 18px;
    transform: scale(.72);
    transform-origin: right top;
  }

  .product-menu h3 span {
    font-size: 21px;
  }

  .product-menu h3 small {
    margin-top: 5px;
    font-size: 10px;
  }

  .product-menu ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding-top: 12px;
  }

  .product-menu li:nth-child(n+7) {
    display: none;
  }

  .product-menu ul button,
  .product-menu ul a {
    justify-content: center;
    height: 38px;
    padding: 0 8px;
    border: 1px solid #dfe8f2;
    border-radius: 4px;
    color: #33445a;
    background: #fff;
    text-align: center;
    font-size: 13px;
  }

  .product-menu ul button::before,
  .product-menu ul button::after,
  .product-menu ul a::before,
  .product-menu ul a::after {
    display: none;
  }

  .product-menu__tel {
    display: none;
  }

  .product-grid,
  .subpage-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .product-section .home-product-grid article:nth-child(10) {
    display: block;
  }

  .product-section .home-product-grid article:nth-child(n+11) {
    display: none !important;
  }

  .product-grid img {
    height: 128px;
  }

  .product-grid span {
    height: 38px;
    padding: 0 6px;
    font-size: 13px;
  }

  .case-page-grid.solution-mobile-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .case-page-grid.case-two-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .solution-mobile-grid .case-card img {
    height: 112px;
  }

  .solution-mobile-grid .case-card div {
    padding: 10px 8px;
  }

  .solution-mobile-grid .case-card h3 {
    font-size: 13px;
  }

  .product-detail-photo img {
    height: 280px;
  }

  .product-detail-info h2 {
    margin-bottom: 22px;
    font-size: 24px;
  }

  .detail-hotline {
    margin-top: 28px;
  }

  .detail-hotline strong {
    font-size: 32px;
  }

  .product-detail-body {
    padding: 0;
  }

  .subpage-section {
    padding: 38px 0 48px;
  }

  .case-page-grid,
  .solution-page-grid,
  .service-steps {
    grid-template-columns: 1fr;
  }

  .case-page-grid.honor-page-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .case-page-grid.case-two-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .case-two-grid .case-card img {
    height: 100%;
  }

  .case-two-grid .case-card a {
    grid-template-rows: 128px auto;
  }

  .case-two-grid .case-card div {
    padding: 10px 8px;
  }

  .case-two-grid .case-card h3 {
    font-size: 13px;
  }

  .honor-page-grid .case-card img {
    height: 128px;
  }

  .honor-card__media {
    height: 150px;
    padding: 10px;
  }

  .honor-card span {
    height: 40px;
    padding: 6px 8px;
    font-size: 13px;
  }

  .about-wide,
  .detail-panel,
  .contact-card-main {
    padding: 24px 20px;
  }

  .about-visual {
    float: none;
    width: 100%;
    min-width: 0;
    margin: 0 0 22px;
    box-shadow: none;
  }

  .about-visual img {
    height: 220px;
  }

  .about-visual__badge {
    left: 16px;
    bottom: 16px;
    min-width: 138px;
    padding: 12px 14px;
  }

  .about-visual__badge strong {
    font-size: 28px;
  }

  .about-wide h2 {
    font-size: 24px;
  }

  .culture-wide img {
    height: 220px;
  }

  .culture-grid {
    grid-template-columns: 1fr;
  }

  .culture-quote {
    align-items: flex-start;
    flex-direction: column;
    padding: 26px 22px;
  }

  .about-honor-shell .case-swiper img {
    height: 128px;
  }

  .about-section-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .news-row {
    grid-template-columns: 1fr;
  }

  .profile-card {
    display: block;
    min-height: auto;
  }

  .profile-media,
  .profile-media img {
    min-height: 220px;
  }

  .profile-media__badge {
    left: 18px;
    right: 18px;
    bottom: 18px;
    width: auto;
    padding: 14px 16px;
  }

  .profile-copy {
    padding: 28px 18px 28px;
  }

  .profile-copy::before {
    display: none;
  }

  .profile-eyebrow {
    font-size: 12px;
  }

  .profile-copy h2 {
    margin: 12px 0 16px;
    font-size: 25px;
  }

  .profile-copy h2 span {
    display: block;
    margin: 8px 0 0;
    font-size: 13px;
  }

  .profile-copy p {
    line-height: 1.85;
  }

  .profile-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 18px;
  }

  .profile-stats div {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 6px;
    min-height: 106px;
    padding: 12px 6px 10px;
    border: 1px solid rgba(31, 103, 182, .12);
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(240, 247, 255, .9));
    box-shadow: 0 8px 18px rgba(31, 88, 173, .07);
    text-align: center;
  }

  .profile-stat-icon {
    grid-row: auto;
    width: 36px;
    height: 36px;
    box-shadow:
      0 7px 14px rgba(13, 92, 173, .16),
      inset 0 0 0 1px rgba(255, 255, 255, .2);
  }

  .profile-stat-icon::before {
    inset: 8px;
  }

  .profile-stats strong {
    font-size: 19px;
    line-height: 1.05;
  }

  .profile-stats span {
    margin-top: 0;
    color: #5b7088;
    font-size: 11px;
    line-height: 1.25;
  }

  .profile-tags {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 16px;
  }

  .profile-tags span {
    justify-content: center;
    min-height: 34px;
    padding: 7px 8px;
    border-radius: 5px;
    background: linear-gradient(135deg, #dcecff, #cce2fb);
    font-size: 12px;
    box-shadow:
      inset 0 0 0 1px rgba(31, 103, 182, .18),
      0 5px 12px rgba(31, 88, 173, .07);
  }

  .profile-tag-icon {
    width: 17px;
    height: 17px;
    background-size: 12px 12px;
  }

  .profile-more {
    width: 100%;
    height: 40px;
    margin-top: 18px;
    border-radius: 5px;
  }

  .news-row__media {
    width: 100%;
    height: 180px;
  }

  .article-nav,
  .detail-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .contact-card-main dl {
    grid-template-columns: 1fr;
    gap: 4px 0;
  }

  .process-section {
    padding: 32px 0 36px;
  }

  .process-title {
    margin-bottom: 22px;
  }

  .process-title h2 {
    padding: 0 8px 10px;
    font-size: 22px;
  }

  .process-title h2::after {
    height: 5px;
  }

  .solution-orbit {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .solution-node,
  .node-1,
  .node-2,
  .node-3,
  .node-4,
  .node-5,
  .node-6 {
    min-height: 82px;
    padding: 12px;
  }

  .solution-icon {
    width: 58px;
    height: 58px;
  }

  .solution-icon b {
    top: 10px;
    font-size: 16px;
  }
}


/* Backend template pagination compatibility */
.pager .pagination,
.product-pager .pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.pager .pagination li,
.product-pager .pagination li { display: block; }
.pager .pagination li a,
.pager .pagination li span,
.product-pager .pagination li a,
.product-pager .pagination li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  padding: 0 12px;
  background: #fff;
  border: 1px solid #d8e0eb;
  color: #4d5d73;
  font-size: 14px;
}
.pager .pagination li.active span,
.pager .pagination li a:hover,
.product-pager .pagination li.active span,
.product-pager .pagination li a:hover {
  background: #2f63b8;
  border-color: #2f63b8;
  color: #fff;
}
.profile-desc img,
.article-body img,
.product-detail-body img {
  max-width: 100%;
  height: auto;
}
.profile-desc p { margin-bottom: 14px; }
.news-card__desc { color: #67758a; line-height: 1.8; }

.article-detail-wrap {
  max-width: 1000px;
}

.article-detail {
  background: #fff;
  padding: 46px 58px 56px;
  border: 1px solid #edf1f6;
  box-shadow: 0 14px 38px rgba(23, 52, 98, 0.06);
}

.article-head {
  text-align: center;
  padding-bottom: 24px;
  margin-bottom: 30px;
  border-bottom: 1px solid #edf1f6;
}

.article-head h1,
.article-head h2 {
  margin: 0 0 14px;
  font-size: 28px;
  line-height: 1.45;
  color: #1f2d3d;
  font-weight: 700;
}

.article-head p {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin: 0;
  color: #7c8797;
  font-size: 14px;
}

.article-cover {
  margin: 0 auto 28px;
  text-align: center;
}

.article-cover img {
  max-width: 100%;
  max-height: 520px;
  object-fit: contain;
}

.article-body {
  color: #344256;
  font-size: 16px;
  line-height: 2;
}

.article-body p {
  margin: 0 0 16px;
}

.article-body h2,
.article-body h3,
.article-body h4 {
  margin: 28px 0 14px;
  color: #1f2d3d;
  line-height: 1.5;
}

.article-body table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}

.article-body th,
.article-body td {
  border: 1px solid #e1e7ef;
  padding: 10px 12px;
}

.article-body ul,
.article-body ol {
  padding-left: 24px;
  margin: 0 0 16px;
}

.article-body a {
  color: #2f63b8;
}

.honor-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin-top: 28px;
}

.honor-grid article {
  background: #fff;
  border: 1px solid #e7edf5;
  text-align: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.honor-grid article:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 34px rgba(23, 52, 98, 0.1);
}

.honor-grid a {
  display: block;
  color: inherit;
}

.honor-grid img {
  width: 100%;
  height: 360px;
  object-fit: contain;
  background: #f6f8fb;
}

.honor-grid span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  padding: 6px 12px;
  color: #2e3b4f;
  font-size: 15px;
  line-height: 1.35;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .pager .pagination,
  .product-pager .pagination { gap: 6px; }
  .pager .pagination li a,
  .pager .pagination li span,
  .product-pager .pagination li a,
  .product-pager .pagination li span {
    min-width: 34px;
    height: 34px;
    padding: 0 9px;
    font-size: 13px;
  }
  .article-detail {
    padding: 26px 18px 32px;
    border: 0;
    box-shadow: none;
  }
  .article-head h1,
  .article-head h2 {
    font-size: 22px;
  }
  .article-head p {
    flex-wrap: wrap;
    gap: 8px 16px;
    font-size: 13px;
  }
  .article-body {
    font-size: 15px;
    line-height: 1.9;
  }
  .honor-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .honor-grid img {
    height: 240px;
  }
  .honor-grid span {
    height: 36px;
    padding: 4px 8px;
    font-size: 13px;
  }
}

/* Homepage solution center: uses the original reference site assets. */
.process-section {
  position: relative;
  overflow: hidden;
  padding: 0 0 34px;
  background: #eef6ff url("../images/kaka/solutions/te_bg.jpg") center bottom / cover no-repeat;
}

.process-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .72), rgba(255, 255, 255, .08) 34%, rgba(255, 255, 255, .08) 66%, rgba(255, 255, 255, .72)),
    linear-gradient(180deg, rgba(238, 247, 255, .5), rgba(255, 255, 255, .08) 48%, rgba(255, 255, 255, .48));
  pointer-events: none;
}

.process-section::after {
  display: none;
}

.process-section .wrap {
  position: relative;
  z-index: 1;
}

.process-title {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 52px 0 24px;
  background: url("../images/kaka/solutions/te_t.png") no-repeat center bottom;
  text-align: center;
}

.process-title::before {
  display: none;
}

.process-title h2 {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 0;
  padding: 0 28px;
  color: #015ec2;
  background: rgba(238, 247, 255, .72);
  font-size: 30px;
  font-weight: 800;
  line-height: 1.22;
}

.process-title h2::after {
  display: none;
}

.process-list.solution-orbit {
  position: relative;
  display: block;
  width: min(1180px, 100%);
  height: 590px;
  margin: 38px auto 0;
}

.solution-orbit__image {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 1;
  display: block;
  width: 670px;
  max-width: 72%;
  height: auto;
  transform: translateX(-50%);
  filter: drop-shadow(0 18px 26px rgba(12, 91, 180, .12));
}

.solution-node {
  position: absolute;
  z-index: 2;
  display: block;
  width: 340px;
  height: 132px;
  padding: 0;
  color: #333;
  background: transparent;
  font-size: 17px;
  line-height: 1.3;
  white-space: nowrap;
  transition: color .24s ease;
}

.solution-node::before {
  display: none;
}

.solution-node::after {
  content: "";
  position: absolute;
  top: 3px;
  width: 126px;
  height: 126px;
  border: 2px solid rgba(0, 116, 214, .35);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 255, 255, .1) 54%, rgba(255, 255, 255, .72) 55%, rgba(255, 255, 255, .02) 69%),
    radial-gradient(circle, rgba(0, 108, 210, .16), rgba(0, 108, 210, 0) 68%);
  box-shadow: 0 0 0 0 rgba(0, 106, 214, 0);
  opacity: 0;
  transform: scale(.88);
  transition: opacity .24s ease, transform .24s ease, box-shadow .24s ease;
  pointer-events: none;
}

.solution-node:hover {
  color: #006bd6;
  background: transparent;
  box-shadow: none;
  transform: none;
}

.solution-node:hover::after {
  opacity: 1;
  box-shadow:
    0 0 0 7px rgba(0, 106, 214, .08),
    0 12px 26px rgba(0, 87, 178, .16);
  transform: scale(1);
}

.solution-node span {
  position: absolute;
  top: 50%;
  min-width: 0;
  font-weight: 500;
  transform: translateY(-50%);
  transition: color .24s ease, background-color .24s ease, box-shadow .24s ease, transform .24s ease;
}

.solution-node:hover span {
  color: #006bd6;
  background: rgba(255, 255, 255, .76);
  box-shadow: 0 8px 18px rgba(17, 91, 179, .1);
  transform: translateY(-50%) translateX(0);
}

.node-1,
.node-3,
.node-5 {
  justify-content: flex-end;
  text-align: right;
}

.node-2,
.node-4,
.node-6 {
  justify-content: flex-start;
  text-align: left;
}

.node-1::after,
.node-3::after,
.node-5::after {
  right: 17px;
}

.node-2::after,
.node-4::after,
.node-6::after {
  left: 4px;
}

.node-1 span,
.node-3 span,
.node-5 span {
  right: 150px;
  padding: 7px 10px;
  border-radius: 4px;
}

.node-2 span,
.node-4 span,
.node-6 span {
  left: 145px;
  padding: 7px 10px;
  border-radius: 4px;
}

.node-1 {
  left: calc(50% - 405px);
  top: 0;
}

.node-2 {
  left: calc(50% + 75px);
  top: 0;
}

.node-3 {
  left: calc(50% - 537px);
  top: 252px;
}

.node-4 {
  left: calc(50% + 206px);
  top: 252px;
}

.node-5 {
  left: calc(50% - 405px);
  top: 488px;
}

.node-6 {
  left: calc(50% + 75px);
  top: 488px;
}

@media (max-width: 1180px) {
  .process-list.solution-orbit {
    height: 540px;
  }

  .solution-orbit__image {
    width: 610px;
    max-width: 70%;
  }

  .solution-node {
    width: 300px;
    height: 124px;
    font-size: 16px;
  }

  .solution-node::after {
    top: 4px;
    width: 114px;
    height: 114px;
  }

  .node-1::after,
  .node-3::after,
  .node-5::after {
    right: 14px;
  }

  .node-1 span,
  .node-3 span,
  .node-5 span {
    right: 130px;
  }

  .node-2 span,
  .node-4 span,
  .node-6 span {
    left: 128px;
  }

  .node-1 {
    left: calc(50% - 362px);
    top: 0;
  }

  .node-2 {
    left: calc(50% + 67px);
    top: 0;
  }

  .node-3 {
    left: calc(50% - 482px);
    top: 228px;
  }

  .node-4 {
    left: calc(50% + 186px);
    top: 228px;
  }

  .node-5 {
    left: calc(50% - 362px);
    top: 420px;
  }

  .node-6 {
    left: calc(50% + 67px);
    top: 420px;
  }
}

@media (max-width: 980px) {
  .news-layout {
    grid-template-columns: 1fr;
  }

  .news-feature__media {
    height: 300px;
  }

  .process-section {
    padding: 0 0 42px;
  }

  .process-title {
    padding-top: 42px;
  }

  .process-title h2 {
    font-size: 26px;
  }

  .process-list.solution-orbit {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    height: auto;
    margin-top: 24px;
  }

  .solution-orbit__image {
    position: relative;
    left: auto;
    top: auto;
    grid-column: 1 / -1;
    width: min(100%, 670px);
    max-width: 100%;
    margin: 0 auto 4px;
    transform: none;
    animation: none;
  }

  .solution-node,
  .node-1,
  .node-2,
  .node-3,
  .node-4,
  .node-5,
  .node-6 {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    justify-content: center;
    width: auto;
    height: auto;
    min-width: 0;
    min-height: 48px;
    padding: 11px 12px;
    border: 1px solid rgba(18, 107, 204, .16);
    background: rgba(255, 255, 255, .86);
    box-shadow: 0 10px 22px rgba(21, 96, 183, .08);
    text-align: center;
    white-space: normal;
  }

  .solution-node::before,
  .solution-node::after {
    display: none;
  }

  .solution-node span,
  .node-1 span,
  .node-2 span,
  .node-3 span,
  .node-4 span,
  .node-5 span,
  .node-6 span {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    padding: 0;
    transform: none;
  }

  .solution-node:hover span {
    background: transparent;
    box-shadow: none;
    transform: none;
  }
}

@media (max-width: 640px) {
  .process-title {
    padding: 34px 0 20px;
    background-size: 250px auto;
  }

  .process-title::before {
    left: 6%;
    right: 6%;
    bottom: 23px;
  }

  .process-title h2 {
    padding: 0 12px;
    font-size: 22px;
  }

  .process-list.solution-orbit {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 18px;
  }

  .solution-node,
  .node-1,
  .node-2,
  .node-3,
  .node-4,
  .node-5,
  .node-6 {
    min-height: 44px;
    font-size: 15px;
  }
}

/* Rebuilt homepage solution center: CSS rings and controllable circle states. */
.section-title.process-title,
.process-title {
  margin: 0 auto;
  padding: 48px 0 22px;
  background: none !important;
  text-align: center;
}

.section-title.process-title::before,
.section-title.process-title::after,
.process-title::before,
.process-title::after,
.process-title h2::before {
  content: none !important;
  display: none !important;
}

.process-title h2 {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 24px 16px;
  color: #015ec2;
  background: transparent;
  font-size: 34px;
  font-weight: 900;
  line-height: 1.2;
}

.process-title h2::after {
  content: "" !important;
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block !important;
  width: 285px;
  max-width: 72%;
  height: 6px;
  border-radius: 999px;
  background: #0069cf;
  transform: translateX(-50%);
}

.process-list.solution-orbit {
  position: relative;
  display: block;
  width: min(1180px, 100%);
  height: 590px;
  margin: 38px auto 0;
}

.solution-orbit__ring {
  position: absolute;
  left: 50%;
  top: 5px;
  z-index: 1;
  display: block !important;
  width: 580px;
  height: 580px;
  border: 2px solid rgba(0, 113, 218, .72);
  border-radius: 50%;
  background: transparent;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .58);
  transform: translateX(-50%);
  animation: none !important;
  pointer-events: none;
}

.solution-orbit__ring::before,
.solution-orbit__ring::after {
  content: none !important;
  display: none !important;
}

.solution-orbit__core {
  position: absolute;
  left: 50%;
  top: 116px;
  z-index: 2;
  display: grid !important;
  place-items: center;
  width: 360px;
  height: 360px;
  overflow: hidden;
  border-radius: 50%;
  background: rgba(255, 255, 255, .96);
  box-shadow:
    0 18px 34px rgba(30, 105, 184, .09),
    inset 0 0 0 1px rgba(255, 255, 255, .72);
  transform: translateX(-50%);
}

.solution-orbit__core img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.solution-node {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 11px;
  width: 306px;
  height: 124px;
  padding: 0;
  color: #333;
  background: transparent;
  box-shadow: none;
  font-size: 17px;
  line-height: 1.25;
  white-space: nowrap;
  transition: color .22s ease;
}

.solution-node::before,
.solution-node::after {
  content: none !important;
  display: none !important;
}

.solution-node span,
.node-1 span,
.node-2 span,
.node-3 span,
.node-4 span,
.node-5 span,
.node-6 span {
  position: static;
  left: auto;
  right: auto;
  top: auto;
  min-width: 0;
  padding: 7px 9px;
  border-radius: 4px;
  color: inherit;
  background: transparent;
  box-shadow: none;
  font-weight: 500;
  transform: none;
  transition: color .22s ease, background-color .22s ease, box-shadow .22s ease;
}

.solution-node__badge {
  position: relative;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  width: 112px;
  height: 112px;
  border: 6px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-style: normal;
  background:
    radial-gradient(circle at 34% 22%, rgba(255, 255, 255, .2), transparent 28%),
    linear-gradient(145deg, #0878d7 0%, #0067c9 100%);
  box-shadow:
    0 0 0 2px rgba(33, 137, 229, .64),
    0 0 0 10px rgba(33, 137, 229, .08),
    0 15px 26px rgba(0, 92, 184, .16);
  transition: transform .24s ease, box-shadow .24s ease, background .24s ease;
}

.solution-node__badge::before {
  content: "";
  position: absolute;
  inset: -12px;
  border: 2px solid rgba(42, 143, 231, .42);
  border-radius: 50%;
  opacity: .55;
  transition: opacity .24s ease, transform .24s ease;
}

.solution-node__badge b {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  color: #fff;
  font-family: Arial, "Microsoft YaHei", sans-serif;
  font-style: normal;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
  text-align: center;
  font-variant-numeric: tabular-nums;
}

.solution-node__badge img {
  position: relative;
  z-index: 1;
  display: block;
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.node-1,
.node-3,
.node-5 {
  justify-content: flex-end;
  text-align: right;
}

.node-2,
.node-4,
.node-6 {
  justify-content: flex-start;
  text-align: left;
}

.node-2 span,
.node-4 span,
.node-6 span {
  order: 1;
}

.node-2 .solution-node__badge,
.node-4 .solution-node__badge,
.node-6 .solution-node__badge {
  order: 0;
}

.solution-node:hover {
  color: #006bd6;
  background: transparent;
  box-shadow: none;
  transform: none;
}

.solution-node:hover span {
  color: #006bd6;
  background: transparent;
  box-shadow: none;
  transform: none;
}

.solution-node:hover .solution-node__badge {
  background:
    radial-gradient(circle at 34% 22%, rgba(255, 255, 255, .26), transparent 28%),
    linear-gradient(145deg, #0788e8 0%, #005ebd 100%);
  box-shadow:
    0 0 0 2px rgba(33, 137, 229, .82),
    0 0 0 14px rgba(33, 137, 229, .13),
    0 18px 34px rgba(0, 92, 184, .24);
  transform: scale(1.055);
}

.solution-node:hover .solution-node__badge::before {
  opacity: 1;
  transform: scale(1.08);
}

.node-1 {
  left: calc(50% - 390px);
  top: 0;
}

.node-2 {
  left: calc(50% + 70px);
  top: 0;
}

.node-3 {
  left: calc(50% - 525px);
  top: 240px;
}

.node-4 {
  left: calc(50% + 205px);
  top: 240px;
}

.node-5 {
  left: calc(50% - 390px);
  top: 462px;
}

.node-6 {
  left: calc(50% + 70px);
  top: 462px;
}

@media (max-width: 1180px) {
  .process-list.solution-orbit {
    height: 540px;
  }

  .solution-orbit__ring {
    top: 3px;
    width: 530px;
    height: 530px;
  }

  .solution-orbit__core {
    top: 104px;
    width: 330px;
    height: 330px;
  }

  .solution-node {
    width: 276px;
    height: 112px;
    font-size: 16px;
  }

  .solution-node__badge {
    width: 100px;
    height: 100px;
  }

  .solution-node__badge b {
    font-size: 24px;
  }

  .solution-node__badge img {
    width: 44px;
    height: 44px;
  }

  .node-1 {
    left: calc(50% - 346px);
    top: 0;
  }

  .node-2 {
    left: calc(50% + 66px);
    top: 0;
  }

  .node-3 {
    left: calc(50% - 462px);
    top: 218px;
  }

  .node-4 {
    left: calc(50% + 186px);
    top: 218px;
  }

  .node-5 {
    left: calc(50% - 346px);
    top: 420px;
  }

  .node-6 {
    left: calc(50% + 66px);
    top: 420px;
  }
}

@media (max-width: 980px) {
  .process-title h2 {
    font-size: 26px;
  }

  .process-list.solution-orbit {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    height: auto;
    margin-top: 24px;
  }

  .solution-orbit__ring {
    display: none !important;
  }

  .solution-orbit__core {
    position: relative;
    left: auto;
    top: auto;
    grid-column: 1 / -1;
    width: min(100%, 360px);
    height: auto;
    aspect-ratio: 1;
    margin: 0 auto 6px;
    transform: none;
  }

  .solution-node,
  .node-1,
  .node-2,
  .node-3,
  .node-4,
  .node-5,
  .node-6 {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    justify-content: flex-start;
    width: auto;
    height: auto;
    min-height: 86px;
    padding: 12px;
    border: 1px solid rgba(18, 107, 204, .16);
    border-radius: 6px;
    background: rgba(255, 255, 255, .86);
    box-shadow: 0 10px 22px rgba(21, 96, 183, .08);
    text-align: left;
    white-space: normal;
  }

  .node-2 span,
  .node-4 span,
  .node-6 span {
    order: 0;
  }

  .node-2 .solution-node__badge,
  .node-4 .solution-node__badge,
  .node-6 .solution-node__badge {
    order: 0;
  }

  .solution-node__badge {
    width: 68px;
    height: 68px;
    border-width: 4px;
    gap: 2px;
    box-shadow: 0 0 0 2px rgba(33, 137, 229, .46);
  }

  .solution-node__badge::before {
    display: none;
  }

  .solution-node__badge b {
    font-size: 17px;
    letter-spacing: .5px;
  }

  .solution-node__badge img {
    width: 31px;
    height: 31px;
  }

  .solution-node span,
  .node-1 span,
  .node-2 span,
  .node-3 span,
  .node-4 span,
  .node-5 span,
  .node-6 span {
    padding: 0;
    font-weight: 700;
  }

  .solution-node:hover span {
    background: transparent;
    box-shadow: none;
  }
}

@media (max-width: 640px) {
  .process-section {
    padding-bottom: 28px;
    background-position: center top;
  }

  .section-title.process-title,
  .process-title {
    padding: 30px 0 16px;
  }

  .process-title h2 {
    padding: 0 8px 12px;
    font-size: 21px;
    line-height: 1.3;
  }

  .process-title h2::after {
    width: 210px;
    height: 4px;
  }

  .process-list.solution-orbit {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    margin-top: 14px;
  }

  .solution-orbit__core {
    width: min(100%, 310px);
    margin-bottom: 4px;
    box-shadow:
      0 12px 24px rgba(30, 105, 184, .1),
      inset 0 0 0 1px rgba(255, 255, 255, .76);
  }

  .solution-node,
  .node-1,
  .node-2,
  .node-3,
  .node-4,
  .node-5,
  .node-6 {
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
    min-height: 106px;
    padding: 12px 8px 11px;
    border-color: rgba(18, 107, 204, .18);
    border-radius: 8px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(247, 251, 255, .92));
    box-shadow: 0 8px 18px rgba(21, 96, 183, .08);
    text-align: center;
    font-size: 13px;
  }

  .solution-node__badge {
    width: 56px;
    height: 56px;
    border-width: 3px;
    box-shadow:
      0 0 0 1px rgba(33, 137, 229, .44),
      0 7px 14px rgba(0, 92, 184, .13);
  }

  .solution-node__badge b {
    font-size: 15px;
    letter-spacing: 0;
  }

  .solution-node__badge img {
    width: 25px;
    height: 25px;
  }

  .solution-node span,
  .node-1 span,
  .node-2 span,
  .node-3 span,
  .node-4 span,
  .node-5 span,
  .node-6 span {
    display: block;
    width: 100%;
    color: #254463;
    font-size: 13px;
    line-height: 1.35;
    text-align: center;
  }
}

@media (max-width: 360px) {
  .process-title h2 {
    font-size: 19px;
  }

  .process-list.solution-orbit {
    gap: 8px;
  }

  .solution-node,
  .node-1,
  .node-2,
  .node-3,
  .node-4,
  .node-5,
  .node-6 {
    min-height: 98px;
    padding: 10px 6px;
  }

  .solution-node__badge {
    width: 52px;
    height: 52px;
  }
}

@media (max-width: 640px) {
  .news-feature__media {
    height: 200px;
  }

  .news-feature__body {
    padding: 22px 22px 14px;
  }

  .news-feature-swiper .swiper-pagination {
    padding: 0 22px 20px;
  }
}
