﻿*
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
body
{
	background: #FFFFFF;
	color: #333;
	font-family: "Microsoft YaHei","微软雅黑",Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 30px;
}
input, select
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#666666;
	outline:none;
}
a
{
	color: #333;
	text-decoration: none;
}
a:hover
{
	color: #f60;
	text-decoration: none;
}
img
{
	border: 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:1100px; margin:0 auto; overflow:hidden; height:100%
}