* {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}
@font-face {
  font-family: myFont;
  src: url('../font/STKAITI.TTF');
}
html, body {
  width: 100%;
  height: 100%;
  min-width: 1280px;
  position: relative;
  font-family: 'myFont';
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.inner {
  width: 1280px;
  margin: 0 auto;
}
.main {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.swiper-container {
  /* height: 876px; */
  height: 100%;
}
.logo {
  width: 4.66rem;
  height: 0.44rem;
  position: absolute;
  left: 0.55rem;
  top: 0.28rem;
  z-index: 100;
  background: url(../images/logo.png) center/100% 100% no-repeat;
}
.swiper-wrapper .swiper-slide {
  background-size: 100% 100%;
  position: relative;
  overflow: hidden;
}
.slide1 {
  background: url('../images/bg1.jpg') center no-repeat;
}

.slide2 {
  background: url('../images/bg2.jpg') center no-repeat;
}

.slide3 {
  background: url('../images/bg3.jpg') center no-repeat;
}

.slide4 {
  background: url('../images/bg4.jpg') center no-repeat;
}
.slide5 {
  background: url('../images/bg5.jpg') center no-repeat;
}
.swiper-slide .img,
.swiper-slide .txt {
  position: absolute;
  z-index: 100;
}
.slide1 .img {
  width: 8.07rem;
  height: 7.78rem;
  background: url('../images/sjapp-img.png') center/100% 100% no-repeat;
  left: 3rem;
  bottom: 0;
}
.slide1 .txt {
  width: 3.15rem;
  height: 4.88rem;
  background: url('../images/sjapp-txt.png') center/100% 100% no-repeat;
  right: 3.3rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
.slide2 .img {
  width: 9.24rem;
  height: 8.66rem;
  background: url('../images/sjgj-img.png') center/100% 100% no-repeat;
  left: 3rem;
  bottom: 0;
}
.slide2 .txt {
  width: 3.59rem;
  height: 5.18rem;
  background: url('../images/sjgj-txt.png') center/100% 100% no-repeat;
  right: 2.88rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
.slide3 .img {
  width: 9.02rem;
  height: 6.85rem;
  background: url('../images/gjrj-img.png') center/100% 100% no-repeat;
  left: 3rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
.slide3 .txt {
  width: 3.27rem;
  height: 3.79rem;
  background: url('../images/gjrj-txt.png') center/100% 100% no-repeat;
  right: 2.86rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
.slide4 .img {
  width: 7.11rem;
  height: 6.85rem;
  background: url('../images/pc-img.png') center/100% 100% no-repeat;
  left: 3.39rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
.slide4 .txt {
  width: 2.75rem;
  height: 5.18rem;
  background: url('../images/pc-txt.png') center/100% 100% no-repeat;
  right: 2.88rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
.slide5 .img {
  width: 7.11rem;
  height: 6.85rem;
  background: url('../images/djb-img.png') center/100% 100% no-repeat;
  left: 3.39rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
.slide5 .txt {
  width: 2.75rem;
  height: 5.18rem;
  background: url('../images/djb-txt.png') center/100% 100% no-repeat;
  right: 2.88rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
.swiper-slide .software-list {
  width: 6.85rem;
  height: 1.9rem;
  margin: auto;
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  justify-content: space-between;
}
.slide4 .software-list {
  width: 4.7rem;
}
.software-list li {
  width: 1.9rem;
  height: 1.9rem;
  border-radius: 50%;
  display: flex;
  transition: all 0.3s;
  position: relative;
}

.software-list li.scale {
  transform: scale(0);
}
.swiper-slide.slide5 .software-list li.scale {
  position: relative;
}
.swiper-slide.slide5 .scale:hover .code{
  display: block;
}
.swiper-slide.slide5 .scale .code{
  display: none;
  position: absolute;
  bottom: -123px;
  left: 4px;
  width: 1.8rem;
  height: 1.8rem;
  background: url(../images/code_bg.png) no-repeat;
  background-size: 100% 100%;
  transform: rotate(180deg);
}
.swiper-slide.slide5 .scale .code:after{
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 4px;
  width: 1.67rem;
  height: 1.59rem;
  background: url(../images/ios_djb.png) no-repeat;
  background-size: 100% 100%;
}
.swiper-slide.slide5 .scale .code.anzhuo:after{
  background: url(../images/anzhuo_djb.png) no-repeat;
  background-size: 100% 100%;
}
.swiper-slide.slide5 .scale .code.anzhuo:after{
  background: url(../images/andrond_djb.png) no-repeat;
  background-size: 100% 100%;
}
.software-list li a {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding-top: 1.35rem;
  text-align: center;
	font-size: 0.24rem;
  color: #fff;
  transition: all 0.5s;
  position: relative;
}
.software-list li a::after {
  display: block;
  content: '';
  background-image: url('../images/gjrj-icons.png');
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.software-list li a::before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1.8rem;
  height: 1.8rem;
  box-sizing: border-box;
  border-radius: 50%;
  border: 5px solid rgba(255,255,255,0);
  transition: all 0.3s;
}
.slide .software-list li a::before{
  width: 1.6rem;
  height: 1.6rem;
}
.software-list li a:hover::before {
  border: 5px solid rgba(255,255,255,1);
}

.slide4 .software-list li a::after {
  background-image: url('../images/pc-icons.png');
}
.slide5 .software-list li a::after {
  background-image: url('../images/djb-icons.png');
}
.software-list li span {
  position: absolute;
  left: 0;
  top: 1.05rem;
  width: 100%;
	font-size: 0.24rem;
  margin-bottom: 0.16rem;
}
.slide4 .software-list li span {
  margin-top: 0.1rem;
  top: 0.95rem;
}
.slide3 .software-list li:nth-child(1) {
  background-color: rgba(171, 130, 74, 0.8);
}
.slide3 .software-list li:nth-child(1):hover {
  background-color: rgba(171, 130, 74, 1);
}
.slide3 .software-list li:nth-child(2) {
  background-color: rgba(76, 161, 111, 0.8);
}
.slide3 .software-list li:nth-child(2):hover {
  background-color: rgba(76, 161, 111, 1);
}
.slide3 .software-list li:nth-child(3) {
  background-color: rgba(69, 132, 228, 0.8);
}
.slide3 .software-list li:nth-child(3):hover {
  background-color: rgba(69, 132, 228, 1);
}
.slide4 .software-list li:nth-child(1) {
  background-color: rgba(171, 130, 74, 0.8);
}
.slide4 .software-list li:nth-child(1):hover {
  background-color: rgba(171, 130, 74, 1);
}
.slide4 .software-list li:nth-child(2) {
  background-color: rgba(172, 79, 103, 0.8);
}
.slide4 .software-list li:nth-child(2):hover {
  background-color: rgba(172, 79, 103, 1);
}


.slide5 .software-list li:nth-child(1) {
  background-color: rgba(69,132,168, 0.8);
}
.slide5 .software-list li:nth-child(1):hover {
  background-color: rgba(171, 130, 74, 1);
}
.slide5 .software-list li:nth-child(2) {
  background-color: rgba(172, 79, 103, 0.8);
}
.slide5 .software-list li:nth-child(2):hover {
  background-color: rgba(172, 79, 103, 1);
}
.slide5 .software-list li:nth-child(3) {
  background-color: rgba(76,161,111,0.8);
}
.slide5 .software-list li:nth-child(3):hover {
  background-color: rgba(76,161,111,0.8);
}

.slide3 .software-list li:nth-child(1) a::after,
.slide3 .software-list li:nth-child(2) a::after {
  width: 43px;
  height: 43px;
  background-position: -2px -4px;
  top: 0.43rem;
}
.slide3 .software-list li:nth-child(3) a::after {
  width: 36px;
  height: 43px;
  background-position: -51px -2px;
  top: 0.4rem;
}
.slide4 .software-list li:nth-child(1) a::after {
  width: 45px;
  height: 45px;
  background-position: -5px -1px;
  top: 0.4rem;
}
.slide4 .software-list li:nth-child(2) a::after {
  width: 54px;
  height: 42px;
  background-position: -54px -2px;
  top: 0.42rem;
}
.slide5 .software-list li:nth-child(1) a::after {
  width: 45px;
  height: 45px;
  background-position: 0 -1px;
  top: 0.4rem;
}
.slide5 .software-list li:nth-child(2) a::after {
  width: 46px;
  height: 42px;
  background-position: -45px -2px;
  top: 0.42rem;
}
.slide5 .software-list li:nth-child(3) a::after {
  width: 40px;
  height: 42px;
  background-position: -91px -2px;
  top: 0.42rem;
}
/* 动画 */
.swiper-slide .mv {
  position: absolute;
  right: 250px;
  bottom: 90%;
  opacity: 0;
  background-image: url('../images/animation-icons.png');
  background-repeat: no-repeat;
  width: 45px;
  height: 37px;
  background-position: -429px -40px;
  /* z-index: 101; */
}
.slide1 .ym1 {
  -moz-animation: ym1 12s infinite linear;
  -webkit-animation: ym1 12s infinite linear;
  -o-animation: ym1 12s infinite linear;
  -ms-animation: ym1 12s infinite linear;
  animation: ym1 12s infinite linear
}
.slide1 .ym2 {
  -webkit-transform: scale(0.8) rotate(90deg);
  -moz-transform: scale(0.8) rotate(90deg);
  -ms-transform: scale(0.8) rotate(90deg);
  -o-transform: scale(0.8) rotate(90deg);
  transform: scale(0.8) rotate(90deg);
  -moz-animation: ym2 12s 1s infinite linear;
  -webkit-animation: ym2 12s 1s infinite linear;
  -o-animation: ym2 12s 1s infinite linear;
  -ms-animation: ym2 12s 1s infinite linear;
  animation: ym2 12s 1s infinite linear
}
.slide1 .ym3 {
  -webkit-transform: scale(0.7) rotate(-15deg);
  -moz-transform: scale(0.7) rotate(-15deg);
  -ms-transform: scale(0.7) rotate(-15deg);
  -o-transform: scale(0.7) rotate(-15deg);
  transform: scale(0.7) rotate(-15deg);
  -moz-animation: ym3 13s 1s infinite linear;
  -webkit-animation: ym3 13s 1s infinite linear;
  -o-animation: ym3 13s 1s infinite linear;
  -ms-animation: ym3 13s 1s infinite linear;
  animation: ym3 13s 1s infinite linear
}
.slide1 .ym4 {
  -webkit-transform: scale(0.8) rotate(15deg);
  -moz-transform: scale(0.8) rotate(15deg);
  -ms-transform: scale(0.8) rotate(15deg);
  -o-transform: scale(0.8) rotate(15deg);
  transform: scale(0.8) rotate(15deg);
  -moz-animation: ym4 12s 3s infinite linear;
  -webkit-animation: ym4 12s 3s infinite linear;
  -o-animation: ym4 12s 3s infinite linear;
  -ms-animation: ym4 12s 3s infinite linear;
  animation: ym4 12s 3s infinite linear;
  background-repeat: no-repeat;
}
.slide1 .ym5 {
  -webkit-transform: scale(0.8) rotate(45deg);
  -moz-transform: scale(0.8) rotate(45deg);
  -ms-transform: scale(0.8) rotate(45deg);
  -o-transform: scale(0.8) rotate(45deg);
  transform: scale(0.8) rotate(45deg);
  -moz-animation: ym5 12s infinite linear;
  -webkit-animation: ym5 12s infinite linear;
  -o-animation: ym5 12s infinite linear;
  -ms-animation: ym5 12s infinite linear;
  animation: ym5 12s infinite linear
}
.slide1 .ym6 {
  -webkit-transform: scale(0.75) rotate(60deg);
  -moz-transform: scale(0.75) rotate(60deg);
  -ms-transform: scale(0.75) rotate(60deg);
  -o-transform: scale(0.75) rotate(60deg);
  transform: scale(0.75) rotate(60deg);
  -moz-animation: ym6 10s infinite linear;
  -webkit-animation: ym6 10s infinite linear;
  -o-animation: ym6 10s infinite linear;
  -ms-animation: ym6 10s infinite linear;
  animation: ym6 10s infinite linear;
  background-repeat: no-repeat;
}
.slide1 .ym7 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -moz-animation: ym7 15s infinite linear;
  -webkit-animation: ym7 15s infinite linear;
  -o-animation: ym7 15s infinite linear;
  -ms-animation: ym7 15s infinite linear;
  animation: ym7 15s infinite linear
}
.slide1 .ym8 {
  -webkit-transform: scale(0.8) rotate(90deg);
  -moz-transform: scale(0.8) rotate(90deg);
  -ms-transform: scale(0.8) rotate(90deg);
  -o-transform: scale(0.8) rotate(90deg);
  transform: scale(0.8) rotate(90deg);
  -moz-animation: ym8 15s infinite linear;
  -webkit-animation: ym8 15s infinite linear;
  -o-animation: ym8 15s infinite linear;
  -ms-animation: ym8 15s infinite linear;
  animation: ym8 15s infinite linear
}
@keyframes ym1 {
  80% {
      opacity: 1
  }

  100% {
      opacity: 0;
      right: 50%;
      bottom: 150px
  }
}
@keyframes ym2 {
  50% {
      opacity: 1
  }

  100% {
      opacity: 0;
      right: 80%;
      bottom: 200px
  }
}
@keyframes ym3 {
  50% {
      opacity: 1
  }

  100% {
      opacity: 0;
      right: 65%;
      bottom: 80px
  }
}
@keyframes ym4 {
  50% {
      opacity: 1
  }

  100% {
      opacity: 0;
      right: 80%;
      bottom: 250px
  }
}
@keyframes ym5 {
  0% {
      opacity: 1;
      right: 50%;
      bottom: 110%
  }

  50% {
      opacity: 1
  }

  100% {
      opacity: 0;
      right: 80%;
      bottom: 220px
  }
}
@keyframes ym6 {
  0% {
      opacity: 1;
      right: 50%;
      bottom: 110%
  }

  50% {
      opacity: 1
  }

  100% {
      opacity: 0;
      right: 100%;
      bottom: 200px
  }
}
@keyframes ym7 {
  0% {
      opacity: 1;
      right: 50%;
      bottom: 110%;
  }

  50% {
      opacity: 0
  }

  100% {
      opacity: 1;
      right: 80%;
      bottom: -100px
  }
}
@keyframes ym8 {
  0% {
      opacity: 1
  }

  100% {
      opacity: 0;
      right: 80%;
      bottom: 100px
  }
}
.slide2 .mv {
  width: 67px;
  height: 50px;
  background-position: -10px -28px;
  right: 90%;
  bottom: 70%;
  /* opacity: 1; */
}
.slide2 .hy1 {
  -moz-animation: ym1 12s infinite linear;
  -webkit-animation: ym1 12s infinite linear;
  -o-animation: ym1 12s infinite linear;
  -ms-animation: ym1 12s infinite linear;
  animation: hy1 12s infinite linear
}
@keyframes hy1 {
  45% {
      opacity: 1
  }

  90% {
      opacity: 0;
      right: 65%;
      bottom: 80px
  }
}
.slide2 .hy2 {
  -webkit-transform: scale(0.85) rotate(90deg);
  -moz-transform: scale(0.85) rotate(90deg);
  -ms-transform: scale(0.85) rotate(90deg);
  -o-transform: scale(0.85) rotate(90deg);
  transform: scale(0.85) rotate(90deg);
  -moz-animation: hy2 13s infinite linear;
  -webkit-animation: hy2 13s infinite linear;
  -o-animation: hy2 13s infinite linear;
  -ms-animation: hy2 13s infinite linear;
  animation: hy2 13s infinite linear
}
@keyframes hy2 {
  0% {
      opacity: 1
  }

  100% {
      opacity: 0;
      right: 50%;
      bottom: 0
  }
}
.slide2 .hy3 {
  right: 45%;
  bottom: 65%;
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  transform: rotate(-30deg);
  -moz-animation: hy3 10s infinite linear;
  -webkit-animation: hy3 10s infinite linear;
  -o-animation: hy3 10s infinite linear;
  -ms-animation: hy3 10s infinite linear;
  animation: hy3 10s infinite linear
}
@keyframes hy3 {
  0% {
      opacity: 1
  }

  100% {
      opacity: 0;
      right: 20%;
      bottom: 0
  }
}
.slide2 .hy4 {
  right: 45%;
  bottom: 65%;
  -webkit-transform: scale(0.8) rotate(68deg);
  -moz-transform: scale(0.8) rotate(68deg);
  -ms-transform: scale(0.8) rotate(68deg);
  -o-transform: scale(0.8) rotate(68deg);
  transform: scale(0.8) rotate(68deg);
  -moz-animation: hy4 11s 1.5s infinite linear;
  -webkit-animation: hy4 11s 1.5s infinite linear;
  -o-animation: hy4 11s 1.5s infinite linear;
  -ms-animation: hy4 11s 1.5s infinite linear;
  animation: hy4 11s 1.5s infinite linear
}
@keyframes hy4 {
  30% {
      opacity: 1
  }

  100% {
      opacity: 1;
      right: 15%;
      bottom: -100px
  }
}
.slide2 .hy5 {
  right: 65%;
  bottom: 50%;
  -webkit-transform: scale(0.68) rotate(120deg);
  -moz-transform: scale(0.68) rotate(120deg);
  -ms-transform: scale(0.68) rotate(120deg);
  -o-transform: scale(0.68) rotate(120deg);
  transform: scale(0.68) rotate(120deg);
  -moz-animation: hy5 8s infinite linear;
  -webkit-animation: hy5 8s infinite linear;
  -o-animation: hy5 8s infinite linear;
  -ms-animation: hy5 8s infinite linear;
  animation: hy5 8s infinite linear
}
@keyframes hy5 {
  50% {
      opacity: 1
  }

  100% {
      opacity: 0;
      right: 35%;
      bottom: -100px
  }
}

.slide3 .mv {
  width: 30px;
  height: 85px;
  background-position: -245px -28px;
  right: 10%;
  bottom: 110%;
  /* opacity: 1; */
}
.slide3 .ly1 {
  /* -webkit-transform:  rotate(90deg);
  -moz-transform:  rotate(90deg);
  -ms-transform:  rotate(90deg);
  -o-transform:  rotate(90deg);
  transform:  rotate(90deg); */
  -moz-animation: ly1 12s infinite linear;
  -webkit-animation: ly1 12s infinite linear;
  -o-animation: ly1 12s infinite linear;
  -ms-animation: ly1 12s infinite linear;
  animation: ly1 12s infinite linear
}
@keyframes ly1 {
  0% {
      opacity: 1
  }

  90% {
      opacity: 0;
      right: 65%;
      bottom: 80px
  }
}
.slide3 .ly2 {
  width: 91px;
  height: 26px;
  background-position: -311px -45px;
  -moz-animation: ly2 13s 1s infinite linear;
  -webkit-animation: ly2 13s 1s infinite linear;
  -o-animation: ly2 13s 1s infinite linear;
  -ms-animation: ly2 13s 1s infinite linear;
  animation: ly2 13s 1s infinite linear
}
@keyframes ly2 {
  50% {
      opacity: 1
  }

  100% {
      opacity: 0;
      right: 85%;
      bottom: -100px;
  }
}
.slide3 .ly3 {
  -webkit-transform:  rotate(90deg);
  -moz-transform:  rotate(90deg);
  -ms-transform:  rotate(90deg);
  -o-transform:  rotate(90deg);
  transform:  rotate(90deg);
  -moz-animation: ly3 10s infinite linear;
  -webkit-animation: ly3 10s infinite linear;
  -o-animation: ly3 10s infinite linear;
  -ms-animation: ly3 10s infinite linear;
  animation: ly3 10s infinite linear
}
@keyframes ly3 {
  0% {
      opacity: 0
  }
  50% {
    opacity: 1
  }
  100% {
      opacity: 0;
      right: 45%;
      bottom: 2rem;
  }
}
.slide3 .ly4 {
  width: 91px;
  height: 26px;
  background-position: -311px -45px;
  -webkit-transform:  scale(0.88) rotate(30deg);
  -moz-transform:  scale(0.88) rotate(30deg);
  -ms-transform:  scale(0.88) rotate(30deg);
  -o-transform:  scale(0.88) rotate(30deg);
  transform:  scale(0.88) rotate(30deg);
  -moz-animation: ly4 10s 1.5s infinite linear;
  -webkit-animation: ly4 10s 1.5s infinite linear;
  -o-animation: ly4 10s 1.5s infinite linear;
  -ms-animation: ly4 10s 1.5s infinite linear;
  animation: ly4 10s 1.5s infinite linear
}
@keyframes ly4 {
  0% {
      opacity: 1
  }
  100% {
      opacity: 0;
      right: 40%;
      bottom: -2rem;
  }
}
.slide3 .ly5 {
  -webkit-transform:  rotate(180deg);
  -moz-transform:  rotate(180deg);
  -ms-transform:  rotate(180deg);
  -o-transform:  rotate(180deg);
  transform:  rotate(180deg);
  -moz-animation: ly5 9s 1s infinite linear;
  -webkit-animation: ly5 9s 1s infinite linear;
  -o-animation: ly5 9s 1s infinite linear;
  -ms-animation: ly5 9s 1s infinite linear;
  animation: ly5 9s 1s infinite linear
}
@keyframes ly5 {
  0% {
      right: 45%;
      opacity: 1
  }
  100% {
      opacity: 0;
      right: 75%;
      bottom: -2rem;
  }
}
.slide3 .ly6 {
  width: 91px;
  height: 26px;
  background-position: -311px -45px;
  -webkit-transform:  rotate(50deg);
  -moz-transform:  rotate(50deg);
  -ms-transform:  rotate(50deg);
  -o-transform:  rotate(50deg);
  transform:  rotate(50deg);
  -moz-animation: ly6 10s 1.5s infinite linear;
  -webkit-animation: ly6 10s 1.5s infinite linear;
  -o-animation: ly6 10s 1.5s infinite linear;
  -ms-animation: ly6 10s 1.5s infinite linear;
  animation: ly6 10s 1.5s infinite linear
}
@keyframes ly6 {
  0% {
      right: 45%;
      opacity: 0
  }
  50% {
    opacity: 1
  }
  100% {
      opacity: 0;
      right: 80%;
      bottom: 0;
  }
}

.slide4 .mv {
  width: 87px;
  height: 96px;
  background-position: -118px 0;
}
.slide4 .fy1 {
  /* -webkit-transform:  rotate(90deg);
  -moz-transform:  rotate(90deg);
  -ms-transform:  rotate(90deg);
  -o-transform:  rotate(90deg);
  transform:  rotate(90deg); */
  right: 100px;
  -moz-animation: fy1 12s infinite linear;
  -webkit-animation: fy1 12s infinite linear;
  -o-animation: fy1 12s infinite linear;
  -ms-animation: fy1 12s infinite linear;
  animation: fy1 12s infinite linear
}
@keyframes fy1 {
  0% {
      opacity: 0
  }
  50% {
    opacity: 1;
  }
  100% {
      opacity: 0;
      right: 45%;
      bottom: 80px
  }
}
.slide4 .fy2 {
  -webkit-transform: scale(0.8) rotate(90deg);
  -moz-transform: scale(0.8) rotate(90deg);
  -ms-transform: scale(0.8) rotate(90deg);
  -o-transform: scale(0.8) rotate(90deg);
  transform: scale(0.8) rotate(90deg);
  right: 0;
  -moz-animation: fy2 10s infinite linear;
  -webkit-animation: fy2 10s infinite linear;
  -o-animation: fy2 10s infinite linear;
  -ms-animation: fy2 10s infinite linear;
  animation: fy2 10s infinite linear
}
@keyframes fy2 {
  30% {
      opacity: 0
  }
  60% {
    opacity: 1;
  }
  100% {
      opacity: 0;
      right: 30%;
      bottom: 80px
  }
}
.slide4 .fy3 {
  -webkit-transform: scale(1.1) rotate(-30deg);
  -moz-transform: scale(1.1) rotate(-30deg);
  -ms-transform: scale(1.1) rotate(-30deg);
  -o-transform: scale(1.1) rotate(-30deg);
  transform: scale(1.1) rotate(-30deg);
  right: 50px;
  -moz-animation: fy3 10s infinite linear;
  -webkit-animation: fy3 10s infinite linear;
  -o-animation: fy3 10s infinite linear;
  -ms-animation: fy3 10s infinite linear;
  animation: fy3 10s infinite linear
}
@keyframes fy3 {
  20% {
      opacity: 1
  }
  60% {
    right: 15%;
    opacity: 0.8;
  }
  80% {
      opacity: 0.5;
  }
  100% {
    opacity: 0;
    right: 25%;
    bottom: -2rem;
  }
}
.slide4 .fy4 {
  -webkit-transform: scale(1.5) rotate(-90deg);
  -moz-transform: scale(1.5) rotate(-90deg);
  -ms-transform: scale(1.5) rotate(-90deg);
  -o-transform: scale(1.5) rotate(-90deg);
  transform: scale(1.5) rotate(-90deg);
  right: 150px;
  -moz-animation: fy4 13s infinite linear;
  -webkit-animation: fy4 13s infinite linear;
  -o-animation: fy4 13s infinite linear;
  -ms-animation: fy4 13s infinite linear;
  animation: fy4 13s infinite linear
}
@keyframes fy4 {
  20% {
      opacity: 1
  }
  60% {
    opacity: 0.8;
  }
  80% {
      opacity: 0.5;
  }
  100% {
    opacity: 0;
    right: 65%;
    bottom: -2rem;
  }
}

.slide5 .fy51,.slide5 .fy52 {
  z-index: 101;
  position: absolute;
  right: 250px;
  bottom: 90%;
  opacity: 0;
  background-image: url('../images/flower1_djb.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: unset;
  width: 67px;
  height: 58px;
  animation: fy51 10s infinite linear;
}
@keyframes fy51 {
  0% {
      opacity: 1
  }
  50% {
    opacity: 1;
  }
  100% {
      opacity: 0;
      right: 45%;
      bottom: 80px
  }
}
.slide5 .fy52 {
  width: 52px;
  height: 30px;
  right: 0;
  animation: fy52 10s infinite linear;
  background-image: url('../images/flower2_djb.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@keyframes fy52 {
  30% {
      opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
      opacity: 0;
      right: 30%;
      bottom: 80px
  }
}


.circle {
  width: 588px;
  height: 589px;
  background: url(../images/yq_1.png) center/100% no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  animation: circleRotate 5s infinite linear;
}
@keyframes circleRotate {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}
@keyframes bgTranslate {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(50px);
  }
}
.swiper-container .swiper-nav {
  width: 1.27rem;
  height: 7.57rem;
  left: unset;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: url('../images/nav-bg.png') center/100% 100%;
}
.swiper-pagination-bullet {
  width: 2.57rem;
  height: 0.47rem;
  font-size: 0.16rem;
  text-align: center;
  line-height: 0.47rem;
  margin: 0;
  color: #000;
  position: absolute;
  left: -200px;
  top: 0;
  background: none;
  border-radius: 0;
  opacity: 1;
  outline: none;
}
.swiper-pagination-bullet:hover {
  background: url('../images/btn-bg.png') center/100% 100% no-repeat;
}
.swiper-pagination-bullet-active {
  background: url('../images/btn-bg.png') center/100% 100% no-repeat;
}
.swiper-pagination-bullet:nth-child(1) {
  left: -1.6rem;
  top: 1.55rem;
}
.swiper-pagination-bullet:nth-child(2) {
  left: -1.95rem;
  top: 2.6rem;
}
.swiper-pagination-bullet:nth-child(3){
  left: -1.9rem;
  top: 3.6rem;
}
.swiper-pagination-bullet:nth-child(4){
  left: -1.75rem;
  top: 4.62rem;
}
.swiper-pagination-bullet:nth-child(5){
  left: -1.75rem;
  top: 5.65rem;
}
footer {
  height: 65px;
  display: flex;
  box-sizing: border-box;
  background: #fbfbfd;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
footer img {
  
}
footer .conyright {
  margin-left: 45px;
  font-size: 12px;
  color: #8e8e90;
}
/* 动画 */
.swiper-slide .qcode,
.swiper-slide .title,
.swiper-slide p {
  transition: all 0.5s;
}
.swiper-slide .qcode.move,
.swiper-slide .title.move,
.swiper-slide p.move{
  transform: translateY(-500px);
}
