.about-page .page {
  background-color: white;
  padding: 100px 0 20px;
}
.about-page .page3 .info-box {
  position: relative;
}
.about-page .page3 .info-box .flex-container {
  display: flex;
}
.about-page .page3 .info-box .flex-container .left-box,
.about-page .page3 .info-box .flex-container .right-box {
  flex: 1;
}
.about-page .page3 .img-list .img-box {
  padding-top: 40px;
  position: relative;
}
.about-page .page3 .img-list .img-box .icon {
  position: absolute;
  top: 0;
  width: 160px;
  z-index: 20;
}
.about-page .page3 .img-list .img-box .icon.icon1 {
  left: 15px;
}
.about-page .page3 .img-list .img-box .icon.icon2 {
  right: -15px;
  top: 50px;
}
.about-page .page3 .img-list .img-box .pic {
  width: 620px;
  border-radius: 70px;
  z-index: 10;
}
.about-page .page3 .img-list .img-box .pic2-box {
  position: relative;
  padding-top: 37px;
  z-index: 5;
}
.about-page .page3 .img-list .img-box .pic2-box .pic2-1 {
  top: 0;
  width: 620px;
  height: 200px;
  position: absolute;
  background: no-repeat top/cover url("/static/images/intro/pic2-1.png");
}
.about-page .page3 .img-list .img-box .label {
  text-align: center;
  font-weight: bold;
  padding: 20px;
}
.about-page .page3 .content {
  margin-top: 50px;
  line-height: 40px;
  text-indent: 40px;
  padding-right: 50px;
}
.about-page .page3 .content2 {
  margin-top: 80px;
  line-height: 80px;
  font-size: 22px;
  font-weight: bold;
}
.about-page .page3 .btn {
  background-color: #da251c;
  border-radius: 8px;
  line-height: 40px;
  width: 150px;
  color: white;
  font-weight: bold;
  margin-top: 40px;
}
.about-page .page3 .mt100 {
  margin-top: 100px;
}
.about-page .page3 .report-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}
.about-page .page3 .report-list .item {
  flex-basis: 47%;
  border-bottom: 1px solid #ddd;
  line-height: 45px;
  margin: 0 25px 25px 0;
}
.about-page .page3 .report-list .item.item::before {
  content: "";
  display: inline-block;
  height: 16px;
  width: 16px;
  margin-right: 10px;
  background: no-repeat center/contain url("/static/images/about/link.png");
}
.about-page .page3 .video-row {
  display: flex;
  padding-bottom: 100px;
}
.about-page .page3 .video-row .video video {
  height: 330px;
  width: 550px;
}
.about-page .page3 .video-row .text-box {
  padding: 20px 50px;
}
.about-page .page3 .video-row .text-box .text-title {
  font-size: 18px;
  line-height: 40px;
  margin-bottom: 30px;
}
.about-page .page3 .video-row .text-box .text-content {
  font-size: 14px;
  line-height: 35px;
  text-indent: 30px;
}
.about-page .logo-box {
  width: 100%;
  min-width: 1280px;
  height: 500px;
  background: no-repeat center/cover url("/static/images/intro/banner.png");
}
.about-page .logo-box .container {
  padding: 50px 0;
}
.about-page .logo-box .container .logo-list {
  display: flex;
  flex-wrap: wrap;
}
.about-page .logo-box .container .logo-list .logo {
  flex-basis: 23%;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px;
  height: 120px;
  padding: 30px;
  overflow: hidden;
}
.about-page .logo-box .container .logo-list .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

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