/* PC端底部 */

/* 友情链接 */
.footerPC {
	/*min-width: 1400px;*/
	width：100%;
}
.mid a:hover {
    color: #fe8027;
}
.footerPC .friendlyLinks {
	height: 37px;
	line-height: 37px;
	background: #BFD9EA;
	color: #333;
}

.friendlyLinks span {
	font-size: 18px;
}

.friendlyLinks a {
	font-size: 14px;
	color: #333;
}

/* 底部信息 */
.footerPC .footerMessage {
	width: 100%;
	background: #0067AC;
	color: #fff;
	font-size: 14px;
}

.footerMessage a {
	color: #fff;
	font-size: 14px;
}

.footerMessage .top {
	height: 284px;
	padding: 45px 0;
}

.footerMessage .top .container {
	height: 100%;
}

.footerMessage .top .container div {
	display: inline-block;
	height: 100%;
}

.footerMessage .top .left {
	float: left;
	clear: both;
	line-height:185px;
}

.footerMessage .top .left img {
	width: 100%;
}

.footerMessage .top .mid {
	border-left: 1px solid #188ED4;
	border-right: 1px solid #188ED4;

	margin: 0 2%;
	text-align: center;
	line-height: 2;
	width:33%;

}

.footerMessage .top .mid div {
	margin: 0 18px;
}
.footerMessage .top .mid li {
	color: #fff;
	font-size: 14px;
	text-align: left;
	display: block;
	padding: 0 20px;
}


.footerMessage .top .right {
	float: right;
}

.footerMessage .top .right div {
	width: 153px;
	text-align: center;
}

.footerMessage .top .right img {
	width: 155px;
	height: 155px;
	margin-bottom: 15px;
}

.footerMessage .bottom {
	padding: 18px 0;
	border-top: 1px solid #188ED4;
}

.footerMessage .bottom .container div {
	display: inline-block;
}

.footerMessage .bottom .right {
	float: right;
}

/* 移动端底部 */
@media screen and (max-width: 960px) {

	/* 底部导航 */
	.footerM {
		width: 100%;
		height: 60px;
		background: #0067AC;
		position: fixed;
		bottom: 0;
	}

	.footerM div {
		width: 18.9%;
		height: 100%;
		text-align: center;
		display: inline-block;
	}

	.footerM div img {
		width: 25px;
		height: 25px;
		display: block;
		margin: 7px auto 4px;
	}

	.footerM div a {
		color: #fff;
	}
}

/* 移动端底部 */
@media screen and (max-width: 768px) {

	/* 底部导航 */
	.footerM {
		width: 100%;
		height: 60px;
		background: #0067AC;
		position: fixed;
		bottom: 0;
	}

	.footerM div {
		width: 18.9%;
		height: 100%;
		text-align: center;
		display: inline-block;
	}

	.footerM div img {
		width: 25px;
		height: 25px;
		display: block;
		margin: 7px auto 4px;
	}

	.footerM div a {
		color: #fff;
	}
}