@charset "utf-8";
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, img {
    border:0 none;
    margin:0;
    padding:0;
    font-size:0;
}

html, body{
    background-color:#FFFFFF;
    font-family:'Microsoft YaHei', Arial, sans-serif;
    width:100%;
	height:auto;
	min-height:100%;
	overflow-x:hidden;
	overflow-y:auto;
}

ol, ul, li {
    list-style-type: none;
}

fieldset, img {
    border: 0 none;
}

img {
    list-style: outside none none;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}
caption, th {
    text-align: left;
}

a{
text-decoration:none
}


.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix {display: block; }