.link .hidden {
   display: none !important;
}
@media screen and (min-width:992px) {
   .culture-box .container li:nth-child(4n+4) .img {
      order: -1;
   }
   .culture-box .container li:nth-child(4n+3) .img {
      order: -1;
   }
}
@media screen and (max-width:991px) {
   .culture-box .container li:nth-child(2n) .img {
      order: -1;
   }
   .culture-box .container li:nth-child(4n+2) .img {
      order: -1;
   }
}
.n_banner img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   object-position: center;
}
.neiqu {
   width: 100% !important;
}
.neiqu p img {
   max-width: 100%;
}