/*************** 产品分类拼图式 ***************/
.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 {
  margin-bottom: 10px;
  border-bottom: 1px solid #E6E6E6;
  box-shadow: 1px 1px 3px #ddd;
}
.home-product .figure .image {
  height: 100%;
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: Center;
}
.home-product .figure .image a {
  widows: 100%;
  height: 100%;
}
.home-product .figure .image a img {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  display: block;
}
.home-product .figure .text {
  position: static;
  background-color: transparent;
  border-bottom: 1px solid #DEDEDE;
}
.home-product .figure .text .pro-group-info {
  position: relative;
  color: #000;
}
.home-product .figure .text .pro-group-info .pro-group-name {
  text-align: left;
  padding: 0;
}
.home-product .figure .text .btn {
  border-radius: 0;
  background-color: #ffffff;
  color: #000;
  border-color: #fff;
  position: absolute;
}
.home-product .figure .text .btn:hover {
  background-color: #ff7900;
  color: #fff;
  border-color: #ff7900;
}
.home-product .figure .text:hover .pro-group-name {
  text-decoration: none;
}
.home-product .figure .text:hover .pro-group-descr {
  text-decoration: none;
}
@keyframes groupTextHover {
  to {
    background-color: rgba(6, 29, 60, 0.5);
  }
}
@media (max-width: 767px) {
  .home-product .figure .image {
    height: 150px;
  }
  .home-product .figure .text {
    padding: 15px;
  }
  .home-product .figure .text .pro-group-info {
    height: auto;
  }
  .home-product .figure .text .pro-group-info .pro-group-name {
    font-size: 22px;
    line-height: 16px;
    height: 36px;
    white-space: normal;
  }
  .home-product .figure .text .btn {
    font-size: 10px;
    padding: 2px 5px;
  }
  .home-product .jigsaw-1 .figure {
    height: auto;
  }
  .home-product .jigsaw-1 .figure .image {
    height: auto;
  }
  .home-product .jigsaw-1 .figure .image img {
    width: auto;
    height: auto;
  }
  .home-product .jigsaw-1 .figure .text .pro-group-info {
    top: 2%;
  }
  .home-product .jigsaw-1 .figure .text .pro-group-info .pro-group-name {
    text-align: left;
    padding-right: 5%;
  }
  .home-product .jigsaw-1 .figure .text .btn {
    top: 30%;
    right: 8%;
  }
  .home-product .jigsaw-2 .figure {
    height: auto;
  }
  .home-product .jigsaw-2 .figure .image {
    height: auto;
  }
  .home-product .jigsaw-2 .figure .image img {
    width: auto;
    height: auto;
  }
  .home-product .jigsaw-2 .figure .text .pro-group-info {
    top: 10%;
  }
  .home-product .jigsaw-2 .figure .text .pro-group-info .pro-group-name {
    text-align: right;
    padding-right: 2%;
    font-size: 16px;
  }
  .home-product .jigsaw-2 .figure .text .btn {
    top: 60%;
    right: 6%;
  }
  .home-product .jigsaw-3 .figure {
    height: auto;
  }
  .home-product .jigsaw-3 .figure .image {
    height: auto;
  }
  .home-product .jigsaw-3 .figure .image img {
    width: auto;
    height: auto;
  }
  .home-product .jigsaw-3 .figure .text .pro-group-info {
    top: -1vh;
  }
  .home-product .jigsaw-3 .figure .text .pro-group-info .pro-group-name {
    text-align: left;
    padding-right: 0;
    padding-left: 0;
    font-size: 14px;
  }
  .home-product .jigsaw-3 .figure .text .btn {
    top: 38%;
    right: 10%;
  }
  .home-product .jigsaw-4 .figure {
    height: auto;
  }
  .home-product .jigsaw-4 .figure .image {
    height: auto;
    min-height: 200px;
  }
  .home-product .jigsaw-4 .figure .image img {
    width: auto;
    height: auto;
  }
  .home-product .jigsaw-4 .figure .text {
    padding-bottom: 0px;
  }
  .home-product .jigsaw-4 .figure .text .pro-group-info {
    top: -1vh;
  }
  .home-product .jigsaw-4 .figure .text .pro-group-info .pro-group-name {
    text-align: left;
    padding-right: 0;
    padding-left: 0;
    font-size: 13px;
    margin-bottom: 0px;
  }
  .home-product .jigsaw-4 .figure .text .btn {
    top: 38%;
    right: 10%;
  }
}
@media (min-width: 768px) {
  .home-product .figure .text {
    padding: 19.95px;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .home-product .figure .text .pro-group-info {
    height: auto;
  }
  .home-product .figure .text .pro-group-info .pro-group-name {
    font-size: 18px;
    line-height: 20px;
    height: 20px;
  }
  .home-product .figure .text .pro-group-info .pro-group-descr {
    height: 45px;
  }
  .home-product .figure .text .btn {
    font-size: 12px;
    padding: 5px 15px;
  }
  .home-product .jigsaw-1 .figure .image {
    height: 655px;
  }
  .home-product .jigsaw-1 .figure .text .pro-group-info {
    top: 8%;
  }
  .home-product .jigsaw-1 .figure .text .pro-group-info .pro-group-name {
    padding-right: 5%;
  }
  .home-product .jigsaw-1 .figure .text .btn {
    top: 30%;
    right: 8%;
  }
  .home-product .jigsaw-2 .figure {
    height: 267px;
  }
  .home-product .jigsaw-2 .figure .text .pro-group-info {
    top: 19%;
  }
  .home-product .jigsaw-2 .figure .text .pro-group-info .pro-group-name {
    padding-right: 2%;
  }
  .home-product .jigsaw-2 .figure .text .btn {
    top: 60%;
    right: 6%;
  }
  .home-product .jigsaw-3 .figure .text .pro-group-info,
  .home-product .jigsaw-4 .figure .text .pro-group-info {
    top: -1%;
  }
  .home-product .jigsaw-3 .figure .text .pro-group-info .pro-group-name,
  .home-product .jigsaw-4 .figure .text .pro-group-info .pro-group-name {
    padding-right: 2%;
    font-size: 14px;
  }
  .home-product .jigsaw-3 .figure .text .btn,
  .home-product .jigsaw-4 .figure .text .btn {
    top: 43%;
    right: 10%;
  }
}
