.home {
  width: 100%;
}
.home .banner {
  position: relative;
}
.home .banner p {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 48px;
  font-weight: bolder;
  text-transform: uppercase;
}
.home .banner img {
  width: 100%;
  display: block;
}
.home .main {
  width: 80%;
  margin: 60px auto;
}
.home .main .info {
  padding: 60px 60px 0 60px;
  border: 1px solid #EDEDED;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.home .main .info .item {
  width: 45%;
  border-bottom: 1px solid #EDEDED;
  padding-bottom: 40px;
  margin-bottom: 30px;
  position: relative;
}
.home .main .info .item .code {
  position: absolute;
  right: 0;
  top: -15px;
  text-align: center;
}
.home .main .info .item .code p {
  color: #333333;
  font-size: 14px;
  margin-top: 10px;
}
.home .main .info .item .p1 {
  color: #999999;
  font-size: 14px;
}
.home .main .info .item .p2 {
  color: #333333;
  margin: 20px 0;
}
.home .main .info .item:nth-child(5) {
  border-bottom: none;
}
.home .main .info .item:nth-child(6) {
  border-bottom: none;
}
.home .main .message {
  width: 100%;
  margin: 60px auto;
}
.home .main .message .t {
  text-align: center;
  font-size: 34px;
  font-weight: bolder;
}
.home .main .message .form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 40px 0;
}
.home .main .message .form .item {
  width: 30%;
}
.home .main .message .form .item p {
  color: #5F6265;
}
.home .main .message .form .item input {
  width: 90%;
  border: 1px solid #DDDDDD;
  border-radius: 5px;
  padding: 20px 5%;
  outline: none;
  margin-top: 15px;
}
.home .main .message .form .item2 {
  width: 100%;
  margin-top: 20px;
}
.home .main .message .form .item2 p {
  color: #5F6265;
}
.home .main .message .form .item2 textarea {
  width: 90%;
  border: 1px solid #DDDDDD;
  border-radius: 5px;
  padding: 20px 5%;
  outline: none;
  margin-top: 15px;
  resize: none;
}
.home .main .message a {
  width: 180px;
  border: 1px solid #DDDDDD;
  background: #3B7925;
  color: white;
  text-align: center;
  display: block;
  margin: 0 auto;
  line-height: 58px;
  font-size: 20px;
  border-radius: 5px;
}
@media screen and (max-width: 1200px) {
  .home .banner p {
    font-size: 24px;
  }
  .home .main {
    width: 90%;
    margin: 30px auto;
  }
  .home .main .info {
    padding: 30px;
  }
  .home .main .info .item {
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .home .main .info .item .p2 {
    margin: 10px 0;
  }
  .home .main .info .item .code {
    position: static;
    display: inline-block;
  }
  .home .main .message {
    margin: 30px auto;
  }
  .home .main .message .t {
    font-size: 24px;
  }
  .home .main .message .form .item {
    width: 100%;
    margin-bottom: 20px;
  }
  .home .main .message .form .item2 {
    margin-top: 0;
  }
}

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