.zy-Slide{
    font-size: 12px;
    position:relative;
    width:1200px;
    height:450px;
    margin:74px auto 0;
}
.zy-Slide ul{
    position:relative;
    width:1200px;
    height:450px;
    margin:0;
    padding:0;
}
.zy-Slide li{
    position:absolute;
    list-style:none;
    background:#000;
    width:0;
    height:0;
    top:146px;
    left:377px;
    z-index:0;
    border-radius:3px;
    margin:0;
    padding:0;
}
.zy-Slide li img{
    width:100%;
    height:100%;
    vertical-align:middle;
}
