@charset "utf-8";

.whole {
	height: auto
  }

/*--------------底部导航栏--------------*/
.footer-wrap {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 64px;
	padding: 4px 0;
	background-color: #fff;
}

.footer {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row;
	align-content: center;
	align-items: center;
}

.footer a {
	width: 25%;
	height: 56px;
	padding-top: 6px;
	text-align: center;
}

.footer a .icon-bg{
	width: 32px;
    height: 32px;
    border-radius: 25px;
    background-color: #fff;
    margin: auto;
}

.footer a .icon-bg img{
	display: block;
	width: 22px;
    height: 22px;
    padding: 5px;
}

.footer a span {
	display: block;
	margin-top: 2px;
	color: #a3aaae;
	font-size: 14px;
	line-height: 16px;
}

.footer a.active{
	overflow: hidden;
}

.footer a.active .icon-bg{
    background-color: #247eef;
}

.footer a.active img{
	transform: translateY(-115%);
	filter: drop-shadow(0 36px #fff);
    width: 22px;
    height: 22px;
}

.footer a.active span{
	color: #247eef;
}

/*--------------产业集群-模块首页--------------*/
.con5{
	padding-top: 6px;
}

.con5-tit {
	height: 50px;
	border-bottom: 1px solid rgb(229 237 252);
	background: #e5edfc;
}

.con5-tit span {
	float: left;
	margin-left: 20px;
	color: #343333;
	/* font-size: 20px; */
	font-size: 14px;
	line-height: 50px;
}

.con5-tit.active span {
	/* color:#53AEE1; */
	color:#247eef;
	font-weight: bold;
}

.con5-tit i {
	float: right;
	width: 16px;
	height: 50px;
	margin-right: 18px;
	background: url("../images/a20.png") no-repeat center bottom;
	background-size: 16px 150px;
}

.con5-tit.active i {
	background-position: center 0;
}

.con5-con {
	display: none;
	background-color: #f7f7f7;
	padding: 18px 0;
	border-bottom: 1px solid #e1e1e1;
}

.con5-con a {
	float: left;
	margin-left: 35px;
	color: #515151;
	/* font-size: 18px; */
	font-size: 14px;
}

/*public*/
.bg-ef {
	background: #efefef;
}
