*{ margin:0; padding:0;}
body {
    margin: 0px;
    padding:0px; 
    font-size:1em; 
    color:#333; 
    min-width:1100px; 
    font-family: 'Microsoft YaHei';
}

form,div,ul,li,dl,dt,dd{ 
    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; 
}

.cls{ 
    clear:both; 
    height:1px; 
    overflow:hidden;
}

.w1260 { 
    width: 1260px; 
    margin: auto auto;
}

.header {
    background-color: #000;
    border-bottom: 1px solid #aaaaaa;
}

    .header > .w1260 {
        height: 120px;
        background: url("../../images/computer/logo.png") no-repeat left center;
    }

    .header > .w1260 > ul {
        width: 850px;
        float: right;
    }

    .header > .w1260 > ul > li {
        width: 128px;
        text-align: center;
        float: left;
        margin: 48px 5px 0px 5px;
    }

    .header > .w1260 > ul > li > a {
        color: #ffffff;
        font-size: 18px;
        line-height: 2;
    }

    .header > .w1260 > ul > li > .twomenu { 
        position: absolute; 
        display: none; 
        z-index: 999; 
        background: rgba(0, 0, 0, 0.8);
        color: #393837;
        width: 128px;
        text-align: center;
    }
    .header > .w1260 > ul > li > .twomenu > ul > li > a {
        color: #ffffff; 
        line-height: 2em; 
        font-size: 18px;
        padding: 0px 10px;
    }
    .header > .w1260 > ul > li > .twomenu > ul > li > a:hover { 
        color: #ffffff;
     }

.footer {
    height: 320px;
    overflow: hidden;
    background-color: #0c0c0c;
    color: #ffffff;
    margin-top: 30px;
}

    .footer > .w1260 > .footerLeft {
        width: 360px;
        height: 320px;
        overflow: hidden;
        float: left;
        background: url("../../images/computer/logo.png") no-repeat center 20px;
    }

    .footer > .w1260 > .footerLeft a {
        color: #ffffff;
    }

    .footer > .w1260 > .footerLeft > ul {
        margin-top: 120px;
        border-top: 1px solid #ffffff;
        padding-top: 15px;
    }

    .footer > .w1260 > .footerLeft > ul > li {
        line-height: 2;
    }

    .footer > .w1260 > .footerRight {
        width: 205px;
        overflow: hidden;
        float: right;
        text-align: center;
        margin-top: 40px;
        line-height: 2;
    }