.banner {
  width: 100vw;
  height: 100vh;
}

.banner .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
}

.banner .swiper-slide .img {
  width: 100%;
  height: 100%;
}

.banner .swiper-slide .img img {
  display: block;
  width: 100%;
  height: 100%;
  transform: scale(1.1);
  transition: 1.2s;
}

.banner .swiper-slide .img video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner .swiper-slide .text {
  position: absolute;
  top: 50%;
  left: 11vw;
  transform: translateY(-50%);
  z-index: 2;
}

.banner .swiper-slide .text h1 span {
  font-weight: bold;
  font-size: 48px;
  color: #FFFFFF;
}

.banner .swiper-slide .text p {
  margin: 10px 0 0 0;
  text-transform: uppercase;
}

.banner .swiper-slide .text p span {
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
}

.banner .swiper-slide.swiper-slide-active .img img {
  transform: scale(1);
}

.banner .swiper-slide.swiper-slide-active .text h1 span {
  opacity: 1 !important;
  transform: translateX(0) !important;
}

.banner .swiper-slide.swiper-slide-active .text p span {
  opacity: 1 !important;
  transform: translateX(0) !important;
}

.banner .scroll {
  position: absolute;
  left: 55px;
  bottom: 0;
  z-index: 2;
}

.banner .scroll p {
  font-family: Roboto;
  font-weight: 300;
  font-size: 16px;
  color: #FFFFFF;
  opacity: 0.5;
  position: absolute;
  white-space: nowrap;
  transform: rotate(90deg);
  left: -42px;
  top: -70px;
}

.banner .scroll .line {
  width: 1px;
  height: 117px;
  background: rgba(255, 255, 255, 0.3);
  position: relative;
}

.banner .scroll .line .line_lun {
  width: 18px;
  position: absolute;
  left: 50%;
  top: -10px;
  transform: translate(-50%, 0);
}

.banner .scroll .line .line_lun img {
  display: block;
  width: 100%;
  animation: rotate 6s linear infinite;
}

.banner .btns {
  display: flex;
  align-items: center;
  position: absolute;
  right: 50px;
  bottom: 107px;
  z-index: 10;
}

.banner .btns .iconfont {
  font-size: 28px;
  color: #FFFFFF;
  cursor: pointer;
  transition: 0.6s;
}

.banner .btns .iconfont:nth-child(1) {
  transform: rotateY(180deg);
}

.banner .btns .iconfont:hover {
  color: #FFC001;
}

.banner .btns p {
  font-weight: normal;
  font-size: 16px;
  color: #FFFFFF;
  position: relative;
  margin: 0 18px 0 40px;
}

.banner .btns p:after {
  content: "";
  width: 1px;
  height: 19px;
  background: #FFFFFF;
  opacity: 0.3;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -20px;
}

.sec1 {
  width: 100%;
  height: calc(100vh + 1800px);
}

.sec1 .fixed {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: sticky;
  top: 0;
}

.sec1 .fixed .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.sec1 .fixed .bg img {
  display: block;
  width: 100%;
  height: 100%;
}

.sec1 .fixed .wrap {
  text-align: center;
}

.sec1 .fixed .wrap .title {
  line-height: 1;
}

.sec1 .fixed .wrap .title p {
  font-weight: 500;
  font-size: 20px;
  color: #111111;
  margin: 0 0 15px;
}

.sec1 .fixed .wrap .title h1 {
  font-weight: bold;
  font-size: 40px;
  color: #111111;
}

.sec1 .fixed .wrap .box {
  position: relative;
}

.sec1 .fixed .wrap .box .img_logo {
  width: 250px;
  margin: 68px auto 80px;
}

.sec1 .fixed .wrap .box .img_logo img {
  display: block;
  width: 100%;
}

.sec1 .fixed .wrap .box .num_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sec1 .fixed .wrap .box .numList {
  display: none;
}

.sec1 .fixed .wrap .box .numList.on {
  display: flex;
}

.sec1 .fixed .wrap .box .numList .item .num {
  display: flex;
  line-height: 1;
  margin: 0 0 15px;
  justify-content: center;
  align-items: flex-end;
}

.sec1 .fixed .wrap .box .numList .item .num p {
  font-weight: bold;
  font-size: 48px;
  color: #FFC001;
}

.sec1 .fixed .wrap .box .numList .item .num span {
  font-weight: 400;
  font-size: 18px;
  color: #FFC001;
  line-height: 1.7;
  display: block;
  margin: 0 0 0 5px;
}

.sec1 .fixed .wrap .box .numList .item h5 {
  font-weight: 400;
  font-size: 16px;
  color: #111111;
  line-height: 1;
  white-space: nowrap;
}

