body {
	background: url("../../img/information/information_bg_02.png") no-repeat top center;
}

.scrollBox .tab {
	text-align: center;
}

.scrollBox .tab li {
	/*float: left;*/
	margin-right: 20px;
	display: inline-block;
	margin-bottom: 10px;
}

.scrollBox .tab li:last-child {
	margin-right: 0;
}

.scrollBox .tab li a {
	display: block;
	padding: 0 25px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #333;
	border-radius: 20px;
	border: 1px solid #cbcbcb;
	background-image: linear-gradient(to right, #f8f8f8, #e8e8e8);
	font-size: 20px;
}

.scrollBox .tab .selectLi a,.scrollBox .tab li:hover a {
	color: #fff;
	background-image: linear-gradient(to right,#3084e0, #1d6dc5);
	border-color: #1d6dc5;
}

@media (max-width:1440px) {
	.scrollBox .tab li a {
		font-size: 18px;
		height: 36px;
		line-height: 36px;
		border-radius: 10px;
		padding: 0 15px;
	}
}