body {
  background-color: #F7F7F9;
}

.section1 {
  overflow: unset;
}

.section1 .wrap {
  margin: 0 auto;
  padding-left: calc(50vw - 780px);
}

.section1 .wrap .box {
  display: flex;
  height: fit-content;
  justify-content: space-between;
}

.section1 .wrap .box .flex {
  display: flex;
}

.section1 .wrap .box .left {
  height: 100vh;
  /* margin-top: 200px; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: sticky;
  top: 0;
  padding-right: 80px;
}

.section1 .wrap .box .left .logo {
  width: 312px;
  margin-bottom: 100px;
}

.section1 .wrap .box .left .text {
  /* width: 700px; */
  width: 800px;
  font-size: 20px;
  color: #444;
  line-height: 40px;
}

.section1 .wrap .box .left::before {
  width: 1px;
  height: 100%;
  background-color: #E0E2EA;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
}

.section1 .wrap .box .left::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  /* top: 180px; */
  top: calc(50vh - 275px);
  /* top: 29%;
  transform: translateY(-50%); */
  height: 150px;
  background: linear-gradient(180deg, #0D4082 0%, #5BB7C3 100%);
}

.section1 .wrap .box .list {
  padding-top: calc(50vh - 275px);
  /* width: fit-content; */
  width: max-content;
  padding-left: 50px;
  padding-bottom: calc(50vh + 140px);
}

.section1 .wrap .box .list .item {
  transform-origin: left;
}

.section1 .wrap .box .list .item:not(:last-child) {
  margin-bottom: 55px;
}

.section1 .wrap .box .list .item .value {
  font-size: 80px;
}

.section1 .wrap .box .list .item .key {
  font-size: 24px;
}

.section1 .wrap .box .list .item.active .value p:nth-child(1),
.section1 .wrap .box .list .item.active .key p:nth-child(1) {
  opacity: 0;
}

.section1 .wrap .box .list .item.active .value p:nth-child(2),
.section1 .wrap .box .list .item.active .key p:nth-child(2) {
  opacity: 1;
}

.section1 .wrap .box .list .item .value,
.section1 .wrap .box .list .item .key {
  position: relative;
}

.section1 .wrap .box .list .item .value p,
.section1 .wrap .box .list .item .key p {
  font-weight: 700;
  transition: all 0.6s;
}

.section1 .wrap .box .list .item .value p:nth-child(1),
.section1 .wrap .box .list .item .key p:nth-child(1) {
  color: #C1C1C2;
}

.section1 .wrap .box .list .item .value p:nth-child(2),
.section1 .wrap .box .list .item .key p:nth-child(2) {
  position: absolute;
  top: 0;
  opacity: 0;
  background: linear-gradient(90deg, #23528E 0%, #5AB3C1 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.section1 .wrap .box .map {
  width: 50vh;
  height: 100vh;
  position: sticky;
  top: 70px;
  right: 0;
  overflow: hidden;
}

.section1 .wrap .box .map .canvas {
  width: 100vh;
  height: 100vh;
}

.section2 .wrap {
  position: relative;
}

.section2 .wrap .bg {
  width: 100%;
}

.section2 .wrap .bg img {
  width: 100%;
}

.section2 .wrap .list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}

.section2 .wrap .list .item {
  flex: 1;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}

.section2 .wrap .list .item:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.section2 .wrap .list .item .tit p {
  color: #fff;
  opacity: 0.3;
  font-size: 34px;
}

.section2 .wrap .list .item .tit h4 {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
}

.section2 .wrap .list .item:hover .text {
  transform: translateY(0);
  opacity: 1;
}

.section2 .wrap .list .item .text {
  color: #fff;
  font-size: 28px;
  width: 360px;
  text-align: center;
  margin: 20px auto 0;
  height: 80px;
  opacity: 0;
  transform: translateY(30px);
}

.section3 {
  background-color: #fff;
}

.section3 .wrap {
  padding-top: 100px;
  padding-bottom: 120px;
  padding-left: calc(50vw - 780px);
}

.section3 .wrap .main {
  margin-top: 90px;
}

.section3 .wrap .main .swiper-slide-active .item .time .year p:nth-child(1) {
  opacity: 0;
}

.section3 .wrap .main .swiper-slide-active .item .time .year p:nth-child(2) {
  opacity: 1;
}

.section3 .wrap .main .swiper-slide-active .item .time .year::before {
  opacity: 0;
}

.section3 .wrap .main .swiper-slide-active .item .time .year::after {
  opacity: 1;
}

.section3 .wrap .main .item {
  padding-right: 120px;
}

.section3 .wrap .main .item .time {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 500px;
}

.section3 .wrap .main .item .time .year {
  position: relative;
}

.section3 .wrap .main .item .time .year::before,
.section3 .wrap .main .item .time .year::after {
  content: attr(data-text);
  font-weight: 700;
  transition: all 0.6s;
  font-size: 60px;
}

.section3 .wrap .main .item .time .year::before {
  color: #999999;
}

