@charset "utf-8";
.banner{
	height:500px;
	margin-top: 26px;
	overflow:hidden;
}
.banner #banner{
	height:500px;
}
.banner .banner_img img{
	display: block;
	margin: 0 auto;
}
#body{
	background:url(../images/body-bg.jpg);
	overflow:hidden;
}
#body .products{
	width:1200px;
	margin:45px auto;
}
#body .products .title{
	
	height:30px;
	line-height:30px;
}
#body .products .title h1{
	font-size:24px;
	color:#111;
	float:left;
}
#body .products .title .line{
	width:2px;
	height:24px;
	background:#333333;
	float:left;
	margin-left:12px;
	margin-right:22px;
	margin-top:2px;
}
#body .products .title h2{
	font-size:14px;
	color:#333;
	margin-right:15px;
	float:left;
	line-height:34px;
	cursor:pointer;
}
#body .products .title h2.cur{
	font-weight:bold;
}
#body .products .title .more{
	font-size:12px;
	color:#444;
	float:right;
	line-height:45px;
}
#body .products .title .more a{
	color:#d7000f;
}
#body .products .title .more a:hover{
	color:#444;
}

#body .products .product{
	margin-top:20px;
	height:400px;
	position:relative;
}
#body .products .product ul {
	position:absolute;
	
}
#body .products .product ul li{
	width:215px;
	height:397px;
	background: #fff;
	border-radius:5px;
	-webkit-box-shadow: #ccc 0px 0px 7px;
	-moz-box-shadow: #ccc 0px 0px 7px;
	box-shadow: #ccc 0px 0px 7px;
	margin-right:31px;
	float:left;
}
#body .products .product ul li:hover{
	cursor:pointer;
}
#body .products .product ul li .pic{
	height:282px;
	background:#fff;
	border-radius: 20px;
}
#body .products .product ul li .pic img{
	border-radius: 5px;
}
#body .products .product ul li .name{
	font-size:14px;
	line-height:26px;
	margin-top:5px;
	padding:5px;
	text-align:left;
	color:#111;
	height:52px;
}
#body .products .product ul li .price{
	margin:5px;
	font-size:16px;
	line-height:30px;
}
#body .products .product ul li .price .o{
	width:102px;
	float:left;
	color:#222;
	text-decoration:line-through;
	text-align:center;
	background:#eff3f6;
	border-radius: 6px 0 0 6px;

}
#body .products .product ul li .price .c{
	width:102px;
	float:left;
	color:#fff;
	text-align:center;
	background:#d7000f;
	border-radius: 0 6px 6px 0;

}