@charset "UTF-8";

/*服务流程*/
.process {
	position: relative;
	height: 500px;
	background-color: #ffffff;
	padding-top: 35px;
}

/*我们的服务*/
.our-service {
	position: relative;
	height: 600px;
	padding-top: 0;
}

/*服务流程 开始*/
.process-pics {
	position: absolute;
	height: 290px;
	width: 68%;
	top: 150px;
	left: 18%;
	display: flex;
	justify-content: space-around;
}

.process-pic {
	position: relative;
	width: 20%;
}

.pic-body {
	position: absolute;
	width: 70%;
}

/* .pic-line {
	position: absolute;
	right: 0;
	width: 30%;
	height: 290px;
	background-color: #fff;
} */

.process-pic img {
	width: 100%;
}

.process-pic p {
	font-size: 1.4rem;
	color: #000000;
	margin: 40px auto 0 auto;
}
/*服务流程 结束*/

/*我们的服务 开始*/
.service-body {
	position: absolute;
	height: 300px;
	width: 68%; /*23%*/
	top: 185px;
	left: 16%;
	display: flex;
	justify-content: space-around;
}

.service-info {
	width: 23%;
}

.info-head {
	background-color: #e8423e;
	width: 100%;
	height: 100px;
	border-radius: 16px 16px 0 0;
}

.info-head p {
	line-height: 100px;
	color: #ffffff;
	font-size: 1.5rem;
	font-weight: 500;
}

.info-foot {
	background-color: #f6f6f6;
	width: 100%;
	height: 200px;
	border-radius: 0 0 16px 16px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.info-foot p {
	text-align: left;
	font-size: 1.0rem;
	line-height: 35px;
	font-weight: 500;
	margin: 0 5% 0 5%;
}
/*我们的服务 结束*/