.main {
  color: #010914;
  background-color: #fff;
}
.main-sec {
  margin: 0 auto;
  width: 1440px;
}
.main-title {
  line-height: 48px;
  font-size: 36px;
  font-weight: bold;
}
.sec1 {
  display: flex;
  align-items: center;
  padding: 74px 0;
}
.sec1-m {
  flex: 1;
}
.sec1-m .main-title {
  margin-bottom: 32px;
}
.sec1-m-text {
  margin-top: 20px;
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
  color: #031229;
}
.sec1-m-data {
  display: flex;
  margin-top: 32px;
}
.sec1-m-data .item {
  margin-right: 32px;
}
.sec1-m-data .item-t {
  font-size: 28px;
  font-weight: bold;
  line-height: 36px;
}
.sec1-m-data .item-b {
  color: #475263;
  line-height: 20px;
}
.sec1-r {
  display: block;
  margin-left: 64px;
  flex-shrink: 0;
  width: 512px;
  height: 428px;
  object-fit: contain;
}

.sec2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 96px 0;
  background-color: #F6F9FC;
}
.sec2 .sec2-m-text{
  margin-top: 30px;
  width: 840px;
  color: #031229;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.sec2 .main-title {
  padding: 18px 0 0 0;
}
.sec2-text {
  margin-top: 12px;
  width: 840px;
  color: #031229;
  font-size: 18px;
  line-height: 28px;
}
.sec2-list {
  display: flex;
  margin-top: 64px;
  padding:0px 64px ;
}
.sec2-list .item {
  width: 350px;
  padding: 32px 24px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  background-color:var(--color-primary);
}
.sec2-list .item + .item {
  margin-left: 32px;
}
.sec2-list .item-icon {
  font-size: 56px;
}
.sec2-list .item-text1 {
  margin-top: 20px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}
.sec2-list .item-text2 {
  font-size: 16px;
  line-height: 24px;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.72);
}
.sec3 {
  padding: 128px 0;
  text-align: center;
}
.sec3-list {
  display: flex;
  margin: 32px auto 0;
}
.sec3-list .item {
  width: 336px;
  text-align: center;
}
.sec3-list .item + .item {
  margin-left: 32px;
}
.sec3-list .item-img {
  border-radius: 50%;
  width: 276px;
  height: 276px;
}
.sec3-list .item-text1 {
  margin-top: 48px;
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
  word-wrap: break-word;
}
.sec3-list .item-text2 {
  margin-top: 24px;
  color: #475263;
  font-size: 16px;
  line-height: 28px;
}
/*# sourceMappingURL=about.css.map */