.desc-wrap {
  background-color: #efefef;
  height: 920px;  
  padding-top: 80px;
}
.desc-info {
  width: 1280px;
  margin: 52px auto 0;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.desc {
  font-size: 20px;
  width: 555px;
  line-height: 38px;
  text-align: justify;
}



.vision-wrap {
  position: relative;
  padding: 100px 0 130px;
}
.vision-wrap .triangle {
  color: var(--color-bg);
}
.culture-box {
  width: 1280px;
  margin: 0 auto;
  position: relative;
}
.culture-box h6 {
  font-size: 30px;
  font-weight: bold;
  line-height: 41px;
  width: 45px;
  white-space: nowrap;
  border-bottom: 5px solid var(--color-active);
  padding-bottom: 6px;
  margin-bottom: 32px;
  margin-top: 60px;
}
.culture-box p {
  font-size: 25px;
  color: #3E3A39;
  /* line-height: 48px; */
}
.value-content {
  font-size: 25px;
}
.value-content ul {
  display: flex;
}
.value-content li {
  width: 125px;
  margin-right: 68px;
  line-height: 40px;
}
.value-content li span {
  display: inline-block;
  font-weight: bold;
}
.img-2022, .img-2012 {
  position: absolute;
  right: 0;
  top: 585px;
}
.img-2022 {
  top: 50px;
}
.img-up {
  position: absolute;
  top: 302px;
  right: 100px;
}


.value-wrap {
  padding: 180px 0 55px;
  /* background-image: url('../imgs/about/value-bg.png'); */
  position: relative;
}
.value {
  width: 1280px;
  margin: 0 auto;
}
.value-title {
  font-size: 30px;
  position: relative;
  margin: 0 0 100px 110px;
}
.value-title.blue-line::after {
  height: 3px;
  width: 189px;
}




.method-wrap {
  padding-top: 62px;
  height: 460px;
  background-color: #efefef;
}
.method {
  width: 1062px;
  margin: 0 auto;
}
.method-title {
  position: relative;
  margin-bottom: 66px;
  font-size: 30px;
}



.blue-line::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 156px;
  left: 0;
  bottom: -8px;
  background-image: url('../imgs/blue-line.png');
}