.achievement {
  padding-top: 50px;
  padding-bottom: 50px;
}
.achievement .achievement-item{
  display: flex;
  justify-self: center;
  align-self: center;
  margin-bottom:20px;
}
.achievement .achievement-item .achievement-item-img{
  width: 160px;
  padding: 10px;
  text-align: center;
}
.achievement .achievement-item .achievement-item-img img{
  width: 70px;
  height: 70px;
}
.achievement .achievement-item .achievement-remark{
  flex: 1;
}
.achievement .achievement-item .achievement-remark .achievement-remark-title{
  font-size: 26px;
  color: #2F3737;
  font-weight: Bold;
  margin-bottom: 10px;
}

.architecture {
  padding-top: 50px;

  padding-bottom: 50px;
  
  background-color: #f5f5f5;
}

.architecture .architecture-content{
  text-align: center;
}

.coustomer-case {
  padding-top: 50px;

  background-color: #f5f5f5;
}

.coustomer-case .coustomer-case-item{
  display: flex;
  justify-self: center;
  align-self: center;
  padding: 10px;
  margin: 30px 0;
  background-color: #fff;
  box-shadow: 0px 0px 5px 5px #f5f5f5;
}
.coustomer-case .coustomer-case-item .coustomer-case-item-img{
  padding: 20px;
  text-align: center;
}
.coustomer-case .coustomer-case-item .coustomer-case-remark{
  padding: 20px;

}
.coustomer-case .coustomer-case-item .coustomer-case-item-img img{
  width: 280px;
  height: 280px;
}
.coustomer-case .coustomer-case-bottom {
  width: 100%;
  margin-top: 50px;
}

@media (max-width: 970px) {
  .achievement-item {
  	padding:0 10px;
  }
  .achievement .achievement-item .achievement-item-img {
  	width: 100px;
  }
  .architecture-content img {
  	width:100%;
  }
  .achievement .achievement-item .achievement-remark .achievement-remark-title{
      font-size: 18px;
      color: #2F3737;
      font-weight: Bold;
      margin-bottom: 10px;
	}
}





