@charset "utf-8";
* {
    padding: 0;
    margin: 0;
}

body {
}

img {
    border: none
}

ul,
li {
    list-style: none
}

a {
    color: #333;
    font-size: 14px;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.cl:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.cl {
    zoom: 1
}

.successlunbo {
    width: 1200px;
    margin:0 auto;
  /*  height: 572px;*/
}
/* sildes css begin */

.control {
    width: 900px;
    height: 572px;
    background: #282828;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.change li {
    width: 900px;
    height: 572px;
    overflow: hidden;
    text-align: center
}
.change li a{
    display: block;
    width: 100%;
    height: 100%;
}
    /* 图片垂直居中,不是很准确 */

.change li .imgWrap {
    display: table-cell;
    width: 900px;
    height: 572px;
    vertical-align: middle;
    cursor: pointer;
}

.change li img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    overflow: hidden
}

/* 分页 */
.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: 297px;
    height: 572px;
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
}

.thumbWrap .thumbCont {
    height: 572px;
    overflow: hidden;
    position: relative;
    width: 297px;
}
.thumbWrap ul li {
    overflow: hidden;
    text-align: center;
    width: 297px;
}
.thumbWrap ul li div {
    display: table-cell;
    width: 297px;
    height: 188px;
    vertical-align: middle;
    cursor: pointer;
    *font-size: 79px;
}
.thumbWrap ul li a{
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 0 3px 0;
}
.thumbWrap ul li img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    overflow: hidden
}
.thumbWrap ul li.cur {}
/* 缩图按钮 */
.thumbPrev,
.thumbNext {
    width: 45px;
    height: 26px;
    text-align: center;
    position: absolute;
    color: #000;
    z-index: 9;
    outline: none;
    background: url(../images/website/m5.png) no-repeat;
    background-size: 45px 572px;
}
.thumbPrev span,
.thumbNext span {
    display: none;
}
.thumbPrev {
    left: 126px;
    top:0;
    background-position: left top;
}
.thumbNext {
    left: 126px;
    bottom:3px;
    background-position: left bottom;
}
