.button-style {
	width: 196px; height: 48px;
	font-size: 16px;
	color: #fff;
	position: relative;
	text-align: center;
	line-height: 48px;
	display: block;
	border-radius: 30px;
}
/*.button-style::before,
.button-style::after {
	content: '';
	position: absolute;
	top: 0;
	width: 48px; height: 48px;
	border-radius: 50%;
	background-color: #acd925;
}*/
/*.button-style::before {
	left: -24px;
}
.button-style::after {
	right: -24px;
}*/
.button-style:hover {
	background-color: #333;
	color: #acd925;
}
/*.button-style:hover::before,
.button-style:hover::after {
	background-color: #333;
}*/
.index-bottom {
	position: absolute;
	top: -72px; left: 50%;
	transform: translateX(-50%);
	width: 1200px; height: 140px;
	margin: 0 auto;
	padding: 55px 57px;
	line-height: 1;
	box-sizing: border-box;
	font-size: 30px;
	background-color: #fff;
	border: 1px solid #eaeaea;
}
.index-bottom .button-style {
	display: inline-block;
	float: right;
	margin-right: 24px;
	margin-top: -9px;
}
.footer {
	padding-top: 80px;
	box-sizing: border-box;
	height: 170px;
	background-color: #1a1d21;
	position: relative;
}
.footer .main {
	text-align: center;
	color: #fff;
	height: 92px;
	line-height: 92px;
}
#cnzz_stat_icon_1278302108 > a > img {
	vertical-align: middle;
	margin-left: 80px;
}

