@charset "utf-8";
* {
    padding: 0;
    margin: 0;
}

img {
    border: none
}

ul,
li {
    list-style: none
}


.cl:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.cl {
    zoom: 1
}

.successlunbo {
    width: 1200px;
    margin-right:;
    float: right; 
}
/* sildes css begin */

.control {
    width: 962px;
    height: 600px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.change li {
    overflow: hidden;
    text-align: center
}
/* 图片垂直居中,不是很准确 */

.change li .imgWrap {
    display: table-cell;
    width: 962px;
    height: 600px;
    vertical-align: middle;
    cursor: pointer;
    *font-size: 500px;
}

.change li img {
    max-width: 962px;
    max-height: 600px;
    width: expression(this.width > 962 && this.width > this.height ? 600: true);
    height: expression(this.height >962 ? 600: true);
    vertical-align: middle;
    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 0;
    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;}*/
/* 翻页按钮 */

/* 分页 */
.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 {
    height: 600px;
    position: absolute;
    left: 960px;
    top: 0;
    overflow: hidden;
}

.thumbWrap .thumbCont {
    height: 600px;
    overflow: hidden;
    position: relative;
    width: 228px;
}
.thumbWrap ul li {
    /*height: 92px;*/
    overflow: hidden;
    padding-bottom: 8px;
    padding-left: 10px;
    text-align: center;
    width: 228px;
}
.thumbWrap ul li div {
    display: table-cell;
    width: 228px;
    height: 146px;
    vertical-align: middle;
    cursor: pointer;
    *font-size: 79px;
}
.thumbWrap ul li img {
    max-width: 228px;
    max-height: 146px;
    width: expression(this.width > 228&& this.width > this.height ? 228: true);
    height: expression(this.height >146 ? 146: true);
    vertical-align: middle;
    overflow: hidden
}