@charset "gb2312";
.ss1_wrapper,.ss1_wrapper .slideshow,.ss1_wrapper .slideshow_item{
	position: relative;
	width: 763px;
    height: 420px;
}
/*.ss1_wrapper .slideshow_item {
	width: 900px;
	height: 400px
}
*/
.ss1_wrapper .slideshow_item .data {
	display: none
}

.ss1_wrapper a.slideshow_prev {
	position: absolute;
	left: 0px;
	bottom: 90px;
	z-index: 10;
	width: 40px;
	height: 46px;
	outline: 0;
	background: rgba(0,0,0,.3);
}

.ss1_wrapper a.slideshow_prev:hover {
	background: #000
}

.ss1_wrapper a.slideshow_prev span {
	display: block;
	width: 40px;
	height: 46px;
	background: url(../images/arrows.png) no-repeat -55px 50%;
	text-indent: -9999px
}

.ss1_wrapper a.slideshow_next {
	position: absolute;
	left: 40px;
	bottom: 90px;
	z-index: 10;
	width: 40px;
	height: 46px;
	outline: 0;
	background: rgba(0,0,0,.3);
	/*background: url(../images/trans-black-70.png)*/
}

.ss1_wrapper a.slideshow_next:hover {
	background: #000
}

.ss1_wrapper a.slideshow_next span {
	display: block;
	width: 40px;
	height: 46px;
	background: url(../images/arrows.png) no-repeat -5px 50%;
	text-indent: -9999px
}

.ss1_wrapper .slideshow_paging {
	position: absolute;
	bottom: 10px;
	right: 545px;
	z-index: 11;
	font-size: 12px;
	display: none;
}

.ss1_wrapper .slideshow_paging a {
	display: block;
	float: left;
	margin: 0 0 0 2px;
	padding: 4px 7px;
	color: #ccc
}

.ss1_wrapper .slideshow_paging a:hover {
	color: #fff
}

.ss1_wrapper .slideshow_paging a.activeSlide {
	background: #eee;
	color: #222
}

.ss1_wrapper .slideshow_box {
	position: absolute;
	left: 0px;
	bottom: 0;
	background: rgba(0,0,0,.3);
	height: 90px;
	z-index: 10;
	width: 100%;
}

.ss1_wrapper .slideshow_box .data h4 {
	color: #fff;
	background: #c1684d;
	float: left;
	width: 90px;
	height: 75px;
	text-align: center;
	font-size: 22px;
	padding-top: 15px;
}
.ss1_wrapper .slideshow_box .data p {
	font-size: 32px;
	color: #fff;
	float: left;
	display: block;
	text-align: center;
	padding: 22px 20px;
}

.ss1_wrapper .slideshow_box .data a {
	color: #fff
}