body {
  margin: 0;
  padding: 0;
}
.banner {
  width: 100%;
  height: 350px;
  overflow: hidden;
  float: left;
}
.bannerBox {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  height: 350px;
}
