@charset "utf-8";
/* CSS Document */
body{
	margin:0;
	background: url(../images/-47.png) no-repeat top center;
	width:100%;
	background-size:100% 100%;
	background-attachment: fixed;
	min-width:1300px;
	}
*{
	font-family:"微软雅黑";
	padding: 0;
	margin: 0;}
a{
	text-decoration:none;}
img{
	border:none;
	}
ul{
	margin:0;
	padding:0;}
li{
	margin:0;
	padding:0;
	list-style:none;}
.fl-l{
	float: left;
}
.fl-r{
	float: right;
}
.clearfix:after{
	clear: both;
	content: "";
	height: 0;
	display: block;
}
