.leftFxied {
	width: 140px;
	top: 50%;
	transform: translateY(-50%);
	position: fixed;
	left: 40px;
	border-radius: 10px;
	background: #ffffff;
	box-shadow: 5px 0 20px rgba(202, 221, 231, 0.5);
	z-index: 100;
}


.leftItem {
	padding-top: 18px;
	padding-bottom: 12px;
	display: block;
	color: #333333;
}

.leftTopIcon {
	width: 14px;
	height: 14px;
	margin-left: 6px;
}

.leftItem:hover {
	text-decoration: none;
	color: #3c78fc;
}

.lfImg {
	width: 30px;
	height: 30px;
	margin-right: 6px;
}

.policyImg {
	background: url(../../images/index/policy.png);
}

.lfActive .policyImg,
.leftItem:hover .policyImg {
	background: url(../../images/index/policy_hover.png);
}

.expertImg {
	background: url(../../images/index/expert.png);
}

.lfActive .expertImg,
.leftItem:hover .expertImg {
	background: url(../../images/index/expert_hover.png);
}

.demandImg {
	background: url(../../images/index/demand.png);
}

.lfActive .demandImg,
.leftItem:hover .demandImg {
	background: url(../../images/index/demand_hover.png);
}

.supplyImg {
	background: url(../../images/index/supply.png);
}

.lfActive .supplyImg,
.leftItem:hover .supplyImg {
	background: url(../../images/index/supply_hover.png);
}

.bossImg {
	background: url(../../images/index/boss.png);
}

.lfActive .bossImg,
.leftItem:hover .bossImg {
	background: url(../../images/index/boss_hover.png);
}


.footprintImg {
	background: url(../../images/index/footprint.png);
}

.lfActive .footprintImg,
.leftItem:hover .footprintImg {
	background: url(../../images/index/footprint_hover.png);
}

.companyImg {
	background: url(../../images/index/company.png);
}

.lfActive .companyImg,
.leftItem:hover .companyImg {
	background: url(../../images/index/company_hover.png);
}

.activityImg {
	background: url(../../images/index/activity.png);
}

.lfActive .activityImg,
.leftItem:hover .activityImg {
	background: url(../../images/index/activity_hover.png);
}

.projectImg {
	background: url(../../images/index/project.png);
}

.lfActive .projectImg,
.leftItem:hover .projectImg {
	background: url(../../images/index/project_hover.png);
}

.venueImg {
	background: url(../../images/index/venue.png);
}

.lfActive .venueImg,
.leftItem:hover .venueImg {
	background: url(../../images/index/venue_hover.png);
}

.lfActive {
	color: #3c78fc;
	font-weight: bolder;
}