.footers{
  width: 100%;
  height: 238px;
  background: url("../../images/footerBg.png") no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  min-width: 1585px;
}
.footers .footer-school{
width: 150px;
  height: 150px;
  background-image: url("../../images/footerSchoolBg.png");
  background-position: -108px 1px;
margin-top: 18px;
}
.footers .yqlj{
  height: 28px;
  font-size: 20px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 28px;
  display: flex;
  margin-bottom: 19px;
  margin-top: 61px;

}
.footers .items{
  margin-right: 70px;
  cursor: pointer;
}

.footers .items a{
  position: relative;
  padding-bottom: 5px;
  text-decoration: none;
  color: #FFFFFF;
}

.footers .items a::after {
  content: "";
  width: 0;
  height: 1px;
  background-color: #FFFFFF;
  position: absolute;
  top: 100%;
  left: 50%;
  transition: all .5s;
}
.footers .items a:hover::after{
  left: 0%;
  width: 100%;
}

.footers .address{
  display: flex;
  height: 28px;
  font-size: 20px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 28px;
margin-top: 3px;
}
.footers .address-item{
  margin-right: 48px;
}
.footers .footer-last{
  height: 65px;
  width: 100%;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 85px;
  display: flex;
  justify-content: center;
}
.footers .footer-last-last{
  display: flex;
  align-items: center;
  margin-left: 90px;
  margin-top: 20px;
}