* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}


html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
}

.wrapper {
  width: 80%
}



/* 导航 */

.contact-section .wrapper {
  overflow: initial !important;
}

.container {
  width: 80%;
  margin: 0 auto 0;
  overflow: hidden;
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

.app {
  margin-top: 0;
  padding-top: 0;
}

.app .banner {
  aspect-ratio: 1.77777778;
  width: 100%;
  overflow: hidden;
}

.app .banner .swiperBanner {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.app .banner .swiperBanner .swiper-wrapper {
  height: 100%;
}

.app .banner .swiperBanner .swiper-wrapper .swiper-slide {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.app .banner .swiperBanner .swiper-wrapper .swiper-slide .banner1bg {
  height: 100%;
  width: 26.138%;
  position: absolute;
  top: -2%;
  right: 10%;
  transform: scale(1, 0.978148) skew(-11.745157deg, 0deg);
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(0.5px);
  backdrop-filter: contrast(1.05);
  -webkit-backdrop-filter: blur(0.5px);
  -webkit-backdrop-filter: contrast(1.05);
  border-radius: inherit;
  pointer-events: none;
}

.app .banner .swiperBanner .swiper-wrapper .swiper-slide>img.banner {
  transform: scale(1.2);
  transition: all 1s ease-in-out;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.app .banner .swiperBanner .swiper-wrapper .swiper-slide .container {
  width: 100%;
  z-index: 5;
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
}

.app .banner .swiperBanner .swiper-wrapper .swiper-slide .container .content {
  width: 100%;
  height: auto;
}

.app .banner .swiperBanner .swiper-wrapper .swiper-slide .container .content h1 {
  margin-top: 130px !important;
  margin-left: 119px;
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 40px;
  line-height: 55px;
  margin-top: 0;
  margin-bottom: 24px;
  opacity: 0;
  transition: all 1s ease-in-out;
}

.app .banner .swiperBanner .swiper-wrapper .swiper-slide .container .content .s-span {
  display: block;
  margin-left: 119px;
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  transition: all 1s ease-in-out;
}

.app .banner .swiperBanner .swiper-wrapper .swiper-slide .container .content .button {
  width: fit-content;
  height: fit-content;
  display: flex;
  place-content: flex-start;
  place-items: center;
  gap: 16px;
  margin-left: 119px;
  margin-top: 71.1px;
  margin-bottom: 52.9px;
  opacity: 0;
  transform: translateY(150%);
  transition: all 1s ease-in-out;
}

.app .banner .swiperBanner .swiper-wrapper .swiper-slide .container .content .button button:first-child {
  text-align: center;
  color: #ffffff;
  font-family: Inter;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.3px;
  width: fit-content;
  height: 65px;
  display: inline-flex;
  place-content: flex-start;
  place-items: center;
  gap: 8px;
  flex-shrink: 0;
  padding: 15px 32px;
  border: none;
  border-radius: 18641400px;
  background: #155dfc;
  box-shadow: 0px 4px 6px -4px rgba(43, 127, 255, 0.3), 0px 10px 15px -3px rgba(43, 127, 255, 0.3);
  transition: all .5s linear;
  cursor: pointer;
}


.app .banner .swiperBanner .swiper-wrapper .swiper-slide .container .content .button button:first-child:hover,
.app .banner .swiperBanner .swiper-wrapper .swiper-slide .container .content .button button:last-child:hover {
  transform: translateY(-5px);

}

.app .banner .swiperBanner .swiper-wrapper .swiper-slide .container .content .button button:first-child img {
  width: 20px;
  height: 20px;
}

.app .banner .swiperBanner .swiper-wrapper .swiper-slide .container .content .button button:last-child {

  text-align: center;
  font-family: Inter;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.3px;
  width: fit-content;
  height: 65px;
  display: inline-flex;
  place-content: flex-start;
  place-items: center;
  gap: 8px;
  flex-shrink: 0;
  padding: 15px 32px;

  color: #1e2939;
  border-radius: 18641400px;
  border: 0.6px solid #f3f4f6;
  box-sizing: border-box;
  background: #ffffff;
  box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.1), 0px 4px 6px -1px rgba(0, 0, 0, 0.1);
  gap: 8px;
  transition: all .5s linear;
  cursor: pointer;
}

.app .banner .swiperBanner .swiper-wrapper .swiper-slide .container .content .button button:last-child .img {
  width: 32px;
  height: 32px;
  display: flex;
  place-content: center;
  place-items: center;
  flex-shrink: 0;
  box-sizing: border-box;
  padding: 0px 0px 0px 0px;
  border-radius: 18641400px;
  background: #ffe4e6;
}

.app .banner .swiperBanner .swiper-wrapper .swiper-slide .container .content .button button:last-child .img img {
  width: 11px;
  height: 14px;
}

.app .banner .swiperBanner .swiper-wrapper .swiper-slide .container .content .datas {
  margin-left: 119px;
  width: fit-content;
  height: fit-content;
  display: inline-flex;
  place-content: flex-start;
  place-items: center;
  padding: 29px;
  border-radius: 12px;
  border: 0.6px solid rgba(229, 231, 235, 0.6);
  background: rgba(0, 92, 219, 0.03);
  box-shadow: inset -6px -6px 12px #ffffff, inset 3px 3px 16px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transform: translateY(100%);
  transition: all 1s ease-in-out;
  /* margin-top: 100px; */
}

.app .banner .swiperBanner .swiper-wrapper .swiper-slide .container .content .datas .data {
  height: 60.7px;
  width: auto;
  margin-right: 20px;
}

.app .banner .swiperBanner .swiper-wrapper .swiper-slide .container .content .datas .data .p {
  margin: 0;
  display: flex;
}

.app .banner .swiperBanner .swiper-wrapper .swiper-slide .container .content .datas .data .p p {
  color: #101828;
  font-family: Inter;
  font-weight: 700;
  font-size: 48px;
  line-height: 36px;
  letter-spacing: 0.4px;
  margin-bottom: 4px;
}

.app .banner .swiperBanner .swiper-wrapper .swiper-slide .container .content .datas .data .p span {
  color: #155dfc;
  font-family: Inter;
  font-weight: 700;
  font-size: 48px;
  line-height: 36px;
  letter-spacing: 0.4px;
  margin-left: 30px;
}

.app .banner .swiperBanner .swiper-wrapper .swiper-slide .container .content .datas .data span {
  color: #6a7282;
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.2px;
}

.app .banner .swiperBanner .swiper-wrapper .swiper-slide:nth-child(2) .datas {
  box-shadow: inset -6px -6px 12px #ffffff, inset 3px 3px 29px rgba(0, 0, 0, 0.1) !important;
}

.app .banner .swiperBanner .swiper-wrapper .swiper-slide:nth-child(3) .datas {
  background: rgba(233, 233, 233, 0.4) !important;
  box-shadow: none !important;
}

.app .banner .swiperBanner .swiper-wrapper .swiper-slide-active>img.banner {
  transform: scale(1);
  object-fit: cover;
}

.app .banner .swiperBanner .swiper-wrapper .swiper-slide-active .container .content h1 {
  opacity: 1;
}

.app .banner .swiperBanner .swiper-wrapper .swiper-slide-active .container .content span {
  opacity: 1;
}

.app .banner .swiperBanner .swiper-wrapper .swiper-slide-active .container .content .button {
  transform: translateY(0);
  opacity: 1;
}

.app .banner .swiperBanner .swiper-wrapper .swiper-slide-active .container .content .datas {
  transform: translateY(0);
  opacity: 1;
}

.app .banner .swiperBanner .swiperBanner-pagination {
  height: 37.34%;
  position: absolute;
  right: 152px;
  z-index: 2;
  width: 81px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
}

.app .banner .swiperBanner .swiperBanner-pagination .line {
  width: 2px;
  height: 191px;
  background: #acacac;
}

.app .banner .swiperBanner .swiperBanner-pagination .swiper-pagination-bullet {
  width: 100%;
  height: 27.64%;
  display: flex;
  place-content: center;
  place-items: center;
  flex-shrink: 0;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.05);
  overflow: hidden;
  opacity: 1;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  transition: all 0.3s ease;
  border: 4px solid #acacac;
}

.app .banner .swiperBanner .swiperBanner-pagination .swiper-pagination-bullet img {
  width: 169px;
  height: 100%;
  object-fit: cover;
  display: block;
}

.app .banner .swiperBanner .swiperBanner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  border: 4px solid #3fafe8;
}

.app .banner .swiperBanner .swiperBanner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active img {
  filter: contrast(1.1);
}

.app .banner .swiperBanner .line {
  width: 2px;
  height: 32%;
  background: #acacac;
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  right: 193px;
}

.app .page2 {
  width: auto;
  height: 782px;
  border-radius: 50px 50px 0px 0px;
  margin-top: -50px;
  position: relative;
  z-index: 2;
  background: #ffffff;
  overflow: hidden;
}

.app .page2 .container {
  height: 100%;
  position: relative;
}

.app .page2 .container .bj-top-div {
  position: absolute;
  top: -10px;
  right: 70px;
  width: 409.9px;
  height: 627.9px;
}

.app .page2 .container .bj-top-div .bj-top {
  width: 409.9px;
  height: 627.9px;
  transform: scale(1, 0.978148) skew(-11.745157deg, 0deg);
  background: #f1f1f1;
}

.app .page2 .container .bj-bottom-div {
  position: absolute;
  bottom: -10px;
  left: 94.9px;
  width: 409.9px;
  height: 228px;
}

.app .page2 .container .bj-bottom-div .bj-bottom {
  display: none;
  width: 409.9px;
  height: 228px;
  transform: scale(1, 0.978148) skew(-11.745157deg, 0deg);
  background: #f8f8f8;
}

.app .page2 .top {
  max-width: 1251px;
  height: 557px;
  margin: 72px auto 0;
  position: relative;
  z-index: 2;
}

.app .page2 .top .title {
  display: grid;
  grid-template-columns: auto 1fr;
  justify-items: self-end;
}

.app .page2 .top .title .title1 {
  display: flex;
  align-items: center;
  gap: 5px;
}

.app .page2 .top .title .title1 img {
  width: 35px;
  height: 35px;
  margin-right: 3px;
}

.app .page2 .top .title .title1 h1 {
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 30px;
  line-height: 41px;
  display: block;
  white-space: nowrap;
}

.app .page2 .top .title .title1 h1 span {
  color: #0096e0;
}

.app .page2 .top .title p {
  width: 346px;
  height: 44px;
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}


.app .page2 .top .main {
  margin-top: 65px;
  height: 448px;
  width: auto;
  display: flex;
}

.app .page2 .top .main .img {
  width: 285px;
  height: 346px;
  border-radius: 16px;
  border: 10px solid #5b7e90;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}

.app .page2 .top .main .img .sequence {
  position: relative;
  z-index: 2;
  width: 40px;
  height: 40px;
  margin-top: 16px;
  margin-left: 20px;
  display: flex;
  place-content: center;
  place-items: center;
  flex-shrink: 0;
  box-sizing: border-box;
  border-radius: 14px;
  background: linear-gradient(145.67deg, #4391fe 9.06%, #9bc5ff 98.37%);
  box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.1), 0px 4px 6px -1px rgba(0, 0, 0, 0.1);
  color: #ffffff;
  font-family: Inter;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.3px;
}

.app .page2 .top .main .img p {
  position: relative;
  z-index: 2;
  color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  margin-top: 200px;
  text-align: center;
}

.app .page2 .top .main .img img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 269px;
  height: 330px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 37.24%, rgba(0, 0, 0, 0) 59.34%, rgba(0, 0, 0, 0.85) 100%);
  transition: transform 1s ease;
}

