/* CSS Document */

/*顶部*/

.navBgBlue{
	display: none;
}/*背景占位*/


/*一级导航及搜索框*/
.pageIndexTopContent{
	width: 100%;
	height: 1rem;
	margin: 0 auto;
	background-color: #0066B3;
}
	.pageIndexTop{
		width: 7.5rem;
		height: 1rem;	
		margin: 0 auto;
		position: relative;
	}
		/*LOGO*/
		.logoComp{
			width: 2rem;
			position: absolute;
			top: 0.18rem;
			left: 0.3rem;
		}

		/*一级导航*/
		.navIndexUl{
			overflow: hidden;
			position: absolute;
			top: 0;
			z-index: 10;
		}
		.navIndexUlUnClick{
			width: 2rem;
			height: 1rem;
			left: 5.3rem;
			/*可利用背景图做移动端按钮*/			
			background-image: url(../../images/navIcon.png);
			background-repeat: no-repeat;
			background-position: 92% 50%; 
			background-size: 18%;	
		}/*一级导航未点击时样式*/
		.navIndexUlClick{
			width: 3rem;
			height: 9rem;
			left: 4.5rem;		
			background-image: none;	
		}/*一级导航点击时样式*/

			.navIndexUl>li{
				display: none;
			}
			.navIndexLiUnClick{
				width: 1.4rem;
				height: 1rem;
				border-bottom: 1px solid transparent;
				margin-left: 0;
				
				
			}
			.navIndexLiClick{
				width: 2.4rem;
				height: 0.6rem;
				border-bottom: 1px solid #f0f0f0;
				margin-left: 0.6rem;
			}
				.navIndexUl>li a{
					font-size: 0.34rem;
					text-align: left;
					color: #ffffff;
					margin: 0 auto;
				}
				.navIndexLinkUnClick{
					pointer-events: none;/*不点击导航按钮时，需要使得a标签禁止点击*/
					width: 100%;
					height: 1rem;
					line-height: 1rem;
				}
				.navIndexLinkClick{
					pointer-events: auto;
					width: 2.4rem;
					height: 0.6rem;
					letter-spacing: 0;
					text-indent: 0.6rem;
					line-height: 0.6rem;
					
					background-image: url(../../images/icon5.png);
					background-repeat: no-repeat;
					background-position: 4% 54%; 
					background-size: 10%;
					/*导航点开时白色方块*/
				}

		/*搜索框在移动端隐藏*/
		.searchPartContent{
			display: none;
		}
/*导航内容显示*/
.showText{
	width: 1.4rem;
	height: 1rem;
	position: absolute;
	top: 0;
	left: 5.3rem;
	font-size: 0.34rem;
	color: #ffffff;
	line-height: 1rem;
	
}
/*二级导航背景*/
.navBgBlueLight{
	width: 4rem;
	height: 9rem;
	position: absolute;
	top: 0rem;
	left: 4.5rem;
	z-index: 9;
	background-color: #0e80d7;
	opacity: 0.6;
	display: none;
}
/*二级导航*/
.sedPart{
	width: 2.2rem;
	position: absolute;
	top: 1rem;
	left: 5.3rem;
	z-index: 11;
	display: none;
}
	.navIndexUlSED{
		width: 2.2rem;
	}
		.navIndexUlSED>li{
			width: 100%;
			height: 0.6rem;
			position: absolute; 
			left: 0;
		}
		.navIndexUlSED>li a{
			width: 100%;
			height: 0.6rem;
			font-size: 0.24rem;
			line-height: 0.6rem;
			color: #ffffff;
			margin: 0 auto;
			text-align: center;
			border-bottom: 1px solid #f0f0f0;
		}

		.sed01{
			top: 0;
			display: none;
		}
		.sed02{
			top: 0.2rem;
			display: none;
		}
		.sed03{
			top: 0;
			display: none;
		}
		.sed04{
			top: 0;
			display: none;
		}
		.sed05{
			top: 0;
			display: none;
		}
		.sed06{
			top: 0;
			display: none;
		}
		.sed07{
			top: 6.2rem;
			display: none;
		}


/*分页宣传图*/
.topPageImBG{
	width: 100%;
	margin: 0 auto;
}
	.topPageImg{
		width: 100%;
	}



