*{
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	list-style: none;
	box-sizing: border-box;
}
body{
	font-family: "微软雅黑";
	font-size: 14px;
	line-height: 24px;
}
.body{
	background: url(../img/bg.jpg);
	width: 100%;
	padding-bottom: 40px;
	min-width: 1200px;
	padding-top: 125px;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.hide{
	overflow: hidden;
}
.in{
	width: 1200px;
	margin: auto;
}
a{
	color: #f9ef0a;
}
p{
	text-indent: 2em;
}
.nav{
	position: fixed;
	background: url(../img/nav.png);
	width: 182px;
	height: 279px;
	text-align: center;
	padding-top: 33px;
	line-height: 38px;
	right:30px;
	bottom: 30px;
	z-index: 5;
}
.nav>ul>li>a{
	color: #c9800a;
}