body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, textarea, p, th, td {
    margin: 0;
    padding: 0;
    font-family: 'Microsoft YaHei', sans-serif;
    font-size: 14px;
    color: #222;
}

img {
    border: 0;
}

ul, dl, ol {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
}

.clear {
    clear: both;
}
.w{
    width:1200px;
    margin:0 auto;
}

.lt {
    float: left;
}

.rg {
    float: right;
}

.clearfix:after {
    content: '\0020';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.wrapper{width:1200px;margin:0 auto;}
/*reset end*/
