/*----------pages----------*/
/**/
.shelf{
	margin:0 auto;
	min-width:1000px;
	max-width:1200px;
}
.shelf .p{
	padding: 0 10px;
	padding-top: 60px;
	position: relative;
}
.shelf .p.fc{

}
.shelf .p b{
	display: inline-block;
	width: 100%;
	height: 9px;
	background: url(../images/shadow.png) no-repeat 50% 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}
.shelf .p img.f{
	float: left;
	margin-right: 60px;
	margin-left:10px;
}
.shelf .p.fr img.f{
	float: right;
	margin-right: 10px;
	margin-left: 60px;
}
.shelf .p h3{
	line-height: 45px;
	font-size: 25px;
	font-weight: normal;
	color: #f38f00;
	margin-top:30px;
}
.shelf .p p{
	line-height: 25px;
	color: #4e4e4e;
	margin-top: 10px;
	font-size:14px;
}