.banner{
	float:left;
	width:100%;
	height:300px;
	overflow:hidden;
	position:absolute;
	top:0px;
	z-index:-100;
}

.banner img{
	float:left;
	width:100%;
	height:300px;
}

@font-face {
/* font-test*/
	font-family: tonjay;
	src:url('font/SourceHanSansSC-Medium.otf'),
	url('font/SourceHanSansSC-Medium.otf'),
	url('font/SourceHanSansSC-Medium.otf'); /* IE9 */
}

.product_text{
	width:980px;
	height:auto;
	float:left;
	margin:0 auto;
	left:0px;
	right:0px;
	position:absolute;
	margin-top:80px;
}

.producttype{
	width:100%;
	height:60px;
	float:left;
}

.producttype img{
	display:block;
	width:55px;
	height:55px;
	float:left;
}

.productinfo{
	width:285px;
	height:55px;
	float:left;
	margin-left:10px;
	margin-top:-6px;
}

.producttype span{
	display:block;
	float:left;
	width:100%;
	height:35px;
	color:#fff;
	font-size:26px;
	font-weight:bold;
}

.producttype font{
	display:block;
	float:left;
	width:100%;
	height:25px;
	color:#fff;
	font-size:22px;
	font-weight:bold;
}

.productcate1{
	width:100%;
	height:auto;
	float:left;
	color:#fff;
	font-size:70px;
	font-weight:bold;
}

.productcate2{
	width:100%;
	height:auto;
	float:left;
	color:#fff;
	font-size:30px;
}

/*.main{
	width:1060px;
	height:auto;
	margin:0 auto;
	left:0px;
	right:0px;
	margin-top:243px;
	padding-top:30px;
}*/

.main{
	width:1060px;
	height:auto;
	margin:0 auto;
	margin-top:243px;
	padding-top:30px;
}

.leftcontent{
	width:200px;
	height:auto;
	float:left;
}

.leftproduct{
	width:100%;
	height:50px;
	line-height:50px;
	float:left;
	border-bottom:1px solid #eee;
	text-align:center;
	display:block;
	overflow:hidden;
	
}

.rightcontent{
	width:840px;
	height:auto;
	float:left;
	margin-left:20px;
}

.main img{
	width:100%;
	height:100%;
	float:left;
	display:block;
}

.item{
	width:250px;
	height:auto;
	float:left;
	margin-right:20px;
	margin-bottom:20px;	
}

.item span{
	width:250px;
	height:30px;
	float:left;
	text-align:center;
	background:#000;
	display:block;
	color:#fff;
	line-height:30px;
	font-size:20px;
}

.item a{
	width:250px;
	height:175px;
	float:left;
	display:block;
}

.item a img{
	width:250px;
	height:175px;
	float:left;
	display:block;
	overflow:hidden;
}