.bodyColor {
  background-color: #fff !important;
}

.bodyColor body {
  background-color: #fff !important;
}

.bxz,
.bxz * {
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

a {
  transition: all 0.3s;
}

/* 行显示，多出省略 */
.about_sec1 {
  padding: 100rem 0 140rem;
  color: #41aa7e;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.about_sec1 .bg,
.about_sec1 .bg-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: no-repeat center / cover;
  z-index: 1;
}
.about_sec1 .wrap1440{
  position: relative;
  z-index: 2;
}

.about_sec1 h1 {
  font-size: var(--font-size-60);
  margin-bottom: 10px;
}

.about_sec1 .subtit {
  font-size: 18px;
}

.about_sec1 .desc {
  margin-top: 40rem;
  color: #41aa7e;
}

.material_list {
  margin-top: 80rem;
}

.material_list ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -34rem;
}

.material_list li {
  position: relative;
  width: 120rem;
  height: 120rem;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  font-size: var(--font-size-18);
  margin: 0 34rem 58rem;
}

.material_list li .icon {
  max-width: 80%;
}

.material_list li .icon img {
  width: 80%;
}

.material_list li span {
  color: #000;
  position: absolute;
  top: 140rem;
  left: 0;
  width: 100%;
}

.about_sec2 {
  padding: 64rem 0;
  background-color: #fff;
}

.about_sec2 .wrap1440 {
  overflow: hidden;
}

.about_sec2 ul {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  margin-left: -1px;
}

.about_sec2 li {
  width: 33.333%;
  margin: 35rem 0;
  border-left: 1px solid #d5d5d5;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.about_sec2 .icon {
  position: relative;
  width: 132rem;
  height: 132rem;
  border-radius: 50%;
  background-color: #f4f4f4;
  margin-bottom: 20rem;
}

.about_sec2 .icon img {
  max-width: 42%;
}

.about_sec2 .num em {
  font-size: var(--font-size-60);
  font-weight: bold;
}

.about_sec2 p {
  font-size: var(--font-size-18);
}

.about_sec3 {
  height: 630rem;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

.about_sec3 .desc {
  width: 1120px;
  max-width: 90%;
  text-align: center;
  color: #fff;
  font-size: var(--font-size-18);
  margin: 240rem auto 0;
  line-height: 1.5;
}

.about_sec4 {
  padding: 160rem 0 160rem;
}

.about_sec4 .video_box {
  position: relative;
}

.about_sec4 .video_box p {
  position: absolute;
  top: 60%;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  letter-spacing: 2em;
  font-size: var(--font-size-24);
}

.about_sec4 .video_button {
  width: 57rem;
  height: 57rem;
  background: url(../images/video_play_btn.png) 0 0 no-repeat;
  background-size: 100% 100%;
  z-index: 2;
  cursor: pointer;
}

.about_sec5 {
  color: #41aa7e;
  height: 810rem;
}

.about_sec5 .cont {
  background: #f6f6f6;
  position: relative;
  height: 590rem;
  padding: 86rem 0 60rem;
}

.about_sec5 .wrap1440 {
  position: relative;
}

.about_sec5 .tit {
  font-size: var(--font-size-60);
  margin-bottom: 40rem;
  width: calc(100% - 977rem);
}

.about_sec5 .desc {
  color: #41aa7e;
  font-size: 18px;
  width: calc(100% - 977rem);
}

.about_sec5 .desc p {
  line-height: 1.5;
}

.about_sec5 .honor_img {
  position: absolute;
  right: 0;
  top: 0;
  width: 977rem;
}

.about_sec6 {
  padding: 130rem 0 230rem;
}

.about_sec6 ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 70rem;
}

.about_sec6 li {
  /* width: 700rem; */
  /* height: 600rem; */
  background-size: 100% 100%;
  padding-top: 70rem;
  padding-left: 65rem;
  color: #fff;
  font-size: var(--font-size-18);
  transition: .5s;
  background-position: center center;
}

.about_sec6 .tit {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 1.5;
  max-height: 1.5em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  font-size: var(--font-size-60);
  margin-bottom: 10px;
}

.about_sec6 .tit+p {
  max-width: 90%;
  max-height: 310rem;
  position: relative;
  overflow: auto;
}

.gd::-webkit-scrollbar {
  width: 4px;
}

.gd::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.8);
}

.gd::-webkit-scrollbar-track {
  border-radius: 2px;
  width: 4px;
  background: rgba(204, 204, 204, 0.6);
}

.gd::-webkit-scrollbar-track-piece {
  border-radius: 2px;
  width: 4px;
  background: rgba(204, 204, 204, 0.6);
}

@media screen and (min-width: 1024px) {
  .about_sec6 li:hover {
    background-position: center center;
    background-size: 105% 105%;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --font-size-18: 22rem;
    --font-size-60: 30rem;
  }

  .site_text{
    font-size: 26px;
  }

  /* 公司简介 */
  .about_sec4 {
    padding: 80rem 0;
  }

  .about_sec5 {
    height: auto;
  }

  .about_sec5 .cont {
    height: auto;
  }

  .about_sec5 .honor_img {
    position: static;
    width: 80%;
    margin: 20rem auto 0;
  }

  .about_sec6 {
    padding: 80rem 0;
  }
  .about_sec5 .desc,
  .about_sec5 .tit{
    width: auto;
  }
}

@media screen and (max-width: 768px) {
  /* 公司简介 */

  .about_sec6 ul {
    grid-template-columns: repeat(1, 1fr);
  }
}

/*# sourceMappingURL=./about.css.map */