body { background: #f2f2e8; color:#2c2c2c; }

/*头部企业名称信息*/	
.header{ width:100%; height:125px; background:url(t_bg.gif) center repeat-x;}
	.header .con { width:970px; margin:0px auto; overflow:hidden; clear:both;}
	.header .con .info{ height:75px; margin-left:30px; clear:both; margin-top:35px; } 
	.header .con .info img{ float:left; display:inline;}
	.header .con .info .t_con{ width:450px; margin-left:10px; float:left; display:inline; color:#cc0000; display:inline;}

/*菜单*/	
.menu { width:100%; height:38px; background:url(menu_bg01.gif) repeat-x;} 
	.menu .con { width:925px; margin:0px auto; padding-left:45px;}
	.menu .con li a{ color:#fff; font-weight:bold; text-decoration:none;}
	.menu .con li{ width:84px; height:31px; float:left; margin-right:15px; display:inline; padding:7px 0px 0px; text-align:center; color:#266392;}
	.menu .con .now{background:url(menu_bg02.gif) left no-repeat;}
	.menu .con .now a{ color:#000; font-weight:bold; text-decoration:none;}

/*主内容区*/	
.main{ width:970px; height:auto; margin:0px auto; background:#FFF; padding-bottom:15px;}
	.banner{ width:970px; height:155px; clear:both; text-align:center;}
	
	.content{ width:940px; height:autopx; padding:15px 15px 0px; background:#fff;}
		.title{ width:922px; height:32px; background:url(title.gif) no-repeat; padding-left:18px; padding-top:3px; font-weight:bold;}
		.content .con{ width:900px; margin:20px 20px 20px; line-height:200%; font-size:13px; overflow:hidden;}
			.add { width:450px; float:left;}
			.map{ width:352px; height:182px; float:right; margin-right:10px; border: 3px #efefef solid; display:inline;}
				.map img { border:1px #FFF solid; display:inline;}
				
			/*企业荣誉 图片列表*/	
			.pic{ width:876px; border:1px solid #e3e3e3; background:#fbfbfb; margin:0px auto; padding:11px 11px; clear:both; color:#666;}
				.pic li{ width:195px; height:155px; float:left; margin:5px 12px; display:inline;}
				.pic span{ height:25px; text-align:center; display:block;  padding-top:5px;  overflow:hidden;}
	
		.title a:link { color: #fff; text-decoration: none;}
		.title a:visited { color: #fff; text-decoration: none; }
		.title a:hover { color:#fff; text-decoration:underline; }
		.title a:active { color:#fff; text-decoration:underline; }
		

.footer{ width:970px; height:91px; background:url(foot_bg.gif) repeat-x; margin:0px auto; font-size:12px; color:#FFF; padding-top:21px; margin-bottom:30px;}
		
		
