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;
}

.tool {
    background-color: rgb(229,229,229);
    font-size: 14px;
    line-height: 30px;
    height: 30px;
}

.header {
    height: 105px;
    overflow: hidden;
    background: url("../../images/computer/logo.jpg") no-repeat left center;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header > ul > li:nth-child(2) {
    font-size: 32px;
    font-weight: 600;
    color: black;
}

.menus {
    height: 50px;
    background: rgb(61,159,40);
}

.menus > .w1200 > ul {
    height: 50px;
    display: flex;
    justify-content: space-around;
}

.menus > .w1200 > ul > li {
    width: 173px;
    height: 50px;
    text-align: center;
    position: relative;
}

.menus > .w1200 > ul > li > a {
    display: block;
    width: 173px;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
    color: #ffffff;
}

.menus > .w1200 > ul > li > a:hover {
    background: rgb(124,189,28);
    font-weight: 600;
}

.menus > .w1200 > ul > li > .twomenu { 
    position: absolute; 
    display: none; 
    z-index: 12; 
    background: #d60062;
    color: #ffffff;
    width: 125px;
    text-align: center;
}

.menus > .w1200 > ul > li > .twomenu > ul > li:nth-last-child() {
    border-bottom: 0px;
}

.menus > .w1200 > ul > li > .twomenu > ul > li > a {
    display: block;
    width: 125px;
    height: 33px;
    color: #ffffff; 
    line-height: 2em;
    font-size: 16px;
}

.footer {
    height: 440px;
    overflow: hidden;
    background: url("../../images/computer/footer.jpg") no-repeat center top;
}

.footer > .w1200 {
    height: 280px;
    overflow: hidden;
    margin-top: 160px;
}

.footer > .w1200 > ul {
    display: flex;
    justify-content: space-between;
}

.footer > .w1200 > ul > li:nth-child(1) {
    width: 254px;
    height: 280px;
    overflow: hidden;
    background-color: rgb(73,182,50);
}

.footer > .w1200 > ul > li:nth-child(1) > p {
    text-align: center;
    color: #ffffff;
}

.footer > .w1200 > ul > li:nth-child(1) > p:nth-child(1) {
    font-size: 18px;
    line-height: 90px;
}

.footer > .w1200 > ul > li:nth-child(1) > p:nth-child(2) > img {
    width: 130px;
    height: 130px;
}

.footer > .w1200 > ul > li:nth-child(1) > p:nth-child(3) {
    line-height: 40px;
}

.footer > .w1200 > ul > li:nth-child(2) {
    width: 900px;
    overflow: hidden;
}

.footer > .w1200 > ul > li:nth-child(2) > p:nth-child(1) {
    margin-top: 40px;
}

.footer > .w1200 > ul > li:nth-child(2) > p:nth-child(1) > a {
    font-size: 18px;
    color: #ffffff;
    padding-right: 50px;
}

.footer > .w1200 > ul > li:nth-child(2) > ul {
    margin-top: 20px;
}

.footer > .w1200 > ul > li:nth-child(2) > ul > li, .footer > .w1200 > ul > li:nth-child(2) > ul > li > a {
    color: #ffffff;
    line-height: 35px;
    font-size: 18px;
}