.c1 {
  padding-left: 10.4vw;
  padding-right: 9.1vw;
}
.ac {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.fx {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-content: space-around;
  flex-wrap: nowrap;
  flex-direction: row;
}
.aEnL {
  position: relative;
  padding-left: 5.2%;
}
.aEnL .en {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  font-family: 'DINCond';
  color: #C9C9C9;
  padding-left: 17px;
  writing-mode: vertical-lr;
  text-transform: uppercase;
  border-left: 1px solid #D7D7D7;
}
.culture {
  background: url(../img/culture-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 127px 0 188px;
}
.culture-wrap {
  margin-top: 92px;
}
.culture-wrap .img {
  position: relative;
  width: 449px;
  height: 449px;
}
.culture-wrap .img > img {
  border: 5px solid #fff;
  box-sizing: border-box;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0 24px 1px rgba(0, 0, 0, 0.27);
}
.culture-wrap .wh-items {
  width: calc(100% - 449px);
  padding-left: 2.2%;
}
.culture-wrap .cir {
  position: absolute;
  top: 50%;
  right: -20%;
  transform: translateY(-50%);
  width: 67.2%;
}
.wh-item {
  position: relative;
  width: 86.1%;
  height: 101px;
  background: #fff;
  padding-left: 132px;
  padding-right: 20px;
  box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.06);
  border-radius: 51px 51px 51px 51px;
}
.wh-item:not(:last-of-type) {
  margin-bottom: 75px;
}
.wh-item .num {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border-radius: 50px;
  font-family: 'AlibabaPuHuiTi-R';
  color: #fff;
  text-align: center;
  line-height: 36px;
  background-color: #CCCCCC;
}
.wh-item .wh-name {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 101px;
  height: 101px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  background-color: #009B4C;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
  border: 10px solid #fff;
  box-sizing: border-box;
}
.wh-item .wh-name span {
  display: block;
  width: 100%;
  font-size: 24px;
  line-height: 30px;
}
.wh-item .wh-name .txt * {
  font-size: inherit;
}
.wh-1 .num {
  left: -15%;
}
.wh-2 {
  margin-left: auto;
}
.wh-2 .num {
  left: -13.5%;
}

.lt50 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.fs16 {
  font-size: 18px;
}

.fs50{
  font-size: 36px;
  margin-bottom: 0px;
}

@media only screen and (max-width: 1024px){

  .aEnL {
    padding-left: 3.2%;
  }
  .aEnL .en {
    padding-left: 10px;
    display: none;
  }
  .culture {
    padding: 80px 0;
  }
  .culture-wrap {
    flex-direction: column;
    margin-top: 50px;
  }
  .culture-wrap .img {
    display: none;
    width: 100%;
    height: auto;
  }
  .culture-wrap .img > img {
    height: 350px;
    object-fit: cover;
    border-radius: 0;
  }
  .culture-wrap .cir {
    display: none;
  }
  .culture-wrap .num {
    display: none;
  }
  .culture-wrap .wh-items {
    width: 100%;
    padding-left: 0;
  }
  .wh-item {
    width: 100%;
    height: 80px;
  }
  .wh-item:not(:last-of-type) {
    margin-bottom: 30px;
  }
  .wh-item .wh-name {
    width: 80px;
    height: 80px;
    border-width: 3px;
  }

  .c1 {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .fs16 {
    font-size: 14px;
  }
  .wh-item:not(:last-of-type) {
    margin-bottom: 30px;
  }

  .wh-item {
    height: 90px;
    padding-left: 100px;
  }
}