body{
	/* background: url(../img/beijing.png); */
	background: url(../img/beijing-2.jpg);
	width: 100%;
}
.top{
	width: 1372px;
	height: 122px;
	margin: 0 auto;
	margin-top: 50px;
}
.top .logo{
	float: left;
	width: 156px;
	height: 100px;
	animation: bounce 1s;
	/*margin-top: -45px;*/
}
.top .logo img{
	width: 156px;
	height: 100px;
	background-position: center;
	background-size: cover;
}
.top .img-box{
	float: right;
	width: 143px;
	height: 100px;
	animation: bounce 1s;
}
.top .img-box img{
	width: 143px;
	height: 100px;
	background-position: center;
	background-size: cover;
}


.title{
	width: 664px;
	height: 145px;
	margin: 0 auto;
	margin-top: 10px;
}
.title h1{
	font-size: 60px;
	color: #fff;
	text-align: center;
	animation: bounce 1s;
}
.title h2{
	font-size: 40px;
	color: #fff;
	text-align: center;
	animation: bounce 1s;
}

.nav{
	width: 1200px;
	height: auto;
	margin: 0 auto;
	margin-top: 20px;
	animation: bounce 1s;
}
.nav ul{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	justify-items: center;
}
.nav ul li{
	width: 290px;
	height: 260px;
	background: url(../img/gezi.png);
	background-position: center;
	background-size: cover;
	margin-bottom: 20px;
	border-radius: 10px;
}
.nav ul li:hover{
	box-shadow:0px 5px 15px 7px rgba(255,255,255,0.41);
	transition: all 0.5s ease;
}
.nav ul li .img-1{
	width: 64px;
	height: 85px;
	margin: 0 auto;
	margin-top: 40px;
}
.nav ul li .img-1 img{
	width: 64px;
	height: 85px;
	background-position: center;
	background-size: cover;
}
.nav ul li .state{
	text-align: center;
	font-size: 30px;
	color: #FD482C;
	margin-top: 30px;
}
.nav ul li .img-2{
	width: 86px;
	height: 84px;
	margin: 0 auto;
	margin-top: 40px;
}
.nav ul li .img-2 img{
	width: 86px;
	height: 84px;
	background-position: center;
	background-size: cover;
}
.nav ul li .img-3{
	width: 169px;
	height: 40px;
	margin: 0 auto;
	margin-top: 85px;
}
.nav ul li .img-3 img{
	width: 169px;
	height: 40px;
	background-position: center;
	background-size: cover;
}
.nav ul li .img-4 {
	width: 217px;
	height: 67px;
	margin: 0 auto;
	margin-top: 60px;
}
.nav ul li .img-4 img{
	width: 217px;
	height: 67px;
	background-position: center;
	background-size: cover;
}
.nav ul li .img-5{
	width: 282px;
	height: 81px;
	margin: 0 auto;
	margin-top: 40px;
}.nav ul li .img-5 img{
	width: 282px;
	height: 81px;
	background-position: center;
	background-size: cover;
}
.nav ul li .img-6{
	width: 225px;
	height: 103px;
	margin: 0 auto;
	margin-top: 20px;
}
.nav ul li .img-6 img{
	width: 225px;
	height: 103px;
	background-position: center;
	background-size: cover;
}
.nav ul li .img-7{
	text-align: center;
	font-size: 35px;
	color: #ff5000;
	margin-top: 50px;
}

.footer{
	width: 100%;
	padding: 30px 0;
	background: #333333;
}
.footer .foot{
	width: 1200px;
	height: auto;
	margin: 0 auto;
	color: #fff;
}
.footer .foot a{
	color: #FFFFFF;
}

.intro {
	width: 1200px;
	margin: 30px auto 20px;
	color: #fff;
	line-height: 38px;
}

.intro p {
	font-size: 20px;
	text-indent: 2em;
}
.intro h3 {
	font-size: 20px;
	text-indent: 2em;
	font-weight: 700;
}

