﻿* {
	margin:0 auto;
	padding:0;
}
ul {
	padding:0;
	margin:0;
	list-style:none;
}
img {
	border:none;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
body {
	font-family:Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}
/*顶部*/
#header {
	width:930px;
	height:70px;
}
#header-left {
	width:122px;
	height:57px;
	float:left;
	padding:13px 0 0 8px;
}
#header-middle {
	width:493px;
	height:53px;
	line-height:53px;
	float:left;
	padding:7px 0 0 27px;
	font-size:20px;
	text-align:center;
}
#header-right {
	width:250px;
	height:10px;
	float:right;
	padding:22px 0 0 0;
}
#inputcss {
	border:#DDD solid 1px;
	padding:1px;
	margin-right:5px;
}
/*菜单*/
#nav {
	width:930px;
	height:26px;
	background:url(../images/navbg.jpg) no-repeat;
	background-color:#333333;
}
#nav a {
	color:#FFFFFF;
	width:90px;
	height:26px;
	line-height:26px;
	text-align:center;
	display:block;
	font-weight:bold;
	float:left;
	border-right:#999999 solid 1px;
}
#nav a:hover {
	color:#FF8000;
	text-decoration:none;
}
#nav li {
	color:#999999;
	float:left;
}
/*首页FLASH*/
#index-image {
	width:930px;
	height:170px;
	margin:5px auto;
}
/*首页列表*/
#main {
	width:930px;
	height:auto !important;
	padding:2px 0 10px 0;
}
/*左列*/
#leftsider {
	width:690px;
	height:auto !important;
	float:left;
}
#about {
	width:689px;
	height:240px;
	margin-bottom:7px;
}
#about-content {
	padding:7px 12px;
	height:200px;
	color:#000000;
	border:#DDD solid 1px;
	border-top:none;
}
#about-content img {
	float:left;
	margin-right:7px;
}
#about-content p {
	line-height:20px;
	text-indent:18px;
	padding:8px 0 12px 0;
}
#about-content a {
	text-decoration:underline;
	color:#333;
}
#products {
	width:689px;
	height:205px;
	float:left;
}
#products-content {
	width:687px;
	height:165px;
	border:#DDD solid 1px;
	border-top:none;
	padding:15px 0 0 0;
}
#products-content img {
	width:120px;
	height:120px;
}
#products-content em {
	width:120px;
	line-height:30px;
	display:block;
}
#products-content a {
	color:#000;
	font-size:13px;
	text-decoration:underline;
}
#products-content em a:hover {
	text-decoration:none;
}
/*右边*/
#rightsider {
	width:222px;
	height:auto !important;
	float:right;
}
#news {
	width:220px;
	height:auto !important;
	padding:0 0 5px 0;
	float:right;
}
#news-content {
	width:218px;
	height:130px;
	border:#DDD solid 1px;
	border-top:none;
	padding:7px 0 12px 0;
}
#news-content li {
	width:198px;
	float:left;
	line-height:25px;
	padding:0 0 0 17px;
	margin:1px auto;
	background:url(/images/indexlist.jpg) no-repeat 7px 10px;
	border-bottom:#DDD dashed 1px;
}
#news-content li a {
	color:#333333;
}
#fenlei {
	width:220px;
	height:auto !important;
	float:right;
	margin-top:5px;
}
#fenlei-content {
	width:218px;
	height:220px !important;
	height:216px;
	border:#DDD solid 1px;
	border-top:none;
	padding:18px 0 0 0;
}
#fenlei-content li {
	width:100px;
	float:left;
	line-height:28px;
	text-align:center;
}
#fenlei-content a {
	color:#000000;
}
#fenlei-content a:hover {
	color:#FF0000;
	text-decoration:underline;
}
/*底部*/
#footer {
	width:930px;
	height:auto !important;
	text-align:center;
	padding:10px 0 17px 0;
	color:#333333;
	border-top:#DDD solid 1px;
}
#footer p {
	line-height:22px;
}
#footer a {
	color:#333333;
}
/*集合*/
.titleleft {
	width:683px;
	background:url(../images/titlebg-l.jpg) no-repeat;
	background-color:#E7E7E7;
	padding:5px 0 5px 7px;
	font-size:12px;
	color:#333333;
	font-weight:bold;
}
.titleright {
	width:213px;
	background:url(../images/titlebg-r.jpg) no-repeat;
	background-color:#E7E7E7;
	padding:5px 0 5px 7px;
	font-size:12px;
	color:#333333;
	font-weight:bold;
}
.titleleft span, .titleright span {
	float:right;
	padding:5px 7px 5px 7px;
}
.cf {
	clear:both;
}

