/* CSS Document */
body{
	overflow-x: hidden;
	background-color: #ffffff;
}
/*顶部*/
.pageIndexTop{
	width: 7.5rem;
	height: 2.06rem;
	margin: 0 auto;
	position: relative;
}
	.pageIndexTop>img{
		width: 100%;
		display: block;
		position: absolute;
	}
	.pageNav{
		width: 7.5rem;
		height: 0.4rem;
		position: absolute;
		overflow: hidden;
		top: 1.7rem;
		left: 0;
		background-image: linear-gradient(to right,#e9760b,#f5120b);
	}
		.pageNav>a{
			width: 1.5rem;
			height: 0.4rem;
			font-size: 0.24rem;
			color: #ffffff;
			float: left;
			text-align: center;
			line-height: 0.4rem;
			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: 0.04rem solid #cc2827;
	background-color: #fefee6;
}
	/*上层*/
	.pageIndexBottomContentUp{
		width: 100%;
		margin: 0 auto;
		overflow: hidden;
	}
		.pageIndexBottomContentUp>p,
		.pageIndexBottomContentUp>a{
			width: 100%;
			font-size: 0.2rem;
			text-align: center;
			
			color: #999999;
			line-height: 0.4rem;
		}	

	/*下层*/
	.pageIndexBottomContentDown{
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
	}
	.pageIndexBottomContentDown>p,
	.pageIndexBottomContentDown>div{
		width: 50%;
		float: left;
		font-size: 0.2rem;
		color: #999999;
		line-height: 0.4rem;
		text-align: center;
	}

	.pageIndexBottomContentDown>div span{
		font-size: 0.2rem;
		color: #999999;
		line-height: 0.4rem;
		display: inline;
	}


