#container #menu ul {
	margin: 0 0 0 -17px;
	font-size: 0;
}
#container #menu li {
	display: inline-block;
	width: 308px;
	margin: 0 0 17px 17px;
}
#container #menu .beverage {background: #7dd7ed;}
#container #menu .spirits {background: #ddb693;}
#container #menu .beer {background: #efdc72;}
#container #menu .wine {background: #df73b0;}
#container #menu .china {background: #ff8e8e;}
#container #menu .health {background: #8eedac;}
#container #menu .service {background: #f2ba61;}
#container #menu .function {background: #4a79b3;}
#container #menu .research {background: #bd80e8;}
#container #menu a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	padding: 30px 0 15px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	white-space: normal;
	overflow: hidden;
}
#container #menu a:hover {
	text-decoration: none;
}
#container #menu a:after {
	content: 'View More';
	display: none;
	position: absolute;
	top: 185px;
	left: 0;
	font-size: 18px;
	text-align: center;
	color: #fff;
	width: 100%;
	overflow: hidden;
}
#container #menu a:hover:after {
	display: block;
}
#container #menu span {
	display: inline-block;
	width: 50px;
	height: 50px;
	overflow: hidden;
	vertical-align: middle;
}
#container #menu span > img {
	width: 50px;
}
#container #menu .row2{
	text-align: left;
	line-height: 1em;
	margin: 5px 35px 0 -30px;
	float: right;
}
#container #menu .row2_1{
	text-align: left;
	line-height: 1em;
	margin: 5px 20px 0 -10px;
	float: right;
}
#container #menu .beverage span > img {margin-top: 0;}
#container #menu .spirits span > img {margin-top: -50px;}
#container #menu .beer span > img {margin-top: -100px;}
#container #menu .wine span > img {margin-top: -150px;}
#container #menu .china span > img {margin-top: -200px;}
#container #menu .health span > img {margin-top: -250px;}
#container #menu .service span > img {margin-top: -300px;}
#container #menu .function span > img {margin-top: -350px;}
#container #menu .research span > img {margin-top: -400px;}
#container #menu figure {
	display: block;
	background: #fff;
	width: 276px;
	margin: 30px auto 0;
	overflow: hidden;
	-webkit-transition: all ease-out .3s;
	transition: all ease-out .3s;
}
#container #menu a:hover figure {
	opacity: .2;
	filter: alpha(opacity=20);
}
#container #menu figure > img {
	display: block;
	height: 170px;
	margin: 0 auto;
}

@media only screen and (max-width: 767px) {
	#container #menu ul {
		margin: 0;
		font-size: 0;
	}
	#container #menu li {
		width: 49.5%;
		margin: 0 0 4px 1%;
	}
	#container #menu li:nth-child(odd) {
		margin-left: 0;
	}
	#container #menu a {
		padding: 4px 0 8px;
		font-size: 14px;
	}
	#container #menu span {
		margin-right: -22px;
		-webkit-transform-origin: left center;
		transform-origin: left center;
		-webkit-transform: scale(.6);
		transform: scale(.6);
	}
	#container #menu .beverage span {
		margin-right: -26px;
	}
	#container #menu a:after {
		display: none;
	}
	#container #menu figure {
		width: 90%;
		margin-top: 5px;
	}
	#container #menu figure > img {
		height: 85px;
	}
	#container #menu .row2{
		text-align: left;
		line-height: 1em;
		margin: 12px 15px 0 0;
		float: right;
	}
	#container #menu .row2_1{
		text-align: left;
		font-size: 88%;
		line-height: 1em;
		margin: 13px 10px 0 0;
		float: right;
	}
	
	}
