*{
	margin: 0;
	padding: 0;
}
html,body{
	width: 100%;
	height: 100%;
}
ul,li,a{
	list-style: none;
	text-decoration: none;
	color: black;
}
.nav{
	width: 100%;
	background-color: #f4f4f4;
	overflow: hidden;
	position: fixed;
	top: 0;
	z-index: 2;
}
.nav-log img{
	width: 1.46rem;
	height: 0.9rem;
	margin-left: 12.5%;
	float: left;
}

.nav-list{
	float: right;
	font-size: 0.22rem;
	margin-right: 16.5%;
	height: 0.5rem;
	margin-bottom: 0.2rem;
}
.nav-list ul{
	line-height: 1rem;
}
.nav-list ul li{
	float: left;
	margin-left: 0.63rem;
}
/*banner*/
.banner{
	width: 100%;
	height: 3.44rem;
	margin-top: 0.9rem;
}
/*产品与服务*/
.products{
	width: 70%;
	margin: 0 auto;
	margin-top: 0.9rem;
	margin-bottom: 1.1rem;
}
.products_top{
	width: 100%;
}
.xian{
	width: 40%;
	height: 1px;
	background-color: #ccc;
	float: left;
	margin-top: 0.3rem;
}
.products_title{
	float: left;
	text-align: center;
	margin: 0.1rem;
	width: 2.4rem;
}
.products_an{
font-size: 0.28rem;
font-weight: 700;
}
.products_en{
	font-size: 0.12rem;
	color: #888;
}
.products_list_one{
	width: 100%;
	margin-top: 0.8rem;
	margin-bottom: 0.6rem;
}
.products_list_one_left{
	width: 49.5%;
	float: left;
}
.products_list_one_left_img{
	width: 100%;
	height: 4rem;
	background-color: ;
}
.products_list_one_left_text{
	width: 94%;
	padding: 0.56rem 0.2rem 0.36rem 0.2rem;
	border: 1px solid #e0e0e0;
	margin-bottom: 0.6rem;
}
.products_list_one_left_text p{
	font-size:0.19rem;
	color: #333;
}
/*部分合作餐厅*/
.cooperative{
	width: 100%;
	padding-top: 0.9rem;
	padding-bottom: 1.1rem;
	background-color: #f9f9f9;
}
.cooperative_top{
	width: 70%;
	margin: 0 auto;
}
.cooperative_xian{
	width: 36.5%;
	height: 1px;
	background-color: #ccc;
	float: left;
	margin-top: 0.3rem;
}
.cooperative_list{
	width: 70%;
	margin: 0 auto;
	margin-top: 1rem;
}
.cooperative_list_one{
	width: 4.4rem;
	margin-bottom: 0.7rem;
	margin-right:0.06rem ;
	float: left;
}
.cooperative_list_one_img{
	width: 100%;
	height: 2.64rem;
	margin-bottom: 0.3rem;
	background-color: ;
}
.cooperative_list_one_text{
	width: 100%;
	text-align: center;
}
.cooperative_list_one_name{
	font-size: 0.2rem;
	color: #333333;
	font-weight: 700;
	margin-bottom: 0.1rem;
}
.cooperative_list_one_addrs{
	font-size: 0.18rem;
	color: #666;
}
/*联系我们*/
.call_our{
	width: 100%;
	padding-top: 0.9rem;
	padding-bottom: 0.9rem;
	text-align: center;
}
.call_title{
	font-weight: 700;
	font-size: 0.28rem;
	margin-bottom: 0.5rem;
}
.call_weight{
	font-size: 0.24rem;
	font-weight: 600;
	margin-bottom: 0.16rem;
}
.call_main{
	font-size: 0.18rem;
	margin-bottom: 0.18rem;
}
/*foot*/
.foot{
	width: 100%;
	height: 0.92rem;
	background-color: #242424;
	color: white;
}
.foot-text{
	font-size: 0.18rem;
	text-align: center;
	line-height:0.92rem ;
}
