@charset "utf-8";
/* 技术转换对接页面的样式 */
/* 主要部分 */
.functions {
	padding: 60px 0 90px;
	font-size: 0;
	line-height: 0;
	text-align: center;
}

.functions .functions-box {
	margin-left: -27px;
	margin-right: -27px;
	margin-bottom: 0;
}

/* 里面的每一块功能 */
.fucntion-item {
	width: 364px;
	height: 310px;
	padding: 28px 35px 0;
	margin: 0 27px 40px;
	overflow: hidden;
	box-sizing: border-box;
	display: inline-block;
	background-color: #fff;
}

.fucntion-item:hover {
	-webkit-box-shadow: 0 8px 24px rgba(153, 153, 153, 0.2);
	box-shadow: 0 8px 24px rgba(153, 153, 153, 0.2);
}

.fucntion-item a {
	color: inherit !important;
	text-decoration: none !important;
}

.fucntion-item .function-icon {
	width: 60px;
	height: 60px;
}

.fucntion-item .fuction-title {
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 3;
	color: #333;
}

.fucntion-item .fucntion-text {
	font-size: 14px;
	line-height: 1.8;
	color: #999;
}