.footers{
  width: 100%;
  height: 129px;
  background: url("../../images/footerBg.png") no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  flex-direction: column;

  position: relative;
  min-width: 1585px;
  box-sizing: border-box;
}
.footers .footer-school{
  width: 364px;
  height: 242px;
}
.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;
  color: #FFFFFF;
  text-decoration: none;
}

.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: 30px;
}
.footers .address-item{
  margin-right: 48px;
}
.footers .footer-last{ 
    width: 100%;
    box-sizing: border-box;   
    bottom: 0;
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
   margin-top: 20px;
    display: flex;
    justify-content: center;
}
.footers .footer-last-last{
  display: flex;
  align-items: center;
  margin-left: 90px;
}