.banner {

    margin: 0 auto;

    cursor: pointer;

    border-radius: 4px;
height: 230px;
}



.slide-container {

    position: relative;

    height: 230px;

    width: 100%;

    overflow: hidden;

}

.slide-container .slide p {
 font-size: 14px;
    width: 270px;
    height: 50px;
    color: #949494;
    z-index: 1;
    line-height: 58px;
    position: absolute;
    margin-top: -25px;
    overflow: hidden;
    text-align: center;
    margin-left: 57px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.slide-container .slide p:hover {
 color: #ff780f;
}
.slide-container .slide {

    float: left;

    height: 230px;

    width: 100%;

    font-size: 100px;

    text-align: center;

}



.unslider {
height: 230px;
    position: relative;

}



.unslider-arrow {

    position: absolute;

    background: transparent no-repeat center;

    text-indent: -9999em;

}



.prev,.next {

    display: none;

    top: 0;

    /*margin-top: -4px;*/

    /*left: 50%;*/

    width: 13px;

    height: 230px;

    padding:0 20px;



    -webkit-border-radius: 2px;

    -moz-border-radius: 2px;

    border-radius: 2px;

}



.prev {

    left:0;

    background-position: 30px center;

    background-image: url("../images/svg/left_arrow.svg");

}



.prev:hover {

    background-image: url("../images/svg/left_arrowhover.svg");

}



.next {

    right:0;

    background-position:10px center;

    background-image: url("../images/svg/right_arrow.svg");

}



.next:hover {

    background-image: url("../images/svg/right_arrowhover.svg");

}



.unslider-nav {

    position: absolute;

    bottom: 15px;

    width: 100%;

}



.unslider-nav > ol {

    *zoom: 1;

    margin: 0 auto;

}



.unslider-nav > ol:before, .unslider-nav > ol:after {

    content: "";

    display: table;

}



.unslider-nav > ol:after {

    clear: both;

}



.unslider-nav li {

    float: left;

    margin: 0 3px;

    width: 10px;

    height: 10px;

    cursor: pointer;

    background-color: #000;

    -webkit-border-radius: 50%;

    -moz-border-radius: 50%;

    border-radius: 50%;

    text-indent: -999em;

}



.unslider-nav .unslider-active {

    background-color: #fc583d;

}
.slider3 {

  margin: 15px;

}
.slider2 {

  margin: 15px;

}

.slider {

  margin: 0px;

}