/* footer */
.m-footer {
  
  border-top: 2px solid #015293;
  background: #fff;
  
}
.icon-dzjg {
  display: inline-block;
  width: 50px;
  height: 61px;
  margin-right: 30px;
  vertical-align: middle;
  background: url(../../img/icon-dzjg.png) no-repeat center center;
}
.m-footer-copyright {
  display: inline-block;
  vertical-align: middle;
  color: #131313;
  font-size: 14px;
  line-height: 1;
}
.copyright {
  line-height: 1.8;
}
.m-footer-ul {
  display: inline-block;
  padding-bottom: 12px;
}
.m-footer-ul li {
  float: left;
  padding: 0 6px;
  color: #131313;
  font-size: 14px;
  line-height: 1;
  border-left: 1px solid #131313;
}
.m-footer-ul li:first-child {
  border: none;
}
.m-footer-ul li a {
  color: #131313;
}
.m-footer-ul li a:hover {
  color: #015293;
}
.icon-zc {
  display: inline-block;
  width: 110px;
  height: 55px;
  margin-left: 25px;
  vertical-align: middle;
  background: url(../../img/icon-jc.png) no-repeat center center;
}