﻿/*首页banner图*/
.index-top{height: 70%;}
.swiper-container{ width:60%; overflow:hidden;height: 100%;position: relative;float: left;}
.banner{ width:500%; height:100%; font-size:0;}
.banner a{display: inline-block;height: 100%}
.swiper-slide img{width:100%;height:100%}
.bullet{ cursor:pointer;position:absolute; bottom:5px; z-index:10;left: 10%;transform:translate(-10%);}
.bullet span{ width:10px; height:10px; display:inline-block; 
	border-radius:5px; background-color:#ccc; margin:0 5px;}
.bullet span.swiper-pagination-bullet-active{ background:#fff;}
.bullet span:hover{background-color:#73a568;transform:scale(1.2)}
.swiper-button-prev{background: url(../img/icon-prev.png) no-repeat;width: 40px ;
	height: 70px;position: absolute;z-index: 55555555;top: 50%;left: 10px}
.swiper-button-next{background: url(../img/icon-next.png) no-repeat;width: 40px ;
	height: 70px;position: absolute;z-index: 55555555;top: 50%;right: 10px;
}
.swiper-button-prev,.swiper-button-next{transform: translateY(50%);
	-moz-transform: translateY(50%);-webkit-transform: translateY(50%);}