/*公用css*/

@charset "utf-8";
@font-face
{
    font-family: numFont;
    src: url('../font/Akrobat-Bold.otf'); /* IE9 */
    /*url('Sansation_Light.eot')*/
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    body {
        font-family: PingFang SC,
        Helvetica Neue,
        Helvetica,
        Arial,
        Hiragino Sans GB,
        Microsoft YaHei,
        "微软雅黑",
        "sans-serif";
        font-size: 14px;
    }
}

@-moz-document url-prefix(){
    body {font-family: Arial, "\5FAE\8F6F\96C5\9ED1"}
}
input {
    font-family: "\5FAE\8F6F\96C5\9ED1", Arial;
    outline:none;
}

* {
    margin: 0;
    padding: 0;
}

ul {
    margin: 0;
    padding: 0;
}

ul li,li {
    list-style-type: none;
}

ul li img,li img {
    vertical-align: top;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

img {
    border: 0;
    margin: 0;
}

i {
    font-style: normal;
}

a {
    text-decoration: none;
    color: #046AD5;
} /*连接默认的颜色变化*/
a:link {
    text-decoration: none;
    color: #046AD5;
} /*连接默认的颜色变化*/
a:visited {
    text-decoration: none;
    color: #046AD5;
} /*连接访问的颜色变化*/
a:hover {
    text-decoration: none;
    color: #046AD5;
} /*鼠标经过的颜色变化*/
a:active {
    text-decoration: none;
    color: #046AD5;
} /*鼠标按下的颜色变化*/
h1,h2,h3,h4,h5,h6 { /* font-size: 100%; */
    font-weight: normal;
    margin: 0;
    padding: 0;
}

a:focus {
    outline: none;
}

a {
    blr: expression(this.onFocus = this.blur () );
}
button{
    outline:none;
}
.clear {
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.cl:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.cl {
    zoom: 1;
}

.left{
    float: left;
}

.right{
    float: right;
}
.text-center{
    text-align: center;
}