.footcolor {
	width: 100%;
	background-color: #f5f5f5;
	clear: both;
}

/* 三个底部栏目 */
.footer {
	width: 1200px;
	height: 110px;
	margin: auto;
}

.footer3 {
	width: 33%;
	float: left;
	height: 110px;
	background-color: #004471;
}

.footer3:nth-child(2n) {
	margin: 0 0.5% 0 0.5%;
}

.footer3 h3 {
	font-size: 23px;
	color: #fff;
	padding: 30px 30px 0 30px;
	display: block;
	height: 58px;
}

.footer3 h4 {
	width: 364px;
	height: 34px;
	font-size: 12px;
	color: #FFFFFF;
	padding: 0 30px 0 30px;
	display: block;
	word-break: break-all;
	line-height: 17px;
}

.footer3 p {
	font-size: 12px;
	line-height: inherit;
	color: #e60012;
	position: relative;
	z-index: 1;
	float: right;
	font-weight: bold;
	top: -12px;
	right: 35px;
	-webkit-transform: translateZ(0);
}

/* 底部栏目导航 */
.footerdh {
	width: 1200px;
	margin: auto;
	padding-top: 50px;
	padding-bottom: 250px;
	background-color: #f5f5f5;
}

.footerdh ul li {
	width: 15%;
	float: left;
}

.footerdh2 h5 {
	color: #004471;
	margin-bottom: 18px;
	font-size: 15px;
	font-weight: 700;
	line-height: 20px;
}

.footerdh2 a {
	display: block;
	line-height: 25px;
	color: #2F2F2F;
	font-size: 13px;
}

.wx {
	width: 12%;
	float: right;
}

.wx img {
	width: 100%;
	margin-bottom: 10px;
}

/* 底部备案 */
.footerbeian {
	width: 100%;
	background-color: #f5f5f5;
	color: #999;
	line-height: 18px;
	font-size: 14px;
	text-align: center;
	padding: 5px 0;
}

.footerbeian img {
	height: 14px;
}

.footerbeian p {
	line-height: 25px;
	color: #000000;
	font-size: 14px;
	margin-top: 10px;
}

.wx {
	text-align: center;
}
.wx h4{
	margin-bottom: 0.3rem;
}