#nav {
	width: 100%;
	height: 1080px;
	margin: 0 auto;
	background:url('../images/beijing.png');
}
html,body{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

.navconter{
	margin: 0 auto;
	padding: 50px 0 0 0;
}
.middle{
	margin: 0 auto;
	text-align: center;
	padding: 0 0 30px;
}
.middle img {
	display: inline-block;
	max-height: 350px;
	max-width:350px;
}
.navtext{
	height: 300px;
}
.title{
	margin: 0 auto;
}
h1{
	font-size: 48px;
	font-family:"FZZongYi-M05S";
	color:#303030;
	margin: 0 auto;
	font-weight: lighter;
	text-align: center;
}
p{
	font-size: 20px;
	color: #565252;
	text-align: center;
}
.anniu{
	width: 200px;
	height: 50px;
	margin: 0 auto;
	font-size: 30px;
	cursor: pointer;
	text-align: center;
	line-height: 45px;
	color: #303030;
	border:2px solid #9f9f9f;
}

.anniu a:hover{
	color: #9f9f9f;
}
a{
	color: #565252;
	text-decoration: none;
}
.serve_time {
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .title h1 {
    font-size: 30px;
  }
  .serve_time {
    font-size: 14px;
  }
  .p1{
     padding-left: 80px;
     text-align: left;
}
  .navtext p {
    font-size: 14px;
    padding: 0 10px;
  }
/*  .anniu{
  width: 150px;
  height: 20px;
  font-size: 16px;
  }*/
}
