.group_10{
display: flex;
  width: 486px;
}

.image_17 {
width: 192px;
  height: 26px;
  background: url("../../images/smallLog.png") no-repeat;
    background-size: auto;
  margin-left: 69px;
  margin-top: 3px;
  background-size: 100% 100%;
}





.text_10{
display: inline-block;
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  font-family: SourceHanSerifCN-Bold;
  font-weight: 700;
  margin-left: 23px;
  letter-spacing: 2px;
}

.image_11{
  width: 194px;
  height: 23px;
  margin-top: 2%;
  margin-left: 17%;
}

.image_10
{
  width: 396px;
  height: 61px;
}

.footers-container{
  display: flex;
   flex-direction: row;
  padding-top: 27px;
 padding-left: 270px;
}

.footer-line{
width: 0.8px;
  height: 64px;
  background: #FFFFFF;
  margin-top: 9px;
  margin-left: 10px;
  margin-right: 45px;
}

.Copyright {
align-items: center;
  display: flex;
}

.footer-word {
    margin-top: 22px;
}

.footers {
    width: 100%;
  height: 133px;
   background-color: rgba(3, 157, 201, 1);    
    position: relative;
    min-width: 1585px;
    margin-top: 20px;
}

.footers .footer-school {
    width: 390px;
  height: 68px;
}

.footers .yqlj {
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
 padding-top: 19px;
  border-bottom: 1px solid white;
  width: 1612px;
  margin-left: 126px;
  padding-bottom: 4px;
}

.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 {
  width: 100%;
  box-sizing: border-box;
  bottom: 0;
  font-size: 20px;
  font-weight: 500;
  color: #FFFFFF;
  justify-content: center;
  margin-top: -16px;
}

.footers .address-item {
    margin-right: 48px;
    margin-top: 11px;
}

.footer-last {
   width: 100%;
  box-sizing: border-box;
  bottom: 0;
  font-size: 15px;
  font-weight: 500;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  background-color: rgba(0, 134, 173, 1);
  height: 54px;
}

.footer-last-last {
    display: flex;
    align-items: center;
    margin-left: 90px;
}