/* 引导页 start */
canvas {
	display: block;
	margin: 24px auto;
}
.guideBox{
	height: 100%;
	position: relative;
}

.guideTop{
	overflow: hidden;
	margin:0 6.25% 68px;
}
.guideLogo{
	margin-left: 0;
	margin-top: 38px;
}
.guideLogo img{
	height: 56px;
}
.guideTel{
	margin-top: 55px;
}
.guideTel img{
	height: 32px;
}
.guidePic{
	width:47.619%;
	min-height: 480px;
	margin: 0 auto 102px;
}
.guidePic .pic:before{
	padding-top: 60.25%;
}
.guideCon{
	width: 100%;
	position: absolute;
	bottom: 15.1789%;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.guideDl{
	overflow: hidden;
	margin: 0 10.6905%;
}
.guideDl dd{
	float: left;
	display: inline;
	width: 12.5%;
	text-align: center;
}
.guideDl dd .title{
	font-size: 16px;
	color: #666666;
	position: relative;
	display: inline-block;
	text-align: center;
	height: 32px;
	line-height: 32px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.guideDl dd .title:before{
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background: #ec661b;
	display: block;
	content: '';
	left: -30px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.guideDl dd .title1{
	font-size: 14px;
	color: #666666;
	text-transform: uppercase;
	height: 28px;
	line-height: 28px;
	overflow: hidden;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.guideDl dd:hover a .title:before{
	visibility: visible;
	opacity: 1;
}
.guideDl dd:hover a .title{
	color: #fff;
}
.guideDl dd:hover a .title1{
	color: #999;
}
.guideBg{
	position: absolute !important;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.guideBg div{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 105%;
	height: 105%;
	position: absolute;
	left: -2.5%;
	top: -2.5%;
}
#guide{
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

/* 引导页 end */