:root {
  --blue: #DD0000;
  --blue-deep: #DD0000;
  --ink: #303030;
  --muted: #777;
  --footer: #2c2f33;
  --dark: #111c25;
  --line: #e8e8e8;
  --max: 1120px;
  --wide: 1370px
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  margin: 0;
  background: #fff;
  color: var(--ink);
  font-family: Arial, "Microsoft YaHei", "PingFang SC", sans-serif;
  font-size: 14px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased
}

a {
  color: inherit;
  text-decoration: none
}

img,
video {
  display: block;
  max-width: 100%;
  height: auto
}

ul {
  list-style: none;
  margin: 0;
  padding: 0
}

p {
  margin: 0
}

.wrap {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto
}

.preview-note {
  height: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff28a;
  color: #737373;
  font-size: 13px;
  text-align: center
}

.welcome {
  height: 30px;
  display: flex;
  align-items: center;
  color: #777;
  font-size: 13px;
  background: #fff
}

.welcome .wrap {
  display: flex;
  justify-content: space-between;
  gap: 16px
}

.site-head {
  background: #fff;
  border-bottom: 1px solid #f4f4f4
}

.head-inner {
  height: 95px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 42px
}

.brand {
  display: flex;
  align-items: center;
  min-width: 220px;
  max-width: 330px
}

.brand-logo {
  max-height: 58px;
  width: auto
}

.brand-fallback {
  display: flex;
  flex-direction: column;
  line-height: 1.1
}

.brand-name {
  color: #DD0000;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 1px
}

.brand-sub {
  margin-top: 5px;
  color: #555;
  font-size: 12px;
  letter-spacing: 6px
}

.nav-toggle {
  display: none;
  border: 0;
  background: var(--blue);
  color: #fff;
  border-radius: 2px;
  padding: 7px 12px;
  font-size: 20px;
  cursor: pointer
}

.mainnav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 0;
  flex: 1
}

.nav-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0;
  min-width: 0
}

.nav-item {
  position: relative
}

.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 95px;
  padding: 0 21px;
  color: #333;
  font-size: 16px;
  white-space: nowrap;
  transition: color .2s ease
}

.nav-link:hover,
.nav-link:focus-visible,
.nav-item.is-active>.nav-link {
  color: var(--blue);
  outline: none
}

.nav-sublist {
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: 40;
  min-width: 128px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .12);
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%);
  transition: .2s ease;
  overflow: hidden
}

.nav-item:hover .nav-sublist,
.nav-item:focus-within .nav-sublist {
  opacity: 1;
  visibility: visible
}

.nav-sublist .nav-link {
  height: 42px;
  justify-content: flex-start;
  padding: 0 18px;
  font-size: 14px;
  border-bottom: 1px solid #f2f2f2
}

.nav-sublist .nav-link:hover {
  background: #f5fbff
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0
}

.hero {
  position: relative;
  overflow: hidden;
  background: #121820
}

.hero swiper-container {
  display: block
}

.hero swiper-container:not(:defined) swiper-slide:not(:first-child) {
  display: none
}

.hero swiper-slide {
  height: auto
}

.hero-slide-link {
  display: block
}

.hero-media {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
  background: #121820
}

.hero-fallback {
  height: clamp(320px, 39vw, 570px);
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: linear-gradient(90deg, rgba(0, 0, 0, .52), rgba(0, 0, 0, .12)), radial-gradient(circle at 22% 57%, #d8dbe0 0 10%, transparent 16%), linear-gradient(180deg, #1a1d21 0, #3e454c 44%, #cfd4d9 100%);
  color: #fff;
  text-align: center
}

.hero-fallback:before {
  content: "";
  position: absolute;
  left: 10%;
  bottom: 80px;
  width: 260px;
  height: 180px;
  background: linear-gradient(135deg, #0c4ea3, #6d7fa4);
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, .35)
}

.hero-fallback:after {
  content: "";
  position: absolute;
  left: 48%;
  top: 33%;
  width: 40%;
  height: 1px;
  background: rgba(255, 255, 255, .55);
  box-shadow: 0 18px 0 rgba(255, 255, 255, .18), 0 36px 0 rgba(255, 255, 255, .12)
}

.hero-copy {
  position: relative;
  z-index: 2;
  margin-left: 20%;
  text-shadow: 0 3px 12px rgba(0, 0, 0, .6)
}

.hero-heading {
  margin: 0;
  font-size: 48px;
  font-weight: 400;
  letter-spacing: 10px
}

.hero-copy p {
  margin-top: 12px;
  color: #eee;
  font-size: 16px;
  letter-spacing: 3px
}

.hero .swiper-pagination {
  bottom: 18px
}

.hero .swiper-pagination-bullet {
  width: 32px;
  height: 4px;
  border-radius: 99px;
  background: #fff;
  opacity: .55
}

.hero .swiper-pagination-bullet-active {
  background: #DD0000;
  opacity: 1
}

.section {
  padding: 58px 0 66px;
  background: #fff
}

.section-title {
  text-align: center;
  margin: 0 0 30px
}

.section-title .en {
  display: block;
  color: #34363a;
  font-size: 30px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: .5px
}

.section-title .cn {
  display: block;
  margin-top: 5px;
  color: #363636;
  font-size: 23px;
  font-weight: 900;
  line-height: 1.2
}

.section-title a:hover .en,
.section-title a:hover .cn {
  color: var(--blue)
}

.industry-section {
  padding: 46px 0 54px;
  background: #f7f7f7
}

.industry-wrap {
  width: min(1368px, calc(100% - 40px));
  margin: 0 auto
}

.industry-heading {
  text-align: center;
  margin: 0 0 24px;
  color: #000
}

.industry-heading a {
  display: inline-block
}

.industry-heading h2 {
  margin: 0;
  color: #000;
  font-size: 26px;
  line-height: 1.28;
  font-weight: 400
}

.industry-heading p {
  margin: 10px 0 0;
  color: #111;
  font-size: 14px;
  line-height: 1.6
}

.industry-grid {
  display: flex;
  gap: 2px;
  min-height: 520px
}

.industry-card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 0;
  min-width: 0;
  overflow: hidden;
  background: #dce2e8;
  color: #fff;
  text-align: center;
  isolation: isolate;
  outline: none;
  transition: flex-grow .32s ease
}

.industry-card:hover,
.industry-card:focus-visible {
  flex-grow: 1.95;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left
}

.industry-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  transition: transform .45s ease, filter .3s ease
}

.industry-card:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, .33);
  transition: background .3s ease
}

.industry-card:hover img,
.industry-card:focus-visible img {
  transform: scale(1.06);
  filter: saturate(1.08)
}

.industry-card:hover:before,
.industry-card:focus-visible:before {
  background: rgba(221, 0, 0, .66)
}

.industry-card-body {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 100%;
  width: 100%;
  padding: 34px 28px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 12px;
  transition: padding .32s ease, align-items .32s ease
}

