body{
	background: #f8f8f8;
}

.serv_body,
.enter_body{
	width: 1200px;
	margin: 0 auto;
}

.serv_con>li,
.enter_con>li{
	width: 290px;
	height: 415px;
	display: inline-block;
	margin-right: 7px;
	margin-bottom: 10px;
}

.serv_con>li:hover,
.enter_con>li:hover{
	transform: translateY(-10px);
	box-shadow: 0px 0px 5px #aaa;
}

.serv_con>li:hover p,
.enter_con>li:hover p{
	color: #204b8f;
}

.serv_con>li:hover button,
.enter_con>li:hover button{
	background: #9fc911;
	color: #fff;
}

.serv_top,
.enter_top{
	width: 100%;
	height: 150px;
	text-align: center;
	padding: 30px 0;
	box-sizing: border-box;
	
}

.serv_con>li:nth-child(5n+1) .serv_top,
.enter_con>li:nth-child(5n+1) .enter_top{
	background: #e4eccb;
}

.serv_con>li:nth-child(5n+2) .serv_top,
.enter_con>li:nth-child(5n+2) .enter_top{
	background: #beebe3;
}

.serv_con>li:nth-child(5n+3) .serv_top,
.enter_con>li:nth-child(5n+3) .enter_top{
	background: #d7dcf7;
}

.serv_con>li:nth-child(5n+4) .serv_top,
.enter_con>li:nth-child(5n+4) .enter_top{
	background: #fbe2cf;
	margin-right: 0;
}

.serv_con>li:nth-child(5n+5) .serv_top,
.enter_con>li:nth-child(5n+5) .enter_top{
	background: #fcd2ca;
}


.serv_img{
	width: 60px;
	height: 60px;
	margin: 0 auto;
}

.enter_img{
	width: 100px;
	height: 100px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto;
}

.serv_img img,
.enter_img img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.enter_con .enter_img img{
	object-fit: contain;
}

.serv_top h2{
	font-size: 20px;
	font-weight: normal;
	line-height: 2;
}

.serv_bot,
.enter_bot{
	padding: 20px;
	box-sizing: border-box;
	background: #fff;
	width: 100%;
	height: 265px;
	text-align: center;
}

.enter_bot h2{
	font-size: 18px;
	font-weight: normal;
	line-height: 2.5;
	position: relative;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.enter_bot h2:after{
	content: "";
	display: block;
	width: 150px;
	height: 2px;
	background: #9fc911;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}

.enter_con>li:hover h2:after{
	background: #204b8f;
}

.serv_bot p,
.enter_bot p{
	height: 185px;
	font-size: 14px;
	line-height: 1.75;
	text-align: justify;
	display: table-cell;
	vertical-align: middle;
}

.enter_con .enter_bot p{
	height: 150px;
}

.serv_bot button,
.enter_bot button{
	width: 100px;
	height: 30px;
	border: 1px solid #9fc911;
	background: none;
	border-radius: 5px;
}

.serv_bot button:hover,
.enter_bot button:hover{
	cursor: pointer;
	background: #9fc911;
	color: #fff;
}