@charset "utf-8";

/* 整体框架设计 */
#wrapper {width:100%; overflow:hidden}
	#main {min-width:980px; overflow:hidden;}
		#header {height:164px; overflow:hidden; background:url(../images/header_bg.jpg) scroll center repeat-x}
			#inheader {width:980px; margin:0 auto; overflow:hidden}
			#content {width:980px; margin:0 auto; min-height:500px; _height:500px; padding-bottom:20px}

#footer {text-align:center; width:100%; background:url(../images/footer_bg.jpg) repeat-x}
	#infooter {width:980px; height:39px; margin:0 auto;}

.footer_nav	{float:left; padding-top:13px}			
	.footer_nav	li {float:left; color:#fff; margin-right:8px; display:inline}
		.footer_nav	li a {color:#fff; font-size:13px}
		.footer_nav	li a:hover {color:#ccc;}

.copyright {float:right; padding-top:13px; color:#fff;}
		
.logo {float:left; margin-top:15px; margin-left:57px; display:inline}

.tel_box{ float:right; margin-top:25px; margin-right:5px; display:inline}

ul.nav {float:left; margin-top:5px; margin-left:46px; height:53px; width:980px; overflow:hidden; display:inline}
	ul.nav li {float:left; color:#c5d6f2; width:70px; height:28px; line-height:28px; vertical-align:middle; text-align:center; margin:5px}
		ul.nav li a {color:#838385; display:block; width:70px; height:28px; line-height:28px; font-family:'宋体'; font-size:12px; font-weight:bold}
		ul.nav li a.none {border:0}
		ul.nav li a:hover, ul.nav li a.on { background:url(../images/nav_bg.png) no-repeat;}

#left_main {float:left; width:530px; display:inline}
#right_main {float:left; width:250px; margin-left:30px; display:inline}
	
.pages {clear: both; height: 30px; line-height: 30px; margin: 20px 45px;  float:left}
	.pages a {border: 1px solid #C4C4C4; color:#838385; float: left; font-size: 12px; font-weight: bold; padding: 0 10px; margin-left: 4px;}
	.pages a:hover, .pages a.current {background-color: #838385; border: 1px solid #838385;  color: #FFFFFF; padding: 0 10px; text-decoration: none;}


.fixed-left {z-index:200000; position:absolute; top:420px; left:0}











