.add0721-01 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.add0721-01 ul li {
  width: 30%;
  background: url(../images/graybg.png) no-repeat;
  background-size: cover;
  position: relative;
  margin: 0 1.6%;
  margin-bottom: 30px;
}
.add0721-01 ul li img {
  width: 100%;
}
.add0721-01 ul li span {
  position: absolute;
  right: 20px;
  top: 20px;
  background: #7e7e7e;
  display: block;
  padding: 5px 10px;
  color: #fff;
  font-size: 16px;
  border-radius: 10px;
}
.add0721-hyx {
  overflow: hidden;
  position: relative;
}
.add0721-hyx .swiper0721 {
  margin: 0 60px;
  overflow: hidden;

}
.add0721-hyx .swiper-slide {
  background: url(../../add0721/goldbg.png) no-repeat;
  background-size: cover;
  position: relative;
}
.add0721-hyx .swiper-slide img {
  width: 100%;
}
.add0721-hyx .swiper-slide span {
  position: absolute;
  right: 20px;
  top: 20px;
  background: #c29d4e;
  display: block;
  padding: 5px 10px;
  color: #fff;
  font-size: 16px;
  border-radius: 10px;
}
.add0721-hyx .swiper-pagination {
  position: static;
  margin-top: 20px;
}
.add0721-hyx .swiper-pagination .swiper-pagination-bullet-active {
  color: #c29d4e;
  background: #c29d4e;
}

.add0721-hyx .swiper-button-next,
.add0721-hyx .swiper-button-prev {
  color: #c29d4e;
  bottom: 30%;
  top: unset;
}

.add0721-hyx .titDiv {
    text-align: center;
    margin-bottom: 30px;
    
}
.add0721-hyx .titDiv h3 {
    font-size: 42px!important;
    margin-bottom: 20px;
    color: #7c583f;
    
}

.add0721-hyx .titDiv p {
    font-size: 16px
}


.add0721-hyx .titnew {
    text-align: center;
    margin-bottom: 30px;
    
}
.add0721-hyx .titnew h3 {
    font-size: 42px!important;
    margin-bottom: 20px;
    color: #7c583f;
    
}

.add0721-hyx .titnew p {
    font-size: 16px
}


@media (max-width:1024px) {

    .add0721-01 ul li {
        width: 48%;
        margin: 0 1%;
        margin-bottom: 20px;
    }
    .add0721-01 ul li span {
        top: 10px;
        right: 10px;
    }
}