/*!
 * 公共样式(包含reset) 
 * author:xiaolong 
 */
/* css reset */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
button,
th,
td {
    margin: 0;
    padding: 0;
}

body {
    background: url(../images/bg.jpg) 0 30px repeat-x;
    font-family: "宋体";
    font-size: 14px;
    color: #333333;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
i,
em,
strong,
th {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: '';
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

input,
textarea,
select {
    *font-size: 100%;
}

legend {
    color: #000;
}

a {
    text-decoration: none;
    color: #505050;
}
a:hover {
    color: #505050;
}
/* css tools */

.clearfix:after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    line-height: 0;
    content: "";
}

.clearfix {
    zoom: 1;
}

.ml10 {
    margin-left: 10px;
}

.ml20 {
    margin-left: 20px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mr10 {
    margin-right: 10px;
}

.whitebg {
    background-color: #fff;
}

.clear {
    clear: both;
}

.pt10 {
    padding-top: 10px;
}

.text-right {
    text-align: right;
}

.hidden {
    display: none !important;
}

