/*banner背景图片动画*/
@-webkit-keyframes scale-bg {
  from {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-bg {
  from {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*banner */

.bannerBox {
  position: relative;
  margin-top: 0rem;
}
.bannerBox .index_banner .item {
  background-size: cover;
  -webkit-background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  position: relative;
}
.bannerBox .index_banner .item.slick-current .scaleBg {
  visibility: visible;
  -webkit-animation: scale-bg 6s linear forwards;
  animation: scale-bg 6s linear forwards;
}
.bannerBox .index_banner .items {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.bannerBox .index_banner .items:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0);
}
.bannerBox .index_banner .item .inner .block_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -40%);
  -webkit-transform: translate(-50%, -40%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.bannerBox .index_banner .item.active .inner .block_txt {
  opacity: 1;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}
.bannerBox .index_banner .item.active .inner .block_txt img {
  display: block;
  margin: 0 auto;
}
.bannerBox .index_banner .item .inner .block_txt h1 {
  font-size: 4.25rem;
  text-align: center;
  font-weight: 700;
  line-height: 1.2;
  /* font-family: "myFont"; */
  text-transform: uppercase;
  opacity: 1;
  letter-spacing: 0.5rem;
  color: #f3b139;
  text-shadow: 0.06rem 0.06rem 0 #fff;
  /* background: linear-gradient(to top, #e0b463, #f8ddac); */
  /* -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent; */
}

.bannerBox .index_banner .item .inner .block_txt h6 {
  font-size: 3.38rem;
  text-align: center;
  font-weight: 700;
  line-height: 1.2;
  /* font-family: "myFont"; */
  text-transform: uppercase;
  opacity: 1;
  letter-spacing: 0.4rem;
  padding-left: 2rem;
  /* background: linear-gradient(to top, #e0b463, #b57500); */
  /* 将背景裁剪到文字范围 */
  -webkit-background-clip: text;
  background-clip: text;
  /* 设置文字颜色透明，以显示背景渐变 */
  color: #b57500;
  text-shadow: 0.06rem 0.13rem 0 #fff;
  /* 兼容旧版 WebKit 浏览器（如 Safari） */
  /* -webkit-text-fill-color: transparent; */
}

.bannerBox .index_banner .item .inner .block_txt h3 {
  font-size: 7.5rem;
  text-align: center;
  font-weight: 400;
  font-family: "myFont";
  text-transform: uppercase;
  letter-spacing: 0rem;
  background: linear-gradient(to top, rgba(255, 255, 255, 0), #fff);
  /* 将背景裁剪到文字范围 */
  -webkit-background-clip: text;
  background-clip: text;
  /* 设置文字颜色透明，以显示背景渐变 */
  color: transparent;
  /* 兼容旧版 WebKit 浏览器（如 Safari） */
  -webkit-text-fill-color: transparent;
  text-shadow: 0.06rem 0.06rem 0 #333;
}

.bannerBox .index_banner .item .inner .block_txt h2 {
  margin: 3.4rem auto 0;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.06rem;
  text-shadow: 0.06rem 0.06rem 0.06rem #333;
  width: 74%;

  /* padding: 1.88rem 3.13rem; */
  box-sizing: border-box;
  /* background-color: rgba(243, 177, 57, 0.3); */
  /* background-color: rgba(0, 0, 0, 0.4);
  border: 0.06rem solid rgba(243, 177, 57, 0.8); */
  border-radius: 0.5rem;
  margin-bottom: 0.63rem;
}
.bannerBox .index_banner .item .inner .block_txt h4 {
  margin: -0.2rem auto 0;
  color: #b57500;
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 100;
  text-align: center;
  letter-spacing: 0.16rem;
  text-shadow: 0.04rem 0.1rem 0 #fff;
  width: 74%;

  /* padding: 1.88rem 3.13rem; */
  box-sizing: border-box;
  /* background-color: rgba(243, 177, 57, 0.3); */
  /* background-color: rgba(0, 0, 0, 0.4);
  border: 0.06rem solid rgba(243, 177, 57, 0.8); */
  border-radius: 0.5rem;
  opacity: 0.7;
}
.bannerBox .index_banner .item .inner .block_txt h2 p {
  margin-bottom: 0.63rem;
}
.bannerBox .index_banner .item .inner .block_txt h2 span {
  font-weight: 600;
  /* color: #ffd68c; */
  display: block;
  font-size: 1.63rem;
  margin-bottom: 0.63rem;
  /* color: #f3b139; */
}
.bannerBox .index_banner .item.active .inner .block_txt .img img {
  margin: 0 auto;
}
.bannerBox .left {
  left: 0;
}
.bannerBox .right {
  right: 0;
}

.bannerBox .number {
  position: absolute;
  bottom: 8%;
  left: 50%;
  padding-bottom: 0.31rem;
  border-bottom: 0.06rem solid rgba(255, 255, 255, 0.2);
  display: table;
  padding: 0 1.25rem;
  width: auto;
  text-align: center;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.bannerBox .number span {
  font-family: "Myriad Pro", "Microsoft YaHei";
  font-size: 0.88rem;
  color: #fff;
  margin-right: 6.25rem;
  display: inline-block;
  cursor: pointer;
  position: relative;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
}
.bannerBox .number span:last-child {
  margin-right: 0;
}
.bannerBox .number span:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0.13rem;
  background: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  bottom: -1.25rem;
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
}
.bannerBox .number span.active:after {
  width: 100%;
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 1600px) {
  .bannerBox .index_banner .item .inner .block_txt h2 {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 1440px) {
  .bannerBox .index_banner .item .inner .block_txt img {
    width: 66%;
  }
  .bannerBox .index_banner .item .inner .block_txt .img2 {
    width: 50%;
  }
  .bannerBox .index_banner .item .inner .block_txt h2 {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 1366.08px) {
  .bannerBox .index_banner .item .inner .block_txt h2 {
    font-size: 1.63rem;
  }
}
@media only screen and (max-width: 1300px) {
}
@media only screen and (max-width: 1199.04px) {
  .bannerBox .index_banner .item .inner .block_txt h2 {
    font-size: 1.38rem;
  }
}
@media only screen and (max-width: 992px) {
  .bannerBox {
    margin-top: 3.13rem;
  }
  .bannerBox .index_banner .item {
    height: 30vh;
  }
  .bannerBox .slick_txt {
    display: none;
  }
  .bannerBox .index_banner .item .inner .block_txt {
    left: 50%;
    right: 0;
    margin: 0 auto;
    padding: 0 1.25rem;
    top: 50%;
  }
  .bannerBox .index_banner .item .inner .block_txt img {
    width: 100%;
  }
  .bannerBox .index_banner .item .inner .block_txt .img2 {
    width: 80%;
  }
  .bannerBox .index_banner .slick-arrow {
    display: none !important;
  }
  .bannerBox .index_banner .slick-dots {
    position: absolute;
    bottom: 0.75rem;
  }
  .bannerBox .index_banner .slick-dots li {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    border: 0.13rem solid #fff;
  }
  .bannerBox .index_banner .slick-dots li button {
    display: none;
  }
  .bannerBox .index_banner .slick-dots li.slick-active {
    background: #fff;
  }
  .bannerBox .number {
    bottom: 12%;
    display: none;
  }
  .bannerBox .number span {
    margin-right: 1.38rem;
  }
  .bannerBox .number span:after {
    bottom: -0.88rem;
  }
  .bannerBox .index_banner .item .inner .block_txt a i {
    font-size: 2.25rem;
  }
  .bannerBox .index_banner .item .inner .block_txt h2 {
    margin-bottom: 1.88rem;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 340px) {
}
@media only screen and (max-width: 320px) {
}

@media screen and (min-resolution: 120dpi) and (max-resolution: 140dpi) {
  .bannerBox .index_banner .item .inner .block_txt h2 {
    font-size: 1.4rem;
  }
  .bannerBox .index_banner .item .inner .block_txt h1 {
    font-size: 5rem;
    margin-bottom: 5rem;
  }
  .bannerBox .index_banner .item .inner .block_txt h2 {
    margin-top: 5rem;
  }
  .bannerBox .index_banner .item.active .inner .block_txt img {
    transform: scale(0.8);
  }
}

@media screen and (min-resolution: 140dpi) and (max-resolution: 160dpi) {
}