.industry-card:hover .industry-card-body,
.industry-card:focus-visible .industry-card-body {
  align-items: flex-start;
  justify-content: flex-start;
  padding: 50px 38px
}

.industry-card h3 {
  margin: 0;
  color: #fff;
  font-size: 24px;
  line-height: 1.35;
  font-weight: 700;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .3);
  transition: font-size .32s ease, font-weight .32s ease, padding .32s ease, width .32s ease
}

.industry-card:hover h3,
.industry-card:focus-visible h3 {
  position: relative;
  width: 100%;
  padding: 0 0 28px 54px;
  font-size: 22px;
  font-weight: 700
}

.industry-card:hover h3:before,
.industry-card:focus-visible h3:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  width: 36px;
  height: 36px;
  border: 4px solid rgba(255, 255, 255, .92);
  border-radius: 8px;
  transform: rotate(-35deg)
}

.industry-card:hover h3:after,
.industry-card:focus-visible h3:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: rgba(255, 255, 255, .86)
}

.industry-card p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, .9);
  font-size: 13px;
  line-height: 1.75;
  display: none;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden
}

.industry-card:hover p,
.industry-card:focus-visible p {
  display: -webkit-box
}

.industry-placeholder {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(135deg, #D8D8D2, #DD0000)
}

.industry-empty {
  width: 100%;
  min-height: 260px;
  display: grid;
  place-items: center;
  background: #eef1f4;
  color: #DD0000;
  font-weight: 700
}

.home-case-section {
  padding: 54px 0 62px;
  background: #fff;
  overflow: hidden
}

.home-case-wrap {
  width: min(1368px, calc(100% - 40px));
  margin: 0 auto
}

.home-case-heading {
  margin: 0 0 30px;
  text-align: center;
  color: #000
}

.home-case-heading a {
  display: inline-block
}

.home-case-heading h2 {
  margin: 0;
  color: #000;
  font-size: 28px;
  line-height: 1.28;
  font-weight: 400
}

.home-case-heading h2::after {
  content: "";
  display: block;
  width: 84px;
  height: 4px;
  margin: 12px auto 0;
  background: linear-gradient(90deg, #1d1d1b 0 33%, #dd0000 33% 66%, #ffcc00 66% 100%)
}

.home-case-heading p {
  margin: 12px 0 0;
  color: #555;
  font-size: 14px;
  line-height: 1.7
}

.home-case-marquee {
  position: relative;
  overflow: hidden
}

.home-case-track {
  display: flex;
  gap: 0;
  width: max-content;
  animation: homeCaseScroll 36s linear infinite;
  will-change: transform
}

.home-case-marquee:hover .home-case-track {
  animation-play-state: paused
}

.home-case-card {
  flex: 0 0 calc(min(1368px, calc(100vw - 40px)) / 3);
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  border: 1px solid #f5f5f1;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  color: #222;
  text-decoration: none
}

.home-case-media {
  display: block;
  height: 220px;
  overflow: hidden;
  background: #f6f6f2
}

.home-case-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease
}

.home-case-placeholder {
  background: linear-gradient(135deg, #ecece6, #fff7d6)
}

.home-case-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 10px;
  padding: 18px 22px 20px
}

.home-case-tag {
  align-self: flex-start;
  min-height: 22px;
  padding: 0 9px;
  border-left: 4px solid #dd0000;
  background: #fff7d6;
  color: #333;
  font-size: 12px;
  line-height: 22px;
  font-weight: 900
}

.home-case-body strong {
  color: #222;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 900
}

.home-case-empty {
  min-height: 180px;
  display: grid;
  place-items: center;
  border: 1px dashed #d8d8d2;
  color: #777;
  background: #fff
}

@keyframes homeCaseScroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@media(max-width:900px) {
  .home-case-section {
    padding: 42px 0 48px
  }

  .home-case-card {
    flex-basis: min(420px, calc(100vw - 56px))
  }

  .home-case-media {
    height: 200px
  }
}

@media(max-width:640px) {
  .home-case-wrap {
    width: calc(100% - 28px)
  }

  .home-case-heading {
    margin-bottom: 22px
  }

  .home-case-heading h2 {
    font-size: 22px
  }

  .home-case-track {
    gap: 0;
    animation-duration: 30s
  }

  .home-case-card {
    flex-basis: min(330px, calc(100vw - 46px))
  }

  .home-case-media {
    height: 176px
  }

  .home-case-body {
    padding: 18px
  }
}

@media(prefers-reduced-motion: reduce) {
  .home-case-track {
    animation: none
  }
}

.ability-section {
  padding: 48px 0 46px;
  background: #fff
}

.ability-wrap {
  width: min(var(--wide), calc(100% - 40px));
  margin: 0 auto
}

.ability-heading {
  text-align: center;
  margin: 0 0 24px;
  color: #000
}

.ability-heading h2 {
  margin: 0;
  color: #000;
  font-size: 26px;
  line-height: 1.28;
  font-weight: 400
}

.ability-heading p {
  margin: 10px 0 0;
  color: #111;
  font-size: 14px;
  line-height: 1.6
}

.ability-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px
}

.ability-card {
  display: block;
  width: 100%;
  border: 0;
  padding: 0;
  background: #f7f7f7;
  color: #222;
  text-align: center;
  font: inherit;
  cursor: pointer;
  border-radius: 8px;
  overflow: hidden;
  transition: transform .24s ease, box-shadow .24s ease;
  outline: none
}

.ability-card:hover,
.ability-card:focus-visible,
.ability-card.is-active {
  transform: translateY(-5px);
  box-shadow: 0 16px 34px rgba(221, 0, 0, .16)
}

.ability-media {
  height: 207px;
  overflow: hidden;
  background: #e8eef5
}

.ability-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .42s ease, filter .3s ease
}

.ability-card:hover img,
.ability-card:focus-visible img,
.ability-card.is-active img {
  transform: scale(1.055);
  filter: saturate(1.08)
}

.ability-card.is-active .ability-title {
  color: #DD0000
}

.ability-media .placeholder {
  height: 100%;
  min-height: 0;
  color: #DD0000
}

.ability-body {
  min-height: 142px;
  padding: 17px 24px 20px;
  border-top: 1px solid #eee
}

.ability-title {
  margin: 0 0 35px;
  color: #111;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 400
}

.ability-summary {
  margin: 0;
  color: #333;
  font-size: 13px;
  line-height: 1.65;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden
}

.ability-action {
  text-align: center;
  margin-top: 44px
}

.ability-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  height: 42px;
  padding: 0 26px;
  background: #DD0000;
  color: #fff;
  border-radius: 4px;
  font-weight: 700
}

.ability-btn:hover,
.ability-btn:focus-visible {
  background: #B00000;
  outline: none
}

.ability-fallback-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px
}

.ability-fallback-card {
  background: #f7f7f7;
  text-align: center;
  border-radius: 8px;
  overflow: hidden
}

