@charset "utf-8";
/* CSS Document */
body{
    width:980px;
	margin:0 auto;
	font-size:12px;
	font-family:"宋体",Arial;
}
.top{
    width:980px;
	height:82px;
	margin-top:10px;
}
.logo{
    width:480px;
	height:72px;
	padding-top:10px;
	float:left;
}
.nav{
    width:500px;
	height:82px;
	float:left;
}
.nav_top{
	height:20px;
	text-align:right;
	padding-right:25px;
	color:#969696;
}
.size10{
    font-size:10px;
	padding-top:1px;
}
.nav_con{
	text-align:right;
	margin-top:10px;
}
.flash{
    width:980px;
	height:200px;
}
.location{
    height:15px;
	width:350px;
	margin-left:10px;
	margin-bottom:10px;
	margin-top:5px;
}

.rolling{
    height:180px;
	width:160px;
	margin:0 auto 10px;
	line-height:20px;
}
.left_line{
    width:166px;
	height:14px;
	margin:0 auto;
	background:url(../images/line.jpg) repeat-x;
}
.middle_left ul{
	margin-top:30px;
	margin-left:30px;
	padding:0;
}
.middle_left li{
    list-style:none;
	margin-bottom:10px;
}

.foot{
    height:100px;
	padding-top:20px;
    text-align:center;
	line-height:20px;
	background:url(../images/foot_bg.jpg) repeat-x;
	margin-top:20px;
	color:#969696;
}
.bottom_nav{
    height:15px;
	margin-bottom:40px;
}
.foot a:link {
	text-decoration: none;
	color:#969696;
}
.foot a:visited {
	text-decoration: none;
}
.foot a:hover {
	text-decoration:underline;
	color:#FF0000;
}
.foot a:active {
	text-decoration: none;
}
.nav_top a:link {
	text-decoration: none;
	color:#969696;
}
.nav_top a:visited {
	text-decoration: none;
}
.nav_top a:hover {
	text-decoration:none;
	color:#FF0000;
}
.nav_top a:active {
	text-decoration: none;
}
