﻿/* CSS reset */

html,body,div,p,form,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6{margin:0;padding:0;}
img{border:0;}
ul,ol{list-style:none;}
table { border-collapse:collapse; border-spacing:0;}
a{ cursor:pointer; font-size:12px; }
a:link,a:visited{color:#333;text-decoration:none;}
a:hover { color: #f60;}
a:active { text-decoration: none;}
p { padding:5px 0; }
h1 { font:24px/120% 黑体; text-align:center; padding:18px; }
textarea { overflow:auto; }
/*--reset end--*/

.b { font-weight:bold; }
.font_red { color:#f60; }
.font_green { color:#0c0; }
.font_blue { color:#06c; }
.font_key { color:#f00; }

.left {	float:left;	display:inline; }
.right { float:right; display:inline; }

body { 
    background:#fff; 
	font:12px Tahoma,Verdana,宋体; 
	color:#333;
	text-align:left;
	height:100%;
}

.container {
	width:1000px;
	margin:0 auto;
	overflow:hidden;
	zoom:1;
	background:#fff;
}
/* 
Header  -------------------------------------*/ 
#header {
    margin:0 auto;
	width:1000px;
	overflow:hidden;
	zoom:1;
}
#headerPic { height:204px; }
#nav {
	height:35px;
	text-align:center;
	border:1px solid #ccc;
	border-bottom:0;
	background:url(nav_bj.png) left top no-repeat;
	overflow:hidden;
	clear:both;
}
#nav .home {
	float:left;
	display:block;
	margin:0 15px;
}
#nav .navBox {
	height:42px;
	padding:0 0 0 35px;
	margin:8px 0 0;
	float:left;
	color:#999;
	background:url(navItem.png) no-repeat 0 0;
}
#nav #zw { width:322px;}
#nav #fw { width:266px; background-position:0 -42px; }
#nav #hd { width:188px; background-position:0 -84px; }
#nav a{
	margin:0 9px;
	display:inline;
	font-size:14px;
	font-weight:bold; 
	color:#FFFFFF;
	line-height:35px;
}
#nav a:hover{ color:#FFCC33;}

/* =Header  
---------------------------------------------*/ 

#footer {
	line-height:180%;
	clear:both;
	margin:0 auto;
	color:#000;
	padding:20px 0;
	width:998px;
	text-align:center;
	border:1px solid #EFE6BB;
	border-top:0;
	background:#FFFFEE;
}
#footer a { font-weight:bold; color:#DD2D00; }
.page {
	padding:5px 0 12px 0;
	text-align:center;
	clear:both;
}

#bar {
	height:43px;
	background:url(bar.png) no-repeat 0 0;
	clear:both;
}
#date {
	width:218px;
	float:left;
	padding:10px 0 0 10px;
}
#search { 
	width:190px;
	float:right;
	background:url(barIcon.gif) no-repeat 0 -43px;
	padding:5px 10px 0 25px;
}
#search input { width:128px; }
/* 
Form  -------------------------------------*/ 

.select { visibility:hidden; }

input,
select,
textarea { 
    font-size:12px;
	font-family:arial,宋体;
}
textarea { 
    border:1px solid #aaa; 
	padding:0 2px 2px 2px;
	overflow-y:auto;
}
.input {
    border:1px solid #ccc;
	height:20px;
	padding:0 2px;
	font:12px/18px Arial, Helvetica, sans-serif;
}
.btn {
	width:108px;
	height:42px;
	border:0;
	color:#333;
	border:0;
	font:bold 14px 宋体;
	background:url(btn.gif) no-repeat 0 0;
}
/* =Form
-----------------------------------------*/ 

.clear { 
    clear:both; 
	height:0;
	overflow:hidden;
}
.linkBox {
	background:url(linkBg.png) no-repeat 0 0;
	height:30px;
	padding:7px 0 0;
	text-align:center;
}
.linkBox select {
	margin:0 5px;
	width:175px;
}
.bg{ background:url(conr_bg.gif) left bottom no-repeat;}

#demo {
	margin-top:10px;
	height:77px;
	text-align:center;
	background:#FFFFFF;
	overflow:hidden;
	zoom:1;
	border:1px solid #CCCCCC;
}
/*#demo img {border:none; margin-bottom:5px; width:120px; height:90px; }*/
#indemo {float: left; width: 800%;}
#demo1 {float: left;}
#demo2 {float: left;}

.picbox{ width:248px; height:58px; float:left; margin:10px 15px 10px 0; display:inline; }

.picdx{ width:240px; height:50px;}
.picdx img{ width:240px; height:50px; padding:3px; background:#FFFFFF; border:1px solid #CCCCCC;}
.picbox p{ text-align:center; line-height:20px;}