* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  width: 100vw;
}
.container {
  width: 1440px;
  height: 100%;
  margin: 0 auto;
}
.app {
  overflow: hidden;
}
.banner {
  width: 100%;
  height: 660px;
}
.banner .bannerSwiper {
  width: 100%;
  height: 100%;
  position: relative;
}
.banner .bannerSwiper .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}
.banner .bannerSwiper .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #ccc;
  border-radius: 50%;
  margin: 0 5px;
  position: relative;
  opacity: 1;
  transition: all 0.3s ease;
}
.banner .bannerSwiper .swiper-pagination .swiper-pagination-bullet:not(:last-child)::after {
  content: '';
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 1px;
  background: #ccc;
}
.banner .bannerSwiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #e82621;
}
.banner .bannerSwiper .swiper-wrapper {
  position: relative;
  height: 100%;
}
.banner .bannerSwiper .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
}
.banner .bannerSwiper .swiper-slide .container {
  height: 660px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.banner .bannerSwiper .swiper-slide .banner-img {
  width: 100%;
  position: relative;
  height: 100%;
  object-fit: cover;
  display: block;
}
.banner .bannerSwiper .swiper-slide .banner-main {
  position: absolute;
  top: 227px;
  left: 119px;
  width: 957px;
  top: 30%;
  left: 3%;
  width: fit-content;
  z-index: 999;
}
.banner .bannerSwiper .swiper-slide .banner-main span {
  font-size: 35px;
  font-weight: bold;
  line-height: 48px;
  color: white;
}
.banner .bannerSwiper .swiper-slide .banner-main .text {
  margin-top: 33px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.banner .bannerSwiper .swiper-slide .banner-main .text div {
  width: 4px;
  height: 31px;
  background-color: white;
  margin-right: 12px;
}
.banner .bannerSwiper .swiper-slide .banner-main .text p {
  font-size: 16px;
  color: white;
  font-family: "Alibaba PuHuiTi";
  line-height: 22px;
  width: 590px;
  height: 44px;
}
.banner .bannerSwiper .swiper-slide .banner-main .button {
  margin-top: 52px;
  width: fit-content;
  height: 53px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 28px;
  background-color: #57a6df;
  border-radius: 6px 79px 6px 6px;
  transition: transform 0.2s ease, opacity 0.2s ease;
  cursor: pointer;
  text-decoration: none;
}
.banner .bannerSwiper .swiper-slide .banner-main .button:hover {
  transform: scale(1.05);
  opacity: 0.9;
}
.banner .bannerSwiper .swiper-slide .banner-main .button span {
  font-size: 16px;
  margin-left: 32px;
  margin-right: 8px;
}
.banner .bannerSwiper .swiper-slide .banner-main .button img {
  width: 20px;
  height: 20px;
}
.banner .bannerSwiper .swiper-slide .pause {
  width: 41.7px;
  height: 41.7px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  padding: 0 14.6px;
  justify-content: space-between;
  position: absolute;
  right: 126px;
  bottom: 57px;
}
.banner .bannerSwiper .swiper-slide .pause div {
  width: 2px;
  height: 12.5px;
  background-color: #ffffff;
}
.overall {
  height: 950px;
}
.overall .over-other {
  width: 100%;
  height: 950px;
  height: 100%;
  background-image: url('../images/overallbjtop.png'), url('../images/overallbjbottom.png');
  background-position: center top, right bottom;
  background-repeat: no-repeat;
  background-size: 660px 237px, 942px 241px;
  overflow: hidden;
}
.overall .over-other .top {
  width: 83.33%;
  height: 88px;
  margin: 126px auto 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.overall .over-other .top .left {
  width: 397px;
  height: 88px;
}
.overall .over-other .top .left .red {
  font-size: 14px;
  font-weight: bold;
  line-height: 28px;
  color: #e22924;
  letter-spacing: 0.5px;
}
.overall .over-other .top .left .bolder {
  width: 397px;
  height: 40px;
  width: fit-content;
  height: fit-content;
  text-align: center;
  color: #101828;
  font-family: Inter;
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 0.4px;
  margin-top: 12px;
  margin-bottom: 16px;
}
.overall .over-other .top .left hr {
  width: 80px;
  height: 4px;
  border-radius: 4px;
  background: #57a6df;
}
.overall .over-other .top .button {
  width: fit-content;
  height: 53px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 28px;
  background-color: #57a6df;
  border-radius: 6px 79px 6px 6px;
  transition: transform 0.2s ease, opacity 0.2s ease;
  cursor: pointer;
  text-decoration: none;
}
.overall .over-other .top .button:hover {
  transform: scale(1.05);
  opacity: 0.9;
}
.overall .over-other .top .button span {
  font-size: 16px;
  margin-left: 22.5px;
  margin-right: 8px;
  color: white;
}
.overall .over-other .top .button img {
  width: 20px;
  height: 20px;
}
.overall .over-other .main {
  width: 100%;
  margin-top: 42px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.overall .over-other .main .swiper2 {
  width: 582px;
  height: 419px;
  border-radius: 0 14px 14px 0;
  overflow: hidden;
  position: relative;
  margin-left: 0;
  margin-right: 0;
}
.overall .over-other .main .swiper2 .swiper-slide {
  overflow: hidden;
}
.overall .over-other .main .swiper2 img {
  width: 100%;
  height: 100%;
  border-radius: 0 14px 14px 0;
  transition: transform 0.3s ease;
}
.overall .over-other .main .swiper2:hover img {
  transform: scale(1.05);
}
.overall .over-other .main .swiper2 .blurry {
  width: 52px;
  height: 419px;
  background: rgba(255, 255, 255, 0.37);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.overall .over-other .main .text {
  width: 50%;
}
.overall .over-other .main .text .title {
  width: auto;
  height: 32px;
  color: #101828;
  font-family: "Alibaba PuHuiTi";
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.1px;
  margin-bottom: 7px;
}
.overall .over-other .main .text .title2 {
  width: 340px;
  width: 100%;
  height: 30px;
  color: #4a5565;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 16px;
  line-height: 29.3px;
  letter-spacing: -0.4px;
}
.overall .over-other .main .text .p {
  width: 695px;
  width: 100%;
  height: 59px;
  color: #4a5565;
  font-family: "Alibaba PuHuiTi";
  font-weight: 300;
  font-size: 16px;
  line-height: 29.3px;
  letter-spacing: -0.4px;
  margin-top: 39px;
}
.overall .over-other .main .text hr {
  width: 698px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  margin-top: 39px;
}
.overall .over-other .main .text .flex {
  width: 698px;
  width: 90%;
  height: 177px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.overall .over-other .main .text .flex span {
  height: 36px;
  color: #57a6df;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
}
.overall .over-other .main .text .flex span:hover {
  text-decoration-line: underline;
  text-underline-offset: 43%;
  text-underline-position: from-font;
  text-decoration-skip-ink: auto;
  cursor: pointer;
}
.overall .over-other .our {
  width: 582px;
  height: 36px;
  text-align: center;
  color: #000000;
  font-family: Manrope;
  font-weight: 700;
  font-size: 14px;
  line-height: 36px;
  text-decoration-line: underline;
  text-underline-offset: 38.25%;
  text-underline-position: from-font;
  text-decoration-skip-ink: auto;
}
.overall .over-other .gray {
  width: 409px;
  height: 372px;
  border-radius: 0px 16px 16px 0px;
  background: linear-gradient(45deg, rgba(29, 33, 141, 0.13) 0%, rgba(187, 187, 187, 0.13) 100%);
  margin-top: -265px;
  z-index: -1;
}
.swiper2 .swiper-button-next {
  background-image: url('../images/Double-right-white.png');
  background-size: 21px 21px;
  background-repeat: no-repeat;
  background-position: center;
  width: 36px;
  height: 36px;
  right: 10px;
  border-radius: 50%;
  background-color: #3a254c;
  z-index: 3;
}
.swiper2 .swiper-button-next::after {
  display: none;
}
.page3 {
  height: 831px;
  background-image: url('../images/page3BgL.png'), url('../images/page3BgR.png');
  background-repeat: no-repeat, no-repeat;
  background-position: left bottom, right center;
  background-size: 285.7px 426px, 283.3px 798px;
  background-color: #f3f4f9;
}
.page3 .top {
  max-width: 1200px;
  width: 100%;
  height: fit-content;
  margin: 75px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page3 .top .left {
  width: 274px;
  height: 88px;
}
.page3 .top .left .red {
  color: #e22924;
  font-family: "Alibaba PuHuiTi";
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.page3 .top .left .bolder {
  color: #101828;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 0.4px;
  margin: 12px auto;
}
.page3 .top .left hr {
  width: 80px;
  height: 4px;
  border-radius: 4px;
  background: #57a6df;
}
.page3 .top .p {
  width: 608px;
  height: 56px;
  color: #4a5565;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
}
.page3 .top .button {
  width: fit-content;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 28px;
  background-color: #57a6df;
  cursor: pointer;
  border-radius: 6px 40px 6px 6px;
  transition: transform 0.3s ease, opacity 0.2s;
  text-decoration: none;
}
.page3 .top .button:hover {
  transform: scale(1.05);
  opacity: 0.9;
}
.page3 .top .button p {
  font-size: 16px;
  color: white;
}
.page3 .top .button img {
  width: 20px;
  height: 20px;
}
.page3 .main {
  width: 100%;
  height: 543px;
  margin-top: 74px;
  position: relative;
}
.page3 .container .main .swiper3-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 80%;
  max-width: 800px;
  margin: 48px auto 0;
}
.page3 .container .main .swiper3button {
  flex: 1;
  min-width: 0;
  height: auto;
  overflow: hidden;
}
.page3 .container .main .swiper3button .swiper-wrapper {
  align-items: center;
}
.page3 .container .main .swiper3button .swiper-wrapper .swiper-slide {
  width: auto;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 20px;
  border-radius: 10px;
  border: 1px solid rgba(200, 205, 212, 0.6);
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.85);
  transition: all 0.35s ease;
  cursor: pointer;
  text-decoration: none;
  color: #4a5568;
}
.page3 .container .main .swiper3button .swiper-wrapper .swiper-slide img,
.page3 .container .main .swiper3button .swiper-wrapper .swiper-slide svg {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  object-fit: contain;
  transition: all 0.35s ease;
}
.page3 .container .main .swiper3button .swiper-wrapper .swiper-slide p {
  text-align: center;
  color: #4a5568;
  font-family: "Alibaba PuHuiTi";
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.35s ease;
}
.page3 .container .main .swiper3button .swiper-wrapper .swiper-slide:hover {
  border-color: rgba(87, 166, 223, 0.5);
}
.page3 .container .main .swiper3button .swiper-wrapper .swiper-slide.swiper-slide-active {
  width: auto;
  height: 88px;
  padding: 14px 40px;
  border-radius: 16px;
  background: #57a6df;
  border-color: #57a6df;
  box-shadow: 0 6px 20px rgba(87, 166, 223, 0.3);
  color: #fff;
}
.page3 .container .main .swiper3button .swiper-wrapper .swiper-slide.swiper-slide-active img,
.page3 .container .main .swiper3button .swiper-wrapper .swiper-slide.swiper-slide-active svg {
  width: 56px;
  height: 56px;
}
.page3 .container .main .swiper3button .swiper-wrapper .swiper-slide.swiper-slide-active p {
  color: #fff;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
}
.page3 .container .main .swiper3b-button-prev,
.page3 .container .main .swiper3b-button-next {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid #1d218d;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #1d218d;
  transition: background 0.2s ease, color 0.2s ease;
}
.page3 .container .main .swiper3b-button-prev::after,
.page3 .container .main .swiper3b-button-next::after {
  display: none;
}
.page3 .container .main .swiper3b-button-prev svg,
.page3 .container .main .swiper3b-button-next svg {
  width: 24px;
  height: 24px;
}
.page3 .container .main .swiper3b-button-prev:hover,
.page3 .container .main .swiper3b-button-next:hover {
  background: rgba(29, 33, 141, 0.06);
}
.swiper3 {
  width: 100%;
  max-width: 1440px;
  height: 363px;
  margin: 0 auto 0;
  background-image: linear-gradient(91.3deg, rgba(245, 248, 251, 0.8) 33.84%, rgba(249, 250, 251, 0) 90.48%), url(../images/swiper3BjL.png), url(../images/swiper3BjR.png);
  background-repeat: no-repeat no-repeat;
  background-position: left center, right center;
  background-size: 119px 385px, 67px 385px;
  overflow: hidden;
}
.swiper3 .swiper-slide {
  width: 314px;
  height: 363px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.swiper3 .swiper-slide:hover .img img {
  transform: scale(1.05);
}
.swiper3 .swiper-slide .img {
  width: 314px;
  height: 270px;
  overflow: hidden;
}
.swiper3 .swiper-slide .img img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 12px 12px 0 0;
  transition: transform 0.3s ease;
}
.swiper3 .swiper-slide .text {
  width: 314px;
  height: 93px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 0 0 12px 12px;
}
.swiper3 .swiper-slide .text .bolder {
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  margin-top: 17px;
  margin-bottom: 12.5px;
}
.swiper3 .swiper-slide .text .red {
  width: 96.2px;
  height: 20px;
  display: flex;
  align-items: center;
}
.swiper3 .swiper-slide .text .red p {
  text-align: center;
  color: #e82621;
  font-family: Inter;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.2px;
}
.swiper3 .swiper-slide .text .red img {
  width: 16px;
  height: 16px;
}
.page4 {
  height: 1465px;
  background: #ffffff;
  background-image: url('../images/page4BjTL.png'), url('../images/page4BjB.png');
  background-repeat: no-repeat, no-repeat;
  background-position: top left, bottom center;
  background-size: 814px 224px, 1439px 670px;
  position: relative;
}
.page4 .top {
  width: 941px;
  height: 294px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 41.8px auto 69px;
}
.page4 .top .red {
  text-align: center;
  color: #e22924;
  font-family: "Alibaba PuHuiTi";
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.page4 .top .bolder {
  text-align: center;
  color: #101828;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 0.4px;
  margin-top: 16px;
  margin-bottom: 16px;
}
.page4 .top hr {
  width: 80px;
  height: 4px;
  border-radius: 4px;
  background: #57a6df;
}
.page4 .top .p1 {
  font-size: 18px;
  color: #4a5565;
  font-weight: 300;
  margin-top: 39px;
  margin-bottom: 39px;
}
.page4 .top .p1 span {
  color: #e52726;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 27px;
  line-height: 29.3px;
  letter-spacing: -0.4px;
}
.page4 .top .p2 {
  font-size: 18px;
  color: #4a5565;
  font-weight: 300;
}
.page4 .top .p2 span {
  color: #4a5565;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 27px;
  line-height: 29.3px;
  letter-spacing: -0.4px;
}
.page4 .main {
  width: 100%;
  height: 502px;
  position: absolute;
  top: 420px;
}
.page4 .main .button {
  width: fit-content;
  height: 57px;
  padding: 0 28px;
  margin: 25.2px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  transition: transform 0.2s ease, opacity 0.2s ease;
  cursor: pointer;
}
.page4 .main .button:hover {
  transform: scale(1.02);
  opacity: 0.9;
}
.page4 .main .button .button-arrow {
  width: 58px;
  height: 57px;
  border-radius: 100px;
  background: #c7443f;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: 21px 21px;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.2s ease, opacity 0.2s ease;
  cursor: pointer;
}
.page4 .main .button .button-arrow:hover {
  transform: scale(1.1);
  opacity: 0.8;
}
.page4 .main .button .button-arrow img {
  width: 30px;
  height: 30px;
}
.page4 .main .button .swiper-button-prev {
  background-image: url(../images/p4DL.png);
  position: static;
  margin: 0;
}
.page4 .main .button .swiper-button-next {
  background-image: url(../images/p4DR.png);
  position: static;
  margin: 0;
}
.page4 .main .button .swiper-button-prev::after,
.page4 .main .button .swiper-button-next::after {
  display: none;
}
.page4 .main .button p {
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 300;
  font-size: 15px;
  line-height: 22px;
  text-decoration-line: underline;
  text-underline-offset: 25%;
  text-underline-position: from-font;
  text-decoration-skip-ink: auto;
}
.page4 .swiper4 {
  height: 420px;
  overflow: hidden;
}
.page4 .swiper4 .swiper-wrapper {
  margin: 0 auto;
  display: flex;
}
.page4 .swiper4 .swiper-slide {
  width: 355px;
  height: 418px;
  height: 100%;
  border-radius: 8px;
  transform: scale(1, 0.995612) skew(-5.345929deg, 0deg);
  overflow: hidden;
}
.page4 .swiper4 .swiper-slide img {
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease;
}
.page4 .swiper4 .swiper-slide:hover img {
  transform: scale(1.1);
}
.page4 .swiper4 .swiper-slide-active {
  width: 563px;
  height: 418px;
  height: 100%;
}
.page4 .bottom {
  width: 100%;
  height: 23.54%;
  position: absolute;
  bottom: 124px;
  left: 0;
  display: flex;
  flex-wrap: wrap;
}
.page4 .bottom .location {
  width: 60.83%;
  height: 100%;
  margin-left: 9.86%;
  border-radius: 15px;
  border: 2px solid rgba(29, 33, 141, 0.1);
  box-sizing: border-box;
  background: #ffffff;
  display: flex;
}
.page4 .bottom .location .map1 {
  width: 51.14%;
  height: 100%;
  position: relative;
}
.page4 .bottom .location .map1 .map {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.page4 .bottom .location .map1 .add {
  position: absolute;
  top: 10%;
  right: 6%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
  border: none;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.page4 .bottom .location .map1 .add:hover {
  transform: scale(1.1);
}
.page4 .bottom .location .map1 .add img {
  width: 24px;
  height: 24px;
}
.page4 .bottom .location .map1 .reduce {
  position: absolute;
  top: 26%;
  right: 6%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
  border: none;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.page4 .bottom .location .map1 .reduce:hover {
  transform: scale(1.1);
}
.page4 .bottom .location .map1 .reduce img {
  width: 24px;
  height: 24px;
}
.page4 .bottom .location .xq {
  width: 48.86%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page4 .bottom .location .xq p {
  width: 86%;
  height: 120px;
  color: #4a5565;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 12px;
  line-height: 30px;
  margin: 37px auto 84px;
}
.page4 .bottom .location .xq .buttons {
  width: 86%;
  height: 43px;
  display: inline-flex;
  place-content: flex-start;
  place-items: center;
  gap: 20px;
}
.page4 .bottom .location .xq .buttons .button {
  width: 48%;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  border: 1px solid #57a6df;
  transition: transform 0.2s ease, opacity 0.2s ease;
  cursor: pointer;
  text-decoration: none;
}
.page4 .bottom .location .xq .buttons .button:hover {
  transform: scale(1.05);
  opacity: 0.9;
}
.page4 .bottom .location .xq .buttons .contact span {
  text-align: center;
  color: #57a6df;
  font-family: Inter;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.3px;
  margin-right: 8px;
}
.page4 .bottom .location .xq .buttons .contact img {
  width: 24px;
  height: 24px;
}
.page4 .bottom .location .xq .buttons .explore {
  width: 158px;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: #57a6df;
  transition: transform 0.2s ease, opacity 0.2s ease;
  cursor: pointer;
}
.page4 .bottom .location .xq .buttons .explore:hover {
  transform: scale(1.05);
  opacity: 0.9;
}
.page4 .bottom .location .xq .buttons .explore span {
  text-align: center;
  color: #ffffff;
  font-family: Inter;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.3px;
  margin-right: 8px;
}
.page4 .bottom .location .xq .buttons .explore img {
  width: 24px;
  height: 24px;
}
.page4 .bottom .address {
  width: 257px;
  height: 61px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid #57a6df;
  box-sizing: border-box;
  background: #ffffff;
  margin-left: 52px;
  margin-top: 73px;
}
.page4 .bottom .address p {
  width: 238px;
  height: 58px;
  text-align: center;
  color: #ff4929;
  font-family: "Alibaba PuHuiTi";
  font-weight: 500;
  font-size: 9px;
  line-height: 29px;
  letter-spacing: -0.4px;
}
.page5 {
  width: 100%;
  height: 889px;
  background-image: url('../images/p5BjTop.png'), url('../images/p5BjBottom.png');
  background-repeat: no-repeat, no-repeat;
  background-position: center top, center center;
  background-size: 100vw auto, 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page5 .container {
  padding: 0 10%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page5 .datas {
  width: 1063px;
  width: 80%;
  width: 100%;
  height: 184px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.25);
  margin-top: 17%;
}
.page5 .datas .data {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.page5 .datas .data .num {
  text-align: center;
  color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 45px;
  line-height: 40px;
  letter-spacing: 0.4px;
}
.page5 .datas .data .top {
  text-align: center;
  color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 45px;
  line-height: 40px;
  letter-spacing: 0.4px;
}
.page5 .datas .data .text {
  text-align: center;
  color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
}
.page5 .start {
  width: 85px;
  height: 85px;
  border-radius: 16777200px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.36);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10% auto 3.2%;
  transition: transform 0.2s ease, opacity 0.2s ease;
  cursor: pointer;
}
.page5 .start:hover {
  transform: scale(1.1);
  opacity: 0.8;
}
.page5 .start img {
  width: 26px;
  height: 24px;
}
.page5 h1 {
  text-align: center;
  color: #ffffff;
  font-family: Inter;
  font-weight: 700;
  font-size: 48px;
  line-height: 48px;
  letter-spacing: -0.8px;
  margin-bottom: 2.35%;
}
.page5 h1 span {
  color: #ff4929;
}
.page5 p {
  width: 659px;
  height: 56px;
  text-align: center;
  color: #d1d5dc;
  font-family: Inter;
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.4px;
  margin-bottom: 5%;
}
.page5 .explore {
  width: fit-content;
  height: 48px;
  display: flex;
  align-items: center;
  padding: 14px 20px;
  border-radius: 8px;
  background: #57a6df;
  box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.1), 0px 4px 6px -1px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease, opacity 0.2s ease;
  cursor: pointer;
  text-decoration: none;
}
.page5 .explore:hover {
  transform: scale(1.05);
  opacity: 0.9;
}
.page5 .explore span {
  color: #ffffff;
  font-family: Inter;
  font-size: 16px;
  letter-spacing: -0.3px;
  margin-left: 12px;
  margin-right: 16px;
}
.page5 .explore img {
  width: 20px;
  height: 20px;
}
.video-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.video-modal.active {
  opacity: 1;
  visibility: visible;
}
.video-modal.active .video-modal-content {
  transform: scale(1);
}
.video-modal .video-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.video-modal .video-modal-content {
  position: relative;
  width: 80%;
  max-width: 900px;
  background: #000;
  border-radius: 12px;
  overflow: hidden;
  transform: scale(0.8);
  transition: transform 0.3s ease;
}
.video-modal .video-modal-content video {
  width: 100%;
  display: block;
}
.video-modal .video-modal-close {
  position: absolute;
  top: 15px;
  right: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: white;
  cursor: pointer;
  z-index: 10;
  transition: color 0.2s ease;
}
.video-modal .video-modal-close:hover {
  color: rgba(255, 255, 255, 0.7);
}
.partner {
  width: 100vw;
  margin: 25px auto;
  overflow: hidden;
}
.partner span {
  display: block;
  height: 28px;
  color: #797979;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  margin: 22PX auto 16PX;
}
.partner .partner-scroll {
  width: 100vw;
  overflow: hidden;
}
.partner .partner-scroll .partner-scroll-inner {
  display: flex;
  width: max-content;
  gap: 42px;
}
.partner .partner-scroll .partner-item {
  width: 250px;
  height: auto;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  border: 1px solid #57a6df;
  background: #ffffff;
  overflow: hidden;
}
.partner .partner-scroll .partner-item img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.partner .partner-scroll .partner-item:first-child img {
  width: 203px;
  height: 156px;
}
.partner .partner-scroll .jost-slide {
  background: #e4e7e3;
}
.page6 {
  height: 855px;
}
.page6 .top {
  width: 1202px;
  width: 83.3%;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 100px auto 55px;
}
.page6 .top .left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  height: 96px;
}
.page6 .top .left span {
  color: #e22924;
  font-family: Inter;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.page6 .top .left h1 {
  width: fit-content;
  height: fit-content;
  text-align: center;
  color: #101828;
  font-family: Inter;
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 0.4px;
}
.page6 .top .left hr {
  width: 80px;
  height: 4px;
  border-radius: 4px;
  background: #57a6df;
}
.page6 .top .right {
  width: 520px;
  height: 59px;
}
.page6 .top .right p {
  width: 100%;
  color: #4a5565;
  font-family: Inter;
  font-weight: 400;
  font-size: 18px;
  line-height: 29.3px;
  letter-spacing: -0.4px;
}
.page6 .main {
  width: 1318px;
  height: 327px;
  width: 91%;
  margin-left: 121px;
  margin-left: 9%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page6 .main .icon {
  width: 64px;
  height: 64px;
  display: flex;
  place-content: center;
  place-items: center;
  flex-shrink: 0;
  box-sizing: border-box;
  padding: 0px 15px;
  border-radius: 14px;
  border: 1px solid #f9fafb;
  background: #ffffff;
  box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
}
.page6 .main .icon img {
  width: 32px;
  height: 32px;
}
.page6 .main .hovercontent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  width: 42%;
}
.page6 .main .hovercontent .listen,
.page6 .main .hovercontent .clock {
  width: 30%;
  height: 327px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  padding: 33px;
  border-radius: 16px;
  border: 1px solid #f3f4f6;
  box-sizing: border-box;
  background: #f9fafb;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
  transition: all 0.3s ease-in-out;
}
.page6 .main .hovercontent .listen p,
.page6 .main .hovercontent .clock p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.page6 .main .hovercontent .active {
  width: 60%;
}
.page6 .main > img,
.page6 .main .hoverpic {
  width: 54%;
  height: 327px;
  object-fit: cover;
  border-radius: 16px;
  transition: all 0.3s ease-in-out;
}
.page6 .bottom {
  width: 1200px;
  width: 83.3%;
  height: 97px;
  display: flex;
  place-content: space-between;
  place-items: center;
  flex-shrink: 0;
  box-sizing: border-box;
  padding: 0px 48px;
  padding: 0 4%;
  border-radius: 16px;
  border: 1px solid #dbeafe;
  background: #eff6ff;
  margin: 55px auto 0;
}
.page6 .bottom .left {
  width: 543.1px;
  height: 64px;
  width: fit-content;
  display: flex;
  flex-direction: column;
  place-content: flex-start;
  place-items: flex-start;
  gap: 8px;
  flex-shrink: 0;
}
.page6 .bottom .left h2 {
  color: #101828;
  font-family: Inter;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.1px;
}
.page6 .bottom .left span {
  color: #4a5565;
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.3px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page6 .bottom .right {
  width: 207px;
  height: 45px;
  display: flex;
  place-content: center;
  place-items: center;
  gap: 12%;
  flex-shrink: 0;
  border-radius: 8px 40px 8px 8px;
  background: #57a6df;
  box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.1), 0px 4px 6px -1px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease, opacity 0.2s ease;
  cursor: pointer;
  text-decoration: none;
}
.page6 .bottom .right:hover {
  transform: scale(1.05);
  opacity: 0.9;
}
.page6 .bottom .right span {
  width: 79px;
  height: 24px;
  text-align: center;
  color: #ffffff;
  font-family: Inter;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.3px;
}
.page6 .bottom .right img {
  width: 20px;
  height: 20px;
}
.page7 {
  width: 100vw;
  height: 911px;
  border-radius: 0px 0px 40px 40px;
  background: #f5f8fb;
  background: url('../images/p7Bj.png') no-repeat center / cover;
}
.page7 .container:first-child {
  height: 204px;
}
.page7 .container .top {
  width: 83.3%;
  max-width: 1202px;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 58px auto 50px;
}
.page7 .container .top .left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  height: 96px;
}
.page7 .container .top .left span {
  color: #e22924;
  font-family: Inter;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.page7 .container .top .left h1 {
  color: #ffffff;
  font-family: Inter;
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 0.4px;
}
.page7 .container .top .left hr {
  width: 80px;
  height: 4px;
  border-radius: 4px;
  background: #57a6df;
  border: none;
}
.page7 .container .top .right {
  width: 439px;
  height: 24px;
  text-align: center;
  color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.3px;
}
.page7 .main {
  height: 547px;
}
.page7 .swiper7 {
  width: 100%;
  overflow: hidden;
}
.page7 .swiper7 .swiper7-wrapper {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 32px;
}
.page7 .swiper7 .swiper7-wrapper .swiper-slide {
  overflow: hidden;
  width: 380.3px;
  height: 547px;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0px 1px 2px -1px rgba(255, 255, 255, 0.1), 0px 1px 3px rgba(255, 255, 255, 0.1);
  position: relative;
  text-decoration: none;
  color: inherit;
}
.page7 .swiper7 .swiper7-wrapper .swiper-slide .slideimg {
  width: 380.3px;
  height: 240px;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
}
.page7 .swiper7 .swiper7-wrapper .swiper-slide .slideimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.page7 .swiper7 .swiper7-wrapper .swiper-slide:hover .slideimg img {
  transform: scale(1.05);
}
.page7 .swiper7 .swiper7-wrapper .swiper-slide .text {
  width: 380.3px;
  height: 307px;
  padding: 32px;
}
.page7 .swiper7 .swiper7-wrapper .swiper-slide .text .time-group {
  width: 320px;
  height: 20px;
  display: flex;
  margin-bottom: 15.5px;
}
.page7 .swiper7 .swiper7-wrapper .swiper-slide .text .time-group img {
  width: 16px;
  height: 16px;
  margin-right: 6px;
}
.page7 .swiper7 .swiper7-wrapper .swiper-slide .text .time-group span {
  color: #6a7282;
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.2px;
  margin-right: 16px;
}
.page7 .swiper7 .swiper7-wrapper .swiper-slide .text .bolder {
  color: #101828;
  font-family: Inter;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: -0.4px;
  margin-bottom: 12.5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page7 .swiper7 .swiper7-wrapper .swiper-slide .text .content {
  color: #4a5565;
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.page7 .swiper7 .swiper7-wrapper .swiper-slide .text .a {
  width: 131.8px;
  height: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 27px;
  position: absolute;
  bottom: 32.5px;
}
.page7 .swiper7 .swiper7-wrapper .swiper-slide .text .a span {
  color: #e22924;
  font-family: Inter;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.2px;
}
.page7 .swiper7 .swiper7-wrapper .swiper-slide .text .a img {
  width: 16px;
  height: 16px;
}
.page7 .bottom {
  width: fit-content;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 28px;
  border-radius: 6px 40px 6px 6px;
  background: #57a6df;
  margin: 50px auto 0;
  transition: transform 0.2s ease, opacity 0.2s ease;
  cursor: pointer;
  text-decoration: none;
}
.page7 .bottom:hover {
  transform: scale(1.05);
  opacity: 0.9;
}
.page7 .bottom span {
  text-align: center;
  color: #ffffff;
  font-family: Inter;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.3px;
}
.page7 .bottom img {
  width: 20px;
  height: 20px;
}
@media only screen and (max-width: 1700px) {
  body .container {
    width: 92%;
    max-width: 1440px;
  }
}
@media only screen and (max-width: 1470px) {
  body .banner {
    height: 560px;
  }
  body .overall {
    height: auto;
  }
  body .overall .top,
  body .page3 .top,
  body .page4 .top,
  body .page6 .top,
  body .page7 .top {
    padding: 60px 0;
  }
  body .overall .over-other .main {
    width: 92%;
    max-width: 1320px;
    margin: 32px auto 0;
    gap: 32px;
    align-items: flex-start;
  }
  body .overall .over-other .main .swiper2 {
    flex: 0 0 48%;
    width: 48%;
    max-width: 582px;
    height: auto;
    aspect-ratio: 1.38902148;
  }
  body .overall .over-other .main .swiper2 .blurry {
    height: 100%;
  }
  body .overall .over-other .main .text {
    flex: 1 1 0;
    min-width: 0;
    width: auto;
  }
  body .overall .over-other .main .text .title {
    width: 100%;
    height: auto;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 6px;
  }
  body .overall .over-other .main .text .title2 {
    width: 100%;
    height: auto;
    font-size: 15px;
    line-height: 24px;
  }
  body .overall .over-other .main .text .p {
    width: 100%;
    height: auto;
    font-size: 14px;
    line-height: 22px;
    margin-top: 20px;
  }
  body .overall .over-other .main .text hr {
    width: 100%;
    margin-top: 20px;
  }
  body .overall .over-other .main .text .flex {
    width: 100%;
    height: auto;
    flex-wrap: wrap;
    gap: 12px 24px;
    margin-top: 16px;
  }
  body .overall .over-other .main .text .flex span {
    font-size: 20px;
    line-height: 30px;
    height: auto;
  }
  body .overall .over-other .our {
    width: 92%;
    max-width: 1320px;
    margin: 24px auto 0;
    text-align: left;
  }
  body .overall .over-other .gray {
    display: none;
  }
  body .page3,
  body .page5,
  body .page6,
  body .page7 {
    height: auto;
    padding: 60px 0;
  }
  body .page4 {
    height: auto;
    display: flex;
    flex-direction: column;
  }
  body .page4 > .container {
    display: contents;
  }
  body .page4 .top {
    order: 1;
    width: 92%;
    max-width: 941px;
    height: auto;
    margin: 0 auto 32px;
  }
  body .page4 .main {
    order: 2;
    position: static;
    top: auto;
    height: auto;
    margin: 0 0 32px;
  }
  body .page4 .bottom {
    order: 3;
    position: static;
    bottom: auto;
    left: auto;
    height: auto;
    margin: 0;
    padding: 0 4%;
    gap: 24px;
  }
  body .page4 .bottom .location {
    margin-left: 0;
    height: auto;
    min-height: 280px;
  }
  body .page4 .bottom .address {
    margin: 0 0 0 auto;
  }
}
@media only screen and (max-width: 1280px) {
  body .banner {
    height: 480px;
  }
  body .banner .bannerSwiper .banner-main {
    width: 80%;
    max-width: 600px;
  }
  body .banner .bannerSwiper .banner-main h1 {
    font-size: 36px !important;
    line-height: 46px !important;
  }
  body .banner .bannerSwiper .banner-main p {
    font-size: 14px !important;
  }
  body .overall .over-other {
    height: auto;
  }
  body .overall .over-other .top {
    width: 92%;
    margin: 60px auto 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    height: auto;
  }
  body .overall .over-other .top .left {
    width: 100%;
    height: auto;
  }
  body .overall .over-other .top .left .bolder {
    font-size: 28px;
    line-height: 36px;
  }
  body .overall .over-other .top .button {
    width: fit-content;
    margin: 0;
  }
  body .overall .over-other .main {
    width: 92%;
    margin: 24px auto 0;
    display: flex !important;
    flex-direction: column !important;
    gap: 24px;
    align-items: center;
  }
  body .overall .over-other .main .swiper2 {
    width: 100% !important;
    max-width: 582px !important;
    height: auto !important;
    aspect-ratio: 1.38902148;
    border-radius: 14px;
    margin: 0 auto;
  }
  body .overall .over-other .main .swiper2 .blurry {
    width: 40px;
    height: 100%;
  }
  body .overall .over-other .main .swiper2 img {
    border-radius: 14px;
  }
  body .overall .over-other .main .text {
    width: 100% !important;
    max-width: 720px;
  }
  body .overall .over-other .main .text .title {
    width: 100%;
    height: auto;
    font-size: 22px;
    line-height: 30px;
  }
  body .overall .over-other .main .text .title2 {
    width: 100%;
    height: auto;
    font-size: 15px;
    line-height: 24px;
  }
  body .overall .over-other .main .text .p {
    width: 100%;
    height: auto;
    font-size: 14px;
    line-height: 22px;
    margin-top: 18px;
  }
  body .overall .over-other .main .text hr {
    width: 100%;
    margin-top: 18px;
  }
  body .overall .over-other .main .text .flex {
    width: 100% !important;
    height: auto !important;
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px 20px;
    margin-top: 16px;
    position: static;
  }
  body .overall .over-other .main .text .flex span {
    position: static;
    font-size: 18px;
    line-height: 28px;
    height: auto;
  }
  body .overall .over-other .our {
    width: 92%;
    max-width: 582px;
    height: auto;
    margin: 28px auto 0;
    display: block;
  }
  body .overall .over-other .gray {
    display: none;
  }
  body .page3 {
    height: auto;
    padding-bottom: 40px;
  }
  body .page3 .top {
    width: 92%;
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  body .page3 .top .left {
    width: 100%;
    height: auto;
  }
  body .page3 .top .p {
    width: 100%;
    height: auto;
  }
  body .page3 .top .button {
    width: fit-content;
    height: 45px;
    padding: 0 24px;
  }
  body .page3 .main {
    height: auto;
    margin-top: 32px;
  }
  body .page3 .swiper3 {
    width: 100%;
    max-width: 1440px;
  }
  body .page3 .swiper3 .swiper-slide .text .bolder {
    font-size: 14px;
    line-height: 20px;
  }
  body .page3 .container .main .swiper3-nav {
    width: 85%;
    max-width: 680px;
    margin: 32px auto 0;
    gap: 12px;
  }
  body .page3 .container .main .swiper3button .swiper-slide {
    height: 48px;
    padding: 6px 16px;
    gap: 8px;
  }
  body .page3 .container .main .swiper3button .swiper-slide img,
  body .page3 .container .main .swiper3button .swiper-slide svg {
    width: 24px;
    height: 24px;
  }
  body .page3 .container .main .swiper3button .swiper-slide p {
    font-size: 13px;
  }
  body .page3 .container .main .swiper3b-button-prev,
  body .page3 .container .main .swiper3b-button-next {
    width: 42px;
    height: 42px;
  }
  body .page4 .swiper4 {
    height: 320px;
  }
  body .page4 .swiper4 .swiper-slide {
    width: 220px;
  }
  body .page4 .swiper4 .swiper-slide-active {
    width: 360px;
  }
  body .page4 .bottom {
    flex-direction: column;
    align-items: stretch;
  }
  body .page4 .bottom .location {
    width: 100%;
  }
  body .page4 .bottom .address {
    width: 100%;
    margin: 0;
  }
  body .page5 .datas {
    flex-wrap: wrap;
    gap: 24px;
  }
  body .page5 .datas .data {
    width: 48% !important;
  }
  body .page5 .datas .data .num {
    font-size: 36px;
  }
  body .page5 .datas .data .top {
    font-size: 36px;
  }
  body .page6 {
    height: auto;
  }
  body .page6 .top {
    height: auto;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  body .page6 .top .left,
  body .page6 .top .right {
    width: 100%;
    height: auto;
  }
  body .page6 .top .right p {
    font-size: 15px;
  }
  body .page6 .main {
    width: 83.3%;
    margin: 0 auto;
    flex-direction: column;
    gap: 24px;
    height: auto;
  }
  body .page6 .main .hovercontent {
    width: 100%;
  }
  body .page6 .main > img,
  body .page6 .main .hoverpic {
    width: 100%;
    max-width: 720px;
    align-self: center;
  }
  body .page6 .bottom {
    height: auto;
    padding: 24px 4%;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  body .page6 .bottom .left,
  body .page6 .bottom .right {
    width: 100%;
  }
  body .page6 .bottom .left {
    height: auto;
  }
  body .page6 .bottom .left span {
    white-space: normal;
  }
  body .page7 {
    height: auto;
    padding: 48px 0;
  }
  body .page7 .main {
    height: auto;
  }
  body .page7 .container .top {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    height: auto;
  }
  body .page7 .container .top .left,
  body .page7 .container .top .right {
    width: 100%;
    height: auto;
    text-align: left;
  }
  body .partner .partner-scroll .partner-item {
    width: 180px !important;
  }
}
@media only screen and (max-width: 1024px) {
  body .banner {
    height: 420px;
  }
  body .banner .bannerSwiper .banner-main h1 {
    font-size: 30px !important;
    line-height: 40px !important;
  }
  body .overall .over-other .top {
    margin-top: 32px;
  }
  body .overall .over-other .top .left .bolder {
    font-size: 24px;
    line-height: 32px;
  }
  body .overall .over-other .main .text .title {
    font-size: 20px;
    line-height: 28px;
  }
  body .overall .over-other .main .text .title2 {
    font-size: 14px;
  }
  body .overall .over-other .main .text .flex {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  body .overall .over-other .main .text .flex span {
    font-size: 16px;
    line-height: 24px;
  }
  body .page3 .swiper3 .swiper-slide .text .bolder {
    font-size: 13px !important;
    line-height: 18px;
  }
  body .page3 .container .main .swiper3-nav {
    width: 92%;
    max-width: 560px;
    gap: 10px;
  }
  body .page3 .container .main .swiper3button .swiper-slide {
    height: 42px;
    padding: 4px 12px;
    gap: 6px;
  }
  body .page3 .container .main .swiper3button .swiper-slide img,
  body .page3 .container .main .swiper3button .swiper-slide svg {
    width: 20px;
    height: 20px;
  }
  body .page3 .container .main .swiper3button .swiper-slide p {
    font-size: 12px !important;
  }
  body .page3 .container .main .swiper3b-button-prev,
  body .page3 .container .main .swiper3b-button-next {
    width: 36px;
    height: 36px;
  }
  body .page3 .container .main .swiper3b-button-prev svg,
  body .page3 .container .main .swiper3b-button-next svg {
    width: 18px;
    height: 18px;
  }
  body .page4 .top .p1,
  body .page4 .top .p2 {
    font-size: 15px !important;
  }
  body .page4 .top .p1 span,
  body .page4 .top .p2 span {
    font-size: 20px !important;
    line-height: 24px !important;
  }
  body .page4 .swiper4 {
    height: 260px;
  }
  body .page4 .swiper4 .swiper-slide {
    width: 160px;
  }
  body .page4 .swiper4 .swiper-slide-active {
    width: 260px;
  }
  body .page4 .bottom .location {
    flex-direction: column;
    height: auto;
  }
  body .page4 .bottom .location .map1 {
    width: 100%;
    min-height: 220px;
  }
  body .page4 .bottom .location .xq {
    width: 100%;
    padding: 16px 0;
  }
  body .page4 .bottom .location .xq p {
    height: auto;
    margin: 0 auto 24px;
  }
  body .page6 .main .hovercontent {
    flex-direction: column;
    gap: 16px;
  }
  body .page6 .main .hovercontent .listen,
  body .page6 .main .hovercontent .clock {
    width: 100%;
    height: auto;
    min-height: 200px;
  }
  body .page6 .main > img,
  body .page6 .main .hoverpic {
    height: auto;
    aspect-ratio: 1.77777778;
  }
  body .page3 .swiper3 {
    height: auto;
  }
  body .page3 .swiper3 .swiper-slide {
    width: auto;
    height: auto;
  }
  body .page3 .swiper3 .swiper-slide .img {
    width: 100%;
    height: auto;
    aspect-ratio: 1.16296296;
  }
  body .page3 .swiper3 .swiper-slide .text {
    width: 100%;
    height: auto;
    padding: 12px 0;
  }
  body .page5 .datas {
    height: auto;
  }
  body .page5 .datas .data {
    width: 48% !important;
  }
  body .partner .partner-scroll .partner-item {
    width: 140px !important;
  }
  body h1 {
    font-size: 26px !important;
    line-height: 34px !important;
  }
  body h2 {
    font-size: 22px !important;
    line-height: 30px !important;
  }
  body p {
    font-size: 14px !important;
    line-height: 22px !important;
  }
}
@media only screen and (max-width: 800px) {
  body .banner {
    height: 360px;
  }
  body .banner .bannerSwiper .banner-main h1 {
    font-size: 24px !important;
    line-height: 32px !important;
  }
  body .banner .bannerSwiper .banner-main p {
    font-size: 13px !important;
  }
  body .overall .over-other {
    padding-bottom: 36px;
  }
  body .overall .over-other .top {
    margin-top: 32px;
    gap: 16px;
  }
  body .overall .over-other .top .left .bolder {
    font-size: 22px;
    line-height: 30px;
  }
  body .overall .over-other .top .button {
    height: 44px;
  }
  body .overall .over-other .top .button span {
    font-size: 14px;
  }
  body .overall .over-other .main {
    margin-top: 20px;
    gap: 18px;
  }
  body .overall .over-other .main .text .title {
    font-size: 18px;
    line-height: 26px;
  }
  body .overall .over-other .main .text .title2 {
    font-size: 13px;
    line-height: 20px;
  }
  body .overall .over-other .main .text .p {
    font-size: 13px;
    line-height: 20px;
    margin-top: 14px;
  }
  body .overall .over-other .main .text hr {
    margin-top: 14px;
  }
  body .overall .over-other .main .text .flex {
    gap: 8px;
    margin-top: 12px;
  }
  body .overall .over-other .main .text .flex span {
    font-size: 15px;
    line-height: 22px;
  }
  body .overall .over-other .our {
    font-size: 12px;
    margin-top: 20px;
  }
  body h1 {
    font-size: 22px !important;
    line-height: 30px !important;
  }
  body h2 {
    font-size: 20px !important;
    line-height: 28px !important;
  }
  body p {
    font-size: 13px !important;
    line-height: 20px !important;
  }
  body .partner .partner-scroll .partner-item {
    width: 120px !important;
  }
  body .page3 .swiper3 {
    height: auto;
  }
  body .page3 .swiper3 .swiper-slide {
    height: auto;
  }
  body .page3 .swiper3 .swiper-slide .img {
    width: 100%;
    height: auto;
    aspect-ratio: 1.16296296;
  }
  body .page3 .swiper3 .swiper-slide .text {
    width: 100%;
    height: auto;
    padding: 10px 0;
  }
  body .page3 .swiper3 .swiper-slide .text .bolder {
    font-size: 12px !important;
    line-height: 16px;
    margin-top: 8px;
    margin-bottom: 6px;
  }
  body .page3 .swiper3 .swiper-slide .text .red {
    width: auto;
  }
  body .page3 .swiper3 .swiper-slide .text .red p {
    font-size: 12px !important;
  }
  body .page6 .main .hovercontent .listen p,
  body .page6 .main .hovercontent .clock p {
    -webkit-line-clamp: 4;
  }
  body .page5 p {
    width: 100% !important;
    height: auto !important;
  }
  body .page5 .datas {
    margin-top: 24px;
  }
  body .page5 h1 {
    font-size: 24px !important;
    line-height: 32px !important;
  }
  body .page7 {
    height: auto;
    padding: 40px 0;
  }
  body .page7 .main {
    height: auto;
  }
  body .page7 .swiper7 .swiper7-wrapper {
    flex-wrap: wrap;
    width: 100%;
    gap: 20px;
  }
  body .page7 .swiper7 .swiper7-wrapper .swiper-slide {
    width: calc(50% - 10px);
    height: auto;
  }
  body .page7 .swiper7 .swiper7-wrapper .swiper-slide .slideimg {
    width: 100%;
    height: auto;
    aspect-ratio: 1.58333333;
  }
  body .page7 .swiper7 .swiper7-wrapper .swiper-slide .text {
    width: 100%;
    height: auto;
    padding: 16px;
  }
  body .page7 .swiper7 .swiper7-wrapper .swiper-slide .text .bolder {
    white-space: normal;
  }
  body .page4 .swiper4 {
    overflow: hidden;
  }
  body .page4 .bottom .location .xq p {
    width: 92%;
    font-size: 12px !important;
    line-height: 22px;
    margin: 16px auto 16px;
  }
  body .page4 .bottom .location .xq .buttons {
    flex-wrap: wrap;
    width: 92%;
  }
  body .page4 .bottom .location .xq .buttons .button {
    width: calc(50% - 10px);
    height: 38px;
  }
}
@media only screen and (max-width: 640px) {
  body .banner {
    height: 300px;
  }
  body .banner .bannerSwiper .banner-main h1 {
    font-size: 20px !important;
    line-height: 28px !important;
  }
  body .banner .bannerSwiper .banner-main p {
    font-size: 12px !important;
  }
  body .overall .over-other .top {
    margin-top: 32px;
  }
  body .overall .over-other .top .left .bolder {
    font-size: 20px;
    line-height: 28px;
  }
  body .overall .over-other .main .text .title {
    font-size: 17px;
    line-height: 24px;
  }
  body .overall .over-other .main .text .title2 {
    font-size: 12px;
  }
  body .overall .over-other .main .text .p {
    font-size: 12px;
    line-height: 19px;
  }
  body .overall .over-other .main .text .flex span {
    font-size: 14px;
    line-height: 20px;
  }
  body h1 {
    font-size: 20px;
    line-height: 28px !important;
  }
  body h2 {
    font-size: 18px !important;
    line-height: 26px !important;
  }
  body p {
    font-size: 12px !important;
    line-height: 20px !important;
  }
  body .partner .partner-scroll .partner-item {
    width: 100px !important;
  }
  body .page5 p {
    width: 100% !important;
  }
  body .page5 .datas {
    margin-top: 20px;
  }
  body .page5 .datas .data {
    width: 48% !important;
  }
  body .page7 {
    height: auto;
    padding: 32px 0;
  }
  body .page7 .main {
    height: auto;
  }
  body .page7 .swiper7 .swiper7-wrapper {
    flex-direction: column;
    width: 92%;
    margin: 0 auto;
    gap: 16px;
  }
  body .page7 .swiper7 .swiper7-wrapper .swiper-slide {
    width: 100%;
    height: auto;
  }
  body .page7 .swiper7 .swiper7-wrapper .swiper-slide .slideimg {
    width: 100%;
    height: auto;
    aspect-ratio: 1.58333333;
  }
  body .page7 .swiper7 .swiper7-wrapper .swiper-slide .text {
    width: 100%;
    height: auto;
    padding: 16px;
  }
  body .page7 .swiper7 .swiper7-wrapper .swiper-slide .text .bolder {
    white-space: normal;
  }
}
@media only screen and (max-width: 480px) {
  body .page4 .swiper4 {
    overflow: hidden !important;
    height: 200px;
  }
  body .page4 .swiper4 .swiper-slide {
    width: 120px !important;
    transform: scale(1, 0.995612) skew(-3deg, 0deg);
  }
  body .page4 .swiper4 .swiper-slide-active {
    width: 200px !important;
  }
  body .page4 .main .button {
    width: fit-content;
    padding: 0 20px;
  }
  body .page4 .main .button p {
    font-size: 13px;
  }
  body .page4 .bottom .location .xq .buttons {
    flex-direction: column;
    gap: 10px;
  }
  body .page4 .bottom .location .xq .buttons .button {
    width: 100%;
  }
  body .partner {
    height: auto;
    margin: 15px auto;
  }
  body .partner span {
    font-size: 12px !important;
    height: auto;
    line-height: 18px;
    padding: 0 5%;
  }
  body .partner .partner-scroll {
    height: auto;
  }
  body .partner .partner-scroll .partner-scroll-inner {
    gap: 16px;
  }
  body .partner .partner-scroll .partner-item {
    width: 80px !important;
    border-radius: 8px;
  }
  body .page5 .container {
    padding: 0 5%;
  }
  body .page5 .datas {
    height: auto !important;
    margin-top: 16px;
    gap: 16px;
    flex-direction: column;
    padding: 16px;
  }
  body .page5 .datas .data {
    width: 100% !important;
    flex-direction: row;
    justify-content: center;
    gap: 8px;
  }
  body .page5 .start {
    margin: 6% auto 2%;
  }
  body .page5 h1 {
    font-size: 20px !important;
    line-height: 28px !important;
  }
  body .page5 p {
    width: 100% !important;
    height: auto !important;
    font-size: 13px !important;
    margin-bottom: 3%;
  }
  body .page5 .explore {
    width: fit-content;
    height: 40px;
    padding: 10px 16px;
  }
  body .page5 .explore span {
    font-size: 13px !important;
  }
  body .page6 .top {
    margin: 40px auto 20px;
    width: 90% !important;
  }
  body .page6 .top .left {
    height: auto;
    gap: 8px;
  }
  body .page6 .top .left h1 {
    font-size: 20px !important;
    line-height: 28px !important;
  }
  body .page6 .top .right {
    width: 100% !important;
    height: auto !important;
  }
  body .page6 .top .right p {
    font-size: 13px !important;
    line-height: 20px !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  body .page6 .bottom .left span {
    font-size: 12px !important;
  }
  body .page7 .container .top {
    margin: 30px auto 24px;
    width: 92% !important;
    flex-direction: column !important;
    height: auto !important;
    align-items: flex-start !important;
    gap: 12px;
  }
  body .page7 .container .top .left {
    width: 100%;
    height: auto !important;
  }
  body .page7 .container .top .left h1 {
    font-size: 22px !important;
  }
  body .page7 .container .top .right {
    width: 100% !important;
    height: auto !important;
    font-size: 13px !important;
    line-height: 20px !important;
    text-align: left;
  }
  body .page7 .swiper7 .swiper7-wrapper {
    flex-direction: column;
    width: 92%;
    margin: 0 auto;
    gap: 16px;
  }
  body .page7 .swiper7 .swiper7-wrapper .swiper-slide {
    width: 100% !important;
    height: auto;
  }
  body .page7 .swiper7 .swiper7-wrapper .swiper-slide .slideimg {
    width: 100%;
    height: auto;
    aspect-ratio: 1.58333333;
  }
  body .page7 .swiper7 .swiper7-wrapper .swiper-slide .slideimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  body .page7 .swiper7 .swiper7-wrapper .swiper-slide .text {
    width: 100%;
    height: auto;
    padding: 12px;
    box-sizing: border-box;
  }
  body .page7 .bottom {
    margin-top: 24px;
  }
  body .page3 .container .main .swiper3-nav {
    width: 96%;
    gap: 8px;
  }
  body .page3 .container .main .swiper3button .swiper-slide {
    height: 36px;
    padding: 4px 8px;
    gap: 4px;
  }
  body .page3 .container .main .swiper3button .swiper-slide img,
  body .page3 .container .main .swiper3button .swiper-slide svg {
    width: 18px;
    height: 18px;
  }
  body .page3 .container .main .swiper3button .swiper-slide p {
    font-size: 11px !important;
  }
  body .page3 .container .main .swiper3b-button-prev,
  body .page3 .container .main .swiper3b-button-next {
    width: 30px;
    height: 30px;
  }
  body .page3 .container .main .swiper3b-button-prev svg,
  body .page3 .container .main .swiper3b-button-next svg {
    width: 16px;
    height: 16px;
  }
}
@media screen and (max-width: 1439px) {
  .page5 {
    aspect-ratio: 1.60177976 !important;
    height: auto !important;
  }
}
@media screen and (max-width: 1024px) {
  .page5 {
    aspect-ratio: unset !important;
    height: auto !important;
    padding: 60px 0 !important;
  }
}
@media screen and (max-width: 1066px) {
  .page5 .datas .data .num {
    font-size: 42px !important;
  }
  .page5 .datas .data .text {
    font-size: 18px !important;
  }
}
@media screen and (max-width: 1024px) {
  .page5 .datas .data .num {
    font-size: 32px !important;
  }
  .page5 .datas .data .text {
    font-size: 14px !important;
  }
  .page5 .start {
    width: 60px !important;
    height: 60px !important;
  }
}
@media screen and (max-width: 834px) {
  .page5 .datas .data .num {
    font-size: 26px !important;
  }
  .page5 .datas .data .text {
    font-size: 10px !important;
  }
  .page5 .start {
    width: 40px !important;
    height: 40px !important;
  }
  .page5 .start img {
    width: 18px;
    height: 18px;
  }
  .page5 h1 {
    font-size: 28px !important;
  }
  .page5 p {
    font-size: 14px !important;
  }
}
/* ── 首页移动端修复（新闻卡重叠 / 地址溢出 / 统计对齐 / partner横向溢出 / 写死高度全部去掉 / swiper3button 文字加大）── */
@media only screen and (max-width: 1024px) {
  /* === page7 新闻卡：彻底压制 .a 绝对定位，避免与多行标题重叠 === */
  body .index .page7 .swiper7 .swiper7-wrapper .swiper-slide,
  body .page7 .swiper7 .swiper7-wrapper .swiper-slide {
    height: auto !important;
    min-height: 0 !important;
  }
  body .index .page7 .swiper7 .swiper7-wrapper .swiper-slide .text,
  body .page7 .swiper7 .swiper7-wrapper .swiper-slide .text {
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 10px;
    height: auto !important;
    min-height: 0 !important;
    box-sizing: border-box;
  }
  body .index .page7 .swiper7 .swiper7-wrapper .swiper-slide .text .bolder,
  body .page7 .swiper7 .swiper7-wrapper .swiper-slide .text .bolder {
    white-space: normal !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden !important;
    text-overflow: ellipsis;
    line-height: 1.3 !important;
    margin: 0 !important;
    height: auto !important;
  }
  body .index .page7 .swiper7 .swiper7-wrapper .swiper-slide .text .content,
  body .page7 .swiper7 .swiper7-wrapper .swiper-slide .text .content {
    -webkit-line-clamp: 3;
    line-clamp: 3;
    margin: 0 !important;
    height: auto !important;
  }
  body .index .page7 .swiper7 .swiper7-wrapper .swiper-slide .text .a,
  body .page7 .swiper7 .swiper7-wrapper .swiper-slide .text .a {
    position: static !important;
    width: auto !important;
    height: auto !important;
    bottom: auto !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    margin: 6px 0 0 !important;
  }
  /* === page4 .bottom 全部去除写死高度 === */
  body .page4 .bottom {
    position: static !important;
    height: auto !important;
    bottom: auto !important;
  }
  body .page4 .bottom .location {
    height: auto !important;
    min-height: 0 !important;
  }
  body .page4 .bottom .location .map1 {
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 1.77777778;
  }
  body .page4 .bottom .location .map1 .map {
    height: 100%;
    object-fit: cover;
  }
  body .page4 .bottom .location .xq {
    width: 100% !important;
    height: auto !important;
    padding: 16px !important;
    box-sizing: border-box;
  }
  body .page4 .bottom .location .xq p {
    width: 100% !important;
    height: auto !important;
    margin: 0 0 16px !important;
  }
  body .page4 .bottom .location .xq .buttons {
    width: 100% !important;
    height: auto !important;
  }
  body .page4 .bottom .location .xq .buttons .button {
    width: calc(50% - 6px) !important;
    height: auto !important;
    min-height: 40px;
    padding: 8px 12px;
    box-sizing: border-box;
  }
  body .page4 .bottom .location .xq .buttons .explore {
    max-width: none !important;
  }
  /* === page4 address：保持已修复的尺寸自适应 === */
  body .page4 .bottom .address {
    width: 100% !important;
    max-width: 100%;
    height: auto !important;
    margin: 16px auto 0 !important;
    padding: 12px 14px;
    box-sizing: border-box;
  }
  body .page4 .bottom .address p {
    width: 100% !important;
    height: auto !important;
    font-size: 12px !important;
    line-height: 20px !important;
    letter-spacing: normal;
  }
  /* === Partner: 100vw → 100% 防止横向溢出 === */
  body .partner,
  body .partner .partner-scroll {
    width: 100% !important;
    max-width: 100%;
  }
  /* === swiper3button 文字加大（用户反馈太小） === */
  body .index .page3 .container .main .swiper3button .swiper-wrapper .swiper-slide p,
  body .page3 .container .main .swiper3button .swiper-wrapper .swiper-slide p {
    font-size: 14px !important;
    line-height: 20px !important;
  }
  body .index .page3 .container .main .swiper3button .swiper-wrapper .swiper-slide.swiper-slide-active p,
  body .page3 .container .main .swiper3button .swiper-wrapper .swiper-slide.swiper-slide-active p {
    font-size: 18px !important;
    line-height: 24px !important;
  }
}
/* === ≤800px swiper3button 维持较大字号（覆盖原 11px） === */
@media only screen and (max-width: 800px) {
  body .index .page3 .container .main .swiper3button .swiper-wrapper .swiper-slide p,
  body .page3 .container .main .swiper3button .swiper-wrapper .swiper-slide p {
    font-size: 13px !important;
    line-height: 18px !important;
  }
  body .index .page3 .container .main .swiper3button .swiper-wrapper .swiper-slide.swiper-slide-active p,
  body .page3 .container .main .swiper3button .swiper-wrapper .swiper-slide.swiper-slide-active p {
    font-size: 16px !important;
    line-height: 22px !important;
  }
}
/* === ≤640px：buttons 改为竖向堆叠（避免左右挤压） === */
@media only screen and (max-width: 640px) {
  body .page4 .bottom .location .xq .buttons {
    flex-direction: column;
    gap: 10px;
  }
  body .page4 .bottom .location .xq .buttons .button {
    width: 100% !important;
  }
}
/* ≤480px: 数据统计改为竖向堆叠，消除大数字与小标签的对齐错乱 */
@media only screen and (max-width: 480px) {
  body .page5 .datas .data {
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center;
    gap: 4px !important;
    text-align: center;
  }
  body .page5 .datas .data .num,
  body .page5 .datas .data .top {
    line-height: 1.1;
  }
  body .page5 .datas .data .text {
    text-align: center;
    line-height: 1.3 !important;
  }
}
