.newsPage {
  background: #fff;
  position: relative;
  overflow: hidden;
}
.newsPage .newsPage-outer {
  position: relative;
}
.newsPage .indexPage-outer {
  position: relative;
  z-index: 12;
}
.newsPage .newsPage-inner {
  width: 100%;
  position: relative;
}
.newsPage .news-list {
  width: 100%;
  padding-top: 60px;
}
.newsPage .item {
  width: 100%;
  position: relative;
  z-index: 12;
}
.newsPage .item1 {
  display: flex;
  margin-bottom: 30px;
}
.newsPage .item1 .indexPage-inner {
  display: flex;
  justify-content: space-between;
  background: #F8F8F8;
  border-radius: 20px;
}
.newsPage .item1 .indexPage-inner:hover .img img {
  transform: scale(1.05);
}
.newsPage .item1 .indexPage-inner:hover .item-con .name::after {
  width: 140px;
}
.newsPage .item1 .img {
  display: block;
  overflow: hidden;
  width: 50%;
  position: relative;
  border-radius: 20px;
  aspect-ratio: 1.5;
}
.newsPage .item1 .img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s;
}
.newsPage .item1 .item-con {
  width: 50%;
  padding: 5% 40px 8%;
  position: relative;
}
.newsPage .item1 .item-con .time-mask {
  width: 100%;
  display: flex;
  align-items: center;
}
.newsPage .item1 .item-con .time-mask .time-top {
  font-weight: 500;
  font-size: 16px;
  color: #F8862A;
  line-height: 30px;
  margin-right: 30px;
}
.newsPage .item1 .item-con .time-mask .time-outer {
  font-weight: 400;
  font-size: 16px;
  color: #F8862A;
  line-height: 24px;
  display: flex;
  align-items: center;
}
.newsPage .item1 .item-con .time-mask .time-outer .time-eye {
  width: 25px;
  margin-right: 6px;
}
.newsPage .item1 .item-con .time-mask .time-outer .time-eye img {
  width: 100%;
  display: block;
}
.newsPage .item1 .item-con .name {
  font-weight: 500;
  font-size: 24px;
  color: #333333;
  line-height: 30px;
  transition: 0.5s;
  position: relative;
  z-index: 12;
  text-transform: uppercase;
  margin: 32px 0 24px;
}
.newsPage .item1 .item-con .name::after {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 2px;
  background: #225C02;
  transition: 0.5s;
  bottom: 0;
  z-index: 15;
}
.newsPage .item1 .item-con .desc-main {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  opacity: 0.8;
  z-index: 12;
  position: relative;
}
.newsPage .item1 .item-con .public-more {
  margin-top: 30px;
}
.newsPage .item2 {
  margin-bottom: 30px;
}
.newsPage .item2 .indexPage-inner {
  display: flex;
  justify-content: space-between;
  background: #F8F8F8;
  align-items: center;
  border-radius: 20px;
}
.newsPage .item2 .indexPage-inner:hover .item-con .name::after {
  width: 140px;
}
.newsPage .item2 .indexPage-inner:hover .item-con .public-more {
  height: 46px;
  overflow: hidden;
}
.newsPage .item2 .img {
  width: 300px;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 20px;
  display: block;
  position: relative;
}
.newsPage .item2 .img img {
  width: 100%;
  height: 100%;
  display: block;
  transform: calc(1);
  object-fit: cover;
  transition: 0.5s;
}
.newsPage .item2 .img:hover img {
  transform: calc(1.05);
}
.newsPage .item2 .img .img-mask {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
}
.newsPage .item2 .img .img-mask .img-mask-inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
  position: relative;
}
.newsPage .item2 .img .img-mask .time-eye-main {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  justify-content: flex-end;
  padding: 25px 30px 0 0;
}
.newsPage .item2 .img .img-mask .time-eye-main .time-eye {
  width: 25px;
  margin-right: 8px;
}
.newsPage .item2 .img .img-mask .time-eye-main .time-eye img {
  width: 100%;
  display: block;
}
.newsPage .item2 .img .img-mask .time-top {
  font-weight: 500;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 30px;
  display: flex;
  align-items: center;
  margin-top: 12px;
}
.newsPage .item2 .img .img-mask .time-outer {
  font-weight: 500;
  font-size: 48px;
  color: #FFFFFF;
  line-height: 50px;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.newsPage .item2 .item-con {
  width: calc(100% - 300px);
  padding: 30px 5%;
  transition: 0.5s;
}
.newsPage .item2 .item-con .name {
  font-weight: 500;
  font-size: 24px;
  color: #333333;
  line-height: 30px;
  transition: 0.5s;
  position: relative;
}
.newsPage .item2 .item-con .name::after {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 2px;
  background: #225C02;
  transition: 0.5s;
  bottom: -1px;
}
.newsPage .item2 .item-con .desc-main {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  margin: 20px 0 25px;
  transition: 0.5s;
}
.newsPage .item2 .item-con .public-more {
  height: 0;
  overflow: hidden;
  transition: 0.5s;
}
.newsPage .webPage {
  margin-top: 40px;
}
.cooperatePage {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.cooperatePage .cooperate-title {
  font-weight: 900;
  font-size: 30px;
  color: #333333;
  line-height: 36px;
  font-style: italic;
  text-transform: uppercase;
}
.cooperatePage .cooperate-dots {
  background: #F8F8F8;
}
.cooperatePage .cooperate-dots .indexPage-inner {
  display: flex;
  justify-content: space-between;
}
.cooperatePage .cooperate-dots .cooperate-dot-o {
  width: 46%;
  background: #F8862A;
  border-radius: 20px;
  padding: 5% 40px;
}
.cooperatePage .cooperate-dots .cooperate-dot-o:hover .cooperate-dot-o-ic img {
  transform: rotateY(360deg);
}
.cooperatePage .cooperate-dots .cooperate-dot-o-ic {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  border: 2px solid #FFFFFF;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cooperatePage .cooperate-dots .cooperate-dot-o-ic img {
  width: 55%;
  transform: rotateY(0deg);
  transition: 0.5s;
}
.cooperatePage .cooperate-dots .cooperate-dot-o-it {
  width: 100%;
  text-align: center;
  margin: 10px 0 22px;
  font-weight: 900;
  font-size: 30px;
  color: #FFFFFF;
  line-height: 36px;
  font-style: italic;
  text-transform: uppercase;
}
.cooperatePage .cooperate-dots .cooperate-dot-o-is {
  border-radius: 10px;
  border: 1px dashed #FFFFFF;
  padding: 22px;
  min-height: 160px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cooperatePage .cooperate-dots .cooperate-dot-o-is .cooperate-dot-o-is-p {
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 24px;
}
.cooperatePage .cooperate-dots .cooperate-dot-o-is .cooperate-dot-o-is-side {
  width: calc(50% - 28px);
}
.cooperatePage .cooperate-dots .cooperate-dot-o-is .cooperate-dot-o-is-side .cooperate-dot-o-is-time {
  display: flex;
  align-items: center;
  margin-top: 12px;
}
.cooperatePage .cooperate-dots .cooperate-dot-o-is .cooperate-dot-o-is-side .cooperate-dot-o-is-time .cooperate-dot-o-is-p {
  transform: translateY(6px);
}
.cooperatePage .cooperate-dots .cooperate-dot-o-is .cooperate-dot-o-is-side .cooperate-dot-o-is-time p {
  font-weight: 900;
  font-size: 48px;
  color: #FFFFFF;
  line-height: 52px;
  font-family: 'Poppins-Medium';
  font-style: italic;
  margin-right: 8px;
}
.cooperatePage .cooperate-dots .cooperate-dot-o-is .cooperate-dot-o-is-line {
  width: 1px;
  height: 100%;
  background: #FFFFFF;
  opacity: 0.4;
  margin: 0 28px;
  height: 116px;
}
.cooperatePage .cooperate-dots .cooperate-dot-o1 {
  background: #225C02;
}
.cooperatePage .cooperate-dots .cooperate-dot-o1 .cooperate-dot-o-is {
  text-align: center;
}
.cooperatePage .cooperate-part1 {
  background: #fff;
}
.cooperatePage .cooperate-part1 .cooperate-part1-inner {
  width: 100%;
}
.cooperatePage .cooperate-part1 .cooperate-title {
  margin-bottom: 40px;
}
.cooperatePage .cooperate-part1 .map-texts-box {
  width: 100%;
  display: flex;
}
.cooperatePage .cooperate-part1 .map-texts-box .cooperate-map-texts {
  background: #225C02;
  border-radius: 20px;
  width: 50%;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
  padding: 40px;
  min-height: 200px;
  margin-right: 20px;
}
.cooperatePage .cooperate-part1 .map-texts-box .cooperate-map-nums {
  width: 300px;
  min-height: 200px;
  background: #F8862A;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cooperatePage .cooperate-part1 .map-texts-box .cooperate-map-nums .cooperate-map-numst {
  display: flex;
  align-items: flex-start;
}
.cooperatePage .cooperate-part1 .map-texts-box .cooperate-map-nums .cooperate-map-numst .count-num {
  font-weight: bold;
  font-size: 72px;
  color: #FFFFFF;
  line-height: 76px;
  margin-right: 8px;
}
.cooperatePage .cooperate-part1 .map-texts-box .cooperate-map-nums .cooperate-map-numst .count-add {
  font-weight: bold;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 20px;
}
.cooperatePage .cooperate-part1 .map-texts-box .cooperate-map-nums .cooperate-map-nums-desc {
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 24px;
}
.cooperatePage .cooperate-part1 .cooperate-map {
  width: 100%;
  position: relative;
}
.cooperatePage .cooperate-part1 .cooperate-map .coop-map-dot {
  width: 13px;
  height: 13px;
  position: absolute;
}
.cooperatePage .cooperate-part1 .cooperate-map .coop-map-dot .map-dot {
  width: 13px;
  height: 13px;
  background: #225C02;
  border-radius: 50%;
  position: relative;
}
.cooperatePage .cooperate-part1 .cooperate-map .coop-map-dot .map-dot p {
  width: 13px;
  height: 13px;
  background: #225C02;
  position: relative;
  z-index: 12;
  border-radius: 50%;
}
.cooperatePage .cooperate-part1 .cooperate-map .coop-map-dot .map-dot::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #225C02;
  transition: 0.5s;
  animation: aniMapDotInnerMap 1.5s 0s ease-in infinite;
  z-index: 1;
}
.cooperatePage .cooperate-part1 .cooperate-map .coop-map-dot .map-dot::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #225C02;
  transition: 0.5s;
  z-index: 15;
}
.cooperatePage .cooperate-part1 .cooperate-map .coop-map-dot1 {
  width: 23px;
  height: 23px;
  background: #F8862A;
  border-radius: 50%;
  position: absolute;
  top: 36%;
  left: 36%;
}
.cooperatePage .cooperate-part1 .cooperate-map .coop-map-dot1 .map-dot {
  width: 23px;
  height: 23px;
  background: #F8862A;
  border-radius: 50%;
  position: relative;
}
.cooperatePage .cooperate-part1 .cooperate-map .coop-map-dot1 .map-dot p {
  width: 23px;
  height: 23px;
  background: #F8862A;
  border-radius: 50%;
  position: relative;
  z-index: 12;
}
.cooperatePage .cooperate-part1 .cooperate-map .coop-map-dot1 .map-dot::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 23px;
  height: 23px;
  background: #F8862A;
  border-radius: 50%;
  transition: 0.5s;
  animation: aniMapDotInnerMap1 1.5s 0s ease-in infinite;
  z-index: 1;
}
.cooperatePage .cooperate-part1 .cooperate-map .coop-map-dot1 .map-dot::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 23px;
  height: 23px;
  background: #F8862A;
  border-radius: 50%;
  transition: 0.5s;
  animation: aniMapDotInnerMap1 1.5s 0.5s ease-in infinite;
  z-index: 15;
}
.cooperatePage .cooperate-part1 .cooperate-map .coop-map-dot:nth-of-type(1) {
  top: 28%;
  left: 10%;
}
.cooperatePage .cooperate-part1 .cooperate-map .coop-map-dot:nth-of-type(2) {
  top: 24%;
  left: 20%;
}
.cooperatePage .cooperate-part1 .cooperate-map .coop-map-dot:nth-of-type(3) {
  top: 40%;
  left: 26%;
}
.cooperatePage .cooperate-part1 .cooperate-map .coop-map-dot:nth-of-type(4) {
  top: 75%;
  left: 40%;
}
.cooperatePage .cooperate-part1 .cooperate-map .coop-map-dot:nth-of-type(5) {
  top: 28%;
  left: 73%;
}
.cooperatePage .cooperate-part1 .cooperate-map img {
  width: 100%;
  display: block;
}
.cooperatePage .cooperate-part1 .cooperate-map-texts {
  width: 100%;
  max-width: 900px;
  padding: 46px;
  border-radius: 10px;
  background: #14316C;
  min-height: 170px;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
  font-family: 'Poppins-Medium';
}
.cooperatePage .cooperate-coopProcess {
  background: #225C02;
}
.cooperatePage .cooperate-coopProcess .coopProcess-outer {
  width: 100%;
}
.cooperatePage .cooperate-coopProcess .cooperate-title {
  color: #fff;
  width: calc(100% - 105px);
}
.cooperatePage .cooperate-coopProcess .indexPage-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}
.cooperatePage .cooperate-coopProcess .coop-process-btns {
  width: 95px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cooperatePage .cooperate-coopProcess .coop-process-btns .coop-process-btn {
  width: 40px;
  height: 34px;
  background: #F8862A;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.5s;
  border: 2px solid transparent;
}
.cooperatePage .cooperate-coopProcess .coop-process-btns .coop-process-btn img {
  width: 24px;
  display: block;
}
.cooperatePage .cooperate-coopProcess .coop-process-btns .coop-process-btn:hover {
  border: 2px solid #fff;
  background: transparent;
}
.cooperatePage .cooperate-coopProcess .coop-process-btns .coopProcess-btn-prev img {
  transform: rotateY(180deg);
}
.cooperatePage .cooperate-coopProcess .coop-process-swiper {
  width: 500px;
  overflow: visible;
}
.cooperatePage .cooperate-coopProcess .coop-process-swiper .coop-process-ot {
  width: 500px;
  margin-right: 60px;
}
.cooperatePage .cooperate-coopProcess .coop-process-swiper .coop-process-ot .coop-process-icon {
  width: 40px;
  height: 40px;
  border-radius: 2px;
  border: 1px solid #FFFFFF;
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 40px;
  text-align: center;
  transition: 0.5s;
}
.cooperatePage .cooperate-coopProcess .coop-process-swiper .coop-process-ot .coop-process-text {
  width: 100%;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 5% 30px;
  transition: 0.5s;
  margin-top: 20px;
}
.cooperatePage .cooperate-coopProcess .coop-process-swiper .coop-process-ot .coop-process-ticon {
  height: 30px;
  width: 30px;
  position: relative;
}
.cooperatePage .cooperate-coopProcess .coop-process-swiper .coop-process-ot .coop-process-ticon img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  transform: rotateY(0deg);
  transition: 0.5s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cooperatePage .cooperate-coopProcess .coop-process-swiper .coop-process-ot .coop-process-ticon .default {
  opacity: 1;
  transition: 0.5s;
}
.cooperatePage .cooperate-coopProcess .coop-process-swiper .coop-process-ot .coop-process-ticon .active {
  opacity: 0;
  transition: 0.5s;
}
.cooperatePage .cooperate-coopProcess .coop-process-swiper .coop-process-ot .coop-process-tw {
  font-weight: bold;
  font-size: 24px;
  color: #F8862A;
  line-height: 36px;
  margin: 6% 0 16px;
  transition: 0.5s;
  text-transform: uppercase;
}
.cooperatePage .cooperate-coopProcess .coop-process-swiper .coop-process-ot .coop-process-dw {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  transition: 0.5s;
}
.cooperatePage .cooperate-coopProcess .coop-process-swiper .coop-process-wordsc-active .coop-process-icon {
  border: 1px solid #F8862A;
  background: #F8862A;
}
.cooperatePage .cooperate-coopProcess .coop-process-swiper .coop-process-wordsc-active .coop-process-text {
  background: #F8862A;
}
.cooperatePage .cooperate-coopProcess .coop-process-swiper .coop-process-wordsc-active .coop-process-ticon .default {
  opacity: 0;
  transition: 0.5s;
}
.cooperatePage .cooperate-coopProcess .coop-process-swiper .coop-process-wordsc-active .coop-process-ticon .active {
  opacity: 1;
  transition: 0.5s;
}
.cooperatePage .cooperate-coopProcess .coop-process-swiper .coop-process-wordsc-active .coop-process-tw {
  color: #FFFFFF;
}
.cooperatePage .cooperate-coopProcess .coop-process-swiper .coop-process-wordsc-active .coop-process-dw {
  color: #FFFFFF;
}
.cooperatePage .cooperate-coopProcess .coop-process-line {
  width: 100%;
  margin-top: 60px;
  position: relative;
}
.cooperatePage .cooperate-coopProcess .coop-process-line .line-td {
  width: 100%;
  display: block;
}
.cooperatePage .cooperate-coopProcess .coop-process-line .coop-process-line-t {
  position: absolute;
  bottom: 1px;
  left: 0;
  width: calc((100% / 7) + 60px);
  height: 100%;
  background: #225c02 url('https://file.global86.cn/fileStore/website_new_v2/qunli/img/ql/line1.png?x-oss-process=image/format,webp') no-repeat;
  background-position: left bottom;
  background-size: auto 50%;
}
.cooperatePage .cooperate-coopProcess .coop-process-line .coop-process-line-t .coop-process-line-icon {
  width: 100%;
  position: relative;
}
.cooperatePage .cooperate-coopProcess .coop-process-line .coop-process-line-t .coop-process-line-icon .coop-process-line-img {
  width: 60px;
  height: 30px;
  background: #F8862A;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
}
.cooperatePage .cooperate-coopProcess .coop-process-line .coop-process-line-t .coop-process-line-icon .coop-process-line-img p {
  width: 1px;
  height: 14px;
  background: #FFFFFF;
  margin: 0 4px;
}
.cooperatePage .cooperate-coopProcess .coopProcess-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.cooperatePage .cooperate-coopProcess .cooperate-pro-img {
  display: flex;
  align-items: flex-end;
  margin-top: 50px;
}
.cooperatePage .cooperate-coopProcess .cooperate-pro-img .pro-img-dom {
  width: calc(100% - 170px);
  margin-right: 20px;
  max-width: 288px;
}
.cooperatePage .cooperate-coopProcess .cooperate-pro-img .pro-img-dom img {
  display: block;
  width: 100%;
}
.cooperatePage .cooperate-coopProcess .cooperate-pro-img .coopProcess-btns {
  display: flex;
  align-items: flex-end;
}
.cooperatePage .cooperate-coopProcess .cooperate-pro-img .coopProcess-btns .coopProcess-btn {
  width: 60px;
  height: 60px;
  background: #B81B25;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.5s;
  margin-left: 15px;
}
.cooperatePage .cooperate-coopProcess .cooperate-pro-img .coopProcess-btns .coopProcess-btn img {
  width: 35px;
  display: block;
}
.cooperatePage .cooperate-coopProcess .cooperate-pro-img .coopProcess-btns .coopProcess-btn:hover {
  background: #14316C;
}
.cooperatePage .cooperate-coopProcess .cooperate-pro-img .coopProcess-btns .coopProcess-btn-prev img {
  transform: rotateY(180deg);
}
.cooperatePage .cooperate-coopProcess .coopProcess-l {
  width: calc(50% - 30px);
}
.cooperatePage .cooperate-coopProcess .coopProcess-r {
  width: 50%;
}
.cooperatePage .cooperate-coopProcess .coopProcess-bot {
  width: 100%;
  margin-top: 45px;
}
.cooperatePage .cooperate-coopProcess .coop-ts-swiper {
  width: 100%;
  height: 200px;
}
.cooperatePage .cooperate-coopProcess .coop-ts-swiper .swiper-slide {
  width: 47%;
  margin-right: 6%;
}
.cooperatePage .cooperate-coopProcess .coop-ts-swiper .coop-ts-o {
  background: #14316C;
  border-radius: 40px;
  display: flex;
  align-items: center;
  padding: 0 40px 0 60px;
  height: 80px;
  margin-bottom: 30px;
  text-transform: uppercase;
  width: 100%;
  transition: 0.5s;
}
.cooperatePage .cooperate-coopProcess .coop-ts-swiper .coop-ts-o .coop-ts-o-index {
  font-weight: 500;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 12px;
  font-family: 'Poppins-Medium';
  position: absolute;
  left: -18px;
  top: 0;
}
.cooperatePage .cooperate-coopProcess .coop-ts-swiper .coop-ts-o .coop-ts-o-icon {
  width: 30px;
  margin-right: 20px;
  padding-left: 5px;
  position: relative;
}
.cooperatePage .cooperate-coopProcess .coop-ts-swiper .coop-ts-o .coop-ts-o-icon img {
  width: 100%;
  display: block;
  transform: rotateY(0deg);
  transition: 0.5s;
}
.cooperatePage .cooperate-coopProcess .coop-ts-swiper .coop-ts-o .coop-ts-o-t {
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
}
.cooperatePage .cooperate-coopProcess .coop-ts-swiper .coop-ts-o:hover {
  background: #B81B25;
}
.cooperatePage .cooperate-coopProcess .coop-ts-swiper .coop-ts-o:hover .coop-ts-o-icon img {
  transform: rotateY(360deg);
}
.cooperatePage .cooperate-coopProcess .coop-ts-swiper .coop-ts-oa {
  background: #B81B25;
}
.cooperatePage .cooperate-coopProcess .coop-ts-swiper .coop-ts-oa .coop-ts-o-icon img {
  transform: rotateY(360deg);
}
.cooperatePage .cooperate-coopProcess .coop-ts-swiper .swiper-slide:nth-last-of-type(1) {
  margin-right: 0;
}
.cooperatePage .after-coopCon .after-main {
  margin-top: 30px;
  width: 100%;
  position: relative;
}
.cooperatePage .after-coopCon .after-detail-img {
  width: 70%;
  overflow: hidden;
}
.cooperatePage .after-coopCon .after-detail-img img {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.cooperatePage .after-coopCon .after-detail-img:hover img {
  transform: scale(1.05);
}
.cooperatePage .after-coopCon .after-detail-m {
  width: 600px;
  padding: 50px 60px;
  background: #F8F8F8;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  right: 0;
}
.cooperatePage .after-coopCon .after-detail-swiper {
  width: 100%;
  position: relative;
  z-index: 12;
}
.cooperatePage .after-coopCon .after-detail-swiper .after-detail-ot {
  width: 100%;
}
.cooperatePage .after-coopCon .after-detail-swiper .after-detail-ot .after-detail-tt {
  font-weight: 500;
  font-size: 24px;
  color: #F8862A;
  line-height: 36px;
  text-transform: uppercase;
}
.cooperatePage .after-coopCon .after-detail-swiper .after-detail-ot .after-detail-tds {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  margin-top: 15px;
}
.cooperatePage .after-coopCon .after-detail-bottom {
  width: 100%;
  margin-top: 30px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.cooperatePage .after-coopCon .after-detail-bottom .after-process-btns {
  width: 95px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cooperatePage .after-coopCon .after-detail-bottom .after-process-btns .after-process-btn {
  width: 40px;
  height: 34px;
  background: #F8862A;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.cooperatePage .after-coopCon .after-detail-bottom .after-process-btns .after-process-btn img {
  width: 24px;
  display: block;
}
.cooperatePage .after-coopCon .after-detail-bottom .after-process-btns .after-process-btn:hover {
  background: #225C02;
}
.cooperatePage .after-coopCon .after-detail-bottom .after-process-btns .after-btn-prev img {
  transform: rotateY(180deg);
}
.cooperatePage .after-coopCon .after-detail-bottom .after-nums {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 18px;
  color: #999999;
  line-height: 36px;
  font-style: italic;
}
.cooperatePage .after-coopCon .after-detail-bottom .after-nums .after-num-cur {
  color: #F8862A;
}
@keyframes aniMapDotInnerMap {
  0% {
    width: 13px;
    height: 13px;
    opacity: 1;
  }
  50% {
    width: 40px;
    height: 40px;
    opacity: 0.6;
  }
  100% {
    width: 13px;
    height: 13px;
    opacity: 1;
  }
}
@keyframes aniMapDotInnerMap1 {
  0% {
    width: 23px;
    height: 23px;
    opacity: 1;
  }
  100% {
    width: 73px;
    height: 73px;
    opacity: 0.12;
  }
}
@media only screen and (max-width: 1367px) {
  .cooperatePage .cooperate-dots .cooperate-dot-o {
    width: 48%;
    padding: 5% 32px;
  }
  .cooperatePage .cooperate-dots .cooperate-dot-o-is .cooperate-dot-o-is-side .cooperate-dot-o-is-time p {
    font-size: 35px;
    line-height: 42px;
  }
  .cooperatePage .cooperate-dots .cooperate-dot-o-is {
    padding: 12px;
  }
  .cooperatePage .cooperate-dots .cooperate-dot-o-is .cooperate-dot-o-is-line {
    margin: 0 22px;
  }
  .cooperatePage .cooperate-dots .cooperate-dot-o-is .cooperate-dot-o-is-side {
    width: calc(50% - 22px);
  }
  .cooperatePage .cooperate-dots .cooperate-dot-o-is .cooperate-dot-o-is-p {
    font-size: 16px;
  }
  .cooperatePage .cooperate-dots .cooperate-dot-o-ic {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 1250px) {
  .newsPage .news-list {
    padding-top: 48px;
  }
  .newsPage .item1 .item-con .name {
    font-size: 20px;
    margin: 26px 0 24px;
  }
  .newsPage .item1 .item-con {
    padding: 5% 34px 8%;
  }
  .newsPage .item2 .item-con .name {
    font-size: 20px;
  }
  .newsPage .item2 .img .img-mask .time-outer {
    font-size: 42px;
    line-height: 46px;
  }
  .newsPage .item2 .img .img-mask .time-top {
    font-size: 20px;
    line-height: 26px;
  }
  .cooperatePage .cooperate-dots .cooperate-dot-o-it {
    font-size: 25px;
    line-height: 34px;
  }
  .cooperatePage .cooperate-dots .cooperate-dot-o-is .cooperate-dot-o-is-p {
    font-size: 14px;
  }
  .cooperatePage .cooperate-part1 .map-texts-box .cooperate-map-texts {
    font-size: 14px;
    padding: 32px;
  }
  .cooperatePage .cooperate-part1 .map-texts-box .cooperate-map-nums .cooperate-map-nums-desc {
    font-size: 14px;
  }
  .cooperatePage .cooperate-part1 .map-texts-box .cooperate-map-nums .cooperate-map-numst .count-num {
    font-size: 62px;
  }
  .cooperatePage .after-coopCon .after-detail-m {
    padding: 50px 50px;
    min-height: 0;
  }
}
@media (max-width: 1000px) {
  .newsPage .item2 .img {
    width: 250px;
  }
  .newsPage .item2 .item-con {
    width: calc(100% - 250px);
  }
  .newsPage .item1 .img {
    width: 45%;
  }
  .newsPage .item1 .item-con {
    width: 55%;
  }
  .newsPage .item1 .item-con .desc-main {
    font-size: 14px;
  }
  .newsPage .item2 .item-con .desc-main {
    font-size: 14px;
  }
  .newsPage .item1 .item-con .name {
    font-size: 18px;
    margin: 16px 0 10px;
  }
  .newsPage .item1 .item-con {
    padding: 5% 32px 5%;
  }
  .newsPage .item2 .item-con .name {
    font-size: 18px;
  }
  .cooperatePage .cooperate-dots .cooperate-dot-o-it {
    font-size: 20px;
    line-height: 30px;
  }
  .cooperatePage .cooperate-dots .cooperate-dot-o-is .cooperate-dot-o-is-p {
    text-align: center;
  }
  .cooperatePage .cooperate-dots .cooperate-dot-o-is .cooperate-dot-o-is-side .cooperate-dot-o-is-time {
    justify-content: center;
  }
  .cooperatePage .cooperate-dots .cooperate-dot-o-is {
    flex-wrap: wrap;
  }
  .cooperatePage .cooperate-part1 .map-texts-box {
    flex-wrap: wrap;
  }
  .cooperatePage .cooperate-coopProcess .coop-process-swiper .coop-process-ot .coop-process-text {
    padding: 5% 5%;
  }
  .cooperatePage .cooperate-coopProcess .coop-process-swiper .coop-process-ot .coop-process-tw {
    font-size: 20px;
    line-height: 30px;
    margin: 14px 0 12px;
  }
  .cooperatePage .after-coopCon .after-detail-swiper .after-detail-ot .after-detail-tds {
    font-size: 14px;
    margin-top: 10px;
  }
  .cooperatePage .after-coopCon .after-detail-swiper .after-detail-ot .after-detail-tt {
    font-size: 20px;
    line-height: 32px;
  }
  .cooperatePage .after-coopCon .after-detail-bottom {
    margin-top: 22px;
  }
  .cooperatePage .after-coopCon .after-detail-bottom .after-nums {
    font-size: 16px;
  }
  .cooperatePage .cooperate-title {
    font-size: 22px;
    line-height: 24px;
  }
  .cooperatePage .after-coopCon .after-detail-m {
    padding: 38px 36px;
    width: 500px;
    min-height: 0;
  }
  .cooperatePage .cooperate-coopProcess .coop-process-swiper .coop-process-ot {
    width: 70%;
    margin-right: 30px;
    max-width: 500px;
  }
  .cooperatePage .cooperate-part1 .map-texts-box .cooperate-map-texts {
    width: 100%;
    min-height: 0;
    margin-bottom: 30px;
  }
  .cooperatePage .cooperate-dots .cooperate-dot-o-is .cooperate-dot-o-is-line {
    width: 100%;
    height: 1px;
    margin: 12px 0;
  }
  .cooperatePage .cooperate-dots .cooperate-dot-o-is .cooperate-dot-o-is-side {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cooperatePage .after-coopCon .after-main {
    display: flex;
    flex-wrap: wrap;
  }
  .cooperatePage .after-coopCon .after-detail-img {
    width: 80%;
  }
  .cooperatePage .after-coopCon .after-detail-m {
    width: 92%;
    position: relative;
    margin-left: 8%;
    margin-top: -18%;
    padding: 30px 28px;
  }
  .cooperatePage .cooperate-dots .indexPage-inner {
    flex-wrap: wrap;
  }
  .cooperatePage .cooperate-coopProcess .coop-process-swiper .coop-process-ot {
    width: 320px;
  }
  .cooperatePage .cooperate-coopProcess .coop-process-swiper .coop-process-ot .coop-process-icon {
    width: 35px;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
  }
  .cooperatePage .cooperate-dots .cooperate-dot-o {
    width: 100%;
    padding: 25px;
    margin: 14px 0;
  }
  .cooperatePage .cooperate-dots .cooperate-dot-o-it {
    margin: 10px 0 12px;
  }
  .cooperatePage .cooperate-coopProcess .coop-process-swiper .coop-process-ot .coop-process-tw {
    font-size: 18px;
    line-height: 26px;
  }
  .cooperatePage .cooperate-coopProcess .coop-process-swiper .coop-process-ot .coop-process-dw {
    font-size: 14px;
  }
  .cooperatePage .cooperate-coopProcess .coop-process-swiper .coop-process-ot .coop-process-text {
    padding: 25px;
  }
  .cooperatePage .cooperate-part1 .map-texts-box .cooperate-map-nums {
    width: 250px;
  }
  .cooperatePage .cooperate-part1 .map-texts-box .cooperate-map-nums .cooperate-map-numst .count-num {
    font-size: 56px;
  }
  .cooperatePage .cooperate-part1 .map-texts-box .cooperate-map-nums .cooperate-map-numst .count-add {
    font-size: 22px;
  }
  .newsPage .item1 .indexPage-inner {
    flex-wrap: wrap;
    border-radius: 0;
    background: transparent;
  }
  .newsPage .item2 .indexPage-inner {
    flex-wrap: wrap;
    border-radius: 0;
    background: transparent;
  }
  .newsPage .item1 .img {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    border-radius: 12px;
    z-index: 12;
  }
  .newsPage .item1 .item-con {
    width: 100%;
    padding: 42px 5% 32px;
    background: #F8F8F8;
    border-radius: 20px;
    margin-top: -18px;
  }
  .newsPage .item2 .item-con {
    width: 100%;
    padding: 42px 5% 32px;
    background: #F8F8F8;
    border-radius: 20px;
    margin-top: -18px;
  }
  .newsPage .item1 .item-con .time-mask .time-top {
    font-size: 14px;
    line-height: 24px;
    margin-right: 24px;
  }
  .newsPage .item1 .item-con .time-mask .time-outer .time-eye {
    width: 22px;
  }
  .newsPage .item1 .item-con .time-mask .time-outer {
    font-size: 14px;
    line-height: 24px;
  }
  .newsPage .item1 .item-con .name {
    font-size: 16px;
    margin: 10px 0 6px;
    line-height: 26px;
  }
  .newsPage .item2 .item-con .name {
    font-size: 16px;
    margin: 0 0 6px;
    line-height: 26px;
  }
  .newsPage .item2 .img {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    border-radius: 12px;
    z-index: 12;
    aspect-ratio: 1.5;
  }
  .newsPage .item2 .item-con .desc-main {
    margin: 12px 0 16px;
  }
  .newsPage .item2 .img .img-mask .time-outer {
    font-size: 30px;
    line-height: 38px;
  }
  .newsPage .item2 .img .img-mask .time-eye-main {
    font-size: 14px;
    padding: 16px 24px 0 0;
  }
  .newsPage .item2 .img .img-mask .time-top {
    font-size: 16px;
    line-height: 22px;
  }
  .newsPage .item2 .img .img-mask {
    background: rgba(0, 0, 0, 0.2);
  }
  .newsPage .item1 .item-con .public-more {
    margin-top: 20px;
  }
  .newsPage .webPage {
    margin-top: 32px;
  }
}
@media (max-width: 640px) {
  .cooperatePage .cooperate-coopProcess .coop-process-swiper {
    width: 100%;
  }
}
