* {
	margin: 0;
	padding: 0;
	list-style: none;
}
body {
	background: #fff;
	font-family: 微软雅黑;
	width: 100%;
}
img {
	border: 0;
}
a {
	text-decoration: none;
	color: #333;
}
a:hover {
	color: #112dff;
}
.lsp-banner-Slide {
	min-width: 1000px;
	position: relative;
	height: 475px;
	overflow: hidden;
}
.lsp-banner-bd {
	position: relative;
	z-index: 0;
	height: 475px;
}
.lsp-banner-bd ul {
	width: 100% !important;
}
.lsp-banner-bd li {
	width: 100% !important;
	height: 475px;
	overflow: hidden;
	text-align: center;
}
.lsp-banner-bd li a {
	display: block;
}
.lsp-banner-bd li a img {
	width: 100%;
	height: 475px;
}
.lsp-banner-bottom {
	width: 100%;
	height: 80px;
	bottom: 0px;
	position: absolute;
	z-index: 1;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.6);
 filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#80000000, endColorStr=#80000000); /* IE5.5 - IE8 */
	zoom: 1; /* 滤镜需要激活haslayout才能生效 */
}
:root.lsp-banner-bottom {
	filter: none; /* IE9下需要关闭滤镜，否则会与背景色同时生效 */
}
.lsp-banner-hd {
	height: 80px;
	width: 1200px;
	margin: 0 auto;
}
.lsp-banner-text {
	height: 80px;
	width: 600px;
	color: #fff;
	position: absolute;
	bottom: 0;
	z-index: 2;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.lsp-banner-text li {
	height: 80px;
	line-height: 80px;
	position: absolute;
	bottom: -80px;
	font-family: "微软雅黑";
}
.lsp-banner-text li a {
	display: block;
	color: white;
	font-size: 20px;
	font-weight: 300;
	text-decoration: none;
}
.lsp-banner-bottom ol ul {
	float: right;
	margin-top: 15px;
}
.lsp-banner-bottom ol ul li {
	float: left;
	margin: 0 5px;
	display: inline;
	cursor: pointer;
}
.lsp-banner-bottom ol ul li img {
	width: 100px;
	height: 55px;
	line-height: 41px;
	display: block;
	border: 2px solid #fff;
	filter: alpha(opacity=50);
	opacity: 0.9;
}
.lsp-banner-bottom ol ul .on img {
	border-color: #FF8106;
	filter: alpha(opacity=100);
	opacity: 1;
}
/*二级页面轮廓图*/
#iFocus {
	height: 210px;
	overflow: hidden;
	position: relative;
	width: 300px;
	background: #000;
}
#iFocus ul {
	height: 210px;
	position: absolute;
	z-index: 88
}
#iFocus ul li {
	float: left;
	width: 300px;
	height: 210px;
	overflow: hidden;
	position: relative;
	background: #000;
	z-index: 81
}
#iFocus ul li a {
	display: block;
	float: left
}
#iFocus ul li a img {
	vertical-align: middle;
}
#iFocus .btnBg {
	position: absolute;
	width: 300px;
	height: 30px;
	left: 0;
	bottom: 0;
	background: #999;
	z-index: 89;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
#iFocus .btn {
	position: absolute;
	width: 300px;
	height: 18px;
	left: 0;
	bottom: 8px;
	;
	text-align: right;
	z-index: 90
}
#iFocus .btn span {
	display: inline-block;
	_display: inline;
	_zoom: 1;
	width: 15px;
	height: 15px;
	line-height: 15px;
	text-align: center;
	font-size: 14px;
	font-family: "微软雅黑";
	margin-right: 5px;
	cursor: pointer;
	color: #333;
	background: #e0e0e0;
	border: solid 1px #fff
}
#iFocus .btn span.on {
	background: #dc0050;
	color: #fcc;
	border: solid 1px #dc0050
}
