.banner {
  text-align: center;
}
.pic {
  padding: 50px 0;
}
.set1 {
  background: url(../img/school/BN.png) no-repeat center;
  background-position: bottom;
}
.set1 .cont {
  justify-content: space-between;
}
.set1 .cont .top-f {
  transition: 0.1s linear;
}
.set1 .cont .top-f:hover {
  transform: scale(1.05);
}
.set1 .cont .top-r {
  text-indent: 2rem;
  font-size: 16px;
  line-height: 30px;
}
.set1 .cont2 {
  padding: 50px 0;
  justify-content: space-between;
}
.set1 .cont2 .cen-f {
  text-align: center;
}
.set1 .cont2 .cen-f div {
  margin: 10px;
}
.set1 .cont2 .cen-f .cen-img {
  transition: 0.1s linear;
}
.set1 .cont2 .cen-f .cen-img:hover {
  transform: scale(1.05);
}
.set1 .cont2 .cen-r {
  margin: auto 0;
}
.set1 .cont2 .cen-r {
  transition: 0.1s linear;
}
.set1 .cont2 .cen-r:hover {
  transform: scale(1.05);
}
.set2 {
  background: url(../img/school/BN2.png) no-repeat center;
  background-position: bottom;
  padding: 50px 0;
}
.set2 .list {
  justify-content: space-between;
}
.set2 .list .item {
  height: 280px;
  margin: 0 10px;
}
.set2 .list .item .des {
  background-color: #1368E1;
  border-radius: 0px 50px;
}
.set2 .list .item .title {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  height: 50px;
}
.set2 .list .item .item2 {
  width: 99%;
  height: 80%;
  background-color: #E4F6FF;
  border-radius: 0 0 0 40px;
  padding: 30px;
}
.set2 .list .item .item2 .date {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}
.set2 .list .item .item2 .date span {
  font-weight: normal;
}
.set2 .list .item .item2 .area {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 30px;
}
.set2 .list .item .item2 .area span {
  font-weight: normal;
}
.set2 .list .item .item2 .btn {
  margin: 0 auto;
  width: 250px;
  height: 50px;
  background-color: #FF9827;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 30px;
}
.set3 {
  background: url(../img/school/BN3.png) no-repeat center;
  background-position: bottom;
  padding: 50px 0;
}
.set3 .cont3 {
  justify-content: space-between;
  box-shadow: 0 0 18px 8px rgba(0, 0, 0, 0.04);
}
.set3 .cont3 .cont-t {
  margin: 0;
}
.set3 .cont3 .cont-t .cont-l {
  padding: 0;
  border: 1px solid #EEEEEE;
}
.set3 .cont3 .cont-t .cont-l img {
  width: 720px;
  height: 440px;
}
.set3 .cont3 .cont-r {
  border: 1px solid #EEEEEE;
}
.set3 .cont3 .cont-r .date {
  margin-top: 30px;
}
.set3 .cont3 .cont-r .date div:nth-of-type(1) {
  font-size: 56px;
  font-weight: bold;
}
.set3 .cont3 .cont-r .date div:nth-of-type(2) {
  font-size: 13px;
}
.set3 .cont3 .cont-r .title {
  font-size: 28px;
  margin: 20px 0;
}
.set3 .cont3 .cont-r .des {
  margin-right: 20px;
  font-size: 16px;
  color: #666666;
}
.set3 .cont3 .cont-r .any-more {
  margin-top: 50px;
}
.set3 .cont3 .cont-r .any-more a {
  color: #3298f3;
}
.set3 .cont3 .cont-fot {
  border: 1px solid #EEEEEE;
  padding: 30px;
}
.set3 .cont3 .cont-fot .cont-fot-img {
  transition: 0.1s linear;
}
.set3 .cont3 .cont-fot .cont-fot-img:hover {
  transform: scale(1.05);
}
.set3 .cont3 .cont-fot .cont-fot-r .title {
  font-size: 20px;
}
.set3 .cont3 .cont-fot .cont-fot-r .des {
  margin-top: 10px;
  margin-right: 50px;
}
.set4 .swiper {
  margin: 25px 0;
}
.set4 .swiper .swiper-slide img {
  height: 369px;
  object-fit: cover;
}
.set5 {
  background: url(../img/home/BN5.png) no-repeat center;
}
.set5 .contact {
  height: 450px;
  padding-top: 50px;
  text-align: center;
}
.set5 .contact .title {
  font-size: 38px;
  color: #fff;
  font-weight: bold;
}
.set5 .contact .title-e {
  font-size: 18px;
  color: #C0C0C0;
}
.set5 .contact .ipt {
  padding-top: 30px;
}
.set5 .contact .ipt input {
  border-radius: 5px;
  outline: none;
  height: 50px;
  border: none;
}
.set5 .contact .ipt .area {
  width: 370px;
}
.set5 .contact .iptcheck {
  margin-top: 10px;
}
.set5 .contact .iptcheck .text-a {
  outline: none;
  border: none;
  border-radius: 10px;
  width: 750px;
}
.set5 .contact .commit input {
  width: 750px;
  font-size: 20px;
  height: 50px;
  background-color: #FF9827;
  border: none;
  border-radius: 10px;
  color: #fff;
}
@media (max-width: 1200px) {
  .set1 .cont {
    margin: 0 15px !important;
  }
  .set1 .cont .top-f {
    text-align: center;
  }
  .set1 .cont2 {
    padding: 0px !important;
    margin: 0 15px !important;
  }
  .set2 {
    padding: 0 !important;
  }
  .set2 .list {
    width: 100% !important;
    margin: 0 !important;
  }
  .set2 .list .item {
    margin: 0 !important;
  }
  .set5 .contact .ipt input {
    width: 120px !important;
  }
  .set5 .contact .ipt .area {
    width: 180px !important;
  }
  .set5 .contact .iptcheck .text-a {
    width: 89% !important;
  }
  .set5 .contact .commit input {
    width: 89% !important;
  }
}
@media (max-width: 990px) {
  .set3 .cont3 .cont-t .cont-l img {
    height: 100% !important;
    object-fit: cover;
  }
}
@media (max-width: 768px) {
  .set1 .cont {
    margin: 0 !important;
  }
  .set1 .cont2 {
    margin: 0 !important;
  }
  .set1 .cont2 .cen-r {
    text-align: center;
  }
  .set2 .list {
    margin: 0 !important;
  }
  .set3 .cont3 .cont-fot {
    text-align: center;
  }
  .set3 .cont3 .cont-fot .cont-fot-r .des {
    margin-right: 0 !important;
  }
  .set5 .contact .ipt input {
    width: 120px !important;
  }
  .set5 .contact .ipt .area {
    width: 180px !important;
  }
  .set5 .contact .iptcheck .text-a {
    width: 89% !important;
  }
  .set5 .contact .commit input {
    width: 89% !important;
  }
}
@media (max-width: 375px) {
  .set1 .cont2 .cen-f div {
    text-align: center !important;
  }
  .set3 .cont3 .cont-t .cont-l img {
    height: auto !important;
  }
  .set5 .contact {
    padding-top: 0 !important;
  }
  .set5 .contact .title {
    font-size: 32px !important;
  }
  .set5 .contact .ipt input {
    width: 157px !important;
  }
  .set5 .contact .ipt .area {
    margin-top: 5px !important;
    width: 320px !important;
  }
  .set5 .contact .iptcheck .text-a {
    width: 86% !important;
  }
  .set5 .contact .commit input {
    width: 86% !important;
  }
}
