@charset "utf-8";
/** Hero / Banner 区块 */

.banner {
  position: relative;
  margin-top: 0;
}

.slideBox {
  width: 100%;
}

.slideBox .bd {
  width: 100% !important;
}

.slideBox .bd ul {
  position: relative !important;
  width: 100% !important;
  height: 100vh !important;
  min-height: 420px;
}

.slideBox .bd li {
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
  left: 0 !important;
  top: 0 !important;
}

.banner .li-img {
  width: 100%;
  height: 100%;
  background: url(../images/page01.jpg) no-repeat center;
  background-size: cover;
}

.hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: var(--hero-overlay);
  pointer-events: none;
}

.hero__content {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(92%, 720px);
  text-align: center;
  color: var(--color-white);
  padding: var(--space-4);
}

.hero__title {
  font-size: clamp(28px, 4vw, 46px);
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: var(--leading-tight);
  margin-bottom: var(--space-3);
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
}

.hero__subtitle {
  font-size: clamp(var(--text-md), 2vw, var(--text-xl));
  line-height: var(--leading-relaxed);
  color: rgba(255, 255, 255, 0.92);
  margin-bottom: var(--space-5);
}

.hero__cta {
  min-width: 160px;
}

.word-con {
  background: none;
}

.word-con-1 {
  height: 50px;
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}

.slideBox .hd ul li {
  box-shadow: var(--shadow-sm);
}

.slideBox .hd ul li.on {
  background: var(--color-primary) !important;
}

.li-zx {
  border-radius: var(--radius-sm);
  transition:
    color var(--duration-slow) var(--ease-out),
    background-color var(--duration-slow) var(--ease-out),
    border-color var(--duration-slow) var(--ease-out);
}

.loadMore {
  position: absolute;
  bottom: var(--space-4);
  color: var(--color-white);
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
}

.s-con ul li {
  float: left;
  width: 18%;
  height: 420px;
  margin: 0 1%;
  list-style: none;
}

.con-li {
  color: var(--color-white);
  float: left;
  width: 50%;
}

.zww {
  line-height: 45px;
}

.zww span,
.zhjz {
  font-size: 46px;
  font-weight: bold;
  letter-spacing: 9px;
}

.eww {
  font-size: var(--text-md);
  line-height: 23px;
  text-align: left;
  text-transform: uppercase;
}

.img_li {
  height: 235px;
  border: 1px solid #8f8f8f;
  padding: 15px 0;
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}

.img_div {
  float: left;
  width: 33%;
  border-right: 1px solid #8f8f8f;
}

.bottom_lanle {
  width: 90%;
  height: 65px;
  margin: 159px auto 0;
  background: rgba(130, 130, 130, 0.37);
  line-height: 65px;
  font-size: 29px;
}

.hinge-p1 {
  animation-delay: 1.1s;
  -webkit-animation-delay: 1.1s;
}

.img11 {
  animation-delay: 1.3s;
  -webkit-animation-delay: 1.3s;
}

.asfwege3wrgh {
  color: var(--color-white);
  margin-top: -29px;
}

@media (max-width: 768px) {
  .slideBox .bd ul {
    min-height: 360px;
  }

  .hero__content {
    top: 55%;
  }

  .hero__title {
    letter-spacing: 0.06em;
  }
}