body {
	font-family: 微软雅黑;
	margin: 0;
	min-width: 1200px;
	background: #d8ebfa;
	color: #333;
	font-size: 16px;
}

* {
	box-sizing: border-box;
}

a {
	color: #333;
}

.w1200 {
	width: 1200px;
	margin: auto;
}

.clearfix:before,
.clearfix:after {
	content: '';
	display: table;
	clear: both;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

.banner {
	height: 598px;
	background: url("zhineng-banner.jpg") center no-repeat;
}

.logo {
	width: 1200px;
	margin: auto;
	padding-top: 35px;
}

.main {
	width: 1200px;
	margin: auto;
	padding: 20px 25px;
	background: #fff;
}

.row {
	margin: 25px -15px 0;
}

.col {
	width: 50%;
	float: left;
	padding: 0 15px;
}

.main-left {
	width: 265px;
	float: left;
	background: #f5f5f5;
	padding: 10px;
	min-height: 960px;
}

.main-right {
	width: 850px;
	float: right;
}

.ly-list li {
	line-height: 38px;
}

.ly-list > li {
	padding: 0 20px;
	cursor: default;
}

.ly-list .icon-arrow {
	color: #6a7dc2;
	margin-right: 5px;
	font-size: 12px;
}

.icon-arrow {
	display: inline-block;
	transition: .3s all ease;
}

.active {
	color: #fff;
	background: #6a7dc2;
}

.active i {
	color: #fff !important;
	transform: rotate(90deg);
}

.ly-sublist {
	background: #dedede;
	margin: 0 -20px;
	display: none;
}

.ly-sublist li {
	padding: 0 10px 0 40px;
}

.ly-sublist li:hover,
.ly-sublist li.cur {
	background: #aab2d1;
}

.ly-tabs {
	margin: 0 -7.5px;
}

.ly-tab {
	float: left;
	width: 25%;
	padding: 0 7.5px;
	height: 50px;
	line-height: 50px;
}

.ly-tab span {
	display: block;
	line-height: 45px;
	text-align: center;
	background: #e8e8e8;
	cursor: pointer;
}

.ly-tab i {
	color: #6a7dc2;
	margin-right: 5px;
	font-size: 26px;
	display: inline-block;
	transform: translateY(3px);
}

.current {
	color: #fff;
}

.current span {
	background: #6a7dc2;
}

.current i {
	color: #fff;
}

.ly-panes {
	padding: 40px 0;
}

.content {
	display: none;
}

.content table {
	margin-left: auto !important;
	margin-right: auto !important;
}