/*全局样式*/
*{
	font-size:12px;
}
body{
	margin:0;
	padding:0;
	background-color:#FFFFFF;
	font-size:12px;
	color:#666666;
	font-family: "宋体",Arial, Helvetica, sans-serif;
}


/*主导航菜单*/
#menu ul{
	padding:0;
	border:0;
	list-style:none;
	line-height:100%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 15px;
}
#menu_out{
	width:1000px;
	padding-left:4px;
	margin-left:auto;
	margin-right:auto;
	background:url(Myskin/menu_left.gif) no-repeat left top;
	align:center;
}
#menu_in{
	background:url(Myskin/menu_right.gif) no-repeat right top;
	padding-right:4px;
}
#menu{
	background:url(Myskin/menu_bg.gif) repeat-x;
	height:60px;
}
.menu_line{
	background:url(Myskin/menu_line.gif) no-repeat center top;
	width:8px;
}
.menu_line2{
	background:url(Myskin/menu_line2.gif) no-repeat center top;
	width:15px;
}
#nav{
	padding-left:20px;
}
#nav li{
	float:left;
	height:35px;
}
#nav li a{
	float:left;
	display:block;
	padding-left:6px;
	height:35px;
	background:url(Myskin/menu_on_left.gif) no-repeat left top;
	cursor:pointer;
	text-decoration:none;
}
#nav li a span{
	float:left;
	padding:11px 14px 10px 10px;
	line-height:14px;
	background:url(Myskin/menu_on_right.gif) no-repeat right top;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}
#nav li .nav_on{   /*鼠标经过时变换背景，方便JS获取样式*/
	background-position:left 100%;
}
#nav li .nav_on span{  /*鼠标经过时变换背景，方便JS获取样式*/
	background-position:right 100%;
	color:#333333;
	text-decoration:none;
	padding:14px 14px 7px 10px;
}
/*子栏目*/
#menu_con{
	text-align:left;
	padding-left:0px;
	clear:both;
}
#menu_con li{
	float:left;
	height:12px;
	margin-top:4px;
}
#menu_con li a{
	display:block;
	float:left;
	background:url(Myskin/menu_on_left2.gif) no-repeat left top;
	cursor:pointer;
	padding-left:3px;
}
#menu_con li a span{
	float:left;
	padding:6px 10px 4px 10px;
	line-height:12px;
	background:url(Myskin/menu_on_right2.gif) no-repeat right top;
}
#menu_con li a:hover{
	text-decoration:none;
	background:url(Myskin/menu_on_left2.gif) no-repeat left bottom;
}
#menu_con li a:hover span{
	background:url(Myskin/menu_on_right2.gif) no-repeat right bottom;
}
img {
	border: none;
}
.td0{
	font-family: "宋体";
	font-size:14px;
	line-height:12px;
	background-repeat:no-repeat;
	text-align: center;
	color: #000000;
}
.blue_bot{ background-image:url(images/time1.gif); background-repeat:no-repeat}
.table_cc{
	color: #ffffff;
	font-weight: bold;
}
.table1 {
	border: 3px solid #FDCD9D;
	text-align: center;
	vertical-align: bottom;
	margin: 0px;
	padding: 0px;

}
.tdhead {
	font-size: 14px;
	color: #0083e8;
	text-align: center;
	vertical-align: center;
	background-color: #FDCD9D;
	font-weight: bolder;
	}
	
.table1 {
	border: 1px solid #D8D8D8;
	text-align: center;
	margin: 0px;
	padding: 0px;

}
.td2{
	font-size: 14px;
	text-align: left;
	color: #cc0000;
	font-family: "黑体";
	font-weight: bold;

	
}
.td1{ font-size: 12px; text-align: center;}
a {
	color: #000000;
	text-decoration: none;
}
div#floatTips{
	position:absolute;
	top:364px;
	left:7px;
	z-index: 2;
	letter-spacing:inherit;
}
div#floatTips2{
	position:absolute;
	top:204px;
	left:7px;
	z-index: 2;
	

