.banner {
  width: 100%;
  height: 800px;
  background: url("../../image/home/banner.png") no-repeat center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner .b-t {
  text-align: center;
  margin-bottom: 77px;
}
.banner .b-t .c-img {
  width: 577px;
  margin-bottom: 24px;
}
.banner .b-t .b-t-desc {
  font-size: 18px;
  color: #262626;
}
.banner .d-list .d-item {
  width: 202px;
  margin-right: 79px;
}
.banner .d-list .d-item:last-child {
  margin-right: 0;
}

.cus-swiper {
  border-radius: 50px;
  border: 1px solid #E8EDF1;
  background: #F8FAFD;
  padding: 60px;
  padding-right: 30px;
  padding-bottom: 40px;
  box-sizing: border-box;
  margin-bottom: 85px;
  position: relative;
  overflow: hidden;
}
.cus-swiper:last-child {
  margin-bottom: 0;
}
.cus-swiper .swiper-scrollbar {
  width: 40px;
  height: 3px;
  position: absolute;
  right: 60px;
  bottom: 37px;
  left: inherit;
  background-color: #D1D4E0;
}
.cus-swiper .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #0067FF;
}
.cus-swiper .cus-swiper-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.cus-swiper .cus-swiper-item .left {
  height: 365px;
  position: relative;
}
.cus-swiper .cus-swiper-item .left .l-logo {
  width: 60px;
}
.cus-swiper .cus-swiper-item .left .s-title {
  font-size: 42px;
  color: #262626;
  font-weight: bold;
  margin-top: 16px;
  margin-bottom: 10px;
}
.cus-swiper .cus-swiper-item .left .s-d-t {
  font-size: 31px;
  line-height: 38px;
  text-align: left;
  background: linear-gradient(1.8050238836deg, #4DD45B 0%, #2CC4D9 100%);
  color: transparent;
  background-clip: text;
  font-weight: bold;
  margin-bottom: 16px;
}
.cus-swiper .cus-swiper-item .left .s-desc {
  font-size: 16px;
  color: #4C4C4C;
  line-height: 25px;
  max-width: 425px;
}
.cus-swiper .cus-swiper-item .left .more-btn {
  width: 163px;
  height: 48px;
  background: #262626;
  border-radius: 42px;
  color: #fff;
  border: none;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 18px;
  left: 0;
}
.cus-swiper .cus-swiper-item .left .more-btn .el-icon-arrow-right {
  font-size: 15px;
  font-weight: 550;
  margin-left: 2px;
}
.cus-swiper .cus-swiper-item .right .r-img {
  margin-top: -40px;
  width: 630px;
}

.set-dir {
  padding-right: 60px;
  padding-left: 30px;
}
.set-dir .cus-swiper-item {
  flex-direction: row-reverse;
}

.cooperative-enterprise {
  width: 100%;
  height: 565px;
  background: linear-gradient(215deg, #FBFDFF 0%, #DFF5FF 100%);
  margin-top: 110px;
  padding-top: 80px;
  padding-bottom: 90px;
  box-sizing: border-box;
}
.cooperative-enterprise .m-title {
  text-align: center;
  font-size: 32px;
  color: #262626;
  font-weight: bold;
  margin-bottom: 20px;
}
.cooperative-enterprise .s-title {
  font-size: 16px;
  color: #262626;
  text-align: center;
}
.cooperative-enterprise .am-box {
  margin-top: 40px;
}
.cooperative-enterprise .am-box .am {
  overflow-x: hidden;
}
.cooperative-enterprise .am-box .am .c-box {
  display: flex;
  align-items: center;
  width: fit-content;
  padding: 10px 0px;
  box-sizing: border-box;
  animation: move 25s infinite linear backwards reverse;
}
.cooperative-enterprise .am-box .am .c-box:hover {
  animation-play-state: paused;
}
@keyframes move {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translate(-50%);
  }
}
.cooperative-enterprise .am-box .am .c-box li {
  margin-right: 28px;
  border-radius: 10px;
}
.cooperative-enterprise .am-box .am .c-box li:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.06);
}
.cooperative-enterprise .am-box .am .c-box li:last-child {
  margin-right: 0;
}
.cooperative-enterprise .am-box .am .c-box li .c-img {
  width: 169px;
}
.cooperative-enterprise .am-box .gra {
  height: 100%;
  position: absolute;
  top: 0;
  width: 169px;
  z-index: 0;
}
.cooperative-enterprise .am-box .left-g {
  background-image: linear-gradient(90deg, #e7f7ff, transparent);
  left: 0;
}
.cooperative-enterprise .am-box .right-g {
  background-image: linear-gradient(270deg, #f3fbff, transparent);
  right: 0;
}