body {

}

/*====================页脚*********/
footer{
      background: url(../images/index.jpg) no-repeat center top;
      padding-top: 150px;
}
.footer-img{
  float: right;
}
.footer-txt{
  color:#fff;
  font-size: 14px;
  line-height: 28px;
}
.footer-box{
background: url(../images/fbg.png) repeat;
padding: 20px 0;
}
@media screen and (max-width: 992px) {
  .footer-txt{
    text-align: center;
  }
  .footer-img{
    float: none;
  }
}
