/*页面底部公用*/
.bottom {
	background-color: #c7cbcf;
}

.bottom table {
	padding-top: 20px;
	width: 100%;
	border: 0
}

.bottom_link a {
	font-size: 0.8rem;
	/*font-size: 4vw;*/
	font-weight: normal;
}

.bottom_item a {
	font-size: 0.8rem;
	/*font-size: 4vw;*/
	font-weight: normal;
	padding: 8px 16px;
	color: #2287D7;
	border: 1px solid #b4bcc3;
	background-color: #cdd0d4;
}

.bottom p {
	text-align: center;
	font-size: 0.5rem;
	/*font-size: 3vw;*/
	padding: 20px 0;
	display: block;
}

/*20160314*/
body{overflow-x: hidden;}
