.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 {
  text-align: center;
}
.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 .allItems {
  width: 90%;
  margin: 30px auto 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.home .main .allItems .item {
  width: 23%;
  margin-left: 1.6%;
}
.home .main .allItems .item .pic {
  border: 1px solid #E5E5E5;
  padding: 60px 0;
  width: 100%;
  position: relative;
}
.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.22);
  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:hover::before {
  opacity: 1;
}
.home .main .allItems .item .pic:hover .add {
  opacity: 1;
}
.home .main .allItems .item .pic img {
  width: 80%;
  height: 300px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}
.home .main .allItems .item p {
  text-align: center;
  color: #1A1A1A;
  font-size: 18px;
  margin: 30px 0;
}
.home .main a {
  width: 138px;
  height: 50px;
  border: 1px solid #CCCCCC;
  display: block;
  margin: 30px auto;
  text-align: center;
  line-height: 50px;
  color: #999999;
  font-size: 18px;
}
.home .dialog {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.8);
  z-index: 2000;
  display: none;
}
.home .dialog .content {
  width: 80%;
  position: relative;
}
.home .dialog .content .close {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 100;
  cursor: pointer;
}
.home .dialog .content .close i {
  color: white;
  font-size: 30px;
}
.home .dialog .content .prev {
  color: white;
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 100;
}
.home .dialog .content .prev i {
  font-size: 60px;
  transition: all 600ms;
}
.home .dialog .content .prev i:hover {
  color: #E71F19;
}
.home .dialog .content .next {
  color: white;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 100;
}
.home .dialog .content .next i {
  font-size: 60px;
  transition: all 600ms;
  display: inline-block;
  transform: rotateY(180deg);
}
.home .dialog .content .next i:hover {
  color: #E71F19;
}
.home .dialog .content .swiper-container .swiper-wrapper .swiper-slide {
  text-align: center;
}
.home .dialog .content .swiper-container .swiper-wrapper .swiper-slide img {

  object-fit: contain;
}
@media screen and (max-width: 1500px) {
  .home .main .allItems .item .pic img {
    height: 200px;
  }
}
@media screen and (max-width: 1200px) {
  .home {
    padding-top: 70px;
  }
  .home .main {
    margin: 30px auto;
  }
  .home .main .title p {
    font-size: 24px;
    margin: 0;
  }
  .home .main .allItems {
    margin-top: 30px;
  }
  .home .main .allItems .item {
    width: 100%;
    margin-left: 0;
  }
  .home .main .allItems .item .pic {
    padding: 30px 0;
  }
  .home .dialog .content .close {
    right: 0;
    top: -35px;
  }
  .home .dialog .content .prev, .home .dialog .content .next {
    transform: translateY(0);
    top: 110%;
  }
  .home .dialog .content .swiper-container .swiper-wrapper .swiper-slide img {
    max-width: 100%;
  }
  .home .main .title p::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background: #E71F19;
}
}

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