.cooperatePage {
  margin-top: 120px;
  overflow: hidden;
}
.cooperatePage .cooperate-global {
  background: #F1F9FF;
}
.cooperatePage .cooperate-global-nside .global-nside-outer {
  width: 100%;
  border-bottom: 1px solid rgba(0, 37, 173, 0.1);
  padding: 32px 5% 22px;
  display: flex;
  align-items: center;
}
.cooperatePage .cooperate-global-nside i {
  font-weight: 400;
  font-size: 16px;
  color: #222;
  line-height: 20px;
  margin: 0 10px;
}
.cooperatePage .cooperate-global-nside .index-nside {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  color: #222;
  line-height: 20px;
}
.cooperatePage .cooperate-global-nside .index-nside .index-dot {
  margin-right: 10px;
}
.cooperatePage .cooperate-global-nside .index-nside .index-dot svg {
  width: 15px;
  height: 15px;
}
.cooperatePage .cooperate-global-nside .nside-a {
  font-weight: 400;
  font-size: 20px;
  color: #222222;
  line-height: 24px;
}
.cooperatePage .cooperate-global-con {
  width: 100%;
  padding-top: 80px;
}
.cooperatePage .cooperate-global-con .indexPage-outer {
  display: flex;
  justify-content: space-between;
}
.cooperatePage .cooperate-global-con .cooperate-global-title {
  width: 30%;
  padding-top: 30px;
}
.cooperatePage .cooperate-global-con .cooperate-global-title .text1 {
  font-weight: bold;
  font-size: 120px;
  color: #05E1D4;
  line-height: 100px;
  font-family: 'Roboto-B';
  text-transform: uppercase;
}
.cooperatePage .cooperate-global-con .cooperate-global-title .text2 {
  font-weight: 400;
  font-size: 24px;
  color: #222222;
  line-height: 30px;
  margin-top: 20px;
}
.cooperatePage .cooperate-global-con .cooperate-global-intro {
  width: 32.6%;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cooperatePage .cooperate-global-con .cooperate-global-intro .cooperate-global-intro-p {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  margin-bottom: 15px;
}
.cooperatePage .cooperate-global-con .cooperate-global-intro .cooperate-global-intro-nums {
  display: flex;
  justify-content: space-between;
}
.cooperatePage .cooperate-global-con .cooperate-global-intro .cooperate-global-intro-num {
  width: 30%;
  border-bottom: 1px solid rgba(102, 102, 102, 0.22);
  padding: 18px 0;
}
.cooperatePage .cooperate-global-con .cooperate-global-intro .cooperate-global-intro-num .cooperate-global-intro-num-top {
  display: flex;
  align-items: flex-start;
}
.cooperatePage .cooperate-global-con .cooperate-global-intro .cooperate-global-intro-num .cooperate-global-intro-num-top .global-num-one-count {
  font-weight: bold;
  font-size: 64px;
  color: #333333;
  line-height: 70px;
  font-family: 'Roboto-B';
}
.cooperatePage .cooperate-global-con .cooperate-global-intro .cooperate-global-intro-num .cooperate-global-intro-num-top .global-num-one-unit {
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  font-family: 'Roboto-R';
  line-height: 24px;
  transform: translateX(30px);
}
.cooperatePage .cooperate-global-con .cooperate-global-intro .cooperate-global-intro-num .cooperate-global-intro-num-desc {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 25px;
  margin-top: 12px;
}
.cooperatePage .cooperate-global-con .cooperate-global-img {
  margin-right: -60px;
  width: 30%;
  aspect-ratio: 1.5;
  overflow: hidden;
}
.cooperatePage .cooperate-global-con .cooperate-global-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
  transform: scale(1);
}
.cooperatePage .cooperate-global-con .cooperate-global-img:hover img {
  transform: scale(1.05);
}
.cooperatePage .cooperate-question {
  background: url('https://file.global86.cn/website_v3-guoneijiedian/hongxing/imgs/cooperate-question-back.png') no-repeat;
  background-size: 100% 100%;
  position: relative;
  margin-top: -100px;
}
.cooperatePage .cooperate-question .indexPage-outer {
  padding-top: 60px;
}
.cooperatePage .cooperate-question .cooperate-question-outer {
  padding-bottom: 50px;
  display: flex;
  justify-content: space-between;
}
.cooperatePage .cooperate-question .cooperate-question-title {
  width: 40%;
  padding-left: 5%;
  position: relative;
  z-index: 33;
}
.cooperatePage .cooperate-question .cooperate-question-title .cooperate-question-title-text1 {
  font-weight: bold;
  font-size: 120px;
  color: #05E1D4;
  line-height: 100px;
  font-family: 'Roboto-B';
  text-transform: uppercase;
}
.cooperatePage .cooperate-question .cooperate-question-title .cooperate-question-title-text2 {
  font-weight: 400;
  font-size: 24px;
  color: #222222;
  line-height: 30px;
  margin: 40px 0 40px;
}
.cooperatePage .cooperate-question .cooperate-question-title .cooperate-question-btns {
  width: 116px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cooperatePage .cooperate-question .cooperate-question-title .cooperate-question-btns .cooperate-question-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #05E1D4;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.5s;
}
.cooperatePage .cooperate-question .cooperate-question-title .cooperate-question-btns .cooperate-question-btn .icon {
  width: 38%;
  aspect-ratio: 1;
  position: relative;
}
.cooperatePage .cooperate-question .cooperate-question-title .cooperate-question-btns .cooperate-question-btn .icon img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: scale-down;
  top: 50%;
  left: 50%;
  transition: 0.5s;
}
.cooperatePage .cooperate-question .cooperate-question-title .cooperate-question-btns .cooperate-question-btn .icon .default {
  opacity: 1;
}
.cooperatePage .cooperate-question .cooperate-question-title .cooperate-question-btns .cooperate-question-btn .icon .active {
  opacity: 0;
}
.cooperatePage .cooperate-question .cooperate-question-title .cooperate-question-btns .cooperate-question-btn:hover {
  background: #05E1D4;
}
.cooperatePage .cooperate-question .cooperate-question-title .cooperate-question-btns .cooperate-question-btn:hover .icon .default {
  opacity: 0;
}
.cooperatePage .cooperate-question .cooperate-question-title .cooperate-question-btns .cooperate-question-btn:hover .icon .active {
  opacity: 1;
}
.cooperatePage .cooperate-question .cooperate-question-title .cooperate-question-btns .cooperate-question-btn-prev .icon img {
  transform: translate(-50%, -50%) rotateZ(-135deg);
}
.cooperatePage .cooperate-question .cooperate-question-title .cooperate-question-btns .cooperate-question-btn-next .icon img {
  transform: translate(-50%, -50%) rotateZ(45deg);
}
.cooperatePage .cooperate-question .cooperate-question-main {
  width: 53%;
}
.cooperatePage .cooperate-question .cooperate-question-main .cooperate-question-swiper {
  width: 100%;
}
.cooperatePage .cooperate-question .cooperate-question-main .cooperate-question-one {
  background: transparent;
  transition: 0.5s;
  width: 100%;
  padding: 30px 5% 30px 25px;
}
.cooperatePage .cooperate-question .cooperate-question-main .cooperate-question-one .cooperate-question-one-title {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.cooperatePage .cooperate-question .cooperate-question-main .cooperate-question-one .cooperate-question-one-title .cooperate-question-one-text {
  width: calc(95% - 30px);
  display: flex;
  align-items: center;
}
.cooperatePage .cooperate-question .cooperate-question-main .cooperate-question-one .cooperate-question-one-title .cooperate-question-one-text .icon {
  width: 15px;
  height: 26px;
  margin-right: 20px;
}
.cooperatePage .cooperate-question .cooperate-question-main .cooperate-question-one .cooperate-question-one-title .cooperate-question-one-text .icon img {
  display: block;
}
.cooperatePage .cooperate-question .cooperate-question-main .cooperate-question-one .cooperate-question-one-title .cooperate-question-one-text .text {
  font-weight: 400;
  font-size: 18px;
  color: #222222;
  line-height: 30px;
  width: calc(100% - 35px);
  transition: 0.5s;
}
.cooperatePage .cooperate-question .cooperate-question-main .cooperate-question-one .cooperate-question-one-title .cooperate-question-one-right {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #999;
  position: relative;
  transition: 0.5s;
}
.cooperatePage .cooperate-question .cooperate-question-main .cooperate-question-one .cooperate-question-one-title .cooperate-question-one-right img {
  position: absolute;
  width: 45%;
  height: 45%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: 0.5s;
}
.cooperatePage .cooperate-question .cooperate-question-main .cooperate-question-one .cooperate-question-one-title .cooperate-question-one-right .default {
  opacity: 1;
}
.cooperatePage .cooperate-question .cooperate-question-main .cooperate-question-one .cooperate-question-one-title .cooperate-question-one-right .active {
  opacity: 0;
}
.cooperatePage .cooperate-question .cooperate-question-main .cooperate-question-one .cooperate-question-one-desc {
  width: 100%;
  max-height: 0;
  height: auto;
  transition: max-height 1s;
  overflow: hidden;
}
.cooperatePage .cooperate-question .cooperate-question-main .cooperate-question-one .cooperate-question-one-desc .cooperate-question-one-desc-inner {
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 24px;
  padding: 20px 0 0 30px;
  width: 100%;
}
.cooperatePage .cooperate-question .cooperate-question-main .cooperate-question-one-active {
  background: #163ECD;
}
.cooperatePage .cooperate-question .cooperate-question-main .cooperate-question-one-active .cooperate-question-one-title .cooperate-question-one-text .text {
  color: #fff;
}
.cooperatePage .cooperate-question .cooperate-question-main .cooperate-question-one-active .cooperate-question-one-title .cooperate-question-one-right {
  border: 1px solid #05E1D4;
}
.cooperatePage .cooperate-question .cooperate-question-main .cooperate-question-one-active .cooperate-question-one-title .cooperate-question-one-right .default {
  opacity: 0;
}
.cooperatePage .cooperate-question .cooperate-question-main .cooperate-question-one-active .cooperate-question-one-title .cooperate-question-one-right .active {
  opacity: 1;
  transform: translateY(-50%) rotateZ(45deg);
}
.cooperatePage .cooperate-question .cooperate-question-main .cooperate-question-one-active .cooperate-question-one-desc {
  max-height: 100vh;
}
.cooperatePage .cooperate-question .question-pro {
  position: absolute;
  bottom: 0;
  width: 364px;
  left: 60px;
  will-change: clip-path;
  border: 1px solid transparent;
  clip-path: polygon(0% 0, 100% 0%, 100% 95%, 0% 100%);
}
.cooperatePage .cooperate-question .question-pro img {
  width: 100%;
  display: block;
}
.cooperatePage .contacti .contacti-top .contacti-back-top {
  height: 50px;
}
.cooperatePage .cooperate-repair {
  background: url('https://file.global86.cn/website_v3-guoneijiedian/hongxing/imgs/cooperate-repair-back.png') no-repeat;
  background-size: 100% 100%;
  position: relative;
  z-index: 22;
  margin-top: -65px;
}
.cooperatePage .cooperate-repair .cooperate-repair-outer {
  width: 90%;
  margin: 0 auto 50px;
  display: flex;
  justify-content: space-between;
}
.cooperatePage .cooperate-repair .cooperate-repair-outer .cooperate-repair-title {
  display: flex;
}
.cooperatePage .cooperate-repair .cooperate-repair-outer .cooperate-repair-title .cooperate-repair-text {
  margin-right: 20px;
}
.cooperatePage .cooperate-repair .cooperate-repair-outer .cooperate-repair-title .cooperate-repair-text .p1 {
  font-weight: bold;
  font-size: 120px;
  color: #05E1D4;
  line-height: 100px;
  text-transform: uppercase;
  font-family: 'Roboto-B';
}
.cooperatePage .cooperate-repair .cooperate-repair-outer .cooperate-repair-title .cooperate-repair-text .p2 {
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 30px;
  margin-top: 30px;
}
.cooperatePage .cooperate-repair .cooperate-repair-outer .cooperate-repair-title .cooperate-repair-desc {
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
  padding-top: 9%;
  line-height: 30px;
}
.cooperatePage .cooperate-repair .cooperate-repair-outer .cooperate-repair-btns {
  width: 116px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cooperatePage .cooperate-repair .cooperate-repair-outer .cooperate-repair-btns .cooperate-repair-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #05E1D4;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.5s;
}
.cooperatePage .cooperate-repair .cooperate-repair-outer .cooperate-repair-btns .cooperate-repair-btn .icon {
  width: 38%;
  aspect-ratio: 1;
  position: relative;
}
.cooperatePage .cooperate-repair .cooperate-repair-outer .cooperate-repair-btns .cooperate-repair-btn .icon img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: scale-down;
  top: 50%;
  left: 50%;
  transition: 0.5s;
}
.cooperatePage .cooperate-repair .cooperate-repair-outer .cooperate-repair-btns .cooperate-repair-btn .icon .default {
  opacity: 1;
}
.cooperatePage .cooperate-repair .cooperate-repair-outer .cooperate-repair-btns .cooperate-repair-btn .icon .active {
  opacity: 0;
}
.cooperatePage .cooperate-repair .cooperate-repair-outer .cooperate-repair-btns .cooperate-repair-btn:hover {
  background: #05E1D4;
}
.cooperatePage .cooperate-repair .cooperate-repair-outer .cooperate-repair-btns .cooperate-repair-btn:hover .icon .default {
  opacity: 0;
}
.cooperatePage .cooperate-repair .cooperate-repair-outer .cooperate-repair-btns .cooperate-repair-btn:hover .icon .active {
  opacity: 1;
}
.cooperatePage .cooperate-repair .cooperate-repair-outer .cooperate-repair-btns .cooperate-repair-btn-prev .icon img {
  transform: translate(-50%, -50%) rotateZ(-135deg);
}
.cooperatePage .cooperate-repair .cooperate-repair-outer .cooperate-repair-btns .cooperate-repair-btn-next .icon img {
  transform: translate(-50%, -50%) rotateZ(45deg);
}
.cooperatePage .cooperate-repair .cooperate-repair-main {
  width: 100%;
}
.cooperatePage .cooperate-repair .cooperate-repair-main .cooperate-repair-swiper {
  width: 100%;
}
.cooperatePage .cooperate-repair .cooperate-repair-main .cooperate-repair-swiper .cooperate-repair-slide {
  margin-right: 40px;
  width: calc((100% - 80px) / 3);
}
.cooperatePage .cooperate-repair .cooperate-repair-main .cooperate-repair-swiper .cooperate-repair-slide .cooperate-repair-one {
  width: 100%;
  border-radius: 10px;
  aspect-ratio: 1.59166667;
  overflow: hidden;
}
.cooperatePage .cooperate-repair .cooperate-repair-main .cooperate-repair-swiper .cooperate-repair-slide .cooperate-repair-one .img-inner {
  width: 100%;
  height: 100%;
}
.cooperatePage .cooperate-repair .cooperate-repair-main .cooperate-repair-swiper .cooperate-repair-slide .cooperate-repair-one .el-image {
  width: 100%;
  height: 100%;
}
.cooperatePage .cooperate-repair .cooperate-repair-main .cooperate-repair-swiper .cooperate-repair-slide .cooperate-repair-one img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s;
}
.cooperatePage .cooperate-repair .cooperate-repair-main .cooperate-repair-swiper .cooperate-repair-slide .cooperate-repair-one:hover img {
  transform: scale(1.05);
}
.cooperatePage .cooperate-repair .cooperate-repair-main .cooperate-repair-swiper .cooperate-repair-slide .cooperate-repair-one:nth-of-type(1) {
  margin-bottom: 40px;
}
.cooperatePage .cooperate-repair .cooperate-repair-main .cooperate-repair-swiper .cooperate-repair-slide:nth-last-of-type(1) {
  margin-right: 0;
}
.cooperatePage .cooperate-partner {
  width: 100%;
  height: 110px;
  transform: skewY(2deg);
  position: relative;
  z-index: 35;
  display: flex;
  overflow-x: auto;
  background: transparent;
  -ms-overflow-style: none;
  scrollbar-width: none;
  text-transform: uppercase;
  background: #fff;
  margin-top: -65px;
}
.cooperatePage .cooperate-partner::-webkit-scrollbar {
  height: 0;
  width: 4px;
}
.cooperatePage .cooperate-partner .cooperate-partner-one {
  transform: skewY(0deg);
  width: 200px;
  height: 100%;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px;
}
.cooperatePage .cooperate-partner .cooperate-partner-one img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.cooperatePage .cooperate-repairable {
  background: #F1F9FF;
  margin-top: -120px;
}
.cooperatePage .cooperate-repairable .cooperate-repairable-outer {
  width: 100%;
}
.cooperatePage .cooperate-repairable .cooperate-repairable-title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.cooperatePage .cooperate-repairable .cooperate-repairable-title .cooperate-repairable-text {
  width: calc(95% - 116px);
}
.cooperatePage .cooperate-repairable .cooperate-repairable-title .cooperate-repairable-text .cooperate-repairable-text-p1 {
  font-weight: bold;
  font-size: 120px;
  color: #05E1D4;
  line-height: 100px;
  text-transform: uppercase;
  font-family: 'Roboto-B';
}
.cooperatePage .cooperate-repairable .cooperate-repairable-title .cooperate-repairable-text .cooperate-repairable-text-p2 {
  font-weight: 400;
  font-size: 24px;
  color: #222222;
  line-height: 30px;
  margin: 30px 0 30px;
}
.cooperatePage .cooperate-repairable .cooperate-repairable-title .cooperate-repairable-text .cooperate-repairable-text-p3 {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  width: 44%;
}
.cooperatePage .cooperate-repairable .cooperate-repairable-title .cooperate-repairable-btns {
  width: 116px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cooperatePage .cooperate-repairable .cooperate-repairable-title .cooperate-repairable-btns .cooperate-repairable-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #05E1D4;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.5s;
}
.cooperatePage .cooperate-repairable .cooperate-repairable-title .cooperate-repairable-btns .cooperate-repairable-btn .icon {
  width: 38%;
  aspect-ratio: 1;
  position: relative;
}
.cooperatePage .cooperate-repairable .cooperate-repairable-title .cooperate-repairable-btns .cooperate-repairable-btn .icon img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: scale-down;
  top: 50%;
  left: 50%;
  transition: 0.5s;
}
.cooperatePage .cooperate-repairable .cooperate-repairable-title .cooperate-repairable-btns .cooperate-repairable-btn .icon .default {
  opacity: 1;
}
.cooperatePage .cooperate-repairable .cooperate-repairable-title .cooperate-repairable-btns .cooperate-repairable-btn .icon .active {
  opacity: 0;
}
.cooperatePage .cooperate-repairable .cooperate-repairable-title .cooperate-repairable-btns .cooperate-repairable-btn:hover {
  background: #05E1D4;
}
.cooperatePage .cooperate-repairable .cooperate-repairable-title .cooperate-repairable-btns .cooperate-repairable-btn:hover .icon .default {
  opacity: 0;
}
.cooperatePage .cooperate-repairable .cooperate-repairable-title .cooperate-repairable-btns .cooperate-repairable-btn:hover .icon .active {
  opacity: 1;
}
.cooperatePage .cooperate-repairable .cooperate-repairable-title .cooperate-repairable-btns .cooperate-repairable-btn-prev .icon img {
  transform: translate(-50%, -50%) rotateZ(-135deg);
}
.cooperatePage .cooperate-repairable .cooperate-repairable-title .cooperate-repairable-btns .cooperate-repairable-btn-next .icon img {
  transform: translate(-50%, -50%) rotateZ(45deg);
}
.cooperatePage .cooperate-repairable .cooperate-repairable-main {
  width: 100%;
  margin-top: 50px;
}
.cooperatePage .cooperate-repairable .cooperate-repairable-main .cooperate-repairable-swiper {
  width: 100%;
  overflow: visible;
}
.cooperatePage .cooperate-repairable .cooperate-repairable-main .cooperate-repairable-one {
  margin-right: 35px;
  width: 24%;
  padding-top: 20px;
  overflow: hidden;
}
.cooperatePage .cooperate-repairable .cooperate-repairable-main .cooperate-repairable-one .cooperate-repairable-img {
  width: 100%;
  overflow: hidden;
  background: url('https://file.global86.cn/website_v3-guoneijiedian/hongxing/imgs/cooperate-repairable.png') no-repeat;
  background-size: cover;
  border-radius: 10px;
  aspect-ratio: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cooperatePage .cooperate-repairable .cooperate-repairable-main .cooperate-repairable-one .cooperate-repairable-img .el-image {
  width: 100%;
  height: 100%;
}
.cooperatePage .cooperate-repairable .cooperate-repairable-main .cooperate-repairable-one .cooperate-repairable-img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: scale-down;
  transform: scale(1);
  transition: 0.5s;
}
.cooperatePage .cooperate-repairable .cooperate-repairable-main .cooperate-repairable-one .cooperate-repairable-img:hover img {
  transform: scale(1.05);
}
.cooperatePage .cooperate-repairable .cooperate-repairable-main .cooperate-repairable-one .cooperate-repairable-company {
  width: 100%;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 30px;
  margin-top: 22px;
}
.cooperatePage .cooperate-repairable .cooperate-repairable-main .cooperate-repairable-one:nth-last-of-type(2n) {
  width: 28%;
  padding-top: 0;
}
.cooperatePage .cooperate-repairable .cooperate-repairable-main .cooperate-repairable-one:nth-last-of-type(1) {
  margin-right: 0;
}
.cooperatePage .cooperate-power {
  position: relative;
  z-index: 12;
  margin-top: -100px;
}
.cooperatePage .cooperate-power .cooperate-power-title {
  position: relative;
}
.cooperatePage .cooperate-power .cooperate-power-title .p1 {
  text-align: center;
  font-weight: bold;
  font-size: 120px;
  color: #05E1D4;
  line-height: 100px;
  text-transform: uppercase;
  font-family: 'Roboto-B';
}
.cooperatePage .cooperate-power .cooperate-power-title .p2 {
  margin: 40px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cooperatePage .cooperate-power .cooperate-power-title .p2 img {
  max-width: 30%;
  display: block;
}
.cooperatePage .cooperate-power .cooperate-power-title .power-up {
  position: absolute;
  width: 240px;
  right: 60px;
  bottom: -20px;
}
.cooperatePage .cooperate-power .cooperate-power-title .power-up img {
  display: block;
  width: 100%;
}
.cooperatePage .cooperate-power .cooperate-power-main {
  width: 100%;
  background: url('https://file.global86.cn/website_v3-guoneijiedian/hongxing/imgs/cooperate-power-main-back.png') no-repeat;
  background-size: 100% 100%;
  margin-top: -100px;
  position: relative;
  z-index: 36;
  padding-bottom: 60px;
}
.cooperatePage .cooperate-power .cooperate-power-main .cooperate-power-outer {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.cooperatePage .cooperate-power .cooperate-power-main .cooperate-power-left {
  width: calc(95% - 364px);
}
.cooperatePage .cooperate-power .cooperate-power-main .cooperate-power-left .cooperate-power-one {
  width: 100%;
  display: flex;
  margin-bottom: 50px;
  justify-content: space-between;
  align-items: flex-start;
}
.cooperatePage .cooperate-power .cooperate-power-main .cooperate-power-left .cooperate-power-type {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 30%;
  padding-top: 15px;
  padding-right: 15px;
}
.cooperatePage .cooperate-power .cooperate-power-main .cooperate-power-left .cooperate-power-type .dot {
  width: 8px;
  height: 8px;
  background: #00F1E3;
}
.cooperatePage .cooperate-power .cooperate-power-main .cooperate-power-left .cooperate-power-type .text {
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 30px;
  width: calc(100% - 28px);
}
.cooperatePage .cooperate-power .cooperate-power-main .cooperate-power-left .cooperate-power-val {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cooperatePage .cooperate-power .cooperate-power-main .cooperate-power-left .cooperate-power-val .icon {
  width: 58px;
  height: 66px;
  margin-right: 20px;
}
.cooperatePage .cooperate-power .cooperate-power-main .cooperate-power-left .cooperate-power-val .icon img {
  width: 100%;
  height: 100%;
}
.cooperatePage .cooperate-power .cooperate-power-main .cooperate-power-left .cooperate-power-val .val-text {
  font-weight: bold;
  font-size: 70px;
  color: #05E1D4;
  line-height: 80px;
  font-family: 'Roboto-B';
}
.cooperatePage .cooperate-power .cooperate-power-main .cooperate-power-left .cooperate-power-val .cooperate-power-desc {
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 24px;
}
.cooperatePage .cooperate-power .cooperate-power-main .cooperate-power-left .cooperate-power-val .cooperate-power-imgs {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.cooperatePage .cooperate-power .cooperate-power-main .cooperate-power-left .cooperate-power-val .cooperate-power-imgs .cooperate-power-img-one {
  background: #F1F9FF;
  border-radius: 10px;
  width: calc((100% - 40px) / 3);
  overflow: hidden;
  aspect-ratio: 1.66428571;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.cooperatePage .cooperate-power .cooperate-power-main .cooperate-power-left .cooperate-power-val .cooperate-power-imgs .cooperate-power-img-one .img {
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cooperatePage .cooperate-power .cooperate-power-main .cooperate-power-left .cooperate-power-val .cooperate-power-imgs .cooperate-power-img-one .img img {
  width: 60%;
  height: 100%;
  transform: scale(1);
  transition: 0.5s;
  object-fit: scale-down;
}
.cooperatePage .cooperate-power .cooperate-power-main .cooperate-power-left .cooperate-power-val .cooperate-power-imgs .cooperate-power-img-one .text {
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  text-align: center;
  line-height: 24px;
  margin-top: 8px;
}
.cooperatePage .cooperate-power .cooperate-power-main .cooperate-power-left .cooperate-power-val .cooperate-power-imgs .cooperate-power-img-one:hover .img img {
  transform: scale(1.05);
}
.cooperatePage .cooperate-power .cooperate-power-main .cooperate-power-left .cooperate-power-more {
  width: 100%;
  margin-top: 20px;
  padding-left: 30%;
}
.cooperatePage .cooperate-power .cooperate-power-main .cooperate-power-left .cooperate-power-more .cooperate-power-more-val {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.cooperatePage .cooperate-power .cooperate-power-main .cooperate-power-left .cooperate-power-more .cooperate-power-more-val .page-more {
  margin-top: 5%;
}
.cooperatePage .cooperate-power .cooperate-power-main .cooperate-power-left .cooperate-power-more .cooperate-power-video {
  width: 338px;
}
.cooperatePage .cooperate-power .cooperate-power-main .cooperate-power-left .cooperate-power-more .cooperate-power-video .power-video-dom {
  overflow: hidden;
  aspect-ratio: 1.77894737;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  cursor: pointer;
}
.cooperatePage .cooperate-power .cooperate-power-main .cooperate-power-left .cooperate-power-more .cooperate-power-video .power-video-dom video {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
  object-fit: cover;
}
.cooperatePage .cooperate-power .cooperate-power-main .cooperate-power-left .cooperate-power-more .cooperate-power-video .power-video-dom img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s;
}
.cooperatePage .cooperate-power .cooperate-power-main .cooperate-power-left .cooperate-power-more .cooperate-power-video .power-video-dom:hover img {
  transform: scale(1.05);
}
.cooperatePage .cooperate-power .cooperate-power-main .cooperate-power-left .cooperate-power-more .cooperate-power-video .power-video-dom .mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
}
.cooperatePage .cooperate-power .cooperate-power-main .cooperate-power-left .cooperate-power-more .cooperate-power-video .power-video-dom .mask .play {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
}
.cooperatePage .cooperate-power .cooperate-power-main .cooperate-power-left .cooperate-power-more .cooperate-power-video .power-video-dom .mask .play img {
  width: 15px;
  height: 15px;
}
.cooperatePage .cooperate-power .cooperate-power-main .cooperate-power-left .cooperate-power-more .cooperate-power-video .power-video-text {
  text-align: center;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 24px;
  margin-top: 10px;
  text-transform: uppercase;
}
.cooperatePage .cooperate-power .cooperate-power-main .cooperate-power-right {
  width: 364px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cooperatePage .cooperate-power .cooperate-power-main .cooperate-power-right .cooperate-power-right-one {
  width: 160px;
}
.cooperatePage .cooperate-power .cooperate-power-main .cooperate-power-right .cooperate-power-right-one .cooperate-power-right-img:nth-last-of-type(1) {
  margin-bottom: 0;
}
.cooperatePage .cooperate-power .cooperate-power-main .cooperate-power-right .cooperate-power-right-img {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cooperatePage .cooperate-power .cooperate-power-main .cooperate-power-right .cooperate-power-right-img video {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
  object-fit: cover;
}
.cooperatePage .cooperate-power .cooperate-power-main .cooperate-power-right .cooperate-power-right-img img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s;
}
.cooperatePage .cooperate-power .cooperate-power-main .cooperate-power-right .cooperate-power-right-img:hover img {
  transform: scale(1.05);
}
.cooperatePage .cooperate-power .cooperate-power-main .cooperate-power-right .cooperate-power-right-one:nth-last-of-type(1) {
  transform: translateY(10px);
}
.cooperatePage .cooperate-power .cooperate-power-main .cooperate-power-right .cooperate-power-right-one:nth-last-of-type(1) .cooperate-power-right-img {
  aspect-ratio: 0.50793651;
}
.cooperatePage .cooperate-power .cooperate-power-main .cooperate-power-right .cooperate-power-right-video {
  aspect-ratio: 0.79310345;
  position: relative;
}
.cooperatePage .cooperate-power .cooperate-power-main .cooperate-power-right .cooperate-power-right-video .mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
}
.cooperatePage .cooperate-power .cooperate-power-main .cooperate-power-right .cooperate-power-right-video .mask .play {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
}
.cooperatePage .cooperate-power .cooperate-power-main .cooperate-power-right .cooperate-power-right-video .mask .play img {
  width: 15px;
  height: 15px;
}
.cooperatePage .cooperate-power .cooperate-power-main .cooperate-power-right-new {
  width: 364px;
  margin-top: 30px;
}
.cooperatePage .cooperate-power .cooperate-power-main .cooperate-power-right-new .cooperate-power-right-inner {
  width: 100%;
  background: #2668FF;
  transform: skewY(3deg);
}
.cooperatePage .cooperate-power .cooperate-power-main .cooperate-power-right-new .cooperate-power-right-imgs {
  width: 100%;
  transform: skewY(-3deg);
  padding: 14px;
  display: flex;
  justify-content: space-between;
}
.cooperatePage .cooperate-power .cooperate-power-main .cooperate-power-right-new .cooperate-power-right-imgs .cooperate-power-right-step {
  width: 161px;
  position: relative;
}
.cooperatePage .cooperate-power .cooperate-power-main .cooperate-power-right-new .cooperate-power-right-imgs .cooperate-power-right-step .cooperate-power-right-item:nth-of-type(1) {
  margin-bottom: 14px;
}
.cooperatePage .cooperate-power .cooperate-power-main .cooperate-power-right-new .cooperate-power-right-imgs .cooperate-power-right-step .cooperate-power-step-type {
  width: 53px;
  height: 53px;
  background: #FFFFFF;
  border-radius: 50%;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  color: #666666;
  line-height: 53px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 5;
  font-family: 'H-B';
  transition: 0.5s;
}
.cooperatePage .cooperate-power .cooperate-power-main .cooperate-power-right-new .cooperate-power-right-imgs .cooperate-power-right-step .step-type-other {
  font-size: 20px;
}
.cooperatePage .cooperate-power .cooperate-power-main .cooperate-power-right-new .cooperate-power-right-imgs .cooperate-power-right-step:hover .cooperate-power-step-type {
  color: #fff;
  background: #0025AD;
}
.cooperatePage .cooperate-power .cooperate-power-main .cooperate-power-right-new .cooperate-power-right-imgs .cooperate-power-right-step:nth-of-type(1) {
  transform: translateY(-8px);
}
.cooperatePage .cooperate-power .cooperate-power-main .cooperate-power-right-new .cooperate-power-right-imgs .cooperate-power-right-step:nth-of-type(1) .cooperate-power-step-type {
  top: 58%;
}
.cooperatePage .cooperate-power .cooperate-power-main .cooperate-power-right-new .cooperate-power-right-imgs .cooperate-power-right-step:nth-of-type(2) {
  transform: translateY(6px);
}
.cooperatePage .cooperate-power .cooperate-power-main .cooperate-power-right-new .cooperate-power-right-imgs .cooperate-power-right-step:nth-of-type(2) .cooperate-power-step-type {
  top: 40%;
  color: #fff;
  background: #05E1D4;
}
.cooperatePage .cooperate-power .cooperate-power-main .cooperate-power-right-new .cooperate-power-right-imgs .cooperate-power-right-step:nth-of-type(2):hover .cooperate-power-step-type {
  color: #fff;
  background: #0025AD;
}
.cooperatePage .cooperate-power .cooperate-power-main .cooperate-power-right-new .cooperate-power-right-imgs .cooperate-power-right-item {
  width: 100%;
  overflow: hidden;
}
.cooperatePage .cooperate-power .cooperate-power-main .cooperate-power-right-new .cooperate-power-right-imgs .cooperate-power-right-item img {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.cooperatePage .cooperate-power .cooperate-power-main .cooperate-power-right-new .cooperate-power-right-imgs .cooperate-power-right-item:hover img {
  transform: scale(1.05);
}
.cooperatePage .cooperate-power .cooperate-power-main .cooperate-power-right-new .cooperate-power-right-text {
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 30px;
  width: 100%;
  transform: skewY(-1deg);
  padding: 0 10px 22px;
  text-align: center;
  text-transform: uppercase;
}
.cooperatePage .cooperate-map {
  width: 100%;
  background: url('https://file.global86.cn/website_v3-guoneijiedian/hongxing/imgs/cooperate-map-back.png') no-repeat;
  background-size: 100% 100%;
  position: relative;
  z-index: 15;
}
.cooperatePage .cooperate-map .cooperate-map-outer {
  width: 90%;
  margin: 0 auto;
}
.cooperatePage .cooperate-map .cooperate-map-main {
  width: 100%;
  position: relative;
}
.cooperatePage .cooperate-map .cooperate-map-main .cooperate-map-dot {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  z-index: 12;
}
.cooperatePage .cooperate-map .cooperate-map-main .cooperate-map-dot .cooperate-map-dot-inner {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: relative;
}
.cooperatePage .cooperate-map .cooperate-map-main .cooperate-map-dot .cooperate-map-dot-inner .cooperate-map-dot-p {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #05E1D4;
  z-index: 12;
  position: relative;
}
.cooperatePage .cooperate-map .cooperate-map-main .cooperate-map-dot .cooperate-map-dot-inner .cooperate-map-dot-p p {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  z-index: 12;
  position: relative;
  background: #fff;
}
.cooperatePage .cooperate-map .cooperate-map-main .cooperate-map-dot .cooperate-map-dot-inner::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #05e1d4;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  animation: aniMapDotInnerMapDot 2s infinite;
}
.cooperatePage .cooperate-map .cooperate-map-main .cooperate-map-dot .cooperate-map-dot-inner::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #05e1d4;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  animation: aniMapDotInnerMapDot 2s infinite 1s;
}
.cooperatePage .cooperate-map .cooperate-map-main .cooperate-map-dot .cooperate-map-dot-inner .line {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cooperatePage .cooperate-map .cooperate-map-main .cooperate-map-dot .cooperate-map-dot-inner .line1 {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px solid #05D8D2;
  opacity: 0.6;
}
.cooperatePage .cooperate-map .cooperate-map-main .cooperate-map-dot .cooperate-map-dot-inner .line2 {
  width: 193px;
  height: 193px;
  border-radius: 50%;
  border: 1px solid #05D8D2;
  opacity: 0.5;
}
.cooperatePage .cooperate-map .cooperate-map-main .cooperate-map-dot .cooperate-map-dot-inner .line3 {
  width: 451px;
  height: 451px;
  border-radius: 50%;
  border: 1px solid #05D8D2;
  opacity: 0.3;
}
.cooperatePage .cooperate-map .cooperate-map-main .cooperate-map-dot .cooperate-map-dot-inner .val {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100px;
  height: 46px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(5, 225, 212, 0.9);
  font-weight: 500;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 30px;
  font-family: 'H-M';
  transform: skewX(-12deg) translateX(-50%) translateY(-80%);
  opacity: 0;
  transition: 0.5s;
}
.cooperatePage .cooperate-map .cooperate-map-main .cooperate-map-dot .cooperate-map-dot-inner .val p {
  transform: skewX(12deg);
}
.cooperatePage .cooperate-map .cooperate-map-main .cooperate-map-dot .cooperate-map-dot-inner .val-peo {
  aspect-ratio: 0.97159091;
  width: 120px;
  position: absolute;
  left: 100%;
  bottom: -54px;
  transform: scale(0) translateX(42%);
  transition: 0.5s;
}
.cooperatePage .cooperate-map .cooperate-map-main .cooperate-map-dot .cooperate-map-dot-inner .val-peo img {
  width: 100%;
  display: block;
}
.cooperatePage .cooperate-map .cooperate-map-main .cooperate-map-dot:hover .cooperate-map-dot-inner .val {
  opacity: 1;
}
.cooperatePage .cooperate-map .cooperate-map-main .cooperate-map-dot:hover .cooperate-map-dot-inner .val-peo {
  transform: scale(1) translateX(42%);
}
.cooperatePage .cooperate-map .cooperate-map-main .cooperate-map-dot:nth-of-type(1) {
  top: 32%;
  left: 11.5%;
}
.cooperatePage .cooperate-map .cooperate-map-main .cooperate-map-dot:nth-of-type(2) {
  top: 16%;
  left: 12.5%;
}
.cooperatePage .cooperate-map .cooperate-map-main .cooperate-map-dot:nth-of-type(2) .cooperate-map-dot-inner .val-peo {
  left: 100%;
  bottom: -75px;
  transform: scale(0) translateX(25%);
}
.cooperatePage .cooperate-map .cooperate-map-main .cooperate-map-dot:nth-of-type(2):hover .cooperate-map-dot-inner .val {
  opacity: 1;
}
.cooperatePage .cooperate-map .cooperate-map-main .cooperate-map-dot:nth-of-type(2):hover .cooperate-map-dot-inner .val-peo {
  transform: scale(1) translateX(25%);
}
.cooperatePage .cooperate-map .cooperate-map-main .cooperate-map-dot:nth-of-type(3) {
  top: 27%;
  left: 43%;
}
.cooperatePage .cooperate-map .cooperate-map-main .cooperate-map-dot:nth-of-type(3) .cooperate-map-dot-inner .val-peo {
  left: 100%;
  bottom: -50px;
  transform: scale(0) translateX(75%);
}
.cooperatePage .cooperate-map .cooperate-map-main .cooperate-map-dot:nth-of-type(3):hover .cooperate-map-dot-inner .val {
  opacity: 1;
}
.cooperatePage .cooperate-map .cooperate-map-main .cooperate-map-dot:nth-of-type(3):hover .cooperate-map-dot-inner .val-peo {
  transform: scale(1) translateX(75%);
}
.cooperatePage .cooperate-map .cooperate-map-main .cooperate-map-dot:nth-of-type(4) {
  top: 18%;
  left: 44%;
}
.cooperatePage .cooperate-map .cooperate-map-main .cooperate-map-dot:nth-of-type(4) .cooperate-map-dot-inner .val-peo {
  left: 100%;
  bottom: 45px;
  transform: scale(0) translateX(50%);
}
.cooperatePage .cooperate-map .cooperate-map-main .cooperate-map-dot:nth-of-type(4):hover .cooperate-map-dot-inner .val {
  opacity: 1;
}
.cooperatePage .cooperate-map .cooperate-map-main .cooperate-map-dot:nth-of-type(4):hover .cooperate-map-dot-inner .val-peo {
  transform: scale(1) translateX(50%);
}
.cooperatePage .cooperate-map .cooperate-map-main .cooperate-map-dot:nth-of-type(5) {
  top: 23%;
  left: 49%;
}
.cooperatePage .cooperate-map .cooperate-map-main .cooperate-map-dot:nth-of-type(5) .cooperate-map-dot-inner .val-peo {
  left: 100%;
  bottom: 30px;
  transform: scale(0) translateX(72%);
}
.cooperatePage .cooperate-map .cooperate-map-main .cooperate-map-dot:nth-of-type(5):hover .cooperate-map-dot-inner .val {
  opacity: 1;
}
.cooperatePage .cooperate-map .cooperate-map-main .cooperate-map-dot:nth-of-type(5):hover .cooperate-map-dot-inner .val-peo {
  transform: scale(1) translateX(72%);
}
.cooperatePage .cooperate-map .cooperate-map-main .cooperate-map-dot:nth-of-type(6) {
  top: 7%;
  left: 69%;
}
.cooperatePage .cooperate-map .cooperate-map-main .cooperate-map-dot:nth-of-type(6) .cooperate-map-dot-inner .val-peo {
  left: 100%;
  bottom: -36px;
  transform: scale(0) translateX(48%);
}
.cooperatePage .cooperate-map .cooperate-map-main .cooperate-map-dot:nth-of-type(6):hover .cooperate-map-dot-inner .val {
  opacity: 1;
}
.cooperatePage .cooperate-map .cooperate-map-main .cooperate-map-dot:nth-of-type(6):hover .cooperate-map-dot-inner .val-peo {
  transform: scale(1) translateX(48%);
}
.cooperatePage .cooperate-map .cooperate-map-main .cooperate-map-dot:nth-of-type(7) {
  top: 55%;
  left: 82%;
}
.cooperatePage .cooperate-map .cooperate-map-main .cooperate-map-dot:nth-of-type(7) .cooperate-map-dot-inner .val-peo {
  left: 100%;
  bottom: -50px;
  transform: translateX(-130%) rotateY(180deg) scale(0);
}
.cooperatePage .cooperate-map .cooperate-map-main .cooperate-map-dot:nth-of-type(7):hover .cooperate-map-dot-inner .val {
  opacity: 1;
}
.cooperatePage .cooperate-map .cooperate-map-main .cooperate-map-dot:nth-of-type(7):hover .cooperate-map-dot-inner .val-peo {
  transform: translateX(-130%) rotateY(180deg) scale(1);
}
.cooperatePage .cooperate-map .cooperate-map-main .cooperate-map-dot:nth-of-type(8) {
  top: 75%;
  left: 89%;
}
.cooperatePage .cooperate-map .cooperate-map-main .cooperate-map-dot:nth-of-type(8) .cooperate-map-dot-inner .val-peo {
  left: 100%;
  bottom: -50px;
  transform: translateX(-150%) rotateY(180deg) scale(0);
}
.cooperatePage .cooperate-map .cooperate-map-main .cooperate-map-dot:nth-of-type(8):hover .cooperate-map-dot-inner .val {
  opacity: 1;
}
.cooperatePage .cooperate-map .cooperate-map-main .cooperate-map-dot:nth-of-type(8):hover .cooperate-map-dot-inner .val-peo {
  transform: translateX(-150%) rotateY(180deg) scale(1);
}
.cooperatePage .cooperate-map .cooperate-map-main .cooperate-map-dot-active .cooperate-map-dot-inner .val {
  opacity: 1;
}
.cooperatePage .cooperate-map .cooperate-map-main .cooperate-map-dot-active .cooperate-map-dot-inner .val-peo {
  transform: scale(1) translateX(42%);
}
.cooperatePage .cooperate-map .cooperate-map-main .cooperate-map-center {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  top: 32%;
  left: 78.5%;
  z-index: 12;
}
.cooperatePage .cooperate-map .cooperate-map-main .cooperate-map-center .cooperate-map-center-inner {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: relative;
}
.cooperatePage .cooperate-map .cooperate-map-main .cooperate-map-center .cooperate-map-center-inner .cooperate-map-center-p {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #05E1D4;
  z-index: 12;
  position: relative;
}
.cooperatePage .cooperate-map .cooperate-map-main .cooperate-map-center .cooperate-map-center-inner .cooperate-map-center-p p {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  z-index: 12;
  position: relative;
  background: #fff;
}
.cooperatePage .cooperate-map .cooperate-map-main .cooperate-map-center .cooperate-map-center-inner::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #05e1d4;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  animation: aniMapDotInnerMapDot1 2s infinite;
}
.cooperatePage .cooperate-map .cooperate-map-main .cooperate-map-center .cooperate-map-center-inner::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #05e1d4;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  animation: aniMapDotInnerMapDot1 2s infinite 1s;
}
.cooperatePage .cooperate-map .cooperate-map-main .cooperate-map-center .cooperate-map-center-inner .val-line {
  width: 1px;
  height: 100px;
  background: #05E1D4;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.cooperatePage .cooperate-map .cooperate-map-main .cooperate-map-center .cooperate-map-center-inner .val {
  position: absolute;
  left: 50%;
  bottom: 100px;
  height: 46px;
  text-align: center;
  display: flex;
  width: 234px;
  align-items: center;
  justify-content: center;
  background: rgba(5, 225, 212, 0.9);
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 30px;
  font-family: 'H-M';
  transform: skewX(-12deg) translateX(-50%) translateY(0);
}
.cooperatePage .cooperate-map .cooperate-map-main .cooperate-map-center .cooperate-map-center-inner .val p {
  transform: skewX(12deg);
}
.cooperatePage .cooperate-map .cooperate-map-main .cooperate-map-center .cooperate-map-center-inner .val-en {
  width: 300px;
}
.cooperatePage .cooperate-map .cooperate-map-main .cooperate-map-center .cooperate-map-center-inner .val-ru {
  width: 300px;
}
.cooperatePage .cooperate-map .cooperate-map-main .cooperate-map-center .cooperate-map-center-inner .val-ar {
  width: 284px;
}
.cooperatePage .cooperate-map .cooperate-map-main .cooperate-map-center .cooperate-map-center-inner .val-es {
  width: 260px;
}
.cooperatePage .cooperate-map .cooperate-map-main .cooperate-line {
  width: 78%;
  position: absolute;
  top: 1%;
  left: 12%;
}
.cooperatePage .cooperate-map .cooperate-map-main .cooperate-line svg {
  width: 100%;
}
.cooperatePage .cooperate-map .cooperate-map-main .cooperate-line .cls-1 {
  fill: none;
  stroke: #05e1d4;
  stroke-miterlimit: 10;
  stroke-width: 1.5px;
}
.cooperatePage .cooperate-map .cooperate-map-main .cooperate-line .cls-2 {
  fill: #05e1d4;
}
.cooperatePage .cooperate-map .cooperate-map-main .cooperate-line img {
  width: 100%;
  transform-origin: 87% 42%;
}
@keyframes drawPath {
  0% {
    stroke-dasharray: 0 var(--path-length);
    /* 初始不可见 */
    opacity: 0.5;
    /* 淡入效果 */
  }
  100% {
    stroke-dasharray: var(--path-length) 0;
    /* 完全可见 */
    opacity: 1;
  }
}
@keyframes drawOpacity {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.cooperatePage .cooperate-map .cooperate-map-main .dom {
  width: 100%;
  display: block;
}
.cooperatePage .cooperate-map .cooperate-map-nums {
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}
.cooperatePage .cooperate-map .cooperate-map-nums .profile-num-one {
  width: calc((100% - 60px) / 4);
  padding: 30px 12px;
  position: relative;
  transform: skewX(-4deg);
  background: #F1F9FF;
  transition: 0.5s;
}
.cooperatePage .cooperate-map .cooperate-map-nums .profile-num-one .profile-num-one-inner {
  transform: skewX(4deg);
}
.cooperatePage .cooperate-map .cooperate-map-nums .profile-num-one .profile-num-one-inner .profile-num-one-top {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.cooperatePage .cooperate-map .cooperate-map-nums .profile-num-one .profile-num-one-inner .profile-num-one-top .profile-num-one-count {
  font-weight: bold;
  font-size: 80px;
  color: #0025AD;
  line-height: 70px;
  margin-right: 20px;
  font-family: 'H-B';
  transition: 0.5s;
}
.cooperatePage .cooperate-map .cooperate-map-nums .profile-num-one .profile-num-one-inner .profile-num-one-top .profile-num-one-unit {
  font-weight: 400;
  font-size: 24px;
  color: #0025AD;
  line-height: 30px;
  transition: 0.5s;
}
.cooperatePage .cooperate-map .cooperate-map-nums .profile-num-one .profile-num-one-inner .profile-num-one-desc {
  font-weight: 400;
  font-size: 22px;
  color: #666666;
  line-height: 30px;
  margin-top: 20px;
  text-align: center;
  transition: 0.5s;
}
.cooperatePage .cooperate-map .cooperate-map-nums .profile-num-one-active {
  background: #05E1D4;
}
.cooperatePage .cooperate-map .cooperate-map-nums .profile-num-one-active .profile-num-one-inner .profile-num-one-top .profile-num-one-count {
  color: #fff;
}
.cooperatePage .cooperate-map .cooperate-map-nums .profile-num-one-active .profile-num-one-inner .profile-num-one-top .profile-num-one-unit {
  color: #fff;
}
.cooperatePage .cooperate-map .cooperate-map-nums .profile-num-one-active .profile-num-one-inner .profile-num-one-desc {
  color: #fff;
}
@keyframes map-line {
  0% {
    transform: scale(0.6);
    opacity: 0.5;
  }
  80% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes aniMapDotInnerMapDot {
  0% {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  100% {
    width: 240%;
    height: 240%;
    opacity: 0;
  }
}
@keyframes aniMapDotInnerMapDot1 {
  0% {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  100% {
    width: 320%;
    height: 320%;
    opacity: 0;
  }
}
@media only screen and (max-width: 1800px) {
  .cooperatePage .cooperate-power .cooperate-power-main .cooperate-power-right-new .cooperate-power-right-text {
    font-size: 20px;
    margin-top: -5px;
  }
  .cooperatePage .cooperate-power .cooperate-power-main .cooperate-power-outer {
    width: 95%;
  }
  .cooperatePage .cooperate-power .cooperate-power-main .cooperate-power-left .cooperate-power-type .text {
    font-size: 22px;
  }
  .cooperatePage .cooperate-global-nside .nside-a {
    font-size: 18px;
  }
  .cooperatePage .cooperate-global-con .cooperate-global-title .text1 {
    font-size: 90px;
    line-height: 75px;
  }
  .cooperatePage .cooperate-global-con .cooperate-global-title .text2 {
    font-size: 20px;
  }
  .cooperatePage .cooperate-global-con .cooperate-global-intro .cooperate-global-intro-num .cooperate-global-intro-num-top .global-num-one-count {
    font-size: 50px;
    line-height: 58px;
  }
  .cooperatePage .cooperate-global-con .cooperate-global-intro {
    width: 37%;
    padding-bottom: 40px;
  }
  .cooperatePage .cooperate-map .cooperate-map-nums .profile-num-one .profile-num-one-inner .profile-num-one-top .profile-num-one-count {
    font-size: 60px;
    line-height: 52px;
    margin-right: 16px;
  }
  .cooperatePage .cooperate-map .cooperate-map-main .cooperate-map-dot .cooperate-map-dot-inner .val {
    width: 90px;
    height: 42px;
    font-size: 20px;
  }
  .cooperatePage .cooperate-map .cooperate-map-nums .profile-num-one .profile-num-one-inner .profile-num-one-top .profile-num-one-unit {
    font-size: 20px;
  }
  .cooperatePage .cooperate-map .cooperate-map-nums .profile-num-one .profile-num-one-inner .profile-num-one-desc {
    font-size: 18px;
    margin-top: 16px;
  }
  .cooperatePage .cooperate-global-con {
    padding-top: 60px;
  }
  .cooperatePage .cooperate-global-con .cooperate-global-intro .cooperate-global-intro-num .cooperate-global-intro-num-desc {
    margin-top: 8px;
  }
  .cooperatePage .cooperate-power .cooperate-power-main .cooperate-power-left .cooperate-power-val .cooperate-power-imgs .cooperate-power-img-one .img {
    height: 60px;
  }
  .cooperatePage .cooperate-repairable .cooperate-repairable-title .cooperate-repairable-text .cooperate-repairable-text-p1 {
    font-size: 90px;
    line-height: 90px;
  }
  .cooperatePage .cooperate-repair .cooperate-repair-outer .cooperate-repair-title .cooperate-repair-text .p1 {
    font-size: 90px;
    line-height: 90px;
  }
  .cooperatePage .cooperate-repair .cooperate-repair-outer .cooperate-repair-title .cooperate-repair-desc {
    font-size: 20px;
  }
  .cooperatePage .cooperate-question .cooperate-question-title .cooperate-question-title-text1 {
    font-size: 90px;
    line-height: 90px;
  }
  .cooperatePage .cooperate-question .cooperate-question-title .cooperate-question-title-text2 {
    font-size: 20px;
  }
  .cooperatePage .cooperate-repair .cooperate-repair-outer .cooperate-repair-title .cooperate-repair-text .p2 {
    font-size: 20px;
    line-height: 30px;
    margin-top: 20px;
  }
  .cooperatePage .cooperate-repairable .cooperate-repairable-title .cooperate-repairable-text .cooperate-repairable-text-p3 {
    width: 50%;
  }
  .cooperatePage .cooperate-repairable .cooperate-repairable-title .cooperate-repairable-text .cooperate-repairable-text-p2 {
    font-size: 20px;
    margin: 20px 0 26px;
  }
  .cooperatePage .cooperate-power .cooperate-power-title .p1 {
    font-size: 90px;
    line-height: 90px;
  }
  .cooperatePage .cooperate-power .cooperate-power-main .cooperate-power-left .cooperate-power-one {
    margin-bottom: 40px;
  }
  .cooperatePage .cooperate-power .cooperate-power-title .p2 {
    margin: 26px auto 0;
    transform: translateY(-12px);
  }
  .cooperatePage .cooperate-power .cooperate-power-main .cooperate-power-left .cooperate-power-val .val-text {
    font-size: 52px;
  }
}
@media (max-width: 1598px) {
  .cooperatePage .cooperate-power .cooperate-power-main .cooperate-power-right-new .cooperate-power-right-text {
    font-size: 18px;
  }
  .cooperatePage .cooperate-power .cooperate-power-main .cooperate-power-left {
    width: calc(96% - 364px);
  }
  .cooperatePage .cooperate-global-con .cooperate-global-title .text2 {
    font-size: 18px;
  }
  .cooperatePage .cooperate-question .cooperate-question-main .cooperate-question-one .cooperate-question-one-title .cooperate-question-one-text .text {
    font-size: 16px;
  }
  .cooperatePage .cooperate-global-con .cooperate-global-title .text1 {
    font-size: 80px;
    line-height: 82px;
  }
  .cooperatePage .cooperate-map .cooperate-map-nums .profile-num-one .profile-num-one-inner .profile-num-one-desc {
    font-size: 16px;
    margin-top: 14px;
  }
  .cooperatePage .cooperate-map .cooperate-map-nums .profile-num-one .profile-num-one-inner .profile-num-one-top .profile-num-one-count {
    font-size: 50px;
    line-height: 50px;
    margin-right: 14px;
  }
  .cooperatePage .cooperate-power .cooperate-power-main .cooperate-power-outer {
    width: 100%;
  }
  .cooperatePage .cooperate-global-nside .nside-a {
    font-size: 16px;
  }
  .cooperatePage .cooperate-power .cooperate-power-main .cooperate-power-left .cooperate-power-type .text {
    font-size: 20px;
  }
  .cooperatePage .cooperate-global-con .cooperate-global-intro {
    width: 42%;
  }
  .cooperatePage .cooperate-power .cooperate-power-main .cooperate-power-left .cooperate-power-val .icon {
    width: 46px;
  }
  .cooperatePage .cooperate-power .cooperate-power-main .cooperate-power-left .cooperate-power-val .val-text {
    font-size: 42px;
  }
  .cooperatePage .cooperate-power .cooperate-power-main {
    margin-top: -70px;
  }
  .cooperatePage .cooperate-power .cooperate-power-title .p1 {
    font-size: 80px;
    line-height: 82px;
  }
  .cooperatePage .cooperate-repairable .cooperate-repairable-title .cooperate-repairable-text .cooperate-repairable-text-p1 {
    font-size: 80px;
    line-height: 82px;
  }
  .cooperatePage .cooperate-question .cooperate-question-title .cooperate-question-title-text1 {
    font-size: 80px;
    line-height: 82px;
  }
  .cooperatePage .cooperate-repair .cooperate-repair-outer .cooperate-repair-title .cooperate-repair-text .p1 {
    font-size: 80px;
    line-height: 82px;
  }
  .cooperatePage .cooperate-repair .cooperate-repair-outer {
    width: 100%;
    margin: 0 auto 42px;
  }
  .cooperatePage .cooperate-question .cooperate-question-title {
    padding-left: 0;
  }
  .cooperatePage .cooperate-global-con .cooperate-global-title {
    padding-top: 0;
  }
  .cooperatePage .cooperate-global-con .cooperate-global-intro {
    padding-top: 0;
  }
  .cooperatePage .cooperate-global-nside .global-nside-outer {
    padding: 24px 0 22px;
  }
}
@media only screen and (max-width: 1365px) {
  .cooperatePage .cooperate-power .cooperate-power-main .cooperate-power-left .cooperate-power-more .cooperate-power-video {
    width: 260px;
  }
  .cooperatePage .cooperate-power .cooperate-power-main {
    padding-bottom: 30px;
  }
  .cooperatePage .cooperate-global-nside .global-nside-outer {
    padding: 20px 0 20px;
  }
  .cooperatePage .cooperate-global-con {
    padding-top: 50px;
  }
  .cooperatePage {
    margin-top: 104px;
  }
  .cooperatePage .cooperate-question .question-pro {
    width: 20%;
    max-width: 320px;
    bottom: 7px;
  }
  .cooperatePage .cooperate-repair .cooperate-repair-main .cooperate-repair-swiper .cooperate-repair-slide {
    margin-right: 30px;
    width: calc((100% - 60px) / 3);
  }
  .cooperatePage .cooperate-repair .cooperate-repair-main .cooperate-repair-swiper .cooperate-repair-slide .cooperate-repair-one:nth-of-type(1) {
    margin-bottom: 30px;
  }
  .cooperatePage .cooperate-repairable .cooperate-repairable-main .cooperate-repairable-one .cooperate-repairable-company {
    font-size: 14px;
    margin-top: 18px;
  }
  .cooperatePage .cooperate-global-con .cooperate-global-intro .cooperate-global-intro-num {
    width: 31%;
  }
  .cooperatePage .cooperate-power .cooperate-power-main .cooperate-power-left .cooperate-power-type .text {
    font-size: 18px;
  }
  .cooperatePage .cooperate-power .cooperate-power-main .cooperate-power-left .cooperate-power-val .cooperate-power-imgs .cooperate-power-img-one .img {
    height: 48px;
  }
}
@media (max-width: 1250px) {
  .cooperatePage {
    margin-top: 65px;
  }
  .cooperatePage .cooperate-question .cooperate-question-main {
    width: 58%;
  }
  .cooperatePage .cooperate-partner {
    height: 85px;
  }
  .cooperatePage .cooperate-question .cooperate-question-title .cooperate-question-title-text2 {
    font-size: 18px;
  }
  .cooperatePage .cooperate-question .cooperate-question-title .cooperate-question-title-text1 {
    font-size: 60px;
    line-height: 62px;
  }
  .cooperatePage .cooperate-repair .cooperate-repair-outer {
    margin: 0 auto 36px;
  }
  .cooperatePage .cooperate-repair .cooperate-repair-outer .cooperate-repair-title .cooperate-repair-text .p2 {
    font-size: 18px;
    line-height: 26px;
    margin-top: 12px;
  }
  .cooperatePage .cooperate-repair .cooperate-repair-outer .cooperate-repair-title .cooperate-repair-text .p1 {
    font-size: 60px;
  }
  .cooperatePage .cooperate-repair .cooperate-repair-outer .cooperate-repair-title .cooperate-repair-desc {
    font-size: 18px;
  }
  .cooperatePage .cooperate-partner .cooperate-partner-one {
    width: 150px;
  }
  .cooperatePage .cooperate-repairable .cooperate-repairable-title .cooperate-repairable-text .cooperate-repairable-text-p2 {
    font-size: 18px;
    margin: 12px 0 24px;
  }
  .cooperatePage .cooperate-repairable .cooperate-repairable-main .cooperate-repairable-one:nth-last-of-type(2n) {
    width: 320px;
  }
  .cooperatePage .cooperate-repairable .cooperate-repairable-main .cooperate-repairable-one {
    width: 280px;
  }
  .cooperatePage .cooperate-repairable .cooperate-repairable-main {
    margin-top: 38px;
  }
  .cooperatePage .cooperate-repairable .cooperate-repairable-title .cooperate-repairable-text .cooperate-repairable-text-p3 {
    width: 66%;
  }
  .cooperatePage .cooperate-repairable .cooperate-repairable-title .cooperate-repairable-text .cooperate-repairable-text-p1 {
    font-size: 55px;
    line-height: 60px;
  }
  .cooperatePage .cooperate-power .cooperate-power-main .cooperate-power-left .cooperate-power-val .cooperate-power-imgs {
    margin-top: 18px;
    flex-wrap: wrap;
  }
  .cooperatePage .cooperate-global-con .indexPage-outer {
    flex-wrap: wrap;
  }
  .cooperatePage .cooperate-power .cooperate-power-main .cooperate-power-left .cooperate-power-val .cooperate-power-imgs .cooperate-power-img-one {
    width: 32%;
    margin-top: 12px;
  }
  .cooperatePage .cooperate-global-con .cooperate-global-title {
    width: 100%;
  }
  .cooperatePage .cooperate-global-con .cooperate-global-intro {
    width: 100%;
    margin-top: 25px;
  }
  .cooperatePage .cooperate-map .cooperate-map-nums .profile-num-one .profile-num-one-inner .profile-num-one-desc {
    font-size: 14px;
    margin-top: 12px;
    line-height: 24px;
  }
  .cooperatePage .cooperate-map .cooperate-map-nums {
    transform: translateY(-27%);
  }
  .cooperatePage .cooperate-map .cooperate-map-nums .profile-num-one {
    width: calc((100% - 38px) / 4);
    padding: 26px 3.2%;
  }
  .cooperatePage .cooperate-power .cooperate-power-main .cooperate-power-left .cooperate-power-val .val-text {
    font-size: 30px;
  }
  .cooperatePage .cooperate-power .cooperate-power-main .cooperate-power-left .cooperate-power-one {
    margin-bottom: 32px;
  }
  .cooperatePage .cooperate-power .cooperate-power-main .cooperate-power-left .cooperate-power-type .text {
    font-size: 16px;
  }
  .cooperatePage .cooperate-power .cooperate-power-main .cooperate-power-left .cooperate-power-val .icon {
    width: 40px;
    margin-right: 14px;
  }
  .cooperatePage .cooperate-global-con {
    padding-top: 40px;
  }
  .cooperatePage .cooperate-power .cooperate-power-title .p1 {
    font-size: 55px;
  }
  .cooperatePage .cooperate-map .cooperate-map-outer {
    margin-top: 32px;
    width: 100%;
  }
  .cooperatePage .cooperate-global-con .cooperate-global-img {
    width: 50%;
    margin: 0 auto 32px;
  }
  .cooperatePage .cooperate-global-con .cooperate-global-intro .cooperate-global-intro-nums {
    flex-wrap: wrap;
  }
  .cooperatePage .cooperate-global-con .cooperate-global-title .text1 {
    font-size: 60px;
    line-height: 62px;
  }
  .cooperatePage .cooperate-global-con .cooperate-global-intro .cooperate-global-intro-num .cooperate-global-intro-num-top .global-num-one-count {
    font-size: 38px;
    line-height: 42px;
  }
  .cooperatePage .cooperate-global-con .cooperate-global-title .text2 {
    font-size: 16px;
    margin-top: 14px;
  }
  .cooperatePage .cooperate-power .cooperate-power-main .cooperate-power-left .cooperate-power-type {
    padding-top: 0;
    width: 100%;
    margin-bottom: 16px;
  }
  .cooperatePage .cooperate-power .cooperate-power-main .cooperate-power-left .cooperate-power-val {
    width: 100%;
  }
  .cooperatePage .cooperate-power .cooperate-power-main .cooperate-power-left .cooperate-power-more {
    padding-left: 0;
  }
  .cooperatePage .cooperate-power .cooperate-power-main .cooperate-power-left .cooperate-power-one {
    flex-wrap: wrap;
  }
  .cooperatePage .cooperate-power .cooperate-power-main {
    padding-bottom: 60px;
  }
  .cooperatePage .cooperate-power .cooperate-power-main {
    background-size: cover;
    background-position: bottom center;
  }
  .cooperatePage .cooperate-power .cooperate-power-main .cooperate-power-right-new .cooperate-power-right-imgs .cooperate-power-right-step .cooperate-power-step-type {
    font-size: 18px;
  }
  .cooperatePage .cooperate-power .cooperate-power-main .cooperate-power-right-new .cooperate-power-right-imgs .cooperate-power-right-step .step-type-other {
    font-size: 18px;
  }
}
@media (max-width: 1023px) {
  .cooperatePage .cooperate-power .cooperate-power-main .cooperate-power-outer {
    flex-wrap: wrap;
  }
  .cooperatePage .cooperate-power .cooperate-power-main .cooperate-power-left {
    width: 100%;
    padding-top: 62px;
  }
  .cooperatePage .cooperate-power .cooperate-power-main .cooperate-power-right-new {
    margin: 34px auto 0;
  }
  .cooperatePage .cooperate-power .cooperate-power-main {
    margin-top: -120px;
  }
  .cooperatePage .cooperate-power .cooperate-power-main {
    background-size: auto 100%;
    background-position: center center;
  }
  .cooperatePage .cooperate-map .cooperate-map-main .cooperate-map-center .cooperate-map-center-inner .val-line {
    height: 60px;
  }
  .cooperatePage .cooperate-power .cooperate-power-main .cooperate-power-right {
    margin: 32px auto 0;
    width: 100%;
    flex-wrap: wrap;
  }
  .cooperatePage .cooperate-power .cooperate-power-main .cooperate-power-outer {
    padding-bottom: 100px;
  }
  .cooperatePage .cooperate-power .cooperate-power-main .cooperate-power-right .cooperate-power-right-one:nth-last-of-type(1) {
    justify-content: center;
  }
  .cooperatePage .cooperate-power .cooperate-power-main .cooperate-power-right .cooperate-power-right-img {
    width: 30%;
    margin-right: 5%;
  }
  .cooperatePage .cooperate-power .cooperate-power-main .cooperate-power-right .cooperate-power-right-img:nth-last-of-type(1) {
    margin-right: 0;
  }
  .cooperatePage .cooperate-power .cooperate-power-main .cooperate-power-right .cooperate-power-right-one {
    width: 100%;
    display: flex;
    flex-direction: row;
  }
  .cooperatePage .cooperate-power .cooperate-power-title .p2 {
    margin: 24px auto 0;
    transform: translateY(-22px);
  }
  .cooperatePage .cooperate-power .cooperate-power-title .power-up {
    width: 180px;
    right: 5%;
    bottom: -10px;
  }
  .cooperatePage .cooperate-repairable .cooperate-repairable-title {
    flex-wrap: wrap;
  }
  .cooperatePage .cooperate-repairable .cooperate-repairable-title .cooperate-repairable-text .cooperate-repairable-text-p2 {
    font-size: 16px;
    margin: 10px 0 16px;
  }
  .cooperatePage .cooperate-question .cooperate-question-title .cooperate-question-title-text1 {
    font-size: 50px;
    line-height: 52px;
  }
  .cooperatePage .cooperate-question .question-pro {
    left: 5%;
    bottom: 12px;
  }
  .cooperatePage .cooperate-repairable .cooperate-repairable-title .cooperate-repairable-text .cooperate-repairable-text-p3 {
    width: 100%;
  }
  .cooperatePage .cooperate-repair .cooperate-repair-outer .cooperate-repair-title .cooperate-repair-text .p2 {
    font-size: 16px;
    line-height: 24px;
  }
  .cooperatePage .cooperate-repair .cooperate-repair-outer .cooperate-repair-title .cooperate-repair-desc {
    font-size: 16px;
  }
  .cooperatePage .cooperate-repairable .cooperate-repairable-title .cooperate-repairable-text {
    width: 100%;
    margin-bottom: 25px;
  }
  .cooperatePage .cooperate-power .cooperate-power-title .p1 {
    font-size: 40px;
  }
  .cooperatePage .cooperate-map .cooperate-map-main .cooperate-map-dot .cooperate-map-dot-inner .val {
    width: 70px;
    height: 30px;
    font-size: 14px;
  }
  .cooperatePage .cooperate-map .cooperate-map-main .cooperate-map-center .cooperate-map-center-inner .val {
    bottom: 60px;
  }
  .cooperatePage .cooperate-map .cooperate-map-main .cooperate-map-dot .cooperate-map-dot-inner .val-peo {
    width: 80px;
  }
  .cooperatePage .cooperate-map .cooperate-map-nums {
    transform: translateY(-10%);
  }
  .cooperatePage .cooperate-map .cooperate-map-nums .profile-num-one {
    width: calc((100% - 14px) / 2);
    margin-top: 14px;
  }
  .cooperatePage .cooperate-map .cooperate-map-nums {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cooperatePage .cooperate-power .cooperate-power-main .cooperate-power-right-new .cooperate-power-right-imgs .cooperate-power-right-step .cooperate-power-step-type {
    font-size: 16px;
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
  .cooperatePage .cooperate-power .cooperate-power-main .cooperate-power-right-new .cooperate-power-right-imgs .cooperate-power-right-step .step-type-other {
    font-size: 16px;
    width: 52px;
    height: 52px;
    line-height: 52px;
  }
  .cooperatePage .cooperate-power .cooperate-power-main .cooperate-power-right-new .cooperate-power-right-text {
    font-size: 16px;
    padding: 0 8px 16px;
    margin-top: -6px;
  }
  .cooperatePage .cooperate-power .cooperate-power-main .cooperate-power-left .cooperate-power-more .cooperate-power-more-val .page-more {
    margin-top: 0;
  }
  .cooperatePage .cooperate-power .cooperate-power-main .cooperate-power-left .cooperate-power-more .cooperate-power-video {
    margin: 35px auto 0;
  }
  .cooperatePage .cooperate-power .cooperate-power-main .cooperate-power-left .cooperate-power-more .cooperate-power-more-val {
    flex-wrap: wrap;
  }
  .cooperatePage .cooperate-power .cooperate-power-main .cooperate-power-left .cooperate-power-val .val-text {
    font-size: 24px;
    line-height: 35px;
  }
  .cooperatePage .cooperate-power .cooperate-power-title .power-up {
    width: 25%;
    right: 4%;
    bottom: 0;
  }
  .cooperatePage .cooperate-repair .cooperate-repair-outer {
    flex-wrap: wrap;
  }
  .cooperatePage .cooperate-power .cooperate-power-title .p2 {
    margin: 22px auto 0;
    transform: translateY(-14px);
  }
  .cooperatePage .cooperate-power .cooperate-power-title .p1 {
    font-size: 32px;
    line-height: 52px;
    padding-top: 40px;
  }
  .cooperatePage .cooperate-global-nside .nside-a {
    font-size: 14px;
  }
  .cooperatePage .cooperate-global-nside .index-nside {
    font-size: 14px;
  }
  .cooperatePage .cooperate-global-con {
    padding-top: 28px;
  }
  .cooperatePage .cooperate-global-con .cooperate-global-intro .cooperate-global-intro-num {
    width: 46%;
  }
  .cooperatePage .cooperate-repair .cooperate-repair-outer .cooperate-repair-title {
    width: 100%;
    flex-wrap: wrap;
  }
  .cooperatePage .cooperate-global-con .cooperate-global-img {
    width: 100%;
    max-width: 320px;
  }
  .cooperatePage .cooperate-global-nside .global-nside-outer {
    padding: 18px 0 18px;
  }
  .cooperatePage .cooperate-repair .cooperate-repair-outer .cooperate-repair-title .cooperate-repair-text .p1 {
    line-height: 60px;
    margin-right: 0;
    padding-top: 50px;
  }
  .cooperatePage .cooperate-repair .cooperate-repair-main .cooperate-repair-swiper {
    overflow: visible;
  }
  .cooperatePage .cooperate-repair .cooperate-repair-outer .cooperate-repair-title .cooperate-repair-desc {
    font-size: 14px;
    width: 100%;
    margin: 15px 0 25px;
    padding-top: 0;
  }
  .cooperatePage .cooperate-question .cooperate-question-title .cooperate-question-title-text2 {
    margin: 20px 0 30px;
  }
  .cooperatePage .cooperate-question .cooperate-question-main .cooperate-question-one .cooperate-question-one-title .cooperate-question-one-text .text {
    font-size: 14px;
    line-height: 25px;
  }
  .cooperatePage .cooperate-question {
    background-size: cover;
  }
  .cooperatePage .cooperate-repairable .cooperate-repairable-main {
    padding-bottom: 40px;
  }
  .cooperatePage .cooperate-repair {
    background-size: cover;
  }
  .cooperatePage .cooperate-question .cooperate-question-main .cooperate-question-one .cooperate-question-one-desc .cooperate-question-one-desc-inner {
    padding: 20px 0 0 0;
  }
  .cooperatePage .cooperate-question .cooperate-question-main .cooperate-question-one {
    padding: 22px 5% 25px 25px;
  }
  .cooperatePage .cooperate-question .cooperate-question-outer {
    flex-wrap: wrap;
  }
  .cooperatePage .cooperate-question .cooperate-question-title {
    width: 100%;
    margin-bottom: 30px;
  }
  .cooperatePage .cooperate-question .cooperate-question-main {
    width: 100%;
  }
  .cooperatePage .cooperate-repair .cooperate-repair-main .cooperate-repair-swiper .cooperate-repair-slide .cooperate-repair-one:nth-of-type(1) {
    margin-bottom: 26px;
  }
  .cooperatePage .cooperate-repair .cooperate-repair-main .cooperate-repair-swiper .cooperate-repair-slide {
    width: 250px;
    margin-right: 24px;
  }
}
@media (max-width: 641px) {
  .cooperatePage {
    margin-top: 50px;
  }
  .cooperatePage .cooperate-map .cooperate-map-nums .profile-num-one {
    width: 100%;
  }
  .cooperatePage .cooperate-map {
    background-size: cover;
    background-position: top center;
  }
  .cooperatePage .cooperate-map .cooperate-map-nums {
    transform: translateY(0);
  }
  .cooperatePage .cooperate-map .cooperate-map-main .cooperate-map-dot .cooperate-map-dot-inner .val {
    display: none;
  }
  .cooperatePage .cooperate-map .cooperate-map-main .cooperate-map-dot .cooperate-map-dot-inner .val-peo {
    display: none;
  }
  .cooperatePage .cooperate-map .cooperate-map-main .cooperate-map-center .cooperate-map-center-inner .val {
    display: none;
  }
  .cooperatePage .cooperate-map .cooperate-map-main .cooperate-map-center .cooperate-map-center-inner .val-line {
    display: none;
  }
}
@media (max-width: 520px) {
  .cooperatePage .cooperate-power .cooperate-power-main .cooperate-power-left .cooperate-power-val .cooperate-power-imgs .cooperate-power-img-one {
    width: 48%;
  }
  .cooperatePage .cooperate-power .cooperate-power-title .p2 img {
    max-width: 50%;
  }
}
@media (max-width: 431px) {
  .cooperatePage {
    margin-top: 42px;
  }
}
@media (max-width: 420px) {
  .cooperatePage .cooperate-power .cooperate-power-main .cooperate-power-right-new {
    width: 100%;
  }
  .cooperatePage .cooperate-power .cooperate-power-main .cooperate-power-right-new .cooperate-power-right-imgs .cooperate-power-right-step {
    width: calc((100% - 10px) / 2);
  }
  .cooperatePage .cooperate-power .cooperate-power-main .cooperate-power-right-new .cooperate-power-right-imgs {
    padding: 15px 10px 10px;
  }
  .cooperatePage .cooperate-power .cooperate-power-main .cooperate-power-right-new .cooperate-power-right-imgs .cooperate-power-right-step:nth-of-type(2) {
    transform: translateY(0);
  }
}
@media (max-width: 385px) {
  .cooperatePage .cooperate-global-con .cooperate-global-intro .cooperate-global-intro-num .cooperate-global-intro-num-desc {
    font-size: 12px;
  }
}
