.banner img{
	width: 100%;
}
.about{
	margin-top: 90px;
}
.about .center{
	margin: 50px auto 0;
}
.about .center p{
	font-size: 14px;
	line-height: 26px;
	/* text-indent: 24px; */
}
.about .center p img{
	width: 556px;
	margin-left: 15px;
	margin-bottom: 5px;
}





.video {
	transform: scale(0);
	transition: all 1s ease;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .7);
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 11;
}

.video .img {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 12;
}

.video .img:hover {
	cursor: pointer;
}

.video .video-box {
	width: 100%;
	height: 100%;
	position: relative;
	text-align: center;
}

.video video {
	/* max-width: 80%; */
	max-height: 95%;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
}