body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, th, td {
    margin: 0;
    padding: 0;
    font-family: Helvetica,Arial,sans-serif;
}

html {
    font-family: Helvetica,Arial,sans-serif;
    height: 100%;
    width: 100%;
    overflow: auto;
}

body {
    font-family: Helvetica,Arial,sans-serif;
    color: #333;
    margin: 0;
    overflow: hidden;
}

H1 {
    font-size: 18px;
    font-weight: normal;
}

H2 {
    font-size: 16px;
    font-weight: normal;
}

a {
    color: #333;
    text-decoration: none;
}

    a:active, a:hover {
        color: #333;
        text-decoration: none;
    }

:focus {
    outline: 0;
}


table {
    border-collapse: collapse;
    border-spacing: 0;
}

ol, ul, dl {
    list-style: none;
}

li {
    list-style: none;
}

input, button {
    vertical-align: middle;
}

.clear {
    display: block;
    height: 0;
    clear: both;
    content: "";
    overflow: hidden;
    visibility: hidden;
}

#wrapper {
    width: 100%;
    overflow: hidden;
}

.swipe ul, .swipe li {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.swipe img {
    width: 100%;
    height: 260px;
    display: block;
}

.zxsx img {
    width: 100%;
    height: auto;
    display: block;
}

.swipe2 {
    clear: both;
}

    .swipe2 li {
        width: 31%;
        float: left;
        padding: 0 3px;
    }

    .swipe2 img {
        width: 100%;
        height: 80px;
        display: block;
    }

.swipe3 img {
    width: 100%;
    height: 100px;
    display: block;
}

