/*************** 产品展示 轮播 ***************/
.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;
}
.home-app {
  position: relative;
}
.home-app .container-fluid,
.home-app .row {
  margin: 0;
  padding: 0;
}
.home-app .figure {
  position: relative;
}
.home-app .figure .image {
  width: 100%;
  height: 100%;
}
.home-app .figure .image img {
  width: 100%;
  height: 100%;
}
.home-app .figure .title {
  display: block;
  position: absolute;
  background-color: transparent;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.home-app .figure .title span {
  display: inline-block;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: nowrap;
  padding: 0 25px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
}
.home-app .figure .title:hover {
  text-decoration: none;
}
.home-app .figure .summary {
  word-wrap: break-word;
  padding: 3px 15px;
  text-align: left;
}
.home-app .app-button-next,
.home-app .app-button-prev {
  position: absolute;
  cursor: pointer;
  color: #000;
  border-radius: 50%;
  background-color: #FEFF27;
  z-index: 200;
  display: flex;
  justify-content: center;
  align-items: Center;
  border: 1px solid transparent;
}
.home-app .app-button-next:hover,
.home-app .app-button-prev:hover {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: #FEFF27;
  color: #fff;
}
@keyframes app_hover {
  from {
    background-color: transparent;
  }
  to {
    background-color: rgba(0, 0, 0, 0.7);
  }
}
@media (max-width: 767px) {
  .home-app .model-title {
    margin-bottom: 30px;
  }
  .home-app .model-title .title-s {
    font-size: 2.5vw;
  }
  .home-app .figure {
    width: 100%;
    height: 100vw;
    margin: 0;
    padding: 0;
  }
  .home-app .figure .title {
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: Center;
  }
  .home-app .figure .title span {
    border-radius: 25px;
    border: 2px solid #ffffff;
    max-width: 85%;
  }
  .home-app .figure:hover .title {
    animation: app_hover 0.5s forwards;
  }
  .home-app .app-button-next,
  .home-app .app-button-prev {
    width: 40px;
    height: 40px;
    font-size: 20px;
    top: 44%;
  }
  .home-app .app-button-prev {
    left: 1%;
  }
  .home-app .app-button-next {
    right: 1%;
  }
}
@media (min-width: 768px) {
  .home-app .model-title {
    margin-bottom: 30px;
  }
  .home-app .model-title .title-s {
    font-size: 18px;
    bottom: -12%;
  }
  .home-app .figure {
    width: 100%;
    height: 28vw;
    margin: 0;
    padding: 0;
  }
  .home-app .figure .title {
    font-size: 1vw;
    display: flex;
    justify-content: center;
    align-items: Center;
  }
  .home-app .figure .title span {
    border-radius: 25px;
    border: 2px solid #ffffff;
    max-width: 95%;
  }
  .home-app .figure:hover .title {
    animation: app_hover 0.5s forwards;
  }
  .home-app .app-button-next,
  .home-app .app-button-prev {
    width: 40px;
    height: 40px;
    font-size: 20px;
    top: 44%;
  }
  .home-app .app-button-prev {
    left: 1%;
  }
  .home-app .app-button-next {
    right: 1%;
  }
}
