.footer{
  clear: both;
  width: 100%;
  border-top: 1px solid #ccc;
  height: 200px;
}

.footer_div{
  width: 1000px;
  margin: 0 auto;
  padding: 20px 5px;
  overflow: hidden;
  box-sizing: border-box;
  margin-top: 40px;
}

.footer_logo{
  display: block;
  float: left;
}

.footer_text{
  float: left;
  width: 86%;
  font-size: 12px;
  margin-left: 40px;
}
