.flowPath00 {
	width: 100%;
	background-color: #131314;
	position: absolute;
	overflow-x:hidden;
	overflow-y:hidden;
	height: 100%;
}

#flowpath_1s {
	background: url(../img/flowpath/goutong1.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
}
#flowpath_2s {
	background: url(../img/flowpath/cehua.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
}
#flowpath_3s {
	background: url(../img/flowpath/lixiang1.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
}
#flowpath_4s {
	background: url(../img/flowpath/ui2.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
}
#flowpath_5s {
	background: url(../img/flowpath/kaifa.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
}
#flowpath_6s {
	background: url(../img/flowpath/ceshi.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
}
#flowpath_7s {
	background: url(../img/flowpath/yanshou.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
}
#flowpath_8s {
	background: url(../img/flowpath/shangxian.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
}

.flowPath01 {
	color: #FFFFFF;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	height: 100vh;
	justify-content: center;
	transition: background-image 0.4s;
}

.flowPath01>h2 {
	font-size: 3rem;
}

.flowPath01>p {
	font-size: 1rem;
	margin-top: 40px;
}

.flowPath05 {
	width: 100%;
	height: 50px;
	background-color: #943434;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #FFFFFF;
	bottom: 0;
	position: fixed;
	font-size: 1.3rem;
	font-weight: 500;
}

.flowPath05>a {
	flex-grow: 1;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFFFFF;
	transition: background-color 0.4s;
}

.flowPath05>a:hover {
	background-color: #333333;
}

.flowPath05>a:not(a) {
	background-color: #000000;
}

@media screen and (max-width:750px) {
	.flowPath05 {
		font-size: 1rem;
		height: 40px;
	}
}

@media screen and (max-width:1200px) {
	#flowpath_1s {
		background: url(../img/flowpath/goutong.jpg);
		background-size: 100%;
		background-repeat: no-repeat;
	}
	#flowpath_2s {
		background: url(../img/flowpath/cehua1.jpg);
		background-size: 100%;
		background-repeat: no-repeat;
	}
	#flowpath_3s {
		background: url(../img/flowpath/lixiang.jpg);
		background-size: 100%;
		background-repeat: no-repeat;
	}
	#flowpath_4s {
		background: url(../img/flowpath/ui2.jpg) center center no-repeat;
		background-size: 200%;
		background-repeat: no-repeat;
	}
	#flowpath_5s {
		background: url(../img/flowpath/kaifa1.jpg);
		background-size: 100%;
		background-repeat: no-repeat;
	}
	#flowpath_6s {
		background: url(../img/flowpath/ceshi1.jpg);
		background-size: 100%;
		background-repeat: no-repeat;
	}
	#flowpath_7s {
		background: url(../img/flowpath/yanshou1.jpg);
		background-size: 100%;
		background-repeat: no-repeat;
	}
	#flowpath_8s {
		background: url(../img/flowpath/shangxian1.jpg);
		background-size: 100%;
		background-repeat: no-repeat;
	}
}
