@charset "utf-8";
/* CSS Document */
/*基本信息*/
body {
	background-image: url(bodyBG.jpg);
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	margin: 0px;
	text-align: left;
}
/*页面层容器*/
#container {
	width: 1226px;
	background-image: url(containerBG.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
/*页面头部*/
#Header {
	width: 1024px;
	height: 57px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px; /*画一条浅灰色实线*/
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.titles {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 22px;
}
/*-----页面头部结束-----*/
/*页面主体*/
#PageBody {
	width: 1024px;
	height: 846px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
/*欢迎语页面*/
/*-----首页主体开始-----*/
#Welcome {
	height: 280px;
	width: 322px;
	margin-top: 160px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 672px;
	background-image: url(PageBody_board.png);
	background-repeat: no-repeat;
	padding: 10px;
	line-height: 18px;
	font-weight: bold;
}
/*新闻页面*/
#LastestNews {
	height: 280px;
	width: 322px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 116px;
	margin-left: 672px;
	background-image: url(PageBody_board.png);
	background-repeat: no-repeat;
	padding: 10px;
	line-height: 18px;
	font-weight: bold;
}
/*-----首页主体结束-----*/
/*-----图片展示主体开始-----*/
/*图片面板*/
#Photoboard {
	height: 600px;
	width: 920px;
	background-image: url(bodyBG.jpg);
	background-repeat: repeat;
	padding: 0px;
	float: none;
	margin-top: 122px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 52px;
	position:absolute;
	overflow:auto;
}
/*图片表格*/
#phototable {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	font-size: 12px;
	padding: 0px;
	text-align: center;
	vertical-align: text-top;
}
#detailView {
	width:545px;
	height:525px;
	overflow:auto;
}
/*页角数字*/
.pageNumber {
	font-size: 24px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #808080;
}
/*图片排版，不用这个IE不会自动换行*/
#phototable ul{ margin:0; padding:0; list-style:none; height:545px; width:315px; overflow:auto;}/*padding是为了统一ff和ie，ie默认为0，ff似乎不是*/
#phototable ul li{ float:left; display:inline; width:91px; height:91px; overflow:auto; overflow:hidden; margin-left:7px; margin-bottom:10px;} /*width，height不设置会影响到IE内的自动排版，对ff无影响*/
/*-----图片展示主体结束-----*/
/*-----介绍主体开始-----*/
/*介绍面板*/
#aboutboard {
	height: 440px;
	width: 920px;
	background-image: url(bodyBG.jpg);
	background-repeat: repeat;
	padding: 0px;
	float: none;
	margin-top: 202px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 52px;
	position:absolute;
}
/*介绍文字*/
#content {
	float: left;
	margin-top: 20px;
	margin-left: 20px;
	width: 500px;
	font-size: 12px;
}
/*介绍图片*/
#usPhoto {
	position: absolute;
	top: 65px;
	right: 30px;
}
/*-----介绍主体结束-----*/
/*-----页面主体结束-----*/
/*页面底部*/
#Footer {
	color: #666666;
	height: 50px;
	width: 1024px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000;
	font-size: 18px;
}
/*左下标签*/
#Footer ul {
	list-style: none;	/*去掉点*/
	margin: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #666666;
}
#Footer ul li{
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	/*	display: block;*/
	line-height: normal;
	font-size: 18px;
}
#Icp {
	float: right;
	text-align: right;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 14px;
}
/*-----页面底部结束-----*/
/*超链接格式*/
a:link {color:#666666; text-decoration:none;}
a:visited {color:#666666; text-decoration:none;}
a:hover {color:#333333;text-decoration:none;}
img {border:0;}
