@charset "utf-8";
/* CSS Document */
.banner {
	background: url(../img/product/banner.jpg) center no-repeat;
	height: 220px;
}
/*侧边导航栏*/
.sideMen {
	width: 239px;
	border: 1px solid #eee;
	border-top: 0;
	float: left;
	margin-top: 50px;
}
.sideMen h3 {
	height: 50px;
	line-height: 50px;
	padding-left: 10px;
	border-top: 1px solid #fff;
	background: #0a78d1;
	color: white;
	font-weight: bold;
	font-size: 16px;
	cursor: pointer;
}
.sideMen ul li {
	height: 30px;
	line-height: 30px;
}
.sideMen ul li a {
	color: gray;
	font-size: 16px;
	padding-left: 20px;
}
.sideMen ul .list{
	height: 40px;
	line-height: 40px;
	border-bottom: #333 1px dashed;
}
.sideMen ul .list a{
	font-size: 16px;
}
.sideMen ul li a:hover {
	color: #0a78d1;
}
/*右边内容*/
.tabBar {
	width: 911px;
	margin-top: 50px;
}
.tabBar .hd ul {
	z-index: 5;
	position: relative;
	zoom: 1;
}
.tabBar .hd li {
	text-align: center;
	float: left;
	height: 50px;
	line-height: 50px;
	margin-right: 8px;
	border: 1px solid #cecece;
	border-bottom: 0px;
}
.tabBar .hd li a {
	padding: 0 12px;
	height: 50px;
	display: block;
	font-size: 16px;
}
.tabBar .hd li:last-child {
	margin-right: -2px;
}
.tabBar .hd li.on {
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	margin-top: 0px;
	position: relative;
	top: 1px;
	border-top: 2px solid #0a78d1;
	background: #fff;
}
.tabBar .bd {
	border-top: 1px solid #cecece;
	padding: 30px 0;
	clear: both;
	position: relative;
	overflow: hidden;
}
.tabBar .bd .conWrap ul li {
	float: left;
	width: 280px;
	margin-right: 35px;
	margin-bottom: 10px;
}
.tabBar .bd .conWrap ul li:nth-child(3n) {
	margin-right: 0;
}
.tabBar .bd .conWrap ul li img {
	display: block;
	width: 280px;
	height: 220px;
}
.tabBar .bd .conWrap ul li p {
	font-size: 16px;
	margin: 10px 0;
}
.tabBar .bd .conWrap ul li p a {
	display: block;
	color: #0a78d1;
}
/*搜索结果*/
.pro-search {
	margin-top: 30px;
}
.pro-search li {
	padding: 10px;
	border: 1px solid #ccc;
	overflow: hidden;
	position: relative;
}
.pro-search li img {
	display: block;
	width: 280px;
	height: 220px;
	float: left;
}
.pro-search li p {
	float: right;
	width: 850px;
	font-size: 18px;
}
.pro-search li p strong {
	font-size: 24px;
	display: block;
	line-height: 2;
}	
.pro-search li span {
	position: absolute;
	bottom: 10px;
	right: 20px;
}

