﻿/* 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,li,ol{list-style:none;}
table { border-collapse:collapse; border-spacing:0;}
a{ cursor:pointer;  }
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; }


.sub  h1 {
    font: bold 24px SimHei;
    text-align: center;
    padding: 5px;
}
.sub h2 {
    font: bold 18px KaiTi;
    text-align: center;
    padding: 8px 0;
    color: #333;
}

body { 
    background:#fff url(bg.jpg) no-repeat center 0; 
	font:12px Tahoma,Verdana,宋体; 
	color:#333;
	text-align:left;
	height:100%;
}
#container {
	width:1002px;
	margin:0 auto;
	overflow:hidden;
	zoom:1;
	background:#fff;
	padding-top:5px;
}
/* 
Header  -------------------------------------*/ 
#header {
    margin:0 auto;
	width:1002px;
	overflow:hidden;
	zoom:1;
}
#nav{
	height:63px;
	background:url(nav_bj.png) no-repeat;
	}
#nav .menu{
	height:32px;
	text-align:center;
	}
#nav .menu a{ display:block; width:84px; height:42px; margin:0 19px; display:inline; line-height:40px; font-size:16px; font-weight:bold; color:#FFFFFF; text-align:center;}
#nav .menu a:hover{ color:#FFFF99;}

#nav .notice{ height:29px; clear:both;}
#nav .notice .scroll{ width:543px; padding-left:10px; float:left; line-height:29px; color:#010101; overflow:hidden;}
#nav .notice .form{ width:260px; float:right; padding-top:3px; padding-right:42px;}
#nav .notice .form .text{ width:164px; height:18px; line-height:18px; padding:0px 2px; border:1px solid #CCCCCC;}
#nav .notice .form .submit{ background:none; border:none; font-size:14px; font-weight:bold; color:#CC3300;}

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

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

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