.banner {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 6;
  overflow: hidden;
}
.banner .bannerSwiper {
  width: 100%;
  height: 100%;
  position: relative;
}
.banner .bannerSwiper .banner-swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.banner .bannerSwiper .banner-swiper-slide .banner-img {
  width: 100%;
  position: relative;
  height: 100%;
  object-fit: cover;
  display: block;
}
.banner .bannerSwiper .banner-swiper-slide .banner-main {
  position: absolute;
  left: 0;
  right: 0;
  width: 80%;
  top: 50%;
  margin: 0 auto;
  transform: translateY(-50%);
  z-index: 5;
}
.banner .bannerSwiper .banner-swiper-slide .banner-main .indexPage-outer {
  height: 100%;
}
.banner .bannerSwiper .banner-swiper-slide .banner-main .banner-text {
  font-weight: 500;
  font-size: 48px;
  color: #FFFFFF;
  line-height: 54px;
  font-family: 'AlibabaPuHuiTi-Medium';
}
.banner .bannerSwiper .banner-swiper-slide .banner-main .banner-desc {
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 25px;
  margin-top: 20px;
}
.banner .bannerSwiper .banner-swiper-slide .banner-main .banner-more {
  margin-top: 10%;
}
.banner .bannerSwiper .banner-swiper-slide .banner-main .banner-more .public-btn {
  cursor: pointer;
  text-transform: uppercase;
  z-index: 12;
  border: none;
  position: relative;
  display: inline-block;
  transition: 0.5s;
}
.banner .bannerSwiper .banner-swiper-slide .banner-main .banner-more .public-btn .public-more-inner {
  width: 360px;
  height: 85px;
  border-radius: 54px;
  background: #AE72FE;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px 0 5px;
  position: relative;
  overflow: hidden;
}
.banner .bannerSwiper .banner-swiper-slide .banner-main .banner-more .public-btn .public-more-hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -65px;
  transition: 0.5s;
}
.banner .bannerSwiper .banner-swiper-slide .banner-main .banner-more .public-btn .public-more-text {
  width: 258px;
  height: 80px;
  background: #FF7F68;
  border-radius: 54px;
  text-align: center;
  line-height: 80px;
  font-weight: 500;
  font-size: 24px;
  color: #FFFFFF;
  font-family: 'AlibabaPuHuiTi-Medium';
  transition: 0.5s;
}
.banner .bannerSwiper .banner-swiper-slide .banner-main .banner-more .public-btn .public-more-right {
  width: 59px;
  height: 59px;
  border-radius: 50%;
  border: 2px solid #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner .bannerSwiper .banner-swiper-slide .banner-main .banner-more .public-btn .public-more-right img {
  width: 48%;
  display: block;
  transform: translateX(4px);
}
.banner .bannerSwiper .banner-swiper-slide .banner-main .banner-more .public-btn .public-more-default {
  transition: 0.5s;
}
.banner .bannerSwiper .banner-swiper-slide .banner-main .banner-more .public-btn:hover .public-more-hover {
  left: 20px;
}
.banner .bannerSwiper .banner-swiper-slide .banner-main .banner-more .public-btn:hover .public-more-text {
  transform: translateX(88px);
}
.banner .bannerSwiper .banner-swiper-slide .banner-main .banner-more .public-btn:hover .public-more-default {
  transform: translateX(88px);
}
.banner .bannerSwiper .banner-swiper-slide .banner-logo {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 45%;
}
.banner .bannerSwiper .swiper-button-lock {
  display: block;
}
.overall {
  width: 100%;
  background: url('https://file.global86.cn/website_v3-guoneijiedian/guangkai/all-back.png') no-repeat;
  background-size: cover;
  background-position: left bottom;
}
.overall .overall-other {
  width: 100%;
  overflow: hidden;
}
.proi {
  width: 100%;
  padding: 100px 120px;
}
.proi .proi-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 70px;
}
.proi .proi-types {
  width: 100%;
  margin-bottom: 60px;
}
.proi .proi-types-group {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.proi .proi-types-group .proi-type-item {
  width: 23%;
  aspect-ratio: 1.57142857;
  background: #999999;
  border-radius: 16px;
  overflow: hidden;
  font-weight: 500;
  font-size: 34px;
  color: #FFFFFF;
  line-height: 40px;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.proi .proi-types-group .proi-type-item .icon {
  display: none;
}
.proi .proi-types-group .proi-type-item .cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s;
}
.proi .proi-types-group .proi-type-item .text {
  position: absolute;
  bottom: 5%;
  left: 0;
  width: 100%;
  padding: 0 5%;
}
.proi .proi-types-group .proi-type-item:hover .cover {
  transform: scale(1.05);
}
.proi .proi-types-main {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.proi .proi-types-main .proi-types-left {
  width: 11%;
  height: 2px;
  background: #FF7F68;
  transition: 0.5s;
}
.proi .proi-types-main .proi-types-icon {
  width: 53px;
  height: 63px;
}
.proi .proi-types-main .proi-types-icon img {
  display: block;
  width: 100%;
}
.proi .proi-types-main .proi-types-right {
  width: calc(89% - 90px);
  height: 2px;
  background: #FF7F68;
  transition: 0.5s;
}
.proi .proi-list {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.proi .proi-list .proi-btn {
  width: 66px;
  height: 66px;
  background: #FFFFFF;
  border-radius: 40px;
  border: 2px solid #D7D7D7;
  text-align: center;
  line-height: 66px;
  font-size: 32px;
  color: #AE72FE;
  cursor: pointer;
  transition: 0.5s;
}
.proi .proi-list .proi-btn:hover {
  background: #AE72FE;
  color: #FFFFFF;
  border: 2px solid #AE72FE;
}
.proi .proi-list .proi-one-opacity {
  opacity: 0;
  transform: translateY(12px);
}
.proi .proi-list .proi-data-swiper {
  width: calc(100% - 160px);
  margin: 0 auto;
  min-height: 326px;
}
.proi .proi-list .proi-img-data {
  width: 360px;
  background: #FFFFFF;
  height: auto;
  border-radius: 26px;
  border: 1px solid #E3E3E3;
  margin-right: 20px;
  padding: 20px 0 10px;
  transition: 0.5s;
}
.proi .proi-list .proi-img-data .proi-img-dom {
  aspect-ratio: 1.33333333;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.proi .proi-list .proi-img-data .proi-img-dom img {
  display: block;
  width: 90%;
  height: 90%;
  object-fit: scale-down;
  transform: scale(1);
  transition: 0.5s;
}
.proi .proi-list .proi-img-data .proi-img-text {
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  color: #2B2828;
  line-height: 26px;
  font-family: 'AlibabaPuHuiTi-Medium';
  transition: 0.5s;
}
.proi .proi-list .proi-img-data:hover .proi-img-dom img {
  transform: scale(1.05);
}
.proi .proi-list .proi-img-data:hover .proi-img-text {
  color: #AE72FE;
}
.proi .proi-list .proi-img-data-no {
  width: 100%;
  padding: 100px 0;
  text-align: center;
  font-size: 35px;
  line-height: 45px;
  border: none;
}
.proi .proi-list .proi-img-data:nth-last-of-type(1) {
  margin-right: 0;
}
.company-text-outer {
  width: 100%;
  position: relative;
  height: 110px;
  margin-bottom: 50px;
  z-index: 8;
}
.company-text-outer::after {
  content: "";
  width: 120vw;
  height: 100%;
  background: #FF7F68;
  position: absolute;
  top: 0;
  left: -10vw;
  transform: rotateZ(-3deg);
}
.company-text-outer .company-text {
  width: 100%;
  height: 100%;
  background: #AE72FE;
  display: flex;
  z-index: 12;
  position: relative;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  text-transform: uppercase;
}
.company-text-outer .company-text::-webkit-scrollbar {
  height: 0;
  width: 4px;
}
.company-text-outer .company-text .company-text-item {
  display: flex;
  align-items: center;
  height: 100%;
  flex: none;
  font-weight: bold;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 32px;
  white-space: nowrap;
  font-family: 'AlibabaPuHuiTi-Medium';
}
.company-text-outer .company-text .company-text-item .dot {
  width: 24px;
  height: 24px;
  background: #FFFFFF;
  border-radius: 50%;
  margin: 0 88px;
}
.abouti {
  width: 100%;
  padding: 100px 260px;
}
.abouti .abouti-top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto 70px;
}
.abouti .abouti-bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto;
}
.abouti .abouti-nums {
  width: 350px;
}
.abouti .abouti-nums .abouti-num-one {
  width: 100%;
  margin-bottom: 60px;
  display: flex;
  align-items: center;
}
.abouti .abouti-nums .abouti-num-one .abouti-num-icon {
  width: 130px;
  height: 130px;
  background: #FFFFFF;
  border-radius: 91px;
  border: 2px solid #FF7F68;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-10px);
}
.abouti .abouti-nums .abouti-num-one .abouti-num-icon img {
  display: block;
  width: 55%;
  transform: rotateY(0deg);
  transition: 0.5s;
  max-width: 47px;
}
.abouti .abouti-nums .abouti-num-one .abouti-num-con {
  width: calc(100% - 130px);
  padding-left: 10px;
}
.abouti .abouti-nums .abouti-num-one .abouti-num-con .abouti-num-desc {
  font-weight: 500;
  font-size: 22px;
  color: #2B2828;
  line-height: 25px;
  font-family: 'AlibabaPuHuiTi-Medium';
}
.abouti .abouti-nums .abouti-num-one .abouti-num-con .abouti-num-main {
  display: flex;
  align-items: flex-end;
  font-weight: bold;
  color: #2B2828;
  font-family: 'AlibabaPuHuiTi-Medium';
}
.abouti .abouti-nums .abouti-num-one .abouti-num-con .abouti-num-main .abouti-num-count {
  font-size: 78px;
  line-height: 107px;
  white-space: nowrap;
}
.abouti .abouti-nums .abouti-num-one .abouti-num-con .abouti-num-main .abouti-num-unit {
  font-size: 22px;
  line-height: 68px;
  margin-left: 4px;
}
.abouti .abouti-nums .abouti-num-one .abouti-num-con .abouti-num-main .abouti-num-add {
  font-size: 78px;
  line-height: 107px;
}
.abouti .abouti-nums .abouti-num-one:nth-last-of-type(1) {
  margin-bottom: 0;
}
.abouti .abouti-words {
  width: calc(90% - 350px);
}
.abouti .abouti-words .abouti-word-item {
  font-weight: 500;
  font-size: 18px;
  color: #2B2828;
  line-height: 25px;
  margin-bottom: 26px;
}
.abouti .abouti-words .abouti-word-item .text {
  font-size: 47px;
  line-height: 55px;
  display: inline;
}
.abouti .abouti-honor {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 33px;
  overflow: hidden;
  max-width: 800px;
}
.abouti .abouti-honor .abouti-honor-btn {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  border: 2px solid #8E8E8E;
  text-align: center;
  line-height: 66px;
  color: #8E8E8E;
  font-size: 32px;
  cursor: pointer;
  transition: 0.5s;
  display: block;
  position: relative;
  z-index: 12;
  background: #fff;
}
.abouti .abouti-honor .abouti-honor-btn:hover {
  background: #AE72FE;
  color: #FFFFFF;
  border: 2px solid #AE72FE;
}
.abouti .abouti-honor .abouti-honor-swiper {
  width: calc(100% - 160px);
}
.abouti .abouti-honor .abouti-honor-swiper .abouti-honor-slide {
  width: 250px;
  background: #EEEEEE;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.abouti .abouti-honor .abouti-honor-swiper .abouti-honor-slide .el-image {
  width: 100%;
  height: 100%;
}
.abouti .abouti-honor .abouti-honor-swiper .abouti-honor-slide img {
  width: 100%;
  display: block;
}
.abouti .abouti-honor .abouti-honor-swiper .abouti-honor-slide:nth-last-of-type(1) {
  margin-right: 0;
}
.carousel-scene {
  width: 100%;
  max-width: 1920px;
  height: 700px;
  margin: 0 auto;
  perspective: 1200px;
  /* 创建 3D 景深 */
  position: relative;
  overflow: visible;
  /* 导航按钮样式 */
  /* 1. 最深处（左侧隐藏） */
  /* 2. 前一张（左侧堆叠）*/
  /* 3. 当前激活（焦点）*/
  /* 4. 后一张（右侧堆叠）*/
  /* 5. 最深处（右侧隐藏）*/
}
.carousel-scene .carousel-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  transform-style: preserve-3d;
  /* 确保子元素在 3D 空间中变换 */
}
.carousel-scene .carousel-card {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 620px;
  height: 700px;
  background-color: white;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: #333;
  cursor: pointer;
  /* 关键：平滑过渡 */
  /* 初始状态：隐藏在远处 */
  transform: translate(-50%, -50%) translateZ(-2000px);
  transition: all 1.2s;
}
.carousel-scene .carousel-card .el-image {
  width: 100%;
  height: 100%;
}
.carousel-scene .carousel-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.carousel-scene .carousel-card:hover img {
  transform: scale(1.05);
}
.carousel-scene .prev-btn,
.carousel-scene .next-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.8);
  border: none;
  width: 80px;
  height: 80px;
  background: #D7D7D7;
  border-radius: 40px;
  cursor: pointer;
  z-index: 10;
  font-size: 38px;
  color: #FFFFFF;
  line-height: 80px;
  text-align: center;
  transition: 0.5s;
}
.carousel-scene .prev-btn:hover,
.carousel-scene .next-btn:hover {
  background: #6F1FDA;
}
.carousel-scene .prev-btn {
  left: 5%;
}
.carousel-scene .next-btn {
  right: 5%;
}
.carousel-scene .carousel-card.is-prev-2 {
  /* 强烈的斜角、位移和景深 */
  transform: translate(calc(-310%), calc(-55%)) rotateZ(-8.7deg) translateZ(0);
  z-index: 1;
  width: 300px;
}
.carousel-scene .carousel-card.is-prev-1 {
  transform: translate(calc(-206%), calc(-52%)) rotateZ(-8.6deg) translateZ(0);
  z-index: 2;
  width: 300px;
}
.carousel-scene .carousel-card.is-active {
  transform: translate(-50%, -50%) rotateZ(-8deg) translateZ(0);
  opacity: 1;
  z-index: 3;
  pointer-events: auto;
  /* 激活时可交互 */
}
.carousel-scene .carousel-card.is-next-1 {
  transform: translate(calc(100%), calc(-48%)) rotateZ(-8.2deg) translateZ(0);
  z-index: 2;
  width: 300px;
}
.carousel-scene .carousel-card.is-next-2 {
  transform: translate(calc(194%), calc(-43%)) rotateZ(-8.2deg) translateZ(0);
  z-index: 1;
  width: 300px;
}
.abouti-service {
  width: 100%;
  padding: 150px 100px 100px;
}
.abouti-service .abouti-service-title {
  font-weight: 500;
  font-size: 60px;
  color: #2B2828;
  line-height: 72px;
  font-family: 'AlibabaPuHuiTi-Medium';
  text-align: center;
}
.abouti-service .abouti-service-title .text1 {
  color: #AE72FE;
  font-family: 'DIN-Bold';
  line-height: 85px;
  display: inline;
  font-size: 114px;
}
.abouti-service .abouti-service-title .text2 {
  color: #FF7F68;
  font-family: 'DIN-Bold';
  line-height: 85px;
  display: inline;
  font-size: 114px;
}
.abouti-service .abouti-service-desc {
  width: 90%;
  margin: 66px auto 0;
  font-weight: 400;
  font-size: 18px;
  color: #2B2828;
  line-height: 33px;
  max-width: 884px;
}
.company-con {
  width: 100%;
  display: flex;
  height: 556px;
  position: relative;
}
.company-con .company-item {
  position: absolute;
  top: 0;
  height: 100%;
  width: 40%;
  transition: 0.5s;
}
.company-con .company-item .company-item-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.company-con .company-item .dom {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.company-con .company-item .mask {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
}
.company-con .company-item .mask .icon {
  display: block;
}
.company-con .company-item .mask .mask-inner {
  width: 65%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.company-con .company-item:nth-of-type(1) {
  left: 0;
}
.company-con .company-item:nth-of-type(1) .mask {
  justify-content: flex-start;
}
.company-con .company-item:nth-of-type(1) .mask .icon {
  width: 128px;
  height: 128px;
}
.company-con .company-item:nth-of-type(2) {
  right: 0;
}
.company-con .company-item:nth-of-type(2) .mask {
  justify-content: flex-end;
}
.company-con .company-item:nth-of-type(2) .mask .icon {
  width: 220px;
}
.company-con .company-item:nth-of-type(2) .mask .vr-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 26%;
  transition: 0.5s;
}
.company-con .company-item:nth-of-type(2) .mask .vr-icon .vr-line {
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
}
.company-con .company-item:nth-of-type(2) .mask .vr-icon .VR {
  width: 120px;
  margin-bottom: -60%;
  position: relative;
  z-index: 2222222;
}
@keyframes plungeSpin {
  from {
    transform: rotateX(-80deg) translateZ(0px) rotateZ(0deg);
  }
  to {
    transform: rotateX(-80deg) translateZ(0px) rotateZ(360deg);
  }
}
.company-con .company-item1 {
  clip-path: polygon(0 0, 100% 0%, 100% 0, 0 400%);
  cursor: pointer;
}
.company-con .company-item2 {
  clip-path: polygon(0 100%, 50% 0%, 100% 0, 100% 100%);
}
.company-con .company-item3 {
  clip-path: polygon(0 0, 100% 0%, 100% 0, 0 200%);
}
.company-con .company-item4 {
  clip-path: polygon(0 100%, 25% 0%, 100% 0, 100% 100%);
}
.company-con .company-item4 .mask .vr-icon {
  padding-top: 14% !important;
}
.company-con .company-item-active {
  width: 79.6%;
}
.casei {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #EEEEEE;
}
.casei .casei-main {
  position: relative;
  z-index: 12;
  width: 100%;
  padding: 100px 120px;
}
.casei .casei-main-top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.casei .indexTitle {
  color: #fff;
}
.casei .casei-main-con {
  width: 100%;
}
.casei .casei-main-swiper {
  width: 100%;
}
.casei .casei-main-swiper .casei-slide {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.casei .casei-main-swiper .casei-slide .casei-slide-words {
  width: 50%;
  padding-left: 6%;
  padding-top: 3%;
}
.casei .casei-main-swiper .casei-slide .casei-slide-words .casei-slide-word-title {
  font-weight: 500;
  font-size: 34px;
  color: #FFFFFF;
  line-height: 42px;
  font-family: 'AlibabaPuHuiTi-Medium';
}
.casei .casei-main-swiper .casei-slide .casei-slide-words .casei-slide-word-desc {
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 26px;
  margin-top: 10%;
}
.casei .casei-main-swiper .casei-slide .casei-slide-pros {
  width: 45%;
}
.casei .casei-main-swiper .casei-slide .casei-slide-pros .casei-slide-pros-inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.casei .casei-main-swiper .casei-slide .casei-slide-pros .casei-slide-pro-item {
  width: 22%;
  aspect-ratio: 1;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px 5% 15px 0;
}
.casei .casei-main-swiper .casei-slide .casei-slide-pros .casei-slide-pro-item img {
  display: block;
  width: 80%;
  height: 80%;
  object-fit: scale-down;
  transform: scale(1);
  transition: 0.5s;
}
.casei .casei-main-swiper .casei-slide .casei-slide-pros .casei-slide-pro-item:hover img {
  transform: scale(1.05);
}
.casei .casei-main-swiper .casei-slide .casei-slide-pros .casei-slide-pro-item:nth-of-type(4) {
  transform: translateX(60%);
}
.casei .casei-main-swiper .casei-slide .casei-slide-pros .casei-slide-pro-item:nth-of-type(5) {
  transform: translateX(60%);
}
.casei .casei-main-swiper .casei-slide .casei-slide-pros .casei-slide-pro-item:nth-of-type(6) {
  transform: translateX(60%);
}
.casei .casei-main-tabs {
  width: 100%;
  border-radius: 16px;
  background: #FFFFFF;
  display: flex;
  height: 77px;
  margin-top: 100px;
  overflow: hidden;
}
.casei .casei-main-tabs .casei-main-tab-item {
  font-weight: 500;
  font-size: 24px;
  color: #2B2828;
  line-height: 25px;
  border-right: 1px solid #DDDDDD;
  cursor: pointer;
  padding: 0 10px;
  flex: 1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.casei .casei-main-tabs .casei-main-tab-item1 {
  background: #F2F2F2;
}
.casei .casei-main-tabs .casei-main-tab-item-active {
  background: #FF7F68;
  color: #fff;
}
.casei .casei-main-tabs .casei-main-tab-item:nth-last-of-type(1) {
  border-right: 0;
}
.casei .casei-imgs {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.casei .casei-imgs .casei-imgs-inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.casei .casei-imgs .casei-img-item {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: 0.5s;
  position: absolute;
  top: 0;
  left: 0;
}
.casei .casei-imgs .casei-img-item-active {
  opacity: 1;
}
.coopi {
  padding: 40px 0 50px;
  width: 100%;
  overflow: hidden;
}
.coopi .coopi-title {
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  color: #2B2828;
  line-height: 35px;
  display: flex;
  justify-content: center;
  margin-bottom: 37px;
}
.coopi .coopi-title .text {
  border-bottom: 2px solid #AE72FE;
  display: inline-block;
}
.coopi .coopi-logos {
  width: calc(100% - 60px);
  margin: 0 auto 56px;
  max-width: 1860px;
  overflow: hidden;
  height: 152px;
}
.coopi .coopi-logos .coopi-logo-swiper {
  width: 100%;
  overflow: visible;
  margin: 0 auto;
  transform: translateX(-4.2%);
}
.coopi .coopi-logos .coopi-logo-slide {
  overflow: hidden;
  transition: 0.5s;
  width: 182px;
  height: 152px;
  display: flex;
  align-items: center;
  margin-right: 56px;
}
.coopi .coopi-logos .coopi-logo-slide .coopi-logo-slide-inner {
  width: 100%;
  aspect-ratio: 1.84210526;
  transition: 0.5s;
  border-radius: 8px;
  border: 1px solid #447FC1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.coopi .coopi-logos .coopi-logo-slide img {
  display: block;
  width: 100%;
  height: 80%;
  object-fit: scale-down;
  transform: scale(1);
  transition: 0.5s;
}
.coopi .coopi-logos .coopi-logo-slide:hover img {
  transform: scale(1.05);
}
.coopi .coopi-logos .coopi-logo-slide:nth-last-of-type(1) {
  margin-right: 0;
}
.coopi .coopi-logos .swiper-slide-prev {
  width: 228px;
}
.coopi .coopi-logos .swiper-slide-next {
  width: 228px;
}
.coopi .coopi-logos .swiper-slide:has(+ .swiper-slide-prev) {
  width: 200px;
}
.coopi .coopi-logos .swiper-slide-next + div {
  width: 200px;
}
.coopi .coopi-logos .coopi-logo-active {
  width: 280px;
}
.coopi .coopi-text-outer {
  width: 100%;
  position: relative;
  height: 110px;
  margin-bottom: 50px;
}
.coopi .coopi-text-outer::after {
  content: "";
  width: 120vw;
  height: 100%;
  background: #FF7F68;
  position: absolute;
  top: 0;
  left: -10vw;
  transform: rotateZ(3deg);
}
.coopi .coopi-text {
  width: 100%;
  height: 100%;
  background: #AE72FE;
  display: flex;
  z-index: 12;
  position: relative;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  text-transform: uppercase;
}
.coopi .coopi-text::-webkit-scrollbar {
  height: 0;
  width: 4px;
}
.coopi .coopi-text .coopi-text-item {
  display: flex;
  align-items: center;
  height: 100%;
  flex: none;
  font-weight: bold;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 32px;
  white-space: nowrap;
  font-family: 'AlibabaPuHuiTi-Medium';
}
.coopi .coopi-text .coopi-text-item .dot {
  width: 24px;
  height: 24px;
  background: #FFFFFF;
  border-radius: 50%;
  margin: 0 88px;
}
.coopi .coopi-map {
  width: 100%;
}
.coopi .coopi-map-step-second {
  padding-top: 80px;
  display: flex;
  justify-content: center;
  margin-bottom: -45px;
  position: relative;
  z-index: 12;
}
.coopi .coopi-map-step-second .coopi-map-step-second-inner {
  position: relative;
}
.coopi .coopi-map-step-second .coopi-map-step-con-title {
  z-index: 12;
  position: relative;
}
.coopi .coopi-map-step-second .coopi-map-step-second-item {
  position: absolute;
}
.coopi .coopi-map-step-second .coopi-map-step-second-item .coopi-map-step-second-item-inner {
  position: relative;
}
.coopi .coopi-map-step-second .coopi-map-step-second-item .coopi-map-step-second-item-inner .coopi-map-step-con-desc {
  position: relative;
  z-index: 12;
}
.coopi .coopi-map-step-second .coopi-map-step-second-item .coopi-map-step-second-item-inner::after {
  content: "";
  width: 1px;
  height: 55px;
  border-left: 3px dashed #FF7F68;
  position: absolute;
  top: 0;
  left: 0;
}
.coopi .coopi-map-step-second .coopi-map-step-second-item:nth-of-type(1) {
  top: -54px;
  left: auto;
  transform: translate(0, 0);
  right: 96%;
}
.coopi .coopi-map-step-second .coopi-map-step-second-item:nth-of-type(1) .coopi-map-step-second-item-inner::after {
  height: 100px;
  top: -12%;
  left: 83%;
  transform: rotateZ(-45deg);
}
.coopi .coopi-map-step-second .coopi-map-step-second-item:nth-of-type(2) {
  top: -35px;
  left: 20%;
  transform: translate(0, -100%);
}
.coopi .coopi-map-step-second .coopi-map-step-second-item:nth-of-type(2) .coopi-map-step-second-item-inner::after {
  height: 76px;
  top: 0;
  left: 54%;
  transform: rotateZ(2deg);
}
.coopi .coopi-map-step-second .coopi-map-step-second-item:nth-of-type(3) {
  top: -46px;
  left: 118%;
}
.coopi .coopi-map-step-second .coopi-map-step-second-item:nth-of-type(3) .coopi-map-step-second-item-inner::after {
  height: 125px;
  top: -28px;
  left: 2%;
  transform: rotateZ(60deg);
}
.coopi .coopi-map-step-second-m {
  display: none;
}
.coopi .coopi-map-step-con-title {
  display: inline-flex;
  align-items: center;
  min-width: 258px;
  height: 91px;
  background: #FFFFFF;
  border-radius: 16px;
  border: 3px solid #AE72FE;
  justify-content: center;
  padding: 8px;
}
.coopi .coopi-map-step-con-title .coopi-map-step-con {
  width: 100%;
  height: 75px;
  background: #EDEDED;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  padding: 0 12px;
  align-items: center;
}
.coopi .coopi-map-step-con-title .coopi-map-step-con .coopi-map-step-index {
  font-weight: bold;
  font-size: 38px;
  color: #FF7F68;
  line-height: 45px;
  margin-right: 4px;
  display: flex;
  align-items: center;
  font-family: 'DIN-Bold';
}
.coopi .coopi-map-step-con-title .coopi-map-step-con .coopi-map-step-index .text1 {
  color: #AE72FE;
}
.coopi .coopi-map-step-con-title .coopi-map-step-con .coopi-map-step-text {
  font-weight: 500;
  font-size: 16px;
  color: #2B2828;
  line-height: 25px;
  font-family: 'AlibabaPuHuiTi-Medium';
  transform: translateY(3px);
}
.coopi .coopi-map-step-con-desc {
  width: auto;
  height: 38px;
  background: #EDEDED;
  border-radius: 16px;
  border: 2px solid #FF7F68;
  font-weight: 500;
  font-size: 14px;
  color: #2B2828;
  font-family: 'AlibabaPuHuiTi-Medium';
  line-height: 38px;
  padding: 0 20px;
  white-space: nowrap;
}
.coopi .coopi-map-dom {
  width: 90%;
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
  padding-top: 90px;
}
.coopi .coopi-map-dom .coopi-map-step-dot {
  z-index: 22;
}
.coopi .coopi-map-dom .coopi-map-step-dot:nth-of-type(1) {
  position: absolute;
  left: -8%;
  top: 56%;
  transform: translateY(-50%);
}
.coopi .coopi-map-dom .coopi-map-step-dot:nth-of-type(1) .coopi-map-step-dot-inner {
  position: relative;
}
.coopi .coopi-map-dom .coopi-map-step-dot:nth-of-type(1) .coopi-map-step-second-item {
  position: absolute;
}
.coopi .coopi-map-dom .coopi-map-step-dot:nth-of-type(1) .coopi-map-step-second-item .coopi-map-step-second-item-inner {
  position: relative;
}
.coopi .coopi-map-dom .coopi-map-step-dot:nth-of-type(1) .coopi-map-step-second-item .coopi-map-step-second-item-inner .coopi-map-step-con-desc {
  position: relative;
  z-index: 12;
}
.coopi .coopi-map-dom .coopi-map-step-dot:nth-of-type(1) .coopi-map-step-second-item .coopi-map-step-second-item-inner::after {
  content: "";
  width: 1px;
  height: 55px;
  border-left: 3px dashed #FF7F68;
  position: absolute;
  top: 0;
  left: 0;
}
.coopi .coopi-map-dom .coopi-map-step-dot:nth-of-type(1) .coopi-map-step-second-item:nth-of-type(1) {
  top: -48px;
  left: 30%;
  transform: translate(-100%, -100%);
}
.coopi .coopi-map-dom .coopi-map-step-dot:nth-of-type(1) .coopi-map-step-second-item:nth-of-type(1) .coopi-map-step-second-item-inner::after {
  height: 90px;
  top: 0;
  left: 60%;
  transform: rotateZ(-23deg);
}
.coopi .coopi-map-dom .coopi-map-step-dot:nth-of-type(1) .coopi-map-step-second-item:nth-of-type(2) {
  top: -32px;
  left: 50%;
  transform: translate(0, -100%);
}
.coopi .coopi-map-dom .coopi-map-step-dot:nth-of-type(1) .coopi-map-step-second-item:nth-of-type(2) .coopi-map-step-second-item-inner::after {
  height: 74px;
  top: 0;
  left: 36%;
  transform: rotateZ(18deg);
}
.coopi .coopi-map-dom .coopi-map-step-dot:nth-of-type(1) .coopi-map-step-second-item:nth-of-type(3) {
  top: calc(100% + 16px);
  left: 24%;
  transform: translate(0, 100%);
}
.coopi .coopi-map-dom .coopi-map-step-dot:nth-of-type(1) .coopi-map-step-second-item:nth-of-type(3) .coopi-map-step-second-item-inner::after {
  height: 90px;
  top: auto;
  left: 43%;
  transform: rotateZ(4deg);
  bottom: 0;
}
.coopi .coopi-map-dom .coopi-map-step-dot:nth-of-type(2) {
  position: absolute;
  right: -5%;
  top: 42%;
  transform: translateY(-50%);
}
.coopi .coopi-map-dom .coopi-map-step-dot:nth-of-type(2) .coopi-map-step-dot-inner {
  position: relative;
}
.coopi .coopi-map-dom .coopi-map-step-dot:nth-of-type(2) .coopi-map-step-second-item {
  position: absolute;
}
.coopi .coopi-map-dom .coopi-map-step-dot:nth-of-type(2) .coopi-map-step-second-item .coopi-map-step-second-item-inner {
  position: relative;
}
.coopi .coopi-map-dom .coopi-map-step-dot:nth-of-type(2) .coopi-map-step-second-item .coopi-map-step-second-item-inner .coopi-map-step-con-desc {
  position: relative;
  z-index: 12;
}
.coopi .coopi-map-dom .coopi-map-step-dot:nth-of-type(2) .coopi-map-step-second-item .coopi-map-step-second-item-inner::after {
  content: "";
  width: 1px;
  height: 55px;
  border-left: 3px dashed #FF7F68;
  position: absolute;
  top: 0;
  left: 0;
}
.coopi .coopi-map-dom .coopi-map-step-dot:nth-of-type(2) .coopi-map-step-second-item:nth-of-type(1) {
  top: -55px;
  left: 90%;
  transform: translate(-100%, -100%);
}
.coopi .coopi-map-dom .coopi-map-step-dot:nth-of-type(2) .coopi-map-step-second-item:nth-of-type(1) .coopi-map-step-second-item-inner::after {
  height: 90px;
  top: 0;
  left: 50%;
  transform: rotateZ(-1deg);
}
.coopi .coopi-map-dom .coopi-map-step-dot:nth-of-type(2) .coopi-map-step-second-item:nth-of-type(2) {
  top: 14px;
  left: 115%;
  transform: translate(0, -100%);
}
.coopi .coopi-map-dom .coopi-map-step-dot:nth-of-type(2) .coopi-map-step-second-item:nth-of-type(2) .coopi-map-step-second-item-inner::after {
  height: 92px;
  top: -25px;
  left: 3%;
  transform: rotateZ(70deg);
}
.coopi .coopi-map-dom .coopi-map-step-dot:nth-of-type(2) .coopi-map-step-second-item:nth-of-type(3) {
  bottom: -100px;
  left: 46%;
}
.coopi .coopi-map-dom .coopi-map-step-dot:nth-of-type(2) .coopi-map-step-second-item:nth-of-type(3) .coopi-map-step-second-item-inner::after {
  height: 100px;
  bottom: 0;
  top: auto;
  left: 38%;
  transform: rotateZ(4deg);
}
.coopi .coopi-map-dom .coopi-map-img {
  display: block;
  width: 100%;
  max-width: 877px;
  margin: 0 auto;
}
.coopi .coopi-map-dom .coopi-map-line {
  position: absolute;
  width: 100%;
  display: block;
  top: -10px;
  left: 0;
}
.coopi .coopi-map-intro {
  width: 90%;
  max-width: 618px;
  margin: 0 auto;
  background: #EDEDED;
  border-radius: 16px;
  border: 3px solid #AE72FE;
  padding: 24px 30px;
  display: flex;
  justify-content: space-between;
}
.coopi .coopi-map-intro .coopi-map-intro-icon {
  width: 63px;
  height: 63px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.coopi .coopi-map-intro .coopi-map-intro-icon img {
  display: block;
  width: 100%;
  transform: rotateY(0deg);
  transition: 0.5s;
}
.coopi .coopi-map-intro .coopi-map-intro-text {
  font-weight: 500;
  font-size: 16px;
  color: #2B2828;
  line-height: 25px;
  font-family: 'AlibabaPuHuiTi-Medium';
  width: calc(100% - 95px);
}
.coopi .coopi-map-intro:hover .coopi-map-intro-icon img {
  transform: rotateY(360deg);
}
.newi {
  background: #EEEEEE;
  padding: 100px 120px;
}
.newi .newi-inner {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
}
.newi .newi-title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.newi .newi-types {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 30px 0;
  padding-right: 12px;
}
.newi .newi-type-item {
  cursor: pointer;
  text-align: center;
  position: relative;
  font-weight: 500;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 45px;
  font-family: 'AlibabaPuHuiTi-Medium';
  margin-right: 45px;
  height: 45px;
  background: #C3C3C3;
  border-radius: 10px 0px 0px 10px;
  min-width: 120px;
  padding: 0 12px;
  transition: all 0.5s;
}
.newi .newi-type-item .text {
  position: relative;
  z-index: 2;
}
.newi .newi-type-item::after {
  width: 9px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -9px;
  content: "";
  transition: 0.5s;
  background: #AE72FE;
}
.newi .newi-type-item::before {
  width: 9px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  transition: 0.5s;
  background: #FF7F68;
  opacity: 0;
}
.newi .newi-type-item:hover {
  border-radius: 0px 10px 10px 0px;
}
.newi .newi-type-item:hover::after {
  width: calc(100% + 9px);
  border-radius: 0px 10px 10px 0px;
}
.newi .newi-type-item:hover::before {
  left: -9px;
  opacity: 1;
}
.newi .newi-type-item:nth-last-of-type(1) {
  margin-right: 0;
}
.newi .newi-type-item-active {
  border-radius: 0px 10px 10px 0px;
}
.newi .newi-type-item-active::after {
  width: calc(100% + 9px);
  border-radius: 0px 10px 10px 0px;
}
.newi .newi-type-item-active::before {
  left: -9px;
  opacity: 1;
}
.newi .newi-list {
  width: 100%;
  display: none;
  justify-content: space-between;
}
.newi .newi-list .newi-item-op {
  opacity: 0;
  transform: translateY(12px);
}
.newi .newi-list .newi-item-left {
  width: calc(50% - 10px);
  background: #FFFFFF;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
  border-radius: 16px;
  padding: 48px 50px 35px;
  transition: 0.5s;
}
.newi .newi-list .newi-item-left .newi-item-img {
  width: 100%;
}
.newi .newi-list .newi-item-left .newi-item-img .home-news-img {
  width: 100%;
  aspect-ratio: 1.8075;
  background: #999999;
  border-radius: 16px;
  overflow: hidden;
}
.newi .newi-list .newi-item-left .newi-item-img .home-news-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s;
}
.newi .newi-list .newi-item-left .newi-item-con {
  width: 100%;
  padding-top: 32px;
}
.newi .newi-list .newi-item-left .newi-item-title {
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  color: #2B2828;
  line-height: 30px;
  font-family: 'AlibabaPuHuiTi-Medium';
  transition: 0.5s;
}
.newi .newi-list .newi-item-left .newi-item-desc {
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  color: #2B2828;
  line-height: 24px;
  margin: 40px 0;
}
.newi .newi-list .newi-item-left .newi-item-other {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.newi .newi-list .newi-item-left .newi-item-time {
  font-weight: 300;
  font-size: 18px;
  color: #2B2828;
  line-height: 24px;
  display: flex;
  align-items: center;
}
.newi .newi-list .newi-item-left .newi-item-time img {
  width: 20px;
  display: block;
  margin-right: 7px;
}
.newi .newi-list .newi-item-left .newi-item-more {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 22px;
  color: #2B2828;
  line-height: 26px;
  font-family: 'AlibabaPuHuiTi-Medium';
}
.newi .newi-list .newi-item-left .newi-item-more .text {
  margin-right: 4px;
}
.newi .newi-list .newi-item-left .newi-item-more .right {
  width: 20px;
  height: 20px;
}
.newi .newi-list .newi-item-left .newi-item-more .right img {
  width: 100%;
  display: block;
}
.newi .newi-list .newi-item-left:hover .newi-item-title {
  color: #AE72FE;
}
.newi .newi-list .newi-item-left:hover .newi-item-img .home-news-img img {
  transform: scale(1.05);
}
.newi .newi-list .newi-item-right {
  width: calc(50% - 10px);
  transition: 0.5s;
}
.newi .newi-list .newi-item-right .newi-item-one {
  width: 100%;
  height: auto;
  min-height: calc(50% - 10px);
  background: #FFFFFF;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
  border-radius: 16px;
  padding: 30px 22px 30px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.newi .newi-list .newi-item-right .newi-item-one .newi-item-one-inner {
  display: flex;
  justify-content: space-between;
}
.newi .newi-list .newi-item-right .newi-item-one .newi-item-img {
  width: 52%;
}
.newi .newi-list .newi-item-right .newi-item-one .newi-item-img .home-news-img {
  width: 100%;
  aspect-ratio: 1.57692308;
  background: #999999;
  border-radius: 16px;
  overflow: hidden;
}
.newi .newi-list .newi-item-right .newi-item-one .newi-item-img .home-news-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s;
}
.newi .newi-list .newi-item-right .newi-item-one .newi-item-con {
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 6px 0 12px;
}
.newi .newi-list .newi-item-right .newi-item-one .newi-item-con .newi-item-title {
  font-weight: 500;
  font-size: 24px;
  color: #2B2828;
  line-height: 45px;
  font-family: 'AlibabaPuHuiTi-Medium';
  transition: 0.5s;
}
.newi .newi-list .newi-item-right .newi-item-one .newi-item-con .newi-item-title .hot {
  width: auto;
  height: 47px;
  background: #F6C3C3;
  border-radius: 8px;
  padding: 0 10px;
  font-weight: 300;
  font-size: 20px;
  color: #2B2828;
  text-align: center;
  line-height: 47px;
  margin-right: 10px;
  display: inline;
}
.newi .newi-list .newi-item-right .newi-item-one .newi-item-con .newi-item-title .last {
  background: #CAF4C3;
  width: auto;
  height: 47px;
  border-radius: 8px;
  padding: 0 10px;
  font-weight: 300;
  font-size: 20px;
  color: #2B2828;
  text-align: center;
  line-height: 47px;
  margin-right: 10px;
  display: inline;
}
.newi .newi-list .newi-item-right .newi-item-one .newi-item-con .newi-item-desc {
  font-weight: 400;
  font-size: 18px;
  color: #2B2828;
  line-height: 24px;
  margin-top: 10px;
}
.newi .newi-list .newi-item-right .newi-item-one .newi-item-con .newi-item-other {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 18px;
}
.newi .newi-list .newi-item-right .newi-item-one .newi-item-con .newi-item-time {
  font-weight: 300;
  font-size: 18px;
  color: #2B2828;
  line-height: 24px;
  display: flex;
  align-items: center;
}
.newi .newi-list .newi-item-right .newi-item-one .newi-item-con .newi-item-time img {
  width: 20px;
  display: block;
  margin-right: 7px;
}
.newi .newi-list .newi-item-right .newi-item-one .newi-item-con .newi-item-more {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 22px;
  color: #2B2828;
  line-height: 26px;
  font-family: 'AlibabaPuHuiTi-Medium';
}
.newi .newi-list .newi-item-right .newi-item-one .newi-item-con .newi-item-more .text {
  margin-right: 4px;
}
.newi .newi-list .newi-item-right .newi-item-one .newi-item-con .newi-item-more .right {
  width: 20px;
  height: 20px;
}
.newi .newi-list .newi-item-right .newi-item-one .newi-item-con .newi-item-more .right img {
  width: 100%;
  display: block;
}
.newi .newi-list .newi-item-right .newi-item-one:hover .newi-item-con .newi-item-title {
  color: #AE72FE;
}
.newi .newi-list .newi-item-right .newi-item-one:hover .newi-item-img .home-news-img img {
  transform: scale(1.05);
}
.newi .newi-list .newi-item-right .newi-item-one1 {
  margin-top: 20px;
}
.newi .newi-list-show {
  display: flex;
}
.newi .newi-nodata {
  width: 100%;
  margin: 100px 0;
  text-align: center;
  font-weight: 500;
  font-size: 48px;
  color: #1A1A1A;
  line-height: 55px;
  transition: 0.5s;
}
.indexTitle {
  font-weight: 500;
  font-size: 48px;
  color: #2B2828;
  line-height: 66px;
  text-transform: uppercase;
  font-family: 'AlibabaPuHuiTi-Medium';
  padding-left: 26px;
  position: relative;
}
.indexTitle::after {
  content: "";
  width: 8px;
  height: 63px;
  background: #AE72FE;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.indexDesc {
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 24px;
  opacity: 0.8;
}
.indexIntro {
  font-weight: 500;
  font-size: 30px;
  color: #222222;
  line-height: 42px;
  font-family: 'SourceHanSansSC-Medium';
}
@keyframes ani-map {
  0% {
    width: 100%;
    opacity: 1;
  }
  100% {
    width: 300%;
    opacity: 0;
  }
}
@keyframes scroll-ani {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(100%);
  }
}
.banner .bannerSwiper .banner-swiper-slide .banner-img {
  transition: all 1.4s ease;
  -webkit-transform: scale(1.2) !important;
  transform: scale(1.2) !important;
}
.banner .bannerSwiper .banner_slide_active .banner-img {
  transition: all 1.4s ease 1s;
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
}
.banner .bannerSwiper .banner_slide_active .banner-inner .banner-num .cur-num p {
  transform: translateX(-12px) translateY(0);
  transition: 0.5s ease 0.5s;
}
.hidden-element {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transition: opacity 0.3s ease !important;
  /* 添加过渡效果，时间可根据需要调整 */
}
@media only screen and (max-width: 1918px) {
  .company-con .company-item:nth-of-type(2) .mask .icon {
    width: 160px;
  }
  .company-con .company-item:nth-of-type(1) .mask .icon {
    width: 100px;
    height: 100px;
  }
  .newi .newi-list .newi-item-right .newi-item-one .newi-item-con .newi-item-title {
    font-size: 20px;
    line-height: 38px;
  }
  .newi .newi-list .newi-item-right .newi-item-one .newi-item-con .newi-item-more {
    font-size: 19px;
  }
  .newi .newi-list .newi-item-left .newi-item-desc {
    margin: 28px 0;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-main {
    width: 90%;
  }
  .proi {
    padding: 70px 100px;
  }
  .proi .proi-types-group .proi-type-item {
    font-size: 27px;
  }
  .proi .proi-top {
    margin-bottom: 60px;
  }
  .abouti {
    padding: 70px 180px 100px;
  }
  .abouti-service .abouti-service-title {
    font-size: 52px;
    line-height: 60px;
  }
  .abouti-service .abouti-service-title .text1 {
    line-height: 70px;
    font-size: 90px;
  }
  .abouti-service .abouti-service-title .text2 {
    line-height: 70px;
    font-size: 90px;
  }
  .abouti-service .abouti-service-desc {
    margin: 42px auto 0;
  }
  .casei .casei-main {
    padding: 70px 100px;
  }
  .newi {
    padding: 70px 100px;
  }
  .coopi .coopi-map-dom .coopi-map-step-dot:nth-of-type(2) {
    right: 5%;
    top: 45%;
  }
  .coopi .coopi-map-dom .coopi-map-step-dot:nth-of-type(1) {
    left: 0;
  }
}
@media (max-width: 1681px) {
  .company-con {
    height: 456px;
  }
}
@media only screen and (max-width: 1650px) {
  .company-con {
    height: 430px;
  }
  .newi .newi-list .newi-item-right .newi-item-one .newi-item-con .newi-item-title .hot {
    font-size: 18px;
  }
  .newi .newi-list .newi-item-right .newi-item-one .newi-item-con .newi-item-more {
    font-size: 17px;
  }
  .newi .newi-list .newi-item-left .newi-item-title {
    font-size: 20px;
  }
  .newi .newi-list .newi-item-left .newi-item-desc {
    font-size: 17px;
    margin: 18px 0 24px;
  }
  .newi .newi-list .newi-item-right .newi-item-one .newi-item-con .newi-item-desc {
    font-size: 17px;
  }
  .newi .newi-list .newi-item-left .newi-item-more {
    font-size: 19px;
  }
  .newi .newi-list .newi-item-left {
    border-radius: 16px;
    padding: 38px 40px 30px;
  }
  .newi .newi-list .newi-item-right .newi-item-one .newi-item-con .newi-item-title {
    font-size: 18px;
    line-height: 30px;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-main {
    top: 53%;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-main .banner-text {
    font-size: 40px;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-main .banner-more {
    margin-top: 6%;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-main .banner-more .public-btn .public-more-text {
    width: 220px;
    height: 65px;
    line-height: 65px;
    font-size: 21px;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-main .banner-more .public-btn .public-more-right {
    width: 55px;
    height: 55px;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-main .banner-more .public-btn .public-more-inner {
    width: 322px;
    height: 78px;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-main .banner-more .public-btn .public-more-right img {
    width: 46%;
  }
  .newi .newi-type-item {
    font-size: 22px;
  }
  .company-text-outer .company-text .company-text-item .dot {
    margin: 0 68px;
  }
  .coopi .coopi-text .coopi-text-item .dot {
    margin: 0 68px;
  }
  .abouti {
    padding: 70px 120px 100px;
  }
  .abouti .abouti-nums .abouti-num-one {
    margin-bottom: 48px;
  }
  .abouti .abouti-nums .abouti-num-one .abouti-num-con .abouti-num-desc {
    font-size: 20px;
  }
  .abouti .abouti-nums .abouti-num-one .abouti-num-con .abouti-num-main .abouti-num-count {
    font-size: 66px;
    line-height: 96px;
  }
  .abouti .abouti-nums .abouti-num-one .abouti-num-con .abouti-num-main .abouti-num-add {
    font-size: 66px;
    line-height: 96px;
  }
  .abouti .abouti-nums .abouti-num-one .abouti-num-con {
    width: calc(100% - 110px);
    padding-left: 14px;
  }
  .abouti .abouti-top {
    margin: 0 auto 65px;
  }
  .abouti .abouti-nums .abouti-num-one .abouti-num-icon {
    width: 110px;
    height: 110px;
  }
  .abouti .abouti-words .abouti-word-item .text {
    font-size: 42px;
    line-height: 52px;
  }
  .abouti .abouti-honor .abouti-honor-btn {
    width: 58px;
    height: 58px;
    line-height: 58px;
    font-size: 30px;
  }
  .abouti-service {
    padding: 120px 100px 80px;
  }
  .abouti-service .abouti-service-title {
    font-size: 50px;
    line-height: 52px;
  }
  .abouti-service .abouti-service-title .text1 {
    line-height: 60px;
    font-size: 80px;
  }
  .abouti-service .abouti-service-desc {
    margin: 35px auto 0;
  }
  .casei .casei-main-swiper .casei-slide .casei-slide-words {
    padding-left: 4%;
  }
  .casei .casei-main-swiper .casei-slide .casei-slide-words .casei-slide-word-desc {
    margin-top: 8%;
  }
  .casei .casei-main-swiper .casei-slide .casei-slide-pros .casei-slide-pro-item {
    border-radius: 10px;
  }
  .casei .casei-main-tabs {
    margin-top: 65px;
  }
  .casei .casei-main-tabs .casei-main-tab-item {
    font-size: 20px;
  }
  .coopi .coopi-logos .coopi-logo-swiper {
    transform: translateX(-5.2%);
  }
  .coopi .coopi-map-dom .coopi-map-step-dot:nth-of-type(2) {
    right: 8%;
    top: 50%;
  }
  .indexTitle {
    font-size: 40px;
  }
  .indexTitle::after {
    height: 50px;
  }
  .casei .casei-main {
    padding: 60px 100px;
  }
  .newi {
    padding: 62px 100px;
  }
  .abouti-service {
    padding: 118px 100px 70px;
  }
  .carousel-scene .prev-btn,
  .carousel-scene .prev-btn {
    width: 70px;
    height: 70px;
    font-size: 33px;
    line-height: 72px;
  }
  .carousel-scene {
    height: 615px;
  }
  .carousel-scene .carousel-card {
    width: 605px;
    height: 615px;
  }
}
@media only screen and (max-width: 1598px) {
  .proi {
    padding: 42px 5% 56px;
  }
  .company-con .company-item:nth-of-type(2) .mask .vr-icon .VR {
    width: 104px;
  }
  .company-con .company-item:nth-of-type(2) .mask .vr-icon .vr-line {
    max-width: 390px;
  }
  .carousel-scene .carousel-card {
    width: 542px;
    height: 530px;
  }
  .carousel-scene .carousel-card.is-prev-1 {
    transform: translate(calc(-198%), calc(-52%)) rotateZ(-8.6deg) translateZ(0);
    z-index: 2;
    width: 300px;
  }
  .carousel-scene .carousel-card.is-next-2 {
    transform: translate(calc(180%), calc(-43%)) rotateZ(-8.2deg) translateZ(0);
    z-index: 1;
    width: 300px;
  }
  .carousel-scene .carousel-card.is-next-1 {
    transform: translate(calc(85%), calc(-48%)) rotateZ(-8.2deg) translateZ(0);
    z-index: 2;
    width: 300px;
  }
  .carousel-scene .carousel-card.is-prev-2 {
    transform: translate(calc(-308%), calc(-55%)) rotateZ(-8.7deg) translateZ(0);
    z-index: 1;
    width: 300px;
  }
  .proi .proi-top {
    margin-bottom: 42px;
  }
  .proi .proi-types {
    margin-bottom: 50px;
  }
  .newi .newi-list .newi-item-left .newi-item-more {
    font-size: 17px;
  }
  .newi .newi-list .newi-item-left .newi-item-desc {
    font-size: 16px;
    margin: 14px 0 24px;
  }
  .newi .newi-list .newi-item-right .newi-item-one {
    border-radius: 12px;
    padding: 25px 22px 25px 30px;
  }
  .newi .newi-list .newi-item-left {
    border-radius: 12px;
    padding: 32px 32px 30px;
  }
  .newi .newi-list .newi-item-left .newi-item-title {
    font-size: 18px;
  }
  .newi .newi-list .newi-item-left .newi-item-time {
    font-size: 16px;
  }
  .newi .newi-list .newi-item-left .newi-item-con {
    padding-top: 26px;
  }
  .newi .newi-list .newi-item-right .newi-item-one .newi-item-con .newi-item-title {
    font-size: 17px;
    line-height: 24px;
  }
  .newi .newi-list .newi-item-right .newi-item-one .newi-item-con .newi-item-title .last {
    font-size: 18px;
    margin-right: 5px;
  }
  .newi .newi-list .newi-item-right .newi-item-one .newi-item-con .newi-item-title .hot {
    font-size: 18px;
    margin-right: 5px;
  }
  .newi .newi-list .newi-item-right .newi-item-one .newi-item-con .newi-item-time {
    font-size: 16px;
  }
  .newi .newi-list .newi-item-right .newi-item-one .newi-item-con .newi-item-desc {
    font-size: 15px;
  }
  .company-con {
    height: 450px;
  }
  .company-con .company-item:nth-of-type(1) .mask .icon {
    width: 100px;
    height: 100px;
  }
  .abouti {
    padding: 60px 5% 100px;
  }
  .abouti .abouti-nums .abouti-num-one .abouti-num-con .abouti-num-main .abouti-num-count {
    font-size: 58px;
    line-height: 86px;
  }
  .abouti .abouti-nums .abouti-num-one .abouti-num-con .abouti-num-main .abouti-num-add {
    font-size: 58px;
    line-height: 86px;
  }
  .abouti .abouti-nums {
    width: 320px;
  }
  .abouti .abouti-nums .abouti-num-one {
    margin-bottom: 42px;
  }
  .abouti .abouti-nums .abouti-num-one .abouti-num-con {
    width: calc(100% - 90px);
  }
  .abouti .abouti-honor .abouti-honor-btn {
    width: 52px;
    height: 52px;
    line-height: 52px;
    font-size: 28px;
  }
  .abouti .abouti-nums .abouti-num-one .abouti-num-icon {
    width: 90px;
    height: 90px;
  }
  .abouti .abouti-words {
    width: calc(93% - 320px);
  }
  .carousel-scene .prev-btn,
  .carousel-scene .next-btn {
    width: 62px;
    height: 62px;
    font-size: 28px;
    line-height: 62px;
  }
  .abouti-service .abouti-service-title {
    font-size: 45px;
    line-height: 43px;
  }
  .abouti-service .abouti-service-desc {
    font-size: 16px;
  }
  .abouti-service .abouti-service-title .text2 {
    line-height: 50px;
    font-size: 70px;
  }
  .abouti-service .abouti-service-title .text1 {
    line-height: 50px;
    font-size: 70px;
  }
  .newi {
    padding: 56px 5%;
  }
  .casei .casei-main {
    padding: 60px 5%;
  }
  .coopi .coopi-map-dom .coopi-map-step-dot:nth-of-type(1) {
    left: 7%;
  }
  .coopi .coopi-map-dom .coopi-map-step-dot:nth-of-type(2) {
    right: 13%;
  }
  .coopi .coopi-map-step-con-desc {
    font-size: 13px;
  }
  .coopi .coopi-map-intro .coopi-map-intro-text {
    font-size: 14px;
  }
  .coopi .coopi-map-step-con-title .coopi-map-step-con .coopi-map-step-text {
    font-size: 14px;
  }
  .casei .casei-main-swiper .casei-slide .casei-slide-words .casei-slide-word-desc {
    margin-top: 6%;
    font-size: 17px;
  }
  .casei .casei-main-tabs {
    margin-top: 55px;
  }
  .casei .casei-main-tabs .casei-main-tab-item {
    font-size: 17px;
  }
  .casei .casei-main-swiper .casei-slide .casei-slide-words {
    padding-left: 1%;
  }
  .newi .newi-type-item {
    font-size: 18px;
  }
  .indexTitle::after {
    height: 45px;
  }
  .indexTitle {
    font-size: 36px;
  }
  .coopi .coopi-text-outer {
    height: 88px;
  }
  .coopi .coopi-text-outer::after {
    transform: rotateZ(2deg);
  }
  .company-text-outer {
    height: 88px;
  }
  .company-text-outer::after {
    transform: rotateZ(-2deg);
  }
  .company-text-outer .company-text .company-text-item {
    font-size: 22px;
  }
  .coopi .coopi-text .coopi-text-item {
    font-size: 22px;
  }
  .coopi .coopi-text .coopi-text-item .dot {
    width: 18px;
    height: 18px;
    margin: 0 48px;
  }
  .company-text-outer .company-text .company-text-item .dot {
    width: 18px;
    height: 18px;
    margin: 0 48px;
  }
  .proi .proi-types-group .proi-type-item {
    font-size: 26px;
  }
  .casei .casei-main-tabs {
    border-radius: 12px;
  }
  .abouti .abouti-words .abouti-word-item {
    font-size: 17px;
  }
  .abouti .abouti-words .abouti-word-item .text {
    font-size: 38px;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-main .banner-text {
    font-size: 35px;
    line-height: 50px;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-main .banner-desc {
    font-size: 17px;
    margin-top: 12px;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-main .banner-more {
    margin-top: 5%;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-main .banner-more .public-btn .public-more-right {
    width: 50px;
    height: 50px;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-main .banner-more .public-btn .public-more-right img {
    width: 43%;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-main .banner-more .public-btn .public-more-text {
    width: 195px;
    height: 58px;
    line-height: 58px;
    font-size: 19px;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-main .banner-more .public-btn .public-more-inner {
    width: 288px;
    height: 72px;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-main .banner-more .public-btn:hover .public-more-text {
    transform: translateX(81px);
  }
  .abouti-service {
    padding: 118px 5% 70px;
  }
}
@media only screen and (max-width: 1395px) {
  .banner .bannerSwiper .banner-swiper-slide .banner-main {
    width: 90%;
  }
  .company-con {
    height: 380px;
  }
  .casei .casei-main {
    padding: 52px 5%;
  }
  .newi {
    padding: 52px 5%;
  }
  .newi .newi-type-item {
    font-size: 17px;
  }
  .abouti-service {
    padding: 110px 5% 56px;
  }
  .coopi .coopi-logos .coopi-logo-swiper {
    transform: translateX(-6%);
  }
  .proi .proi-types-group .proi-type-item {
    font-size: 20px;
    line-height: 35px;
  }
  .proi .proi-types {
    margin-bottom: 40px;
  }
  .proi .proi-list .proi-img-data-no {
    padding: 80px 0;
  }
  .proi .proi-list .proi-img-data-no {
    font-size: 30px;
  }
  .company-con .company-item {
    width: 47%;
  }
  .company-con .company-item:nth-of-type(1) .mask .icon {
    width: 80px;
    height: 80px;
  }
  .company-con .company-item-active {
    width: 70%;
  }
  .company-con .company-item2 {
    clip-path: polygon(0 100%, 37% 0%, 100% 0, 100% 100%);
  }
  .company-con .company-item3 {
    clip-path: polygon(0 0, 100% 0%, 100% 0, 0 270%);
  }
  .company-con .company-item4 {
    clip-path: polygon(0 100%, 25% 0%, 100% 0, 100% 100%);
  }
  .abouti .abouti-nums .abouti-num-one .abouti-num-con .abouti-num-desc {
    font-size: 18px;
    line-height: 24px;
  }
  .abouti .abouti-nums .abouti-num-one .abouti-num-con .abouti-num-main .abouti-num-count {
    font-size: 50px;
    line-height: 74px;
  }
  .abouti .abouti-nums .abouti-num-one .abouti-num-con .abouti-num-main .abouti-num-add {
    font-size: 50px;
    line-height: 74px;
  }
  .abouti .abouti-nums .abouti-num-one .abouti-num-con .abouti-num-main .abouti-num-unit {
    font-size: 20px;
    line-height: 60px;
  }
  .abouti .abouti-words .abouti-word-item {
    font-size: 16px;
  }
  .abouti .abouti-words .abouti-word-item .text {
    font-size: 32px;
  }
  .abouti-service .abouti-service-title {
    font-size: 42px;
    line-height: 52px;
  }
  .abouti-service .abouti-service-desc {
    font-size: 16px;
  }
  .abouti-service .abouti-service-desc {
    margin: 22px auto 0;
  }
  .newi .newi-nodata {
    font-size: 30px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 1365px) {
  .abouti .abouti-honor .abouti-honor-swiper .abouti-honor-slide {
    width: 210px;
  }
  .abouti .abouti-honor {
    max-width: 700px;
  }
  .newi .newi-list .newi-item-right .newi-item-one .newi-item-con .newi-item-desc {
    -webkit-line-clamp: 2;
  }
  .newi .newi-list .newi-item-right .newi-item-one .newi-item-con .newi-item-desc {
    font-size: 14px;
  }
  .newi .newi-list .newi-item-right .newi-item-one .newi-item-con .newi-item-title .hot {
    font-size: 16px;
    line-height: 36px;
    margin-right: 3px;
  }
  .newi .newi-list .newi-item-right .newi-item-one .newi-item-con .newi-item-time {
    font-size: 14px;
  }
  .newi .newi-list .newi-item-right .newi-item-one .newi-item-con .newi-item-title .last {
    font-size: 16px;
    line-height: 36px;
    margin-right: 3px;
  }
  .newi .newi-list .newi-item-right .newi-item-one .newi-item-con .newi-item-more .right {
    width: 17px;
    height: 17px;
  }
  .newi .newi-list .newi-item-right .newi-item-one .newi-item-con .newi-item-more {
    font-size: 16px;
  }
  .newi .newi-list .newi-item-right .newi-item-one .newi-item-con .newi-item-time img {
    width: 18px;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-main {
    width: 100%;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-main .banner-text {
    font-size: 33px;
    line-height: 46px;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-main .banner-desc {
    font-size: 16px;
  }
  .proi {
    padding: 35px 5% 56px;
  }
  .proi .proi-types-group .proi-type-item {
    font-size: 19px;
    line-height: 26px;
  }
  .proi .proi-types-group {
    margin-bottom: 32px;
  }
  .company-con {
    height: 380px;
  }
  .abouti .abouti-nums {
    width: 280px;
  }
  .abouti .abouti-words {
    width: calc(95% - 280px);
  }
  .abouti .abouti-words .abouti-word-item {
    font-size: 14px;
  }
  .abouti .abouti-words .abouti-word-item .text {
    font-size: 32px;
  }
  .abouti {
    padding: 52px 5% 90px;
  }
  .proi .proi-list .proi-img-data-no {
    font-size: 26px;
  }
  .proi .proi-list .proi-img-data-no {
    padding: 62px 0;
  }
}
@media only screen and (max-width: 1250px) {
  .abouti .abouti-honor .abouti-honor-swiper .abouti-honor-slide {
    width: 172px;
  }
  .abouti .abouti-honor {
    max-width: 600px;
  }
  .newi .newi-list .newi-item-right .newi-item-one .newi-item-con .newi-item-title .hot {
    font-size: 14px;
  }
  .newi .newi-list .newi-item-right .newi-item-one .newi-item-con .newi-item-title {
    font-size: 16px;
  }
  .newi .newi-list .newi-item-right .newi-item-one .newi-item-con .newi-item-title .last {
    font-size: 14px;
  }
  .banner {
    margin-top: 65px;
    height: auto;
    overflow: hidden;
  }
  .company-con {
    height: 330px;
  }
  .abouti {
    padding: 52px 5% 40px;
  }
  .carousel-scene .carousel-card {
    width: 484px;
    height: 445px;
  }
  .abouti-service {
    padding: 20px 5% 56px;
  }
  .carousel-scene .carousel-card.is-prev-2 {
    width: 235px;
  }
  .carousel-scene .carousel-card.is-prev-1 {
    width: 235px;
  }
  .carousel-scene .carousel-card.is-next-2 {
    width: 235px;
  }
  .carousel-scene .carousel-card.is-next-1 {
    width: 235px;
  }
  .newi .newi-list .newi-item-left {
    border-radius: 9px;
    padding: 26px 21px 24px;
  }
  .newi .newi-list .newi-item-right .newi-item-one {
    border-radius: 9px;
    padding: 19px 16px 18px 20px;
  }
  .newi .newi-list .newi-item-right .newi-item-one .newi-item-img {
    width: 44%;
  }
  .newi .newi-list .newi-item-right .newi-item-one .newi-item-con {
    width: 50%;
  }
  .newi .newi-list .newi-item-right .newi-item-one .newi-item-con .newi-item-time {
    display: none;
  }
  .coopi .coopi-text .coopi-text-item {
    font-size: 18px;
  }
  .coopi .coopi-text .coopi-text-item .dot {
    margin: 0 38px;
    width: 14px;
    height: 14px;
  }
  .abouti-service .abouti-service-title {
    font-size: 33px;
    line-height: 45px;
  }
  .abouti-service .abouti-service-title .text1 {
    line-height: 40px;
    font-size: 60px;
  }
  .abouti-service .abouti-service-title .text2 {
    line-height: 40px;
    font-size: 60px;
  }
  .abouti-service .abouti-service-desc {
    margin: 28px auto 0;
    font-size: 15px;
    line-height: 30px;
  }
  .newi {
    padding: 45px 5%;
  }
  .indexTitle {
    font-size: 30px;
    line-height: 52px;
  }
  .indexTitle::after {
    height: 38px;
    width: 6px;
  }
  .newi .newi-type-item {
    font-size: 16px;
  }
  .coopi .coopi-map-step-con-title {
    height: 86px;
    border-radius: 13px;
    border: 2px solid #AE72FE;
    padding: 5px;
    min-width: 0;
  }
  .coopi .coopi-map-intro {
    border: 2px solid #AE72FE;
  }
  .coopi .coopi-map-intro .coopi-map-intro-text {
    font-size: 13px;
  }
  .coopi .coopi-map-step-con-title .coopi-map-step-con .coopi-map-step-index {
    font-size: 32px;
  }
  .coopi .coopi-map-step-con-title .coopi-map-step-con {
    height: 70px;
  }
  .coopi .coopi-map-step-con-title .coopi-map-step-con .coopi-map-step-text {
    font-size: 13px;
    line-height: 22px;
  }
  .casei .casei-main-swiper .casei-slide .casei-slide-pros .casei-slide-pro-item {
    border-radius: 8px;
  }
  .casei .casei-main-swiper .casei-slide .casei-slide-pros .casei-slide-pro-item {
    width: 24%;
    margin: 12px 5% 12px 0;
  }
  .casei .casei-main-swiper .casei-slide .casei-slide-words .casei-slide-word-desc {
    margin-top: 5%;
    font-size: 16px;
  }
  .casei .casei-main-swiper .casei-slide .casei-slide-words .casei-slide-word-title {
    font-size: 30px;
    line-height: 36px;
  }
  .company-text-outer .company-text .company-text-item .dot {
    margin: 0 38px;
    width: 14px;
    height: 14px;
  }
  .company-text-outer .company-text .company-text-item {
    font-size: 18px;
  }
  .coopi .coopi-map-step-con-desc {
    font-size: 12px;
    line-height: 34px;
    padding: 0 15px;
  }
  .coopi .coopi-map-step-con-title .coopi-map-step-con .coopi-map-step-index {
    font-size: 30px;
  }
  .coopi .coopi-map-step-con-title .coopi-map-step-con .coopi-map-step-text {
    font-size: 12px;
  }
  .coopi .coopi-map-dom .coopi-map-step-dot:nth-of-type(1) {
    left: 11%;
  }
  .coopi .coopi-map-dom .coopi-map-step-dot:nth-of-type(2) {
    right: 16%;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-main .banner-text {
    font-size: 28px;
    line-height: 43px;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-main .banner-desc {
    font-size: 14px;
  }
  .proi {
    padding: 25px 5% 50px;
  }
}
@media only screen and (max-width: 1025px) {
  .banner {
    margin-top: 65px;
  }
}
@media (max-width: 1023px) {
  .newi .newi-list {
    flex-wrap: wrap;
  }
  .abouti .abouti-honor {
    margin: 0 auto;
  }
  .company-con .company-item:nth-of-type(2) .mask .vr-icon .vr-line {
    max-width: 370px;
    width: 367px;
  }
  .company-con .company-item4 .mask .vr-icon {
    padding-top: 27% !important;
  }
  .company-con .company-item:nth-of-type(2) .mask .vr-icon .VR {
    width: 96px;
  }
  .proi .proi-list .proi-img-data .proi-img-text {
    font-size: 16px;
  }
  .newi .newi-list .newi-item-left {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .newi .newi-list .newi-item-left .newi-item-title {
    font-size: 17px;
  }
  .newi .newi-list .newi-item-left .newi-item-desc {
    font-size: 14px;
    margin: 10px 0 24px;
  }
  .newi .newi-list .newi-item-right .newi-item-one .newi-item-one-inner {
    flex-wrap: wrap;
  }
  .newi .newi-list .newi-item-left .newi-item-desc {
    text-align: left;
  }
  .newi .newi-list .newi-item-left .newi-item-title {
    text-align: left;
  }
  .newi .newi-list .newi-item-left .newi-item-img {
    width: 44%;
  }
  .newi .newi-list .newi-item-left .newi-item-con {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 6px 0 12px;
  }
  .newi .newi-list .newi-item-right {
    width: 100%;
  }
  .proi .proi-list .proi-img-data {
    width: 300px;
    border-radius: 12px;
  }
  .proi .proi-list .proi-btn {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
  }
  .proi .proi-list .proi-data-swiper {
    width: calc(100% - 125px);
  }
  .proi .proi-types-group {
    flex-wrap: wrap;
    max-width: 480px;
    margin: 0 auto;
  }
  .proi .proi-types-group .proi-type-item {
    width: 48%;
    margin-bottom: 24px;
  }
  .proi .proi-types-main {
    display: none;
  }
  .abouti .abouti-nums {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .abouti .abouti-nums .abouti-num-one {
    width: 260px;
    margin-bottom: 24px;
  }
  .abouti .abouti-nums .abouti-num-one .abouti-num-con .abouti-num-main .abouti-num-count {
    font-size: 44px;
    line-height: 68px;
  }
  .abouti .abouti-nums .abouti-num-one .abouti-num-con .abouti-num-main .abouti-num-add {
    font-size: 44px;
    line-height: 68px;
  }
  .abouti .abouti-nums .abouti-num-one .abouti-num-con .abouti-num-desc {
    font-size: 16px;
  }
  .abouti .abouti-bottom {
    flex-wrap: wrap;
  }
  .abouti .abouti-words {
    width: 100%;
    margin-top: 20px;
  }
  .abouti-service .abouti-service-desc {
    width: 100%;
  }
  .coopi .coopi-map-step-second-m {
    display: flex;
    margin-bottom: 50px;
    transform: translateY(0);
  }
  .coopi .coopi-map-step-second {
    margin-bottom: 45px;
  }
  .coopi .coopi-map-dom .coopi-map-step-dot {
    display: none;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-main .banner-more {
    display: none;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-main {
    top: 50%;
  }
  .company-con {
    height: 300px;
  }
  .abouti-service .abouti-service-title {
    font-size: 27px;
    line-height: 38px;
  }
  .abouti-service .abouti-service-title .text1 {
    font-size: 50px;
  }
  .abouti-service .abouti-service-title .text2 {
    font-size: 50px;
  }
  .casei .casei-main-tabs .casei-main-tab-item {
    font-size: 14px;
  }
  .casei .casei-main-swiper .casei-slide .casei-slide-pros .casei-slide-pro-item {
    width: 45%;
  }
  .casei .casei-main-swiper .casei-slide .casei-slide-words {
    width: 58%;
  }
  .casei .casei-main-swiper .casei-slide .casei-slide-pros {
    width: 38%;
  }
  .casei .casei-main-swiper .casei-slide .casei-slide-pros .casei-slide-pro-item:nth-of-type(4) {
    transform: translateX(0);
  }
  .casei .casei-main-swiper .casei-slide .casei-slide-pros .casei-slide-pro-item:nth-of-type(5) {
    transform: translateX(0);
  }
  .casei .casei-main-swiper .casei-slide .casei-slide-pros .casei-slide-pro-item:nth-of-type(6) {
    transform: translateX(0);
  }
  .coopi .coopi-logos .coopi-logo-active {
    width: 220px;
  }
  .coopi .coopi-logos .swiper-slide-prev {
    width: 180px;
  }
  .coopi .coopi-logos .swiper-slide-next {
    width: 180px;
  }
  .coopi .coopi-logos .coopi-logo-swiper {
    transform: translateX(-1%);
  }
  .proi .proi-types-group .proi-type-item .cover {
    display: none;
  }
  .proi .proi-types-group {
    width: 100%;
    max-width: 100%;
  }
  .proi .proi-types-group .proi-type-item .icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .proi .proi-types-group .proi-type-item .icon img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    transform: rotateY(0deg);
    transition: 0.5s;
  }
  .proi .proi-types-group .proi-type-item .text {
    position: relative;
    bottom: 0;
    width: calc(100% - 40px);
    text-align: left;
  }
  .proi .proi-types-group .proi-type-item {
    width: 48%;
    aspect-ratio: auto;
    display: flex;
    align-items: center;
    background: transparent;
    border-radius: 6px;
    padding: 10px 12px;
    font-size: 14px;
    color: #333;
    border: 1px solid #C3C3C3;
    margin-right: 4%;
  }
  .proi .proi-types-group .proi-type-item:hover {
    color: #AE72FE;
    border: 1px solid #AE72FE;
  }
  .proi .proi-types-group .proi-type-item:hover .icon img {
    transform: rotateY(360deg);
  }
  .proi .proi-types-group .proi-type-item:nth-of-type(2n) {
    margin-right: 0;
  }
  .proi .proi-types-group .proi-type-item-active {
    color: #AE72FE;
    border: 1px solid #AE72FE;
  }
}
@media (max-width: 767px) {
  .indexTitle {
    font-size: 24px;
    line-height: 42px;
  }
  .company-con .company-item:nth-of-type(2) .mask .vr-icon .vr-line {
    width: 270px;
  }
  .company-con .company-item:nth-of-type(2) .mask .vr-icon {
    padding-top: 48%;
  }
  .company-con .company-item4 .mask .vr-icon {
    padding-top: 30% !important;
  }
  .company-con .company-item:nth-of-type(2) .mask .vr-icon .VR {
    margin-bottom: -60%;
  }
  .company-con .company-item:nth-of-type(2) .mask .vr-icon .VR {
    width: 52px;
  }
  .newi .newi-nodata {
    font-size: 25px;
    line-height: 30px;
  }
  .company-con {
    height: 185px;
  }
  .company-con .company-item:nth-of-type(2) .mask .icon {
    width: 100px;
  }
  .company-con .company-item:nth-of-type(1) .mask .icon {
    width: 50px;
    height: 50px;
  }
  .carousel-scene .carousel-card {
    width: 350px;
    height: 350px;
  }
  .carousel-scene .carousel-card.is-next-1 {
    width: 135px;
  }
  .carousel-scene {
    height: 415px;
  }
  .carousel-scene .carousel-card.is-next-2 {
    width: 135px;
  }
  .carousel-scene .carousel-card.is-prev-1 {
    width: 135px;
  }
  .carousel-scene .carousel-card.is-prev-2 {
    width: 135px;
  }
  .indexTitle::after {
    height: 34px;
    width: 5px;
  }
  .newi .newi-types {
    margin: 30px 0 20px;
  }
  .newi .newi-type-item {
    min-width: 30%;
    margin-right: 5%;
  }
  .newi .newi-list .newi-item-left .newi-item-img {
    width: 100%;
    max-width: 280px;
    margin: 0 auto 20px;
  }
  .newi .newi-list .newi-item-left .newi-item-con {
    width: 100%;
  }
  .newi .newi-list .newi-item-left .newi-item-time {
    display: none;
  }
  .newi .newi-list .newi-item-right .newi-item-one {
    padding: 24px 16px 18px 16px;
  }
  .newi .newi-list .newi-item-right .newi-item-one .newi-item-img {
    width: 100%;
    max-width: 280px;
    margin: 0 auto 20px;
  }
  .newi .newi-list .newi-item-right .newi-item-one .newi-item-con {
    width: 100%;
  }
  .proi .proi-list {
    padding-bottom: 70px;
    position: relative;
  }
  .proi .proi-list .proi-data-swiper {
    min-height: 285px;
  }
  .proi .proi-list .proi-btn {
    position: absolute;
    bottom: 0;
  }
  .proi .proi-types-group .proi-type-item {
    margin-bottom: 17px;
  }
  .proi .proi-list .proi-btn-prev {
    right: 70px;
  }
  .proi .proi-list .proi-btn-next {
    right: 0;
  }
  .proi .proi-list .proi-data-swiper {
    width: 100%;
    overflow: visible;
  }
  .abouti .abouti-honor .abouti-honor-swiper {
    overflow: visible;
  }
  .company-text-outer .company-text .company-text-item {
    font-size: 16px;
  }
  .company-text-outer .company-text .company-text-item .dot {
    margin: 0 20px;
    width: 12px;
    height: 12px;
  }
  .company-text-outer {
    height: 65px;
    margin-bottom: 20px;
  }
  .abouti {
    padding: 36px 5% 70px;
  }
  .abouti .abouti-top {
    flex-wrap: wrap;
    margin-bottom: 32px;
  }
  .abouti .abouti-top .indexTitle {
    width: 100%;
    margin-bottom: 15px;
  }
  .abouti .abouti-words .abouti-word-item {
    font-size: 13px;
    margin-bottom: 16px;
    line-height: 23px;
  }
  .abouti .abouti-honor {
    margin-top: 26px;
    padding-top: 72px;
    position: relative;
  }
  .abouti .abouti-honor .abouti-honor-left {
    right: 70px;
  }
  .abouti .abouti-honor .abouti-honor-right {
    right: 0;
  }
  .abouti-service {
    padding: 110px 5% 36px;
  }
  .abouti-service .abouti-service-desc {
    margin: 12px auto 0;
    font-size: 14px;
    line-height: 28px;
  }
  .casei .casei-main-swiper .casei-slide .casei-slide-words .casei-slide-word-desc {
    font-size: 14px;
  }
  .abouti .abouti-honor .abouti-honor-btn {
    width: 46px;
    height: 46px;
    line-height: 46px;
    font-size: 22px;
  }
  .abouti .abouti-honor .abouti-honor-btn {
    position: absolute;
    top: 0;
  }
  .abouti .abouti-honor .abouti-honor-swiper {
    width: 100%;
  }
  .abouti .abouti-nums .abouti-num-one {
    width: 190px;
    margin-bottom: 20px;
  }
  .abouti .abouti-words .abouti-word-item .text {
    font-size: 26px;
    line-height: 42px;
  }
  .abouti .abouti-nums .abouti-num-one .abouti-num-con {
    width: calc(100% - 66px);
  }
  .abouti .abouti-nums .abouti-num-one .abouti-num-icon {
    width: 66px;
    height: 66px;
    transform: translateY(-3px);
  }
  .abouti .abouti-nums .abouti-num-one .abouti-num-con .abouti-num-desc {
    font-size: 13px;
  }
  .abouti .abouti-nums .abouti-num-one .abouti-num-con .abouti-num-main .abouti-num-count {
    font-size: 32px;
    line-height: 46px;
  }
  .abouti .abouti-nums .abouti-num-one .abouti-num-con .abouti-num-main .abouti-num-add {
    font-size: 32px;
    line-height: 46px;
  }
  .abouti .abouti-nums .abouti-num-one .abouti-num-con .abouti-num-main .abouti-num-unit {
    font-size: 16px;
    line-height: 38px;
  }
  .proi {
    padding: 16px 5% 36px;
  }
  .proi .proi-types {
    margin-bottom: 25px;
  }
  .proi .proi-top {
    flex-wrap: wrap;
    margin-bottom: 32px;
  }
  .proi .proi-top .indexTitle {
    width: 100%;
    margin-bottom: 15px;
  }
  .proi .proi-types-group .proi-type-item {
    font-size: 17px;
    line-height: 24px;
  }
  .coopi {
    padding: 30px 0 36px;
  }
  .coopi .coopi-title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .coopi .coopi-text-outer {
    margin-bottom: 25px;
  }
  .coopi .coopi-text-outer {
    height: 65px;
  }
  .coopi .coopi-text .coopi-text-item {
    font-size: 16px;
  }
  .coopi .coopi-text .coopi-text-item .dot {
    margin: 0 20px;
    width: 12px;
    height: 12px;
  }
  .coopi .coopi-logos .coopi-logo-slide {
    margin-right: 30px;
  }
  .coopi .coopi-logos .coopi-logo-swiper {
    transform: translateX(-4%);
  }
  .coopi .coopi-logos {
    width: 100%;
    margin: 0 auto 32px;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-main .banner-text {
    font-size: 18px;
    line-height: 33px;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-main .banner-desc {
    display: none;
  }
  .abouti-service .abouti-service-title {
    font-size: 16px;
    line-height: 36px;
  }
  .abouti-service .abouti-service-title .text1 {
    font-size: 40px;
  }
  .abouti-service .abouti-service-title .text2 {
    font-size: 40px;
  }
  .coopi .coopi-map-step-second {
    transform: scale(0.6);
    margin-bottom: -20px;
  }
  .coopi .coopi-map-step-second-m {
    transform: translateY(0) scale(0.6);
  }
  .coopi .coopi-map-step-second-m:nth-of-type(1) {
    transform: translateY(0) translateX(-5%) scale(0.6);
  }
  .coopi .coopi-map-dom {
    padding-top: 30px;
  }
  .coopi .coopi-map-intro {
    padding: 20px 25px;
    flex-wrap: wrap;
  }
  .newi .newi-types {
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-left: 12px;
  }
  .newi .newi-type-item {
    margin-bottom: 15px;
  }
  .coopi .coopi-map-intro .coopi-map-intro-icon {
    margin: 0 auto;
  }
  .coopi .coopi-map-intro .coopi-map-intro-text {
    width: 100%;
    margin-top: 12px;
  }
  .newi {
    padding: 40px 5%;
  }
  .newi .newi-type-item {
    font-size: 14px;
  }
  .newi .newi-title {
    flex-wrap: wrap;
  }
  .newi .newi-title .indexTitle {
    width: 100%;
    margin-bottom: 15px;
  }
  .casei .casei-main-top {
    flex-wrap: wrap;
  }
  .casei .casei-main {
    padding: 36px 5%;
  }
  .casei .casei-main-top {
    margin-bottom: 20px;
  }
  .casei .casei-main-top .indexTitle {
    width: 100%;
    margin-bottom: 15px;
  }
  .casei .casei-main-swiper .casei-slide {
    flex-wrap: wrap;
  }
  .casei .casei-main-swiper .casei-slide .casei-slide-words {
    width: 100%;
  }
  .casei .casei-main-swiper .casei-slide .casei-slide-pros {
    width: 100%;
    margin-top: 16px;
  }
  .casei .casei-main-swiper .casei-slide .casei-slide-words .casei-slide-word-title {
    font-size: 26px;
    line-height: 30px;
  }
  .casei .casei-main-swiper .casei-slide .casei-slide-words .casei-slide-word-desc {
    margin-top: 15px;
  }
  .casei .casei-main-swiper .casei-slide .casei-slide-pros .casei-slide-pro-item {
    width: 30%;
  }
  .casei .casei-main-swiper .casei-slide .casei-slide-pros .casei-slide-pro-item:nth-of-type(3n) {
    margin-right: 0;
  }
  .casei .casei-main-tabs {
    display: none;
  }
  .abouti {
    padding: 36px 5% 40px;
  }
  .abouti-service {
    padding: 40px 5% 36px;
  }
}
@media only screen and (max-width: 641px) {
  .banner {
    margin-top: 50px;
  }
  .abouti .abouti-honor .abouti-honor-swiper .abouti-honor-slide {
    width: 38%;
  }
  .proi .proi-types-group .proi-type-item {
    font-size: 14px;
  }
  .carousel-scene .prev-btn,
  .carousel-scene .next-btn {
    width: 42px;
    height: 42px;
    font-size: 20px;
    line-height: 44px;
  }
  .casei .casei-main-swiper .casei-slide .casei-slide-words .casei-slide-word-title {
    font-size: 22px;
    line-height: 26px;
  }
  .proi .proi-list .proi-img-data .proi-img-text {
    font-size: 14px;
  }
  .company-text-outer .company-text .company-text-item {
    font-size: 14px;
    font-weight: 550;
  }
  .company-text-outer {
    height: 52px;
  }
  .company-text-outer::after {
    transform: rotateZ(-1.5deg);
  }
}
@media (max-width: 521px) {
  .proi .proi-list {
    padding-bottom: 55px;
  }
  .proi .proi-list .proi-img-data {
    width: 250px;
    border-radius: 9px;
  }
  .company-con .company-item:nth-of-type(2) .mask .vr-icon {
    padding-top: 60%;
  }
  .company-con .company-item4 .mask .vr-icon {
    padding-top: 46% !important;
  }
  .proi .proi-list .proi-data-swiper {
    min-height: 280px;
  }
  .abouti .abouti-nums .abouti-num-one .abouti-num-icon {
    width: 50px;
    height: 50px;
  }
  .abouti .abouti-nums .abouti-num-one .abouti-num-con .abouti-num-desc {
    font-size: 11px;
  }
  .abouti .abouti-nums .abouti-num-one {
    width: 166px;
  }
  .abouti .abouti-nums .abouti-num-one .abouti-num-con {
    width: calc(100% - 50px);
  }
  .abouti .abouti-nums .abouti-num-one .abouti-num-con .abouti-num-main .abouti-num-count {
    font-size: 30px;
    line-height: 42px;
  }
  .abouti .abouti-nums .abouti-num-one .abouti-num-con .abouti-num-main .abouti-num-add {
    font-size: 30px;
    line-height: 42px;
  }
  .abouti .abouti-nums .abouti-num-one .abouti-num-con .abouti-num-main .abouti-num-unit {
    font-size: 14px;
    line-height: 33px;
  }
  .coopi .coopi-map-step-second-m:nth-of-type(1) {
    transform: translateY(0) translateX(0) scale(1);
  }
  .coopi .coopi-map-step-second-m {
    transform: translateY(0) scale(1);
  }
  .coopi .coopi-map-step-second .coopi-map-step-second-item:nth-of-type(1) {
    position: relative;
    top: 0;
    left: 0;
    right: auto;
    transform: translate(0, 0);
    min-width: 280px;
    margin: 0 auto 12px;
    text-align: center;
  }
  .coopi .coopi-map-step-second .coopi-map-step-second-item:nth-of-type(2) {
    position: relative;
    top: 0;
    left: 0;
    right: auto;
    transform: translate(0, 0);
    min-width: 280px;
    margin: 0 auto 12px;
    text-align: center;
  }
  .coopi .coopi-map-step-second {
    padding-top: 42px;
    margin-bottom: 0;
    width: 90%;
    margin: 0 auto;
  }
  .coopi .coopi-map-step-second .coopi-map-step-second-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .coopi .coopi-map-step-second {
    transform: scale(1);
  }
  .coopi .coopi-map-step-second .coopi-map-step-second-item:nth-of-type(3) {
    position: relative;
    top: 0;
    left: 0;
    right: auto;
    transform: translate(0, 0);
    min-width: 280px;
    margin: 0 auto 12px;
    text-align: center;
  }
  .coopi .coopi-map-step-second .coopi-map-step-second-item:nth-of-type(1) .coopi-map-step-second-item-inner::after {
    display: none;
  }
  .coopi .coopi-map-step-second .coopi-map-step-second-item:nth-of-type(2) .coopi-map-step-second-item-inner::after {
    display: none;
  }
  .coopi .coopi-map-step-second .coopi-map-step-second-item:nth-of-type(3) .coopi-map-step-second-item-inner::after {
    display: none;
  }
}
@media only screen and (max-width: 450px) {
  .proi .proi-types-group .proi-type-item {
    flex-wrap: wrap;
  }
  .proi .proi-types-group .proi-type-item .icon {
    margin: 0 auto 5px;
  }
  .proi .proi-types-group .proi-type-item .text {
    width: 100%;
    text-align: center;
  }
  .proi .proi-types {
    margin-bottom: 5px;
  }
  .proi {
    padding: 16px 5% 28px;
  }
  .proi .proi-list .proi-data-swiper {
    min-height: 250px;
  }
  .proi .proi-list {
    padding-bottom: 65px;
  }
}
@media only screen and (max-width: 431px) {
  .banner {
    margin-top: 42px;
  }
}
@media only screen and (max-width: 425px) {
  .banner .bannerSwiper .banner-swiper-slide .banner-main .banner-text {
    font-size: 16px;
    line-height: 30px;
  }
  .proi .proi-types-group .proi-type-item {
    font-size: 14px;
  }
}
@media only screen and (max-width: 360px) {
  .banner {
    height: 210px;
  }
}
