body{
  background: #F8F8F8;
}
.tabs {
  width: 100%;
  background-color: #f8f8f8;
  color: #182E46;
  height: 50px;
  line-height: 50px;
  user-select: none;
  border-bottom: 1px solid #d8d8d8;
  /* cursor: pointer; */
}
.production {
  margin: 60px 0;
  margin-bottom: 100px;
  background-color: #fff;
}

.production .title {
  font-weight: 600;
  color: #2C5595;
  line-height: 67px;
  letter-spacing: 1px;
  margin: 20px;
}
.production div{
  padding: 0 40px;

}
.production>div p {
  line-height: 26px;
  color: #182E46;
}

.production div img {
  width: 870px;
  /* height: 490px; */
  display: block;
  margin: 20px auto;
}