.company-profile-title {
  text-align: center;
  color: #333333;
  font-size: 60px;
  padding-top: 50px;
}

.company-profile {
  background-image: url("../images/img_aboutus.jpg");
  background-repeat: no-repeat;
  height: 715px;
  background-position-x: right;
  background-color: #FFF;
  background-size: auto 100%;
  min-width: 1400px;
}

.company-profile-body {
  position: relative;
  top: 50%;
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
}

.company-profile-body p {
  text-align: left;
  width: 40%;
  font-size: 20px;
  color: #111111;
  margin-left: 5%;
}

.company-culture {
  min-width: 1200px;
  width: auto;
  height: 745px;
  background-image: url("../images/img_about_bg.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.culture-title .qywh {
  
  font-weight: 600;
  font-size: 60px;
  line-height: 84px;
  color: #FFFFFF;
  padding-top: 100px;
  text-align: center;
}

.culture-title .bccz {
  font-size: 32px;
  line-height: 186.5%;
  color: #FFFFFF;
  text-align: center;
}

.qyjzg {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.qyjzg-item {
  width: 148px;
  height: 180px;
  margin: 100px 60px;
}

.qyjzg-item img {
  width: 148px;
  height: 148px;
}

.qyjzg-item p {
  font-size: 28px;
  line-height: 186.5%;
  color: #FFFFFF;
  text-align: center;
}

.qysm {
  font-size: 32px;
  line-height: 186.5%;
  color: #FFFFFF;
  text-align: center;
}