.enterprise-carousel {
  padding-top: 120px;
  overflow: hidden;
  max-width: 1920px;
  margin: auto;
  padding-bottom: 24px;
}
@keyframes left-effect {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes right-effect {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
.enterprise-carousel .list {
  width: calc(202px * 10 + 24px * 9);
  animation: left-effect 20s linear infinite;
  display: flex !important;
  margin-top: 64px;
}
.enterprise-carousel .list:hover {
  animation-play-state: paused;
}
.enterprise-carousel .list img {
  display: block;
  width: 202px;
  margin-right: 24px;
  border-radius: 16px;
  transition: transform 400ms ease-out;
  border: 1px solid #f2f2f2;
  box-shadow: 0px 4px 16px 0px rgba(53, 48, 48, 0.08);
}
.enterprise-carousel .list img:hover {
  transform: scale(1.05);
}
.enterprise-carousel .list2 {
  animation: right-effect 30s linear infinite;
  margin-top: 24px;
}
.enterprise-carousel .list3 {
  animation: left-effect 40s linear infinite;
  margin-top: 24px;
}
.enterprise-conduct-con .conduct-con {
  margin-top: 192px;
  padding: 0 20px;
}
.enterprise-conduct-con .conduct-con .conduct {
  display: flex;
  max-width: 1208px;
  margin: 0 auto;
  padding: 22px 32px 22px 112px;
  align-items: center;
  background: linear-gradient(105deg, #f9fdff, #e0f3ff 100%);
  border-radius: 32px;
}
.enterprise-conduct-con .conduct-con .conduct .text {
  margin-right: 80px;
  max-width: 536px;
  text-align: left;
}
.enterprise-conduct-con .conduct-con .conduct .text-title {
  font-weight: 600;
  font-size: 32px;
}
.enterprise-conduct-con .conduct-con .conduct .text-desc {
  margin-top: 24px;
  color: rgba(53, 48, 48, 0.7);
  font-size: 20px;
}
.enterprise-conduct-con .conduct-con .conduct .text-btn {
  margin-top: 48px;
  display: inline-block;
  padding: 12px 68px;
  background: #009dff;
  border-radius: 8px;
  color: #fff;
}
.enterprise-conduct-con .conduct-con .conduct .img {
  width: 448px;
}
@media screen and (max-width: 1099px) {
  .enterprise-conduct-con .conduct-con .conduct {
    padding: 22px 16px 22px 16px;
    flex-direction: column;
    align-items: center;
  }
  .enterprise-conduct-con .conduct-con .conduct .text {
    margin-right: 0;
    max-width: 100%;
    text-align: center;
  }
  .enterprise-conduct-con .conduct-con .conduct .text-title {
    font-size: 24px;
    width: 100%;
  }
  .enterprise-conduct-con .conduct-con .conduct .text-desc {
    font-size: 16px;
    width: 100%;
  }
  .enterprise-conduct-con .conduct-con .conduct .text-btn {
    margin-top: 24px;
    padding: 12px 32px;
    font-size: 14px;
  }
  .enterprise-conduct-con .conduct-con .conduct .img {
    width: 80%;
    margin: 12px auto;
  }
}
