*
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;}
body
{
	background: #F5F5F5;
	color: #333;
	font-size: 14px;
	line-height: 30px;
	font-family:microsoft Yahei,"微软雅黑";}
input, select
{
	font-family:microsoft Yahei,"微软雅黑";
	font-size: 14px;
	color:#666666;
	outline:none;}
a
{
	color: #333;
	text-decoration: none;}
a:hover
{
	color: #f60;
	text-decoration: underline;}
img
{
	border-width: 0;}
.fl
{
	float: left;}
.fr
{
	float: right;}
.clear
{
	clear: both;
	height: 0;
	overflow: hidden;}
.none
{
	display: none;}
.block
{
	display: block;}
.flow
{
	overflow: hidden;}
.mt10 {
    margin-top:10px;}
.pt10  {
    padding-top:10px;}
.box {
    width:1200px; margin:0 auto; overflow:hidden; height:100%
;}