﻿@charset "utf-8";

/* CSS Document */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

body {
    color: #595959;
    font-size: 12px;
    font-family: "微软雅黑";
    position: relative;
    background: #fff;
}

td,
th,
caption {
    font-size: 12px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: normal;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    cursor: pointer;
    text-decoration: none;
}

*:focus {
    outline: 0;
}

fieldset,
img {
    border: none;
}

ol,
ul,
li {
    list-style: none;
}

span,
i {
    display: inline-block;
    font-style: normal;
}

input,
textarea,
select,
button {
    font: 12px "微软雅黑";
    ;
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

textarea {
    resize: none;
}


/*关于我们start*/