a {
	color: #666;
	text-decoration: none
}
ul,li,dl,dt,dd {
	margin: 0;
	padding: 0;
	list-style: none
}
#footer {
	text-align: center;
	color: #999;background: #2a2931;
	font-size: 12px;
	line-height: 20px;
	position: relative;
	margin-top: 20px
}

#footer .footer-line {
	background: url(../3.png) repeat-x;
	width: 100%;
	height: 5px;
	position: absolute;
	top: -5px;
	left: 0
}

#footer .footer-cont {
	width:80%;margin:0 auto;
	padding: 15px 0 7px 0
}

#footer .footer-detail a {
	color: #999;
	padding: 0px 8px
}

#footer .footer-detail a:hover {
	text-decoration: underline
}

.footer-detail p {
	margin: 0px;
	padding: 0px;
}

#footer .copyright {
	font-size: 14px;
	text-align: center;
}

#footer .menu li {
	float: left
}

#footer .menu {
	width: 100%;
	height: 30px;
	line-height: 30px;
}
#footer .footer-detail{position:relative}
#footer .footer-detail .beian{position: absolute; right: 0px; bottom: 10px; width:120px;height:50px;}
#footer .footer-detail .beian img{ height:50px; }

#gotop {
	width: 38px;
	height: 39px;
	position: fixed;
	bottom: 20px;
	right: 40px;
	top: auto;
	display: block;
	cursor: pointer;
	z-index: 999;
	background: #00a4ef url(../21.png) no-repeat;
	border: 1px solid #dfdfdf;
}

@media screen and (max-width: 1000px) {
	#footer .footer-cont{width:100%}
}
}