.cooperation {
  padding-top: 110px;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background: url("../image/cooperation-background.jpg") round;
}

.cooperation-header {
  padding: 25px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  box-sizing: border-box;
}

.cooperation-content {
  height: auto;
  /*width: var(--hualu-index-content-width);*/
  /*width: 940px;*/
  margin: 0 auto;
  gap: 50px;
  position: relative;
}

.cooperation-content .cooperation-title {
  margin: 0 auto;
  width: var(--hualu-content-width);
  height: 80px;
  background: url("../image/cooperation-title.png") no-repeat center / cover;
}

.cooperation-content .content-wrapper {
  width: 940px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  gap: 10px;
}

.cooperation-content .content-wrapper .content-wrapper-left {
  width: 570px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cooperation-content .content-wrapper .content-wrapper-left .top {
  width: 390px;
  height: 175px;
  box-sizing: border-box;
  padding: 20px 20px 0;
  display: flex;
  margin-bottom: -66px;
  background: url(../image/cooperation-top-bg.png) no-repeat top center;
  background-size: contain;
}

.cooperation-content .content-wrapper .content-wrapper-left .top .info {
  width: 314px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.cooperation-content
  .content-wrapper
  .content-wrapper-left
  .top
  .info
  .first-line {
  font-size: 18px;
  font-family: AlibabaPuHuiTi-Medium;
  height: 25px;
  line-height: 25px;
  color: #333333;
}

.cooperation-content
  .content-wrapper
  .content-wrapper-left
  .top
  .info
  .sec-line {
  color: #666666;
  font-size: 16px;
  height: 44px;
  line-height: 22px;
}

.cooperation-content .content-wrapper .content-wrapper-left .top .icon {
  width: 36px;
  height: 38px;
  background: url("../image/cooperation-building-icon.png") center no-repeat;
  background-size: cover;
}

.cooperation-content .content-wrapper .content-wrapper-left .swiper-box {
  width: 100%;
  height: 260px;
}

#swiper-cooperation {
  position: relative;
}

#swiper-cooperation #cooperation-swiper-pagination {
  position: absolute;
  bottom: 20px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  cursor: pointer;
  z-index: 200;
}

#cooperation-swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: white;
  opacity: 1;
  cursor: pointer;
}

#cooperation-swiper-pagination .swiper-pagination-bullet-active {
  background: orange;
  width: 25px;
  border-radius: 9px;
}

.cooperation-content .content-wrapper .content-wrapper-left .swiper-box img {
  width: 100%;
  height: 260px;
  border: 1px solid white;
  border-radius: 10px;
  overflow: hidden;
}

.cooperation-content .content-wrapper .content-wrapper-right {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cooperation-content .content-wrapper .content-wrapper-right ul {
  display: flex;
  flex-direction: column;
  gap: 50px;
  height: 70%;
}

.cooperation-content .content-wrapper .content-wrapper-right ul li {
  width: 370px;
  height: 56px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /*box-shadow: inset 18px -3px 3px 0 rgba(255,255,255,0.5);*/
  border-radius: 37px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #355ec4;
}

.cooperation-content
  .content-wrapper
  .content-wrapper-right
  ul
  li:nth-child(2) {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  transform: translateX(60px);
}

.cooperation-content .content-wrapper .content-wrapper-right ul li a {
  height: 28px;
  line-height: 28px;
}

.cooperation-content .content-wrapper .content-wrapper-right ul li a span {
  color: #ff9e00;
}

.cooperation-read_more {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(28px);
  display: flex;
  gap: 12px;
  color: white;
  height: 17px;
  line-height: 24px;
  font-size: 15px;
  cursor: pointer;
}

.cooperation-read_more::after {
  content: "";
  position: absolute;
  right: -27px;
  top: 4px;
  width: 18px;
  height: 15px;
  background: url("../image/right-arrow-white.png") center / cover no-repeat;
}
