.cooperatePage .cooperate-desc {
  font-weight: 300;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
}
.cooperatePage .cooperatePage-map-img {
  width: 105%;
  position: relative;
}
.cooperatePage .cooperatePage-map-img img {
  width: 100%;
}
.cooperatePage .cooperatePage-map-img .market-dot {
  width: 17px;
  height: 17px;
  background: #f24d0c;
  border-radius: 50%;
  position: absolute;
}
.cooperatePage .cooperatePage-map-img .market-dot .p-dot {
  width: 17px;
  height: 17px;
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  background: rgba(242, 77, 12, 0.3);
  border-radius: 50%;
  animation: aniMapDotInner 2s 0s ease-in infinite;
}
.cooperatePage .cooperatePage-map-img .market-dot::after {
  content: '';
  left: 50%;
  top: 50%;
  width: 17px;
  height: 17px;
  background: rgba(242, 77, 12, 0.3);
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  animation: aniMapDotInner 2s 0.7s ease-in infinite;
}
.cooperatePage .cooperatePage-map-img .market-dot::before {
  content: '';
  left: 50%;
  top: 50%;
  width: 17px;
  height: 17px;
  background: rgba(242, 77, 12, 0.3);
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  animation: aniMapDotInner 2s 0s ease-in infinite;
}
.cooperatePage .cooperatePage-map-img .market-dot:nth-of-type(1) {
  left: 18%;
  bottom: auto;
  top: 26%;
  right: auto;
}
.cooperatePage .cooperatePage-map-img .market-dot:nth-of-type(2) {
  left: 31%;
  bottom: auto;
  top: 64%;
  right: auto;
}
.cooperatePage .cooperatePage-map-img .market-dot:nth-of-type(3) {
  left: 52%;
  bottom: auto;
  top: 48%;
  right: auto;
}
.cooperatePage .cooperatePage-map-img .market-dot:nth-of-type(4) {
  left: 56%;
  bottom: auto;
  top: 22%;
  right: auto;
}
.cooperatePage .cooperatePage-map-img .market-dot:nth-of-type(5) {
  left: 68%;
  bottom: auto;
  top: 40%;
  right: auto;
}
.cooperatePage .cooperatePage-map-img .market-icon {
  position: absolute;
  right: 19%;
  bottom: auto;
  top: 25%;
  left: auto;
}
.cooperatePage .cooperatePage-map-img .market-icon .market-icon-inner {
  position: relative;
}
.cooperatePage .cooperatePage-map-img .market-icon .market-icon-img {
  width: 25px;
}
.cooperatePage .cooperatePage-map-img .market-icon .market-value-main {
  background: #FFFFFF;
  margin-top: -2px;
  border-radius: 10px;
  font-size: 14px;
  color: #333333;
  line-height: 24px;
  padding: 20px;
  width: 210px;
}
.cooperatePage .cooperatePage-map-img .market-icon .market-value-main img {
  width: 32px;
  margin-bottom: 6px;
}
.cooperatePage .cooperatePage-map-img .market-icon .market-triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 16px 8px;
  border-color: transparent transparent #FFFFFF transparent;
  margin-left: 18%;
}
.cooperatePage .cooperatePage-map-img .market-icon .market-icon-main {
  position: absolute;
  top: calc(100% + 6px);
  left: -35px;
}
.cooperatePage1 {
  background: #F8F8F8;
}
.cooperatePage1 .cooperatePage-title {
  width: 60%;
}
.cooperatePage1 .cooperatePage-title .indexPage-desc {
  margin-top: 15px;
}
.cooperatePage1 .coop-main {
  position: relative;
  padding-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cooperatePage1 .coop-main .coop-one {
  width: 38%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 4px;
  padding: 26px 18px;
  transition: 0.5s;
  z-index: 35;
}
.cooperatePage1 .coop-main .coop-one .coop-img {
  width: 80px;
}
.cooperatePage1 .coop-main .coop-one .coop-img img {
  width: 100%;
}
.cooperatePage1 .coop-main .coop-one .coop-con {
  width: calc(100% - 100px);
}
.cooperatePage1 .coop-main .coop-one .coop-text {
  width: 100%;
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  padding-bottom: 6px;
  margin-bottom: 6px;
  border-bottom: 1px solid rgba(221, 221, 221, 0.5);
  transition: 0.5s;
}
.cooperatePage1 .coop-main .coop-one .coop-desc {
  width: 100%;
  opacity: 0.8;
  transition: 0.5s;
}
.cooperatePage1 .coop-main .coop-one-dom {
  background: transparent;
  width: 24%;
}
.cooperatePage1 .coop-main .coop-one-part-active {
  background: #2E8B57;
  transition: 0.5s;
}
.cooperatePage1 .coop-main .coop-one-part-active .coop-text {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  transition: 0.5s;
}
.cooperatePage1 .coop-main .coop-one-part-active .coop-desc {
  color: #fff;
  opacity: 1;
  transition: 0.5s;
}
.cooperatePage1 .coop-main .coop-one-part1 {
  margin-bottom: 0 !important;
}
.cooperatePage1 .coop-main .coop-one-last {
  margin-bottom: 0 !important;
}
.cooperatePage1 .coop-main .coop-map {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  width: 85%;
}
.cooperatePage1 .coop-main .coop-map .coop-map-inner {
  width: 100%;
  position: relative;
}
.cooperatePage1 .coop-main .coop-map .coop-map-inner .coop-map-img {
  width: 100%;
}
.cooperatePage1 .coop-main .coop-map .coop-map-inner .coop-map-address {
  position: absolute;
  top: 29%;
  right: 20%;
  width: 35px;
}
.cooperatePage1 .coop-main .coop-map .coop-map-inner .market-dot {
  width: 9px;
  height: 9px;
  background: #ffba00;
  border-radius: 50%;
  position: absolute;
  z-index: 50;
}
.cooperatePage1 .coop-main .coop-map .coop-map-inner .market-dot .p-dot {
  width: 9px;
  height: 9px;
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  background: rgba(255, 186, 0, 0.3);
  border-radius: 50%;
  animation: aniMapDotInner 2s 0s ease-in infinite;
}
.cooperatePage1 .coop-main .coop-map .coop-map-inner .market-dot::after {
  content: '';
  left: 50%;
  top: 50%;
  width: 9px;
  height: 9px;
  background: rgba(255, 186, 0, 0.3);
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  animation: aniMapDotInner 2s 0.7s ease-in infinite;
}
.cooperatePage1 .coop-main .coop-map .coop-map-inner .market-dot::before {
  content: '';
  left: 50%;
  top: 50%;
  width: 9px;
  height: 9px;
  background: rgba(255, 186, 0, 0.3);
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  animation: aniMapDotInner 2s 0s ease-in infinite;
}
.cooperatePage1 .coop-main .coop-map .coop-map-inner .market-dot:nth-of-type(1) {
  left: auto;
  bottom: auto;
  top: 76%;
  right: 70%;
}
.cooperatePage1 .coop-main .coop-map .coop-map-inner .market-dot:nth-of-type(2) {
  left: auto;
  bottom: auto;
  top: 46%;
  right: 55%;
}
.cooperatePage1 .coop-main .coop-map .coop-map-inner .market-dot:nth-of-type(3) {
  left: auto;
  bottom: auto;
  top: 64%;
  right: 45%;
}
.cooperatePage1 .coop-main .coop-map .coop-map-inner .market-dot:nth-of-type(4) {
  left: auto;
  bottom: auto;
  top: 24%;
  right: 35%;
}
.cooperatePage1 .coop-main .coop-one-last {
  margin-top: 50px;
}
.cooperatePage2 .indexPage-inner {
  display: flex;
  flex-wrap: wrap;
}
.cooperatePage2 .servicesPeo {
  width: 50%;
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}
.cooperatePage2 .servicesPeo .servicesPeo-dot {
  width: 8px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cooperatePage2 .servicesPeo .servicesPeo-dot .peo-dot {
  width: 8px;
  height: 8px;
  background: #EEEEEE;
  border-radius: 50%;
}
.cooperatePage2 .servicesPeo .servicesPeo-dot .peo-line {
  width: 1px;
  background: #EEEEEE;
  height: calc(100% - 8px);
}
.cooperatePage2 .servicesPeo .servicesPeo-con {
  width: calc(100% - 32px);
  padding-right: 12%;
}
.cooperatePage2 .servicesPeo .servicesPeo-con .servicesPeo-index {
  font-weight: bold;
  font-size: 32px;
  color: #333333;
  line-height: 24px;
}
.cooperatePage2 .servicesPeo .servicesPeo-con .servicesPeo-title {
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  font-family: 'LamaSans-Medium';
  margin: 4% 0 6%;
}
.cooperatePage2 .servicesPeo .servicesPeo-con .servicesPeo-img {
  width: 100%;
  border-radius: 0 !important;
}
.cooperatePage2 .servicesPeo .servicesPeo-con .servicesPeo-val {
  font-weight: 400;
  font-family: 'LamaSans-Regular';
  margin-top: 15px;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
}
.cooperatePage3 {
  background: #F8F8F8;
}
.cooperatePage3 .indexTitle {
  margin-bottom: 40px;
}
.cooperatePage3 .process-main {
  width: 100%;
  padding-bottom: 100px;
  position: relative;
}
.cooperatePage3 .process-main .process-slide {
  background: #FFFFFF;
  border-radius: 2px;
  height: auto;
  display: flex;
  justify-content: space-between;
  padding: 36px 30px;
  margin-right: 25px;
  width: calc((100% - 50px) / 3);
}
.cooperatePage3 .process-main .process-slide .process-dot {
  width: 8px;
  height: 8px;
  background: #2E8B57;
  border-radius: 50%;
  margin-top: 8px;
}
.cooperatePage3 .process-main .process-slide .process-main {
  width: calc(100% - 28px);
  padding-bottom: 20px;
}
.cooperatePage3 .process-main .process-slide .process-val {
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  font-family: 'LamaSans-Medium';
  transition: 0.5s;
  margin-bottom: 12%;
}
.cooperatePage3 .process-main .process-slide .process-desc p {
  margin-top: 5%;
}
.cooperatePage3 .process-main .process-slide:hover .process-val {
  transform: translateX(10px);
  color: #2E8B57;
  transition: 0.5s;
}
.cooperatePage3 .process-main .process-button {
  position: absolute;
  cursor: pointer;
  bottom: 0;
  width: 38px;
  height: 38px;
  background: #DDDDDD;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #fff;
  transition: 0.5s;
}
.cooperatePage3 .process-main .process-button:hover {
  background: #2E8B57;
  transition: 0.5s;
}
.cooperatePage3 .process-main .swiper-pagination-progressbar-fill {
  background: #2E8B57;
}
.cooperatePage3 .process-main .process-pagination {
  position: absolute;
  top: auto;
  bottom: 16px;
  width: calc(100% - 83px);
  height: 2px;
  background: #CCCCCC;
}
.cooperatePage3 .process-main .process-button-next {
  right: 0;
}
.cooperatePage3 .process-main .process-button-prev {
  right: 45px;
}
.cooperatePage4 .indexTitle h1 {
  color: #2E8B57;
}
.cooperatePage4 .indexPage-desc {
  margin: 40px 0;
  color: #666666;
  max-width: 800px;
  width: 100%;
}
.cooperatePage4 .afterSales-main {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.cooperatePage4 .afterSales-main .afterSales-con {
  width: 60%;
  display: flex;
  flex-wrap: wrap;
  cursor: pointer;
}
.cooperatePage4 .afterSales-main .afterSales-con .afterSales-one {
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 10% 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #F8F8F8;
  transition: 0.5s;
}
.cooperatePage4 .afterSales-main .afterSales-con .afterSales-one img {
  height: 36px;
}
.cooperatePage4 .afterSales-main .afterSales-con .afterSales-one .afterSales-title {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  font-family: 'LamaSans-Regular';
  margin-top: 14px;
  text-align: center;
}
.cooperatePage4 .afterSales-main .afterSales-con .afterSales-one-active {
  box-shadow: 0px 6px 18px 0px rgba(216, 216, 216, 0.5);
  transition: 0.5s;
}
.cooperatePage4 .afterSales-main .afterSales-con .afterSales-one:nth-of-type(3) {
  margin-right: 0;
}
.cooperatePage4 .afterSales-main .afterSales-con .afterSales-one:nth-of-type(6) {
  margin-right: 0;
}
.cooperatePage4 .afterSales-main .afterSales-con .afterSales-one1 {
  width: calc((100% - 30px) / 2);
  margin-bottom: 0;
}
.cooperatePage4 .afterSales-main .afterSales-text-img {
  width: 37.5%;
}
.cooperatePage4 .afterSales-main .afterSales-img {
  width: 100%;
  margin-bottom: 12px;
  overflow: hidden;
}
.cooperatePage4 .afterSales-main .afterSales-img img {
  width: 100%;
  transform: scale(1);
  transition: 0.5s;
}
.cooperatePage4 .afterSales-main .afterSales-img:hover img {
  transform: scale(1.05);
  transition: 0.5s;
}
.cooperatePage4 .afterSales-main .afterSales-text {
  color: #333;
}
@media (max-width: 1598px) {
  .cooperatePage2 .servicesPeo .servicesPeo-con .servicesPeo-index {
    font-size: 30px;
    line-height: 22px;
  }
  .cooperatePage2 .servicesPeo .servicesPeo-con .servicesPeo-title {
    font-size: 16px;
  }
  .cooperatePage2 .servicesPeo .servicesPeo-con .servicesPeo-val {
    margin-top: 14px;
  }
  .cooperatePage2 .servicesPeo .servicesPeo-con .servicesPeo-val1 {
    margin-top: 6px;
  }
  .cooperatePage4 .indexPage-desc {
    margin: 30px 0;
  }
}
@media only screen and (max-width: 1365px) {
  .cooperatePage4 .indexPage-desc {
    margin: 20px 0;
  }
  .cooperatePage4 .afterSales-main .afterSales-con .afterSales-one .afterSales-title {
    font-size: 14px;
    line-height: 22px;
  }
  .cooperatePage3 .process-main .process-slide .process-val {
    font-size: 16px;
    line-height: 22px;
  }
  .cooperatePage3 .indexTitle {
    margin-bottom: 30px;
  }
  .cooperatePage3 .process-main {
    padding-bottom: 50px;
  }
  .cooperatePage2 .servicesPeo .servicesPeo-con .servicesPeo-val {
    font-size: 14px;
    line-height: 22px;
  }
  .cooperatePage2 .servicesPeo .servicesPeo-con {
    padding-right: 8%;
  }
  .cooperatePage1 .coop-main .coop-one {
    flex-wrap: wrap;
  }
  .cooperatePage1 .coop-main .coop-one .coop-con {
    width: 100%;
  }
  .cooperatePage1 .coop-main .coop-one-dom-last {
    display: none;
  }
  .cooperatePage1 .coop-main .coop-one-last {
    width: 48%;
  }
  .cooperatePage1 .coop-main .coop-one-part1 {
    width: 48%;
  }
  .cooperatePage .cooperate-desc {
    font-size: 14px;
    line-height: 20px;
  }
  .cooperatePage1 .coop-main .coop-one .coop-text {
    font-size: 16px;
    line-height: 22px;
  }
  .cooperatePage1 .cooperatePage-title {
    width: 80%;
    margin-bottom: 20px;
  }
  .cooperatePage4 .afterSales-main .afterSales-con .afterSales-one {
    width: calc((100% - 36px) / 3);
    margin-right: 18px;
  }
  .cooperatePage4 .afterSales-main .afterSales-con .afterSales-one1 {
    width: calc((100% - 18px) / 2);
  }
}
@media (max-width: 1250px) {
  .cooperatePage4 .afterSales-main {
    flex-wrap: wrap;
  }
  .cooperatePage4 .afterSales-main .afterSales-con {
    width: 100%;
  }
  .cooperatePage4 .afterSales-main .afterSales-text-img {
    width: 100%;
  }
  .cooperatePage4 .afterSales-main .afterSales-con .afterSales-one img {
    height: 30px;
  }
  .cooperatePage4 .afterSales-main .afterSales-con .afterSales-one {
    width: calc((100% - 28px) / 3);
    margin-right: 14px;
    margin-bottom: 14px;
  }
  .cooperatePage4 .afterSales-main .afterSales-con .afterSales-one1 {
    width: calc((100% - 14px) / 2);
  }
  .cooperatePage3 .process-main .process-slide {
    padding: 20px 16px;
    margin-right: 18px;
    width: 33%;
  }
  .cooperatePage3 .process-main .process-slide .process-val {
    font-size: 14px;
    line-height: 20px;
  }
  .cooperatePage2 .servicesPeo .servicesPeo-con .servicesPeo-title {
    font-size: 14px;
  }
  .cooperatePage2 .servicesPeo .servicesPeo-con .servicesPeo-index {
    font-size: 24px;
    line-height: 20px;
  }
}
@media (max-width: 1023px) {
  .cooperatePage4 .afterSales-main {
    flex-wrap: wrap;
  }
  .cooperatePage4 .afterSales-main .afterSales-con {
    width: 100%;
  }
  .cooperatePage4 .afterSales-main .afterSales-text-img {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .cooperatePage4 .afterSales-main .afterSales-text {
    width: 50%;
  }
  .cooperatePage3 .indexTitle {
    margin-bottom: 20px;
  }
  .cooperatePage4 .afterSales-main .afterSales-img {
    width: 45%;
    margin-bottom: 0;
  }
  .cooperatePage3 .process-main .process-slide {
    padding: 18px 16px;
    margin-right: 16px;
    width: 46%;
  }
  .cooperatePage2 .servicesPeo .servicesPeo-con .servicesPeo-title {
    font-size: 12px;
  }
  .cooperatePage2 .servicesPeo .servicesPeo-con .servicesPeo-val {
    font-size: 12px;
  }
  .cooperatePage2 .servicesPeo .servicesPeo-con {
    width: calc(100% - 18px);
    padding-right: 5%;
  }
  .cooperatePage1 .cooperatePage-title {
    width: 100%;
  }
  .cooperatePage1 .coop-main .coop-map .coop-map-inner .coop-map-address {
    width: 22px;
  }
  .cooperatePage1 .cooperatePage-title .indexPage-desc {
    margin-top: 6px;
  }
  .cooperatePage .cooperate-desc {
    font-size: 12px;
    line-height: 18px;
  }
  .cooperatePage1 .coop-main .coop-one .coop-text {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .cooperatePage4 .afterSales-main .afterSales-con .afterSales-one .afterSales-title {
    font-size: 12px;
    line-height: 20px;
  }
  .cooperatePage3 .process-main .process-slide .process-main {
    width: calc(100% - 22px);
  }
  .cooperatePage3 .process-main .process-slide {
    width: 60%;
  }
  .cooperatePage2 .indexPage-inner {
    flex-wrap: wrap;
  }
  .cooperatePage2 .servicesPeo .servicesPeo-con .servicesPeo-title {
    margin: 15px 0;
  }
  .cooperatePage2 .servicesPeo {
    width: 100%;
    margin-bottom: 20px;
  }
  .cooperatePage1 .coop-main .coop-map {
    width: 100%;
    position: relative;
  }
  .cooperatePage1 .coop-main {
    padding-top: 0;
  }
  .cooperatePage1 .coop-main .coop-one-dom {
    display: none;
  }
  .cooperatePage1 .coop-main .coop-one {
    width: 100%;
    margin-bottom: 18px;
  }
  .cooperatePage1 .coop-main .coop-one-part1 {
    width: 100%;
  }
  .cooperatePage1 .coop-main .coop-one-last {
    width: 100%;
    margin-top: 18px;
  }
}
@media (max-width: 641px) {
  .cooperatePage3 .process-main .process-slide {
    width: 80%;
  }
  .cooperatePage4 .afterSales-main .afterSales-text-img {
    flex-wrap: wrap;
  }
  .cooperatePage4 .afterSales-main .afterSales-text {
    width: 100%;
  }
  .cooperatePage4 .afterSales-main .afterSales-img {
    width: 100%;
    margin-bottom: 14px;
  }
  .cooperatePage4 .afterSales-main .afterSales-con .afterSales-one {
    width: 100%;
    padding: 14px 15px;
    margin-right: 0;
  }
  .cooperatePage4 .afterSales-main .afterSales-con .afterSales-one img {
    height: 26px;
  }
  .cooperatePage4 .afterSales-main .afterSales-con .afterSales-one .afterSales-title {
    height: auto;
  }
}
@media (max-width: 520px) {
  .cooperatePage3 .process-main .process-slide {
    width: 100%;
  }
}
