/*************** 产品展示 轮播 ***************/
.float-l {
  float: left;
}
.float-r {
  float: right;
}
.clear {
  clear: both;
}
.center {
  margin: 0 auto;
}
.ft-wei {
  font-weight: 600;
}
.hide-excess-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.v-center {
  display: flex;
  justify-content: center;
  align-items: Center;
}
@keyframes imgHover {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.2);
  }
}
.imgHover {
  animation: imgHover 1s forwards;
}
.index-products {
  position: relative;
}
.index-products .figure {
  border: 3px solid transparent;
  position: relative;
}
.index-products .figure .image {
  height: 95%;
  width: 100%;
}
.index-products .figure .image a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: Center;
}
.index-products .figure .image a img {
  display: block;
  max-height: 100%;
  max-width: 100%;
}
.index-products .figure .mode {
  color: #ffa820;
  font-weight: 600;
  z-index: 3;
  text-align: center;
  width: 100%;
  letter-spacing: 1px;
}
.index-products .figure .title {
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  padding: 0 25px;
  z-index: 3;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: Center;
}
.index-products .figure .summary {
  word-wrap: break-word;
  padding: 3px 15px;
  text-align: left;
}
@media (max-width: 767px) {
  .index-products .figure {
    width: 100%;
    height: 300px;
  }
  .index-products .figure .title {
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    margin-top: 15px;
  }
}
@media (min-width: 768px) {
  .index-products .figure {
    width: 95%;
    height: 300px;
    padding-top: 20px;
    background-color: #fff;
  }
  .index-products .figure .mode {
    font-size: 14px;
    height: 25px;
    line-height: 25px;
  }
  .index-products .figure .title {
    font-size: 14px;
    line-height: 20px;
    height: 50px;
    margin-top: 5px;
    padding-top: 20px;
  }
  .index-products .swiper-pagination {
    bottom: 0px;
  }
}
