@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 15px; }
/* sildes css begin */

.control { width:1000px; height:700px; /*background: #282828;*/ display: block; position: absolute; top: 0; left: 0; overflow: hidden; }
.change li { width:1000px; overflow: hidden; text-align: center }
/* 图片垂直居中,不是很准确 */

.change li .imgWrap { display: table-cell; width: 1000px; height: 600px; vertical-align: middle; cursor: pointer;  *font-size: 500px;
}
.change li img { max-width:1000px; max-height:600px;  width: expression(this.width > 1000 && this.width > this.height ? 600: true);
 height: expression(this.height >1000 ? 600: true);
vertical-align: middle !important; overflow: hidden }
/*.change li img:hover{ border:2px solid #01686f;}*/
/* 描述部分 */

.change li .textDesc { width: 100%; height: 35px; 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=10); opacity: 0.1; }
.change li .title { padding: 10px 15px 0; /*color: #e6e6e6;*/color: #333; font-size: 14px; line-height: 22px; }
.change li .title a { color: #333; }
/*.change li .text{color:#b7b7b7;line-height:18px;padding:5px 15px;font-size:12px;}*/
/* 翻页按钮 */

.ssprev, .ssnext { width: 49px; height: 49px; position: absolute; bottom: 380px; 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; bottom:0; left:0;}
.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:90px; position: absolute; bottom:0; left:0; /* background: #0d0d0d;*/ overflow: hidden;  width:1000px; }
.thumbWrap .thumbCont { height: 90px; overflow: hidden; position: relative;  width:950px; float:left; margin-left:20px;}
.thumbWrap ul li { /*height: 92px;*/overflow: hidden;/* padding-left:10px;*/ text-align: center; width: 126px; float:left; margin-left:6px;  border:2px solid #01686f;}
.thumbWrap ul li div { display: table-cell; width: 126px; height:84px;  float:left; vertical-align: middle; cursor: pointer;  /**font-size: 79px;*/
}
.thumbWrap ul li img { max-width: 126px; max-height:84px;    width: expression(this.width > 126 && this.width > this.height ? 126: true);
 height: expression(this.height >89 ? 89: true);
vertical-align: middle; overflow: hidden;}
.thumbWrap ul li.cur { border:2px solid #e5ae30;}
/* 缩图按钮 */
.thumbPrev, .thumbNext { width:20px; height:100px; text-align: center; position: absolute; color: #000; z-index: 9; outline: none }
.thumbPrev span, .thumbNext span { display: none; }
.thumbPrev { left:0px;bottom:0; background: url(../images/sprev.jpg)  no-repeat; }
.thumbNext { right:0px;  bottom:0; background: url(../images/snext.jpg) no-repeat; }
