.home {
  width: 100%;
}
.home .banner {
  width: 100%;
  position: relative;
}
.home .banner img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.home .main {
  width: 90%;
  margin: 40px auto;
}
.home .main .news {
  width: 100%;
}
.home .main .news .map {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.home .main .news .map .info {
  width: 30%;
  background: #014894;
  padding: 0 2.5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home .main .news .map .info .p1 {
  font-size: 28px;
  color: white;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.home .main .news .map .info .p1::after {
  content: "";
  display: block;
  background: white;
  height: 3px;
  width: 77px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.home .main .news .map .info .des {
  color: white;
  line-height: 3;
}
.home .main .news .map .r {
  width: 65%;
}
.home .main .news .map .r img {
  width: 100%;
  display: block;
  object-fit: cover;
  height: 100%;
}
.home .main .news .form {
  margin: 40px 0;
}
.home .main .news .form .p1 {
  color: #222222;
  font-size: 36px;
  font-weight: bolder;
  text-align: center;
}
.home .main .news .form .p2 {
  color: #666666;
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
  border-bottom: 1px solid #DCDCDC;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.home .main .news .form .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.home .main .news .form .content .item {
  width: 32%;
}
.home .main .news .form .content .item p {
  font-size: 14px;
}
.home .main .news .form .content .item p span {
  color: #FF0000;
}
.home .main .news .form .content .item input {
  background: #F8F8F8;
  height: 50px;
  border: none;
  outline: none;
  width: 100%;
  text-indent: 20px;
  margin-top: 10px;
}
.home .main .news .form .content .item textarea {
  background: #F8F8F8;
  height: 160px;
  border: none;
  outline: none;
  width: 100%;
  text-indent: 20px;
  margin-top: 10px;
  padding-top: 10px;
  resize: none;
}
.home .main .news .form .content .item2 {
  width: 100%;
  margin-top: 15px;
}
.home .main .news .form .submit {
  text-align: center;
}
.home .main .news .form .submit a {
  width: 142px;
  text-align: center;
  line-height: 61px;
  background: #014894;
  color: white;
  display: block;
  margin: 30px auto;
}
@media screen and (max-width: 1440px) {
  .home .main .news .map .info .p1 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .home .main .news .map {
    flex-direction: column;
  }
  .home .main .news .map .info {
    width: 92%;
    padding: 20px 4%;
  }
  .home .main .news .map .r {
    width: 100%;
  }
  .home .main .news .form {
    margin: 20px 0;
  }
  .home .main .news .form .p1 {
    font-size: 24px;
  }
  .home .main .news .form .p2 {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .home .main .news .form .content {
    flex-direction: column;
  }
  .home .main .news .form .content .item {
    width: 100%;
    margin-bottom: 15px;
  }
  .home .main .news .form .submit a {
    margin: 15px auto;
    line-height: 50px;
  }
}

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