/*====网站基本样式=====*/
body {
	margin: 0;
	padding:0;
	text-align:left;
	font-family: "宋体";
	font-size: 12px;
	color: #666666;
	background:#fff; url(../images/main_bg.gif) center repeat-y;
}


div, ul, li, ol, dl, dt, dd, p, h1, h2, h3, h4, h5, h6, form {
	margin:0;
	padding:0;
}
li{
	list-style:none
	}
table {
	font-family: "宋体";
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}

img {border:0;}

/*====默认链接颜色：深蓝色=====*/
a:link {
	color: #13598a;
	text-decoration: none;
}
a:visited {
	color: #13598a;
	text-decoration: none;
}
a:hover {
	color: #13598a;
	text-decoration:underline;
}
a:active {
	color: #13598a;
	text-decoration:none;
}
/*====链接颜色：黑色=====*/
a.black:link {
	color: #000000;
	text-decoration: none;
}
a.black:visited {
	color: #000000;
	text-decoration: none;
}
a.black:hover {
	color: #000000;
	text-decoration:underline;
}
a.black:active {
	color: #000000;
	text-decoration:none;
}
/*====链接颜色：白色=====*/
a.white:link {
	color: #ffffff;
	text-decoration: none;
}
a.white:visited {
	color: #ffffff;
	text-decoration: none;
}
a.white:hover {
	color: #ffffff;
	text-decoration:underline;
}
a.white:active {
	color: #ffffff;
	text-decoration:none;
}
/*====链接颜色：灰色=====*/
a.gary:link {
	color: #666666;
	text-decoration: none;
}
a.gary:visited {
	color: #666666;
	text-decoration: none;
}
a.gary:hover {
	color: #666666;
	text-decoration:underline;
}
a.gary:active {
	color: #666666;
	text-decoration:none;
}

/*====链接颜色：红色=====*/
a.red:link {
	color: #ff0000;
	text-decoration: none;
}
a.red:visited {
	color: #ff0000;
	text-decoration: none;
}
a.red:hover {
	color: #ff0000;
	text-decoration:underline;
}
a.red:active {
	color: #ff0000;
	text-decoration:none;
}

.text13 {
	font-size: 13px;
}
.text14 {
	font-size: 14px;
}
.text15 {
	font-size: 15px;
}
.text16 {
	font-size: 16px;
}
.text18 {
	font-size: 18px;
}

.text_16 {
	line-height: 16px;
}
.text_18 {
	line-height: 18px;
}
.text_20 {
	line-height: 20px;
}
.text_22 {
	line-height:22px;
}
.text_25 {
	line-height: 25px;
}
.text_26 {
	line-height: 26px;
}
.text_28 {
	line-height: 28px;
}
.text_30 {
	line-height: 30px;
}
.text_red {
	color: #FF0000;
}
.text_red_b {
	color: #FF0000;
	font-weight:bold;
}
.text_b {
	font-weight:bold;
}
.clear {
	clear:both;
}

/*导航菜单1*/

#header,#nav,#main,#bottom{
	margin:0 auto;
	width:990px;
}
#header{
	min-height:60px;
}
#main2{
	margin:0 auto;
	margin-bottom:10px;
	width:988px;
	border:1px #6fd4ff solid;
}
.nav1{
	height:32px;
	text-align:right;
	line-height:30px;
	background:url(../images/nav1_bg.gif) no-repeat;
	color:#fff;
	}
.nav1 a{
		display:inline-block;
		margin:0 8px;
}
.logo{
	float:left;
	width:250px;
	margin-right:10px;
	_margin-right:7px;
}

/*导航菜单*/
#nav{
	height:60px;
	background: url(../images/20100126/navBg.gif) repeat-x;
	color:#fff;
	margin-bottom:6px;
}

#nav ul{
	float:left;
	height:60px;
	margin:0;
}
#nav li{
	height:30px;
	line-height:30px;
}
#nav li a{
	margin:0 4px;
	color:#fff;
}
.ulBg{
	width:30px;
	background:url(../images/20100126/ulBg.gif) 14px 0 no-repeat;
}
.ulNav01, .ulNav02{
	padding-left:80px;
}
.ulNav01{
	background:url(../images/20100126/ulNav01bg.gif) 5px 0 no-repeat;
	_width:608px;
}
.liTop{
	background:url(../images/20100126/liTopBg.gif) bottom no-repeat;
}
.ulNav02{
	background:url(../images/20100126/ulNav02bg.gif) 5px 0 no-repeat;
	_width:175px;
}
.ulNav03{
	padding-left:8px;
}


.banner{
	width:730px;
	height:73px;
	float:right;
}


/* ====== 友情链接 ====== */

.links{
	width:988px;
	min-height:78px;
	_height:78px;
	margin:0 auto;
	border:1px #64c6ff solid;
	text-align:center;
	clear:both;
}
.links_tit{
	margin:2px;
	width:984px;
	height:21px;
	line-height:24px;
	background:url(../images/link_tit.gif) no-repeat;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	text-align:left;
	text-indent:10px;
}

.links img{
	width:120px;
	height:40px;
	padding:2px;
	border:1px #999 solid;
	margin:6px;
}



/*页尾开始*/

#bottom{
	padding-top:10px;
}

.hr0{
	height:3px;
	background:#92d7ff;
	font-size:0;
}


#bottom p{
	margin:15px auto;
	text-align:center;
	line-height:24px;
	color:#666;
}