/* ============ 横幅-1 template-1-banner ============ */
.template-1-banner {
  position: relative;
  width: 100%;
  min-height: 540px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 18px max(calc((100vw - 1440px) / 2), 20px);
  background-color: #fff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-sizing: border-box;
}

/* 面包屑 */
.template-1-banner > div {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #666;
}

.template-1-banner > div a {
  display: inline-flex;
  align-items: center;
  color: #666;
  text-decoration: none;
  transition: color 0.2s ease;
}

.template-1-banner > div a:hover {
  color: #0f4799;
}

.template-1-banner > div a.act {
  color: #1a1a1a;
}

.template-1-banner > div a .aw {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 8px;
  background: url('../images/arrow.png') no-repeat center / contain;
  transform: scaleX(-1);
  opacity: 0.5;
}

/* 标题 */
.template-1-banner-title {
  position: relative;
  z-index: 1;
  margin: auto 0;
}

.template-1-banner-title h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 400;
  color: #000000;
  line-height: 1.4;
}

.template-1-banner-title span {
  display: block;
  margin-top: 16px;
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}

/* ============ 响应式 ============ */
@media (max-width: 992px) {
  .template-1-banner {
    min-height: 480px;
    padding: 32px 80px;
  }
  .template-1-banner-title h1 {
    font-size: 36px;
  }
}

@media (max-width: 640px) {
  .template-1-banner {
    min-height: 200px;
    padding: 24px 20px;
  }
  .template-1-banner-title h1 {
    font-size: 28px;
  }
}
/* ============ 横幅-2 template-2-banner ============ */
.template-2-banner {
  width: 100%;
}
.template-2-banner .banner-bg {
  display: block;
  width: 100%;
  height: auto;
}

/* ============ 横幅-3 template-3-banner ============ */
.template-3-banner {
  position: relative;
  width: 100%;
}

.template-3-banner .banner-bg {
  display: block;
  width: 100%;
  height: auto;
}

/* 面包屑 */
.template-3-banner > div {
  position: absolute;
  top: 18px;
  left: max(calc((100vw - 1440px) / 2), 20px);
  right: max(calc((100vw - 1440px) / 2), 20px);
  z-index: 1;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #fff;
}

.template-3-banner > div a {
  display: inline-flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
  transition: color 0.2s ease;
}

.template-3-banner > div a .aw {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 8px;
  background: url('../images/arrow-w.png') no-repeat center / contain;
  transform: scaleX(-1);
  transform: rotateX(45deg);
  opacity: 0.5;
}

/* 标题 */
.template-3-banner-title {
  position: relative;
  z-index: 1;
  margin: auto 0;
}

.template-3-banner-title h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 400;
  color: #000000;
  line-height: 1.4;
}

.template-3-banner-title span {
  display: block;
  margin-top: 16px;
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}

/* ============ 响应式 ============ */
@media (max-width: 992px) {
  .template-3-banner > div {
    left: 80px;
    right: 80px;
  }
}

@media (max-width: 640px) {
  .template-3-banner > div {
    top: 12px;
    left: 20px;
    right: 20px;
  }
}
