/* Interaction-only overrides. Values mirror the original site's active module CSS. */
#bannerV2 {
  position: relative;
  overflow: hidden;
}

#bannerV2 .static-banner-slide {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  visibility: hidden;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translate3d(100%, 0, 0);
  transition: transform 1.5s ease;
  will-change: transform;
  pointer-events: none;
}

#bannerV2 .static-banner-slide.is-active {
  z-index: 2;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  pointer-events: auto;
}

#bannerV2 .static-banner-slide.is-entering,
#bannerV2 .static-banner-slide.is-leaving {
  visibility: visible;
}

#bannerV2 .static-banner-slide.is-entering {
  z-index: 3;
}

#bannerV2 .static-banner-slide.is-preparing {
  transition: none !important;
}

#bannerV2 .static-banner-slide.is-from-left,
#bannerV2 .static-banner-slide.is-leaving-left {
  transform: translate3d(-100%, 0, 0);
}

#bannerV2 .static-banner-slide.is-from-right,
#bannerV2 .static-banner-slide.is-leaving-right {
  transform: translate3d(100%, 0, 0);
}

/* Original banner btnType 7: imageSwitchBtnArea + fk_new_bottomRound. */
#bannerV2 .imageSwitchBtnArea.static-banner-controls {
  position: absolute;
  z-index: 5;
  left: 50%;
  bottom: 0;
  display: block;
  box-sizing: border-box;
  width: 142px;
  height: 42px;
  padding: 0 20px;
  transform: translateX(-50%);
}

#bannerV2 .static-banner-dot:focus-visible,
#bannerV2 .static-banner-arrow:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

#bannerV2 .static-banner-arrow {
  position: absolute;
  z-index: 6;
  top: 50%;
  opacity: 0;
  transition: opacity .25s ease;
}

#bannerV2:hover .static-banner-arrow,
#bannerV2 .static-banner-arrow:focus-visible {
  opacity: 1;
}

#bannerV2 .static-banner-prev {
  left: 0;
  margin-top: -30px;
  margin-left: 60px;
}

#bannerV2 .static-banner-next {
  right: 0;
  margin-top: -30px;
  margin-right: 60px;
}

#navV2,
#navV2Wrap,
#webNav,
.webNavTable,
#navV2 .navMainContent,
#navV2 .navContent,
#navV2 .navCenterContent,
#navV2 .navCenter,
#navV2 .itemContainer,
#navV2 .item {
  overflow: visible !important;
}

.webNavTable,
#webNav {
  position: relative;
  z-index: 10000;
}

#navV2 .item {
  position: relative;
}

/* Original navSubMenu rules from the live jzcusstyle/fkTheme stylesheets. */
#navV2 .static-nav-submenu {
  position: absolute;
  z-index: 10020;
  top: 100%;
  left: 50%;
  display: none;
  width: max-content;
  min-width: 170px;
  margin-top: 12px;
  padding: 0;
  transform: translateX(-50%);
  border: 0;
  background: transparent;
  box-shadow: none;
}

#navV2 .item:hover > .static-nav-submenu,
#navV2 .item:focus-within > .static-nav-submenu,
#navV2 .item.static-nav-open > .static-nav-submenu {
  display: block;
}

#navV2 .static-nav-submenu::before {
  position: absolute;
  top: -10px;
  left: 50%;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom-color: #fff;
  transform: translateX(-50%);
  content: "";
}

#navV2 .static-nav-submenu::after {
  position: absolute;
  top: -12px;
  left: 0;
  width: 100%;
  height: 12px;
  background: transparent;
  content: "";
}

#navV2 .static-nav-submenu a {
  display: block;
  box-sizing: border-box;
  height: 40px;
  padding: 0 10px;
  color: rgb(75, 75, 75);
  background: #fff;
  font: 15px/40px "Microsoft YaHei", "微软雅黑", sans-serif;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

#navV2 .static-nav-submenu a:hover,
#navV2 .static-nav-submenu a:focus-visible {
  color: #fff;
  background: rgb(0, 122, 255);
  outline: 0;
}

/* The hosted script adds .g_hover; the same original state is expressed in CSS. */
#module1781 .formMiddle.formMiddle1781 .g_foldContainerValue:hover {
  background: rgba(255, 255, 255, .5825688073394495);
}

/* Fixed-width modules must not create a browser-level horizontal scrollbar. */
html,
body.g_body {
  max-width: 100%;
  overflow-x: hidden;
}

/* Original customer-slider image zoom and edge controls. */
#module413 .m_news_wrap {
  overflow: visible;
}

#module413 .m_news_area .m_news_arrow {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  border-radius: 0;
  background: #000;
  opacity: 0;
  transform: none;
  transition: opacity .3s ease, background-color .3s ease;
}

#module413 .m_news_area .news_left_arrow {
  left: 0;
  right: auto;
}

#module413 .m_news_area .news_right_arrow {
  right: 0;
  left: auto;
}

#module413 .m_news_area:hover .m_news_arrow,
#module413 .m_news_area:focus-within .m_news_arrow {
  opacity: .4;
  z-index: 1;
}

#module413 .m_news_area .m_news_arrow:hover {
  background: #000;
  opacity: .6;
  transform: none;
}

#module413 .m_news_area .m_news_arrow .slider_svg {
  display: block !important;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 16px;
  color: #fff;
  transform: translate(-50%, -50%);
}

#module413 .m_news_area .m_news_arrow::before {
  display: none;
}

#module413 .c__imgeffects_enlarge-m0 .c__image_wrap {
  transition: transform .36s ease;
}

#module413 .c__imgeffects_enlarge-m0:hover .c__image_wrap {
  transform: scale(1.08);
}

/* Keep the original news-slider visuals; only provide the missing static behavior. */
#module413 .m_news_list {
  will-change: transform;
}

.photoMarqueeForms {
  overflow: hidden;
}

/* The shared zero-size SVG symbol store must not create an inline line box. */
body > svg.local-style-0359 {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.leie-static-pending {
  opacity: 0 !important;
}

.leie-static-enter {
  opacity: 1 !important;
  animation-duration: 1s;
  animation-fill-mode: both;
}

@media (prefers-reduced-motion: reduce) {
  #bannerV2 .static-banner-slide,
  #module413 .m_news_list {
    transition-duration: .01ms !important;
  }
}
