body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 1.6;
	background-color: #060a1a;
}
img, a img {
	border: none;
}
li {
    margin: 0 0 0 -10px;
}
a:link {
	color: #1262b3;
	text-decoration: none;
}
a:visited {
	color: #1262b3;
	text-decoration: none;
}
a:hover {
	color: #b30000;
	text-decoration: none;
}
a:active {
	color: #b30000;
	text-decoration: none;
}
.footer a:link {
	color: #fff;
	text-decoration: none;
}
.footer a:visited {
	color: #fff;
	text-decoration: none;
}
.footer a:hover {
	color: #800000;
	text-decoration: none;
}
.footer a:active {
	color: #800000;
	text-decoration: none;
}
.txt_red {
	color: #b30000;
}
.page {
	width: 920px;
	margin: 0px auto;
}
.banner {
	width: 1200px;
	height: 654px;
	background: url(../images/bg_01.png) center 0 no-repeat;
	margin: 0px -140px;
}
.content {
	width: 748px;
	background: url(../images/bg_02.png) center 0 repeat-y;
	padding: 0px 86px 10px;
}
.item {
	margin-left: -46px;
}
.footer {
	width: 920px;
	height: 36px;
	background: url(../images/bg_03.png) center 0 no-repeat;
	padding-top: 40px;
}
.top {
	text-align: center;
 }
.floatingBtn {
	width: 140px;
	height: 140px;
	position: fixed;
	top: -25%;
	left: 50%;
	margin: -140px 0px 0px 410px;
}
