body, ol, ul, h1, h2, h3, h4, h5, h6, p, th, td, dl, dd, form, fieldset, legend, input, textarea, select {
    margin: 0;
    padding: 0
}

body {
    font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #fff;
    -webkit-text-size-adjust: 100%;
}

a {
    color: #333;
    text-decoration: none
}

a:hover {
    color: #333;
    /*text-decoration: underline*/
}

em {
    font-style: normal
}

li {
    list-style: none
}

img {
    border: 0;
    vertical-align: middle
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

p {
    word-wrap: break-word
}
*, *::before, *::after {
    box-sizing: border-box;
}
@font-face {font-family: "iconfont";
    src: url('../font/iconfont.eot?t=1478848591439'); /* IE9*/
    src: url('../font/iconfont.eot?t=1478848591439#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../font/iconfont.woff?t=1478848591439') format('woff'), /* chrome, firefox */
    url('../font/iconfont.ttf?t=1478848591439') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
    url('../font/iconfont.svg?t=1478848591439#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
    font-family:"iconfont" !important;
    font-size:16px;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
.fl{
    float: left;
}
/*清除浮动*/
.fix:after {
    content: '';
    display: table;
    clear: both;
}

.fix {
    *zoom: 1; /**ie6、7**/
}