* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.banner {
  width: 100%;
  height: 462px;
  position: relative;
  background-color: #e4e8f4;
}
.banner .banleft {
  position: absolute;
  left: 0;
}
.banner .banright {
  position: absolute;
  right: 0;
}
.banner .bannerImg {
  width: 528px;
  height: 337px;
  position: absolute;
  top: 92px;
  left: 50%;
  transform: translateX(79px);
}
.banner div {
  width: 726px;
  position: absolute;
  left: 50%;
  top: 172px;
  transform: translateX(-80%);
}
.banner h1 {
  font-weight: bold;
  font-size: 50px;
  color: #000000;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.banner p {
  margin-top: 10px;
  width: 626px;
  font-weight: 400;
  font-size: 20px;
  color: #a1a3aa;
  line-height: 40px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.selectContainer {
  width: 100%;
  height: 600px;
  background: #F8F8F8;
  border-radius: 0px 0px 0px 0px;
  padding-top: 68px;
}
.selectContainer h1 {
  margin: 0 auto;
  font-weight: bold;
  font-size: 42px;
  color: #000000;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.selectContainer h3 {
  font-weight: 400;
  font-size: 17px;
  color: #AAAAAA;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-top: 24px;
}
.selectContainer .selectContent {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 20px;
  margin-top: 24px;
}
.selectContainer .selectContent .selectItem {
  width: 387px;
  height: 340px;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 5px;
}
.selectContainer .selectContent .selectItem > img {
  display: block;
}
.selectContainer .selectContent .selectItem h2 {
  font-size: 20px;
  margin: 5px 0;
}
.selectContainer .selectContent .selectItem .h3 {
  padding: 30px 0;
}
.selectContainer .selectContent .selectItem p {
  font-size: 14px;
  color: #666666;
  margin: 5px 0 ;
}
.formContainer {
  width: 100%;
  height: 1260px;
}
.formContainer h1 {
  width: 252px;
  height: 55px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 42px;
  color: #000000;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin: 0 auto;
  margin-top: 77px;
}
.formContainer h3 {
  width: 343px;
  height: 22px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 17px;
  color: #AAAAAA;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin: 0 auto;
  margin-top: 14px;
}
.formContainer form {
  width: 1200px;
  margin: 0 auto;
  border: 1px solid #E5E5E5;
  margin-top: 60px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 24px;
}
.formContainer form label {
  display: inline-block;
  width: 570px;
}
.formContainer form input {
  width: 550px;
  height: 50px;
  margin-right: 20px;
  border-radius: 5px;
  border: 1px solid #E5E5E5;
  padding-left: 10px;
  margin-top: 5px;
  margin-bottom: 20px;
}
.formContainer form #type {
  width: 1120px;
  height: 50px;
  border-radius: 5px;
  border: 1px solid #E5E5E5;
  padding-left: 10px;
  margin-top: 5px;
  margin-bottom: 20px;
}
.formContainer form #requext {
  padding: 20px;
  width: 1120px;
  height: 200px;
}
.formContainer form #agree {
  width: 13px;
  height: 13px;
}
.formContainer form #submit {
  width: 140px;
  height: 40px;
  background-color: #1e40af;
  color: #ffffff;
  margin-left: 500px;
  cursor: pointer;
}
