* {
  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: 100%;
  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;
  width: 80%;
  top: 30%;
  left: 5%;
  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;
  max-width: 590px;
  width: 100%;
}
.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-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 .over-other {
  width: 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%;
  margin: 80px auto 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.overall .over-other .top .left {
  width: 397px;
}
.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: 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;
  max-width: 100%;
  aspect-ratio: 1.38902148;
  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: 100%;
  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;
  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%;
  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%;
  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%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.overall .over-other .main .text .flex span {
  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: 30%;
  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 {
  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 .container {
  max-width: 100% !important;
  width: 100% !important;
}
.page3 .top {
  max-width: 1200px;
  width: 100%;
  height: fit-content;
  margin: 50px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page3 .top .left {
  width: 274px;
}
.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;
  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: 100vw;
  margin-top: 40px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.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%;
  height: 363px;
  margin: 0 auto 0;
  overflow: hidden;
  position: relative;
}
.swiper3::before,
.swiper3::after {
  content: '';
  position: absolute;
  top: 0;
  width: 120px;
  height: 100%;
  z-index: 10;
  pointer-events: none;
}
.swiper3::before {
  left: 0;
  background: linear-gradient(to right, rgba(243, 244, 249, 0.9), rgba(243, 244, 249, 0));
}
.swiper3::after {
  right: 0;
  background: linear-gradient(to left, rgba(243, 244, 249, 0.9), rgba(243, 244, 249, 0));
}
.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 {
  background: #ffffff;
  display: flex;
  flex-direction: column;
  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 > .container {
  display: contents;
}
.page4 .top {
  order: 1;
  width: 92%;
  max-width: 941px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 41.8px auto 35px;
}
.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 {
  order: 2;
  width: 100%;
  margin-bottom: 40px;
}
.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;
}
.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: none;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.page4 .main .button p:hover {
  opacity: 0.7;
}
.page4 .swiper4 {
  overflow: hidden;
}
.page4 .swiper4 .swiper-wrapper {
  margin: 0 auto;
  display: flex;
}
.page4 .swiper4 .swiper-slide {
  width: 360px;
  aspect-ratio: 0.86124402;
  border-radius: 8px;
  transform: scale(1, 0.995612) skew(-5.345929deg, 0deg);
  overflow: hidden;
}
.page4 .swiper4 .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.page4 .swiper4 .swiper-slide:hover img {
  transform: scale(1.1);
}
.page4 .swiper4 .swiper-slide-active {
  width: 560px;
}
.page4 .bottom {
  order: 3;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0 4%;
}
.page4 .bottom .location {
  width: 60.83%;
  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;
  position: relative;
  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 .address-marker {
  position: absolute;
  left: 50%;
  top: -52px;
  width: 28px;
  height: 42px;
  transform: translateX(-50%);
  pointer-events: none;
}
.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%;
  aspect-ratio: 2;
  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: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.25);
  margin-top: 10%;
}
.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: 6% auto 3%;
  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;
  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: 150px;
  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%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.partner .partner-scroll .jost-slide {
  background: #e4e7e3;
}
.page6 .top {
  width: 1202px;
  width: 83.3%;
  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;
}
.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;
  margin-bottom: 10px;
}
.page6 .top .left hr {
  width: 80px;
  height: 4px;
  border-radius: 4px;
  background: #57a6df;
}
.page6 .top .right {
  width: 520px;
}
.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;
  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;
  gap: 16px;
  width: 42%;
}
.page6 .main .hovercontent .listen,
.page6 .main .hovercontent .clock {
  width: 30%;
  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%;
  object-fit: cover;
  border-radius: 16px;
  transition: all 0.3s ease-in-out;
}
.page6 .bottom {
  width: 1200px;
  width: 83.3%;
  display: flex;
  place-content: space-between;
  place-items: center;
  flex-shrink: 0;
  box-sizing: border-box;
  padding: 24px 48px;
  padding: 24px 4%;
  border-radius: 16px;
  border: 1px solid #dbeafe;
  background: #eff6ff;
  margin: 55px auto 0;
}
.page6 .bottom .left {
  width: 543.1px;
  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;
  padding: 0 0 60px;
  border-radius: 0px 0px 40px 40px;
  background: #f5f8fb;
  background: url('../images/p7Bj.png') no-repeat center / cover;
}
.page7 .container .top {
  width: 83.3%;
  max-width: 1202px;
  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;
}
.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;
  margin-bottom: 10px;
}
.page7 .container .top .left hr {
  width: 80px;
  height: 4px;
  border-radius: 4px;
  background: #57a6df;
  border: none;
}
.page7 .container .top .right {
  width: 439px;
  text-align: center;
  color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.3px;
}
.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;
  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;
  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: 16px;
}
.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 .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;
    line-height: 46px;
  }
  body .banner .bannerSwiper .banner-main p {
    font-size: 14px;
  }
  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;
    flex-direction: column;
    gap: 24px;
    align-items: center;
  }
  body .overall .over-other .main .swiper2 {
    width: 100%;
    max-width: 582px;
    height: auto;
    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%;
    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%;
    height: auto;
    display: flex;
    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%;
  }
  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 .swiper3button .swiper-slide.swiper-slide-active {
    height: 56px;
    padding: 8px 24px;
  }
  body .page3 .container .main .swiper3b-button-prev,
  body .page3 .container .main .swiper3b-button-next {
    width: 42px;
    height: 42px;
  }
  body .page4 .swiper4 .swiper-slide {
    width: 280px;
  }
  body .page4 .swiper4 .swiper-slide-active {
    width: 440px;
  }
  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%;
  }
  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;
    height: 108px;
  }
}
@media only screen and (max-width: 1024px) {
  body .banner {
    height: 420px;
  }
  body .banner .bannerSwiper .banner-main h1 {
    font-size: 30px;
    line-height: 40px;
  }
  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;
    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;
  }
  body .page3 .container .main .swiper3button .swiper-slide.swiper-slide-active {
    height: 48px;
    padding: 6px 16px;
  }
  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;
  }
  body .page4 .top .p1 span,
  body .page4 .top .p2 span {
    font-size: 20px;
    line-height: 24px;
  }
  body .page4 .swiper4 .swiper-slide {
    width: 260px;
  }
  body .page4 .swiper4 .swiper-slide-active {
    width: 400px;
  }
  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%;
  }
  body .partner .partner-scroll .partner-item {
    width: 140px;
    height: 84px;
  }
  body h1 {
    font-size: 26px;
    line-height: 34px;
  }
  body h2 {
    font-size: 22px;
    line-height: 30px;
  }
  body p {
    font-size: 14px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 800px) {
  body .banner {
    height: 360px;
  }
  body .banner .bannerSwiper .banner-main h1 {
    font-size: 24px;
    line-height: 32px;
  }
  body .banner .bannerSwiper .banner-main p {
    font-size: 13px;
  }
  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;
    line-height: 30px;
  }
  body h2 {
    font-size: 20px;
    line-height: 28px;
  }
  body p {
    font-size: 13px;
    line-height: 20px;
  }
  body .partner .partner-scroll .partner-item {
    width: 120px;
    height: 72px;
  }
  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;
    line-height: 16px;
    margin-top: 8px;
    margin-bottom: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  body .page3 .swiper3 .swiper-slide .text .red {
    width: auto;
  }
  body .page3 .swiper3 .swiper-slide .text .red p {
    font-size: 12px;
  }
  body .page6 .main .hovercontent .listen p,
  body .page6 .main .hovercontent .clock p {
    -webkit-line-clamp: 4;
  }
  body .page5 p {
    width: 100%;
    height: auto;
  }
  body .page5 .datas {
    margin-top: 24px;
  }
  body .page5 h1 {
    font-size: 24px;
    line-height: 32px;
  }
  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 .swiper-slide {
    width: 240px;
  }
  body .page4 .swiper4 .swiper-slide-active {
    width: 360px;
  }
  body .page4 .main .button {
    gap: 24px;
    padding: 0 16px;
  }
  body .page4 .main .button .button-arrow {
    width: 44px;
    height: 44px;
  }
  body .page4 .bottom .location .xq p {
    width: 92%;
    font-size: 12px;
    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;
    line-height: 28px;
  }
  body .banner .bannerSwiper .banner-main p {
    font-size: 12px;
  }
  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;
  }
  body h2 {
    font-size: 18px;
    line-height: 26px;
  }
  body p {
    font-size: 12px;
    line-height: 20px;
  }
  body .partner .partner-scroll .partner-item {
    width: 100px;
    height: 60px;
  }
  body .page4 .swiper4 .swiper-slide {
    width: 220px;
  }
  body .page4 .swiper4 .swiper-slide-active {
    width: 320px;
  }
  body .page4 .main .button {
    gap: 20px;
    padding: 0 12px;
  }
  body .page4 .main .button .button-arrow {
    width: 40px;
    height: 40px;
  }
  body .page4 .main .button .button-arrow img {
    width: 22px;
    height: 22px;
  }
  body .page4 .main .button p {
    font-size: 13px;
  }
  body .page5 p {
    width: 100%;
  }
  body .page5 .datas {
    margin-top: 20px;
  }
  body .page5 .datas .data {
    width: 48%;
  }
  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;
  }
  body .page4 .swiper4 .swiper-slide {
    width: 220px;
    transform: scale(1, 0.995612) skew(-3deg, 0deg);
  }
  body .page4 .swiper4 .swiper-slide-active {
    width: 280px;
  }
  body .page4 .main .button {
    gap: 16px;
    padding: 0 10px;
  }
  body .page4 .main .button .button-arrow {
    width: 36px;
    height: 36px;
  }
  body .page4 .main .button .button-arrow img {
    width: 20px;
    height: 20px;
  }
  body .page4 .main .button p {
    font-size: 12px;
  }
  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;
    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;
    height: 48px;
    border-radius: 8px;
  }
  body .page5 .container {
    padding: 0 5%;
  }
  body .page5 .datas {
    height: auto;
    margin-top: 16px;
    gap: 16px;
    flex-direction: column;
    padding: 16px;
  }
  body .page5 .datas .data {
    width: 100%;
    flex-direction: row;
    justify-content: center;
    gap: 8px;
  }
  body .page5 .start {
    margin: 6% auto 2%;
  }
  body .page5 h1 {
    font-size: 20px;
    line-height: 28px;
  }
  body .page5 p {
    width: 100%;
    height: auto;
    font-size: 13px;
    margin-bottom: 3%;
  }
  body .page5 .explore {
    width: fit-content;
    height: 40px;
    padding: 10px 16px;
  }
  body .page5 .explore span {
    font-size: 13px;
  }
  body .page6 .top {
    margin: 40px auto 20px;
    width: 90%;
  }
  body .page6 .top .left {
    height: auto;
    gap: 8px;
  }
  body .page6 .top .left h1 {
    font-size: 20px;
    line-height: 28px;
  }
  body .page6 .top .right {
    width: 100%;
    height: auto;
  }
  body .page6 .top .right p {
    font-size: 13px;
    line-height: 20px;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  body .page6 .bottom .left span {
    font-size: 12px;
  }
  body .page7 .container .top {
    margin: 30px auto 24px;
    width: 92%;
    flex-direction: column;
    height: auto;
    align-items: flex-start;
    gap: 12px;
  }
  body .page7 .container .top .left {
    width: 100%;
    height: auto;
  }
  body .page7 .container .top .left h1 {
    font-size: 22px;
  }
  body .page7 .container .top .right {
    width: 100%;
    height: auto;
    font-size: 13px;
    line-height: 20px;
    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%;
    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;
  }
  body .page3 .container .main .swiper3button .swiper-slide.swiper-slide-active {
    height: 42px;
    padding: 4px 12px;
  }
  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;
    height: auto;
  }
}
@media screen and (max-width: 1024px) {
  .page5 {
    aspect-ratio: unset;
    height: auto;
    padding: 60px 0;
  }
}
@media screen and (max-width: 1066px) {
  .page5 .datas .data .num {
    font-size: 42px;
  }
  .page5 .datas .data .text {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .page5 .datas .data .num {
    font-size: 32px;
  }
  .page5 .datas .data .text {
    font-size: 14px;
  }
  .page5 .start {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 834px) {
  .page5 .datas .data .num {
    font-size: 26px;
  }
  .page5 .datas .data .text {
    font-size: 10px;
  }
  .page5 .start {
    width: 40px;
    height: 40px;
  }
  .page5 .start img {
    width: 18px;
    height: 18px;
  }
  .page5 h1 {
    font-size: 28px;
  }
  .page5 p {
    font-size: 14px;
  }
}
/* ── 首页移动端修复（新闻卡重叠 / 地址溢出 / 统计对齐 / 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;
    min-height: 0;
  }
  body .index .page7 .swiper7 .swiper7-wrapper .swiper-slide .text,
  body .page7 .swiper7 .swiper7-wrapper .swiper-slide .text {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: auto;
    min-height: 0;
    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;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3;
    margin: 0;
    height: auto;
  }
  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;
    height: auto;
  }
  body .index .page7 .swiper7 .swiper7-wrapper .swiper-slide .text .a,
  body .page7 .swiper7 .swiper7-wrapper .swiper-slide .text .a {
    position: static;
    width: auto;
    height: auto;
    bottom: auto;
    top: auto;
    left: auto;
    right: auto;
    margin: 6px 0 0;
  }
  /* === page4 .bottom 全部去除写死高度 === */
  body .page4 .bottom {
    position: static;
    height: auto;
    bottom: auto;
  }
  body .page4 .bottom .location {
    height: auto;
    min-height: 0;
  }
  body .page4 .bottom .location .map1 {
    height: auto;
    min-height: 0;
    aspect-ratio: 1.77777778;
  }
  body .page4 .bottom .location .map1 .map {
    height: 100%;
    object-fit: cover;
  }
  body .page4 .bottom .location .xq {
    width: 100%;
    height: auto;
    padding: 16px;
    box-sizing: border-box;
  }
  body .page4 .bottom .location .xq p {
    width: 100%;
    height: auto;
    margin: 0 0 16px;
  }
  body .page4 .bottom .location .xq .buttons {
    width: 100%;
    height: auto;
  }
  body .page4 .bottom .location .xq .buttons .button {
    width: calc(50% - 6px);
    height: auto;
    min-height: 40px;
    padding: 8px 12px;
    box-sizing: border-box;
  }
  body .page4 .bottom .location .xq .buttons .explore {
    max-width: none;
  }
  /* === page4 address：保持已修复的尺寸自适应 === */
  body .page4 .bottom .address {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 16px auto 0;
    padding: 12px 14px;
    box-sizing: border-box;
  }
  body .page4 .bottom .address p {
    width: 100%;
    height: auto;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: normal;
  }
  /* === Partner: 100vw → 100% 防止横向溢出 === */
  body .partner,
  body .partner .partner-scroll {
    width: 100%;
    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;
    line-height: 20px;
  }
  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;
    line-height: 24px;
  }
}
/* === ≤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;
    line-height: 18px;
  }
  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;
    line-height: 22px;
  }
}
/* === ≤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%;
  }
}
/* ≤480px: 数据统计改为竖向堆叠，消除大数字与小标签的对齐错乱 */
@media only screen and (max-width: 480px) {
  body .page5 .datas .data {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    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;
  }
}
/* === 首页整体布局按设计图修复覆盖 === */
body .index {
  overflow-x: hidden;
}
body .index .banner .bannerSwiper .swiper-slide .banner-main {
  max-width: 820px;
}
body .index .banner .bannerSwiper .swiper-slide .banner-main .span1 {
  display: block;
  max-width: 820px;
  font-size: 46px;
  line-height: 1.18;
}
body .index .banner .bannerSwiper .swiper-slide .banner-main .text {
  max-width: 660px;
}
body .index .banner .bannerSwiper .swiper-slide .banner-main .text p {
  height: auto;
}
body .index .overall .over-other {
  padding: 64px 0 56px;
}
body .index .overall .over-other .top,
body .index .page3 .top,
body .index .page4 .top,
body .index .page6 .top,
body .index .page7 .container .top {
  padding: 0;
}
body .index .overall .over-other .top {
  width: 83.3%;
  max-width: 1200px;
  margin: 0 auto 34px;
}
body .index .overall .over-other .main {
  width: 83.3%;
  max-width: 1200px;
  margin: 0 auto;
  gap: 76px;
  align-items: center;
}
body .index .overall .over-other .main .swiper2 {
  flex: 0 0 46%;
  width: 46%;
  max-width: 582px;
}
body .index .overall .over-other .main .text {
  flex: 1;
  width: auto;
  max-width: 640px;
}
body .index .overall .over-other .main .text .title {
  margin-bottom: 8px;
}
body .index .overall .over-other .main .text .p,
body .index .overall .over-other .main .text hr {
  margin-top: 28px;
}
body .index .overall .over-other .main .text .flex {
  width: 100%;
  margin-top: 24px;
  gap: 8px 34px;
}
body .index .overall .over-other .main .text .flex span {
  font-size: 22px;
  line-height: 32px;
}
body .index .overall .over-other .our {
  width: 83.3%;
  max-width: 1200px;
  margin: 10px auto 0;
  text-align: left;
  padding-left: 12.5%;
  box-sizing: border-box;
}
body .index .overall .over-other .gray {
  margin-top: -250px;
}
body .index .page3 {
  padding: 56px 0 42px;
}
body .index .page3 .top {
  width: 83.3%;
  max-width: 1200px;
  margin: 0 auto 38px;
}
body .index .page3 .main {
  margin-top: 0;
}
body .index .page3 .container .main .swiper3-nav {
  margin: 34px auto 0;
}
body .index .page3 .swiper3 {
  height: 350px;
}
body .index .page3 .swiper3 .swiper-slide {
  height: 350px;
}
body .index .page3 .swiper3 .swiper-slide .img {
  height: 256px;
}
body .index .page3 .swiper3 .swiper-slide .text {
  height: 94px;
}
body .index .page4 {
  padding-top: 0;
}
body .index .page4 .main .button {
  margin: 24px auto 0;
  gap: 36px;
}
body .index .page4 .top {
  margin: 44px auto 40px;
}
body .index .page4 .top .p1 {
  margin-top: 28px;
  margin-bottom: 24px;
}
body .index .page4 .bottom {
  width: 83.3%;
  max-width: 1200px;
  margin: 0 auto 64px;
  padding: 0;
  gap: 28px;
  align-items: flex-start;
}
body .index .page4 .bottom .location {
  width: calc(100% - 285px);
  max-width: 920px;
  margin-left: 0;
  min-height: 0;
}
body .index .page4 .bottom .location .map1 {
  height: auto;
  aspect-ratio: 1.77777778;
}
body .index .page4 .bottom .location .xq {
  height: auto;
  padding: 28px 0;
}
body .index .page4 .bottom .location .xq p {
  height: auto;
  margin: 0 auto 28px;
  line-height: 24px;
}
body .index .page4 .bottom .address {
  margin: 74px 0 0;
  flex-shrink: 0;
}
body .index .page5 {
  height: 640px;
  aspect-ratio: unset;
  padding: 0;
}
body .index .page5 .datas {
  margin-top: 72px;
  padding: 22px 28px;
  box-sizing: border-box;
}
body .index .page5 .start {
  margin: 58px auto 28px;
}
body .index .page5 h1 {
  margin-bottom: 22px;
}
body .index .page5 p {
  width: 92%;
  max-width: 659px;
  margin-bottom: 38px;
}
body .index .partner {
  margin: 32px auto;
}
body .index .page6 .top {
  width: 83.3%;
  max-width: 1200px;
  margin: 72px auto 42px;
}
body .index .page6 .main {
  width: 83.3%;
  max-width: 1200px;
  margin: 0 auto;
}
body .index .page6 .main .hovercontent {
  width: 42%;
}
body .index .page6 .main .hoverpic {
  width: 54%;
}
body .index .page6 .bottom {
  width: 83.3%;
  max-width: 1200px;
  margin: 38px auto 0;
  padding: 24px 48px;
}
body .index .page7 {
  padding: 58px 0 52px;
}
body .index .page7 .container .top {
  width: 83.3%;
  max-width: 1200px;
  margin: 0 auto 38px;
}
body .index .page7 .swiper7 .swiper7-wrapper {
  gap: 26px;
}
body .index .page7 .swiper7 .swiper7-wrapper .swiper-slide {
  width: 340px;
}
body .index .page7 .swiper7 .swiper7-wrapper .swiper-slide .slideimg {
  width: 340px;
  height: 214px;
}
body .index .page7 .swiper7 .swiper7-wrapper .swiper-slide .text {
  width: 340px;
  padding: 22px;
  box-sizing: border-box;
}
body .index .page7 .swiper7 .swiper7-wrapper .swiper-slide .text .time-group {
  width: 100%;
  margin-bottom: 12px;
}
body .index .page7 .swiper7 .swiper7-wrapper .swiper-slide .text .bolder {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
}
body .index .page7 .bottom {
  margin-top: 34px;
}
@media only screen and (max-width: 1470px) {
  body .index .overall .over-other {
    padding: 56px 0 52px;
  }
  body .index .overall .over-other .top,
  body .index .page3 .top,
  body .index .page4 .top,
  body .index .page6 .top,
  body .index .page7 .container .top {
    padding: 0;
  }
  body .index .page5 {
    height: 600px;
    aspect-ratio: unset;
  }
}
@media only screen and (max-width: 1280px) {
  body .index .overall .over-other .top,
  body .index .overall .over-other .main,
  body .index .page3 .top,
  body .index .page4 .bottom,
  body .index .page6 .top,
  body .index .page6 .main,
  body .index .page6 .bottom,
  body .index .page7 .container .top {
    width: 90%;
  }
  body .index .overall .over-other .top,
  body .index .page3 .top,
  body .index .page6 .top,
  body .index .page7 .container .top {
    flex-direction: row;
    align-items: center;
  }
  body .index .overall .over-other .main {
    flex-direction: row;
    gap: 44px;
  }
  body .index .overall .over-other .main .swiper2 {
    flex: 0 0 48%;
    width: 48%;
  }
  body .index .page4 .bottom .location {
    width: calc(100% - 270px);
  }
  body .index .page5 {
    height: 560px;
  }
  body .index .page5 .datas {
    margin-top: 54px;
  }
  body .index .page5 .start {
    margin-top: 48px;
  }
}
@media only screen and (max-width: 1024px) {
  body .index .banner {
    height: 460px;
  }
  body .index .banner .bannerSwiper .swiper-slide .banner-main {
    width: 86%;
    left: 5%;
    top: 28%;
  }
  body .index .banner .bannerSwiper .swiper-slide .banner-main .span1 {
    font-size: 34px;
    line-height: 1.2;
  }
  body .index .overall .over-other,
  body .index .page3,
  body .index .page7 {
    padding: 46px 0;
  }
  body .index .overall .over-other .top,
  body .index .page3 .top,
  body .index .page6 .top,
  body .index .page7 .container .top {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  body .index .overall .over-other .main {
    flex-direction: column;
    gap: 24px;
  }
  body .index .overall .over-other .main .swiper2,
  body .index .overall .over-other .main .text {
    width: 100%;
    max-width: 720px;
  }
  body .index .overall .over-other .our {
    width: 90%;
    max-width: 720px;
    padding-left: 0;
    text-align: center;
  }
  body .index .page3 .top {
    margin-bottom: 30px;
  }
  body .index .page3 .swiper3 {
    height: 330px;
  }
  body .index .page3 .swiper3 .swiper-slide {
    height: 330px;
  }
  body .index .page3 .swiper3 .swiper-slide .img {
    height: 238px;
  }
  body .index .page4 .top {
    margin: 36px auto 30px;
  }
  body .index .page4 .bottom {
    width: 90%;
    margin-bottom: 50px;
    flex-direction: column;
  }
  body .index .page4 .bottom .location {
    width: 100%;
    max-width: 100%;
  }
  body .index .page4 .bottom .address {
    width: 100%;
    margin: 0;
  }
  body .index .page5 {
    height: auto;
    padding: 58px 0;
  }
  body .index .page5 .datas {
    margin-top: 0;
  }
  body .index .page5 .start {
    margin: 42px auto 24px;
  }
  body .index .page6 {
    padding: 48px 0;
  }
  body .index .page6 .top {
    margin: 0 auto 30px;
  }
  body .index .page6 .main {
    flex-direction: column;
    gap: 24px;
  }
  body .index .page6 .main .hovercontent,
  body .index .page6 .main .hoverpic {
    width: 100%;
  }
  body .index .page6 .bottom {
    margin-top: 30px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  body .index .page7 .swiper7 .swiper7-wrapper {
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
    justify-content: center;
  }
  body .index .page7 .swiper7 .swiper7-wrapper .swiper-slide {
    width: calc(50% - 13px);
    max-width: 340px;
  }
  body .index .page7 .swiper7 .swiper7-wrapper .swiper-slide .slideimg,
  body .index .page7 .swiper7 .swiper7-wrapper .swiper-slide .text {
    width: 100%;
  }
}
@media only screen and (max-width: 800px) {
  body .index .banner {
    height: 430px;
  }
  body .index .banner .bannerSwiper .swiper-slide .banner-main {
    top: 30%;
  }
  body .index .banner .bannerSwiper .swiper-slide .banner-main .span1 {
    font-size: 28px;
  }
  body .index .banner .bannerSwiper .swiper-slide .banner-main .text {
    margin-top: 22px;
  }
  body .index .banner .bannerSwiper .swiper-slide .banner-main .button {
    margin-top: 28px;
  }
  body .index .page3 .swiper3 {
    height: 306px;
  }
  body .index .page3 .swiper3 .swiper-slide {
    height: 306px;
  }
  body .index .page3 .swiper3 .swiper-slide .img {
    height: 218px;
  }
  body .index .page4 .bottom .location {
    flex-direction: column;
  }
  body .index .page4 .bottom .location .map1,
  body .index .page4 .bottom .location .xq {
    width: 100%;
  }
  body .index .page4 .bottom .location .xq {
    padding: 20px;
    box-sizing: border-box;
  }
  body .index .page5 .datas {
    gap: 18px;
    padding: 18px;
  }
  body .index .page7 .swiper7 .swiper7-wrapper .swiper-slide {
    width: 100%;
    max-width: 420px;
  }
}
@media only screen and (max-width: 640px) {
  body .index .banner {
    height: 420px;
  }
  body .index .banner .bannerSwiper .swiper-slide .banner-main {
    width: 90%;
    top: 32%;
  }
  body .index .banner .bannerSwiper .swiper-slide .banner-main .span1 {
    font-size: 24px;
    line-height: 1.25;
  }
  body .index .banner .bannerSwiper .swiper-slide .banner-main .text {
    align-items: flex-start;
  }
  body .index .banner .bannerSwiper .swiper-slide .banner-main .text div {
    height: 54px;
  }
  body .index .overall .over-other,
  body .index .page3,
  body .index .page6,
  body .index .page7 {
    padding: 38px 0;
  }
  body .index .page3 .container .main .swiper3-nav {
    margin-top: 24px;
  }
  body .index .page4 .main .button {
    margin-top: 20px;
  }
  body .index .page4 .top {
    margin: 32px auto 26px;
  }
  body .index .page4 .top .p1 {
    margin-top: 20px;
    margin-bottom: 18px;
  }
  body .index .page4 .bottom {
    margin-bottom: 38px;
  }
  body .index .page5 {
    padding: 44px 0;
  }
  body .index .page5 .datas {
    flex-direction: column;
  }
  body .index .page5 .datas .data {
    width: 100%;
  }
  body .index .page5 .start {
    margin: 32px auto 20px;
  }
  body .index .page5 h1 {
    font-size: 24px;
    line-height: 32px;
  }
  body .index .page6 .bottom {
    padding: 20px;
  }
}
@media only screen and (max-width: 480px) {
  body .index .banner {
    height: 400px;
  }
  body .index .banner .bannerSwiper .swiper-slide .banner-main {
    top: 31%;
    left: 4%;
    width: 92%;
  }
  body .index .banner .bannerSwiper .swiper-slide .banner-main .span1 {
    font-size: 22px;
  }
  body .index .banner .bannerSwiper .swiper-slide .banner-main .text p {
    font-size: 13px;
    line-height: 20px;
  }
  body .index .banner .bannerSwiper .swiper-slide .banner-main .button {
    height: 40px;
    padding: 0 18px;
  }
  body .index .overall .over-other .top,
  body .index .overall .over-other .main,
  body .index .page3 .top,
  body .index .page4 .bottom,
  body .index .page6 .top,
  body .index .page6 .main,
  body .index .page6 .bottom,
  body .index .page7 .container .top {
    width: 92%;
  }
  body .index .page3 .swiper3 {
    height: 286px;
  }
  body .index .page3 .swiper3 .swiper-slide {
    height: 286px;
  }
  body .index .page3 .swiper3 .swiper-slide .img {
    height: 198px;
  }
  body .index .page3 .container .main .swiper3button .swiper-slide.swiper-slide-active img,
  body .index .page3 .container .main .swiper3button .swiper-slide.swiper-slide-active svg {
    width: 28px;
    height: 28px;
  }
  body .index .page4 .bottom .location .xq .buttons .button {
    width: 100%;
  }
  body .index .page5 .datas .data {
    flex-direction: column;
  }
  body .index .page7 .swiper7 .swiper7-wrapper {
    width: 92%;
  }
}
/* === 首页布局二次精修：Manufacturing/Product/Legacy/Services === */
body .index .overall .over-other {
  padding: 50px 0 58px;
  position: relative;
}
body .index .overall .over-other .top {
  margin: 0 auto 30px;
}
body .index .overall .over-other .main {
  width: 83.3%;
  max-width: 1200px;
  gap: 58px;
  justify-content: center;
  align-items: center;
}
body .index .overall .over-other .main .swiper2 {
  flex: 0 0 500px;
  width: 500px;
  max-width: 48%;
  z-index: 2;
}
body .index .overall .over-other .main .text {
  flex: 0 1 560px;
  max-width: 560px;
  min-width: 0;
}
body .index .overall .over-other .main .text .title {
  font-size: 23px;
  line-height: 31px;
  margin-bottom: 6px;
}
body .index .overall .over-other .main .text .title2 {
  font-size: 15px;
  line-height: 24px;
}
body .index .overall .over-other .main .text .p {
  font-size: 15px;
  line-height: 25px;
  margin-top: 20px;
}
body .index .overall .over-other .main .text hr {
  margin-top: 20px;
}
body .index .overall .over-other .main .text .flex {
  width: 100%;
  margin-top: 16px;
  justify-content: flex-start;
  gap: 8px 28px;
}
body .index .overall .over-other .main .text .flex span {
  width: calc(50% - 14px);
  font-size: 18px;
  line-height: 28px;
}
body .index .overall .over-other .our {
  width: 83.3%;
  max-width: 1200px;
  margin: 8px auto 0;
  padding-left: 0;
  text-align: left;
}
body .index .overall .over-other .gray {
  width: 30%;
  height: 315px;
  margin-top: -245px;
  margin-left: 8.35%;
}
body .index .page3 {
  padding: 50px 0 44px;
}
body .index .page3 .top {
  width: 83.3%;
  max-width: 1200px;
  margin: 0 auto 32px;
  gap: 32px;
}
body .index .page3 .top .left {
  flex: 0 0 210px;
}
body .index .page3 .top .p {
  flex: 1;
  width: auto;
  max-width: 610px;
  font-size: 15px;
  line-height: 25px;
}
body .index .page3 .top .button {
  flex-shrink: 0;
  height: 46px;
  padding: 0 24px;
}
body .index .page3 .main {
  margin-top: 0;
}
body .index .page3 .swiper3 {
  height: 330px;
}
body .index .page3 .swiper3 .swiper-slide {
  height: 330px;
}
body .index .page3 .swiper3 .swiper-slide .img {
  width: 100%;
  height: 238px;
}
body .index .page3 .swiper3 .swiper-slide .img img {
  object-fit: cover;
}
body .index .page3 .swiper3 .swiper-slide .text {
  width: 100%;
  height: 92px;
  padding: 0 12px;
  box-sizing: border-box;
}
body .index .page3 .swiper3 .swiper-slide .text .bolder {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body .index .page3 .container .main .swiper3-nav {
  margin: 24px auto 0;
  max-width: 720px;
}
body .index .page3 .container .main .swiper3button .swiper-slide {
  height: 48px;
  padding: 6px 16px;
}
body .index .page3 .container .main .swiper3button .swiper-slide.swiper-slide-active {
  height: 62px;
  padding: 8px 24px;
}
body .index .page3 .container .main .swiper3button .swiper-slide.swiper-slide-active img,
body .index .page3 .container .main .swiper3button .swiper-slide.swiper-slide-active svg {
  width: 36px;
  height: 36px;
}
body .index .page3 .container .main .swiper3button .swiper-slide.swiper-slide-active p {
  font-size: 17px;
  line-height: 24px;
}
body .index .page4 .top {
  margin: 38px auto 28px;
}
body .index .page4 .top .bolder {
  margin-top: 10px;
  margin-bottom: 12px;
}
body .index .page4 .top .p1 {
  margin-top: 18px;
  margin-bottom: 14px;
}
body .index .page4 .top .p1,
body .index .page4 .top .p2 {
  font-size: 16px;
  line-height: 28px;
}
body .index .page4 .top .p1 span,
body .index .page4 .top .p2 span {
  font-size: 23px;
  line-height: 28px;
}
body .index .page4 .main .button {
  margin: 18px auto 0;
}
body .index .page4 .bottom {
  width: 83.3%;
  max-width: 1200px;
  margin: 0 auto 50px;
  gap: 24px;
  flex-wrap: nowrap;
}
body .index .page4 .bottom .location {
  width: calc(100% - 281px);
  max-width: none;
}
body .index .page4 .bottom .location .map1 {
  aspect-ratio: 1.45;
}
body .index .page4 .bottom .location .xq {
  padding: 22px 0;
  justify-content: center;
}
body .index .page4 .bottom .location .xq p {
  width: 84%;
  margin: 0 auto 22px;
  font-size: 12px;
  line-height: 22px;
}
body .index .page4 .bottom .location .xq .buttons {
  width: 84%;
  gap: 12px;
}
body .index .page4 .bottom .address {
  margin: 52px 0 0;
}
body .index .page6 {
  padding: 0 0 54px;
}
body .index .page6 .top {
  margin: 60px auto 34px;
}
body .index .page6 .top .right {
  max-width: 500px;
}
body .index .page6 .top .right p {
  font-size: 15px;
  line-height: 25px;
}
body .index .page6 .main {
  align-items: stretch;
  gap: 28px;
}
body .index .page6 .main .hovercontent {
  flex: 0 0 42%;
  width: 42%;
  gap: 14px;
}
body .index .page6 .main .hovercontent .listen,
body .index .page6 .main .hovercontent .clock {
  padding: 24px;
  gap: 12px;
  min-height: 230px;
}
body .index .page6 .main .hovercontent .active {
  width: 58%;
}
body .index .page6 .main .hovercontent .listen:not(.active),
body .index .page6 .main .hovercontent .clock:not(.active) {
  width: 42%;
}
body .index .page6 .main .hoverpic {
  flex: 1;
  width: auto;
  min-width: 0;
  height: auto;
  aspect-ratio: 2;
}
body .index .page6 .bottom {
  margin: 32px auto 0;
  padding: 20px 40px;
}
@media only screen and (max-width: 1280px) {
  body .index .overall .over-other .main {
    width: 90%;
    gap: 34px;
  }
  body .index .overall .over-other .main .swiper2 {
    flex: 0 0 46%;
    width: 46%;
    max-width: 520px;
  }
  body .index .overall .over-other .main .text {
    flex: 1 1 0;
    max-width: none;
  }
  body .index .overall .over-other .main .text .title {
    font-size: 20px;
    line-height: 28px;
  }
  body .index .overall .over-other .main .text .p,
  body .index .overall .over-other .main .text hr {
    margin-top: 14px;
  }
  body .index .overall .over-other .main .text .flex {
    gap: 6px 18px;
  }
  body .index .overall .over-other .main .text .flex span {
    font-size: 15px;
    line-height: 22px;
  }
  body .index .overall .over-other .gray {
    width: 300px;
    height: 260px;
    margin-top: -205px;
    margin-left: 5%;
  }
  body .index .page3 .top {
    width: 90%;
    gap: 22px;
  }
  body .index .page3 .top .left {
    flex: 0 0 180px;
  }
  body .index .page3 .top .p {
    max-width: none;
    font-size: 14px;
    line-height: 23px;
  }
  body .index .page3 .swiper3 {
    height: 306px;
  }
  body .index .page3 .swiper3 .swiper-slide {
    height: 306px;
  }
  body .index .page3 .swiper3 .swiper-slide .img {
    height: 216px;
  }
  body .index .page4 .bottom {
    width: 90%;
    flex-wrap: nowrap;
  }
  body .index .page4 .bottom .location {
    width: calc(100% - 265px);
  }
  body .index .page6 .top,
  body .index .page6 .main,
  body .index .page6 .bottom {
    width: 90%;
  }
  body .index .page6 .main {
    gap: 22px;
  }
  body .index .page6 .main .hovercontent .listen,
  body .index .page6 .main .hovercontent .clock {
    padding: 20px;
    min-height: 210px;
  }
}
@media only screen and (max-width: 1100px) {
  body .index .overall .over-other .main {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
  body .index .overall .over-other .main .swiper2,
  body .index .overall .over-other .main .text {
    width: 100%;
    max-width: 680px;
    flex: none;
  }
  body .index .overall .over-other .our {
    width: 90%;
    max-width: 680px;
    text-align: center;
  }
  body .index .page3 .top {
    flex-wrap: wrap;
  }
  body .index .page3 .top .left {
    flex: 0 0 100%;
  }
  body .index .page3 .top .p {
    flex: 1 1 60%;
  }
  body .index .page4 .bottom {
    flex-direction: column;
    flex-wrap: nowrap;
  }
  body .index .page4 .bottom .location,
  body .index .page4 .bottom .address {
    width: 100%;
  }
  body .index .page4 .bottom .address {
    margin: 0;
  }
  body .index .page6 .main {
    flex-direction: column;
  }
  body .index .page6 .main .hovercontent,
  body .index .page6 .main .hoverpic {
    width: 100%;
    flex: none;
  }
}
@media only screen and (max-width: 800px) {
  body .index .overall .over-other {
    padding: 38px 0 42px;
  }
  body .index .overall .over-other .main .text .flex span {
    width: 100%;
  }
  body .index .page3 {
    padding: 38px 0;
  }
  body .index .page3 .top {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }
  body .index .page3 .top .p,
  body .index .page3 .top .button {
    width: 100%;
  }
  body .index .page3 .top .button {
    max-width: 190px;
  }
  body .index .page3 .swiper3 {
    height: 286px;
  }
  body .index .page3 .swiper3 .swiper-slide {
    height: 286px;
  }
  body .index .page3 .swiper3 .swiper-slide .img {
    height: 198px;
  }
  body .index .page4 .top {
    margin: 30px auto 24px;
  }
  body .index .page4 .bottom .location {
    flex-direction: column;
  }
  body .index .page4 .bottom .location .map1,
  body .index .page4 .bottom .location .xq {
    width: 100%;
  }
  body .index .page6 .top {
    margin: 40px auto 24px;
  }
  body .index .page6 .main .hovercontent {
    flex-direction: column;
  }
  body .index .page6 .main .hovercontent .listen,
  body .index .page6 .main .hovercontent .clock,
  body .index .page6 .main .hovercontent .active,
  body .index .page6 .main .hovercontent .listen:not(.active),
  body .index .page6 .main .hovercontent .clock:not(.active) {
    width: 100%;
    min-height: 0;
  }
}
@media only screen and (max-width: 480px) {
  body .index .overall .over-other .top,
  body .index .overall .over-other .main,
  body .index .page3 .top,
  body .index .page4 .bottom,
  body .index .page6 .top,
  body .index .page6 .main,
  body .index .page6 .bottom {
    width: 92%;
  }
  body .index .overall .over-other .main .text .title {
    font-size: 18px;
    line-height: 25px;
  }
  body .index .page3 .swiper3::before,
  body .index .page3 .swiper3::after {
    width: 42px;
  }
  body .index .page3 .container .main .swiper3button .swiper-slide.swiper-slide-active p {
    font-size: 14px;
    line-height: 20px;
  }
  body .index .page4 .top .p1,
  body .index .page4 .top .p2 {
    font-size: 13px;
    line-height: 22px;
  }
  body .index .page6 .bottom {
    padding: 18px;
  }
}
body .index .page4 .bottom .location .map1 .yuanda-amap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
body .index .page4 .bottom .location .map1.has-amap .map-fallback {
  opacity: 0;
  pointer-events: none;
}
body .index .page4 .bottom .location .map1 .add,
body .index .page4 .bottom .location .map1 .reduce {
  z-index: 4;
}
body .index .page4 .bottom .location .map1 .amap-logo,
body .index .page4 .bottom .location .map1 .amap-copyright {
  display: none;
}
body .index .overall.homepage2 .over-other > .container {
  width: 100%;
  max-width: none;
}
body .index .overall.homepage2 .over-other .top {
  width: 83.3%;
  max-width: 1440px;
}
body .index .overall.homepage2 .over-other .main {
  width: 100%;
  max-width: none;
  margin: 42px 0 0;
  gap: 0;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
body .index .overall.homepage2 .over-other .main .swiper2 {
  flex: 0 0 40%;
  width: 40%;
  max-width: none;
  aspect-ratio: 1.38902148;
  border-radius: 0 14px 14px 0;
}
body .index .overall.homepage2 .over-other .main .swiper2 img {
  object-fit: cover;
}
body .index .overall.homepage2 .over-other .main .text {
  flex: 0 0 60%;
  width: 60%;
  max-width: none;
  min-width: 0;
  padding: 0 8.33% 0 5%;
  box-sizing: border-box;
}
body .index .overall.homepage2 .over-other .our {
  order: 3;
  flex: 0 0 40%;
  width: 40%;
  max-width: none;
  height: 36px;
  margin: 8px 0 0;
  padding: 0;
  text-align: center;
  line-height: 36px;
  align-self: flex-start;
  position: relative;
  z-index: 3;
}
body .index .overall.homepage2 .over-other .gray {
  margin-left: 0;
}
@media only screen and (max-width: 1280px) {
  body .index .overall.homepage2 .over-other .top {
    width: 90%;
  }
  body .index .overall.homepage2 .over-other .main .swiper2 {
    flex-basis: 42%;
    width: 42%;
  }
  body .index .overall.homepage2 .over-other .main .text {
    flex-basis: 58%;
    width: 58%;
    padding: 0 5% 0 3%;
  }
  body .index .overall.homepage2 .over-other .our {
    flex-basis: 42%;
    width: 42%;
    max-width: none;
    margin: 8px 0 0;
    font-size: 13px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 1100px) {
  body .index .overall.homepage2 .over-other .main {
    width: 90%;
    margin: 42px auto 0;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 24px;
  }
  body .index .overall.homepage2 .over-other .main .swiper2,
  body .index .overall.homepage2 .over-other .main .our,
  body .index .overall.homepage2 .over-other .main .text {
    width: 100%;
    max-width: 680px;
    flex: none;
  }
  body .index .overall.homepage2 .over-other .main .swiper2,
  body .index .overall.homepage2 .over-other .main .swiper2 img {
    border-radius: 14px;
  }
  body .index .overall.homepage2 .over-other .main .swiper2 {
    order: 1;
  }
  body .index .overall.homepage2 .over-other .main .our {
    order: 2;
  }
  body .index .overall.homepage2 .over-other .main .text {
    order: 3;
  }
  body .index .overall.homepage2 .over-other .main .text {
    padding: 0;
  }
  body .index .overall.homepage2 .over-other .our {
    width: 100%;
    max-width: 680px;
    margin: -8px auto 0;
    text-align: center;
    line-height: 24px;
  }
}
@media only screen and (max-width: 480px) {
  body .index .overall.homepage2 .over-other .top,
  body .index .overall.homepage2 .over-other .main {
    width: 92%;
  }
}
body .index .page4.homepage4 {
  overflow: hidden;
}
body .index .page4.homepage4 .main {
  width: 100%;
  overflow: hidden;
  margin-bottom: 44px;
}
body .index .page4.homepage4 .swiper4 {
  width: 100%;
  overflow: hidden;
  padding: 0;
}
body .index .page4.homepage4 .swiper4 .swiper-wrapper {
  align-items: stretch;
  margin: 0;
}
body .index .page4.homepage4 .swiper4 .swiper-slide {
  flex-shrink: 0;
  width: clamp(220px, 18.75vw, 360px);
  height: clamp(300px, 27.4vw, 418px);
  aspect-ratio: auto;
  border-radius: 8px;
  transform: scale(1, 0.995612) skew(-5.345929deg, 0deg);
  transform-origin: center center;
  transition: transform 0.45s ease;
  will-change: transform;
  overflow: hidden;
  z-index: 1;
}
body .index .page4.homepage4 .swiper4 .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 8px;
  object-fit: cover;
  transition: transform 0.5s ease;
}
body .index .page4.homepage4 .swiper4 .swiper-slide:hover img {
  transform: scale(1.05);
}
body .index .page4.homepage4 .main .button {
  margin: 22px auto 0;
}
body .index .page4.homepage4 .main .button .button-arrow {
  width: 48px;
  height: 48px;
}
@media only screen and (max-width: 640px) {
  body .index .page4.homepage4 .main {
    margin-bottom: 34px;
  }
  body .index .page4.homepage4 .swiper4 .swiper-slide {
    width: 220px;
    height: 285px;
    transform: scale(1, 0.995612) skew(-3deg, 0deg);
  }
  body .index .page4.homepage4 .main .button {
    gap: 20px;
    margin-top: 18px;
  }
  body .index .page4.homepage4 .main .button .button-arrow {
    width: 42px;
    height: 42px;
  }
}
@media only screen and (min-width: 1024px) {
  body .index .page3 .swiper3 .swiper-slide {
    width: 300px;
    max-width: 300px;
  }
  body .index .page3 .swiper3 .swiper-slide .img,
  body .index .page3 .swiper3 .swiper-slide .text {
    width: 100%;
  }
}