.app .page2 .top .main .img img:hover {
  transform: scale(1.1);
}

.app .page2 .top .main .img2 {
  margin-top: 102px;
}

.app .page2 .top .main .img3 {
  margin-top: 39px;
}

.app .page2 .top .main .img:hover {
  background-size: 110% 110%;
  transition: background-size 1s ease;
}

.app .page2 .top .main .connect {
  position: relative;
  width: 37px;
  height: 62px;
  background: #5b7e90;
}

.app .page2 .top .main .connect .circle {
  position: absolute;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background: #ffffff;
}

.app .page2 .top .main .connect .top-circle {
  top: -18px;
}

.app .page2 .top .main .connect .bottom-circle {
  bottom: -18px;
}

.app .page2 .top .main .connect:nth-child(2) {
  margin-top: 223.3px;
}

.app .page2 .top .main .connect:nth-child(4) {
  margin-top: 303.3px;
}

.app .page2 .top .main .connect:nth-child(6) {
  margin-top: 194.3px;
}

.app .page2 .top .main .connect:nth-child(6) .circle {
  background: #f1f1f1;
}


.app .page2 .bottom {
  width: 403.3px;
  display: flex;
  justify-content: space-between;
  margin: 59px auto 0;
}

.app .page2 .bottom button:first-child {
  text-align: center;
  color: #ffffff;
  font-family: Inter;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.3px;
  border: none;
  width: 192px;
  height: 51.3px;
  border-radius: 18641400px;
  background: #ff2056;
  box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.1), 0px 4px 6px -1px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all .5s linear;
}

.app .page2 .bottom button:first-child:hover,
.app .page2 .bottom button:last-child:hover {
  transform: translateY(-5px);
}

.app .page2 .bottom button:last-child {
  text-align: center;
  color: #155dfc;
  font-family: Inter;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.3px;
  width: 195.3px;
  height: 51.3px;
  border-radius: 18641400px;
  border: 1.7px solid #155dfc;
  box-sizing: border-box;
  background: #ffffff;
  cursor: pointer;
  transition: all .5s linear;
}

.app .page2 .bottom button:last-child:hover {
  background: #005cff;
  color: #fff;
}

.app .page3 {
  height: auto;
  border-radius: 50px 50px 0px 0px;
  background: #eef1f2;
  position: relative;
  padding-bottom: 20px;
}

.app .page3 .container .top {
  width: 100%;
  height: 41px;
  display: grid;
  grid-template-columns: auto 1fr;
  justify-items: self-end;
  margin: 83px auto 68px;
}

.app .page3 .container .top .top1 {
  display: flex;
  align-items: center;
  gap: 12px;
}

.app .page3 .container .top .top1 img {
  width: 40px;
  height: 40px;
  border-radius: 16777200px;
  background: rgba(0, 150, 224, 0.1);
}

.app .page3 .container .top .top1 h1 {
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 30px;
  line-height: 41px;
}

.app .page3 .container .top p {
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}

.app .page3 .box {
  display: flex;
}

.app .page3 .swiper3 {
  width: 100%;
  overflow: hidden;
}

.app .page3 .box .swiper-left {
  width: 35%;
  display: flex;
  /* justify-content: center; */
}

.app .page3 .box .swiper-left ul {
  max-width: 170px;
  margin-left: 160px;
}

.app .page3 .box .swiper-left ul li {
  max-width: 170px;
  background-color: red;
  text-align: center;
  color: rgba(102, 102, 102, 1);
  font-family: Inter;
  font-weight: 500;
  font-size: 17px;
  line-height: 25.5px;
  padding: 27px 24.5px;
  background: rgba(255, 255, 255, 1);
  border-bottom: 1px solid rgba(243, 244, 246, 1);
  ;
}

.app .page3 .box .swiper-left ul li:first-child {

  border-radius: 8px 8px 0 0;
}

