.zy-slide{
	/* 两个 section (前一张、后一张) 要做相对定位 */
	position: relative;
	width: 100%;
	height: 568px;
	margin: 10% auto 0;
	/*background-color: red;*/
	/* 799 - 754 = 45 */
}
.zy-slide .zy-prev,.zy-slide .zy-next{
	position: absolute;
	top: 38%;
	width: 107px;
	height: 107px;
	line-height: 80px;
	text-align: center;
	cursor: pointer;
	z-index:999 !important;
}

.zy-slide .zy-prev{
	left: 0; background:url(../images/pleft.png) no-repeat;background-size:100% 100%;
}
.zy-slide .zy-next{
	right: 0; background:url(../images/pright.png) no-repeat;background-size:100% 100%;
}
.zy-slide ul{
	position: relative;
	width: 100%;
	height: 568px;
	
}
.zy-slide li{
	position: absolute;
	width:auto;
	height: 0;
	list-style: none;
}
.zy-slide li img{
	width: 100%;
	height: 100%; object-fit:cover; border:solid 4px #fff; border-radius:10px; overflow:hidden; background:#fff; float:left; box-sizing:border-box !important
}
.zy-slide li .wz{ font-size:20px; line-height:52px; color:#fff}

@media screen and (max-width: 1680px)
{
.zy-slide .zy-prev,.zy-slide .zy-next{ width:94px; height:94px}
}
@media screen and (max-width: 1440px)
{
.zy-slide ul{ height:auto}
.zy-slide li .wz{ font-size:18px}
.zy-slide .zy-prev,.zy-slide .zy-next{ width:81px; height:81px}
}
@media screen and (max-width: 1280px)
{
.zy-slide li .wz{ font-size:16px}
.zy-slide .zy-prev,.zy-slide .zy-next{ width:73px; height:73px}
}
@media screen and (max-width: 1200px)
{
.zy-slide{ height:380px; margin:12% auto 0}
.zy-slide li .wz{ font-size:15px}
.zy-slide .zy-prev,.zy-slide .zy-next{ width:70px; height:70px}
.zy-slide .zy-prev, .zy-slide .zy-next{ top:40%}
}

@media screen and (max-width: 1024px)
{
.zy-slide{ margin:25% auto 0}
.zy-slide .zy-prev,.zy-slide .zy-next{ width:58px; height:58px}
}
@media screen and (max-width: 768px)
{
.zy-slide .zy-prev,.zy-slide .zy-next{ width:44px; height:44px}
.zy-slide li .wz{ font-size:14px}
}

@media screen and (max-width: 520px)
{
.zy-slide{ margin:40% auto 0}
.zy-slide .zy-prev, .zy-slide .zy-next{ top:25%}
.zy-slide li .wz{ display:none}
}
















