.zy-Slide{
    font-size: 14px;
    position:relative;
    width:1460px;
    height:650px;
    margin:50px auto 0;
	color:#3d4a6d;
}
.zy-Slide ul{
    position:relative;
    width:1460px;
    height:700px;
    margin:0;
    padding:0;
}
.zy-Slide li{
    position:absolute;
    list-style:none;
    background:#3d4a6d;
    width:0;
    height:0;
    top:300px;
    left:700px;
    z-index:0;
    cursor:pointer;
    border-radius:3px;
    margin:0;
    padding:0;
}

.zy-Slide p{ position:absolute; left:0; bottom:-80; text-align:left; width:100%; font-size:15px; margin-top:20px; padding-left:30px; background:url(../images/gbjt.png) no-repeat left 11px;}
.zy-Slide p span{ display:block; line-height:20px; font-size:13px;}

.zy-Slide li img{
    width:100%;
    height:100%;
    vertical-align:middle;
	border-radius:8px;
}
.zy-Slide section:nth-child(1), .zy-Slide section:nth-child(2){ position: absolute; top: 50%; width:60px; height:60px; margin-top:-30px; cursor: pointer;}
.zy-Slide section:nth-child(1){
    left:-60px;
}
.zy-Slide section:nth-child(2){
    right:-60px;  
}