.app .page3 .box .swiper-left ul li:last-child {
  border-bottom: none;
  border-radius: 0 0 8px 8px;
}

.app .page3 .box .swiper-left ul li:hover,
.app .page3 .box .swiper-left ul li.active {
  cursor: pointer;
  background: rgba(234, 244, 252, 1);
  color: rgba(23, 115, 219, 1);
  border-left: solid 3px rgba(23, 115, 219, 1);
  ;
}


.app .page3 .swiper3 .swiper-wrapper {
  height: 418.5px;
  display: flex;
}

.app .page3 .swiper3 .swiper-wrapper .swiper-slide {
  width: 286px;
  height: 418.5px;
  border-radius: 16px;
  border: 0.6px solid #f3f4f6;
  box-sizing: border-box;
  background: #ffffff;
  padding: 16.6px;
  box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.app .page3 .swiper3 .swiper-wrapper .swiper-slide .img {
  /* width: 252.9px;
  height: 252.9px; */
  border-radius: 14px;
  background: #f3f4f6;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 1rem;
}

.app .page3 .swiper3 .swiper-wrapper .swiper-slide .img .p {
  /* width: 72px; */
  padding: 0 10px;
  height: 23.8px;
  border-radius: 18641400px;
  background: #ffffffe6;
  box-shadow: 0px 1px 2px -1px #000000 1a, 0px 1px 3px #000000 1a;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 12.6px;
  left: 19.4px;
}

.app .page3 .swiper3 .swiper-wrapper .swiper-slide .img .p p {
  text-align: center;
  color: #155dfc;
  font-family: Inter;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  line-height: 1;
}

.app .page3 .swiper3 .swiper-wrapper .swiper-slide .img .divImg {
  width: 227.6px;
  height: 227.6px;
  border-radius: 10px;
  background: #ffffff00;
  box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.1), 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}

.app .page3 .swiper3 .swiper-wrapper .swiper-slide .img .divImg img {
  display: block;
  height: 100%;
  width: 100%;
  /* width: 184px;
  height: 189px; */
  transition: all 0.3s ease-in-out;
}

.app .page3 .swiper3 .swiper-wrapper .swiper-slide .img .divImg:hover img {
  transform: scale(1.1);
}

.app .page3 .swiper3 .swiper-wrapper .swiper-slide .text {
  /* width: 252.9px; */
  height: 108.5px;
  margin-top: 24px;
}

.app .page3 .swiper3 .swiper-wrapper .swiper-slide .text h2 {
  color: #101828;
  font-family: Inter;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.4px;
  margin-bottom: 9px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.app .page3 .swiper3 .swiper-wrapper .swiper-slide .text p {
  color: #6a7282;
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.2px;
  margin-bottom: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.app .page3 .swiper3 .swiper-wrapper .swiper-slide .text .arrow {
  width: 100%;
  height: 36.6px;
  display: flex;
  align-items: center;
  justify-content: end;
  border-top: 0.6px solid #f3f4f6;
}

.app .page3 .swiper3 .swiper-wrapper .swiper-slide .text .arrow img {
  width: 20px;
  height: 20px;
}

.app .page3 .xu1 {
  display: none;
  position: absolute;
  z-index: 2;
  top: 113px;
  left: 0;
  width: 116px;
  height: 559px;
}

.app .page3 .xu2 {
  position: absolute;
  z-index: 2;
  top: 113px;
  right: 0;
  width: 116px;
  height: 559px;
}


.app .page3 .swiper3-buttons {
  width: 100%;
  height: fit-content;
  display: flex;
  gap: 71px;
  margin-top: 63px;
  justify-content: center;
}

.app .page3 .swiper3-buttons .more {
  width: 186px;
  height: 52px;
  border-radius: 18641400px;
  background: #155dfc;
  border: none;
  box-shadow: 0px 4px 6px -4px rgba(43, 127, 255, 0.3), 0px 10px 15px -3px rgba(43, 127, 255, 0.3);
  padding: 0 33px;
  display: flex;
  align-items: center;
  transition: all .5s linear;
}

.app .page3 .swiper3-buttons .more:hover {
  transform: translateY(-5px);
}

.app .page3 .swiper3-buttons .more span {
  color: #ffffff;
  font-family: Inter;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.3px;
  margin-right: 9px;
}

.app .page3 .swiper3-buttons .more img {
  width: 16px;
  height: 16px;
}

.app .page3 .swiper3-buttons .swiper3-button-next {
  width: 57px;
  height: 57px;
  border-radius: 40px;
  background: #fa6a71;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all .5s linear;
}

.app .page3 .swiper3-buttons .swiper3-button-next img {
  width: 35px;
  height: 35px;
}

.app .page3 .swiper3-buttons .swiper3-button-prev {
  width: 57px;
  height: 57px;
  border-radius: 40px;
  background: #fa6a71;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all .5s linear;
}

.app .page3 .swiper3-buttons .swiper3-button-prev:hover,
.app .page3 .swiper3-buttons .swiper3-button-next:hover {
  transform: translateY(-5px);
}

.app .page3 .swiper3-buttons .swiper3-button-prev img {
  width: 35px;
  height: 35px;
}

.app .about-section {
  height: 1642px;
  background: #fff;
}

.app .about-section .container {
  height: 100%;
  position: relative;
}

.app .about-section .container .about-title {
  text-align: center;
  margin-top: 41px;
  margin-bottom: 48px;
}

.app .about-section .container .about-title img {
  width: 40px;
  height: 40px;
  display: inline-block;
  margin-bottom: 8px;
}

.app .about-section .container .about-title h2 {
  color: #101828;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0.4px;
}

.app .about-section .container .about-item {
  display: flex;
  margin-bottom: 39px;
  margin-left: 118px;
}

.app .about-section .container .about-item .about-text {
  width: 630px;
  height: fit-content;
  display: inline-flex;
  flex-direction: column;
  place-content: flex-start;
  place-items: flex-start;
  margin-right: 46px;
}

.app .about-section .container .about-item .about-text .item-title {
  width: fit-content;
  height: fit-content;
  display: inline-flex;
  place-content: flex-start;
  place-items: center;
  gap: 7px;
  color: #101828;
  font-family: Inter;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.1px;
  margin-bottom: 16px;
}

.app .about-section .container .about-item .about-text .item-title span {
  color: #0096e0;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  letter-spacing: 0.1px;
}

.app .about-section .container .about-item .about-text p {
  width: 635px;
  height: 170px;
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 18px;
  line-height: 42px;
  margin-bottom: 77px;
}

.app .about-section .container .about-item .about-text .line-hr {
  margin-top: 0;
}

.app .about-section .container .about-item .about-text p span {
  font-weight: 700;
  font-size: 22px;
}

.app .about-section .container .about-item .about-text .link-more {
  text-decoration: none;
  width: fit-content;
  height: fit-content;
  display: inline-flex;
  place-content: space-between;
  place-items: center;
  gap: 22px;
  flex-shrink: 0;
}

.app .about-section .container .about-item .about-text .link-more h1 {
  color: #0096e0;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 24px;
  line-height: 33px;
}

.app .about-section .container .about-item .about-text .link-more img {
  width: 24px;
  height: 24px;
}

.app .about-section .container .about-item .about-text hr {
  border: none;
  margin-top: 36px;
  width: 100%;
  height: 2px;
  border-radius: 3px;
  background: rgba(155, 175, 203, 0.45);
}

.app .about-section .container .about-item img {
  width: 641px;
  height: 436px;
  display: block;
  border-radius: 16px 0px 0px 16px;
}

.app .about-section .container .about-item.reverse {
  position: relative;
  z-index: 2;
  margin-bottom: 13px;
}

.app .about-section .container .about-item.reverse .about-img {
  width: 455px;
  height: 566px;
  border-radius: 16px;
  overflow: hidden;
  margin-right: 84px;
}

.app .about-section .container .about-item.reverse .about-img img {
  width: 455px;
  height: 566px;
}

.app .about-section .container .about-item.reverse .about-text {
  width: 660px;
  height: fit-content;
  display: inline-flex;
  flex-direction: column;
  place-content: flex-start;
  place-items: flex-start;
  /* gap: 29px; */
  flex-shrink: 0;
}

.app .about-section .container .about-item.reverse .about-text h3 {
  width: fit-content;
  height: fit-content;
  display: inline-flex;
  place-content: flex-start;
  place-items: center;
  gap: 6px;
  color: #101828;
  font-family: Inter;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.1px;
}

.app .about-section .container .about-item.reverse .about-text h3 span {
  color: #fa6a71;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  letter-spacing: 0.1px;
}

.app .about-section .container .about-item.reverse .about-text p {
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 18px;
  line-height: 42px;
}

.app .about-section .container .img-caption {
  margin-left: 122px;
  width: fit-content;
  height: fit-content;
  display: inline-flex;
  place-content: flex-start;
  place-items: flex-start;
}

.app .about-section .container .img-caption a {
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  text-decoration-line: underline;
  text-underline-offset: 45%;
  text-underline-position: from-font;
  text-decoration-skip-ink: auto;
}

.app .about-section .container .video-group {
  gap: 20px;
  position: relative;
  z-index: 2;
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.app .about-section .container .video-group .video-item {
  position: relative;
  width: 362px;
  height: 207px;
  cursor: pointer;
  overflow: hidden;
  border-radius: 12px;
}

.app .about-section .container .video-group .video-item .video {
  width: 362px;
  height: 207px;
  border-radius: 12px;
  background: #c4c4c4;
  object-fit: cover;
  display: block;
}

.app .about-section .container .video-group .video-item .img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  border-radius: 45px;
  background: rgba(255, 255, 255, 0.42);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.app .about-section .container .video-group .video-item .img .play {
  width: 13px;
  height: 14px;
}

.videoPopup {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.76);
  backdrop-filter: blur(8px);
  transition: opacity 0.3s ease;
}

.videoPopup .videoPopup-inner {
  position: relative;
  width: 86%;
  height: 66%;
  max-height: calc(100vh - 12.5rem);
  transform: scale(0.96);
  opacity: 0;
  transition: all 0.3s ease;
}

.videoPopup .videoPopup-inner video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  background: #000;
}

.videoPopup .videoPopup-inner .videoPopup-close {
  position: absolute;
  top: -4.5rem;
  right: 0;
  width: 3rem;
  height: 3rem;
  border: none;
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  z-index: 2;
}

.videoPopup.videoPopup-show {
  z-index: 4000;
  opacity: 1;
}

.videoPopup.videoPopup-show .videoPopup-inner {
  transform: scale(1);
  opacity: 1;
}

.app .about-section .container .bg-div {
  width: 491.9px;
  height: 557.2px;
  position: absolute;
  bottom: -53px;
  left: 296px;
  z-index: 1;
}

.app .about-section .container .bg-div .bg {
  width: 491.9px;
  height: 557.2px;
  transform: scale(1, 0.978148) skew(-11.745157deg, 0deg);
  background: #f8f8f8;
}

.app .industry-section {
  padding: 80px 0;
  background: #f0f4f6;
  border-radius: 50px 50px 0px 0px;
  margin-top: -50px;
  position: relative;
  z-index: 2;
}

.app .industry-section .container {
  position: relative;
  overflow: visible;
}

.app .industry-section .container .section-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 20px;
  width: 100%;
  margin: 0 auto 40px;
}

