.content {
	margin-top: 120px
}

@media only all and (max-width: 1700px) {
	.content {
		margin-top: 50px
	}
}

@media only all and (max-width: 768px) {
	.content {
		margin-top: 70px
	}
}

.content .commit-tit {
	font-size: 30px;
	line-height: 1;
	color: #333;
	text-align: center;
	font-weight: bold
}

@media only all and (max-width: 1440px) {
	.content .commit-tit {
		font-size: 26px
	}
}

@media only all and (max-width: 1024px) {
	.content .commit-tit {
		font-size: 20px
	}
}

.content .common-more {
	display: block;
	text-align: center;
	position: relative;
	margin-top: -24px;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s
}

@media only all and (max-width: 1440px) {
	.content .common-more {
		margin-top: 0
	}
}

@media only all and (max-width: 1024px) {
	.content .common-more {
		margin-top: 10px
	}
}

.content .common-more:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 1px;
	background-color: rgba(0,0,0,0.1);
	top: 25px;
	left: 0
}

@media only all and (max-width: 1024px) {
	.content .common-more:before {
		top: 20px
	}
}

.content .common-more .more-con {
	width: 50px;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	background-color: #b69e6e;
	font-size: 18px;
	color: #fff;
	position: relative;
	z-index: 2
}

@media only all and (max-width: 1024px) {
	.content .common-more .more-con {
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 16px
	}
}

.content .common-more:hover {
	opacity: 0.7
}

.content .food1 {
	margin-top: 99px;
	margin-bottom: 55px
}

@media only all and (max-width: 1440px) {
	.content .food1 {
		margin-top: 60px;
		margin-bottom: 50px
	}
}

@media only all and (max-width: 414px) {
	.content .food1 {
		margin-bottom: 30px
	}
}

.content .food1 .food1-con {
	font-size: 0;
	position: relative
}

.content .food1 .food1-con:before {
	position: absolute;
	content: '';
	height: 60px;
	width: 2px;
	background-color: #E8D0B5;
	left: 50%;
	top: -60px;
	margin-left: -1px
}

@media only all and (max-width: 1440px) {
	.content .food1 .food1-con:before {
		height: 40px;
		top: -40px
	}
}

.content .food1 .food1-con .item {
	width: 33.3%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	margin-bottom: 84px
}

@media only all and (max-width: 1440px) {
	.content .food1 .food1-con .item {
		margin-bottom: 50px
	}
}

@media only all and (max-width: 1024px) {
	.content .food1 .food1-con .item {
		margin-bottom: 20px
	}
}

@media only all and (max-width: 414px) {
	.content .food1 .food1-con .item {
		width: 100%
	}
}

.content .food1 .food1-con .item .img {
	width: 100%;
	position: relative
}

.content .food1 .food1-con .item .img .img-con {
	width: 100%
}

.content .food1 .food1-con .item .img .shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s
}

.content .food1 .food1-con .item .img .text {
	font-size: 30px;
	line-height: 50px;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	-webkit-writing-mode: tb-rl;
	writing-mode: tb-rl;
	height: 95%;
	display: block;
	text-shadow: 1px 1px 1px #fff,1px 1px 1px #fff;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s
}

@media only all and (max-width: 1440px) {
	.content .food1 .food1-con .item .img .text {
		font-size: 22px;
		line-height: 40px
	}
}

@media only all and (max-width: 1024px) {
	.content .food1 .food1-con .item .img .text {
		font-size: 16px;
		line-height: 30px
	}
}

@media only all and (max-width: 414px) {
	.content .food1 .food1-con .item .img .text {
		text-shadow: none
	}
}

.content .food1 .food1-con .item .text1 {
	font-size: 16px;
	line-height: 1;
	color: #E8D0B5;
	margin-top: 20px;
	margin-bottom: 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

@media only all and (max-width: 1440px) {
	.content .food1 .food1-con .item .text1 {
		font-size: 14px
	}
}

@media only all and (max-width: 1024px) {
	.content .food1 .food1-con .item .text1 {
		font-size: 12px;
		margin-top: 10px;
		margin-bottom: 10px
	}
}

.content .food1 .food1-con .item .text2 {
	font-size: 24px;
	line-height: 1;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

@media only all and (max-width: 1440px) {
	.content .food1 .food1-con .item .text2 {
		font-size: 20px
	}
}

@media only all and (max-width: 1024px) {
	.content .food1 .food1-con .item .text2 {
		font-size: 16px
	}
}

.content .food1 .food1-con .item:hover .img .shadow {
	opacity: 0
}

.content .food1 .food1-con .item:hover .img .text {
	opacity: 0;
	-webkit-transform: translate(-50%, -55%);
	-moz-transform: translate(-50%, -55%);
	-ms-transform: translate(-50%, -55%);
	-o-transform: translate(-50%, -55%);
	transform: translate(-50%, -55%)
}

.content .food2 {
	margin-bottom: 100px
}

@media only all and (max-width: 1440px) {
	.content .food2 {
		margin-bottom: 50px
	}
}

@media only all and (max-width: 414px) {
	.content .food2 {
		margin-bottom: 30px
	}
}

.content .food2 .food2-con {
	width: 1400px;
	margin: 0 auto;
	margin-top: 50px;
	font-size: 0
}

@media only all and (max-width: 1440px) {
	.content .food2 .food2-con {
		width: 1200px
	}
}

@media only all and (max-width: 1280px) {
	.content .food2 .food2-con {
		width: 1000px
	}
}

@media only all and (max-width: 1024px) {
	.content .food2 .food2-con {
		width: 770px
	}
}

@media only all and (max-width: 768px) {
	.content .food2 .food2-con {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding-left: 10px;
		padding-right: 10px
	}
}

@media only all and (max-width: 414px) {
	.content .food2 .food2-con {
		margin-top: 30px
	}
}

.content .food2 .food2-con .item {
	margin-right: 0.14%;
	width: 24.85%;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	margin-bottom: 20px
}

@media only all and (max-width: 414px) {
	.content .food2 .food2-con .item {
		width: 100%;
		margin-right: 0
	}
}

.content .food2 .food2-con .item:nth-child(4n) {
	margin-right: 0
}

.content .food2 .food2-con .item .img {
	width: 100%;
	overflow: hidden
}

.content .food2 .food2-con .item .img .img-con {
	width: 100%;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s
}

.content .food2 .food2-con .item .text {
	font-size: 20px;
	line-height: 30px;
	color: #333;
	margin-top: 15px
}

@media only all and (max-width: 1440px) {
	.content .food2 .food2-con .item .text {
		font-size: 16px;
		margin-top: 10px
	}
}

@media only all and (max-width: 1024px) {
	.content .food2 .food2-con .item .text {
		font-size: 14px
	}
}

.content .food2 .food2-con .item:hover .img .img-con {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05)
}

.content .food2 .common-more {
	margin-top: 60px
}

@media only all and (max-width: 1440px) {
	.content .food2 .common-more {
		margin-top: 40px
	}
}

@media only all and (max-width: 1024px) {
	.content .food2 .common-more {
		margin-top: 20px
	}
}

@media only all and (max-width: 414px) {
	.content .food2 .common-more {
		margin-top: 0px
	}
}