footer{
  float:left;
  min-width: 100%;
  height: 160px;
  background: #333333;
}
footer>section{
    width:1200px;
    margin:0 auto;
    position: relative;
}
footer>section>article{
  padding: 33px 0 0 0;
}
footer>section>article>p{
  font-size:14px;
  padding: 5px 0;
  color: #cccccc;
  text-align:  center;
}
footer>section>article>a{
    display: block;
    width: 92px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color:white;
    background:#727071;
    position: absolute;
    right:0;
    bottom: 19px;
}
footer>section>article>img{
  float:left;
  margin-left: 88px;
}
@media screen and (max-width:1200px){
    footer{
        height:auto;
        padding-bottom:20px;
    }
    footer>section{
        width:100%;
    }
    footer>section>article>p{
        padding-right: 5%;
        padding-left: 5%;
        line-height: 18px;
    }
}
