.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    max-width:1366px;
    margin:0 auto;
    width: 100%;
    height: 550px;
    padding: 0;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    max-height: 100%;
    left: 0;
    top: 0;
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    display: block;
    height: auto;
    float: left;
    position: relative;
    width: 100%;
    z-index: 10;
    border: 0;
}

.rslides a{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    /*max-width: 1260px;*/
    margin: 0 auto;
    z-index: 10;
}

.rslides a div{
    height: auto;
    display: block;
    position: absolute;
    bottom:30px;
    float: left;
    margin: 30px 75px;
    background-color: #000;
    opacity: 0.8;
    padding: 1em;
}

.rslides a div h4{
    position: relative;
    height: 40px;
    float: left;
    font-size: 28px;
    color: white;
    width: 100%;
}

.rslides a div p{
    font-size: 17px;
    color:white;
}