.bustext {
  text-align: center;
}

.bustext div {
  text-align: left;
  margin-top: 30px;
}

.bustext div h2 {
  font-size: 24px;
  font-weight: 800;
  line-height: 40px;
  color: #333333;
}

.bustext div p {
  font-size: 16px;
  font-weight: bold;
  line-height: 46px;
  color: #666666;
}

/* 企业文化 */
.cultures {
  width: 100%;
  height: 554px;
  background-color: #F2F2F285;
  margin-top: 60px;
}

.cultures .w3 {
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-content: center
}

.cultures .w3 .titles {
  margin-top: -30px;
}

.cultures .w3 img {
  margin-left: 60px;
}

.cultures .w3 h2 {
  font-size: 26px;
  font-weight: 800;
  line-height: 16px;
  color: #333333;
  margin-top: 40px;
}

.cultures .w3 p {
  font-size: 18px;
  font-weight: bold;
  line-height: 46px;
  color: #666666;
}

/* 企业资质 */
.qualifications {
  text-align: center;
}

.qualifications div {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-row-gap: 50px;
  grid-column-gap: 95px;
  justify-items: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 90px;
}

.qualifications div img {
  width: 189px;
  height: 261px;
  cursor: pointer;
  transition: all .5s;
  box-shadow: 3px 3px 10px rgba(0,0,0,0.14);
}

.qualifications div img:hover {
  transform: scale(1.3, 1.3);
}
.qualifications div .himg{
  height: 250px;
}
.qualifications .boxf{
  
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 50px;
  grid-column-gap: 95px;
  justify-items: center;
  align-items: center;
}
.qualifications .boxf img{
  
  width: 400px;
}