html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    font-size: 100%;
    font: inherit;
    -webkit-text-size-adjust: none;
}

dl, dt, dd, ol, ul, li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #000;
}

body {
    line-height: 1;
    font-family: "微软雅黑";
    font-size: 12px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

object, :focus {
    outline: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section /* HTML 5 */ {
    display: block;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

a img {
    border: none;
}

input, button, textarea, select, optgroup, option {
    font-size: 100%;
    font: inherit;
}

.al {
    text-align: left;
}

.ar {
    text-align: right;
}

.ac {
    text-align: center;
}

.lc {
    margin: 0 auto;
}

.fl, .il .fl {
    float: left;
}

.fr, .il .fr {
    float: right;
}

.fc, .il .fc {
    float: none;
    clear: both;
}

.rel {
    position: relative;
}

.abs {
    position: absolute;
}

.il {
    list-style: none;
}

    .il li {
        float: left;
    }

.cont-width {
    width: 1200px;
    margin: 0 auto;
}

.ovf {
    overflow: hidden;
    zoom: 1;
}

.m0 {
    margin: 0 !important;
}

.mr0 {
    margin-right: 0 !important;
}

.btn1 {
    border: 0;
    display: inline-block;
    width: 125px;
    height: 38px;
    line-height: 38px;
    border-radius: 5px;
    background: #a21a32;
    color: #fff;
    font-size: 18px;
    margin-left: 41px;
    vertical-align: middle;
    cursor: pointer;
}

.btn2 {
    display: block;
    height: 40px;
    line-height: 40px;
    width: 125px;
    border-radius: 5px;
    text-align: center;
    background: #a21a32;
    font-size: 18px;
    color: #fff;
    margin-top: 60px;
    margin: 0 auto;
    transition: all 0.5s;
}

    .btn2:hover {
        background: #d42544;
        color: #aaa;
        box-shadow: 2px 2px 5px #000;
    }

.bbr {
    border-bottom: 1px solid #a21a32;
}

.indent-14 {
    text-indent: 14px;
}
/*导航*/
.Crumbs {
    width: 1200px;
    margin: 0 auto;
    font-size: 14px;
    height: 70px;
    line-height: 70px;
}

    .Crumbs a:after {
        content: ">";
        margin: 0 5px;
        font-size: 15px;
    }

    .Crumbs span {
        color: #a21a32;
    }
/*分页*/
.paging {
    overflow: hidden;
    padding: 35px 0;
    clear: both;
    width: 100%;
    text-align: center;
}

    .paging .btn0 {
        display: inline-block;
        margin-right: 10px;
        width: 68px;
        text-align: center;
        padding: 8px 0;
    }

    .paging a {
        padding: 5px;
        border: 1px solid #797979;
        margin-right: 5px;
        vertical-align: middle;
        color: #000;
        background: #fff;
        transition: all 0.5s;
    }

        .paging a:hover, .paging .on {
            color: #fff;
            background: #a21a32;
        }

    .paging input {
        width: 31px;
        height: 30px;
        border: 1px solid #797979;
        text-align: center;
        vertical-align: middle;
        margin: 0 10px;
    }

.icons {
    display: inline-block;
    background: url(../images/icons.png)no-repeat;
}

.i-1 {
    width: 69px;
    height: 69px;
    background-position: 0 0;
}
