.zy-Slide{
    font-size: 12px;
    position:relative;
    width:100%;
    height:500px;
    margin:80px auto 0;
}
.zy-Slide ul{
    position:relative;
    width:100%;
    height:500px;
    margin:0;
    padding:0;
}
.zy-Slide li{
    position:absolute;
    list-style:none;
    /*background:#fff;*/
    /*border: solid 1px #ececec;*/
    width:0;
    height:0;
    top:146px;
    left:377px;
    z-index:0;
    cursor:pointer;
    border-radius:3px;
    margin:0;
    padding:0;
    overflow: hidden;
    text-align: center;
    /*box-shadow: 0px 2px 5px #f6dce5;*/
}
.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: 40%; width: 39px; height: 40px; cursor: pointer; line-height: 40px; padding-left: 12px; padding-right: 12px;
}
.zy-Slide section:nth-child(1){
    width: 40px;
    height: 90px;
    background-color: #e6e7e8;
    cursor: pointer;
    left: -30px;
}
.zy-Slide section:nth-child(1):hover{
    background-color: #6c6f70;
    opacity: 0.8;
}
.zy-Slide section:nth-child(2){
    right:-30px;
    width: 40px;
    height: 90px;
    background-color: #e6e7e8;
    cursor: pointer;
}
.zy-Slide section:nth-child(2):hover{
    background-color: #6c6f70;
    opacity: 0.8;
}