html{
    font-family: 'Microsoft YaHei',"微软雅黑",STHeiti,sans-serif
}
body {
    color: #666666;
    font-size: 12px;
    background: #fff;
    width:100%;
}

body, h1, h2, h3, h4, h5, h6, hr, p, div, dl, dt, dd, ul, ol, li, pre, form, button, input, th, td ,p{
    margin: 0;
    padding: 0;
}

*{    
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body,div{
    display: block;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%
}

ul, li, ol {
    list-style: none
}

a,a:hover,a:focus {
    text-decoration: none;
    outline: none;
}

img {
    border: 0;
    max-width: 100%;
    max-height: 100%;
}
a:hover img{
	filter: alpha(opacity=70);
	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;
	opacity: 0.7;
}

img, object, button, input, select {
    vertical-align: middle
}

table {
    border-collapse: collapse;
    border-spacing: 0
}
.clearfix{
	content: ".";
	height: 0;
	display: block;
	overflow: hidden;
	visibility: hidden;
    clear: both;
}
.fl{
    float:left
}
.fr{
    float:right;
}