.home {
  width: 100%;
}
.home .banner {
  width: 100%;
}
.home .banner img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.home .main {
  width: 100%;
  position: relative;
}
.home .main .nav {
  width: 85%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px;
  border-radius: 10px;
  position: absolute;
  left: 7.5%;
  top: -40px;
  z-index: 10;
}
.home .main .nav a {
  width: 50%;
  text-align: center;
  padding: 30px 0;
  color: #666666;
  transition: all 600ms;
  background: white;
  border-right: 1px solid #F0F0F0;
}
.home .main .nav a:hover {
  background: #0B9F27;
  color: white;
  border-color: #0B9F27;
}
.home .main .nav .active {
  background: #0B9F27;
  color: white;
  border-color: #0B9F27;
}
.home .main .nav a:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.home .main .nav a:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.home .main .map {
  width: 100%;
  position: relative;
}
.home .main .map .pic {
  width: 100%;
  z-index: 1;
  height: 800px;
}
.home .main .map .info {
  position: absolute;
  right: 7.5%;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  background: white;
  width: 25%;
  padding: 60px 50px 20px 50px;
  border-top: 5px solid #0B9F27;
}
.home .main .map .info .p1 {
  color: #141414;
  font-size: 24px;
}
.home .main .map .info .des {
  color: #333333;
  font-size: 15px;
  line-height: 2;
  margin-top: 30px;
}
.home .main .map .info .code {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.home .main .map .info .code .text {
  margin-left: 10px;
}
.home .main .map .info .code .text .p11 {
  color: #141414;
}
.home .main .map .info .code .text .p2 {
  color: #999999;
  font-size: 12px;
  margin-top: 10px;
}
.home .main .contacts {
  width: 85%;
  margin: 60px auto;
}
.home .main .contacts .title {
  text-align: center;
  color: #333333;
  font-size: 30px;
}
.home .main .contacts .title::after {
  content: "";
  display: block;
  width: 36px;
  height: 1px;
  margin: 15px auto;
  background: #0B9F27;
}
.home .main .contacts .allItems {
  margin: 60px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home .main .contacts .allItems .item {
  width: 28%;
  background: #F0F5F7;
  padding: 40px 2%;
  margin-bottom: 30px;
  transition: all 600ms;
}
.home .main .contacts .allItems .item p {
  color: #141414;
  font-size: 22px;
  transition: all 600ms;
}
.home .main .contacts .allItems .item .des {
  color: #666666;
  margin-top: 10px;
  transition: all 600ms;
}
.home .main .contacts .allItems .item .des span {
  display: inline-block;
  margin-left: 10px;
}
.home .main .contacts .allItems .item:hover {
  background: #0B9F27;
}
.home .main .contacts .allItems .item:hover p, .home .main .contacts .allItems .item:hover .des {
  color: white;
}
@media screen and (max-width: 1300px) {
  .home .banner img {
    height: 300px;
  }
  .home .main .nav {
    width: 90%;
    left: 5%;
    top: -30px;
  }
  .home .main .nav a {
    padding: 20px 0;
  }
  .home .main .map .pic {
    height: 300px;
  }
  .home .main .map .info {
    position: static;
    transform: translateY(0);
    width: 90%;
    margin: 20px auto;
    padding: 30px 0 0 0;
  }
  .home .main .contacts {
    width: 90%;
    margin: 30px auto;
  }
  .home .main .contacts .title {
    font-size: 24px;
  }
  .home .main .contacts .allItems {
    margin: 30px auto;
  }
  .home .main .contacts .allItems .item {
    width: 90%;
    padding: 30px 5%;
    margin-bottom: 15px;
  }
  .home .main .contacts .allItems .item .des {
    font-size: 14px;
  }
}

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