* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  background-color: #ffffff;
}
.banner {
  width: 100%;
  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;
  margin: 0;
}
.banner .text h1 span {
  background: linear-gradient(116deg, #2341AB 0%, #925B5E 51%, #EF711D 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.banner .text p {
  width: 731px;
  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;
}
h1 {
  margin: 0 auto;
  font-weight: bold;
  font-size: 42px;
  color: #000000;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-bottom: 19px;
  margin-top: 100px;
}
h3 {
  margin: 0 auto;
  font-weight: 400;
  font-size: 18px;
  color: #AAAAAA;
  line-height: 13px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-top: 30px;
  margin-bottom: 50px;
}
.modeContainer {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 30px;
}
.modeContainer .mode {
  background-color: #f9fafb;
  border-radius: 10px;
  padding: 15px;
}
.modeContainer .mode h2 {
  font-size: 18px;
  margin: 20px 0;
}
.modeContainer .mode p {
  font-size: 14px;
  color: #AAAAAA;
  line-height: 20px;
  margin-bottom: 20px;
}
.projectBox {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 30px;
}
.projectBox .project {
  border: 1px solid #E5E5E5;
  border-radius: 10px;
  padding-bottom: 15px;
  position: relative;
  overflow: hidden;
}
.projectBox .project > span {
  position: absolute;
  left: 15px;
  top: 200px;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.projectBox .project > img {
  width: 100%;
  height: 245px;
  transition: transform 0.3s ease, filter 0.3s ease;
  transform-origin: center center;
}
.projectBox .project > img:hover {
  filter: brightness(0.8) contrast(1.1);
  transform: scale(1.1);
  cursor: pointer;
}
.projectBox .project p {
  padding: 0 15px;
  margin: 20px 0;
  font-weight: 400;
  font-size: 13px;
  color: #AAAAAA;
  line-height: 13px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.projectBox .project .bottom {
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
}
.projectBox .project .bottom span {
  font-size: 13px;
  color: #AAAAAA;
}
.projectBox .project .bottom button {
  background-color: #FFFFFF;
  border: none;
  color: #165dff;
}
.processBox {
  background-color: #e8eefa;
  padding: 1px 0;
  padding-bottom: 30px;
  margin-top: 20px;
}
.processBox .process {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 30px;
  position: relative;
}
.processBox .process .item {
  padding: 30px 10px;
  background-color: #FFFFFF;
  border-radius: 10px;
  z-index: 1;
}
.processBox .process .item .number {
  width: 45px;
  height: 45px;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #165dff;
  text-align: center;
  line-height: 45px;
  color: #FFFFFF;
}
.processBox .process .item h2 {
  font-size: 24px;
  text-align: center;
  margin: 20px 0;
}
.processBox .process .item p {
  font-weight: 400;
  font-size: 13px;
  color: #AAAAAA;
  line-height: 13px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.processBox .process::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #bdd1fc;
  left: 0;
  top: 50%;
}
.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 5px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 24px;
}
.formContainer form label {
  display: inline-block;
  width: 260px;
}
.formContainer form input {
  width: 240px;
  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: 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;
  margin-bottom: 10px;
}
.formContainer form #agree span {
  color: #165DFF;
}
.formContainer form #submit {
  width: 100%;
  margin: 0 auto;
  height: 40px;
  background-color: #165dff;
  color: #ffffff;
  cursor: pointer;
}
