footer{
  float:left;
  min-width: 100%;
  height: 120px;
  background: #3d3f43;
}
footer>section{
    width:1200px;
    margin:0 auto;
    position: relative;
}
footer>section>article{
  height: 78px;
  padding: 32px 0 0 0;
}
footer>section>article>p{
  font-size:14px;
  color: #aaaaaa;
  padding: 5px 0;
  text-align:center;
}
footer>section>article>a{
    display: block;
    width:180px;
    height:40px;
    line-height: 40px;
    text-align: center;
    color:white;
    background:#727071;
    position: absolute;
    right:0;
    bottom:30px;
}
footer>section>article>img{
  float:left;
  margin-left: 88px;
}
