@charset "utf-8";
*{
	margin: 0;
	padding: 0;


}

body{
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #000000;
/*---	font-family: "microsoft yahei"; --- */
font-family: "ËÎÌå"; 
}

ul,p,form,input,h1,h2,h3,h4,h5,h6,span{
	padding: 0;
	margin: 0;
	font-size: 14px;
}

h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}

li{
	list-style: none;
}

img{
	border: 0;
}

.pull-left{
	float: left;
}

.pull-right{
	float: right;
}

a{
	text-decoration: none;
	color: #000000;
}

.clear{
	clear: both;
}

input,button{
	outline: none;
}

i,em{
	font-style: normal;
}