@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

img {
    border: 0px;
}

a {
    color: #428bca;
    text-decoration: none;
}

a:hover {
    color: #2a6496;
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:link {
    text-decoration: none;
}

i,
em {
    font-style: normal;
}

body {
    background-color: #fff;
    font-size: 14px;
    font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei UI", SimHei, "\5B8B\4F53", simsun, sans-serif;
    color: #666666;
}

.fx {
    clear: both;
}

hr {
    color: #ccc;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

input,
button{
    outline: none;
}
.size-12{
    font-size: 12px!important;
}