/*==========全局HTML标签=========*/
body {
	margin:0;
	padding:0;
	font-size:12px;
	color:#000;
	line-height:150%;	
	font-family:"宋体",sans-serif,verdana,lucida grande,lucida,arial,helvetica;
	background:#000 url("../images/paper.gif") top center no-repeat;
}
hr {	
	clear:both;
	height:1px;
	color:#ccc;
}
h3 {
	font-size:14px;
	font-weight:bold;
	padding:0;
	margin:0;
}
a img {/*图片链接无边框*/
	border:0
}
a {/*默认链接*/
	text-decoration: none;	
}
a:link {
	color:#000;
	text-decoration: none;
}
a:visited {
	color:#000;
	text-decoration: none;
}
a:hover {
	color:#c30;
	text-decoration: none;
}
a:active {
	color:#000;
	text-decoration: none;
}
form {/*表单内外补丁为零*/
	margin:0;
	padding:0;
}
input, select {/*表单元素input,select字体尺寸*/
	font-size:12px;
}
textarea {
	font-size:12px;
	border:solid 1px #ccc;
	padding:5px;
	line-height:150%;
}
.iptTxt {	
	border:solid 1px #a4815b;
	background:#f5daaa;
	color:#630;
}
.iptBtn {	
	border:solid 1px #a4815b;
	background:#e3c291;
	color:#000;
	padding-top:2px;
}
.iptArea {
	background:#fae7c4;
	border:solid 1px #a4815b;
}
.iptTxt2 {	
	border:solid 1px #a4815b;
	background:#fae7c4;
}
.iptTxt3 {
	border:solid 1px #00321c;
	background:#b9d4c5;
}
.iptBtn3 {
	border:solid 1px #237751;
	background:#83ab95;
	color:#00321c;
	padding-top:2px;
}
.iptArea3 {
	background:#b9d4c5;
	border:solid 1px #00321c;
}
html .iptArea3  {/*左右框架滚动条颜色*/
	scrollbar-face-color:#83ab95;
	scrollbar-highlight-color:#83ab95;
	scrollbar-shadow-color:#83ab95;
	scrollbar-3dlight-color:#237751;
	scrollbar-arrow-color:#000;
	scrollbar-track-color:#6d9b82;
	scrollbar-darkshadow-color:#237751;
}
/*--分页--*/
.pagination {
	clear:both;
	text-align:right;
	color:#630;
}
.pagination a:link {
	text-decoration:none;
	color:#630;
}
.pagination a:visited {
	text-decoration:none;
	color:#630;
}
.pagination a:hover {
	text-decoration:underline;
	color:#630;
}
.pagination a:link {
	text-decoration:none;
	color:#630;
}
.txtRed {
	color:#c06;
}
/*--产品分页--*/
.pagination2 {
	clear:both;
	text-align:right;
	color:#83ab95;
	padding:5px 0;
}
.pagination2 a:link {
	text-decoration:none;
	color:#1ab33d;
}
.pagination2 a:visited {
	text-decoration:none;
	color:#1ab33d;
}
.pagination2 a:hover {
	text-decoration:underline;
	color:#1ab33d;
}
.pagination2 a:link {
	text-decoration:none;
	color:#1ab33d;
}
/*返回*/
.goBack {
	clear:both;
	margin-top:15px;
	text-align:center;
}
.clearFloat {
	clear:both;
}

