/*二级栏目*/
.fuwu_nav_ul{
	/*border: 1px solid red;*/
	height: auto;
	overflow: hidden;
	background: #f5f5f5;
	margin-top: 20px;
}
.fuwu_nav_ul li{
	float: left;
	width: 8%;
	line-height: 45px;
	text-align: center;
}
.fuwu_nav_ul li a{
	color: #333;
}

.fuwu_nav_ul li a:hover{
	background: #BD0B17;
	color: #fff;
	display: block;
}

/*特效*/
.fuwu_nav_ul li.myHover {
	background: #BD0B17;
}
.fuwu_nav_ul li.myHover a {
	color: #fff;
}

@media(max-width: 768px){
	.fuwu_nav_ul{
		/*border: 1px solid red;*/
		padding-left: 10px;
	}
	.fuwu_nav_ul li{
		float: left;
		width: 32%;
		/*border: 1px solid red;*/
		line-height: 45px;
		text-align: center;
	}
}