table.table {
	width: 100%;
	border-width: 1px;
	border-collapse: collapse;
	border-color: #1e1e1e;
	font-size:14px;
	color:#333;
	text-align: left;
}
table.table th {
	padding: 8px;
	border-width: 1px;
	border-style: solid;
	border-color: #1e1e1e;
	background: #dedede;
}
table.table td {
	padding: 8px;
	border-width: 1px;
	border-style: solid;
	border-color: #1e1e1e;
	background: #fff;
}

.main .img-box {
	height: 245px;
	background: url(../img/service.jpg) top center no-repeat;
}
.main .banner-txt {
	padding-top: 60px;
	padding-left: 360px;
	font-size: 36px;
	color: #fff;
	text-shadow: 0 0 1px #eee,
				 1px 1px 1px #bbb,
             	 3px 2px 1px #888;
}
.main .banner-txt .txt {
	margin-left: 40px;
	margin-top: 15px;
	font-size: 28px;
}
.main .info-box {
    margin: 30px auto;
}
.main .info-box .category {
	float: left;
	box-sizing: border-box;
	border: 1px solid #eef;
    width: 220px;
}
.main .info-box .category .category-title {
	display: block;
	padding: 0 20px;
	line-height: 60px;
	background: #355caf;
	font-size: 22px;
	color: #fff;
}
.main .info-box .category .category-item {
	display: block;
	padding: 0 20px;
	line-height: 45px;
	cursor: pointer;
}
.main .info-box .category .category-item.active {
	background: #e1e1e1 !important;
}
.main .info-box .category .category-item:hover {
	background: #eee;
}

.main .info-box .content {
	float: left;
	box-sizing: border-box;
	border: 1px solid #eef;
	margin-left: 20px;
	padding: 20px;
    width: 960px;
    min-height: 300px;
}
.main .info-box .content .content-item {
	display: none;
	line-height: 28px;
}
.main .info-box .content .content-item.active {
	display: block;
}