body {
	margin: 0px;
	padding: 0px;
	font-family: "宋体";
	font-size: 12px;
	line-height: normal;
	background-color: #6d6d6d;
}
td {
	font-family: "宋体";
	font-size: 12px;
	line-height: 23px;
	color: #464646;
}
.dh_bj {
	background-image: url(../Images/index_23.gif);
	background-repeat: no-repeat;
	height: 32px;
}
.ny_bj {
	background-image: url(../Images/index_23_ny.gif);
	background-repeat: no-repeat;
	height: 32px;
}
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;
}
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{
	width:85px;
	height:25px;
	color:#FFFFFF;
	font-weight: bold;
	background:url(../Images/company/company_13.gif) no-repeat center center;
}
/**************************************************************/
/*定义文字属性*/
.b {
	font-weight:bold;
}
.i {
	font-style: italic;
}
.u {
	text-decoration: underline;
}
.f_Page,.red {
	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 */