﻿/*
 *代码开发：北京盛世阳光公司 
 * Copyright(c) 2000-2008, 北京盛世阳光公司.
 * info@gonet.com.cn
 * http://www.gonet.com.cn
 * 版本：V1.659
 */

/*--------------此CSS为测试使用，可视化的盒子----------------*/
.test
{
	border:1px #000 solid;
}

/*--------------全局样式----------------*/
body
{
	font-family: Arial;
	font-size: 12px;
	line-height: 20px;
	width: 1002px;
	margin: 0px auto;
}
*
{
	margin: 0;
	padding: 0;
	list-style: none;
}

img
{
	border: 0;
}
input
{
	height: 22px;
	border: 1px solid #DACDB7;
	background-color: #FFF;
}
a 
{
behavior:url(js/blur.htc)/*去掉链接的虚框*/
}
a:link,a:visited
{
	color: #303030;
	text-decoration: none;
}
a:hover,a:active
{
	color: #303030;
	text-decoration: underline;
}
/*--------------头部样式----------------*/
#header
{
	height: 168px;
	background:url(../images/top_02.jpg) no-repeat;
}

/*--------------三列样式----------------*/
#main_con
{
	width:983px;
	margin-left:19px;
	clear: both;
}
#main_con:after,#left_con:after,#right_con:after,#mid_con:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/*--------------------------------------------------------------左侧*/
#main_con #left_con
{
	width: 217px;
	float: left;
	display:inline;
}
/*--------------导航样式----------------*/
#main_con #left_con #nav
{
	
	text-align:center;
	
}
/*--------------------------------------------------------------右侧*/
#main_con #right_con
{
	width: 761px;
	margin-left:5px;
	float:right;
}


/*--------------版权信息样式----------------*/
#copyright
{
	width:1002px;
	height:77px;
	background:url(../images/foot_bg.jpg) repeat-x;
	clear:both;
}
/*--------------清除浮动、清除边框----------------*/
.clearleft
{
	clear: left;
}
.clearright
{
	clear: right;
}
.clearboth
{
	clear: both;
}
.clearborder
{
	border:0;
}
/*--------------全局样式结束----------------*/
/*--------------没有必要情况下请不要在此文档中增加样式，对应每个文件名称建立对应的样式----------------*/



