body {
    position: relative;
    margin: 0px;
    padding:0px; 
    font-size:1em; 
    color:#333; 
    min-width:1100px; 
    font-family: 'Microsoft YaHei';
    background-color: #ffffff;
    min-height: calc(100vh - 214px);
    padding-bottom: 214px;
}

form, div, ul, li, dl, dt, dd, p{ 
    border:0px; 
    margin:0px; 
    padding:0px; 
}

li { list-style-type:none; }

img {
    border:0px;
    vertical-align:top;
}

input { outline:none; }

a {
    text-decoration: none; 
    outline:none;
}

a:link,a:visited { color:#444; }

a:hover { color:#F00; }

a.tag{  margin-right:10px; }

a.tag:link, a.tag:visited{
    padding:3px 5px; 
    background-color:#5cb85c; 
    color:#FFF;
    border-radius:3px;  
    outline:none;	
}

a.tag:hover{ color:#F00; }

.nav {
    border-bottom: 1px solid #cccccc;
    line-height: 3;
    padding-top: 10px;
}

.w1080 {
    width: 1080px;
    overflow: hidden;
    margin: auto auto;
}

.header {
    height: 124px;
    overflow: hidden;
}

.header > .w1080 {
    height: 124px;
    overflow: hidden;
    background: url("../../images/computer/logo.png") no-repeat left center;
}

.header > .w1080 > p {
    float: right;
    line-height: 2;
    margin-top: 56px;
}

.menuBg {
    height: 50px;
    overflow: hidden;
    background-color: #332c2b;
}

.menu {
    height: 50px;
    overflow: hidden;
    display: flex;
}

.menu > li > a {
    display: block;
    width: 135px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
}

.menu > li > a:hover { background-color: #f7ae02; }

.footerBg {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 214px;
    overflow: hidden;
    background-color: #332c2b;
}

.footer {
    height: 214px;
    background: url("../../images/computer/footerSide.jpg") no-repeat;
    background-position: 776px center;
}

.footer > .footerMenu {
    float: left;
    display: flex;
    width: 776px;
    overflow: hidden;
    margin-top: 32px;
}
.footer > .footerMenu > li > a {
    display: block;
    padding: 0 10px;
    color: #f4f4f4;
    border-right: 1px solid #f4f4f4;
}
.footer > .footerMenu > li:last-child > a { border: none; }

.footer > .footerInfo {
    float: left;
    display: flex;
    width: 766px;
    overflow: hidden;
    margin-top: 52px;
    margin-left: 10px;
}
.footer > .footerInfo > li {
    line-height: 2;
    color: #f4f4f4;
}
.footer > .footerInfo > li:nth-child(2) { margin-left: 50px; }
.footer > .footerInfo > li a { color: #f4f4f4; }
.footer > .footerInfo > li a:hover { color: #f00; }

.footer > .qrcode {
    float: right;
    margin-right: 92px;
}
.footer > .qrcode > img { width: 130px; }
.footer > .qrcode > p {
    text-align: center;
    color: #f4f4f4;
}