.zy-Slide{
    font-size: 12px;
    position:relative;
    width:754px;
    height:292px;
    margin:80px auto;
}
.zy-Slide ul{
    position:relative;
    width:754px;
    height:292px;
    margin:0;
    padding:0;
}
.zy-Slide li{
    position:absolute;
    border:2px solid #dddddd;
    list-style:none;
    background:#000;
    width:0;
    height:0;
    top:146px;
    left:377px;
    z-index:0;
    cursor:pointer;
    border-radius:3px;
    margin:0;
    padding:0;
}
.zy-Slide li img{
    width:100%;
    height:100%;
    vertical-align:middle;
}
.zy-Slide section:nth-child(1), .zy-Slide section:nth-child(2){
    position: absolute;
    top: 50%;
    width: 42px;
    height: 57px;
    margin-top: -32px;
    cursor: pointer;
    line-height: 80px;
}
.zy-Slide section:nth-child(1){
    left:-60px;
    background: url(../../img/banner-left.png)no-repeat -8px -4px;
}
.zy-Slide section:nth-child(2){
    right:-60px;  
    background: url(../../img/banner-arrow.png) no-repeat -8px -4px;
}
/*.zy-Slide>ul>li img:hover{
	transform: scale(3);
}
*/