.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.45s;
}
.header .header-content .header-content-left img {
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.45s;
}
.header .header-content .header-content-left .logo_g {
  display: none;
}
.header .header-content .header-content-right li > a {
  transition: all 0.3s;
}
.header.header-fixed .header-content .header-content-right li > a {
  padding: 22px 0;
}
.about-section .about-container .about-content {
  flex: 1;
  background: #fff;
  padding: 0 0 80px 25px;
}
.about-section .about-container .about-content .company-intro {
  text-align: center;
}
.about-section .about-container .about-content .company-intro p {
  text-align: justify;
  color: #585858;
  line-height: 25px;
  margin-bottom: 20px;
}
.about-section .about-container .about-content .company-intro img {
  margin: 30px auto;
}
.about-section .about-us-stats {
  display: flex;
  justify-content: space-between;
  padding: 90px 100px 84px;
}
.about-section .about-us-stats .stat-item .d-flex text:nth-child(3) {
  width: 26px;
  height: 26px;
  background: #E8E8E8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #09882A;
  font-size: 15px;
  position: relative;
  bottom: 20px;
  right: 10px;
}
.about-section .about-us-stats .stat-item .font65 {
  font-size: 65px;
  font-family: Impact, Impact;
}
.about-section .about-us-stats .stat-item .green-text {
  color: #399B3E;
}
.about-section .about-us-stats .stat-item .font18 {
  color: #141414;
}
.video video {
  width: 100%;
  height: 667px;
  object-fit: cover;
}
.video a,
.video div {
  display: flex;
  position: relative;
}
.video a img,
.video div img {
  width: 77px;
  height: 77px;
  position: absolute;
  left: calc(50% - 38.5px);
  top: calc(50% - 38.5px);
}
@media (min-width: 1024px) and (max-width: 1600px) {
  .about-section .about-container .about-content .about-title {
    font-size: calc(32 * var(--cbasta) / 16);
  }
  .about-section .about-container .about-content .company-intro * {
    font-size: calc(18 * var(--cbasta) / 16);
    line-height: calc(28 * var(--cbasta) / 16);
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .about-section .about-container .about-content .about-title {
    font-size: calc(34 * var(--cbasta) / 16);
  }
  .about-section .about-container .about-content .company-intro * {
    font-size: calc(20 * var(--cbasta) / 16);
    line-height: calc(30 * var(--cbasta) / 16);
  }
}
@media screen and (max-width: 768px) {
  .about-section .about-container .about-images {
    display: none;
  }
  .about-section .about-container .about-content {
    padding: 0.2rem 0 1rem;
  }
  .about-section .about-container .about-content .company-intro {
    font-size: 0.28rem;
    line-height: 0.5rem;
  }
  .about-section .about-container .about-content .company-intro p {
    font-size: 0.28rem;
    line-height: 0.5rem;
  }
  .about-section .about-us-stats {
    flex-wrap: wrap;
    padding: 0.9rem 0.4rem 0.3rem;
  }
  .about-section .about-us-stats .stat-item {
    flex: none;
    width: 50%;
    margin-bottom: 0.7rem;
  }
  .about-section .about-us-stats .stat-item .font65 {
    font-size: 1rem!important;
  }
  .about-section .about-us-stats .stat-item .font37 {
    font-size: 0.57rem !important;
  }
  .about-section .about-us-stats .stat-item .font18 {
    font-size: 0.28rem !important;
  }
  .about-section .about-us-stats .stat-item .d-flex text:nth-child(3) {
    font-size: 0.23rem !important;
    width: 0.41rem;
    height: 0.41rem;
  }
}
