.home .about-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home .about {
  width: 1400px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 70px 20px;
  background-color: white;
}
.home .about .left-box {
  flex: 1;
  margin-right: 65px;
}
.home .about .left-box .title {
  height: 40px;
  color: rgb(16, 16, 16);
  font-size: 36px;
  text-align: left;
  margin-bottom: 33px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.home .about .left-box .title .icon {
  height: 32px;
  width: 32px;
  margin-left: 7px;
}
.home .about .left-box .sub-title {
  width: 309px;
  height: 41px;
  color: rgb(47, 49, 139);
  font-size: 28px;
  text-align: left;
  margin-bottom: 2px;
}
.home .about .left-box .sub-title2 {
  width: 300px;
  height: 29px;
  color: rgb(47, 49, 139);
  font-size: 20px;
  text-align: left;
  margin-bottom: 31px;
}
.home .about .left-box .content {
  width: 539px;
  /*height: 384px;*/
  color: rgb(16, 16, 16);
  font-size: 14px;
  text-align: left;
  line-height: 27px;
  margin-bottom: 40px;
}
.home .about .left-box .content p {
  margin-bottom: 5px;
  text-indent: 30px;
}
.home .about .left-box .link-more {
  color: rgb(47, 49, 139);
  font-size: 14px;
  text-align: left;
}
.home .about .col {
  padding: 0;
}
.home .about .row {
  margin: 0;
}
.home .about .image-box {
  font-size: 0;
  background-color: #f7f7f7;
  text-align: left;
  margin-top: 70px;
}
.home .about .image-box img {
  width: 726px;
}
.home .about .number-box {
  background-color: #0a4aa5;
  color: white;
  text-align: left;
  padding: 30px;
  width: 726px;
  display: flex;
  justify-content: space-between;
}
.home .about .number-box .number-row {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
}
.home .about .number-box .number-row .num {
  font-size: 30px;
  font-weight: bold;
}
.home .about .number-box .label {
  font-size: 14px;
  width: 160px;
}

/*# sourceMappingURL=about.css.map */
