/* CSS Document */

/*页面全局定义*/
body {
	font-size: 12px;
	color: #333;
	margin: 0;
	line-height: 20px;
}
td{

	font-size: 12px;
	color: #333;
	margin: 0;
	line-height: 20px;
}
a:link,a:visited,a:active {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #f60;
	text-decoration: underline;
}

/*页面内容定义*/
#nav {
	background: url(../images/navbg.jpg);
	height: 38;
}
#nav a {
	margin-left: 10px;
	margin-right: 10px;
}
#nav a:hover {
	position: relative; 
	top: 1px;
	left: 1px;
}
#footer {
	color: #fff;
}
#footer a:link,#footer a:visited,#footer a:active {
	color:#fff;
}
#footer a:hover {
	position: relative;
	top: 1px;
	left: 1px;
}

.bar1 {
	border-bottom: 1px solid #38B64B;
	line-height: 15px;
}
.bar1t a {
	color: #fff !important;
	font-weight: bold;
	line-height: 20px;
}
.bar1t a:hover {
	position: relative; 
	top: 1px;
	left: 1px;
}
.nlist {
	line-height: 25px;
}
.nlist i {
	font-style: normal;
	color: #f60;
}
.nlist b {
	font-weight: normal;
	color: #888;
	float: right;
}

.bar2 {
	border-bottom: 2px solid #38B64B;
	line-height: 15px;
}
.bar2t {
	line-height: 19px;
	font-weight: bold;
}
.slist {
	line-height: 25px;
	font-weight: bold;
	color: #00980f;
}
.slist b {
	color: #f60;
	font-size: 10px;
	margin-right: 10px;
}
.slist a {
	color: #00980f !important;
}
.slist a:hover {
	position: relative;
	top: 1px;
	left: 1px;
}
.login {
	border: 1px solid #d2dce5;
}
.logininput {
	height: 18px;
	width: 110px;
	color: #888;
	font-family:Arial, "宋体";
}
.searchinput {
	height: 18px;
	width: 100px;
	color: #888;
	font-family:Arial, "宋体";
}
.linkw {
	width: 210px;
}
.prot a {
	color: #00980f !important;
	font-weight: bold;
}
.prot a:hover {
	color: #00980f !important;
	font-weight: bold;
	position: relative;
	top: 1px;
	left: 1px;
}
.botline {
	border-bottom: 1px dotted #888;
}

.listt {
	color: #00980f;
	font-weight: bold;
	line-height: 22px;
}
.cmain {
	line-height: 20px;
}
.cmain h3 {
	margin: 0;
	margin-top: 5px;
	margin-bottom: 15px;
	text-align: center;
}
.cmain p {
	text-indent: 24px;
	margin: 0;
	margin-bottom: 12px;
}


