body,p,h1,h2,h3,h4,h5,h6,ul,dl,dd,input,form,select{
    margin: 0;
    padding: 0;
}

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

h1,h2,h3,h4,h5,h6{
    font-size: 100%;
}

ul{
    list-style: none;
}

a{
    text-decoration: none;
    color: #333;
}

a:hover{
    text-decoration: none;
    cursor: pointer;
    color: #e8641b;
}

img{
    border: none;
}

em{
    font-style: normal;
}

.clearfix:before,.clearfix:after{
    content: "";
    display: table;
}

.clearfix:after{ /*父级不设置高度，子级全是浮动而撑不起父级框*/ 
    clear: both;
}

.clearfix{ /*IE*/
    zoom: 1;
}

.fl{
    float: left;
}

.fr{
    float: right;
}
