﻿@media screen and (max-width: 1200px) {
  #productCenter {
    width: 1000px;
    height: auto;
    overflow: hidden;
    margin: 30px auto 0;
    padding-bottom: 80px; }
    #productCenter #centerLeft {
      width: 335px;
      height: auto;
      float: left;
      overflow: hidden;
      padding-bottom: 20px; }
    #productCenter #centerRight {
      width: 655px;
      float: right;
      height: auto;
      overflow: hidden; } }
@media screen and (min-width: 1200px) {
  #productCenter {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 30px auto 0;
    padding-bottom: 80px; }
    #productCenter #centerLeft {
      width: 335px;
      height: auto;
      float: left;
      overflow: hidden;
      padding-bottom: 20px; }
    #productCenter #centerRight {
      width: 845px;
      float: right;
      height: auto;
      overflow: hidden; } }

/*# sourceMappingURL=lay.css.map */
