﻿/*头部css*/
#head{
	margin:0 auto;
	width:1004px;
	height:87px;
	position:relative;
}
#head #cnen{
	position:absolute;
	right:30px;
	bottom:10px;
}
#logo{
	float:left;
	padding-left:50px;
	width:274px;
	height:87px;
}
/*banner*/
#banner{
	margin:0px auto;
	width:1004px;
	height:300px;
}


/*主体内容*/

#contant{
	margin:0px auto;
	width:860px;
	text-align:center;
	padding:10px 180px 40px 44px;
	background:url(../images/bg1.gif) no-repeat right 20px;
}
#contant_l{
	float:left;
	width:339px;
}

#contant_r{
	float:right;
	width:400px;
}

#c_l{
	float:left;
	width:190px;
}

#c_r{
	float:right;
	width:610px;
}

/*底部*/
#footer{
	width:1004px;
	padding:20px 40px;
	background:#f7f7f7;
}
