@charset "utf-8";

.successlunbo {
    width: 670px;
    position: absolute;
}

/* sildes css begin */

.control {
    width: 560px;
    height: 300px;
    background: #f7f7f7;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.change li {
    width: 560px;
    overflow: hidden;
    text-align: center
}

/* 图片垂直居中,不是很准确 */


.change li img {
    display: inline-block;
    height: auto;
    max-width: 100%;
}

/* 描述部分 */

.change li .textDesc {
    width: 100%;
    height: 40px;
    position: absolute;
    left: 0;
    bottom: 4px;
    text-align: left;
    overflow: hidden;
}

.change li .opacity {
    width: 100%;
    height: 40px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.change li .title {
    padding: 10px 15px;
    color: #e6e6e6;
    font-size: 14px;
    line-height: 22px;
}

.change li .title a {
    color: #e6e6e6;
}

/*.change li .text{color:#b7b7b7;line-height:18px;padding:5px 15px;font-size:12px;}*/
/* 翻页按钮 */

.ssprev,
.ssnext {
    width: 49px;
    height: 49px;
    position: absolute;
    bottom: 300px;
    color: #FFF;
    font-size: 14px;
    z-index: 9;
    font-weight: bold;
    cursor: pointer;
    outline: none
}

.ssprev span,
.ssnext span {
    display: none;
}

.ssprev {
    left: 0;
    background: url(arrows_01.png) no-repeat;
}

.ssnext {
    right: 0;
    background: url(arrows_02.png) no-repeat;
}

/* 分页 */
.pageClass {
    text-align: center;
    z-index: 9;
    position: absolute;
    top: 50px;
    padding-top: 10px;
}

.pageClass a {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 3px;
    overflow: hidden;
    border: 1px solid #bebebe;
    background: #bebebe;
    border-radius: 5px;
    outline: none
}

.pageClass a span {
    display: none
}

.pageClass a:hover,
.pageClass a.cur {
    border: 1px solid #be230a;
    background: #be230a
}

/* 缩图部分 */

.thumbWrap {
    width: 100px;
    height: 300px;
    position: absolute;
    right: 0;
    top: 0;
    background: #f7f7f7;
    overflow: hidden;
}

.thumbWrap .thumbCont {
    height: 260px;
    margin: 24px auto;
    overflow: hidden;
    position: relative;
    width: 100px;
}

.thumbWrap ul li {
    overflow: hidden;
    margin-bottom: 4px;
    width: 110px;
}

.thumbWrap ul li div {
    width: 100px;
    height: 54px;
    cursor: pointer;
    text-align: center;


}

.thumbWrap ul li img {
    width: 96px;
    height: 50px;
    padding-top: 2px;
}

.thumbWrap ul li.cur {
    background-color: #015ab8;
}

/* 缩图按钮 */
.thumbPrev,
.thumbNext {
    width: 100px;
    height: 20px;
    text-align: center;
    position: absolute;
    color: #000;
    z-index: 9;
    outline: none
}

.thumbPrev span,
.thumbNext span {
    display: none;
}

.thumbPrev {
    left: 0px;
    top: 0px;
    background: url(sprev.png) no-repeat;
}

.thumbNext {
    left: 0px;
    bottom: 0px;
    background: url(snext.png) no-repeat;
}