@charset "UTF-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
}
html, body {
  height: 100%;
}
body {
  font-family: 微软雅黑, Microsoft YaHei, Open Sans, sans-serif;
  background: #000 url(../images/bg.jpg) no-repeat center center;
  background-size: cover;
}
.font-1 {
  font-family: 'hyzt';
}
.font-2 {
  font-family: 'yrxk';
}
@font-face {
  font-family: hyzt;
  src: url('../font/黄油字体.ttf');
}
@font-face {
  font-family: yrxk;
  src: url('../font/悠然小楷.ttf');
}
.swiper-container {
  /*  width: 320px;
    height: 480px;*/
  width: 100%;
  height: 100%;
  background: none;
}
.swiper-slide {}
.swiper-slide {
  width: 100%;
  height: 100%;
  background: none
}
img {
  display: block;
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #fff;
  opacity: .4;
}
.swiper-pagination-bullet-active {
  background: #ffd200;
  opacity: 1;
}
@-webkit-keyframes tipmove {
  0% {
    bottom: 10px;
    opacity: 0
  }
  50% {
    bottom: 15px;
    opacity: 1
  }
  100% {
    bottom: 20px;
    opacity: 0
  }
}
.ani {
  position: absolute;
}
.txt {
  position: absolute;
}
#array {
  position: absolute;
  z-index: 999;
  -webkit-animation: tipmove 1.5s infinite ease-in-out;
}
.contact {}
.contact h4 {
  float: left;
  font-size: 48px;
  margin-bottom: 5px;
  font-weight: 500;
  width: 100% !important;
  color: #ffb900;
  clear: inherit
}
.contact p {
  float: left;
  width: 100% !important;
  font-size: 14px;
  margin: 0px;
  color: #fff;
  clear: both !important;
  line-height: 30px;
}
.main-bg {
  background: #000 url(http://cloudmedia.pickfresh.cn/homebg-b.webp) no-repeat center center;
  background-size: cover
}
div::-webkit-scrollbar {
  width: 0;
}
.mainmask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, .3)
}
.v-center {
  display: flex;
  align-items: center;
  width: 100%;
  height: auto
}
.textbox {
  width: 100%;
  height: auto;
  float: left;
  clear: both;
  position: relative;
  text-align: center;
  overflow: auto
}
.infobox {
  width: 100%;
  height: auto;
  float: left;
  margin: 0 auto;
  clear: both;
  position: relative;
  overflow: auto
}
.infobox p {
  font-size: 1vw;
  letter-spacing: 0;
  line-height: 30px;
}
.ftitle {
  font-size: 8vw;
  color: #fff;
  font-weight: 400;
}
.ftitle img {
  width: 50%;
  margin: 0 auto
}
.stitle {
  font-size: 1.6vw;
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.5vw;
}
.downbtn {
  background-image: linear-gradient(#ffd200, #ff7e00);
  color: #000;
  font-size: 1.5vw;
  padding: 10px 30px;
  border-radius: 30px;
}
.downbtn:hover {
  background: rgba(0, 0, 0, .5);
  color: #fff
}
.downbtn:hover+.downcode {
  visibility: visible;
}
.downcode {

}
.downcode img {
  width: 200px;
  margin: 0 auto; 
  background: #fff;
  padding: 5px;
  border-radius: 5px;
}
.clear {
  clear: both !important
}
.conbox {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 19;
}
.phonebox img {
  width: auto;
  height: 90%;
  padding: 0 10%
}

.hidden{
  /* width: 20px;
  height: 20px; */
  visibility: hidden;
}
@media only screen and (max-width: 1170px) {
  .phonebox img {
    width: auto;
    height: 60%;
    padding: 0 10%
  }
}