﻿/*
*  reset
*
*/
* {
    border: none;
    margin: 0;
    padding: 0;
    /*font-family:"宋体";*/
    font-family: 'MicrosoftYaHei', 微软雅黑,serif;
}

a, a:link, a:visited, a:hover, a:active {
    text-decoration: none;
}
a:hover{
    color: #b80000;
}
.clear {
    clear: both;
}

.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.clear {
    *height: 1%;
}

img{
    display: block;
}

li {
    list-style: none;
}

.lf{
    float:left;
}
.rt{
    float:right;
}

body {
    font-size: 62.5%;
}
