﻿/* 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:999px;
	margin:0 auto;
	margin-top:10px;
	overflow:hidden;
	zoom:1;
	background:#FFFFFF;
}
/* 
Header  -------------------------------------*/ 
#header {
    margin:0 auto;
	width:999px;
	overflow:hidden;
	zoom:1;
}
.banner{ margin:2px 0 1px 0;}
.nav{ height:66px; background:url(nav.png) no-repeat;}
.menu{ height:36px; padding-left:1px;}
.menu a{ display:block; width:83px; text-align:center; float:left; line-height:36px; font-size:14px; font-weight:bold; color:#FFFFFF;}
.menu a:hover{ color:#fd7b01;}

.menu_b{ height:30px; padding-left:22px;}
.date{ width:542px; float:left; line-height:30px; color:#FFFFFF;}
.search{ width:202px; float:right; padding-top:2px; margin-right:7px; display:inline;}
.search .text{ display:block; width:168px; height:26px; padding-left:10px; float:left; line-height:26px; background:url(text.png) no-repeat; border:none;}
.search .submit{ display:block; float:left; width:22px; height:26px; background:url(search.png) no-repeat; border:none;}

.linkBox {
	background:url(linkBg.png) center top no-repeat;
	height:26px;
	margin-top:10px;
	padding:8px 0 0;
	text-align:center;
}
.linkBox select {
	margin:0 5px;
	width:175px;
}
.footer{ height:80px; background:#ecf3fb; border:1px solid #91bbe5; border-top:none; padding-top:15px; text-align:center; margin-bottom:10px;}
.footer p{ line-height:22px;}

#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;}

.gdmap{ width:100%; height:140px; margin-top:10px;}

#demo {
background: #FFF;
overflow:hidden;
border: 1px solid #CCC;
width:100%;
height:140px;
}
#demo img {
border: 3px solid #F2F2F2;
width:166px;
height:115px;
}
#indemo {
float: left;
width: 800%;
}
#demo1 {
float: left;
}
#demo1 li{ float:left; text-align:center; font-size:14px;}

#demo2 {
float: left;
}