﻿html,body, div, form, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,input {
	margin: 0px;
    padding: 0px;
    outline: 0;
    font-size: 12px;
    vertical-align: baseline;
    font-family: Microsoft Yahei,Simsun;
}

p{ cursor: default;}
.tr, th, td, table {
    margin: 0px 0px 0px 0px;
    padding: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    font-family: 宋体, Arial, Helvetica, sans-serif;
}

img, fieldset {
    border-style: none;
    border-color: inherit;
    border-width: medium;
}

ul, li {
    list-style: none;
    display: block;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a:link, a:visited {
    text-decoration: none;
}

a:hover, a:active {
    text-decoration: none;
}

.floatR {
    float: right;
}

.floatL {
    float: left;
}
/* clearfix */
* html .clearFix {
    zoom: 1;
}

* + html .clearFix {
    zoom: 1;
}

    .clearFix:after {
        height: 0;
        visibility: hidden;
        content: ".";
        display: block;
        clear: both;
    }
	
.clear{ clear: both;}