.index_box1 {
  width: 100%;
  display: flex;
  justify-content: center;
  background: linear-gradient(128.28deg, rgba(0, 102, 255, 0.384) 1.59%, rgba(255, 255, 255, 0) 72.68%, rgba(233, 241, 255, 0.8) 92.58%);

  /* background-image: url(../img/about/about_bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat; */
}
.index_box1 .box1_content {
  display: flex;
  justify-content: space-between;
  margin-top: 188px;
  padding-bottom: 36px;
  width: 1200px;
}
.index_box1 .box1_content .box1_img {
  width: 545px;
  height: 474px;
}
.index_box1 .box1_content .box1_left {
  display: flex;
  flex-direction: column;
}
.index_box1 .box1_content .box1_left .line_one {
  font-weight: 500;
  font-size: 42px;
  line-height: 58.8px;
  color: #000;
}
.index_box1 .box1_content .box1_left .line_two {
  font-weight: 500;
  font-size: 36px;
  line-height: 50.4px;
  color: #000;
  margin-top: 16px;
}
.index_box1 .box1_content .box1_left .label1 {
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: #333;
  margin-top: 40px;
  width: 512px;
}
.index_box1 .box1_content .box1_left .label1 .fw500{
  font-weight: 500;
  color: #000;
}
.index_box1 .box1_content .box1_left .label2 {
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: #333;
  margin-top: 20px;
  width: 512px;
}
.index_box2 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(117.12deg, rgba(0, 102, 255, 0.384) -65.97%, rgba(255, 255, 255, 0) 55.41%, rgba(233, 241, 255, 0.8) 89.4%);

}
.index_box2 .box2_content {
  display: flex;
  margin-top: 64px;
  padding-bottom: 56px;
  justify-content: center;
  width: 1200px;
}
.index_box2 .box2_content img{
  width: 980px;
}

.index_box3 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(84.23deg, #F3F7FF 3.67%, #BCD7FF 97.8%);
}
.index_box3 .box3_content {
  display: flex;
  justify-content: center;
  width: 1200px;
}
.index_box3 .box3_content img{
  width: 100%;
}
.about_box {
  width: 100%;
  display: flex;
  justify-content: center;
  background: #F4F7FC;
}
.about_box .about_content {
  display: flex;
  width: 1200px;
  flex-direction: column;
  align-items: center;
  padding-top: 88px;
  padding-bottom: 48px;
}
.about_box .about_content .title {
  font-weight: 500;
  font-size: 42px;
  line-height: 58.8px;
  color: #333;
}
.about_box .about_content img{
  width: 100%;
}

.index_box4 {
  width: 100%;
  display: flex;
  justify-content: center;
  background: #FFFFFFE5;
}
.index_box4 .box4_content {
  display: flex;
  width: 1200px;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  padding-top: 88px;
  padding-bottom: 64px;
}
.index_box4 .box4_content .title {
  font-weight: 500;
  font-size: 42px;
  line-height: 58.8px;
  color: #333;
}
.index_box4 .box4_content .displayBox{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index_box4 .box4_content .displayBox .labelBox{
  width: 528px;
  display: flex;
  flex-direction: column;
  gap: 28px;
  font-weight: 400;
  font-size: 20px;
  line-height: 40px;
  color: #000;
}
.index_box4 .box4_content .displayBox .labelBox .title{
  font-weight: 500;
  font-size: 30px;
  line-height: 42px;
  letter-spacing: 0%;
  color: #333;
}
.index_box4 .box4_content .displayBox .labelBox .blue{
  color: #467CF3;
}
.index_box4 .box4_content img{
  width: 654px;
}
/*# sourceMappingURL=about.css.map */
