.top-title {
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 100px;
}

.top-header {}

.ten-max-al>div {
  margin-right: 20px;
}

.ten-max-al>div>p {
  padding: 25px 0;
}

.ten-max-al .image2 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.5s;
}

.ten-max-al>div:hover {
  .image2 {
    opacity: 1;
  }
}

.alhz-box {}

.alhz-box>div {
  margin-right: 4%;
  width: 22%;
  margin-bottom: 20px;
}

.alhz-box>div:nth-child(4n) {
  margin-right: 0;
}

.alhz-box>div>.title {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.44);
  text-align: center;
  padding: 15px;
  background: #FFFFFF;
  border-radius: 0px 0px 16px 16px;
  background: #FFFFFF;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

@media screen and (max-width: 1280px) {
  .alhz-box>div>.title {
    font-size: 14px;
  }
}