.desBoxWrapper {
  background: #FBFDFF;
  position: relative;
  padding: 85px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.desBox {
  width: 1200px;
  position: relative;
}

.desTopBox {
  display: flex;
  align-items: flex-end;
}

.detailLogo {
  width: 176px;
  height: 94px;
}

.desTopContent {
  margin-left: 14px;
  margin-bottom: 10px;
}

.dtctitle {
  font-weight: 500;
  font-size: 34px;
  color: #333333;
}

.dtcDes {
  font-weight: 500;
  margin-top: 6px;
  font-size: 18px;
  color: #333333;
}

.desTopBox>a {
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 18px;
  margin-left: 60px;
  color: #666666;
}

.topContent {
  padding: 0 20px;
  font-size: 18px;
  margin-top: 50px;
  color: #666666;
}
.desBoxWrapper .headBg{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.projectContent p img{
  align-items: center;
  width: 100%;
}