ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer {
  border-top: 6px solid #005492;
  padding-top: 15px;
  padding-bottom: 20px;
}
.footer_left {
  text-align: right;
  height: 80px;
  line-height: 80px;
}
.relation a,
.relation span {
  margin-right: 10px;
}
.relation a {
  color: #666666;
}
.relation span {
  color: #656565;
}
.relation {
  line-height: 25px;
  color: #666666;
  margin-top: 5px;
}
.copyright {
  line-height: 25px;
  color: #666666;
}
.copyright span {
  margin-right: 20px;
}
@media (max-width: 992px) {
  .footer_left {
    text-align: center;
  }
  .footer_right {
    text-align: center;
  }
}

