/* 本例子css */
.tabox{
	width:960px;
	margin:0px auto;
}
.tabox .hd{
	overflow:hidden;
}
.tabox .hd li{
	position:relative;
	height:45px;
	line-height:45px;
	text-align:center;
	width:150px;
	float:left;
	font-family:"微软雅黑";
	font-size:14px;
	cursor:default;
	background:#616161;
	color:#fff;
	margin-right:30px;
}
.tabox .hd li.on{
	background:#519cec;
}
.tabox .lh{
	overflow:hidden;
	margin-top:30px;
}
.tabox .lh li{
	float:left;
	margin:0px 15px 15px 0px;
}
.tabox .lh li .p-img a{
	height: auto;
	display:block;
	width:219px;
	height:141px;
	padding:0px;
	text-align:center;
	border:3px solid #ccc;
	overflow:hidden;
}
.tabox .lh li .p-img a:hover{
	border:3px solid #519cec;
}
.tabox .lh li p{
	text-align:center;
	font-size:14px;
	line-height:45px;
}
.tabox .lh li p a{
	color:#333;
}
.tabox .lh li p a:hover{
	color:#519cec;
}