*{
	margin: 0;
	padding: 0;
	text-decoration: none;
}
ul li{
	list-style-type: none;
}
.clear{
	clear: both;
    height: 0;
    line-height: 0;
    font-size: 0
}
.clearfix:after{
    content: "";
    display: block;
    height: 0;
    clear:both;
	visibility:hidden;
    }
.specil{
	width: 100%;
	/*height: 1000px;*/
	margin-top: 20px;
	margin-left: 0;
	/*margin-bottom: 300px;*/
	/*background-color: pink;*/
}
.specil_center{
	width: 85%;
	height: 100%;
	margin: 0 auto;
	/*background-color: yellow;*/
}
.specil_food{
	width: 100%;
	height: 50px;
	margin-top: 0;
	margin-left: 0;
	background-color: #f2f2f2;
}
.specil_food>img{
	width: 185px;
	height: 100%;
	margin-top: 0;
	float: left;
	margin-left: 0;
}
.specil_food>span{
	width: 100px;
	height: 100%;
	line-height: 50px;
	margin-left: 5px;
	font-size: 16px;
	display: block;
	float: left;
}
.specil_area{
	width: 100%;
	/*height: 800px;*/
	margin-top: 0;
	margin-left: 0;
	/*background-color: orange;*/
}
.specil_list{
	width: 100%;
	height: 290px;
	margin:0 0;
	margin-bottom: 10px;
	/*background-color: pink;*/
}
.specil_list_title{
	width: 100%;
	height: 50px;
	margin-top: 0;
	margin-left: 0;
	line-height: 50px;
	text-align: left;
	font-size: 24px;
	font-weight: 700;
}
.specil_list_ul{
	width: 100%;
	height: 240px;
	margin-left: 0;
	margin-top: 0;
}
.specil_list_ul>li{
	width: 19%;
	height: 240px;
	float: left;
	margin-right: 1%;
}
.specil_list_ul>li:hover{
	box-shadow: 0 5px 30px rgba(0, 0, 0, 0.4);
    transform: translate3d(0px, -2px, 0px);
    z-index: 2;
}
.specil_list_ul>li>a{
	width: 100%;
	height: 100%;
	display: block;
}
.specil_list_ul>li>a>img{
	width: 100%;
	height: 100%;
}