@charset "utf-8";

.home .focus{ overflow:hidden; position:relative;width:100%; height:100vh; box-sizing:border-box; padding-top:140px;}
.home .focus ul{ overflow:hidden;width: 100%;height:100%;}
.home .focus li{ float:left; width:100%; height:100%; position:absolute;}
.home .focus li + li{z-index:-1;}
.home .focus li img{width:100%;height:auto;}
.home .focus li a{display:block;width:100%;height:100%;}
.home .focus .nav{position: fixed;right:75px;top:50%;width:21px;height: 138px;margin-top: -64px;text-align: center;}
.home .focus .nav i{display:block;width:8px;height:8px;text-align: center;vertical-align: middle;cursor: pointer;background:url(point1.jpg) no-repeat center;margin: 0 auto;margin-bottom: 20px;border-radius: 100%;}
.home .focus .nav i.now{width:16px;height:16px;background: url(pointnow.png) no-repeat center;}
/*.home .focus .nav i.now:after{background: #fff none repeat scroll 0 0;border-radius: 100%;content: "";display: 
/*按钮*/
.home .focus .prev{ position: absolute; left: 9%;top: 50%; width:55px; height:54px; z-index:10; margin-top:50px}
.home .focus .next{ position: absolute; right:9%;top: 50%;width:55px; height:54px; z-index:10; margin-top:50px}

.home .focus .prev a{position: absolute;left:0%;bottom:0px;width: 55px;height: 54px;background: url(prev2.png) no-repeat center;opacity: 1;transition: all 0.3s;-webkit-transition: all 0.3s;}

.home .focus .next a{position: absolute;right:0%;bottom:0px;width: 55px;height: 54px;background: url(next2.png) no-repeat center;opacity: 1;transition: all 0.3s;-webkit-transition: all 0.3s;}

.home .focus .prev:hover a,.home .focus .next:hover a{ opacity:1; }











