.productBanner{
	margin-top:20px;
	height:326px;
	position:relative;
}
.productBanner .swiper-slide{
	width: 240px;
	position:relative;
}

.productBanner .swiper-button-prev,.productBanner .swiper-button-next{
	position:absolute;
	z-index:999;
	top:50%;
	left:10px;
	margin-top:-30px;
	width: 60px;
    height: 60px;
	background:url(../images/swiper-btn.png);
	cursor:pointer;
	display:none;
}
.productBanner .swiper-button-next{
	background-position:0 -60px;
	left:auto;
	right:10px;}
.productBanner:hover .swiper-button-prev,.productBanner:hover .swiper-button-next{
	display:block;
}

.productBanner .swiper-slide  {text-align: center}
.productBanner .swiper-slide img{width: 214px;height: 280px;}
.productBanner .swiper-slide p{margin-top:15px;font-weight: bold;font-size: 16px}
