.neiBan::before {
	display: block;
  content: '';
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .2), transparent);
}
.neiBan::after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  background-image: linear-gradient(130deg, rgba(13, 49, 145, .4), transparent);
}
.neiBan .text {
	position: absolute;
  left: 0;
  z-index: 5;
  bottom: 38%;
}
.neibanImg {
	width: 100%;
  max-height: calc(100vh - 100px);
  object-fit: cover;
  min-height: 260px;
  animation: zoomBig 2s forwards;
  -webkit-animation: zoomBig 2s forwards;
}