/*-------------------------------- 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;
	background:url(images/top.gif) top no-repeat;
}
#header{
    width:984px;
	height:auto;
	overflow:hidden;
	margin:0 auto;
}
#header #topnav{
    height:20px;
	color:#444;
	float:right;
	padding-top:6px;
	padding-right:10px;
}
#header #topnav a{
	color:#738494;
	padding-left:18px;
}
#header #topnav a:hover{
	text-decoration:underline;
}
#header #logo{
	width:150px;
	height:57px;
	float:left;
	overflow:hidden;
	margin:10px 0 0 20px;
	display:inline;
}
#header #topright{
	float:right;
}
#login{
	width:430px;
	float:right;
	clear:both;
	margin-top:15px;
	color:#738494;
}
#login .input{
	width:100px;
	height:16px;
	border:1px solid #738494;
}
#login .btn{
	width:52px;
	height:19px;
	border:0;
	background:url(images/video.gif) right -188px no-repeat;
}
.font12lv{
	color:#85b83d;
	text-decoration:underline;
}
#header #nav{
	width:984px;
    height:88px;
	padding-left:20px;
	background:url(images/video.gif) left -90px no-repeat;
	margin-top:10px;
	float:left;
}
#header #nav #navlist{
    height:40px;
	margin-left:26px;
	padding:6px 0 0 0;
}
#header #nav #navlist li{
    float:left;
	font-weight:bold;
	font-size:14px;
	margin:0 5px;
	text-align:center;
	width:45px;
	height:26px;
	line-height:26px;
}
#header #nav #navlist li a{
    color:#fff;
}
#header #nav #navlist li a:hover,#header #nav #navlist li .on{
	color:#f2710b;
	background:url(images/video.gif) right -268px no-repeat;
	width:45px;
	height:26px;
	display:block;
}
#nav .search {
	width:375px;
	height:40px;
	float:left;
	background:url(images/video.gif) left -189px no-repeat;
	padding-left:125px;
}
#nav .search .input{
	width:200px;
	height:16px;
	margin:5px 0 0;
	font-size:12px;
	display:block;
	float:left;
	border:1px solid #738494;
	padding:2px;
}
#nav .search .select{
	width:100px;
	height:22px;
	font-size:12px;
	display:block;
	float:left;
	margin:8px 10px 0 10px;
}
#nav .search .btn{
	width:50px;
	height:26px;
	background:url(images/video.gif) left -235px no-repeat;
	border:0;
	display:block;
	float:left;
	margin:4px 10px 0;
}
#nav .hot{
	width:340px;
	height:20px;
	line-height:20px;
	overflow:hidden;
	float:left;
	padding-top:12px;
	padding-left:20px;
}
#nav .hot span{
	font-weight:bold;
	color:#e97900;
}
#nav .upbtn{
	width:100px;
	height:32px;
	background:url(images/video.gif) right -218px no-repeat;
	float:right;
	margin-right:20px;
	display:inline;
}
#container{
    width:984px;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	padding:8px 0 20px 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 页面布局结束 --------------------------------*/
