.home {
  width: 100%;
}
.home .banner {
  width: 100%;
  position: relative;
}
.home .banner img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.home .main .links {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.home .main .links .l {
  background-color: #C50D25;
  color: white;
  font-size: 36px;
  width: 261px;
  padding: 40px 0 40px 20px;
  margin-top: -70px;
  z-index: 100;
}
.home .main .links .r {
  display: flex;
  align-items: center;
}
.home .main .links .r img {
  vertical-align: middle;
}
.home .main .links .r p {
  color: #999999;
  font-size: 14px;
  margin-left: 10px;
}
.home .main .map {
  width: 80%;
  margin: 60px auto;
}
.home .main .map img {
  max-width: 100%;
  vertical-align: middle;
  object-fit: contain;
}
.home .main .allItems {
  width: 80%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 120px auto;
}
.home .main .allItems .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 250px;
}
.home .main .allItems .item .l {
  width: 76px;
  height: 76px;
  border: 1px solid #E4E3E3;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.home .main .allItems .item .text {
  width: calc(95% - 76px);
}
.home .main .allItems .item:nth-child(2) {
  margin: 0 40px;
}
@media screen and (max-width: 1200px) {
  .home .main .links {
    width: 90%;
    margin: 20px auto;
  }
  .home .main .links .l {
    padding: 10px;
    width: 150px;
    font-size: 18px;
    margin-top: 0;
  }
  .home .main .map {
    width: 90%;
    margin: 30px auto;
  }
  .home .main .allItems {
    width: 90%;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .home .main .allItems .item {
    width: 100%;
    margin-bottom: 10px;
  }
  .home .main .allItems .item:nth-child(2) {
    margin: 0 0 5px 0;
  }
}

/*# sourceMappingURL=contact.css.map */
