/* 基本信息 */
* {
	margin: 0px;
	padding: 0px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	text-align: center;
	font-size: 12px;
	color: #666666;
	
	scrollbar-face-color: #F2F2F2;
	scrollbar-shadow-color: #999999;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #999999;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #999999;
}
a:link, a:visited, a:active {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #0033CC;
	text-decoration: none;
}
input {
	border: 1px solid #666666;
	padding: 2px;
	height: 20px;
}

/* 布局 */
#container {
	margin: 0 auto;
	width: 800px;
}
#header {
	clear: both;
}
#main {
	clear: both;
}
#footer {
	clear: both;
}

/* 头部 */
#header_logo {
	clear: both;
	height: 135px;
	border-bottom: 2px solid #30AF10;
}
#header_logo_pic {
	float: left;
	width: 200px;
}
#header_logo_nav {
	float: left;
	width: 600px;
}
#header_name {
	clear: both;
	padding-top: 30px;
	padding-left: 80px;
	text-align: left;
	height: 65px;
	font-size: 14px;
	color: #666666;
}
#header_name a {
	height: 35px;
	line-height: 35px;
	font-weight: bold;
	color: #003399;
}
#header_name div {
	color: #560C96;
	font-size: 16px;
	font-weight: bold;
}
#header_nav {
	clear: both;
	height: 40px;
}
#header_nav li {
	list-style: none;
	float: right;
	cursor: pointer;
}
.header_nav_a, .current_nav {
	width: 100px;
	background: url(../images/nav_bg.gif) no-repeat;
	text-align: center;
	display: block;
	color: #666666;
	font-size: 14px;
	line-height: 35px;
	padding-top: 5px;
	margin-left: 6px;
}
.current_nav, .header_nav_a:hover
{
	color: #FFFFFF;
	background: url(../images/nav_bg_on.gif) no-repeat;
}
.current_nav span {
	color: #FFFFFF;
}

/* 主体 */
#main_banner {
	padding-top: 2px;
	clear: both;
}

#main_body {
	clear: both;
	margin-top: 5px;
}

#main_body_left {
	float: left;
	width: 300px;
}
#main_body_middle {
	float: left;
	margin-left: 10px;
	width: 290px;
}
#main_body_right {
	float: left;
	margin-left: 10px;
	width: 190px;
}

#main_body_left_title, main_body_middle_title, main_body_right_title, main_body_right_about_title {
	margin-bottom: 5px;
}
#main_body_left_nav ul li
{
	list-style: none;
	border-bottom: #CDCDCD 1px dashed;
	font-size: 12px;
	text-align: left;
}
.li_2
{
	padding-left: 10px;
}
#main_body_left_nav ul li a, #main_body_left_nav ul li p
{
	display: block;
	line-height: 27px;
}
#main_body_left_nav ul li a:hover
{	
	
}
#main_body_left_nav ul li a span, #main_body_left_nav ul li p span
{
	padding-left: 25px;
	background: url(../images/array.gif) no-repeat 4px 4px;
	font-size: 14px;
}

#main_body_middle_nav ul li {
	list-style: none;
	text-align: left;
	line-height: 25px;
}
#main_body_middle_nav ul li a {
	padding-left: 20px;
	background: url(../images/array_1.jpg) no-repeat 4px 4px;
}
.main_body_middle_nav_more {
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
}

#main_body_right_content, #main_body_right_about_content {
	text-align: left;
	line-height: 20px;
}

.main_body_left_pro_nav {
	padding-bottom: 5px;
	padding-top: 10px;
	clear: both;
}
.main_body_left_pro_nav img {
	width: 200px;
}
.main_body_left_pro_nav_line {
	clear: both;
	margin-top: 3px;
	margin-bottom: 3px;
	border-bottom: 1px dashed #999999;
}
.main_body_left_pro_nav_img {
	width: 140px;
	height: 140px;
	float: left;
	text-align: center;
}
.main_body_left_pro_nav_detail {
	width: 140px;
	height: 140px;
	float: left;
	text-align: center;
}
.main_body_left_pro_nav_img img {
	width: 135px;
}
.main_body_left_pro_nav_detail img {
	width: 135px;
}
.main_body_left_pro_nav_detail_all {
	line-height: 22px;
}
.main_body_left_pro_nav_detail_title {
	font-weight: bold;
	line-height: 25px;
	font-size: 14px;
}

