﻿@charset "utf-8";
/* CSS Document */
* {
    margin: 0;
    padding: 0;
}
html, body{
	margin:0;
	padding:0;
	font-size:12px;
	font-family: "微软雅黑", "宋体", Arial;
	color:#416180;
}
body {
	background-image: url(../images/bg_main.gif);
	background-repeat:repeat;
}
#logo{
	margin:0 0 0 5px;
	background-position:center;
	background:url(../images/logo.gif) no-repeat scroll right top transparent;
	width:270px;
	height:80px;
	cursor: pointer;
	display:block;

}

#nav_icon{
	float:right;
	width:600px;
	position:relative;
}

.icon{
	margin-top:20px;
	margin-right:10px;
	float:right;
	position:relative;
}

#icon_tb td{
	padding:0px 5px 5px 0px;
}
#icon_img_tr {
	text-align:center;
	border:none;

}
#icon_img_tr img{
	border:none;	
}

#navigation{
	width:992px;
	margin-top:13px;
}
a{ color:#888888; text-decoration:none;}
ul {
	list-style:none;
	margin:0;
	padding:0;
}
#menu li {
	float:left;
	width:80px;
	margin:0;
	padding:0;
	display:inline;
	text-align:center;
}
#menu li a {
	display:block;
	padding:4px 10px;
	height:100%;
	color:#737373;
	font-size:13px;
	font-family:"微软雅黑", "宋体";
	text-decoration:none;
	margin-right:1px;
}
#menu li a:hover {
	background-position:50px 0;
	color:#fff;
}
#menu a {background:url(../images/bg.gif) repeat -20px 35px;}

#current_nav{
	color:#737373!important;
}
#current_nav a{
	background:url(../images/bg_current.gif) repeat -20px 35px;
	color:#fff!important;
}
#current_nav a:hover{
	color:#737373!important;
}

#header{
	position: relative;
	height:120px;
	background:url(../images/header_bg.gif) repeat-x;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	min-width:1030px;
}
#block_header{
	width:1000px;
	height:120px;
	margin:auto;
}
#content {
	width:1000px;
	overflow:hidden;
	margin:0px auto;
	background-color:#FFF;
}

/*底部*/
#footer{ margin:10px auto 0 auto; height:140px; clear:both; background:url(../images/footer_bg.gif) repeat-x;	min-width:1030px;}
#copyright{ width:1000px; margin:0 auto; font-family:Arial, Helvetica, sans-serif; color:#333; padding:20px 0 0 0; text-align:center; line-height:150%; position:relative;}
#copyright a{color:#416180}
#links{top:40px; left:10px; width:150px; position:absolute; text-align:left; padding-left:18px;}
