@media screen and (max-width:1199px) {
	body {
		position: relative;
		/* height: 100%; */
		background: #f5f3f2;
	}

	img {
		max-width: 100%;
	}

	.content {
		width: 100%;
		max-width: inherit;
		overflow: hidden;
	}

	.nav {
		display: none;
	}

	/* .m-nav{display: block;} */
	.m-nav {
		background-color: #333333;
		/* height: 133px; */
	}

	.m-nav .mmnav {
		position: fixed;
	}

	.m-nav .menu {
		min-width: 100px;
		width: 60%;
		max-width: 320px;
		background-color: #333333;
		color: #fff;
		padding: 10%;
		height: 90%;
		overflow: scroll;
		display: inline-block;
	}

	.m-nav .mnav {

		position: relative;
		height: 45px;
		background: #e00011;
	}

	.menu-button {
		position: absolute;
		top: 0px;
		left: 0px;
		padding: 8px;
		cursor: pointer;
		-webkit-transition: .3s;
		transition: .3s;
		background-color: #e00011;
	}

	.menu-button .bar:nth-of-type(1) {
		margin-top: 0px;
	}

	.menu-button .bar:nth-of-type(3) {
		margin-bottom: 0px;
	}

	.bar {
		position: relative;
		display: block;
		width: 30px;
		height: 5px;
		margin: 5px auto;
		background-color: #fff;
		border-radius: 10px;
		-webkit-transition: .3s;
		transition: .3s;
	}

	.m-nav .menu li {
		padding-left: 15px;
	}

	.m-nav .menu li a {
		font-size: 14px;
		line-height: 30px;
		display: block;
	}

	.m-nav .menu .map_top {
		padding-left: 0px;
	}

	.m-nav .menu .map_top a {
		font-size: 16px;
		line-height: 35px;
		/*  display: block;
	    color: #999; */
	}

	.banner .swiper-pagination {
		display: none;
		visibility: hidden;
	}

	.swiper-button-white {
		visibility: hidden;
	}

	/* news product */
	.news_product,
	.about {
		background: #262526;
	}

	.news_product .news_product_content,
	.food {
		justify-content: center;
		flex-direction: column;
		align-items: center;
	}

	.title_en {
		text-align: center;
		font-size: 55px;
	}

	.about .content .about_conent {
		justify-content: center;
		flex-direction: column;
		align-items: center;
		padding: 45px 26px;
	}

	.about .about_left {
		padding: 0px;
	}

	.about .about_right {
		align-items: center;
		justify-content: center;
		display: flex;
		margin-top: 30px;
	}

	.about .about_left .title_en {
		padding: 0px;
	}

	.footer2 {
		align-items: center;
	}

	.footer2 .menu-button {
		top: unset;
	}
}

@media (max-width: 1075px) {
	.footer3 .content {
		flex-direction: column;
	}

	.footer3 .footer3_right,
	.footer3 .footer3_left {
		width: auto;
		padding: 10px 30px;
	}

	.footer3 .footer3_right .footer3_right_gc,
	.footer3 .footer3_right .footer3_right_gs {
		padding: 0px;
		margin-right: 26px;
	}
}

@media (max-width: 1068px) {
	.news_product .news_product_content {
		margin: 45px 30px;
	}

	.food .food_left {
		margin-right: 0px;
	}

	.foot1 .foot_left {
		width: 100%;
	}

	.foot1 .foot_right,
	.footer2 .up {
		display: none;
	}
}