.section3 .wrap .main .item .time .year::after {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: linear-gradient(90deg, #23528E 0%, #5AB3C1 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.section3 .wrap .main .item .time .year p {
  font-weight: 700;
  transition: all 0.6s;
  font-size: 16px;
}

.section3 .wrap .main .item .time .year p:nth-child(1) {
  color: #111;
}

.section3 .wrap .main .item .time .year p:nth-child(2) {
  position: absolute;
  top: 0;
  opacity: 0;
  background: linear-gradient(90deg, #23528E 0%, #5AB3C1 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.section3 .wrap .main .item .time .line {
  width: 150px;
  height: 1px;
  background-color: #E0E2EA;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section3 .wrap .main .item .time .line::after,
.section3 .wrap .main .item .time .line::before {
  border-radius: 50%;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #E0E2EA;
}

.section3 .wrap .main .text {
  color: #111;
  font-size: 19px;
  line-height: 40px;
  /* height: 240px; */
  overflow: hidden;
  padding-right: 80px;
  margin-top: 20px;
}

.section3 .wrap .main .text::-webkit-scrollbar {
  background-color: #ECECEC;
}

.section3 .wrap .main .text::-webkit-scrollbar-thumb {
  background-color: #5BB7C3;
}

.section3 .wrap .main .text.s {
  overflow-y: auto;
}

.section3 .wrap .main .swiper {
  width: 107.96875vw;
}

.section3 .wrap .main .page {
  width: 1560px;
  height: 78px;
  border-radius: 40px;
  background-color: #F7F8FB;
  margin-top: 120px;
  display: flex;
  justify-content: space-between;
  padding: 0 16px;
  align-items: center;
}

.section3 .wrap .main .page .prev,
.section3 .wrap .main .page .next {
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
  cursor: pointer;
}

.section3 .wrap .main .page .prev:hover img:nth-child(2),
.section3 .wrap .main .page .next:hover img:nth-child(2) {
  opacity: 1;
}

.section3 .wrap .main .page .prev.prev img:nth-child(2),
.section3 .wrap .main .page .next.prev img:nth-child(2) {
  transform: rotate(180deg);
}

.section3 .wrap .main .page .prev.next img:nth-child(1),
.section3 .wrap .main .page .next.next img:nth-child(1) {
  transform: rotate(180deg);
}

.section3 .wrap .main .page .prev img:nth-child(2),
.section3 .wrap .main .page .next img:nth-child(2) {
  position: absolute;
  left: 0;
  opacity: 0;
  transition: all 0.6s;
}

.section3 .wrap .main .page .box {
  flex: 1;
  margin: 0 40px;
}

.section3 .wrap .main .page .box .list {
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.section3 .wrap .main .page .box .list .trem {
  color: #333;
  cursor: pointer;
  position: relative;
}

.section3 .wrap .main .page .box .list .trem.active p:nth-child(1) {
  opacity: 0;
}

.section3 .wrap .main .page .box .list .trem.active p:nth-child(2) {
  opacity: 1;
}

.section3 .wrap .main .page .box .list .trem.active::before {
  opacity: 0;
}

.section3 .wrap .main .page .box .list .trem.active::after {
  opacity: 1;
}

.section3 .wrap .main .page .box .list .trem::before,
.section3 .wrap .main .page .box .list .trem::after {
  content: attr(data-text);
  font-weight: 700;
  transition: all 0.6s;
  font-size: 18px;
}

.section3 .wrap .main .page .box .list .trem::before {
  color: #111;
}

.section3 .wrap .main .page .box .list .trem::after {
  position: absolute;
  /* top: 0; */
  bottom: 0;
  left: 0;
  opacity: 0;
  background: linear-gradient(90deg, #23528E 0%, #5AB3C1 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.section3 .wrap .main .page .box .list .trem p {
  font-weight: 700;
  transition: all 0.6s;
  font-size: 18px;
}

.section3 .wrap .main .page .box .list .trem p:nth-child(1) {
  color: #111;
}

.section3 .wrap .main .page .box .list .trem p:nth-child(2) {
  position: absolute;
  top: 0;
  opacity: 0;
  background: linear-gradient(90deg, #23528E 0%, #5AB3C1 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.section3 .wrap .main .page .box .line {
  position: relative;
}

.section3 .wrap .main .page .box .line img {
  width: 100%;
}

.section3 .wrap .main .page .box .line img:nth-child(2) {
  position: absolute;
  /* top: 0; */
  bottom: 0;
  left: 0;
  clip-path: inset(0px 100% 0px 0px);
  transition: all 0.6s;
}

.section4 {
  background: linear-gradient(90deg, #0D4082 0%, #5BB7C3 100%);
}

.section4 .wrap {
  padding-top: 80px;
  padding-bottom: 60px;
}

.section4 .wrap .title {
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}

.section4 .wrap .title h3 {
  font-size: 24px;
}

.section4 .wrap .main .merry {
  overflow: hidden;
}

.section4 .wrap .main .row {
  display: flex;
  width: fit-content;
}

.section4 .wrap .main .row.active {
  animation: walking 0s linear infinite;
}

.section4 .wrap .main .row .trem {
  display: flex;
  justify-content: space-between;
  margin-right: 48px;
  gap: 48px;
}

.section4 .wrap .main .row .trem .item {
  width: max-content;
  height: 87px;
  width: 240px;
  background-color: #fff;
  transition: all 0.6s;
  min-width: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section4 .wrap .main .row .trem .item:hover {
  filter: none;
  opacity: 1;
}

.section4 .wrap .main .row .trem .item img {
  object-fit: contain;
}

.section5 .wrap {
  padding-top: 80px;
  width: 1560px;
  margin: 0 auto;
  padding-bottom: 80px;
}

.section5 .wrap .commonTitle {
  justify-content: center;
}

.section5 .wrap .commonTitle h3 {
  margin-left: 0;
}

.section5 .wrap .content {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 60px;
}

.section5 .wrap .main {
  display: flex;
  gap: 10px;
}

.section5 .wrap .main .left {
  width: 600px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.section5 .wrap .main .left:hover img {
  transform: scale(1.1);
}

.section5 .wrap .main .left img {
  transition: all 2s;
}

.section5 .wrap .main .left .text {
  position: absolute;
  width: 100%;
  top: 0;
  padding: 50px;
}

.section5 .wrap .main .left .text h4 {
  color: #fff;
  font-size: 32px;
  margin-bottom: 15px;
}

.section5 .wrap .main .left .text p {
  color: #fff;
  font-size: 20px;
}

.section5 .wrap .main .right {
  flex: 1;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, 1fr);
}

.section5 .wrap .main .right .item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.section5 .wrap .main .right .item:nth-child(n+3) .text {
  bottom: 0;
  top: auto;
}

.section5 .wrap .main .right .item:hover img {
  transform: scale(1.1);
}

.section5 .wrap .main .right .item img {
  transition: all 2s;
}

.section5 .wrap .main .right .item .text {
  position: absolute;
  width: 100%;
  top: 0;
  padding: 40px;
}

.section5 .wrap .main .right .item .text h4 {
  color: #fff;
  font-size: 32px;
  margin-bottom: 15px;
}

.section5 .wrap .main .right .item .text p {
  color: #fff;
  font-size: 20px;
  line-height: 28px;
}

.section6 .wrap {
  padding-left: calc(50vw - 790px);
  padding-bottom: 160px;
}

.section6 .wrap .commonTitle {
  width: 1560px;
  justify-content: center;
}

.section6 .wrap .commonTitle h3 {
  margin-left: 0;
}

.section6 .wrap .content {
  color: #777;
  font-size: 18px;
  text-align: center;
  width: 1560px;
  margin-top: 20px;
  margin-top: 40px;
}

.section6 .wrap .main {
  margin-top: 70px;
}

.section6 .wrap .main .swiper {
  width: 2000px;
}

.section6 .wrap .main .item {
  margin: 10px;
  padding: 40px 25px 64px;
  background-color: #fff;
  box-shadow: 0px 3px 6px 1px rgba(27, 61, 90, 0.15);
  border-radius: 10px;
  overflow: hidden;
}

/* .section6 .wrap .main .item:hover .img img {
  transform: scale(1.1);
} */

.section6 .wrap .main .item .img img {
  transition: all 1s;
}

.section6 .wrap .main .item .text {
  text-align: center;
  color: #666;
  font-size: 16px;
  margin-top: 40px;
}

.section7 {
  background-color: #fff;
}

.section7 .wrap {
  padding-left: calc(50vw - 780px);
  padding-top: 100px;
  padding-bottom: 100px;
}

.section7 .wrap .commonTitle {
  width: 1560px;
  justify-content: center;
}

.section7 .wrap .commonTitle h3 {
  margin-left: 0;
}

.section7 .wrap .content {
  color: #777;
  font-size: 18px;
  text-align: center;
  width: 1560px;
  margin-top: 20px;
  margin-top: 40px;
}

.section7 .wrap .main {
  margin-top: 70px;
}

.section7 .wrap .main .swiper {
  width: 1738px;
}

.section7 .wrap .main .item {
  display: flex;
  gap: 5px;
}

.section7 .wrap .main .item .img {
  width: 315px;
}

.section7 .wrap .main .item .text {
  flex: 1;
  padding: 70px 50px 0;
  background-color: #F7F8FB;
  border-radius: 10px;
}

.section7 .wrap .main .item .text h4 {
  color: #111;
  font-size: 24px;
  margin-bottom: 20px;
}

.section7 .wrap .main .item .text p {
  color: #444;
  font-size: 16px;
  line-height: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* -webkit-line-clamp: 6; */
  overflow: hidden;
}

.section7 .wrap .main .swiper-pagination {
  position: static;
  margin-top: 70px;
  width: 1560px;
}

.section7 .wrap .main .swiper-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 6px;
  border-radius: 5px;
  background-color: #D5DFE8;
  opacity: 1;
  position: relative;
  transition: all 0.6s;
}

.section7 .wrap .main .swiper-pagination .swiper-pagination-bullet::after {
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(270deg, #5BB7C3 0%, #0D4082 100%);
  display: block;
  opacity: 0;
  transition: all 0.6s;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
}

.section7 .wrap .main .swiper-pagination .swiper-pagination-bullet-active {
  width: 70px;
}

.section7 .wrap .main .swiper-pagination .swiper-pagination-bullet-active::after {
  opacity: 1;
}

.section8 .wrap {
  padding-top: 110px;
  padding-bottom: 140px;
  width: 1560px;
  margin: 0 auto;
}

.section8 .wrap .commonTitle {
  justify-content: center;
}

.section8 .wrap .content {
  text-align: center;
  color: #777;
  font-size: 16px;
  line-height: 30px;
  margin-top: 20px;
}

.section8 .wrap .main {
  margin-top: 88px;
  display: flex;
  gap: 40px;
}

.section8 .wrap .main .item {
  width: 360px;
}

.section8 .wrap .main .item:hover .img img {
  transform: scale(1.1);
}

.section8 .wrap .main .item:hover .text {
  color: #0D4082;
}

.section8 .wrap .main .item .img {
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
}

.section8 .wrap .main .item .img img {
  transition: all 2s;
}

.section8 .wrap .main .item .text {
  color: #333;
  font-size: 22px;
  margin-bottom: 20px;
  transition: all 0.6s;
}

.section8 .wrap .main .item .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.section8 .wrap .main .item .bottom .time {
  color: #909090;
  font-size: 16px;
}

.section8 .wrap .main .item .bottom .download {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(270deg, #5BB7C3 0%, #0D4082 100%);
}

.section8 .wrap .main .item .bottom .download span {
  color: #fff;
}

.section8 .wrap .commonButton {
  margin: 60px auto 0;
}

.section8 .wrap .commonButton::before {
  opacity: 0;
}

.section8 .wrap .commonButton::after {
  opacity: 1;
}

.section8 .wrap .commonButton .icon {
  filter: brightness(0) invert(1);
}

.section8 .wrap .commonButton span {
  color: #fff;
}

.section8 .wrap .commonButton .appoint {
  color: #fff;
}

.section9 .wrap {
  position: relative;
}

.section9 .wrap .bg img {
  width: 100%;
}

.section9 .wrap .text {
  width: 1340px;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
}

.section9 .wrap .text h3 {
  font-size: 36px;
  margin-bottom: 50px;
}

.section9 .wrap .text p {
  font-size: 20px;
  line-height: 36px;
}

@keyframes walking {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}
.section3 .wrap .main .page .box .list.PE{
  display: none;
}
.section4 .wrap .main .row .trem .item img{
  max-height:60px;
}
.section6 .wrap .main .item .text{
  height: 36px;
}
.section6 .wrap .main .item .img{
  display: flex;
  justify-content: center;
}
.section6 .wrap .main .item .img img{
  height: 173px;
}
.section7 .wrap .main.PE{
  display: none;
}
.section7 .wrap{
  width: 1560px;
  padding-left: 0;
  margin: 0 auto;
}
.section7 .wrap .main.PC{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.section7 .wrap .main.PC .item{
  width: calc(50% - 10px);
}
.section3 .wrap .main .text::-webkit-scrollbar{
  width: 0;
}
.section1 .wrap .box .left .text p{
  margin-bottom: 20px;
}
.section1 .wrap .box .left .text{
  height: 46vh;
  overflow: scroll;
}
.section1 .wrap .box .left .text::-webkit-scrollbar{
  height: 0;
}
.section3 .wrap .main .swiper-slide{
  width: fit-content;
}


@media screen and (max-width: 1919px) {
  .section1 .wrap .box .left .text p{
    margin-bottom: 1.04166666vw;
  }
  .section7 .wrap{
    width: 81.25vw;
  }
  .section7 .wrap .main.PC{
    gap: 1.041666666vw;
  }
  .section7 .wrap .main.PC .item{
    width: calc(50% - 0.520833333vw);
  }

  .section6 .wrap .main .item .img img{
    height: 9.010416666vw;
  }
  .section8 .commonTitle h3{
    margin-left: 0;
  }
  .section8 .wrap .main .item .bottom .download span{
    font-size: 0.833333vw;
  }
  .section6 .wrap .main .item .text{
    height: 1.875vw;
  }
  .section4 .wrap .main .row .trem .item img{
    max-height:3.125vw;
  }
  .section1 .wrap {
    padding-left: calc(50vw - 40.625vw);
  }

  .section1 .wrap .box .left {
    padding-right: 4.1666666667vw;
  }

  .section1 .wrap .box .left .logo {
    width: 16.25vw;
    margin-bottom: 5.2083333333vw;
  }

  .section1 .wrap .box .left .text {
    width: 41.666666666vw;
    font-size: 1.0416666666vw;
    line-height: 2.0833333333vw;
  }

  .section1 .wrap .box .left::after {
    top: calc(50vh - 14.322916666vw);
    height: 7.8125vw;
  }

  .section1 .wrap .box .list {
    padding-top: calc(50vh - 14.3229166vw);
    padding-left: 2.6041666667vw;
    padding-bottom: calc(50vh + 7.291666vw);
  }

  .section1 .wrap .box .list .item:not(:last-child) {
    margin-bottom: 2.8645833333vw;
  }

  .section1 .wrap .box .list .item .value {
    font-size: 4.1666666667vw;
  }

  .section1 .wrap .box .list .item .key {
    font-size: 1.25vw;
  }

  .section1 .wrap .box .map {
    top: 3.6458333333vw;
  }

  .section2 .wrap .list .item .tit p {
    font-size: 1.7708333333vw;
  }

  .section2 .wrap .list .item .tit h4 {
    font-size: 1.875vw;
  }

  .section2 .wrap .list .item .text {
    font-size: 1.4583333333vw;
    width: 18.75vw;
    margin: 1.0416666667vw auto 0px;
    height: 4.1666666667vw;
    transform: translateY(1.5625vw);
  }

  .section3 .wrap {
    padding-top: 5.2083333333vw;
    padding-bottom: 6.25vw;
    padding-left: calc(50vw - 40.625vw);
  }

  .section3 .wrap .main {
    margin-top: 4.6875vw;
  }

  .section3 .wrap .main .item {
    padding-right: 6.25vw;
  }

  .section3 .wrap .main .item .time {
    width: 26.0416666667vw;
  }

  .section3 .wrap .main .item .time .year::before,
  .section3 .wrap .main .item .time .year::after {
    font-size: 3.125vw;
  }

  .section3 .wrap .main .item .time .year p {
    font-size: 0.8333333333vw;
  }

  .section3 .wrap .main .item .time .line {
    width: 7.8125vw;
  }

  .section3 .wrap .main .item .time .line::after,
  .section3 .wrap .main .item .time .line::before {
    width: 0.3125vw;
    height: 0.3125vw;
  }

  .section3 .wrap .main .text {
    font-size: 0.989583333vw;
    line-height: 2.0833333333vw;
    /* height: 12.5vw; */
    padding-right: 4.1666666667vw;
    margin-top: 1.0416666667vw;
  }

  .section3 .wrap .main .page {
    width: 81.25vw;
    height: 4.0625vw;
    border-radius: 2.0833333333vw;
    margin-top: 6.25vw;
    padding: 0px 0.8333333333vw;
  }

  .section3 .wrap .main .page .prev,
  .section3 .wrap .main .page .next {
    width: 2.0833333333vw;
    height: 2.0833333333vw;
  }

  .section3 .wrap .main .page .box {
    margin: 0px 2.0833333333vw;
  }

  .section3 .wrap .main .page .box .list {
    padding: 0px 1.0416666667vw;
    margin-bottom: 0.5208333333vw;
  }

  .section3 .wrap .main .page .box .list .trem::before,
  .section3 .wrap .main .page .box .list .trem::after {
    font-size: 0.9375vw;
  }

  .section3 .wrap .main .page .box .list .trem p {
    font-size: 0.9375vw;
  }

  .section4 .wrap {
    padding-top: 4.1666666667vw;
    padding-bottom: 3.125vw;
  }

  .section4 .wrap .title {
    margin-bottom: 2.0833333333vw;
  }

  .section4 .wrap .title h3 {
    font-size: 1.25vw;
  }

  .section4 .wrap .main .row .trem {
    margin-right: 2.5vw;
    gap: 2.5vw;
  }

  .section4 .wrap .main .row .trem .item {
    height: 4.53125vw;
    width: 12.5vw;
    min-width: 2.8125vw;
  }

  .section5 .wrap {
    padding-top: 4.1666666667vw;
    width: 81.25vw;
    padding-bottom: 4.1666666667vw;
  }

  .section5 .wrap .content {
    margin-top: 1.0416666667vw;
    margin-bottom: 3.125vw;
  }

  .section5 .wrap .main {
    gap: 0.5208333333vw;
  }

  .section5 .wrap .main .left {
    width: 31.25vw;
    border-radius: 0.4166666667vw;
  }

  .section5 .wrap .main .left .text {
    padding: 2.6041666667vw;
  }

  .section5 .wrap .main .left .text h4 {
    font-size: 1.6666666666vw;
    margin-bottom: 0.78125vw;
  }

  .section5 .wrap .main .left .text p {
    font-size:1.0416666666vw;
  }

  .section5 .wrap .main .right {
    gap: 0.5208333333vw;
  }

  .section5 .wrap .main .right .item {
    border-radius: 0.4166666667vw;
  }

  .section5 .wrap .main .right .item .text {
    padding: 2.0833333333vw;
  }

  .section5 .wrap .main .right .item .text h4 {
    font-size: 1.666666666vw;
    margin-bottom: 0.78125vw;
  }

  .section5 .wrap .main .right .item .text p {
    font-size:1.041666666vw;
    line-height: 1.4583333333vw;
  }

  .section6 .wrap {
    padding-left: calc(50vw - 41.1458333333vw);
    padding-bottom: 8.3333333333vw;
  }

  .section6 .wrap .commonTitle {
    width: 81.25vw;
  }

  .section6 .wrap .content {
    font-size: 0.9375vw;
    width: 81.25vw;
    margin-top: 2.0833333333vw;
  }

  .section6 .wrap .main {
    margin-top: 3.6458333333vw;
  }

  .section6 .wrap .main .swiper {
    width: 104.1666666667vw;
  }

  .section6 .wrap .main .item {
    margin: 0.5208333333vw;
    padding: 2.0833333333vw 1.3020833333vw 3.3333333333vw;
    box-shadow: rgba(27, 61, 90, 0.15) 0px 0.15625vw 0.3125vw 1px;
    border-radius: 0.5208333333vw;
  }

  .section6 .wrap .main .item .text {
    font-size: 0.8333333333vw;
    margin-top: 2.0833333333vw;
  }

  .section7 .wrap {
    /* padding-left: calc(50vw - 40.625vw); */
    padding-top: 5.2083333333vw;
    padding-bottom: 5.2083333333vw;
  }

  .section7 .wrap .commonTitle {
    width: 81.25vw;
  }

  .section7 .wrap .content {
    font-size: 0.9375vw;
    width: 81.25vw;
    margin-top: 2.0833333333vw;
  }

  .section7 .wrap .main {
    margin-top: 3.6458333333vw;
  }

  .section7 .wrap .main .swiper {
    width: 90.5208333333vw;
  }

  .section7 .wrap .main .item {
    gap: 0.2604166667vw;
  }

  .section7 .wrap .main .item .img {
    width: 16.40625vw;
  }

  .section7 .wrap .main .item .text {
    padding: 3.6458333333vw 2.6041666667vw 0px;
    border-radius: 0.5208333333vw;
  }

  .section7 .wrap .main .item .text h4 {
    font-size: 1.25vw;
    margin-bottom: 1.0416666667vw;
  }

  .section7 .wrap .main .item .text p {
    font-size: 0.8333333333vw;
  }

  .section7 .wrap .main .swiper-pagination {
    margin-top: 3.6458333333vw;
    width: 81.25vw;
  }

  .section7 .wrap .main .swiper-pagination .swiper-pagination-bullet {
    width: 1.5625vw;
    height: 0.3125vw;
    border-radius: 0.2604166667vw;
  }

  .section7 .wrap .main .swiper-pagination .swiper-pagination-bullet::after {
    border-radius: 0.2604166667vw;
  }

  .section7 .wrap .main .swiper-pagination .swiper-pagination-bullet-active {
    width: 3.6458333333vw;
  }

  .section8 .wrap {
    padding-top: 5.7291666667vw;
    padding-bottom: 7.2916666667vw;
    width: 81.25vw;
  }

  .section8 .wrap .content {
    font-size: 0.8333333333vw;
    line-height: 1.5625vw;
    margin-top: 1.0416666667vw;
  }

  .section8 .wrap .main {
    margin-top: 4.5833333333vw;
    gap: 2.0833333333vw;
  }

  .section8 .wrap .main .item {
    width: 18.75vw;
  }

  .section8 .wrap .main .item .img {
    margin-bottom: 1.5625vw;
    border-radius: 0.5208333333vw;
  }

  .section8 .wrap .main .item .text {
    font-size: 1.1458333333vw;
    margin-bottom: 1.0416666667vw;
  }

  .section8 .wrap .main .item .bottom .time {
    font-size: 0.8333333333vw;
  }

  .section8 .wrap .main .item .bottom .download {
    width: 2.0833333333vw;
    height: 2.0833333333vw;
  }

  .section8 .wrap .commonButton {
    margin: 3.125vw auto 0px;
  }

  .section9 .wrap .text {
    width: 69.7916666667vw;
  }

  .section9 .wrap .text h3 {
    font-size: 1.875vw;
    margin-bottom: 2.6041666667vw;
  }

  .section9 .wrap .text p {
    font-size: 1.0416666667vw;
    line-height: 1.875vw;
  }
}
@media screen and (max-width: 1680px) {
  .section1 .wrap .box .left{
    padding-top: 100px;
  }
}
@media screen and (max-width: 1024px) {
  
  .section1 .wrap .box .left .text p{
    margin-bottom: 10px;
  }
  .section7 .wrap{
    width: 90%;
  }
  .section7 .wrap .main.PE{
    display: block;
  }
  .section7 .wrap .main.PC{
    display: none;
  }
  .section1 .wrap .box .list .item .value p:nth-child(1){
    color: #0D4082;
  }
  .section1 .wrap .box .list .item .key p:nth-child(1){
    color: #666;
    font-weight: 200;
  }

  .section6 .wrap .main .item .img img{
    height: 100%;
  }
  .section6 .wrap .main .item .img{
    height:26.851851851vw;
  }
  .section1 .wrap{
    width: 100%;
    padding-left: 0;
    padding-top: 60px;
  }
  .section1 .wrap .box .left{
    height: auto;
    position: static;
  }
  .section1 .wrap .box .left::after,
  .section1 .wrap .box .left::before{
    display: none;
  }
  .section1 .wrap .box .left .logo{
    width: 200px;
    margin-bottom: 30px;
  }
  .section1 .wrap .box .left .text{
    font-size: 14px;
    width: 100%;
    height: auto;
    padding-right: 0;
    line-height: 2;
  }
  .section1 .wrap .box .left .text::-webkit-scrollbar{
    width: 0;
  }

  .section1 .wrap .box .flex{
    flex-direction: column;
  }
  .section1 .wrap .box .list{
    margin-top: 30px;
    width: 100%;
    padding: 0;
    display: flex;
    justify-content: space-between;
  }
  .section1 .wrap .box{
    position: relative;
    padding: 0 5% 150px;
  }
  .section1 .wrap .box .map{
    width: 100%;
    height: 38.296875vw;
    position: absolute;
    left: 0;
    z-index: -1;
    bottom: 0;
    top: auto;
  }
  .section1 .wrap .box .map .canvas{
    width: 180vw;
    height: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .section1 .wrap .box{
    flex-direction: column;
  }
  .section1 .wrap .box .left{
    padding-top: 0;
    padding-right: 0;
  }
  .section1 .wrap .box .list .item .key{
    font-size: 16px;
  }
  .section1 .wrap .box .list .item .value{
    font-size: 40px;
  }
  .section2 .wrap .list .item .text{
    opacity: 1;
    transform: none;
  }
  .section2 .wrap .list .item .tit h4,
  .section2 .wrap .list .item .tit p {
    font-size: 20px;
  }
  .section2 .wrap .list .item .text{
    font-size: 14px;
    /* width: 100%; */
    width: 178px;
    line-height: 1.6;
    margin-top: 20px;
    height: 56px;
  }
  .section3 .wrap{
    width: 90%;
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;
  }

  .section3 .wrap .main .page .box .line{
    display: none;
  }
  .section3 .wrap{
    padding: 60px 0;
  }
  .section3 .wrap .main .item .time .year::before, .section3 .wrap .main .item .time .year::after{
    font-size: 30px;
  }

  .section3 .wrap .main .page .box .list .trem::before, .section3 .wrap .main .page .box .list .trem::after{
    font-size: 16px;
  }
  .section3 .wrap .main .page .box .list{
    margin-bottom: 0;
    padding: 0;
  }
  .section3 .wrap .main .page .box{
    margin: 0 50px;
  }
  .section3 .wrap .main .page{
    width:100%;
    height: 50px;
    border-radius: 30px;
    padding: 0 20px;
  }
  .section3 .wrap .main .text{
    padding-right: 30px;
    font-size: 14px;
    line-height: 2;
    margin-top: 20px;
    /* height: 200px; */
  }
  .section3 .wrap .main .item .time .line {
    width: 15.8125vw;
  }
  .section3 .wrap .main .page .prev, .section3 .wrap .main .page .next{
    width: 30px;
    height: 30px;
  }
  .section3 .wrap .main .item .time {
    width: 90%;
  }
  .section3 .wrap .main .page {
    margin-top:50px;
  }
  .section3 .wrap .main .swiper {
    width: 100%;
  }
  .section3 .wrap .main .item .time .line {
    width: 22.8125vw;
}
  .section3 .wrap .main .item{
    padding-right: 30px;
  }

  .section3 .wrap .main .page .box .list.PC{
    display: none;
  }
  .section3 .wrap .main .page .box .list.PE{
    display: block;
  }
  .section3 .wrap .main .page .box .list .swiper{
    width: 100%;
  }
  .section3 .wrap .main .page .box {
    width: 70%;
    margin: 0;
  }
  .section3 .wrap .main .page .box .list .swiper-slide-thumb-active .trem::before {
    opacity: 0;
  }
  
  .section3 .wrap .main .page .box .list .swiper-slide-thumb-active .trem::after {
    opacity: 1;
  }
  .section3 .wrap .main .page .box .list .trem{
    text-align: center;
  }
  .section3 .wrap .main .page .box .list .trem::after{
    left: 50%;
    transform: translateX(-50%);
  }
  .section3 .wrap .main .item{
    padding-right: 0;
  }
  .section4 .wrap .title h3{
    font-size: 20px;
  }
  .section4 .wrap .main .row .trem .item img{
    max-height:40px;
  }
  .section4 .wrap .main .row .trem .item{
    width: 140px;
    height: 60px;
  }
  .section4 .wrap{
    padding: 60px 0;
  }
  .section4 .wrap .title{
    margin-bottom: 20px;
  }
  .section3 .wrap .main {
    margin-top: 40px;
  }
  .section5 .wrap {
    padding: 60px 0;
    width: 90%;
  }
  .section5 .wrap .content{
    font-size: 14px;
    line-height: 2;
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .section5 .wrap .main .right .item .text h4,
  .section5 .wrap .main .left .text h4{
    font-size: 20px;
    margin-bottom: 10px;
  }
  .section5 .wrap .main .right .item .text p,
  .section5 .wrap .main .left .text p {
    font-size: 14px;
  }
  .section5 .wrap .main{
    flex-direction: column;
    gap: 10px;
  }
  .section5 .wrap .main .left{
    width: 100%;
    border-radius: 10px;
    height: 400px;
  }
  .section5 .wrap .main .left img{
    width: 100%;
  }
  .section5 .wrap .main .right{
    gap: 10px;
  }
  .section5 .wrap .main .right .item .text,
  .section5 .wrap .main .left .text{
    padding: 20px;
  }
  .section5 .wrap .main .right .item {
    border-radius:10px;
  }
  .section5 .wrap .main .right .item:nth-child(n+3) .text{
    top: 0;
    bottom: auto;
  }
  .section6 .wrap{
    padding-left: 0;
    width: 90%;
    margin: 0 auto;
    padding-bottom: 60px;
  }
  .section6 .wrap .commonTitle{
    width: 100%;
  }
  .section6 .wrap .content{
    width: 100%;
    font-size: 14px;
    line-height: 2;
    margin-top: 20px;
  }
  .section6 .wrap .main .item .text{
    font-size: 14px;
    line-height: 1.6;
    height: 45px;
    margin-top: 10px;
  }
  .section6 .wrap .main .swiper{
    width: 100%;
  }
  .section6 .wrap .main .item{
    border-radius: 10px;
    padding: 10px;
    margin: 10px;
    box-shadow: 0px 3px 6px 1px rgba(27, 61, 90, 0.15);
  }
  .section6 .wrap .main .item .img img{
    width: auto;
  }
  .section6 .wrap .commonTitle{
    margin-bottom: 20px;
  }
  .section6 .wrap .main{
    margin-top: 30px;
  }
  .section7 .wrap .content{
    font-size: 14px;
    margin: 20px auto 0;
  }
  .section7 .wrap{
    padding-left: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section7 .wrap .main .item{
    gap: 10px;
  }
  .section7 .wrap .commonTitle{
    width: 90%;
    margin: 0 auto;
  }
  .section7 .wrap .main .item .img{
    width: 30%;
  }
  .section7 .wrap .main .item .text{
    padding: 30px;
    border-radius: 10px;
  }
  .section7 .wrap .main .item .text h4{
    font-size: 20px;
    margin-bottom: 20px;
  }
  .section7 .wrap .main .item .text p{
    font-size: 14px !important;
    -webkit-text-size-adjust: none;
  }
  .section7 .wrap .main .swiper{
    width: 90vw;
  }
  .section7 .wrap .main .swiper-pagination{
    width: 90%;
    margin: 30px auto 0;
  }
  .section7 .wrap .main .swiper-pagination .swiper-pagination-bullet{
    width: 20px;
    height: 4px;
    border-radius: 5px;
  }
  .section7 .wrap .main .swiper-pagination .swiper-pagination-bullet-active{
    width: 30px;
  }

  .section7 .wrap .main{
    margin-top: 30px;
  }
  .section8 .wrap{
    padding: 60px 0;
    width: 90%;
  }
  .section8 .commonTitle h3{
    margin-left: 0;
  }
  .section8 .wrap .content{
    font-size: 14px;
    line-height: 2;
    margin-top: 20px;
  }
  .section8 .wrap .main{
    margin-top: 30px;
    gap:30px 0;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .section8 .wrap .main .item {
    width: 48%;
  }
  .section8 .wrap .main .item .text{
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 10px;
  }
  .section8 .wrap .main .item .bottom .time{
    font-size: 14px;
  }
  .section8 .wrap .main .item .bottom .download{
    width: 30px;
    height: 30px;
  }
  .section8 .wrap .main .item .bottom .download span{
    font-size: 14px;
  }
  .section8 .wrap .main .item .img img{
    width: 100%;
  }
  .section8 .wrap .commonButton{
    margin-top: 40px;
  }
  .section6 .wrap .main .item:hover .img img{
    transform: scale(1);
  }
  .section9 .wrap .text h3{
    font-size: 20px;
    margin-bottom: 20px;
  }
  .section9 .wrap .text p{
    font-size: 14px;
    line-height: 2;
  }
  .section9 .wrap .text{
    width: 90%;
  }
  .section9 .wrap .bg{
    height: 400px;
  }
  .section9 .wrap .bg img{
    height: 100%;
  }
  .section8 .wrap .main .item .img{
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .section4 .wrap .main .row{
    animation-duration: 20s !important;
  }
  .section1 .wrap .box .left .logo{
    width: 160px;
  }
  .section1 .wrap .box .list {
    flex-wrap: wrap;
  }
  .section1 .wrap .box .list .item{
    width: 50%;
  }
  .section1 .wrap .box .list .item .value {
    font-size: 32px;
  }
  .section1 .wrap .box .list .item .key {
    font-size: 14px;
  }
  .section1 .wrap{
    padding-top: 50px;
  }
  .section2 .wrap .bg{
    height: 500px;
  }
  .section2 .wrap .bg img{
    height: 100%;
  }
  .section2 .wrap .list{
    flex-wrap: wrap;
    padding: 50px 0;
  }
  .section2 .wrap .list .item{
    width: 50%;
    flex: none;
    height: auto;
  }
  .section2 .wrap .list .item:not(:last-child) {
    border-right: none;
  }
  .section3 .wrap{
    padding: 50px 0;
  }
  .section3 .wrap .main .page .box .list .trem::before, .section3 .wrap .main .page .box .list .trem::after {
    font-size: 14px;
  }
  .section3 .wrap .main .page .box {
    margin: 0 20px;
  }
  .section3 .wrap .main .item .time .line {
    width: 39.8125vw;
  }
  .section3 .wrap .main .page .box {
    width: 60%;
  }
  .section4 .wrap{
    padding: 50px 0;
  }
  .section5 .wrap .main .left{
    height: 300px;
  }
  .section7 .wrap .main .item{
    flex-direction: column;
    height: 100%;
  }

  .section7 .wrap .main .item .img img,
  .section7 .wrap .main .item .img{
    width: 100%;
  }
  .section7 .wrap .main .swiper-slide{
    height: auto;
  }
  .section7 .wrap .main .item .text h4 {
    font-size: 18px;
  }
  .section7 .wrap .main .item .text {
    padding: 15px;
  }
  .section8 .wrap .main .item{
    width: 100%;
  }
  .section5 .wrap,
  .section8 .wrap{
    padding: 50px 0;
  }
  .section6 .wrap{
    padding-bottom: 50px;
  }

  .section6 .wrap .main .item .img {
    height: 25.851852vw;
    max-height: none;
}
}
@media screen and (max-width: 600px) {
    .section7 .wrap .main .swiper {
    width: 270vw;
    margin-left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 540px) {
  .section6 .wrap .main .item .img {
    height: 52.851852vw;
    max-height: none;
  }
  .section2 .wrap .list .item{
    width: 100%;
  }
  .section2 .wrap .list .item:not(:last-child){
    margin-bottom: 20px;
  }
  .section2 .wrap .list .item .text{
    height: auto;
  }
  .section5 .wrap .main .right {
    grid-template-columns: repeat(1, 1fr);
  }
  .section6 .wrap{
    width: 100%;
  }
  .section6 .wrap .main .swiper {
    width: 270%;
    margin-left: 50%;
    transform: translateX(-50%);
  }
  .section6 .wrap .content{
    width: 90%;
    margin: 0 auto;
  }

}