﻿/* 整体设置 */
*{
	margin:0px;
	padding:0px;
	}
body{
	font-size:12px;
	color:666666;
	}

a:link {
	color:#666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#666666;
}
a:hover {
	text-decoration: none;
	color:#0066CC;
}
a:active {
	text-decoration: none;
	color: #666666;
}
h1{ font-size:12px; font-weight:normal;}

.STYLE5{
	color:#128DD0;
	}

.divheight{
	height:7px;
	width:100%;
	overflow:hidden;
	}

.more{
	font-weight:bold;
	color:#FFFFFF;
	}
.title{
	font-weight:bold;
	color:#0066CC;
	}
.lefttitle{
	font-size:13px;
	font-weight:bold;
	color:#4BA3F1;
	}
.test{
	width:100px;
}
/* 整体设置 end */


/*顶部设置*/
#top{
	width:1002px;
	height:80px;
	margin:0 auto;
	}
	#top #top_t{
		float:right;
		margin-right:40px;
		}
		#top #top_t span.title{
			font-size:14px;
			font-weight:bold;
			font-family:"黑体";
			color:#999999;
			}
		#top #top_t span.number{
			font-size:16px;
			font-weight:bold;
			color:#FF0000;
			}
	#top #top_b{
		float:right;
		margin-right:20px;
		}
/*顶部设置 end*/

#banner{
	width:1002px;
	height:273px;
	height:auto;
	margin:0 auto;
	background:url(../images/bg.jpg) no-repeat center;
	}


/*主导航菜单*/
#menu ul{
	padding:0;
	border:0;
	list-style:none;
	line-height:150%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5px;
}
#menu_out{
	width:1002px;
	padding-left:4px;
	margin-left:auto;
	margin-right:auto;
}
#menu_in{
	padding-right:4px;
}
#menu{
	background:url(../images/index_r11_c4.jpg) repeat-x center;
	height:74px;
}
.menu_line{
	width:15px;
}
.menu_line2{
	width:15px;
}
#nav{
	padding-left:10px;
}
#nav li{
	float:left;
	height:42px;
}
#nav li a{
	float:left;
	display:block;
	text-align:center;
	vertical-align:bottom;
	height:33px;
	margin-top:10px;
	width:80px;
	font-weight:bold;
	cursor:pointer;
	text-decoration:none;
}
#nav li a span{
	float:left;
	width:81px;
	line-height:33px;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
}
#nav li .nav_on{   /*鼠标经过时变换背景，方便JS获取样式*/
	background-position:left 100%;
}
#nav li .nav_on span{  /*鼠标经过时变换背景，方便JS获取样式*/
	background-position:right 100%;
	background:url(../images/index_r11_c13.jpg) no-repeat center;
	height:33px;
	color:#333333;
	text-decoration:none;

}
/*子栏目*/
#menu_con{
	text-align:left;
	padding-left:20px;
	height:32px;
	clear:both;
}
#menu_con li{
	float:left;
	height:22px;
	line-height:22px;
	margin-top:0px;
}
#menu_con li a{
	display:block;
	float:left;
	cursor:pointer;
	padding-left:3px;
}
#menu_con li a span{
	float:left;
line-height:32px;
	
}
#menu_con li a:hover{
	text-decoration:none;
}
#menu_con li a:hover span{
line-height:32px;
}

/*导航 end*/

/*友情链接*/
#friendlink{
	width:1002px;
	height:112px;
	margin:0 auto;
	}
	#friendlink .left{
		background:url(../images/index_r24_c2.jpg) no-repeat right;
		width:39px;
		}
	#friendlink .center{
		background:url(../images/index_r24_c7.jpg) repeat-x center;
		}
	#friendlink .right{
		background:url(../images/index_r24_c21.jpg) no-repeat left;
		width:23px;
		}
/*友情链接 end*/

/*版权信息*/
#copyright{
	width:1002px;
	height:88px;
	margin:0 auto;
	}
	#copyright .left{
		width:275px;
		text-align:center;
		}
	#copyright .right{
		width:700px;
		}
/*版权信息 end*/




