.Floormy {
  width: 100%;
  height: 180px;
  background-image: url('../static/home/img/jzyl.jpg');
  display: flex;
  justify-content: space-between;
}

.Floormy div {
  width: 34%;
}

.maddile {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}


@keyframes enter {
  0% {
    transform: translateY(80px);
  }

  50% {
    transform: translateY(5px);
  }

  100% {
    transform: translateY(0px);
  }
}

/* 添加动画 */
.Banner0028401 {
  animation-name: enter;
  animation-duration: 2s;
}

.bottom-text {
  /* height: ; */
  padding: 20px 0px;
}