.app .industry-section .container .section-header .header-title {
  display: flex;
  align-items: center;
  gap: 12px;
}

.app .industry-section .container .section-header .header-title img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.app .industry-section .container .section-header .header-title h2 {
  font-size: 22px;
  color: #000;
  font-weight: 600;
  margin: 0;
}

.app .industry-section .container .section-header .header-desc {
  font-size: 14px;
  color: #333;
  margin: 0;
  text-align: end;
}

.app .industry-section .container .industry-carousel {
  position: relative;
  width: 100%;
  margin: 0 auto 30px;
  padding: 0 clamp(64px, 7.3vw, 140px);
}

.app .industry-section .container .industrySwiper {
  position: relative;
  width: 100%;
  height: clamp(224px, 21.8vw, 418px);
  margin: 0 auto;
  overflow: hidden;
}

.app .industry-section .container .industrySwiper .swiper-wrapper {
  align-items: center;
}

.app .industry-section .container .industrySwiper .swiper-slide {
  width: clamp(300px, 34vw, 652px);
  height: clamp(172px, 16.9vw, 324px);
  transition: all 0.45s ease;
  position: relative;
  left: 0;
  z-index: 1;
  overflow: hidden;
  border-radius: 8px;
}

.app .industry-section .container .industrySwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  filter: brightness(0.48) grayscale(12%);
  transition: all 0.45s ease;
}

.app .industry-section .container .industrySwiper .swiper-slide .slide-caption {
  position: absolute;
  left: 50%;
  bottom: clamp(16px, 1.7vw, 32px);
  transform: translateX(-50%);
  color: #fff;
  font-size: clamp(18px, 1.4vw, 26px);
  font-weight: 600;
  line-height: 1.3;
  word-wrap: break-word;
  opacity: 0;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  transition: all 0.45s ease;
}

.app .industry-section .container .industrySwiper .swiper-slide.active {
  height: clamp(224px, 21.8vw, 418px);
  opacity: 1;
  position: relative;
  z-index: 3;
}

.app .industry-section .container .industrySwiper .swiper-slide.active img {
  filter: brightness(1) grayscale(0);
}

.app .industry-section .container .industrySwiper .swiper-slide.active .slide-caption {
  opacity: 1;
}

.app .industry-section .container .industrySwiper .swiper-slide.swiper-slide-prev {
  transform: translateX(50%);
}

.app .industry-section .container .industrySwiper .swiper-slide.swiper-slide-next {
  transform: translateX(-50%);
}

.app .industry-section .container .industry-button-prev,
.app .industry-section .container .industry-button-next {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  background: #ff5a6a;
  border-radius: 50%;
  color: #fff;
  margin-top: 0;
  transform: translateY(-50%);
  z-index: 5;
  box-shadow: 0 8px 18px rgba(255, 90, 106, 0.18);
}

.app .industry-section .container .industry-button-prev::after,
.app .industry-section .container .industry-button-next::after {
  font-size: 18px;
  font-weight: bold;
}

.app .industry-section .container .industry-button-prev {
  left: clamp(18px, 2vw, 38px);
}

.app .industry-section .container .industry-button-next {
  right: clamp(18px, 2vw, 38px);
}

.app .industry-section .container .industry-desc {
  text-align: center;
  margin-bottom: 38px;
}

