@charset "utf-8";

/* css document */

* {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background: #f0f0f0;
}

body h1,
h2,
h3,
h4,
h5,
h6,
p,
samp,
div,
ul li,
ol li,
a,
dl,
dt,
dd,
select,
input,
button,
textarea {
    font-family: "微软雅黑";
    font-weight: normal;
    list-style-type: none;
    text-decoration: none;
    list-style: none;
    outline: none;
}

a:hover {
    border: 0px;
}

button {
    cursor: pointer;
}

.clear {
    clear: both;
}

table {
    border-spacing: 1px;
    border-collapse: collapse;
}

.header {
    width: 100%;
    min-width: 1280px;
    height: 74px;
    background: #fff;
    float: left;
}

.header .header-main {
    width: 1200px;
    height: 74px;
    margin: 0 auto;
}

.header .header-main img {
    margin: 18px 10px 0 0;
    float: left;
}

.header .header-main h1 {
    line-height: 74px;
    font-size: 16px;
    color: #115fad;
    float: left;
}

.header .header-main ul {
    float: right;
}

.header .header-main ul li {
    float: left;
    line-height: 74px;
}

.header .header-main ul li a {
    font-size: 14px;
    color: #666;
    display: block;
}

.header .header-main ul li a:hover {
    color: #3366cc;
}

.header .header-main ul li.line {
    width: 1px;
    height: 15px;
    background: #ccc;
    margin: 30px 14px 0 14px;
}