.qianhe-home-blogs {
  position: relative;
  padding-bottom: 100px;
  background: #f9f6f0 url('./pics/line03.jpg') repeat-x left bottom;
  overflow: hidden;
}
.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;
}
.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 {
 
}
.qianhe-home-bloganniu h3 a {
  font-size: 26px;
  color: #fff
}
.qianhe-home-blogs::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  width: 269px;
  height: 161px;
  background: url('./pics/bg06.png') no-repeat
}

@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;
  }
}