body {	
	margin: 0px;
	padding: 0px;
	font-family: "Î¢ÈíÑÅºÚ", "ËÎÌå";
	font-size: 14px;
	
}
.bignav { width:100%; height:40px; background:#ff7b02;}
.cls {
	clear: both;
}
a:focus { outline: none; }



.xgsm {
	padding: 0px;
	width: 940px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.xgsm p {
	line-height: 1.8em;
	padding: 0px;
	margin: 0px;
	color: #666666;
}
.menu {
	height: 40px;
	display: block;
	padding: 0px;
	width: 940px;
	margin-top: 0px;
	margin-right: auto;
	
	margin-left: auto;
}

.menu ul {
			list-style: none;
			padding: 0;
			margin: 0;
}

.menu ul li {
	/* width and height of the menu items */  
	float: left;
	overflow: hidden;
	position: relative;
	line-height: 40px;
	text-align: center; font-family:"Î¢ÈíÑÅºÚ", "ºÚÌå"; font-size:14px;
}

.menu ul li a {
			/* must be postioned relative  */ 
			position: relative;
			display: block;
			width: 85px;
			height: 40px;
			font-family: "Î¢ÈíÑÅºÚ", "ËÎÌå";
			font-size: 14px; text-align:center;
			text-decoration: none;
			cursor: pointer; float:left;
}

.menu ul li a span {
			/* all layers will be absolute positioned */
			position: absolute;
			left: 0;
			width: 85px;
}

		.menu ul li a span.out {
			top: 0px;
}

		.menu ul li a span.over,
		.menu ul li a span.bg {
			/* hide */  
			top: -40px;
}

		/** 1st example **/

#menu1 {
	background-color: #E8E8E8;
	background-image: url(../images/menu_bg.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

#menu1 ul li a {
			color: #000;
}

#menu1 ul li a span.over {
			color: #FFF;
}

#menu1 ul li span.bg {
	/* height of the menu items */  
			height: 40px;
	background-image: url(../images/bg_over.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
		
		/** 2nd example **/

#menu2 {
	background: #ff7b02;
}
		
#menu2 ul li a {
	color: #fff;
}

#menu2 ul li a span.over {
	color: #000;
	background-color: #f0f0f0;
}

.topbj { width:100%; height:87px; background:url(../images/topbj.jpg);}
.topmiddle { width:940px; height:87px; margin:0 auto;}
.toplogo { float:left; width:600px; height:50px; margin-top:20px; }
.dhua { float:left; width:340px; height:60px; margin-top:15px; text-align:right;}
.bannerbg {margin:0 auto; width:100%; height:465px; text-align:center;}
