.mianshou{
	padding:0 .3rem;
}
/*导航*/
.msNav{
	padding:.3rem 0;
}
.msNav span{
	display: inline-block;
	width:45%;
	height:.8rem;
	color:#333;
	border:solid 1px #333;
	text-align:center;
	line-height: .8rem;
	border-radius:.1rem;
}
.msNav span:nth-child(1){
	margin-right:.5rem;
}
.msNav .current{
	background:#9283ec;
	border-color:#9283ec;
	color:#fff;
}
/*客观题*/
.faceNav{
	-webkit-overflow-scrolling : touch;
}
.faceNav a{
	display: inline-block;
	width: 31.65%;
	font-size: .2rem;
	line-height: .5rem;
	text-align:center;
	margin:0 .1rem .1rem 0;
	border:solid 1px #d7d7d7;
	color:#333;
	border-radius:.05rem;
	float: left;
}
.faceNav a:nth-child(3n){
	margin-right: 0;
}
.faceNav .faceActive{
 	background: #acbff1;
 	border-color:#acbff1;
 	color:#fff;
}
.cont{
	clear: both;
    padding-top: .2rem;
}
.cont div{
	display: none;
	font-size:0;
}
.cont div:first-child{
	display: block;
}
.cont img{
	width:100%;
}
/*主观题*/
.zhuguan{
	display: none;
}
/* 标题 */
.faceTit{
	text-align: center;
	clear: both;
}
.faceTit h2{
	border:dashed 1px #8b8b8d;
	font-size: .4rem;
	color:#554f7f;
	font-family: "Microsoft JhengHei";
	padding:.02rem 0;
	margin-top: 1.5rem;
}
.faceTit span{
	display: inline-block;
	width:3.2rem;
	margin:0 auto;
	border-bottom:#dfdfdf solid 1px;
	height: .1rem;
}
.faceTit i{
	display: inline-block;
	width:.4rem;
	border-top:#4f496d solid 2px;
	margin-bottom: -.1rem;
	height: .3rem;
}
.faceTit>p{
	color:#4e4b66;
	font-size: .2rem;
}
/* 表格 */
.faceCont h6{
	font-size: .3rem;
	margin:.2rem 0;
}
.faceCont table{
	border-collapse:collapse;
	width:100%;
	text-align: center;
	margin-bottom:.4rem;
}
.faceCont th{
	height:.8rem;
	background: #4d4e7a;
	color:#fff;
}
.faceCont td{
	height:.7rem;
}
.faceCont td,.faceCont th{
	border:solid 1px #a6a1d7;
	font-size: .26rem;
}
.faceCont tbody tr:nth-child(2n){
	background: #f7f7f7;
}
.faceList>p{
	color:#ff1a00;
	font-size:.3rem;
}
/* 优惠政策 */
.preferential{
	border:dashed 1px #514e61;
	padding:.2rem .1rem;
	margin:.3rem 0 .2rem;
}
.preferential h3{
	color:#524f6c;
	font-size:.36rem;
	text-align: center;
	margin-bottom:.3rem;
}
.preferential li{
	margin-bottom:.3rem;
	font-size: .26rem;
}
/* 联系地址 */
.faceAddress h6{
	color:#494671;
}
.faceAddress p{
	margin:.2rem 0;
	font-size:.26rem;
}