@charset "utf-8";
.banner {
	margin-top: 1rem;
}
.banner img {
	width: 100%;
}
.swiper-pagination-bullet {
	width: .7rem;
	height: .7rem;
	background-color: #fff;
	opacity: .7;	
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 .5rem;
}
.swiper-pagination-bullet-active {
	opacity: 1;
	background-color: #BB2E34;
}
.about {
	margin-top: 1rem;
	position: relative;
}
.fuhao2,
.fuhao1 {
	font-size: 2rem;
	font-weight: bold;
	font-family: 'Helvetica';
}
.about_title {
	margin: 1rem 0 .5rem;
	font-size: 1.5rem;
}
.fuhao2 {
	position: absolute;
	right: 0;
	top: 5rem;
}
.fuhao2 .fuhao2_line {
	display: inline-block;
	width: 20rem;
	height: 2px;
	background-color: #000;
}
.join {
	margin-top: 1rem;
	padding-bottom: 2rem;
	border-bottom: 2px solid #000;
}
.join ul {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.join li {
	width: 25%;
	padding: 4rem 2rem;
	transition: all .5s ease;
}
.join li:nth-child(1):hover {
	background-color: #BB2E34;
}
.join li:nth-child(2):hover {
	background-color: #2A7E42;
}
.join li:nth-child(3):hover {
	background-color: #DED22A;
}
.join li:nth-child(4):hover {
	background-color: #DF8929;
}
.join li a {
	display: block;
}
.join li:hover a {
	color: #fff;
}
.join li .join_icon i {
	font-size: 4rem;
}
.join li .join_td {
	font-size: 1.2rem;
	padding: .5rem 0;
}
.join li .join_bd {
	font-size: .7rem;
	line-height: 1.8;
	width: 70%;
}
.news {
	margin-top: 2rem;
	padding-bottom: 2rem;
}
.both_td {
	font-size: 1.1rem;
}
.both_menu {
	margin-top: 1rem;
}
.both_menu a {
	display: inline-block;
	width: 5rem;
	height: 1.5rem;
	border-radius: 1.5rem;
	border: 1px solid #333;
	text-align: center;
	line-height: 1.5rem;
	margin-right: .5rem;
	font-size: .8rem;
	transition: all .4s ease;
}
.both_menu a:hover {
	color: #fff;
	border-color: #BB2E34;
	background-color: #BB2E34;
}
.news_wrap {
	margin-top: 2rem;
}
.news_wrap ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.news_wrap li {
	flex: 45%;
	margin: 1rem;
	padding: 2rem;
	background-color: #FAFAFA;
	transition: all .5s ease;
}
.news_wrap li:hover {
	transform: translateY(-5px);
	box-shadow: 0 0 8px rgb(0 0 0 / 10%);
}
.news_wrap li a {
	display: flex;
	justify-content: space-between;
}
.news_wrap li .n_img {
	width: 28%;	
}
.news_wrap li .n_img img {
	width: 100%;
}
.news_wrap li .n_txt {
	width: 70%;
}
.news_wrap li .n_txt .n_td {
	font-size: .8rem;
}
.news_wrap li .n_txt .n_time {
	font-size: .6rem;
	padding: .5rem 0;
	color: #666;
}
.news_wrap li .n_txt .n_time i {
	padding-right: .2rem;	
}
.news_wrap li .n_txt .n_bd {
	font-size: .7rem;
	line-height: 1.8;
	height: 3.75rem;
	overflow: hidden;
	color: #888;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.dishes_wrap {
	padding-top: 2rem;
	display: flex;
	flex-wrap: wrap;
}
.dishes_item {
	transition: all .4s ease-in-out;
}
.dishes_item:hover {
	transform: translate(0, -5px);
}
.store {
	margin-top: 2rem;
	padding-bottom: 2rem;
}
.store_wrap {
	padding-top: 2rem;
	display: flex;
	flex-wrap: wrap;
}
.store_img {
	overflow: hidden;
}
.store_wrap a img {
	width: 100%;
	border: 1px solid #eee;
	transition: all .3s ease;
}
.store_wrap a:hover img {
	transform: scale(1.2, 1.2);
}
.store_wrap a p {
	padding: 1rem 0 1rem .5rem;
	border: 1px solid #eee;
	margin-bottom: -1px;
	font-size: .9rem;
	position: relative;
}
.store_wrap a p::before {
	content: '+';
	position: absolute;
	right: 0;
	top: -2px;
	width: 3.4rem;
	height: 3.4rem;
	text-align: center;
	line-height: 3.4rem;
	background-color: #BB2E34;
	font-size: 2rem;
	color: #fff;
	transition: all .3s ease;
}
.store_wrap a:hover p::before {
	background-color: #357742;
}
.s_more {
	display: block;
	margin-top: 1rem;
	width: 100%;
	height: 4rem;
	background-color: #eee;
	color: #999;
	text-align: center;
	font-size: 3rem;
	line-height: 4rem;
	transition: all .3s ease;
}
.s_more:hover {
	background-color: #357742;
	color: #fff;
}
@media ( max-width: 768px ) {
	.banner {
		margin-top: .5rem;
	}
	.container {
		padding: 0 .5rem;
	}
	.about_title {
		margin: .5rem 0;
		font-size: 1.2rem;
	}
	.fuhao2, .fuhao1 {
		display: none;
	}
	.about_txt {
		line-height: 1.6;
		font-size: .65rem;
	}
	.swiper-pagination-bullet {
		width: .5rem;
		height: .5rem;
	}
	.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 .2rem;
	}
	.join {
		border-bottom: 0;
	}
	.join li {
		width: 50%;
		padding: 1rem;
		border-right: 1px solid #b5b5b5;
		border-bottom: 1px solid #b5b5b5;
	}
	.join li:nth-child(4),
	.join li:nth-child(2) {
		border-right: 0;
	}
	.join li:nth-child(3),
	.join li:nth-child(4) {
		border-bottom: 0;
	}
	.join li .join_icon i {
		font-size: 2rem;
	}
	.join li .join_td {
		font-size: .9rem;
	}
	.join li .join_bd {
		font-size: .65rem;
		line-height: 1.5;
		width: 90%;
	}
	.news_wrap {
		margin-top: 1rem;
	}
	.news_wrap li {
		flex: 100%;
		padding: 1rem;
		border-radius: .25rem;
		margin: .5rem 0;
	}
	.news_wrap li .n_txt .n_td {
		font-size: .7rem;
		font-weight: bold;
	}
	.news_wrap li .n_txt .n_time {
		padding: .2rem 0;
	}
	.news_wrap li .n_txt .n_bd {
		height: 2.5rem;
		-webkit-line-clamp: 2;
	}
	.dishes_wrap {
		padding-top: 1rem;
	}
	.dishes_item {
		width: 48%;
		margin: 1%;
	}
	.dishes_item_bd p,
	.dishes_item_bd::after {
		display: none;
	}
	.dishes_item img {
		width: 100%;
	}
	.dishes_name {
		text-align: center;
		padding: .5rem 0;
		font-size: .7rem;
		background-color: #ff001a;
		color: #fff;
	}
	.store_wrap {
		padding-top: 1rem;
	}
	.store_wrap a {
		width: 48%;
		padding: 0;
		margin: 2% 1%;
	}
	.store_wrap a p {
		padding: 0;
		height: 2rem;
		line-height: 2rem;
		font-size: .7rem;
		background-color: #fff;
		text-indent: 1rem;
	}
	.store_wrap a p::before {
		width: 2rem;
    	height: 2rem;
    	line-height: 2rem;
    	font-size: 1rem;
    	text-indent: 0;
	}
	.s_more {
		background-color: #ff001a;
		color: #fff;
		height: 3rem;
		line-height: 3rem;
		font-size: 2rem;
	}	
}
@media ( min-width: 769px ) {
	.fuhao2 {
		display: none;
	}
	.about_txt {
		width: 100%;
	}
	.about_title {
		margin: .5rem 0;
		font-size: 1.2rem;		
	}
	.about_txt {
		font-size: .7rem;
		line-height: 1.8;
	}
	.join li {
		width: 50%
	}
	.dishes_item {
		width: 48%;
		margin: 1%;
	}
	.dishes_item img {
		width: 100%;	
	}
	.dishes_item_bd {
		background-color: #eee;
		padding: 2rem 1rem 1rem;
		position: relative;
	}
	.dishes_item_bd::after {
		content: "详情";
		position: absolute;
		top: 0;
		left: 50%;
		width: 3rem;
		height: 3rem;
		text-align: center;
		line-height: 3rem;
		color: #fff;
		font-size: .7rem;
		border-radius: 50%;
		z-index: 1;
		background-color: #297E43;
		transform: translate(-50%, -50%);
		transition: all .5s ease-in-out;
	}
	.dishes_item:hover .dishes_item_bd::after {
		background-color: #BB2E34;
	}
	.dishes_name {
		font-size: .9rem;
		font-weight: bold;
		margin-bottom: 1rem;
	}
	.dishes_item:hover .dishes_name {
		color: #BB2E34;
	}
	.dishes_item_bd p {
		font-size: .7rem;
		color: #666;
		line-height: 1.8;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	.dishes_item:hover .dishes_item_bd p {
		color: #888;
	}
	.store_wrap a {
		width: calc(100%/2);
		padding: 1rem;
	}
}
@media ( min-width: 1024px ) {
	.join {
		margin-top: 0;
	}
	.join li {
		width: 25%
	}
	.fuhao2 {
		display: block;
		top: 8rem;
	}
	.about_txt {
		width: 40rem;
		line-height: 2;
		font-size: .8rem;
	}	
	.dishes_item {
		width: 23%;
		margin: 0 1%;
	}
	.store_wrap a {
		width: calc(100%/4);		
	}
}
@media ( min-width: 1400px ) {
	.join {
		margin-top: 5rem;
	}
}