/*翻页按钮*/
.turnPagesCtrl{
	width: 5.6rem;
	height: 0.3rem;
	overflow: hidden;
	margin: 0.1rem auto 0 auto;
}
.turnPagesCtrl>span,
.turnPagesCtrl>p{
	display: block;
	float: left;
	width: 0.6rem;
	height: 0.3rem;
	margin: 0px 0.1rem;
	font-size: 0.18rem;
	line-height: 0.3rem;
	text-align: center;
	color: #333333;
}
.turnPagesCtrl>span:hover{
	cursor: pointer;
	color: #E3C392;
}





/*页面底部*/
.pageIndexBottomContent{
	width: 100%;
	background-color: #333333;
	padding: 0.4rem 0 0 0;
}
	/*上层*/
	.pageIndexBottomContentUp{
		width: 6.6rem;
		margin: 0 auto;
		overflow: hidden;
	}
		/*客服信息*/
		.pageIndexBottomMsg{
			width: 100%;
			float: left;
		}
			.pageIndexBottomMsgL1{
				width: 100%;
				height: 0.5rem;
				font-size: 0.34rem;
				color: #ffffff;
				line-height: 0.5rem;
				text-align: left;
			}
			.pageIndexBottomMsgL2{
				width: 100%;
				height: 0.5rem;
				font-size: 0.3rem;
				color: #ffffff;
				line-height: 0.5rem;
				text-indent: 0.4rem;
				background-image: url(../../images/teleWhite.png);
				background-repeat: no-repeat;
				background-position: 0px 0.1rem;
				background-size: 5%;
				margin-bottom: 0.14rem;
			}

			.pageIndexBottomMsgL3{
				width: 100%;
				font-size: 0.24rem;
				line-height: 1.2;
				color: #999999;
			}
				.pageIndexBottomMsgL3>span{
					padding: 0 0.1rem;
					font-size: 0.24rem;
					line-height: 1.2;
					color: #999999;
				}
			.pageIndexBottomMsgL4{
				width: 100%;
				overflow: hidden;
			}
			.pageIndexBottomMsgL4>a{
				display: block;
				float: left;
				font-size: 0.24rem;
				color: #999999;
				line-height: 1.2;
				margin-right: 0.2rem;
			}
			.pageIndexBottomMsgL4>a:hover{
				font-weight: bold;
				cursor: pointer;
				text-decoration: underline;
			}

			.pageIndexBottomMsgL5{
				width: 100%;
				overflow: hidden;
			}
			.pageIndexBottomMsgL5>p{
				float: left;
				font-size: 0.24rem;
				line-height: 1.2;
				color: #999999;
				margin-right: 0.2rem;
			}

			.pageIndexBottomMsgL5>p span{
				font-size: 0.24rem;
				line-height: 1.2;
				color: #999999;
			}

		/*小程序二维码*/
		.pageIndexBottomQRcode{
			width: 1.8rem;
			float: right;
			margin: 0.2rem 0.2rem;
		}
			.pageIndexBottomQRcode>img{
				width: 100%;
				margin: 0 auto;
				background-color: #ffffff;
			}
			.pageIndexBottomQRcode>p{
				width: 100%;
				font-size: 0.2rem;
				line-height: 1.2;
				color: #999999;
				text-align: center;
				margin-top: 0.1rem;
			}


	/*底部搜索框*/
	.searchBar{
		width: 6.6rem;
		height: 0.6rem;
		border: 1px solid #ffffff;
		margin: 0.2rem auto 0.4rem auto;
		overflow: hidden;
	}
		.searchBar>input{
			display: block;
			width: 5.8rem;
			height: 0.6rem;
			border: none;
			font-size: 0.22rem;
			line-height: 0.6rem;
			text-indent: 0.1rem;
			outline: none;

			background-color: transparent;
			color: #ffffff;
			float: left;
			border-right: solid 1px #ffffff;

		}
		/*搜索按钮*/
		.searchBar>a{
			width: 0.4rem;
			float: right;
			height: 0.4rem;
			background-image: url(../../images/searchWhite.png);
			background-repeat: no-repeat;
			background-position: top left;
			background-size: 80%;
			margin: 0.1rem 0.14rem 0 0;
		}
		.searchBar>a:hover{
			cursor: pointer;
		}

	/*下层*/
	.pageIndexBottomContentDown{
		width: 100%;
		border-top: 1px solid #999999;
		background-color: #333333;
		padding: 0.1rem 0;
	}
		.pageIndexBottomContentDown>p{
			width: 100%;
			font-size: 0.2rem;
			color: #999999;
			line-height: 1.2;
			text-align: center;
		}




