* { margin: 0; padding: 0; }

body {
    position: relative;
    color: #000;
    background: #fff;
    font-size: 1rem;
    min-width: 1100px;
    min-height: calc(100vh - 170px);
    font-family: 'Microsoft YaHei';
    padding-bottom: 170px;
}

form,div,ul,li,dl,dt,dd { border: 0px; }

img { border: 0px; vertical-align: top; }

li { list-style-type: none; }

input { outline: none; }

a { text-decoration: none; outline: none; }

a:link, a:visited { color: #444; }

a:hover { color: red; }

.cls { clear: both; height: 1px; overflow: hidden; }

.w1280 {
    padding: 0 calc(50% - 640px);
}

.ww1280 {
    width: 1280px;
    margin: auto auto;
}

/* header begin */
.header {
    height: 107px;
}
.header > .headerLogo {
    line-height: 48px;
    float: left;
    margin-top: 28px;
}
.header > .headerLogo > h1 {
    font-size: 48px;
    color: #005fa9;
}

/* 菜单 */
.header > .headerNav {
    float: right;
    margin-top: 28px; 
    margin-right: 40px;
}

.header > .headerNav > li {
    display: inline-block;
    position: relative;
    margin: 0 10px;
    width: 90px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 10px;
}
.header > .headerNav > li > a {
    font-size: 18px;
}
.header > .headerNav > li:hover {
    background-color: #005fa9;
}
.header > .headerNav > li:hover > a {
    color: #fff;
}
/* header end */


/* footer begin */
.footer {
    background: url(/images/computer/footerBg.png) repeat-x;
    background-size: auto 100%;
    position: absolute;
    bottom: 0;
    height: 170px;
    width: 100%;
    text-align: center;
}
.footer > .footerCont {
    width: max-content;
    margin: auto auto;
    padding-top: 40px;
    line-height: 1.8;
}
.footer > .footerCont > span {
    margin-right: 10px;
    color: #005fa9;
}
.footer a {
    color: #005fa9;
}
.footer a:hover {
    color: red;
}
/* footer end */
