.banner {
  position: relative;
  width: 100%;
  height: 100vh;
  background: #fff;
}
.banner .f1Swiper {
  opacity: 1;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.banner .swiper-slide {
  position: relative;
  background: #fff;
}
.banner .swiper-slide .mobile {
  display: none;
}
.banner .swiper-slide .bacImg {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 100vh;
}
.banner .swiper-slide .bacImg img,
.banner .swiper-slide .bacImg i {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .swiper-slide .video {
  position: relative;
  width: 100%;
  height: 100vh;
  mix-blend-mode: darken;
}
.banner .swiper-slide .video::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  content: "";
}
.banner .swiper-slide .video video {
  width: 100%;
  height: 100vh;
  object-fit: cover !important;
  mix-blend-mode: darken;
}
.banner .swiper-slide .posText {
  transition: all 0.5s 1s;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.banner .swiper-slide .posText i {
  width: 100%;
  height: 100%;
}
.banner .svgBac {
  right: 18%;
  top: 26%;
  z-index: 3;
  width: 82%;
}
.banner .svgBac.animated .icon-path {
  animation: icon-path-animation 5.2s linear 0.3s both;
}
.banner .swiper-slide-active .bacImg img,
.banner .swiper-slide-active .bacImg i {
  animation: fadeScale11 8s ease-out both;
}
.banner .swiper-slide-active .posText1 {
  animation: textLeft100 0.6s ease-out 1s both;
}
.banner .pos {
  position: absolute;
  left: 0;
  bottom: 60px;
  width: 100%;
  z-index: 9;
  font-family: "poppins";
}
.banner .pos .sum {
  display: flex;
  align-items: center;
  margin-right: 25px;
}
.banner .pos .sum i {
  padding-top: 2px;
  width: 20px;
  font-size: 18px;
  color: #fff;
  text-align: center;
}
.banner .pos .swiper-pagination {
  position: relative;
  left: auto;
  bottom: auto;
  margin: 0 30px;
  width: 220px;
  height: 3px;
  background: url(../images/icon/i1.png) center repeat-x;
}
.banner .pos .swiper-pagination .swiper-pagination-progressbar-fill {
  background: #fff;
}
.banner .pos .swiper-button-next,
.banner .pos .swiper-button-prev {
  position: relative;
  left: auto;
  right: auto;
  margin: 0 20px;
  width: 11px;
  height: 20px;
}
.banner .pos .swiper-button-prev {
  background: url(../images/icon/i6.png) center no-repeat;
  background-size: 100% auto;
}
.banner .pos .swiper-button-next {
  background: url(../images/icon/i7.png) center no-repeat;
  background-size: 100% auto;
}
@keyframes textLeft100 {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
.scrollMainBox {
  animation: scrolls 5s ease-out both infinite;
}
.scrollMainBox i {
  padding-right: 40px;
  font-size: 18px;
  color: #fff;
  font-family: "poppins";
  background: url(../images/icon/i2.png) right center no-repeat;
  background-size: 18px auto;
}
@keyframes scrolls {
  0% {
    transform: translateY(10px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(10px);
  }
}
.more {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 48px;
  border-radius: 48px;
  background: #7df574;
  cursor: pointer;
}
.more:before {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  content: '';
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  border: 2px solid rgba(125, 245, 116, 0.45);
  border-radius: 48px;
}
.more em {
  padding-right: 26px;
  font-size: 14px;
  color: #333;
  background: url(../images/icon/i9.png) right center no-repeat;
  background-size: 14px auto;
}
.more:hover:before {
  display: block;
  animation: menu_circle2 1.2s infinite;
}
@media (max-width: 1200px) {
  .banner {
    position: relative;
    width: 100%;
    height: 100vh;
    background: #fff;
  }
  .banner .f1Swiper {
    opacity: 1;
    width: 100%;
    height: 100vh;
    overflow: hidden;
  }
  .banner .swiper-slide {
    background: #fff;
  }
  .banner .swiper-slide .mobile {
    display: block;
  }
  .banner .swiper-slide .pc {
    display: none;
  }
  .banner .swiper-slide .posText2 .text {
    margin-bottom: 50px;
    font-size: 64px;
  }
  .banner .swiper-slide .posText2 .text p {
    margin-right: 26px;
  }
  .banner .swiper-slide .posText2 .text2 {
    margin-bottom: 0px;
    margin-left: 5px;
    font-size: 30px;
  }
  .banner .svgBac {
    display: none;
  }
  .banner .pos {
    bottom: 1.3rem;
  }
  .banner .pos .sum {
    margin-right: 0;
  }
  .banner .pos .sum i {
    padding-top: 2px;
    width: 0.6rem;
    font-size: 0.48rem;
  }
  .banner .pos .swiper-pagination {
    margin: 0 0.4rem;
    width: 2.9rem;
    height: 2px;
  }
  .banner .pos .swiper-button-next,
  .banner .pos .swiper-button-prev {
    display: none;
  }
  .scrollMainBox i {
    padding-right: 1rem;
    line-height: 0.84rem;
    font-size: 0.48rem;
    background-size: 0.44rem auto;
  }
  .more {
    width: 5rem;
    height: 1.5rem;
    border-radius: 1.5rem;
  }
  .more em {
    padding-right: 0.74rem;
    font-size: 0.5rem;
    background-size: 0.35rem auto;
  }
}
@media (max-width: 767.98px) {
  :root {
    --g-size-container-width--regular: 100vw;
    --g-size-container-space: 20px;
    --g-size-nav-normal-height: 62px;
    --g-size-nav-mini-height: 62px;
  }
}
:root {
  --g-color--bg: #000;
  --g-color-font: #000;
  --g-size-container-width--regular: 1560px;
  --g-size-nav-normal-height: 175px;
  --g-size-nav-mini-height: 80px;
  --logo-width: 568;
  --logo-height: 427;
}
.ind01 {
  display: flex;
}
.ind01 .left {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  width: 50%;
  height: calc(100vh - 100px);
  background: url(../images/index/ind01_bac1.jpg) center no-repeat;
  background-size: cover;
}
.ind01 .left .top {
  display: flex;
  justify-content: center;
  width: 100%;
}
.ind01 .left .top .mode {
  transition: all 1s;
  transform: scale(0.6);
  opacity: 0;
  position: relative;
  width: 46vh;
  height: 62vh;
}
.ind01 .left .top .mode::after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1.06);
  width: 100%;
  height: 100%;
  border-radius: 22vh;
  border: 1px solid #b5ffb0;
  content: "";
}
.ind01 .left .top .mode .pic {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 22vh;
  background: #fff;
  overflow: hidden;
}
.ind01 .left .top .mode .pic img,
.ind01 .left .top .mode .pic video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ind01 .left .top .mode .icon {
  position: absolute;
  z-index: 2;
  width: 100px;
  height: 62px;
  border-radius: 36px;
}
.ind01 .left .top .mode .icon div {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ind01 .left .top .mode .icon1 {
  left: -50px;
  top: 50%;
  margin-top: -31px;
  background: #95fa8d url(../images/icon/i47.png) center no-repeat;
  background-size: 41px auto;
  /* div{
                        transform: scale(0.8);
                    } */
}
.ind01 .left .top .mode .icon2 {
  right: -50px;
  top: 20%;
  background: #7df574;
}
.ind01 .left .top .mode .icon2 div {
  transform: scale(1.4);
}
.ind01 .left .top .mode .icon2::after {
  position: absolute;
  right: -14px;
  top: -14px;
  width: 22px;
  height: 25px;
  background: url(../images/icon/i8.png) center no-repeat;
  background-size: 100% auto;
  content: "";
}
.ind01 .left .bottom {
  transition: all 0.8s;
  display: flex;
  justify-content: center;
  margin-top: 6vh;
  width: 100%;
}
.ind01 .left .bottom i {
  margin: 0 8px;
  padding: 0 16px;
  line-height: 36px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  text-align: center;
  background: #95fa8d;
  border-radius: 36px;
}
.ind01 .right {
  position: relative;
  display: flex;
  justify-content: center;
  width: 50%;
  overflow: hidden;
}
.ind01 .right .next {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}
.ind01 .right .next .code {
  margin-bottom: 20px;
}
.ind01 .right .next .code img {
  width: 120px;
  height: 120px;
  border: #cee2f8 3px solid;
  border-radius: 100%;
}
.ind01 .right .next .code p {
  margin-top: 25px;
  font-size: 18px;
  color: #333;
  text-align: center;
}
.ind01 .right .next .text {
  width: 100%;
  margin-bottom: 20px;
}
.ind01 .right .next .text b {
  line-height: 50px;
  font-size: 26px;
  color: #333;
  font-weight: bold;
  text-align: center;
}
.ind01 .right .next .text b i {
  display: inline;
  color: #3bbd32;
  font-weight: bold;
}
.ind01 .right .next .more {
  margin-bottom: 24px;
}
.ind01 .right .wave {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 10rem;
  min-width: 100%;
  height: 1.5rem;
}
.ind01 .right .wave .mask {
  -webkit-mask-image: url(../images/water.svg);
  mask-image: url(../images/water.svg);
  -webkit-mask-size: 100vw;
  mask-size: 100vw;
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
  -webkit-animation: move-svg 5s linear infinite;
  animation: move-svg 5s linear infinite;
  display: grid;
  grid-template-columns: repeat(160, 1fr);
}
.ind01 .right .wave .mask .line {
  width: 2px;
  height: 2rem;
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, #7df574 70%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #7df574 70%);
}
.ind01 .right .wave.w2 {
  left: -10%;
  bottom: -10px;
}
.ind01 .right .wave.w2 .mask {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.ind01 .right .wave.w2 .mask .line {
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, #9db8f0 70%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #9db8f0 70%);
}
@media (max-width: 1200px) {
  .ind01 {
    flex-wrap: wrap;
  }
  .ind01 .left {
    padding: 3rem 0 2.6rem;
    width: 100%;
    height: auto;
    background-image: url(../images/mobile/index/ind01_bac1.jpg);
  }
  .ind01 .left .top .mode {
    width: 10.1rem;
    height: 13.9rem;
  }
  .ind01 .left .top .mode::after {
    transform: translate(-50%, -50%) scale(1.04);
    border-radius: 5rem;
  }
  .ind01 .left .top .mode .pic {
    border-radius: 5rem;
  }
  .ind01 .left .top .mode .icon {
    width: 1.86rem;
    height: 1.25rem;
    border-radius: 0.6rem;
  }
  .ind01 .left .top .mode .icon1 {
    left: -0.9rem;
    top: 50%;
    margin-top: -0.6rem;
    background-size: 0.72rem auto;
  }
  .ind01 .left .top .mode .icon2 {
    right: -0.8rem;
    top: 20%;
  }
  .ind01 .left .top .mode .icon2::after {
    right: -0.3rem;
    top: -0.25rem;
    width: 0.42rem;
    height: 0.49rem;
  }
  .ind01 .left .bottom {
    margin-top: 1.1rem;
  }
  .ind01 .left .bottom i {
    margin: 0 0.2rem;
    padding: 0 0.4rem;
    line-height: 1rem;
    font-size: 0.5rem;
    border-radius: 1rem;
  }
  .ind01 .right {
    width: 100%;
  }
  .ind01 .right .next {
    padding: 3.9rem 0 7.5rem;
  }
  .ind01 .right .next .code {
    margin-bottom: 1.2rem;
  }
  .ind01 .right .next .code img {
    width: 3.5rem;
    height: 3.5rem;
    border: #cee2f8 2px solid;
  }
  .ind01 .right .next .code p {
    margin-top: 0.4rem;
    font-size: 0.5rem;
  }
  .ind01 .right .next .text {
    margin-bottom: 1rem;
  }
  .ind01 .right .next .text b {
    line-height: 1.2rem;
    font-size: 0.66rem;
  }
  .ind01 .right .wave {
    height: 5.5rem;
    width: 40rem;
    min-width: 100%;
  }
  .ind01 .right .wave .mask .line {
    width: 2px;
    height: 6rem;
  }
  .ind01 .right .wave.w2 {
    left: -10%;
    bottom: -1rem;
  }
}
@-webkit-keyframes move-svg {
  0% {
    -webkit-mask-position-x: 0;
  }
  to {
    -webkit-mask-position-x: 100vw;
  }
}
@keyframes move-svg {
  0% {
    -webkit-mask-position-x: 0;
  }
  to {
    -webkit-mask-position-x: 100vw;
  }
}
.scale130 {
  -webkit-animation-name: scale130;
  animation-name: scale130;
}
@keyframes scale130 {
  0% {
    opacity: 0;
    transform: scale(0.4);
  }
  33% {
    opacity: 1;
    transform: scale(1.1);
  }
  66% {
    transform: scale(0.7);
  }
  100% {
    transform: scale(0.9);
  }
}
.ind01.on .left .top .mode {
  transition: all 1.6s;
  transform: scale(1);
  opacity: 1;
}
.ind01.on .left .top .mode .icon {
  animation: scale130 1.8s linear 0s both;
}
.ind01.on .left .bottom {
  transition: all 0.8s 0.8s;
  transform: translateY(0);
  opacity: 1;
}
.ind02 {
  position: relative;
}
.ind02 .svgBac {
  right: 38%;
  bottom: 32%;
  width: 62%;
}
.ind02 .svgBac.animated .icon-path {
  animation: icon-path-animation 4.2s linear 1s both;
}
.ind02 .w1400 {
  position: relative;
  z-index: 3;
  padding: 130px 0 60px;
}
.ind02 .left {
  width: 50%;
}
.ind02 .left .text {
  padding-top: 150px;
}
.ind02 .left .text p {
  font-size: 42px;
  line-height: 66px;
  color: #333;
  font-weight: bold;
}
.ind02 .right {
  position: relative;
  width: 50%;
}
.ind02 .right .icon {
  position: absolute;
}
.ind02 .right .icon.icon1 {
  left: -22%;
  top: 10%;
  width: 80px;
  height: 70px;
  background: url(../images/icon/i10.png) center no-repeat;
  background-size: 100% auto;
}
.ind02 .right .icon.icon2 {
  right: 2%;
  top: 0%;
  width: 73px;
  height: 103px;
  background: url(../images/icon/i11.png) center no-repeat;
  background-size: 100% auto;
}
.ind02 .right .list {
  position: relative;
  width: 100%;
  height: 500px;
}
.ind02 .right .list .m {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.ind02 .right .list .m img {
  width: 100%;
}
.ind02 .right .list a {
  position: absolute;
  width: 38%;
}
.ind02 .right .list a .pic {
  width: 100%;
  height: 100%;
}
.ind02 .right .list a img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  box-shadow: 0 20px 50px rgba(0, 0, 6, 0.16);
}
.ind02 .right .list .a1 {
  left: 3%;
  top: 5%;
  z-index: 3;
  transform: rotate(6deg);
  width: 40%;
}
.ind02 .right .list .a2 {
  left: 33.5%;
  top: 0%;
  z-index: 2;
  transform: rotate(16deg);
}
.ind02 .right .list .a3 {
  left: 57%;
  top: 23.5%;
  z-index: 1;
  transform: rotate(23deg);
}
@media (min-width: 1600px) {
  .ind02 .w1400 {
    padding-bottom: 110px;
  }
}
@media (max-width: 1200px) {
  .ind02 .svgBac {
    right: 24%;
    bottom: 40%;
    width: 76%;
  }
  .ind02 .svgBac svg {
    margin-bottom: 2px;
  }
  .ind02 .svgBac.animated .icon-path {
    animation: icon-path-animation 4.2s linear 0.3s both;
  }
  .ind02 .w1400 {
    padding: 3.7rem 0 3.1rem;
  }
  .ind02 .left {
    width: 100%;
  }
  .ind02 .left .text {
    padding-top: 2.5rem;
    text-align: center;
  }
  .ind02 .left .text p {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .ind02 .right {
    width: 100%;
  }
  .ind02 .right .icon.icon1 {
    left: 0%;
    top: 1.1rem;
    width: 1.62rem;
    height: 1.42rem;
  }
  .ind02 .right .icon.icon2 {
    right: 0.8rem;
    top: 0.4rem;
    width: 1.35rem;
    height: 1.9rem;
  }
  .ind02 .right .list {
    margin: 1rem 0 0 1.7rem;
    width: calc(100% - 1.7rem);
    height: 8.4rem;
  }
  .ind02 .right .list a img {
    border-radius: 0.1rem;
    box-shadow: 0 0.4rem 1rem rgba(0, 0, 6, 0.16);
  }
}
