/*-------------------------公共样式-----------------------------------*/
*{
	margin: 0;padding: 0;
}
body,html{
	font-family: 'microsoft yahei';
	color: #666;
	line-height: 1.8;
	font-size: 14px;
	-ms-overflow-style: scrollbar;
    /*-webkit-font-smoothing: antialiased;*/ 
}
ul{
	list-style: none;
}
h1, h2, h3, h4, h5, h6{
	margin: 0;
	font-weight: normal;	
}
p{
	margin: 0;
}
b,strong{
	font-weight: normal;
}
i{
	font-style: normal;
}
:focus{
	outline: none;
}
a:focus{
	outline: none !important;
}