.ability-fallback-media {
  height: 207px;
  background: linear-gradient(135deg, #FFF3C4, #E1C85C)
}

.ability-fallback-body {
  min-height: 142px;
  padding: 17px 24px 20px;
  border-top: 1px solid #eee
}

.ability-fallback-body h3 {
  margin: 0 0 35px;
  color: #111;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 400
}

.ability-fallback-body p {
  margin: 0;
  color: #333;
  font-size: 13px;
  line-height: 1.65
}

.product-showcase {
  padding-top: 50px
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 13px 17px;
  max-width: 1040px;
  margin: 0 auto
}

.product-card {
  position: relative;
  display: block;
  overflow: hidden;
  background: #eef1f4;
  min-height: 238px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition: transform .28s ease, box-shadow .28s ease
}

.product-card:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  border: 0 solid rgba(221, 0, 0, 0);
  pointer-events: none;
  transition: border-width .25s ease, border-color .25s ease
}

.product-card img {
  width: 100%;
  height: 238px;
  object-fit: cover;
  transition: transform .45s ease, filter .35s ease
}

.product-card:hover,
.product-card:focus-visible {
  transform: translateY(-5px);
  box-shadow: 0 16px 34px rgba(221, 0, 0, .22);
  outline: none
}

.product-card:hover:before,
.product-card:focus-visible:before {
  border-width: 4px;
  border-color: rgba(221, 0, 0, .92)
}

.product-card:hover img,
.product-card:focus-visible img {
  transform: scale(1.055);
  filter: saturate(1.12) brightness(.92)
}

.card-mask {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  padding: 18px 18px 15px;
  background: linear-gradient(180deg, rgba(221, 0, 0, 0), rgba(221, 0, 0, .94));
  color: #fff;
  font-weight: 800;
  letter-spacing: .3px;
  opacity: 0;
  transform: translateY(14px);
  transition: .25s ease
}

.product-card:hover .card-mask,
.product-card:focus-visible .card-mask {
  opacity: 1;
  transform: none
}

.placeholder {
  width: 100%;
  min-height: 180px;
  display: grid;
  place-items: center;
  padding: 20px;
  background: linear-gradient(135deg, #EFEFEB, #D8D8D2);
  color: #1e659d;
  font-weight: 700;
  text-align: center
}

.product-card .placeholder {
  height: 238px
}

.partner-section {
  position: relative;
  overflow: hidden;
  padding: 64px 0;
  background: #5b70ae;
  color: #fff
}

.partner-bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.04) contrast(.98);
  opacity: 1
}

.partner-section:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(221, 0, 0, .78)
}

.partner-section.has-bg:before,
.partner-section.has-bg:after {
  display: none
}

.partner-section:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, 0) 38%, rgba(44, 62, 124, .14)), linear-gradient(90deg, rgba(42, 60, 120, .08), rgba(255, 255, 255, .04), rgba(42, 60, 120, .1));
  pointer-events: none
}

.partner-section.no-bg .partner-skyline {
  position: absolute;
  inset: 0;
  opacity: .24;
  background: linear-gradient(180deg, transparent 0 32%, rgba(255, 255, 255, .22) 32% 33%, transparent 33%), linear-gradient(90deg, transparent 0 7%, rgba(255, 255, 255, .32) 7% 12%, transparent 12% 18%, rgba(255, 255, 255, .24) 18% 24%, transparent 24% 34%, rgba(255, 255, 255, .2) 34% 39%, transparent 39% 50%, rgba(255, 255, 255, .26) 50% 55%, transparent 55% 68%, rgba(255, 255, 255, .3) 68% 78%, transparent 78% 86%, rgba(255, 255, 255, .24) 86% 100%);
  clip-path: polygon(0 58%, 8% 48%, 13% 55%, 18% 36%, 25% 51%, 30% 45%, 35% 31%, 40% 58%, 48% 48%, 54% 54%, 60% 43%, 66% 60%, 72% 39%, 82% 33%, 88% 57%, 94% 28%, 100% 50%, 100% 100%, 0 100%)
}

.partner-wrap {
  position: relative;
  z-index: 2;
  width: min(1370px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 270px 1fr;
  gap: 78px;
  align-items: center
}

.partner-copy h2 {
  margin: 0;
  color: #fff;
  font-size: 30px;
  line-height: 1.25;
  font-weight: 700
}

.partner-copy p {
  margin: 28px 0 0;
  color: #fff;
  font-size: 18px;
  line-height: 1.75
}

.partner-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px
}

.partner-card {
  height: 136px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 14px 28px rgba(21, 32, 72, .12);
  overflow: hidden
}

.partner-card img {
  max-width: 100%;
  max-height: 92px;
  object-fit: contain
}

.partner-name {
  color: #DD0000;
  font-size: 30px;
  line-height: 1.15;
  font-weight: 800;
  text-align: center
}

.partner-name.zh {
  color: #d92520;
  font-size: 34px;
  letter-spacing: 2px
}

.partner-name.dark {
  color: #111;
  font-family: Georgia, serif
}

.expert-section {
  position: relative;
  overflow: hidden;
  min-height: 640px;
  background: #EFEFEB;
  color: #1d2940
}

.expert-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 1
}

.expert-section:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(238, 244, 250, .96) 0, rgba(238, 244, 250, .84) 43%, rgba(226, 233, 244, .78) 100%)
}

.expert-section.has-bg:before {
  background: linear-gradient(90deg, rgba(238, 244, 250, .82) 0, rgba(238, 244, 250, .56) 42%, rgba(226, 233, 244, .42) 100%)
}

.expert-wrap {
  position: relative;
  z-index: 2;
  width: min(var(--wide), calc(100% - 40px));
  min-height: 640px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(360px, 520px) minmax(460px, 1fr);
  gap: 120px;
  align-items: center
}

.expert-copy {
  padding: 24px 0
}

.expert-title {
  margin: 0;
  color: #262626;
  font-size: 30px;
  line-height: 1.32;
  font-weight: 400
}

.expert-subtitle {
  margin: 18px 0 0;
  color: #1d2940;
  font-size: 16px;
  line-height: 1.7
}

.expert-desc {
  margin: 44px 0 0;
  max-width: 520px;
  color: #445066;
  font-size: 14px;
  line-height: 1.7
}

.expert-desc p {
  margin: 0 0 8px
}

.expert-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  height: 42px;
  margin-top: 44px;
  padding: 0 28px;
  background: #DD0000;
  color: #fff;
  border-radius: 4px;
  font-weight: 700
}

.expert-more:hover,
.expert-more:focus-visible {
  background: #B00000;
  outline: none
}

.expert-panel {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 230px;
  gap: 5px;
  align-items: stretch
}

.expert-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 8px;
  text-align: center
}

.expert-stat:nth-child(1) {
  grid-column: 2
}

.expert-stat:nth-child(2) {
  grid-column: 3
}

.expert-stat:nth-child(3) {
  grid-column: 1
}

.expert-stat:nth-child(4) {
  grid-column: 2
}

.expert-stat strong {
  position: relative;
  color: #354985;
  font-size: 50px;
  line-height: 1;
  font-weight: 400
}

