#contactUs .c_con {
  padding-top: 59px;
  opacity: 0;
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#contactUs .c_con:after {
  content: "";
  display: block;
  clear: both;
}
#contactUs .c_con .text {
  float: left;
}
#contactUs .c_con .text h3 {
  margin-bottom: 16px;
  font-size: 24px;
  color: #222;
}
#contactUs .c_con .text ul li {
  /* display: flex;
          flex-wrap: nowrap;
          justify-content: left;*/
  margin-bottom: 21px;
}
#contactUs .c_con .text ul li span {
  margin-right: 10px;
  display: inline-block;
  width: 25px;
  height: 30px;
  vertical-align: middle;
}
#contactUs .c_con .text ul li p {
  display: inline-block;
  font-size: 14px;
  line-height: 28px;
}
#contactUs .c_con .text ul li:nth-child(1) span {
  background: url("../images/contactUs_4.png") no-repeat center center / cover;
}
#contactUs .c_con .text ul li:nth-child(2) span {
  background: url("../images/contactUs_5.png") no-repeat center center / cover;
}
#contactUs .c_con .text ul li:nth-child(3) span {
  background: url("../images/contactUs_6.png") no-repeat center center / cover;
}
#contactUs .c_con .text ul li:nth-child(4) span {
  background: url("../images/contactUs_7.png") no-repeat center center / cover;
}
#contactUs .c_con .gz {
  float: left;
  width: 230px;
  margin-left: 186px;
}
#contactUs .c_con .gz h3 {
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 30px;
  color: #222222;
}
#contactUs .c_con .gz p {
  font-size: 14px;
  line-height: 32px;
  color: #666666;
}
#contactUs .c_con .gz .images {
  margin-top: 15px;
  width: 148px;
  height: 148px;
  background-color: #ffffff;
  border: solid 1px #cccccc;
}
#contactUs .c_con .message {
  float: right;
  width: 660px;
  margin-left: 175px;
}
#contactUs .c_con .message .text h3 {
  font-size: 24px;
  line-height: 30px;
  color: #222222;
}
#contactUs .c_con .message .text p {
  font-size: 14px;
  line-height: 32px;
  color: #666666;
}
#contactUs .c_con .message .form form {
  padding-bottom: 58px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#contactUs .c_con .message .form form .i_wrap {
  margin-top: 18px;
  width: 48.5%;
  height: 44px;
  padding: 7px 10px;
  box-sizing: border-box;
  font-size: 18px;
  color: #999;
  border-radius: 0;
  border: solid 1px #999;
}
#contactUs .c_con .message .form form .i_wrap span {
  display: inline-block;
  width: 28px;
  height: 28px;
}
#contactUs .c_con .message .form form .i_wrap input {
  width: 85%;
  font-size: 15px;
  line-height: 24px;
  border: 0;
  vertical-align: super;
  outline: none;
}
#contactUs .c_con .message .form form .i_wrap:nth-child(1) span {
  background: url("../images/contactUs_2.png") no-repeat center center / cover;
}
#contactUs .c_con .message .form form .i_wrap:nth-child(2) span {
  background: url("../images/contactUs_3.png") no-repeat center center / cover;
}
#contactUs .c_con .message .form form textarea {
  margin-top: 10px;
  padding: 13px 16px;
  width: 100%;
  resize: none;
  font-size: 15px;
  line-height: 24px;
  outline: none;
}
#contactUs .c_con .message .form form .btn {
  width: 100%;
}
#contactUs .c_con .message .form form .btn button {
  margin-top: 10px;
  width: 180px;
  height: 50px;
  font-size: 16px;
  color: #fff;
  border: 0;
  background-color: #e81320;
}
@media (max-width: 1600px) {
  #contactUs .c_con .message .text p,
  #contactUs .c_con .gz p {
    line-height: 24px;
  }
  #contactUs .c_con .gz {
    margin-left: 11%;
  }
  #contactUs .c_con .message {
    float: right;
    width: 529px;
    margin-left: 2%;
  }
}
@media (max-width: 1200px) {
  #contactUs .c_con .gz {
    margin-left: 14%;
  }
  #contactUs .c_con .message {
    margin-top: 20px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  #container {
    width: 100% !important;
  }
  .contactUs .message .form form .i_wrap input {
    width: 81%;
  }
}
@media (max-width: 767px) {
  /* .contactUs .c_con {
    padding-top: 30px;
  }
  .contactUs .c_con .text h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .contactUs .c_con .text ul li{
    margin-bottom: 16px;
  }
  .contactUs .c_con .text ul li p {
    font-size: 13px;
  }

  .contactUs .message {
    padding-top: 20px;
  }
  .contactUs .message .text h3 {
    font-size: 22px;
  }
  .contactUs .message .form form .i_wrap {
    margin-top: 24px;
    width: 100%;
    height:46px;
    padding:4px 10px;
  }
  .contactUs .message .text p {
    margin-top: 12px;
    font-size: 13px;
  }*/
  #contactUs .c_con .message .form form {
    padding-bottom: 30px;
  }
  #contactUs .c_con .text h3,
  #contactUs .c_con .gz h3,
  #contactUs .c_con .message .text h3 {
    font-size: 22px;
  }
  #contactUs .c_con .text ul li span {
    vertical-align: top;
  }
  #contactUs .c_con .text ul li p {
    max-width: 84%;
  }
  #contactUs .c_con .gz {
    margin-left: 0;
  }
  #contactUs .c_con .message .form form .i_wrap {
    width: 100%;
  }
  #contactUs .c_con .message .form form .btn button {
    width: 100%;
  }
  #container {
    height: 300px !important;
  }
}
/*

.contactUs .message .title h3 {
  padding-top: 40px;
}
.contactUs .message .title .form form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 58px;
}
.contactUs .message .title .form form input {
  display: block;
  margin-top: 32px;
  width: 30.84%;
  height: 52px;
  padding: 10px;
  box-sizing: border-box;
  font-size: 18px;
  color: #999;
  border-radius: 0;
  border: solid 1px #cdcdcd;
}
.contactUs .message .title .form form textarea {
  display: block;
  margin-top: 28px;
  padding: 20px;
  width: 100%;
  font-size: 20px;
  color: #999;
  resize: none;
  border: solid 1px #cdcdcd;
  border-radius: 0px;
}
.contactUs .message .title .form form button {
  margin-top: 52px;
  width: 370px;
  height: 52px;
  color: #fff;
  border: 0;
  outline: none;
  cursor: pointer;
  font-size: 14px;
  background-color: #1a3668;
}*/
@media (max-width: 1024px) {
  /* .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%;
  }*/
}
@media (max-width: 767px) {
  /*  .contactUs .con {
    padding-top: 25px;
  }
  .contactUs .con ul li {
    width: 100%;
  }
  .contactUs .message .title .form form input {
    width: 100%;
  }
  .contactUs .con div p,
  .contactUs .message .title .form form input,
  .contactUs .message .title .form form textarea,
  .contactUs .message .title .form form button {
    margin: 10px 0!important;
  }
  h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .contactUs .con ul {
    padding-top: 26px;
  }
  .contactUs .message .title .form input,
  .contactUs .message .title .form textarea,
  .contactUs .message .title .form button {
    padding: 8px;
    font-size: 14px;
  }
  .contactUs .con ul li i {
    width: 20px;
    height: 20px;
  }
  .contactUs .con ul li span {
    font-size: 14px;
  }*/
}
/*# sourceMappingURL=contactUs.css.map */