body{
	background: #F1F1F1;
}
/*header */
.header{
	border: none;
}
.headSearch{
	background: #FFFFFF;
}
.headSearch .separate{
	width: 1px;
	height: 79px;
	background: #ccc;
	margin: 10px 60px;
}
.headSearch h4{
	font-size: 28px;
	color: #000000;
	font-weight: 600;
	line-height: 60px;
}
.headSearch p{
	font-size: 14px;
	color: #666;
	line-height: 30px;
}
.headSearch p span{
	color: red;
	font-weight: 700;
}
/*content */
.content{
	padding-bottom: 0;
}
.content img{
	width: 100%;
}
