@charset "gb2312";
/* CSS Document */

* {
	margin:0;
	padding:0;
	list-style:none;
}
body {
	font-size:12px;
	font-family:"宋体";
	background:url(images/body_bg.jpg) center top no-repeat;
}
img {
	border:none;
}
/*常用类*/
.layout_center {
	width:980px;
	margin:0 auto;
}
.float_clear {
	clear:both;
}
.red {
	color:#F00;
}
.products li {
	float:left;
	text-align:center;
	padding:4px;
}
.products img {
	padding:4px;
	border:1px solid #999999;
}
.products a:hover img {
	border:1px solid #CC0000;
}
.products a {
	line-height:22px;
}
.news li {
	line-height:26px;
	border-bottom:1px dashed #999999;
	padding-left:10px;
	background:url(images/news_ico.jpg) left center no-repeat;
}
.news_date {
	text-align:center;
	border:1px dashed #999999;
	line-height:30px;
	margin-bottom:20px;
}
.date {
	float:right;
	color:#666;
}
.more {
	float:right;
	padding-right:5px;
}
.more a {
	color:#52A3C1;
}
/*常用标签通用样式*/
a {
	text-decoration:none;
	color:#000;
}
a:hover {
	text-decoration:underline;
	color:#06F;
}
p {
	line-height:18px;
}
h1 {
	font-size:14px;
	line-height:30px;
	text-align:center;
}
h2 {
	font-size:12px;
}
/*头部*/
#top_main {
}
#top {
	height:91px;
	background:#3D9CBC;
}
#logo {
	height:91px;
	width:200px;
	float:left;
}
#site_name {
	height:91px;
	width:500px;
	float:left;
	background:url(images/site_name.jpg) no-repeat;
}
#search {
	height:61px;
	width:280px;
	float:right;
	padding-top:30px;
}
/*导航栏*/
#navigation_main {
}
#navigation {
	height:49px;
	background:url(images/navigation_bg.jpg) repeat-x;
}
#navigation li {
	float:left;
	line-height:49px;
	text-align:center;
	width:96px;
	background:url(images/navigation_li_bg.jpg) right no-repeat;
}
#navigation li a {
	display:block;
	font-weight:bold;
}
#navigation li a:hover {
	text-decoration:none;
	background:url(images/navigation_bg_hover.jpg) center no-repeat;
	color:#000;
}
/*幻灯*/
#banner_main {
}
#banner {
	height:240px;
}
/*主体*/
#content_main {
}
#content {
	padding:10px 0;
	background:#FFF;
}
/*主体左侧*/
#left {
	float:left;
	width:150px;
	padding:0 5px;
}
.left_title {
	height:30px;
	line-height:30px;
	padding-left:35px;
	background:url(images/left_title_bg.jpg) no-repeat;
	color:#fff;
}
.left_body {
	border:1px solid #DEDEDE;
	padding:10px;
}
.left_body dl dt {
	line-height:20px;
	font-weight:bold;
	padding-left:10px;
	background:url(images/left_ico.jpg) center left no-repeat;
}
.left_body dl dd {
	line-height:18px;
	padding-left:15px;
}
.left_bottom {
	height:10px;
}
/*主体中部*/
#center {
	float:left;
	width:590px;
	padding:0 5px;
}
.center_title {
	height:34px;
	line-height:34px;
	background:url(images/center_title_bg.jpg) repeat-x;
	border:1px solid #ACACAC;
	border-top:none;
	border-bottom:none;
	padding-left:10px;
}
.center_body {
	border:1px solid #ACACAC;
	border-top:none;
	overflow:auto;
	zoom:1;
	padding:10px;
}
.center_bottom {
	height:10px;
}
/*主体右侧*/
#right {
	float:right;
	width:210px;
	padding:0 5px;
	background:#FFF;
}
.right_title {
	height:26px;
	line-height:26px;
	padding-left:10px;
	background:#7F7F7F;
	color:#FFF;
}
.right_body {
	padding:10px;
	overflow:auto;
	border:1px solid #999;
	zoom:1;
}
.right_bottom {
	height:10px;
}
/*友情链接*/
#link_img_main {
	padding:3px;
}
#link_img {
}
#link_img img {
	padding:2px;
	border:1px solid #999999;
}
#link_img a:hover img {
	border:1px solid #CC0000;
}
#link_text_main {
	padding:3px;
}
#link_text {
	background:#34B7E1;
	text-align:center;
	height:30px;
	line-height:30px;
}
/*版权信息*/
#copyright_main {
	background:url(images/copyright_main_bg.jpg) top repeat-x;
}
#copyright {
	height:89px;
	padding-top:20px;
	text-align:center;
}
table {
	border-collapse:collapse;
	width:100%;
	margin-top:10px;
}
table td {
	padding:3px;
	border:1px solid #EEEEEE;
}
table th {
	text-align:center;
	padding:5px;
	border:1px solid #EEEEEE;
	color:#06F;
}
input, textarea {
	border:1px solid #CCC;
	font-size:12px;
	padding:2px;
	font-family:"宋体";
}
