.ss3_wrapper {
	position: relative;
	width: 100%;
	height: 380px;
	overflow: hidden;
}

.ss3_wrapper .slideshow {
	position: relative;
	width: 100%;
	height: 380px;
}

.ss3_wrapper .slideshow_item {
	width: 100%!important;
	height: 380px;
}

.ss3_wrapper .slideshow_item .image {
	width: 100%;
	height: 380px;
}
.ss3_wrapper .slideshow_item .image a img{
	width: 100%;
	height: 100%;
}
.ss3_wrapper .slideshow_item .data {
	display: none;
}
.ss3_wrapper a.slideshow_prev {
	position: absolute;
	left: -40px;
	top: 160px;
	z-index: 10;
	width: 40px;
	height: 46px;
	outline: none;
	background: url(trans-black-70.png);
}
.ss3_wrapper a.slideshow_prev:hover {
	background: #000;
}

.ss3_wrapper a.slideshow_prev span {
	display: block;
	width: 40px;
	height: 46px;
	background: url(arrows.png) no-repeat -55px 50%;
	text-indent: -9999px;
}

.ss3_wrapper a.slideshow_next {
	position: absolute;
	right: -40px;
	top: 160px;
	z-index: 10;
	width: 40px;
	height: 46px;
	outline: none;
	background: url(trans-black-70.png);
}

.ss3_wrapper a.slideshow_next:hover {
	background: #000;
}

.ss3_wrapper a.slideshow_next span {
	display: block;
	width: 40px;
	height: 46px;
	background: url(arrows.png) no-repeat -5px 50%;
	text-indent: -9999px;
}

.ss3_wrapper .slideshow_paging {
	position: absolute;
	bottom: 2%;
	width: 25%;
	right: 0;
	z-index: 11;
	font-size: 12px;
	border-radius: 50px;
	overflow: hidden;
}

.ss3_wrapper .slideshow_paging a {
	display: block;
	float: left;
	padding: 3px 0px;
	width: 30px;
	height: 30px;
	background: url('../images/5.png') no-repeat;
	background-position: 10px;
}

.ss3_wrapper .slideshow_paging a:hover {
	color: #fff;
}

.ss3_wrapper .slideshow_paging a.activeSlide {
	background: url('../images/4.png') no-repeat;
	background-position: 10px;
	/* margin-top: -5px; */
}

.ss3_wrapper .slideshow_box {
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: rgba(29,29,37,0.5);
	width: 100%;
	height: 55px;
	line-height: 25px;
	z-index: 10;
	font-size: 18px;
}

.ss3_wrapper .slideshow_box .data {
	padding: 15px 20px;
	color: #ccc;

width:70%;
word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ss3_wrapper .slideshow_box .data img{
	margin-bottom: -4px;
	margin-right: 10px;
}
.ss3_wrapper .slideshow_box .data h4 {
	color: #fff;
	font: bold 20px arial, sans-serif;
	padding: 0;
	margin: 0 0 10px 0;
}

.ss3_wrapper .slideshow_box .data p {
	padding: 0;
	margin: 0;
	line-height: 140%;
}

.ss3_wrapper .slideshow_box .data a {
	color: #fff;
font-size:15px;
	text-decoration: none;
}




/* 手机端样式 */
@media screen and (max-width:750px) {
/* slideshow 2 */
.ss3_wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.ss3_wrapper .slideshow {
	position: relative;
	width: 100%;
	height: 100%;
}

.ss3_wrapper .slideshow_item {
	width: 100%!important;
	height: 100%!important;
}

.ss3_wrapper .slideshow_item .image {
	width: 100%;
	height: 100%;
}
.ss3_wrapper .slideshow_item .image a img{
	width: 100%;
	height: 100%;
}
.ss3_wrapper .slideshow_item .data {
	display: none;
}

.ss3_wrapper a.slideshow_prev {
	position: absolute;
	left: -2.5rem;
	top: 10rem;
	z-index: 10;
	width: 2.5rem;
	height: 2.875rem;
	outline: none;
	background: url(trans-black-70.png);
}

.ss3_wrapper a.slideshow_prev:hover {
	background: #000;
}

.ss3_wrapper a.slideshow_prev span {
	display: block;
	width: 2.5rem;
	height: 2.875rem;
	background: url(arrows.png) no-repeat -55px 50%;
	text-indent: -9999px;
}

.ss3_wrapper a.slideshow_next {
	position: absolute;
	right: -2.5rem;
	top: 10rem;
	z-index: 10;
	width: 2.5rem;
	height: 2.875rem;
	outline: none;
	background: url(trans-black-70.png);
}

.ss3_wrapper a.slideshow_next:hover {
	background: #000;
}

.ss3_wrapper a.slideshow_next span {
	display: block;
	width: 2.5rem;
	height: 2.875rem;
	background: url(arrows.png) no-repeat -0.3125rem 50%;
	text-indent: -9999;
}

.ss3_wrapper .slideshow_paging {
	position: absolute;
	bottom: 2%;
	width: 27%;
	right: 0;
	z-index: 11;
	font-size: 0.75rem;
	border-radius: 3.125rem;
	overflow: hidden;
	padding: 0rem 0.625rem 0rem 0.3125rem;
}

.ss3_wrapper .slideshow_paging a {
	display: block;
	float: left;
	padding: 0.1875rem 0rem;
	width: 1.2rem;
	height: 1rem;
	background: url('../images/5.png') no-repeat;
	background-size: 40% 34%;
	background-position: 0.625rem;
}

.ss3_wrapper .slideshow_paging a:hover {
	color: #fff;
}

.ss3_wrapper .slideshow_paging a.activeSlide {
	background: url('../images/4.png') no-repeat;
	background-position: 0.625rem;
	background-size: 40% 34%;
}

.ss3_wrapper .slideshow_box {
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: rgba(29,29,37,0.5);
	width: 100%;
	height: 2rem;
	line-height: 1.8rem;
	z-index: 10;
}

.ss3_wrapper .slideshow_box .data {
	color: #ccc;
	font-size: 0.6rem;
	padding: 0rem;
	padding-left: 0.5rem;
}
.ss3_wrapper .slideshow_box .data img{
	margin-bottom: -5px;
	margin-right: 10px;
}
.ss3_wrapper .slideshow_box .data h4 {
	color: #fff;
	font: bold 1.25rem arial, sans-serif;
	padding: 0;
	margin: 0 0 0.625rem 0;
}

.ss3_wrapper .slideshow_box .data p {
	padding: 0;
	margin: 0;
	line-height: 140%;
}

.ss3_wrapper .slideshow_box .data a {
	color: #fff;
}
.ss3_wrapper .slideshow{
		width: 100%;
		height: 300px;
}
}