body {
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	font-size:12px;
}
a:link,a:visited{
	text-decoration:none;
	color:#ffffff;
}
a:hover{
	color:#000000;
	text-decoration:underline;
}
#headbg{
	height:130px;
	background-color:#6d777c;
}

#headimg{
	background-image: url(logobg.jpg);
	background-repeat: no-repeat;
	height:60px;
	width:356px;
	float:right;
	margin-top:50px;
	margin-right:10px;
	
}
#nav{
	height:33px;
	background-color:#000;
	color:#fff;
	text-align:center;
}
#navtext{
	margin-top:8px;
}
#navtext a,a:visited{
	color:#ffffff;
	margin-left:12px;
	margin-right:12px;
}
#navtext a:hover{
	color:#ffffff;
}
#mainbg{
	background-color:#72727D;


}
#main{
	background-image: url(background.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height:394px;
	width:1002px;
	margin:auto;
}

#contentA{
	margin-left:500px;
	margin-top:65px;
	width:490px;
	
}

#contentB{
	margin-top:-23px;
	margin-left:520px;
	width:400px;
}
#contenttitle{
	font-weight:bold;
	letter-spacing:12px;
	color:#FFFFFF;
	margin-bottom:3px;
}

.spanmore{
	float:right;
	margin-top:-20px;

}


#contentbox{

}
#contentimgbg{
	margin-top:20px;
	float:left;
	padding:2px;
	border: 2px solid #8696ad;
	margin-right:10px;
}
#contentimg a{
	border: 2px solid #1F1311;


}

#contentimg a:hover{
	border: 2px solid #4B494A;
}


#contenttext{

}


#bottombg{
	height:135px;
	background-color: #37423c;
	text-align: center;
	color:#fff;
	padding-top:20px;
}


/*列表样式 begin*/
.styleul{
	list-style-type: none;
	padding-left:10px;

}

.styleul li{

	color:#fff;
	line-height:20px;
}

/*列表样式 end*/
