.newsPage {
  background: #F5F8FF;
}
.newsPage .indexPage-outer {
  position: relative;
  z-index: 12;
}
.newsPage .newsPage-inner {
  width: 100%;
  padding-top: 80px;
  position: relative;
}
.newsPage .newsPage-inner::after {
  width: 100%;
  height: 116%;
  content: "";
  position: absolute;
  top: -80px;
  left: -5%;
  background: url(https://huanqiuzhiying-beijing.oss-cn-beijing.aliyuncs.com/fileStore/website_new_v2/zhiding/zhiding/used/left-letter-new.png) no-repeat;
  background-position: top left;
  background-size: auto 100%;
}
.newsPage .news-list {
  width: 100%;
}
.newsPage .item {
  width: 100%;
  margin-bottom: 100px;
}
.newsPage .item:hover .item-con .name {
  color: #F45118;
}
.newsPage .item:hover .item-con .name::after {
  width: 60px;
}
.newsPage .item1 {
  background: #071026 url('https://huanqiuzhiying-beijing.oss-cn-beijing.aliyuncs.com/fileStore/website_new_v2/zhiding/zhiding/used/new-back.png') no-repeat;
  background-size: auto 100%;
  background-position: left top;
  border-radius: 10px;
  display: flex;
  overflow: hidden;
}
.newsPage .item1 .item-con {
  width: 60%;
  padding: 40px 10% 50px 50px;
}
.newsPage .item1 .item-con .time-outer {
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
  font-family: 'Montserrat-Medium';
}
.newsPage .item1 .item-con .name {
  font-weight: 500;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 30px;
  margin: 16px 0 24px;
  transition: 0.5s;
  position: relative;
}
.newsPage .item1 .item-con .name::after {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 2px;
  background: #F45118;
  transition: 0.5s;
  bottom: 0;
}
.newsPage .item1 .item-con .desc-main {
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 26px;
  opacity: 0.8;
}
.newsPage .item1 .item-con .public-more {
  margin-top: 50px;
}
.newsPage .item1 .img {
  display: block;
  overflow: hidden;
  width: 40%;
}
.newsPage .item1 .img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s;
}
.newsPage .item1 .img:hover img {
  transform: calc(1.05);
}
.newsPage .item2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.68);
}
.newsPage .item2 .img {
  width: 360px;
  height: 230px;
  overflow: hidden;
  border-radius: 10px;
}
.newsPage .item2 .img img {
  width: 100%;
  height: 100%;
  display: block;
  transform: calc(1);
  transition: 0.5s;
}
.newsPage .item2 .img:hover img {
  transform: calc(1.05);
}
.newsPage .item2 .item-con {
  width: calc(90% - 360px);
}
.newsPage .item2 .item-con .time-outer {
  font-weight: bold;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  font-family: 'Montserrat-Medium';
}
.newsPage .item2 .item-con .name {
  font-weight: 500;
  font-size: 24px;
  color: #333333;
  line-height: 34px;
  margin: 34px 0 24px;
  position: relative;
}
.newsPage .item2 .item-con .name::after {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 2px;
  background: #F45118;
  transition: 0.5s;
  bottom: -1px;
}
.newsPage .item2 .item-con .desc-main {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  margin-bottom: 50px;
}
.newsPage .item2 .item-con .desc-outer {
  display: flex;
  align-items: center;
}
.newsPage .item2 .item-con .desc-outer .desc-outer-one {
  display: flex;
  align-items: center;
}
.newsPage .item2 .item-con .desc-outer .desc-outer-one .desc-outer-icon {
  width: 24px;
  height: 20px;
  margin-right: 12px;
}
.newsPage .item2 .item-con .desc-outer .desc-outer-one .desc-outer-icon img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.newsPage .item2 .item-con .desc-outer .desc-outer-one .desc-outer-txt {
  font-weight: 400;
  font-size: 16px;
  color: #999999;
  line-height: 24px;
}
.newsPage .item2 .item-con .desc-outer .desc-outer-one:nth-of-type(1) {
  margin-right: 5%;
}
.cooperatePage {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.cooperatePage .cooperate-part1 {
  background: #F5F8FF;
}
.cooperatePage .cooperate-part1 .indexPage-outer {
  display: flex;
  justify-content: space-between;
}
.cooperatePage .cooperate-part1 .cooperate-map-l {
  width: 36%;
}
.cooperatePage .cooperate-part1 .pt {
  font-weight: bold;
  font-size: 66px;
  color: #333333;
  line-height: 70px;
  font-family: 'Montserrat-Medium';
  text-transform: uppercase;
}
.cooperatePage .cooperate-part1 .p2 {
  color: #F45118;
}
.cooperatePage .cooperate-part1 .p3 {
  font-weight: 500;
  font-size: 38px;
  color: #333333;
  line-height: 42px;
  margin: 12% 0 5%;
}
.cooperatePage .cooperate-part1 .abouti-num-dom {
  margin-top: 60px;
}
.cooperatePage .cooperate-part1 .abouti-num-top {
  display: flex;
  align-items: flex-start;
}
.cooperatePage .cooperate-part1 .numValue {
  font-weight: bold;
  font-size: 110px;
  color: #F45118;
  line-height: 100px;
  font-family: 'Montserrat-Medium';
}
.cooperatePage .cooperate-part1 .numUnit {
  font-weight: 400;
  font-size: 48px;
  color: #F45118;
  line-height: 30px;
  font-family: 'Montserrat-Regular';
  margin-left: 8px;
}
.cooperatePage .cooperate-part1 .abouti-num-desc {
  font-weight: 400;
  font-size: 24px;
  color: #666666;
  line-height: 34px;
  margin-top: 10px;
}
.cooperatePage .cooperate-part1 .cooperate-map-cur {
  margin: 0 -50px;
  width: calc(64% + 100px);
}
.cooperatePage .cooperate-part1 .cooperate-map-cur .cooperate-map-curI {
  width: 100%;
  position: relative;
}
.cooperatePage .cooperate-part1 .cooperate-map-cur .cooperate-map-curI .cooperate-map-dot {
  position: absolute;
  width: 23px;
  height: 23px;
}
.cooperatePage .cooperate-part1 .cooperate-map-cur .cooperate-map-curI .cooperate-map-dot .dot-inner {
  width: 23px;
  height: 23px;
  background: rgba(40, 134, 219, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 12;
}
.cooperatePage .cooperate-part1 .cooperate-map-cur .cooperate-map-curI .cooperate-map-dot .dot-inner p {
  width: 5px;
  height: 5px;
  background: #2886DB;
  border-radius: 50%;
}
.cooperatePage .cooperate-part1 .cooperate-map-cur .cooperate-map-curI .cooperate-map-dot .dot-inner::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: rgba(40, 134, 219, 0.2);
  animation: aniMapDotInnerMap 2s 0s ease-in infinite;
}
.cooperatePage .cooperate-part1 .cooperate-map-cur .cooperate-map-curI .cooperate-map-dot .dot-inner::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: rgba(40, 134, 219, 0.2);
  animation: aniMapDotInnerMap 2s 0.2s ease-in infinite;
}
.cooperatePage .cooperate-part1 .cooperate-map-cur .cooperate-map-curI .cooperate-map-dot:nth-of-type(1) {
  top: 10%;
  right: 4%;
}
.cooperatePage .cooperate-part1 .cooperate-map-cur .cooperate-map-curI .cooperate-map-dot:nth-of-type(2) {
  top: 41%;
  right: 23%;
}
.cooperatePage .cooperate-part1 .cooperate-map-cur .cooperate-map-curI .cooperate-map-dot:nth-of-type(3) {
  top: 73%;
  right: 10%;
}
.cooperatePage .cooperate-part1 .cooperate-map-cur .cooperate-map-curI .cooperate-map-dot:nth-of-type(4) {
  top: 58%;
  left: 36.4%;
}
.cooperatePage .cooperate-part1 .cooperate-map-cur .cooperate-map-curI .cooperate-map-dot:nth-of-type(5) {
  top: 21%;
  left: 22%;
}
.cooperatePage .cooperate-part1 .cooperate-map-cur .cooperate-map-curI .cooperate-map-dot:nth-of-type(6) {
  top: 58%;
  left: 9.8%;
}
.cooperatePage .cooperate-part1 .cooperate-map-cur .cooperate-map-curI .cooperate-map-center {
  width: 36px;
  height: 36px;
  position: absolute;
  top: 34%;
  left: 35%;
}
.cooperatePage .cooperate-part1 .cooperate-map-cur .cooperate-map-curI .cooperate-map-center .cooperate-map-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid #2886DB;
  background: #fff;
  border-radius: 50%;
  z-index: 12;
  position: relative;
}
.cooperatePage .cooperate-part1 .cooperate-map-cur .cooperate-map-curI .cooperate-map-center .cooperate-map-logo img {
  width: 25px;
  display: block;
}
.cooperatePage .cooperate-part1 .cooperate-map-cur .cooperate-map-curI .cooperate-map-center::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(40, 134, 219, 0.8);
  animation: aniMapDotInnerMap1 2s 0s ease-in infinite;
}
.cooperatePage .cooperate-part1 .cooperate-map-cur .cooperate-map-curI .cooperate-map-center::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(40, 134, 219, 0.8);
  animation: aniMapDotInnerMap1 2s 0.2s ease-in infinite;
}
.cooperatePage .cooperate-part1 .cooperate-map-cur .cooperate-map-curI img {
  display: block;
  width: 100%;
}
.cooperatePage .cooperate-coopProcess {
  background: #081326 url('https://huanqiuzhiying-beijing.oss-cn-beijing.aliyuncs.com/fileStore/website_new_v2/zhiding/zhiding/used/cooperate-coopProcess.png') no-repeat;
  background-size: 100% auto;
  background-position: center center;
  overflow: hidden;
}
.cooperatePage .cooperate-coopProcess .indexPage-outer {
  display: flex;
  justify-content: space-between;
}
.cooperatePage .cooperate-coopProcess .indexPage-outer .cooperate-coopP-l {
  width: 41%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cooperatePage .cooperate-coopProcess .indexPage-outer .cooperate-coopP-l .cooperate-coopP-l-imgT {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.cooperatePage .cooperate-coopProcess .indexPage-outer .cooperate-coopP-l .cooperate-coopP-l-imgT .cooperate-coopP-l-M {
  width: 30%;
  margin-right: 5%;
}
.cooperatePage .cooperate-coopProcess .indexPage-outer .cooperate-coopP-l .cooperate-coopP-l-imgT .cooperate-coopP-l-T {
  width: 65%;
  font-weight: 500;
  font-size: 48px;
  color: #FFFFFF;
  line-height: 56px;
}
.cooperatePage .cooperate-coopProcess .indexPage-outer .cooperate-coopP-l .cooperate-coopP-l-imgT::after {
  content: "";
  width: 100vw;
  height: 1px;
  bottom: 0;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  right: 0;
}
.cooperatePage .cooperate-coopProcess .indexPage-outer .cooperate-coopP-l .cooperate-coopP-l-con {
  width: 100%;
}
.cooperatePage .cooperate-coopProcess .indexPage-outer .cooperate-coopP-l .coop-process-swiper {
  width: 100%;
  position: relative;
  padding-bottom: 60px;
  margin-bottom: 5%;
}
.cooperatePage .cooperate-coopProcess .indexPage-outer .cooperate-coopP-l .coop-process-swiper .coop-process-btns {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
}
.cooperatePage .cooperate-coopProcess .indexPage-outer .cooperate-coopP-l .coop-process-swiper .coop-process-btns .coop-process-btn {
  width: 70px;
  height: 40px;
  background: #147BD8;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  transition: 0.5s;
  margin-right: 10px;
}
.cooperatePage .cooperate-coopProcess .indexPage-outer .cooperate-coopP-l .coop-process-swiper .coop-process-btns .coop-process-btn img {
  width: 27px;
  display: block;
}
.cooperatePage .cooperate-coopProcess .indexPage-outer .cooperate-coopP-l .coop-process-swiper .coop-process-btns .coop-process-btn:hover {
  background: #F45118;
}
.cooperatePage .cooperate-coopProcess .indexPage-outer .cooperate-coopP-l .coop-process-swiper .coop-process-o {
  width: 100%;
}
.cooperatePage .cooperate-coopProcess .indexPage-outer .cooperate-coopP-l .coop-process-swiper .coop-process-t {
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 28px;
}
.cooperatePage .cooperate-coopProcess .indexPage-outer .cooperate-coopP-l .coop-process-swiper .coop-process-ds {
  margin-top: 34px;
}
.cooperatePage .cooperate-coopProcess .indexPage-outer .cooperate-coopP-l .coop-process-swiper .coop-process-ds p {
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 26px;
  margin-bottom: 10px;
}
.cooperatePage .cooperate-coopProcess .indexPage-outer .cooperate-coopP-l::after {
  content: "";
  width: 1px;
  height: calc(100% + 200px);
  top: -100px;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  right: 0;
}
.cooperatePage .cooperate-coopProcess .indexPage-outer .cooperate-coopP-r {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}
.cooperatePage .cooperate-coopProcess .indexPage-outer .cooperate-coopP-r .coop-r-title-dot {
  width: 25%;
}
.cooperatePage .cooperate-coopProcess .indexPage-outer .cooperate-coopP-r .coop-r-title-dom {
  width: calc(25% - 10px);
  margin: 5px;
  background: #FFFFFF;
  border-radius: 10px;
  transition: 0.5s;
  min-height: 192px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 10px;
}
.cooperatePage .cooperate-coopProcess .indexPage-outer .cooperate-coopP-r .coop-r-title-dom .coop-r-title-icon {
  width: 42px;
  height: 42px;
  position: relative;
  margin-bottom: 22px;
}
.cooperatePage .cooperate-coopProcess .indexPage-outer .cooperate-coopP-r .coop-r-title-dom .coop-r-title-icon img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: scale-down;
  transform: translate(-50%, -50%) rotateY(0deg);
  transition: 0.5s;
  position: absolute;
  top: 50%;
  left: 50%;
}
.cooperatePage .cooperate-coopProcess .indexPage-outer .cooperate-coopP-r .coop-r-title-dom .coop-r-title-icon .default {
  opacity: 1;
}
.cooperatePage .cooperate-coopProcess .indexPage-outer .cooperate-coopP-r .coop-r-title-dom .coop-r-title-icon .active {
  opacity: 0;
}
.cooperatePage .cooperate-coopProcess .indexPage-outer .cooperate-coopP-r .coop-r-title-dom .coop-r-title-t {
  font-weight: 500;
  font-size: 18px;
  color: #666666;
  line-height: 24px;
  text-align: center;
  transition: 0.5s;
}
.cooperatePage .cooperate-coopProcess .indexPage-outer .cooperate-coopP-r .coop-r-title-dom:hover {
  background: #F45118;
}
.cooperatePage .cooperate-coopProcess .indexPage-outer .cooperate-coopP-r .coop-r-title-dom:hover .coop-r-title-t {
  color: #fff;
}
.cooperatePage .cooperate-coopProcess .indexPage-outer .cooperate-coopP-r .coop-r-title-dom:hover .coop-r-title-icon img {
  transform: translate(-50%, -50%) rotateY(360deg);
}
.cooperatePage .cooperate-coopProcess .indexPage-outer .cooperate-coopP-r .coop-r-title-dom:hover .coop-r-title-icon .default {
  opacity: 0;
}
.cooperatePage .cooperate-coopProcess .indexPage-outer .cooperate-coopP-r .coop-r-title-dom:hover .coop-r-title-icon .active {
  opacity: 1;
}
.cooperatePage .cooperate-coopProcess .indexPage-outer .cooperate-coopP-r .coop-r-title-dom-active {
  background: #F45118;
}
.cooperatePage .cooperate-coopProcess .indexPage-outer .cooperate-coopP-r .coop-r-title-dom-active .coop-r-title-t {
  color: #fff;
}
.cooperatePage .cooperate-coopProcess .indexPage-outer .cooperate-coopP-r .coop-r-title-dom-active .coop-r-title-icon img {
  transform: translate(-50%, -50%) rotateY(360deg);
}
.cooperatePage .cooperate-coopProcess .indexPage-outer .cooperate-coopP-r .coop-r-title-dom-active .coop-r-title-icon .default {
  opacity: 0;
}
.cooperatePage .cooperate-coopProcess .indexPage-outer .cooperate-coopP-r .coop-r-title-dom-active .coop-r-title-icon .active {
  opacity: 1;
}
.cooperatePage .cooperate-afterProcess {
  background: #E7F3FF;
}
.cooperatePage .cooperate-afterProcess .afterProcess-t {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.cooperatePage .cooperate-afterProcess .afterProcess-t .afterProcess-t-o {
  width: 50%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
.cooperatePage .cooperate-afterProcess .afterProcess-t .afterProcess-t-main {
  max-width: 600px;
  margin-right: 20px;
  width: 100%;
}
.cooperatePage .cooperate-afterProcess .afterProcess-t .afterProcess-t-main .page-title {
  margin-bottom: 12px;
}
.cooperatePage .cooperate-afterProcess .afterProcess-t .afterProcess-t-index {
  display: flex;
  align-items: flex-end;
}
.cooperatePage .cooperate-afterProcess .afterProcess-t .afterProcess-t-index .afterProcess-cur {
  font-weight: 500;
  font-size: 24px;
  color: #333333;
  line-height: 22px;
  font-family: 'Montserrat-Medium';
  transition: 0.5s;
}
.cooperatePage .cooperate-afterProcess .afterProcess-t .afterProcess-t-index .afterProcess-cur-o {
  font-weight: 500;
  font-size: 18px;
  color: #666;
  line-height: 20px;
  font-family: 'Montserrat-Regular';
}
.cooperatePage .cooperate-afterProcess .afterProcess-b {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
  position: relative;
}
.cooperatePage .cooperate-afterProcess .afterProcess-b .afterProcess-b-l {
  width: 60%;
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 12;
}
.cooperatePage .cooperate-afterProcess .afterProcess-b .afterProcess-b-l .afterProcess-b-l-all {
  width: 800px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 1.77777778;
}
.cooperatePage .cooperate-afterProcess .afterProcess-b .afterProcess-b-l .afterProcess-b-l-all .afterProcess-b-l-o {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
  transform: translateX(12px);
  transition: 0.5s;
}
.cooperatePage .cooperate-afterProcess .afterProcess-b .afterProcess-b-l .afterProcess-b-l-all .afterProcess-b-l-o .afterProcess-b-l-oI {
  width: 100%;
  height: 100%;
}
.cooperatePage .cooperate-afterProcess .afterProcess-b .afterProcess-b-l .afterProcess-b-l-all .afterProcess-b-l-o .afterProcess-b-l-oI img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
}
.cooperatePage .cooperate-afterProcess .afterProcess-b .afterProcess-b-l .afterProcess-b-l-all .afterProcess-b-l-o .afterProcess-b-l-oI .mask {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 50px 34px;
  position: absolute;
  background: linear-gradient(0deg, #033b7f 0%, rgba(0, 90, 160, 0) 100%);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cooperatePage .cooperate-afterProcess .afterProcess-b .afterProcess-b-l .afterProcess-b-l-all .afterProcess-b-l-o .afterProcess-b-l-oI .mask .index {
  font-weight: 500;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 30px;
  font-family: 'Montserrat-Medium';
  width: 40px;
  border-bottom: 1px solid #fff;
}
.cooperatePage .cooperate-afterProcess .afterProcess-b .afterProcess-b-l .afterProcess-b-l-all .afterProcess-b-l-o .afterProcess-b-l-oI .mask .mask-con .mask-title {
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 26px;
}
.cooperatePage .cooperate-afterProcess .afterProcess-b .afterProcess-b-l .afterProcess-b-l-all .afterProcess-b-l-o .afterProcess-b-l-oI .mask .mask-con .mask-desc {
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 24px;
  margin-top: 16px;
}
.cooperatePage .cooperate-afterProcess .afterProcess-b .afterProcess-b-l .afterProcess-b-l-all .afterProcess-b-l-o-active {
  opacity: 1;
  transform: translateX(0);
  z-index: 11;
}
.cooperatePage .cooperate-afterProcess .afterProcess-b .afterProcess-b-line {
  width: 1px;
  height: 400px;
  margin: 25px 5%;
  background: #188ACB;
  opacity: 0.2;
  position: relative;
  z-index: 12;
}
.cooperatePage .cooperate-afterProcess .afterProcess-b .afterProcess-b-r {
  width: calc(30% + 60px);
  margin-right: -60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
  z-index: 12;
}
.cooperatePage .cooperate-afterProcess .afterProcess-b .afterProcess-b-r .afterProcess-btns {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 60px;
}
.cooperatePage .cooperate-afterProcess .afterProcess-b .afterProcess-b-r .afterProcess-btns .afterProcess-btn {
  width: 80px;
  height: 52px;
  background: #D8EDFF;
  position: relative;
}
.cooperatePage .cooperate-afterProcess .afterProcess-b .afterProcess-b-r .afterProcess-btns .afterProcess-btn img {
  width: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
}
.cooperatePage .cooperate-afterProcess .afterProcess-b .afterProcess-b-r .afterProcess-btns .afterProcess-btn .default {
  opacity: 1;
}
.cooperatePage .cooperate-afterProcess .afterProcess-b .afterProcess-b-r .afterProcess-btns .afterProcess-btn .active {
  opacity: 0;
}
.cooperatePage .cooperate-afterProcess .afterProcess-b .afterProcess-b-r .afterProcess-btns .afterProcess-btn:hover {
  background: #F45118;
}
.cooperatePage .cooperate-afterProcess .afterProcess-b .afterProcess-b-r .afterProcess-btns .afterProcess-btn:hover .default {
  opacity: 0;
}
.cooperatePage .cooperate-afterProcess .afterProcess-b .afterProcess-b-r .afterProcess-btns .afterProcess-btn:hover .active {
  opacity: 1;
}
.cooperatePage .cooperate-afterProcess .afterProcess-b .afterProcess-b-r .afterProcess-btns .afterProcess-btn-next {
  background: #147BD8;
}
.cooperatePage .cooperate-afterProcess .afterProcess-b .afterProcess-b-r .afterProcess-btns .afterProcess-btn-next:hover {
  background: #F45118;
}
.cooperatePage .cooperate-afterProcess .afterProcess-b .afterProcess-b-r .afterProcess-btns .afterProcess-btn-next:hover .default {
  opacity: 0;
}
.cooperatePage .cooperate-afterProcess .afterProcess-b .afterProcess-b-r .afterProcess-btns .afterProcess-btn-next:hover .active {
  opacity: 1;
}
.cooperatePage .cooperate-afterProcess .afterProcess-b .afterProcess-b-r .coop-after-words-swiper {
  width: 100%;
  overflow: visible;
}
.cooperatePage .cooperate-afterProcess .afterProcess-b .afterProcess-b-r .coop-after-words-swiper .words-swiper-slide {
  width: calc(100% - 100px);
  margin-right: 40px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 1.77777778;
  cursor: pointer;
}
.cooperatePage .cooperate-afterProcess .afterProcess-b .afterProcess-b-r .coop-after-words-swiper .words-swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s;
}
.cooperatePage .cooperate-afterProcess .afterProcess-b .afterProcess-b-r .coop-after-words-swiper .words-swiper-slide .sm-mask {
  position: absolute;
  top: 0;
  left: 0;
  padding: 30px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  transition: 0.5s;
}
.cooperatePage .cooperate-afterProcess .afterProcess-b .afterProcess-b-r .coop-after-words-swiper .words-swiper-slide .sm-mask .sm-index {
  width: 40px;
  font-weight: 500;
  font-family: 'Montserrat-Medium';
  font-size: 24px;
  color: #FFFFFF;
  line-height: 26px;
}
.cooperatePage .cooperate-afterProcess .afterProcess-b .afterProcess-b-r .coop-after-words-swiper .words-swiper-slide .sm-mask .sm-title {
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 26px;
}
.cooperatePage .cooperate-afterProcess .afterProcess-b .afterProcess-b-r .coop-after-words-swiper .words-swiper-slide:hover img {
  transform: scale(1.05);
}
.cooperatePage .cooperate-afterProcess .afterProcess-b .afterProcess-b-r .coop-after-words-swiper .words-swiper-slide:hover .sm-mask {
  background: linear-gradient(0deg, #033b7f 0%, rgba(0, 90, 160, 0) 100%);
}
.cooperatePage .cooperate-afterProcess .afterProcess-b .afterProcess-b-r .coop-after-words-swiper .words-swiper-slide:nth-last-of-type(1) {
  margin-right: 0;
}
.cooperatePage .cooperate-afterProcess .afterProcess-b::after {
  width: 366px;
  height: 210px;
  position: absolute;
  content: "";
  background: url('https://huanqiuzhiying-beijing.oss-cn-beijing.aliyuncs.com/fileStore/website_new_v2/zhiding/zhiding/used/coop-dot1.png') no-repeat;
  background-size: 100% 100%;
  top: -42px;
  left: 44%;
}
.cooperatePage .cooperate-after {
  background: #03236b url('https://huanqiuzhiying-beijing.oss-cn-beijing.aliyuncs.com/fileStore/website_new_v2/zhiding/zhiding/used/add-back.png') no-repeat;
  background-size: 100% auto;
  background-position: left bottom;
  position: relative;
  overflow: hidden;
}
.cooperatePage .cooperate-after .indexPage-outer {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 12;
}
.cooperatePage .cooperate-after .coop-dot1 {
  width: 80%;
  position: absolute;
  left: -66%;
  bottom: -112%;
  opacity: 0.6;
}
.cooperatePage .cooperate-after .coop-dot2 {
  width: 62%;
  position: absolute;
  right: -15%;
  top: -84%;
  opacity: 0.6;
}
.cooperatePage .cooperate-after .cooperate-add-l {
  width: 60%;
  display: flex;
  justify-content: space-between;
}
.cooperatePage .cooperate-after .cooperate-add-l .cooperate-add-img {
  width: 35%;
  position: relative;
}
.cooperatePage .cooperate-after .cooperate-add-l .cooperate-add-img .cooperate-add-img1 {
  width: calc(100% - 34px);
}
.cooperatePage .cooperate-after .cooperate-add-l .cooperate-add-img .cooperate-add-img1 .cooperate-add-img1I {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 0.94444444;
}
.cooperatePage .cooperate-after .cooperate-add-l .cooperate-add-img .cooperate-add-img1 .cooperate-add-img1I img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.cooperatePage .cooperate-after .cooperate-add-l .cooperate-add-img .cooperate-add-img1 .cooperate-add-img1I:hover img {
  transform: scale(1.05);
}
.cooperatePage .cooperate-after .cooperate-add-l .cooperate-add-img .cooperate-add-img2 {
  width: 130px;
  height: 134px;
  position: absolute;
  right: 0;
  top: 40%;
}
.cooperatePage .cooperate-after .cooperate-add-l .cooperate-add-img .cooperate-add-img2 .cooperate-add-img2I {
  width: 100%;
  border-radius: 10px;
  aspect-ratio: 0.97014925;
  overflow: hidden;
}
.cooperatePage .cooperate-after .cooperate-add-l .cooperate-add-img .cooperate-add-img2 .cooperate-add-img2I img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.cooperatePage .cooperate-after .cooperate-add-l .cooperate-add-img .cooperate-add-img2 .cooperate-add-img2I:hover img {
  transform: scale(1.05);
}
.cooperatePage .cooperate-after .cooperate-add-l .cooperate-add-con {
  width: 55%;
}
.cooperatePage .cooperate-after .cooperate-add-l .cooperate-add-con .page-title {
  color: #fff;
}
.cooperatePage .cooperate-after .cooperate-add-l .cooperate-add-con .page-desc {
  color: #fff;
  margin-top: 24px;
}
.cooperatePage .cooperate-after .cooperate-add-l .cooperate-add-main {
  width: 100%;
  margin-top: 60px;
}
.cooperatePage .cooperate-after .cooperate-add-l .cooperate-add-main .cooperate-add-one {
  width: 100%;
  margin-bottom: 30px;
  background: #EFF3FB;
  border-radius: 2px;
  padding: 26px 45px 22px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cooperatePage .cooperate-after .cooperate-add-l .cooperate-add-main .cooperate-add-one .cooperate-add-o-l {
  position: relative;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  width: calc(100% - 30px);
}
.cooperatePage .cooperate-after .cooperate-add-l .cooperate-add-main .cooperate-add-one .cooperate-add-o-l::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 21px;
  top: -10px;
  left: -10px;
  background: url('https://huanqiuzhiying-beijing.oss-cn-beijing.aliyuncs.com/fileStore/website_new_v2/zhiding/zhiding/used/lan-dot-title.png') no-repeat;
  background-size: 100% 100%;
  transition: 0.5s;
}
.cooperatePage .cooperate-after .cooperate-add-l .cooperate-add-main .cooperate-add-one .cooperate-add-o-r {
  font-weight: bold;
  font-family: 'Montserrat-Medium';
  font-size: 18px;
  color: #F45118;
  line-height: 24px;
}
.cooperatePage .cooperate-after .cooperate-add-l .cooperate-add-main .cooperate-add-one:hover .cooperate-add-o-l::after {
  transform: rotateY(360deg);
}
.cooperatePage .cooperate-after .cooperate-add-r {
  width: 28%;
}
.cooperatePage .cooperate-after .cooperate-add-r .cooperate-add-rI {
  width: 100%;
  margin-top: 12%;
  aspect-ratio: 0.86206897;
  overflow: hidden;
  border-radius: 10px;
}
.cooperatePage .cooperate-after .cooperate-add-r .cooperate-add-rI img {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.cooperatePage .cooperate-after .cooperate-add-r .cooperate-add-rI:hover img {
  transform: scale(1.05);
}
.cooperatePage .cooperate-after .service-le {
  position: absolute;
  left: 60px;
  bottom: -40px;
  width: 66%;
}
.cooperatePage .cooperate-ask {
  background: #F5F8FF;
  overflow: hidden;
  position: relative;
}
.cooperatePage .cooperate-ask .page-title {
  width: 100%;
  margin-bottom: 24px;
  position: relative;
  z-index: 12;
}
.cooperatePage .cooperate-ask .page-desc {
  width: 100%;
  max-width: 590px;
  margin-bottom: 50px;
  position: relative;
  z-index: 12;
}
.cooperatePage .cooperate-ask .ask-one-data {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 12;
}
.cooperatePage .cooperate-ask .ask-one-main {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cooperatePage .cooperate-ask .ask-one-main .ask-one-icon {
  width: 30px;
  height: 30px;
}
.cooperatePage .cooperate-ask .ask-one-main .ask-one-icon img {
  width: 100%;
  height: 100%;
  display: block;
}
.cooperatePage .cooperate-ask .ask-one-main .ask-one-text {
  width: calc(100% - 43px);
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 28px;
}
.cooperatePage .cooperate-ask .ask-one-title {
  width: 495px;
  flex: none;
  min-height: 104px;
  padding: 30px 30px 42px;
  background: url('https://huanqiuzhiying-beijing.oss-cn-beijing.aliyuncs.com/fileStore/website_new_v2/zhiding/zhiding/used/ask-q.png') no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: flex-start;
  z-index: 12;
  position: relative;
  margin-right: -15%;
  transform: translateY(5px);
}
.cooperatePage .cooperate-ask .ask-one-title .ask-one-icon {
  font-weight: bold;
  font-size: 28px;
  color: #F45118;
  line-height: 26px;
  transform: rotateY(0deg);
  transition: 0.5s;
}
.cooperatePage .cooperate-ask .ask-one-title .ask-one-text {
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 26px;
  padding-left: 12px;
  width: calc(100% - 20px);
}
.cooperatePage .cooperate-ask .ask-one-title:hover .ask-one-icon {
  transform: rotateY(360deg);
}
.cooperatePage .cooperate-ask .ask-one-desc {
  width: 900px;
  flex: none;
  background: #E9F0FF;
  border-radius: 34px;
  display: flex;
  justify-content: flex-end;
}
.cooperatePage .cooperate-ask .ask-one-desc .ask-one-text {
  width: 705px;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  padding: 30px 60px;
}
.cooperatePage .cooperate-ask .webPage {
  margin-top: 70px;
  position: relative;
  z-index: 12;
}
.cooperatePage .cooperate-ask .ask-dot1 {
  position: absolute;
  width: 110px;
  height: 110px;
  background: #147BD8;
  border-radius: 50%;
  bottom: 100px;
  left: -55px;
}
.cooperatePage .cooperate-ask .ask-dot2 {
  position: absolute;
  width: 220px;
  height: 220px;
  background: #F45118;
  border-radius: 50%;
  top: -110px;
  left: -110px;
}
.cooperatePage .cooperate-ask .ask-dot3 {
  position: absolute;
  width: 110px;
  height: 110px;
  background: #147BD8;
  border-radius: 50%;
  bottom: 140px;
  right: 16%;
}
.cooperatePage .cooperate-ask .ask-dot4 {
  position: absolute;
  width: 129px;
  height: 129px;
  background: #F45118;
  border-radius: 50%;
  top: 90px;
  right: -60px;
}
@keyframes aniMapDotInnerMap {
  0% {
    width: 23px;
    height: 23px;
    opacity: 1;
  }
  100% {
    width: 58px;
    height: 58px;
    opacity: 0.12;
  }
}
@keyframes aniMapDotInnerMap1 {
  0% {
    width: 36px;
    height: 36px;
    opacity: 1;
  }
  100% {
    width: 258px;
    height: 258px;
    opacity: 0.12;
  }
}
@media (max-width: 1660px) {
  .newsPage .item {
    margin-bottom: 55px;
  }
  .newsPage .newsPage-inner {
    padding-top: 30px;
  }
  .newsPage .item2 .item-con .name {
    font-size: 22px;
    line-height: 34px;
    margin: 22px 0 16px;
  }
  .newsPage .item2 .item-con .desc-main {
    margin-bottom: 35px;
  }
  .cooperatePage .cooperate-after .cooperate-add-l {
    width: 65%;
  }
  .cooperatePage .cooperate-after .cooperate-add-l .cooperate-add-img {
    width: 38%;
  }
  .cooperatePage .cooperate-part1 .pt {
    font-size: 40px;
    line-height: 52px;
  }
}
@media (max-width: 1441px) {
  .cooperatePage .cooperate-afterProcess .afterProcess-b .afterProcess-b-l .afterProcess-b-l-all {
    width: 100%;
  }
  .cooperatePage .cooperate-afterProcess .afterProcess-b {
    margin-top: 40px;
  }
  .cooperatePage .cooperate-part1 .numValue {
    font-size: 80px;
    line-height: 74px;
  }
  .cooperatePage .cooperate-part1 .p3 {
    font-size: 30px;
    margin: 8% 0 5%;
  }
  .cooperatePage .cooperate-afterProcess .afterProcess-b .afterProcess-b-r .coop-after-words-swiper .words-swiper-slide .sm-mask {
    padding: 22px 26px;
  }
  .cooperatePage .cooperate-afterProcess .afterProcess-b .afterProcess-b-line {
    margin: 25px 4%;
  }
  .cooperatePage .cooperate-after .cooperate-add-l {
    width: 68%;
  }
  .cooperatePage .cooperate-afterProcess .afterProcess-b .afterProcess-b-r {
    width: calc(32% + 60px);
  }
  .cooperatePage .cooperate-after .cooperate-add-l .cooperate-add-main {
    margin-top: 40px;
  }
  .cooperatePage .cooperate-after .cooperate-add-l .cooperate-add-main .cooperate-add-one {
    margin-bottom: 24px;
    padding: 26px 26px 20px 30px;
  }
}
@media only screen and (max-width: 1367px) {
  .cooperatePage .cooperate-ask .ask-one-desc .ask-one-text {
    width: 80%;
  }
  .cooperatePage .cooperate-ask .ask-one-title {
    width: 40%;
  }
  .cooperatePage .cooperate-ask .ask-one-desc {
    width: 76%;
  }
  .cooperatePage .cooperate-coopProcess .indexPage-outer .cooperate-coopP-r {
    width: 55%;
  }
  .cooperatePage .cooperate-coopProcess .indexPage-outer .cooperate-coopP-r .coop-r-title-dom .coop-r-title-t {
    font-size: 16px;
  }
  .cooperatePage .cooperate-coopProcess .indexPage-outer .cooperate-coopP-r .coop-r-title-dot {
    width: 20%;
  }
  .cooperatePage .cooperate-coopProcess .indexPage-outer .cooperate-coopP-r .coop-r-title-dom {
    width: calc(30% - 10px);
  }
  .cooperatePage .cooperate-coopProcess .indexPage-outer .cooperate-coopP-l .cooperate-coopP-l-imgT .cooperate-coopP-l-T {
    font-size: 38px;
    line-height: 48px;
    padding-bottom: 14px;
  }
  .cooperatePage .cooperate-coopProcess .indexPage-outer .cooperate-coopP-l .coop-process-swiper {
    margin-bottom: 0;
  }
  .cooperatePage .cooperate-coopProcess .indexPage-outer .cooperate-coopP-l .coop-process-swiper .coop-process-ds {
    margin-top: 28px;
  }
  .cooperatePage .cooperate-after .cooperate-add-l .cooperate-add-img .cooperate-add-img2 {
    right: 2%;
    top: 55%;
  }
  .cooperatePage .cooperate-after .cooperate-add-l .cooperate-add-con .page-desc {
    margin-top: 18px;
  }
  .cooperatePage .cooperate-after .cooperate-add-l .cooperate-add-img {
    width: 40%;
  }
  .cooperatePage .cooperate-after .cooperate-add-l .cooperate-add-main {
    margin-top: 30px;
  }
}
@media (max-width: 1260px) {
  @keyframes aniMapDotInnerMap {
    0% {
      width: 23px;
      height: 23px;
      opacity: 1;
    }
    100% {
      width: 38px;
      height: 38px;
      opacity: 0.12;
    }
  }
  @keyframes aniMapDotInnerMap1 {
    0% {
      width: 36px;
      height: 36px;
      opacity: 1;
    }
    100% {
      width: 158px;
      height: 158px;
      opacity: 0.12;
    }
  }
  .newsPage .item1 .item-con {
    padding: 35px 6% 35px 44px;
  }
  .newsPage .item2 .item-con {
    width: calc(95% - 360px);
  }
  .newsPage .item1 .item-con .public-more {
    margin-top: 35px;
  }
  .cooperatePage .cooperate-ask .ask-one-title {
    padding: 20px 22px 42px;
  }
  .cooperatePage .cooperate-part1 .cooperate-map-l {
    width: 40%;
  }
  .cooperatePage .cooperate-ask .ask-one-title .ask-one-icon {
    font-size: 24px;
  }
  .cooperatePage .cooperate-part1 .p3 {
    font-size: 26px;
    line-height: 40px;
    margin: 5% 0 5%;
  }
  .cooperatePage .cooperate-part1 .indexPage-outer {
    align-items: center;
  }
  .cooperatePage .cooperate-part1 .pt {
    font-size: 34px;
    line-height: 48px;
  }
  .cooperatePage .cooperate-part1 .abouti-num-dom {
    margin-top: 40px;
  }
  .cooperatePage .cooperate-part1 .cooperate-map-cur {
    margin: 0 0;
    width: 60%;
  }
  .cooperatePage .cooperate-afterProcess .afterProcess-t .afterProcess-t-main {
    max-width: 100%;
  }
  .cooperatePage .cooperate-afterProcess .afterProcess-t .afterProcess-t-o:nth-of-type(2) {
    width: 100px;
  }
  .cooperatePage .cooperate-afterProcess .afterProcess-b .afterProcess-b-line {
    margin: 25px 3%;
  }
  .cooperatePage .cooperate-afterProcess .afterProcess-t .afterProcess-t-o:nth-of-type(1) {
    width: calc(100% - 100px);
    margin-right: 0;
    padding-right: 5%;
  }
  .cooperatePage .cooperate-afterProcess .afterProcess-b .afterProcess-b-r {
    width: 40%;
    margin-right: 0;
  }
  .cooperatePage .cooperate-afterProcess .afterProcess-b .afterProcess-b-r .coop-after-words-swiper .words-swiper-slide {
    width: 100%;
    margin-right: 12px;
  }
  .cooperatePage .cooperate-afterProcess .afterProcess-b .afterProcess-b-r .coop-after-words-swiper .words-swiper-slide .sm-mask .sm-index {
    font-size: 20px;
  }
  .cooperatePage .cooperate-afterProcess .afterProcess-b .afterProcess-b-r .coop-after-words-swiper .words-swiper-slide .sm-mask .sm-title {
    font-size: 20px;
  }
  .cooperatePage .cooperate-afterProcess .afterProcess-b .afterProcess-b-l .afterProcess-b-l-all .afterProcess-b-l-o .afterProcess-b-l-oI .mask {
    padding: 30px;
  }
  .cooperatePage .cooperate-after .cooperate-add-r {
    width: 22%;
  }
  .cooperatePage .cooperate-after .cooperate-add-l {
    width: 74%;
  }
  .cooperatePage .cooperate-coopProcess .indexPage-outer .cooperate-coopP-r .coop-r-title-dot {
    width: 10%;
  }
  .cooperatePage .cooperate-after .cooperate-add-l .cooperate-add-img .cooperate-add-img1 {
    margin-top: 50px;
  }
  .cooperatePage .cooperate-after .cooperate-add-r .cooperate-add-rI {
    margin-top: 120px;
  }
  .cooperatePage .cooperate-coopProcess .indexPage-outer .cooperate-coopP-r .coop-r-title-dom {
    width: calc(40% - 10px);
  }
  .cooperatePage .cooperate-coopProcess .indexPage-outer .cooperate-coopP-l .cooperate-coopP-l-imgT .cooperate-coopP-l-T {
    font-size: 30px;
    line-height: 40px;
  }
  .cooperatePage .cooperate-coopProcess .indexPage-outer .cooperate-coopP-r .coop-r-title-dom .coop-r-title-icon {
    margin-bottom: 10px;
  }
  .cooperatePage .cooperate-coopProcess .indexPage-outer .cooperate-coopP-l {
    width: 45%;
    padding-right: 14px;
  }
  .cooperatePage .cooperate-coopProcess .indexPage-outer .cooperate-coopP-r {
    width: 50%;
  }
}
@media (max-width: 1023px) {
  .newsPage .item2 .img {
    width: 200px;
    height: 147px;
  }
  .newsPage .item {
    margin-bottom: 42px;
  }
  .newsPage .item1 .item-con {
    padding: 32px 5% 32px 32px;
  }
  .newsPage .item1 .item-con .public-more {
    margin-top: 28px;
  }
  .newsPage .item1 .item-con .name {
    font-size: 20px;
    line-height: 26px;
    margin: 8px 0 20px;
  }
  .newsPage .item2 .item-con {
    width: calc(95% - 200px);
  }
  .newsPage .item2 .item-con .desc-main {
    margin-bottom: 22px;
  }
  .newsPage .item2 .item-con .name {
    font-size: 20px;
    line-height: 32px;
    margin: 10px 0 14px;
  }
  .cooperatePage .cooperate-ask .ask-one-desc .ask-one-text {
    width: 86%;
    padding: 24px 44px 24px 60px;
  }
  .cooperatePage .cooperate-ask .ask-one-title .ask-one-text {
    font-size: 14px;
  }
  .cooperatePage .cooperate-ask .page-title {
    margin-bottom: 18px;
  }
  .cooperatePage .cooperate-ask .page-desc {
    margin-bottom: 34px;
  }
  .cooperatePage .cooperate-part1 .cooperate-map-l {
    width: 100%;
  }
  .cooperatePage .cooperate-part1 .indexPage-outer {
    flex-wrap: wrap;
  }
  .cooperatePage .cooperate-part1 .cooperate-map-cur {
    width: 100%;
  }
  .cooperatePage .cooperate-part1 .p3 {
    margin: 14px 0;
  }
  .cooperatePage .cooperate-after .indexPage-outer {
    flex-wrap: wrap;
  }
  .cooperatePage .cooperate-after .cooperate-add-l .cooperate-add-con {
    width: 100%;
  }
  .cooperatePage .cooperate-after .cooperate-add-r {
    width: 100%;
    margin: 20px auto;
    max-width: 400px;
  }
  .cooperatePage .cooperate-after .cooperate-add-l .cooperate-add-img .cooperate-add-img2 {
    right: 22%;
    top: 52%;
  }
  .cooperatePage .cooperate-after .cooperate-add-l {
    width: 100%;
  }
  .cooperatePage .cooperate-after .cooperate-add-r .cooperate-add-rI {
    margin-top: 0;
  }
  .cooperatePage .cooperate-afterProcess .afterProcess-b .afterProcess-b-r .coop-after-words-swiper .words-swiper-slide .sm-mask .sm-title {
    font-size: 18px;
  }
  .cooperatePage .cooperate-afterProcess .afterProcess-b .afterProcess-b-l .afterProcess-b-l-all .afterProcess-b-l-o .afterProcess-b-l-oI .mask .mask-con .mask-title {
    font-size: 18px;
  }
  .cooperatePage .cooperate-afterProcess .afterProcess-b .afterProcess-b-l .afterProcess-b-l-all .afterProcess-b-l-o .afterProcess-b-l-oI .mask .index {
    font-size: 18px;
  }
  .cooperatePage .cooperate-afterProcess .afterProcess-b .afterProcess-b-l .afterProcess-b-l-all .afterProcess-b-l-o .afterProcess-b-l-oI .mask {
    padding: 20px;
  }
  .cooperatePage .cooperate-afterProcess .afterProcess-b .afterProcess-b-l .afterProcess-b-l-all .afterProcess-b-l-o .afterProcess-b-l-oI .mask .mask-con .mask-desc {
    margin-top: 12px;
  }
}
@media (max-width: 1000px) {
  .cooperatePage .cooperate-coopProcess .indexPage-outer .cooperate-coopP-l .cooperate-coopP-l-imgT .cooperate-coopP-l-T {
    font-size: 24px;
    line-height: 36px;
  }
  .cooperatePage .cooperate-coopProcess .indexPage-outer .cooperate-coopP-l .coop-process-swiper .coop-process-t {
    font-size: 22px;
  }
  .cooperatePage .cooperate-coopProcess .indexPage-outer .cooperate-coopP-r .coop-r-title-dot {
    width: 5%;
  }
  .cooperatePage .cooperate-coopProcess .indexPage-outer .cooperate-coopP-l .coop-process-swiper .coop-process-ds {
    margin-top: 18px;
  }
  .cooperatePage .cooperate-coopProcess .indexPage-outer .cooperate-coopP-r .coop-r-title-dom {
    padding: 5px;
  }
  .cooperatePage .cooperate-coopProcess .indexPage-outer .cooperate-coopP-r .coop-r-title-dom .coop-r-title-icon {
    height: 36px;
  }
  .cooperatePage .cooperate-coopProcess .indexPage-outer .cooperate-coopP-r .coop-r-title-dom .coop-r-title-t {
    font-size: 14px;
  }
  .cooperatePage .cooperate-coopProcess .indexPage-outer .cooperate-coopP-r .coop-r-title-dom {
    width: calc(45% - 10px);
  }
}
@media (max-width: 767px) {
  .newsPage .newsPage-inner {
    padding-top: 0;
    margin-top: -16px;
    padding-bottom: 25px;
  }
  .newsPage .item {
    margin-bottom: 25px;
  }
  .cooperatePage .cooperate-ask .ask-one-data {
    flex-wrap: wrap;
  }
  .newsPage .newsPage-inner::after {
    height: 66%;
    top: 0;
  }
  .cooperatePage .cooperate-ask .ask-dot2 {
    width: 150px;
    height: 150px;
  }
  .cooperatePage .cooperate-ask .ask-dot1 {
    width: 90px;
    height: 90px;
  }
  .cooperatePage .cooperate-ask .webPage {
    margin-top: 45px;
  }
  .cooperatePage .cooperate-ask .ask-dot3 {
    width: 60px;
    height: 60px;
    bottom: 110px;
    right: 0;
  }
  .cooperatePage .cooperate-ask .ask-one-desc .ask-one-text {
    padding: 24px 20px 24px 20px;
    width: 100%;
  }
  .cooperatePage .cooperate-ask .ask-one-title {
    width: 100%;
    margin-right: 0;
  }
  .cooperatePage .cooperate-ask .ask-one-desc {
    width: 100%;
  }
  .cooperatePage {
    margin-top: -56px;
  }
  .cooperatePage .cooperate-part1 .numValue {
    font-size: 60px;
    line-height: 60px;
  }
  .cooperatePage .cooperate-part1 .abouti-num-dom {
    margin-top: 28px;
  }
  .cooperatePage .cooperate-part1 .numUnit {
    font-size: 38px;
  }
  .cooperatePage .cooperate-part1 .abouti-num-desc {
    font-size: 20px;
  }
  .cooperatePage .cooperate-afterProcess .afterProcess-b {
    flex-wrap: wrap;
  }
  .cooperatePage .cooperate-afterProcess .afterProcess-b .afterProcess-b-r .coop-after-words-swiper .words-swiper-slide {
    width: 80%;
  }
  .cooperatePage .cooperate-afterProcess .afterProcess-b .afterProcess-b-r .afterProcess-btns {
    margin-bottom: 30px;
  }
  .cooperatePage .cooperate-afterProcess .afterProcess-b .afterProcess-b-line {
    width: 100%;
    height: 1px;
  }
  .cooperatePage .cooperate-afterProcess .afterProcess-b .afterProcess-b-r .afterProcess-btns {
    width: 150px;
    margin-right: 5%;
    padding-right: 0;
  }
  .cooperatePage .cooperate-afterProcess .afterProcess-b .afterProcess-b-r {
    width: 100%;
    display: flex;
    flex-direction: row;
  }
  .cooperatePage .cooperate-afterProcess .afterProcess-b .afterProcess-b-r .coop-after-words-swiper {
    width: calc(95% - 150px);
    overflow: hidden;
  }
  .cooperatePage .cooperate-afterProcess .afterProcess-b .afterProcess-b-l {
    width: 100%;
  }
  .cooperatePage .cooperate-after .cooperate-add-l .cooperate-add-img .cooperate-add-img1 {
    margin-top: 0;
  }
  .cooperatePage .cooperate-after .cooperate-add-l {
    flex-wrap: wrap;
  }
  .cooperatePage .cooperate-after .cooperate-add-l .cooperate-add-img .cooperate-add-img2 {
    right: 0;
    top: auto;
    bottom: 0;
  }
  .cooperatePage .cooperate-after .cooperate-add-l .cooperate-add-img {
    width: 100%;
    margin-bottom: 30px;
  }
  .cooperatePage .cooperate-coopProcess .indexPage-outer {
    flex-wrap: wrap;
  }
  .cooperatePage .cooperate-coopProcess .indexPage-outer .cooperate-coopP-l {
    width: 100%;
    padding-right: 0;
  }
  .cooperatePage .cooperate-coopProcess .indexPage-outer .cooperate-coopP-r {
    width: 100%;
  }
  .cooperatePage .cooperate-coopProcess .indexPage-outer .cooperate-coopP-l .cooperate-coopP-l-con {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 640px) {
  .newsPage .item2 .item-con .desc-outer .desc-outer-one {
    width: 100%;
  }
  .newsPage .item2 .item-con .desc-outer {
    flex-wrap: wrap;
  }
  .newsPage .item .item-con {
    width: 100%;
  }
  .newsPage .item2 .item-con .desc-outer .desc-outer-one:nth-of-type(1) {
    margin-right: 0;
  }
  .newsPage .item .img {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .newsPage .item .item-con {
    opacity: 0.9;
    padding: 32px 20px 32px 20px;
    background: #071026 url(https://huanqiuzhiying-beijing.oss-cn-beijing.aliyuncs.com/fileStore/website_new_v2/zhiding/zhiding/used/new-back.png) no-repeat;
    background-size: auto 100%;
    background-position: left top;
    z-index: 12;
  }
  .newsPage .item2 {
    padding-bottom: 0;
    border-bottom: none;
  }
  .newsPage .item2 .item-con .time-outer {
    color: #fff;
  }
  .newsPage .item2 .item-con .desc-main {
    color: #fff;
  }
  .newsPage .item2 .item-con .name {
    color: #fff;
  }
  .newsPage .item2 .item-con .desc-outer .desc-outer-one .desc-outer-txt {
    color: #fff;
  }
  .newsPage .item2 .item-con {
    padding: 32px 20px 32px 20px;
    border-radius: 10px;
  }
  .newsPage .item {
    position: relative;
  }
  .cooperatePage .cooperate-afterProcess .afterProcess-b .afterProcess-b-l .afterProcess-b-l-all {
    aspect-ratio: 1;
  }
  .cooperatePage .cooperate-afterProcess .afterProcess-t .afterProcess-t-main {
    margin-right: 0;
  }
  .cooperatePage .cooperate-afterProcess .afterProcess-t .afterProcess-t-o:nth-of-type(1) {
    width: 100%;
    padding-right: 0;
  }
  .cooperatePage .cooperate-afterProcess .afterProcess-b .afterProcess-b-l .afterProcess-b-l-all .afterProcess-b-l-o .afterProcess-b-l-oI {
    position: relative;
  }
  .cooperatePage .cooperate-afterProcess .afterProcess-t {
    flex-wrap: wrap;
  }
  .cooperatePage .cooperate-afterProcess .afterProcess-t .afterProcess-t-o:nth-of-type(2) {
    width: 100%;
    margin-top: 20px;
  }
  .cooperatePage .cooperate-afterProcess .afterProcess-b .afterProcess-b-l .afterProcess-b-l-all .afterProcess-b-l-o .afterProcess-b-l-oI .mask .mask-con .mask-title {
    margin-top: 24px;
  }
  .cooperatePage .cooperate-afterProcess .afterProcess-b .afterProcess-b-l .afterProcess-b-l-all .afterProcess-b-l-o .afterProcess-b-l-oI img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .cooperatePage .cooperate-afterProcess .afterProcess-b .afterProcess-b-l .afterProcess-b-l-all .afterProcess-b-l-o .afterProcess-b-l-oI .mask {
    position: relative;
  }
}
@media (max-width: 620px) {
  .cooperatePage .cooperate-afterProcess .afterProcess-b .afterProcess-b-r .coop-after-words-swiper {
    width: 100%;
  }
  .cooperatePage .cooperate-afterProcess .afterProcess-b .afterProcess-b-r {
    flex-wrap: wrap;
  }
  .newsPage .item2 .item-con .time-outer {
    font-size: 14px;
  }
  .newsPage .item2 .item-con .name {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .cooperatePage .cooperate-afterProcess .afterProcess-b .afterProcess-b-l .afterProcess-b-l-all {
    min-height: 550px;
  }
  .cooperatePage .cooperate-after .service-le {
    left: 0;
    bottom: -10px;
    width: 100%;
  }
  .cooperatePage .cooperate-afterProcess .afterProcess-b .afterProcess-b-r .coop-after-words-swiper .words-swiper-slide {
    width: 300px;
  }
  .cooperatePage .cooperate-afterProcess .afterProcess-b .afterProcess-b-r .coop-after-words-swiper {
    height: 0;
  }
}
@media (max-width: 428px) {
  .cooperatePage .cooperate-coopProcess .indexPage-outer .cooperate-coopP-l::after {
    display: none;
  }
  .cooperatePage .cooperate-coopProcess .indexPage-outer .cooperate-coopP-l .cooperate-coopP-l-imgT .cooperate-coopP-l-T {
    font-size: 20px;
    line-height: 34px;
  }
  .cooperatePage .cooperate-coopProcess .indexPage-outer .cooperate-coopP-r .coop-r-title-dot {
    width: 0;
  }
  .cooperatePage .cooperate-coopProcess .indexPage-outer .cooperate-coopP-r .coop-r-title-dom {
    width: calc(50% - 10px);
  }
}
@media (max-width: 374px) {
  .cooperatePage .cooperate-part1 .pt {
    font-size: 26px;
    line-height: 38px;
  }
  .cooperatePage .cooperate-part1 .p3 {
    font-size: 22px;
    line-height: 38px;
    margin: 8px 0;
  }
}
