/* ================================
 * hero
 ================================ */
.hero .item {
  position: relative;
  padding-top: 400px;
  padding-bottom: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 4;
}

.hero .item:before {
  top: 0;
  left: 0;
  right: 0;
  content: "";
  width: 100%;
  z-index: -4;
  height: 100%;
  position: absolute;
  background: #0076dd50;
}

.hero .item .hero-text {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1400px;
  /* 可根据实际情况调整 */
  padding: 0 3%;
}

.hero .item .hero-text h1 {
  color: #fff;
  margin-bottom: 24px;
}

.hero .item .hero-text h5 {
  color: #fff;
  opacity: 0.8;
  font-weight: normal;
  margin-bottom: 32px;
}

.hero .item .hero-text .btn {
  padding: 0.8em 2em;
  border-color: #ffffff80;
  color: #fff;
}

/* .top-adres-info {
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.top-adres-info .hero-info-item {
  border-left:3px solid #007bff;
  border-radius: 4px;
  margin: 40px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.1);        
}

.top-adres-info .hero-info-item i {
  margin-right: 20px;
  color: #007bff;
  text-align: center;
  font-size: 60px;
}

.top-adres-info .hero-info-item .text h6 {
  margin-bottom: 10px;
}

.top-adres-info .hero-info-item .text span {
  display: block;
}

.top-adres-info .hero-info-item .text span a {
  color: inherit;
  text-decoration: underline;
} */

.hero {
  margin-top: 0;
}

.hero .owl-nav button {
  top: 50%;
  font-size: 64px !important;
  width: 60px;
  height: 80px;
  background: transparent !important;
  color: #ffffff40 !important;
  border: none;
  outline: none;
  overflow: hidden;
  padding: 24px !important;
  position: absolute !important;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: background-color 400ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: background-color 400ms cubic-bezier(0.65, 0, 0.35, 1);
}

.hero .owl-nav button span {
  line-height: 80px !important;
  /* height: 64px; */
  position: absolute;
  top: -4px;
  left: 18px;
}

.hero .owl-nav button.owl-prev {
  left: 1%;
}

.hero .owl-nav button.owl-next {
  right: 1%;
}

.hero .owl-nav button:hover {
  color: #fff !important;
  background: #ffffff40 !important;
}

.hero .owl-dots {
  /* 确保 margin-top 不会让 dots 移出可视区域 */
  position: absolute !important;
  bottom: 1%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 0px !important;
  z-index: 1000;
  position: inherit;
  /* 确保 display 属性不会隐藏 dots */
  display: block;
  text-align: center;
}

.hero .owl-dot {
  /* 确保 dots 有可见的样式 */
  display: inline-block;
  margin: 0 4px;
}

.hero .owl-dot span {
  /* 确保 dots 有可见的背景颜色和大小 */
  display: block;
  width: 0.5em;
  height: 4px;
  background: #ffffff40;
  border-radius: 2px;
  transition: width 0.3s ease-in-out;
}

.hero .owl-dot.active span {
  /* 激活状态下的 dots 样式 */
  background: #007bff;
  width: 2em;

}

/* ... existing code ... */
/* .hero .item {
    position: relative;
}
.hero .item:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    width: 100%;
    z-index: 0;
    height: 100%;
    position: absolute;
    background: rgba(26, 44, 121, .7);
} */

/* ================================
 * hero-body 二级头部样式
 ================================ */
/* .hero .hero-body {
  padding: 0;
  min-height: 24em;
  background-size: cover;
  background-position: center;
  color: #fff;
} */

/* container垂直居中对齐 水平左对齐 */
/* .hero .hero-body .container {
padding-top: 8em;
} */
