﻿/* 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:#FFFFFF url(bg.jpg) no-repeat center 0; 
	font:12px Tahoma,Verdana,宋体; 
	color:#333;
	text-align:left;
	height:100%;
}

.container {
	width:1000px;
	margin:0 auto;
	overflow:hidden;
	zoom:1;
	background:#FFFFFF;
}
/* 
Header  -------------------------------------*/ 
#header {
    margin:0 auto;
	width:1000px;
	overflow:hidden;
	zoom:1;
}
.top{ height:39px; background:url(top_bj.png) repeat-x;}
.date{ width:500px; padding-left:15px; line-height:39px; font-size:14px; color:#333333;}
.search{ width:250px; height:25px; background:url(search.png) no-repeat; margin:7px 10px 0 0; display:inline;}
.search .text{ width:198px; height:25px; line-height:25px; border:none; background:none; float:left; padding:0 2px;}
.search .submit{ width:48px; height:25px; text-align:center; line-height:23px; border:none; background:none; float:right; font-size:14px; font-weight:bold; color:#FFFFFF;}
.banner{ margin:2px 0 1px 0;}
.menu{ padding-left:4px; height:35px; background:url(menu_bj.png) no-repeat;}
.menu a{ display:block; width:83px; text-align:center; line-height:35px; font-size:14px; font-weight:bold; color:#FFFFFF; float:left;}
.menu a:hover{ color:#333333;}

.linkBox {
	background:url(linkBg.png) no-repeat 0 0;
	height:33px;
	padding:13px 0 0;
	text-align:center;
	margin-top:10px;
}
.linkBox select {
	margin:0 5px;
	width:175px;
}

#footer {
	line-height:180%;
	clear:both;
	margin:0 auto;
	color:#000;
	padding:15px 0;
	text-align:center;
	background:url(footer_bj.png) center bottom no-repeat;
	margin-bottom:10px;
}
#footer a { font-weight:bold; color:#DD2D00; }

#demo {
	margin-top:10px;
	height:180px;
	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:188px; height:158px; float:left; margin:10px 15px 10px 0; display:inline; }

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