/*************** 产品分类一行4个 ***************/
.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-product .figure{
  position: relative;
  overflow: hidden;
}
.home-product .figure .title {
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home-product .figure .hoverbox{
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 100%;
  width: 100%;
  height: 100%;
  background-color: rgb(0,69,154,0.9);
  color: #fff;
  padding: 10px;

}
.home-product .figure .hoverbox .pro-group-name{
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  height: 49px;
  overflow: hidden;
  text-overflow: ellipsis;
    font-weight: 600;
}
.home-product .figure .hoverbox .more {
  display: inline-block;
  text-transform: uppercase;
  background-color: #F6F800;
  font-size: 12px;
}
.home-product .figure .hoverbox .more:hover {
  background-color: #fff;
  text-decoration: none;
}
@media (max-width: 767px) {
  .home-product .figure{
    height: auto;
    border: none;
  }
  .home-product .figure .image {
    height: auto;
    padding: 0
  }
  .home-product .figure .hoverbox{
    display: none!important;
  }
}
@media (min-width: 768px) {
  .home-product .model-title h2 span{
    font-size: 2.4vw;
  }
  .home-product .list{

  }
  .home-product .figure{
    height: auto;
    margin-bottom: 20px;
    border: none;
    box-shadow: 0px 5px 5px 3px #e2e6e7;
  }
  .home-product .figure .image {
    padding: 0;
  }
  .home-product .figure .title {
    height:50px;
    line-height: 50px;
    background-color: #00459a;
    color: #fff;
   font-weight: 600;
  }
    .home-product .figure .title a {
    color: #fff;
  }
  .home-product .figure .more {
    padding: 10px 10px;
  }
   .home-product .container {
    width: 100%;
     padding: 0 50px;
}

}
