.content-box {
  padding: 59px 0;

}

.content-h6 {
  font-size: 34px;
  line-height: 51px;
  font-weight: bold;
  margin-bottom: 16px;
  color: #333;
  margin-top: 22px;
}

.content-p1 {
  font-size: 22px;
  line-height: 45px;
  color: #000000;
}

.line-red-l {
  width: 100%;
  height: 1px;
  background: #b11f23;
  margin-top: 16px;
  margin-bottom: 16px;
}

.content-p2 {
  font-size: 16px;
  line-height: 35px;
  color: #5e5e5e;
}

.photo-box-b {
  background-image: url(../images/banner/ye.png);
  background-size: 20px 20px;
  background-repeat:repeat;
}

.photo-box {
  padding-top: 79px;
  padding-bottom: 53px;
}

.photo-box h5 {
  text-align: center;
  font-weight: bold;
  font-size: 34px;
  color: #131313;
}

.row-box {
  margin-bottom: 50px;
}

.row-box p {
  font-weight: bold;
  font-size: 24px;
  color: #131313;
  margin-bottom: 16px;
}

.img-flex {
  display: flex;
  flex-wrap: wrap;
}

.img-box {
  width: calc((100% - 84px) / 7);
  overflow: hidden;
  margin-right: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.img-box span {
  font-size: 16px;
  color: #000000;
  line-height: 49px;
}

.img-box:nth-child(7n) {
  margin-right: 0;
}

.img-item img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.5s ease;
}

.img-item img:hover {
  transform: scale(1.1);
}

.line-red {
  margin: 0 auto;
  width: 136px;
  height: 0px;
  border: 2px solid #b11f23;
  margin-bottom: 70px;
  margin-top: 16px;
}

.img-item {
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .content-box {
    padding: 0.52rem 0;
    padding-top: 0.3rem;

  }

  .content-h6 {
    font-size: 0.43rem;
    line-height: 0.51rem;
    margin-bottom: 0.24rem;
    margin-top: 0.33rem;
  }

  .content-p1 {
    font-size: 0.28rem;
    line-height: 0.45rem;
  }

  .line-red-l {
    margin-top: 0.46rem;
    margin-bottom: 0.46rem;
  }

  .content-p2 {
    font-size: 0.28rem;
    line-height: 0.5rem;

  }

}


@media screen and (max-width: 768px) {
  .content-box {
    padding: 0.54rem 0;
  }

  .photo-box {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }

  .photo-box h5 {
    font-size: 0.43rem;
  }

  .row-box {
    margin-bottom: 0.53rem;
  }

  .line-red {
    width: 1.36rem;
    margin-bottom: 0.9rem;
  }

  .row-box p {
    font-size: 0.34rem;
    margin-bottom: 0.39rem;
  }

  .img-box {
    width: calc((100% - 0.48rem) / 3);
    overflow: hidden;
    margin-right: 0.16rem;
  }

  .img-box:nth-child(7n) {
    margin-right: unset;
  }

  .img-box:nth-child(3n) {
    margin-right: 0;
  }

  .img-box span {
    font-size: 0.28rem;
    line-height: 0.76rem;
  }
}