.solve-wrap {
  padding: 80px 0 52px;
}

.solve {
  font-size: 24px;
  width: 1200px;
  margin: 54px auto 0;
  line-height: 42px;
  text-indent: 2em;
}
.solve p {
  font-weight: bold;
}


.more-module-wrap {
  color: #efefef;
  background-color: #efefef;
  padding: 88px 0 106px;
  position: relative;
}
.more-module-wrap .triangle {
  background-color: #fff;
}
.position-have-list {
  display: flex;
  justify-content: center;
  margin: 44px auto 0;
  flex-wrap: wrap;
  width: 1280px;
  height: 420px;
  align-content: space-between;
}


.words-wrap {
  position: relative;
  padding: 103px 0 58px;
}
.words-wrap .triangle {
  color: #efefef;
}
.words-img {
  display: block;
  margin: 48px auto 0;
}

.flow-path-wrap {
  padding: 90px 0 82px;
  background-color: #efefef;
  position: relative;
}
.flow-path-wrap .triangle {
  color: #fff;
}
.flow-path {
  width: 1265px;
  height: 698px;
  background-image: url('../imgs/partyBuildingCulture/flow-path.png');
  margin: 85px auto 0;
}

.do-what-wrap {
  position: relative;
  height: 900px;
  padding-top: 66px;
  background-image: url('../imgs/line-flow.png');
  background-position: center 10%;
}
.do-what-wrap .triangle {
  color: #efefef;
}
.do-what {
  width: 1180px;
  margin: 50px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  z-index: 10;
}
.do-what-item {
  padding: 149px 0 0 53px;
  height: 298px;
  width: 384px;
}
.do-what h5 {
  font-size: 20px;
  font-weight: bold;
  color: #C61E20;
  margin-bottom: 10px;
}
.do-what p {
  font-size: 18px;
  width: 299px;
  line-height: 30px;
  text-align: justify;
}
.do-what-1 {
  background-image: url('../imgs/partyBuildingCulture/do-what-1.png');
}
.do-what-2 {
  background-image: url('../imgs/partyBuildingCulture/do-what-2.png');
}
.do-what-3 {
  background-image: url('../imgs/partyBuildingCulture/do-what-3.png');
}
.do-what-4 {
  background-image: url('../imgs/partyBuildingCulture/do-what-4.png');
}
.do-what-5 {
  background-image: url('../imgs/partyBuildingCulture/do-what-5.png');
}
.do-what-6 {
  background-image: url('../imgs/partyBuildingCulture/do-what-6.png');
}


.function-wrap {
  padding: 123px 0 100px;
  background-color: #efefef;
}
.function {
  margin: 80px auto 0;
  display: block;
}


.case-wrap {
  padding: 90px 0 70px;
}
.case-list {
  display: flex;
  width: 1106px;
  flex-wrap: wrap;
  margin: 47px auto 0;
  justify-content: space-between;
  height: 530px;
  align-content: space-between;
}
.case-list .small-img-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}