

body {
    margin: 0px;
    padding: 0px;
    width: 100%;
    font: normal 14px/22px "Microsoft YaHei", "å¾®è½¯é›…é»‘", "å®‹ä½“", Verdana, Tahoma, Arial, Helvetica, sans-serif;
    color: #333;
    font-size: 14px;
}

.fd {
    overflow: hidden;
    cursor: pointer
}
.fd img {
    transition: transform 0.3s
}
.fd:hover img {
    transform: scale(1.05)
}
.sl {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
html, body, div, p, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, table, th, td {
    margin: 0;
    padding: 0;
}
html {
    overflow-y: scroll;
}
p, li, div {
    line-height: 30px;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}
ul, ol, li, dl, dt, dd {
    list-style: none;
}
.w1004 {
    width: 1004px;
    margin: 0 auto;
}

img, a img {
    border: 0 none;
    padding: 0px;
    margin: 0px;
    vertical-align: middle;
}
button {
    cursor: pointer;
}
caption {
    text-align: left;
}
abbr, acronym {
    border: 0;
}
.break {
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre-wrap;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

a:link, a:visited {
    color: #666;
    text-decoration: none;
}
a:active, a:hover {
    color: #666;
    text-decoration: none;
}
a:focus {
    outline: none;
}

a {
    transition: all 0.3s
}
div:hover, li:hover, tr:hover, a:hover {
    -webkit-transition: none;
    -moz-transition: none;
    transition: color 0.3s linear, background-color 0.3s linear, background-image 0.3s linear;
    -moz-transition: color 0.3s linear, background-color 0.3s linear, background-image 0.3s linear;
    -webkit-transition: color 0.3s linear, background-color 0.3s linear, background-image 0.3s linear;
    -o-transition: color 0.3s linear, background-color 0.5s linear, background-image 0.3s linear;
}

input {
    border: 1px solid #ddddde;
    height: 18px;
    line-height: 18px;
    padding: 0 2px;
}

.fixed:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.fixed {
    display: block;
    min-height: 1%;
}
*html .fixed {
    height: 1%;
}
.clear {
    clear: both;
    font-size: 1px;
    width: 1px;
    height: 0;
    visibility: hidden;
    zoom: 1;
}
.clear:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: "1";
    clear: both;
    height: 0;
}
.fle {
    float: left;
    _display: inline;
}
.fri {
    float: right;
    _display: inline;
}
button::-moz-focus-inner, 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:none;
    padding:0;
}

.show {
    display: block;
}