.sec1 .fixed .wrap .box .numList .item:not(:nth-last-child(1)) {
  margin: 0 110px 0 0;
}

.sec1 .fixed .wrap .content {
  width: 880px;
  margin: 0 auto 70px;
}

.sec1 .fixed .wrap .content p {
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  line-height: 30px;
}

.sec1 .fixed .wrap .content p span {
  font-weight: bold;
}

.sec1 .fixed .wrap .content br {
  display: none;
}

.sec1 .fixed .wrap .more a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 50px;
  background: #000000;
  border-radius: 25px;
  margin: 0 auto;
  transition: 0.6s;
}

.sec1 .fixed .wrap .more a p {
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
}

.sec1 .fixed .wrap .more a:hover {
  background: #FFC001;
}

.sec3 {
  background: #FFFFFF;
  padding: 120px 0;
}

.sec3 .wrap {
  width: 1760px;
  margin: 0 auto;
}

.sec3 .wrap .top {
  display: flex;
  justify-content: space-between;
}

.sec3 .wrap .top .l {
  width: 330px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 0 77px;
}

.sec3 .wrap .top .l .p1 {
  font-weight: bold;
  font-size: 18px;
  color: #111111;
  margin: 0 0 20px;
}

.sec3 .wrap .top .l .time {
  font-weight: 500;
  font-size: 18px;
  color: #8E8E8E;
  line-height: 1;
  margin: 0 0 30px;
}

.sec3 .wrap .top .l .p2 {
  font-weight: 400;
  font-size: 16px;
  color: #7D7D7D;
  line-height: 30px;
  margin: 30px 0 80px 0;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.sec3 .wrap .top .l .title {
  display: block;
}

.sec3 .wrap .top .l .title h1 {
  font-weight: 500;
  font-size: 30px;
  color: #111111;
  line-height: 50px;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: 0.6s;
}

.sec3 .wrap .top .l .title:hover h1 {
  color: #FFC001;
}

.sec3 .wrap .top .l .more a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 50px;
  background: #000000;
  border-radius: 25px;
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
  transition: 0.6s;
}

.sec3 .wrap .top .l .more a:hover {
  background: #FFC001;
}

.sec3 .wrap .top .r {
  width: 1160px;
}

.sec3 .wrap .top .r .img {
  overflow: hidden;
  width: 100%;
  cursor: pointer;
  display: block;
}

.sec3 .wrap .top .r .img img {
  display: block;
  width: 100%;
  transition: 3s;
}

.sec3 .wrap .top .r .img:hover img {
  transform: scale(1.1);
}

.sec3 .wrap .list {
  display: flex;
  justify-content: space-between;
  margin: 60px 0 0;
}

.sec3 .wrap .list .item {
  width: 560px;
  display: block;
}

.sec3 .wrap .list .item .img {
  overflow: hidden;
  margin: 0 0 15px;
}

.sec3 .wrap .list .item .img img {
  display: block;
  transition: 3s;
}

.sec3 .wrap .list .item .p1 {
  font-weight: 500;
  font-size: 14px;
  color: #7D7D7D;
  margin: 12px 0 0 0;
}

.sec3 .wrap .list .item h5 {
  font-weight: bold;
  font-size: 18px;
  color: #111111;
  line-height: 1;
  transition: 0.6s;
  margin: 21px 0 0 0;
}

.sec3 .wrap .list .item p {
  font-weight: 400;
  font-size: 12px;
  color: #7D7D7D;
  line-height: 1;
}

.sec3 .wrap .list .item:hover .img img {
  transform: scale(1.1);
}

.sec3 .wrap .list .item:hover h5 {
  color: #FFC001;
}

.sec2 {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.sec2 .wrap {
  width: 100vw;
  height: 100vh;
  margin: 0 0 88px;
}

.sec2 .wrap .title {
  position: absolute;
  top: 10vw;
  left: 80px;
  z-index: 3;
}

.sec2 .wrap .title h1 {
  font-family: 'PingFang SC L';
  font-weight: 300;
  font-size: 36px;
  color: #111111;
  line-height: 50px;
}

.sec2 .wrap .title h2 {
  font-weight: bold;
  font-size: 36px;
  color: #111111;
  line-height: 50px;
}

.sec2 .wrap .swiper {
  width: 100vw;
  height: 100vh;
  padding: 0 0 10px;
}

.sec2 .wrap .swiper .swiper-wrapper {
  transition-timing-function: cubic-bezier(0.77, 0, 0.41, 0.97);
}

.sec2 .wrap .swiper .swiper-slide .item {
  position: relative;
  cursor: pointer;
  width: 100vw;
  height: 100vh;
}

.sec2 .wrap .swiper .swiper-slide .item canvas {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 1000;
}

.sec2 .wrap .swiper .swiper-slide .item .item_bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.sec2 .wrap .swiper .swiper-slide .item .item_bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 3s;
}

