* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.banner {
  width: 100%;
  min-width: 1200px;
  height: 526px;
  background-image: url(img/banner.png);
  background-size: 100% 100%;
}
.banner .text {
  width: 1200px;
  margin: 0 auto;
}
.banner .text h1 {
  padding-top: 142px;
  font-weight: bold;
  font-size: 46px;
  color: #000000;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.banner .text h1 span {
  background: linear-gradient(0deg, #2341AB 0%, #925B5E 51%, #EF711D 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.banner .text p {
  font-weight: 400;
  font-size: 18px;
  color: #4575C4;
  line-height: 36px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin: 30px 0;
}
.banner .text button {
  height: 50px;
  background: #FFFFFF;
  border-radius: 57px;
  border: none;
  padding: 0 20px;
  font-weight: 400;
  font-size: 16px;
  color: #2E7D32;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-right: 30px;
}
.banner .text button.btn {
  background-color: transparent;
  border: 1px solid #2E7D32;
}
.process {
  background-color: #f1f5f9;
  padding-top: 60px;
  padding-bottom: 30px;
  min-width: 1200px;
}
.process > h2 {
  margin: 0 auto;
  width: 168px;
  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;
}
.process > p {
  margin: 0 auto;
  width: 357px;
  height: 26px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 17px;
  color: #AAAAAA;
  line-height: 26px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-top: 41px;
}
.process .processContainer {
  width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 8fr 1fr 8fr;
  gap: 75px;
  row-gap: 40px;
  margin-top: 40px;
  position: relative;
}
.process .processContainer h5 {
  font-size: 20px;
}
.process .processContainer p {
  color: #555555;
}
.process .processContainer .left {
  text-align: right;
}
.process .processContainer .right {
  text-align: left;
}
.process .processContainer .number {
  width: 50px;
  height: 50px;
  background-color: #2341AB;
  border-radius: 50%;
  color: #FFFFFF;
  text-align: center;
  line-height: 50px;
  margin: 0 auto;
  margin-top: 25%;
  z-index: 1;
}
.process .processContainer::before {
  content: "";
  position: absolute;
  background-color: #bfdbfe;
  width: 4px;
  height: 100%;
  left: 50%;
  z-index: 0;
  transform: translate(-50%, -5px);
}
.bottomContainer {
  padding-top: 30px;
}
.bottomContainer .buttonLink {
  margin: 0 auto;
  width: 207px;
  height: 52px;
  line-height: 52px;
  background: #165DFF;
  border-radius: 6px 6px 6px 6px;
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.bottomContainer h2 {
  margin: 0 auto;
  margin-top: 58px;
  width: 168px;
  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;
}
.bottomContainer > p {
  width: 459px;
  height: 26px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 17px;
  color: #AAAAAA;
  line-height: 26px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
}
.bottomContainer .itemBox {
  display: flex;
  width: 1200px;
  margin: 0 auto;
  gap: 20px;
}
.bottomContainer .itemBox .item {
  border: 1px solid #E5E5E5;
  border-radius: 20px;
}
.bottomContainer .itemBox .item img {
  width: 100%;
  height: 240px;
}
.bottomContainer .itemBox .item h5 {
  font-size: 20px;
  padding: 10px;
  margin-top: 30px;
}
.bottomContainer .itemBox .item span {
  padding: 10px;
  margin: 10px 0;
  color: #2848b1;
}
.bottomContainer .itemBox .item p {
  padding: 10px;
  margin-bottom: 30px;
  margin-top: 10px;
  color: #6382b3;
}
.formContainer {
  margin: 0 auto;
  margin-top: 20px;
  width: 1200px;
  height: 532px;
  background: #FFFFFF;
  box-shadow: 0px 4px 17px 0px rgba(0, 0, 0, 0.19);
  border-radius: 20px 20px 20px 20px;
  display: flex;
  margin-bottom: 30px;
}
.formContainer .left {
  width: 50%;
  height: 100%;
  background-color: #2057F9;
  border-radius: 20px 0px 0px 20px;
  padding-left: 26px;
  padding-top: 38px;
}
.formContainer .left h4 {
  font-weight: bold;
  font-size: 22px;
  color: #FFFFFF;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 28px;
}
.formContainer .left p {
  font-weight: 400;
  font-size: 13px;
  color: #FFFFFF;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 47px;
}
.formContainer .left > div {
  display: flex;
  height: 40px;
  margin-bottom: 20px;
}
.formContainer .left > div .img {
  width: 38px;
  height: 38px;
  margin-right: 5px;
}
.formContainer .left > div span {
  font-size: 16px;
  color: #ffffff;
}
.formContainer form {
  width: 50%;
  border: 1px solid #E5E5E5;
  box-shadow: 0px 0px 1px 1px rgba(3, 3, 3, 0.1);
  border-radius: 5px;
  padding: 24px;
}
.formContainer form .input_box {
  display: flex;
  margin-bottom: 20px;
  gap: 20px;
}
.formContainer form label {
  display: inline-block;
  width: 260px;
}
.formContainer form input {
  width: 100%;
  height: 50px;
  border-radius: 5px;
  border: 1px solid #E5E5E5;
  padding-left: 10px;
}
.formContainer form #type {
  width: 560px;
  height: 50px;
  border-radius: 5px;
  border: 1px solid #E5E5E5;
  padding-left: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.formContainer form #requext {
  padding: 20px;
  width: 560px;
  height: 80px;
  margin-top: 10px;
}
.formContainer form #agree {
  width: 13px;
  height: 13px;
  margin-right: 5px;
}
.formContainer form #agree span {
  color: #165DFF;
}
.formContainer form #submit {
  width: 100%;
  margin: 0 auto;
  height: 40px;
  background-color: #165dff;
  color: #ffffff;
  cursor: pointer;
}
.content {
  background-color: #fefefe;
  padding-top: 60px;
  padding-bottom: 30px;
}
.content > h2 {
  margin: 0 auto;
  width: 210px;
  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;
}
.content > p {
  margin: 0 auto;
  width: 357px;
  height: 26px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 17px;
  color: #AAAAAA;
  line-height: 26px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-top: 41px;
}
.content .itemBox {
  display: grid;
  width: 1200px;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  margin: 0 auto;
  margin-top: 50px;
}
.content .itemBox .item {
  width: 367px;
  height: 292px;
  background: #FFFFFF;
  box-shadow: 0px 3px 13px 0px rgba(82, 82, 82, 0.09);
  border-radius: 13px 13px 13px 13px;
  padding-top: 37px;
  padding-left: 30px;
  padding-right: 20px;
}
.content .itemBox .item h5 {
  margin-top: 30px;
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.content .itemBox .item p {
  font-weight: 400;
  font-size: 12px;
  color: #888888;
  line-height: 18px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin: 10px 0;
}
.content .itemBox .item ul {
  list-style: none;
}
.content .itemBox .item ul li {
  font-weight: 400;
  font-size: 12px;
  color: #AAAAAA;
  line-height: 18px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  padding: 3px 0;
}
