.banner {
  width: 100%;
  height: 520px;
  margin-bottom: 40px;
  background-image: url(https://img.360chief.com/dmk/5969454250136632.png);
  background-position: 50% 50%;
  background-size: 1920px 520px;
  background-repeat: no-repeat;
}
.job-section {
  position: relative;
  width: 939px;
  height: 635px;
  margin: 110px auto 8px;
  text-align: center;
}
.job-section p {
  margin-bottom: 34px;
  font-size: 38px;
  line-height: 53px;
  text-align: center;
  color: #444444;
}
.job-section ul > li {
  position: absolute;
  font-size: 28px;
  line-height: 39px;
  color: #444444;
  font-weight: 400;
}
.job-section ul .li-one {
  top: 193px;
  left: 16px;
}
.job-section ul .li-two {
  right: 15px;
  top: 193px;
}
.job-section ul .li-three {
  left: 0;
  bottom: 135px;
}
.job-section ul .li-four {
  right: 0;
  bottom: 135px;
}
.job-section figure {
  width: 548px;
  height: 548px;
  margin: 0 auto;
}
.form-section {
  width: 100%;
  height: 836px;
  background: #F8F8F8;
  overflow: hidden;
}
.form-section .form-wrapper {
  height: 556px;
  width: 1200px;
  margin: 140px auto 0;
  padding: 74px 90px 80px;
  text-align: center;
  box-sizing: border-box;
  background: #FFFFFF;
  box-shadow: 0px 16px 60px rgba(0, 0, 0, 0.1);
}
.form-section header {
  text-align: center;
}
.form-section header span {
  font-size: 14px;
  line-height: 17px;
  color: #999999;
}
.form-section header p {
  margin-top: 3px;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 30px;
  line-height: 42px;
  color: #06050F;
}
.form-section header em {
  font-size: 14px;
  line-height: 20px;
  color: #999999;
}
.form-section form {
  margin-top: 62px;
  text-align: center;
}
.form-section form .form-content {
  display: flex;
}
.form-section form .form-content p {
  width: 460px;
}
.form-section form .form-content p > input,
.form-section form .form-content p > textarea {
  width: 100%;
  height: 34px;
  padding: 0 10px;
  background: #FFFFFF;
  border: 1px solid #E2E7ED;
  box-sizing: border-box;
  outline: none;
}
.form-section form .form-content p > span {
  font-size: 14px;
  line-height: 20px;
  color: #373D4F;
}
.form-section form .form-content .form-name {
  margin-right: 100px;
  text-align: left;
}
.form-section form .form-content .form-name .name {
  margin-bottom: 30px;
}
.form-section form .form-content .form-word {
  text-align: left;
}
.form-section form .form-content .form-word > textarea {
  height: 128px;
  padding: 10px;
  resize: none;
}
.form-section button {
  width: 160px;
  height: 40px;
  margin-top: 49px;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  color: #FFFFFF;
  background: #295045;
  cursor: pointer;
}
