.about_boss_word .about_boss_word_content .boss_word .info i, .about_boss_word .about_boss_word_content .boss_word .text, .about_shangshi .about_shangshi_text p i, .about_shangshi .about_shangshi_text p, .about_introduce .about_introduce_content p, .about_introduce .about_introduce_info .introduce_more .info p, .about_introduce .about_introduce_info .introduce_title .introduce_found .counter {
  font-family: "HarmonyOS_Sans_SC_Light";
}

.about_introduce {
  margin-bottom: 12rem;
}
.about_introduce .about_introduce_info .introduce_title {
  display: flex;
  justify-content: space-between;
  margin: 9rem auto 15rem;
}
.about_introduce .about_introduce_info .introduce_title .introduce_found span {
  font-size: 2.4rem;
  color: #333333;
}
.about_introduce .about_introduce_info .introduce_title .introduce_found span i {
  color: #0056B8;
}
.about_introduce .about_introduce_info .introduce_title .introduce_found .counter {
  margin: 3rem 0 2.5rem;
  font-size: 14rem;
  color: #0056B8;
}
.about_introduce .about_introduce_info .introduce_title .introduce_found .counter i {
  margin-left: 2.1rem;
  font-size: 5rem;
  color: #333333;
  border-bottom: 0.3rem solid #0056B8;
}
.about_introduce .about_introduce_info .introduce_title .introduce_found p {
  color: #333333;
  font-size: 3rem;
}
.about_introduce .about_introduce_info .introduce_title .introduce_r {
  margin-top: 7.3rem;
  padding-right: 3rem;
  position: relative;
  text-align: right;
}
.about_introduce .about_introduce_info .introduce_title .introduce_r::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0.8rem;
  height: 9.3rem;
  background: #0056B8;
  border-radius: 0.3rem;
}
.about_introduce .about_introduce_info .introduce_title .introduce_r span {
  display: block;
  font-size: 4rem;
  color: #333333;
  line-height: 5rem;
}
.about_introduce .about_introduce_info .introduce_title .introduce_r span:last-of-type {
  font-weight: 700;
}
.about_introduce .about_introduce_info .introduce_title.en .introduce_found p {
  font-size: 1.5rem;
  letter-spacing: -0.7px;
}
.about_introduce .about_introduce_info .introduce_title.en .introduce_r span {
  font-size: 4rem;
  white-space: nowrap;
  letter-spacing: -1px;
}
.about_introduce .about_introduce_info .introduce_more {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 5.8rem;
}
.about_introduce .about_introduce_info .introduce_more .video_more {
  width: 19rem;
}
.about_introduce .about_introduce_info .introduce_more .video_more span {
  width: 100%;
  white-space: nowrap;
}
.about_introduce .about_introduce_info .introduce_more .video_more span::after {
  background: url("../image/video_more.svg") no-repeat center;
  background-size: contain;
}
.about_introduce .about_introduce_info .introduce_more .view_more span {
  transition: all 0.6s ease-in-out;
}
.about_introduce .about_introduce_info .introduce_more .view_more span::after {
  transition: all 0.6s ease-in-out;
}
.about_introduce .about_introduce_info .introduce_more .view_more:hover span {
  background-color: #0052BF;
  color: #fff;
}
.about_introduce .about_introduce_info .introduce_more .view_more:hover span::after {
  background: url("../image/view_more_icon_white.svg") no-repeat center;
  background-size: contain;
}
.about_introduce .about_introduce_info .introduce_more .view_more:hover.video_more span::after {
  background: url("../image/video_more_white.svg") no-repeat center;
  background-size: contain;
}
.about_introduce .about_introduce_info .introduce_more .info {
  text-align: right;
  font-size: 2.4rem;
  color: #333333;
  line-height: 3.4rem;
}
.about_introduce .about_introduce_info .introduce_more .info p + p {
  margin-top: 1.5rem;
}
.about_introduce .about_introduce_content {
  max-height: 0;
  opacity: 0;
  transition: max-height 0.6s;
  overflow: hidden;
}
.about_introduce .about_introduce_content.en.active {
  max-height: 71.8rem;
  border-radius: 2rem;
  overflow: hidden;
}
.about_introduce .about_introduce_content.en.active video {
  width: 100%;
  height: 100%;
}
.about_introduce .about_introduce_content.en.active .video-js {
  border-radius: 2rem;
  overflow: hidden;
}
.about_introduce .about_introduce_content.en.active .video-js .vjs-control-bar {
  height: 4rem;
  line-height: 4rem;
}
.about_introduce .about_introduce_content.en.active .video-js .vjs-big-play-button {
  width: 9rem;
  height: 9rem;
  line-height: 9rem;
  border-radius: 50%;
  font-size: 5rem;
  border-width: 1px;
  margin: 0;
  transform: translate(-50%, -50%);
}
.about_introduce .about_introduce_content.en.active .video-js .vjs-big-play-button .vjs-icon-placeholder {
  width: 2.3rem;
  height: 2.6rem;
}
.about_introduce .about_introduce_content.en.active .video-js .vjs-big-play-button .vjs-icon-placeholder::before {
  content: "";
  background: url("../image/video_start.svg") no-repeat center;
  background-size: 2.3rem 2.6rem;
  margin-left: 0.3rem;
}
.about_introduce .about_introduce_content.active {
  max-height: 55rem;
  opacity: 1;
}
.about_introduce .about_introduce_content p {
  font-size: 1.6rem;
  color: #ACACAC;
  line-height: 3rem;
  text-align: justify;
}
.about_introduce .about_introduce_content p + p {
  margin-top: 4rem;
}
@media only screen and (max-width: 1024px) {
  .about_introduce {
    width: 100%;
    margin: 0 auto;
    padding: 0 3.3rem;
    box-sizing: border-box;
  }
  .about_introduce .about_introduce_info .introduce_title.en .introduce_found p {
    letter-spacing: 0;
    white-space: nowrap;
  }
  .about_introduce .about_introduce_info .introduce_title.en .introduce_r span {
    font-size: 3.5rem;
  }
  .about_introduce .about_introduce_content.active {
    max-height: 60.24rem;
    padding-bottom: 8rem;
  }
  .about_introduce .about_introduce_content.en.active {
    padding-bottom: 8rem;
  }
}
@media only screen and (max-width: 768px) {
  .about_introduce .about_introduce_info .introduce_title {
    flex-direction: column;
    margin: 5.27rem 0;
  }
  .about_introduce .about_introduce_info .introduce_title .introduce_found {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
  }
  .about_introduce .about_introduce_info .introduce_title .introduce_found .counter {
    font-size: 4.52rem;
    margin: 0;
    margin-left: 2.1rem;
    font-weight: 700;
    display: flex;
    align-items: flex-end;
  }
  .about_introduce .about_introduce_info .introduce_title .introduce_found .counter i {
    display: inline-block;
    font-size: 2.71rem;
    font-weight: 400;
    line-height: 3.77rem;
  }
  .about_introduce .about_introduce_info .introduce_title .introduce_found p {
    margin-top: 1.51rem;
    width: 100%;
    text-align: center;
    font-size: 2.4rem;
  }
  .about_introduce .about_introduce_info .introduce_title .introduce_r {
    text-align: left;
    padding: 0 0 0 3rem;
  }
  .about_introduce .about_introduce_info .introduce_title .introduce_r::after {
    left: 0;
    right: initial;
  }
  .about_introduce .about_introduce_info .introduce_title .introduce_r span {
    font-size: 3rem;
    font-weight: 700;
  }
  .about_introduce .about_introduce_info .introduce_title.en .introduce_r span {
    font-size: 2.5rem;
    white-space: normal;
    line-height: 3.77rem;
  }
  .about_introduce .about_introduce_info .introduce_more {
    flex-direction: column;
    align-items: flex-start;
  }
  .about_introduce .about_introduce_info .introduce_more .about_view_more {
    order: 1;
    margin-top: 4rem;
  }
  .about_introduce .about_introduce_info .introduce_more .about_view_more.video_more {
    width: 22rem;
  }
  .about_introduce .about_introduce_info .introduce_more .info {
    text-align: left;
  }
  .about_introduce .about_introduce_info .introduce_more .info p {
    color: #777777;
  }
  .about_introduce .about_introduce_content.active {
    max-height: 150.6rem;
  }
  .about_introduce .about_introduce_content.en.active {
    max-height: 52.71rem;
    padding-bottom: 10rem;
  }
  .about_introduce .about_introduce_content.en.active video {
    border-radius: 2rem;
    overflow: hidden;
  }
  .about_introduce .about_introduce_content.en.active .vjs-control-bar {
    border-radius: 0 0 2rem 2rem;
  }
}