.expert-stat em {
  position: absolute;
  right: -20px;
  top: -14px;
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #354985;
  color: #fff;
  font-style: normal;
  font-size: 12px;
  line-height: 1
}

.expert-stat span {
  margin-top: 14px;
  color: #333;
  font-size: 18px;
  line-height: 1.3
}

.expert-visual {
  position: relative;
  grid-column: 3;
  border-radius: 8px;
  overflow: hidden;
  background: #B8B8B2
}

.expert-visual-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity .55s ease
}

.expert-visual-slide.is-active {
  opacity: 1
}

.expert-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.expert-visual:after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(221, 0, 0, .42);
  pointer-events: none
}

.expert-visual.is-empty {
  display: none
}

.news-section {
  padding-top: 58px;
  background: #fff
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1040px;
  margin: 0 auto
}

.news-grid .news-card:nth-child(n+4) {
  display: none
}

.news-card {
  position: relative;
  display: block;
  border: 1px solid #e3e3e3;
  background: #fff;
  transition: box-shadow .25s ease, transform .25s ease, border-color .25s ease;
  overflow: hidden
}

.news-card:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 4px;
  z-index: 2;
  background: linear-gradient(90deg, #DD0000, #DD0000);
  transition: width .28s ease
}

.news-card:hover,
.news-card:focus-visible {
  border-color: #DD0000;
  box-shadow: 0 18px 34px rgba(221, 0, 0, .16);
  transform: translateY(-5px);
  outline: none
}

.news-card:hover:before,
.news-card:focus-visible:before {
  width: 100%
}

.news-media {
  height: 180px;
  background: #edf2f5;
  overflow: hidden
}

.news-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .42s ease, filter .3s ease
}

.news-card:hover img,
.news-card:focus-visible img {
  transform: scale(1.055);
  filter: saturate(1.1)
}

.news-body {
  position: relative;
  padding: 18px 20px 22px;
  transition: background .25s ease
}

.news-card:hover .news-body,
.news-card:focus-visible .news-body {
  background: #FFFDF4
}

.news-date {
  color: #999;
  font-size: 13px;
  transition: color .25s ease
}

.news-title {
  margin: 7px 0 8px;
  color: #333;
  font-size: 17px;
  line-height: 1.45;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color .25s ease
}

.news-desc {
  color: #777;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden
}

.news-card:hover .news-date,
.news-card:focus-visible .news-date,
.news-card:hover .news-title,
.news-card:focus-visible .news-title {
  color: #DD0000
}

.footer {
  background: #2d3034;
  color: #fff;
  margin-top: 0
}

.footer-main {
  display: grid;
  grid-template-columns: repeat(4, 1fr) 156px;
  gap: 42px;
  padding: 48px 0 42px
}

.footer-col h3 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 18px
}

.footer-col a {
  position: relative;
  display: block;
  margin: 0 0 8px;
  padding-left: 18px;
  color: #eee;
  font-size: 14px;
  line-height: 1.8;
  border-bottom: 1px dashed rgba(255, 255, 255, .28)
}

.footer-col a:before {
  content: "◆";
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  font-size: 12px
}

.footer-col a:hover {
  color: #DD0000
}

.qr {
  width: 116px;
  height: 116px;
  margin: 0 auto 8px;
  background: #fff;
  padding: 9px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 4px
}

.qr i {
  background: #111
}

.qr i:nth-child(2n) {
  background: #fff
}

.qr i:nth-child(3n) {
  background: #111
}

.qr-label {
  text-align: center;
  color: #eee
}

.copyright {
  background: #222426;
  color: #ddd;
  text-align: center;
  font-size: 12px;
  padding: 12px 20px
}

.copyright a {
  color: #ddd;
  margin: 0 6px
}

.copyright a:hover {
  color: #fff
}

@media(max-width:1180px) {
  .nav-link {
    padding: 0 13px
  }

  .industry-grid {
    min-height: 460px
  }

  .ability-grid,
  .ability-fallback-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .partner-wrap {
    grid-template-columns: 230px 1fr;
    gap: 36px
  }

  .partner-name {
    font-size: 24px
  }

  .partner-name.zh {
    font-size: 28px
  }

  .expert-wrap {
    grid-template-columns: minmax(300px, 430px) 1fr;
    gap: 48px
  }

  .expert-panel {
    grid-auto-rows: 190px
  }

  .footer-main {
    grid-template-columns: repeat(3, 1fr)
  }
}

@media(max-width:900px) {
  .head-inner {
    height: auto;
    min-height: 78px
  }

  .brand {
    min-width: 0
  }

  .nav-toggle {
    display: block
  }

  .mainnav {
    position: relative;
    flex: 0 0 auto
  }

  .nav-list {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 60;
    width: min(310px, 90vw);
    background: #fff;
    box-shadow: 0 16px 32px rgba(0, 0, 0, .16);
    flex-direction: column;
    align-items: stretch
  }

  .mainnav.is-open .nav-list {
    display: flex
  }

  .nav-item {
    width: 100%
  }

  .nav-link {
    height: 46px;
    justify-content: flex-start;
    border-bottom: 1px solid #eee
  }

  .nav-sublist {
    position: static;
    display: block;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    background: #FFFDF4
  }

  .nav-sublist .nav-link {
    padding-left: 34px
  }

  .hero-copy {
    margin-left: 0
  }

  .hero-copy h1 {
    font-size: 34px;
    letter-spacing: 4px
  }

  .industry-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    min-height: 0
  }

  .industry-card,
  .industry-card:hover,
  .industry-card:focus-visible {
    min-height: 320px;
    align-items: center;
    justify-content: center;
    text-align: center
  }

  .industry-card:hover .industry-card-body,
  .industry-card:focus-visible .industry-card-body {
    align-items: center;
    justify-content: center;
    padding: 34px 28px
  }

  .industry-card:hover h3,
  .industry-card:focus-visible h3 {
    width: auto;
    padding: 0;
    font-size: 20px;
    font-weight: 400
  }

  .industry-card:hover h3:before,
  .industry-card:focus-visible h3:before,
  .industry-card:hover h3:after,
  .industry-card:focus-visible h3:after {
    display: none
  }

  .industry-card:hover p,
  .industry-card:focus-visible p {
    display: none
  }

  .partner-wrap {
    grid-template-columns: 1fr;
    gap: 28px
  }

  .partner-copy {
    text-align: center
  }

  .partner-copy p {
    margin-top: 14px;
    font-size: 16px
  }

  .partner-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .expert-wrap {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 54px 0;
    gap: 30px
  }

  .expert-section {
    min-height: 0
  }

  .expert-panel {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 180px
  }

  .expert-stat:nth-child(n),
  .expert-visual {
    grid-column: auto
  }

  .product-grid,
  .news-grid {
    grid-template-columns: 1fr 1fr
  }

  .news-grid .news-card:nth-child(4) {
    display: block
  }
}

