@charset "UTF-8";
/* CSS Document */
#slide-banner { 
	position: relative; overflow: hidden;
	width: 100%; min-width: 510px; height: 150px;
	/*background: #3784AD;*/
	border-radius: 2px;
} #slide-banner ul, #slide-banner li {
	position: relative;
	width: 100%; min-width: 510px; height: 150px;
	margin: 0;
	padding: 0;
	list-style: none; border: none;
} #slide-banner li {
	position: absolute; display: none;
	text-align: center;
	/*background: #3784AD;*/
	border-radius: 2px;
} #slide-banner img { 
	position: absolute;
	width: 960px; height: 150px;
	border: none;
}

@media ( max-width: 1024px ) {
	#slide-banner img {
		border-radius: 2px;
	}
}