.contactUs .con {
  padding-top: 79px;
}
.contactUs .con h3 {
  text-align: left;
  font-size: 30px;
  font-weight: 700;
}
.contactUs .con .call {
  padding-top: 40px;
  padding-bottom: 11px;
}
.contactUs .con .call p {
  float: left;
  width: 50%;
  display: flex;
  margin-bottom: 29px;
}
.contactUs .con .call p:nth-child(1) i {
  background: url("../images/contactUs_03.png") no-repeat top left / 100%;
}
.contactUs .con .call p:nth-child(2) i {
  background: url("../images/contactUs_04.png") no-repeat top left / 100%;
}
.contactUs .con .call p:nth-child(3) i {
  background: url("../images/contactUs_08.png") no-repeat top left / 100%;
}
.contactUs .con .call p:nth-child(4) i {
  background: url("../images/contactUs_06.png") no-repeat top left / 100%;
}
.contactUs .con .call p i {
  display: inline-block;
  width: 25px;
  height: 25px;
  vertical-align: middle;
}
.contactUs .con .call p span {
  display: block;
  padding-left: 19px;
  font-size: 16px;
  line-height: 24px;
}
.contactUs .message {
  width: 40%;
  float: right;
}
.contactUs .message .title h3 {
  position: relative;
  padding-bottom: 32px;
  font-size: 32px;
  text-align: center;
}
.contactUs .message .title h3:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -25px;
  content: "";
  display: block;
  clear: both;
  width: 50px;
  height: 2px;
  background-color: #999;
}
.contactUs .message .title .form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 73px;
}
.contactUs .message .title .form input {
  display: block;
  margin-top: 20px;
  padding: 0 26px;
  width: 100%;
  height: 50px;
  font-size: 18px;
  font-weight: 600;
  line-height: 50px;
  box-sizing: border-box;
  color: #999;
  border-radius: 0;
  border: solid 1px #cdcdcd;
  background-color: #fff;
}
.contactUs .message .title .form textarea {
  display: block;
  margin-top: 20px;
  padding: 20px 20px 10px;
  width: 100%;
  color: #999;
  resize: none;
  font-family: Arial, 'MicrosoftYaHei';
  font-size: 18px;
  font-weight: 600;
  border: solid 1px #cdcdcd;
  background-color: #fff;
}
.contactUs .message .title .form button {
  margin-top: 20px;
  width: 100%;
  height: 54px;
  color: #fff;
  border: 0;
  outline: none;
  cursor: pointer;
  font-size: 16px;
  background-color: #015093;
}
#container {
  width: 55%;
  float: left;
}
@media (max-width: 1100px) {
  .contactUs .con div {
    display: block;
  }
  .contactUs .con div p {
    width: 100%;
    margin-bottom: 30px!important;
  }
  .contactUs .message .title .form input {
    width: 100%;
  }
  .contactUs .message .title .form button {
    width: 100%;
  }
  .contactUs .message .title h3 {
    padding-bottom: 14px;
    font-size: 30px;
  }
  .contactUs .message .title .form input {
    margin-top: 15px;
    width: 100%;
    height: 44px;
    font-size: 15px;
    line-height: 44px;
  }
  .contactUs .message .title .form textarea {
    margin-top: 15px;
    padding: 12px 20px 10px;
    font-size: 15px;
  }
  .contactUs .message .title .form button {
    margin-top: 15px;
  }
  #container {
    width: 57%;
  }
}
@media (max-width: 992px) {
  #container {
    width: 100%;
    margin-bottom: 30px;
  }
  .contactUs .message {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .contactUs .message .title h3 {
    padding-bottom: 12px;
  }
  .contactUs .message .title .form {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .contactUs .message .title .form input {
    height: 42px;
    line-height: 42px;
  }
  .contactUs .con div p,
  .contactUs .message .title .form input,
  .contactUs .message .title .form textarea,
  .contactUs .message .title .form button {
    margin: 10px 0 0!important;
  }
  .contactUs .con h3,
  .contactUs .message .title h3:nth-child(1),
  .contactUs .message .title h3:nth-child(2) {
    font-size: 20px;
    line-height: 30px;
  }
  .contactUs .message .title .form input,
  .contactUs .message .title .form textarea,
  .contactUs .message .title .form button {
    padding: 8px;
    font-size: 14px;
  }
  .contactUs .con div {
    padding-top: 0;
  }
  .contactUs .con {
    padding-top: 30px;
  }
  .contactUs .con .call {
    padding-top: 20px;
  }
  .contactUs .con div p i {
    width: 20px;
    height: 20px;
  }
  .contactUs .con .call p span,
  .contactUs .con div p span {
    font-size: 14px;
  }
  .contactUs .con .call p {
    width: 100%;
  }
}
/* sourceMappingURL=contactUs.css.map */
