.home {
  width: 100%;
}
.home .banner {
  width: 100%;
}
.home .banner img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.home .cases {
  width: 90%;
  margin: 60px auto;
}
.home .cases .types {
  width: 100%;
  display: flex;
    flex-wrap: wrap;
}
.home .cases .types a {
  display: block;
  background-color: #F7F7F7;
  color: #666666;
  font-size: 14px;
  padding: 15px 15px;
  margin-right: 10px;
  transition: all 600ms;
margin-bottom:15px;
}
.home .cases .types a:hover {
  background-color: #E62129;
  color: white;
}
.home .cases .types .active {
  background-color: #E62129;
  color: white;
}
.home .cases .allItems {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.home .cases .allItems a {
  width: 23%;
  display: block;
  margin-left: 1.65%;
  margin-bottom: 20px;
  position: relative;
}
.home .cases .allItems a .pic {
  width: 100%;
}
.home .cases .allItems a .pic img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.home .cases .allItems a .text {
  width: 80%;
  padding: 20px 10%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
  font-size: 20px;
  transition: all 600ms;
}
.home .cases .allItems a:hover .text {
  background-color: #E62129;
}
.home .cases .pager {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 40px auto;
}
.home .cases .pager a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #666666;
  font-size: 18px;
  width: 39px;
  height: 37px;
  border: 1px solid #D9D9D9;
  margin: 0 5px;
  transition: all 600ms;
}
.home .cases .pager a:hover {
  color: #E62129;
}
.home .cases .pager a:last-child {
  transform: rotateY(180deg);
}
@media screen and (max-width: 1000px) {
  .home .cases {
    margin: 30px auto;
  }
  .home .cases .types {
    flex-wrap: wrap;
  }
  .home .cases .types a {
    margin-bottom: 10px;
    margin-right: 5px;
  }
  .home .cases .allItems {
    margin-top: 30px;
    justify-content: space-between;
  }
  .home .cases .allItems a {
    width: 48%;
    margin-left: 0;
    margin-bottom: 15px;
  }
  .home .cases .allItems a .text {
    font-size: 16px;
  }
}

/*# sourceMappingURL=products.css.map */
