body {
    color: #222;
    -webkit-text-size-adjust: none;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
iframe {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

body,
button,
input,
select,
textarea {
    font-family: Tahoma, Arial, Roboto, ”Droid Sans”, ”Helvetica Neue”, ”Droid Sans Fallback”, ”Heiti SC”, sans-self;
    font-size: 62.5%;
    line-height: 1.5;
}

ol,
ul {
    list-style: none;
}

a {
    text-decoration: none;
}

::-webkit-scrollbar {
    width: 0;
}

html,
body {
    width: 100%;
    overflow-x: hidden;
    font-size: 0;
}

.container {
    font-family: "微软雅黑";
}

header {
    width: 100%;
    background: #465279;
    height: 76px;
}

.headTop {
    width: 1000px;
    margin: 0 auto;
    height: 80px;
}

.headTop img {
    padding-top: 25px;
}

.headTop nav {
    height: 80px;
    font-size: 22px;
    line-height: 80px;
    float: right;
}

.headTop nav span {
    display: inline-block;
    margin-left: 25px;
    height: 80px;
    padding: 0 10px;
}

.headTop nav span a {
    color: #809bbd;
}

.headTop nav span.click {
    /*    border-bottom: 7px solid #545BC9;*/
}

.headTop nav span.click a {
    color: #fff;
}


/*页脚*/

footer {
    width: 100%;
    background: #465279;
    text-align: center;
    line-height: 35px;
    font-size: 16px;
    padding: 10px;
    color: white;
}
