.page-header {
	border: none;
}

.f8bg {
	background-color: #f8f8f8;
	padding-bottom: 20px;
}

.jumbotron {
	background-image: url(../img/联系我们banner.png);
	background-position: 70%;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #fff;
	margin-bottom: 0px;
}

.market>.col-md-8,
.market>.col-md-4 {
	padding-top: 15px;
}

.market>.col-md-8 {
	font-size: 1.4rem;
}

.market>.col-md-4 {
	font-size: 1.4rem;
}

.table thead th {
	text-align: center;
}

.table tbody td:first-child {
	width: 20%;
	text-align: center;
}

.table tbody td:nth-child(2) {
	width: 30%;
	text-align: left;
}

.table tbody td:last-child {
	width: 50%;
	text-align: center;
}

@media only screen and (max-width: 768px) {
	.market>.col-md-8 {
		font-size: 1.2rem;
	}
}