html, body, div, span, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl,
dt, dd, ol, ul, li, fieldset, form, label, legend, article, aside, canvas,
details, figcaption, figure, footer, header, hgroup, menu, nav, section,
summary, time, mark, audio, video {     margin: 0;     padding: 0;     border:
0;     outline: 0;     font-size: 100%;     vertical-align: baseline;
background: transparent; }
h1, h2, h3, h4, h5, h6{
	font-weight:normal;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
input, textarea, select {
    margin: 0;
    padding: 0;
    outline: 0;
}
input,select{
	font-family:"microsoft yahei";
}
select{ 
	-webkit-appearance: none;
    -moz-appearance: none;
}
/*ie专用去除下拉框小尖头*/
select::-ms-expand { display: none; } 
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}
address, cite, dfn, em, var {
    font-style: normal;
}
ul, ol {
    list-style: none;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
fieldset, img {
    border: 0;
}
img{
    cursor:pointer;
}
button, input, select, textarea {
    font-size: 100%;
}
select, input, button, button img, label {
    vertical-align: middle;
}
input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input::-ms-clear {
    display: none;
}
table {
    border-collapse: collapse;
    border-spacing:none;
    /*table-layout:fixed;*/
}
.clearfix:after {
	content:".";
	height:0;
	visibility:hidden;
    clear:both;
    display:block;
}
.clearfix {
    *zoom:1;
}
img{
	vertical-align:top;
}
.left{
	float:left;
}
.right{
	float:right;
}