/* CSS Document */

/*顶部*/
.pageIndexTopContent{
	width: 7.5rem;
	height: 1rem;
	margin: 0 auto;
	background-color: #ffffff;
	position: relative;
}

	.pageIndexTopUp{
		width: 4.4rem;
		margin: 0 auto;
		overflow: hidden;
		position: absolute;
		top: 0rem;
		left: 0.2rem;
	}
		/*LOGO*/
		.logoComp{
			width: 4.4rem;
			height: 1rem;
			margin-left: 0rem;

		}
		/*头部文字*/
		.pageIndexTopText{
			display: none;	
		}
		/*搜索框*/
		.searchPartContent{
			display: none;
		}
		.searchPart{
			display: none;
		}	
		.searchPartCtrl{
			display: none;
		}
		.shortcutBtn{
			display: none;
		}
				 

	/*导航部分*/
	.pageIndexTopDown{
		width: 2.8rem;		
		height: 1rem;			
		
		position: absolute;
		top: 0;
		right: 0;
		
		background-image: url(../../images/navIcon2.png);
		background-repeat: no-repeat;
		background-position: 90% 50%; 
		background-size: 20%;
		
		

	}
		/*导航*/
		.navIndexUl{
			width: 100%;
			position: absolute;
			top: 0;
			left: 0;
			background-color: #a1fc94;
			z-index: 9999;
		}
			.navIndexUl>li{
				width: 100%;			
			}
			.navIndexUl>li a{
				width: 100%;
				color: #ffffff;
				
				text-align: left;
				background-color: #008541;
				margin: 0 auto;
			}
			/*非当前页一级导航特殊样式*/
			.navIndexUl>li a[class='firstNav'],
			.navOnFocus_font{
				height: 0.8rem;
				font-size: 0.34rem;
				line-height: 0.8rem;
				text-indent: 0.8rem;
				font-weight: bold;
				
				background-image: url(../../images/navIconWhite.png);
				background-repeat: no-repeat;
				background-position: 8% 50%; 
				background-size: 12%;
			}
			/*非当前页二级导航特殊样式*/
			.navIndexUl>li a[class='otherNav']{
				height: 0.6rem;
				font-size: 0.28rem;
				line-height: 0.6rem;
				text-indent: 1.04rem;
				font-weight: normal;
				
				background-image: url(../../images/navIconWhite.png);
				background-repeat: no-repeat;
				background-position: 18% 50%; 
				background-size: 8%;
			}







/*其他页面头图*/
.topPageImBG{
	width: 100%;
	margin: 0 auto;
}
.topPageImg{
	width: 100%;
	/*height: 250px;*/
	margin: 0px auto;
}








/*页面底部*/
.pageIndexBottomContent{
	width: 100%;
	background-color: #eeeeee;
	padding: 0.3rem 0px;
	margin-top: 0.2rem;
}
	/*上层*/
	.pageIndexBottomContentUp{
		width: 7.2rem;
		margin: 0 auto;
		overflow: hidden;
		padding-bottom: 0.2rem;
	}
		/*信息*/
		.pageIndexBottomMsg{
			width: 100%;
			float: left;
		}
			.pageIndexBottomMsg>h1{
				width: 100%;
				height: 0.5rem;
				font-size: 0.3rem;
				line-height: 0.5rem;
				color: #666666;
				text-indent: 0rem;
				margin: 0.1rem auto;
				letter-spacing: 0.04rem;
			}
			.pageIndexBottomMsg>p{
				width: 100%;
				font-size: 0.26rem;
				line-height: 0.5rem;
				color: #666666;
				margin: 0 auto;
				letter-spacing: 0.02rem;
				overflow: hidden;
			}
			.pageIndexBottomMsg>p span{
				padding: 0 0 0 0.1rem;
				font-size: 0.26rem;
				line-height: 0.5rem;
				color: #666666;
			}

			/*搜索框*/
			.searchBar{
				width: 100%;
				height: 0.8rem;
				border: 1px solid #808080;
				overflow: hidden;
				margin-top: 0.1rem;
			}
				.searchBar>input{
					display: block;
					width: 6.2rem;
					height: 0.8rem;
					border: none;
					font-size: 0.3rem;
					line-height: 0.8rem;
					/*color: #9b999a;*/
					/*background-color: #f0eeef;*/
					text-indent: 0.1rem;
					outline: none;

					background-color: transparent;
					color: #808080;
					float: left;
					border-right: solid 1px #808080;

				}
				/*搜索按钮*/
				.searchBar>a{
					width: 0.8rem;
					float: right;
					height: 0.8rem;
					background-image: url(../../images/searchGrey.png);
					background-repeat: no-repeat;
					background-position: center center;
					background-size: 40%;
					margin: 0 0 0 0;
				}
				.searchBar>a:hover{
					cursor: pointer;
				}

		/*小程序二维码*/
		.pageIndexBottomQRcode{
			width: 100%;
			float: right;
			margin-top: 0.4rem;
		}
		.pageIndexBottomQRcode>h1{
			width: 100%;
			height: 0.5rem;
			font-size: 0.3rem;
			line-height: 0.4rem;
			color: #666666;
			margin: 0 auto;
			letter-spacing: 0.05rem;
			text-align: center;
		}
		.boxQRcode{
			width: 100%;
			overflow: hidden;
		}
			.boxQRcodeL{
				width: 3.5rem;
				float: right;
				margin-right: 0.2rem
				
			}
			.boxQRcodeR{
				width: 3.5rem;
				float: right;
			}
			.boxQRcodeL img:first-child,
			.boxQRcodeR img:first-child{
				width: 0.6rem;
				height: 0.6rem;
				margin: 0 auto 0.1rem auto;
			}
			.boxQRcodeL img:last-child,
			.boxQRcodeR img:last-child{
				width: 2.5rem;
				height: 2.5rem;
				margin: 0 auto;
			}

	/*下层*/
	.pageIndexBottomContentDown{
		width: 100%;
		height: 0.4rem;
		margin: 0.2rem auto 0 auto;
		overflow: hidden;
	}
	.pageIndexBottomContentDown>p{
		height: 0.4rem;
		float: left;
		font-size: 0.18rem;
		color: #666666;
		line-height: 0.4rem;
		text-align: center;
	}

	.w310{
		width: 100%;
	}

	.w350{
		width: 100%;
	}
	.pageIndexBottomContentDown>div{
		height: 0.4rem;
		float: left;
	}

	.pageIndexBottomContentDown>div a{
		width: 100%;
		height: 0.4rem;
		font-size: 0.18rem;
		color: #666666;
		line-height: 0.4rem;
		text-align: center;
	}
	.borderRight{
		border-right: solid 0px transparent;
		
	}
	.pageIndexBottomContentDown>div a:hover{
		font-weight: bold;
		cursor: pointer;
		text-decoration: underline;
	}
		