.culture_wrap,
.appl_wrap {
  /*padding: 8.212% 0%;*/
  padding-bottom: 8%;
}
.section1 .img {
  position: relative;
}
.section1 .txt {
  color: #000;
  position: absolute;
  left: 55.66%;
  text-transform: uppercase;
}
.section1 .txt .tit {
  font-weight: bold;
}
.section1 .line {
  height: 2px;
  background: #000;
  width: 44px;
  margin-top: 2%;
}
.section1 .txt .en{margin-top: 20px;}
.section2 .items .img {
  position: relative;
  color: #fff;
  float: left;
  width: 49%;
  margin-right: 2%;
  margin-top: 2%;
}
.section2 .items .img:nth-child(2n) {
  margin-right: 0;
}
.section2 .items .tit {
  font-weight: bold;
  position: absolute;
  top: 12.24%;
  left: 8%;
  z-index: 2;
  line-height: 1;
}
.section2 .items .tit::after {
  content: '';
  position: absolute;
  top: 58px;
  left: 0;
  display: block;
  width: 44px;
  height: 2px;
  background: #fff;
}
.section2 .items .des {
  position: absolute;
  left: 8%;
  bottom: 9.189%;
}
/* 集团业务 */
.appl_wrap li {
  background-color: #fff;
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.appl_wrap li:nth-child(3n) {
  margin-right: 0;
}
.appl_wrap li .des {
  color: #2a2f34;
  border: 1px solid #e8e8e8;
  border-top: none;
  padding: 5%;
}
.appl_wrap li .des .tit {
  line-height: 1;
}
.appl_wrap li .des em {
  display: block;
  width: 16px;
  height: 2px;
  background-color: #2a2f34;
  margin-top: 12px;
}
@media only screen and (max-width: 768px) {
  .culture_wrap .section1 .txt {
    left: 4%;
  }
  .culture_wrap .section2 .items .tit::after {
    top: 30px;
  }
  .culture_wrap .section2 .items .des {
    font-size: 12px;
    max-width: 84%;
  }
  .appl_wrap li {
    width: 100%;
    margin-right: 2%;
  }
  .appl_wrap li:nth-child(3n) {
    margin-right: 2%;
  }
  .appl_wrap li:nth-child(2n) {
    margin-right: 0;
  }
  .section2 .items .img{width: 100%;}
}
