body {
  margin: 0;
  padding: 0;
  background: url(../i/banner.jpg) no-repeat top center #e8e8e8;
}

.wap {
  display: none;
}

.container {
  margin: 600px auto 0;
  width: 930px;
  padding: 15px 15px 0;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.devide-box,
.box {
  margin-bottom: 15px;
}

img {
  width: 100%;
  height: 100%;
  display: block;
}

.devide-box {
  width: 457px;
  height: 615px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.devide-box img {
  height: 300px;
}

.box:nth-child(2) {
  width: 458px;
  height: 615px;
}

.box:nth-child(3),
.box:nth-child(6) {
  width: 300px;
  height: 300px;
}

.box:nth-child(4),
.box:nth-child(5) {
  width: 615px;
  height: 300px;
}

.footer {
  color: #fff;
  background: rgb(180,180,180);
  width: 960px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  margin: 0 auto;
  font-size: 14px;
}

@media screen and (max-width: 950px) {
  body {
    background: none;
  }

  .wap {
    display: block;
  }

  .header img {
    display: block;
    width: 100%;
    height: auto;
  }

  .header .description {
    font-size: 14px;
    padding: 2%;
  }

  .container {
    width: 96%;
    margin: 0;
    padding: 0 2%;
  }

  .devide-box {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 0;
  }

  .devide-box img {
    margin-bottom: 2%;
  }

  .box {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 2%;
  }

  .footer {
    width: 100%;
  }
}