html {
  scroll-behavior: smooth;
}

body {
  color: #243447;
  background: #fff;
  -webkit-font-smoothing: antialiased;
}

a,
button,
.button,
.product-item,
.article-item {
  transition: color .22s ease, background-color .22s ease, border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}

.navigation {
  border-bottom: 1px solid rgba(20, 115, 230, .09);
  background: rgba(255, 255, 255, .96);
  backdrop-filter: blur(12px);
}

.navigation.navigation-transparent {
  border-bottom-color: rgba(255, 255, 255, .18);
  background: rgba(5, 26, 48, .38);
}

.navigation-logo img {
  max-width: 172px;
  max-height: 52px;
}

.navigation.navigation-transparent .navigation-logo img {
  filter: brightness(0) invert(1) !important;
}

.navigation:not(.navigation-transparent) .navigation-logo img {
  filter: none !important;
}

.navigation-link,
.navigation-dropdown-link {
  font-weight: 600;
}

#lunbotu .swiper-slide {
  background-color: #0b2641;
}

#lunbotu .title,
#lunbotu .subtitle,
.banner .title,
.banner .subtitle {
  max-width: 980px;
  padding-right: 24px;
  padding-left: 24px;
  text-align: center;
  text-shadow: 0 3px 18px rgba(0, 0, 0, .35);
}

#lunbotu .subtitle {
  letter-spacing: .08em;
}

.banner {
  box-shadow: inset 0 -36px 60px rgba(5, 26, 48, .15);
}

.title-block-1 .line-text .text {
  color: #132f4c;
  font-weight: 600;
  letter-spacing: -.02em;
}

.title-block-1 .subtitle {
  margin-top: 8px;
  color: #6a7c8e;
}

#gongsiyousi .item {
  height: 100%;
  padding: 28px 18px;
  border: 1px solid #e4edf5;
  border-radius: 12px;
  background: #fff;
}

#gongsiyousi .item:hover {
  border-color: #bdd8f4;
  box-shadow: 0 18px 42px rgba(26, 70, 110, .11);
  transform: translateY(-5px);
}

#gongsiyousi .item img {
  max-width: 74px;
}

#gongsijieshao figure,
#gongsijieshao1 figure,
.product-item,
.article-item {
  overflow: hidden;
  border-radius: 10px;
}

#gongsijieshao figure img,
#gongsijieshao1 figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#chanpinliebiao .product-item,
#xinwenliebiao1 .article-item {
  border: 1px solid #e5edf4;
  box-shadow: 0 8px 24px rgba(22, 57, 88, .06);
}

#chanpinliebiao .product-item:hover,
#xinwenliebiao1 .article-item:hover {
  box-shadow: 0 18px 38px rgba(22, 57, 88, .13);
  transform: translateY(-4px);
}

#lianxiwomen .column {
  align-self: stretch;
}

#lianxiwomen form {
  height: 100%;
  padding: 28px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(22, 57, 88, .08);
}

#gongyongdibu {
  background: #0b2641 !important;
}

#gongyongdibu .is-multiline .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#gongyongdibu .footer-logo img {
  filter: brightness(0) invert(1);
}

@media (max-width: 768px) {
  #lunbotu .swiper-slide {
    background-position: 62% center;
  }

  #lunbotu .subtitle {
    padding-right: 18px;
    padding-left: 18px;
    line-height: 1.55;
  }

  .banner {
    background-position: center;
  }

  #gongsiyousi .item {
    padding: 20px 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
