@charset "utf-8";
* {
    padding: 0;
    margin: 0;
}

body {
background:url(../images/fl04_bg.png) no-repeat;
	
}

img {
    border: none
}

ul,
li {
    list-style: none
}

a {color: #333;font-size:18px;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: 1700px;margin:10px auto 45px;}
/* sildes css begin */

.control {
	width: 1700px;
	height: 600px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	float: left;
	margin-top: -60px;
}
.yingyong{ margin:30px 0 0 60px; text-align:center;}
.yingyong1{ font-size: 28px;none;line-height: 36px;color: #fff;text-decoration: none; font-style: normal; text-align:center; font-weight: 500; z-index:10000;}
.yingyong2{ font-family: "Arial"; font-size: 14px;none;line-height: 36px;color: #fff;text-decoration: none; font-style: normal; text-align:center; font-weight: 400; z-index:10000;}
.change li {
    width: 1032px;
    overflow: hidden;
    text-align: center;
}
/* 图片垂直居中,不是很准确 */

.change li .imgWrap {
    display: table-cell;
    width: 1032px;
    height: 600px;
    vertical-align: middle;
    cursor: pointer;
    *font-size: 500px;
}

.change li img {
    max-width: 1032px;
    max-height: 600px;
    width: expression(this.width > 1032 && this.width > this.height ? 600: true);
    height: expression(this.height >1032 ? 600: true);
    vertical-align: middle;
    overflow: hidden
}
/* 描述部分 */

.change li .textDesc {
    width: 100%;
    height: 36px;
    position: absolute;
    left: 0;
    bottom: 110px;
    text-align: center;
    overflow: hidden;
	
	font-family:Arial, Helvetica, sans-serif;
}

.change li .opacity {
    width: 100%;
    height: 36px;
    position: absolute;
    left: 0;
    bottom: 100px;
    background: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
	
}

.change li .title {
    padding: 10px 15px 10px;
    color: #fff;
    font-size: 26px;
    line-height: 26px;
	font-weight:500;
}

.change li .title a {
    color: #e6e6e6;
}
/*.change li .text{color:#b7b7b7;line-height:18px;padding:5px 15px;font-size:12px;}*/
/* 翻页按钮 */

.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: 365px;
    height: 600px;
    position: absolute;
    right: 0;
    top: 0;
    background: #242424;
    overflow: hidden;
}

.thumbWrap .thumbCont {
    height: 516px;
    margin: 45px auto 45px;
    overflow: hidden;
    position: relative;
    width: 334px;
}
.thumbWrap ul li {
    /*height: 92px;*/
    overflow: hidden;
    padding-bottom: 13px;
    padding-left: 10px;
    text-align: center;
    width: 320px;
}
.thumbWrap ul li div {
    display: table-cell;
    width: 320px;
    height: 92px;
    vertical-align: middle;
    cursor: pointer;
    *font-size: 79px;
}
.thumbWrap ul li img {
    max-width: 320px;
    max-height: 92px;
    width: expression(this.width > 320 && this.width > this.height ? 320: true);
    height: expression(this.height >89 ? 89: true);
    vertical-align: middle;
    overflow: hidden
}
.thumbWrap ul li.cur {}
/* 缩图按钮 */
.thumbPrev,
.thumbNext {
    width: 320px;
    height: 24px;
    text-align: center;
    position: absolute;
    color: #000;
    z-index: 9;
    outline: none
}
.thumbPrev span,
.thumbNext span {
    display: none;
}
.thumbPrev {
    left: 25px;
    top: 15px;
    background: url(../images/fl04_top_1.png) no-repeat center;
}
.thumbNext {
    left: 25px;
    bottom: 10px;
    background: url(../images/fl04_bot_1.png) no-repeat center;
}
