.home {
  width: 100%;
  padding-top: 107px;
}
.home .banner {
  width: 100%;
}
.home .banner img {
  vertical-align: middle;
  object-fit: cover;
  width: 100%;
}
.home .main .application {
  width: 80%;
  margin: 60px auto;
}
.home .main .application .allItems {
  width: 100%;
  margin: 60px auto;
  display: flex;
  flex-wrap: wrap;
}
.home .main .application .allItems .item {
  width: 23%;
  margin-left: 1.5%;
  transition: all 600ms;
  margin-bottom: 30px;
}
.home .main .application .allItems .item .pic img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.home .main .application .allItems .item p {
  color: #222222;
  font-size: 18px;
  text-align: center;
  margin: 15px 0;
  transition: all 600ms;
}
.home .main .application .allItems .item:hover p {
  color: #176ABA;
}
@media screen and (max-width: 1000px) {
  .home {
    padding-top: 60px;
  }
  .home .main .application {
    width: 90%;
    margin: 30px auto;
  }
  .home .main .application .allItems {
    margin: 0 auto;
    justify-content: space-between;
  }
  .home .main .application .allItems .item {
    width: 48%;
    margin-left: 0;
    margin-bottom: 10px;
  }
}

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