* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.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;
}
.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 {
  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;
}
.container {
  width: 100%;
  height: 100%;
  padding-top: 47px;
}
.container h2 {
  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: 30px;
}
.container h5 {
  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;
}
.teacherBox {
  width: 1200px;
  margin: 0 auto;
  height: 278px;
  background: #FFFFFF;
  box-shadow: 0px 4px 16px 0px rgba(5, 5, 5, 0.03);
  border-radius: 10px 10px 10px 10px;
  padding-top: 33px;
  padding-left: 24px;
  padding-right: 20px;
  display: flex;
}
.teacherBox .img {
  margin-right: 21px;
}
.teacherBox .content h3 {
  font-weight: bold;
  font-size: 26px;
  color: #333333;
  font-style: normal;
  text-transform: none;
}
.teacherBox .content > span {
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  color: #AAAAAA;
  line-height: 21px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin: 10px 0;
}
.teacherBox .content p {
  font-weight: 400;
  font-size: 17px;
  color: #777777;
  line-height: 26px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 15px;
}
.teacherBox .content .itemBox {
  display: flex;
  gap: 13px;
}
.teacherBox .content .itemBox .item {
  height: 72px;
  background: #FFFFFF;
  box-shadow: 0px 2px 6px 0px rgba(224, 224, 224, 0.73);
  border-radius: 5px 5px 5px 5px;
  flex: 1;
  padding-top: 14px;
}
.teacherBox .content .itemBox .item h4 {
  font-weight: bold;
  font-size: 20px;
  color: #1E40AF;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.teacherBox .content .itemBox .item span {
  display: block;
  font-weight: 400;
  font-size: 10px;
  color: #696969;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.zpBox {
  width: 1200px;
  margin: 0 auto;
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 20px;
  column-gap: 10px;
}
.zpBox .zp {
  position: relative;
}
.zpBox .zp img {
  width: 100%;
}
.zpBox .zp h4 {
  position: absolute;
  font-weight: bold;
  font-size: 20px;
  color: #FFFFFF;
  text-align: center;
  font-style: normal;
  text-transform: none;
  bottom: 53px;
  left: 12px;
}
.zpBox .zp p {
  position: absolute;
  font-weight: 400;
  font-size: 13px;
  color: #FFFFFF;
  line-height: 20px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  bottom: 25px;
  left: 25px;
}
.skillBox {
  width: 1200px;
  margin: 0 auto;
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 29px;
  column-gap: 44px;
}
.skillBox .skill {
  height: 138px;
  background: #FFFFFF;
  box-shadow: 0px 4px 6px 0px rgba(82, 82, 82, 0.06);
  border-radius: 14px 14px 14px 14px;
  border: 1px solid #E5E5E5;
  padding: 25px;
}
.skillBox .skill span {
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.skillBox .skill p {
  font-weight: 400;
  font-size: 14px;
  color: #868686;
  line-height: 21px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-top: 18px;
}
.process {
  padding-top: 60px;
  padding-bottom: 30px;
}
.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: 15px;
  row-gap: 20px;
  margin-top: 40px;
  position: relative;
}
.process .processContainer h5 {
  font-size: 20px;
}
.process .processContainer span {
  display: block;
  margin: 10px 0;
  color: #7c3aed;
}
.process .processContainer p {
  color: #555555;
}
.process .processContainer .left {
  text-align: right;
}
.process .processContainer .right {
  text-align: left;
}
.process .processContainer .number {
  width: 20px;
  height: 20px;
  background-color: #7c3aed;
  border-radius: 50%;
  color: #FFFFFF;
  text-align: center;
  line-height: 50px;
  margin: 0 auto;
  margin-top: 50%;
  z-index: 1;
}
.process .processContainer::before {
  content: "";
  position: absolute;
  background-color: #e6e7ec;
  width: 1px;
  height: 100%;
  left: 50%;
  z-index: 0;
  transform: translate(-50%, -5px);
}
.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;
}
