body{
	margin: 0px;
}
body, nav, dl, dt, dd, p, h1, h2, h3, h4, ul, ol, li, input, button, textarea, article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, span {
    font-family: "Microsoft YaHei",微软雅黑,"MicrosoftJhengHei",华文细黑,STHeiti,MingLiu;
}
.head{
	height: 130px;
	width: 100%;
}
.new-box{
	height: 40px;
	width: 100%;
	background-color: #f0f0f0;
}
.banner{
	height: 400px;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
}
.product-cotent-box{
	width: 100%;
	background-color: #fafafa;
}
.product-content{
	width: 1000px;
	margin: 0px auto;
}
.product-content-nav{
}
.product-content-nav-title{
	font-size: 28px;
	color: #333;
	width: 140px;
	display: inline-block;
	*display: inline;
	*zoom:1;
	position: relative;
	float: left; 


}
.h-line{
	width:860px;
	height: 1px;
	background-color: #e1e1e1;
	display: inline-block;
	*display: inline;
	*zoom:1;
	position: relative;
	float: left; 
	margin-top: 20px;
}
.product-content-nav >a{
	text-decoration: none;
	display: inline-block;
	*display: inline;
	zoom:1;
}
.product-content-nav-itme{
	width: 280px;
	height: 300px;
	border-right: none;
	text-align: center;
	position: relative;
	cursor: pointer;
	border-radius:4px;
	-moz-border-radius:4px;
	margin:20px 20px;
	
}
.product-content-nav-itme:hover{
	-moz-box-shadow: 0px 2px 10px 2px #e1e1e1; /* 老的 Firefox */
	box-shadow: 0px 2px 10px 2px #e1e1e1;
	background-color: #fff;
}
.product-content-nav-itme img{
	margin-top: 40px;
	width: 134px;
	height: 134px;
	border: none;
}
.product-content-nav-itme-tit{
	font-size: 20px;
	color: #333;
	margin: 0px;
	margin-top: 25px;
}
.product-content-nav-itme-con{
	font-size: 12px;
	color: #666;
	margin: 0px;
	margin-top: 25px;
}
.product-content-nav-a{
	text-decoration: none;
}