/*鏈嶅姟娴佺▼*/
.Service {
	width: 100%;
	height: 590px;
}

.ServiceCenter {
	width: 1200px;
	height: 590px;
	margin: 0 auto;
}
.ETitle {
	margin: 50px auto;
	text-align: center;
}

.ETitle h1 {
	color: #019fe9;
	font-size: 36px;
	font-weight: bold;
}

.ETitle span {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	/* margin-left: 8px; */
}

.Process {
	width: 300px;
	height: 400px;
	float: left;
}

.ProcessImg {
	width: 300px;
	height: 200px;
}

.ProcessTxt {
	width: 300px;
	height: 200px;
	background: #f5f5f5;
	padding-top: 15px;
}

.ProcessTxt>h2>span {
	font-size: 48px;
	font-weight: bold;
	font-style: italic;
	margin-right: 15px;
	color: rgba(51, 51, 51, 0.5);
}

.ProcessTxt>h2 {
	font-size: 24px;
	font-weight: normal;
	text-align: center;
	line-height: 70px;
}

.ProcessTxt>p {
	width: 280px;
	line-height: 32px;
	margin: 0 auto;

}

.ProcessBlue {
	background: #019fe9;
}

.ProcessBlue>h2>span {
	color: rgba(255, 255, 255, 0.5);
}

.ProcessBlue>h2,
.ProcessBlue>p {
	color: white;
}