* { padding: 0;margin: 0; }
/*清除浮动代码*/
.clearfloat:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0
}
.clearfloat {
  zoom: 1
}

img {
  display: block;
  height: 100%;
  width: 100%;
}
a.copyRight{
  position: fixed;
  top: 0.05rem;
  left: 0.05rem;
  color: #9B8179;
  font-size: 0.20rem;
  line-height: 0.24rem;
  text-decoration: none;
  z-index: 999;
}
html, body {
  width: 100%;
  height: 100%;
  position: relative;
  left: 0;
  top: 0;
}
.swiper-container{
 	position: absolute;
}
.swiper-container, .swiper-wrapper, .swiper-slide{
  width: 100%;
  height: 100%;
  max-width: 750px;
}

/*  第二页 */
.page2{
  width: 100%;
  height: 100%;
  /* background: #fff url('../img/2/1.jpg') left top no-repeat; */
  background:#fff;
  background-size: 100%;
}
.page2 .mainbox{
  width:100%;
  height: 100%;
  display: flex;
  background: url("../img/2/bg@2x.jpg") left top no-repeat;
  background-size: cover;
}
.page2 .sucai_2{
  width: 100%;
  height: 1.45rem;
  background: url("../img/page2/sucai_2@2x.png") left top no-repeat;
  background-size: 100% 100%;
  margin-top: -0.9rem;
}
.page2 .cont1, .page2 .cont2{
  width: 50%;
  box-sizing: border-box;
  display: inline-flex;
  padding: 0rem ;
  margin-top: 0rem;
}
.page2 .cont1{
  flex-direction: column;

}
.page2  .slogan{
  width: 100%;
  height: 100%;
  margin: 0;
  background: url("../img/2/text@2x.png") left top no-repeat;
  background-size: 100%;
}
.page2 .cont2{
  margin-top: 0;
  justify-content: space-between;
}
.page2 .cont2 .left{
  font-family: 'PingFang SC','FZXH1K--GBK1-0';
  color: #c9a88f;
  font-size: 0.2rem;
  line-height: 0.36rem;
}
.page2 .cont2 .title-r{
  width: 2.5rem;
  height: 7.44rem;
  margin: 1.2rem 0 0 0.5rem;
  background: url("../img/1/2@2x.png") left top no-repeat;
  background-size: 100% 100%;
}
.page2 .sucai_1{
  width: 100%;
  height: 1.84rem;
  background: url("../img/1/4@2x.png") left top no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: 0.5rem;
}

.page6 {
  width: 100%;
  height: 100%;
  /* background:#fff url('../img/1/2.jpg') left top no-repeat; */
  background: #ffffff;
  background-size: 100%;
}
.page6 .mainbox{
  width:100%;
  height: 100%;
  display: flex;
  background: url("../img/1/bg@2x.jpg") left top no-repeat;
  background-size: cover;
  flex-direction: column;
}


.page6 .page6zhong {
  width: 5.895rem;
  height: 2.855rem;
  background: url('../img/2/3@2x.png') left top no-repeat;
  background-size: 100% 100%;
  margin-left:0.8rem ;
}

.page6 .page6shang {
  width:100%;
  height: 100%;
  background: url('../img/1/text@2x.png') left top no-repeat;
  background-size: 100%;
  margin: 0;
  /* margin-top: 0.6rem; */
}

/* .page6 .page6zhong {
  width: 4.49rem;
  height: 2.33rem;
  background: url('../img/zw2@2x.png') left top no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
  margin-top: 0.4rem;
} */

/* .page6 .page6xia {
  width: 5.89rem;
  height: 2.68rem;
  background: url('../img/2/4.png') left top no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
  margin-top: 0.4rem;
} */

.page6 .sucai_1 {
  width: 100%;
  height: 1.84rem;
  background: url("../img/page2/sucai_1@2x.png") left top no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: 0.5rem;
}





.page2 .sucai_2 {
  width: 100%;
  height: 1.45rem;
  background: url("../img/page2/sucai_2@2x.png") left top no-repeat;
  background-size: 100% 100%;
  margin-top: -0.9rem;
}

.page2 .page1zhong {
  width: 6.06rem;
  height: 7.68rem;
  background: url('../img/page2/qiye1.png') left top no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
  margin-top: 0.4rem;
}

.page2 .sucai_1 {
  width: 80%;
  height: 0.6rem;
  background: url("../img/1/4@2x.png") left top no-repeat;
  background-size: 100% 100%;
  position: absolute;
  margin: 0 10%;
  bottom:1.3rem;
}


/* 向上动画 */
.icon-double-arrow-up{
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  left: 50%;
  margin-left: -0.25rem;
  bottom: 0.5rem;
  z-index: 999;
  font-size: 0.4rem;
  -webkit-animation: move 2s linear infinite;
  animation: move 2s linear infinite;
}

@-webkit-keyframes move {
  0% {
    color: rgba(255, 255, 255, .3) !important;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  95% {
    color: rgba(255, 255, 255, .8) !important;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    color: rgba(255, 255, 255, .8) !important;
    -webkit-transform: translateY(-65px);
    transform: translateY(-65px);
    opacity: 0;
  }
}

/* 适配全面屏 */
@media only screen and (device-width: 375px) and (device-height:812px) and (-webkit-device-pixel-ratio:3) {}
