*{
    box-sizing: border-box;
}

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
    margin: 0;
    padding: 0;
}
html {
    color: #000;
    font-family: arial, 'Microsoft Yahei', '微软雅黑';
    overflow-y: scroll;
    overflow: -moz-scrollbars;
}
body, button, input, select, textarea {
    font: 14px "Microsoft Yahei", "微软雅黑", SimSun, "Arial Narrow", HELVETICA;
}
em {
    font-style: normal;
}
small {
    font-size: 12px;
}
ul, ol {
    list-style: none;
}
a, a:hover ,a:visited,a:link,a:active{
    text-decoration: none;
}
a{
    color: inherit;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
img {
    border: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}
textarea {
    resize: vertical;
}
.overflow {
    overflow: hidden;
}
.hide {
    display: none;
}
.block {
    display: block;
}
.inline {
    display: inline;
}
.error {
    color: #F00;
    font-size: 12px;
}
label, button {
    cursor: pointer;
}
.clearfix:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both;
}
.clearfix {
    zoom: 1;
}
.wordwrap {
    word-break: break-all;
    word-wrap: break-word;
}
.ind {
    text-indent: 2em;
}
.noborder {
    border: 0;
}
.chief, .fl, .layout .fl {
    float: left;
    display: inline;
}
.extra, .fr, .layout .fr {
    float: right;
    display: inline;
    font-size: 14px;
}
.blod {
    font-weight: 600;
}
.fr,.right{
    float: right;
}
.fl,.left{
    float: left;
}
.more a {
    color: inherit;
}
.img-box img{
    width: 100%;
}