body {
    margin: 0px;
    padding:0px; 
    font-size:1em; 
    color:#333; 
    min-width:1100px; 
    font-family: 'Microsoft YaHei';
    background-color: #edf3f5;
}

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;
}

.tools {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    border-bottom: 1px solid #3f8398;
}

.tools > .w1280 {
    display: flex;
    justify-content: space-between;
}

.header {
    height: 130px;
    overflow: hidden;
    background: url("../../images/computer/logo.png") no-repeat left center;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header > .search {
    width: 280px;
    height: 35px;
    overflow: hidden;
    border: 1px solid #357d93;
    display: flex;
}

.header > .search > input {
    border: 0px;
    outline: 0px;
    width: 205px;
    height: 35px;
    text-indent: 24px;
}

.header > .search > div {
    width: 75px;
    height: 35px;
    cursor: pointer;
    background-color: #357d93;
    color: #ffffff;
    text-align: center;
    line-height: 35px;
}

.menus {
    height: 60px;
    background-color: #357d93;
}

.menus > .w1280 > ul {
    height: 60px;
    display: flex;
    justify-content: space-around;
}

.menus > .w1280 > ul > li {
    width: 105px;
    text-align: center;
    position: relative;
}

.menus > .w1280 > ul > li > a {
    font-size: 18px;
    line-height: 60px;
    color: #ffffff;
}

.menus > .w1280 > ul > li > .twomenu { 
    position: absolute; 
    display: none; 
    z-index: 12; 
    background: #ffffff;
    color: #333333;
    width: 105px;
    text-align: center;
}
.menus > .w1280 ul > li > .twomenu > ul > li {
    border-bottom: 1px solid #f2f2f2;
}
.menus > .w1280 ul > li > .twomenu > ul > li:nth-last-child() {
    border-bottom: 0px;
}
.menus > .w1280 ul > li > .twomenu > ul > li > a {
    display: block;
    width: 105px;
    height: 33px;
    color: #333333; 
    line-height: 2em; 
    font-size: 16px;
}
.menus > .w1280 >  ul > li > .twomenu > ul > li > a:hover { 
    color: #ffffff;
    background-color: #188c86;
}

.footer {
    height: 180px;
    background-color: #357d93;
    color: #ffffff;
}

.footer > div {
    position: relative;
    height: 180px;
    overflow: hidden;
}

.footer > div > p:nth-child(1) {
    padding-top: 30px;
}

.footer > div > p {
    line-height: 3;
}

.footer > div > p > a {
    color: #ffffff;
}

.footer > div > .qrcode {
    position: absolute;
    right: 0px;
    top: 40px;
    display: flex;
}

.footer > div > .qrcode > div {
    width: 93px;
    overflow: hidden;
    text-align: center;
    margin-right: 15px;
}