/* CSS Document */
body{
	overflow-x: hidden;
	background-color: #ffffff;
}
/*顶部*/
.pageIndexTop{
	width: 1200px;
	height: 326px;
	margin: 0 auto;
	position: relative;
}
	.pageIndexTop>img{
		width: 1200px;
		height: 326px;
		display: block;
		position: absolute;
	}
	.pageNav{
		width: 700px;
		height: 24px;
		position: absolute;
		overflow: hidden;
		top: 290px;
		left: 50%;
		margin-left: -350px;
	}
		.pageNav>a{
			width: 140px;
			height: 24px;
			font-size: 20px;
			color: #ffffff;
			float: left;
			text-align: center;
			line-height: 24px;
			border-right: 1px dotted #ffffff;
		}
		.pageNav a:last-child {
			border-right: 1px dotted transparent;
		}
		.pageNav>a:hover{
			cursor: pointer;
			font-weight: bold;
		}






/*页面底部*/
.pageIndexBottomContent{
	width: 100%;
	border-top: 10px solid #cc2827;
	background-color: #fefee6;
}
	/*上层*/
	.pageIndexBottomContentUp{
		width: 580px;
		margin: 0 auto;
		overflow: hidden;
		padding-top: 10px;
	}
		.pageIndexBottomContentUp>p{
			width: 400px;
			float: left;
			font-size: 16px;
			color: #999999;
			line-height: 30px;
		}	
		.pageIndexBottomContentUp>a{
			float: left;
			font-size: 16px;
			color: #999999;
			line-height: 30px;
			width: 180px;

		}	
	/*下层*/
	.pageIndexBottomContentDown{
		width: 1000px;
		overflow: hidden;
		margin: 0 auto;
	}
	.pageIndexBottomContentDown>p{
		width: 200px;
		float: left;
		font-size: 16px;
		color: #999999;
		line-height: 30px;


	}
	.pageIndexBottomContentDown>div{
		width: 300px;
		float: left;
		font-size: 16px;
		color: #999999;
		line-height: 30px;


	}

	.pageIndexBottomContentDown>div span{
		font-size: 16px;
		color: #999999;
		line-height: 30px;
		display: inline;
	}


