body {
	min-width: 800px;
}
.ind-help {
	margin-top: 50px;
	padding: 25px 0 85px;
	width: 100%;
	min-height: 600px;
	background-image: url(/common/images/qiye-bg.jpg);
}

.sitemap {
	margin-top: 0px;
}

.ind-head {
	font-size: 24px;
	text-align: center;
	font-weight: bold;
}

.ind-help>ul{
	list-style: none;
	margin: 0 auto;
	padding: 5px 0 10px;
	overflow: hidden;
	width: 70%;
	font-size: 16px;
}

.ind-help>ul li{
	float: left;
	padding: 5px 15px;
	margin: 0px;
}

.ind-help>ul li:hover{
	cursor: pointer;
}

.current, .ind:hover {
	color: rgb(122, 205, 251);
}

.ind-help>table {
	margin: 0 auto;
	padding: 0;
	width: 70%;
}

.ind-help>table thead tr th {
	font-size: 18px;
	border: 1px solid #c7c7c7;
	padding: 5px 10px;
}

.ind-help>table thead tr {
	background: #fbf6e1;
}

.ind-help>table tbody tr td {
	font-size: 16px;
	border: 1px solid #c7c7c7;
	padding: 2px 10px;
}

.ind-help>table tbody tr {
	background: #fff;
}

.ind-help>table tbody tr:hover {
	background: #fbf6e1;
}

.ind-help>table tbody:hover {
	cursor: pointer;
}

.ind-help>table thead tr:first-child th:first-child {
	width: 20%;
}
