.content {
	max-width: 1240px;
	width: 100%;
	margin: auto;
}

.content .li {
	width: 130px;
	display: inline-block;
	font-size: 12px;
	color: #333;
}

.catalog a {
	padding: 0 12px;
	line-height: 1.5;
	display: inline-block;
	border: 1px solid #ccc;
	margin: 5px 5px;
	text-decoration: none;
	color: #11a76f;
}

.catalog a:hover,
.catalog .active {
	color: #fff;
	background: #11a76f;
	border-color: #11a76f;
}

.mod-panel {
	width: 100%;
	margin: 0 auto 30px;
}

.mod-panel .hd {
	padding-top: 25px;
	margin-bottom: 30px;
	line-height: 30px;
	text-align: center;
}

.mod-panel .hd h1 {
	font-size: 24px;
	color: #212121;
}

.mod-panel .bd,
.mod-panel .ft {
	overflow: hidden;
	padding-bottom: 40px;
	margin: 0 auto;
}

.mod-panel .ft {
	line-height: 2;
	color: #333;
}

.mod-panel strong {
	font-weight: bold;
}

.mod-panel .bd .carlogo {
	overflow: hidden;
}

.mod-panel .bd .tabs {
	overflow: hidden;
	padding: 8px 0;
	margin-bottom: 20px;
	border-bottom: solid 1px #ccc;
	font-size: 0;
}

.mod-panel .bd .tabs a {
	display: inline-block;
	padding: 0 15px;
	margin: 0 10px 10px 0;
	border: solid 1px #B8DCF5;
	background: #EDF7FF;
	line-height: 34px;
	font-size: 16px;
	color: #348BCF;
}

.mod-panel .bd .tabs a:hover,
.mod-panel .bd .tabs a.active {
	border-color: #348BCF;
	background: #348BCF;
	color: #fff;
	text-decoration: none;
}

.mod-panel .panel {
	display: none;
	margin-top: 20px;
}

.mod-panel .panels .active {
	display: block;
}

.mod-panel table {
	width: 100%;
	margin-bottom: 20px;
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #cee1ee;
	border-left: 0;
}

.mod-panel caption {
	padding-top: 15px;
	line-height: 36px;
	font-size: 16px;
	text-align: center;
}

.mod-panel thead {
	border-bottom: 1px solid #cee1ee;
	background-color: #e3eef8;
}

.mod-panel tr {
	line-height: 24px;
	font-size: 13px;
}

.mod-panel tr th,
.mod-panel tr td {
	border-left: 1px solid #cee1ee;
	word-break: break-all;
	word-wrap: break-word;
	padding-left: 10px;
	font-weight: normal;
}

.mod-panel tr th {
	color: #555;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: left;
}

.mod-panel tr:nth-child(2n) {
	background-color: #f0f5f8;
}

.mod-panel .nobg tr {
	background-color: #fff;
}

.mod-panel .th {
	line-height: 32px;
	font-size: 18px;
}
