/*基本样式*/
html {
    width: 100%;
    min-width: 1000px;
}

body {
    width: 100%;
    font-family: "Microsoft YaHei","SimSun","Arial, Helvetica, sans-serif";
    color: #444;
    font-size: 12px;
    text-align: left;
    background-color: #f2f2f2;
    overflow-x: hidden;
    position: relative;
}

html, body, div, span, ul, li, ol, dl, dt, dd, table, td, th, p, fieldset, form, pre, blockquote, h1, h2, h3, h4, h5, h6, input, img, a {
    margin: 0;
    padding: 0;
}

    ul li {
        list-style: none;
    }

h2 {
    font-size: 12px;
}

i, em {
    font-style: normal;
}

img {
    border: none;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}
.clear {
    clear: both;
    height: 0;
    width: 0;
    zoom: 1;
    overflow: hidden;
}

.fl {
    float: left;
}

.fr {
    float: right;
}
.imgauto {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    border: 0;
}



.zhiwei-type {
    overflow: hidden;
    /*width: 960px;*/
    width: auto;
    height: auto;
    margin: 0 auto;
    padding: 0px 20px;
    border-bottom: 1px solid #D8D8D8; 
    background: #fff;
}

    .zhiwei-type > span {
        display: inline-block;
        font-size: 16px;
        text-align: center;
        color: #333333;
        line-height: 51px;
        height: 51px;
        padding: 0 10px;
    }

        .zhiwei-type > span > a {
            display: inline-block;
            line-height: 51px;
            height: 51px;
        }

            .zhiwei-type-active, .zhiwei-type > span > a:hover {
                border-bottom: 2px solid #F0514E;
                color: #F0514E;
            }
