.culture-container img {
  width: 100%;
  object-fit: contain;
}
.culture-container .text {
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  color: #585858;
  margin: 30px 0;
  padding: 0 10%;
  box-sizing: border-box;
}
.culture-container .title {
  font-size: 42px;
  font-weight: bold;
  color: #323232;
  margin-top: 30px;
}
.culture-container .min-title {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  color: #323232;
  margin-top: 15px;
  margin-bottom: 60px;
}



/* honor 公司声誉 */

.honor-container .pic-wall {
  width: 100%;
  object-fit: contain;
  border-radius: 15px;
}

.honor-container .books {
  width: 100%;
  margin-top: 40px;
  overflow: hidden;
}

.honor-container .books .book-item {
  width: 133px;
  height: 124px;
}

.honor-container .book-item img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: contain;
}

@media screen and (max-width: 768px) {

  /* honor 公司榮声誉 */
  .honor-container {
    width: 100%;
  }
}<!--耗时1755816901.6404秒-->