@charset "utf-8";
/* CSS Document */

/* common */

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
p,
a,
form,
select,
input,
span,
ul,
ol,
li {
    margin: 0px;
    padding: 0px;
    text-indent: 0;
    font-weight: normal;
    font-family: 'Microsoft YaHei', Verdana, Arial, Helvetica, sans-serif;
}

ul,
ol {
    list-style: none;
    text-indent: 0;
    list-style-position: outside;
}

img {
    border: 0px;
}

.clear {
    width: 0px;
    height: 0px;
    font-size: 0px;
    line-height: 0px;
    margin: 0px;
    padding: 0px;
    clear: both
}

b {
    font-weight: normal;
}

.fl {
    float: left;
    display: inline;
}

.fr {
    float: right;
    display: inline;
}

/*clear*/

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

/* link */

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

body {
    margin: 0 auto;
    width: 100%;
    overflow-x: hidden;
    background: #f3f3f3;
}

/*浏览器更新提示*/

.browserupgrade {
    margin: 0;
    z-index: 9999;
    width: 100%;
    height: 42px;
    color: #ec1c32;
    text-indent: 20px;
    line-height: 42px;
    background: #222222;
    border-bottom: 4px solid #000000;
}

.browserupgrade a {
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
}

.browserupgrade a.close {
    font-size: 14px;
    margin-right: 20px;
    float: right;
}

.wrap {
    margin: 0 auto;
    width: 100%;
    min-width: 1200px;
}

.hide {
    display: none;
}