body {
    margin: 0px;
    padding:0px; 
    font-size:1em; 
    color:#333; 
    min-width:1100px; 
    font-family: 'Microsoft YaHei';
    background-color: #ffffff;
}

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;
}

.w1200 {
    width: 1200px;
    overflow: hidden;
    margin: auto auto;
}

.header {
    height: 110px;
}
.header > .logo {
    float: left;
    font-size: 44px;
    font-weight: bold;
    line-height: 110px;
}

.header > .menu {
    float: right;
}
.header > .menu > li {
    float: left;
}
.header > .menu > li > a {
    display: block;
    position: relative;
    font-size: 18px;
    padding: 20px 0;
    margin: 35px 0 0 50px;
    transition: all .2s ease;
}
.header > .menu > li > a::after {
    position: absolute;
    content: "";
    width: 0%;
    height: 2px;
    left: 0;
    bottom: 0;
    background-color: red;
    transition: all .5s ease;
}
.header > .menu > li > a:hover::after {
    width: 100%;
}

.footer {
    background: url("/images/computer/footerBg.jpg") repeat-x;
    height: 180px;
}
.footer > ul {
    padding-top: 30px;
}
.footer > ul > li {
    text-align: center;
    line-height: 2;
    color: #fff;
}
.footer > ul > li > span {
    margin: 0 10px;
}
.footer > ul > li > span > a {
    color: #fff;
}
.footer > ul > li > span > a:hover {
    color: red;
}