/*
* body类样式表
* ============================================================================
* 版权所有 2011-2014 成都爱诚科技有限公司，并保留所有权利
* ----------------------------------------------------------------------------
* 这不是一个自由软件！禁止任何形式的拷贝、修改、发布
* ============================================================================
* # Author: Kinglong #
* # File Name: body.css 2013-10-06 Kinglong #
*/

.body-foot {
	background:#d4e4ee;
}

.body-foot .body-main {
	padding:20px 0;
}

.body-foot .body-main .erwei {
	right:5px;
	top:-18px;
	font-size:14px;
	text-align:center;
	line-height:2em;
}
.body-foot .body-main li {
	margin:15px 0;
}
.body-foot .body-main li.links a {
	margin:0 10px;
	display:inline-block;
}

#goTopBtn {
	width:50px;
	height:50px;
	position:fixed;
	right:1px;
	bottom:1px;
	display:none;
}

#goTopBtn a {
	display:block;
	width:50px;
	height:50px;
	background:url(../images/top.png) no-repeat 0 0;
}

#goTopBtn a:hover { background-position: -50px 0; }
