.cooperatePage {
  width: 100%;
}
.cooperatePage .cooperate-title {
  font-weight: 500;
  font-size: 36px;
  color: #2B2828;
  line-height: 63px;
  font-family: 'AlibabaPuHuiTi-Medium';
  padding-left: 26px;
  position: relative;
}
.cooperatePage .cooperate-title::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 63px;
  background: #AE72FE;
}
.cooperatePage .customer-type {
  width: 100%;
  background: linear-gradient(134deg, #f9fefd 0%, #feffff 51%, #f3f8fe 100%);
}
.cooperatePage .customer-type .customer-type-main {
  width: 100%;
  max-width: 1920px;
  padding: 106px 260px 100px;
  margin: 0 auto;
}
.cooperatePage .customer-type .cooperate-title {
  margin-bottom: 50px;
}
.cooperatePage .customer-type .customer-type-inner {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.cooperatePage .customer-type .customer-type-inner .customer-type-item {
  margin-right: 33px;
  width: 288px;
}
.cooperatePage .customer-type .customer-type-inner .customer-type-item .customer-type-item-img {
  width: 288px;
  height: 296px;
  border-radius: 12px;
  overflow: hidden;
  border: 2px solid rgba(211, 211, 211, 0.2);
}
.cooperatePage .customer-type .customer-type-inner .customer-type-item .customer-type-item-img img {
  display: block;
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: 0.5s;
}
.cooperatePage .customer-type .customer-type-inner .customer-type-item .customer-type-item-con {
  width: 288px;
  height: 296px;
  border-radius: 12px;
  border: 2px solid #D3D3D3;
  padding: 26px 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cooperatePage .customer-type .customer-type-inner .customer-type-item .customer-type-item-con .customer-type-item-desc {
  font-weight: 300;
  font-size: 18px;
  color: #000000;
  line-height: 25px;
}
.cooperatePage .customer-type .customer-type-inner .customer-type-item .customer-type-item-con .customer-type-item-title {
  font-weight: 500;
  font-size: 24px;
  color: #000000;
  line-height: 32px;
  margin-top: 20px;
  text-align: left;
}
.cooperatePage .customer-type .customer-type-inner .customer-type-item .customer-type-item-con .customer-type-item-title .text {
  display: inline-block;
  width: auto;
  transition: background-size 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  display: inline;
  text-decoration: none;
  padding-bottom: 4px;
  background-image: radial-gradient(circle farthest-corner at 10% 20%, #000000 0, #000000 100.2%);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: left 90%;
  border-radius: 0;
}
.cooperatePage .customer-type .customer-type-inner .customer-type-item .customer-type-item-con .customer-type-item-title-other {
  font-size: 24px;
}
.cooperatePage .customer-type .customer-type-inner .customer-type-item:hover .customer-type-item-img img {
  transform: scale(1.05);
}
.cooperatePage .customer-type .customer-type-inner .customer-type-item:hover .customer-type-item-con .customer-type-item-title .text {
  background-size: 100% 1px;
}
.cooperatePage .customer-type .customer-type-inner .customer-type-item .customer-type-item-img-m {
  display: none;
}
.cooperatePage .customer-type .customer-type-inner .customer-type-item .customer-type-item-img-pc {
  display: block;
}
.cooperatePage .customer-type .customer-type-inner .customer-type-item .customer-type-item-bottom {
  margin-top: 33px;
}
.cooperatePage .customer-type .customer-type-inner .customer-type-item:nth-last-of-type(1) {
  margin-right: 0;
}
.cooperatePage .service-market {
  width: 100%;
  overflow: hidden;
}
.cooperatePage .service-market .service-market-logo {
  width: 100%;
  background: #F9F9F9;
  padding: 60px 0 60px 30px;
  display: flex;
  z-index: 12;
  position: relative;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.cooperatePage .service-market .service-market-logo::-webkit-scrollbar {
  height: 0;
  width: 4px;
}
.cooperatePage .service-market .service-market-logo .service-market-logo-item {
  width: 200px;
  height: 100px;
  background: #FFFFFF;
  border-radius: 8px;
  border: 1px solid #0581CB;
  margin-right: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex: none;
}
.cooperatePage .service-market .service-market-logo .service-market-logo-item img {
  display: block;
  width: 100%;
  height: 78%;
  object-fit: scale-down;
  transform: scale(1);
  transition: 0.5s;
}
.cooperatePage .service-market .service-market-logo .service-market-logo-item:hover img {
  transform: scale(1.05);
}
.cooperatePage .service-market .service-market-logo .service-market-logo-item:nth-last-of-type(1) {
  margin-right: 0;
}
.cooperatePage .service-market .service-market-main {
  background: linear-gradient(134deg, #f3f8fe 0%, #feffff 49%, #f9fefd 100%);
}
.cooperatePage .service-market .service-market-main .service-market-main-inner {
  width: 100%;
  padding: 80px 180px 66px;
  max-width: 1920px;
  margin: 0 auto;
}
.cooperatePage .service-market .service-market-title {
  font-weight: 500;
  font-size: 45px;
  color: #2B2B2B;
  line-height: 52px;
  font-family: 'AlibabaPuHuiTi-Medium';
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 132px;
}
.cooperatePage .service-market .service-market-title .text1 {
  color: #AE72FE;
  margin: 0 10px;
}
.cooperatePage .service-market .service-market-title .text2 {
  color: #FF7F68;
}
.cooperatePage .service-market .service-market-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.cooperatePage .service-market .service-market-list .service-market-con-item {
  width: calc((100% - 88px) / 3);
}
.cooperatePage .service-market .service-market-list .service-market-con-item .service-market-con-item-inner {
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  padding: 25px 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 590px;
}
.cooperatePage .service-market .service-market-list .service-market-con-item .service-market-con-item-inner .service-market-con-item-words {
  width: 100%;
  padding: 12px 25px;
}
.cooperatePage .service-market .service-market-list .service-market-con-item .service-market-con-item-inner .service-market-con-item-words .service-market-word-title {
  font-weight: 500;
  font-size: 24px;
  color: #2B2B2B;
  line-height: 30px;
}
.cooperatePage .service-market .service-market-list .service-market-con-item .service-market-con-item-inner .service-market-con-item-words .service-market-word-title .text {
  display: inline-block;
  width: auto;
  transition: background-size 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  display: inline;
  text-decoration: none;
  padding-bottom: 4px;
  background-image: radial-gradient(circle farthest-corner at 10% 20%, #2b2b2b 0, #2b2b2b 100.2%);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: left 90%;
  border-radius: 0;
}
.cooperatePage .service-market .service-market-list .service-market-con-item .service-market-con-item-inner .service-market-con-item-words .service-market-word-desc {
  margin: 25px 0;
  font-weight: 400;
  font-size: 18px;
  color: #2B2B2B;
  line-height: 33px;
}
.cooperatePage .service-market .service-market-list .service-market-con-item .service-market-con-item-inner .service-market-con-item-words .service-market-word-dot {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 2px solid #333333;
  text-align: center;
  line-height: 34px;
  font-size: 20px;
  color: #333333;
  font-weight: 550;
  transition: 0.5s;
}
.cooperatePage .service-market .service-market-list .service-market-con-item .service-market-con-item-inner .service-market-con-item-img {
  width: 100%;
  aspect-ratio: 2.24390244;
  overflow: hidden;
  background: #D3D3D3;
  border-radius: 12px;
  margin-top: 34px;
}
.cooperatePage .service-market .service-market-list .service-market-con-item .service-market-con-item-inner .service-market-con-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s;
}
.cooperatePage .service-market .service-market-list .service-market-con-item .service-market-con-item-inner:hover .service-market-con-item-words .service-market-word-title .text {
  background-size: 100% 1px;
}
.cooperatePage .service-market .service-market-list .service-market-con-item .service-market-con-item-inner:hover .service-market-con-item-words .service-market-word-dot {
  border: 2px solid #6F1FDA;
  background: #6F1FDA;
  color: #fff;
}
.cooperatePage .service-market .service-market-list .service-market-con-item .service-market-con-item-inner:hover .service-market-con-item-img img {
  transform: scale(1.05);
}
.cooperatePage .service-market .service-market-list .service-market-con-item:nth-of-type(2) {
  margin-top: 100px;
}
.cooperatePage .service-market .service-market-list .service-market-con-item:nth-of-type(3) {
  margin-top: 200px;
}
.cooperatePage .collaboration-process {
  width: 100%;
  background: linear-gradient(134deg, #f3f8fe 0%, #feffff 49%, #f9fefd 100%);
  overflow: hidden;
}
.cooperatePage .collaboration-process .cooperate-title::after {
  background: #FF7F68;
}
.cooperatePage .collaboration-process .collaboration-process-inner {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 60px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cooperatePage .collaboration-process .collaboration-process-title {
  padding-left: 230px;
  margin-bottom: 60px;
  width: 100%;
}
.cooperatePage .collaboration-process .collaboration-process-main {
  width: 602px;
  padding-left: 230px;
}
.cooperatePage .collaboration-process .collaboration-process-main .collaboration-process-words-swiper {
  width: 100%;
}
.cooperatePage .collaboration-process .collaboration-process-main .process-words-slide {
  width: 100%;
}
.cooperatePage .collaboration-process .collaboration-process-main .process-words-slide:hover .process-words-title .text {
  background-size: 100% 1px;
}
.cooperatePage .collaboration-process .collaboration-process-main .process-words-title {
  font-weight: 400;
  font-size: 32px;
  color: #2B2B2B;
  line-height: 35px;
}
.cooperatePage .collaboration-process .collaboration-process-main .process-words-title .text {
  display: inline-block;
  width: auto;
  transition: background-size 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  display: inline;
  text-decoration: none;
  padding-bottom: 4px;
  background-image: radial-gradient(circle farthest-corner at 10% 20%, #2b2b2b 0, #2b2b2b 100.2%);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: left 90%;
  border-radius: 0;
}
.cooperatePage .collaboration-process .collaboration-process-main .process-words-desc {
  font-weight: 300;
  font-size: 22px;
  color: #2B2B2B;
  line-height: 50px;
  margin-top: 45px;
  font-family: 'AlibabaPuHuiTi-Light';
}
.cooperatePage .collaboration-process .collaboration-process-imgs {
  width: calc(95% - 602px);
  position: relative;
  overflow: hidden;
  padding-left: 50px;
}
.cooperatePage .collaboration-process .collaboration-process-imgs-swiper {
  width: 537px;
  overflow: visible;
  padding-bottom: 110px;
  position: relative;
}
.cooperatePage .collaboration-process .collaboration-process-imgs-swiper .process-imgs-slide {
  width: 100%;
  aspect-ratio: 0.90862944;
  background: #D3D3D3;
  box-shadow: 0px 10px 16px 0px rgba(0, 0, 0, 0.35);
  border-radius: 12px;
  transition: 0.6s;
  opacity: 0;
}
.cooperatePage .collaboration-process .collaboration-process-imgs-swiper .process-imgs-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s;
}
.cooperatePage .collaboration-process .collaboration-process-imgs-swiper .servicei-imgs-cur {
  opacity: 1;
}
.cooperatePage .collaboration-process .collaboration-process-imgs-swiper .servicei-imgs-cur:hover img {
  transform: scale(1.05);
}
.cooperatePage .collaboration-process .collaboration-process-imgs-swiper .swiper-slide-next {
  opacity: 1;
  transform: translateX(110px) translateY(48px) rotateZ(7deg) !important;
}
.cooperatePage .collaboration-process .collaboration-process-imgs-swiper .swiper-slide-prev {
  transform: translateX(calc((100% + 110px) * (-1))) translateY(48px) rotateZ(-7deg) !important;
}
.cooperatePage .collaboration-process .collaboration-process-imgs-swiper .process-btns {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 12;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.cooperatePage .collaboration-process .collaboration-process-imgs-swiper .process-btns .process-btn {
  cursor: pointer;
  width: 78px;
  height: 78px;
  background: #AE72FE;
  border-radius: 50%;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 50px;
  line-height: 78px;
  text-align: center;
  transition: 0.5s;
}
.cooperatePage .collaboration-process .collaboration-process-imgs-swiper .process-btns .process-btn:hover {
  background: #FF7F68;
}
.cooperatePage .collaboration-process .collaboration-process-imgs-swiper .process-btns .process-btn-cur {
  width: 78px;
  height: 78px;
  background: #B6B6B6;
  border-radius: 50%;
  font-weight: 400;
  font-size: 32px;
  color: #FFFFFF;
  line-height: 78px;
  text-align: center;
  margin: 0 38px;
  transition: 0.5s;
}
.cooperatePage .collaboration-process .collaboration-process-imgs-swiper .process-btns .process-btn-cur:hover {
  background: #FF7F68;
}
.cooperatePage .after-sales {
  width: 100%;
  background: #F9F9F9;
}
.cooperatePage .after-sales .after-sales-inner {
  width: 100%;
  padding: 60px 120px 100px;
  max-width: 1920px;
  margin: 0 auto;
}
.cooperatePage .after-sales .cooperate-title {
  margin-bottom: 50px;
}
.cooperatePage .after-sales .after-sales-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cooperatePage .after-sales .after-sales-list .after-sales-item {
  width: 48%;
  margin-bottom: 50px;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
}
.cooperatePage .after-sales .after-sales-list .after-sales-item .after-sales-con {
  position: relative;
  z-index: 6;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 446px;
  height: 100%;
}
.cooperatePage .after-sales .after-sales-list .after-sales-item .after-sales-con .after-sales-desc {
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 47px;
  padding: 7% 10%;
}
.cooperatePage .after-sales .after-sales-list .after-sales-item .after-sales-con .after-sales-title {
  background: rgba(233, 233, 233, 0.64);
  padding: 28px 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 30px;
  font-family: 'AlibabaPuHuiTi-Medium';
}
.cooperatePage .after-sales .after-sales-list .after-sales-item .after-sales-con .after-sales-title .text {
  display: inline-block;
  width: auto;
  transition: background-size 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  display: inline;
  text-decoration: none;
  padding-bottom: 4px;
  background-image: radial-gradient(circle farthest-corner at 10% 20%, #ffffff 0, #ffffff 100.2%);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: left 90%;
  border-radius: 0;
}
.cooperatePage .after-sales .after-sales-list .after-sales-item .after-sales-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s;
}
.cooperatePage .after-sales .after-sales-list .after-sales-item:hover .after-sales-con .after-sales-title .text {
  background-size: 100% 1px;
}
.cooperatePage .after-sales .after-sales-list .after-sales-item:hover .after-sales-img {
  transform: scale(1.05);
}
.cooperatePage .after-sales .after-sales-list .after-sales-item:nth-of-type(3) {
  margin-bottom: 0;
}
.cooperatePage .after-sales .after-sales-list .after-sales-item:nth-of-type(4) {
  margin-bottom: 0;
}
@media only screen and (max-width: 1918px) {
  .cooperatePage .customer-type .customer-type-main {
    padding: 95px 120px 90px;
    margin: 0 auto;
  }
  .cooperatePage .service-market .service-market-main .service-market-main-inner {
    padding: 70px 120px 66px;
  }
  .cooperatePage .service-market .service-market-title {
    margin-bottom: 60px;
  }
  .cooperatePage .service-market .service-market-list .service-market-con-item .service-market-con-item-inner .service-market-con-item-words .service-market-word-desc {
    margin: 15px 0 25px;
  }
  .cooperatePage .service-market .service-market-list .service-market-con-item {
    width: calc((100% - 72px) / 3);
  }
  .cooperatePage .service-market .service-market-list .service-market-con-item .service-market-con-item-inner .service-market-con-item-words {
    padding: 12px 20px;
  }
  .cooperatePage .service-market .service-market-title {
    font-size: 40px;
  }
  .cooperatePage .collaboration-process .collaboration-process-title {
    padding-left: 120px;
  }
  .cooperatePage .collaboration-process .collaboration-process-main {
    padding-left: 120px;
  }
  .cooperatePage .collaboration-process .collaboration-process-imgs-swiper .process-btns .process-btn {
    width: 70px;
    height: 70px;
    font-size: 42px;
    line-height: 72px;
  }
  .cooperatePage .collaboration-process .collaboration-process-imgs-swiper .process-btns .process-btn-cur {
    width: 70px;
    height: 70px;
    font-size: 30px;
    line-height: 72px;
  }
  .cooperatePage .collaboration-process .collaboration-process-imgs {
    width: calc(98% - 602px);
  }
  .cooperatePage .after-sales .after-sales-inner {
    padding: 60px 120px 90px;
  }
}
@media (max-width: 1650px) {
  .cooperatePage .customer-type .customer-type-inner .customer-type-item .customer-type-item-con .customer-type-item-title {
    font-size: 21px;
  }
  .cooperatePage .after-sales .after-sales-list .after-sales-item .after-sales-con .after-sales-desc {
    font-size: 20px;
    line-height: 45px;
    padding: 7% 8%;
  }
  .cooperatePage .after-sales .after-sales-list .after-sales-item .after-sales-con .after-sales-title {
    padding: 24px 14px;
    font-size: 22px;
    line-height: 28px;
  }
  .cooperatePage .collaboration-process .collaboration-process-main .process-words-desc {
    font-size: 20px;
    margin-top: 35px;
  }
  .cooperatePage .collaboration-process .collaboration-process-main .process-words-title {
    font-size: 29px;
    margin-top: 15px;
  }
  .cooperatePage .after-sales .after-sales-list .after-sales-item .after-sales-con {
    min-height: 400px;
  }
}
@media (max-width: 1598px) {
  .cooperatePage .customer-type .customer-type-main {
    padding: 75px 5% 80px;
  }
  .cooperatePage .service-market .service-market-main .service-market-main-inner {
    padding: 60px 5% 66px;
  }
  .cooperatePage .service-market .service-market-title {
    font-size: 36px;
  }
  .cooperatePage .service-market .service-market-title {
    margin-bottom: 56px;
  }
  .cooperatePage .service-market .service-market-list .service-market-con-item .service-market-con-item-inner .service-market-con-item-words .service-market-word-desc {
    margin: 8px 0 25px;
    font-size: 16px;
    line-height: 31px;
  }
  .cooperatePage .service-market .service-market-list .service-market-con-item .service-market-con-item-inner .service-market-con-item-words .service-market-word-title {
    font-size: 22px;
  }
  .cooperatePage .service-market .service-market-list .service-market-con-item .service-market-con-item-inner .service-market-con-item-words {
    padding: 7px 15px;
  }
  .cooperatePage .collaboration-process .collaboration-process-title {
    padding-left: 5%;
  }
  .cooperatePage .collaboration-process .collaboration-process-main {
    padding-left: 5%;
  }
  .cooperatePage .collaboration-process .collaboration-process-main {
    padding-left: 5%;
    width: 520px;
  }
  .cooperatePage .collaboration-process .collaboration-process-main .process-words-title {
    font-size: 26px;
  }
  .cooperatePage .collaboration-process .collaboration-process-main .process-words-desc {
    font-size: 18px;
    margin-top: 27px;
  }
  .cooperatePage .collaboration-process .collaboration-process-imgs {
    width: calc(98% - 520px);
  }
  .cooperatePage .collaboration-process .collaboration-process-imgs-swiper .process-btns .process-btn {
    width: 60px;
    height: 60px;
    font-size: 35px;
    line-height: 62px;
  }
  .cooperatePage .collaboration-process .collaboration-process-imgs-swiper .process-btns .process-btn-cur {
    width: 60px;
    height: 60px;
    font-size: 25px;
    line-height: 62px;
    margin: 0 30px;
  }
  .cooperatePage .collaboration-process .collaboration-process-imgs-swiper {
    width: 500px;
  }
  .cooperatePage .after-sales .after-sales-inner {
    padding: 60px 5% 80px;
  }
  .cooperatePage .cooperate-title {
    font-size: 32px;
    line-height: 58px;
  }
  .cooperatePage .cooperate-title::after {
    height: 55px;
  }
  .cooperatePage .after-sales .after-sales-list .after-sales-item .after-sales-con .after-sales-desc {
    font-size: 18px;
    line-height: 42px;
  }
  .cooperatePage .after-sales .after-sales-list .after-sales-item .after-sales-con .after-sales-title {
    font-size: 20px;
  }
  .cooperatePage .after-sales .after-sales-list .after-sales-item .after-sales-con {
    min-height: 380px;
  }
  .cooperatePage .customer-type .customer-type-inner .customer-type-item {
    margin-right: 25px;
  }
  .cooperatePage .customer-type .customer-type-inner .customer-type-item .customer-type-item-bottom {
    margin-top: 25px;
  }
  .cooperatePage .customer-type .customer-type-inner .customer-type-item .customer-type-item-con .customer-type-item-title-other {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1395px) {
  .cooperatePage .customer-type .customer-type-inner .customer-type-item {
    width: 270px;
  }
  .cooperatePage .customer-type .customer-type-inner .customer-type-item .customer-type-item-img {
    width: 270px;
  }
  .cooperatePage .customer-type .customer-type-inner .customer-type-item .customer-type-item-con {
    width: 270px;
  }
  .cooperatePage .customer-type .customer-type-main {
    padding: 75px 5% 70px;
  }
  .cooperatePage .service-market .service-market-logo {
    padding: 50px 0 50px 30px;
  }
  .cooperatePage .service-market .service-market-logo .service-market-logo-item {
    margin-right: 48px;
  }
  .cooperatePage .service-market .service-market-title {
    margin-bottom: 50px;
    font-size: 34px;
  }
  .cooperatePage .after-sales .after-sales-inner {
    padding: 60px 5% 70px;
  }
  .cooperatePage .collaboration-process .collaboration-process-title {
    margin-bottom: 50px;
  }
  .cooperatePage .collaboration-process .collaboration-process-imgs-swiper {
    width: 412px;
  }
}
@media (max-width: 1365px) {
  .cooperatePage .customer-type .customer-type-main {
    padding: 64px 5% 60px;
  }
  .cooperatePage .cooperate-title {
    font-size: 29px;
    line-height: 50px;
  }
  .cooperatePage .cooperate-title::after {
    height: 46px;
  }
  .cooperatePage .service-market .service-market-title {
    font-size: 32px;
    line-height: 45px;
  }
  .cooperatePage .service-market .service-market-main .service-market-main-inner {
    padding: 50px 5% 60px;
  }
  .cooperatePage .service-market .service-market-title {
    margin-bottom: 45px;
  }
  .cooperatePage .service-market .service-market-main .service-market-main-inner {
    padding: 50px 5% 0;
  }
  .cooperatePage .collaboration-process .collaboration-process-main {
    width: 430px;
  }
  .cooperatePage .collaboration-process .collaboration-process-main .process-words-title {
    font-size: 22px;
    line-height: 32px;
  }
  .cooperatePage .collaboration-process .collaboration-process-imgs-swiper {
    width: 380px;
  }
  .cooperatePage .collaboration-process .collaboration-process-imgs {
    width: calc(98% - 430px);
  }
  .cooperatePage .collaboration-process .collaboration-process-imgs-swiper .process-btns .process-btn {
    width: 52px;
    height: 52px;
    font-size: 28px;
    line-height: 56px;
  }
  .cooperatePage .collaboration-process .collaboration-process-imgs-swiper {
    padding-bottom: 87px;
  }
  .cooperatePage .collaboration-process .collaboration-process-imgs-swiper .process-btns .process-btn-cur {
    width: 52px;
    height: 52px;
    font-size: 23px;
    line-height: 54px;
  }
  .cooperatePage .collaboration-process .collaboration-process-main .process-words-desc {
    font-size: 16px;
    margin-top: 22px;
    line-height: 40px;
  }
}
@media (max-width: 1250px) {
  .cooperatePage .customer-type .customer-type-inner {
    width: 602px;
  }
  .cooperatePage .customer-type .customer-type-inner {
    flex-wrap: wrap;
  }
  .cooperatePage .customer-type .customer-type-inner .customer-type-item:nth-of-type(1) {
    margin-bottom: 25px;
  }
  .cooperatePage .customer-type .customer-type-main {
    padding: 48px 5% 55px;
  }
  .cooperatePage .service-market .service-market-logo {
    padding: 45px 0 45px 30px;
  }
  .cooperatePage .service-market .service-market-logo .service-market-logo-item {
    margin-right: 38px;
  }
  .cooperatePage .service-market .service-market-main .service-market-main-inner {
    padding: 42px 5% 0;
  }
  .cooperatePage .customer-type .customer-type-inner .customer-type-item:nth-of-type(2) {
    margin-right: 0;
    margin-bottom: 25px;
  }
  .cooperatePage .service-market .service-market-list .service-market-con-item .service-market-con-item-inner {
    min-height: 0;
  }
  .cooperatePage .service-market .service-market-list .service-market-con-item {
    width: calc((100% - 45px) / 3);
  }
  .cooperatePage .service-market .service-market-list .service-market-con-item .service-market-con-item-inner .service-market-con-item-words .service-market-word-title {
    font-size: 19px;
  }
  .cooperatePage .service-market .service-market-list .service-market-con-item .service-market-con-item-inner .service-market-con-item-words {
    padding: 0 10px;
  }
  .cooperatePage .service-market .service-market-list .service-market-con-item .service-market-con-item-inner .service-market-con-item-words .service-market-word-desc {
    margin: 6px 0 22px;
    font-size: 14px;
    line-height: 28px;
  }
  .cooperatePage .service-market .service-market-title {
    font-size: 29px;
    line-height: 40px;
    margin-bottom: 40px;
  }
  .cooperatePage .service-market .service-market-list .service-market-con-item:nth-of-type(2) {
    margin-top: 0;
  }
  .cooperatePage .service-market .service-market-list .service-market-con-item:nth-of-type(3) {
    margin-top: 0;
  }
  .cooperatePage .service-market .service-market-main .service-market-main-inner {
    padding: 42px 5%;
  }
  .cooperatePage .collaboration-process .collaboration-process-main .process-words-desc {
    font-size: 15px;
    margin-top: 18px;
    line-height: 38px;
  }
  .cooperatePage .after-sales .cooperate-title {
    margin-bottom: 42px;
  }
  .cooperatePage .after-sales .after-sales-inner {
    padding: 48px 5% 52px;
  }
  .cooperatePage .collaboration-process .collaboration-process-inner {
    padding: 50px 0;
  }
  .cooperatePage .after-sales .after-sales-list .after-sales-item .after-sales-con .after-sales-desc {
    font-size: 16px;
    line-height: 36px;
  }
  .cooperatePage .collaboration-process .collaboration-process-title {
    margin-bottom: 42px;
  }
  .cooperatePage .after-sales .after-sales-list .after-sales-item {
    width: 49%;
    margin-bottom: 30px;
  }
  .cooperatePage .after-sales .after-sales-list .after-sales-item .after-sales-con .after-sales-title {
    padding: 17px 14px;
    font-size: 16px;
  }
  .cooperatePage .after-sales .after-sales-list .after-sales-item .after-sales-con {
    min-height: 335px;
  }
}
@media (max-width: 1023px) {
  .cooperatePage .collaboration-process .collaboration-process-main {
    width: 45%;
  }
  .cooperatePage .after-sales .after-sales-list .after-sales-item .after-sales-con .after-sales-desc {
    font-size: 14px;
    line-height: 32px;
  }
  .cooperatePage .collaboration-process .collaboration-process-imgs {
    width: 55%;
  }
  .cooperatePage .collaboration-process .collaboration-process-imgs-swiper {
    width: 90%;
    max-width: 412px;
  }
  .cooperatePage .service-market .service-market-list {
    flex-wrap: wrap;
  }
  .cooperatePage .service-market .service-market-list .service-market-con-item {
    width: 48%;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 25px;
  }
  .cooperatePage .service-market .service-market-list .service-market-con-item:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  .cooperatePage .service-market .service-market-list .service-market-con-item .service-market-con-item-inner {
    background: #FFFFFF;
    box-shadow: none;
    border-radius: 0;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .cooperatePage .collaboration-process .collaboration-process-inner {
    padding: 35px 0;
  }
  .cooperatePage .collaboration-process .collaboration-process-title {
    margin-bottom: 30px;
  }
  .cooperatePage .collaboration-process .collaboration-process-main {
    width: 100%;
  }
  .cooperatePage .collaboration-process .collaboration-process-main .process-words-desc {
    font-size: 14px;
    margin-top: 12px;
    line-height: 32px;
  }
  .cooperatePage .collaboration-process .collaboration-process-imgs-swiper .process-btns .process-btn-cur {
    width: 45px;
    height: 45px;
    font-size: 20px;
    line-height: 48px;
    margin: 0 24px;
  }
  .cooperatePage .collaboration-process .collaboration-process-imgs-swiper .process-btns .process-btn {
    width: 45px;
    height: 45px;
    font-size: 25px;
    line-height: 48px;
  }
  .cooperatePage .collaboration-process .collaboration-process-imgs-swiper {
    padding-top: 68px;
    padding-bottom: 0;
  }
  .cooperatePage .collaboration-process .collaboration-process-imgs-swiper .process-btns {
    top: 0;
    bottom: auto;
  }
  .cooperatePage .collaboration-process .collaboration-process-main .process-words-title {
    font-size: 19px;
    line-height: 29px;
  }
  .cooperatePage .collaboration-process .collaboration-process-imgs {
    width: 300px;
    padding-left: 20px;
    margin: 0 auto;
  }
  .cooperatePage .customer-type .cooperate-title {
    margin-bottom: 32px;
  }
  .cooperatePage .cooperate-title {
    font-size: 23px;
    line-height: 42px;
  }
  .cooperatePage .customer-type .customer-type-inner {
    width: 100%;
  }
  .cooperatePage .cooperate-title::after {
    height: 36px;
  }
  .cooperatePage .customer-type .customer-type-inner .customer-type-item {
    margin-right: 0;
    width: 100%;
  }
  .cooperatePage .customer-type .customer-type-inner .customer-type-item:nth-of-type(3) {
    margin-bottom: 25px;
  }
  .cooperatePage .customer-type .customer-type-inner .customer-type-item .customer-type-item-con .customer-type-item-title {
    text-align: center;
  }
  .cooperatePage .service-market .service-market-main .service-market-main-inner {
    padding: 35px 5%;
  }
  .cooperatePage .service-market .service-market-title .text1 {
    margin: 0 0;
  }
  .cooperatePage .service-market .service-market-title {
    font-size: 24px;
    line-height: 37px;
    margin-bottom: 30px;
  }
  .cooperatePage .service-market .service-market-logo {
    padding: 35px 0 35px 30px;
  }
  .cooperatePage .service-market .service-market-logo .service-market-logo-item {
    width: 150px;
    height: 75px;
    margin-right: 28px;
  }
  .cooperatePage .customer-type .customer-type-inner .customer-type-item .customer-type-item-con .customer-type-item-title-other {
    font-size: 18px;
    margin-top: 14px;
  }
  .cooperatePage .customer-type .customer-type-inner .customer-type-item .customer-type-item-con .customer-type-item-desc {
    text-align: center;
    font-size: 14px;
  }
  .cooperatePage .customer-type .customer-type-inner .customer-type-item .customer-type-item-con {
    width: 100%;
    height: auto;
  }
  .cooperatePage .customer-type .customer-type-inner .customer-type-item .customer-type-item-img {
    margin: 0 auto 20px;
  }
  .cooperatePage .customer-type .customer-type-inner .customer-type-item .customer-type-item-bottom {
    margin-top: 0;
  }
  .cooperatePage .customer-type .customer-type-inner .customer-type-item .customer-type-item-img-pc {
    display: none;
  }
  .cooperatePage .customer-type .customer-type-inner .customer-type-item .customer-type-item-img-m {
    display: block;
  }
}
@media (max-width: 641px) {
  .cooperatePage .customer-type .customer-type-main {
    padding: 35px 5% 40px;
  }
  .cooperatePage .service-market .service-market-list .service-market-con-item {
    width: 100%;
  }
  .cooperatePage .collaboration-process .collaboration-process-title {
    margin-bottom: 15px;
  }
  .cooperatePage .after-sales .after-sales-list .after-sales-item {
    width: 100%;
    margin-bottom: 24px;
  }
  .cooperatePage .after-sales .after-sales-list .after-sales-item:nth-of-type(3) {
    margin-bottom: 24px;
  }
  .cooperatePage .customer-type .customer-type-inner .customer-type-item .customer-type-item-con .customer-type-item-title {
    font-size: 20px;
    line-height: 26px;
    margin-top: 14px;
  }
  .cooperatePage .customer-type .customer-type-inner .customer-type-item .customer-type-item-con {
    padding: 18px 12px;
  }
}
