* {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

html, body {
  width: 100%;
  height: 100%;
  min-width: 1260px;
  position: relative;
  font-family: 'MicrosoftYaHei';
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.inner {
  width: 1260px;
  margin: 0 auto;
}

header {
  width: 100%;
  height: 48px;
  background-color: #171719;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
}
.logo {
  width: 110px;
  height: 28px;
  margin-top: 10px;
  background: url(../images/logo.png) center no-repeat;
}
.jt {
  width: 14px;
  height: 28px;
  margin: 10px;
  margin-top: 10px;
  background: url(../images/yq_2.png) center no-repeat;
}
.logo-text {
  line-height: 48px;
  font-size: 18px;
  color: #fed98b;
}
.main {
  overflow: hidden;
  position: relative;
}
.swiper-container {
  height: 880px;
}
.swiper-slide {
  background-size: 100% 100%;
}
.slide1 {
  background: url('../images/xz_bj_1_1.jpg') center no-repeat;
}

.slide2 {
  background: url('../images/xz_bj_2_1.jpg') center no-repeat;
}

.slide3 {
  background: url('../images/xz_bj_3_1.jpg') center no-repeat;
}

.slide4 {
  background: url('../images/xz_bj_4_1.jpg') center no-repeat;
}

.slide5 {
  background: url('../images/xz_bj_5_1.jpg') center no-repeat;
}
.slide6 {
  background: url('../images/xz_bj_6.jpg') center no-repeat;
}
.swiper-slide .bg {
  position: absolute;
  animation: bgTranslate 5s infinite linear alternate;
}
.slide1 .bg {
  width: 550px;
  height: 837px;
  background: url('../images/xz_bj_1_2.png') center/100% no-repeat; 
  left: 18px;
  bottom: -96px;
}
.slide2 .bg {
  width: 566px;
  height: 585px;
  background: url('../images/xz_bj_2_2.png') center/100% no-repeat; 
  left: 18px;
  top: 168px;
}
.slide3 .bg {
  width: 715px;
  height: 512px;
  background: url('../images/xz_bj_3_2.png') center/100% no-repeat; 
  left: -65px;
  top: 168px;
}
.slide4 .bg {
  width: 691px;
  height: 402px;
  background: url('../images/xz_bj_4_2.png') center/100% no-repeat; 
  left: -52px;
  top: 235px;
}
.slide5 .bg {
  width: 611px;
  height: 506px;
  background: url('../images/xz_bj_5_2.png') center/100% no-repeat; 
  left: -12px;
  top: 200px;
}
.slide6 .bg {
  width: 580px;
  height: 490px;
  background: url('../images/xz_bj_6.png') center/100% no-repeat; 
  left: -12px;
  top: 200px;
}
.swiper-slide .inner {
  position: relative;
  height: 100%;
  box-sizing: border-box;
}
.swiper-slide .box {
  position: absolute;
  width: 353px;
  right: 170px;
  top: 50%;
  transform: translateY(-50%);
}
.swiper-slide.slide6 .box {
  width: 460px;
}
.swiper-slide.slide6 .btn {
  position: relative;
}
.swiper-slide.slide6 .btn:hover .code{
  display: block;
}
.swiper-slide.slide6 .btn .code{
  display: none;
  position: absolute;
  top: -164px;
  left: 64px;
  width: 160px;
  height: 160px;
  background: url(../images/code_bg.png) no-repeat;
  background-size: 100% 100%;
}
.swiper-slide.slide6 .btn .code:after{
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 5px;
  width: 150px;
  height: 146px;
  background: url(../images/ios_djb.png) no-repeat;
  background-size: 100% 100%;
}
.swiper-slide.slide6 .btn .code.anzhuo:after{
  background: url(../images/anzhuo_djb.png) no-repeat;
  background-size: 100% 100%;
}
.swiper-slide.slide6 .btn .code.anzhuo:after{
  background: url(../images/andrond_djb.png) no-repeat;
  background-size: 100% 100%;
}
.box .title {
  font-size: 70px;
  color: #fff;
  line-height: 80px;
  margin-bottom: 25px;
}
.box p {
  font-size: 18px;
  color: #fff;
  line-height: 18px;
  margin-bottom: 51px;
}
.qcode-box {
  height: 130px;
  box-sizing: border-box;
  border: 1px solid rgba(255,255,255,0.2);
  background: rgba(0,0,0,0.2);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 5px 0 30px;
  margin-bottom: 41px;
}
.qcode-box .type {
  width: 134px;
  height: 68px;
  background: url('../images/yq_3.png') center no-repeat;
  position: relative;
}
.qcode-box .type::before {
  display: block;
  content:'IOS版';
  font-size: 18px;
  color: #fff;
  position: absolute;
  left: -3px;
  bottom: 0;
}
.qcode-box .type::after {
  display: block;
  content:'Android版';
  font-size: 18px;
  color: #fff;
  position: absolute;
  right: -30px;
  bottom: 0;
}
.slide1 .qcode {
  background: url('../images/phone-app.png') center no-repeat;
}
.slide2 .qcode {
  background: url('../images/phone-gj.png') center no-repeat;
}
.swiper-slide .qcode {
  width: 120px;
  height: 120px;
  background-size: cover;
}
.box .btn {
  margin-bottom: 15px;
}
.box .btn a {
  display: block;
  width: 286px;
  height: 68px;
  line-height: 68px;
  text-align: center;
  font-size: 18px;
  color: #000;
  background: url(../images/an_1.jpg) center no-repeat;
  transition: all 0.5s;
}
.box .btn a:hover {
  background: url(../images/an_1_2.jpg) center no-repeat;
}
.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-nav {
  width: 120px;
  right: 120px;
  top: 50%;
  transform: translateY(-50%);
}

.swiper-pagination-bullet {
  display: block;
  width: 100%;
  font-size: 15px;
  color: #fff;
  height: 16px;
  line-height: 16px;
  background: none;
  border-radius: 0;
  opacity: 1;
  text-align: left;
  text-indent: 22px;
  padding-bottom: 45px;
  position: relative;
  outline: none;
}

.bullet-lx {
  display: block;
  position: absolute;
  left: -4px;
  top: -9px;
  width: 7px;
  height: 7px;
  background-color: #fff;
  transform: rotate(45deg);
  position: relative;
}

.bullet-lx::after {
  display: block;
  content: '';
  position: absolute;
  left: 27px;
  top: 0;
  width: 0;
  height: 53px;
  border: 1px dashed #fff;
  transform: rotate(-45deg);
}
.swiper-pagination-bullet:first-child .bullet-lx::before {
  display: block;
  content: '';
  position: absolute;
  height: 10px;
  left: -7px;
  top: -12px;
  border: 1px dashed #fff;
  transform: rotate(-45deg);
}
.swiper-pagination-bullet:last-child .bullet-lx::after {
  height: 10px;
  left: 12px;
  top: 6px;
}

.swiper-pagination-bullet-active {
  color: #d1b375;
}

/* .swiper-pagination-bullet-active .bullet-lx {
  background-color: #a77b38;
} */
.footer-logo {
  padding: 20px 0;
  text-align: center;
  background-color: #121212;
}

.fooer-copyright {
  width: 100%;
  color: #555;
  background-color: #000;
}


/* 尺寸小于1440 */
@media screen and (max-width: 1440px) {
  .swiper-nav{
    right: 70px;
  }
  @keyframes circleRotate {
    from {
      transform: rotate(0) scale(0.8);
    }
  
    to {
      transform: rotate(360deg) scale(0.8);
    }
  }
  @keyframes bgTranslate {
    from {
      transform: translateY(0) scale(0.8);
    }
  
    to {
      transform: translateY(50px) scale(0.8);
    }
  }
}
.footBottom{
  width: 1200px;
  display: flex;
  padding: 5px 0px 5px 10px;
  margin: 0 auto;
}
.footBottom p{
  vertical-align: middle;
  font-size: 12px;
}
.footBottom img{
  margin-left: 5px;
  margin-right: 50px;
}
.footBottom .conyright{
  margin-left: 460px;
}