*{
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	font-smoothing:antialiased;
}
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;
	height: 100%;
	height: 100%;
	margin-bottom: 0.1rem;
}
.nav-list ul li{
	float: left;
	margin-left: 0.63rem;
}
/*轮播图*/
.swiper-pagination .swiper-pagination-bullet{
	width: 0.6rem;
	height: 6px;
	border-radius:5px ;
	background-color: #717173;
}
.swiper-pagination .swiper-pagination-bullet-active{
	background-color: #fefeff;
}
/*内容*/
.main{
	width: 100%;
}
.main-advertising{
	width: 100%;
	padding-top: 0.9rem;
	padding-bottom: 1.1rem;
}
.advertising-text{
	text-align: center;
}
.advertising-title{
	font-size: 0.28rem;
	font-weight: 700;
	color: #000000;
}
.advertising-main{
	font-size: 0.22rem;
	margin-top: 0.12rem;
	color: #333;
}
.advertising-btn{
	width: 1.3rem;
	height: 0.4rem;
	font-size: 0.22rem;
	margin: 0 auto;
	margin-top: 0.34rem;
	line-height: 0.4rem;
	border-radius:5px ;
}
.advertising-btn a{
	color: white;
}
.advertising-img{
	width: 12.3rem;
	height: 3.83rem;
	margin: 0 auto;
	margin-top: 0.8rem;
}
/*餐厅服务*/
.main-diningroom{
	width: 100%;
	padding-top: 0.9rem;
	padding-bottom: 1.1rem;
	background-color: #F4F4F4;
}
/*品牌案例*/
.brand-case{
	width: 100%;
	padding-top: 0.9rem;
	padding-bottom: 0.9rem;
}
.brand-text{
	text-align: center;
}
.brand-title{
	font-size: 0.28rem;
	font-weight: 700;
	color: #000;
}
.brand-smll{
	font-size: 0.22rem;
	margin-top: 0.18rem;
	color: #333333;
}
.brand-img{
	width: 70%;
	margin: 0 auto;
	margin-top: 0.8rem;
}
.brand-imgs{
	width: 18%;
	height: 0.8rem;
	border: 1px solid black;
	float: left;
	margin-left: 1%;
	margin-bottom: 0.2rem;
}
/*合作伙伴*/
.partner{
	width: 100%;
	padding-top: 0.9rem;
	padding-bottom: 1rem;
	background-color: #F4F4F4;
	overflow: hidden;
}
.partner-title{
	font-size: 0.28rem;
	font-weight: 800;
	text-align: center;
	margin-bottom: 0.12rem;
}
.partner-nr{
	font-size: 0.22rem;
	margin-top: 0.1rem;
	text-align: center;
	margin-bottom: 0.64rem;
}
.swiper-slide .vid-img{
	width: 100%;
	height: 100%;
	display: none;
}
.zhez{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	background-color: black;
	opacity: 0.7;
	text-align: center;
	display: none;
}
.zhez img{
	width: 0.65rem;
	height: 0.65rem;
	opacity: 1;
	margin-top: 27%;
}
.videos{
	width: 100%;
	height: 100%;
	background-color: black;
	color: white;
}
.sborder{
	border: 1px solid #333333;
}
.huanc{
	width:0.8rem;
	height: 0.8rem;
	position: absolute;
    top: 43%;
    left: 43%;
    margin: 0px auto;
    display: none;
}
.jiu_name{
	position: absolute;
	top: 75%;
	left: 43%;
	font-size: 0.3rem;
	color: white;
}
/*联系我们*/
.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 ;
}
