/* 产品服务头部 */
.production-head {
  padding: 15px 0;
  background: #151f30;
}
.production-head .production-head-tit {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  color: #ffffff;
}
.production-head .production-head-tit .production-head-description p {
  margin-top: 20px;
}
.production-head .production-head-img {
  display: block;
  width: 90%;
  margin: 0 auto;
}