@charset "utf-8";
* {
    padding: 0;
    margin: 0;
}

body {
    font: 400 12px/1.5 "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
    background-color: #F5F5F5;
}

.clearFix::after, .clearFix::before {
    content: '';
    line-height: 0;
    height: 0;
    display: block;
    clear: both;
}

/* 主题色 */

.maincolor {
    color: #ff6700;
}

/* 版心 w */

.w {
    width: 1226px;
    margin: 0 auto;
}

.f_l {
    float: left;
}

.f_r {
    float: right;
}

@font-face {
    font-family: 'iconfont';
    src: url('iconfont.eot');
    src: url('iconfont.eot?#iefix') format('embedded-opentype'), url('iconfont.woff2') format('woff2'), url('iconfont.woff') format('woff'), url('iconfont.ttf') format('truetype'), url('iconfont.svg#iconfont') format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    text-decoration: none;
    color: #b0b0b0;
}

a:hover {
    color: #ff6700;
}

img {
    border: 0;
    vertical-align: top;
}

ul li, ol li {
    list-style: none;
}

em, i, strong, b {
    font-style: normal;
    font-weight: 400;
}

input, textarea {
    border: none;
    outline: none;
}