/*头部css*/
/*中英文导航*/
#antopCn{
	margin:0 auto;
	width:1003px;
	height:30px;
	line-height:30px;
	padding-right:54px;
	border-top:4px solid #49555D;
	text-align:right;
}

#head{
	margin:0 auto;
	width:1003px;
	height:35px;
	position:relative;
	background:url(../images/topbg.jpg) no-repeat;
}
#head h1{
	float:left;
	width:301px;
	height:45px;
	text-align:left;
}
#head_r{
	width:400px;
	text-align:right;
	position:absolute;
	padding-right:10PX;
	right:0px;
	bottom:10px;
}
#head_r p{
	height:20px;
	line-height:20px;
}

/*导航菜单*/
#head ul{
	position:absolute;
	top:0px;
	right:54px;
	width:541px;
	height:35px;
	overflow:hidden;
	background:url(../images/nav.png) no-repeat left top;
	list-style:none;
}
#head li {
	float:left;
	margin:0px;
	padding:0px;
	height:35px;
}
#head li a {
	margin:0px;
	padding:0px;
	text-indent:-99999px;
	overflow:hidden;
	display:block;
	background:url(../images/nav.png) no-repeat;
	height:35px;
}
#head a.mnu_home{
	width:69px;
	background-position:left top;
}
#head a.mnu_home:hover{
	background-position:left -35px;
}
#head a.mnu_about{
	width:93px;
	background-position:-69px top;
}
#head a.mnu_about:hover{
	background-position:-69px -35px;
}

#head a.mnu_cul{
	width:94px;
	background-position:-162px top;
}
#head a.mnu_cul:hover{
	background-position:-162px -35px;
}
#head a.mnu_pro{
	width:98px;
	background-position:-256px top;
}
#head a.mnu_pro:hover{
	background-position:-256px -35px;
}


#head a.mnu_inter{
	width:97px;
	background-position:-354px top;
}
#head a.mnu_inter:hover{
	background-position:-354px -35px;
}

#head a.mnu_feed{
	width:96px;
	background-position:-451px top;
}
#head a.mnu_feed:hover{
	background-position:-451px -35px;
}

#head a.mnu_contact{
	width:88px;
	background-position:-547px top;
}
#head a.mnu_contact:hover{
	background-position:-547px -35px;
}
/*banner*/
#banner{
	margin:0 auto;
	width:1003px;
	height:259px;
}

/*主体内容*/
#contant{
	margin:0 auto;
	width:1003px;
	padding:30px 220px 50px 20px;
	text-align:center;
}
#contant.rbg1{
	background:#fff url(../images/r_bg1.gif) no-repeat right bottom;
}
#contant.rbg2{
	background:#fff url(../images/r_bg2.gif) no-repeat right bottom;
}
#contant.internetimg{
	background:#fff url(../images/internetimg.gif) no-repeat right bottom;!important
}

#Mcontant_l{
	text-align:center;
	float:left;
	width:214px;
	padding:0px 15px 0 0;
	border-right:1px solid #ccc;
}
#contant_r{
	float:right;
	width:540px;
	padding:0 10px
}
#contant_rpro{
	float:right;
	width:730px;
	padding:0 10px
}


/*底部*/
#footer{
	margin:0 auto;
	clear:both;
	height:63px;
	color:#717171;
	width:1003px;
	line-height:200%;
	background:#E7E7E7 url(../images/botlogo.gif) 40px 10px no-repeat;
	padding:15px 0 0 280px;
}

