@charset "utf-8";
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/
/*Generated by wjdhcms 3.0 */
.dx {
  text-transform: uppercase;
}
.dh {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.clearboth::after,
.clearboth:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
@keyframes huanying1 {
  0% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: 15px;
    opacity: 0;
  }
}
@keyframes huanying2 {
  0% {
    opacity: 0;
    left: -10px;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -moz-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -moz-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
html {
  width: 100%;
  height: 100%;
}
body {
  width: 100%;
  height: 100%;
}
body *:before,
body *:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inSwiper {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.inSwiper * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inSwiper .in-pagination {
  position: absolute;
  left: auto;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}
.inSwiper .in-pagination span {
  width: 30px;
  height: 20px;
  margin: 10px 0 !important;
  position: relative;
  background-color: transparent;
  opacity: 1;
}
.inSwiper .in-pagination span:before {
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  height: 1px;
  width: 20px;
  opacity: 0.5;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inSwiper .in-pagination span.swiper-pagination-bullet-active:before {
  width: 100%;
  opacity: 1;
}
@media screen and (max-width: 640px) {
  .inSwiper .in-pagination {
    right: 10px;
  }
  .inSwiper .in-pagination span {
    width: 20px;
    margin: 0 0 !important;
  }
  .inSwiper .in-pagination span:before {
    width: 12px;
  }
}
.inBox {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.inBox .inBoxFlex {
  width: 94%;
  max-width: 1280px;
  margin: auto;
  padding-top: 120px;
}
@media screen and (max-width: 1100px) {
  .inBox .inBoxFlex {
    padding-top: 60px;
  }
}
@media screen and (max-width: 640px) {
  .inBox .inBoxFlex {
    padding-top: 50px;
    width: 90%;
  }
}
.header {
  height: 0;
}
.nav_bg {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
}
.banner {
  position: relative;
  height: 100%;
  width: 100%;
}
.banner * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.banner-swiper {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.banner-swiper ul li {
  height: 100%;
  width: 100%;
}
.banner-swiper a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.banner-swiper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.1);
  -webkit-transition: all 6s ease-out;
  transition: all 6s ease-out;
}
.banner-swiper .swiper-slide-active img {
  transform: scale(1);
}
.banner-swiper.wapBanner {
  display: none;
}
.banner-swiper .banner-prev {
  position: absolute;
  z-index: 30;
  top: 50%;
  left: -45px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  margin-top: -20px;
  background: url(../images/arrowPrev.png) 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
  outline: none;
}
.banner-swiper:hover .banner-prev {
  left: 3%;
}
.banner-swiper .banner-next {
  position: absolute;
  z-index: 30;
  top: 50%;
  right: -45px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  margin-top: -20px;
  background: url(../images/arrowNext.png) 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
  outline: none;
}
.banner-swiper:hover .banner-next {
  right: 3%;
}
.banner-swiper .banner-pagination {
  font-size: 0;
  position: absolute;
  width: 300px;
  left: 50%;
  margin-left: -150px;
  bottom: 40px;
  z-index: 3;
  text-align: center;
}
.banner-swiper .banner-pagination span {
  display: inline-block;
  border: 2px #fff solid;
  opacity: 1;
  border-radius: 100%;
  width: 13px;
  height: 13px;
  background-color: transparent;
  margin-left: 30px !important;
  margin-right: 0 !important;
  cursor: pointer;
  outline: none;
  position: relative;
}
.banner-swiper .banner-pagination span:first-child {
  margin-left: 0 !important;
}
.banner-swiper .banner-pagination span.swiper-pagination-bullet-active {
  background-color: #ffffff;
}
@media screen and (max-width: 750px) {
  .banner-swiper.pcBanner {
    display: none;
  }
  .banner-swiper.wapBanner {
    display: block;
  }
  .banner-swiper .mbanner-pagination {
    font-size: 0;
    position: absolute;
    width: auto;
    width: 100%;
    left: 0;
    bottom: 20px;
    z-index: 3;
    text-align: center;
  }
  .banner-swiper .mbanner-pagination span {
    display: inline-block;
    border: 2px #fff solid;
    opacity: 1;
    border-radius: 100%;
    width: 9px;
    height: 9px;
    background-color: transparent;
    margin: 0 8px !important;
    cursor: pointer;
    outline: none;
    position: relative;
    opacity: 0.5;
  }
  .banner-swiper .mbanner-pagination span.swiper-pagination-bullet-active {
    background-color: #ffffff;
  }
}
.title {
  line-height: 1;
}
.title span {
  font-weight: bold;
  display: inline-block;
  vertical-align: bottom;
  font-size: 36px;
}
.title i {
  text-transform: uppercase;
  color: #000;
  font-family: Arial;
  font-size: 30px;
  margin-left: 16px;
  line-height: 36px;
  display: inline-block;
  position: relative;
  top: 3px;
}
.title em {
  display: block;
  font-size: 16px;
  margin-top: 22px;
}
.inBox2 {
  background: url(../images/aboutbg.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
}
.inBox2 .aboutTit::after,
.inBox2 .aboutTit:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.inBox2 .aboutTit .tit {
  line-height: 1;
  float: left;
  color: #fff;
}
.inBox2 .aboutTit .tit span {
  font-size: 34px;
}
.inBox2 .aboutTit .tit i {
  font-family: Arial;
  font-size: 14px;
  margin-left: 22px;
  letter-spacing: 2px;
  color: #999999;
  line-height: 12px;
  display: inline-block;
  vertical-align: bottom;
}
.inBox2 .aboutTit .aLink {
  float: right;
}
.inBox2 .aboutTit .aLink ul li {
  float: left;
  margin-left: 82px;
}
.inBox2 .aboutTit .aLink ul li:first-child {
  margin-left: 0;
}
.inBox2 .aboutTit .aLink ul li a {
  display: block;
  line-height: 34px;
  font-size: 16px;
  color: #999999;
}
.inBox2 .aboutTit .aLink ul li a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border: solid 1px #ffffff;
  border-radius: 100%;
  margin-right: 10px;
}
.inBox2 .aboutTit .aLink ul li.on a,
.inBox2 .aboutTit .aLink ul li:hover a {
  color: #fff;
}
.inBox2 .video {
  margin: 0 -10px;
  margin-top: 46px;
  background-color: rgba(255, 255, 255, 0.04);
  border-radius: 8px;
  padding: 10px;
}
@media screen and (max-width: 1360px) {
  .inBox2 .video {
    margin-left: 0;
    margin-right: 0;
  }
}
.inBox2 .video img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: auto;
  max-height: 50vh;
  border-radius: 8px;
}
.inBox2 .video iframe {
  width: 100% !important;
  height: auto !important;
  height: 60vh !important;
  border-radius: 8px;
  overflow: hidden;
  object-fit: cover;
}
@media screen and (max-width: 980px) {
  .inBox2 .aboutTit .aLink ul li {
    margin-left: 32px;
  }
  .inBox2 .aboutTit .aLink ul li:first-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .inBox2 .aboutTit .tit {
    float: none;
  }
  .inBox2 .aboutTit .tit span {
    font-size: 24px;
  }
  .inBox2 .aboutTit .tit i {
    margin-left: 10px;
    font-size: 12px;
  }
  .inBox2 .aboutTit .aLink {
    width: 100%;
    float: none;
    margin-top: 20px;
  }
  .inBox2 .aboutTit .aLink ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .inBox2 .aboutTit .aLink ul li {
    margin-left: 0;
  }
  .inBox2 .aboutTit .aLink ul li a {
    font-size: 14px;
  }
  .inBox2 .video {
    padding: 10px;
    margin-top: 30px;
  }
  .inBox2 .video img {
    height: 50vh;
  }
  .inBox2 .video iframe {
    height: 50vh;
  }
}
.inBox3 {
  position: relative;
  width: 100%;
  height: 100%;
  background: url(../images/probg.jpg) center center no-repeat;
  background-size: cover;
}
.inBox3 .proBox {
  position: relative;
}
.inBox3 .proNav {
  position: absolute;
  width: 100%;
  top: 15.2vh;
  z-index: 3;
  padding-bottom: 10px;
}
.inBox3 .proNav ul li {
  position: relative;
  margin-top: 10.2vh;
  width: 50%;
  float: left;
}
.inBox3 .proNav ul li::before {
  content: "";
  display: block;
  position: absolute;
  left: 186px;
  top: 5.12vh;
  width: 19.1vh;
  height: 2.35vh;
  background: url(../images/pronavon.png) right center no-repeat;
  background-size: contain;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
}
.inBox3 .proNav ul li a {
  display: block;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  color: #fff;
}
.inBox3 .proNav ul li a i {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  position: relative;
  overflow: hidden;
}
.inBox3 .proNav ul li a i img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.inBox3 .proNav ul li a span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 25px;
  line-height: 32px;
  letter-spacing: 2px;
  font-size: 22px;
}
.inBox3 .proNav ul li a em {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: Arial;
  font-size: 14px;
  line-height: 20px;
  color: #999999;
  height: 20px;
}
.inBox3 .proNav ul li.on::before {
  opacity: 1;
}
.inBox3 .proNav ul li.on a span {
  font-weight: bold;
}
.inBox3 .proNav ul li:nth-child(2n)::before {
  left: auto;
  right: 186px;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.inBox3 .proNav ul li:nth-child(2n) a {
  text-align: right;
}
.inBox3 .proNav ul li:nth-child(1) {
  margin-top: 0;
}
.inBox3 .proNav ul li:nth-child(2) {
  margin-top: 0;
}
.inBox3 .proSwiper {
  /* width: 60.62vh; */
  width: 78.62vh;
  height: 69.26vh;
  margin: auto;
  position: relative;
  z-index: 2;
}
.inBox3 .proSwiper::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  background: url(../images/proimgbg.png) 0 0 no-repeat;
  background-size: contain;
}
.inBox3 .proSwiper .swiper-container {
  width: 100%;
  height: 100%;
}
.inBox3 .proSwiper ul li {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.inBox3 .proSwiper ul li img {
  max-width: 94%;
  max-height: 94%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.inBox3 .moreLink {
  width: 204px;
  line-height: 38px;
  border-radius: 20px;
  border: solid 1px #ffffff;
  text-align: center;
  font-size: 16px;
  display: block;
  margin: 10px auto 0;
  letter-spacing: 2px;
  color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inBox3 .moreLink:hover {
  background-color: #fff;
  box-shadow: 0 10px 10px -5px rgba(255, 255, 255, 0.5);
  color: #000;
}
@media screen and (max-width: 980px) {
  .inBox3 .proNav {
    position: relative;
    width: 100%;
    top: 0;
    z-index: 3;
  }
  .inBox3 .proNav ul::after,
  .inBox3 .proNav ul:after {
    content: "";
    display: block;
    clear: both;
    font-size: 0;
    line-height: 0;
  }
  .inBox3 .proNav ul li {
    margin-top: 0 !important;
    width: 25%;
    float: left;
    text-align: center;
    margin-bottom: 20px;
  }
  .inBox3 .proNav ul li::before {
    display: none;
  }
  .inBox3 .proNav ul li a span {
    margin-top: 10px;
    line-height: 26px;
    letter-spacing: 0;
    font-size: 16px;
  }
  .inBox3 .proNav ul li a em {
    font-size: 12px;
    line-height: 16px;
  }
  .inBox3 .proNav ul li:nth-child(2n) a {
    text-align: center;
  }
  .inBox3 .proSwiper {
    width: 50vw;
    height: 60vw;
  }
}
@media screen and (max-width: 640px) {
  .inBox3 .proNav ul::after,
  .inBox3 .proNav ul:after {
    content: "";
    display: block;
    clear: both;
    font-size: 0;
    line-height: 0;
  }
  .inBox3 .proNav ul li a i {
    width: 24px;
    height: 24px;
  }
  .inBox3 .proNav ul li a span {
    margin-top: 5px;
    line-height: 24px;
    font-size: 14px;
  }
  .inBox3 .proNav ul li a em {
    line-height: 14px;
    font-size: 10px;
  }
  .inBox3 .proSwiper {
    width: 72vw;
    height: 82vw;
  }
  .inBox3 .moreLink {
    width: 148px;
    line-height: 34px;
    font-size: 14px;
    margin: 30px auto 0;
  }
}
.inBox4 {
  position: relative;
  width: 100%;
  height: 100%;
  background: url(../images/lxbg.jpg) center center no-repeat;
  background-size: cover;
}
.inBox4 .joinBox {
  padding-bottom: 100px;
}
.inBox4 .joinBox::after,
.inBox4 .joinBox:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.inBox4 .joinBox .text {
  float: left;
  width: 730px;
  color: #ffffff;
}
.inBox4 .joinBox .text .t1 {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 24px;
  line-height: 18px;
}
.inBox4 .joinBox .text .t2 {
  line-height: 1;
  font-size: 60px;
  margin-top: 26px;
  font-weight: 100;
}
.inBox4 .joinBox .text .t3 {
  font-weight: bold;
  font-size: 60px;
  margin-top: 40px;
  line-height: 1;
}
.inBox4 .joinBox .text .line {
  margin-top: 10px;
  width: 100%;
  height: 1px;
  background: url(../images/joinline.png) 0 center no-repeat;
  background-size: 100% 100%;
}
.inBox4 .joinBox .text .joinMore {
  display: block;
  width: 204px;
  line-height: 40px;
  background-color: #ffffff;
  border-radius: 20px;
  margin-top: 102px;
  text-align: center;
  font-size: 16px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inBox4 .joinBox .text .joinMore::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 12px;
  margin-left: 20px;
  background: url(../images/joinar.png) 0 center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inBox4 .joinBox .text .joinMore::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  border-radius: 30px;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  box-sizing: border-box;
}
.inBox4 .joinBox .text .joinMore:hover {
  background: none;
  color: #fff;
  box-shadow: 0 10px 10px -5px rgba(255, 255, 255, 0.5);
}
.inBox4 .joinBox .text .joinMore:hover::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.inBox4 .joinBox .text .joinMore:hover::after {
  filter: grayscale(100) brightness(5);
  animation: zyfd 1.5s linear infinite;
}
.inBox4 .joinBox .ewm {
  float: right;
  width: 150px;
  text-align: center;
  color: #fff;
  margin-top: 15px;
}
.inBox4 .joinBox .ewm img {
  display: block;
  width: 150px;
  height: 150px;
}
.inBox4 .joinBox .ewm span {
  display: block;
  font-size: 14px;
  margin-top: 30px;
  line-height: 1;
}
@media screen and (max-width: 980px) {
  .inBox4 .joinBox .text {
    width: 540px;
  }
}
@media screen and (max-width: 768px) {
  .inBox4 .joinBox .text {
    width: 100%;
    float: none;
  }
  .inBox4 .joinBox .text .t2 {
    font-size: 44px;
    margin-top: 12px;
  }
  .inBox4 .joinBox .text .t3 {
    font-size: 44px;
    margin-top: 18px;
  }
  .inBox4 .joinBox .text .joinMore {
    width: 144px;
    line-height: 36px;
    margin-top: 32px;
    font-size: 14px;
  }
  .inBox4 .joinBox .ewm {
    float: none;
    margin: 40px auto 0;
    width: 120px;
  }
  .inBox4 .joinBox .ewm img {
    width: 120px;
    height: 120px;
  }
  .inBox4 .joinBox .ewm span {
    margin-top: 10px;
  }
}
.inBox4 .copyright {
  background: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
    filter: blur(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    filter: blur(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
    filter: blur(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    filter: blur(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
    filter: blur(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    filter: blur(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
    filter: blur(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    filter: blur(0);
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
    filter: blur(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    filter: blur(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
    filter: blur(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    filter: blur(0);
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
    filter: blur(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    filter: blur(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
    filter: blur(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    filter: blur(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
    filter: blur(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    filter: blur(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
    filter: blur(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    filter: blur(0);
  }
}
@-webkit-keyframes lv-fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    filter: blur(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    filter: blur(0px);
  }
}
@keyframes lv-fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
    filter: blur(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    filter: blur(0px);
  }
}
@-webkit-keyframes lv-fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    filter: blur(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    filter: blur(0px);
  }
}
@keyframes lv-fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
    filter: blur(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    filter: blur(0px);
  }
}
.opacity0 {
  opacity: 0;
}
.ani-slide .lv-fadeInLeft {
  -webkit-animation-name: lv-fadeInLeft;
  animation-name: lv-fadeInLeft;
  animation-fill-mode: forwards;
}
.ani-slide .lv-fadeInRight {
  -webkit-animation-name: lv-fadeInRight;
  animation-name: lv-fadeInRight;
  animation-fill-mode: forwards;
}
.ani-slide .fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  animation-fill-mode: forwards;
}
.ani-slide .fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  animation-fill-mode: forwards;
}
.ani-slide .fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  animation-fill-mode: forwards;
}
.ani-slide .fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  animation-fill-mode: forwards;
}
.ani-slide .fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  animation-fill-mode: forwards;
}
.snow-container {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  overflow: hidden;
  z-index: 2;
  opacity: 0.5;
  pointer-events: none;
}
.snow-container .snow {
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -webkit-animation: snow linear infinite;
  animation: snow linear infinite;
}
.snow-container .snow.foreground {
  background-image: url("../images/1.png");
  -webkit-animation-duration: 15s;
  animation-duration: 15s;
}
.snow-container .snow.foreground.layered {
  -webkit-animation-delay: 7.5s;
  animation-delay: 7.5s;
}
.snow-container .snow.middleground {
  background-image: url("../images/2.png");
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
}
.snow-container .snow.middleground.layered {
  -webkit-animation-delay: 10s;
  animation-delay: 10s;
}
.snow-container .snow.background {
  background-image: url("../images/3.png");
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
}
.snow-container .snow.background.layered {
  -webkit-animation-delay: 15s;
  animation-delay: 15s;
}
@-webkit-keyframes snow {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    -webkit-transform: translate3d(15%, 100%, 0);
    transform: translate3d(15%, 100%, 0);
  }
}
@keyframes snow {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    -webkit-transform: translate3d(15%, 100%, 0);
    transform: translate3d(15%, 100%, 0);
  }
}
