﻿.zy-Slide{
    font-size: 12px;
    position:relative;
    width:1088px;
    height:292px;
    margin:50px auto ;
}
.zy-Slide ul{
    position:relative;
    width:1088px;
    height:292px;
    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;
}
.zy-Slide li img{
    width:100%;
    height:100%;
    vertical-align:middle;
}
.zy-Slide .pro_text{
	width: 100%;
	height: 39px;
	position: absolute;
	bottom: 0px;
    left: 0px;
    line-height: 39px;
	text-align: center;
	color: #2c2c2c;
	background: rgba(187,171,172,0.7);
}

.zy-Slide section:nth-child(1), .zy-Slide section:nth-child(2){ 
	position: absolute; 
	top: 50%; 
	width: 22px; 
	height: 40px; 
	margin-top: -20px; 
	font-size: 30px;
	cursor: pointer; 
	line-height: 35px; 
	padding-right: 22px; 
	border: 0;
	background-color: rgba(0,0,0,0.2);
}
.zy-Slide section:nth-child(1){
    left:-40px;
}
.zy-Slide section:nth-child(2){
    right:-60px;  
}
.zy-Slide section:hover{
	background-color: #3786c0;
	border: 0;
}
