/*--------------------------- 首页布局定义--------------------------*/
html,body,div,img,ul,li{
	margin: 0;
	padding:0;
	border: 0;
	outline:0;
}
body{
	background-image: url(/ImagesHACX/bg.jpg);
	background-repeat: no-repeat;
	text-align:center;  
}
#main {
	width: 990px;
	margin:auto;
	background-color: #FFFFFF;
}
#main .top{
	background-image: url(/ImagesHACX/top_bg.jpg);
	background-repeat: repeat-x;
	width: 990px;
	
    
}
#main .top .logo{
	height: 88px;
	width: 330px;
	float: left;
	background-image: url(/ImagesHACX/logo1.jpg);
    
}
#main .top .logo2{
	height: 88px;
	width: 330px;
	float: left;
	background-image: url(/images/loginpic_05.jpg);
    
}
#main .top .fun{
	height: 30px;
	width: 305px;
	float: right;
	background-image: url(/ImagesHACX/fun_bg.jpg);
	background-repeat: no-repeat;
}
#main .top .fun a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
#main .top .fun a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: underline;
}
#main .top .banner{
	height:275px;
	float:left;
}
#main .content{
	width: 990px;
	background-color: #FFFFFF;
	background-repeat: repeat;
}
#main .content .menu{
	width:737px;
	height:36px;
	float: left;
	background-image: url(/ImagesHACX/menu.png);
	position: relative;
	z-index:3;
	background-repeat: no-repeat;
}
#main .content .menu a{
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
    
}
#main .content .menu a:hover{
	color: #ff6600;
}
#main .content ul{
	padding:0px;
	list-style:none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}
#main .content ul li{
	height:36px;
	line-height:36px;
	float:left;
	width:96px;
	text-align:center;
}
#main .content .tiao{
	float: left;
	width: 2px;
	height: 36px;
	background-image: url(/ImagesHACX/li.gif);
    
}
#main .content .menu_right{
	width: 258px;
	background-image: url(/ImagesHACX/menu_right.jpg);
	float: right;
	position: static;
	z-index:0;
	background-repeat: no-repeat;
	height: 400px;
	margin-top: -40px;
}
#main .bottom{
	height: 127px;
	width: 990px;
	background-color: #FFFFFF;
	float:left;
	background-image: url(/ImagesHACX/bottom.jpg);
}
#main .bottomfun{
	height: 25px;
	margin-top: 35px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	width: 450px;
	margin-left:auto;
	margin-right:auto;
}
#main .bottomfun a{
	color: #505050;
	text-decoration: none;
    
}
#main .bottomfun a:hover{
	color: #FF0000;
	text-decoration: underline;
    
}
#main .bottomfun ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
#main .bottomfun li {
	height:25px;
	line-height:25px;
	float:left;
	width:72px;
	text-align:center;
}
#main .bottomfun .line{
	float:left;
	width:1px;
	height:12px;
	margin-top:8px;
	overflow:hidden;
	background-color: #999999;
}
#main .copyright{
	float: left;
	height: 10px;
	width: 990px;
	margin-top: 10px;
	font-size: 12px;
	color: #5c5c5c;
	font-family:Verdana, Arial, Helvetica, sans-serif;

}
.clearfix:after{
	display:block; content:""; clear:both;}
.clearfix{
	zoom:1;}
	
	