.id-foot {
    margin-top: 20px;
}

.id-foot-link {
    width: 1152px;
    margin: auto;
}

.nice-select {
    margin-right: 24px;
    float: left;
    width: 210px;
    height: 36px;
    position: relative;
    background: #eeeeee;
}
.nice-select02{
    margin: 0;
    float: right;
}
.nice-select input {
    text-align: center;
    display: block;
    width: 100%;
    height: 36px;
    line-height: 36px;
    border: 0;
    outline: 0;
    background: none;
}

.nice-select ul {
    width: 100%;
    display: none;
    position: absolute;
    left: -1px;
    bottom: 36px;
    overflow: hidden;
    background-color: #fff;
    max-height: 150px;
    overflow-y: auto;
    border: 1px solid #999;
    border-bottom: 0;
    z-index: 9999;
}

.nice-select ul li {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    padding: 0 10px;
    cursor: pointer;
}
.nice-select ul li a{
    color: #666666;
}
.nice-select ul li.on {
    background-color: #e0e0e0;
}

.id-bottom{
    margin-top: 15px;
    background: #056db6;
    overflow: hidden;
    height: 180px;
}
.id-bottom .box{
    width: 1152px;
    margin: auto;
    overflow: hidden;
}
.id-bottom .left{
    margin-top: 23px;
    float: left;
    width: 306px;
}
.id-bottom .left .li01{
    float: right;
}
.id-bottom .left .li02{
    float: right;
}
.id-bottom .left .li01 img{
    margin-right: 14px;
    width: 111px;
    height: 111px;
    display: block;
}
.id-bottom .left span{
    line-height: 100%;
    margin-top: 14px;
    width: 111px;
    display: block;
    text-align: center;
    font-size: 12px;
    color: #FFFFFF;
}
.id-bottom .right{
    float: right;
    width: 278px;
    margin-top: 35px;
}
.id-bottom .right a{
    float: left;
    margin-right: 14px;
}
.id-bottom .nav{
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    width: 433px;
    float: left;
    margin-left: 60px;
}
.id-bottom .nav a{
    color: #FFFFFF;
}
.id-bottom .nav .link{
    margin-top: 8px;
}


.notice-links {
    position: relative;
    z-index: 1;
    background: #e5e5e5;
    margin: auto;
    width: 1152px;
}

    .notice-links .tab-hd > ul > li {
        float: left;
        font-size: 12px;
        padding-right: 9px;
    }

        .notice-links .tab-hd > ul > li:hover {
            background: #FFFFFF;
        }

        .notice-links .tab-hd > ul > li > a {
            color: #000;
            padding: 17px 9px 10px 15px;
            display: block;
            padding-right: 20px;
            background: url(../images/select_jiantou2.jpg) no-repeat right 20px;
            height: 16px;
        }


        .notice-links .tab-hd > ul > li:hover > a {
            background: url(../images/select_jiantou.jpg) no-repeat right 20px;
        }



        .notice-links .tab-hd > ul > li > .tab-pal {
            display: none;
            border-top: 2px solid #056db6;
            position: absolute;
            bottom: 43px;
            left: 0;
            width: 1152px;
            background: #FFFFFF;
            height: 60px;
            padding-top: 6px;
            overflow: hidden;
            overflow-y: auto;
            padding-bottom: 5px;
        }

        .notice-links .tab-hd > ul > li:hover > .tab-pal {
            display: block;
        }

        .notice-links .tab-hd > ul > li > .tab-pal > ul > li {
            float: left;
            width: 15%;
            padding: 0px;
            margin: 0;
            line-height: 24px;
            white-space: nowrap;
        }

            .notice-links .tab-hd > ul > li > .tab-pal > ul > li > a {
                margin-left: 20px;
                float: left;
                color: #000;
            }

                .notice-links .tab-hd > ul > li > .tab-pal > ul > li > a:hover {
                    color: #056db6;
                }

