﻿.bossgoo-index-about59 {
  background: #000;
  position: relative;
}

.bossgoo-index-about59 .first-title {
  color: #fff;
  margin-bottom: 0;
  font-weight: normal;
  background: url(../image/titlebg.png) no-repeat center bottom;
  padding-bottom: 25px
}

.bossgoo-index-about59 .titleDesc {
  color: #fff;
  margin-top: -10px;
  text-align: center;
  font-size: 18px;
  margin-bottom: 50px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  line-clamp: 6;
  -webkit-box-orient: vertical;
}

.bossgoo-index-about59 .titleBox {
  position: absolute;
  top: 190px;
  left: 50%;
  transform: translateX(-50%);
}

.bossgoo-index-about59 .aboutBg {
  width: 100%;
  height: auto;
  object-fit: cover;
  min-height: 500px;
}

.bossgoo-index-about59 .companyInfoBar {
  position: absolute;
  bottom: 90px;
  width: 100%;
  left: 0;
  background: rgba(13, 13, 13, 0.8);
  padding: 50px 0 40px;
}

.bossgoo-index-about59 .companyInfoBar .wrap {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.bossgoo-index-about59 .companyInfoBar .wrap .InfoBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-right: 1px solid #363d41;
}
.bossgoo-index-about59 .companyInfoBar .InfoBox .numberBox {
  position: relative;
  margin-bottom: 10px;
}
.bossgoo-index-about59 .companyInfoBar .InfoBox .numberBox .num {
  line-height: 1;
  font-size: 75px;
  color: #ffffff;
  font-family: Arial;
  display: inline-block;
  background-image: -webkit-linear-gradient(top, #f1f1f1, #cfcfcf, #626262);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #fff;
  margin-bottom: 10px;
}

.bossgoo-index-about59 .companyInfoBar .InfoBox .numberBox i {
  font-size: 45px;
  color: #ffffff;
  font-family: Arial;
  display: inline-block;
  vertical-align: top;
  line-height: 45px;
}

.bossgoo-index-about59 .companyInfoBar .InfoBox .numberBox .unit {
  font-size: 12px;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #d93133;
  text-align: center;
  line-height: 40px;
  color: #fff;
  margin-left: -5px;
}

.bossgoo-index-about59 .companyInfoBar .InfoBox .desc {
  color: #fff;
  text-align: center;
  padding: 0 25px;
}

@media only screen and (max-width: 1280px) {
  .bossgoo-index-about59 .companyInfoBar .InfoBox .numberBox .num {
    font-size: 54px;
  }

  .bossgoo-index-about59 .companyInfoBar {
    bottom: 80px;
    padding: 30px 0;
  }

  .bossgoo-index-about59 .companyInfoBar .InfoBox .desc {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1040px) {
  .bossgoo-index-about59 {
    line-height: 1.4;
  }
  .bossgoo-index-about59 .titleBox {
    top: 130px;

  }

  .bossgoo-index-about59 .titleDesc {
    font-size: 14px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  .bossgoo-index-about59 .companyInfoBar {
    bottom: 30px;
    padding: 30px 0;
  }

  .bossgoo-index-about59 .companyInfoBar .InfoBox .numberBox .num {
    font-size: 36px;
    margin-bottom: 0;
  }

  .bossgoo-index-about59 .companyInfoBar .InfoBox .numberBox i {
    font-size: 24px;
    line-height: 24px;
  }
  .bossgoo-index-about59 .companyInfoBar .InfoBox .numberBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .bossgoo-index-about59 .companyInfoBar .InfoBox .numberBox .unit {
    margin-left: 3px;
  }
}

@media only screen and (max-width: 767px) {
  .bossgoo-index-about59 .companyInfoBar {
    padding: 10px 0;
  }
  .bossgoo-index-about59 .companyInfoBar .wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .bossgoo-index-about59 .companyInfoBar .wrap .InfoBox {
    margin-bottom: 20px;
  }

  .bossgoo-index-about59 .companyInfoBar .InfoBox .numberBox .num {
    font-size: 28px;
    margin-bottom: 0;
  }
  .bossgoo-index-about59 .companyInfoBar .InfoBox .desc {
    font-size: 12px;
  }

  .bossgoo-index-about59 .titleBox {
    top: 120px;
  }

  .bossgoo-index-about59 .titleDesc {
    font-size: 14px;
  }
}
