.home {
  width: 100%;
  position: relative;
}
.home .banner {
  width: 100%;
  position: relative;
}
.home .banner img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.home .main .news {
  width: 90%;
  margin: 40px auto;
}
.home .main .news .t1 {
  color: #222222;
  font-size: 36px;
  font-weight: bolder;
  border-bottom: 1px solid rgba(108, 113, 120, 0.33);
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.home .main .news .t2 {
  color: #222222;
  font-size: 24px;
}
.home .main .news .des {
  font-size: 18px;
  line-height: 2;
  margin: 30px 0;
}
.home .main .news .icons {
  background: #FAFAFA;
  padding: 40px 5%;
  display: flex;
  justify-content: space-between;
}
.home .main .news .icons .item {
  display: flex;
  align-items: center;
}
.home .main .news .icons .item .txt {
  margin-left: 20px;
  position: relative;
}
.home .main .news .icons .item .txt .p1 {
  font-size: 18px;
  color: #666666;
}
.home .main .news .icons .item .txt .p2 {
  color: #01509A;
  font-size: 28px;
  font-weight: bolder;
}
.home .main .news .icons .item .txt span {
  position: absolute;
  right: -20px;
  bottom: 10px;
}
.home .main .factory {
  background: #F2F2F2;
  padding: 60px 5%;
}
.home .main .factory .t1 {
  text-align: center;
  color: #222222;
  font-size: 36px;
  font-weight: bolder;
}
.home .main .factory .allItems {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.home .main .factory .allItems .item {
  width: calc(23% - 20px);
  padding: 10px;
  background: white;
  margin-bottom: 30px;
  margin-left: 1.5%;
  cursor: pointer;
}
.home .main .factory .allItems .item .pic {
  overflow: hidden;
}
.home .main .factory .allItems .item .pic img {
  width: 100%;
  display: block;
  object-fit: cover;
  height: 215px;
  transition: all 600ms;
}
.home .main .factory .allItems .item p {
  text-align: center;
  margin: 10px 0;
  color: #222222;
}
.home .main .factory .allItems .item:hover .pic img {
  transform: scale(1.05);
}
.home .dialog {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 105;
  display: none;
}
.home .dialog .close {
  position: absolute;
  right: 6%;
  top: 12%;
  cursor: pointer;
}
.home .dialog .pic img {
  max-width: 90%;
  object-fit: contain;
}
@media screen and (max-width: 1200px) {
  .home .main .news {
    margin: 20px auto;
  }
  .home .main .news .t1 {
    font-size: 24px;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .home .main .news .t2 {
    font-size: 18px;
  }
  .home .main .news .des {
    margin: 15px 0;
    font-size: 16px;
  }
  .home .main .news .icons {
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px 5%;
  }
  .home .main .news .icons .item {
    margin-bottom: 15px;
    width: 48%;
  }
  .home .main .news .icons .item .pic {
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .home .main .news .icons .item .pic img {
    width: 40px;
  }
  .home .main .news .icons .item .txt .p1 {
    font-size: 18px;
  }
  .home .main .news .icons .item .txt .p2 {
    font-size: 20px;
  }
  .home .main .factory {
    padding: 30px 5%;
  }
  .home .main .factory .t1 {
    font-size: 28px;
  }
  .home .main .factory .allItems {
    margin-top: 20px;
  }
  .home .main .factory .allItems .item {
    width: calc(48% - 20px);
    padding: 10px;
    margin-bottom: 5px;
  }
  .home .main .factory .allItems .item .pic img {
    height: 120px;
  }
  .home .dialog .pic {
    width: 90%;
  }
  .home .dialog .pic img {
    max-width: 100%;
    max-height: 300px;
  }
}

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