.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;
}
@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 {
  font-family: 'HarmonyOS_Sans_Medium';
  src: url('fonts/HarmonyOS_Sans/HarmonyOS_Sans_Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'HarmonyOS_Sans_Bold';
  src: url('fonts/HarmonyOS_Sans/HarmonyOS_Sans_Bold.ttf') format('truetype');
  font-weight: 700;
  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: 1360px;
  background: #F9FAFF;
}
.about-page * {
  box-sizing: border-box;
}
.about-page .banner-box {
  background: url("../images-lib-www/about/about-banner-bg.webp") no-repeat center;
  height: 394px;
  background-size: cover;
  color: #fff;
  padding: 70px 0 0;
}
.about-page .banner-box h1.title {
  font-size: 36px;
  font-family: 'HarmonyOS_Sans_Bold';
  line-height: 40px;
  margin-bottom: 24px;
}
.about-page .banner-box .des-txt {
  max-width: 540px;
  font-size: 16px;
  font-family: 'HarmonyOS_Sans_Regular';
  line-height: 24px;
  margin-bottom: 18px;
}
.about-page .service-advantages {
  display: flex;
  flex-direction: column;
}
.about-page .service-advantages .wcontainer {
  padding: 100px 0 0;
}
.about-page .service-advantages .service-item {
  margin-bottom: 100px;
}
.about-page .service-advantages .service-item.why .service-box {
  align-items: normal;
}
.about-page .service-advantages .service-item .des-title {
  font-family: 'HarmonyOS_Sans_Bold';
  font-size: 32px;
  color: #262626;
  margin-bottom: 26px;
}
.about-page .service-advantages .service-item .des-title .tag {
  font-size: 36px;
}
.about-page .service-advantages .service-item .service-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 80px;
}
.about-page .service-advantages .service-item .service-view {
  width: 570px;
  flex-shrink: 0;
}
.about-page .service-advantages .service-item .service-view .view-pic {
  display: none;
}
.about-page .service-advantages .service-item .service-view .view-pic:first-child {
  display: block;
}
.about-page .service-advantages .service-item .forte-box {
  display: flex;
  flex-direction: column;
  gap: 22px 0;
}
.about-page .service-advantages .service-item .forte-box .forte {
  width: 550px;
  padding: 28px 30px;
  background: #fff;
  cursor: pointer;
  transition: all 0.3s linear;
}
.about-page .service-advantages .service-item .forte-box .forte .forte-head {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  font-family: 'HarmonyOS_Sans_Bold';
}
.about-page .service-advantages .service-item .forte-box .forte .forte-head:before {
  display: block;
  content: '';
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.about-page .service-advantages .service-item .forte-box .forte .forte-txt {
  font-family: 'HarmonyOS_Sans_Regular';
  margin-top: 10px;
  font-size: 14px;
  color: #fff;
  line-height: 22px;
  display: none;
  padding-left: 34px;
}
.about-page .service-advantages .service-item .forte-box .forte.icon1 .forte-head:before {
  background: url("../images-lib-www/about/forte1-icon.webp") no-repeat center;
  width: 24px;
  height: 24px;
}
.about-page .service-advantages .service-item .forte-box .forte.icon1.active .forte-head:before {
  background: url("../images-lib-www/about/forte1-icon-hover.webp") no-repeat center;
  width: 24px;
  height: 24px;
}
.about-page .service-advantages .service-item .forte-box .forte.icon2 .forte-head:before {
  background: url("../images-lib-www/about/forte2-icon.webp") no-repeat center;
  width: 24px;
  height: 24px;
}
.about-page .service-advantages .service-item .forte-box .forte.icon2.active .forte-head:before {
  background: url("../images-lib-www/about/forte2-icon-hover.webp") no-repeat center;
  width: 24px;
  height: 24px;
}
.about-page .service-advantages .service-item .forte-box .forte.icon3 .forte-head:before {
  background: url("../images-lib-www/about/forte3-icon.webp") no-repeat center;
  width: 24px;
  height: 24px;
}
.about-page .service-advantages .service-item .forte-box .forte.icon3.active .forte-head:before {
  background: url("../images-lib-www/about/forte3-icon-hover.webp") no-repeat center;
  width: 24px;
  height: 24px;
}
.about-page .service-advantages .service-item .forte-box .forte.icon4 .forte-head:before {
  background: url("../images-lib-www/about/forte4-icon.webp") no-repeat center;
  width: 24px;
  height: 24px;
}
.about-page .service-advantages .service-item .forte-box .forte.icon4.active .forte-head:before {
  background: url("../images-lib-www/about/forte4-icon-hover.webp") no-repeat center;
  width: 24px;
  height: 24px;
}
.about-page .service-advantages .service-item .forte-box .forte.icon5 .forte-head:before {
  background: url("../images-lib-www/about/forte5-icon.webp") no-repeat center;
  width: 24px;
  height: 24px;
}
.about-page .service-advantages .service-item .forte-box .forte.icon5.active .forte-head:before {
  background: url("../images-lib-www/about/forte5-icon-hover.webp") no-repeat center;
  width: 24px;
  height: 24px;
}
.about-page .service-advantages .service-item .forte-box .forte.active {
  background: #02255B;
}
.about-page .service-advantages .service-item .forte-box .forte.active:before {
  display: none;
}
.about-page .service-advantages .service-item .forte-box .forte.active .forte-head {
  color: #fff;
}
.about-page .service-advantages .service-item .forte-box .forte.active .forte-txt {
  display: block;
}
.about-page .service-advantages .service-item .service-info .mark-tag {
  font-size: 14px;
  color: #0089b6;
  line-height: 22px;
  font-family: 'HarmonyOS_Sans_Medium';
  margin-bottom: 10px;
  text-transform: uppercase;
}
.about-page .service-advantages .service-item .service-info h2.title {
  font-size: 32px;
  line-height: 40px;
  color: #262626;
  font-family: 'HarmonyOS_Sans_Bold';
  margin-bottom: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.about-page .service-advantages .service-item .service-info .info-txt {
  font-family: 'HarmonyOS_Sans_Regular';
  font-size: 16px;
  color: #6C7073;
  line-height: 24px;
  margin-bottom: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.about-page .service-advantages .service-item .service-info .info-cost {
  display: flex;
  flex-direction: column;
  gap: 24px 0;
}
.about-page .service-advantages .service-item .service-info .info-cost .cost-li {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #3B3E40;
  line-height: 24px;
}
.about-page .service-advantages .service-item .service-info .info-cost .cost-li .txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.about-page .service-advantages .service-item .service-info .info-cost .cost-li:before {
  display: block;
  content: '';
  background: url("../images-lib-www/about/cost-icon.webp") no-repeat center;
  flex-shrink: 0;
  margin-right: 12px;
  width: 32px;
  height: 32px;
  background-size: cover;
}
/*# sourceMappingURL=about.css.map */