/*！！！！！！！！！！！！！！！！！！！！ public */
* {
    margin:0px;
	padding:0px;
}
body {
	width:100%;
    background-color:#fff;
	font:normal 12px "卜悶";
	color:#333;
	overflow-y:scroll;
	*overflow-y:no;
}
ul li {
	list-style:none;
}
img {
	border:0;
}
input,
select,
textarea {
	font:normal 12px "卜悶";
	color:#666;
	line-height:16px;
}
a,
a:visited {
	color:#333;
    text-decoration:none;
	outline:none;
}
a:hover {
	color:#f63;
	 text-decoration:underline;
}
a:active {
	color:#00f;
	star:expression(this.onFocus=this.blur());
}
.clear {
	clear:both;
}
.blue {
	color:#06c;
}
.gray {
	color:#999;
}
.green {
	color:#080;
}
.orange {
	color:#f60;
}
.red {
	color:#f00;
}
/*！！！！！！！！！！！！！！！！！！！！ public end */
#box {
	position: relative;
    width: 778px;
	height: 100%;
	margin: 0px auto;
	overflow: visible;
}
/*！！！！！！！！！！！！！！！！！！！！ top */
#top {
	width: 100%;
	padding: 10px 0;
	background: #fff;
	overflow: auto;
}
#logo {
	float:left;
}
#logo a img {
	display:block;
	width:201px;
	height:60px;
}
#topright {
	float:left;
	width:578px;
	height:60px;
}
#city {
	float:left;
	width:117px;
	height:50px;
	padding-top:10px;
}
.cityname {
	height:30px;
	font:bold 24px/30px "卜悶"; 
	overflow:hidden;
}
/*！！！！！！！！！！ cityswitch */
.cityswitch span {
	display:block;
	height:20px;
	color:#999;
	line-height:20px;
	text-decoration:none;
	cursor:pointer;
}
#cityswitchdiv {
	display:block;
	position:absolute;
	top:60px!important;
	top:66px;
	left:201px;
	display:none;
	width:240px;
	padding:1px;
	border:1px solid #f90;
	background:#fdfbf6;
	font-size:13px;
	z-index:9999;
}
#cityswitchdiv dl {
	display:block;
	overflow:auto;
}
#cityswitchdiv dt {
	display:block;
	float:left;
	width:30px;
	height:24px;
	background:#fc9;
	color:#630;
	line-height:24px;
	text-align:center;
}
#cityswitchdiv dd {
	display:block;
	float:left;
	width:210px;
	height:24px;
	overflow:hidden;
}
#cityswitchdiv dd a,
#cityswitchdiv dd a:visited {
	float:left;
	margin:0 0 5px;
	padding:5px 8px;
	color:#630;
	text-decoration:none;
	white-space:nowrap;
}
#cityswitchdiv dd a:hover {
	background:#f90;
	color:#fff;
	text-decoration:none;
}
/*！！！！！！！！！！ cityswitch end */
#loginbar {
	float:left;
	width:460px;
	height:30px;
	text-align:right;
}
#loginbar a {
	margin: 0 5px;
}
#nav {
	float:left;
	width:448px;
	height:30px;
	padding-left:12px;
	background:#fbf4e4;
	line-height:30px;
	overflow:hidden;
}
#nav li {
	float:left;
	margin-right:10px;
}
#nav .last {
	margin-right:0;
}
#nav li a,
#nav li a:visited {
	color:#666;
	text-decoration:none;
}
#nav li a:hover {
	color:#f60;
	text-decoration:none;
}
/*！！！！！！！！！！！！！！！！！！！！ top end */
/*！！！！！！！！！！！！！！！！！！！！ bottom */
#foot {
	width: 100%;
	padding: 10px 0;
	text-align: center;
	clear: both;
}
#foot .link {
	width: 100%;
	height: 30px;
	border-top: 2px solid #f93;
	border-bottom: 1px solid #f93;
	line-height: 30px;
}
#foot .link a {
	padding-left: 8px;
	background: url(../Images/Before/index/dashed1.gif) no-repeat left;
	line-height: 30px;
}
#foot .link .first {
	padding-left: 0;
	background: none;
}
#foot p {
	line-height:20px;
	clear: both;
}
#foot p span {
	margin-left:10px;
}
/*！！！！！！！！！！！！！！！！！！！！ bottom end */
/*！！！！！！！！！！！！！！！！ pager */
#pager {
	height:20px;
	margin-top:10px;
	font:normal 14px Arial, Helvetica, sans-serif;
	text-align:center;
}
#pager a,
#pager a:visited {
	margin:0 2px;
	padding:2px;
	color:#000;
}
#pager a:hover{
	background:#f90;
	color:#fff;
}
#pager img {
	width:14px;
	height:13px;
}
/*！！！！！！！！！！！！！！！！ pager end */