
 .all-page-banner {
  background-image: url(../image/company-banner.png);
}

.company-container {
  margin: 0.2rem 0.4rem;
  min-height: 6.7rem;
}

.company-container ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.company-container ul li {
  width: 3.24rem;
}

.company-container ul li .img {
  position: relative;
  width: 3.24rem;
  height: 2.18rem;
  background: url(../image/company-common.png) no-repeat;
  background-size: 100% 100%;
}

.company-container ul li .img .name {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.3rem;
  padding: 0 0.12rem;
  text-align: center;
  font-size: 0.24rem;
  font-family: YouSheBiaoTiHei;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.company-container ul li .name {
  position: relative;
}
.company-container ul li .name span{
  display: inline-block;
  width: 3rem;
  padding: 0.15rem 0;
  overflow: hidden;
  font-size: 0.2rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #111112;
}
.company-container ul li .name::after {
  position: absolute;
  top: 0.2rem;
  right: 0.1rem;
  display: block;
  clear: both;
  content: '';
  width: 0.16rem;
  height: 0.18rem;
  background-image: url(../image/red-arrow.svg);
  background-size: 100% 100%;
}





