body {
	margin: 0px;
	padding: 0px;
	font-family: "宋体";
	font-size: 12px;
	line-height: normal;
	background-color: #c4c4c4;
}
td {
	font-family: "宋体";
	font-size: 12px;
	line-height: 23px;
	color: #464646;
}

a:link {
	font-family: "宋体";
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a:visited {
	font-family: "宋体";
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-family: "宋体";
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
}
a.hei:link,a.hei:visited,a.hei:active{
	color:#333333;
	font-family: "宋体";
	font-size: 12px;
}
a.hei:hover{
	color:#FF0000;
	font-family: "宋体";
	font-size: 12px;
}
.hui12 {
	font-family: "宋体";
	font-size: 12px;
	line-height: 22px;
	color: #6E6E6E;
	text-decoration: none;
	font-weight: bold;
}
.white {
	font-family: "宋体";
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.bj_ny {
	background-image: url(../Images/ny/bj_1.gif);
	background-position: top;
	height: 280px;
}



big.hei:link,big.hei:visited,big.hei:active{
	color:#333333;
	font-family: "宋体";
	font-size: 12px;
}
big.hei:hover{
	color:#FF0000;
	font-family: "宋体";
	font-size: 12px;
}
a.blue:link,a.blue:visited,a.blue:active,a.blue:hover{
	color:#FFFFFF;
	font-weight: bold;
}
.bj_shu {
	background-image: url(../Images/ny/shu_btt.gif);
	background-position: top;
	height: 524px;
	width: 24px;
}
.red {
	color: #EE4B42;
	font-weight: bold;
}
.menu_over {
	background: url(../Images/menu_over.gif) no-repeat;
	width:208px;
	height:37px;
	line-height:37px;
	padding-left:30px;
}
.menu_out {
	background: url(../Images/menu_out.gif) no-repeat;
	width:208px;
	height:37px;
	line-height:37px;
	padding-left:30px;
}
/**************************************************************/
/*定义文字属性*/
.b {
	font-weight:bold;
}
.i {
	font-style: italic;
}
.u {
	text-decoration: underline;
}
.f_Page {
	color:#F00;
}
.en {
	font:11px Verdana, Arial, Helvetica, sans-serif;
}
.cursor_p {
	cursor:pointer;
}
/*********************css文字截取******************************/
.StrValue{
	display:block;
	width:186px;
	white-space:nowrap;
	overflow:hidden;
	float:left;
	-o-text-overflow: ellipsis;    /* for Opera */
	text-overflow:ellipsis;        /* for IE */
}
.StrValue:after{
	content:"...";
	padding-left:3px;
	font-size:12px;
}/* for Firefox */