.c-company-intro {
  background: #fff;
}

.c-company-intro .intro {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.c-company-intro .pic {
  width: 569px;
  position: relative;
}
.c-company-intro .pic img {
  width: 100%;
  position: relative;
  z-index: 10;
}
.c-company-intro .pic::before {
  content: "";
  background: #0BAD35;
  width: 1000px;
  height: 50%;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
}

.c-company-intro .txt {
  -webkit-flex: 1;
  flex: 1;
  margin: 0 0 0 80px;
  position: relative;
  z-index: 30;
}
.c-company-intro .txt em {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.2);
  display: block;
  letter-spacing: 2px;
}
.c-company-intro .txt h3 {
  font-size: 39px;
  line-height: 1;
  color: #000;
  font-family: var(--font-family-1);
  margin: 35px 0 0;
}
.c-company-intro .txt p {
  font-size: 18px;
  color: #414141;
  line-height: 26px;
  margin: 25px 0 0;
}
.c-company-intro .txt .more {
  margin: 55px 0 0;
  display: block;
  width: 190px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  background: var(--btn-bg);
  font-size: 18px;
  text-align: center;
}
.c-company-intro .txt .more:hover {
  background: var(--btn-bg-hover);
}

.c-company-intro .data {
  padding: 50px 0;
  background: #0BAD35;
}
.c-company-intro ul {
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-company-intro ul li {
  width: 25%;
  text-align: center;
  position: relative;
}
.c-company-intro ul li h5 {
  color: #fff;
  font-size: 100px;
  line-height: 1;
  display: inline-block;
}
.c-company-intro ul li h5 span {
  font-family: var(--font-family-1);
}
.c-company-intro ul li h5::after {
  content: attr(date-txt);
  color: #fff;
  font-size: 22px;
  padding-left: 5px;
}
.c-company-intro ul li p {
  font-size: 25px;
  color: #000;
  margin: 15px 0 0;
  text-align: center;
}


@media screen and (max-width:1441px) {
  .c-company-intro .txt .more {
    margin: 40px 0 0;
  }
  .c-company-intro .txt h3 {
    font-size: 36px;
    margin: 30px 0 0;
  }

  .c-company-intro .data {
    padding: 100px 0;
  }
  .c-company-intro .data .data-counter {
    font-size: 90px;
  }
}

@media screen and (max-width:1367px) {
  .c-company-intro .txt .more {
    width: 170px;
    height: 45px;
    line-height: 45px;
    font-size: 17px;
  }
  .c-company-intro .txt h3 {
    font-size: 34px;
  }
}

@media screen and (max-width:1281px) {
  .c-company-intro .txt h3 {
    font-size: 32px;
    margin: 20px 0 0;
  }
}

@media screen and (max-width:1171px) {
  .c-company-intro .txt h3 {
    font-size: 30px;
  }
}

@media screen and (max-width:992px) {
  .c-company-intro .txt h3 {
    font-size: 28px;
  }
}

@media screen and (max-width:768px) {
  .c-company-intro .intro {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .c-company-intro .pic {
    width: 100%;
  }
  .c-company-intro .pic::before {
    display: none;
  }
  .c-company-intro .txt {
    margin: 0 0 15px;
    text-align: center;
  }
  .c-company-intro .txt em {
    font-size: 16px;
    display: block;
    letter-spacing: 1px;
  }
  .c-company-intro .txt h3 {
    font-size: 26px;
    margin: 15px 0 0;
  }
  .c-company-intro .txt p {
    font-size: 16px;
    line-height: 24px;
    margin: 20px 0 0;
  }
  .c-company-intro .txt .more {
    margin: 20px auto 0;
  }

  .c-company-intro .data {
    padding: 10px 0;
  }
  .c-company-intro .data li {
    width: 50%;
    padding: 15px 0;
  }
  .c-company-intro .data .data-counter {
    font-size: 40px;
  }
  .c-company-intro .data .data-counter::after {
    font-size: 18px;
  }
  .c-company-intro .data p {
    font-size: 16px;
  }
}

@media screen and (max-width:480px) {
  .c-company-intro .data h5::after {
    font-size: 15px;
  }
}