.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: 43px;
  border: 1px solid transparent;
  text-align: center;
  line-height: 43px;
  color: #1A1A1A;
  margin-left: 15px;
  transition: all 600ms;
  background-color: #e6e6e6;
  color: #666;
}
.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: 31%;
  margin-left: 1.6%;
  margin-bottom: 30px;
}
.home .main .allItems .item .pic {
  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;
  border-radius: 10px;
}
.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: 100%;
  object-fit: cover;
}
.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;
}
.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: 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;
  }
  .home .main .allItems {
    margin-top: 30px;
  }
  .home .main .allItems .item {
    width: 100%;
    margin-left: 0;
    margin-bottom: 15px;
  }
  .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-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=company.css.map */
