.zy-Slide {
    font-size: 12px;
    position: relative;
    width: 1020px;
    height: 505px;
    margin: 0 auto 0;
}

.zy-Slide ul {
    position: relative;
    width: 1020px;
    height: 505px;
    margin: 0;
    padding: 0;
}

.zy-Slide li {
    position: absolute;
    list-style: none;
    background: #f1f1f1;
    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;
}

.zy-Slide section {
    position: absolute;
    top: 50%;
    width: 76px;
    height: 76px;
    margin-top: -38px;
    cursor: pointer;
    z-index: 100;
}

.zy-Slide .section1 {
    left: 33px;
    background: url(../image/section1.png) center no-repeat;
}

.zy-Slide .section2 {
    right: 33px;
    background: url(../image/section2.png) center no-repeat;
}