.box{
	width: 100%;
	min-height: 8rem;
	position: relative;
	/*padding-top: 1.6rem;*/
	padding-bottom: 2.6rem;
}


.box .main{
	width: 100%;
	height: 100%;
	position: relative;
}

.box .main .banner{
	height: 3.74rem;
	background: url(../images/comm_flsm_banner.jpg) no-repeat;
	background-size: 100% 100%;
}

.box .main .title{
	height: 0.58rem;
	width: 4.5rem;
	margin: 0.6rem auto;
	background: url(../images/comm_flsm_title.png);
	background-size: 100% 100%;
}

.box .main .content{
	width: 14.4rem;
	margin: 0.4rem auto;
	min-height: 4rem;
	position: relative;
	line-height: 0.5rem;
}

.box .main .topbox{
	width: 100%;
	height: 1.76rem;
	padding-top: 1.1rem;
	border-bottom: 1px solid #b9b9b9;
	font-weight: bold;
}

.box .main .topbox .maptitle{
	font-size: 0.18rem;
	height: 0.4rem;
	line-height: 0.4rem;
	width: 14.4rem;
	margin: 0.2rem auto;
}

.box .main .menubox{
	width: 100%;
	height: 0.4rem;
	margin-top: 0.3rem;
	border-bottom: 1px solid #b9b9b9;
	font-weight: bold;	
	box-shadow: 2px 2px 2px #f2f2f2;
	font-size: 0.18rem;
}

.box .main .menubox > ul{
	width: 14.4rem;
	height: 100%;
	margin: 0 auto;
	color: #757575;
	padding-left: 0.8rem;
}

.box .main .menubox > ul > li{
	float: left;
	padding-right: 1.1rem;
	height: 100%;
	line-height: 0.4rem;
	position: relative;
}

.box .main .menubox > ul > li .iconbox{
	position: absolute;
	width: 0.36rem;
	height: 100%;
	left: 0;
	bottom: 0;
	border-bottom: 3px solid #faac24;
	pointer-events:none;
}

.box .main .menubox .detail{
	padding-top: 0.2rem;
}

.box .main .menubox .detail >li{
	line-height: 0.58rem;
	position: relative;
}

.box .main .menubox .detail .icon{
	position: absolute;
	width: 0.12rem;
	height: 0.12rem;
	left: -0.2rem;
	top: 0.22rem;
	background-color: #757575;
	border-radius: 0.2rem;
}

.box .spacebox{
	height: 6rem;
}
