body {
    margin: 0px;
    padding: 0px;
    font-size: 1em;
    color: #333;
    min-width: 1100px;
    font-family: 'Microsoft YaHei';
    background: url("../../images/computer/mainBg.jpg") repeat-x left 475px, #fff;
}

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: 80px;
    overflow: hidden;
    background: url("../../images/computer/headerBg.jpg") repeat-x;
}

.header > .w1200 {
    height: 80px;
    background: url("../../images/computer/logo.png") no-repeat left center;
}
.header > .w1200 > h1 {
    margin: 8px 0 0 120px;
    color: #333e51;
    font-weight: bold;
    font-size: 32px;
}
.header > .w1200 > p {
    margin-left: 120px;
    color: #333e51;
    word-spacing: -2px;
}

/* 一级菜单 begin */
.menuBg {
    height: 38px;
    background-image: linear-gradient(180deg, #333e51a6, #333e51);
}

.menu {
    height: 100%;
    display: flex;
}

.menu > li > a {
    display: block;
    width: 171px;
    line-height: 38px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    background: url("../../images/computer/menuItemBg.jpg") no-repeat right center;
}
.menu > li:last-child > a {
    background: none;
}
.menu > li:hover > a {
    background-color: #333e51;
}
/* 一级菜单 end */

/* 二级菜单 begin */
.menuBg > .w1200 { overflow: unset; }
.menu > li { position: relative; }
.menu > li > .twomenu {
    position: absolute;
    top: 38px;
    left: 0;
    width: 171px;
    line-height: 40px;
    z-index: 999;
    text-align: center;
    max-height: 0%;
    overflow: hidden;
    transition: all .6s ease;
    background-color: #333e51;
}
.menu > li > .twomenu > a {
    display: block;
    color: #fff;
}
.menu > li:hover > .twomenu {
    max-height: 999px;
}
.menu > li > .twomenu > a:hover {
    background-color: #223452;
}
/* 二级菜单 end */

/* footer begin */
.footer {
    background: #333e51;
    text-align: center;
    font-size: 14px;
    height: 90px;
    padding-top: 30px;
}

.footer > p, .footer > p a {
    line-height: 2.4;
    color: #fff;
}

.footer > p > span {
    margin-right: 14px;
}
/* footer end */