@media (max-width:600px) {
	.pro_banner .pro_nav ul {
		padding: 0;
		display: none;
	}
	.pro_banner{display: none}

	/* 产品列表 */
	.productlist {padding-top: 15px; background: #f5f3f2 }
	.productlist a {color: #222222;}
	.productlist ul {margin: 16px auto; width: 100%;}

	.productlist h1 {font-size: 22px;
		padding: 10px;
		color: #222222;
	}
	.productlist p {
		font-size: 14px;
		padding: 0 10px;
		padding-bottom: 20px;
		color: #777;
	}
	.productlist ul li {
		float: left;
		width: 90%;
		margin: 10px 5% ;
		border: 1px solid #E3E3E3;
		background: #fff;
	}
	.productlist ul li a img {
		width: 100%;

	}
	.productlist ul li a .pro_c_r p {
		font-size: 14px;
		line-height: 24px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}
	.productlist ul li a .pro_c_r .pro_c_t {
		color: #1e0700;
		font-size: 18px;
	}

	/* 美食列表 */
	.food_content {
		min-height: 300px;
	}

	.food_content h1 {
		color: #1e0700;
		text-align: center;
		font-size: 20px;
		margin-top:20px;

	}

	.food_content ul {
		margin: 26px 17px;

	}

	.food_content ul li {
		background: #FFF;
		padding: 22px 0px;
		margin: 20px 0px;
		border: 1px solid #E3E3E3;
		border-radius:5px;
	}

	.food_content ul li a {
		display: flex;
	}

	.food_content ul li .imgrd{
		width: 180px;
	}
	.food_content ul li a img {
		width: 120px;
		height: 78px;
		padding:5px 20px;

	}
	.food_content ul li .info{
		display: none;


	}

	.food_content ul li a .pro_c_r p {
		width: 190px;
		font-size: 16px;
		line-height: 28px;
		color: #666;


	}

	.food_content ul li a .pro_c_r .pro_c_t {
		color: #61442f;
		border:none;
		width: 190px;
		margin-top: 30px;
		font-size: 20px; text-indent: 36px;
		line-height: 26px;
		padding-bottom: 6px;
		background: url(../img/yuan.png) no-repeat top left;

	}

	.info_contect{padding: 20px 10px;}
	.contact{padding: 0; width: 100%;  margin:0;height: 400px;}
	.contact li{width:300px;
		margin: 5px;
		float: left;
		padding: 20px;
		border: 1px solid #f8f8f8;
		text-align: center;
		background: #fff;
	}

	/* 产品列表 */
	.productshow {padding-top: 25px; width: 100%; background: #f5f3f2;}

	.productshow .left{width: 95%; text-align: center; margin:0 auto;margin-bottom: 20px; padding-left: 10px; }
	.productshow .right{width: 95%; text-align: center;margin-bottom: 20px; }
	.productshow ul {margin-left:10px;
		max-width: 500px;
		float: left;
	}
	.productshow h1 {font-size: 20px;

		padding: 10px;
		color: #222222;
	}
	.about_01{
		background: #fff;


	}
	.about_01txt{width: 90%;
		padding:5%;
		background: #fff;
	}
	.about_01in{
		width: 100%;
		height: auto;
		padding:0;
		background: #fff;
	}
	.about_02{display: none}


	.foot2 {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.foot1 {
		padding: 10px 0px 10px 0px;
	}

	.foot1 .foot_left .ewm {
		padding: 25px 28px 0px 0px;
	}

	.phone {
		margin-top: 15px;
	}

	.footer3 .footer3_left {
		width: auto;
		padding: 10px 30px;
	}
}

@media (max-width:530px) {
	.pro_banner .pro_nav ul {
		padding: 0;
		display: none;
	}
	.footer3 .footer3_right .footer3_right_gc>p {
		white-space: nowrap;
	}
}

@media (max-width:516px) {
	.pro_banner .pro_nav ul {
		padding: 0;
		display: none;
	}
	.footer3_left p {
		display: inline-block;
	}
}

@media (max-width:497px) {
	.pro_banner .pro_nav ul {
		padding: 0;
		display: none;
	}
	.title_en {
		font-size: 30px;
	}

	.title_cn {
		font-size: 25px;
	}

	.food .title_en {
		letter-spacing: 0px;
	}

	.news_product .news_product_left .news_product_left_w p {
		margin: 0px;
	}

	.foot1 .foot_left .phone .phone2 {
		font-size: 26px;
	}

	.foot1 .foot_left .phone .phone3,
	.foot1 .foot_right a {
		display: flex;
		flex-direction: column;
		padding-top: 11px;
	}

	/* 产品 */
	.pro_content ul li {
		margin: 0px;
	}

}

@media (max-width:376px) {
	.pro_banner .pro_nav ul {
		padding: 0;
		display: none;
	}
	.news_product .news_product_content .news_product_left {
		padding-right: 0px;
	}

	.news_product .news_product_content .news_product_left .news_product_left_w,
	.news_product .news_product_left .news_product_title,
	.news_product .news_product_left .news_product_icon {
		margin-bottom: 30px;
	}

	.footer3 .footer3_right,
	.footer3 .footer3_left {
		flex-direction: column;
		padding-top: 0px;
	}

	.food {
		padding: 45px 30px;
	}

	.cert {
		padding: 40px 0px;
		margin: 0;
	}

	.footer3 .footer3_right .footer3_right_gs::after {
		display: none;
	}

	.foot1 .foot_left .phone .phone2 {
		font-size: 22px;
	}

}

@media (max-width:321px) {
	.foot1 .foot_left {
		padding-left: 15px;
	}
	body{
	background:#f5f3f2;
	}

	.foot1 .foot_left .ewm {
		padding: 25px 10px 0px 0px;
	}

	.pro_banner .pro_nav ul {
		padding: 0;
		display: none;
	}

	.pro_content ul li a img {
		padding-right: 8px;
	}

}
