.bottom{
	width: 100%;
	background-color: #2d2b34;
	font-size: 12px;
}
.bottom a{
	color: #757575;
}
.bottom a:hover{
	color: #b8b7bb;
}
.bottom_content{
	overflow: hidden;
	height: auto;
    padding: 50px 0 24px;
}
.bottom_content ul{
	float: left;
}
.bottom_content .split{
	float: left;
	width: 0px;
	height: 160px;
    margin: 0 12%;
    border-right: 1px dashed #737279;
}
li.bottom_content_title{
	color: #b8b7bb;
	font-size: 14px;
}
.bottom_content ul li{
	margin-bottom: 10px;
}
.link{
	float: left;
	color: #757575;
	font-size: 14px;
	margin-top: 30px;
}
.link h5{
	display: inline;
}
.link a{
	margin-left: 10px;
}
li.gzh{
	position: relative;
}
i.gzh-img{
	position: absolute;
	top: 26px;
	right: -19px;
	display: block;
	width: 100px;
	height: 100px;
	background: url(../images/un32gzh.jpg) no-repeat;
	background-size: 100px;
}

.footer{
	height: 137px;
	line-height: 25px;
	background-color: #1e1d23;
	color: #737279;
	text-align: center;
}
.footer p{
	padding: 10px auto;
}
.footer_content{
	 padding-top: 45px;
}