.zy-Slide{
    font-size: 12px;
    position:relative;
    width:1200px;
    height:570px;
    margin:170px auto 0;
}
.zy-Slide ul{
    position:relative;
    width: 1200px;
    height: 455px;
    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;
    cursor:pointer;
    border-radius:3px;
    margin:0;
     border: 10px solid #d5d5d5;
   padding:0;
}
.zy-Slide li span {
    display: block;
    position: absolute;
    bottom: 0;
    top: auto;
    left: 0;
    right: 0;
    height: 60px;
    line-height: 60px;
    background: #000;
    opacity: 0.75;
    color: #fff;
    font-size: 20px;
    text-align: center;
}
.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: auto; bottom: 0; width: 48px; height: 48px; cursor: pointer; line-height: 40px; padding-left: 12px; padding-right: 12px; }
.zy-Slide section:nth-child(1){
    left:440px;
}
.zy-Slide section:nth-child(2){
    right:440px;  
}