@media(max-width:620px) {
  .preview-note {
    height: auto;
    padding: 6px 12px
  }

  .welcome .wrap {
    flex-direction: column;
    align-items: flex-start;
    padding: 7px 0;
    gap: 0
  }

  .head-inner {
    gap: 16px
  }

  .brand-logo {
    max-height: 46px
  }

  .section {
    padding: 42px 0
  }

  .section-title .en {
    font-size: 25px
  }

  .section-title .cn {
    font-size: 19px
  }

  .industry-section {
    padding: 38px 0 44px
  }

  .industry-wrap,
  .ability-wrap {
    width: calc(100% - 28px)
  }

  .industry-heading h2,
  .ability-heading h2 {
    font-size: 24px
  }

  .industry-grid,
  .ability-grid,
  .ability-fallback-grid {
    grid-template-columns: 1fr
  }

  .industry-card,
  .industry-card:hover,
  .industry-card:focus-visible {
    min-height: 220px
  }

  .ability-section {
    padding: 40px 0 42px
  }

  .ability-media,
  .ability-fallback-media {
    height: 190px
  }

  .ability-body,
  .ability-fallback-body {
    min-height: auto
  }

  .ability-title,
  .ability-fallback-body h3 {
    margin-bottom: 18px
  }

  .ability-action {
    margin-top: 30px
  }

  .partner-section {
    padding: 42px 0
  }

  .partner-wrap {
    width: calc(100% - 28px)
  }

  .partner-copy h2 {
    font-size: 26px
  }

  .partner-card {
    height: 112px;
    padding: 18px
  }

  .partner-name {
    font-size: 22px
  }

  .partner-name.zh {
    font-size: 24px
  }

  .expert-wrap {
    width: calc(100% - 28px);
    padding: 42px 0
  }

  .expert-title {
    font-size: 25px
  }

  .expert-desc {
    margin-top: 28px
  }

  .expert-more {
    margin-top: 28px
  }

  .expert-panel {
    grid-auto-rows: 150px
  }

  .expert-stat strong {
    font-size: 40px
  }

  .expert-stat span {
    font-size: 16px
  }

  .footer-main {
    grid-template-columns: 1fr
  }

  .product-grid,
  .news-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .product-card img,
  .product-card .placeholder {
    height: 220px
  }

  .footer-main {
    text-align: center
  }

  .footer-col a {
    padding-left: 0
  }

  .footer-col a:before {
    display: none
  }
}

/* Shared 300px list-page banner for product/service/event/case/about/contact */
.column-banner-300 {
  --xmdsite-list-hero-height: 300px !important;
  width: 100%;
  height: 300px !important;
  min-height: 300px !important;
  max-height: 300px !important;
  overflow: hidden;
  background: #ecece6
}

.column-banner-300 swiper-container,
.column-banner-300 swiper-slide,
.column-banner-300 .hero-image-list,
.column-banner-300 .hero-slide,
.column-banner-300 .hero-image-item,
.column-banner-300 .hero-image-link,
.column-banner-300 .hero-media-content,
.column-banner-300 .hero-media,
.column-banner-300 .hero-file,
.column-banner-300 .xmdsite-hero-image-list,
.column-banner-300 .xmdsite-hero-slide,
.column-banner-300 .xmdsite-hero-image-item,
.column-banner-300 .xmdsite-hero-image-link,
.column-banner-300 .xmdsite-hero-media-content,
.column-banner-300 .xmdsite-hero-file {
  width: 100%;
  height: 300px !important;
  min-height: 300px !important;
  max-height: 300px !important
}

.column-banner-300 .hero-media-content,
.column-banner-300 .hero-media,
.column-banner-300 .xmdsite-hero-media-content {
  display: block;
  object-fit: cover;
  object-position: center
}

@media(max-width:768px) {
  .column-banner-300 {
    --xmdsite-list-hero-height: 220px !important;
    height: 220px !important;
    min-height: 220px !important;
    max-height: 220px !important
  }

  .column-banner-300 swiper-container,
  .column-banner-300 swiper-slide,
  .column-banner-300 .hero-image-list,
  .column-banner-300 .hero-slide,
  .column-banner-300 .hero-image-item,
  .column-banner-300 .hero-image-link,
  .column-banner-300 .hero-media-content,
  .column-banner-300 .hero-media,
  .column-banner-300 .hero-file,
  .column-banner-300 .xmdsite-hero-image-list,
  .column-banner-300 .xmdsite-hero-slide,
  .column-banner-300 .xmdsite-hero-image-item,
  .column-banner-300 .xmdsite-hero-image-link,
  .column-banner-300 .xmdsite-hero-media-content,
  .column-banner-300 .xmdsite-hero-file {
    height: 220px !important;
    min-height: 220px !important;
    max-height: 220px !important
  }
}

@media(max-width:374px) {
  .product-card:nth-child(n+5) {
    display: none
  }
}

.news-wrap {
  width: min(var(--wide), calc(100% - 40px));
  margin: 0 auto
}

.news-section {
  padding: 58px 0 66px
}

.news-heading {
  text-align: center;
  margin: 0 0 30px;
  color: #000
}

.news-heading a {
  display: inline-block
}

.news-heading h2 {
  margin: 0;
  color: #000;
  font-size: 26px;
  line-height: 1.28;
  font-weight: 400
}

.news-heading p {
  margin: 10px 0 0;
  color: #111;
  font-size: 14px;
  line-height: 1.6
}

.news-heading a:hover h2,
.news-heading a:hover p {
  color: var(--blue)
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 26px;
  max-width: none;
  margin: 0
}

.news-grid .news-card:nth-child(n+4) {
  display: block
}

.news-card {
  position: relative;
  display: flex;
  min-height: 428px;
  border: 0;
  border-radius: 4px;
  background: #102235;
  color: #fff;
  overflow: hidden;
  isolation: isolate;
  box-shadow: none;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease
}

.news-card:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  width: auto;
  height: auto;
  background: linear-gradient(180deg, rgba(7, 18, 30, .08) 0, rgba(7, 18, 30, .24) 42%, rgba(4, 14, 24, .82) 100%);
  transition: background .25s ease
}

.news-card:hover,
.news-card:focus-visible {
  box-shadow: 0 0 0 2px #DD0000, 0 16px 34px rgba(221, 0, 0, .18);
  transform: translateY(-4px);
  outline: none
}

.news-card:hover:before,
.news-card:focus-visible:before {
  width: auto;
  background: linear-gradient(180deg, rgba(7, 18, 30, .04) 0, rgba(221, 0, 0, .18) 42%, rgba(4, 14, 24, .86) 100%)
}

.news-media {
  position: absolute;
  inset: 0;
  height: auto;
  background: #dce7ee;
  overflow: hidden
}

.news-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .42s ease, filter .3s ease
}

.news-card:hover img,
.news-card:focus-visible img {
  transform: scale(1.055);
  filter: saturate(1.08) brightness(.92)
}