.sec2 .wrap .swiper .swiper-slide .item .img {
  position: absolute;
  top: 94px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

.sec2 .wrap .swiper .swiper-slide .item .text {
  position: absolute;
  top: 0;
  left: 80px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 53px 0 49px;
  z-index: 1001;
}

.sec2 .wrap .swiper .swiper-slide .item .text .logo {
  width: 96px;
  opacity: 0 !important;
}

.sec2 .wrap .swiper .swiper-slide .item .text p {
  font-weight: 400;
  font-size: 24px;
  color: #111111;
  transition: 0.6s;
}

.sec2 .wrap .swiper .swiper-slide .item .text span {
  display: block;
  font-weight: 400;
  font-size: 20px;
  color: #C4C3CA;
}

.sec2 .wrap .swiper .swiper-slide .item:hover .text p {
  color: #FFC001;
}

.sec2 .wrap .swiper .swiper-slide .item.item2 .img {
  top: 87px;
  left: 574px;
  transform: unset;
}

.sec2 .wrap .swiper .swiper-slide .item.item3 .img {
  top: 138px;
  left: 491px;
  transform: unset;
}

.sec2 .wrap .swiper .swiper-pagination {
  width: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 30px;
  z-index: 1001;
}

.sec2 .wrap .swiper .swiper-pagination span {
  display: block;
  opacity: 1;
  width: 10px;
  height: 10px;
  background: #D0D3DC;
  position: relative;
  margin: 0 15px;
  transition: 0.6s;
}

.sec2 .wrap .swiper .swiper-pagination span img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 21px;
  height: 21px;
  max-width: unset;
  max-height: unset;
  transition: 0.8s;
}

.sec2 .wrap .swiper .swiper-pagination span:hover {
  background: #004DA0;
}

.sec2 .wrap .swiper .swiper-pagination span.swiper-pagination-bullet-active {
  background: unset !important;
}

.sec2 .wrap .swiper .swiper-pagination span.swiper-pagination-bullet-active img {
  transform: translate(-50%, -50%) scale(1) rotate(360deg);
}

.sec2 .imgs {
  display: flex;
  width: max-content;
  animation: img_go 100s infinite linear;
  display: flex;
  align-items: center;
}

.sec2 .imgs .flex {
  display: flex;
  align-items: center;
}

.sec2 .imgs .flex .img {
  position: relative;
  margin: 0 120px 0 0;
}

.sec2 .imgs .flex .img img {
  display: block;
  transition: 0.6s;
}

.sec2 .imgs1 {
  margin: 50px 0 0;
  animation: img_go2 100s infinite linear;
}

.sec4 {
  width: 100vw;
  height: 100vh;
  position: relative;
}

.sec4 .title {
  position: absolute;
  top: 120px;
  text-align: center;
  z-index: 3;
  font-weight: 500;
  font-size: 36px;
  color: #111111;
  line-height: 60px;
  width: 100%;
}

.sec4 .sec4_swiper {
  width: 100%;
  height: 100%;
}

.sec4 .sec4_swiper .swiper-slide {
  width: 100%;
  height: 100%;
}

.sec4 .sec4_swiper .swiper-slide .img {
  width: 100%;
  height: 100%;
}

.sec4 .sec4_swiper .swiper-slide .img img {
  display: block;
  width: 100%;
  height: 100%;
}

.sec4 .sec4_swiper .swiper-slide .text {
  position: absolute;
  bottom: 50px;
  width: 100%;
}

.sec4 .sec4_swiper .swiper-slide .text h5 {
  font-weight: bold;
  font-size: 36px;
  color: #111111;
  text-align: center;
  transform: translateY(20px);
  opacity: 0;
}

.sec4 .sec4_swiper .swiper-slide .text>p {
  font-weight: 400;
  font-size: 18px;
  color: #111111;
  text-align: center;
  margin: 20px 0 50px;
  transform: translateY(20px);
  opacity: 0;
}

.sec4 .sec4_swiper .swiper-slide .text .more {
  transform: translateY(20px);
  opacity: 0;
}

.sec4 .sec4_swiper .swiper-slide .text .more a {
  width: fit-content;
  display: flex;
  align-items: center;
  margin: 0 auto;
}

