@charset "gb2312";
/* Global Settings*/
body {
    overflow-x: hidden;
    margin: 0 auto;
    padding: 0;
    font-family: "ºÚÌå";
    font-size: 19px;
    -moz-osx-font-smoothing: grayscale;
    background: #ebf0fa;
}
ul,
ol,
dl,
dd,
dt,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
img {
    margin: 0;
    padding: 0;
    border: 0;
}
li {
    list-style: none;
}
table {
    border-collapse: collapse;
}
h1,
h2,
h3,
h4,
h5,
h6,
select,
td {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: normal;
}
img,
ul,
li {
    margin: 0;
    padding: 0;
    border: 0;
}
.center {
    margin: 0 auto;
}
.clearfloat {
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}
.clearfix::after {
    content: "";
    clear: both;
    /* ¶ÔÎ±ÔªËØ×©¿é */
    display: block;            
}
s,
i,
em {
    font-style: normal;
    text-decoration: none;
}
a {
    color: #181818;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}