.ofeer .li-item {
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px -1px 15px 1px rgba(2, 25, 52, 0.12);
	border-radius: 8px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	padding-bottom: 30px;
	width: 100%;
}

.ofeer .li-item .img-1 img {
	width: 100%;
	object-fit: cover;
}

.ofeer .title {
	margin: 20px 0;
	font-weight: bold;
	font-size: 18px;
	color: rgba(37, 39, 41, 1);
}

.ofeer .text {
	color: rgba(153, 153, 153, 1);
	line-height: 28px;
	font-size: 16px;
	margin: 0 78px;
	margin-top: 16px;
	height: 84px;
}

.ofeer .row>div {
	position: relative;
	margin-bottom: 30px;
}
.ofeer .row>div:hover .li-item-hov{
	opacity: 1;
}
.li-item-hov {
	margin: 0 15px;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(37, 39, 41, .5);
	height: 100%;
	margin-bottom: 30px;
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 16px;
	padding: 0 30px;
	opacity: 0;
}

.title-ptext {
	color: rgba(94, 98, 102, 1);
	line-height: 34px;
	margin-top: 50px;
	margin-bottom: 40px;
	text-align: center;
	font-size: 18px;
}

.take .take-item {
	margin-bottom: 40px;
}

.take .take-box {
	box-shadow: 0px 4px 16px 0px rgba(10, 5, 1, 0.08);
	padding: 40px 30px;
	font-size: 16px;
	line-height: 36px;
	color: rgba(37, 39, 41, 1);
}


.take .take-titel {
	padding-left: 30px;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	background-image: url(../image/shape-1.png);
	background-repeat: no-repeat;
	background-position: left;
}


@media (min-width: 768px) {}

@media (max-width:768px) {
	.ofeer .li-item-hov{
		opacity: 1;
		font-size: 12px;
		padding: 0 10px;
	}
	.ofeer .title {
		margin: 10px 0;
		margin-top: 15px;
		font-size: 14px;
	}

	.ofeer .li-item {
		padding-bottom: 20px;
	}

	.ofeer .text {
		margin: 0 10px;
		margin-top: 10px;
		font-size: 12px;
		line-height: 22px;
	}

	.title-ptext {
		margin-top: 30px;
		margin-bottom: 20px;
		font-size: 16px;
	}

	.take .take-box {
		margin-bottom: 20px;
		padding: 30px 20px;
		font-size: 14px;
	}

	.take .take-titel {
		padding-left: 20px;
		margin-bottom: 0;
		font-size: 16px;
		background-size: 14px;
	}

	.take .take-item {
		margin-bottom: 20px;
	}
}