.intro-img {
	width: 1200px;
	background: rgba(255, 255, 255, 0.4);
	margin: 0 auto;
	border-radius: 10px;
}
.intro-image-item {
	width: 1200px;
	height: 840px;
}



@media screen and (min-width: 768px) {
	.intro-img {
		height: 840px;
	}
	.qr-code {
		text-align: center;
	}
	.qr-code-img {
		margin: 0 auto;
	}
	.tips-qr {
		font-size: 20px;
		color: #fff;
		margin: 10px 0;
		text-align: center;
	}
}

@media screen and (max-width: 768px) {
	body{
		/* background: url(../img/beijing.png); */
		background: url(../img/beijing-2.jpg);
		width: 100%;
	}
	.top{
		width: 100%;
		height: 62px;
		margin-top: 20px;
	}
	.top .logo{
		width: 100px;
		height: 64px;
		box-sizing: border-box;
		padding-left: 10px;
	}
	.top .logo img{
		width: 100px;
		height: 64px;

	}
	.top .img-box{
		width: 100px;
		height: 64px;
		box-sizing: border-box;
		padding-right: 10px;
		margin-right: 15px;
	}
	.top .img-box img{
		width: 100px;
		height: 64px;
	}
	.title{
		width: 90%;
		height: auto;
		margin-top: 10px;
	}
	.title h1{
		font-size: 30px;
	}
	.title h2{
		font-size: 20px;
	}

	.nav{
		width: 100%;
		margin-top: 30px;
	}
	.nav ul li{
		width: 180px;
		height: 140px;
	}
	.nav ul li .img-1{
		width: 54px;
		height: 75px;
		margin: 0 auto;
		margin-top: 10px;
	}
	.nav ul li .img-1 img{
		width: 54px;
		height: 75px;
	}
	.nav ul li .state{
		font-size: 20px;
		margin-top: 15px;
	}
	.nav ul li .img-2{
		width: 56px;
		height: 54px;
		margin: 0 auto;
		margin-top: 30px;
	}
	.nav ul li .img-2 img{
		width: 56px;
		height: 54px;
	}
	.nav ul li .img-3{
		width: 139px;
		height: 35px;
		margin: 0 auto;
		margin-top: 30px;
	}
	.nav ul li .img-3 img{
		width: 139px;
		height: 35px;
	}
	.nav ul li .img-4 {
		width: 137px;
		height: 38px;
		margin: 0 auto;
		margin-top: 25px;
	}
	.nav ul li .img-4 img{
		width: 137px;
		height: 38px;
	}
	.nav ul li .img-5{
		width: 142px;
		height: 50px;
		margin-top: 25px;
	}.nav ul li .img-5 img{
		width: 142px;
		height: 50px;
	}
	.nav ul li .img-6{
		width: 135px;
		height: 50px;
		margin: 0 auto;
		margin-top: 25px;
	}
	.nav ul li .img-6 img{
		width: 135px;
		height: 50px;
		background-position: center;
		background-size: cover;
	}
	.nav ul li .img-7{
		text-align: center;
		font-size: 25px;
		color: #ff5000;
		margin-top: 25px;
	}
	.footer{
		padding: 15px 0;
	}

	.footer .foot{
		width: 98%;
	}

	.intro {
		width: 96%;
		margin: 30px auto 20px;
		color: #fff;
		line-height: 38px;
	}

	.intro-img {
		width: 98%;
		background: rgba(255, 255, 255, 0.4);
		margin: 0 auto;
		border-radius: 10px;
	}
	.intro-image-item {
		width: 100%;
		height: auto;
	}

	.qr-code {
		width: 98%;
		margin: 0 auto;
		border-radius: 10px;
	}
	.tips-qr {
		font-size: 20px;
		color: #fff;
		margin: 10px 0;
		text-align: center;
	}
	.qr-code-img {
		width: 100%;
		height: auto;
		border-radius: 10px;
	}

}
