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;
}

.w1280 {
    width: 1280px;
    margin: auto auto;
}

.header {
    height: 200px;
    overflow: hidden;
    background: url("../../images/computer/header.jpg");
}

.header > .w1280 {
    height: 200px;
    overflow: hidden;
    background: url("../../images/computer/logo.png") no-repeat left center;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header > .w1280 > .search {
    width: 430px;
    height: 50px;
    overflow: hidden;
    border: 1px solid #9a9a9a;
    border-radius: 10px;
    display: flex;
}

.header > .w1280 > .search > input {
    border: 0px;
    outline: 0px;
    width: 360px;
    height: 50px;
    text-indent: 12px;
}

.header > .w1280 > .search > div {
    width: 70px;
    height: 50px;
    overflow: hidden;
    background: url("../../images/computer/search.png") no-repeat center center;
    background-size: 20px;
    cursor: pointer;
}

.menus {
    height: 76px;
    background: url("../../images/computer/menus.jpg") repeat-x center center;
}

.menus > .w1280 > ul {
    height: 76px;
    display: flex;
    justify-content: space-around;
}

.menus > .w1280 > ul > li {
    width: 125px;
    text-align: center;
    position: relative;
}

.menus > .w1280 > ul > li > a {
    font-size: 18px;
    line-height: 76px;
    color: #333333;
}

.menus > .w1280 > ul > li > a:hover {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 2px 2px 5px #333333;
    padding: 8px 14px;
    color: #333333;
}

.menus > .w1280 > ul > li > .twomenu { 
    position: absolute; 
    display: none; 
    z-index: 12; 
    background: #ffffff;
    color: #333333;
    width: 125px;
    text-align: center;
}

.menus > .w1280 > ul > li > .twomenu > ul > li:nth-last-child() {
    border-bottom: 0px;
}
.menus > .w1280 > ul > li > .twomenu > ul > li > a {
    display: block;
    width: 125px;
    height: 33px;
    color: #333333; 
    line-height: 2em;
    font-size: 16px;
}

.footer {
    height: 182px;
    overflow: hidden;
    background: url("../../images/computer/footer.jpg") repeat-x center center;
    margin-top: 20px;
}

.footer > .w1280 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 182px;
}

.footer > .w1280 > ul > li {
    line-height: 3;
    font-weight: bold;
}

.footer > .w1280 > .qrcode {
    width: 150px;
    overflow: hidden;
    text-align: center;
}