* {
    margin: 0;
    padding: 0;
    color: #FFFFFF;
    font-family: "微软雅黑";
}

a {
    text-decoration: none;
    list-style-type: none;
}

.body-content {
    position: absolute;
    width: 950px;
    margin-left: 50%;
    left: -475px;
    top: 0px;
}

.div-page {
    width: 950px;
    height: 600px;
}

.bottom-page {
    width: 950px;
    height: 210px;
}

.nav {
    position:fixed;
    width: 45px;
    height: 326px;
    background: url("../img/bg_nav_ver.png") no-repeat;
    padding: 20px 0;
    font-size: 15px;
    z-index: 99;
    right: 300px;
    left: 50%;
    margin-left: 475px;
    top: 100px;
}

.nav a {
    float: left;
    text-decoration: none;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 45px;
    height: 57px;
    text-align: center;
    margin: 0;
    font-weight: bold;
    border-bottom: 1px solid #21175C;
}

.nav a font {
    margin-top: 3px;
    color: #000000;
    display: block;
}

.nav a:hover {
    background-color: #FEF102;
}

.second-left {
    float: left;
    width: 62%;
    height: 65%;
    margin-left: 40px;
    border: 5px solid #FFFFFF;
    background-image: url("../img/img1second.png");
}

.second-left img {
    cursor: pointer;
}

.second-right {
    float: right;
    margin-right: 40px;
    height: 400px;
}

.second-right .second-item {
    width: 260px;
    height: 125px;
    border-left: 2px solid #FFFFFF;
    padding-top: 10px;
}

.third-top {
    width: 590px;
    height: 100px;
    margin-left: 180px;
    padding-top: 40px;
}

.third-bottom {
    width: 100%;
    height: 400px;
}

.third-nav {
    width: 120px;
    height: 120px;
    margin-top: 140px;
    cursor: pointer;
}

.third-center {
    position: absolute;
    width: 590px;
    height: 400px;
    margin-left: 50%;
    left: -295px;
    border: 5px solid #FFFFFF;
    background-image: url("../img/img1.png");
}

.fourth-left {
    float: left;
    width: 200px;
    height: 500px;
    margin-top: 50px;
    margin-left: 40px;
}

.fourth-right {
    float: right;
    height: 500px;
    width: 645px;
    margin-right: 40px;
    background-color: #E7E7E7;
}

.fourth-item {
    position: relative;
    width: 570px;
    border: 1px solid #E7E7E7;
    height: 60px;
    margin-top: 60px;
    z-index: 10;
    margin-left: 37px;
}

.fourth-item ul {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 40%;
    height: 100%;
}

.fourth-item img {
    position: absolute;
    top: -30px;
    z-index: 20;
    cursor: pointer;
}

.fourth-item .colorblock {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 54%;
    height: 100%;
    line-height: 60px;
    vertical-align: middle;
    font-size: 34pt;
    font-weight: bold;
}

.fourth-item ul {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 45%;
    height: 100%;
    vertical-align: middle;
}

.fourth-item ul li {
    list-style-type: none;
    background: url("../img/smallcircle.png") no-repeat left center;
    font-size: 12px;
    color: #000000;
    line-height: 20px;
    padding-left: 20px;
}

.bottom-page div {
    width: 100%;
    text-align: center;
    font-weight: bold;
    line-height: 35px;
    font-size: 20px;
}