.about_shangshi {
  position: relative;
}
.about_shangshi img {
  width: 100%;
}
.about_shangshi .about_shangshi_text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 103.9rem;
  background-image: linear-gradient(to right, #0056B8 50%, rgba(39, 84, 182, 0.9));
  border-radius: 0 3rem 3rem 0;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  padding: 6.6rem 9.9rem 6.6rem 32.5rem;
}
.about_shangshi .about_shangshi_text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 73%;
  height: 1rem;
  background: #F3FAFF;
  border-radius: 0 0 3rem 0;
}
.about_shangshi .about_shangshi_text span {
  font-size: 4rem;
  font-weight: 700;
  text-transform: uppercase;
}
.about_shangshi .about_shangshi_text span:last-of-type {
  margin-bottom: 4rem;
}
.about_shangshi .about_shangshi_text p {
  font-size: 2.4rem;
  white-space: nowrap;
  letter-spacing: -0.2px;
}
.about_shangshi .about_shangshi_text p + p {
  margin-top: 1.5rem;
}
.about_shangshi .about_shangshi_text p i {
  font-weight: 700;
}
.about_shangshi .about_shangshi_text.en {
  width: 126rem;
  padding: 6.6rem 9.9rem 6.6rem 31.6rem;
}
.about_shangshi .about_shangshi_text.en span {
  line-height: 5.5rem;
}
@media only screen and (max-width: 1024px) {
  .about_shangshi .about_shangshi_text {
    padding: 6.6rem 5rem 6.6rem 8rem;
    width: 78.31rem;
  }
  .about_shangshi .about_shangshi_text.en {
    width: 100rem;
    padding: 6.6rem 5rem 6.6rem 8rem;
  }
}
@media only screen and (max-width: 768px) {
  .about_shangshi {
    width: 100%;
    overflow: hidden;
  }
  .about_shangshi img {
    height: 25rem;
    object-fit: cover;
  }
  .about_shangshi .about_shangshi_text {
    width: 90%;
    padding: 4rem;
    position: initial;
    transform: translateY(-35%);
    border-radius: 0 2rem 2rem 0;
  }
  .about_shangshi .about_shangshi_text::before {
    content: none;
  }
  .about_shangshi .about_shangshi_text span {
    font-size: 2.26rem;
  }
  .about_shangshi .about_shangshi_text span:last-of-type {
    margin-bottom: 3rem;
  }
  .about_shangshi .about_shangshi_text p {
    font-size: 1.96rem;
  }
  .about_shangshi .about_shangshi_text p i {
    font-weight: initial;
  }
  .about_shangshi .about_shangshi_text.en {
    width: 90%;
    padding: 3rem;
  }
  .about_shangshi .about_shangshi_text.en span {
    line-height: 3.5rem;
  }
  .about_shangshi .about_shangshi_text.en p {
    letter-spacing: 0;
    white-space: normal;
  }
}

