@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;
    height: 390px;
    position: relative;
}
/* sildes css begin */

.control {
    width: 1001px;
    height: 390px;
    background: #282828;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.change li {
    width: 1001px;
    overflow: hidden;
    text-align: center
}
/* 图片垂直居中,不是很准确 */

.change li .imgWrap {
    display: table-cell;
    width: 1001px;
    height: 390px;
    vertical-align: middle;
    cursor: pointer;
    *font-size: 500px;
}

.change li img {
    display: table-cell;
    width: 1001px;
    height: 390px;
    vertical-align: middle;
    overflow: hidden
}
/* 描述部分 */

.change li .textDesc {
    width: 100%;
    height: 35px;
    position: absolute;
    left: 0;
    bottom: 4px;
    text-align: left;
    overflow: hidden;
}

.change li .opacity {
    width: 100%;
    height: 50px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #000;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.change li .title {
    color: #e6e6e6;
    font-size: 14px;
    line-height: 29px;
}

.change li .title a {
    color: #e6e6e6;
    padding-left: 35px;
    font-size: 24px;
}
/*.change li .text{color:#b7b7b7;line-height:18px;padding:5px 15px;font-size:12px;}*/
/* 翻页按钮 */

.ssprev,
.ssnext {
    width: 49px;
    height: 49px;
    position: absolute;
    bottom: 185px;
    color: #FFF;
    font-size: 14px;
    z-index: 88;
    font-weight: bold;
    cursor: pointer;
    outline: none;
}

.ssprev span,
.ssnext span {
    display: none;

}
.ssprev {
    left: 0;
    background: url(../images1/arrows_01.png) no-repeat;
    _filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src="../images1/arrows_01.png");
    _background: none
}
.ssnext {
    right: 0;
    background: url(../images1/arrows_02.png) no-repeat;
    _filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src="../images1/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: 184px;
    height: 390px;
    position: absolute;
    right: 0;
    top: 0;
    /*overflow: hidden;*/
}

.thumbWrap .thumbCont {
    height: 401px;
   /* overflow: hidden;*/
    position: relative;
    width: 184px;
}
.thumbWrap ul li {
    width: 184px;
   /* overflow: hidden;*/
    text-align: center;
    padding-bottom: 11px;
    position: relative;
}
.thumbWrap ul li div {
    display: table-cell;
    height: 90px;
    width: 184px;
    vertical-align: top;
    cursor: pointer;
    *font-size: 79px;
}
.thumbWrap ul li img {
    height: 90px;
    width: 184px;
    vertical-align: middle;
    overflow: hidden
}
.thumbWrap ul li.cur:before{
    content: "";
    background: url("../images1/bannerselect.png") no-repeat;
    left: -33px;
    top: 0;
    z-index: 66;
    height: 90px;
    width: 33px;
    position: absolute;
}
/* 缩图按钮 */
.thumbPrev,
.thumbNext {
    width: 100px;
    height: 24px;
    text-align: center;
    position: absolute;
    color: #000;
    z-index: 9;
    outline: none
}
.thumbPrev span,
.thumbNext span {
    display: none;
}
.thumbPrev {
    left: 25px;
    top: 3px;
    /*background: url(../images/sprev.png) no-repeat;*/
    background: #000;
}
.thumbNext {
    left: 25px;
    bottom: 3px;
    /*background: url(../images/snext.png) no-repeat;*/
    background: #000;
}

/*新轮播样式*/
/*
.successlunbo {
    width: 1200px;
    height: 413px;
    position: relative;
}
.control {
    width: 860px;
    height: 413px;
    background: #282828;
    display: block;
    position: absolute;
    top: 0;
    left: 51px;
    overflow: hidden;
}
.change li .imgWrap {
    display: table-cell;
    width: 1001px;
    height: 413px;
    vertical-align: middle;
    cursor: pointer;
    font-size: 500px;
}
.thumbWrap ul li {
    width: 167px;
     overflow: hidden;
    text-align: center;
    padding-bottom: 10px;
    position: relative;
}
.thumbWrap ul li div {
    display: table-cell;
    height: 80px;
    width: 167px;
    vertical-align: top;
    cursor: pointer;
    *font-size: 79px;
}
.thumbWrap ul li img {
    height: 80px;
    width: 167px;
    vertical-align: middle;
    overflow: hidden;
    border-radius: 4px;
}
.thumbWrap .thumbCont {
    height: 355px;
    overflow: hidden;
    position: relative;
    width: 167px;
    margin-top: 34px;
}
.thumbWrap {
    width: 184px;
    height: 413px;
    position: absolute;
    right: 68px;
    top: 0;
    !* overflow: hidden; *!
}
.thumbWrap ul li.cur:before {
    content: "";
    background: #2867CE;
    left: 0;
    top: 0;
    z-index: 66;
    height: 80px;
    width: 10px;
    position: absolute;
    border-radius: 4px 0 0 4px;
}*/
