#headerDiv {
    margin-top: 10px;
    text-align: center;
}

    #headerDiv img {
        width: 10%;
    }

    #headerDiv span {
        margin-left: 40%;
    }

#navigatorDiv {
    height: 50px;
    line-height: 50px;
    background-color: #F6F6F6;
    margin-top: 10px;
    margin-bottom: 0px;
    border-top: 1px solid #EEEDEC;
    border-bottom: 1px solid #EEEDEC;
    text-align: center;
}

    #navigatorDiv span {
        font-family: 微软雅黑;
        font-size: 16px;
        font-weight: normal;
        display: inline-block;
        height: 100%;
        text-align: center;
        width: 9%;
        cursor: pointer;
    }

        #navigatorDiv span a {
            color: black;
            display: block;
            width: 100%;
            height: 100%;
        }

#containerDiv {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    /*position: relative;*/
    color: white;
}

.news1 {
    width: 30%;
    background: url("../images/c1.jpg") center no-repeat;
    background-size: 100%;
    float: left;
    /*margin-left: 19.5%;*/
    margin-left: 1%;
    opacity: 0;
    text-align: left;
    box-shadow: 1px 2px 4px #000;
    cursor: pointer;
}

.news2 {
    width: 30%;
    background: url("../images/c2.jpg") center no-repeat;
    background-size: 100%;
    float: right;
    /*margin-right: 19.5%;*/
    margin-right: 1%;
    opacity: 0;
    text-align: left;
    box-shadow: 1px 2px 4px #000;
    cursor: pointer;
}

.news3 {
    clear: both;
    width: 61%;
    background: url("../images/c3.jpg") center no-repeat;
    background-size: 100%;
    opacity: 0;
    position: relative;
    top: 30px;
    text-align: left;
    box-shadow: 1px 2px 4px #000;
    cursor: pointer;
}

.title {
    margin-bottom: 0px;
    display: block;
    margin-top: 88%;
    padding-left: 5%;
    font-family: 微软雅黑;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 10px;
}

.profile {
    padding-left: 5%;
    padding-right: 5%;
    opacity: 0;
    font-size: 18px;
}

#footerUp {
    position: relative;
    top: 30px;
    height: 30px;
    background-color: #EEEEEF;
}

#footerDiv {
    height: 300px;
    background-color: #272727;
}

#top {
    height: 200px;
    text-align: center;
}

#down {
    margin-top: 20px;
}

.hw1_hr {
    border-color: #424141;
}

hr {
    border: 0;
    border-top: 1px solid #eee;
}

body {
    min-width: 1100px;
}

.w-foot {
    text-align: center;
    font: 12px/1.5 "\5FAE\8F6F\96C5\9ED1","Microsoft Yahei","Hiragino Sans GB",Helvetica;
    color: gray;
}

.w-row {
    zoom: 1;
}


