.nside-news {
  padding: 18px 0;
}
.nside-news .indexPage-outer {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.nside-news .nside-first {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.nside-news .index-nside {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
  opacity: 0.8;
}
.nside-news .index-nside .index-dot {
  width: 20px;
  height: 20px;
  margin-right: 12px;
}
.nside-news .index-nside .index-dot svg {
  width: 100%;
  height: 100%;
}
.nside-news .newsPage-nav {
  justify-content: space-between;
  align-items: flex-end;
}
.nside-news .newsPage-nav .nside-news-right1 {
  width: 33%;
}
.nside-news .newsPage-nav .nside-news-right1 .search-main {
  width: 100%;
  position: relative;
  height: 36px;
}
.nside-news .newsPage-nav .nside-news-right1 .search-main input {
  width: 100%;
  color: #fff;
  font-size: 14px;
  line-height: 36px;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  transition: 0.5s;
}
.nside-news .newsPage-nav .nside-news-right1 .search-main input:focus {
  border: none;
  outline: none;
  border-bottom: 1px solid #ffffff;
}
.nside-news .newsPage-nav .nside-news-right1 .search-main input::placeholder {
  color: #fff;
  opacity: 0.8;
}
.nside-news .newsPage-nav .nside-news-right1 .search-main .icon-searchIcon {
  position: absolute;
  right: 0;
  top: 6px;
  font-size: 16px;
  opacity: 0.8;
  color: #fff;
  cursor: pointer;
}
.nside-news .nside-news-right {
  display: flex;
  align-items: center;
  max-width: calc(100% - 120px);
  flex-wrap: wrap;
}
.nside-news .nside-news-right .nside-news-second {
  display: flex;
  align-items: center;
  transition: 0.5s;
  font-weight: normal;
  font-size: 16px;
  color: #FEFEFE;
  line-height: 24px;
  opacity: 0.5;
  border-radius: 19px;
  border: 1px solid transparent;
  margin-right: 10px;
  padding: 5px 20px;
}
.nside-news .nside-news-right .nside-news-second .nav-item-second-first-icon {
  height: 22px;
  width: 20px;
  transition: 0.5s;
  margin-right: 10px;
  position: relative;
}
.nside-news .nside-news-right .nside-news-second .nav-item-second-first-icon img {
  height: 100%;
  width: 100%;
  object-fit: scale-down;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}
.nside-news .nside-news-right .nside-news-second .nav-item-second-first-icon .default {
  opacity: 0.8;
  transition: 0.5s;
}
.nside-news .nside-news-right .nside-news-second .nav-item-second-first-icon .active {
  opacity: 0;
  transition: 0.5s;
}
.nside-news .nside-news-right .nside-news-second:hover {
  color: #0CADAD;
  opacity: 1;
  border: 1px solid rgba(12, 173, 173, 0.3);
}
.nside-news .nside-news-right .nside-news-second:hover .nav-item-second-first-icon .default {
  opacity: 0;
}
.nside-news .nside-news-right .nside-news-second:hover .nav-item-second-first-icon .active {
  opacity: 1;
}
.nside-news .nside-news-right .nside-news-second:nth-last-of-type(1) {
  margin-right: 0;
}
.nside-news .nside-news-right .nside-news-second-active {
  color: #0CADAD;
  opacity: 1;
  border: 1px solid rgba(12, 173, 173, 0.3);
}
.nside-news .nside-news-right .nside-news-second-active .nav-item-second-first-icon .default {
  opacity: 0;
}
.nside-news .nside-news-right .nside-news-second-active .nav-item-second-first-icon .active {
  opacity: 1;
}
.nside-news .nside-right {
  font-size: 20px;
  margin: 0 5px;
  color: #fff;
  opacity: 0.8;
}
.nside-news .nside-a {
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  transition: 0.5s;
  opacity: 0.8;
}
.nside-news .nside-a:hover {
  opacity: 1;
  transition: 0.5s;
}
.nside-news .nside-a-cur {
  font-weight: normal;
  font-size: 36px;
  color: #FFFFFF;
  line-height: 65px;
}
.nside-news .nside-a-last {
  opacity: 1;
  transition: 0.5s;
  white-space: normal;
}
.newsPage .news-list {
  width: 100%;
}
.newsPage .item {
  width: 100%;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  transition: 0.5s;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 48px;
}
.newsPage .item .img {
  width: 270px;
  height: 180px;
  overflow: hidden;
  border-radius: 10px;
  display: block;
}
.newsPage .item .img img {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.newsPage .item .img:hover img {
  transform: scale(1.05);
  transition: 0.5s;
}
.newsPage .item .item-main {
  width: calc(95% - 270px);
  padding-bottom: 30px;
}
.newsPage .item .item-main .time-outer {
  height: 24px;
  border-radius: 12px;
  border: 1px solid #999999;
  padding: 0 12px;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  line-height: 24px;
  font-family: 'Montserrat-Regular';
  display: inline-block;
  transition: 0.5s;
}
.newsPage .item .item-main .name {
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  margin: 21px 0 13px;
  transition: 0.5s;
}
.newsPage .item .item-main .desc-outer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.newsPage .item .item-main .desc-main {
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 24px;
  width: calc(95% - 38px);
}
.newsPage .item .item-main .item-more {
  width: 38px;
  height: 38px;
}
.newsPage .item .item-main .item-more a {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  border: 1px solid #E51616;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 22px;
  color: #E51616;
  transition: 0.5s;
}
.newsPage .item .item-main .item-more:hover a {
  background: #E51616;
  color: #fff;
}
.newsPage .item:hover {
  border-bottom: 1px solid rgba(229, 22, 22, 0.1);
}
.newsPage .item:hover .name {
  color: #E51616;
}
.newsPage .item:hover .time-outer {
  border: 1px solid #E51616;
  color: #E51616;
}
.newsPage .item:nth-last-of-type(1) {
  margin-bottom: 0;
}
.newsPage .webPage {
  margin-top: 5%;
}
.list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.list .item {
  overflow: hidden;
  width: calc(100% / 4);
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  padding: 3% 30px;
  position: relative;
  background: transparent;
  transition: 0.5s;
  margin-top: 60px;
}
.list .item .img {
  width: 100%;
  overflow: hidden;
  display: block;
  border-radius: 20px;
  aspect-ratio: 1.5;
}
.list .item .img img {
  display: block;
  width: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s;
}
.list .item .img:hover img {
  transform: scale(1.05);
  transition: 0.5s;
}
.list .item .name {
  font-weight: normal;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 28px;
  opacity: 0.5;
  transition: 0.5s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  margin: 24px 0 22px;
}
.list .item .time-outer {
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 24px;
  font-family: 'Montserrat-Medium';
  opacity: 0.5;
}
.list .item .item-more {
  margin-top: 20px;
}
.list .item .item-more a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: auto;
  min-width: 160px;
  height: 38px;
  font-weight: normal;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
  opacity: 0.5;
  transition: 0.5s;
  border-bottom: 1px solid #fff;
}
.list .item .item-more a .item-more-img {
  width: 48px;
  height: 18px;
  border-radius: 9px;
  margin-left: 8px;
  border: 1px solid #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list .item .item-more a .item-more-img img {
  width: 24px;
}
.list .item:hover .name {
  opacity: 0.95;
  transition: 0.5s;
}
.list .item:hover .item-more a {
  opacity: 0.95;
  transition: 0.5s;
}
.list .item:nth-of-type(4n) {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.list .item:nth-last-of-type(1) {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.cooperatePage {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.cooperatePage .cooperate-part1 {
  background: url('https://file.global86.cn/website_v3-guowaijiedian/xinpeng/pageimg/ccop1-back.png') no-repeat;
  background-size: 100% 100%;
}
.cooperatePage .cooperate-part1 .indexPage-inner {
  display: flex;
  justify-content: center;
  position: relative;
}
.cooperatePage .cooperate-part1 .indexPage-inner .coop-letter {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 60%;
}
.cooperatePage .cooperate-part1 .cooperate-left {
  width: 364px;
}
.cooperatePage .cooperate-part1 .page-title {
  margin-bottom: 32px;
}
.cooperatePage .cooperate-part1 .cooperate-titles-outer {
  position: relative;
  margin-top: 38%;
}
.cooperatePage .cooperate-part1 .cooperate-titles-outer .cooperate-titles-one {
  display: flex;
  margin-bottom: 30px;
  cursor: pointer;
  width: 100%;
}
.cooperatePage .cooperate-part1 .cooperate-titles-outer .cooperate-titles-one .cooperate-titles-one-dot {
  width: 10px;
  height: 10px;
  background: #FFFFFF;
  border-radius: 50%;
  border: 1px solid #999999;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  transform: translateY(6px);
  transition: 0.5s;
  z-index: 2;
  position: relative;
}
.cooperatePage .cooperate-part1 .cooperate-titles-outer .cooperate-titles-one .cooperate-titles-one-dot p {
  width: 3px;
  height: 3px;
  background: #999999;
  border-radius: 50%;
  transition: 0.5s;
}
.cooperatePage .cooperate-part1 .cooperate-titles-outer .cooperate-titles-one .cooperate-titles-one-text {
  width: calc(100% - 25px);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  transition: 0.5s;
}
.cooperatePage .cooperate-part1 .cooperate-titles-outer .cooperate-titles-one-active .cooperate-titles-one-dot {
  border: 1px solid #E51616;
}
.cooperatePage .cooperate-part1 .cooperate-titles-outer .cooperate-titles-one-active .cooperate-titles-one-dot p {
  background: #E51616;
}
.cooperatePage .cooperate-part1 .cooperate-titles-outer .cooperate-titles-one-active .cooperate-titles-one-text {
  color: #E51616;
}
.cooperatePage .cooperate-part1 .cooperate-titles-outer .cooperate-titles-one:nth-last-of-type(1) {
  margin-bottom: 0;
}
.cooperatePage .cooperate-part1 .cooperate-titles-outer::after {
  width: 1px;
  height: calc(100% - 24px);
  background: #ddd;
  position: absolute;
  left: 5px;
  top: 12px;
  content: "";
}
.cooperatePage .cooperate-part1 .cooperate-center {
  width: 426px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 0 27px;
  z-index: 2;
  position: relative;
  padding-bottom: 58px;
}
.cooperatePage .cooperate-part1 .cooperate-center img {
  width: 100%;
  display: block;
}
.cooperatePage .cooperate-part1 .cooperate-center-m {
  display: none;
}
.cooperatePage .cooperate-part1 .cooperate-center-m .coop-dom-m {
  margin: 18px auto 0;
  max-width: 400px;
  width: 80%;
  display: block;
  z-index: 12;
  position: relative;
}
.cooperatePage .cooperate-part1 .cooperate-center-m .coop-letter-m {
  margin: -60px auto 30px;
  max-width: 400px;
  width: 100%;
  display: block;
  position: relative;
}
.cooperatePage .cooperate-part1 .cooperate-right-m {
  display: none;
  width: 100%;
  justify-content: center;
}
.cooperatePage .cooperate-part1 .cooperate-right-m .cooperate-titles-outer {
  width: 400px;
  display: block;
  margin-right: 5%;
}
.cooperatePage .cooperate-part1 .cooperate-right-m .cooperateMSwiper {
  width: calc(95% - 400px);
  max-width: 320px;
  margin: 0 0;
  border-radius: 10px;
}
.cooperatePage .cooperate-part1 .cooperate-right-m .marke-slide-one {
  width: 320px;
  padding: 20px 30px;
  border-radius: 10px;
  transition: 0.5s;
  background: #fff !important;
  margin-right: 0;
  height: auto;
  overflow: hidden;
}
.cooperatePage .cooperate-part1 .cooperate-right-m .marke-slide-one .marke-title {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 28px;
}
.cooperatePage .cooperate-part1 .cooperate-right-m .marke-slide-one .marke-desc {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  margin-top: 12px;
}
.cooperatePage .cooperate-part1 .cooperate-right-m .marke-slide-one .marke-nums {
  display: flex;
  margin-top: 20px;
  position: relative;
}
.cooperatePage .cooperate-part1 .cooperate-right-m .marke-slide-one .marke-nums .marke-num-one {
  width: auto;
}
.cooperatePage .cooperate-part1 .cooperate-right-m .marke-slide-one .marke-nums .marke-num-top {
  display: flex;
  align-items: flex-start;
  font-weight: bold;
  font-size: 18px;
  color: #E51616;
  line-height: 24px;
  font-family: 'Montserrat-Regular';
}
.cooperatePage .cooperate-part1 .cooperate-right-m .marke-slide-one .marke-nums .marke-num-desc {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  margin-top: 4px;
}
.cooperatePage .cooperate-part1 .cooperate-right-m .marke-slide-one .marke-nums .marke-num-unit {
  font-weight: 500;
  font-size: 18px;
  color: #E51616;
  line-height: 24px;
  margin-left: 8px;
}
.cooperatePage .cooperate-part1 .cooperate-right-m .marke-slide-one .marke-nums .marke-line {
  width: 1px;
  height: 20px;
  background: #DDDDDD;
  opacity: 0.5;
  transform: translateY(10px);
  margin: 0 8%;
}
.cooperatePage .cooperate-part1 .cooperate-right-m .cooperate-title-one-cur {
  background: #fff;
}
.cooperatePage .cooperate-part1 .cooperate-right {
  width: 356px;
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
}
.cooperatePage .cooperate-part1 .cooperate-right .cooperateSwiper {
  width: 300px;
  height: 380px;
  overflow: visible;
}
.cooperatePage .cooperate-part1 .cooperate-right .marke-slide-one {
  width: 100%;
  height: 380px;
  padding: 20px 30px;
  border-radius: 10px;
  transition: 0.5s;
}
.cooperatePage .cooperate-part1 .cooperate-right .marke-slide-one .marke-title {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 28px;
}
.cooperatePage .cooperate-part1 .cooperate-right .marke-slide-one .marke-desc {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  margin-top: 12px;
}
.cooperatePage .cooperate-part1 .cooperate-right .marke-slide-one .marke-nums {
  display: flex;
  margin-top: 20px;
  position: relative;
}
.cooperatePage .cooperate-part1 .cooperate-right .marke-slide-one .marke-nums .marke-num-one {
  width: auto;
}
.cooperatePage .cooperate-part1 .cooperate-right .marke-slide-one .marke-nums .marke-num-top {
  display: flex;
  align-items: flex-start;
  font-weight: bold;
  font-size: 18px;
  color: #E51616;
  line-height: 24px;
  font-family: 'Montserrat-Regular';
}
.cooperatePage .cooperate-part1 .cooperate-right .marke-slide-one .marke-nums .marke-num-desc {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  margin-top: 4px;
}
.cooperatePage .cooperate-part1 .cooperate-right .marke-slide-one .marke-nums .marke-num-unit {
  font-weight: 500;
  font-size: 18px;
  color: #E51616;
  line-height: 24px;
  margin-left: 8px;
}
.cooperatePage .cooperate-part1 .cooperate-right .marke-slide-one .marke-nums .marke-line {
  width: 1px;
  height: 20px;
  background: #DDDDDD;
  opacity: 0.5;
  transform: translateY(10px);
  margin: 0 8%;
}
.cooperatePage .cooperate-part1 .cooperate-right .marke-slide-one1 {
  background: #FFFFFF;
}
.cooperatePage .cooperate-part1 .cooperate-right .marke-slide-one2 {
  background: #DFDFDF;
}
.cooperatePage .cooperate-part1 .cooperate-right .marke-slide-one2 .marke-title {
  opacity: 0.8;
}
.cooperatePage .cooperate-part1 .cooperate-right .marke-slide-one2 .marke-desc {
  opacity: 0.8;
}
.cooperatePage .cooperate-part1 .cooperate-right .marke-slide-one2 .marke-nums {
  opacity: 0.8;
}
.cooperatePage .cooperate-part1 .cooperate-right .marke-slide-one3 {
  background: #E81818;
}
.cooperatePage .cooperate-part1 .cooperate-right .marke-slide-one3 .marke-title {
  color: #fff;
}
.cooperatePage .cooperate-part1 .cooperate-right .marke-slide-one3 .marke-desc {
  color: #fff;
}
.cooperatePage .cooperate-part1 .cooperate-right .marke-slide-one3 .marke-nums .marke-num-one {
  width: auto;
}
.cooperatePage .cooperate-part1 .cooperate-right .marke-slide-one3 .marke-nums .marke-num-top {
  color: #fff;
}
.cooperatePage .cooperate-part1 .cooperate-right .marke-slide-one3 .marke-nums .marke-num-desc {
  color: #fff;
}
.cooperatePage .cooperate-part1 .cooperate-right .marke-slide-one3 .marke-nums .marke-num-unit {
  color: #fff;
}
.cooperatePage .cooperate-part1 .cooperate-right .marke-slide-one3 .marke-nums .marke-line {
  background: #fff;
}
.cooperatePage .cooperate-part2 {
  background: url('https://file.global86.cn/website_v3-guowaijiedian/xinpeng/pageimg/part2-back.png') no-repeat;
  background-size: 100% 100%;
}
.cooperatePage .cooperate-part2 .page-title {
  margin-bottom: 40px;
  justify-content: center;
}
.cooperatePage .cooperate-part2 .cooperate-part2-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cooperatePage .cooperate-part2 .cooperate-part2-one {
  width: 30%;
  margin-bottom: 12px;
  border-radius: 10px;
  padding: 30px 3%;
}
.cooperatePage .cooperate-part2 .cooperate-part2-one .cooperate-part2-title {
  display: flex;
  align-items: center;
}
.cooperatePage .cooperate-part2 .cooperate-part2-one .cooperate-part2-title .cooperate-part2-title-icon {
  width: 50px;
  height: 50px;
  background: #E51616;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 14px;
}
.cooperatePage .cooperate-part2 .cooperate-part2-one .cooperate-part2-title .cooperate-part2-title-icon img {
  display: block;
  width: 60%;
  height: 60%;
  transform: rotateY(0deg);
  transition: 0.5s;
}
.cooperatePage .cooperate-part2 .cooperate-part2-one .cooperate-part2-title .cooperate-part2-title-text {
  width: calc(100% - 64px);
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  line-height: 26px;
}
.cooperatePage .cooperate-part2 .cooperate-part2-one .cooperate-part2-desc {
  margin-top: 20px;
}
.cooperatePage .cooperate-part2 .cooperate-part2-one .cooperate-part2-desc .cooperate-part2-desc-one {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
}
.cooperatePage .cooperate-part2 .cooperate-part2-one .cooperate-part2-desc .cooperate-part2-desc-one .cooperate-part2-desc-dot {
  width: 6px;
  height: 7px;
  background: #DDDDDD;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  margin-right: 8px;
  margin-top: 10px;
}
.cooperatePage .cooperate-part2 .cooperate-part2-one .cooperate-part2-desc .cooperate-part2-desc-one .cooperate-part2-desc-main {
  width: calc(100% - 16px);
  font-weight: 500;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}
.cooperatePage .cooperate-part2 .cooperate-part2-one .cooperate-part2-desc .cooperate-part2-desc-one .cooperate-part2-desc-main span {
  color: #333333;
}
.cooperatePage .cooperate-part2 .cooperate-part2-one-active {
  background: #FFFFFF;
}
.cooperatePage .cooperate-part2 .cooperate-part2-one-active .cooperate-part2-title .cooperate-part2-title-icon img {
  transform: rotateY(360deg);
}
.cooperatePage .cooperate-part2 .cooperate-part2-one-active .cooperate-part2-desc .cooperate-part2-desc-one .cooperate-part2-desc-dot {
  background: #E51616;
}
.cooperatePage .cooperate-part3 .after-main {
  display: flex;
  flex-wrap: wrap;
}
.cooperatePage .cooperate-part3 .after-one {
  margin-top: 34px;
  margin-right: 30px;
  border-radius: 6px;
  width: calc((100% - 60px) / 3);
  position: relative;
  overflow: hidden;
}
.cooperatePage .cooperate-part3 .after-one .after-one-inner {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.cooperatePage .cooperate-part3 .after-one .after-one-inner img {
  width: 100%;
  display: block;
}
.cooperatePage .cooperate-part3 .after-one .after-one-inner .after-one-text {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  transition: 0.5s;
  padding: 15px 20px;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 24px;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
}
.cooperatePage .cooperate-part3 .after-one .after-one-inner .after-one-text p {
  width: calc(100% - 32px);
}
.cooperatePage .cooperate-part3 .after-one .after-one-inner .after-one-text .index {
  width: 32px;
  text-align: right;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 24px;
  font-family: 'Montserrat-Regular';
  opacity: 0.7;
}
.cooperatePage .cooperate-part3 .after-one .after-one-mask {
  position: absolute;
  left: 0;
  top: 120%;
  width: 100%;
  height: 100%;
  background: rgba(199, 41, 47, 0.9);
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.cooperatePage .cooperate-part3 .after-one .after-one-mask .index {
  text-align: right;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 24px;
  opacity: 0.7;
  width: 100%;
}
.cooperatePage .cooperate-part3 .after-one .after-one-mask .mask-title {
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 24px;
  margin-bottom: 4px;
  text-align: center;
}
.cooperatePage .cooperate-part3 .after-one .after-one-mask .mask-desc {
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 24px;
  padding: 0 18px;
  text-align: center;
  max-height: 50%;
  overflow-y: auto;
}
.cooperatePage .cooperate-part3 .after-one:hover .after-one-inner {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.cooperatePage .cooperate-part3 .after-one:hover .after-one-inner img {
  width: 100%;
  display: block;
}
.cooperatePage .cooperate-part3 .after-one:hover .after-one-inner .after-one-text {
  transform: translateY(100%);
}
.cooperatePage .cooperate-part3 .after-one:hover .after-one-mask {
  top: 0;
}
.cooperatePage .cooperate-part3 .after-one-active .after-one-inner {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.cooperatePage .cooperate-part3 .after-one-active .after-one-inner img {
  width: 100%;
  display: block;
}
.cooperatePage .cooperate-part3 .after-one-active .after-one-inner .after-one-text {
  transform: translateY(100%);
}
.cooperatePage .cooperate-part3 .after-one-active .after-one-mask {
  top: 0;
}
.cooperatePage .cooperate-part3 .after-one:nth-of-type(3n) {
  margin-right: 0;
}
@media (max-width: 1680px) {
  .cooperatePage .cooperate-part1 .page-title {
    margin-bottom: 25px;
  }
  .cooperatePage .cooperate-part2 .cooperate-part2-one {
    width: 33%;
  }
}
@media only screen and (max-width: 1367px) {
  .cooperatePage .cooperate-part1 .cooperate-titles-outer {
    margin-top: 20%;
  }
  .cooperatePage .cooperate-part1 .cooperate-titles-outer .cooperate-titles-one {
    margin-bottom: 20px;
  }
  .cooperatePage .cooperate-part1 .cooperate-titles-outer::after {
    height: calc(100% - 44px);
  }
  .cooperatePage .cooperate-part1 .cooperate-right .marke-slide-one .marke-nums {
    margin-top: 15px;
  }
}
@media (max-width: 1281px) {
  .cooperatePage .cooperate-part2 .cooperate-part2-one .cooperate-part2-title .cooperate-part2-title-text {
    font-size: 16px;
    width: calc(100% - 52px);
  }
  .cooperatePage .cooperate-part2 .cooperate-part2-one .cooperate-part2-title .cooperate-part2-title-icon {
    width: 42px;
    height: 42px;
  }
}
@media (max-width: 1200px) {
  .cooperatePage .cooperate-part1 .cooperate-center-m {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .cooperatePage .cooperate-part1 .cooperate-right-m {
    display: flex;
  }
  .cooperatePage .cooperate-part1 .indexPage-inner {
    flex-wrap: wrap;
  }
  .cooperatePage .cooperate-part1 .cooperate-titles-outer {
    margin-top: 30px;
    display: none;
  }
  .cooperatePage .cooperate-part1 .cooperate-right {
    display: none;
  }
  .cooperatePage .cooperate-part1 .indexPage-inner .coop-letter {
    display: none;
  }
  .cooperatePage .cooperate-part1 .cooperate-right .cooperateSwiper {
    display: none;
  }
  .cooperatePage .cooperate-part1 .cooperate-center {
    display: none;
  }
  .cooperatePage .cooperate-part1 .cooperate-left {
    width: 100%;
  }
  .cooperatePage .cooperate-part3 .after-one {
    margin-top: 28px;
    margin-right: 16px;
    width: calc((100% - 32px) / 3);
  }
  .cooperatePage .cooperate-part3 .after-one .after-one-inner .after-one-text {
    font-size: 16px;
    padding: 12px 12px;
  }
  .cooperatePage .cooperate-part3 .after-one .after-one-mask .mask-title {
    font-size: 16px;
  }
  .cooperatePage .cooperate-part3 .after-one .after-one-mask {
    padding: 10px 8px;
  }
  .cooperatePage .cooperate-part3 .after-one .after-one-mask .mask-desc {
    padding: 0 0;
  }
  .cooperatePage .cooperate-part2 .cooperate-part2-one {
    width: 50%;
  }
  .cooperatePage .cooperate-part2 .cooperate-part2-one {
    margin-bottom: 8px;
    padding: 22px 22px;
  }
  .cooperatePage .cooperate-part2 .page-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 1022px) {
  .cooperatePage .cooperate-part1 .cooperate-right-m .cooperate-titles-outer {
    width: 45%;
    margin-right: 5%;
  }
  .cooperatePage .cooperate-part1 .cooperate-right-m .cooperateMSwiper {
    width: 50%;
    max-width: 320px;
  }
  .cooperatePage .cooperate-part3 .after-one {
    width: calc((100% - 22px) / 2);
    margin-right: 22px;
  }
  .cooperatePage .cooperate-part3 .after-one:nth-of-type(3n) {
    margin-right: 22px;
  }
  .cooperatePage .cooperate-part3 .after-one:nth-of-type(2n) {
    margin-right: 0;
  }
  .cooperate-part3 .page-title {
    margin-bottom: 8px;
  }
}
@media (max-width: 1000px) {
  .newsPage .item .img {
    width: 200px;
    height: 133px;
  }
  .newsPage .item .item-main {
    width: calc(95% - 200px);
    padding-bottom: 20px;
  }
  .newsPage .item .item-main .name {
    font-size: 16px;
    margin: 14px 0 8px;
  }
  .newsPage .item {
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .cooperatePage .cooperate-part1 .cooperate-titles-outer .cooperate-titles-one {
    margin-bottom: 12px;
  }
  .cooperatePage .cooperate-part1 .cooperate-right-m .cooperate-titles-outer {
    width: calc(95% - 320px);
  }
  .cooperatePage .cooperate-part1 .cooperate-titles-outer .cooperate-titles-one .cooperate-titles-one-text {
    font-size: 14px;
  }
  .cooperatePage .cooperate-part1 .cooperate-right-m .cooperateMSwiper {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
  }
  .cooperatePage .cooperate-part2 .page-title {
    margin-bottom: 28px;
  }
  .cooperatePage .cooperate-part2 .cooperate-part2-one {
    width: 100%;
  }
  .cooperatePage .cooperate-part3 .after-one {
    width: 100%;
    margin-right: 0;
  }
  .cooperatePage .cooperate-part3 .after-one:nth-of-type(2n) {
    margin-right: 0;
  }
  .cooperatePage .cooperate-part3 .after-one:nth-of-type(3n) {
    margin-right: 0;
  }
  .cooperatePage .cooperate-part2 .cooperate-part2-one .cooperate-part2-desc .cooperate-part2-desc-one {
    margin-top: 8px;
  }
  .cooperatePage .cooperate-part2 .cooperate-part2-one .cooperate-part2-desc .cooperate-part2-desc-one .cooperate-part2-desc-main {
    font-size: 12px;
    line-height: 22px;
  }
  .cooperatePage .cooperate-part2 .cooperate-part2-one .cooperate-part2-desc {
    margin-top: 14px;
  }
  .cooperatePage .cooperate-part2 .cooperate-part2-one .cooperate-part2-title .cooperate-part2-title-text {
    font-size: 14px;
    line-height: 24px;
  }
  .nside-news .nside-a {
    font-size: 14px;
  }
  .nside-news .index-nside {
    font-size: 14px;
  }
  .newsPage .item .img {
    width: 120px;
    height: 80px;
  }
  .nside-news .nside-right {
    font-size: 16px;
  }
  .nside-news .index-nside .index-dot {
    width: 18px;
    height: 22px;
    margin-right: 8px;
  }
  .newsPage .item .item-main {
    width: calc(95% - 120px);
    padding-bottom: 14px;
  }
  .newsPage .item .item-main .name {
    font-size: 14px;
    margin: 10px 0 8px;
  }
  .newsPage .item .item-main .desc-main {
    font-size: 12px;
    line-height: 20px;
  }
  .newsPage .item .item-main .item-more {
    width: 34px;
    height: 34px;
  }
  .newsPage .item .item-main .item-more a {
    font-size: 18px;
  }
  .newsPage .item {
    margin-bottom: 26px;
  }
}
@media (max-width: 700px) {
  .cooperatePage .cooperate-part1 .cooperate-right-m .cooperate-titles-outer {
    display: none;
  }
}
@media (max-width: 521px) {
  .cooperatePage .cooperate-part1 .cooperate-center-m .coop-letter-m {
    max-width: 320px;
  }
  .cooperatePage .cooperate-part3 .after-one .after-one-inner .after-one-text {
    font-size: 14px;
    padding: 10px 10px;
  }
  .cooperatePage .cooperate-part1 .cooperate-right-m .marke-slide-one {
    padding: 20px 20px;
  }
}
@media (max-width: 428px) {
  .cooperatePage .cooperate-part3 .after-one .after-one-inner .after-one-text {
    font-size: 12px;
  }
  .cooperate-part3 .page-title {
    margin-bottom: 6px;
  }
  .cooperatePage .cooperate-part3 .after-one {
    margin-top: 20px;
  }
  .cooperatePage .cooperate-part3 .after-one .after-one-mask .mask-desc {
    font-size: 12px;
    line-height: 22px;
  }
  .cooperatePage .cooperate-part3 .after-one .after-one-mask .mask-title {
    font-size: 14px;
  }
  .newsPage .item {
    flex-wrap: wrap;
  }
  .newsPage .item .img {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    height: auto;
  }
  .newsPage .item .item-main {
    width: 100%;
    padding-top: 20px;
  }
}
@media (max-width: 374px) {
  .cooperatePage .cooperate-part1 .cooperate-right-m .marke-slide-one .marke-title {
    font-size: 14px;
    line-height: 24px;
  }
  .cooperatePage .cooperate-part1 .cooperate-right-m .marke-slide-one .marke-desc {
    font-size: 12px;
    margin-top: 8px;
  }
  .cooperatePage .cooperate-part1 .cooperate-right-m .marke-slide-one .marke-nums .marke-num-desc {
    font-size: 12px;
  }
  .cooperatePage .cooperate-part1 .cooperate-right-m .marke-slide-one .marke-nums {
    margin-top: 15px;
  }
}
