@charset "utf-8";

.cl:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.cl {
    zoom: 1
}

.successlunbo {
    width: 1000px;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 100px;
    background: #ebe1d0;
    border: 2px solid #be9d64;
}
/* sildes css begin */

.control {
    width: 744px;
    height: 510px;
    background: #fff;
    display: block;
    position: absolute;
    top: 0px;
    left: 0;
    overflow: hidden;
}

.succesny{

    padding: 35px;
}
.change li {
    width: 744px;
    overflow: hidden;
    text-align: center;
}


.change li .imgWrap {
    display: table-cell;
    width: 744px;
    height: 511px;
    vertical-align: middle;
    cursor: pointer;
    *
    font-size: 500px;
}

.change li img {
    max-width: 744px;
    max-height: 510px;
    width: expression(this.width > 744 && this.width > this.height ? 510: true);
    height: expression(this.height >744 ? 510: true);
    vertical-align: middle;
    overflow: hidden;
}

.change li .textDesc {
    width: 100%;
    height: 35px;
    position: absolute;
    left: 0;
    bottom: 0px;
    text-align: left;
    overflow: hidden;
    display: block;
    opacity: 0.5;
    background: #dce2ec;
}

.change li .opacity {
    width: 100%;
    height: 40px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #000;
    filter: alpha(opacity=50);
    opacity: 0;
    display: none;
}

.change li .title {
    /* padding: 10px 15px 0; */
    /* color: #262626; */
    /* font-size: 20px; */
    /* line-height: 22px; */
    display: none;
}

.change li .title a {
    color: #e6e6e6;
}
/*.change li .text{color:#b7b7b7;line-height:18px;padding:5px 15px;font-size:12px;}*/
/* fanyeanniu */

.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(../images/arrows_01.png) no-repeat;
    _filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src="../images/arrows_01.png");
    _background: none
}
.ssnext {
    right: 0;
    background: url(../images/arrows_02.png) no-repeat;
    _filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src="../images/arrows_02.png");
    _background: none
}
/* 分页 */
.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: 174px;
    height: 539px;
    position: absolute;
    right: 22px;
    top: 36px;
    /*background: #0d0d0d;*/
    overflow: hidden;
}

.thumbWrap .thumbCont {
    height: 509px;
    margin: auto 0;
    overflow: hidden;
    position: relative;
    width: 210px;
}
.thumbWrap ul li {
    /*height: 92px;*/
    overflow: hidden;
    padding-bottom: 13px;
    /* padding-left: 10px; */
    text-align: center;
    width: 174px;
}
.thumbWrap ul li div {
    display: table-cell;
    width: 174px;
    height: 92px;
    vertical-align: middle;
    cursor: pointer;
    *
    font-size: 79px;
}
.thumbWrap ul li img {
    max-width: 174px;
    max-height: 119px;
    width: expression(this.width > 174 && this.width > this.height ? 119: true);
    height: expression(this.height >300 ? 300: true);
    vertical-align: middle;
    overflow: hidden;
}
.thumbWrap ul li.cur {}
/* suotu */
.thumbPrev,
.thumbNext {
    width: 100px;
    height: 24px;
    text-align: center;
    position: absolute;
    color: #000;
    z-index: 9;
    outline: none
}
.thumbPrev span,
.thumbNext span {
    display: none;
}

.textDesc .title{margin: 0;}
.textDesc .text{color: #262626;font-size: 22px;text-align: center;height: 100%;}


/*.thumbPrev {*/
/*left: 25px;*/
/*top: 15px;*/
/*background: url(../images/sprev.png) no-repeat;*/
/*}*/
/*.thumbNext {*/
/*left: 25px;*/
/*bottom: 10px;*/
/*background: url(../images/snext.png) no-repeat;*/
/*}*/