* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  background-color: #f2f3f5;
}
.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;
}
.zcContainer {
  width: 1200px;
  margin: 0 auto;
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 50px 30px;
}
.zcContainer h5 {
  font-weight: bold;
  font-size: 27px;
  color: #000000;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 35px;
}
.zcContainer p {
  font-weight: 400;
  font-size: 19px;
  color: #4E4E4E;
  line-height: 39px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 34px;
}
.zcContainer div {
  background-color: #f3f7ff;
  padding: 10px 20px;
  border-left: 3px solid #165dff;
}
.zcContainer div h5 {
  margin-bottom: 17px;
  font-size: 24px;
}
.zcContainer div p {
  margin-bottom: 10px;
}
.box {
  width: 1200px;
  margin: 0 auto;
  margin-top: 30px;
  display: flex;
  gap: 20px;
}
.box .up {
  flex: 1;
  background-color: #ffff;
  padding: 50px;
  border-radius: 10px;
}
.box .up h4 {
  font-size: 24px;
  margin-bottom: 20px;
}
.box .up .span {
  vertical-align: middle;
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
}
.box .up .span img {
  display: inline-block;
  width: 21px;
  vertical-align: middle;
  margin: 5px;
  margin-right: 10px;
}
.box .up .span p {
  font-size: 22px;
}
.down {
  width: 1200px;
  margin: 0 auto;
  margin-top: 30px;
  background-color: #ffff;
  padding: 50px;
  border-radius: 10px;
}
.down h2 {
  font-size: 24px;
  margin-bottom: 20px;
}
.down .itemBox {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}
.down .itemBox .item {
  display: flex;
  align-items: flex-start;
}
.down .itemBox .item img {
  width: 50px;
  margin-right: 10px;
}
.down .itemBox .item h4 {
  font-size: 18px;
  margin-bottom: 10px;
}
.down .itemBox .item p {
  font-size: 16px;
  color: #AAAAAA;
}
.bottomBox {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 30px;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}
.bottomBox .item {
  background-color: #ffff;
  padding: 20px;
  border-radius: 10px;
}
.bottomBox .item img {
  width: 60px;
  margin-right: 10px;
  margin-bottom: 15px;
}
.bottomBox .item h5 {
  font-size: 15px;
  margin-bottom: 10px;
}
.bottomBox .item p {
  font-size: 14px;
  margin-bottom: 10px;
  color: #8a8d96;
}
.bottomBox .item p img {
  width: 13px;
  margin: 0;
  margin-right: 5px;
}
