@charset "utf-8";
/* CSS Document */
body
{ 
	margin-top:0px;		/* 网页上边距 */
	margin-bottom:0px;	/* 网页底边距 */
	margin-left:0px;	/* 网页左边距 */
	margin-right:0px;	/* 网页右边距 */
	
	font-size:12px;												/* 网页字体大小 */
	font-family:Arial, Geneva, Helvetica, sans-serif;		/* 网页字体 */
	color:#000000;												/* 网页文本颜色 */
	line-height:120%;											/* 标准行高 */
	text-align:left;											/* 文本对齐 */

}


/*导航菜单超级链接*/
a{color: #000000;text-decoration: none;font-size: 12px;}
a:hover {color: #000000;text-decoration: none;font-size: 12px;}

a.menu{color: #464646;text-decoration: none;font-size: 14px;font-weight: bold;}
a.menu:hover {color: #464646;text-decoration: none;font-size: 14px;font-weight: bold;}

a.menu02{color: #9A7171;text-decoration: none;font-size: 12px;}
a.menu02:hover {color: #9A7171;text-decoration: none;font-size: 12px;text-decoration: underline;}

a.menu03{color: #E62131;text-decoration: none;font-size: 14px;font-weight: bold;}
a.menu03:hover {color: #E62131;text-decoration: none;font-size: 14px;font-weight: bold;}

a.top{color: #7C0A0A;text-decoration: none;font-size: 12px;}
a.top:hover {color: #7C0A0A;text-decoration: underline;font-size: 12px;}

a.red{color: #9B2727;text-decoration: none;font-size: 12px;}
a.red:hover {color: #9B2727;text-decoration: underline;font-size: 12px;}

a.title14{color: #4B4B4B;text-decoration: none;font-size: 14px;font-weight: bold;}
a.title14:hover {color: #4B4B4B;text-decoration: underline;font-size: 14px;font-weight: bold;}

a.more{color: #B90000;text-decoration: underline;font-size: 12px;font-weight: bold;}
a.more:hover {color: #B90000;text-decoration: underline;font-size: 12px;font-weight: bold;}


.title01{font-size:18px;font-weight: bold;color: #000000;line-height:24px;}
.title02{font-size:16px;font-weight: bold;color: #153F64;line-height:24px;}
.title03{font-size:14px;font-weight: bold;color: #000000;line-height:24px;}
.title04{font-size:14px;font-weight: bold;color: #069CE9;line-height:24px;}
.title05{font-size:12px;font-weight: bold;line-height:24px;}
.text_red13b{color:#E62131;font-size:14px;line-height:180%; font-weight:bold;}

/*表格属性*/
table{ font-size:12px;line-height:20px;border-collapse:collapse;}

.text12_red {color: #E62131;font-size: 12px;font-weight: bold;}
.texts_red {color: #E62131;font-size: 12px;}
.text11_red02 {color: #9A7171;font-size: 12px;}
.text_white12{color:#ffffff;font-size:12px;line-height:120%;font-weight: bold;}
.text_gray12{color:#515151;font-size:12px;line-height:180%;}
.text_gray13{color:#6B6B6B;font-size:12px;line-height:150%;}
.text_gray14{color:#6B6B6B;font-size:12px;line-height:200%;font-weight: bold;}
.text_gray15{color:#3E3E3E;font-size:12px;line-height:180%;}
.text_gray16{color:#323232;font-size:16px;line-height:200%;font-weight: bold;}


input {
	font-size: 12px;
	line-height: 18px;
	color: #999999;
	border: 1px solid #A5ACB2;
	background-color: #F4F4F4;
}

.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;
	margin: 2px;
	padding: 2px;
}

.table_border {
	border:1px solid #E0E0E0;
}

.table_border1 {
	border:1px solid #DDDDDD;
}

.table_border2 {
	border:1px solid #C0D8F3;
}

.bj3 {	background-image: url(images/c_6.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.bj4 {	background-image: url(images/c_8.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.line_dot {
	border-bottom:1px #999999 dotted;
	}