@charset "utf-8";
.cl:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.cl {
    zoom: 1
}

/* sildes css begin */

.succesny{position: relative;width: 473px;height:247px;margin: 0 auto;}


.callbacks_container {
  }
.succesny a{color:#111;}
.succesny a:hover{color:#111;}
.succesny .focusMore{position: absolute;top: auto;right: 3px;bottom:9px;left: auto;z-index:99;font-size: 12px;}

.succesny .control {
    width: 473px;
    height: 247px;
    background: #282828;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.succesny .change li {
    width: 375px;
	height: 256px;
    overflow: hidden;
    text-align: center
}
/* 图片垂直居中,不是很准确 */

.succesny .change li .imgWrap {
    display: table-cell;
    width: 375px;
    height: 256px;
    vertical-align: middle;
    cursor: pointer;
    *font-size: 200px;
}

.succesny .change li img {
    width: 375px;
    height: 256px;
    width: expression(this.width > 333 && this.width > this.height ? 286: true);
    height: expression(this.height >333 ? 286: true);
    vertical-align: middle;
    overflow: hidden
}
/* 描述部分 */

.succesny .change li .textDesc {
	display: none;
    width: 60%;
    height: 25px;
	line-height: 25px;
    position: absolute;
    left: 12px;
    bottom: 4px;
    text-align: left;
	overflow: hidden;
}

.succesny .change li .opacity {
	display: none;
    width: 100%;
    height: 30px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fff;
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.succesny .change li .title {
    padding: 1px 0 0 0;
    color: #e6e6e6;
    font-size: 14px;
    line-height: 30px;
}

.succesny .change li .title a {
    color: #e6e6e6;
}
.change li .text{width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;}
/*.change li .text{color:#b7b7b7;line-height:18px;padding:5px 15px;font-size:12px;}*/
/* 翻页按钮 */

.succesny .ssprev,
.succesny .ssnext {
    width: 12px;
    height: 21px;
    position: absolute;
    top: 50%;
	margin-top:-10px;
    color: #FFF;
    font-size: 14px;
    z-index: 9;
    font-weight: bold;
    cursor: pointer;
    outline: none
}

.succesny .ssprev span,
.succesny .ssnext span {
    display: none;
}
.succesny .ssprev {
    left: 0;
    background: url(themes.png) no-repeat;
    _filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src="themes.png");
    _background: none
}
.succesny .ssnext {
    right: 0;
    background: url(themes.png) right 0 no-repeat;
    _filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src="themes.png");
    _background: none
}
/* 分页 */
.succesny .pageClass {
    text-align: center;
    z-index: 9;
    position: absolute;
    top: 50px;
    padding-top: 10px;
}
.succesny .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
}
.succesny .pageClass a span {
    display: none
}
.succesny .pageClass a:hover,
.succesny .pageClass a.cur {
    border: 1px solid #be230a;
    background: #be230a
}
/* 缩图部分 */

.succesny .thumbWrap {
	display: none !important;
    width: 150px;
    height: 18px;
    position: absolute;
	top: auto;
    left:auto;
	right: 0;
    bottom:6px;
	z-index: 9;
    overflow: hidden;
}

.succesny .thumbWrap .thumbCont {
    height:18px;
    margin: 0 auto 0;
    overflow: hidden;
    position: relative;
    width: 150px;
}
.succesny .thumbWrap ul{position: absolute;left: auto;right: 0; margin-right:20px;white-space: nowrap;}
.succesny .thumbWrap ul li {
    /*height: 92px;*/
	float: left;
    overflow: hidden;
    padding: 0;
    text-align: center;
    width: 11px;
    height: 16px;
	margin: 0 3px 0 0;
	cursor: pointer;border:1px solid #ccc;border-radius: 3px;
}
.succesny .thumbWrap ul li i {
    display:block;
    width: 11px;
    height: 16px;
    cursor: pointer;
    font-size: 12px;
	font-style: normal;}
.succesny .thumbWrap ul li img {
	display: none;
}
.succesny .thumbWrap ul li .caption{display: none;}
.succesny .thumbWrap ul li.cur {opacity: 1;background: #ffa200;color:#fff;}
/* 缩图按钮 */
.thumbPrev,
.thumbNext {
    width: 15px;
    height: 21px;
    text-align: center;
    position: absolute;
    color: #000;
    z-index: 9;
    top: 15px;
    outline: none
}
.thumbPrev span,
.thumbNext span {
    display: none;
}
.thumbPrev {
    left: 5px;
    background: url(themes-s.png) 0 0 no-repeat;
}
.thumbNext {
    right: 5px;
    background: url(themes-s.png) right 0 no-repeat;
}


.tbsldr{position: absolute;top:0;left: 0;width:100%;height:auto; }
.tbsldr .succesny{width: 100%;height: auto;}
.tbsldr .succesny .control {
    width: 100%;
    height:709px;
}
.tbsldr .succesny .change li {
    width: auto;
	height: auto;
}
.tbsldr .succesny .change li .imgWrap {
    width:  100%;
    height: auto;
}
.tbsldr .succesny .change li img {
    width: 100%;
    height: auto;
}

.tbsldr .succesny .focusMore{bottom:6px;}

.tbsldr .succesny .change li .textDesc {
	width: 100%;
    text-align: center;
}

.tbsldr .succesny .thumbWrap ul{margin-right:4px;}

@media only screen and (max-width:800px) {
	
.succesny{width: 100vw;height: calc(100vw * 0.68);}
.succesny .control {
    width: 100vw;
    height:calc(100vw * 0.68);
}
.succesny .change li {
    width: 100vw;
	height: calc(100vw * 0.68);
}
.succesny .change li .imgWrap {
    width:  100vw;
    height: calc(100vw * 0.68);
}
.succesny .change li img {
    width: 100vw;
    height: calc(100vw * 0.68);
}
.succesny .thumbWrap {
    width: 100vw;bottom:0;
}
.succesny .thumbWrap .thumbCont {
    width: 100vw;
}
.succesny .focusMore{bottom:2px;}
.succesny .thumbWrap ul li {width: 12px;border-radius: 2px;height: 16px;line-height:14px;margin: 0 1px 0 0;box-sizing: border-box;}
.succesny .thumbWrap ul li i {
    width: 10px;
    height: 14px;
	line-height: 14px;
    font-size: 12px;
}
.succesny .change li .textDesc {
    height: 18px;
	line-height: 18px;
    left: 6px;
    bottom: 2px;
	font-size: 14px;
}
.succesny .change li .opacity {
    height: 20px;
}
.tbsldr .succesny .change li .textDesc {text-align: left;}
}