.product-area {
	margin-top:50px;
	margin-bottom:30px;
	width:1080px;
}
/**
.product-area ul {
	display:block;
	margin-top:450px;
}*/
.product-area ul li{
	float:left;
	display:block;
	width:318px;
	height;470px;
	margin-left:120px;
	border:1px solid #efefef;
}
.float-L {
	float:left;
}
.float-R {
	float:right;
}
.product-imageSmall {
	width:318px;
	height:182px;
	overflow:hidden;
}
.product-area h2 {
	width:100%;
	font-family:微软雅黑;
	font-size:20px;
	text-align:center;
	height:100px;
	line-height:100px;
}
.product-description {
	width:100%;
	height:100px;
	margin-top:0px;
	margin-bottom:20px;
	overflow:hidden;
}
.product-description p {
	line-height:2em;
	font-size:12px;
	text-align:center;
}
.product-more {
	display:block;
	width:120px;
	height:30px;
	padding:5px;
	margin:0 auto;
	margin-bottom:30px;
	border:1px solid #09c;
	border-radius:5px;
	text-align:center;
	line-height:30px;
}
.product-icon{
	width:1440px;margin-left:120px;   
	height:200px;
	overflow:hidden;
}
.product-icon ul li{
	display:block;
	float:left;
    margin-right: 25px;
    width: 90px;
    height: 90px;
}
.product-icon ul div{
	width:103px;
	height:113px;
	cursor:pointer;
}
.product-icon ul li div:hover{
	border:1px solid #09c;
	/*box-shadow:10px 10px 5px #efefef;*/
}
.a{
	border-color:#fff;
}
.b{
	border:1px solid #09c;
	/*box-shadow:10px 10px 5px #efefef;*/
}
.product-icon ul li img{
	margin-left:18px;
	margin-top:11px;
	width:60px;
	height:60px;
}
.product-icon ul li h2{
	display:block;
	width:100%;
        height: 26px;
	line-height: 41px;
	font-size: 14px;
	text-align: center;
}
.slogn{
	margin:0 auto;
	padding-bottom:30px;
	width:100%;
	height:100px;
	line-height:100px;
	text-align:center;
	font-size:30px;
	font-family:"黑体";
	color:#09c;
}