@charset "uf-8";
html,body,ol,ul,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,img,input{
	margin: 0;
	padding: 0;
}
/*html{
	cursor:pointer;
}*/
body{
	/*max-width: 750px;*/
	margin: 0 auto;
	background-color: #fff;
}
a{
	text-decoration: none;
}
ul,ol,li{
	list-style:none;
}
img{
	border: 0;
}
/*字体 --start--*/
/*字体 --end--*/

/*颜色 --start--*/
.fff{
	color: #fff;
}
.baseColor{
	color:#00507e;
}
/*颜色 --end--*/

/*布局 --start--*/
.overflow{
	overflow: hidden;
}
.left{
	float: left;
}
.right{
	float: right;
}
.center{
	text-align: center;
}
.rel{
	position: relative;
}
.abs{
	position: absolute;
}
.fix{
	position: fixed;
}
/*布局 --end--*/