*{
	margin:0px;
	padding: 0px;
	text-decoration: none;
	list-style: none;
	text-align: justify;
}
body{
	font-family: "微软雅黑";
	/*font-size: 100px;*/
	text-align:justify;
	overflow: hidden-x;
}
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
	font-size: 16px;
}
p{
	text-indent: 2em;
	font-size: 14px;
	line-height: 26px;
}
a{
	color: #13668e;
	font-size: 14px;
}
.in{
	width: 1000px;
	margin: 0 auto;
}
.hide{
	overflow: hidden;
}
.fl{
	float: left;
}
.bottom>p{
	text-indent: 0;
	text-align: center;	
	color: #ccc;
}
.bottom{
	padding: 30px 0;
	background: #282828;
	margin-top: 30px;
}
.bottom>p>a{
	padding: 10px;
	color: #ccc;

}