@charset "utf-8";
/* CSS Document */

ul, li, h1, h2, h3, h4, h5, h6, p, fieldset, legend {padding:0; margin:0;}
ul,li {list-style-type:none; text-transform:capitalize;}
.clear {clear:both; *display:inline;/*IE only*/}

/*menu*/
#nav {
	width:1000px;
	display:block;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	position:relative;
	z-index:3;

}
#nav .jquery_out {
	float:left;
	line-height:50px;
	display:block;
	text-align:center;
	color:#fff;
	font-family: "微软雅黑";
	font-size: 14px;
	background-repeat: repeat-x;
	background-position: 0 0;
	font-weight: normal;
}
#nav .jquery_out .smile {
}
#nav .jquery_inner {
}
#nav .jquery {
	padding: 0;
}
#nav .mainlevel { float:left; width:100px;/*IE6 only*/ border-right-style: none; height: 40px; background-image: url(../images/ind_menu_gd.jpg); font-weight: bold; background-repeat: no-repeat; background-position: right; 
}
#nav .mainlevel a { color:#fee8ae; text-decoration:none; display:block; width:100px; font-family: "微软雅黑"; font-size: 14px; font-weight: bold; line-height: 40px; text-align: center; height: 40px; 
}
#nav .mainlevel a:hover { color:#fff; text-decoration:none; background-image: url(../images/ind_menu.jpg); background-repeat: repeat-x; background-position: left; font-weight: bold; 
}
#nav .mainlevel ul {
	display:none;
	position:absolute;
}
#nav .mainlevel li { width:100px;/*IE6 only*/ height: 40px; background-image: url(../images/xlbj.png); border-bottom-width: 1px; border-bottom-style: dashed; border-bottom-color: #9e9a9b; 
}

#nav .mainlevel li a { color:#615b65; text-decoration:none; display:block; width:100px; font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: normal; line-height: 40px; 
}
#nav .mainlevel li a:hover {
	color:#fff;
	text-decoration:none;
	background-repeat: repeat-x;
	background-position: 0;
}
.log {text-align:center; color:skyblue; line-height:24px; text-transform:capitalize; margin:50px auto;}

