@charset "gb2312";
/* CSS Document */

* {
	margin:0;
	padding:0;
	list-style:none;
}

body {
	font-size:14px;
	font-family:"微软雅黑", verdana,helvetica,arial,sans-serif;
	background:url(../images/body_bg.jpg) #444;
}

/*--- 外部div背景 ---*/
#bg{ margin:0 auto; width:100%; background:url(../images/wrapper_BG.jpg); background-repeat: repeat-x; }
#bg2{ margin:0 auto; width:100%; background:url(../images/layer3.png); background-repeat: no-repeat; background-position: center top; }

img {
	border:none;
}

/*--- 底部背景 ---*/
#footer_bg{ width:100%; margin:0 auto; background:#000;}
#footer{ clear:both;width:980px;  text-align:center;line-height:1.5em; padding:15px 0 15px 0; margin:0 auto; color:#fff;background:url(../images/footerbg.jpg) no-repeat; }
#footer a,#footer a:visited{color:#fff;}
#footer .custom_con{ border:none; padding:0; margin:0; text-align:center;}
#footer .com_con{ border:none; padding:0; margin:0; background:none;}

/*常用类*/
.layout_center {
	width:980px;
	margin:0 auto;
	background:#FFF;
}
.layout_center_Transparent {
	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:16px;
	line-height:30px;
	text-align:center;
}
h2 {
	font-size:14px;
}
/*头部*/
#top_main {
}
#top {
	height:100px;
}
#logo {
	padding-left:30px;
	padding-top:20px;
	height:60px;
	width:200px;
	float:left;
	
}
#site_name {
	height:60px;
	width:500px;
	float:left;
}
#search {
	height:60px;
	width:280px;
	float:right;
	padding-top:30px;
}

/*导航栏*/
#navigation_main {
	height:45px;
	background:url(../images/nav_bg.jpg) repeat-x;
	background-position: bottom;
}
#navigation {
	width:980px; 
	margin:0 auto;
}

.navigation_l{display:none;}
.navigation_r{display:none;}

#navigation li {
	float:left;
	width:100px;
	line-height:45px;
	text-align:center;
	position:relative;
    background-image: url(../images/nav_line.jpg); 
	background-repeat: no-repeat; 
	background-position: right top;
}

#navigation li a,.navigation li a:visited{
	text-decoration: none;
	color: #000;
	font-weight: bold;
	display: block; 
	font-size:14px;
}

#navigation li a:hover,.navigation li.hover a {
	display:block;
	width:100px;
	color: #fff;
	text-decoration: none;
	background-image: url(../images/menu_hover.jpg);
	background-repeat: repeat; 
}

#navigation li.hover a:visited{
	color:#ca0000;
	}

/*幻灯*/
#banner_main {
}
#banner {
	height:311px;
}
/*主体*/
#content_main {
}
#content {
	padding:10px 0;
	background:#FFF;
}
/*主体左侧*/
#left {
	float:left;
	width:264px;
	padding:0 5px;
}
.left_title {
	height:41px;
	line-height:41px;
	padding-left:35px;
	background:url(../images/left_title_bg.gif) 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:right;
	width:690px;
	padding:0 5px;
}
.center_title {
	height:41px;
	line-height:41px;
	background:url(../images/right_title_bg.gif) repeat-x;
	border:1px solid #DEDEDE;
	border-top:none;
	border-left:none;
	padding-left:30px;
}
.center_body {
	border:1px solid #DEDEDE;
	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 {
}
#link_img {
	padding:0 5px;
	text-align:left;
}
#link_img img {
	padding:2px;
	border:1px solid #999999;
}
#link_img a:hover img {
	border:1px solid #CC0000;
}
#link_text_main {
}
#link_text {
	text-align:center;
	height:30px;
	line-height:30px;
}
/*版权信息*/
#copyright_main {

}
#copyright {
	height:80px;
	padding-top:10px;
	text-align:center;
}
table {
	border-collapse:collapse;
	width:100%;
	margin-top:10px;
}
table td {
	padding:3px;
	border:0px 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:"微软雅黑", verdana,helvetica,arial,sans-serif;
}

