@charset "utf-8";
/*面包屑导航*/
#bread_div_bg{
	border-bottom: 1px solid #ccc;
	line-height: 45px;
}
#bread_div{
	/*border: 1px solid red;*/
	margin: 0 auto;
}
.bread_row{
	/*border: 1px solid red;*/
	color: #333;
	font-size: 14px;
}
.bread_row a{
	color: #333;
}
.bread_row a:hover{
	color: #666;
}


#moban_list_bg{
	/*border: 1px solid red;*/
	background-repeat:no-repeat;
   	 background-position:top;
   	 height: auto;
	overflow: hidden;
	margin-bottom: 20px;
	/*padding-bottom: 9.5%;*/
	/*background: url(../images/index2_09.jpg) center bottom no-repeat;*/
}
#moban_list_div{
	margin: 0 auto;
	margin-top:1%;
	/*border: 1px solid red;*/
	margin-bottom: 2%;
}
/*二级栏目*/
.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;
}
#hover{
	background: #BD0B17;
}
#hover a{
	color: #fff;
}

.moban_row{
	margin-top: 20px;
	/*border: 1px solid red;*/
}
.moban_col{
	/*border-bottom: 1px dashed #ccc;*/
	padding-bottom: 2%;
	padding-top: 2%;
}

.moban_ul{
	/*border-bottom: 1px dashed #ccc;*/
	padding-bottom: 10px;
}
.moban_ul li{
	line-height: 40px;
	font-size: 14px;
	text-align: left;
}
.moban_ul li span{
	float: right;
}
.moban_ul li span a{
	color: #666;
}
.moban_ul li span a:hover{
	color: #C4000E;
}

/*分页*/
.fenye{
	/*border: 1px solid #ccc;*/
	text-align: center;
	line-height: 35px;
	margin-top: 5%;
}

.moban_moblie_li{
	display: none;
}




@media(max-width: 768px){
	.fuwu_nav_ul li{
		width: 20%;
	}
	.moban_pc_li{
		/*display: none;*/
	}
	.moban_moblie_li{
		display: block;
	}

}


