@charset "gb2312";
/* design by pcfinal*/

* {
	margin:0;
	padding:0;
	list-style:none;
}
body {
	font-family:"宋体";
	font-size:12px;
}
input, select, textarea {
	font-size:12px;
	padding:3px 5px;
}
.layout {
	width:960px;
	margin:0 auto;/*居中*/
}
.clear {
	clear:both;/*清除浮动*/
}
img {
	border:none;
}
li {
	line-height:22px;/*全局列表行高*/
}
h1 {
	font-size:14px;
	text-align:center;
	line-height:26px;
}
h2 {
	font-size:12px;
}
p {
	line-height:22px;
}
a {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#BC1316;
	text-decoration:underline;
}
/*头部开始*/
#top {
	height:100px;
	border-top:5px solid #C1171A;
}
#logo {
	height:100px;
	width:200px;
	float:left;
}
#top_ad {
	height:100px;
	width:500px;
	float:left;
}
#top_menu {
	height:90px;
	width:250px;
	text-align:right;
	float:right;
	padding-top:10px;
	padding-right:10px;
}
#banner {
	height:230px;
}
/*头部结束*/

/*导航条开始*/
#nav {
	height:37px;
	margin:3px auto;
	background:url(images/nav_bg.jpg) no-repeat;
}
#nav ul li {
	float:left;
	line-height:37px;
	background:url(images/nav_bg_div.jpg) right no-repeat;
	width:95px;
	text-align:center;
}
#nav ul li a {
	display:block;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
}
#nav ul li a:hover {
	text-decoration:none;
	background:url(images/nav_bg_hover.jpg) center no-repeat;
	color:#000;
}
/*导航条结束*/

/*主体开始*/
#content {
}
#left {
	width:222px;
	float:left;
}
.left_title {
	height:26px;
	line-height:26px;
	padding-left:15px;
	margin-top:10px;
	background:url(images/left_title_bg.jpg) no-repeat;
}
.left_body {
	padding:10px;
	border:1px solid #999999;
	border-top:none;
	margin-bottom:10px;
}
.left_body ul li {
	padding-left:10px;
	line-height:30px;
	border-bottom:1px dashed #999;
	background:url(images/ico.jpg) center left no-repeat;
}
#right {
	width:720px;
	float:right;
	color:#000;
}
#right a {
	color:#000;
}
#right a:hover {
	color:#F60;
}
.right_title {
	height:26px;
	line-height:26px;
	padding-left:25px;
	margin-top:10px;
	position:relative;
	background:url(images/right_title_bg.jpg) no-repeat;
}
.right_title h2 {
	color:#FFF;
}
.right_body {
	padding:10px;
	border:1px solid #999999;
	border-top:none;
	overflow:auto;
	zoom:1;
}
.more {
	position:absolute;
	right:30px;
	top:0px;
	width:50px;
	height:30px;
	text-align:center;
}
.products li {
	float:left;
	text-align:center;
	padding:10px;
}
.g{float:left;
	text-align:center;
	padding:5px;}
.products img {
	padding:5px;
	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:15px;
	background:url(images/news_ico.jpg) left center no-repeat;
	position:relative;
}
.data {
	position:absolute;
	right:20px;
	top:0px;
}
/*主体结束*/


/*底部开始*/
#link_text {
	height:37px;
	line-height:37px;
	margin-top:5px;
	background:#C3191C;
}
#link_text ul li {
	float:left;
	text-align:center;
	padding-left:10px;
	line-height:40px;
}
#link_text ul li a {
	color:#FFF;
}
#link_img {
}
#link_img ul img {
	padding:3px;
	border:1px solid #999;
}
#link_img a:hover img {
	border:1px solid #C1171A;
}
#link_img ul li {
	float:left;
	text-align:center;
	padding-left:10px;
	line-height:40px;
}
#footer {
	text-align:center;
	padding:10px 0;
}
/*底部结束*

/*表格开始*/
.table {
	border-collapse:collapse;
	width:100%;
	margin-top:10px;
}
.table td {
	padding:5px;
	border:1px solid #CCC;
}
.table th {
	text-align:center;
	padding:5px;
	border:1px solid #CCC;
}
/*表格结束*/
.submit {
	text-align:center;
}
.submit input {
	padding:10px 25px;
}
.m{ width:180px; white-space:nowrap;    
        word-break:keep-all;    
        overflow:hidden;    
        text-overflow:ellipsis;  }