.app .industry-section .container .industry-desc p {
  text-align: center;
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

.app .industry-section .container .action-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.app .industry-section .container .action-buttons .btn {
  padding: 12px 40px;
  border-radius: 25px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.app .industry-section .container .action-buttons .btn-primary {
  background: #ff2b63;
  color: #fff;
  border: none;
  box-shadow: 0 3px 6px rgba(255, 43, 99, 0.3);
  transition: all 0.5s linear;
}

.app .industry-section .container .action-buttons .btn-primary:hover {
  transform: translateY(-5px);
}

.app .industry-section .container .action-buttons .btn-outline {
  background: #fff;
  color: #005cff;
  border: 1px solid #005cff;
  transition: all 0.5s linear;
}

.app .industry-section .container .action-buttons .btn-outline:hover {
  background: #005cff;
  transform: translateY(-5px);
  color: #fff;
}

.app .cooperation-section {
  height: 1127px;
  background: #171e2c;
  display: flex;
  flex-direction: column;
}

.app .cooperation-section .container {
  height: 65.39%;
  width: 1440px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 120px;
}

.app .cooperation-section .container .section-header {
  width: 1200px;
  margin: 75px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 48px;
}

.app .cooperation-section .container .section-header .header-title {
  display: flex;
  align-items: center;
  gap: 16px;
}

.app .cooperation-section .container .section-header .header-title img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.app .cooperation-section .container .section-header .header-title h2 {
  color: #ffffff;
  font-family: Inter;
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 0.4px;
}

.app .cooperation-section .container .section-header .link-more {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  text-decoration: none;
}

.app .cooperation-section .container .section-header .link-more span {
  color: #d1d5dc;
  font-family: Inter;
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: -0.3px;
}

.app .cooperation-section .container .section-header .link-more img {
  width: 24px;
  height: 24px;
}

.app .cooperation-section .container .swiper6 {
  position: relative;
  width: 1199px;
  height: 534px;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 40px;
}

.app .cooperation-section .container .swiper6 .swiper-wrapper {
  width: 100%;
  height: 100%;
}

.app .cooperation-section .container .swiper6 .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
}

.app .cooperation-section .container .swiper6 .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.app .cooperation-section .container .swiper6 .swiper-slide .slide-text {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 80%;
}

.app .cooperation-section .container .swiper6 .swiper-slide .slide-text p {
  text-align: center;
  color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 24px;
  line-height: 39px;
  letter-spacing: 0.7px;
  margin-bottom: 139px;
  opacity: 0;
  transform: translateY(200%);
  transition: all 1s;
}

.app .cooperation-section .container .swiper6 .swiper-slide-active .slide-text p {
  opacity: 1;
  transform: translateY(0);
}

.app .cooperation-section .container .swiper6 .swiper6-pagination {
  position: absolute;
  z-index: 2;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  /* height: 48px; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 33px;
  box-sizing: border-box;
  border-radius: 18641400px;
  background: rgba(0, 0, 0, 0.45);
}

.app .cooperation-section .container .swiper6 .swiper6-pagination .swiper-pagination-bullet {
  width: fit-content;
  display: flex;
  align-items: center;
  opacity: 1;
}

.app .cooperation-section .container .swiper6 .swiper6-pagination .swiper-pagination-bullet span {
  color: #d1d5dc;
  font-family: Inter;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.3px;
}

.app .cooperation-section .container .swiper6 .swiper6-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: none;
}

.app .cooperation-section .container .swiper6 .swiper6-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active span {
  color: #ff6467;
}

.app .cooperation-section .container .swiper6 .swiper6-button-prev,
.app .cooperation-section .container .swiper6 .swiper6-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: #ff5a6a;
  border-radius: 50%;
  color: #fff;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.app .cooperation-section .container .swiper6 .swiper-button-disabled {
  background: rgba(255, 255, 255, 0.2);
}

.app .cooperation-section .container .swiper6 .swiper6-button-prev {
  left: 20px;
}

.app .cooperation-section .container .swiper6 .swiper6-button-prev img {
  width: 30px;
  height: 30px;
}

.app .cooperation-section .container .swiper6 .swiper6-button-next {
  right: 20px;
}

.app .cooperation-section .container .swiper6 .swiper6-button-next img {
  width: 30px;
  height: 30px;
}

.app .cooperation-section .showPics {
  flex: 1;
  width: 100%;
  background: #121825;
}

.app .cooperation-section .showPics .container {
  height: 100%;
}

.app .cooperation-section .showPics .container .pics {
  margin: 69px auto 0;
  width: 1200px;
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  box-sizing: border-box;
  gap: 20px;
}

.app .cooperation-section .showPics .container .pics .pic-item {
  width: 182.5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  cursor: pointer;
}

.app .cooperation-section .showPics .container .pics .pic {
  width: 182.5px;
  height: 105px;
  display: flex;
  place-content: center;
  place-items: center;
  flex-shrink: 0;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.05);
  overflow: hidden;
  opacity: 0.4;
  transition: all 0.3s ease;
}

.app .cooperation-section .showPics .container .pics .pic img {
  width: 169px;
  height: 79px;
}

.app .cooperation-section .showPics .container .pics .pic-title {
  margin-top: 14px;
  width: 100%;
  color: rgba(209, 213, 220, 1);
  font-family: Inter;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
  margin-bottom: 14px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.app .cooperation-section .showPics .container .pics .pic:hover,
.app .cooperation-section .showPics .container .pics .pic-item.active .pic {
  opacity: 1;
  filter: brightness(1.6);
}

.app .cooperation-section .showPics .container .pics .pic-item.active .pic-title {
  opacity: 1;
}

.app .news-section {
  margin-top: -147px;
  padding-top: 70px;
  position: relative;
  background: #eef1f2;
  border-radius: 50px 50px 0px 0px;
}

.app .news-section .container {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.app .news-section .container .header-title {
  width: fit-content;
  margin: 0 auto 0;
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 60px;
}

.app .news-section .container .header-title img {
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
}

.app .news-section .container .header-title h2 {
  display: inline-block;
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 30px;
  line-height: 41px;
}

.app .news-section .swiper7 {
  width: 100%;
  margin-bottom: 60px;
}

.app .news-section .swiper7 .swiper-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: stretch;
  gap: 50px;
  overflow: hidden;
}

.app .news-section .swiper7 .swiper-slide {
  padding-bottom: 27px;
  width: 352px;
  height: auto;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  flex-shrink: 0;
}

.app .news-section .swiper7 .swiper-slide .newzixun {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
  width: 100%;
  height: 100%;
}

.app .news-section .swiper7 .swiper-slide .img {
  position: relative;
  width: 100%;
  height: 304px;
  overflow: hidden;
}

.app .news-section .swiper7 .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}

.app .news-section .swiper7 .swiper-slide .img .date {
  position: absolute;
  top: 23px;
  left: 25px;
  width: 125.3px;
  height: 32px;
  border-radius: 10px;
  background: #fa6a71;
  box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
  display: flex;
  gap: 6px;
  justify-content: center;
  align-items: center;
}

.app .news-section .swiper7 .swiper-slide .img .date img {
  width: 16px;
  height: 16px;
}

.app .news-section .swiper7 .swiper-slide .img .date span {
  color: #ffffff;
  font-family: Inter;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.2px;
}

.app .news-section .swiper7 .swiper-slide h3 {
  width: 281px;
  min-height: 54px;
  text-align: center;
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.app .news-section .swiper7 .swiper-slide p {
  width: 281px;
  height: 61px;
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 300;
  font-size: 15px;
  line-height: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-align: center;
}

.app .news-section .swiper7 .swiper-slide .link-more {
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 17px;
  line-height: 23px;
  text-decoration-line: underline;
  text-decoration-thickness: 12%;
  text-underline-offset: 30%;
  text-underline-position: from-font;
  text-decoration-skip-ink: auto;
}

.app .news-section .swiper7 .swiper-slide:hover .img img {
  transform: scale(1.1);
}

.app .news-section .xu1 {
  position: absolute;
  z-index: 2;
  top: 120px;
  left: 0;
  width: 116px;
  height: 559px;
}

.app .news-section .xu2 {
  position: absolute;
  z-index: 2;
  top: 120px;
  right: 0;
  width: 116px;
  height: 559px;
}

.app .news-section .container.container2 {
  padding-bottom: 158px;
}

.app .news-section .container.container2 .btn-view-all {
  display: block;
  margin: 0 auto;
  margin-top: 5px;
  width: 163.3px;
  height: 51.3px;
  border: 1.7px solid #e5e7eb;
  box-sizing: border-box;
  background: #ffffff;
  box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
  color: #364153;
  font-family: Inter;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.3px;
  cursor: pointer;
  border-radius: 18641400px;
  transition: all 0.5s linear;
}

.app .news-section .container.container2 .btn-view-all:hover {
  background: #f5f5f5;
  transform: translateY(-5px);
}


/* banner */
@media (min-width: 1200px) and (max-width: 1920px) {
  .app .banner .swiperBanner .swiper-wrapper .swiper-slide .container {
    top: 100px;
  }
}

@media (max-width: 1064px) {
  .app .banner .swiperBanner .swiper-wrapper .swiper-slide .container .content h1 {
    margin-top: 0px !important;
    margin-left: 100px;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 18px;
  }

  .app .banner .swiperBanner .swiper-wrapper .swiper-slide .container .content .s-span {
    display: block;
    margin-left: 100px;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
  }

  .app .banner .swiperBanner .swiper-wrapper .swiper-slide-active .container .content .button {
    margin-left: 100px;
    margin-top: 60px;
    margin-bottom: 40px
  }

  .app .banner .swiperBanner .swiper-wrapper .swiper-slide .container .content .datas {
    padding: 25px;
  }

  .app .banner .swiperBanner .swiper-wrapper .swiper-slide .container .content .datas .data .p p {
    font-size: 42px;
    line-height: 32px;
  }

  .app .banner .swiperBanner .swiper-wrapper .swiper-slide .container .content .datas .data .p span {
    font-size: 42px;
    line-height: 32px;
  }
}

@media (max-width: 992px) {
  .app .banner .swiperBanner .swiper-wrapper .swiper-slide .container .content h1 {
    margin-top: 0px !important;
    margin-left: 90px;
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 16px;
  }

  .app .banner .swiperBanner .swiper-wrapper .swiper-slide .container .content .s-span {
    display: block;
    margin-left: 90px;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
  }

  .app .banner .swiperBanner .swiper-wrapper .swiper-slide-active .container .content .button {
    margin-left: 90px;
    margin-top: 40px;
    margin-bottom: 30px
  }

  .app .banner .swiperBanner .swiper-wrapper .swiper-slide .container .content .button button:first-child {
    height: 46px;
  }

  .app .banner .swiperBanner .swiper-wrapper .swiper-slide .container .content .button button:last-child {
    height: 46px;
  }


  .app .banner .swiperBanner .swiper-wrapper .swiper-slide .container .content .datas {
    margin-left: 90px;
    padding: 20px;
  }

  .app .banner .swiperBanner .swiper-wrapper .swiper-slide .container .content .datas .data .p p {
    font-size: 32px;
    line-height: 32px;
  }

  .app .banner .swiperBanner .swiper-wrapper .swiper-slide .container .content .datas .data .p span {
    font-size: 32px;
    line-height: 32px;
  }
}

@media (max-width: 768px) {

  .app .page3 .xu1,
  .app .page3 .xu2 {
    display: none;
  }

  .app .banner,
  .app .banner .swiperBanner {
    height: 380px !important;
    aspect-ratio: auto !important;
  }

  .app .banner .swiperBanner .swiper-wrapper .swiper-slide {
    position: relative;
    height: 100%;
    width: 100%;
  }

  .app .banner .swiperBanner .swiper-wrapper .swiper-slide>img.banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    transform: scale(1);
  }

  .app .banner .swiperBanner .swiper-wrapper .swiper-slide .banner1bg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(255, 255, 255, 0.6);
    transform: none;
    border-radius: 0;
    backdrop-filter: none;
  }

  .app .banner .swiperBanner .swiper-wrapper .swiper-slide .container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: none;
    padding: 0 20px;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .app .banner .swiperBanner .swiper-wrapper .swiper-slide .container .content {
    width: 100%;
    text-align: center;
  }

  .app .banner .swiperBanner .swiper-wrapper .swiper-slide .container .content h1 {
    display: block;
    margin-top: 15px !important;
    margin-left: 0;
    margin-bottom: 8px;
    font-size: 22px;
    line-height: 28px;
    color: #101828;
    font-weight: 700;
    opacity: 1;
    text-align: center;
  }

  .app .banner .swiperBanner .swiper-wrapper .swiper-slide .container .content .s-span {
    display: block;
    margin-left: 0;
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 20px;
    color: #475467;
    opacity: 1;
    text-align: center;
  }

  .app .banner .swiperBanner .swiper-wrapper .swiper-slide .container .content .button {
    display: flex;
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: 15px;
    justify-content: center;
    gap: 12px;
    opacity: 1;
    transform: none;
  }

  .app .banner .swiperBanner .swiper-wrapper .swiper-slide .container .content .button button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 44px;
    border-radius: 999px;
    font-size: 14px;
    font-family: Inter, sans-serif;
    font-weight: 700;
    flex-shrink: 0;
    box-sizing: border-box;
  }

  .app .banner .swiperBanner .swiper-wrapper .swiper-slide .container .content .button button:first-child {
    background: #fa6a71;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    width: auto;
  }

  .app .banner .swiperBanner .swiper-wrapper .swiper-slide .container .content .button button:first-child img {
    width: 16px;
    height: 16px;
    margin: 0;
    display: block;
  }

  .app .banner .swiperBanner .swiper-wrapper .swiper-slide .container .content .button button:last-child {
    background: #ffffff;
    color: #344054;
    border: 1px solid #d0d5dd;
    padding: 10px 20px;
    width: auto;
    box-shadow: none;
  }

  .app .banner .swiperBanner .swiper-wrapper .swiper-slide .container .content .button button:last-child .img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #ffe4e6;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
  }

  .app .banner .swiperBanner .swiper-wrapper .swiper-slide .container .content .button button:last-child .img img {
    width: 8px;
    height: 10px;
    margin: 0;
    display: block;
  }

  .app .banner .swiperBanner .swiper-wrapper .swiper-slide .container .content .datas {
    display: flex;
    width: 100%;
    margin-left: 0;
    margin-top: 12px;
    padding: 10px 15px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    justify-content: space-between;
    gap: 8px;
    opacity: 1;
    transform: none;
  }

  .app .banner .swiperBanner .swiper-wrapper .swiper-slide .container .content .datas .data {
    flex: 1;
    height: auto;
    margin-right: 0;
    text-align: center;
  }

  .app .banner .swiperBanner .swiper-wrapper .swiper-slide .container .content .datas .data .p {
    justify-content: center;
    align-items: baseline;
    gap: 2px;
  }

  .app .banner .swiperBanner .swiper-wrapper .swiper-slide .container .content .datas .data .p p {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    color: #101828;
    margin-bottom: 0;
  }

  .app .banner .swiperBanner .swiper-wrapper .swiper-slide .container .content .datas .data .p span {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    color: #fa6a71;
    margin-left: 0;
  }

  .app .banner .swiperBanner .swiper-wrapper .swiper-slide .container .content .datas .data span {
    font-size: 10px;
    line-height: 14px;
    color: #667085;
    display: block;
    margin-top: 2px;
  }

  .app .banner .swiperBanner .swiperBanner-pagination {
    position: absolute;
    bottom: 10px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    width: auto;
    height: auto;
    display: flex;
    flex-direction: row;
    gap: 6px;
    z-index: 10;
  }

  .app .banner .swiperBanner .line {
    display: none !important;
  }

  .app .banner .swiperBanner .swiperBanner-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #acacac;
    border: none;
    opacity: 0.5;
    margin: 0;
    cursor: pointer;
  }

  .app .banner .swiperBanner .swiperBanner-pagination .swiper-pagination-bullet img {
    display: none;
  }

  .app .banner .swiperBanner .swiperBanner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fa6a71;
    border: none;
    opacity: 1;
    width: 8px;
    height: 8px;
  }
}

