/*页面设置*/
.head{
	position: relative;
	left: 0px;
	top: 0px;
	height: 120px;
	width:1024px;
	background-color: #fbfbfb;
}

#fontDesc{
	position:relative;
	float: left;
	left: 0px;
	top: 5px;
	width: 700px;
	
}

#fontDesc h5{
	/*color: #FFFFFF;*/
}

#headimg{
	position: relative;
	float: left;
	left: 30px;
	top: 15px;
	background-image: url(../img/index/title.png);
	width: 445px;
	height: 70px;
}

#header_right{
	position: relative;
	float: right;
	width: 255px;
	font-size: 12px;
	text-align: right;
	top:10px;
	right: 10px;
}
