.app_home_service .head {
	font-size: 36rem;
	font-family: MicrosoftYaHei;
	font-weight: bold;
	margin-bottom: 40rem;
	margin-top: 60rem;
}

.app_home_service .serviceList {
	width: 100%;
	margin: 0 auto;
	flex-wrap: wrap;
	padding: 0 32rem;
	box-sizing: border-box;
}

.app_home_service .list {
	width: 336rem;
	height: 308rem;
	background: #FFFFFF;
	box-shadow: 0rem 0rem 8rem 0px rgba(0, 0, 0, 0.1);
	border-radius: 8rem;
	text-align: center;
	transition: all 0.3s;
	cursor: pointer;
	padding: 0 16rem;
	margin-bottom: 40rem;
	border: 4rem solid #fff;
	box-sizing: border-box;
}

.app_home_service .list img {
	width: 46rem;
	height: 46rem;
	margin-right: 16rem;
}

.app_home_service .list .name {
	font-size: 32rem;
	font-family: MicrosoftYaHei;
	color: #000;
	height: 124rem;
}

.app_home_service .list .txt {
	font-size: 28rem;
	font-family: MicrosoftYaHei;
	color: #999999;
	text-align: left;
}

.app_home_service .list .line {
	width: 100%;
	height: 2rem;
	background: #eee;
	margin: 0rem 0 32rem;
	position: relative;
}

.app_home_service .list .line .lineBg {
	width: 0rem;
	height: 100%;
	background: #3577FD;
	transition: all 0.3s;
}



.app_home_service .list .list:hover {
	border: 4rem solid #3577FD;
}

.app_home_service .list .list:hover .lineBg {
	width: 100% !important;
}

.app_home_service .list .list:hover .txt {
	color: #3577FD;
}