/* 尾部 */
.space {
	height: 15px;
}
#footer_left {
	float: left;
	width: 610px;
}
#footer_nav {
	line-height: 35px;
	background: #CCCCCC;
}
#footer_info {
	padding-top: 10px;
	height: 50px;
}
#footer_info div {
	line-height: 25px;
}
#footer_right {
	float: right;
	width: 190px;
}
#footer_1 {
	height: 31px;
	padding-top: 4px;
	background: #30AF10;
}


/* 公司简介 */
#about_list {
	float: left;
	width: 200px;
}
#about_list ul li {
	text-align: left;
	list-style: none;
	border-bottom: 1px solid #CDCDCD;
	border-right: 1px solid #CDCDCD;
	font-size: 12px;
}
#about_list ul li a, #about_list ul li p
{
	display: block;
	line-height: 30px;
}
#about_list ul li a:hover
{
	position: relative;
	top: 1px;
	left: 1px;
}
#about_list ul li a span, #about_list ul li p span
{
	padding-left: 25px;
	background: url(../images/array.gif) no-repeat 4px 4px;
	font-size: 14px;
}
#about_content {
	float: left;
	width: 590px;
	margin-left: 10px;
}
#about_content_link {
	border-bottom: 1px solid #CDCDCD;
	line-height: 30px;
	text-align: right;
}
#about_content_title {
	border-bottom: 1px dashed #CDCDCD;
	line-height: 30px;
	text-align: left;
	color: #006600;
	font-weight: bold;
	font-size: 14px;
	padding-left: 30px;
	background: url(../images/array_3.gif) no-repeat 1px 7px;
	margin-bottom: 10px;
}
#about_content_body {
	text-align: left;
	padding: 3px;
	line-height: 20px;
}
/* 新闻中心 */
#news_list {
	padding: 5px;
}
#news_list li {
	list-style: none;
	text-align: left;
	line-height: 30px;
}
#news_list li a {
	padding-left: 20px;
	text-decoration: underline;
	color: #0000FF;
	font-size: 14px;
	font-weight: bold;
	background: url(../images/array_1.jpg) no-repeat 4px 4px;
}
.news_time {
	font-size: 14px;
	font-weight: bold;
	color:#0066FF;
}
.news_info {
	line-height: 25px;
	padding-left: 20px;
}
#news_detail_title {
	border-bottom: 1px dashed #CDCDCD;
	line-height: 30px;
	color: #0000FF;
	font-weight: bold;
	font-size: 14px;
	padding-left: 30px;
	margin-bottom: 10px;
}
#news_detail_time {
	margin-bottom: 10px;
}
/* 新品展示 */
.product_list {
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
}
.product_list_img {
	float: left;
	width: 150px;
	text-align: center;
}
.product_list_img img {
	border: none;
}
.product_list_detail {
	float: left;
	width: 420px;
}
.product_list_detail_all {
	line-height: 20px;
}
.product_list_detail_all span {
	font-weight: bold;
	letter-spacing: 5px;
	margin-right: 10px;
}
.product_list_detail_title {
	font-weight: bold;
	line-height: 25px;
	font-size: 14px;
}
.product_list_detail_title_view {
	font-weight: bold;
	line-height: 25px;
	font-size: 14px;
	color: #0000FF;
}
.product_list_line {
	clear: both;
	padding-top: 10px;
	border-bottom: 1px dashed #CDCDCD;
}

/* 产品目录 */

/* 联系我们 */
.contactus_list {
	clear: both;
	line-height: 26px;
}
.contactus_list_key {
	float: left;
	width: 100px;
	text-align: right;
}
.contactus_list_val {
	float: left;
	width: 470px;
	margin-left: 10px;
}