@charset "utf-8";
/*******页面布局代码********/
*{	padding:0px;
	margin:0px;
}
body  {
	font:12px 宋体, 新宋体;
	background:url(../img/bg.jpg) repeat-x;
	background-color: #b8b8b8;
	margin: 0; /* 最好将 body 元素的边距和填充设置为 0 以覆盖不同的浏览器默认值 */
	padding: 0;
	text-align: center; /* 在 IE 5* 浏览器中，这会将容器居中。文本随后将在 #container 选择器中设置为默认左对齐 */
	color: #666666;
	line-height:20px;
}
 #container { 
	width: 936px;  /* 使用比最大宽度 (800px) 小 20px 的宽度可显示浏览器界面元素，并避免出现水平滚动条 */
	margin: 0 auto; /* 自动边距（与宽度一起）会将页面居中*/	
	text-align: left; /* 这将覆盖 body 元素上的“text-align: center”。 */
	padding-bottom:40px;
}
#container2{
	background-color:#FFF;
	width:100%;
}

a:link,a:visited{	
	text-decoration:none;	
	
}
img{border:none;}
a:hover{	
	text-decoration:underline;
}
/**************header begin***************/
 #header { 
 	position:relative;
	z-index:1000;
} 
#header1{
	height:67px;	
	}
#logo{
	position:absolute;
	left:0px;
	top:15px;
	}
#quicknav{
	position:absolute;
	right:0px;
	top:0px;
	z-index:1000;
}
#quicknav img{
	cursor:pointer;
	outline:none;
}
#link1{
	position:absolute;
	right:0px;
	top:44px;
	color:#eaeaea;
}

#link1 a:link,#link1 a:visited{
	color:#ffffff;
	}
#link1 a:hover{
	color:#ffffff;
	text-decoration:underline;
}
#mainMenu{
	height:30px;
}

#box{
	display:none;
	position:absolute;
	width:529px;
	height:277px;
	background:url(../img/bg_drop.png) left top no-repeat;
	_background:url(../img/bg_drop2.png) 15px 0 no-repeat;
	right:-14px;
	top:27px;
	z-index:10000;
}
#box ul{
	list-style:none;
	width:92px;
	float:left;
	margin:20px 0 0 25px;
	_margin-left:10px;
	line-height:23px;
	display:inline;
}
#box #list1{
	margin-left:1px;
	_margin-left:-17px;
}
#box ul li{
	width:92px;
	height:15px;
	margin-bottom:9px;
}
#box ul li a{
	color:#dfe8fa;
	display:block;
	width:77px;
	padding-left:15px;
	height:15px;
	line-height:15px;
}
#box ul li a:hover{
	background:#6895e3;
	font-weight:bold;
	text-decoration:none;
}
 

/**********header end*************/

/**********footer  begin*************/
  #footer {
	padding: 0 10px 0 20px; /* 此填充会将它上面 div 中的所有元素左对齐 */
	color:#929292;
	position:relative;
	background-color:#009;
} 
 #footer p {
	position:absolute;
	top:12px;
	right:0px;
	color:#595959
}
.en{font:11px Arial, Helvetica, sans-serif;}
#footer #link2{
	position:absolute;
	top:12px;
	left:0px;
}
#footer a:link,#footer a:visited{color:#595959;padding:0px 1px 0px 2px;}
/**********footer end*************/

.clearfloat { /* 此类应当放在 div 或 break 元素上，而且该元素应当是完全包含浮动的容器关闭之前的最后一个元素 */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


