.qubanner {
  height: 500px;
  padding-top: 24px;
  color: #fff;
  background: url(../image/2_02.jpg) center no-repeat #565f84;
  box-sizing: border-box;
}
.qubanner .centent {
  display: flex;
  align-items: center;
  padding: 0 90px;
}
.qubanner .centent .pic {
  margin-right: 70px;
}
.qubanner .centent .pic img {
  width: 100%;
}
.qubanner .centent .rightcen {
  flex: 1;
}
.qubanner .centent .rightcen .kuner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.qubanner .centent .rightcen .kuner .name {
  font-size: 48px;
  color: #fff;
}
.qubanner .centent .rightcen .kuner .name:hover {
  color: #d64e4e;
}
.qubanner .centent .rightcen .kuner .btn {
  display: block;
  width: 185px;
  line-height: 48px;
  text-align: center;
  border-radius: 40px;
  font-size: 18px;
  background-color: #fff;
  color: #d64e4e;
}
.qubanner .centent .rightcen .kuner .btn:hover {
  color: #fff;
  background-color: #d64e4e;
}
.qubanner .centent .rightcen h4 {
  font-size: 24px;
  padding: 20px 0;
}
.qubanner .centent .rightcen .brdge a {
  display: inline-block;
  font-size: 18px;
  background-color: #fff;
  border-radius: 5px;
  line-height: 48px;
  width: 118px;
  text-align: center;
  color: #333;
  margin: 0 15px 20px 0;
}
.qubanner .centent .rightcen .brdge a:hover {
  background-color: #d64e4e;
  color: #fff;
}
.qubanner .centent .rightcen p {
  font-size: 20px;
  line-height: 36px;
}
.form {
  background-color: #fff;
  position: relative;
  z-index: 9;
  border-radius: 10px;
  margin-top: -15px;
  padding: 0 16px;
  overflow: hidden;
  box-shadow: 0 0 15px #e2e2e2;
}
.form .hd {
  padding: 20px 0;
  color: #a3a3a3;
  display: flex;
}
.form .hd .icon {
  display: inline-block;
  width: 42px;
  height: 35px;
  background: url(../image/3_06.png) center no-repeat;
  margin-right: 20px;
  vertical-align: middle;
}
.form .hd .put {
  flex: 1;
}
.form .hd .put textarea {
  font-size: 16px;
  height: 35px;
  padding: 10px 0 0;
  transition: all 0.3s;
  width: 100%;
  resize: none;
  font-family: inherit;
  border: 0;
  outline: none;
  box-sizing: border-box;
}
.form .hd .put textarea:focus {
  height: 110px;
}
.form .hd .textareaTotal {
  padding-top: 12px;
}
.form .bod {
  padding: 20px 0;
  border-top: 1px solid #eee;
}
.form .bod select {
  display: inline-block;
  position: relative;
  margin-right: 30px;
  margin-bottom: 15px;
  background: url(../image/jt.png) right center no-repeat;
  border: 0;
  outline: none;
  -webkit-appearance: none;
  padding-right: 20px;
}
.form .fot {
  display: flex;
  align-items: center;
}
.form .fot .but {
  width: 140px;
  height: 50px;
  color: #fff;
  background-color: #4a92ff;
  border: 1px solid #4a92ff;
  font-size: 16px;
  border-radius: 30px;
  cursor: pointer;
  outline: none;
}
.form .fot .but:hover {
  background-color: #fff;
  color: #4a92ff;
}
.form .fot .fotmsg {
  flex: 1;
  font-size: 16px;
}
.form .fot .fotmsg .fotbox {
  background-image: linear-gradient(to right, #fff, #c3daf5);
  display: flex;
  align-items: center;
  line-height: 50px;
  padding: 0 40px;
  border-radius: 5px;
  font-size: 12px;
}
.form .fot .fotmsg .fotbox .fottight {
  flex: 1;
}
.form .fot .fotmsg .fotbox .fottight span {
  font-size: 14px;
  color: #333;
  padding-left: 30px;
}
.form .fot .fotmsg .fotbox .fottight span img {
  vertical-align: middle;
}
@media (max-width: 768px) {
  .qubanner {
    height: auto;
    padding-bottom: 80px;
    background: url(../image/2_02.jpg) no-repeat #565f84;
    background-size: cover;
  }
  .qubanner .centent {
    display: block;
    padding: 0;
  }
  .qubanner .centent .pic {
    width: 300px;
    margin: 0 auto;
    flex: 0 0 auto;
  }
  .qubanner .centent .rightcen .kuner {
    margin-top: 20px;
  }
  .qubanner .centent .rightcen .kuner .name {
    font-size: 30px;
  }
  .qubanner .centent .rightcen h4 {
    font-size: 18px;
  }
  .qubanner .centent .rightcen .brdge {
    text-align: center;
  }
  .qubanner .centent .rightcen .brdge a {
    margin: 0;
  }
  .qubanner .centent .rightcen .brdge a:hover {
    background-color: #d64e4e;
    color: #fff;
  }
  .qubanner .centent .rightcen p {
    font-size: 14px;
    margin-top: 10px;
  }
  .form .fot {
    display: block;
  }
  .form .fot .but {
    width: 100%;
  }
  .form .fot .fotmsg {
    margin-top: 20px;
  }
  .form .fot .fotmsg .fotbox {
    display: block;
    line-height: 30px;
    padding: 20px;
    background: #c3daf5;
  }
  .form .fot .fotmsg .fotbox .fottight {
    text-align: center;
  }
  .form .fot .fotmsg .fotbox .fottight span {
    padding: 0 10px;
  }
  .form .fot .fotmsg .fotbox .ret {
    margin-top: 10px;
  }
}
