html,
body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}
.wrap {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
#header {
  width: 100%;
  height: 70px;
  display: flex;
}
#header ul {
  flex: 1;
  height: 70px;
  display: flex;
  background: #7db4c2;
}
#header ul li {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 20px;
  margin-right: 20px;
}
#header ul li a {
  margin: 0 20px;
  color: #fff;
  font-size: 20px;
}
section {
  flex: 1;
}
.bannerSwiper {
  width: 100%;
  height: auto;
}
.bannerSwiper .swiper {
  width: 100%;
  height: auto;
}
.swiper-slide img {
  width: 100%;
  height: auto;
}
.homeSchool {
  width: 100%;
  display: flex;
  margin: 70px 0;
}
.homeSchool .left {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.homeSchool .left a > img {
  display: block;
  margin-right: 50px;
}
.homeSchool .right {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.homeSchool .right a > img {
  display: block;
  margin-left: 50px;
}
footer {
  width: 100%;
  height: 148px;
  background: red;
  display: flex;
}
footer .footerCon {
  width: 100%;
  height: 148px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
}
footer .footerCon a {
  color: #000;
}
