@charset "GBK";
/* CSS Document */

/*Reset*/ 
* {
	margin: 0px;
	padding: 0px;
}
body, ul, li, img {
	border: none;
	font-family: "宋体",Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a,a:link, a:visited  {
	text-decoration: none;
	font-size:12px;
}
a:hover{
	text-decoration:none;
}
ul, li {
	list-style: none;
}
/*=header*/
body {
	min-width: 940px;
	background-color: #fff5d7;
}
#container {
	margin:auto;
	width: 940px;
	background:#FFF;
}
#navcontainer {
	background:#f00;
	border-top:1px solid #fff;
	width:100%;
}
#navlist {
	margin:0px;
	padding:0px;
	height:29px;
	padding:2px 10px;
}
#navlist li {
	float:left;
	border-right:1px solid #FFF;
	height:25px;
	width:80px;
	text-align:center;
}
#navlist  a, #navlist  a:link, #navlist a:visited {
	display:inline;
	font-size:14px;
	color:#FFC;
	height:25px;
	line-height:25px;
	font-weight:bold;
	font-family:"微软雅黑";
}
#navlist  a:hover {
	display:inline;
	background:#900;
	font-size:16px;
	color:#FFF;
	font-weight:bold;
	line-height:29px;
}
#navlist a:active {
	display:block;
	background:#FFC;
	font-size:16px;
	color:#F00;
	line-height:29px;
}
/*footer*/
#footer {
	height:104px;
	width:940px;
	background:  url(imagesbottom.gif) no-repeat 530px 25px #F00;
	margin-top: 6px;
}
#copy {
	color:#FFF;
	padding-left:40px;
	padding-top:30px;
	line-height:20px;
}
/*非首页css公共代码*/
#main{
	margin:15px 25px;
}
.locatinon{
	background:url(imagesline.gif) bottom left no-repeat;
	padding-bottom:10px;
	padding-left:10px;
	line-height:24px;
	}
.locatinon h2{
	background:url(imagesicon.gif)  no-repeat;
	background-position:0 10px;
	padding-left:10px;
	font-size:14px;
	color:#000;
	font-weight:bold;
	font-family:"黑体";

	}
.locatinon h2 a, .locatinon h2 a:link, .locatinon h2 a:visited {
	color:#000;
	font-weight:bold;
	font-size:14px;
}
.locatinon h2 a:hover {
	color:#f00;
	font-weight:bold;
}
.clearfix{
	clear:both;
}