.Top_position .mainsVw {
  background: url('../images/contactUs_02.jpg') no-repeat center center / cover;
}
.contactUs{background: url("../images/contact.jpg")no-repeat center center/cover}
.contactUs .con {
  padding-top: 64px;
}
.contactUs .con h3 {
  position: relative;
  font-size: 34px;
  text-align: center;
  padding-bottom: 31px;
  color: #222;
}
.contactUs .con h3:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -25px;
  width: 50px;
  height: 2px;
  background-color: #d9d9d9;
}
.contactUs .con .con_box {
  margin-bottom: 20px;
}
.contactUs .con .call {
  float: left;
  width: 82.9%;
  padding-top: 46px;
}
.contactUs .con .call p {
  width: 49%;
  float: left;
  margin-bottom: 32px;
  font-size: 16px;
  color: #333;
}
.contactUs .con .call p .icon {
  width: 26px;
  margin-right: 10px;
  vertical-align: top;
}
.contactUs .con .call p span {
  display: inline-block;
}
.contactUs .con .call p span:nth-last-child(1) {
  width: 80%;
}
.contactUs .con .wx {
  float: right;
  width: 112px;
  margin-top: 34px;
}
.contactUs .message .title {
  margin-top: 62px;
}
.contactUs .message .title h3 {
  position: relative;
  margin-bottom: 4px;
  padding-bottom: 31px;
  font-size: 34px;
  text-align: center;
}
.contactUs .message .title h3:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -25px;
  width: 50px;
  height: 2px;
  background-color: #d9d9d9;
}
.contactUs .message .title .form {
  padding-bottom: 79px;
}
.contactUs .message .title .form .inp input {
  float: left;
  display: block;
  margin-top: 38px;
  margin-right: 89px;
  padding: 0 22px;
  width: 28.334%;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  box-sizing: border-box;
  color: #777;
  border-radius: 0;
  border: 0;
  background-color: #f3f3f3;
}
.contactUs .message .title .form .inp input:nth-last-child(1) {
  margin-right: 0;
}
.contactUs .message .title .form textarea {
  display: block;
  margin-top: 17px;
  padding: 20px 20px 16px;
  width: 100%;
  font-size: 16px;
  font-family: Arial, "Microsoft YaHei";
  line-height: 25px;
  color: #999;
  resize: none;
  border: 0;
  border-radius: 0;
  box-sizing: border-box;
  background-color: #f3f3f3;
}
.contactUs .message .title .form button {
  margin-top: 15px;
  width: 340px;
  height: 60px;
  color: #fff;
  border: 0;
  outline: none;
  cursor: pointer;
  font-size: 16px;
  background-color: #1481f1;
}
#container {
  width: 100%;
}
@media (max-width: 1200px) {
  .contactUs .con div {
    display: block;
  }
  .contactUs .con div p {
    width: 100%;
    margin-bottom: 30px!important;
  }
  .contactUs .message .title .form .inp input {
    margin-right: 7.5%;
  }
}
@media (max-width: 991px) {
  .contactUs .con .call p {
    font-size: 14px;
  }
  .contactUs .con div p {
    margin-bottom: 18px !important;
  }
  .contactUs .message .title {
    margin-top: 30px;
  }
  .contactUs .message .title .form .inp input {
    margin-top: 20px;
  }
  .contactUs .message .title .form .inp input {
    width: 30.334%;
    margin-right: 4.5%;
  }
}
@media (max-width: 767px) {
  #container {height: 300px!important;}
  .contactUs .con div p,
  .contactUs .message .title .form input,
  .contactUs .message .title .form textarea,
  .contactUs .message .title .form button {margin: 10px 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;
    padding-bottom: 13px;
  }
  .contactUs .con div {
    padding-top: 0;
  }
  .contactUs .message .title .form .inp input,
  .contactUs .message .title .form textarea,
  .contactUs .message .title .form button {
    width: 100%;
    padding: 8px;
    font-size: 14px;
  }
  .contactUs .message .title .form .inp input,
  .contactUs .message .title .form button {
    height: 40px;
    margin: 10px 0 0!important;
  }
  .contactUs .message .title .form {
    padding-bottom: 40px;
  }
  .contactUs .con {
    padding-top: 30px;
  }
  .contactUs .con .call {
    width: 100%;
    padding-top: 20px;
  }
  .contactUs .con .wx {
    display: none;
  }
  .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 */
