@charset "utf-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	
}
body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background:url(../images/bodybg.jpg) no-repeat;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}
ul, li {
	list-style: none;
}
a {
	color: #000;
	text-decoration: none;
}
img {
	border: none;
}
.auto {
	width: 1050px;
	margin: 0 auto;
}

/*****head*****/
#head{
	height:120px;
	background:url(../images/logo.png) no-repeat 11px center;
}

/***head end***/


/*****nav*****/
#nav{
	height:50px;
	margin-bottom:11px;
	background:url(../images/navbg.png);
}
#nav .navlist{
	height:40px;
	background:none;
}
#nav .navlist li{
	height:40px;
	width:175px;
	float:left;
	font-size:16px;
	font-weight:bold;
	line-height:40px;
	background:url(../images/navlinebg.jpg) no-repeat right center;
}
#nav .navlist li a{
	display:block;
	width:147px;
	height:40px;
	text-align:center;
}
#nav .navlist li.last{
	background:none;
}
/***nav end***/

#foot{
	height:37px;
	background:#1476fc;
	line-height:37px;
	text-align:center;
	color:#dbdbdb;
	
}
#foot a{
	color:#dbdbdb;
}
#dexbg{
	padding-bottom:140px;
	background:url(../images/footerbg.jpg) no-repeat left bottom;
}