.newsPage {
  background: #F2F6F7;
}
.newsPage .indexPage-outer {
  position: relative;
  z-index: 12;
}
.newsPage .newsPage-inner {
  width: 100%;
  position: relative;
}
.newsPage .news-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.newsPage .item {
  margin-right: 30px;
  margin-bottom: 30px;
  width: calc((100% - 60px) / 3);
}
.newsPage .item .img {
  width: 100%;
  display: block;
  overflow: hidden;
}
.newsPage .item .img img {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s ease-in-out;
}
.newsPage .item .item-con {
  width: 100%;
  padding: 40px 26px 30px;
  background: #FFFFFF;
}
.newsPage .item .item-con .name {
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  margin-bottom: 14px;
  transition: 0.5s;
  position: relative;
}
.newsPage .item .item-con .name::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #00623A;
  transition: 0.5s;
  content: "";
}
.newsPage .item .item-con .time-outer {
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 24px;
}
.newsPage .item .item-con .desc-main {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 24px;
  margin-bottom: 20px;
}
.newsPage .item .item-con .new-more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  border-top: 1px solid #EFEFEF;
}
.newsPage .item .public-more .read-more-p {
  color: #999999;
}
.newsPage .item .public-more {
  border: 1px solid #999999;
}
.newsPage .item:hover .img img {
  transform: scale(1.2);
}
.newsPage .item:hover .item-con .name {
  color: #00623A;
}
.newsPage .item:hover .item-con .name::after {
  width: 100%;
}
.newsPage .nban {
  padding-bottom: 0;
}
.newsPage .item:nth-of-type(3n) {
  margin-right: 0;
}
.newsPage .webPage {
  margin-top: 50px;
}
.cooperatePage {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.cooperatePage .nban .nban-nav .proTypeXin-one .proTypeXin-a .text {
  color: #fff;
}
.cooperatePage .nban .nban-nav .proTypeXin-one .proTypeXin-a .dot p {
  border: 1px solid #fff;
}
.cooperatePage .nban .nban-nav {
  margin: 60px 0 0;
}
.cooperatePage .nban .nban-nav::before {
  background: rgba(255, 255, 255, 0.5);
}
.cooperatePage .nban .nban-nav .proTypeXin-one:nth-last-of-type(1)::after {
  background: rgba(255, 255, 255, 0.5);
}
.cooperatePage .pt {
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 24px;
}
.cooperatePage .p1 {
  font-weight: 500;
  font-size: 36px;
  color: #FFFFFF;
  line-height: 42px;
}
.cooperatePage .p2 {
  font-weight: bold;
  font-size: 163px;
  color: #FFFFFF;
  line-height: 163px;
  font-family: 'LamaSans-M';
  text-transform: uppercase;
}
.cooperatePage .p3 {
  font-weight: bold;
  font-size: 48px;
  color: #00623A;
  line-height: 24px;
  font-family: 'LamaSans-M';
}
.cooperatePage .cooperate-part1 {
  position: relative;
}
.cooperatePage .cooperate-part1 .video-back {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.cooperatePage .cooperate-part1 .video-back video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cooperatePage .cooperate-part1 .cooperate-part1-main {
  background: url('https://file.global86.cn/fileStore/website_new_v2/axlk/curimg/coop-mask.png') no-repeat;
  background-size: cover;
  z-index: 2;
  position: relative;
  overflow: hidden;
}
.cooperatePage .cooperate-part1 .market-coop {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  overflow: visible;
  position: relative;
}
.cooperatePage .cooperate-part1 .market-coop-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 42px;
}
.cooperatePage .cooperate-part1 .market-coop-top .market-coop-word {
  width: calc(94% - 280px);
}
.cooperatePage .cooperate-part1 .market-coop-top .market-coop-word .p2 {
  margin: 30px 0 25px;
}
.cooperatePage .cooperate-part1 .market-coop-top .market-coop-word .pt {
  max-width: 560px;
}
.cooperatePage .cooperate-part1 .market-coop-top .market-coop-imgs {
  width: 280px;
  height: 280px;
  border-radius: 50%;
  transform: translateY(-60px);
}
.cooperatePage .cooperate-part1 .market-coop-bottom {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.cooperatePage .cooperate-part1 .market-coop-bottom .market-coop-bottom-imgs {
  position: absolute;
  top: 0;
  left: 0;
  width: 42%;
  aspect-ratio: 1;
}
.cooperatePage .cooperate-part1 .market-coop-bottom .market-coop-bottom-cons {
  position: relative;
  z-index: 12;
  width: 75%;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cooperatePage .cooperate-part1 .market-coop-bottom .market-coop-bottom-cons .market-coop-bottom-inner {
  padding: 60px 0;
  width: 100%;
  margin-bottom: 60px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-left: 32%;
}
.cooperatePage .cooperate-part1 .market-coop-bottom .market-coop-bottom-cons .market-coop-title {
  font-weight: 500;
  font-size: 36px;
  color: #FFFFFF;
  line-height: 42px;
  margin-bottom: 45px;
}
.cooperatePage .cooperate-part1 .market-coop-bottom .market-coop-bottom-cons .market-coop-words-swiper {
  width: 100%;
}
.cooperatePage .cooperate-part1 .market-coop-bottom .market-coop-bottom-cons .coop-words {
  width: 100%;
  padding: 0 10px;
}
.cooperatePage .cooperate-part1 .market-coop-bottom .market-coop-bottom-cons .words-coop-title {
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 22px;
  margin-bottom: 15px;
}
.cooperatePage .cooperate-part1 .market-coop-bottom .market-coop-bottom-cons .words-coop-desc {
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 24px;
}
.cooperatePage .cooperate-part1 .coop-swiper {
  width: 100%;
  height: 100%;
  position: relative;
}
.cooperatePage .cooperate-part1 .coop-swiper .coop-img {
  width: 100%;
  overflow: hidden;
  aspect-ratio: 1;
  opacity: 0;
  transform: translateX(12px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.5s;
}
.cooperatePage .cooperate-part1 .coop-swiper .coop-img img {
  width: 100%;
  display: block;
}
.cooperatePage .cooperate-part1 .coop-swiper .coop-img-active {
  z-index: 2;
  transform: translateX(0);
  opacity: 1;
}
.cooperatePage .cooperate-part1 .market-coop-left {
  width: 300px;
  height: 300px;
  position: absolute;
  top: 15%;
  left: -110px;
}
.cooperatePage .cooperate-part1 .swiper-button-lock {
  display: block;
}
.cooperatePage .cooperate-part1 .coop-words-btns {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.cooperatePage .cooperate-part1 .coop-words-btns .coop-words-btn {
  cursor: pointer;
  width: 47px;
  height: 47px;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  transition: 0.5s;
  margin-left: 15px;
  position: relative;
}
.cooperatePage .cooperate-part1 .coop-words-btns .coop-words-btn img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 55%;
  transition: 0.5s;
}
.cooperatePage .cooperate-part1 .coop-words-btns .coop-words-btn .default {
  opacity: 1;
}
.cooperatePage .cooperate-part1 .coop-words-btns .coop-words-btn .active {
  opacity: 0;
}
.cooperatePage .cooperate-part1 .coop-words-btns .coop-words-btn:hover {
  background: rgba(255, 255, 255, 0.8);
}
.cooperatePage .cooperate-part1 .coop-words-btns .coop-words-btn:hover .default {
  opacity: 0;
}
.cooperatePage .cooperate-part1 .coop-words-btns .coop-words-btn:hover .active {
  opacity: 1;
}
.cooperatePage .cooperate-part1 .market-coop-right {
  width: 400px;
  height: 400px;
  position: absolute;
  right: -140px;
  top: 40%;
}
.cooperatePage .cooperate-coopProcess {
  overflow: hidden;
  background: url('https://file.global86.cn/fileStore/website_new_v2/axlk/curimg/coopProcess.jpg') no-repeat;
  background-size: cover;
  background-position: top center;
}
.cooperatePage .cooperate-coopProcess .p1 {
  color: #00623A;
}
.cooperatePage .cooperate-coopProcess .p2 {
  color: #00623A;
  margin: 30px 0 55px;
}
.cooperatePage .cooperate-coopProcess .coop-process-swiper {
  width: 100%;
  height: 660px;
  overflow: hidden;
  padding-top: 20px;
}
.cooperatePage .cooperate-coopProcess .coop-process-swiper .swiper-wrapper {
  flex-direction: column;
}
.cooperatePage .cooperate-coopProcess .coop-process-one {
  width: 100%;
  display: flex;
  height: auto;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 5px;
  cursor: pointer;
}
.cooperatePage .cooperate-coopProcess .coop-process-index {
  font-weight: bold;
  font-size: 48px;
  color: #00623A;
  line-height: 54px;
  transition: 0.5s;
}
.cooperatePage .cooperate-coopProcess .coop-process-index1 {
  text-align: right;
}
.cooperatePage .cooperate-coopProcess .coop-process-left {
  width: 50%;
  padding: 0 33px;
}
.cooperatePage .cooperate-coopProcess .coop-process-line {
  position: relative;
  height: 100%;
  margin-top: 25px;
}
.cooperatePage .cooperate-coopProcess .coop-process-line::after {
  content: "";
  position: absolute;
  top: 0;
  left: -5px;
  width: 12px;
  height: 12px;
  background: #00623A;
  border-radius: 50%;
}
.cooperatePage .cooperate-coopProcess .coop-process-line::before {
  content: "";
  position: absolute;
  top: 17px;
  left: 0.5px;
  width: 1px;
  height: calc(100% - 17px);
  background: #00623A;
}
.cooperatePage .cooperate-coopProcess .coop-process-right {
  width: 50%;
  padding: 46px 33px;
  max-width: 590px;
}
.cooperatePage .cooperate-coopProcess .coop-process-right .coop-process-title {
  font-weight: 500;
  font-size: 24px;
  color: #333333;
  line-height: 26px;
  transition: 0.5s;
}
.cooperatePage .cooperate-coopProcess .coop-process-right .coop-process-desc {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  margin-top: 16px;
}
.cooperatePage .cooperate-coopProcess .coop-process-words-active .coop-process-index {
  font-size: 120px;
}
.cooperatePage .cooperate-coopProcess .coop-process-words-active .coop-process-right .coop-process-title {
  color: #00623A;
}
.cooperatePage .cooperate-coopProcess .coop-process-one:nth-last-of-type(1) {
  margin-bottom: 0;
}
.cooperatePage .cooperate-afterProcess {
  background: url('https://file.global86.cn/fileStore/website_new_v2/axlk/curimg/after-coop-bak.jpg') no-repeat;
  background-size: cover;
  background-position: top center;
}
.cooperatePage .cooperate-afterProcess .afterProcess-top {
  display: flex;
  align-items: flex-end;
}
.cooperatePage .cooperate-afterProcess .afterProcess-title {
  margin-right: 10%;
}
.cooperatePage .cooperate-afterProcess .afterProcess-title .p2 {
  margin-top: 24px;
}
.cooperatePage .cooperate-afterProcess .after-swiper-outer {
  padding-left: 15%;
  width: 100%;
}
.cooperatePage .cooperate-afterProcess .after-swiper-outer .after-swiper {
  margin: 0 0;
}
.cooperatePage .cooperate-afterProcess .after-btns {
  display: flex;
  align-items: center;
}
.cooperatePage .cooperate-afterProcess .after-btns .after-btn {
  cursor: pointer;
  width: 47px;
  height: 47px;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  transition: 0.5s;
  margin-left: 15px;
  position: relative;
}
.cooperatePage .cooperate-afterProcess .after-btns .after-btn img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 55%;
  transition: 0.5s;
}
.cooperatePage .cooperate-afterProcess .after-btns .after-btn .default {
  opacity: 1;
}
.cooperatePage .cooperate-afterProcess .after-btns .after-btn .active {
  opacity: 0;
}
.cooperatePage .cooperate-afterProcess .after-btns .after-btn:hover {
  background: rgba(255, 255, 255, 0.8);
}
.cooperatePage .cooperate-afterProcess .after-btns .after-btn:hover .default {
  opacity: 0;
}
.cooperatePage .cooperate-afterProcess .after-btns .after-btn:hover .active {
  opacity: 1;
}
@media only screen and (max-width: 1860px) {
  .newsPage .item .item-con {
    padding: 30px 24px 30px;
  }
  .cooperatePage .nban .nban-nav {
    margin: 0 0;
  }
  .cooperatePage .cooperate-part1 .market-coop {
    padding-top: 0;
  }
  .cooperatePage .cooperate-part1 .market-coop-top .market-coop-imgs {
    transform: translateY(-38px);
  }
  .cooperatePage .p1 {
    font-size: 28px;
    line-height: 32px;
  }
  .cooperatePage .p2 {
    font-size: 110px;
    line-height: 112px;
  }
  .cooperatePage .cooperate-part1 .market-coop-bottom .market-coop-bottom-cons .market-coop-title {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 36px;
  }
  .cooperatePage .cooperate-part1 .market-coop-bottom .market-coop-bottom-cons .market-coop-bottom-inner {
    padding: 48px 0;
    margin-bottom: 55px;
    padding-left: 28%;
  }
  .cooperatePage .cooperate-part1 .market-coop-bottom .market-coop-bottom-imgs {
    width: 38%;
  }
  .cooperatePage .cooperate-part1 .market-coop-left {
    width: 260px;
    height: 260px;
  }
  .cooperatePage .cooperate-part1 .market-coop-right {
    width: 340px;
    height: 340px;
  }
  .cooperatePage .cooperate-coopProcess .p2 {
    margin: 20px 0 48px;
  }
  .cooperatePage .cooperate-coopProcess .coop-process-index {
    font-size: 40px;
    line-height: 46px;
  }
  .cooperatePage .cooperate-coopProcess .coop-process-words-active .coop-process-index {
    font-size: 80px;
  }
  .cooperatePage .cooperate-coopProcess .coop-process-right .coop-process-title {
    font-size: 20px;
  }
}
@media (max-width: 1660px) {
  .newsPage .item .item-con .name {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .newsPage .item .item-con .desc-main {
    margin-bottom: 16px;
  }
  .newsPage .item .item-con {
    padding: 26px 24px 24px;
  }
  .nban .nban-nav {
    margin: 18px 0 40px;
  }
  .cooperatePage .cooperate-part1 .market-coop-top .market-coop-word .p2 {
    margin: 20px 0 16px;
  }
  .cooperatePage .cooperate-part1 .market-coop-top .market-coop-word {
    padding-left: 10%;
  }
  .cooperatePage .cooperate-part1 .market-coop-bottom .market-coop-bottom-imgs {
    width: 35%;
  }
  .cooperatePage .cooperate-part1 .market-coop-bottom .market-coop-bottom-cons .market-coop-bottom-inner {
    padding: 40px 0;
    margin-bottom: 50px;
    padding-left: 20%;
  }
  .cooperatePage .cooperate-part1 .market-coop-bottom .market-coop-bottom-cons .market-coop-title {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 30px;
  }
  .cooperatePage .cooperate-part1 .market-coop-right {
    width: 300px;
    height: 300px;
  }
  .cooperatePage .cooperate-part1 .market-coop-bottom {
    min-height: 420px;
  }
}
@media (max-width: 1441px) {
  .nban {
    padding: 44px 0 56px;
  }
}
@media only screen and (max-width: 1367px) {
  .cooperatePage .cooperate-part1 .coop-words-btns .coop-words-btn {
    width: 45px;
    height: 45px;
  }
  .cooperatePage .cooperate-afterProcess .after-btns .after-btn {
    width: 45px;
    height: 45px;
  }
  .newsPage .item .item-con .time-outer {
    font-size: 12px;
  }
  .newsPage .item .item-con {
    padding: 16px 18px 22px;
  }
  .newsPage .item .public-more {
    width: auto;
    padding: 0 20px;
  }
  .newsPage .item .item-con .new-more {
    padding-top: 16px;
  }
  .newsPage .item {
    margin-right: 20px;
    margin-bottom: 22px;
    width: calc((100% - 40px) / 3);
  }
  .cooperatePage .p2 {
    font-size: 80px;
    line-height: 88px;
  }
  .cooperatePage .p1 {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (max-width: 1260px) {
  .cooperatePage .cooperate-part1 .market-coop-left {
    width: 200px;
    height: 200px;
  }
  .cooperatePage .cooperate-part1 .market-coop-top .market-coop-imgs {
    width: 220px;
    height: 220px;
    transform: translateY(-20px);
  }
  .cooperatePage .cooperate-part1 .market-coop-bottom .market-coop-bottom-imgs {
    width: 33%;
  }
  .cooperatePage .cooperate-part1 .market-coop-bottom .market-coop-bottom-cons .market-coop-bottom-inner {
    padding: 34px 0;
    margin-bottom: 43px;
    padding-left: 14%;
  }
  .cooperatePage .cooperate-part1 .market-coop-bottom .market-coop-bottom-cons .market-coop-title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 25px;
  }
  .cooperatePage .cooperate-part1 .market-coop-bottom .market-coop-bottom-cons .words-coop-title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 12px;
  }
  .cooperatePage .cooperate-part1 .market-coop-bottom {
    min-height: 340px;
  }
  .cooperatePage .cooperate-part1 .market-coop-right {
    display: none;
  }
  .cooperatePage .cooperate-part1 .market-coop-left {
    display: none;
  }
  .cooperatePage .cooperate-part1 .coop-swiper4 {
    display: none;
  }
  .cooperatePage .cooperate-part1 .coop-swiper3 {
    display: none;
  }
  .inner-nav {
    display: none;
  }
  .cooperatePage .cooperate-part1 .market-coop-top .market-coop-word {
    padding-left: 0;
  }
  .cooperatePage .cooperate-coopProcess .p2 {
    margin: 15px 0 35px;
  }
  .cooperatePage .cooperate-coopProcess .coop-process-right .coop-process-title {
    font-size: 18px;
  }
  .cooperatePage .cooperate-coopProcess .coop-process-right .coop-process-desc {
    margin-top: 12px;
  }
  .cooperatePage .cooperate-coopProcess .coop-process-right {
    padding: 35px 30px;
  }
  .cooperatePage .cooperate-afterProcess .afterProcess-title .p2 {
    margin-top: 18px;
  }
}
@media (max-width: 1250px) {
  .nban {
    margin-top: 65px;
  }
}
@media (max-width: 1023px) {
  .nban .nban-nav {
    margin: 10px 0 24px;
  }
  .newsPage .item {
    margin-right: 18px;
    width: calc((100% - 36px) / 3);
  }
  .newsPage .item .item-con {
    padding: 16px 14px 20px;
  }
  .public-more {
    height: 35px;
  }
  .newsPage .item .item-con .desc-main {
    margin-bottom: 12px;
  }
  .newsPage .item .item-con .desc-main {
    font-size: 12px;
  }
  .newsPage .item .item-con .name {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .newsPage .item .item-con .new-more {
    padding-top: 15px;
  }
  .public-more .read-more-p {
    font-size: 12px;
    line-height: 35px;
  }
  .cooperatePage .cooperate-afterProcess .after-swiper-outer {
    padding-left: 10%;
  }
}
@media (max-width: 1000px) {
  .newsPage .nban {
    padding: 32px 0 56px;
  }
}
@media (max-width: 767px) {
  .newsPage .item {
    margin-right: 12px;
    width: calc((100% - 12px) / 2);
  }
  .cooperatePage .cooperate-afterProcess .after-swiper-outer {
    padding-left: 0;
  }
  .newsPage .item:nth-of-type(3n) {
    margin-right: 12px;
  }
  .newsPage .item:nth-of-type(2n) {
    margin-right: 0;
  }
  .cooperatePage .cooperate-part1 .market-coop-top .market-coop-word {
    width: 100%;
  }
  .cooperatePage .cooperate-part1 .market-coop-top .market-coop-imgs .coop-swiper2 {
    display: none;
  }
  .cooperatePage .cooperate-part1 .market-coop-top .market-coop-imgs {
    display: none;
  }
  .cooperatePage .cooperate-part1 .market-coop-top .market-coop-word .p2 {
    margin: 12px 0 14px;
  }
  .cooperatePage .p1 {
    font-size: 20px;
    line-height: 24px;
  }
  .cooperatePage .p2 {
    font-size: 50px;
    line-height: 55px;
  }
  .cooperatePage .cooperate-part1 .market-coop-bottom .market-coop-bottom-imgs {
    width: 100%;
    max-width: 260px;
    margin: 0 auto;
    position: relative;
  }
  .cooperatePage .cooperate-part1 .market-coop-bottom {
    min-height: 0;
    flex-wrap: wrap;
  }
  .cooperatePage .cooperate-part1 .market-coop-bottom .market-coop-bottom-cons {
    width: 100%;
    margin-top: 20px;
  }
  .cooperatePage .cooperate-part1 .market-coop-bottom .market-coop-bottom-cons .market-coop-bottom-inner {
    padding: 25px 0;
    padding-left: 0;
    margin-bottom: 35px;
  }
  .cooperatePage .nban {
    padding: 28px 0 35px;
  }
  .cooperatePage .cooperate-coopProcess .coop-process-swiper {
    height: 400px;
  }
  .cooperatePage .cooperate-coopProcess .coop-process-left {
    padding: 0 24px;
  }
  .cooperatePage .cooperate-coopProcess .p2 {
    margin: 15px 0 20px;
  }
  .cooperatePage .cooperate-coopProcess .coop-process-right .coop-process-desc {
    font-size: 12px;
    margin-top: 8px;
  }
  .cooperatePage .cooperate-coopProcess .coop-process-right .coop-process-title {
    font-size: 16px;
  }
  .cooperatePage .cooperate-coopProcess .coop-process-right {
    padding: 24px 18px;
  }
  .cooperatePage .cooperate-part1 .market-coop-top {
    margin-bottom: 22px;
  }
  .cooperatePage .cooperate-part1 .market-coop-bottom .market-coop-bottom-cons .market-coop-title {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 22px;
  }
  .cooperatePage .cooperate-part1 .market-coop-bottom .market-coop-bottom-cons .coop-words {
    padding: 0 10px 0 0;
  }
}
@media (max-width: 641px) {
  .nban {
    margin-top: 50px;
  }
  .cooperatePage .afterProcess-top .p2 {
    font-size: 30px;
    line-height: 32px;
  }
  .cooperatePage .cooperate-afterProcess .after-btns .after-btn {
    width: 40px;
    height: 40px;
  }
  .cooperatePage .afterProcess-top .p2 {
    font-size: 24px;
    line-height: 26px;
  }
  .cooperatePage .cooperate-afterProcess .afterProcess-top {
    justify-content: space-between;
  }
  .cooperatePage .cooperate-afterProcess .afterProcess-title {
    margin-right: 0;
  }
  .cooperatePage .cooperate-afterProcess .afterProcess-title .p2 {
    margin-top: 15px;
  }
  .cooperatePage .cooperate-coopProcess .coop-process-words-active .coop-process-index {
    font-size: 62px;
  }
  .cooperatePage .cooperate-part1 .coop-words-btns .coop-words-btn {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 480px) {
  .newsPage .item .item-con {
    padding: 10px 8px 16px;
  }
}
@media (max-width: 431px) {
  .nban {
    margin-top: 42px;
  }
  .cooperatePage .nban .nban-nav {
    display: none;
  }
}
@media (max-width: 428px) {
  .newsPage .item .item-con .time-outer {
    display: none;
  }
}
