﻿/*头部css*/
#head{
	margin:0 auto;
	width:932px;
	padding-top:22px;
	height:112px;
	position:relative;
}
#head .cnen{
	position:absolute;
	right:10px;
	top:5px;
	height:22px;
	line-height:12px;
	font-size:11px;
}
#logo{
	float:left;
	width:262px;
	height:104px;
}

/*导航菜单*/
#nav{
	float:right;
	width:615px;
	height:80px;
	background:url(../images/nav.jpg) no-repeat left top;
	list-style:none;
}
#nav li {
	float:left;
	margin:0px;
	padding:0px;
	height:80px;
}
#nav li a {
	margin:0px;
	padding:0px;
	text-indent:-99999px;
	overflow:hidden;
	display:block;
	background:url(../images/nav.jpg) no-repeat;
	height:80px;
}
#nav a.mnu_home{
	width:89px;
	background-position:left top;
}
#nav a.mnu_home:hover{
	background-position:left -80px;
}
#nav a.mnu_about{
	width:89px;
	background-position:-89px top;
}
#nav a.mnu_about:hover{
	background-position:-89px -80px;
}

#nav a.mnu_cul{
	width:84px;
	background-position:-179px top;
}
#nav a.mnu_cul:hover{
	background-position:-179px -80px;
}
#nav a.mnu_pro{
	width:84px;
	background-position:-267px top;
}
#nav a.mnu_pro:hover{
	background-position:-267px -80px;
}


#nav a.mnu_inter{
	width:84px;
	background-position:-354px top;
}
#nav a.mnu_inter:hover{
	background-position:-354px -80px;
}

#nav a.mnu_feed{
	width:84px;
	background-position:-442px top;
}
#nav a.mnu_feed:hover{
	background-position:-442px -80px;
}

#nav a.mnu_contact{
	width:89px;
	background-position:right top;
}
#nav a.mnu_contact:hover{
	background-position:right -80px;
}

/*enav*/
#enav{
	float:right;
	width:620px;
	height:80px;
	background:#fff url(../images/enav.jpg) no-repeat left top;
	list-style:none;
}
#enav li {
	float:left;
	margin:0px;
	padding:0px;
	height:80px;
}
#enav li a {
	margin:0px;
	padding:0px;
	text-indent:-99999px;
	overflow:hidden;
	display:block;
	background:url(../images/enav.jpg) no-repeat;
	height:80px;
}
#enav a.mnu_home{
	width:89px;
	background-position:left top;
}
#enav a.mnu_home:hover{
	background-position:left -80px;
}
#enav a.mnu_about{
	width:89px;
	background-position:-89px top;
}
#enav a.mnu_about:hover{
	background-position:-89px -80px;
}

#enav a.mnu_cul{
	width:84px;
	background-position:-179px top;
}
#enav a.mnu_cul:hover{
	background-position:-179px -80px;
}
#enav a.mnu_pro{
	width:84px;
	background-position:-267px top;
}
#enav a.mnu_pro:hover{
	background-position:-267px -80px;
}


#enav a.mnu_inter{
	width:88px;
	background-position:-354px top;
}
#enav a.mnu_inter:hover{
	background-position:-354px -80px;
}

#enav a.mnu_feed{
	width:89px;
	background-position:-442px top;
}
#enav a.mnu_feed:hover{
	background-position:-442px -80px;
}


#enav a.mnu_contact{
	width:89px;
	background-position:right top;
}
#enav a.mnu_contact:hover{
	background-position:right -80px;
}

/*banner*/
#banner{
	margin:0px auto;
	width:1004px;
	height:236px;
}


/*主体内容*/

#contant{
	margin:0px auto;
	width:932px;
	text-align:center;
	padding:10px;
}
#contant_l{
	float:left;
	width:196px;
}

#contant_r{
	float:right;
	width:701px;
}


/*底部*/
#footer{
	margin:10px auto;
	width:932px;
	border-top:1px solid #ccc;
	padding:10px 0;
	text-align:right;
	background:url(../images/foot.gif) no-repeat left 0px;
}

