/* css 重置 */


/* 本例子css */

.tabox {
	width: 1200px;
	margin: 0px auto;
}

.tabox .hd {
	overflow: hidden;
	width: 300px;
	margin: 30px auto;
}

.hd ul {
	display: table;
	margin: 0 auto;
}

.tabox .hd li {
	position: relative;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 110px;
	float: left;
	font: normal 14px/40px "Microsoft YaHei";
	_font-weight: bold;
	cursor: default;
	border: 1px solid #165796;
	color: #333;
	margin-right: 30px;
	border-radius: 10px;
}

.tabox .hd li.on {
	width: 110px;
	background: #165796;
	color: #fff;
	transition: all 0.5s;
}

.tabox .bd {
	margin-top: 30px;
}

.tabox .lh {
	overflow: hidden;
	width: 1200px;
	margin: 0 auto;
}

.tabox .lh li {
	width: 380px;
	float: left;
	position: relative;
	margin: 20px 10px;
}

.tabox .lh li .p-img {
	width: 380px;
	height: 247px;
	text-align: center;
}

.tabox .lh li p {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 380px;
	text-align: center;
	height: 247px;
	color: #fff;
	line-height: 220px;
	font-size: 200px;
	background: #000;
	opacity: 0.5;
}