.sec4 .sec4_swiper .swiper-slide .text .more a .icon {
  width: 24px;
  margin-right: 7px;
  transition: 0.6s;
}

.sec4 .sec4_swiper .swiper-slide .text .more a .icon img {
  width: 100%;
}

.sec4 .sec4_swiper .swiper-slide .text .more a p {
  font-weight: 400;
  font-size: 14px;
  color: #111111;
  transition: 0.6s;
  margin: 0 6px 0 0;
}

.sec4 .sec4_swiper .swiper-slide .text .more a .iconfont {
  font-size: 12px;
  color: #111111;
  transition: 0.6s;
}

.sec4 .sec4_swiper .swiper-slide .text .more a:hover .icon {
  transform: rotate(180deg);
}

.sec4 .sec4_swiper .swiper-slide .text .more a:hover p {
  color: #01A2E9;
}

.sec4 .sec4_swiper .swiper-slide .text .more a:hover .iconfont {
  color: #01A2E9;
}

.sec4 .sec4_swiper .swiper-slide.swiper-slide-active .text h5,
.sec4 .sec4_swiper .swiper-slide.swiper-slide-active .text>p,
.sec4 .sec4_swiper .swiper-slide.swiper-slide-active .text .more {
  transform: translateY(0px);
  opacity: 1;
  transition: 0.6s;
}

.sec4 .sec4_swiper .swiper-slide.swiper-slide-active .text>p {
  transition-delay: 0.2s;
}

.sec4 .sec4_swiper .swiper-slide.swiper-slide-active .text .more {
  transition-delay: 0.4s;
}

.sec4 .sec4_swiper .btns {
  width: 1500px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  pointer-events: none;
}

.sec4 .sec4_swiper .btns .iconfont {
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #FFFFFF;
  cursor: pointer;
  pointer-events: auto;
  transition: 0.6s;
}

.sec4 .sec4_swiper .btns .iconfont:hover {
  background: black;
}

.sec4 .sec4_swiper .btns .iconfont:nth-child(1) {
  transform: rotate(180deg);
}

.sec6 .fix {
  width: 100%;
  height: 100vh;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  overflow: hidden;
}

.sec6 .fix .position_text {
  width: fit-content;
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Microsoft YaHei', sans-serif !important;
  text-align: center;
}

.sec6 .fix .position_text h5 {
  font-weight: bold;
  font-size: 32px;
  color: #1A1A1A;
  margin-bottom: 19px;
}

.sec6 .fix .position_text p {
  font-weight: 500;
  font-size: 18px;
  color: #1A1A1A;
}

.sec6 .fix .wrap {
  z-index: 1;
  width: 100%;
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
  transform: scale(1.1);
}

.sec6 .fix .wrap .matter {
  position: relative;
}

.sec6 .fix .wrap .matter .img {
  width: 30rem;
  max-width: 30rem;
  opacity: .5;
  display: block;
  position: absolute;
}

.sec6 .fix .wrap .matter .img img {
  width: 100%;
}

.sec6 .fix .wrap .matter.matter1 .img.img1 {
  z-index: 90;
  opacity: .75;
  transform-origin: 100% 100%;
  bottom: 3.875rem;
  right: 3.875rem;
  transform: scale(0.75);
}

.sec6 .fix .wrap .matter.matter1 .img.img2 {
  z-index: 30;
  opacity: 0;
  transform-origin: 100% 100%;
  bottom: 3.875rem;
  right: 3.875rem;
  transform: scale(0.25);
}

.sec6 .fix .wrap .matter.matter2 .img.img1 {
  z-index: 80;
  transform-origin: 0 100%;
  bottom: 3.875rem;
  left: 3.875rem;
  transform: scale(0.5);
}

.sec6 .fix .wrap .matter.matter2 .img.img2 {
  z-index: 50;
  opacity: 0;
  transform-origin: 0 100%;
  bottom: 3.875rem;
  left: 3.875rem;
  transform: translate(2.3rem, -19rem) scale(0.25);
}

.sec6 .fix .wrap .matter.matter2 .img.img3 {
  z-index: 40;
  opacity: 0;
  transform-origin: 0 100%;
  bottom: 3.875rem;
  left: 3.875rem;
  transform: translate(0, 0) scale(0.15);
}

.sec6 .fix .wrap .matter.matter3 .img.img1 {
  z-index: 100;
  opacity: 1;
  filter: none;
  transform-origin: 100% 0;
  top: 3.875rem;
  right: 3.875rem;
}

.sec6 .fix .wrap .matter.matter3 .img.img2 {
  z-index: 60;
  opacity: 0;
  transform-origin: 100% 0;
  top: 3.875rem;
  right: 3.875rem;
  transform: scale(0.25);
}

