/*网页基础参数*/
body,html {
	font-family: "Microsoft YaHei", "SimHei", "SimSun", "Arial", sans-serif;
	border: 0;
	padding: 0;
	margin: 0;
}
body,html,ul,li,a,img,p,br,dd,dl,dt,div,h1,h2,h3,span,input,tr,td {
	margin: 0;
	border: none;
	padding: 0;
	font-weight: normal;
	list-style-type: none;
}
img{
	line-height: 0;
}
/*间距*/

.hr {
	width: 0px;
	height: 0px;
	float: none;
	padding-top: 10px;
}

/*左右浮动*/

.fl {
	float: left
}
.fr {
	float: right
}
/*清除浮动*/

.clear_both {
	clear: both;
}
/*字号大小*/

.font_16 {
	font-size: 16px;
}
.font_15 {
	font-size: 15px;
}
.font_14 {
	font-size: 14px;
}
.font_13 {
	font-size: 13px;
}
.font_12 {
	font-size: 12px;
}
a {
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}

/*正文样式*/
.bg{
	background: url(imagesbox.jpg) repeat-y;	
}
.header{
	background: url(imagesheader.jpg) repeat-x;height: 210PX;
}
.footer{
	text-align: center;
	padding: 20px;
	margin-top: 30px;
	width: 980px;
	margin: 0 auto;
}
.footer p {
	text-align: center;
	line-height: 30px;
}
.footer a {
	color: #595959;
}
.w1000 {
	width: 980px;
	margin: 0 auto;
}
.logo{
	height: 155px;
}
.logo img{
	margin-top: 30px;
}
.box {
	margin-top: 80px;
	text-align:center;
}
.box span{
	display: inline-block;
	
	
}
.box ul{
	
	width: 980px;
	height: 376px;
}
.box ul li {
	float: left;
	background: url(imagesbox_01.png) no-repeat bottom;
	height: 380px;
	width: 326px;
	text-align: center;
	margin-bottom:20px;
}
.box ul li a img{border-radius:8px 8px 0 0; box-shadow: 3px 0px 5px #C0C0C0;}
	
