.indePLeft {
  width: 75%;
  height: 860px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.indexProFlex {
  width: 55%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}

.indexProbottom {
  width: 32%;
  height: 340px;
  background: #fff;
  display: flex;
  align-content: space-around;
  /* flex-wrap: wrap; */
}
.proCenter{
  font-size: 16px;
  padding: 10px 20px;
      text-align: left;
}
.proCenterActive{
  position: relative;
  color:#fff;
  background:#c22222;
}