/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/*Html5*/
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary
{
    display: block;
}
audio, canvas, video
{
    display: inline-block;
}
audio:not([controls])
{
    display: none;
    height: 0;
}/*Base*/
html
{
    font: 12px/1.8 "微软雅黑";
    color: #666;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;/*修正手持设备字体变化*/
}
*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
a
{
    text-decoration: none;
    background: transparent;
    outline: none;
    blr: expression(this.onFocus=this.blur());
    color: #666;
}
body
{
    overflow-x: hidden;
    -webkit-text-size-adjust: none;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-box-align: stretch;
}
a:focus
{
    outline: 0;
}
a:active, a:hover
{
    outline: 0;
}
img
{
    border: 0;
    -ms-interpolation-mode: bicubic;
}
fieldset
{
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em;
}
button, input, select, textarea
{
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    outline: none;
}
button, input
{
    line-height: normal;
}
button, select
{
    text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"]
{
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled], html input[disabled]
{
    cursor: default;
}
input[type="checkbox"], input[type="radio"]
{
    box-sizing: border-box;
    padding: 0;
}
input[type="search"]
{
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration
{
    -webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner
{
    border: 0;
    padding: 0;
}
input.submit
{
    border: 0;
    margin: 0;
    cursor: pointer;
}
input.radio
{
    width: 13px;
    height: 13px;
    float: left;
    display: inline;
}
textarea
{
    overflow: auto;
    vertical-align: top;
}
table
{
    border-collapse: collapse;
    border-spacing: 0;
}
ul, ol, li
{
    list-style: none;
}/*清除浮动*/
.clear
{
    clear: both;
    height: 0;
    line-height: 0;
}
.fl
{
    float: left;
}
.fr
{
    float: right;
}
dl, dd, dt
{
    list-style: none;
    padding: 0;
    margin: 0;
}
i, em
{
    font-style: normal;
}/*清除浮动*/
.f-cb
{
    zoom: 1;
}
.f-cb:after
{
    clear: both;
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
.fl
{
    float: left;
}
.fr
{
    float: right;
}
.wp1200
{
    width: 1200px;
    margin: 0 auto;
}
img
{
    border: 0;
    vertical-align: middle;
}
.col-xs-6
{
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 50%;
}
.visible-lg, .visible-md, .visible-sm, .visible-xs
{
    display: none!important;
}