.home {
  width: 100%;
}
.home .banner {
  width: 100%;
}
.home .banner img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.home .main {
  width: 100%;
}
.home .main .content {
  width: 100%;
  display: flex;
  align-items: center;
}
.home .main .content .l {
  width: 30%;
  padding-left: 15%;
  padding-right: 5%;
}
.home .main .content .l .p1 {
  color: #323232;
  font-size: 24px;
  margin-top: 60px;
}
.home .main .content .l .p2 {
  color: #E62129;
  font-size: 48px;
  margin: 30px 0;
  font-weight: bolder;
}
.home .main .content .l .des {
  color: #666666;
  line-height: 40px;
}
.home .main .content .l .code {
  display: inline-block;
  text-align: center;
  margin-top: 30px;
}
.home .main .content .l .code p {
  font-size: 14px;
}
.home .main .content .r {
  width: 50%;
}
.home .main .content .r img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.home .main .form {
  width: 70%;
  margin: 60px auto;
}
.home .main .form .t1 {
  color: #333333;
  font-size: 36px;
  text-align: center;
}
.home .main .form .t1 span {
  color: #E62129;
}
.home .main .form .nr {
  width: 100%;
  margin: 40px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.home .main .form .nr .item {
  width: 48%;
  margin-bottom: 30px;
}
.home .main .form .nr .item p {
  color: #333333;
}
.home .main .form .nr .item input {
  width: 100%;
  background-color: #F7F7F7;
  border: none;
  outline: none;
  height: 45px;
  margin-top: 15px;
  text-indent: 20px;
}
.home .main .form .nr .item2 {
  width: 100%;
}
.home .main .form .nr .item2 p {
  color: #333333;
}
.home .main .form .nr .item2 textarea {
  width: 100%;
  background-color: #F7F7F7;
  border: none;
  outline: none;
  height: 214px;
  margin-top: 15px;
  text-indent: 20px;
  padding-top: 20px;
}
.home .main .form .nr .submit {
  width: 154px;
  height: 54px;
  text-align: center;
  line-height: 54px;
  color: white;
  background-color: #E62129;
  margin: 40px auto;
  cursor: pointer;
}
@media screen and (max-width: 1000px) {
  .home .main .content {
    flex-direction: column;
  }
  .home .main .content .l {
    width: 90%;
    padding: 3px 5%;
  }
  .home .main .content .l .p1 {
    margin-top: 30px;
  }
  .home .main .content .l .p2 {
    margin: 15px 0;
    font-size: 24px;
  }
  .home .main .content .l .des {
    line-height: 30px;
  }
  .home .main .content .r {
    width: 100%;
    margin-top: 30px;
  }
  .home .main .form {
    width: 90%;
    margin: 30px auto;
  }
  .home .main .form .t1 {
    font-size: 24px;
  }
}

/*# sourceMappingURL=contact.css.map */
