.home {
  width: 100%;
  position: relative;
  padding-top: 81px;
}
.home .main .map {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.home .main .map .l {
  width: 50%;
}
.home .main .map .l img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.home .main .map .r {
  width: 40%;
  padding: 60px 5%;
  background: #F7F7F7;
}
.home .main .map .r .pt {
  color: #1A1A1A;
  font-size: 44px;
  font-weight: bolder;
  border-bottom: 7px solid #E71F19;
  padding-bottom: 20px;
  margin-bottom: 35px;
}
.home .main .map .r .item {
  display: flex;
  align-items: center;
}
.home .main .map .r .item .text {
  margin-left: 20px;
}
.home .main .map .r .item .text .p1 {
  color: #999999;
  font-size: 14px;
}
.home .main .map .r .item .text .p2 {
  color: #1A1A1A;
  font-size: 14px;
  margin-top: 5px;
}
.home .main .map .r .item1 {
  margin-bottom: 25px;
}
.home .main .map .r .tw {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #DCDCDE;
  padding: 25px 0;
}
.home .main .map .r .tw .item {
  width: 45%;
}
.home .main .map .r .code {
  border-top: 1px solid #DCDCDE;
  padding: 25px 0;
}
.home .main .form {
  width: 700px;
  margin: 40px auto;
}
.home .main .form .title {
  text-align: center;
}
.home .main .form .title p {
  color: #1B1B1B;
  font-size: 36px;
  font-weight: bolder;
  position: relative;
  display: inline-block;
  margin: 20px 0;
}
.home .main .form .title p::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background: #E71F19;
}
.home .main .form .nr {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 20px auto;
}
.home .main .form .nr input {
  width: 45%;
  border: 1px solid #DCDCDE;
  background: transparent;
  color: #666666;
  font-size: 14px;
  padding: 15px 2%;
  outline: none;
  margin-bottom: 10px;
}
.home .main .form .nr textarea {
  width: 96%;
  border: 1px solid #DCDCDE;
  background: transparent;
  color: #666666;
  font-size: 14px;
  padding: 15px 2%;
  outline: none;
  margin-bottom: 10px;
  height: 160px;
  resize: none;
}
.home .main .form .nr a {
  width: 100%;
  display: block;
  padding: 15px 0;
  text-align: center;
  color: white;
  background: #E71F19;
}



@media screen and (max-width: 1300px) {

.home .main .map .r .pt {
  color: #1A1A1A;
  font-size: 30px;
  font-weight: bolder;
  border-bottom: 7px solid #E71F19;
  padding-bottom: 20px;
  margin-bottom: 35px;
}

}

@media screen and (max-width: 1200px) {
  .home {
    padding-top: 70px;
  }
  .home .main .map {
    flex-direction: column;
  }
  .home .main .map .l {
    width: 100%;
  }
  .home .main .map .r {
    width: 90%;
    padding: 30px 5%;
  }
  .home .main .map .r .pt {
    font-size: 24px;
  }
  .home .main .map .r .item1 {
    margin-bottom: 15px;
  }
  .home .main .map .r .tw {
    flex-direction: column;
    padding: 0;
  }
  .home .main .map .r .tw .item {
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #DCDCDE;
  }
  .home .main .map .r .tw .item:last-child {
    border-bottom: none;
  }
  .home .main .form {
    width: 90%;
    margin: 20px auto;
  }
  .home .main .form .title p {
    font-size: 24px;
    margin: 0;
  }
  .home .main .form .nr input {
    width: 100%;
  }
  .home .main .form .title p::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background: #E71F19;
}
}

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