/*****************************************************
全站使用
*****************************************************/
body {/*网站背景*/
	background-color: #FFFFFF;
	background-image: url(image/bj.gif);
	background-repeat : repeat-x;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
table{/*表格无边框，无边距*/
border-collapse: collapse;
border-style: none;
}
td {/*基本字体*/
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	vertical-align:top;/*表格元素靠上对齐*/
}
a {
	color: #000;
	text-decoration: none;/*默认链接样式*/
}
a:hover  {
	color: blue;/*默认链接样式*/
}
/*****************************************************
概览模板使用
*****************************************************/
#indexmain{
	border: 1px #787063;
	}
table.centerlb{
	border-right: 1px solid #ccc;
	height:170px;
}
table.rightlb{
	height:170px;
}
#xglj2{
	background-repeat: no-repeat;
	width:207px;
	height:300px;
	padding-left:10px;
	padding-top:5px;
	vertical-align:top;
	background-color: #fff;
}
#apbs2{
	background-repeat: no-repeat;
	width:265px;
	height:340px;
	padding-left:10px;
	padding-top:5px;
	vertical-align:top;
	background-color: #fff;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
#dfls2{
	background-repeat: no-repeat;
	width:265px;
	height:340px;
	padding-left:10px;
	padding-top:5px;
	vertical-align:top;
	background-color: #fff;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
#mtgz2{
	background-repeat: no-repeat;
	width:265px;
	height:340px;
	padding-left:10px;
	padding-top:5px;
	vertical-align:top;
	background-color: #fff;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
#jztb2{
	background-repeat: no-repeat;
	width:207px;
	height:100px;
	padding-left:10px;
	padding-top:5px;
	vertical-align:top;
	background-color: #fff;
}
