.home {
  width: 100%;
  position: relative;
  padding-top: 81px;
}
.home .banner {
  width: 100%;
  position: relative;
}
.home .banner img {
  vertical-align: middle;
  object-fit: cover;
  width: 100%;
}
.home .main {
  margin: 30px auto;
}
.home .main .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 87%;
  margin: 0 auto;
}
.home .main .title p {
  color: #1B1B1B;
  font-size: 36px;
  font-weight: bolder;
  position: relative;
  display: inline-block;
  margin: 20px 0;
}
.home .main .title p::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background: #E71F19;
}
.home .main .title .r {
  display: flex;
}
.home .main .title .r a {
  width: auto;
  padding: 0 10px;
  height: 50px;
  border: 1px solid transparent;
  text-align: center;
  line-height: 20px;
  color: #1A1A1A;
  margin-left: 15px;
  transition: all 600ms;
  background-color: #e6e6e6;
  color: #666;
  align-items: center;
    display: flex;
}
.home .main .title .r a:hover {
  color: #fff;
  border-color: #E71F19;
  background-color: #E71F19;
}
.home .main .title .r .active {
  color: #fff;
  border-color: #E71F19;
  background-color: #E71F19;
}
.home .main .allItems {
  width: 90%;
  margin: 30px auto 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.home .main .allItems .item {
  width: 23%;
  margin-left: 1.6%;
  margin-bottom: 30px;
  background: white;
  display: block;
}
.home .main .allItems .item .pic {
  width: 100%;
  position: relative;
  text-align: center;
  padding: 40px 0;
}
.home .main .allItems .item .pic::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.13);
  opacity: 0;
  transition: all 600ms;
}
.home .main .allItems .item .pic .add {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 51px;
  height: 51px;
  background: #E60113;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  opacity: 0;
  transition: all 600ms;
  cursor: pointer;
}
.home .main .allItems .item .pic .add i {
  font-size: 24px;
  color: white;
}
.home .main .allItems .item .pic img {
  width: 80%;
  object-fit: contain;
  max-height: 300px;
}
.home .main .allItems .item p {
  border-top: 1px solid #E5E5E5;
  text-align: center;
  padding: 20px 5%;
  font-size: 20px;
  color: #1A1A1A;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 600ms;
}
.home .main .allItems .item:hover .pic::before {
  opacity: 1;
}
.home .main .allItems .item:hover .pic .add {
  opacity: 1;
}
.home .main .allItems .item:hover p {
  background: #E71F19;
  color: white;
}
.home .main .more {
  width: 138px;
  height: 50px;
  border: 1px solid #CCCCCC;
  display: block;
  margin: 30px auto;
  text-align: center;
  line-height: 50px;
  color: #999999;
  font-size: 18px;
}
@media screen and (max-width: 1500px) {
  .home .main .allItems .item .pic img {
    max-height: 200px;
  }
}

@media screen and (max-width: 1550px) {
.home .main .title p::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background: #E71F19;
}

.home .main .title {
  display: block;
  justify-content: space-between;
  align-items: center;
  width: 87%;
  margin: 0 auto;
}
}

@media screen and (max-width: 1200px) {
  .home {
    padding-top: 70px;
  }
  .home .main {
    margin: 30px auto;
  }
  .home .main .title {
    flex-direction: column;
    width: 90%;
  }
  .home .main .title p {
    font-size: 24px;
    margin: 0;
  }
  .home .main .title .r {
    margin-top: 20px;
    flex-wrap: wrap;
  }
  .home .main .title .r a {
    margin-bottom: 10px;
  }
  .home .main .allItems {
    margin-top: 30px;
    justify-content: space-between;
  }
  .home .main .allItems .item {
    width: 48%;
    margin-left: 0;
    margin-bottom: 15px;
  }
  .home .main .allItems .item .pic img {
    max-height: 150px;
  }
  .home .main .title p::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background: #E71F19;
}
.home .main .title .r a {
  width: auto;
  padding: 0 3px;
  height: 35px;
  border: 1px solid transparent;
  text-align: center;
  line-height: 35px;
  color: #1A1A1A;
  margin-left: 8px;
  transition: all 600ms;
}
}


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