﻿.zy-Slide{
    font-size: 12px;
    position:relative;
    width:1180px;
    height:210px;
    margin:20px auto 0;
    margin-left: 5px;
}
.zy-Slide ul{
    position:relative;
    width:1200px;
    height:210px;
    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;
    padding:0;
    overflow: hidden;

}
.zy-Slide li img{
    width:100%;
    
    vertical-align:middle;
box-sizing: border-box;
    border: 2px solid #ccc;
}

.zy-Slide li h1{ width:260px; height: 40px; background:rgba(0,0,0,0.3); position: absolute; z-index: 999; bottom:0px; padding-left: 20px; padding-right: 20px; font-size: 16px; color: #fff; line-height: 40px;}

.zy-Slide section:nth-child(1), .zy-Slide section:nth-child(2){ position: absolute; top: 50%; width: 36px; height: 61px; margin-top: -20px; cursor: pointer; line-height: 40px; padding-left: 12px; padding-right: 12px; position: absolute; z-index: 22; }
.zy-Slide section:nth-child(1){
    left:0px;
}
.zy-Slide section:nth-child(2){
    right:0px;  
}