

#wrap{
    position: relative;
    overflow: hidden;
    /*top:0; left:0; right:0; bottom:0;*/
    margin:auto;
    width: 100%;
    height: 330px;
}
#wrap > ul{
    width: 120%;
    list-style: none;
}
#wrap > ul > li{
    float: left;
    width: 100px;
    height: 330px;
    cursor: pointer;
}
#wrap > ul > li{
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

#wrap > ul > li > .text{
    width: 100px;
    height: 100%;
    background: #000;
    opacity: .5;
    position: relative;
}
#wrap > ul > li > .text p{
    position: absolute;
    padding: 20px 40px;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);

}
.text img{
    width: 100%;
    height: 100%;
}
.curr>.text{
    display: none;
}
#wrap > ul > li >.wrp{
    width: 100%;
    position: absolute;
    left: 0;
    bottom:0;
    background: rgba(80,75,75,0.9);
    color: #ffffff;
    font-size: 14px;
    line-height: 50px;
    display: none;
    text-align: center;
}
.curr>.wrp{
    display: block!important;
}
.wrp a{
    display: block;
    width: 90%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 50px;
    text-align: center;
    color: #ffffff;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

/*2*/
#wrap1 > ul > li >.wrp{
    width: 100%;
    position: absolute;
    left: 0;
    bottom:0;
    background: rgba(80,75,75,0.9);
    color: #ffffff;
    font-size: 14px;
    line-height: 50px;
    display: none;
    text-align: center;
}
.curr>.wrp{
    display: block!important;
}
#wrap1{
    position: relative;
    overflow: hidden;
    /*top:0; left:0; right:0; bottom:0;*/
    margin:auto;
    width: 100%;
    height: 330px;
}
#wrap1 > ul{
    width: 120%;
    list-style: none;
}
#wrap1 > ul > li{
    float: left;
    width: 100px;
    height: 330px;
    cursor: pointer;
}
#wrap1 > ul > li{
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

#wrap1 > ul > li > .text{
    width: 100px;
    height: 100%;
    background: #000;
    opacity: .5;
    position: relative;
}
#wrap1 > ul > li > .text p{
    padding: 20px 40px;
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);

}
.text img{
    width: 100%;
    height: 100%;
}