.cooperatePage {
  background: #F6FBFF;
}
.cooperatePage .cooperate-part {
  padding-bottom: 50px;
}
.cooperatePage .cooperate-part .cooperate-inner {
  display: flex;
  margin-bottom: 38px;
}
.cooperatePage .cooperate-part .cooperate-inner .cooperate-title {
  font-weight: 500;
  font-size: 30px;
  color: #333333;
  line-height: 34px;
  margin-right: 8%;
}
.cooperatePage .cooperate-part .cooperate-inner .cooperate-desc {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
}
.cooperatePage .cooperate-part .cooperate-inner .cooperate-desc p {
  max-width: 590px;
}
.cooperatePage .cooperate-part .cooperate-outer .cooperate-map {
  width: 100%;
  position: relative;
}
.cooperatePage .cooperate-part .cooperate-outer .cooperate-map .cls-1,
.cooperatePage .cooperate-part .cooperate-outer .cooperate-map .cls-3 {
  fill: none;
  stroke-miterlimit: 10;
  stroke-width: 1;
  stroke-dasharray: 0 10000;
  opacity: 0.5;
  transition: 0.5s;
}
@keyframes drawPath {
  0% {
    stroke-dasharray: 0 var(--path-length);
    /* 初始不可见 */
    opacity: 0.5;
    /* 淡入效果 */
  }
  100% {
    stroke-dasharray: var(--path-length) 0;
    /* 完全可见 */
    opacity: 1;
  }
}
.cooperatePage .cooperate-part .cooperate-outer .cooperate-map .cls-3 {
  stroke: #3e99f3;
}
.cooperatePage .cooperate-part .cooperate-outer .cooperate-map .cls-4 {
  fill: #419af4;
  opacity: 0;
  transition: 0.5s;
}
.cooperatePage .cooperate-part .cooperate-outer .cooperate-map .cls-1 {
  stroke: #e5312b;
}
.cooperatePage .cooperate-part .cooperate-outer .cooperate-map .cls-2 {
  fill: #e5312b;
  opacity: 0;
  transition: 0.5s;
}
@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-part .cooperate-outer .cooperate-map .connect-dot {
  width: 12px;
  height: 12px;
  background: #E63329;
  border-radius: 50%;
  position: absolute;
}
.cooperatePage .cooperate-part .cooperate-outer .cooperate-map .connect-dot .connect-dot-inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.cooperatePage .cooperate-part .cooperate-outer .cooperate-map .connect-dot .connect-dot-inner p {
  width: 100%;
  height: 100%;
  background: #E63329;
  border-radius: 50%;
  position: relative;
  z-index: 25;
}
.cooperatePage .cooperate-part .cooperate-outer .cooperate-map .connect-dot .connect-dot-inner::after {
  content: "";
  width: 12px;
  height: 12px;
  background: #E63329;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: aniMapDotInnerMapDot 2s linear infinite 0.2s;
}
.cooperatePage .cooperate-part .cooperate-outer .cooperate-map .connect-dot .connect-dot-inner::before {
  content: "";
  width: 12px;
  height: 12px;
  background: #E63329;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: aniMapDotInnerMapDot 2s linear infinite 0s;
  display: none;
}
.cooperatePage .cooperate-part .cooperate-outer .cooperate-map .connect-dot:nth-of-type(1) {
  top: 65.1%;
  left: 9.8%;
}
.cooperatePage .cooperate-part .cooperate-outer .cooperate-map .connect-dot:nth-of-type(2) {
  top: 48%;
  left: 7%;
}
.cooperatePage .cooperate-part .cooperate-outer .cooperate-map .connect-dot:nth-of-type(3) {
  top: 34.5%;
  left: 11%;
}
.cooperatePage .cooperate-part .cooperate-outer .cooperate-map .connect-dot:nth-of-type(4) {
  top: 43%;
  left: 34%;
}
.cooperatePage .cooperate-part .cooperate-outer .cooperate-map .connect-dot:nth-of-type(5) {
  top: 43.2%;
  left: 29.5%;
}
.cooperatePage .cooperate-part .cooperate-outer .cooperate-map .connect-dot:nth-of-type(6) {
  top: 37.5%;
  left: 21.8%;
}
.cooperatePage .cooperate-part .cooperate-outer .cooperate-map .connect-dot:nth-of-type(7) {
  top: 50%;
  left: 12.8%;
}
.cooperatePage .cooperate-part .cooperate-outer .cooperate-map .connect-dot:nth-of-type(8) {
  top: 24%;
  left: 30.6%;
}
.cooperatePage .cooperate-part .cooperate-outer .cooperate-map .connect-dot:nth-of-type(9) {
  top: 29%;
  left: 71.6%;
}
.cooperatePage .cooperate-part .cooperate-outer .cooperate-map .connect-dot:nth-of-type(10) {
  top: 40%;
  left: 76.2%;
}
.cooperatePage .cooperate-part .cooperate-outer .cooperate-map .connect-dot:nth-of-type(11) {
  top: 71.5%;
  left: 86.5%;
}
.cooperatePage .cooperate-part .cooperate-outer .cooperate-map .connect-dot1 {
  background: #409AF4;
}
.cooperatePage .cooperate-part .cooperate-outer .cooperate-map .connect-dot1 .connect-dot-inner p {
  background: #409AF4;
}
.cooperatePage .cooperate-part .cooperate-outer .cooperate-map .connect-dot1 .connect-dot-inner::after {
  background: #409AF4;
  animation: aniMapDotInnerMapDot 2s linear infinite 1s;
}
.cooperatePage .cooperate-part .cooperate-outer .cooperate-map .connect-dot1 .connect-dot-inner::before {
  background: #409AF4;
  display: none;
  animation: aniMapDotInnerMapDot 2s linear infinite 0.4s;
}
.cooperatePage .cooperate-part .cooperate-outer .cooperate-map .center-dot-main {
  position: absolute;
  width: 12px;
  height: 12px;
  top: 32%;
  left: 39%;
}
.cooperatePage .cooperate-part .cooperate-outer .cooperate-map .center-dot-main .center-dot-p {
  width: 100%;
  height: 100%;
  position: relative;
}
.cooperatePage .cooperate-part .cooperate-outer .cooperate-map .center-dot-main .center-dot-p p {
  position: relative;
  width: 100%;
  height: 100%;
}
.cooperatePage .cooperate-part .cooperate-outer .cooperate-map .center-dot-main .center-dot-p p span {
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  border-radius: 50%;
  position: relative;
  z-index: 24;
  display: block;
}
.cooperatePage .cooperate-part .cooperate-outer .cooperate-map .center-dot-main .center-dot-p p::after {
  content: "";
  width: 38px;
  height: 38px;
  background: #409AF4;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cooperatePage .cooperate-part .cooperate-outer .cooperate-map .center-dot-main .center-dot-p::after {
  content: "";
  width: 38px;
  height: 38px;
  background: #409AF4;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: aniMapDotInnerMap 1.6s linear infinite 0.8s;
}
.cooperatePage .cooperate-part .cooperate-outer .cooperate-map .center-dot-main .center-dot-p::before {
  content: "";
  width: 38px;
  height: 38px;
  background: #409AF4;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: aniMapDotInnerMap 1.6s linear infinite;
}
.cooperatePage .cooperate-part .cooperate-outer .cooperate-map img {
  display: block;
  width: 100%;
}
.cooperatePage .cooperate-part .cooperate-outer .cooperate-map .map-line {
  position: absolute;
  top: 20%;
  left: 8%;
  width: 78%;
}
.cooperatePage .cooperate-process {
  width: 100%;
  background: url('https://file.global86.cn/fileStore/website_new_v2/jinbo/page-new/cooperate-process-back.png') no-repeat;
  background-size: cover;
  background-position: top center;
}
.cooperatePage .cooperate-process .cooperate-process-inner {
  width: 100%;
}
.cooperatePage .cooperate-process .cooperate-process-title-text {
  font-weight: 500;
  font-size: 30px;
  color: #FFFFFF;
  line-height: 36px;
  margin-bottom: 40px;
}
.cooperatePage .cooperate-process .cooperate-process-main {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.cooperatePage .cooperate-process .cooperate-process-main .cooperate-process-one {
  width: 120px;
  overflow: hidden;
  position: relative;
  height: 280px;
  cursor: pointer;
  transition: 0.5s;
}
.cooperatePage .cooperate-process .cooperate-process-main .cooperate-process-one .cooperate-process-default {
  width: 120px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 65% 0 20px;
  opacity: 1;
  transition: 0.5s;
  background: rgba(255, 255, 255, 0.8);
}
.cooperatePage .cooperate-process .cooperate-process-main .cooperate-process-one .cooperate-process-default .cooperate-process-text {
  font-weight: 500;
  font-size: 18px;
  color: #115DA9;
  line-height: 24px;
  transform: rotateZ(90deg);
}
.cooperatePage .cooperate-process .cooperate-process-main .cooperate-process-one .cooperate-process-default .cooperate-process-index {
  font-weight: normal;
  font-size: 36px;
  color: #115DA9;
  line-height: 42px;
  font-family: 'LamaSans-SemiBoldCondensed';
}
.cooperatePage .cooperate-process .cooperate-process-main .cooperate-process-one .cooperate-process-active {
  position: absolute;
  top: 0;
  left: 100%;
  opacity: 0;
  transition: 0.8s;
  width: 600px;
  display: flex;
  justify-content: space-between;
  height: 100%;
  padding: 5% 8%;
  z-index: -1;
  background: rgba(255, 255, 255, 0.8);
}
.cooperatePage .cooperate-process .cooperate-process-main .cooperate-process-one .cooperate-process-active .cooperate-process-left {
  width: 68%;
  padding-right: 12%;
  border-right: 1px solid rgba(17, 93, 169, 0.5);
}
.cooperatePage .cooperate-process .cooperate-process-main .cooperate-process-one .cooperate-process-active .cooperate-process-left .cooperate-process-title {
  display: flex;
  align-items: center;
}
.cooperatePage .cooperate-process .cooperate-process-main .cooperate-process-one .cooperate-process-active .cooperate-process-left .cooperate-process-title .cooperate-process-icon {
  width: 60px;
  height: 60px;
  background: #115DA9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
}
.cooperatePage .cooperate-process .cooperate-process-main .cooperate-process-one .cooperate-process-active .cooperate-process-left .cooperate-process-title .cooperate-process-icon img {
  width: 60%;
  object-fit: scale-down;
  transform: rotateY(0deg);
  transition: 0.5s;
}
.cooperatePage .cooperate-process .cooperate-process-main .cooperate-process-one .cooperate-process-active .cooperate-process-left .cooperate-process-title .cooperate-process-text {
  font-weight: 500;
  font-size: 18px;
  color: #115DA9;
  line-height: 24px;
  width: calc(100% - 72px);
}
.cooperatePage .cooperate-process .cooperate-process-main .cooperate-process-one .cooperate-process-active .cooperate-process-left .cooperate-process-desc {
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  line-height: 24px;
  margin-top: 20px;
}
.cooperatePage .cooperate-process .cooperate-process-main .cooperate-process-one .cooperate-process-active .cooperate-process-right {
  font-weight: normal;
  font-size: 120px;
  color: #115DA9;
  font-family: 'LamaSans-SemiBoldCondensed';
  display: flex;
  align-items: center;
}
.cooperatePage .cooperate-process .cooperate-process-main .cooperate-process-one-active {
  width: 600px;
}
.cooperatePage .cooperate-process .cooperate-process-main .cooperate-process-one-active .cooperate-process-active {
  opacity: 1;
  left: 0;
  z-index: 2;
}
.cooperatePage .cooperate-process .cooperate-process-main .cooperate-process-one-active .cooperate-process-default {
  opacity: 0;
  transform: translateX(-120px);
}
.cooperatePage .cooperate-process .cooperate-process-titles {
  display: flex;
  margin-top: 46px;
}
.cooperatePage .cooperate-process .cooperate-process-titles .cooperate-process-title-dom {
  cursor: pointer;
  width: 20%;
}
.cooperatePage .cooperate-process .cooperate-process-titles .cooperate-process-title-dom .text {
  font-weight: 500;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 28px;
  text-align: center;
  border-bottom: 1px solid #FFFFFF;
  transition: 0.5s;
  width: 100%;
  position: relative;
}
.cooperatePage .cooperate-process .cooperate-process-titles .cooperate-process-title-dom .text::after {
  width: 1px;
  height: 20px;
  background: #FFFFFF;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}
.cooperatePage .cooperate-process .cooperate-process-titles .cooperate-process-title-dom .index {
  font-weight: 500;
  font-size: 14px;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 24px;
  transition: 0.5s;
  text-align: center;
  font-family: 'LamaSans-SemiBoldCondensed';
}
.cooperatePage .cooperate-process .cooperate-process-titles .cooperate-process-title-dom:nth-of-type(1) .text::before {
  width: 1px;
  height: 20px;
  background: #FFFFFF;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
}
.cooperatePage .cooperate-process .cooperate-process-titles .cooperate-process-title-active .text {
  color: #FFFFFF;
}
.cooperatePage .cooperate-process .cooperate-process-titles .cooperate-process-title-active .index {
  color: #FFFFFF;
}
.cooperatePage .cooperate-process .cooperate-process-swiper {
  width: 100%;
  display: none;
  overflow: visible;
  padding-top: 70px;
  position: relative;
}
.cooperatePage .cooperate-process .cooperate-process-swiper .cooperate-process-btns {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
}
.cooperatePage .cooperate-process .cooperate-process-swiper .cooperate-process-btn-prev {
  margin-right: 15px;
}
.cooperatePage .cooperate-process .cooperate-process-swiper .cooperate-process-item {
  width: 60%;
  height: auto;
  transition: 0.8s;
  display: flex;
  justify-content: space-between;
  padding: 5% 5%;
  background: rgba(255, 255, 255, 0.8);
  margin-right: 20px;
}
.cooperatePage .cooperate-process .cooperate-process-swiper .cooperate-process-item .cooperate-process-left {
  width: 73%;
  padding-right: 30px;
  border-right: 1px solid rgba(17, 93, 169, 0.5);
}
.cooperatePage .cooperate-process .cooperate-process-swiper .cooperate-process-item .cooperate-process-left .cooperate-process-title {
  display: flex;
  align-items: center;
}
.cooperatePage .cooperate-process .cooperate-process-swiper .cooperate-process-item .cooperate-process-left .cooperate-process-title .cooperate-process-icon {
  width: 45px;
  height: 45px;
  background: #115DA9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
}
.cooperatePage .cooperate-process .cooperate-process-swiper .cooperate-process-item .cooperate-process-left .cooperate-process-title .cooperate-process-icon img {
  width: 60%;
  object-fit: scale-down;
  transform: rotateY(0deg);
  transition: 0.5s;
}
.cooperatePage .cooperate-process .cooperate-process-swiper .cooperate-process-item .cooperate-process-left .cooperate-process-title .cooperate-process-text {
  font-weight: 500;
  font-size: 15px;
  color: #115DA9;
  line-height: 24px;
  width: calc(100% - 60px);
}
.cooperatePage .cooperate-process .cooperate-process-swiper .cooperate-process-item .cooperate-process-left .cooperate-process-desc {
  font-weight: 400;
  font-size: 12px;
  color: #222222;
  line-height: 24px;
  margin-top: 15px;
}
.cooperatePage .cooperate-process .cooperate-process-swiper .cooperate-process-item .cooperate-process-right {
  font-weight: normal;
  font-size: 70px;
  color: #115DA9;
  font-family: 'LamaSans-SemiBoldCondensed';
  display: flex;
  align-items: center;
}
.cooperatePage .pro-videos {
  width: 100%;
}
.cooperatePage .pro-videos .pro-videos-inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.cooperatePage .pro-videos .pro-videos-inner .pro-videos-title {
  font-weight: 500;
  font-size: 30px;
  color: #333333;
  line-height: 34px;
}
.cooperatePage .pro-videos .pro-videos-inner .pro-videos-btns {
  width: 112px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 12px 0;
}
.cooperatePage .pro-videos .pro-videos-swiper {
  width: 100%;
  overflow: visible;
}
.cooperatePage .pro-videos .pro-videos-swiper .video-one {
  width: 400px;
  margin-right: 30px;
  cursor: pointer;
}
.cooperatePage .pro-videos .pro-videos-swiper .video-one .video-dom {
  width: 100%;
  border-radius: 0;
  aspect-ratio: 1.33333333;
  overflow: hidden;
  position: relative;
}
.cooperatePage .pro-videos .pro-videos-swiper .video-one .video-dom video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cooperatePage .pro-videos .pro-videos-swiper .video-one .video-dom .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
}
.cooperatePage .pro-videos .pro-videos-swiper .video-one .video-dom .mask .play {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 35px;
  text-align: center;
  line-height: 60px;
  color: #E63329;
  border-radius: 50%;
}
.cooperatePage .pro-videos .pro-videos-swiper .video-one .video-text {
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  margin-top: 20px;
}
.cooperatePage .pro-videos .pro-videos-swiper .video-one-active .video-dom .mask {
  top: 100%;
}
.cooperatePage .pro-videos .pro-videos-swiper .video-one:nth-last-of-type(1) {
  margin-right: 0;
}
@keyframes pathFlow {
  from {
    stroke-dashoffset: var(--path-length);
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes aniMapDotInnerMap {
  0% {
    width: 38px;
    height: 38px;
    opacity: 1;
  }
  100% {
    width: 88px;
    height: 88px;
    opacity: 0;
  }
}
@keyframes aniMapDotInnerMapDot {
  0% {
    width: 12px;
    height: 12px;
    opacity: 0.8;
  }
  50% {
    width: 32px;
    height: 32px;
    opacity: 0.3;
  }
  100% {
    width: 12px;
    height: 12px;
    opacity: 0.8;
  }
}
@media only screen and (max-width: 1800px) {
  .cooperatePage .cooperate-part {
    padding-bottom: 30px;
  }
}
@media (max-width: 1596px) {
  .cooperatePage .cooperate-part .cooperate-inner .cooperate-desc {
    font-size: 14px;
  }
  .cooperatePage .cooperate-part .cooperate-inner .cooperate-title {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1367px) {
  .cooperatePage .pro-videos .pro-videos-swiper .video-one {
    width: 30%;
    margin-right: 24px;
  }
  .cooperatePage .pro-videos .pro-videos-swiper .video-one .video-text {
    font-size: 16px;
    margin-top: 16px;
  }
  .cooperatePage .pro-videos .pro-videos-inner {
    margin-bottom: 35px;
  }
  .cooperatePage .pro-videos .pro-videos-inner .pro-videos-title {
    font-size: 24px;
  }
}
@media (max-width: 1250px) {
  .cooperatePage .cooperate-process .cooperate-process-main .cooperate-process-one .cooperate-process-default .cooperate-process-text {
    font-size: 16px;
  }
  .cooperatePage .cooperate-process .cooperate-process-main .cooperate-process-one .cooperate-process-active .cooperate-process-right {
    font-size: 70px;
  }
  .cooperatePage .cooperate-process .cooperate-process-main .cooperate-process-one .cooperate-process-active .cooperate-process-left .cooperate-process-title .cooperate-process-icon {
    width: 50px;
    height: 50px;
  }
  .cooperatePage .cooperate-process .cooperate-process-main .cooperate-process-one .cooperate-process-active {
    width: 500px;
    padding: 5% 6%;
  }
  .cooperatePage .cooperate-process .cooperate-process-main .cooperate-process-one {
    width: 88px;
  }
  .cooperatePage .cooperate-process .cooperate-process-title-text {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 32px;
  }
  .cooperatePage .cooperate-process .cooperate-process-main .cooperate-process-one-active {
    width: 500px;
  }
  .cooperatePage .cooperate-process .cooperate-process-main .cooperate-process-one .cooperate-process-active .cooperate-process-left {
    width: 75%;
  }
  .cooperatePage .cooperate-process .cooperate-process-main .cooperate-process-one .cooperate-process-default {
    width: 88px;
  }
  .cooperatePage .cooperate-process .cooperate-process-main .cooperate-process-one .cooperate-process-default .cooperate-process-index {
    font-size: 28px;
  }
  .cooperatePage .cooperate-process .cooperate-process-main .cooperate-process-one .cooperate-process-active .cooperate-process-left .cooperate-process-title .cooperate-process-text {
    font-size: 16px;
  }
}
@media (max-width: 1023px) {
  .cooperatePage .cooperate-process .cooperate-process-main {
    display: none;
  }
  .cooperate-container .second-inner-nav {
    display: none;
  }
  .cooperatePage .cooperate-process .cooperate-process-titles {
    display: none;
  }
  .cooperatePage .cooperate-process .cooperate-process-swiper {
    display: block;
  }
  .cooperatePage .cooperate-part .cooperate-inner {
    flex-wrap: wrap;
    margin-bottom: 16px;
  }
  .cooperatePage .cooperate-part .cooperate-inner .cooperate-title {
    font-size: 22px;
    margin-right: 0;
  }
  .cooperatePage .cooperate-part .cooperate-inner .cooperate-desc {
    width: 100%;
    margin-top: 15px;
  }
}
@media (max-width: 1000px) {
  .cooperatePage .cooperate-process .cooperate-process-title-text {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 24px;
  }
  .cooperatePage .pro-videos .pro-videos-swiper .video-one .video-text {
    font-size: 14px;
    margin-top: 12px;
  }
  .cooperatePage .pro-videos .pro-videos-swiper .video-one .video-dom .mask .play {
    width: 45px;
    height: 45px;
    font-size: 26px;
    line-height: 50px;
  }
  .cooperatePage .pro-videos .pro-videos-inner .pro-videos-title {
    font-size: 20px;
  }
  .cooperatePage .pro-videos .pro-videos-swiper .video-one {
    min-width: 220px;
  }
  .cooperatePage .pro-videos .pro-videos-inner .pro-videos-btns {
    width: 104px;
  }
  .cooperatePage .pro-videos .pro-videos-inner {
    margin-bottom: 30px;
  }
  .cooperatePage .cooperate-part .cooperate-outer .cooperate-map .connect-dot {
    width: 10px;
    height: 10px;
  }
  @keyframes aniMapDotInnerMap {
    0% {
      width: 28px;
      height: 28px;
      opacity: 1;
    }
    100% {
      width: 58px;
      height: 58px;
      opacity: 0;
    }
  }
  .cooperatePage .cooperate-part .cooperate-outer .cooperate-map .center-dot-main .center-dot-p p::after {
    width: 28px;
    height: 28px;
  }
  @keyframes aniMapDotInnerMapDot {
    0% {
      width: 10px;
      height: 10px;
      opacity: 0.8;
    }
    50% {
      width: 26px;
      height: 26px;
      opacity: 0.3;
    }
    100% {
      width: 10px;
      height: 10px;
      opacity: 0.8;
    }
  }
}
@media (max-width: 767px) {
  .cooperatePage .cooperate-part .cooperate-outer .cooperate-map .cls-1,
  .cooperatePage .cooperate-part .cooperate-outer .cooperate-map .cls-3 {
    stroke-width: 2px;
  }
}
@media (max-width: 640px) {
  .cooperatePage .cooperate-process .cooperate-process-swiper .cooperate-process-item {
    width: 100%;
  }
}
@media (max-width: 520px) {
  .cooperatePage .cooperate-part .cooperate-outer .cooperate-map .cls-1,
  .cooperatePage .cooperate-part .cooperate-outer .cooperate-map .cls-3 {
    stroke-width: 3px;
  }
  .cooperatePage .cooperate-part .cooperate-inner .cooperate-desc {
    margin-top: 10px;
  }
}
