@charset "UTF-8";

/**
 * common
 * @authors Your Name (you@example.org)
 * @date    2016-03-29 17:20:56
 * @version $Id$
 */

html, body {
    background: #fff;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height:1.2rem;
    font-family: 'Microsoft YaHei', '\5FAE\8F6F\96C5\9ED1', '微软雅黑', '黑体', '宋体';
    color: #333;
    min-width: 1000px;
}

a {
    border: none;
    outline: none;
    color: #333;
    text-decoration: none;
    -webkit-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
}

a:hover {
    color: #ce0000;
}

img {
    border: none;
    outline: none;
}

h1, h2, h3, h4, ul, li, dl, ol,p,table,td ,dd{
    padding: 0;
    margin: 0;
}

ul, li, ol, dl, dt, dd {
    list-style: none;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.w1000 {
    width: 1000px;
    margin: 0 auto;
}


.w100 {
    width: 100%;
}

.center {
    margin: 0 auto;
}

.iln {
    display: inline;
}

.ibk {
    display: inline-block;
}

.bk {
    display: block;
}
.pa {
    position: absolute;
}
.pr {
    position: relative;
}


.cut{
  overflow:hidden;
}
.align-center,.align_center{
    text-align:center;
}

img.lazy{
    background:#fff url('../images/lazy_loading.html') no-repeat center;
}
