@charset "gb2312";

.zy-slide{
	/* 两个 section (前一张、后一张) 要做相对定位 */
	position: relative;
	width: 100%;
	height: 378px;
	margin: 0 auto ;
	padding-top: 286px;
	/*background-color: red;*/
	/* 799 - 754 = 45 */
}
.zy-slide .zy-prev,.zy-slide .zy-next{
	position: absolute;
	bottom:-130px;
	width: 42px;
	height: 66px;
	margin-top: 0;
	line-height: 80px;
	text-align: center;
	font-size: 13px;
	cursor: pointer;
}

.zy-slide .zy-prev{
	left: 33.5%;
	
}
.zy-slide .zy-next{
	right: 33.5%;
	
}
.zy-slide ul{
	position: relative;
	width: 100%;
	height: 378px;
	
}
.zy-slide li{
	position: absolute;
	width: 0;
	height: 0;
	list-style: none;
	background-color: black;
	border-radius: 5px;
}
.zy-slide li img{
	width: 100%;
	height: 100%;
}
