* {
    padding: 0;
    margin: 0;
    list-style: none;
    color: #323232;
}

body {
    font-size: 14px;
    font-family: "Microsoft YaHei";
    min-width: 1100px;
    margin: 0 auto
}

a:link {
    text-decoration: none;
}

a:hover {
    color: #FF4A00
}

a img {
    border: none;
}

i, em {
    font-style: normal
}

a:visited {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

a:active {
    text-decoration: none
}
 

button{
    outline: none;
}

.clear {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.tran{transition: all linear .3s;-o-transition: all linear .3s; -moz-transition: all linear .3s; -webkit-transition:all linear .3s}