body {
	margin:0;
	padding:0;
	text-align:center;
	background:#fff url(top_bg.jpg) repeat-x center top;
	behavior:url(/images/csshover.htc); /*IE6兼容hover补丁*/
}
form {
	margin:0;
	padding:0;
}
img {
	border:0;
}
div,input,select,textarea,td,li,dt,dd {
	color:#333;
	font-size:12px;
	font-family:Verdana;
}
a {
	color:#03731b;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
ul,dl,dt,dd {
	margin:0;
	padding:0;
	list-style:none;
}
.input {
	border:1px solid #bac634;
	background-color:#fffff9;
	padding:3px;
	font-size:14px;
}
.button {
	border:0;
	background:url(/images/button_bg.gif) left top no-repeat;
	height:26px;
	width:66px;
	cursor:pointer;
	color:#fff;
}
.button:hover {
	background:url(/images/button_bg.gif) left -26px no-repeat;
}
.minbutton {
	background:url(/images/button_bg.gif) -66px top no-repeat;
	width:44px;
	border:0;
	height:20px;
	color:#666;
	cursor:pointer;
	color:#fff;
}
.minbutton:hover {
	background:url(/images/button_bg.gif) -66px -26px no-repeat;	
}
.bgcolor {
	background-color:#f0fbef;
}
.red {
	color:#f50;
}
.green {
	color:#073;
}
.gray {
	color:#999;
}
.bold {
	font-weight:bold;
}
.clear {
	clear:both;
}
.hand {
	cursor:pointer;
}
.hidden {
	display:none;
}

/* 头部---------------- */
#head {
	width:972px;
	height:100px;
	margin:auto;
	text-align:left;
}
#headTitle {
	color:#fff;
	font-size:34px;
	font-family:黑体;
	padding:24px 0 0 20px;
}
#headUrl {
	color:#fff;
	padding-left:22px;
}
#menu {
	margin:auto;
	width:972px;
	height:39px;
	background:url(top_bg.jpg) no-repeat left -100px;
	overflow:hidden;
}
#menu ul {
	margin-left:15px;
}
#menu li {
	float:left;
	font-size:14px;
	font-weight:bold;
}
#menu li a {
	color:#fff;
	text-decoration:none;
	padding:0 15px;
	line-height:36px;
	display:block;
}
#menu .active a {
	color:#06542b;
	background-color:#bad500;
}
#menu li:hover a {
	color:#fff;
	background-color:#06542b;
}
#menu div {
	border-top:3px solid #06542b;
	text-align:left;
	position:absolute;
	z-index:999;
	display:none;
	background-color:#06542b;
}
#menu div a {
	white-space:nowrap;
	display:block;
	padding:0 25px;
	line-height:28px;
	font-weight:normal;
	color:#06542b;
}
#menu div a:hover {
	color:#52b647;
	text-decoration:none;
}
#menu li:hover div {
	display:block;
}

#bannerBox {
	margin:10px auto 0;
	width:972px;
	height:250px;
	overflow:hidden;
	position:relative;
	background:#fff url(/images/loading.gif) center center no-repeat;
	text-align:left;
	z-index:1;
}
#bannerImg {
	position:absolute;
}
#bannerImg li {
	display:inline;
}
#bannerImg img {
	width:972px;
	height:250px;
	display:block;
}
#bannerNum {
	position:absolute;
	right:10px;
	bottom:10px;
}
#bannerNum li {
	float:left;
	line-height:16px;
	width:16px;
	cursor:pointer;
	margin-left:6px;
	filter:Alpha(Opacity=50);
	opacity:0.5;
	background-color:#ccc;
	font-size:10px;
	text-align:center;
}
#bannerNum li.on {
	filter:Alpha(Opacity=100);
	opacity:1;
	font-weight:bold;
	color:#fff;
	background-color:#f60;
}

/* 页脚---------------- */
#foot {
	border-top:2px solid #306d28;
	background-color:#3d9736;
}
#foot div {
	width:972px;
	padding:15px 0;
	line-height:200%;
	color:#fff;
	margin:0 auto;
}
#foot a {
	color:#fff;
}

/* 主体窗口---------------- */
#main {
	width:972px;
	margin:10px auto 0;
}
#mainBar {
	float:left;
	width:204px;
}
#mainDiv {
	float:right;
	width:752px;
	text-align:left;
	margin-bottom:10px;
}
.leftList,.leftMenu {
	background:url(title_bg.gif) repeat-x;
	margin-bottom:8px;
}
.leftList dt,.leftMenu dt {
	border:1px solid #a3c7a1;
	text-align:left;
	background:url(arron.gif) no-repeat 12px 13px;
	padding-left:23px;
	line-height:30px;
	font-size:14px;
	font-weight:bold;
}
.leftList dt a,.leftDiv dt a,.leftMenu dt a {
	color:#03731b;
}
.leftList dd {
	padding:8px 0 6px 8px;
	text-align:left;
	overflow:hidden;
	border-bottom:1px dashed #ccc;
}
.leftDiv {
	border:1px solid #a3c7a1;
	background-color:#f0fbef;
	margin-bottom:8px;
}
.leftDiv dt {
	text-align:left;
	padding:8px 0 6px 15px;
	font-size:14px;
	font-weight:bold;
}
.leftDiv dd {
	padding:4px 0 5px 12px;
	overflow:hidden;
	text-align:left;
}
.leftMenu dd {
	text-align:left;
	border-bottom:1px dashed #a3c7a1;
}
.leftMenu dd a {
	font-size:14px;
	font-weight:bold;
	color:#03731b;
	display:block;
	padding:8px 0 6px 40px;
	background:url(arron1.gif) no-repeat 24px 12px;
}
.leftMenu dd a:hover {
	background:url(arron2.gif) no-repeat 24px 12px;
}
.leftMenu .active a {
	background:url(arron2.gif) no-repeat 24px 12px;
}

