/* 公用样式 */

body{
	font-family:"宋体";
	background:url(images/body.jpg);
}

a{
	color:#333;
}

img{
	display:block;
}

#footer{
	width:100%;
	min-width:980px;
}

#footer .box{
	width:980px;
	margin:0px auto;
	text-align:center;
	line-height:24px;
	padding:15px 0px;
	color:#fff;
}

#footer .box a{
	color:#fff;
}

#top{
	width:100%;
	min-width:980px;
	_width:expression((document.documentElement.clientWidth||document.body.clientWidth)<1000?"1000px":""); 
	height:36px;
	line-height:36px;
	background:url(images/top-bg.gif) repeat-x;
}

#top .left{
	padding-left:5px;
	font-size:14px;
	color:#222;
	position:relative;
}

#top .left a{
	color:#acacac;
	margin:0px 5px 0px 4px;
}

#top-logo{
	float:left;
	padding:4px 4px 0px 0px;
}

#top-logo a{
	margin:0px;
}

#top .right{
	position:relative;
}

#top .right a{
	color:#8a8a8a;
	margin-right:10px;
	padding-top:3px;
	padding-bottom:2px;
}

#top-icon1{
	background:url(images/top-icon.gif) no-repeat 33px 5px;
	padding-right:15px;
}

#top-icon2{
	background:url(images/top-icon.gif) no-repeat 30px -37px;
	padding-right:15px;
}

#top-icon3{
	background:url(images/top-icon.gif) no-repeat 0px -79px;
	padding-left:14px;
}

#top-icon4{
	background:url(images/top-icon.gif) no-repeat 0px -119px;
	padding-left:18px;
}

#top-icon5{
	background:url(images/top-icon.gif) no-repeat 0px -159px;
	padding-left:21px;
}

#top-icon6{
	background:url(images/top-icon.gif) no-repeat right -194px;
	padding-left:5px;
	padding-right:16px;
	color:#ababab;
}

.dropdown{
	border:1px solid #d1dde2;
	background:#f9f9f9;
	line-height:20px;
	font-size:12px;
	color:#30688B;
	padding:2px 8px;
	position:absolute;
	z-index:100;
	display:none;
}

.dropdown a{
	color:#30688B;
}

#top .dropdown a{
	color:#30688B;
}

#dropdown1{
	width:70px;
	text-align:center;
	right:20px;
	top:28px;
}

#dropdown1 ul li{
	float:left;
	width:35px;
}

#dropdown2{
	right:10px;
	top:26px;
}

#content{
	width:980px;
	margin:0px auto;
}