/*-------------------------------- CSS 页面布局开始-------------------------------- */

*{
    margin:0;
	padding:0;
}
body{
    font-family:"宋体";
	font-size:12px;
	color:#000000;
	background:#fff;
}
p{
    margin:8px 0;
}
img{
    display:block;
	overflow:hidden;
    border:0;
}
li{
    list-style:none;
}
a{
    color:#333;
	text-decoration:none;
}
a:hover{
    color:#ff6600;
	text-decoration:none;
}
#wrapper{
    width:1004px;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	position: relative;
}
#header{
    width:984px;
	height:auto;
	overflow:hidden;
	margin:0 auto;
}
#header #bainian{
	background:url(images/bainian.jpg) left 0 repeat-x;
	 width:984px;
    height:200px;
}
#header #topnav{
    width:984px;
    height:21px;
	color:#444;
	background:url(images/style.gif) left 0 repeat-x;
}
#header #topnav a{
	color:#444;
}
#header #topnav a:hover{
	text-decoration:underline;
}
#header #topnav #left{
    width:250px;
	padding-left:20px;
	float:left;
}
#header #topnav #left li{
    width:60px;
	float:left;
    background:url(images/style.gif) 0px -211px;
	padding-left:10px;
	height:20px;
	line-height:20px;
}
#header #topnav #right{
	padding-right:20px;
	float:right;
	text-align:left;
	height:20px;
	line-height:20px;
}
#header #topnav #right span{
    font-weight:bold;
	color:#055ba8;
}
#header #topbox{
	width:984px;
	height:130px;
	float:left;
}
#header #logobox{
	width:984px;
    height:auto;
	margin:0 auto;
	overflow:hidden;
	background:url(images/style.gif) left -21px repeat-x;
	padding-top:10px;
}
#header #logobox .submenu{
	height:27px;
	padding:5px 0 0;
	color:white;
	cursor:pointer;
}
#header #logobox .submenu li{
	width:38px;
	height:20px;
	float:left;
	line-height:18px;
	text-align:center;
	margin:0 5px;
}
#header #logobox .submenu li a{
	color:#ffffff;
}
#header #logobox .submenu .on{
	background:url(images/search_hover.jpg) no-repeat;
	color:#cb5200;
}
#header #logobox .logo{
	background:url(images/logo1.jpg) no-repeat;
	width:174px;
	height:63px;
	float:left;
	margin-left:20px;
	margin-right:20px;
	display:inline;
}
#header #logobox .logo a{
	background:url(images/logo1.jpg) no-repeat;
	width:174px;
	height:63px;
	display:inline-block;
	text-indent:-9999px;
	overflow:hidden;
	zoom:1;
}
#header #logobox .search{
	width:470px;
	height:65px;
	overflow:hidden;
	float:left;
	background:url(images/search_bg.jpg) no-repeat;
	margin:5px 0px 0 0;
	display:inline;
	padding-left:20px;
	cursor:pointer;
}
#logobox .search .input{
	width:275px;
	height:17px;
	border:1px solid #ccc;
	font-size:12px;
	display:block;
	float:left;
}
#logobox .search .select{
	width:102px;
	height:22px;
	font-size:12px;
	display:block;
	float:left;
	margin:0px 5px;
}
#logobox .search .btn{
	cursor:pointer;
	width:60px;
	height:21px;
	font-size:14px;
	color:#fff;
	font-weight:bold;
	background:url(images/search_submit.jpg) no-repeat;
	border:0;
	text-align:right;
	padding-right:20px;
	display:block;
	float:left;
}
#header #nav{
    height:36px;
	padding-left:20px;
	background:url(images/style.gif) left -283px no-repeat;
	margin-top:10px;
}
#header #nav #navlist{
    height:auto;
	margin-left:40px;
	padding:6px 0 0 0;
}
#header #nav #navlist li{
    float:left;
	font-weight:bold;
	font-size:14px;
	padding:0 5px;
	text-align:center;
	width:66px;
	height:30px;
	line-height:30px;
}
#header #nav #navlist li a{
    color:#fff;
}
#header #nav #navlist li a:hover,#header #nav #navlist li .on{
	color:#f2710b;
	background:url(images/style.gif) -1px -238px no-repeat;
	width:66px;
	height:30px;
	display:block;
}
#container{
    width:984px;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	padding:8px 0;
	/**padding:8px 0 0 0;*/
}
#footer{
    width:984px;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	border-top:1px solid #d7d7d7;
}
#footer #links{
    height: auto;
	overflow:hidden;
	padding-bottom:8px;
}
#footer .content{
	width:940px;
	height:auto;
	overflow:hidden;
	padding:0 10px 0 15px;
	clear:both;	
}
#footer .content li{
	float:left;
	padding:10px 6px 0 6px;
	text-align:center;
}
#footer .content li img{
	width:120px;
	height:45px;
	border:1px solid #ddd;
}
#footer .content li span{
	display:block;
    width:122px;
	padding:8px 0;
	line-height:18px;
}
#footer #copy{
	text-align:center;
	line-height:20px;
	padding-top:10px;
}
#footer #copy .footer_03 {
	padding-left:235px;
}
#footer #copy .ZFB {
	float:left;
	width:150px;
}
#footer #copy .copyright {
	float:left;
	padding:15px 5px 0;
}
#footer #copy .police {
	float:left;
}

/*-------------------------------- CSS 页面布局结束 --------------------------------*/
