.video-swiper {
  height: 425px;
  min-width: 1200px;
  padding-top: 120px;
  overflow: hidden;
  position: relative;
  background-color: #000;
}
.video-swiper .video-inner {
  position: absolute;
  min-width: 100%;
  height: 100%;
  height: auto;
  width: auto;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
  opacity: 0.7;
}
.content-inner {
  position: relative;
  z-index: 2;
  color: #fff;
  width: 980px;
  margin: 0 auto;
}
.content-inner .title {
  font-size: 62px;
}
.content-inner .sub {
  margin-top: 20px;
  font-size: 48px;
}
.content-inner .btn {
  margin-top: 70px;
  width: 207px;
  height: 50px;
  border: 1px solid #ffffff;
  border-radius: 25px;
  color: white;
  text-decoration: none;
}

.quick-info {
  position: relative;
  z-index: 3;
}
.quick-item {
  margin: 15px;
  -webkit-transform: translateY(-45px);
  transform: translateY(-45px);
  transition: all 0.3s;
  padding: 30px;
  width: 290px;
  height: 90px;
  overflow: hidden;
  border-radius: 10px;
  background: #fff no-repeat;
  background-size: 350px 150px;
  box-shadow: 0 20px 36px rgba(15, 45, 117, 0.11);
}
.quick-item .con {
  line-height: 24px;
  color: #646566;
}
.quick-item.item1 {
  background-image: url('../../static/images/index/quick-1.png');
  color: #26ceba;
}
.quick-item.item2 {
  background-image: url('../../static/images/index/quick-2.png');
  color: #488bff;
}
.quick-item.item3 {
  background-image: url('../../static/images/index/quick-3.png');
  color: #6c7ee4;
}
.quick-item.item1:hover {
  background-image: url('../../static/images/index/quick-11.png');
}
.quick-item.item2:hover {
  background-image: url('../../static/images/index/quick-22.png');
}
.quick-item.item3:hover {
  background-image: url('../../static/images/index/quick-33.png');
}
.quick-item:hover .tit {
  color: #fff;
}
.quick-item:hover .con {
  color: #fff;
}
.quick-item:hover {
  -webkit-transform: translateY(-55px);
  transform: translateY(-55px);
}

.module-box {
  padding: 180px 0 100px;
}
.module-box .center-wrap {
  padding: 0 60px;
  width: 1240px;
}
.module-box .title {
  height: 74px;
}
.module-box .sub {
  margin-top: 5px;
  height: 34px;
  color: #5c6a99;
}
.module-box .line {
  margin: 5px 0 60px;
  width: 60px;
  height: 6px;
  background: #26ceba;
}
.module-box .info {
  width: 400px;
  height: 200px;
  color: #243366;
  line-height: 64px;
  overflow: hidden;
}
.module-box .info .con {
  display: block;
  height: 200px;
  color: #243366;
  line-height: 64px;
  transition: all 0.3s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.module-box .btn {
  width: 207px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #26ceba;
  border: 1px solid #26ceba;
  border-radius: 25px;
  transition: all 0.3s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.module-box .info:hover .con,
.module-box .info:hover .btn {
  -webkit-transform: translateY(-200px);
  transform: translateY(-200px);
}
.module-box img {
  width: 100%;
  height: 100%;
}
.module-box .pic {
  position: relative;
}

.card .title {
  color: #26ceba;
}
.card .pic {
  width: 665px;
  height: 281px;
  position: relative;
}
.card .pic12,
.card .pic13,
.card .pic14,
.card .pic15 {
  width: 139px;
  height: 119px;
  position: absolute;
  top: 20px;
  left: 0;
  -webkit-animation: pic12frames 5s infinite;
  animation: pic12frames 5s infinite;
}
.card .pic12 {
  left: 30px;
}
.card .pic13 {
  left: 170px; /*animation-duration:8s*/
}
.card .pic14 {
  left: 310px;
}
.card .pic15 {
  left: 450px;
}
/*Safari 和 Chrome:*/
@-webkit-keyframes pic12frames {
  0% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes pic12frames {
  0% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

.city .title {
  color: #3b68ff;
}
.city .line {
  background: #3b68ff;
}
.city .pic {
  position: relative;
  width: 604px;
  height: 510px;
}
/*.city .move-group{position: absolute;left: 0;top:0;}*/
.city .info .btn {
  border-color: #3b68ff;
  color: #3b68ff;
}
.city .move-group .pic21 {
  position: absolute;
  left: 12px;
  top: 210px;
  width: 49px;
  height: 88px;
  /*Safari 和 Chrome:*/
  -webkit-animation: pic21frames 5s infinite;
  animation: pic21frames 5s infinite;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}
.city .move-group .pic22 {
  position: absolute;
  left: 115px;
  top: 94px;
  width: 99px;
  height: 145px;
  /*Safari 和 Chrome:*/
  -webkit-animation: pic22frames 5s infinite;
  animation: pic22frames 5s infinite;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.city .move-group .pic23 {
  position: absolute;
  left: 50px;
  top: 140px;
  width: 49px;
  height: 100px;
  -webkit-animation: pic23frames 5s infinite;
  animation: pic23frames 5s infinite;
  opacity: 0;
}
.city .move-group .pic24 {
  position: absolute;
  left: 215px;
  top: 54px;
  width: 46px;
  height: 81px;
  -webkit-animation: pic23frames 5s infinite;
  animation: pic23frames 5s infinite;
  opacity: 0;
}
.city .move-group .pic25 {
  position: absolute;
  left: 280px;
  top: 0px;
  width: 314px;
  height: 208px;
  z-index: 2;
}
.city .move-group .pic26 {
  position: absolute;
  left: 384px;
  top: 115px;
  width: 160px;
  height: 114px;
  z-index: 1;
  /*Safari 和 Chrome:*/
  -webkit-animation: pic26frames 5s infinite;
  animation: pic26frames 5s infinite;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
/*Safari 和 Chrome:*/
@-webkit-keyframes pic21frames {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes pic21frames {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

/*Safari 和 Chrome:*/
@-webkit-keyframes pic22frames {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes pic22frames {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
/*Safari 和 Chrome:*/
@-webkit-keyframes pic23frames {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes pic23frames {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*Safari 和 Chrome:*/
@-webkit-keyframes pic26frames {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(20px, 10px);
    transform: translate(20px, 10px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes pic26frames {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(20px, 10px);
    transform: translate(20px, 10px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.join {
  padding-bottom: 248px;
}
.join .title {
  color: #6c7ee4;
}
.join .line {
  background: #6c7ee4;
}
.join .pic {
  width: 624px;
  height: 515px;
  position: relative;
}
.join .info .btn {
  border-color: #6c7ee4;
  color: #6c7ee4;
}

.join .move-group .pic31 {
  position: absolute;
  left: 150px;
  top: 205px;
  width: 135px;
  height: 205px;
  z-index: 1;
  -webkit-animation: pic31frames 5s infinite;
  animation: pic31frames 5s infinite;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
/*Safari 和 Chrome:*/
@-webkit-keyframes pic31frames {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(80px, -40px);
    transform: translate(80px, -40px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes pic31frames {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(80px, -40px);
    transform: translate(80px, -40px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
