/*网站公用样式，必须定义*/
/*****    让所有标签的外边界和内部的填充都为0    *****/
html, body, a, h1, h2, h3, h4, h5, h6, p, div, ul, li, ol, dl, dt, dd, img, form, input, textarea, select, fieldset {
	margin: 0px;
	padding: 0px;
}
/*****   控制英文字符连续自动换行    *****/
div, span, th, td, dt, dd, h1, h2, h3, h4, h5, h6, em, strong, i, a, b, a, p {
	word-break: break-all;
	white-space:normal;/*现浏览器不支持的代码word-wrap: break-word;*/
}
/*****    让所有图片都边框都为0    *****/
img { border:none; }
/*****    让所有类型的列表都是没有样式的    *****/
ul, ol, dl { list-style-type: none; }
select, input, select { vertical-align:middle; }
/*****    让所有表格中的字体和字号统一，同时保证IE、FF中都是居中显示    *****/
table {
	margin-left:auto;
	margin-right:auto;
}
/*****   控制页面中的文字字体和字号   *****/
body, table, input, select, textarea {
	font-family: Arial, "宋体";
	font-size: 12px;
}
/*****    清楚对象的左右浮动    *****/
.clear {
	font-size: 0px;
	line-height: 0px;
	clear: both;
	height: 0px;
}
/*****    单独设置下划线    *****/
.underline a:hover { text-decoration: none; }
/*****    网页公用的属性设置，包括文字字体、文字颜色、背景颜色或者图像等    *****/
body {
	color: #000;
	background-color:#004900;
	line-height:25px;
}
/*****   网页中默认链接的样式设置   *****/
a {
	color: #000;
	text-decoration:none;
	line-height:26px;
}
/*****   网页中默认鼠标滑过链接的样式设置   *****/
a:hover {
	color: #C50614;
	text-decoration: underline;
	line-height:26px;
}
/*网站公用样式结束*/
/*页面样式开始*/
.space
{
	width: 1px;
	background-color: #76A853;
}
.nav a
{
	display: block;
	font-size: 13px;
	font-weight: bold;
	color: #D8E6CE;
	text-decoration: none;
	height: 36px;
	line-height: 36px;
	width: 132px;
}
.nav a:hover 
{
	color: #265A00;
	background-image: url(nav_1.jpg);
	background-repeat: repeat-x;
	background-position: center center;	
	text-decoration: none;
	line-height: 36px;
}
.nav {
	line-height: 36px;
	text-decoration: none;
	text-align: center;
	height: 36px;
	width: 132px;
}
.product li{
	line-height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
	height: 30px;
}
.news_main_list1 {
	margin:0px 0px 0px 0px;
	padding:0px 0px;
}
.news_main_list1 li {
	border-bottom: dashed 1px #CCCCCC;
	height:25px;
	line-height:25px;
	display: block;
}
.news_main_list1 a {
	color:#000000;
	font-size:12px;
	text-decoration:none;
	padding-left:35px;
	background-image: url(icon5.jpg);
	background-repeat: no-repeat;
}
.news_main_list1 a:hover {
	text-decoration:underline;
	color:#CE0803;
}
.news_main_list1 span {
	float:right;
	color:#6F6F6F;
	font-size:11px;
	font-family:"Arial "
}
.fenye{
	background-image: url(point_banner_about.jpg);
	background-repeat: no-repeat;
	background-position: right -19px;
}
.footer a{color: #FFFFFF;}
.footer a:hover{
	color: #0066FF;	
}
.footer a:active{color: #FFFFFF;}

.STYLE1 {
	color: #007500;
	font-weight: bold;
}
.STYLE2 {color: #007500}

.style2 a{color:#007500}

.style2 a;hover{color:#007500}

.style2 a;active{color:#007500}

.STYLE3 {color: #FFFFFF}
.news_main_list {
	margin:0px 0px 10px 0px;
	padding:0px 30px;
}
.news_main_list li {
	border-bottom: dashed 1px #CCCCCC;
	height:28px;
	line-height:28px;
	display: block;
	text-align: left;
}
.news_main_list a {
	color:#000000;
	font-size:13px;
	text-decoration:none;
	padding-left:25px;
	line-height:28px;
	background:url(li.gif) no-repeat;
	text-align: left;
	display: block;
}
.news_main_list a:hover {
	background:url(li1.gif) no-repeat;
	text-decoration:underline;
	font-size:13px;
	line-height:28px;
	color: #CC0000;
}
.news_main_list span {
	float:right;
	padding-right:10px;
	color:#5e5e5e;
	font-size:12px;
	font-family:"宋体"
	
}
.diaocha{
	background-image: url(bg_title3.gif);
	background-repeat: no-repeat;
	background-position: left 40px;
}
.liuyan_1{
	border: 1px solid #004900;
}