.news-media .placeholder {
  height: 100%;
  min-height: 0;
  background: linear-gradient(135deg, #aebed0, #516cae);
  color: #fff
}

.news-body {
  position: relative;
  z-index: 3;
  display: flex;
  min-height: 100%;
  width: 100%;
  padding: 0 20px 26px;
  flex-direction: column;
  justify-content: flex-end;
  background: transparent;
  transition: none
}

.news-card:hover .news-body,
.news-card:focus-visible .news-body {
  background: transparent
}

.news-date,
.news-desc {
  display: none
}

.news-title {
  position: relative;
  margin: 0 0 28px;
  padding-left: 18px;
  color: #fff;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 800;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .4);
  transition: color .25s ease
}

.news-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: .58em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .35)
}

.news-more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 42px;
  border-radius: 4px;
  background: #fff;
  color: #262626;
  font-size: 14px;
  font-weight: 700;
  transition: background .25s ease, color .25s ease
}

.news-card:hover .news-title,
.news-card:focus-visible .news-title {
  color: #fff
}

.news-card:hover .news-more,
.news-card:focus-visible .news-more {
  background: #DD0000;
  color: #fff
}

@media(max-width:1180px) {
  .news-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr))
  }

  .news-card {
    min-height: 360px
  }
}

@media(max-width:900px) {
  .news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  .news-card {
    min-height: 320px
  }
}

@media(max-width:620px) {
  .news-wrap {
    width: calc(100% - 28px)
  }

  .news-heading h2 {
    font-size: 24px
  }

  .news-grid {
    grid-template-columns: 1fr
  }

  .news-card {
    min-height: 300px
  }

  .news-title {
    font-size: 17px
  }
}

/* PC/tablet/mobile responsive safeguards */
html,
body {
  overflow-x: hidden
}

.site-head,
.hero,
.industry-section,
.ability-section,
.partner-section,
.expert-section,
.news-section,
.footer {
  width: 100%
}

.brand,
.brand-fallback,
.nav-link,
.industry-card h3,
.ability-title,
.partner-copy h2,
.partner-name,
.expert-title,
.expert-stat span,
.news-title,
.footer-col h3,
.footer-col a {
  overflow-wrap: anywhere
}

.hero-media {
  min-height: 220px
}

.hero-media.placeholder {
  min-height: clamp(220px, 36vw, 520px)
}

@media(max-width:1280px) {
  .head-inner {
    gap: 20px
  }

  .nav-link {
    padding: 0 14px;
    font-size: 15px
  }

  .partner-wrap,
  .expert-wrap,
  .ability-wrap,
  .news-wrap {
    width: min(1180px, calc(100% - 40px))
  }
}

@media(max-width:1024px) {
  .hero-media {
    height: clamp(260px, 42vw, 430px);
    object-fit: cover
  }

  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }

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

  .footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }
}

@media(max-width:900px) {
  .site-head {
    position: sticky;
    top: 0;
    z-index: 100
  }

  .head-wrap,
  .wrap {
    width: calc(100% - 32px)
  }

  .head-inner {
    min-height: 70px
  }

  .brand {
    max-width: min(260px, calc(100vw - 96px))
  }

  .brand-name {
    font-size: 22px;
    white-space: normal
  }

  .brand-sub {
    letter-spacing: 3px;
    white-space: normal
  }

  .nav-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    min-width: 42px;
    min-height: 38px
  }

  .mainnav {
    position: static
  }

  .nav-list {
    left: 0;
    right: 0;
    top: 100%;
    width: 100%;
    max-height: calc(100vh - 70px);
    overflow-y: auto
  }

  .hero-copy {
    width: calc(100% - 32px);
    margin: 0 auto
  }

  .hero-heading {
    font-size: 34px;
    letter-spacing: 4px
  }

  .hero-copy p {
    letter-spacing: 1px
  }

  .industry-grid {
    gap: 12px
  }

  .industry-card {
    border-radius: 8px
  }

  .industry-card-body {
    padding: 28px 22px
  }

  .ability-grid,
  .ability-fallback-grid,
  .product-grid,
  .news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  .partner-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  .expert-section:before,
  .expert-section.has-bg:before {
    background: rgba(238, 244, 250, .88)
  }
}

@media(max-width:620px) {
  .wrap,
  .head-wrap,
  .industry-wrap,
  .ability-wrap,
  .partner-wrap,
  .expert-wrap,
  .news-wrap {
    width: calc(100% - 28px)
  }

  .welcome {
    height: auto
  }

  .site-head {
    border-bottom-width: 2px
  }

  .head-inner {
    min-height: 64px
  }

  .brand {
    max-width: calc(100vw - 86px)
  }

  .brand-logo {
    max-width: 100%;
    max-height: 40px
  }

  .brand-name {
    font-size: 19px
  }

  .brand-sub {
    display: none
  }

  .nav-list {
    padding: 8px 14px 16px
  }

  .hero-media {
    height: clamp(190px, 56vw, 300px);
    min-height: 190px;
    object-fit: cover
  }

  .hero-fallback {
    height: 300px
  }

  .hero-fallback:before,
  .hero-fallback:after {
    opacity: .45
  }

  .hero-heading {
    font-size: 28px;
    letter-spacing: 2px
  }

  .hero-copy p {
    font-size: 14px
  }

  .section,
  .industry-section,
  .ability-section,
  .news-section {
    padding-top: 36px;
    padding-bottom: 40px
  }

  .section-title,
  .industry-heading,
  .ability-heading,
  .news-heading {
    margin-bottom: 22px
  }

  .industry-heading h2,
  .ability-heading h2,
  .news-heading h2 {
    font-size: 22px
  }

  .industry-heading p,
  .ability-heading p,
  .news-heading p {
    font-size: 13px
  }

  .industry-grid,
  .ability-grid,
  .ability-fallback-grid,
  .product-grid,
  .partner-grid,
  .expert-panel,
  .news-grid,
  .footer-main {
    grid-template-columns: 1fr
  }

  .industry-card,
  .industry-card:hover,
  .industry-card:focus-visible {
    min-height: 250px
  }

  .ability-media,
  .ability-fallback-media,
  .product-card img,
  .product-card .placeholder {
    height: 190px
  }

  .ability-body,
  .ability-fallback-body {
    padding: 16px 18px 18px
  }

  .partner-section {
    padding: 38px 0
  }

  .partner-copy h2 {
    font-size: 22px
  }

  .partner-copy p {
    font-size: 14px
  }

  .partner-card {
    height: 102px
  }

  .expert-wrap {
    padding: 38px 0
  }

  .expert-title {
    font-size: 22px
  }

  .expert-subtitle,
  .expert-desc {
    font-size: 14px
  }

  .expert-panel {
    grid-auto-rows: auto
  }

  .expert-stat {
    min-height: 128px;
    padding: 22px 14px
  }

  .expert-visual {
    min-height: 180px
  }

  .news-card {
    min-height: 280px
  }

  .news-body {
    padding: 0 16px 20px
  }

  .footer-main {
    gap: 22px;
    padding: 34px 0
  }
}

