@charset "utf-8";

/* CSS Document */
/*常用和布局 */
* { margin:0; padding:0; list-style:none;}
td{height:24px;}
.align_right { text-align:right; }
.clear { clear:both; *display:inline;*overflow:hidden; }
.mart8 { margin-top:8px; }
.padb8 { padding-bottom:8px; }
.pad10 { padding:10px;}
.padLeft8{padding-left:3px;}
.lineh22 { line-height:22px; }
.line_x {
	background-image: url(/images/zgmx.gif);
	background-repeat: repeat-x;
	background-position: 0px -353px;
	height:2px;
	overflow:hidden;
}
.line_y {
	background-image: url(/images/zgmx.gif);
	background-repeat: repeat-y;
	background-position: 0px -392px;
	width:1px;
} 

table,img{ border: 0px;}

.alignCenter{margin-left:auto;margin-right:auto}
.textAlignCenter{
text-align:center}
.textAlignLeft{
text-align:left}
.textAlignRight{
text-align:right}
.bgcolorWhite{
background-color:#FFFFFF;}
.widthHundred{width:100%}
.floatLeft{float:left;}
.floatRight{float:right;}
.hide{display:none}
.alertForm{border:solid 1px #fb9f46}


				.list14_symbol li{
	/*background-image: url(../images/zgmx.gif);
	background-repeat: no-repeat;
	background-position: -15px -163px;
	padding-left:10px;*/
	
}

				.list14_symbol li a{
font-size:14px;
line-height:28px;
}
	
					.list14_symbol li a:hover{
font-size:14px;
line-height:28px;
}
	
	
					.list12_symbol li{
	/*background-image: url(../images/zgmx.gif);
	background-repeat: no-repeat;
	background-position: -16px -230px;
	padding-left:8px;*/
	
}

				.list12_symbol li a{
font-size:12px;
line-height:24px;
}
	
	
/*常用文字*/
.enFont{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}


/*链接样式 */
a:link,a {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}

a:hover {
	font-size: 12px;
	color: #ff1200;
	text-decoration: none;
}



/*灰色链接样式 */
a.gray:link{
    color: #6c6c6c;
	text-decoration: none;
}

a.gray:hover {
	color: #6c6c6c;
	text-decoration: none;
}

.gray{
    color: #6c6c6c;
	text-decoration: none;
	}
/*
a.Gray:visited {
	color: #6c6c6c;
	text-decoration: none;
}
*/

/*蓝色链接样式 */
a.Blue:link{
    color: #465a70;
	text-decoration: none;
}

a.Blue:hover {
	color: #465a70;
	text-decoration: none;
}

.Blue{
    color: #465a70;
	text-decoration: none;
	}
/*
a.Gray:visited {
	color: #0f648d;
	text-decoration: none;
}
*/
/*白色链接样式 */
a.White:link{
    color: #ffffff;
	text-decoration: none;
}

a.White:hover {
	color: #FFFF00;
	text-decoration: none;
}

.White{
    color: #ffffff;
	text-decoration: none;
	}
/*
a.Gray:visited {
	color: #ffffff;
	text-decoration: none;
}
*/

.font14{font-size: 14px;}
.font12{font-size: 12px;}

/*红色链接样式 */
a.red:link{
    color: #ff0000;
	text-decoration: none;
}

a.red:hover {
	color: #ff0000;
	text-decoration: none;
}

.red{
    color: #ff0000;
	text-decoration: none;
	}
