@charset "utf-8";
/* CSS Document */
body
{
	margin-top:0px;		/* 网页上边距 */
	margin-bottom:0px;	/* 网页底边距 */
	margin-left:0px;	/* 网页左边距 */
	margin-right:0px;	/* 网页右边距 */
	font-size:12px;												/* 网页字体大小 */
	font-family:Verdana, Arial, Helvetica, sans-serif,"宋体";	/* 网页字体 */
	color:#000000;												/* 网页文本颜色 */
	line-height:20px;											/* 标准行高 */
	text-align:left;											/* 文本对齐 */
	background-repeat: repeat-y;
	background-position: center top;
}


/*导航菜单超级链接*/
a{color: #000000;text-decoration: none;font-size: 12px;}
a:hover {color: #8C99A4;text-decoration: none;font-size: 12px;}

a.menu{color: #ffffff;text-decoration: none;font-size: 13px;font-weight: bold;}
a.menu:hover {color: #ffffff;text-decoration: none;font-size: 13px;font-weight: bold;text-decoration: underline;}

a.menu02{color: #7C7C7C;text-decoration: none;font-size: 12px;font-weight: bold;}
a.menu02:hover {color: #7C7C7C;text-decoration: none;font-size: 12px;font-weight: bold;text-decoration: none;}

a.pr{color: #0771AF;text-decoration: none;font-size: 12px;}
a.pr:hover {color: #0771AF;text-decoration: underline;font-size: 12px;}

a.more{color: #000000;text-decoration: none;font-size: 12px;}
a.more:hover {color: #ffffff;text-decoration: none;font-size: 12px;}

a.news{color: #000000;text-decoration: none;font-size: 12px;}
a.news:hover {color: #000000;text-decoration: none;font-size: 12px;text-decoration: underline;}


.title01{font-size:13px;font-weight: bold;color: #C60C0C;line-height:18px;}
.title02{font-size:14px;font-weight: bold;color: #FDAF04;line-height:24px;}
.title03{font-size:13px;font-weight: bold;color: #000000;line-height:20px;}
.title04{font-size:12px;font-weight: bold;color: #FD802C;line-height:20px;}
.title05{font-size:12px;font-weight: bold;line-height:20px;color: #000000;}

/*表格属性*/
table{ font-size:12px;line-height:20px;border-collapse:collapse;}

.text12 {color: #5994BC;font-size: 12px;}
.red {color: #B93E3E;font-size: 12px;}
.text11 {color: #999999;font-size: 12px;}
.text02{color: #ffffff;font-size: 13px;line-height: 18px;font-weight: bold;}
.text03{font-size:12px;color: #ffffff;line-height:24px;}

.copyright{color: #5A5A5A;font-size: 11px;line-height: 18px;}
.time{color: #646464;font-size: 11px;line-height: 18px;}

input {
	font-size: 12px;
	line-height: 18px;
	color: #999999;
	border: 1px solid #A5ACB2;
	background-color: #ffffff;
}

.input {
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	border: 1px solid #A5ACB2;
	background-color: #D5D5D5;
}

.input_img {
	line-height: 18px;
	border: 0px;
	background-color: #D5D5D5;
}


.bg {
	background-repeat: repeat-y;
	background-position: right top;
}
.img {
	border: 1px solid #CCCCCC;
}

.table_border {
	border:1px solid #E0E0E0;
}
