.enterprise-container {
  padding: 40px 0; }

.enterprise-content {
  font-size: 1.5rem;
  color: #666;
  line-height: 30px;
  }

.enterprise-content p {
  /* margin-bottom: 40px; */
  }

.red-data {
  position: relative;
  height: 150px;
  box-sizing: border-box;
  margin-bottom: 50px; }

.red-data-2 {
  position: relative;
  height: 210px;
  box-sizing: border-box;
  margin-bottom: 50px;
  }

.data-item {
  display: inline-block;
  position: relative;
  width: 33%;
  height: 100%;
  text-align: center; }

.red-data span {
  display: inline-block;
  height: 80px;
  line-height: 80px;
  font-size: 6rem;
  font-weight: 600;
  color: #e10600; }

.red-data-2 span {
  display: inline-block;
  height: 80px;
  line-height: 80px;
  font-size: 6rem;
  font-weight: 600;
  color: #e10600; }
  
.data-item::after {
  position: absolute;
  content: "";
  right: 0;
  top: 25%;
  height: 40%;
  width: 1px;
  background-color: #d6d6d6; }

.data-item:last-child::after {
  display: none; }

.red-data::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #d6d6d6; }

.data-item-2 {
  position: relative;
  float: left;
  width: 30%;
  height: 100%;
  text-align: center; }

.data-item-2 span {
  line-height: 150px; }

.data-item-2::after {
  position: absolute;
  content: "";
  right: 0;
  top: 30%;
  height: 50%;
  width: 1px;
  background-color: #d6d6d6;
  }

.data-item-22 {
  position: relative;
  float: left;
  width: 30%;
  height: 100%;
  text-align: center; }

.data-item-22 span {
  line-height: 210px;
  }

.data-item-22::after {
  position: absolute;
  content: "";
  right: 0;
  top: 10%;
  height: 90%;
  width: 1px;
  background-color: #d6d6d6;
  }

.red-data-detail {
  font-size: 1.5rem;
  /* color: #666; */
  padding-top: 3%;
  margin-left: 30%;
  padding-left: 6%;
  /* font-weight: 600; */
  }

.red-data-detail-2 {
  font-size: 1.5rem;
  /* color: #666; */
  padding-top: 0%;
  margin-left: 30%;
  padding-left: 6%;
  /* font-weight: 600; */
  }


.red-data-detail p {
  margin: 0; }


@media (max-width: 992px) {
  .enterprise-container {
    padding: 20px 15px; }

  .data-item {
    width: 49%; }

  .data-item-2 span {
      line-height: 100px; }
  
  .data-item:nth-child(2)::after {
    display: none; }

  .data-item-22::after {
    position: absolute;
    content: "";
    right: 0;
    top: 30%;
    height: 40px;
    width: 1px;
    background-color: #d6d6d6; }

  .red-data {
    height: auto; 
    margin-bottom: 30px;}
    
  .red-data-2 {
    height: auto; }
    
  .data-item-22 span {
    line-height: 80px; }

  .data-item-2 {
    float: none;
    width: 100%; }
    
  .data-item-22 {
    float: none;
    width: 100%; }
    
  .red-data-detail {
    padding: 30px 0;
    margin: 0; }
    
  .red-data-detail-2 {
    padding: 30px 0;
    margin: 0; }
    
  .building-img {
    width: 100%; }

  .building-img img {
    width: 100%; } }