/* banner */

/* page2 */
@media (max-width: 1200px) {
  .app .page2 .top .title .title1 h1 {
    font-size: 24px;
  }

  .app .page2 .container .bj-bottom-div .bj-bottom {
    display: none;
  }

  .app .page2 .top .main .img p {
    margin-top: 170px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .app .page2 .top .main .img img {
    width: auto;
  }

  .app .page2 .bottom {
    gap: 20px;
    width: 100%;
    justify-content: center;
  }

  .app .page2 .top .title {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .app .page2 .top .title p {
    width: auto;
    height: auto;
  }

  .app .page3 .container .top {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
  }
}

@media(max-width: 992px) {
  .app .page2 .top .title {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .app .page2 .top .main .connect:nth-child(2) {
    display: none;
  }

  .app .page2 .top .main .connect:nth-child(4) {
    display: none;
  }

  .app .page2 .top .main .connect:nth-child(6) {
    display: none;
  }

  .app .page2 .top .main .img2 {
    margin-top: 0;
  }

  .app .page2 .top .main .img3 {
    margin-top: 0;
  }

  .app .page2 {
    height: auto;
  }

  .app .page2 .top {
    height: auto;
  }

  .app .page2 .top .main {
    gap: 20px;
    height: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* flex-direction: column; */
    /* align-items: center; */
  }

  .app .page2 .container .bj-top-div {
    display: none;
  }

  .app .page2 .container .bj-bottom-div {
    display: none;
  }

  .app .page2 .bottom {
    margin: 40px auto 20px;
  }

  .app .page2 .bottom button:first-child {
    font-size: 15px;
    width: 180px;
    height: 46px;
  }

  .app .page2 .bottom button:last-child {
    font-size: 15px;

  }
}

@media(max-width: 768px) {
  .app .page2 {
    margin-top: 0;
  }

  .app .page2 .top .title p {
    width: auto;
  }

  .app .page2 .top .title .title1 img {
    width: 28px;
    height: 28px;
  }

  .app .page2 .top .title .title1 h1 {
    font-size: 20px;

    display: flex;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
  }

  .app .page2 .bottom button:first-child,
  .app .page2 .bottom button:last-child {
    width: 170px;
    height: auto;
    font-size: 12px;
  }

  .app .page2 .top .main {
    grid-template-columns: 1fr;
    /* justify-self: center; */
    justify-items: center;

    /* flex-direction: column; */
    /* align-items: center; */
  }
}

/* page2 */


/* page3 */
@media (max-width: 1200px) {

  .app .page3 .box .swiper-left {
    width: 30%;
  }

  .app .page3 .box .swiper-left {
    justify-content: center;
  }

  .app .page3 .box .swiper-left ul {
    margin-left: 0;
  }

  .app .page3 .swiper3 {
    width: 80%;
  }

  .app .page3 .container .top .top1 h1 {
    font-size: 24px;
  }

  .app .page3 .container .top .top1 img {
    width: 35px;
    height: 35px;
  }

  .app .page3 .swiper3-buttons {
    margin-top: 63px;
    width: 100%;
    justify-content: center;
  }
}

@media(max-width: 992px) {
  .app .page3 .container .top {
    grid-template-columns: 1fr;
    justify-items: center;
  }
}

@media(max-width: 768px) {
  .app .page3 {
    height: auto;
  }

  .app .page3 .box {
    display: block;
  }

  .app .page3 .box .swiper-left {
    width: 100%;
  }

  .app .page3 .box .swiper-left ul {
    max-width: none;
  }

  .app .page3 .box .swiper-left ul {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-left: 0;
  }

  .app .page3 .box .swiper-left ul li {
    max-width: none;
    width: 100%;
  }

  .app .page3 .swiper3 {
    margin-top: 20px;
    width: 100%;
  }

  .app .page3 .container .top .top1 h1 {
    font-size: 20px;
  }

  .app .page3 .swiper3-buttons {
    margin-top: 20px;
    gap: 35px;
    /* padding-bottom: 20px; */
  }

  .app .page3 .swiper3-buttons .more {
    width: 170px;
    height: 42px;
    font-size: 12px;
  }

  .app .page3 .swiper3-buttons .swiper3-button-prev,
  .app .page3 .swiper3-buttons .swiper3-button-next {
    width: 46px;
    height: 46px;
  }

  /* .app .page3 .swiper3 .swiper-wrapper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  } */
}


/* page3 */


/* page4 */


@media (min-width: 1401px) and (max-width: 1800px) {
  .app .about-section .container .about-item .about-text p {
    width: auto;
  }

  .app .about-section .container .about-item img {
    width: 546px;
    height: 415px;
  }

  .app .about-section .container .about-item.reverse .about-text {
    width: 50%;
  }

  .app .about-section .container .about-item.reverse .about-img img {
    /* width: 445px;
    height: 566px; */
  }
}

@media (min-width: 1200px) and (max-width: 1400px) {

  .app .about-section .container .about-item {
    margin-left: 0;
  }

  .app .about-section .container .about-item img {
    width: 40%;
    height: auto;
  }

  .app .about-section .container .about-item .about-text p {
    width: auto;
  }

  .app .about-section .container .about-item .about-text .link-more h1 {
    width: 126px;
  }

  .app .about-section .container .about-item.reverse .slideInLeft {
    height: auto;
  }

  .app .about-section .container .about-item.reverse .slideInLeft img {
    width: auto !important;
  }

  .app .about-section .container .about-item.reverse .about-text {
    flex: 1;
  }

  .app .about-section .container .bg-div {
    display: none;
  }

  .app .about-section .container .img-caption {
    margin-left: 0;
  }

  .app .about-section .container .video-group {
    margin-left: 0;
    width: 100%;
    justify-content: center;
    gap: 20px;
    margin-top: 46px;
  }

}

@media (max-width: 1199px) {
  .app .about-section {
    height: auto;
  }

  .app .about-section .container .about-title h2 {
    font-size: 24px;
  }

  .app .about-section .container .about-item .about-text p {
    font-size: 16px;
  }

  .app .about-section .container .about-item .about-text p span {
    font-size: 20px;
  }

  .app .about-section .container .about-item {
    margin-left: 0;
  }

  .app .about-section .container .about-item img {
    width: 40%;
    height: auto;
  }

  .app .about-section .container .about-item .about-text p {
    width: auto;
    margin-bottom: 0;
    height: auto;
  }


  .app .about-section .container .about-item .about-text .link-more h1 {
    font-size: 22px;
    width: 126px;
  }

  .app .about-section .container .about-item.reverse .slideInLeft {
    height: auto;
  }

  .app .about-section .container .about-item.reverse .slideInLeft img {
    width: auto !important;
  }

  .app .about-section .container .about-item.reverse .about-text {
    flex: 1;
  }

  .app .about-section .container .bg-div {
    display: none;
  }

  .app .about-section .container .img-caption {
    margin-left: 0;
  }

  .app .about-section .container .video-group {
    margin-bottom: 20px;
    margin-left: 0;
    width: 100%;
    margin-top: 46px;
  }
}

@media (max-width: 992px) {
  .app .about-section {
    height: auto;
  }

  .app .about-section .container .about-title h2 {
    font-size: 24px;
  }

  .app .about-section .container .about-item .about-text {
    width: 100%;
  }

  .app .about-section .container .about-item .about-text p {
    font-size: 16px;
  }

  .app .about-section .container .about-item .about-text p span {
    font-size: 20px;
  }

  .app .about-section .container .about-item {
    margin-left: 0;
    flex-direction: column;
  }

  .app .about-section .container .about-item img {
    width: 40%;
    height: auto;
    border-radius: 16px 16px 16px 16px;
  }

  .app .about-section .container .about-item .about-text p {
    width: auto;
    margin-bottom: 0;
    height: auto;
  }

  .app .about-section .container .about-item .about-text .item-title {
    justify-content: center;
    width: 100%;
  }

  .app .about-section .container .about-item .about-text .link-more {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .app .about-section .container .about-item .about-text .link-more h1 {
    font-size: 22px;
    width: 126px;
  }

  .app .about-section .container .about-item.reverse .slideInLeft {
    height: auto;
  }

  .app .about-section .container .about-item img {
    width: 100%;
  }

  .app .about-section .container .about-item.reverse .about-img {
    width: 100%;
    margin-right: 0;
    display: flex;
    justify-content: center;
  }

  .app .about-section .container .about-item.reverse .about-text h3 {
    margin-top: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
  }


  .app .about-section .container .about-item.reverse .slideInLeft img {
    width: auto !important;
  }

  .app .about-section .container .about-item.reverse .about-text {
    flex: 1;
    gap: 10px;
    width: 100%;
  }

  .app .about-section .container .bg-div {
    display: none;
  }

  .app .about-section .container .img-caption {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-left: 0;
  }

  .app .about-section .container .video-group {
    margin-bottom: 20px;
    margin-left: 0;
    width: 100%;
    margin-top: 46px;
  }

  .app .about-section .container .video-group .video-item {
    width: 300px;
    height: 180px;
  }

  .app .about-section .container .video-group .video-item .video {
    width: 100%;
    height: 100%;
  }

  .app .about-section .container .video-group .video-item .img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .app .about-section .container .about-item.reverse .about-text p {
    width: 100%;
    word-break: break-word;
    /* 或 break-all */
    overflow-wrap: break-word;
    font-size: 16px;
  }


}



@media (max-width: 768px) {
  .app .about-section .container .video-group {
    flex-direction: column;
    gap: 20px;
    margin-top: 46px;
  }

  .app .about-section .container .video-group .video-item {
    width: 100%;
    max-width: 362px;
    /* width: 300px;
    height: 180px; */
  }

  .app .about-section .container .video-group .video-item .video {
    width: 100%;
    height: 100%;
  }

  .app .about-section .container .about-item .about-text .link-more {
    margin: 20px 0;
  }

  .app .about-section .container .video-group .video-item .img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .app .page3 .swiper3-buttons .swiper3-button-prev,
  .app .page3 .swiper3-buttons .swiper3-button-next {
    width: 34px;
    height: 34px;
  }

  .app .page3 .swiper3-buttons .more span {
    font-size: 12px;
  }

  .app .page3 .swiper3-buttons .swiper3-button-prev img {
    width: 20px;
    height: 20px;
  }

  .app .page3 .swiper3-buttons .swiper3-button-next img {
    width: 20px;
    height: 20px;
  }

  .app .about-section .container .about-item .about-text hr {
    display: none;
  }


}

/* page4 */

/* page5 */
@media (max-width: 1200px) {
  .app .industry-section {
    margin-top: 0;
  }

  .app .industry-section .container .industrySwiper {
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }

  .app .industry-section .container .industry-button-prev {
    left: clamp(18px, 2vw, 38px);
  }

  .app .industry-section .container .industry-button-next {
    right: clamp(18px, 2vw, 38px);
  }

}

@media (max-width: 992px) {
  .app .industry-section .container .section-header {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .app .industry-section .container .industry-carousel {
    padding: 0 52px;
  }

  /* 轮播图 */
  .app .industry-section .container .industrySwiper {
    width: 100%;
    height: 250px;
  }

  .app .industry-section .container .industrySwiper .swiper-slide {
    height: 200px;
    left: 0;
  }

  .app .industry-section .container .industrySwiper .swiper-slide.active {
    height: 250px;
  }

  .app .industry-section .container .industry-button-prev,
  .app .industry-section .container .industry-button-next {
    width: 40px;
    height: 40px;
  }

  .app .industry-section .container .industry-button-prev {
    left: 0;
  }

  .app .industry-section .container .industry-button-next {
    right: 0;
  }
}

@media (max-width: 768px) {
  .app .industry-section .container .industry-carousel {
    padding: 0 44px;
  }

  .app .industry-section .container .industrySwiper {
    height: 220px;
  }

  .app .industry-section .container .industrySwiper .swiper-slide {
    width: 300px;
    height: 170px;
  }

  .app .industry-section .container .industrySwiper .swiper-slide.active {
    height: 220px;
  }

  .app .industry-section .container .action-buttons .btn {
    padding: 10px 22px;
    border-radius: 25px;
    font-size: 14px;
  }

  .app .industry-section .container .section-header .header-desc {
    text-align: center;
  }

}


/* page6 */
@media (max-width:1400px) {
  .app .cooperation-section .container {
    width: 80%;
    padding: 0;
  }

  .app .cooperation-section .container .section-header {
    width: 100%;
  }

  .app .cooperation-section .container .swiper6 {
    width: 100%;
    height: auto;
  }

  .app .cooperation-section .showPics .container .pics {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    /* 隐藏滚动条 */
    -ms-overflow-style: none;
    scrollbar-width: none;
    /* 支持触摸滚动 */
    touch-action: pan-x;
    scroll-behavior: smooth;
    cursor: grab;
  }

  .app .cooperation-section .showPics .container .pics::-webkit-scrollbar {
    display: none;
  }

  .app .cooperation-section .showPics .container .pics:active {
    cursor: grabbing;
  }
}

@media (max-width: 1200px) {
  .app .cooperation-section .container .section-header .header-title h2 {
    font-size: 22px;
  }

  .app .cooperation-section .container .section-header .link-more span {
    font-size: 18px;
  }

  .app .cooperation-section .container .swiper6 .swiper-slide .slide-text {
    top: 15%;
  }
}

@media (max-width: 992px) {

  .app .cooperation-section {
    height: auto;
  }

  .app .cooperation-section .container {
    height: auto;
  }

  .app .cooperation-section .container .swiper6 .swiper-slide-active .slide-text p {
    font-size: 16px;
  }

  .app .cooperation-section .container .swiper6 .swiper6-pagination {
    bottom: 0;
    width: 100%;
  }

  .app .cooperation-section .container .swiper6 .swiper6-pagination .swiper-pagination-bullet span {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .app .cooperation-section {
    height: auto;
  }

  .app .cooperation-section .container .swiper6 .swiper6-button-prev {
    width: 30px;
    height: 30px;
    left: 0;
  }

  .app .cooperation-section .container .swiper6 .swiper6-button-prev img {
    width: 20px;
    height: 20px;

  }

  .app .cooperation-section .container .swiper6 .swiper6-button-next {
    width: 30px;
    height: 30px;
    right: 0;
  }

  .app .cooperation-section .container .swiper6 .swiper6-button-next img {
    width: 30px;
    height: 30px;

  }

  .app .cooperation-section .container .swiper6 .swiper-slide-active .slide-text p {
    line-height: 18px;
    font-size: 12px;
    margin-bottom: 0;
  }

  .app .cooperation-section .container .swiper6 .swiper-slide .slide-text {
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .app .cooperation-section .container .swiper6 .swiper6-pagination {
    display: none;
  }

}


/* page7 */
@media (max-width: 1200px) {
  .app .news-section .container .header-title h2 {
    font-size: 22px;
  }

  .app .news-section .container {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .app .news-section {
    margin-top: 0;
  }

  .app .news-section .xu2,
  .app .news-section .xu1 {
    display: none;
  }
}


@media (max-width: 1200px) {
  html {
    font-size: 15px;
  }

  .wrapper {
    width: 90%;
  }
}


@media (max-width: 992px) {
  html {
    font-size: 14px;
  }
}

@media (max-width: 768px) {}



/* page8 */
@media (max-width: 768px) {
  .contact-section .wrapper .contact-bg-text {
    top: -5.125rem !important;
  }
}