﻿@charset "utf-8";
body {
	margin:0;
	background:#fff;
	font-size:13px;
	color:#797979;
	font-family:Arial,"宋体";
}
a {
	color:#797979;
	text-decoration:none;
}
a:hover {
	color:#D1180A;
	text-decoration: underline;
}
.topa a {
	color:#000;
	text-decoration:none;
}
/*导航文字*/
#nav {
	margin:0;
	padding:0;
	list-style:none;
	font-size:13px;
	color:#fff;
	font-weight:bold;
	height:31px;
	overflow:hidden;
}
#nav li {
	float:right;
	text-align:center;
	border-left:#fff solid 1px;
}
#nav li a {
	display:block;
	font-family:"微软雅黑";
	width:90px;
	line-height:31px;
	color:#fff;
	TEXT-DECORATION: none;
}
#nav li a:hover {
	background:url(../images/sub_bg_hover.gif) repeat-x;
	color:#FF0;
	TEXT-DECORATION: none;
}
/*分栏背景*/
.sub01 {
	color:#000;
	margin-top:10px;
	background:#f7f7f7;
	padding-left:10px;
	border-top:#fff solid 1px;
	border-left:#fff solid 1px;
	border-bottom:#d4d9dc solid 1px;
	border-right:#f4f4f1 solid 1px;
	line-height:25px;
	font-weight:bold;
}
.sub01 span {
	font-size:9px;
	float:right;
	padding-right:10px;
}
/*新闻列表*/
.newlist {
	margin:10px auto;
	padding:0;
	list-style:none;
}
.newlist li {
	margin:0px;
	line-height:24px;
	border-bottom:#A4A4A4 dashed 1px;
}
.newlist li span {
	float:right;
}
/*首页产品列表*/
.subcp {
	margin:10px auto;
	padding:0;
	list-style:none;
}
.subcp li{
	float:left;
	padding-right:20px;
	width:102px;
	height:125px;
}
.subcp li img {
	width:100px;
	height:80px;
	border: 1px solid #959595;
}
.subcp li span {
	text-align:center;
}
.subcp li span a {
	display:block;
	width:102px;
	line-height:30px;
	text-align:center;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}
/*导航栏目*/
h1 {
	margin:10px;
	padding-left:35px;
	font-size:13px;
	border:#E4E4E4 solid 1px;
	line-height:25px;
	background:url(../images/list.gif) no-repeat;
	background-position:20px 10px;
}
/*按钮*/
.input01 {
	width:120px;
	height:18px;
	border:#D5D5D5 solid 1px;
}
#cplist {
	margin:25px 0px 10px 0px;
	padding:0;
	list-style:none;
}
#cplist li{
	float:left;
	padding-left:68px;
	width:150px;
	height:200px;
}
#cplist li img {
	width:150px;
	height:150px;
	border: 2px solid #959595;
}
#cplist li span {
	text-align:center;
}
#cplist li span a {
	display:block;
	width:150px;
	line-height:30px;
	text-align:center;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}