.footer{
	width: 100%;
	height: 240px;
	background-color: #282828;
}
.footer_con{
	width: 1200px;
	margin: 0 auto;
	position: relative;
	font-size: 14px;
	color: #999999;
	line-height: 26px;
}
.footer_con a{
	color: #999999;
}
.footer_con a:hover{
	color: #DEDEDE;
}
.footer_left{
	width: 563px;
	padding-top: 48px;
}
.footer_right{
	width: 444px;
	position: absolute;
	right: 0;
	top: 55px;
	padding-left: 36px;
}
.footer_left .name{
	font-size: 30px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 40px;
}
.footer_left .site{
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 40px;
	margin-bottom: 30px;
}

.footer_right::before{
	width: 1px;
	height: 125px;
	position: absolute;
	background-color: #484848;
	content: "";
	display: block;
	left: 0;
	top: 5px;
}
.menu_foot{
	margin-bottom: 20px;
}
.menu_foot a{
	color: #DEDEDE;
	margin-right: 26px;
}
/* 返回顶部 */
.toTop{
	width: 50px;
	height: 50px;
	background-image: url(../images/04.png);
	position: fixed;
	bottom: 50px;
	right: 57px;
	cursor: pointer;
	opacity: 0;
	transition: opacity 0.8s;
	-moz-transition: opacity 0.8s; /* Firefox 4 */
	-webkit-transition: opacity 0.8s; /* Safari 和 Chrome */
	-o-transition: opacity 0.8s; /* Opera */
}