.textEellipsis {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.clearF:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.userSelect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.totalIconCss {
  font-family: "iconfont" !important;
  font-size: 12px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.floatL {
  float: left;
}
.floatR {
  float: right;
}
.isFlex {
  display: flex;
  align-items: center;
  justify-content: center;
}
@font-face {
  font-family: 'HarmonyOS_Sans_Regular';
  src: url('fonts/HarmonyOS_Sans/HarmonyOS_Sans_Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  src: url('fonts/HarmonyOS_Sans/HarmonyOS_Sans_Medium.ttf') format('truetype');
  font-family: 'HarmonyOS_Sans_Medium';
  font-style: normal;
}
@font-face {
  src: url('fonts/HarmonyOS_Sans/HarmonyOS_Sans_Bold.ttf') format('truetype');
  font-family: 'HarmonyOS_Sans_Bold';
  font-style: normal;
}
@font-face {
  font-family: 'HarmonyOS_Sans_Black';
  src: url('fonts/HarmonyOS_Sans/HarmonyOS_Sans_Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
.about-page {
  min-width: 1380px;
}
.about-page * {
  box-sizing: border-box;
}
.about-page .about-banner {
  height: 400px;
  background: url("../images-website/company/company-banner.png") no-repeat center;
}
.about-page .about-section {
  padding: 80px 0;
}
.about-page .about-section.engineers {
  background: #FCFAF8;
}
.about-page .about-section.engineers .engineers-title {
  font-family: 'HarmonyOS_Sans_Bold';
  font-size: 32px;
  color: #262626;
  line-height: 40px;
  margin-bottom: 40px;
}
.about-page .about-section.engineers .believe-lists {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 46px;
}
.about-page .about-section.engineers .believe-lists .believe-el {
  width: 310px;
  height: 340px;
  background: #fff;
  border-radius: 20px;
  padding: 30px 20px;
}
.about-page .about-section.engineers .believe-lists .believe-el .believe-pic {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 110px;
  margin: 0 auto 20px;
}
.about-page .about-section.engineers .believe-lists .believe-el .believe-pic img {
  object-fit: fill;
  max-width: 100%;
}
.about-page .about-section.engineers .believe-lists .believe-el .b-title {
  font-family: 'HarmonyOS_Sans_Bold';
  font-size: 22px;
  color: #262626;
  line-height: 24px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
  margin-bottom: 24px;
}
.about-page .about-section.engineers .believe-lists .believe-el .b-des {
  font-size: 14px;
  color: #3B3E40;
  line-height: 20px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.about-page .about-section .advantages-row {
  display: flex;
  justify-content: space-between;
  gap: 0 80px;
  margin-top: 90px;
}
.about-page .about-section .advantages-row:first-child {
  margin-top: 0;
}
.about-page .about-section .advantages-row .advantages-l {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about-page .about-section .advantages-row .advantages-r {
  width: 50%;
}
.about-page .about-section .advantages-row .advantages-pic {
  width: 606px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 420px;
}
.about-page .about-section .advantages-row .advantages-pic img {
  object-fit: fill;
  max-width: 100%;
}
.about-page .about-section .advantages-row .advantages-title {
  font-family: 'HarmonyOS_Sans_Bold';
  font-size: 32px;
  color: #262626;
  line-height: 40px;
  margin-bottom: 24px;
}
.about-page .about-section .advantages-row .advantages-list {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 24px;
  position: relative;
  padding-left: 34px;
}
.about-page .about-section .advantages-row .advantages-list:before {
  display: inline-block;
  content: '';
  background: url("../images-website/company/frame-icon.svg") no-repeat center;
  width: 22px;
  height: 22px;
  vertical-align: middle;
  position: absolute;
  top: 2px;
  left: 0;
}
.about-page .about-section .advantages-row .adv-des {
  font-size: 18px;
  color: #3B3E40;
  line-height: 28px;
}
.about-page .des-txt-box {
  display: flex;
  justify-content: center;
}
.about-page .des-txt-box .des-title {
  font-family: 'HarmonyOS_Sans_Bold';
  font-size: 32px;
  color: #262626;
  line-height: 44px;
  width: 360px;
  margin-right: 120px;
}
.about-page .des-txt-box .each-view {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
  width: 600px;
}
.about-page .des-txt-box .each-view p {
  font-weight: 400;
  font-size: 16px;
  color: #262626;
  line-height: 24px;
}
/*# sourceMappingURL=company.css.map */