body {
    margin: 0px;
    padding:0px; 
    font-size:1em; 
    color:#333; 
    min-width:1100px; 
    font-family: 'Microsoft YaHei';
    background: url("../../images/computer/bac.jpg");
}

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;
}

.w1280 {
    width: 1280px;
    margin: auto auto;
}

.header {
    height: 115px;
    overflow: hidden;
    background-color: #ffffff;
}

.header > .w1280 {
    height: 115px;
    overflow: hidden;
    background: url("../../images/computer/logo.jpg") no-repeat left center;
    display: flex;
    justify-content: flex-end;
}

.header > .w1280 > ul {
    width: 800px;
    height: 115px;
    overflow: hidden;
    display: flex;
    justify-content: space-around;
}

.header > .w1280 > ul > li > a {
    display: block;
    width: 100px;
    height: 115px;
    overflow: hidden;
    line-height: 115px;
    color: #000;
    text-align: center;
}

.header > .w1280 > ul > li > a:hover {
    color: #ffffff;
    background-color: #da251c;
}

.footer {
    background-color: #b0000f;
    color: #ffffff;
    text-align: center;
    padding: 15px 0px;
    line-height: 2;
}

.footer > p > a {
    color: #ffffff;
}