
/* slideshow 2 */
.ss3_wrapper {
	position: relative;
	width: 100%;
	height: 468px;
	overflow: hidden;
}

.ss3_wrapper .slideshow {
	position: relative;
	width: 100%;
	height: 468px;
}

.ss3_wrapper .slideshow_item {
	width: 100%!important;
	height: 468px;
	background-color: rgb(255,255,255)!important;
}

.ss3_wrapper .slideshow_item .image {
	width: 100%;
	height: 345px;
}
.ss3_wrapper .slideshow_item .image a img{
	width: 100%;
	height: 100%;
}
.ss3_wrapper .slideshow_item .data {
	display: block;
	background: url('../images/72.png') no-repeat;
	background-size: 100% 100%;
	height: 126px;
	width: 100%;
	position: relative;
}
.ss3_wrapper .slideshow_item .data a{
	    width: 86%;
		top: 50%;
		left: 7%;
	    position: absolute;
		color: #202020;
		transform: translateY(-40%);
}
.ss3_wrapper .slideshow_item .data a:hover{
	color: #0000EE;
}
.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: 28%;
	width: 30%;
	right: 3%;
	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/74.png') no-repeat;
	background-position: 10px;
}

.ss3_wrapper .slideshow_paging a:hover {
	color: #fff;
}

.ss3_wrapper .slideshow_paging a.activeSlide {
	background: url('../images/73.png') no-repeat;
	background-position: 10px;
}

.ss3_wrapper .slideshow_box {
	position: absolute;
	left: 0;
	bottom: 7.91rem;
	background: url('../images/69.png') no-repeat;
	background-image: 100% 100%;
	width: 100%;
	height: 46px;
	line-height:46px;
	z-index: 10;
	padding-left: 15px;
	color: #fff;
	
	font-size: 18px;
}

.ss3_wrapper .slideshow_box .data {
	padding: 15px 20px;
	color: #ccc;
}
.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;
	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: block;
	background: url('../images/72.png') no-repeat;
	background-size: 100% 100%;
	height: 7.5625rem;
	width: 100%;
}
.ss3_wrapper .slideshow_item .data a{
    width: 100%;
    margin-left: 0rem;
    position: absolute;
    bottom: 2.22rem;
    line-height: 2rem;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    background-color: rgb(209,209,209,0.7);
    height: 2rem;
}

.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: 30%;
	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.25rem;
	width: 100%;
	height: 2rem;
	line-height: 1.8rem;
	z-index: 10;
	padding-left: 0;
	text-align: right;
	background: none;
	background-image: 100% 100%;
	background-color: rgb(209,209,209,0.7);
}
.ss3_wrapper .slideshow_box .notTimeTwo{
	text-align: left;
}
.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;
}
.ss3_wrapper .slideshow_item .data a {
		top: 77.2%;
}
}