#app{
  background: #F4F7FC;
}
.index_box1 {
  width: 100%;
  height: 557px;
  display: flex;
  justify-content: center;
  background-image: url(../img/gongneng/gongneng_bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.index_box1 .box1_content {
  display: flex;
  justify-content: space-between;
  margin-top: 145px;
  width: 1200px;
}
.index_box1 .box1_content .box1_img {
  width: 601px;
  height: 377px;
}
.index_box1 .box1_content .box1_left {
  display: flex;
  flex-direction: column;
  padding-top: 46px;
  gap: 20px;
}
.index_box1 .box1_content .box1_left .title {
  font-weight: 400;
  font-size: 42px;
  line-height: 58.8px;
  letter-spacing: 0%;
  color: #467CF3;
}

.index_box1 .box1_content .box1_left .label {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #333;
}
.index_box1 .box1_content .box1_left .lxwm {
  border-radius: 16px;
  background: #467CF3;
  width: 211px;
  height: 69px;
  margin-top: 28px;
  font-weight: 500;
  font-size: 28px;
  line-height: 39.2px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.index_box2 {
  width: 100%;
  height: 591px;
  display: flex;
  justify-content: center;
  background: #FFFFFFF2;
}
.index_box2 .box2_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* margin-top: 80px; */
  width: 1200px;
}
.index_box2 .box2_content .labels{
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.labels .title{
  font-weight: 500;
  font-size: 36px;
  line-height: 50.4px;
  color: #467CF3;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.labels .labelBox{
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #000;
  width: 457px;
}
.labels .labelBox .dian{
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #000;
  flex-shrink: 0;
  transform: translateY(10px);
}

.labels .lxwmTxtBtn{
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  color: #467CF3;
  cursor: pointer;
}
.labels .lxwmTxtBtn img{
  height: 10px;
}

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