@charset "utf-8";
/* 基础动画 */
/* 鼠标悬浮中心，使用：@include positioncenter() */
/* 鼠标悬浮遮罩效果，使用：@include hovermask() */
.banner_container {
  margin: 2.4rem 0;
  height: 44.2rem;
  position: relative;
  /*.banner_title_list {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    font-weight: 400;
    color: #f2f2f9;
    padding-right: returnvalue(24);
    width: returnvalue(490);
    .banner_title_item {
      margin-top: returnvalue(40);
      cursor: pointer;
      font-size: var(--font-size-14);
      line-height: 1.4;
      transition: .3s;
      text-align: right;
      display: -webkit-box;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 1;
      !*&:hover {
        color: #ffffff;
        font-size: var(--font-size-20);
      }*!
      &.active {
        color: #ffffff;
        font-size: var(--font-size-20);
        line-height: 1.6;
      }
    }
  }*/
}
.banner_container .owl_banner_index {
  width: 160rem;
  height: 100%;
  box-shadow: 0 1rem 2rem 1px rgba(56, 136, 255, 0.25);
  border-radius: 1.2rem;
  overflow: hidden;
  max-width: 100%;
}
.banner_container .owl_banner_index .owl_banner_item {
  height: 100%;
  position: relative;
}
.banner_container .owl_banner_index .banner_item_title {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  padding: 1.2rem;
}
.banner_container .owl_banner_index .banner_item_title > span {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  width: 96%;
}
.banner_container .owl_banner_index .owl-item {
  opacity: 0.6;
  transition: 0.8s ease-in-out;
}
.banner_container .owl_banner_index .owl-item.active {
  opacity: 1;
}
.banner_container .owl_banner_index .owl-stage-outer {
  height: 100%;
}
.banner_container .owl_banner_index .owl-stage-outer .owl-stage {
  width: 100%;
  height: 100%;
}
.banner_container .owl_banner_index .owl-stage-outer .owl-stage .owl-item {
  height: 100%;
}
.banner_container .owl_banner_index img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.banner_container .owl_banner_index .owl_banner_item {
  position: relative;
  background-color: transparent;
}
.banner_container .owl_banner_index .owl_banner_item .item_m_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 160rem;
  height: 44.2rem;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.73) 0%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.2) 24%, rgba(0, 0, 0, 0) 44%, rgba(255, 255, 255, 0) 100%);
}

/*# sourcemappingurl=banner.css.map */
