.service-part{
  padding: 80px 0;
  position: relative;
}
.dw{
  position: absolute;
  top: -200px;
}
.service-part-inner{
  margin: 0 auto;
  width: 1200px;
  display: flex;
}
.service-title{
  width: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
}
.s-title{
  font-family: textbold;
  text-align: center;
  font-size: 24px;
}
.s-icon{
  width: 50px;
  height: 50px;
  margin-top: 20px;
}
.service-info{
  width: 850px;
  margin-left: 100px;
}
.si-item{
  font-size: 16px;
  line-height: 32px;
}
.si-item > p{
  font-size: 16px;
  line-height: 32px;
}
.design-gif{
  width: 520px;
}
.si-imgs{
  display: flex;
  margin-top: 40px;
}
.si-img{
  height: 148px;
  margin-top: 40px;
  margin-right: 15px;
}
.part-bg{
  background-repeat:  no-repeat;
  background-position: center;
}
.capacity-part * {
  color: #ffffff;
}
