﻿@charset "utf-8";
body, ol, table, tr, td, dt, dd, dl, h1, h2, h3, h4, h5, h6, form, input, select, textarea,p {
    margin: 0;
    padding: 0;
    font: 12px/1.5 "微软雅黑", "宋体", Tahoma, Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch }
body {
    color: #666;
    _overflow: hidden;
    overflow-x: hidden;
    background: #fff;
    width: 100%;
    *cursor: default;
}
ul, li, ol,dl,dd {
    margin: 0;
    padding: 0;
}
ul, ol {
    list-style: none outside none;
}
img {
    border: none;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}
a {
    outline: none;
    cursor: pointer;
    text-decoration: none;

}
a:active, a:hover {
    text-decoration: none
}
a, area, a:active {
    blr: expression(this.onFocus=this.blur());
    /* for IE*/

}
:focus {
    -moz-outline-style: none;
}
table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
}
h1, h2, h3 {
    line-height: 2;
    font-weight: normal;
}
caption {
    display: none;
}
/* ------------------------------------------------- * form * -------------------------------------------------*/
button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    vertical-align: baseline;
    *vertical-align: middle;
}
textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}
button[disabled],
input[disabled],
.disable {
    cursor: default;
}
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;
}
textarea:focus,
input:focus {
    outline: none;
}
input {
    line-height: normal;
}
.dn {
    display: none;
}
.db {
    display: block;
}
.clearfix {
    *zoom: 1;
}
.z1 {
    z-index: 1
}
.clear {
    clear: both;
}
.clearfix:before,
.clearfix:after {
    display: table;
    content: '';
    line-height: 0;
}
.clearfix:after {
    clear: both;
}
.fl {
    float:left;
    display:inline;
    width:170px;
    margin-top:-15px;
}
.fr {
    float:right;
    display: inline
}
/* ------------------------------------------------- * 非常见标签 * -------------------------------------------------*/
abbr[title] {
    border-bottom: 1px dotted;
}
b,strong {
    font-weight: bold;
}
blockquote {
    margin: 1em 40px;
}
dfn {
    font-style: italic;
}
mark {
    background: #ff0;
    color: #444;
}
code,kbd,pre,samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}
pre {
    margin: 1em 0;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
q {
    quotes: none;
}
q:before,
q:after {
    content: '';
    content: none;
}
small {
    font-size: 80%;
}
sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
.ellipsis {
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden
}
.break {
    word-break:break-all;
    word-wrap:break-word
}
i,em {
    font-style:normal;
}
.txt-olw {
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* ------------------------------------------------- * css3 & html5 * -------------------------------------------------*/

article, aside, details, figcaption, figure,nav,main, section, summary footer, header, hgroup {
    display: block;
}
audio, canvas, video,progress {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
:-moz-placeholder {
    color: #999;
}
::-webkit-input-placeholder {
    color: #999;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px 18px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px;
}
