.index_box1 {
  width: 100%;
  display: flex;
  justify-content: center;
  background-image: url(../img/xinchuang/box1_img.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  /* background: linear-gradient(128deg, rgba(0, 102, 255, 0.48) 1.59%, rgba(255, 255, 255, 0.00) 72.68%, #E9F1FF 92.58%); */
}
.index_box1 .box1_content {
  margin-top: 65px;
  padding-top: 220px;
  padding-bottom: 279px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 1200px;
}
.index_box1 .box1_content .title {
  color: #1F2329;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.index_box1 .box1_content .subtitle {
  color: #616266;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px; /* 170% */
  width: 680px;
}
.index_box2 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 0;
  background: rgba(233, 245, 254, 0.50);
}
.index_box2 .box2_content {
  display: flex;
  justify-content: center;
  width: 1200px;
}
.index_box2 .box2_content img{
  
  width: 100%;
}

.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: #Fff;
  padding: 80px 0;
}
.about_box .about_content {
  display: flex;
  width: 1200px;
  flex-direction: column;
  align-items: center;
  gap: 64px;
}
.about_box .about_content .title {
  font-weight: 500;
  font-size: 42px;
  line-height: 58.8px;
  color: #1F2329;
}
.about_box .about_content .subtitle {
  color: #666;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.08px;
  margin-top: -44px;
}
.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 */
