@charset "utf-8";
/* CSS Document */

.warp {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

.top {
  width: 100%;
  height: 702px;
  margin-bottom: 18px;
}

@media screen and (max-width: 768px) {
  .top {
    width: 100%;
    height: auto;
  }
  .top-image {
    width: 100%;
    height: auto;
  }
  .w1200 {
    width: 100% !important;
  }
  .zzcckys_ty h2 a {
    width: 100%;
    line-height: 60px;
    font-size: 18px;
  }
  .ul-container > table > tbody > tr {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .ul-container > table > tbody > tr > td {
    width: 100%;
  }
  .li-container li {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .li-container li a {
    width: 58% !important;
  }
}
