/* 合作 */
.cooperation{
    width:100%;
}
.cooperation-container{
    /* border: 1px red solid; */
    margin: 0px auto;
}
/* 标题 */
.cooperation-container h1{
    text-align: center;
    font-size: 38px;
    color: #474747;
    margin: 8% 0px 6% 0px;
}


/* 轮播图 */
.swiper-container1 {
    width: 100%;
    height: 30%;
  }
  .swiper-container1 .swiper-wrapper .swiper-slide{
    text-align: center;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
  }
  .swiper-slide:not(.swiper-slide-active){
    transform: scale(0.8);
  }
  .swiper-slide img{
      width: 100%;
      border-radius: 10px;
      
  }