.contact-page .banner {
  width: 100%;
  height: 350px;
  background: url("") no-repeat center;
  background-size: cover;
}
.contact-page .contact-cont .contact-cont-left,
.contact-page .contact-cont .contact-cont-right {
  width: 50%;
  float: left;
  margin-top: 45px;
}
.contact-page .contact-cont .contact-cont-left h3,
.contact-page .contact-cont .contact-cont-right h3 {
  font-size: 18px;
  color: #4c4c4e;
  margin-bottom: 20px;
}
.contact-page .contact-cont .contact-cont-left p,
.contact-page .contact-cont .contact-cont-right p {
  font-size: 14px;
  color: #4c4c4e;
  line-height: 30px;
}
.contact-page .contact-cont .contact-cont-right {
  box-sizing: border-box;
  padding-left: 72px;
}
.contact-page .contact-cont .contact-cont-left img {
  margin-bottom: 12px;
}
.contact-page .contact-cont .cooperate-cont {
  margin-top: 30px;
}
.contact-page .contact-cont .contact-icon {
  font-size: 20px;
  color: #ccc;
  margin-right: 10px;
  vertical-align: middle;
}
.contact-page .contact-form {
  width: 480px;
  margin: 0 auto;
}
.contact-page .contact-form .form-item {
  margin-top: 20px;
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
  color: #333333;
  font-size: 14px;
  transition: all 0.3s;
}
.contact-page .contact-form .form-item:hover {
  border: 1px solid #b2b2b2;
  /*color: #8D8D8D;*/
}
.contact-page .contact-form .form-item input {
  height: 48px;
  width: 235px;
  padding: 0 20px;
  background: #fff;
  border: 0;
  outline: none;
  display: inline-block;
  font-size: 14px;
  line-height: 48px;
}
.contact-page .contact-form .form-item textarea {
  width: 430px;
  height: 110px;
  padding: 20px;
  border: 0;
  outline: none;
  resize: none;
}
.contact-page .contact-form .btns {
  text-align: center;
  margin-top: 20px;
}
.contact-page .contact-form .btns button {
  width: 120px;
  height: 40px;
  line-height: 40px;
  outline: none;
  border: none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
}
.contact-page .contact-form .btns .submit {
  background: #F96D17;
}
.contact-page .contact-form .btns .reset {
  margin-left: 20px;
  background: #e1e1e1;
  color: #333;
}
