/* CSS Document */
* {
	margin:0px;
	padding:0px;
	list-style:none;
}
.clear {
	clear:both;
}
a {
	text-decoration:none;
	color:#fff;
}
a:hover {
	text-decoration:none;
	color:#F03;
}
img {
	border:none;
}

/*--------------------------------------------------- top begin*/

body {
	font-family:"微软雅黑";
	font-size:14px;
}
.wrapp {
	width:1000px;
	margin:0px auto;
}
#top {
	width:100%;
	height:48px;
	background:url(../images/top_bg.gif) repeat-x;
	z-index:2;
}
#logo {
	float:left;
	width:20%;
}
#logo img {
	margin-left:40px;
	margin-top:3px;
}
#top p {
	float:right;
	width:50%;
	color:#fff;
	line-height:48px;
	text-align:right;
	padding-right:15px;
}
#top p a {
	color:#EAEAEA;
}
#top p a:hover {
	color:#fff;
}

/*-------------------------------------------------------------banner begin*/

.xixibox {height:420px; background:url(../images/xixibg.jpg) no-repeat;background-repeat:no-repeat;background-position:bottom; text-align:center; margin-top:1px;}

/*-------------------------------------------------------------main begin*/

#main{background:#f7f7f7;}

#con{ margin:0 auto;width:1058px;}

/*===================================================================================================================footer begin*/
#footer {
	/*background:url(images/bg_copy.gif) repeat-x;*/
	background-color:#000;
	height:100px;
}
#container {
	padding-top:24px;
	width:992px;
	height:80px;
	margin:0px auto;
	border-bottom:1px solid #484848;
}
#container h1 {
	padding-left:43px;
}
#container p {
	padding:10px 20px 0px 35px;
	color:#85817d;
	font-family:"宋体";
	font-size:12px;
	line-height:22px;
}
#footer a {
	color:#85817d;
}
#footer a:hover {
	color:#FFF;
}
#db_nav {
	text-align:center;
	color:#85817d;
	font-family:"宋体";
	font-size:12px;
	line-height:20px;
	padding-top:20px;
}

