@charset 'utf-8';
body,
html {
  height: 100%;
}
.content {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 720px;
}
.zezao {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
}
.contented {
  position: absolute;
  width: 50%;
  margin-left: -25%;
  bottom: 0;
  z-index: 10;
  left: 50%;
}
.fonts-cons .logo {
  margin-right: 35px;
}
.footerbox {
  position: relative;
  top: 720px;
  background: url(../img/png/footerbg.png) #27292b;
  color: #FFFFFF;
  padding-top: 30px;
  z-index: 5;
}
.footerbox dt {
  font-size: 18px;
  margin-bottom: 10px;
}
.footerbox dd {
  height: 26px;
  line-height: 26px;
}
.fonts-cons {
  /* Center slide text vertically */
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.btn-download {
  font-size: 18px;
  color: #666666;
  background: #e6e6e6;
  display: block;
  padding: 8px 17.5px;
  margin: 24px 0;
  border-radius: 5px;
}
.btn-download:hover {
  background: #ea5413;
  color: #FFFFFF;
}
.swiper-pagination {
  bottom: 20px;
  right: 10%;
  z-index: 99;
}
.swiper-pagination-bullet {
  margin: 0 6px;
  width: 9px;
  height: 9px;
  background: #ea5413;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background: #FFFFFF;
}
