/*----------------------------网页整页属性-------------------------------------------------------*/ 
body {  margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
        background-color:#ffffff;
		
		font-family: Tahoma; FONT-SIZE: 14px; text-decoration: none; color:#2C2D2E; /*text-decoration: none无 | underline下划线 | blink闪烁 | overline上划线 | line-through贯穿线   */
		/*设置或检索背景图像是随对象内容滚动还是固定(scroll :滚动 ,fixed :固定 )  background-attachment: fixed; */
		
	}
 
 
 
/*-----------------------------表格，单元格属性------------------------------------------------*/ 
table { font-family: Arial; FONT-SIZE: 13px; } 
td { font-family: Arial; FONT-SIZE: 13px; }



/*------------------------------内容，版权，左边菜单属性---------------------------------------*/ 
.leftmenu {color:#2C2D2E;font-family:Tahoma;}
.content {color:#2C2D2E;font-family:Arial;line-height:25px; letter-spacing: 0px;font-size:13px; }
.copy{color:#2C2D2E;font-family:verdana,Arial;}
.lead{color:#ffffff;}
.news{font-family: Arial; FONT-SIZE: 13px; line-height:30px;}


/*-----------------#FFFFFF--------------链接属性------------------------------------------------------*/ 
a{color:#2C2D2E;}                        		
a:hover {color:#F04B51;}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a:


/*----------------------------------------------------------------------------------------------*/ 

.english { font-family:tahoma;}
.menu {color:#ffffff;font-size:13px;letter-spacing:0px;font-family:verdana,Arial;}


.high18 {color:#F66A39;font-size:18px;font-family:verdana,Arial;}
.high20{line-height:20px;text-align:left; }
.font14{font-size:14px;color:#848178;}
.copyright{font-size:13px;color:#000000;font-family:tahoma;}
.float{ float:right; margin:5px}  /*允许其他对象与它在一行中显示.*/





/*--------- TOP 字体等控制- ---------------------------------------*/ 
.topfont{ font-size:12px; color:#FFFFFF;}
.topfont1{ font-size:12px; color:#FFFFFF;}
  





/*--------- 底部的版权 字体等控制- ---------------------------------------*/ 

.button1{ font-size:11px; line-height:13px;}


.line {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 20px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

