@charset "UTF-8";
/* 20160718  liboyuan*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, input, textarea, p, th, td {
    padding: 0;
    margin: 0;
}
body { font-size:12px; font-family:'Microsoft YaHei', Verdana, Geneva, sans-serif;background-color:#f1f1f1; color: #303030;}
input,button,select,textarea{outline:none;border: 0;}
textarea{resize:none}
img {
    border: 0;
    font-size: 0;
    line-height: 0;
}
ol,ul{list-style:none; }
a {text-decoration:none;color:#303030;}
div{margin:0 auto;}

.clearfix:after {visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-table; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }



.show {
    display: block;
}
.hide {
    display: none;
}
.none{
    display: none !important;
}
.left {
    float: left;
}
.right {
    float: right;
}
.clb{clear:both;}

.inner{
    width: 1100px;
    min-width: 1100px;
    margin:0 auto;
}