﻿/*--------------版权所有 北京盛世阳光公司 http://www.gonet.com.cn----------------*/

/*--------------全局样式----------------*/
body
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:16px;
	width: 820px;
	margin: 0 auto;
	color:#535353;
}
*
{
	margin: 0;
	padding: 0;
	list-style: none;
}
.font_color{
	color:#ff7200;
}
a:link,a:visited
{
	color: #535353;
	text-decoration: none;
}
a:hover,a:active
{
	color: #ff7200;
	text-decoration: underline;
}
/*--------------头部样式----------------*/
#header
{	
	padding:0px;
	margin:0px;
}
#header .logo{
	float:left;
	margin:10px;
	width:459px;
	height:68px;
}
#header .top_link{
	float:right;
	margin-top:40px;
	text-align:right;
}
#header .top_link img{
	margin-right:10px;
}
/*--------------导航样式----------------*/
#nav
{	
	float:left;
	margin:0px;
	width:820px;
	height:40px;
	clear:both;
	padding-bottom:10px;
}
#nav ul li{
	float:left;
	list-style:none;
}
/*--------------三列样式----------------*/
#main_top{
	padding:0px;
	clear: both;
}
#main_con
{
	margin-top:10px;
	padding:0px;
	clear:both;
}
#nav:after,#main_con:after,#main_top:after,#left_con:after,#right_con:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/*--------------------------------------------------------------上面左侧*/
#main_top #left_top
{
	float: left;
	width: 263px;
}
/*--------------------------------------------------------------上面右侧*/
#main_top #right_top
{
	float:right;
	width: 546px;
}
/*--------------------------------------------------------------下面左侧*/
#main_con #left_con
{
	float: left;
	width: 263px;
}
/*--------------------------------------------------------------下面右侧*/
#main_con #right_con
{
	float:right;
	margin:0px;
	width: 546px;
}
/*--------------底部样式----------------*/
#bottom
{
	width:820px;
	margin-top:10px;
	padding:0px;
}
#bottom .line{
	
}
#bottom .copyright
{
	margin-top:4px;	
	padding:0px;
	text-align:center;
}
/*--------------全局样式结束----------------*/