.qianhe-home-blogs {
  position: relative;
  padding-bottom: 100px;
  overflow: hidden;
}

.qianhe-home-blogs::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:  linear-gradient(to bottom, #f9f6f0 0%,#f9f6f0 30%, var(--color-second) 30%, var(--color-second) 100%);
}

.qianhe-home-blogs .container {
  width: 1400px;
  margin: 0 auto;
}

.qianhe-home-blogs .swiper-container {
  width: 100%;
  overflow: hidden;
}

.qianhe-home-bloglist {
  position: relative;
  z-index: 1
}

.qianhe-home-bloglist ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

.qianhe-home-bloglist li {
  position: relative;
  width: 23.5%;
  overflow: hidden
}

.qianhe-home-bloglist li span img {
  width: 100%;
  vertical-align: middle;
  transition: 1s all;
  aspect-ratio: 1/ 1;
  object-fit: cover;
}

.qianhe-home-bloglist li:hover span img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05)
}

.qianhe-home-blogup {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  background: rgba(0, 0, 0, 0.4);
}

.qianhe-home-blogup i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 50px;
  color: white;
}

.qianhe-home-bloganniu {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 80px;
  z-index: 1
}

.qianhe-home-bloganniu a.swiper-button-prev,
.qianhe-home-bloganniu a.swiper-button-next {
  position: relative;
  display: block;
  width: auto;
  height: auto;
  margin: 0;
  font-size: 17px;
  color: #fff
}

.qianhe-home-bloganniu a.swiper-button-prev::after,
.qianhe-home-bloganniu a.swiper-button-next::after {
  display: none;
}

.qianhe-home-bloganniu a.swiper-button-disabled {
  opacity: .7;
  cursor: not-allowed;
}

.qianhe-home-bloganniu h3 {
  margin: 0 auto;
}

.qianhe-home-bloganniu h3 a {
  font-size: 36px;
  color: #fff
}

@media screen and (max-width: 1580px) {
  .qianhe-home-blogs .container {
    width: 82%;
  }
}

@media screen and (max-width: 960px) {
  .qianhe-home-blogs .container {
    width: 88%;
  }

  .qianhe-home-bloganniu {
    margin-top: 60px;
  }
}