.mainTitle {
	border:1px solid #a3c7a1;
	text-align:left;
	background:url(title_bg.gif) repeat-x;
	line-height:30px;
	height:30px;
	padding:0 12px;
}
.mainTitle div {
	font-size:14px;
	font-weight:bold;
	float:left;
	color:#03731b;
}
.mainTitle span {
	float:right;
}
.centerTitle {
	text-align:center;
	background:url(title_bg.gif) repeat-x;
	padding:8px 0 6px 12px;
	font-size:14px;
	font-weight:bold;
}
.listTitle {
	border-bottom:1px solid #a3c7a1;
	text-align:left;
	font-size:14px;
	font-weight:bold;
	line-height:30px;
}
.listTitle a {
	color:#03731b;
}
.mainContent {
	padding:10px 0;
	color:#333;
	line-height:150%;
	text-align:left;
}
.mainContent p {
	font-size:14px;
	line-height:200%;
	margin:8px 0 10px;
}

.indexContent p {
	line-height:180%;
	margin:10px 0;
}
.indexContent img {
	float:left;
	margin:10px 15px 10px 0;
}
.listContent {
	font-size:14px;
	line-height:180%;
	text-align:left;
	padding:10px 0;
}
.listMark {
	padding:8px 0 15px;
	border-top:1px solid #f0fbef;
}
.listMark span {
	float:right;
	margin-top:-26px;
}
#mainBack {
	border-top:1px #ccc dashed;
	padding:10px 0;
	text-align:center;
}
.articleList {
	margin:8px 0;
}
.articleList li {
	line-height:28px;
	height:28px;
	border-bottom:1px dashed #ccc;
	padding-left:25px;
	background:url(arron.gif) 12px 11px no-repeat;
}
.articleList a {
	float:left;
}
.articleList span {
	color:#999;
	float:right;
}
#page {
	padding:8px 0;
	clear:both;
	text-align:center;
	background-color:#f0fbef;
}
.title {
	text-align:center;
	padding:20px 0 5px;
	font-size:18px;
	font-weight:bold;
}
.remark {
	color:#666;
	text-align:center;
	border-bottom:1px dashed #ccc;
	padding-bottom:10px;
}

/*图片列表*/
#list {
	margin-top:10px;
}
#list dl {
	text-align:center;
	float:left;
	width:182px;
	position:relative;
	margin:0 3px !important;
	margin:0 2px;
	height:220px;
}
#list dl img {
	border:1px solid #a3c7a1;
}
#list .textTitle {
	overflow:hidden;
	width:182px;
}
#list .textTitle a {
	color:#006600;
	white-space:nowrap;
	line-height:30px;
}
#list .textDesc {
	text-align:left;
	line-height:20px;
	height:43px;
	overflow:hidden;
	background:url(listtext_bg.gif) repeat-x;
	padding:3px 0 0 5px;
}
#listNew {
	position:absolute;
	top:74px;
	right:0;
	width:63px;
	height:63px;
	background:url(new.gif) no-repeat;
}

#noresult {
	padding:30px 0 40px;
	width:100%;
	text-align:center;
}
#wideMain {
	width:972px;
	margin:10px auto 0;
	border:1px solid #d7d7d7;
	margin-bottom:10px;
}
#friendlink li {
	float:left;
	text-align:left;
	padding:0 8px;
	line-height:26px;
	white-space:nowrap;
}

#search {
	border:1px solid #a3c7a1;
	padding:6px 4px;
	margin-bottom:8px;
}

/*资质荣誉列表*/
.imgList {
	width:100%;
}
.imgList li {
	width:188px;
	height:150px;
	float:left;
	text-align:center;
	margin-top:6px;
	overflow:hidden;
}
.imgList p {
	font-size:12px !important;
	margin:6px 0 0 !important;
}

/*内容导航*/
#itemMenu {
	border-bottom:1px solid #048334;
	height:28px;
}
#itemMenu li {
	float:left;
	line-height:28px;
	margin-right:3px;
	padding:0 13px;
	background-color:#048334;
	color:#fff;
	font-size:14px;
}
#itemMenu a {
	color:#fff;
}
.itemTitle {
	padding-left:24px;
	background-color:#e2f6e0;
	font-weight:bold;
	color:#03731b;
}
#itemTime {
	color:#888;
	text-align:right;
	padding-top:10px;
}
.left {
	text-align:left !important;
}

.table, .layout {
	border:1px solid #a3c7a1;
	border-collapse:collapse;
	width:100%;
}
.table td {
	border:1px solid #a3c7a1;
	text-align:center;
	padding:2px;
}
.layout td {
	border:1px solid #a3c7a1;
	padding:6px;
}
.tableTitle {
	background-color:#d3ebd1;
	font-weight:bold;
}
.tableBg {
	background-color:#e9f7e8;
}
.picTable {
	width:100%;
}
.picTable td {
	padding:4px;
	text-align:center;
}