@media(max-width:420px) {
  .hero-media {
    height: 210px
  }

  .hero-heading {
    font-size: 24px
  }

  .industry-card,
  .industry-card:hover,
  .industry-card:focus-visible {
    min-height: 190px
  }

  .ability-media,
  .ability-fallback-media,
  .product-card img,
  .product-card .placeholder {
    height: 170px
  }

  .news-card {
    min-height: 250px
  }

  .news-more,
  .ability-btn,
  .expert-more {
    width: 100%
  }
}

/* German industrial brand system: black / red / gold on a bright white base */
:root {
  --blue: #DD0000;
  --blue-deep: #A80000;
  --blue-dark: #A80000;
  --blue-hover: #B00000;
  --blue-soft: #FFF7D6;
  --brand-red: #DD0000;
  --brand-red-dark: #A80000;
  --brand-red-soft: #FFF0F2;
  --brand-yellow: #FFCC00;
  --brand-blue: #DD0000;
  --brand-purple: #DD0000;
  --xmdsite-accent: #DD0000;
  --xmdsite-accent-hover: #A80000;
  --xmdsite-accent-soft: #FFF7D6;
  --xmdsite-bg: #F5F5F2;
  --xmdsite-surface-soft: #F3F3EF;
  --xmdsite-footer: #1D1D1B;
  --ink: #242424;
  --text: #333333;
  --line: #DEDED8;
  --soft: #F5F5F2;
  --footer: #1D1D1B;
  --german-black: #1D1D1B;
  --german-red: #DD0000;
  --german-red-dark: #A80000;
  --german-gold: #FFCC00;
  --german-gold-soft: #FFF7D6;
  --industrial-line: #D7D7D1
}

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

::selection {
  background: var(--german-gold);
  color: var(--german-black)
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline-color: var(--german-gold);
  outline-offset: 3px
}

.page-main,
.main,
.xmdsite-main,
.industry-section,
.news-section {
  background: #f6f6f3
}

.section-title .en,
.section-title .cn,
.industry-heading h2,
.ability-heading h2,
.news-heading h2,
.page-title,
.content-title,
.xmdsite-page-title,
.xmdsite-detail-title,
.article-title {
  color: var(--german-black)
}

.industry-heading h2::after,
.ability-heading h2::after,
.news-heading h2::after,
.section-title::after {
  content: "";
  display: block;
  width: 84px;
  height: 4px;
  margin: 14px auto 0;
  background: linear-gradient(90deg, var(--german-black) 0 33.333%, var(--german-red) 33.333% 66.666%, var(--german-gold) 66.666% 100%)
}

.page-title::after,
.content-title::after,
.xmdsite-page-title::after,
.article-title::after {
  background: linear-gradient(90deg, var(--german-black) 0 33.333%, var(--german-red) 33.333% 66.666%, var(--german-gold) 66.666% 100%)
}

.hero {
  background: #efefeb
}

.hero-fallback {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .96), rgba(255, 255, 255, .66)),
    repeating-linear-gradient(135deg, #f5f5f2 0 18px, #ecece7 18px 19px);
  color: var(--german-black)
}

.hero-fallback::before {
  background: linear-gradient(135deg, #fff 0 48%, var(--german-red) 48% 70%, var(--german-gold) 70%);
  border: 1px solid #d4d4ce;
  border-radius: 2px;
  box-shadow: 0 22px 45px rgba(29, 29, 27, .16)
}

.hero-fallback::after {
  background: var(--german-black);
  box-shadow: 0 18px 0 var(--german-red), 0 36px 0 var(--german-gold)
}

.hero-copy {
  text-shadow: none
}

.hero-copy p {
  color: #4c4c49
}

.hero .swiper-pagination-bullet,
.hero-image-list::part(bullet) {
  background: #fff;
  box-shadow: 0 0 0 1px rgba(29, 29, 27, .24)
}

.hero .swiper-pagination-bullet-active,
.hero-image-list::part(bullet-active) {
  background: var(--german-red)
}

.industry-card {
  background: #e4e4de;
  border-radius: 2px
}

.industry-card:hover::before,
.industry-card:focus-visible::before {
  background: rgba(176, 0, 0, .76)
}

.industry-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 82px;
  min-height: 42px;
  padding: 0 22px;
  border: 1px solid rgba(255, 255, 255, .75);
  border-radius: 2px;
  background: #fff;
  color: var(--german-black);
  font-size: 17px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 2.2px;
  text-shadow: none
}

.industry-card-rot .industry-brand {
  border-color: var(--german-red);
  background: var(--german-red);
  color: #fff
}

.industry-card-fis .industry-brand,
.industry-card-ttool .industry-brand {
  border-color: var(--german-gold);
  background: var(--german-gold);
  color: var(--german-black)
}

