/*************** 产品分类拼图式 ***************/
.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 .model-title {
  display: none;
}
.home-product .ca-more {
  background-color: #616264;
  color: #fff;
  text-transform: uppercase;
}
.home-product .ca-more:hover {
  color: #ffc700;
}
.home-product .ca-header {
  margin-bottom: 20px;
}
.home-product .ca-header .ca-name {
  font-weight: 600;
  font-family: Arial;
}
.home-product .figure {
  display: block;
}
.home-product .figure .title {
  display: flex;
  justify-content: center;
  align-items: Center;
}
.home-product .figure .title a {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home-product .ca-2 {
  position: relative;
}
@media (max-width: 767px) {
  .home-product {
    margin-bottom: 50px;
  }
  .home-product .ca-more {
    width: 160px;
    font-size: 13px;
    padding: 10px 25px;
    margin: 0 auto;
  }
  .home-product .ca-header {
    margin-top: 20px;
  }
  .home-product .ca-header .ca-name {
    font-size: 22px;
    text-align: center;
  }
  .home-product .figure {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .home-product .figure .image {
    padding: 0;
  }
  .home-product .figure .title {
    height: 38px;
    line-height: 18px;
  }
  .home-product .figure .title a {
    max-height: 37px;
  }
  .home-product .ca-0 .figure .image {
    height: 300px;
  }
  .home-product .ca-3 .figure .image .img-list {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .home-product {
    margin-top: 0;
    padding-top: 0;
  }
  .home-product .box-shadow {
    box-shadow: 0px 0px 10px 0px #ccc;
  }
  .home-product .box-shadow:not(.figure) {
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .home-product .ca-more {
    font-size: 14px;
    padding: 10px 30px;
    font-weight:600;
  }
  .home-product .ca-header {
    margin-top: 30px;
    color: #185780 ;   
  }
  .home-product .ca-header .ca-name {
    float: left;
    font-size: 26px;
  }
  .home-product .figure {
    border: none;
  }
  .home-product .ca-first {background-color: #f7f7f7;padding-bottom:20px; }

  .home-product .figure .image {
    padding: 0;
    height: 200px;

  }

  .home-product .figure .title {
    height: 57px;
    line-height: 18px;
    padding: 10px 15px;
  }
  .home-product .figure .title a {
    max-height: 37px;
  }
  .home-product .ca-0 .figure {
    border: none;
  }
  .home-product .ca-0 .figure .image{
    height: 180px;
    padding: 15px;
  }

  .home-product .ca-0 .swiper-button-next {
    right: -25px;
  }
  .home-product .ca-0 .swiper-button-prev {
    left: -25px;
  }
  .home-product .ca-2 {
    position: relative;
  }
  .home-product .ca-2 .left {
    margin-bottom: -10px;
  }
  .home-product .ca-2 .left .figure {
    margin-bottom: 0px;
    padding-bottom: 10px;
  }
  .home-product .ca-2 .right {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin-bottom: -10px;
  }
  .home-product .ca-2 .right .figure {
    height: 100%;
  }
  .home-product .ca-2 .right .figure .box {
    height: 95%;
  }
  .home-product .ca-2 .right .figure .image {
    height: 90%;
  }
  .home-product .ca-3 .figure .image .img-list {
    height: 100%;
  }
  .home-product .ca-3 .pro-0 {
    padding-top: 10px;
  }
  .home-product .ca-3 .pro-1 {
    background-color: #8c8c8c;
    color: #fff;
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .home-product .ca-3 .pro-1 a {
    color: inherit;
  }
  .home-product .ca-3 .pro-2 {
    padding-top: 30px;
  }
  .home-product .ca-4 .ca-header,
  .home-product .ca-5 .ca-header {
    height:25px;
    line-height: 25px;
    display: flex;
    justify-content: left;
    align-items: center;
  }
  .home-product .ca-4 .ca-header .ca-name,
  .home-product .ca-5 .ca-header .ca-name {
    max-height: 69px;
    overflow: hidden;
    text-overflow: hidden;
  }
}
