@charset "utf-8";
@media screen and (max-width: 1366px) {
  .indexBlock .w1200 .list {
    margin-left: 20px;
  }
}
@media screen and (max-width: 1280px) {
  .indexBlock .w1200 .list {
    margin-left: 0px;
  }
  .footer .w1200 .footerTop .footerNav ul {
    margin-left: calc(100 / 1080 * 100%);
  }
  .footer .w1200 .footerTop .footerNav ul:last-child {
    margin-left: calc(100 / 1080 * 100%);
  }
  .footer .w1200 .footerTop .wechat {
    padding-left: 0;
  }
}
