.com-banner {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.com-banner img {
  width: 140%;
  transform: translate3d(-20%, 0, 0);
}
@media (min-width: 1200px) {
  .com-banner img {
    width: 100%;
    transform: translate3d(0, 0, 0);
  }
}

/* 分页 */

/* 分页 */
.pages {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 15px;
}

.pages a {
  display: flex;
  justify-content: center;
  align-items: center;

  height: 30px;
  padding: 0 5px;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  color: #cfcfcf;
  cursor: pointer;
}

.pages a:hover {
  color: #98c336;

}

.pages a.active {
  color: #98c336;

}