.cooperation{
    width: 1330px;
    height: 500px;
    margin: 150px 15%;
}
.title{
  margin-bottom: 50px;
}
.title h1{
  font-size: 38px;
}
.title p{
  font-size: 18px;
  color: rgb(153, 153, 153);
}
.cooperation ul{
  width: 1390px;
  height: 400px;
  overflow: hidden;
  position: relative;
}
/* .cooperation ul div{
  width: 100%;
  position: absolute;
} */
.cooperation ul li{
  position: absolute;
  left: 1420px;
  width: 1420px;
  margin: 0 0 100px 30px;
  
}
.cooperation ul img{
  padding-right: 66px;
}
.left{
  position: absolute;
  visibility: hidden;
  white-space: nowrap;
  transform: translateX(1420px);
}
.right{
  position: absolute;
  white-space: nowrap;
  user-select: none;
  transition: transform 12s linear;
}
@keyframes scrollTo {
  to{
    transform: translateX(-1920px);
  }
}
.child{
  position: absolute;
  transform: translateX(1420px);
  animation: scrollTo linear 12s infinite;
}
.road-one{
  position: absolute;
  top: 0;
  transform: translateX(1420px);
  animation: scrollTo linear 12s infinite;
}
.road-two{
  position: absolute;
  top: 90px;
  transform: translateX(1420px);
  animation: scrollTo linear 13s infinite;
}
.road-three{
  position: absolute;
  top: 180px;
  transform: translateX(1420px);
  animation: scrollTo linear 14s infinite;
}