.banner {
  height: 1006px;
  background-image: url('../images/ke/banner.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #F5F7FA;
}
body {
  overflow-x: hidden;
}
.banner .basic-width {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.banner .desc {
  padding: 0 32px;
  height: 46px;
  line-height: 46px;
  border-radius: 130px;
  margin-top: 18px;
  font-size: 16px;
  background: linear-gradient(90deg, rgba(244, 244, 244, 0.3) 0%, rgba(14, 112, 255, 0.3) 100%);
}
.banner h3 {
  font-weight: 500;
  font-size: 48px;
  margin-left: -21px;
}
.banner .page-title {
  padding-top: 104px;
  display: flex;
  align-items: center;
}
.banner .info-text {
  text-align: center;
  font-size: 18px;
  line-height: 33px;
  margin-top: 52px;
  color: #000;
}
.info-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  margin-top: 22px;
}
.info-list .item-info {
  padding: 45px 17px 19px 24px;
  height: 160px;
  background-color: #fff;
  border-radius: 10px;
}
.info-list .item-info .title {
  display: flex;
  align-items: center;
  font-size: 20px;
}
.info-list .item-content {
  margin-top: 25px;
  line-height: 27px;
  font-size: 14px;
  color: #5D6B80;
}
.why-select {
  text-align: center;
  height: 1190px;
}
.why-select h3 {
  padding-top: 77px;
  font-size: 30px;
  font-weight: 500;
}
.why-select .select-list {
  margin-top: 45px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
.why-select .select-list .item-select {
  height: 444px;
  background-color: #F5F7FA;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.why-select .select-list .item-select .left-info-text {
  text-align: left;
  padding-left: 65px;
  padding-top: 65px;
}
.why-select .select-list .item-select .left-info-text h5 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 7px;
}
.why-select .select-list .item-select .left-info-text p {
  font-size: 14px;
  color: #5D6B80;
  line-height: 27px;
}
.why-select .select-list .item-select .right-img {
  padding-right: 32px;
  padding-bottom: 32px;
  display: flex;
  justify-content: flex-end;
}
.advantage {
  height: 979px;
  background-color: #F5F7FA;
  text-align: center;
}
.advantage .title {
  padding-top: 102px;
  font-size: 30px;
  font-weight: 500;
}
.advantage .advantage-warp {
  display: flex;
  justify-content: space-between;
  margin-top: 108px;
}
.advantage .right-list {
  flex: 1;
  margin-left: 149px;
}
.advantage .right-list .item-list {
  height: 134px;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding-left: 30px;
  box-shadow: 15px 25px 60px -5px rgba(0, 0, 0, 0.1);
}
.advantage .right-list .item-list .text {
  text-align: left;
  padding-left: 28px;
}
.advantage .right-list .item-list .text h3 {
  font-size: 20px;
  margin-bottom: 8px;
}
.advantage .right-list .item-list .text p {
  font-size: 14px;
  color: #78828F;
  line-height: 22px;
}
.advantage .right-list .item-list + .item-list {
  margin-top: 28px;
}
.suit {
  text-align: center;
  background-color: #fff;
  margin-bottom: 40px;
}
.suit h3 {
  padding-top: 82px;
  font-size: 45px;
  font-weight: 500;
}
.suit .business-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 35px;
  margin-top: 55px;
}
.suit .business-list .item-business img {
  width: 100%;
}
.suit .business-list .item-business p {
  margin-top: 10px;
}