/**
 * 头部、底部和浮动部分样式
 **/

/*-------------- 头部样式 --------------*/
.top{
    width: 100%;
    height: 311px;
    position:relative;
}

.topContainer{
    width: 1000px;
    height: auto;
    margin-top: -115px;
    position: absolute;
    left: 50%;
    text-align: center;
    margin-left: -500px;
}

.time{
    float: left;
}

.pageSearch{
    float: right;
}

.time span, .pageSearch span{
    color: #FFF;
}

.nav{
    width: 1000px;
    height: 72px;
    background: url("../images/nav.jpg") no-repeat;
    margin-top: 29px;
    position: absolute;
    left: 50%;
    text-align: center;
    margin-left: -500px;
}

.navLeft, .navRight{
    width: 51px;
    height: 73px;
    float: left;
}

.navLeft{
    float: left;
    margin-left: -51px;
    background: url("../images/navLeft.gif") no-repeat center top;
}

.navRight{
    float: right;
    margin-right: -51px;
    background: url("../images/navRight.gif") no-repeat center top;
}

.navContent{
    background: url("../images/nav.jpg") no-repeat;
    background-size: 100%;
    width: 1000px;
    height: 72px;
    float: left;
    margin: 0 auto;
}

.nav ul{
    width: 100%;
    height: 100%;
}

.nav li{
    float: left;
    width: 125px;
    height: 23px;
    margin: 25px 0;
    text-align: center;
}

.nav a{
    display: block;
    width: 100%;
    font-size: 17px;
    text-decoration: none;
    color: #FFF;
}

.nav a:hover, .nowShow{
    padding-bottom: 13px;
    border-bottom: 10px solid #FF8000;
}

.oneMavenItem{
    margin-left: 0% !important;
}

/*-------------- 底部样式 --------------*/
.bottomPart{
    background: #B20000;
    height: 300px;
}

.bottomProclaim{
    width: 1000px;
    margin: 0 auto;
    background: url("../images/bottomBg.jpg") no-repeat;
    height: 100%;
}

.bottomProclaim p, .bottomProclaim a{
    font-size: 12px;
    margin-top: 10px;
}

.filingInfo{
    color: #FFF;
    text-align: center;
    padding: 100px 0 6px;
    border-bottom: 1px solid #C02E2E;
}

.address{
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    color: #FFF\9;
    overflow: hidden;
}

.filingInfo a{
    color: #ffffff;
    text-decoration: none;
}

.bottomImg{
    background: url("../images/kmxxg.jpg") no-repeat;
    height: 29px;
    margin: 0 auto;
    width: 129px;
    margin-top: 12px;
}

.bottomImg img{
    border: 0;
}

/*-------------- 浮动样式 --------------*/
.rightFloat{
    position: fixed;
    top: 200px;
    right: 0;
}

.rightFloat1{
    width: 150px;
    height: 150px;
    background: url("../images/float_1.jpg") no-repeat center center;
    margin-bottom: 10px;
    cursor: pointer;
}

.rightFloat2{
    height: 50px;
    background: url("../images/float_2_1.jpg") no-repeat center center;
    width: 150px;
    margin-bottom: 10px;
}

.rightFloat3{
    height: 60px;
    background: url("../images/float_3.jpg") no-repeat center center;
    width: 150px;
    margin-bottom: 10px;
    cursor: pointer;
}

.rightFloat4{
    height: 60px;
    background: url("../images/float_4.jpg") no-repeat center center;
    width: 150px;
    cursor: pointer;
}