.index-content {

}

.bgcontainer_index{
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background-image: url(../img/bg.png);
	background-repeat: no-repeat;
	background-size: 100%;
	z-index: -100;
}



.page2 {
	margin-top: 100px;
}

.business-item {
	background-color: #fff;
	padding: 50px 30px;
	border-radius: 5px;
	width: 350px;
	text-align: left;
	cursor: pointer;
	display: inline-block;
	border: 1px solid #E4E8EB;
}

.business-item:hover {
	box-shadow: 5px 5px 10px #ACE1FC;
}

.business-item-img {
	text-align: center;
}

.business-item-img img {
	width: 80%;
}

.business-item-title {
	font-size: 16px;
	margin-top: 15px;
	color: #bbc1c3;
}

.business-item-name {
	margin-top: 30px;
	font-size: 20px;
	margin-top: 15px;
}

.business-item-desc {
	margin-top: 15px;
	color: #A4B0BE;
}

.business-item-btn a {
	border-radius: 5px;
	height: 40px;
	line-height: 40px;
	width: 120px;
	display: block;
	text-align: center;
	background-color: #E4E8EB;
	color: #A4B0BE;
	margin-top: 30px;
}


.hover-btn {
	transition: all 0.4s;
	cursor: pointer;
}

.hover-btn:hover {
	margin-left: -8px;
}
