.top {
  position: static; }

.chip-list {
  margin-top: 355px;
  width: 100%;
  padding-bottom: 60px;
  padding-top: 200px;
  background: url(../images/chip/list-bg.jpg) no-repeat;
  background-position: center;
  background-size: cover; }
  .chip-list .w1200 {
    position: relative; }
    .chip-list .w1200 .chip-list-banner {
      width: 1170px;
      height: 450px;
      position: absolute;
      top: -510px;
      left: 50%;
      transform: translate(-50%); }
      .chip-list .w1200 .chip-list-banner div {
        width: 100%;
        height: 100%;
        background-image: url(../images/chip/list-banner.jpg);
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: cover;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: #fff; }
        .chip-list .w1200 .chip-list-banner div strong {
          font-size: 44px;
          font-weight: bolder;
          margin-bottom: 20px;
          letter-spacing: 5px;
          text-shadow: 0 3px 2px rgba(0, 0, 0, 0.3); }
        .chip-list .w1200 .chip-list-banner div em {
          width: 77%;
          text-align: center;
          line-height: 32px;
          letter-spacing: 2px;
          font-size: 18px;
          text-shadow: 0 3px 2px rgba(0, 0, 0, 0.3); }
    .chip-list .w1200 .chip-list-table {
      margin-top: 40px;overflow-y:auto; }
      .chip-list .w1200 .chip-list-table table {
        width: 100%;
        border: 1px solid #ecedf4;
        min-width: 700px;
       
      text-align: center; }
        .chip-list .w1200 .chip-list-table table .tr:hover {
          background: -webkit-linear-gradient(left, #9d069d, #6600cc); }
          .chip-list .w1200 .chip-list-table table .tr:hover td {
            color: #fff;
            border: none; }
        .chip-list .w1200 .chip-list-table table tr {
          width: 100%;
          border-bottom: 1px solid #ecedf4;
          background: rgba(255, 255, 255, 0.6); }
          .chip-list .w1200 .chip-list-table table tr th {
            border-right: 1px solid #ecedf4; }
            .chip-list .w1200 .chip-list-table table tr th:last-child {
              border-right: none; }
            .chip-list .w1200 .chip-list-table table tr th div {
              color: #810fac;
              font-size: 15px;
              text-align: center;
              white-space:nowrap;
              padding: 5px;
             
              padding-top: 30px;
              min-height: 70px; }
          .chip-list .w1200 .chip-list-table table tr td {
            border-right: 1px solid #ecedf4; }
            .chip-list .w1200 .chip-list-table table tr td:last-child {
              border-right: none; }
            .chip-list .w1200 .chip-list-table table tr td div {
              min-height: 70px;
              display: flex;
              flex-direction: column;
              justify-content: center;
              align-items: center;
              padding: 5px 3px;
              box-sizing: border-box; }
              .chip-list .w1200 .chip-list-table table tr td div em {
                display: block;
                margin: 5px 0; }
.searchinput{border:solid 1px #999; border-radius:3px; background: url(../images/searchbg.jpg) no-repeat right; line-height:32px; height:32px}
.chip-plan {
  margin-top: 40px; }

.chip-news {
  margin-top: 80px; }
  .chip-news .news-list {
    margin-top: 30px; }
    #reset{border:solid 1px #999; padding:5px 8px; border-radius:3px}

@media screen and (max-width: 1260px) {
  .chip-list .w1200 {
    width: auto; }
    .chip-list .w1200 .chip-list-banner {
      width: 90%; } }
@media screen and (max-width: 1200px) {
  .chip-list .w1200 .chip-list-banner {
    width: 90%; } }
@media screen and (max-width: 750px) {
  .chip-list {
    margin-top: 400px;
    padding-top: 125px;
    padding-bottom: 30px; }
    .chip-list .w1200 .chip-list-banner {
      width: 95%;
      height: 450px;
      }
      .chip-list .w1200 .chip-list-banner div strong {
        font-size: 24px;
        margin-bottom: 30px;
        text-align:center}
      .chip-list .w1200 .chip-list-banner div em {
        width: 95%;
        line-height: 18px;
        font-size: 12px; }
    .chip-list .w1200 .chip-list-table {
      overflow-x: auto;
      overflow-y: auto;
      margin-top: 20px; }
      .chip-list .w1200 .chip-list-table table tr th div {
        height: 40px;
        line-height: 40px;
        min-height: 40px;
        padding-top:0px;}
      .chip-list .w1200 .chip-list-table table tr td div {
        min-height: 40px; }

  .chip-plan {
    margin-top: 20px; }

  .chip-news {
    margin-top: 40px; } }

/*# sourceMappingURL=chip.css.map */
