* {
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
  cursor: pointer;
}
.banner {
  background: url(../images/banner_bg.png) no-repeat center center;
  height: 500px;
  min-width: 1200px;
  background-size: cover;
  position: relative;
}
.banner .main {
  height: 100%;
}
.banner .main .ba1 {
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-50%) !important;
}
.banner_btn {
  position: absolute;
  bottom: 49px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}
.banner .main .ba2 {
  width: 259px;
  margin-right: 237px;
}
.banner .main .ba3 {
  width: 259px;
}
.part1 {
  height: 560px;
  background: #fff;
  padding-bottom: 60px;
  text-align: center;
}
.part1 form {
  width: 635px;
  margin: 0 auto;
}
.part1 form .input1,
.part1 form .input2 {
  width: 100%;
  height: 70px;
  background-color: #f7f7f7;
  border-radius: 20px;
  padding-left: 28px;
  font-size: 20px;
  color: #d6d6e1;
}
.part1 form .tips {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #4b4b4b;
  padding: 20px 0 39px 0;
  text-align: left;
}
.part1 form .input3 {
  width: 635px;
  height: 70px;
  background-color: #4b8ffe;
  border-radius: 20px;
  font-size: 26px;
  color: #ffffff;
}
.title {
  margin-top: 50px;
}
.title_small {
  padding-top: 20px;
  font-size: 24px;
}
.part2 {
  width: 100%;
  height: 991px;
  background: url(../images/part2_bg.png) no-repeat center center;
  background-size: 100% 100%;
  text-align: center;
}
.part2 a {
  width: 635px;
  height: 70px;
  line-height: 70px;
  background-color: #f56620;
  border-radius: 20px;
  font-size: 26px;
  color: #fff;
  display: inline-block;
}
.part3 {
  height: 663px;
  text-align: center;
}
.part4 {
  height: 588px;
  background-color: #2d7cff;
  text-align: center;
}
.part4 .con {
  width: 1224px;
  height: 411px;
  background: url(../images/part4_bg.png) no-repeat;
  margin: 0 auto;
  margin-top: 50px;
}
.part4 .con form {
  margin: 0 auto;
  padding: 178px 53px 0 77px;
}
.part4 .con form .input1,
.part4 .con form .input2 {
  width: 537px;
  height: 70px;
  background-color: #ffffff;
  border-radius: 20px;
  border: solid 1px #dcdcdc;
  padding-left: 28px;
  font-size: 20px;
  color: #d6d6e1;
  box-sizing: border-box;
}
.part4 .con form .input3 {
  width: 635px;
  height: 70px;
  background-color: #4b8ffe;
  border-radius: 20px;
  font-size: 26px;
  color: #ffffff;
  margin-top: 30px;
}
.part5 {
  text-align: center;
}
.part5 .table {
  width: 1200px;
  height: 602px;
  margin: 50px auto 0;
  position: relative;
}
.part5 .table img {
  width: 100%;
  height: 100%;
}
.part5 .table .table_con a {
  display: inline-block;
  width: 266px;
  height: 44px;
  background-color: #f56620;
  border-radius: 22px;
  font-size: 18px;
  color: #ffffff;
  line-height: 44px;
  position: absolute;
  right: 20px;
}
.part5 .btn {
  display: inline-block;
  width: 635px;
  height: 70px;
  line-height: 70px;
  background-color: #f56620;
  border-radius: 20px;
  font-size: 26px;
  color: #ffffff;
  margin: 50px 0;
}
.part6 {
  text-align: center;
  background-color: #f7f7f7;
}
.part6 .btn {
  display: inline-block;
  width: 635px;
  height: 70px;
  line-height: 70px;
  background-color: #4b8ffe;
  border-radius: 20px;
  font-size: 26px;
  color: #ffffff;
  margin: 50px 0;
}
