﻿/* 页面初始化 */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    /*-webkit-box-sizing: border-box;*/
    /*-moz-box-sizing: border-box;*/
    /*box-sizing: border-box; !*支持IE8+*!*/
}

body {
    background: #fff;
    color: #555;
    font-size: 14px;
    /*font-family: Microsoft YaHei, Verdana, Arial, Helvetica, sans-serif;*/
    font-family: "\5FAE\8F6F\96C5\9ED1","\5B8B\4F53";
    line-height: 24px;
    /*overflow: hidden;*/
}

td, th, caption {
    font-size: 12px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

a {
    color: #000;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
}

fieldset, img {
    border: none;
}

ol, ul, li {
    list-style: none;
}

input, textarea, select, button {
    font: 14px Verdana, Helvetica, Arial, sans-serif;
    outline: none;
}

table {
    border-collapse: collapse;
}

/*禁用了文本的拖拉，尤其在谷歌下*/
textarea {
    resize: none;
}

/*为了使文本段落左右两边对齐*/
p {
    text-align: justify;
    text-justify: distribute;
}

.pull-left{
    float: left;
}
.pull-right{
    float: right;
}

.iblock{
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.clearfloat:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visbility: hidden;
}

.clearfloat {
    *zoom: 1;
}