﻿.home #head{height:100%}
.home #head .fixed-head{height:100%}
.home #head .swiper-wrapper,.home #head [data-swiper-parallax]{will-change:transform}
.home .swiper-slide .cont .container{max-width:900px;-webkit-perspective:800px;perspective:800px;}
.home .swiper-slide .cont a{display:inline-block;-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;}
.home .swiper-slide .cont a span::after{content:"";position:absolute;display:block;bottom:0;left:50%;width:0;height:1px;-webkit-transition:all .6s ease 0s;transition:all .6s ease 0s}
.no-touch .home .swiper-slide .cont a{-webkit-transition:all 1s ease 0s;transition:all 1s ease 0s;margin-top:-40px;}
.no-touch .home .swiper-slide .cont a:hover{-webkit-transform:perspective(800px) rotateX(0) rotateY(0) rotateZ(0) translateX(0)!important;transform:perspective(800px) rotateX(0) rotateY(0) rotateZ(0) translateX(0)!important}
.no-touch .home .swiper-slide .cont a:hover span::after{left:0;width:100%}

@media (max-width:767px){
    .home .swiper-slide .cont .container{padding-left:0;padding-right:0}
}
.home .bottom{position:absolute;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);bottom:80px;z-index:10}
.home .bottom .pagination{position:relative;padding:20px}
.home .bottom .line{position:relative;width:100%;height:1px;display:none;}
.home .bottom .line::before{content:"";position:absolute;top:0;right:0;width:0;height:1px;-webkit-transition:width .4s ease;transition:width .4s ease}
.home .bottom .line.autoplay::before{left:0;width:100%;-webkit-transition:width 5s linear;transition:width 5s linear}
.home .bottom i{display:block;margin-top:20px;font-size:16px}
@media (max-width:767px){.home .bottom{bottom:15px}
.home .bottom .pagination{padding:10px}
.home .bottom i{margin-top:10px}
}
@media (max-width:767px) and (orientation:landscape){.home .bottom{bottom:0}
.home .bottom .line,.home .bottom i{display:none}
}
