body {
  height: 100vh;
  opacity: 0.001;
  transition: all 0.5s;
  position: relative;
}
.more1 {
  display: none;
  width: 201px;
  position: absolute;
  top: calc(100vh - 100px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 11;
  pointer-events: none;
}
section {
  width: 100%;
  overflow: hidden;
  position: relative;
}


@keyframes wave-wave-move {
  0% {
    transform: translate(-90px, 0);
  }
  100% {
    transform: translate(85px, 0);
  }
}
.f_up {
  opacity: 0.001;
  transform: translateY(100px);
  transition: ease-in-out 1s;
}
.f_up.on {
  opacity: 1;
  transform: translateY(0px);
}
.f_left {
  opacity: 0;
  transform: translateX(-100px);
  transition: ease-out 1s;
}
.f_left.on {
  opacity: 1;
  transform: translateX(0px);
}
.f_right {
  opacity: 0;
  transform: translateX(100px);
  transition: ease-out 1s;
}
.f_right.on {
  opacity: 1;
  transform: translateX(0px);
}
.f_In {
  opacity: 0;
  transition: ease-out 1s;
}
.f_In.on {
  opacity: 1;
}
.loading_box{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 99999;
}
.loading_box > img{
    width: 100%;
    height:100%;
    object-fit: cover;
}
.loading_logo{
    position: absolute;
    width: 250px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 2;
}
.loading_logo img:nth-child(1){
    
    width: 100%;
    
}
.loading_logo div{
    width: 100%;
    position: absolute;
    left: 0;
 bottom: 0;
 height: 0;
    overflow: hidden;
     animation: expand 4.2s ease;
     animation-iteration-count :1;
     animation-fill-mode:both;
}
.loading_logo div img{
    width: 100%;
       position: absolute;
    bottom: 0;
    
}
@keyframes expand {
  from {
    height: 0;
  }
  to {
    height: 100%;
  }
}
.page1 {
  height: 100vh;
}
.page1 .wave {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100px;
  z-index: 10;
}
.page1 .wave .img {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  z-index: 5;
}
.page1 .wave-cont {
  width: 100%;
  height: calc(100% - 1px);
}
.page1 .wave-parallax > use {
  animation: wave-wave-move 12s linear infinite;
}
.page1 .wave-parallax > use:nth-child(1) {
  animation-delay: -2s;
}
.page1 .wave-parallax > use:nth-child(2) {
  animation-delay: -2s;
  animation-duration: 5s;
}
.page1 .wave-parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 3s;
}
.page1 .shares {
  position: absolute;
  left: 4.8%;
  top: 110px;
  z-index: 10;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.page1 .shares .stock-code {
  color: #fff;
}
.page1 .shares .n1,
.page1 .shares .n2,
.page1 .shares .n3 {
  display: flex;
  align-items: center;
  color: #fff;
  margin-left: 30px;
}
.page1 .shares .n1 .ic,
.page1 .shares .n2 .ic,
.page1 .shares .n3 .ic {
  width: 20px;
  margin-right: 6px;
}
.page1 .banner {
  height: 100%;
  position: relative;
}

.page1 .banner.mo_{
    display: none;
}
.page1 .banner .swiper-slide .banner-video {
  width: 100%;
  height: 100%;
  position: relative;
}
.page1 .banner .swiper-slide .banner-video video {
  width: 100%;
  height: 100%;
}
.page1 .banner .swiper-slide .img {
  width: 100%;
  height: 100%;
  position: relative;
}
.page1 .banner .swiper-slide .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%) scale(1.07);
  transition: all ease-out 20s;
}
.page1 .banner .swiper-slide .text {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  color: #fff;
  width: 100%;
  z-index: 10;
}
.page1 .banner .swiper-slide .text p {
  color: #fff;
  width: 100%;
  display: block;
  transform: translateY(50px);
  line-height: 1.5;
  opacity: 0;
  transition-delay: 0s;
  transition-duration: 0.5s;
  text-align: justify;
}
.page1 .banner .swiper-slide .text span {
  color: rgba(255, 255, 255, 0.5);
  width: 100%;
  transform: translateY(50px);
  opacity: 0;
  transition-delay: 0s;
  transition-duration: 0.5s;
  display: block;
  margin-top: 1%;
  width: 31%;
  text-align: justify;
}
.page1 .banner .swiper-slide .text .btn {
  display: block;
  margin-top: 2%;
}
.page1 .banner .swiper-slide .text .btn a {
  display: inline-block;
  background: #26bd58;
  border-radius: 100px;
  padding: 15px 40px;
  transform: translateY(50px);
  opacity: 0;
  transition-delay: 0s;
  transition-duration: 0.5s;
}
.page1 .banner .swiper-slide .text .btn a:hover svg {
  animation: arrX 0.4s linear 0s 2 forwards;
}
.page1 .banner .swiper-slide .text .btn i {
  color: #fff;
}
.page1 .banner .swiper-slide .text .btn svg {
  width: 20px;
  height: 20px;
  margin-left: 40px;
  transition: all 0.5s;
  vertical-align: middle;
}
.page1 .banner .swiper-slide.swiper-slide-active .img img {
  transform: translate(-50%, -50%) scale(1.001);
}
.page1 .banner .swiper-slide.swiper-slide-active .bg {
  transition-delay: 0.1s;
  opacity: 1;
  transform: translateX(0);
  transition-duration: 2s;
}
.page1 .banner .swiper-slide.swiper-slide-active .text p {
  transition-delay: 0.8s;
}
.page1 .banner .swiper-slide.swiper-slide-active .text span {
  transition-delay: 1.2s;
}
.page1 .banner .swiper-slide.swiper-slide-active .text a {
  transition-delay: 1.6s;
}
.page1 .banner .swiper-slide.swiper-slide-active .text p,
.page1 .banner .swiper-slide.swiper-slide-active .text span,
.page1 .banner .swiper-slide.swiper-slide-active .text a {
  opacity: 1;
  transform: translateY(0);
  transition-duration: 2s;
}
.page1 .banner .swiper-pagination {
  left: auto;
  right: 20px;
  height: 100%;
  bottom: 0;
  width: 6px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page1 .banner .swiper-pagination .swiper-pagination-bullet {
  background: transparent;
  border-radius: 100px;
  width: 6px;
  height: 30px;
  border: 1px solid #fff;
  margin: 5px 0;
  opacity: 0.6;
}
.page1 .banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #26bd58;
  border-color: #26bd58;
}
.item-animation {
  position: relative;
}
.item-animation .page2.on {
  display: none;
}
.page2 {
  height: 100vh;
  background: url(/upload/image/2024/04/30/e4de7300-657f-4c36-80f5-05b9027831d1.jpg) center top;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  margin-top: -2px;
}
.page2 .pic {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0%;
  transform: translateY(-50%);
}
.page2 .pic .img {
  width: 33.69%;
  margin: 0 auto;
  position: relative;
}
.page2 .pic .img .p2 {
  position: absolute;
  bottom: 7.2%;
  right: 3%;
  width: 17%;
  transform-origin: 50% 35%;
}
.page2 .pic .img img {
  transition: all 0s;
}
.page2 .pic .txt {
  text-align: center;
  width: 100%;
  margin-top: 2%;
}
.page2 .pic .txt p {
  letter-spacing: 5px;
  color: #2b2b2b;
}
.page3 {
  position: relative;
  height: 100vh;
}
.page3 .video-bg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
}
.page3 .video-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page3 .txt-top {
  position: relative;
  z-index: 5;
}
.page3 .txt-top .w1440 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 7%;
}
.page3 .txt-top .des {
  width: 48%;
}
.page3 .txt-top .des .tit {
  color: #2b2b2b;
  font-weight: 600;
  opacity: 0;
  transform: translateX(-50px);
  transition: all 1s ease-in-out 0s;
}
.page3 .txt-top .des .subtit {
  color: #7d7d7d;
  margin-top: 10px;
  opacity: 0;
  transform: translateX(-50px);
  transition: all 1s ease-in-out 0.1s;
}
.page3 .txt-top .des .text {
  color: #50555f;
  margin-top: 5%;
  line-height: 2.3;
  text-align: justify;
  opacity: 0;
  transform: translateX(-50px);
  transition: all 1s ease-in-out 0.2s;
}
.page3 .txt-top .des .btn {
  display: block;
  margin-top: 10%;
  opacity: 0;
  transform: translateX(-50px);
  transition: all 1s ease-in-out 0.3s;
}
.page3 .txt-top .des .btn a {
  display: inline-block;
  background: #25bc4e;
  border-radius: 100px;
  padding: 14px 23px;
}
.page3 .txt-top .des .btn a:hover svg {
  animation: arrX 0.4s linear 0s 2 forwards;
}
.page3 .txt-top .des .btn i {
  color: #fff;
}
.page3 .txt-top .des .btn svg {
  width: 15px;
  height: 15px;
  margin-left: 45px;
  transition: all 0.5s;
  vertical-align: middle;
}
.page3 .txt-top .des.on .tit,
.page3 .txt-top .des.on .subtit,
.page3 .txt-top .des.on .text,
.page3 .txt-top .des.on .btn {
  opacity: 1;
  transform: translateX(0);
}
.page3 .txt-top .mun-list {
  width: 48%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
.page3 .txt-top .mun-list::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.page3 .txt-top .mun-list li {
  display: flex;
  flex-direction: revert;
  align-items: center;
  margin: 30px 0;
  width: 50%;
  position: relative;
  z-index: 5;
}
.page3 .txt-top .mun-list li:nth-child(1),
.page3 .txt-top .mun-list li:nth-child(3) {
  border-right: 1px solid #fff;
}
.page3 .txt-top .mun-list li:nth-child(2n) {
  justify-content: flex-end;
}
.page3 .txt-top .mun-list li p {
  font-weight: 700;
  font-size: 72px;
}
.page3 .txt-top .mun-list li span {
  font-size: 18px;
  margin-left: 20px;
}
.page3 .txt-top .mun-list li p,
.page3 .txt-top .mun-list li span {
  color: #2b2bd6;
}
.page3 .logos {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(to right, rgba(43, 43, 214, 0.9), rgba(43, 43, 214, 0));
  padding: 10px 0;
  z-index: 5;
  opacity: 0;
  transform: translateY(80px);
  transition: all 1s ease-in-out 0.5s;
}
.page3 .logos .imgs {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.page3 .logos .imgs a {
  width: 23.148%;
  margin: 10px 0;
}
.page3 .logos .imgs img{
    max-width: 100%;
}
.page3 .logos.on {
  opacity: 1;
  transform: translateY(0);
}
.page4 {
  position: relative;
  overflow: initial;
}
.page4 .more2 {
  display: none;
  width: 201px;
  position: absolute;
  bottom: -136px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 11;
  pointer-events: none;
}
.page4 .bgimg {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  pointer-events: none;
}
.page4 .video-bg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
}
.page4 .video-bg:after{
  content: '';
  display: block;
  height: 2px;
  width: 100%;
  background: white;
  position: absolute;
  left: 0;
  bottom: 0;
}
.page4 .video-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page4 .txt-top {
  position: relative;
  z-index: 5;
}
.page4 .txt-top .w1440 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 8%;
}
.page4 .txt-top .w1440 .txt-l {
  display: flex;
  align-items: center;
}
.page4 .txt-top .w1440 .txt-l .tit {
  color: #222222;
}
.page4 .txt-top .w1440 .txt-l .subtit {
  color: #999999;
  margin-left: 12px;
}
.page4 .txt-top .w1440 .btn-r .btn {
  display: block;
  margin-top: 10%;
}
.page4 .txt-top .w1440 .btn-r .btn a {
  display: inline-block;
  background: #fff;
  border-radius: 100px;
  padding: 14px 23px;
}
.page4 .txt-top .w1440 .btn-r .btn a:hover svg {
  animation: arrX 0.4s linear 0s 2 forwards;
}
.page4 .txt-top .w1440 .btn-r .btn i {
  color: #26bd58;
}
.page4 .txt-top .w1440 .btn-r .btn svg {
  width: 15px;
  height: 15px;
  margin-left: 45px;
  transition: all 0.5s;
  vertical-align: middle;
}
.page4 .sw-btm {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 5;
  width: 87.5%;
  margin: 4.5% auto 0;
  padding-bottom: 6%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.page4 .sw-btm .sw_btn {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #26bd58;
  border-radius: 100%;
  overflow: hidden;
  position: absolute;
  top: 33%;
  cursor: pointer;
  transition: all 0.3s;
}
.page4 .sw-btm .sw_btn svg {
  width: 20px;
  height: 20px;
}
.page4 .sw-btm .sw_btn.prev {
  left: 30%;
}
.page4 .sw-btm .sw_btn.next {
  right: 30%;
}
.page4 .sw-btm .sw_btn:hover {
  background: #fff;
}
.page4 .sw-btm .sw_btn:hover svg path {
  fill: #26bd58;
}
.page4 .swiper-container {
  width: 21.42%;
  overflow: hidden;
  margin-top: 15%;
}
.page4 .swiper-container .img {
  border-radius: 100%;
  overflow: hidden;
}
.page4 .sw2 {
  width: 27.38%;
  margin-top: 0;
}
.page4 .sw2 .txt {
  text-align: center;
  margin-top: 8%;
  display: none;
}
.page4 .sw2 .txt p {
  color: #222222;
  display: block;
  text-align: center;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  max-height: 1.5em;
}
.page4 .sw2 .txt span {
  color: #222222;
  margin-top: 15px;
  display: block;
  text-align: center;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  max-height: 3em;
}
.page4 .sw2 .txt a {
  display: inline-block;
  color: #26bd58;
  margin-top: 30px;
  position: relative;
  padding-bottom: 3px;
}
.page4 .sw2 .txt a::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background: #26bd58;
  opacity: 0;
  transition: all 0.3s;
}
.page4 .sw2 .txt a i {
  display: inline-block;
}
.page4 .sw2 .txt a:hover::after {
  opacity: 1;
}
.page4 .sw2 .swiper-slide-active .txt {
  display: block;
}
.page5 {
  background: url(/upload/image/2024/05/14/86f43c2c-db0d-47f6-85ca-c52ac3725e75.jpg) top center;
  background-size: cover;
  padding-bottom: 130px;
}
.page5 .txt-top {
  position: relative;
  z-index: 5;
}
.page5 .txt-top .w1440 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 3%;
}
.page5 .txt-top .w1440 .txt-l {
  display: flex;
  align-items: center;
}
.page5 .txt-top .w1440 .txt-l .tit {
  color: #222222;
}
.page5 .txt-top .w1440 .txt-l .subtit {
  color: #999999;
  margin-left: 12px;
}
.page5 .txt-top .w1440 .tab-r .tab {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.page5 .txt-top .w1440 .tab-r .tab li {
  margin-left: 55px;
  cursor: pointer;
  color: #aaaaaa;
  position: relative;
}
.page5 .txt-top .w1440 .tab-r .tab li:hover {
  color: #25bc4e;
}
.page5 .txt-top .w1440 .tab-r .tab li.on {
  color: #25bc4e;
}
.page5 .txt-top .w1440 .tab-r .tab li.on::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 40%;
  height: 3px;
  background: #25bc4e;
}
.page5 .news-box {
  width: 100%;
  margin-top: 5%;
}
.page5 .news-box .item {
  display: none;
}
.page5 .news-box .item.on {
  display: block;
}
.page5 .news-box .swiper-wrapper {
  align-items: center;
}
.page5 .news-box .swiper-slide {
  transition: all 0.3s;
}
.page5 .news-box .swiper-slide a {
  display: block;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.page5 .news-box .swiper-slide .img {
  width: 100%;
  padding-top: 60%;
  position: relative;
  overflow: hidden;
}
.page5 .news-box .swiper-slide .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page5 .news-box .swiper-slide .txt {
  background: #fff;
  padding: 30px 40px 40px;
  position: relative;
}
.page5 .news-box .swiper-slide .txt::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to right, #2b2bd6, #00a9fe);
  opacity: 0;
  transition: all 0.3s;
}
.page5 .news-box .swiper-slide .txt p {
  color: #222222;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 3em;
  position: relative;
  z-index: 5;
}
.page5 .news-box .swiper-slide .txt span {
  color: #999999;
  margin-top: 20px;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.8;
  height: 5.4em;
  position: relative;
  z-index: 5;
}
.page5 .news-box .swiper-slide .txt .txt-btm {
  opacity: 0;
  height: 0;
  margin-top: 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 5;
  transition: all 0.3s;
}
.page5 .news-box .swiper-slide .txt .txt-btm .time {
  color: #fff;
}
.page5 .news-box .swiper-slide .txt .txt-btm .ic {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 100%;
  background: #fff;
}
.page5 .news-box .swiper-slide .txt .txt-btm .ic svg {
  width: 15px;
  height: 15px;
}
.page5 .news-box .swiper-slide:hover {
  margin-top: -80px;
  transform: translateY(40px);
}
.page5 .news-box .swiper-slide:hover .txt::after {
  opacity: 1;
}
.page5 .news-box .swiper-slide:hover .txt p {
  color: #fff;
}
.page5 .news-box .swiper-slide:hover .txt span {
  color: #fff;
}
.page5 .news-box .swiper-slide:hover .txt .txt-btm {
  margin-top: 40px;
  opacity: 1;
  height: 40px;
}
.page5 .news-box .swiper-scrollbar {
  position: relative;
  margin-top: 7%;
  height: 6px;
  background: #fff;
}
.page5 .news-box .swiper-scrollbar .swiper-scrollbar-drag {
  background: #26bd58;
}
.page5 .news-box .btn {
  text-align: center;
  margin-top: 4%;
}
.page5 .news-box .btn a {
  display: inline-block;
  background: #fff;
  border-radius: 100px;
  padding: 14px 23px;
}
.page5 .news-box .btn a:hover svg {
  animation: arrX 0.4s linear 0s 2 forwards;
}
.page5 .news-box .btn i {
  color: #26bd58;
}
.page5 .news-box .btn svg {
  width: 15px;
  height: 15px;
  margin-left: 45px;
  transition: all 0.5s;
  vertical-align: middle;
}
@keyframes arrX {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(5px, 0px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes arrY {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(5px, -5px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes haloAn {
  0% {
    r: 0;
    opacity: 1;
  }
  70% {
    r: 40;
    opacity: 1;
  }
  100% {
    r: 40;
    opacity: 0;
  }
}
/* 125% */
@media screen and (max-width: 1440px) {
  .page3 .txt-top .mun-list li p {
    font-size: 60px;
  }
  .page3 .txt-top .mun-list li span {
    font-size: 16px;
  }
  .page5 .news-box .swiper-slide .txt {
    padding: 20px ;
  }
  .page4 .sw2 .txt span {
    margin-top: 8px;
  }
  .page4 .sw2 .txt a {
    margin-top: 20px;
  }
  .page3 .txt-top .des .text {
    line-height: 1.5;
  }
  .page3 .logos .imgs a{
      margin: 0 0 10px;
  }
}
@media screen and (max-width: 1366px) {
  .page3 {
    height: 95vh;
  }
  .page4 .sw-btm {
    padding-bottom: 5%;
  }
  .more1 {
    width: 150px;
    top: calc(100vh - 68px);
  }
  .page4 .more2 {
    width: 150px;
    bottom: -96px;
  }
  .page5 .news-box .swiper-slide .txt span {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1280px) {
  .page3 .txt-top .mun-list li p {
    font-size: 50px;
  }
}
/* 150 */
@media screen and (max-width: 998px) {
    .loading_logo{
  
    width: 50%;
}
    .page1 .banner.pc_{
    display: none;
    
}
.page1 .shares{
    display: none;
}
 .page1 .banner.mo_{
    display: block;
    
}
    .page3 .txt-top .mun-list li:nth-child(2n){
           padding-left: 5vw;
    justify-content: flex-start;
}
.page5 .txt-top .w1440 .tab-r .tab li{
    
    height:30px
}
.page5 .txt-top .w1440 .tab-r .tab li.on::after{
    bottom: 0;
    width: 58px;
    left: 0;
    height: 2px;
        transform: none;
}

    .page1 .banner .swiper-slide .text span{
        display: none;
        
    }
    .page2{
        
        display: none;
    }
  .page1 .wave {
    height: 30px;
  }
  .page1 .wave-cont {
    width: 100%;
    height: 100%;
  }
  body {
    height: auto;
    opacity: 1;
    transition: all 0s;
  }
  .page1 {
    height: auto;
  }
  .page1 .banner .swiper-slide .img img{
      position: relative;
      width: 100%;
      height: auto;
      top:0;
      left: 0;
      transform: inherit !important;
  }
  .page1 .banner .swiper-slide .text {
    top: 60%;
  }
  .page1 .banner .swiper-slide .text span {
    width: 64%;
    margin-top: 15px;
  }
  .page1 .banner .swiper-slide .text .btn {
    margin-top: 15px;
  }
  .page1 .banner .swiper-slide .text p {
    font-size: 18px;
  }

  .page1 .banner .swiper-slide .text .btn a {
    padding: 9px 21px;
  }
  .page1 .banner .swiper-slide .text .btn svg {
    width: 15px;
    height: 15px;
    margin-left: 19px;
  }
  .page1 .banner .swiper-pagination {
    right: 10px;
  }
  .page1 .banner .swiper-pagination .swiper-pagination-bullet {
    width: 4px;
    height: 20px;
    margin: 3px 0;
  }
  .wave {
    height: 30px;
    bottom: -1px;
    overflow: hidden;
  }
  .page3 .txt-top .des {
    width: 100%;
  }
  .page3 .txt-top .mun-list {
    width: 100%;
    margin-top: 25px;
    margin-bottom: 20px;
  }
  .more1 {
    display: none;
  }
  .page2 {
    height: 360px;
    position: relative;
    background-size: contain;
  }
  .page2 .pic .img {
    opacity: 1;
    width: 65%;
  }
  .page2 .pic .txt p {
    opacity: 1;
    transform: translateY(0);
    width: 90%;
    display: block;
    margin: 0 auto;
    font-size: 14px;
    letter-spacing: 2;
  }
  .page3 {
    height: auto;
  }
  .page3 .txt-top .des .btn a {
    padding: 9px 21px;
  }
  .page3 .txt-top .des .btn a svg {
    width: 15px;
    height: 15px;
    margin-left: 19px;
  }
  .page3 .txt-top .mun-list li {
    margin: 15px 0;
  }
  .page3 .txt-top .mun-list li p {
    font-size: 22px;
    width: 50px;
  }
  .page3 .txt-top .mun-list li span {
    font-size: 12px;
    width:calc(100% - 50px);
    margin-left:0;
  }
  .page3 .txt-top .mun-list li span br{
      display: none;
  }
  .page3 .logos {
    position: relative;
    opacity: 1;
    transform: translate(0);
  }
  .page3 .logos .imgs a {
    width: 48%;
  }
  .page4 .txt-top .w1440 .txt-l {
    flex-wrap: wrap;
  }
  .page4 .txt-top .w1440 .txt-l .tit {
    width: 100%;
  }
  .page4 .txt-top .w1440 .txt-l .subtit {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
  .page4 .txt-top .w1440 .btn-r .btn a {
    padding: 9px 21px;
  }
  .page4 .txt-top .w1440 .btn-r .btn a svg {
    width: 15px;
    height: 15px;
    margin-left: 19px;
  }
  .page4 .sw-btm {
    justify-content: center;
  }
  .page4 .sw1 {
    display: none;
  }
  .page4 .sw3 {
    display: none;
  }
  .page4 .sw2 {
    width: 80%;
  }
  .page4 .more2,
  .page4 .bgimg {
    display: none;
  }
  .page4 .sw-btm .sw_btn {
    top: 57%;
    width: 40px;
    height: 40px;
    z-index: 10;
  }
  .page4 .sw-btm .sw_btn.prev {
    left: 5px;
  }
  .page4 .sw-btm .sw_btn.next {
    right: 5px;
  }
  .page5 .txt-top .w1440 .txt-l {
    flex-wrap: wrap;
  }
  .page5 .txt-top .w1440 .txt-l .tit {
    width: 100%;
  }
  .page5 .txt-top .w1440 .txt-l .subtit {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
  .page5 .txt-top .w1440 .tab-r {
    width: 100%;
    margin-top: 20px;
  }
  .page5 .txt-top .w1440 .tab-r .tab {
    width: 100%;
  }
  .page5 .txt-top .w1440 .tab-r .tab li {
    width: 25%;
    margin-left: 0;
  }
  .page5 .news-box {
    width: 90%;
    margin: 20px auto 0;
    overflow: hidden;
  }
  .page5 .news-box .swiper-scrollbar {
    margin-top: 30px;
  }
  .page5 .news-box .btn {
    margin-top: 40px;
  }
  .page5 .news-box .btn a {
    padding: 9px 21px;
  }
  .page5 .news-box .btn a svg {
    width: 15px;
    height: 15px;
    margin-left: 19px;
  }
  .page5 .news-box .swiper-slide .txt .txt-btm {
    opacity: 1;
    height: 40px;
    margin-top: 20px;
  }
  .page5 .news-box .swiper-slide .txt .txt-btm .time {
    color: #999;
  }
  .page5 .news-box .swiper-slide .txt .txt-btm .ic {
    background: #26bd58;
  }
  .page5 .news-box .swiper-slide .txt .txt-btm .ic svg path {
    fill: #fff;
  }
  .page5 .news-box .swiper-slide:hover .txt .txt-btm .time {
    color: #fff;
  }
  .page5 .news-box .swiper-slide:hover .txt .txt-btm .ic {
    background: #fff;
  }
  .page5 .news-box .swiper-slide:hover .txt .txt-btm .ic svg path {
    fill: #26bd58;
  }
  .page5 .news-box .swiper-slide .txt p {
    -webkit-line-clamp: 1;
    height: 1.5em;
  }
  .page5 .news-box .swiper-slide {
    box-shadow: none;
    overflow: hidden;
  }
  .page5 .news-box .swiper-wrapper {
    align-items: flex-start;
  }
  .page1 .shares {
    top: 60px;
    flex-wrap: wrap;
  }
  .page1 .shares .stock-code {
    width: 100%;
    margin-bottom: 3px;
  }
  .page1 .shares .n1,
  .page1 .shares .n2,
  .page1 .shares .n3 {
    margin-left: 0px;
    margin-right: 15px;
  }
  .page3 .txt-top .des .text {
    margin-top: 15px;
  }
  .page3 .txt-top .des .btn {
    margin-top: 15px;
  }
  .page3 .txt-top .des .tit,
  .page3 .txt-top .des .subtit,
  .page3 .txt-top .des .text,
  .page3 .txt-top .des .btn {
    opacity: 1;
    transform: translateX(0px);
  }
  .f_left,
  .f_right,
  .f_In,
  .f_up {
    transform: translate(0);
    opacity: 1;
  }
  .page5 .txt-top .w1440 {
    padding-top: 20px;
  }
  .page3 .txt-top .w1440 {
    margin-top: 50px;
  }
  .page5 .news-box .swiper-slide:hover {
    margin-top: 0;
    transform: translateY(0);
  }
  .page5 .news-box .swiper-slide:hover .txt .txt-btm {
    margin-top: 20px;
  }
  
}
@media screen and (max-width: 768px){
        .page1 .banner .swiper-slide .text {
        top: 22%;
        text-align: center;
    }
    .page1 .banner .swiper-slide .text p{
        text-align: center;
    }
}
/*# sourceMappingURL=./index.css.map */
