* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    outline: none;
}
body{font-size: 16px; }
ul, li, ol {
    list-style: none outside none;
}

fieldset, img {
    border: 0;
}

img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

em, i {
    font-style: normal;
}

dl, dt, dd, h1, h2, h3, h4, h5, h6, p, ul, ol li, form {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
h1, h2, h3, h4, h5, h6{font-weight: bold;}
table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
}

table.layout {
    table-layout: fixed;
    word-wrap: break-word;
}

table, tr, td, th {
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-word;
}

textarea {
    resize: vertical;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #0070ff;
}

.cf:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.hide {
    display: none;
}

div {
    box-sizing: border-box;
}
.warp{width: 1500px;}
.wzy{ overflow: hidden;     white-space: nowrap;     text-overflow: ellipsis; }