/*轮播图*/
.banner {
    width: 3000px;
    height: 330px;
    position: absolute;
}

.banner li {
    float: left;
    height: 270px;
    position: relative;
}

.banner li span {
    position: absolute;
    display: block;
    width: 100%;
    line-height: 36px;
    bottom: 0;
    padding: 0 120px 0 10px;
    color: #fff;
    background: rgba(0, 0, 0, .4);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.banner li a {
    display: block;
    width: 390px;
    height: 270px;
    cursor: pointer;
}

.banner li a img {
    width: 100%;
    height: 100%;
}

.photo_frame {
    width: 390px;
    height: 270px;
    position: relative;
    overflow: hidden;
}

.banner_hd {
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    height: 36px;
    padding: 8px;
}

.banner_hd span {
    display: block;
    width: 18px;
    height: 20px;
    float: left;
    margin-right: 5px;
    background: #fff;
    text-align: center;
    cursor: pointer;
}
/*轮播*/
/*-----------------自定义按钮样式，移动端不需要，PC端根据实际情况选择----------------*/
.demo {
    position: relative;
}

.demo a.control {
    position: absolute;
    display: block;
    top: 50%;
    margin-top: -48px;
    width: 35px;
    height: 55px;
    cursor: pointer;
    z-index: 2;
    background: url(../images/buttons.png) no-repeat
}

.demo a.prev {
    left: 0;
    background-position: 0 -31px
}

.demo a.next {
    right: 0;
    background-position: -117px -31px
}

.demo a.prev:hover {
    background-position: 0 -143px
}

.demo a.next:hover {
    background-position: -117px -143px
}

.slider {
    display: none
}
