.zy-Slide{
    font-size: 12px;
    position:relative;
    width:100%;
    height:465px;
    margin:115px auto 0;
    margin-top:56px;
}
.zy-Slide ul{
    position:relative;
    width: 100%;
    height: 465px;
    margin:0;
    padding:0;
}
.zy-Slide li{
    background: #ffffff;
    position:absolute;
    list-style:none;
    width:0;
    height:0;
    top:0;
    left:78px;
    z-index:0;
    cursor:pointer;
    border-radius:6px;
    margin:0;
    padding:0;
    box-shadow: 0 0 15px 7px rgba(0,0,0,.1);
}
.zy-Slide li img{
    width:100%;
    height:100%;
    float: left;
    border-radius:6px 0 0 6px;
    vertical-align:middle;
    border-radius: 6px;
}
.zy-Slide li .text {
    width: 50%;
    height: 100%;
    
    /* background: #ffffff; */
    padding:60px 30px 0 30px;
    float: right;
    box-sizing: border-box;
    text-align: left;
}
.zy-Slide li .text .tit {
    font-size: 24px;
    line-height: 40px;
    color: #FF930F;
    padding-bottom: 30px;
}
.zy-Slide li .text p {
    font-size: 18px;
    color: #29190A;
    line-height: 30px;
}
.zy-Slide section:nth-child(1), .zy-Slide section:nth-child(2){ position: absolute; top: 50%;  width: 47px; height: 88px; margin-top: -20px; cursor: pointer; line-height: 40px;}
.zy-Slide section:nth-child(1){
    left:-80px;
    background: url('../image/turn_l.png')no-repeat center center;
    background-color: #d0d0d0;
    opacity: 0.5;
}
.zy-Slide section:nth-child(2){
    right:-80px;  
    background: url('../image/turn_r.png')no-repeat center center;
    background-color: #d0d0d0;
    opacity: 0.5;
}