.industry-placeholder,
.ability-fallback-media,
.item-placeholder,
.placeholder {
  background:
    linear-gradient(135deg, rgba(255, 204, 0, .2), transparent 48%),
    repeating-linear-gradient(135deg, #f4f4f0 0 18px, #e6e6e0 18px 19px);
  color: #4a4a46
}

.ability-card,
.ability-fallback-card,
.product-card,
.news-card,
.info-card,
.service-card,
.article-card,
.content-box,
.xmdsite-item-card,
.xmdsite-detail-card,
.xmdsite-content-card {
  border-color: var(--industrial-line);
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(29, 29, 27, .06)
}

.ability-card:hover,
.ability-card:focus-visible,
.ability-card.is-active,
.product-card:hover,
.product-card:focus-visible,
.news-card:hover,
.news-card:focus-visible,
.info-card:hover,
.service-card:hover,
.xmdsite-item-card:hover {
  border-color: var(--german-red);
  box-shadow: 0 16px 34px rgba(29, 29, 27, .14)
}

.news-card::before {
  background: linear-gradient(90deg, var(--german-black) 0 33.333%, var(--german-red) 33.333% 66.666%, var(--german-gold) 66.666% 100%)
}

.product-card:hover::before,
.product-card:focus-visible::before {
  border-color: var(--german-red)
}

.card-mask {
  background: linear-gradient(180deg, rgba(29, 29, 27, 0), rgba(29, 29, 27, .92))
}

.ability-btn,
.expert-more,
.news-more,
.view-more,
.btn-primary,
.xmdsite-button-primary,
.xmdsite-form-submit,
button[type="submit"] {
  border-color: var(--german-red);
  border-radius: 2px;
  background: var(--german-red);
  color: #fff;
  box-shadow: none
}

.ability-btn:hover,
.expert-more:hover,
.news-more:hover,
.view-more:hover,
.btn-primary:hover,
.xmdsite-button-primary:hover,
.xmdsite-form-submit:hover,
button[type="submit"]:hover {
  border-color: var(--german-black);
  background: var(--german-black);
  color: #fff
}

.category-tabs,
.category-nav,
.xmdsite-category-nav {
  border-color: var(--industrial-line);
  background: #efefeb
}

.category-link:hover,
.category-link:focus-visible,
.category-link.is-active,
.tab-link.is-active,
.page-current,
.xmdsite-category-link.is-active {
  border-color: var(--german-red);
  background: var(--german-red);
  color: #fff
}

.tab-link::after,
.nav-sublist::before {
  background: var(--german-gold)
}

.partner-section {
  border-top: 1px solid #e0e0da;
  border-bottom: 1px solid #e0e0da;
  background:
    linear-gradient(105deg, rgba(255, 204, 0, .22), transparent 45%),
    #f5f5f1;
  color: var(--german-black)
}

.partner-section::before,
.partner-section.has-bg::before {
  display: block;
  background: linear-gradient(90deg, rgba(255, 255, 255, .96), rgba(255, 255, 255, .82) 42%, rgba(255, 247, 214, .7))
}

.partner-section.has-bg::after {
  display: block;
  opacity: .34;
  background:
    repeating-linear-gradient(90deg, transparent 0 119px, rgba(29, 29, 27, .08) 119px 120px),
    linear-gradient(180deg, transparent, rgba(255, 204, 0, .14))
}

.partner-copy h2,
.partner-copy p {
  color: var(--german-black)
}

.partner-card,
.partner-logo-card {
  position: relative;
  border: 1px solid #d9d9d3;
  border-top: 5px solid var(--german-gold);
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 12px 26px rgba(29, 29, 27, .08)
}

.partner-card.brand-rot,
.partner-logo-card.brand-rot {
  border-top-color: var(--german-red);
  background: linear-gradient(180deg, #fff, #fff4f5)
}

.partner-card.brand-fis,
.partner-card.brand-ttool,
.partner-logo-card.brand-fis,
.partner-logo-card.brand-ttool {
  border-top-color: var(--german-gold);
  background: linear-gradient(180deg, #fff, #fff9df)
}

.brand-rot .partner-name,
.brand-rot .partner-logo-name {
  color: var(--german-red)
}

.brand-fis .partner-name,
.brand-fis .partner-logo-name,
.brand-ttool .partner-name,
.brand-ttool .partner-logo-name {
  color: #5b4600
}

.expert-section {
  background: #efefeb;
  color: var(--german-black)
}

.expert-section::before,
.expert-section.has-bg::before {
  background: linear-gradient(90deg, rgba(255, 255, 255, .96), rgba(255, 255, 255, .82) 48%, rgba(255, 247, 214, .58))
}

.expert-stat {
  border: 1px solid var(--industrial-line);
  border-radius: 2px;
  box-shadow: 0 10px 24px rgba(29, 29, 27, .06)
}

.expert-stat strong,
.expert-stat em {
  color: var(--german-red)
}

.expert-stat em {
  background: var(--german-gold);
  color: var(--german-black)
}

.expert-visual::after {
  background: rgba(221, 0, 0, .18)
}

.about-visual-panel {
  display: block;
  min-height: 460px
}

.about-visual-panel .expert-visual {
  width: 100%;
  min-height: 460px;
  height: 100%;
  border: 1px solid var(--industrial-line);
  border-radius: 2px;
  box-shadow: 0 18px 36px rgba(29, 29, 27, .12)
}

.xmdsite-header,
.xmdsite-topbar,
.site-head {
  background: rgba(255, 255, 255, .98)
}

.xmdsite-nav-link:hover,
.xmdsite-nav-link:focus-visible,
.nav-sublist .nav-link:hover,
.nav-sublist .nav-link:focus-visible {
  background: var(--german-gold-soft);
  color: var(--german-red)
}

.xmdsite-footer,
.footer {
  border-top: 5px solid var(--german-gold);
  background: var(--german-black)
}

@media(max-width:620px) {
  .industry-heading h2::after,
  .ability-heading h2::after,
  .news-heading h2::after,
  .section-title::after {
    width: 66px;
    height: 3px;
    margin-top: 10px
  }

  .partner-card,
  .partner-logo-card {
    border-top-width: 4px
  }
}

/* Home about section refined */
.expert-section {
  min-height: 0;
  padding: 64px 0 74px;
  background: linear-gradient(90deg, #fff 0 62%, #fffdf4 100%);
  color: #1d1d1b
}

.expert-section::before,
.expert-section.has-bg::before {
  background: linear-gradient(90deg, rgba(255,255,255,.98), rgba(255,255,255,.92) 58%, rgba(255,247,214,.46));
}

.expert-bg {
  opacity: .18;
  filter: grayscale(.18) contrast(.92)
}

.expert-heading {
  position: relative;
  z-index: 1;
  width: min(1368px, calc(100% - 40px));
  margin: 0 auto 30px;
  text-align: center;
  color: #000
}

.expert-wrap {
  position: relative;
  z-index: 1;
  width: min(1368px, calc(100% - 40px));
  min-height: 0;
  grid-template-columns: minmax(0, 560px) minmax(420px, 1fr);
  gap: 84px;
  align-items: center
}

.expert-copy {
  position: relative;
  max-width: none;
  padding: 0
}

.expert-title {
  margin: 0;
  color: #000;
  font-size: 28px;
  line-height: 1.28;
  font-weight: 400;
  letter-spacing: 0
}

.expert-title::after {
  content: "";
  display: block;
  width: 84px;
  height: 4px;
  margin: 12px auto 0;
  background: linear-gradient(90deg, #1d1d1b 0 33%, #dd0000 33% 66%, #ffcc00 66% 100%)
}

.expert-subtitle {
  max-width: 760px;
  margin: 12px auto 0;
  color: #555;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 400
}

.expert-desc {
  max-width: none;
  margin-top: 26px;
  color: #333;
  font-size: 15px;
  line-height: 1.9;
  font-weight: 400
}

.expert-desc p {
  margin: 0 0 12px
}

.expert-more {
  min-width: 150px;
  height: 44px;
  margin-top: 32px;
  border-radius: 2px;
  box-shadow: 0 10px 20px rgba(221,0,0,.18)
}

.about-visual-panel {
  display: block;
  min-height: 0
}

.about-visual-panel .expert-visual {
  width: 100%;
  height: 360px;
  min-height: 360px;
  border: 0;
  border-radius: 4px;
  background: rgba(255,255,255,.72);
  box-shadow: 0 18px 38px rgba(29,29,27,.12)
}

.expert-visual::after {
  background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(29,29,27,.06))
}

.expert-visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  padding: 18px
}

@media(max-width:900px) {
  .expert-section {
    padding: 52px 0
  }

  .expert-heading {
    margin-bottom: 28px
  }

  .expert-wrap {
    grid-template-columns: 1fr;
    gap: 30px
  }

  .expert-copy {
    padding-left: 0
  }

  .about-visual-panel .expert-visual {
    height: 300px;
    min-height: 300px
  }
}

@media(max-width:640px) {
  .expert-section {
    padding: 42px 0 46px
  }

  .expert-heading {
    width: calc(100% - 28px);
    margin-bottom: 24px
  }

  .expert-wrap {
    width: calc(100% - 28px)
  }

  .expert-title {
    font-size: 22px
  }

  .expert-subtitle {
    font-size: 15px
  }

  .about-visual-panel .expert-visual {
    height: 230px;
    min-height: 230px
  }
}
