.about-scenery-wrapper {
	
}
.about-scenery-title {
	position: relative;
}
.about-scenery-title i,
.about-scenery-title span {
	display: block;
	text-align: center;
}
.about-scenery-title i {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	color: rgba(29, 131, 199, .15);
	font-size: 26px;
	font-weight: bold;
}
.about-scenery-title span {
	padding-top: 10px;
	font-size: 30px;
}
.about-scenery-content {
	padding: 30px 0;
}

.about-scenery-video {
	height: 810px;
}
.about-scenery-video video {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #000;
}
.about-scenery-list {
	margin: 30px 0;
	overflow: hidden;
}
.about-scenery-item {
	float: left;
	margin: 30px 30px 0 0;
	width: calc((100% - 90px) / 4);
	cursor: pointer;
}
.about-scenery-item:nth-child(4n) {
	margin-right: 0;
}
.about-scenery-item .image {
	height: 245px;
	overflow: hidden;
}
.about-scenery-item .image i {
	display: block;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all .2s linear 0s;
}
.about-scenery-item .name {
	height: 45px;
	line-height: 45px;
	background-color: #f9f9f9;
	font-size: 16px;
	text-align: center;
}
.about-scenery-item:hover .image i {
	transform: scale(1.1);
}
.about-scenery-qrcode {
	margin: 50px 0;
}
.about-scenery-qrcode .logo img {
	display: block;
	margin: 0 auto;
}
.about-scenery-qrcode .txt {
	margin: 20px 0;
}
.about-scenery-qrcode .txt p {
	color: #333;
	text-align: center;
}
.about-scenery-qrcode .image img {
	display: block;
	margin: 0 auto;
}
.about-scenery-qrcode .btn {
	display: block;
	margin: 20px auto 0;
	padding: 10px 0;
	width: 150px;
	background-color: #0977c2;
	border-radius: 5px;
	color: #fff;
	text-align: center;
}