.about_boss_word {
  height: 71.5rem;
  background: linear-gradient(90deg, #F3FAFF, #F8FCFF);
  background: url("../image/about_boss_word_bg.png") no-repeat center;
  background-size: contain;
  border-top: 1rem solid #fff;
  border-bottom: 1rem solid #fff;
  box-sizing: border-box;
}
.about_boss_word .about_boss_word_content {
  display: flex;
  justify-content: space-between;
  margin-top: 12.5rem;
}
.about_boss_word .about_boss_word_content .boss_img {
  border: 1.6rem solid #fff;
  border-radius: 50%;
  overflow: hidden;
  width: 38.1rem;
  height: 38.1rem;
  margin-right: 6.6rem;
  box-sizing: border-box;
}
.about_boss_word .about_boss_word_content .boss_img img {
  width: 100%;
  height: 100%;
}
.about_boss_word .about_boss_word_content .boss_word {
  flex: 1;
}
.about_boss_word .about_boss_word_content .boss_word .text {
  padding: 11.8rem 0 7.4rem;
  font-size: 3rem;
  color: #333333;
  line-height: 5.6rem;
  font-style: italic;
  letter-spacing: 1px;
  position: relative;
}
.about_boss_word .about_boss_word_content .boss_word .text::before, .about_boss_word .about_boss_word_content .boss_word .text::after {
  content: "";
  position: absolute;
  width: 9.3rem;
  height: 7.4rem;
  background: url("../image/about_boss_word_yh_icon.png") no-repeat center;
  background-size: 100% 100%;
}
.about_boss_word .about_boss_word_content .boss_word .text::before {
  top: 0;
  left: 0;
}
.about_boss_word .about_boss_word_content .boss_word .text::after {
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
}
.about_boss_word .about_boss_word_content .boss_word .info {
  display: flex;
  color: #333333;
  font-size: 2.6rem;
}
.about_boss_word .about_boss_word_content .boss_word .info img {
  width: 3.4rem;
  height: 3.4rem;
}
.about_boss_word .about_boss_word_content .boss_word .info span {
  margin: 0 1rem 0 1.5rem;
}
.about_boss_word .about_boss_word_content .boss_word .boss_word_title {
  margin-top: 4.5rem;
  text-align: right;
  font-size: 4rem;
  font-weight: 700;
  position: relative;
  color: #333333;
  height: 4rem;
  line-height: 4rem;
}
.about_boss_word .about_boss_word_content .boss_word .boss_word_title::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0.8rem;
  height: 100%;
  background: #0056B8;
  border-radius: 0.3rem;
}
.about_boss_word .about_boss_word_content .boss_word .boss_word_title i {
  padding: 0 3.4rem 0 3rem;
  font-weight: 400;
  font-size: 3rem;
}
.about_boss_word.en .about_boss_word_content .boss_word .text {
  letter-spacing: -1px;
  text-align: justify;
  font-size: 2.4rem;
  padding: 11rem 0 4rem;
  line-height: 5rem;
}
@media only screen and (max-width: 1024px) {
  .about_boss_word {
    height: initial;
    padding-bottom: 6.78rem;
    border-bottom: none;
  }
  .about_boss_word .about_boss_word_content {
    padding: 0 3.3rem;
    box-sizing: border-box;
    margin-top: 10.54rem;
  }
  .about_boss_word .about_boss_word_content .boss_word {
    display: flex;
    flex-direction: column;
  }
  .about_boss_word .about_boss_word_content .boss_word .text {
    font-size: 2.26rem;
    font-style: initial;
    letter-spacing: 0;
  }
  .about_boss_word .about_boss_word_content .boss_word .boss_word_title {
    margin-top: 0;
  }
  .about_boss_word.en .about_boss_word_content .boss_word .text {
    letter-spacing: -0.5px;
  }
}
@media only screen and (max-width: 768px) {
  .about_boss_word {
    padding-bottom: 5rem;
    background: initial;
  }
  .about_boss_word .about_boss_word_content {
    margin-top: 3rem;
  }
  .about_boss_word .about_boss_word_content .boss_img {
    border: none;
    border-radius: 0;
    width: 18.83rem;
    height: 27.41rem;
    margin-right: 2.71rem;
    margin-top: 6.02rem;
  }
  .about_boss_word .about_boss_word_content .boss_img img {
    object-fit: cover;
    transform: scale(1.2);
    transform-origin: center;
  }
  .about_boss_word .about_boss_word_content .boss_word .boss_word_title {
    font-size: 3rem;
  }
  .about_boss_word .about_boss_word_content .boss_word .boss_word_title i {
    font-size: 2.26rem;
  }
  .about_boss_word .about_boss_word_content .boss_word .text {
    padding: 7.53rem 0 3.01rem;
    line-height: 3.31rem;
    font-size: 2.11rem;
  }
  .about_boss_word .about_boss_word_content .boss_word .text::before, .about_boss_word .about_boss_word_content .boss_word .text::after {
    display: none;
  }
  .about_boss_word .about_boss_word_content .boss_word .info {
    font-size: 1.81rem;
    justify-content: flex-end;
  }
  .about_boss_word .about_boss_word_content .boss_word .info img {
    width: 1.81rem;
    height: 1.81rem;
  }
  .about_boss_word.en .about_boss_word_content .boss_word .boss_word_title {
    white-space: nowrap;
  }
  .about_boss_word.en .about_boss_word_content .boss_word .text {
    padding: 2rem 0 3.01rem;
    line-height: 3.31rem;
    font-size: 2.11rem;
    letter-spacing: 0;
    word-break: break-all;
  }
  .about_boss_word.en .about_boss_word_content .boss_word .info {
    flex-wrap: wrap;
  }
  .about_boss_word.en .about_boss_word_content .boss_word .info i {
    white-space: nowrap;
  }
}

