.cooperatePage .cooperate-part {
  width: 100%;
  background: url('https://file.global86.cn/fileStore/website_new_v2/jinfeng/cur/coop1-back.png') no-repeat;
  background-size: cover;
}
.cooperatePage .cooperate-part .coop1-inner {
  width: 100%;
}
.cooperatePage .cooperate-part .coop1-inner .coop1-con {
  width: calc(100% - 120px);
  margin: 0 auto;
  max-width: 1500px;
}
.cooperatePage .cooperate-part .coop1-inner .coop1-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cooperatePage .cooperate-part .coop1-inner .coop1-title .title {
  font-weight: 400;
  font-size: 72px;
  color: #2C2C2C;
  line-height: 72px;
  margin-right: 20px;
}
.cooperatePage .cooperate-part .coop1-inner .coop1-title .text {
  width: auto;
  height: 70px;
  background: #F8B500;
  border-radius: 35px;
  display: flex;
  align-items: center;
  padding: 0 26px;
  font-weight: 400;
  font-size: 40px;
  color: #FFFFFF;
}
.cooperatePage .cooperate-part .coop1-inner .coop1-title .text span {
  transform: translateY(5px);
}
.cooperatePage .cooperate-part .coop1-inner .coop1-title .text img {
  width: 30px;
  height: 30px;
  display: block;
}
.cooperatePage .cooperate-part .coop1-inner .coop1-title .text-new {
  width: 270px;
}
.cooperatePage .cooperate-part .coop1-inner .coop1-title .text-new img {
  width: 100%;
  display: block;
}
.cooperatePage .cooperate-part .coop1-inner .coop1-desc {
  font-weight: 400;
  font-size: 24px;
  color: #2C2C2C;
  line-height: 40px;
  opacity: 0.7;
  margin: 40px 0 -50px;
  max-width: 750px;
}
.cooperatePage .cooperate-part .coop1-inner .coop1-map {
  width: 100%;
  position: relative;
}
.cooperatePage .cooperate-part .coop1-inner .coop1-map .coop1-map-center {
  position: absolute;
  width: 82px;
  height: 82px;
  top: 33%;
  left: 36%;
}
.cooperatePage .cooperate-part .coop1-inner .coop1-map .coop1-map-center .coop1-map-center-inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: rgba(248, 181, 0, 0.8);
  border-radius: 50%;
}
.cooperatePage .cooperate-part .coop1-inner .coop1-map .coop1-map-center .coop1-map-center-inner .map-img {
  width: 50px;
  display: block;
  position: relative;
  z-index: 12;
}
.cooperatePage .cooperate-part .coop1-inner .coop1-map .coop1-map-center .coop1-map-center-inner::after {
  content: "";
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background: #f8b500;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: aniMapDotInnerMap1 3s linear infinite 1.2s;
}
.cooperatePage .cooperate-part .coop1-inner .coop1-map .coop1-map-center .coop1-map-center-inner::before {
  content: "";
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background: #f8b500;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: aniMapDotInnerMap1 3s linear infinite;
}
.cooperatePage .cooperate-part .coop1-inner .coop1-map .coop1-map-center::after {
  content: "";
  width: 230px;
  height: 230px;
  border-radius: 50%;
  border: 1px dashed rgba(248, 181, 0, 0.55);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cooperatePage .cooperate-part .coop1-inner .coop1-map .coop1-map-dot {
  position: absolute;
}
.cooperatePage .cooperate-part .coop1-inner .coop1-map .coop1-map-dot .coop1-map-dot-inner {
  position: relative;
  width: 33px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cooperatePage .cooperate-part .coop1-inner .coop1-map .coop1-map-dot .coop1-map-dot-inner .text {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 30px;
  font-family: 'IdealistLevel';
  white-space: nowrap;
  opacity: 0;
  transition: 0.5s;
}
.cooperatePage .cooperate-part .coop1-inner .coop1-map .coop1-map-dot .coop1-map-dot-inner .dot {
  position: relative;
  z-index: 12;
  width: 10px;
  height: 10px;
  background: #FFFFFF;
  border-radius: 50%;
}
.cooperatePage .cooperate-part .coop1-inner .coop1-map .coop1-map-dot .coop1-map-dot-inner::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 27px;
  height: 27px;
  background: #F8B500;
  border-radius: 50%;
}
.cooperatePage .cooperate-part .coop1-inner .coop1-map .coop1-map-dot:hover .coop1-map-dot-inner .text {
  opacity: 1;
}
.cooperatePage .cooperate-part .coop1-inner .coop1-map .coop1-map-dot:nth-of-type(1) {
  top: 29%;
  left: 14%;
}
.cooperatePage .cooperate-part .coop1-inner .coop1-map .coop1-map-dot:nth-of-type(1) .coop1-map-dot-inner::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 27px;
  height: 27px;
  background: #F8B500;
  border-radius: 50%;
  animation: aniMapDotInnerMap 3s linear infinite;
}
.cooperatePage .cooperate-part .coop1-inner .coop1-map .coop1-map-dot:nth-of-type(2) {
  top: 47%;
  left: 18%;
}
.cooperatePage .cooperate-part .coop1-inner .coop1-map .coop1-map-dot:nth-of-type(2) .coop1-map-dot-inner::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 33px;
  height: 33px;
  background: #F8B500;
  border-radius: 50%;
  animation: aniMapDotInnerMap 3s linear infinite;
}
.cooperatePage .cooperate-part .coop1-inner .coop1-map .coop1-map-dot:nth-of-type(3) {
  top: 70%;
  left: 12%;
}
.cooperatePage .cooperate-part .coop1-inner .coop1-map .coop1-map-dot:nth-of-type(3) .coop1-map-dot-inner::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
  background: #F8B500;
  border-radius: 50%;
  animation: aniMapDotInnerMap 3s linear infinite;
}
.cooperatePage .cooperate-part .coop1-inner .coop1-map .coop1-map-dot:nth-of-type(4) {
  top: 20%;
  left: 33%;
}
.cooperatePage .cooperate-part .coop1-inner .coop1-map .coop1-map-dot:nth-of-type(4) .coop1-map-dot-inner::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 27px;
  height: 27px;
  background: #F8B500;
  border-radius: 50%;
  animation: aniMapDotInnerMap 3s linear infinite;
}
.cooperatePage .cooperate-part .coop1-inner .coop1-map .coop1-map-dot:nth-of-type(5) {
  top: 40%;
  left: 32%;
}
.cooperatePage .cooperate-part .coop1-inner .coop1-map .coop1-map-dot:nth-of-type(5) .coop1-map-dot-inner .text {
  top: -50px;
}
.cooperatePage .cooperate-part .coop1-inner .coop1-map .coop1-map-dot:nth-of-type(5) .coop1-map-dot-inner::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 33px;
  height: 33px;
  background: #F8B500;
  border-radius: 50%;
  animation: aniMapDotInnerMap 3s linear infinite;
}
.cooperatePage .cooperate-part .coop1-inner .coop1-map .coop1-map-dot:nth-of-type(6) {
  top: 46%;
  left: 34%;
}
.cooperatePage .cooperate-part .coop1-inner .coop1-map .coop1-map-dot:nth-of-type(6) .coop1-map-dot-inner::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
  background: #F8B500;
  border-radius: 50%;
  animation: aniMapDotInnerMap 3s linear infinite;
}
.cooperatePage .cooperate-part .coop1-inner .coop1-map .coop1-map-dot:nth-of-type(7) {
  top: 36%;
  left: 76%;
}
.cooperatePage .cooperate-part .coop1-inner .coop1-map .coop1-map-dot:nth-of-type(7) .coop1-map-dot-inner .text {
  top: -50px;
}
.cooperatePage .cooperate-part .coop1-inner .coop1-map .coop1-map-dot:nth-of-type(7) .coop1-map-dot-inner::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 27px;
  height: 27px;
  background: #F8B500;
  border-radius: 50%;
  animation: aniMapDotInnerMap 3s linear infinite;
}
.cooperatePage .cooperate-part .coop1-inner .coop1-map .coop1-map-dot:nth-of-type(8) {
  top: 69%;
  left: 86.5%;
}
.cooperatePage .cooperate-part .coop1-inner .coop1-map .coop1-map-dot:nth-of-type(8) .coop1-map-dot-inner .text {
  top: -50px;
}
.cooperatePage .cooperate-part .coop1-inner .coop1-map .coop1-map-dot:nth-of-type(8) .coop1-map-dot-inner::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 33px;
  height: 33px;
  background: #F8B500;
  border-radius: 50%;
  animation: aniMapDotInnerMap 3s linear infinite 0.2s;
}
.cooperatePage .cooperate-part .coop1-inner .coop1-map .coop1-map-dot:nth-of-type(9) {
  top: 76%;
  left: 42%;
}
.cooperatePage .cooperate-part .coop1-inner .coop1-map .coop1-map-dot:nth-of-type(9) .coop1-map-dot-inner::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
  background: #F8B500;
  border-radius: 50%;
  animation: aniMapDotInnerMap 3s linear infinite 0.5s;
}
.cooperatePage .cooperate-part .coop1-inner .coop1-map img {
  display: block;
  width: 100%;
}
.cooperatePage .cooperate-part .coop1-inner .coop1-other {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.cooperatePage .cooperate-part .coop1-inner .coop1-other .coop1-other-titles {
  width: 50%;
}
.cooperatePage .cooperate-part .coop1-inner .coop1-other .coop1-other-title {
  width: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.cooperatePage .cooperate-part .coop1-inner .coop1-other .coop1-other-title .index {
  font-weight: 400;
  font-size: 30px;
  color: #2C2C2C;
  line-height: 30px;
  transition: 0.5s;
  font-family: 'IdealistLevel';
  transform: translateY(-3px);
}
.cooperatePage .cooperate-part .coop1-inner .coop1-other .coop1-other-title .text {
  font-weight: 400;
  font-size: 30px;
  color: #2C2C2C;
  line-height: 72px;
  margin: 0 15px 0 18px;
  transition: 0.5s;
}
.cooperatePage .cooperate-part .coop1-inner .coop1-other .coop1-other-title .icon {
  width: 25px;
  height: 25px;
  position: relative;
  transform: translateY(-2px);
}
.cooperatePage .cooperate-part .coop1-inner .coop1-other .coop1-other-title .icon img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  position: absolute;
  transition: 0.5s;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cooperatePage .cooperate-part .coop1-inner .coop1-other .coop1-other-title .icon .default {
  opacity: 1;
}
.cooperatePage .cooperate-part .coop1-inner .coop1-other .coop1-other-title .icon .active {
  opacity: 0;
}
.cooperatePage .cooperate-part .coop1-inner .coop1-other .coop1-other-title-active .index {
  color: #F8B500;
}
.cooperatePage .cooperate-part .coop1-inner .coop1-other .coop1-other-title-active .text {
  color: #F8B500;
}
.cooperatePage .cooperate-part .coop1-inner .coop1-other .coop1-other-title-active .icon .default {
  opacity: 0;
}
.cooperatePage .cooperate-part .coop1-inner .coop1-other .coop1-other-title-active .icon .active {
  opacity: 1;
}
.cooperatePage .cooperate-part .coop1-inner .coop1-other .coop1-other-con {
  width: 45%;
}
.cooperatePage .cooperate-part .coop1-inner .coop1-other .coop1-other-con .coop1-other-swiper {
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 6px 30px 0px rgba(232, 219, 185, 0.5);
  border-radius: 30px 0px 30px 0px;
  overflow: hidden;
}
.cooperatePage .cooperate-part .coop1-inner .coop1-other .coop1-other-con .coop1-other-swiper .coop1-other-swiper-slide {
  width: 100%;
  padding: 48px 40px 42px;
  font-family: 'IdealistLevel';
}
.cooperatePage .cooperate-part .coop1-inner .coop1-other .coop1-other-con .coop1-other-swiper .coop1-other-swiper-slide:hover .coop1-other-title .coop1-other-icon img {
  transform: scale(1.05) rotateY(180deg);
}
.cooperatePage .cooperate-part .coop1-inner .coop1-other .coop1-other-con .coop1-other-swiper .coop1-other-title {
  display: flex;
}
.cooperatePage .cooperate-part .coop1-inner .coop1-other .coop1-other-con .coop1-other-swiper .coop1-other-title .coop1-other-icon {
  width: 50px;
  height: 50px;
  margin-right: 20px;
}
.cooperatePage .cooperate-part .coop1-inner .coop1-other .coop1-other-con .coop1-other-swiper .coop1-other-title .coop1-other-icon img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: scale-down;
  transform: scale(1) rotateY(0deg);
  transition: 0.5s;
}
.cooperatePage .cooperate-part .coop1-inner .coop1-other .coop1-other-con .coop1-other-swiper .coop1-other-title .coop1-other-index {
  font-weight: 400;
  font-size: 30px;
  color: #F8B500;
  line-height: 56px;
  transform: translateY(8px);
}
.cooperatePage .cooperate-part .coop1-inner .coop1-other .coop1-other-con .coop1-other-swiper .coop1-other-text {
  font-weight: 400;
  font-size: 24px;
  color: #2C2C2C;
  line-height: 40px;
  margin-top: 30px;
}
.cooperatePage .cooperate-part1 {
  width: 100%;
  background: url('https://file.global86.cn/fileStore/website_new_v2/jinfeng/cur/coop2-back.png') no-repeat;
  background-size: 100% 110%;
  overflow: hidden;
}
.cooperatePage .cooperate-part1 .coop2-con {
  width: calc(100% - 120px);
  margin: 0 auto;
  max-width: 1500px;
  display: flex;
  justify-content: space-between;
}
.cooperatePage .cooperate-part1 .coop2-left {
  width: 45%;
  max-width: 600px;
}
.cooperatePage .cooperate-part1 .coop2-left .coop2-processes-swiper {
  width: 100%;
  aspect-ratio: 0.8356546;
  border-radius: 20px;
  overflow: hidden;
}
.cooperatePage .cooperate-part1 .coop2-left .coop2-processes-swiper .coop2-processes-swiper-slide {
  width: 100%;
  display: block;
  overflow: hidden;
  border-radius: 20px;
  transition: 0.5s;
}
.cooperatePage .cooperate-part1 .coop2-left .coop2-processes-swiper .coop2-processes-swiper-slide img {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.cooperatePage .cooperate-part1 .coop2-left .coop2-processes-swiper .coop2-processes-swiper-slide:hover img {
  transform: scale(1.05);
}
.cooperatePage .cooperate-part1 .coop2-right {
  width: 53%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cooperatePage .cooperate-part1 .coop2-right .coop2-title {
  font-weight: 400;
  font-size: 72px;
  color: #2C2C2C;
  line-height: 72px;
  margin-bottom: 6%;
}
.cooperatePage .cooperate-part1 .coop2-right .coop2-right-top {
  width: 100%;
}
.cooperatePage .cooperate-part1 .coop2-right .coop2-processes-con-swiper {
  width: 100%;
}
.cooperatePage .cooperate-part1 .coop2-right .coop2-processes-con-swiper .coop2-processes-con-swiper-slide {
  width: 100%;
}
.cooperatePage .cooperate-part1 .coop2-right .coop2-processes-con-swiper .coop2-processes-con-swiper-slide .swiper-slide-shadow {
  display: none !important;
  /* 隐藏阴影 */
}
.cooperatePage .cooperate-part1 .coop2-right .coop2-processes-con-swiper .coop2-processes-con-swiper-slide .coop2-processes-con-title {
  font-weight: 400;
  font-size: 24px;
  color: #2C2C2C;
  line-height: 35px;
  text-transform: uppercase;
}
.cooperatePage .cooperate-part1 .coop2-right .coop2-processes-con-swiper .coop2-processes-con-swiper-slide .coop2-processes-con-desc {
  font-weight: 400;
  font-size: 16px;
  color: #2C2C2C;
  line-height: 30px;
  font-family: 'IdealistLevel';
  margin-top: 22px;
}
.cooperatePage .cooperate-part1 .coop2-right .coop2-processes-con-sm {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.cooperatePage .cooperate-part1 .coop2-right .coop2-processes-con-sm .coop2-processes-con-sm-outer {
  width: 50%;
  max-width: 370px;
}
.cooperatePage .cooperate-part1 .coop2-right .coop2-processes-con-sm .coop2-processes-con-sm-swiper {
  width: 100%;
  margin-bottom: 0;
  position: relative;
  margin-top: 30px;
  overflow: hidden;
  border-radius: 20px;
}
.cooperatePage .cooperate-part1 .coop2-right .coop2-processes-con-sm .coop2-processes-con-sm-swiper .swiper-slide-shadow {
  display: none !important;
}
.cooperatePage .cooperate-part1 .coop2-right .coop2-processes-con-sm .coop2-processes-con-sm-swiper .coop2-processes-con-sm-slide {
  width: 100%;
  display: block;
  overflow: hidden;
  border-radius: 20px;
  transition: 0.5s;
}
.cooperatePage .cooperate-part1 .coop2-right .coop2-processes-con-sm .coop2-processes-con-sm-swiper .coop2-processes-con-sm-slide img {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.cooperatePage .cooperate-part1 .coop2-right .coop2-processes-con-sm .coop2-processes-con-sm-swiper .coop2-processes-con-sm-slide:hover img {
  transform: scale(1.05);
}
.cooperatePage .cooperate-part1 .coop2-right .coop2-processes-con-sm .coop2-processes-con-sm-btns {
  position: relative;
  width: 150px;
}
.cooperatePage .cooperate-part1 .coop2-right .coop2-processes-con-sm .coop2-processes-con-sm-btns .processes-con-sm-btns {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.cooperatePage .cooperate-part1 .coop2-right .coop2-processes-con-sm .coop2-processes-con-sm-btns .processes-con-sm-btns .processes-con-sm-btn {
  width: 38px;
  height: 38px;
  background: #FFFFFF;
  box-shadow: 0px 10px 40px 0px rgba(216, 216, 216, 0.5);
  border-radius: 50%;
  position: relative;
  transition: 0.5s;
  border: none;
  cursor: pointer;
}
.cooperatePage .cooperate-part1 .coop2-right .coop2-processes-con-sm .coop2-processes-con-sm-btns .processes-con-sm-btns .processes-con-sm-btn img {
  position: absolute;
  left: 0;
  right: 0;
  width: 50%;
  margin: 0 auto;
  top: 25%;
  transform: translateY(-50%);
  transition: 0.5s;
}
.cooperatePage .cooperate-part1 .coop2-right .coop2-processes-con-sm .coop2-processes-con-sm-btns .processes-con-sm-btns .processes-con-sm-btn .default {
  opacity: 1;
}
.cooperatePage .cooperate-part1 .coop2-right .coop2-processes-con-sm .coop2-processes-con-sm-btns .processes-con-sm-btns .processes-con-sm-btn .active {
  opacity: 0;
}
.cooperatePage .cooperate-part1 .coop2-right .coop2-processes-con-sm .coop2-processes-con-sm-btns .processes-con-sm-btns .processes-con-sm-btn:hover {
  background: #F8B500;
}
.cooperatePage .cooperate-part1 .coop2-right .coop2-processes-con-sm .coop2-processes-con-sm-btns .processes-con-sm-btns .processes-con-sm-btn:hover .default {
  opacity: 0;
}
.cooperatePage .cooperate-part1 .coop2-right .coop2-processes-con-sm .coop2-processes-con-sm-btns .processes-con-sm-btns .processes-con-sm-btn:hover .active {
  opacity: 1;
}
.cooperatePage .cooperate-part1 .coop2-right .coop2-processes-con-sm .coop2-processes-con-sm-btns .processes-con-sm-btns .processes-con-sm-btn-prev img {
  transform: rotateZ(-135deg);
}
.cooperatePage .cooperate-part1 .coop2-right .coop2-processes-con-sm .coop2-processes-con-sm-btns .processes-con-sm-btns .processes-con-sm-btn-next {
  margin-left: 15px;
}
.cooperatePage .cooperate-part1 .coop2-right .coop2-processes-con-sm .coop2-processes-con-sm-btns .processes-con-sm-btns .processes-con-sm-btn-next img {
  transform: rotateZ(45deg);
}
.cooperatePage .cooperate-part1 .coop2-right .coop2-processes-con-sm .coop2-processes-con-sm-dot {
  width: 45%;
  max-width: 250px;
}
.cooperatePage .cooperate-part1 .coop2-right .coop2-processes-con-sm .coop2-processes-con-sm-dot img {
  width: 100%;
  display: block;
}
.cooperatePage .cooperate-part2 {
  width: 100%;
  background: url('https://file.global86.cn/fileStore/website_new_v2/jinfeng/cur/coop3-back.png') no-repeat;
  background-size: cover;
  background-position: left top;
}
.cooperatePage .cooperate-part2 .coop3-con {
  width: calc(100% - 120px);
  margin: 0 auto;
  max-width: 1500px;
  display: flex;
  justify-content: space-between;
}
.cooperatePage .cooperate-part2 .cooperate-part2-left {
  width: 65%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cooperatePage .cooperate-part2 .cooperate-part2-one {
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 6px 50px 0px rgba(216, 216, 216, 0.5);
  border-radius: 30px 0px 30px 0px;
  padding: 40px 36px 26px;
  font-family: 'IdealistLevel';
  height: 100%;
  transition: 0.5s;
}
.cooperatePage .cooperate-part2 .cooperate-part2-one .cooperate-part2-icon {
  width: 48px;
  height: 44px;
  position: relative;
}
.cooperatePage .cooperate-part2 .cooperate-part2-one .cooperate-part2-icon img {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  transition: 0.5s;
}
.cooperatePage .cooperate-part2 .cooperate-part2-one .cooperate-part2-icon .default {
  transform: translateY(-50%);
  opacity: 1;
}
.cooperatePage .cooperate-part2 .cooperate-part2-one .cooperate-part2-icon .active {
  transform: translateY(-50%) rotateY(0deg) scale(1);
  opacity: 0;
}
.cooperatePage .cooperate-part2 .cooperate-part2-one .cooperate-part2-title {
  font-weight: 400;
  font-size: 26px;
  color: #2B2B2B;
  line-height: 26px;
  margin: 32px 0 22px;
  transition: 0.5s;
}
.cooperatePage .cooperate-part2 .cooperate-part2-one .cooperate-part2-desc {
  font-weight: 400;
  font-size: 16px;
  color: #2B2B2B;
  line-height: 30px;
  transition: 0.5s;
}
.cooperatePage .cooperate-part2 .cooperate-part2-one:hover {
  background: #F8B500;
}
.cooperatePage .cooperate-part2 .cooperate-part2-one:hover .cooperate-part2-icon .default {
  opacity: 0;
}
.cooperatePage .cooperate-part2 .cooperate-part2-one:hover .cooperate-part2-icon .active {
  transform: translateY(-50%) rotateY(360deg) scale(1.1);
  opacity: 1;
}
.cooperatePage .cooperate-part2 .cooperate-part2-one:hover .cooperate-part2-title {
  color: #fff;
}
.cooperatePage .cooperate-part2 .cooperate-part2-one:hover .cooperate-part2-desc {
  color: #fff;
}
.cooperatePage .cooperate-part2 .cooperate-part2-name {
  width: 47.5%;
  font-weight: 400;
  font-size: 48px;
  color: #2C2C2C;
  line-height: 66px;
  position: relative;
  padding-top: 50px;
}
.cooperatePage .cooperate-part2 .cooperate-part2-name .after-dot {
  position: absolute;
  top: 12px;
  left: -74px;
  width: 65px;
}
.cooperatePage .cooperate-part2 .cooperate-part2-name .cooperate-part2-name-inner {
  position: relative;
  width: 100%;
}
.cooperatePage .cooperate-part2 .cooperate-part2-name .cooperate-part2-name-inner p {
  position: relative;
  z-index: 12;
}
.cooperatePage .cooperate-part2 .cooperate-part2-name .cooperate-part2-name-inner::after {
  content: "";
  position: absolute;
  bottom: -40px;
  right: 10px;
  width: 249px;
  height: 110px;
  border-radius: 50%;
  border: 10px solid #F8B500;
}
.cooperatePage .cooperate-part2 .cooperate-part2-step {
  width: 47.5%;
}
.cooperatePage .cooperate-part2 .cooperate-part2-step1 {
  margin-top: 44px;
}
.cooperatePage .cooperate-part2 .cooperate-part2-right {
  width: 32%;
}
.cooperatePage .cooperate-part2 .cooperate-part2-right .cooperate-part2-right-inner {
  width: 100%;
  height: 100%;
}
.cooperatePage .cooperate-part2 .cooperate-part2-right .cooperate-part2-one {
  background: #F8B500;
}
.cooperatePage .cooperate-part2 .cooperate-part2-right .cooperate-part2-one .cooperate-part2-title {
  color: #fff;
}
.cooperatePage .cooperate-part2 .cooperate-part2-right .cooperate-part2-one .cooperate-part2-desc {
  color: #fff;
}
.cooperatePage .cooperate-part2 .cooperate-part2-right .cooperate-part2-one .cooperate-part2-desc p {
  margin-top: 26px;
}
.cooperatePage .cooperate-part3 {
  width: 100%;
  background: url('https://file.global86.cn/fileStore/website_new_v2/jinfeng/cur/coop4-back.png') no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.cooperatePage .cooperate-part3 .coop4-con {
  width: calc(100% - 120px);
  margin: 0 auto;
  max-width: 1500px;
  display: flex;
  justify-content: space-between;
}
.cooperatePage .cooperate-part3 .cooperate-part3-title {
  font-weight: 400;
  font-size: 72px;
  color: #2C2C2C;
  line-height: 72px;
  padding-bottom: 50px;
  position: relative;
  z-index: 12;
}
.cooperatePage .cooperate-part3 .cooperate-part3-main {
  width: calc(100% - 120px);
  margin: 0 auto;
  max-width: 1800px;
  border-bottom: 1px solid #EBE7DF;
  border-top: 1px solid #EBE7DF;
  position: relative;
  z-index: 12;
}
.cooperatePage .cooperate-part3 .industry-titles {
  width: 274px;
  margin-right: 36px;
  padding: 60px 0;
}
.cooperatePage .cooperate-part3 .industry-title-one {
  text-align: center;
  width: 100%;
  height: 50px;
  background: #fff;
  border-radius: 25px;
  transition: 0.5s;
  font-weight: 400;
  font-size: 16px;
  color: #2C2C2C;
  line-height: 30px;
  font-family: 'IdealistLevel';
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.cooperatePage .cooperate-part3 .industry-title-one:hover {
  background: #F8B500;
  color: #fff;
}
.cooperatePage .cooperate-part3 .industry-title-one-active {
  background: #F8B500;
  color: #fff;
}
.cooperatePage .cooperate-part3 .industry-con {
  width: calc(100% - 310px);
  border-left: 1px solid #EBE7DF;
  padding: 60px 0 60px 36px;
}
.cooperatePage .cooperate-part3 .industry-con .industry-con-swiper {
  width: 100%;
}
.cooperatePage .cooperate-part3 .industry-con .industry-con-slide {
  width: 100%;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  margin-right: 0;
}
.cooperatePage .cooperate-part3 .industry-con .industry-con-slide .industry-con-img {
  width: 35%;
  margin-top: 5%;
}
.cooperatePage .cooperate-part3 .industry-con .industry-con-slide .industry-con-img .industry-con-img-inner {
  width: 100%;
  aspect-ratio: 0.76045627;
  overflow: hidden;
  border-radius: 20px;
}
.cooperatePage .cooperate-part3 .industry-con .industry-con-slide .industry-con-img .industry-con-img-inner img {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.cooperatePage .cooperate-part3 .industry-con .industry-con-slide .industry-con-img .industry-con-img-inner:hover img {
  transform: scale(1.1);
}
.cooperatePage .cooperate-part3 .industry-con .industry-con-slide .industry-con-words {
  width: 60%;
}
.cooperatePage .cooperate-part3 .industry-con .industry-con-slide .industry-step-one {
  width: 100%;
  margin-top: 20px;
}
.cooperatePage .cooperate-part3 .industry-con .industry-con-slide .industry-step-one .industry-step-title {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(44, 44, 44, 0.2);
  transition: 0.5s;
  padding: 12px 0;
  margin-bottom: 20px;
}
.cooperatePage .cooperate-part3 .industry-con .industry-con-slide .industry-step-one .industry-step-title .industry-step-index {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #2C2C2C;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  color: #2C2C2C;
  line-height: 40px;
  transition: 0.5s;
}
.cooperatePage .cooperate-part3 .industry-con .industry-con-slide .industry-step-one .industry-step-title .industry-step-text {
  font-weight: 400;
  font-size: 20px;
  color: #2C2C2C;
  line-height: 46px;
  width: calc(100% - 110px);
  transition: 0.5s;
}
.cooperatePage .cooperate-part3 .industry-con .industry-con-slide .industry-step-one .industry-step-title .industry-step-right {
  width: 36px;
  height: 36px;
  position: relative;
}
.cooperatePage .cooperate-part3 .industry-con .industry-con-slide .industry-step-one .industry-step-title .industry-step-right img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  object-fit: scale-down;
  transition: 0.5s;
}
.cooperatePage .cooperate-part3 .industry-con .industry-con-slide .industry-step-one .industry-step-title .industry-step-right .default {
  opacity: 1;
}
.cooperatePage .cooperate-part3 .industry-con .industry-con-slide .industry-step-one .industry-step-title .industry-step-right .active {
  opacity: 0;
}
.cooperatePage .cooperate-part3 .industry-con .industry-con-slide .industry-step-one .industry-step-desc {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: max-height 1.2s;
}
.cooperatePage .cooperate-part3 .industry-con .industry-con-slide .industry-step-one .industry-step-desc .industry-step-desc-inner {
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  color: #2C2C2C;
  line-height: 30px;
}
.cooperatePage .cooperate-part3 .industry-con .industry-con-slide .industry-step-one .industry-step-desc .industry-step-desc-inner .p1 {
  padding-left: 20px;
  position: relative;
  margin-top: 25px;
}
.cooperatePage .cooperate-part3 .industry-con .industry-con-slide .industry-step-one .industry-step-desc .industry-step-desc-inner .p1::after {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 8px;
  height: 8px;
  background: #2B2B2B;
  border-radius: 50%;
}
.cooperatePage .cooperate-part3 .industry-con .industry-con-slide .industry-step-one:hover .industry-step-title {
  border-bottom: 1px solid rgba(248, 181, 0, 0.6);
}
.cooperatePage .cooperate-part3 .industry-con .industry-con-slide .industry-step-one:hover .industry-step-title .industry-step-index {
  background: #F8B500;
  border: 1px solid #F8B500;
  color: #fff;
}
.cooperatePage .cooperate-part3 .industry-con .industry-con-slide .industry-step-one:hover .industry-step-title .industry-step-text {
  color: #F8B500;
}
.cooperatePage .cooperate-part3 .industry-con .industry-con-slide .industry-step-one:nth-of-type(1) {
  margin-top: 0;
}
.cooperatePage .cooperate-part3 .industry-con .industry-con-slide .industry-step-active .industry-step-title {
  border-bottom: 1px solid rgba(248, 181, 0, 0.6);
}
.cooperatePage .cooperate-part3 .industry-con .industry-con-slide .industry-step-active .industry-step-title .industry-step-index {
  background: #F8B500;
  border: 1px solid #F8B500;
  color: #fff;
}
.cooperatePage .cooperate-part3 .industry-con .industry-con-slide .industry-step-active .industry-step-title .industry-step-text {
  color: #F8B500;
}
.cooperatePage .cooperate-part3 .industry-con .industry-con-slide .industry-step-active .industry-step-title .industry-step-right .default {
  opacity: 0;
}
.cooperatePage .cooperate-part3 .industry-con .industry-con-slide .industry-step-active .industry-step-title .industry-step-right .active {
  opacity: 1;
  transform: translateY(-25%) rotateZ(45deg);
}
.cooperatePage .cooperate-part3 .industry-con .industry-con-slide .industry-step-active .industry-step-desc {
  max-height: 1200px;
}
.cooperatePage .cooperate-part3 .industry-con .industry-con-slide:nth-last-of-type(1) {
  margin-right: 0;
}
.cooperatePage .cooperate-part3::after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  bottom: 15%;
  left: 15%;
  background: url('https://file.global86.cn/fileStore/website_new_v2/jinfeng/cur/industry-dot.png') no-repeat;
  background-size: 16%;
  background-position: bottom left;
}
.cooperatePage .cooperate-part3::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url('https://file.global86.cn/fileStore/website_new_v2/jinfeng/cur/profilei-dot1.png') no-repeat;
  background-size: 33%;
  background-position: bottom left;
}
@keyframes pathFlow {
  from {
    stroke-dashoffset: var(--path-length);
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes aniMapDotInnerMap {
  0% {
    width: 27px;
    height: 27px;
  }
  50% {
    width: 62px;
    height: 62px;
  }
  100% {
    width: 27px;
    height: 27px;
  }
}
@keyframes aniMapDotInnerMap1 {
  0% {
    width: 82px;
    height: 82px;
    opacity: 0.8;
  }
  100% {
    width: 184px;
    height: 184px;
    opacity: 0;
  }
}
@media only screen and (max-width: 1800px) {
  .cooperatePage .cooperate-part .coop1-inner .coop1-desc {
    font-size: 20px;
    line-height: 38px;
    margin: 28px 0 -50px;
  }
  .cooperatePage .cooperate-part .coop1-inner .coop1-title .title {
    font-size: 55px;
  }
  .cooperatePage .cooperate-part .coop1-inner .coop1-title .text {
    height: 64px;
    padding: 0 18px;
    font-size: 32px;
  }
  .cooperatePage .cooperate-part1 .coop2-right .coop2-title {
    font-size: 55px;
  }
  .cooperatePage .cooperate-part3 .cooperate-part3-title {
    font-size: 55px;
    padding-bottom: 30px;
  }
}
@media (max-width: 1660px) {
  .cooperatePage .cooperate-part3 .coop4-con {
    width: 90%;
  }
  .cooperatePage .cooperate-part3 .industry-con {
    padding: 42px 0 42px 36px;
  }
  .cooperatePage .cooperate-part3 .cooperate-part3-main {
    width: 100%;
  }
  .cooperatePage .cooperate-part3 .industry-con .industry-con-slide .industry-step-one .industry-step-desc .industry-step-desc-inner {
    font-size: 14px;
    line-height: 28px;
  }
  .cooperatePage .cooperate-part1 .coop2-left {
    width: 40%;
  }
  .cooperatePage .cooperate-part3 .industry-con .industry-con-slide .industry-step-one .industry-step-title .industry-step-text {
    font-size: 18px;
    line-height: 24px;
  }
  .cooperatePage .cooperate-part .coop1-inner .coop1-other .coop1-other-con .coop1-other-swiper .coop1-other-title .coop1-other-index {
    font-size: 24px;
  }
  .cooperatePage .cooperate-part3 .cooperate-part3-title {
    font-size: 48px;
    padding-bottom: 24px;
  }
  .cooperatePage .cooperate-part3 .industry-con .industry-con-slide .industry-step-one .industry-step-title {
    margin-bottom: 15px;
  }
  .cooperatePage .cooperate-part3 .industry-con .industry-con-slide .industry-step-one .industry-step-desc .industry-step-desc-inner .p1 {
    margin-top: 15px;
  }
  .cooperatePage .cooperate-part1 .coop2-right .coop2-title {
    font-size: 45px;
    line-height: 50px;
  }
  .cooperatePage .cooperate-part1 .coop2-right .coop2-processes-con-swiper .coop2-processes-con-swiper-slide .coop2-processes-con-desc {
    margin-top: 12px;
  }
  .cooperatePage .cooperate-part .coop1-inner .coop1-other .coop1-other-con .coop1-other-swiper .coop1-other-title .coop1-other-icon {
    width: 45px;
    height: 45px;
  }
  .cooperatePage .cooperate-part .coop1-inner .coop1-other .coop1-other-title .text {
    font-size: 24px;
  }
  .cooperatePage .cooperate-part .coop1-inner .coop1-other .coop1-other-title .index {
    font-size: 24px;
  }
  .cooperatePage .cooperate-part .coop1-inner .coop1-other .coop1-other-con .coop1-other-swiper .coop1-other-swiper-slide {
    padding: 42px 36px 42px;
  }
  .cooperatePage .cooperate-part .coop1-inner .coop1-other .coop1-other-con .coop1-other-swiper .coop1-other-text {
    font-size: 20px;
    line-height: 36px;
    margin-top: 22px;
  }
}
@media (max-width: 1596px) {
  .cooperatePage .cooperate-part1 .coop2-right .coop2-title {
    margin-bottom: 4%;
  }
  .cooperatePage .cooperate-part1 .coop2-right .coop2-title {
    font-size: 38px;
    line-height: 44px;
  }
  .cooperatePage .cooperate-part1 .coop2-right .coop2-processes-con-swiper .coop2-processes-con-swiper-slide .coop2-processes-con-desc {
    margin-top: 5px;
  }
  .cooperatePage .cooperate-part1 .coop2-right .coop2-processes-con-sm .coop2-processes-con-sm-outer {
    max-width: 270px;
  }
  .cooperatePage .cooperate-part1 .coop2-right .coop2-processes-con-swiper .coop2-processes-con-swiper-slide .coop2-processes-con-title {
    font-size: 22px;
    line-height: 32px;
  }
  .cooperatePage .cooperate-part .coop1-inner .coop1-other .coop1-other-con .coop1-other-swiper .coop1-other-text {
    font-size: 18px;
    line-height: 32px;
    margin-top: 20px;
  }
  .cooperatePage .cooperate-part2 .cooperate-part2-name {
    font-size: 36px;
  }
  .cooperatePage .cooperate-part2 .cooperate-part2-name .cooperate-part2-name-inner::after {
    width: 200px;
  }
  .cooperatePage .cooperate-part2 .cooperate-part2-one .cooperate-part2-title {
    font-size: 20px;
    line-height: 24px;
    margin: 24px 0 22px;
  }
  .cooperatePage .cooperate-part2 .cooperate-part2-right .cooperate-part2-one .cooperate-part2-desc p {
    margin-top: 16px;
  }
}
@media only screen and (max-width: 1367px) {
  .cooperatePage .cooperate-part .coop1-inner .coop1-map .coop1-map-dot .coop1-map-dot-inner .text {
    font-size: 14px;
  }
}
@media (max-width: 1320px) {
  .cooperatePage .cooperate-part .coop1-inner .coop1-title .text-new {
    width: 200px;
  }
  .cooperatePage .cooperate-part1 .coop2-left {
    width: 41%;
  }
  .cooperatePage .cooperate-part1 .coop2-right .coop2-processes-con-swiper .coop2-processes-con-swiper-slide .coop2-processes-con-title {
    font-size: 20px;
    line-height: 30px;
  }
  .cooperatePage .cooperate-part1 .coop2-right .coop2-title {
    font-size: 32px;
    line-height: 42px;
  }
  .cooperatePage .cooperate-part1 .coop2-right .coop2-processes-con-sm .coop2-processes-con-sm-swiper {
    margin-top: 20px;
  }
  .cooperatePage .cooperate-part1 .coop2-right {
    width: 55%;
  }
}
@media (max-width: 1270px) {
  .cooperatePage .cooperate-part .coop1-inner .coop1-title .text-new {
    width: 160px;
  }
  .cooperatePage .cooperate-part3 .cooperate-part3-title {
    font-size: 40px;
    padding-bottom: 18px;
  }
  .cooperatePage .cooperate-part2 .cooperate-part2-name {
    font-size: 28px;
  }
  .cooperatePage .cooperate-part .coop1-inner .coop1-con {
    width: 90%;
  }
  .cooperatePage .cooperate-part1 .coop2-con {
    width: 90%;
  }
  .cooperatePage .cooperate-part2 .coop3-con {
    width: 90%;
  }
  .cooperatePage .cooperate-part .coop1-inner .coop1-title .title {
    font-size: 42px;
  }
  .cooperatePage .cooperate-part .coop1-inner .coop1-title .text {
    height: 60px;
    padding: 0 15px;
    font-size: 27px;
  }
  .cooperatePage .cooperate-part2 .cooperate-part2-one {
    border-radius: 20px 0px 20px 0px;
    padding: 36px 28px 26px;
  }
  .cooperatePage .cooperate-part2 .cooperate-part2-one .cooperate-part2-icon {
    width: 42px;
    height: 38px;
  }
  .cooperatePage .cooperate-part2 .cooperate-part2-one .cooperate-part2-title {
    font-size: 18px;
    line-height: 22px;
    margin: 20px 0 18px;
  }
  .cooperatePage .cooperate-part2 .cooperate-part2-one .cooperate-part2-desc {
    font-size: 14px;
  }
  .cooperatePage .cooperate-part2 .cooperate-part2-name .cooperate-part2-name-inner::after {
    width: 40%;
    aspect-ratio: 2;
    height: auto;
    bottom: 0;
  }
  .cooperatePage .cooperate-part .coop1-inner .coop1-title .text span {
    font-size: 52px;
  }
  .cooperatePage .cooperate-part1 .coop2-right {
    width: 55%;
  }
  .cooperatePage .cooperate-part1 .coop2-right .coop2-title {
    font-size: 32px;
    line-height: 42px;
  }
  .cooperatePage .cooperate-part1 .coop2-right .coop2-processes-con-swiper .coop2-processes-con-swiper-slide .coop2-processes-con-desc {
    font-size: 14px;
  }
  .cooperatePage .cooperate-part1 .coop2-right .coop2-processes-con-swiper .coop2-processes-con-swiper-slide .coop2-processes-con-title {
    font-size: 18px;
    line-height: 30px;
  }
  .cooperatePage .cooperate-part .coop1-inner .coop1-other .coop1-other-con {
    width: 55%;
  }
  .cooperatePage .cooperate-part .coop1-inner .coop1-other .coop1-other-con .coop1-other-swiper .coop1-other-swiper-slide {
    padding: 32px 30px 32px;
  }
  .cooperatePage .cooperate-part .coop1-inner .coop1-other .coop1-other-con .coop1-other-swiper .coop1-other-title .coop1-other-index {
    font-size: 20px;
  }
  .cooperatePage .cooperate-part .coop1-inner .coop1-other .coop1-other-con .coop1-other-swiper .coop1-other-text {
    font-size: 16px;
    line-height: 28px;
    margin-top: 16px;
  }
  .cooperatePage .cooperate-part .coop1-inner .coop1-desc {
    font-size: 18px;
    line-height: 34px;
    margin: 16px 0 -50px;
  }
  .cooperatePage .cooperate-part .coop1-inner .coop1-other .coop1-other-titles {
    width: 40%;
  }
  .cooperatePage .cooperate-part .coop1-inner .coop1-other .coop1-other-title .index {
    font-size: 18px;
  }
  .cooperatePage .cooperate-part .coop1-inner .coop1-other .coop1-other-title .text {
    font-size: 18px;
  }
}
@media (max-width: 1023px) {
  .cooperatePage .cooperate-part .coop1-inner .coop1-map .coop1-map-dot .coop1-map-dot-inner .text {
    font-size: 12px;
  }
  .cooperatePage .cooperate-part3::before {
    background-size: 65%;
  }
  .cooperatePage .cooperate-part3::after {
    bottom: 0;
    left: 0;
    background-size: 22%;
    background-position: bottom right;
  }
  .cooperatePage .cooperate-part3 .coop4-con {
    flex-wrap: wrap;
  }
  .cooperatePage .cooperate-part3 .industry-title-one {
    width: auto;
    padding: 0 12px;
  }
  .cooperatePage .cooperate-part3 .industry-con .industry-con-slide .industry-step-one .industry-step-title .industry-step-text {
    font-size: 16px;
    line-height: 34px;
  }
  .cooperatePage .cooperate-part3 .industry-con .industry-con-slide .industry-con-img {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 20px;
  }
  .cooperatePage .cooperate-part3 .industry-con .industry-con-slide {
    flex-wrap: wrap;
  }
  .cooperatePage .cooperate-part3 .industry-con .industry-con-slide .industry-con-words {
    width: 100%;
  }
  .cooperatePage .cooperate-part3 .industry-titles {
    width: 100%;
    margin-right: 0;
    padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
  }
  .cooperatePage .cooperate-part3 .industry-con {
    padding: 12px 0 42px 0;
    width: 100%;
    border-left: none;
  }
  .cooperatePage .cooperate-part .coop1-inner .coop1-other .coop1-other-title .text {
    font-size: 16px;
    line-height: 25px;
  }
  @keyframes aniMapDotInnerMap {
    0% {
      width: 27px;
      height: 27px;
    }
    50% {
      width: 42px;
      height: 42px;
    }
    100% {
      width: 27px;
      height: 27px;
    }
  }
  .cooperatePage .cooperate-part1 {
    padding-top: 0;
  }
  .cooperatePage .cooperate-part1 .coop2-right .coop2-title {
    margin-bottom: 30px;
  }
  .cooperatePage .cooperate-part .coop1-inner .coop1-other .coop1-other-title {
    margin-bottom: 20px;
  }
  .cooperatePage .cooperate-part .coop1-inner .coop1-other {
    flex-wrap: wrap;
  }
  .cooperatePage .cooperate-part .coop1-inner .coop1-other .coop1-other-titles {
    width: 100%;
  }
  .cooperatePage .cooperate-part .coop1-inner .coop1-other .coop1-other-con {
    width: 100%;
  }
  .cooperatePage .cooperate-part .coop1-inner .coop1-other .coop1-other-title .index {
    font-size: 14px;
  }
  .cooperatePage .cooperate-part .coop1-inner .coop1-map .coop1-map-center::after {
    width: 140px;
    height: 140px;
  }
  @keyframes aniMapDotInnerMap1 {
    0% {
      width: 82px;
      height: 82px;
      opacity: 0.8;
    }
    100% {
      width: 104px;
      height: 104px;
      opacity: 0;
    }
  }
  .cooperatePage .cooperate-part .coop1-inner .coop1-desc {
    font-size: 16px;
    line-height: 30px;
    margin: 12px 0 -30px;
  }
  .cooperatePage .cooperate-part1 .coop2-left {
    display: none;
  }
  .cooperatePage .cooperate-part2 .coop3-con {
    flex-wrap: wrap;
  }
  .cooperatePage .cooperate-part2 .cooperate-part2-name .after-dot {
    top: 0;
    left: 0;
  }
  .cooperatePage .cooperate-part1 .coop2-right {
    width: 100%;
  }
  .cooperatePage .cooperate-part2 .cooperate-part2-left {
    width: 100%;
  }
  .cooperatePage .cooperate-part2 .cooperate-part2-right {
    width: 100%;
    margin-top: 40px;
  }
}
@media (max-width: 1000px) {
  .cooperatePage .cooperate-part .coop1-inner .coop1-title .text-new {
    width: 150px;
  }
  .cooperatePage .cooperate-part2 .cooperate-part2-name .cooperate-part2-name-inner::after {
    width: 40%;
    aspect-ratio: 2;
    height: auto;
    bottom: -5%;
    right: auto;
    left: 20%;
  }
}
@media (max-width: 767px) {
  .cooperatePage .cooperate-part .coop1-inner .coop1-map .coop1-map-dot:nth-of-type(7) {
    top: 32%;
    left: 74%;
  }
  .cooperatePage .cooperate-part .coop1-inner .coop1-map .coop1-map-dot:nth-of-type(6) {
    top: 44%;
    left: 32%;
  }
  .cooperatePage .cooperate-part .coop1-inner .coop1-map .coop1-map-dot:nth-of-type(5) {
    top: 38%;
    left: 30%;
  }
  .cooperatePage .cooperate-part .coop1-inner .coop1-map .coop1-map-dot:nth-of-type(1) {
    top: 22%;
    left: 15%;
  }
  .cooperatePage .cooperate-part .coop1-inner .coop1-map .coop1-map-dot:nth-of-type(2) {
    top: 43%;
    left: 16%;
  }
  .cooperatePage .cooperate-part .coop1-inner .coop1-map .coop1-map-dot:nth-of-type(3) {
    top: 61%;
    left: 10%;
  }
  .cooperatePage .cooperate-part .coop1-inner .coop1-map .coop1-map-dot:nth-of-type(9) {
    top: 72%;
    left: 40%;
  }
  .cooperatePage .cooperate-part .coop1-inner .coop1-map .coop1-map-dot:nth-of-type(8) {
    top: 66%;
    left: 84.5%;
  }
  .cooperatePage .cooperate-part .coop1-inner .coop1-title .text-new {
    width: 150px;
  }
  .cooperatePage .cooperate-part .coop1-inner .coop1-title .text span {
    font-size: 36px;
  }
  .cooperatePage .cooperate-part .coop1-inner .coop1-title .text img {
    width: 24px;
    height: 24px;
  }
  .cooperatePage .cooperate-part .coop1-inner .coop1-map .coop1-map-dot:nth-of-type(1) .coop1-map-dot-inner::after {
    width: 10px;
    height: 10px;
  }
  .cooperatePage .cooperate-part .coop1-inner .coop1-map .coop1-map-dot:nth-of-type(2) .coop1-map-dot-inner::after {
    width: 10px;
    height: 10px;
  }
  .cooperatePage .cooperate-part .coop1-inner .coop1-map .coop1-map-dot:nth-of-type(3) .coop1-map-dot-inner::after {
    width: 10px;
    height: 10px;
  }
  .cooperatePage .cooperate-part .coop1-inner .coop1-map .coop1-map-dot:nth-of-type(4) .coop1-map-dot-inner::after {
    width: 10px;
    height: 10px;
  }
  .cooperatePage .cooperate-part .coop1-inner .coop1-map .coop1-map-dot:nth-of-type(5) .coop1-map-dot-inner::after {
    width: 10px;
    height: 10px;
  }
  .cooperatePage .cooperate-part .coop1-inner .coop1-map .coop1-map-dot:nth-of-type(6) .coop1-map-dot-inner::after {
    width: 10px;
    height: 10px;
  }
  .cooperatePage .cooperate-part .coop1-inner .coop1-map .coop1-map-dot:nth-of-type(7) .coop1-map-dot-inner::after {
    width: 10px;
    height: 10px;
  }
  .cooperatePage .cooperate-part .coop1-inner .coop1-map .coop1-map-dot:nth-of-type(8) .coop1-map-dot-inner::after {
    width: 10px;
    height: 10px;
  }
  .cooperatePage .cooperate-part .coop1-inner .coop1-map .coop1-map-dot:nth-of-type(9) .coop1-map-dot-inner::after {
    width: 10px;
    height: 10px;
  }
  .cooperatePage .cooperate-part .coop1-inner .coop1-map .coop1-map-dot .coop1-map-dot-inner .dot {
    width: 5px;
    height: 5px;
  }
  .cooperatePage .cooperate-part .coop1-inner .coop1-map .coop1-map-center {
    width: 40px;
    height: 40px;
  }
  .cooperatePage .cooperate-part .coop1-inner .coop1-map .coop1-map-center::after {
    width: 64px;
    height: 64px;
  }
  @keyframes aniMapDotInnerMap {
    0% {
      width: 10px;
      height: 10px;
    }
    50% {
      width: 20px;
      height: 20px;
    }
    100% {
      width: 10px;
      height: 10px;
    }
  }
  @keyframes aniMapDotInnerMap1 {
    0% {
      width: 40px;
      height: 40px;
      opacity: 0.8;
    }
    100% {
      width: 64px;
      height: 64px;
      opacity: 0;
    }
  }
  .cooperatePage .cooperate-part .coop1-inner .coop1-map .coop1-map-center .coop1-map-center-inner .map-img {
    width: 28px;
  }
  .cooperatePage .cooperate-part .coop1-inner .coop1-desc {
    font-size: 14px;
    line-height: 26px;
    margin: 12px 0 0;
  }
  .cooperatePage .cooperate-part .coop1-inner .coop1-other .coop1-other-title {
    margin-bottom: 14px;
  }
  .cooperatePage .cooperate-part .coop1-inner .coop1-other .coop1-other-con .coop1-other-swiper .coop1-other-swiper-slide {
    padding: 26px 24px 30px;
  }
  .cooperatePage .cooperate-part .coop1-inner .coop1-other .coop1-other-con .coop1-other-swiper .coop1-other-text {
    font-size: 14px;
    line-height: 22px;
    margin-top: 12px;
  }
  .cooperatePage .cooperate-part1 .coop2-right .coop2-title {
    font-size: 22px;
    line-height: 32px;
  }
  .cooperatePage .cooperate-part1 .coop2-right .coop2-processes-con-sm {
    flex-wrap: wrap;
  }
  .cooperatePage .cooperate-part1 .coop2-right .coop2-processes-con-sm .coop2-processes-con-sm-dot {
    width: 100%;
    margin-top: 30px;
  }
  .cooperatePage .cooperate-part1 .coop2-right .coop2-processes-con-sm .coop2-processes-con-sm-swiper {
    width: 100%;
    margin-bottom: 0;
  }
  .cooperatePage .cooperate-part1 .coop2-right .coop2-processes-con-swiper .coop2-processes-con-swiper-slide .coop2-processes-con-desc {
    margin-top: 6px;
  }
  .cooperatePage .cooperate-part1 .coop2-right .coop2-processes-con-swiper .coop2-processes-con-swiper-slide .coop2-processes-con-title {
    font-size: 16px;
    line-height: 26px;
  }
  .cooperatePage .cooperate-part2 .cooperate-part2-name {
    width: 100%;
    line-height: 48px;
  }
  .cooperatePage .cooperate-part2 .cooperate-part2-step {
    width: 100%;
    margin-top: 22px;
  }
  .cooperatePage .cooperate-part2 .cooperate-part2-name .cooperate-part2-name-inner::after {
    width: 30%;
    left: 36%;
  }
  .cooperatePage .cooperate-part3 .cooperate-part3-title {
    line-height: 56px;
  }
  .cooperatePage .cooperate-part1 .coop2-right .coop2-title {
    font-size: 28px;
    line-height: 42px;
  }
  .cooperatePage .cooperate-part2 .cooperate-part2-name .after-dot {
    top: 8px;
  }
  .cooperatePage .cooperate-part2 .cooperate-part2-name .after-dot {
    width: 42px;
  }
}
@media (max-width: 640px) {
  .cooperatePage .cooperate-part .coop1-inner .coop1-map .coop1-map-dot .coop1-map-dot-inner .text {
    display: none;
  }
  .cooperatePage .cooperate-part1 .coop2-right .coop2-processes-con-sm .coop2-processes-con-sm-btns {
    width: 112px;
  }
}
@media (max-width: 450px) {
  .cooperatePage .cooperate-part .coop1-inner .coop1-map .coop1-map-dot:nth-of-type(7) {
    top: 29%;
    left: 72%;
  }
  .cooperatePage .cooperate-part .coop1-inner .coop1-map .coop1-map-dot:nth-of-type(8) {
    top: 63%;
    left: 82.5%;
  }
  .cooperatePage .cooperate-part .coop1-inner .coop1-map .coop1-map-dot:nth-of-type(9) {
    top: 68%;
    left: 38%;
  }
  .cooperatePage .cooperate-part .coop1-inner .coop1-map .coop1-map-dot:nth-of-type(1) {
    top: 20%;
    left: 16%;
  }
  .cooperatePage .cooperate-part .coop1-inner .coop1-map .coop1-map-dot:nth-of-type(3) {
    top: 59%;
    left: 8%;
  }
  .cooperatePage .cooperate-part .coop1-inner .coop1-map .coop1-map-dot:nth-of-type(2) {
    top: 36%;
    left: 15%;
  }
}
