/*装修案例*/
.hmzs-anli-banner{
	width: 100%;
	height: 3.7rem;
	overflow: hidden;
	margin: 0 auto;
}
.hmzs-anli-tab-nav{
	width: 100%;
	height: 0.88rem;
	margin: 0 auto;
	/*overflow: hidden;*/
	box-shadow: 0px 3px #f5f5f5;
}
.tab-nav-box{
	width: 6.62rem;
	margin: 0 auto;
}
.tab-nav{
	position: relative;
	/*width: 1.28rem;*/
	height: 0.88rem;
	text-align: center;
	font-size: 16px;
	margin-right: 0.25rem;
	line-height: 0.88rem;
	float: left;
}
.tab-margin-left{
	margin-left: 0;
}
.tab-active{
	
	color: #d7000f;
	border-bottom: 2px solid #D7000F;
}
/*案例内容*/
.hmzs-anli-cont{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	background: #f5f5f5;
}
.anli-content{
	width: 7.04rem;
	margin: 0 auto;
	overflow: hidden;
}
.anli-content-left{
	width: 7rem;
	height: 100%;
	float: left;
	overflow: hidden;
}
.anli-content ul li{
	width: 3.4rem;
	height: 3rem;
	border-radius: 5px;
	margin-top: 0.33rem;
	float: left;
	overflow: hidden;
}
.anli-content ul li img{
	height: 100%;
}
.anli-content ul li span{
	height: 2.41rem;
	overflow: hidden;
}
.anli-content ul li p{
	height: 0.59rem;
	overflow: hidden;
	text-align: center;
	line-height: 0.59rem;
	font-size: 0.30rem;
	background: #fff;
	color: #333;
}
.anli-margin-left{
	margin-left: 0.2rem;
}
/*引入底部 背景色变为白色*/
.hmzs-footer{
	background: #fff;
}