.about_vision_mission {
  height: 72.3rem;
  text-align: center;
  background: linear-gradient(90deg, #030201 0%, rgba(3, 1, 1, 0.71) 51%, rgba(0, 0, 0, 0) 100%);
  background-image: url("../image/about_vision_mission_bg.jpg");
  background-size: 100% 100%;
  box-sizing: border-box;
  border-bottom: 1.3rem solid #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about_vision_mission .text {
  color: #fff;
}
.about_vision_mission .text span {
  display: block;
  font-size: 4.6rem;
  font-weight: 700;
  margin-bottom: 5rem;
}
.about_vision_mission .text p {
  font-size: 2.4rem;
}
.about_vision_mission .icon {
  margin: 8rem 0;
  height: 2.1rem;
  position: relative;
}
.about_vision_mission .icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6.7rem;
  height: 0.2rem;
  background: #FFFFFF;
  border-radius: 0.1rem;
  transition: all 0.6s;
}
.about_vision_mission .icon img {
  position: relative;
  z-index: 9;
  width: 2.1rem;
  height: 2.1rem;
}
.about_vision_mission .icon.rotate::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
@media only screen and (max-width: 1024px) {
  .about_vision_mission {
    height: 46rem;
    border-bottom: 0;
  }
  .about_vision_mission .icon {
    margin: 5rem 0;
  }
  .about_vision_mission .text span {
    font-size: 4rem;
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .about_vision_mission {
    height: 42rem;
    background-position: center;
    background-size: cover;
  }
  .about_vision_mission .icon {
    margin: 4rem 0;
  }
  .about_vision_mission .text {
    padding: 0 3.3rem;
    box-sizing: border-box;
  }
  .about_vision_mission .text span {
    font-size: 3rem;
    margin-bottom: 3rem;
  }
  .about_vision_mission .text p {
    font-size: 2.11rem;
    line-height: 3.01rem;
  }
}