.container {
  width: 80%;
  margin: 0 auto;
}
@media (min-width: 1600px) {
  .container {
    width: 1200px;
  }
}
@media (max-width: 1600px) {
  .container {
    width: 1200px;
  }
  body {
    height: 634px;
    background-size: 100% 634px;
  }
  #Home {
    padding-top: 160px;
  }
  #Home .container .p1 {
    font-size: 59px;
  }
  #Home .container .p2 {
    margin-bottom: 34px;
  }
  #section2 {
    padding-top: 208px;
  }
  #section2 .item {
    width: 554px;
    height: 183px;
  }
  #section6 .container .list .item {
    width: 377px;
    height: 417px;
  }
  #section6 .container .list .box1 {
    width: 784px;
    height: 445px;
  }
  #section6 {
    padding: 180px 0;
  }
}
@media (max-width: 1400px) {
  .container {
    width: 1100px;
  }
  body {
    height: 600px;
    background-size: 100% 600px;
  }
  #Home {
    padding-top: 130px;
  }
  #Home .container .p1 {
    font-size: 59px;
  }
  #Home .container .p2 {
    margin-bottom: 34px;
  }
  #section2 .item {
    width: 506px;
    height: 200px;
  }
  #section6 .container .list .item {
    width: 340px;
    height: 445px;
  }
  #section6 .container .list .box1 {
    width: 712px;
    height: 445px;
  }
  #section6 {
    padding: 180px 0;
  }
}
@media (max-width: 1300px) {
  body {
    height: 600px;
    background-size: 100% 600px;
  }
  #Home {
    padding-top: 130px;
  }
  #Home .container .p1 {
    font-size: 55px;
  }
  #Home .container .p2 {
    margin-bottom: 34px;
  }
  #section2 .item {
    width: 506px;
    height: 200px;
  }
  #section6 .container .list .item {
    width: 340px;
    height: 445px;
  }
  #section6 .container .list .box1 {
    width: 712px;
    height: 445px;
  }
  #section6 {
    padding: 180px 0;
  }
}
@media (max-width: 1200px) {
  .container {
    width: 1000px;
  }
  body {
    height: 600px;
    background-size: 100% 600px;
  }
  #Home {
    padding-top: 130px;
  }
  #Home .container .p1 {
    font-size: 49px;
  }
  #Home .container .p2 {
    margin-bottom: 34px;
  }
  #section2 .item {
    width: 469px;
    height: 222px;
  }
  #section6 .container .list .item {
    width: 325px;
    height: 445px;
  }
  #section6 .container .list .box1 {
    width: 666px;
    height: 445px;
  }
  #section6 {
    padding: 180px 0;
  }
}
@media screen and (max-width: 768px) {
  body {
    width: 1200px;
  }
}
