.video{
	height:960px;
	position:relative;
	background-image:url('/image/service/banner.png');
	background-position:center;
	background-repeat:no-repeat;
	overflow:hidden;
}
.video > .play{
	position:absolute;
	top:110px;
	left:50%;
	margin-left:38px;
}
.video > .play:after{
	content:'';
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	background-image:url('/image/service/l.png');
	background-position:center;
	background-repeat:no-repeat;
	z-index:10;
}
.t{
	height:1000px;
	background-image:url('/image/service/p.png');
	background-position:center;
	background-repeat:no-repeat;
}
.j{
	height:700px;
	background-image:url('/image/service/y.png');
	background-position:center;
	background-repeat:no-repeat;
}
.s{
	margin-top:100px;
	position:relative;
}
.s > .m{
	width:200px;
	height:50px;
	border-radius:50px;
	background-color:#d0b586;
	color:#333;
	position:absolute;
	bottom:185px;
	left:200px;
	display:flex;
	justify-content:center;
	align-items:center;
	font-size:16px;
	cursor:pointer;
}
.p{
	height:1000px;
	background-image:url('/image/service/s.png');
	background-position:center;
	background-repeat:no-repeat;
}
.w{
	height:1000px;
	background-image:url('/image/service/k.png');
	background-position:center;
	background-repeat:no-repeat;
}
.b{
	display:flex;
	justify-content:center;
	position:relative;
}
.b > .c{
	width:226px;
	height:226px;
	background-image:url('/image/service/e.png');
	background-position:center;
	background-repeat:no-repeat;
	background-size:226px;
	position:absolute;
	top:90px;
	right:50%;
	margin-right:-100px;
}
.b > .m{
	width:200px;
	height:50px;
	border-radius:50px;
	background-color:#d0b586;
	color:#333;
	position:absolute;
	top:350px;
	right:50%;
	display:flex;
	justify-content:center;
	align-items:center;
	font-size:16px;
	margin-right:-87px;
	cursor:pointer;
}