.sec6 .fix .wrap .matter.matter3 .img.img3 {
  z-index: 20;
  opacity: 0;
  transform-origin: 100% 0;
  top: 3.875rem;
  right: 3.875rem;
  transform: scale(0.15);
}

.sec6 .fix .wrap .matter.matter4 .img.img1 {
  z-index: 70;
  opacity: .1;
  transform-origin: 0 0;
  top: 3.875rem;
  left: 3.875rem;
  transform: scale(0.5);
}

.sec6 .fix .wrap .matter.matter4 .img.img2 {
  z-index: 10;
  opacity: 0;
  transform-origin: 0 0;
  top: 3.875rem;
  left: 3.875rem;
  transform: scale(0.2);
}

@keyframes img_go {
  100% {
    transform: translateX(-50%);
  }
}

@keyframes img_go2 {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

/*# sourceMappingURL=index.css.map */
.sec3 .wrap .list .item .img img{
  width: 100%;
}
.sec6 .fix .wrap.PE{
  display: none;
}
.sec2 .wrap .list.PE{
  display: none;
}
.sec3 .wrap .list.PE{
  display: none;
}
@media screen and (max-width: 1919px) {
  .banner .swiper-slide .text h1 span {
    font-size: 2.5vw;
  }

  .banner .swiper-slide .text p {
    margin: 0.5208333333vw 0px 0px;
  }

  .banner .swiper-slide .text p span {
    font-size: 1.0416666667vw;
  }

  .banner .scroll {
    left: 2.8645833333vw;
  }

  .banner .scroll p {
    font-size: 0.8333333333vw;
    left: -2.1875vw;
    top: -3.6458333333vw;
  }

  .banner .scroll .line {
    height: 6.09375vw;
  }

  .banner .scroll .line .line_lun {
    width: 0.9375vw;
    top: -0.5208333333vw;
  }

  .banner .btns {
    right: 2.6041666667vw;
    bottom: 5.5729166667vw;
  }

  .banner .btns .iconfont {
    font-size: 1.4583333333vw;
  }

  .banner .btns p {
    font-size: 0.8333333333vw;
    margin: 0px 0.9375vw 0px 2.0833333333vw;
  }

  .banner .btns p::after {
    height: 0.9895833333vw;
    left: -1.0416666667vw;
  }

  .sec1 {
    height: calc(93.75vw + 100vh);
  }

  .sec1 .fixed .wrap .title p {
    font-size: 1.0416666667vw;
    margin: 0px 0px 0.78125vw;
  }

  .sec1 .fixed .wrap .title h1 {
    font-size: 2.0833333333vw;
  }

  .sec1 .fixed .wrap .box .img_logo {
    width: 13.0208333333vw;
    margin: 3.5416666667vw auto 4.1666666667vw;
  }

  .sec1 .fixed .wrap .box .numList .item .num {
    margin: 0px 0px 0.78125vw;
  }

  .sec1 .fixed .wrap .box .numList .item .num p {
    font-size: 2.5vw;
  }

  .sec1 .fixed .wrap .box .numList .item .num span {
    font-size: 0.9375vw;
    margin: 0px 0px 0px 0.2604166667vw;
  }

  .sec1 .fixed .wrap .box .numList .item h5 {
    font-size: 0.8333333333vw;
  }

  .sec1 .fixed .wrap .box .numList .item:not(:nth-last-child(1)) {
    margin: 0px 5.7291666667vw 0px 0px;
  }

  .sec1 .fixed .wrap .content {
    width: 45.8333333333vw;
    margin: 0px auto 3.6458333333vw;
  }

  .sec1 .fixed .wrap .content p {
    font-size: 0.8333333333vw;
    line-height: 1.5625vw;
  }

  .sec1 .fixed .wrap .more a {
    width: 10.4166666667vw;
    height: 2.6041666667vw;
    border-radius: 1.3020833333vw;
  }

  .sec1 .fixed .wrap .more a p {
    font-size: 0.7291666667vw;
  }

  .sec3 {
    padding: 6.25vw 0px;
  }

  .sec3 .wrap {
    width: 91.6666666667vw;
  }

  .sec3 .wrap .top .l {
    width: 17.1875vw;
    padding: 0px 0px 4.0104166667vw;
  }

  .sec3 .wrap .top .l .p1 {
    font-size: 0.9375vw;
    margin: 0px 0px 1.0416666667vw;
  }

  .sec3 .wrap .top .l .time {
    font-size: 0.9375vw;
    margin: 0px 0px 1.5625vw;
  }

  .sec3 .wrap .top .l .p2 {
    font-size: 0.8333333333vw;
    line-height: 1.5625vw;
    margin: 1.5625vw 0px 4.1666666667vw;
  }

  .sec3 .wrap .top .l .title h1 {
    font-size: 1.5625vw;
    line-height: 2.6041666667vw;
  }

  .sec3 .wrap .top .l .more a {
    width: 10.4166666667vw;
    height: 2.6041666667vw;
    border-radius: 1.3020833333vw;
    font-size: 0.7291666667vw;
  }

  .sec3 .wrap .top .r {
    width: 60.4166666667vw;
  }

  .sec3 .wrap .list {
    margin: 3.125vw 0px 0px;
  }

  .sec3 .wrap .list .item {
    width: 29.1666666667vw;
  }

  .sec3 .wrap .list .item .img {
    margin: 0px 0px 0.78125vw;
  }

  .sec3 .wrap .list .item .p1 {
    font-size: 0.7291666667vw;
    margin: 0.625vw 0px 0px;
  }

  .sec3 .wrap .list .item h5 {
    font-size: 0.9375vw;
    margin: 1.09375vw 0px 0px;
  }

  .sec3 .wrap .list .item p {
    font-size: 0.625vw;
  }

  .sec2 .wrap {
    margin: 0px 0px 4.5833333333vw;
  }

  .sec2 .wrap .title {
    left: 4.1666666667vw;
  }

  .sec2 .wrap .title h1 {
    font-size: 1.875vw;
    line-height: 2.6041666667vw;
  }

  .sec2 .wrap .title h2 {
    font-size: 1.875vw;
    line-height: 2.6041666667vw;
  }

  .sec2 .wrap .swiper {
    padding: 0px 0px 0.5208333333vw;
  }

  .sec2 .wrap .swiper .swiper-slide .item .img {
    top: 4.8958333333vw;
  }

  .sec2 .wrap .swiper .swiper-slide .item .text {
    left: 4.1666666667vw;
    padding: 2.7604166667vw 0px 2.5520833333vw;
  }

  .sec2 .wrap .swiper .swiper-slide .item .text .logo {
    width: 5vw;
  }

  .sec2 .wrap .swiper .swiper-slide .item .text p {
    font-size: 1.25vw;
  }

  .sec2 .wrap .swiper .swiper-slide .item .text span {
    font-size: 1.0416666667vw;
  }

  .sec2 .wrap .swiper .swiper-slide .item.item2 .img {
    top: 4.53125vw;
    left: 29.8958333333vw;
  }

  .sec2 .wrap .swiper .swiper-slide .item.item3 .img {
    top: 7.1875vw;
    left: 25.5729166667vw;
  }

  .sec2 .wrap .swiper .swiper-pagination {
    bottom: 1.5625vw;
  }

  .sec2 .wrap .swiper .swiper-pagination span {
    width: 0.5208333333vw;
    height: 0.5208333333vw;
    margin: 0px 0.78125vw;
  }

  .sec2 .wrap .swiper .swiper-pagination span img {
    width: 1.09375vw;
    height: 1.09375vw;
  }

  .sec2 .imgs .flex .img {
    margin: 0px 6.25vw 0px 0px;
  }

  .sec2 .imgs1 {
    margin: 2.6041666667vw 0px 0px;
  }

  .sec4 .title {
    top: 6.25vw;
    font-size: 1.875vw;
    line-height: 3.125vw;
  }

  .sec4 .sec4_swiper .swiper-slide .text {
    bottom: 2.6041666667vw;
  }

  .sec4 .sec4_swiper .swiper-slide .text h5 {
    font-size: 1.875vw;
    transform: translateY(1.0416666667vw);
  }

  .sec4 .sec4_swiper .swiper-slide .text>p {
    font-size: 0.9375vw;
    margin: 1.0416666667vw 0px 2.6041666667vw;
    transform: translateY(1.0416666667vw);
  }

  .sec4 .sec4_swiper .swiper-slide .text .more {
    transform: translateY(1.0416666667vw);
  }

  .sec4 .sec4_swiper .swiper-slide .text .more a .icon {
    width: 1.25vw;
    margin-right: 0.3645833333vw;
  }

  .sec4 .sec4_swiper .swiper-slide .text .more a p {
    font-size: 0.7291666667vw;
    margin: 0px 0.3125vw 0px 0px;
  }

  .sec4 .sec4_swiper .swiper-slide .text .more a .iconfont {
    font-size: 0.625vw;
  }

  .sec4 .sec4_swiper .btns {
    width: 78.125vw;
  }

  .sec4 .sec4_swiper .btns .iconfont {
    width: 2.0833333333vw;
    height: 2.0833333333vw;
    border-radius: 0.3125vw;
    font-size: 0.9375vw;
  }

  .sec6 .fix .position_text h5 {
    font-size: 1.6666666667vw;
    margin-bottom: 0.9895833333vw;
  }

  .sec6 .fix .position_text p {
    font-size: 0.9375vw;
  }
}
@media screen and (max-width: 1024px) {
  .banner .scroll{
    display: none;
  }
  .banner .swiper-slide .text{
    left: 5vw;
    width: 90vw;
  }
  .banner .swiper-slide .text h1 span{
    font-size: 28px;
  }
  .banner .swiper-slide .text p{
    margin-top: 10px;
  }
  .banner .swiper-slide .text p span{
    font-size: 14px;
  }
  .banner .btns p{
      font-size: 14px;
      margin: 0 10px 0 20px;
  }
  .banner .btns p::after{
    height: 12px;
    left: -10px;
  }
  .banner .btns .iconfont{
    font-size: 18px;
  }
  .banner .btns{
    right: 5vw;
    bottom: 60px;
  }
  .sec1 .fixed{
    height: auto;
    padding: 60px 0;
  }
  .sec1{
    height: auto;
  }
  .sec1 .fixed .wrap .title p{
    font-size: 14px;
    margin-bottom: 10px;
  }
  .sec1 .fixed .wrap .title h1{
    font-size: 28px;
  }
  .sec1 .fixed .wrap .box .img_logo{
    width: 140px;
    margin: 30px auto ;
  }
  .sec1 .fixed .wrap .box .num_box{
    position: static;
    transform: none;
  }
  .sec1 .fixed .wrap .box .numList{
    display: flex;
  }
  .sec1 .fixed .wrap .box .numList .item .num{
    margin-bottom: 10px;
  }
  .sec1 .fixed .wrap .box .numList .item h5{
    font-size: 14px;
  }
  .sec1 .fixed .wrap .box .numList .item .num p{
    font-size: 24px;
  }
  .sec1 .fixed .wrap .box .numList .item .num span{
    font-size: 14px;
    margin-bottom: 0;
    margin-left: 5px;
    line-height: 1.2;
  }
  .sec1 .fixed .wrap .content{
    width: 90%;
    margin-top: 20px;
    margin-bottom: 30px
  }
  .sec1 .fixed .wrap .box .numList{
    width: 90%;
    margin: 0 auto;
    justify-content: center
  }
  .sec1 .fixed .wrap .box .numList .item:not(:nth-last-child(1)){
    margin-right: 30px;
  }
  .sec1 .fixed .wrap .content p {
    font-size: 14px;
    line-height:2;
  }
  .sec1 .fixed .wrap .more a{
    width: 120px;
    height: 40px;
    border-radius: 20px;
  }
  .sec1 .fixed .wrap .more a p{
    font-size: 14px;
  }
  .sec6 .fix .wrap.PC{
    display: none;
  }
  .sec6 .fix .wrap.PE{
    display: block;
    width: 100%;
    transform: scale(1);
    margin-top: 30px;
  }
  .sec6 .fix .wrap.PE .swiper{
    width: 100%;
  }
  .sec6 .fix .wrap.PE .swiper .swiper-slide{
    height: auto;
  }
  .sec6 .fix .wrap.PE .swiper .img{
    height: 100%;
    display: flex;
    align-items: center;
  }
  .sec6 .fix{
    height: auto;
    width: 90%;
    margin: 0 auto;
    padding: 60px 0;
  }
  .sec6 .fix .position_text{
    position: static;
    transform: none;
    margin: 0 auto;
  }
  .sec6 .fix .position_text h5{
    font-size: 28px;
    margin-bottom: 10px;
  }
  .sec6 .fix .position_text p{
    font-size: 14px;
  }
  .sec2 .wrap,
  .sec2,
  .sec2 .wrap .swiper,
  .sec2 .wrap .swiper .swiper-slide .item{
    height: auto;
  }
  .sec2 .wrap .pro_swiper{
    display: none;
  }
  .sec2 .wrap .title{
    left:5vw;
    top: 60px;
    width: 90%;
    margin: 0 auto 30px;
    position: static;
  }
  .sec2 .wrap .title h1 {
    font-size: 24px;
    line-height: 1.6;
  }
  .sec2 .wrap .list.PE{
    display: flex;
    flex-direction: column;
    width: 90%;
    margin: 0 auto;
  }
  .sec2 .wrap .list.PE .item{
    display: flex;
    flex-direction: column;
  }
  .sec2 .wrap .list.PE .item:not(:last-child){
    margin-bottom: 30px;
  }
  .sec2 .wrap .list.PE .item .img{
    border-radius: 10px;
    overflow: hidden;
  }
  .sec2 .wrap .list.PE .item .text{
    margin-top: 10px;
  }
  .sec2 .wrap .list.PE .item .text p {
    font-size: 20px;
  }
  .sec2 .wrap .list.PE .item .text span {
    font-size: 14px;
    color: #C4C3CA;
  }
  /* .sec2 .wrap .swiper .swiper-slide .item .text p{
    font-size: 18px;
  }
  .sec2 .wrap .swiper .swiper-slide .item .text span{
    font-size: 14px;
  }
  .sec2 .wrap .swiper .swiper-slide .item .text{
    left: 5vw;
  }
  .sec2 .wrap .swiper .swiper-slide .item .text{
    padding: 30px 0;
  }
  .sec2 .wrap .swiper .swiper-pagination{
    bottom: 30px;
  }
  .sec2 .wrap .swiper .swiper-pagination span{
    width: 8px;
    height: 8px;
    margin: 0 10px;
  }
  .sec2 .wrap .swiper .swiper-pagination span img{
    width: 14px;
    height: 14px;
  }
  .sec2 .wrap .swiper .swiper-slide .item canvas{
    display: none;
  }
  .sec2 .wrap .swiper .swiper-slide .item .text{
    position: static;
  }
  .sec2 .wrap .swiper{
    width: 90%;
  } */
  .sec2 .wrap{
    margin-bottom: 60px;
  }
  .sec3{
    padding:0 0 60px;
  }
  .sec3 .wrap .top .l .p1{
    font-size: 16px;
    margin-bottom: 10px;
  }
  .sec3 .wrap .top .l .time{
    font-size: 14px;
    margin-bottom: 10px;
  }
  .sec3 .wrap .top .l .title h1{
    font-size: 20px;
    line-height: 2;
  }
  .sec3 .wrap .top .l{
    width: 100%;
    padding-bottom: 30px;
  }
  .sec3 .wrap .top .l .p2{
    font-size: 14px;
    margin: 10px 0 30px;
  }
  .sec3 .wrap .top .l .more a{
    width: 120px;
    height: 40px;
    border-radius: 20px;
    font-size: 14px;
  }
  .sec3 .wrap .list{
    margin-top: 0;
  }
  .sec3 .wrap .list .item p{
    font-size: 12px;
  }
  .sec3 .wrap .list .item .img{
    margin-bottom: 10px;
  }
  .sec3 .wrap .list .item h5{
    font-size: 18px;
    line-height: 1.2;
    text-overflow:ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .sec3 .wrap .list .item .p1{
    font-size: 14px;
    margin-top: 10px;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
    overflow: hidden;
  }
  .sec3 .wrap .top .l .p2 {
    line-height: 1.6;
  }
  .sec3 .wrap .list .item .img{
    border-radius: 10px;
  }
  .sec3 .wrap .list.PC{
    display: none;
  }
  .sec3 .wrap .list.PE{
    display: block;
  }
  .sec3 .wrap .list .item{
    width: 100%;
  }
  .sec3 .wrap .top{
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 767px) {
  .banner .swiper-slide .text h1 span {
    font-size: 24px;
    line-height: 1.6;
  }
  .banner .swiper-slide .text h1{
    line-height: 1;
  }
  .sec1 .fixed .wrap .box .numList .item{
    width: calc(50% - 10px);
  }
  .sec1 .fixed .wrap .box .numList .item:not(:nth-last-child(1)){
    margin-right: 0;
  }
  .sec1 .fixed .wrap .box .numList{
    flex-wrap: wrap;
    gap: 20px;
  }
  .sec1 .fixed{
    padding: 50px 0;
  }
  .sec1 .fixed .wrap .title h1 {
    font-size: 24px;
  }
  .sec2 .wrap .list.PE .item .text p {
    font-size: 18px;
  }
  .sec6 .fix .position_text h5{
    font-size: 24px;
  }
  .sec3 .wrap{
    width: 100%;
    overflow: hidden;
  }
  .sec3 .wrap .top{
    width: 90%;
    margin: 0 auto;
  }
  .sec3 .wrap .list.PE .swiper{
    width: 90%;
    margin: 0 auto;
    overflow: unset;
  }
  .sec6 .fix{
    padding: 50px 0;
  }
  .sec2 .wrap{
    margin-bottom: 50px;
  }
  .sec3{
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 375px) {
  .sec2 .wrap .title h1 {
    font-size: 22px;
  }
}