.contact-content {
  width: 1200px;
  height: 600px;
  margin: 50px auto;
}
.contact-content .contact-us {
  width: 360px;
  height: 600px;
  float: left;
  border-right: 1px solid #E3E3E3;
  box-sizing: border-box;
}
.contact-content .contact-us .us-title {
  width: 300px;
  font-size: 24px;
  line-height: 40px;
  color: #009FE9;
  border-bottom: 2px solid #E3E3E3;
}
.contact-content .contact-us .us-content {
  color: #666;
  font-size: 14px;
  line-height: 30px;
  padding-top: 10px;
}
.contact-content .contact-us textarea {
  width: 285px;
  height: 200px;
  margin-top: 20px;
}
.contact-content .contact-us .bott {
  width: 98px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  border-radius: 30px;
  border: 1px solid #E3E3E3;
  text-align: center;
  margin-top: 30px;
  margin-left: 70px;
}
.contact-content #contentMap {
  width: 700px;
  height: 600px;
  margin-left: 30px;
  float: left;
}
