﻿.id-foot {
    height: 159px;
    overflow: hidden;
    background: #dcdcdc;
}

.id-foot .text {
    width: 1200px;
    margin: auto;
    margin-top: 45px;
    overflow: hidden;
    text-align: center;
    line-height: 24px;
    color: #444444;
}

/*浮动窗口*/

.id-flow {
    position: fixed;
    z-index: 999;
    left: -240px;
    top: 10px;
    background: #FFFFFF;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    height: 564px;
    width: 240px;
    -moz-box-shadow: 2px 0px 3px #B8B8B8;
    -webkit-box-shadow: 2px 0px 3px #B8B8B8;
    box-shadow: 2px 0px 3px #B8B8B8;
}

.notice-fl {
    width: 100%;
    overflow: hidden;
}

.notice-fl .tab-hd {
    font-size: 0;
    height: 12px;
    overflow: hidden;
    text-align: center;
}

.notice-fl .tab-hd ul {
}

.notice-fl .tab-hd span {
    margin: 0 4px;
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #aeaeae;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    cursor: pointer;
}



.notice-fl .tab-hd span.on {
    background: #0897d7;
    width: 24px;
}

.notice-fl .tab-bd {
    overflow: hidden;
    height: 525px;
}

.notice-fl .tab-bd ul {
    overflow: hidden;
    zoom: 1;
}

.notice-fl .tab-bd li {
    margin-top: 15px;
    float: left;
    width: 50%;
}
.notice-fl .tab-bd li a{
    width: 74px;
    display: block;
    margin: auto;
    overflow: hidden;
}
.notice-fl .tab-bd li a i{
    width: 60px;
    height: 60px;
    display: block;
    margin: auto;
    background-image: url("../images/ico04.png");
}


/*.notice-fl .tab-bd li a i:hover{
    background-image: url("../images/ico044.jpg");
}*/
.notice-fl .tab-bd li a span{
    margin-top: 16px;
    display: block;
    text-align: center;
    color: #2c2624;
    line-height: 100%;
}
.id-bbq{
    position: absolute;
    right: -108px;
    top: 134px;
    display: block;
}

.notice-fl .tab-bd li a i.li01{
    background-position: 0 0;
}
.notice-fl .tab-bd li a i.li02{
    background-position: 0 -60px;
}
.notice-fl .tab-bd li a i.li03{
    background-position: 0 -120px;
}
.notice-fl .tab-bd li a i.li04{
    background-position: 0 -180px;
}
.notice-fl .tab-bd li a i.li05{
    background-position: 0 -240px;
}
.notice-fl .tab-bd li a i.li06{
    background-position: 0 -300px;
}
.notice-fl .tab-bd li a i.li07{
    background-position: 0 -360px;
}
.notice-fl .tab-bd li a i.li08{
    background-position: 0 -420px;
}
.notice-fl .tab-bd li a i.li09{
    background-position: 0 -480px;
}
.notice-fl .tab-bd li a i.li010{
    background-position: 0 -540px;
}
.notice-fl .tab-bd li a i.li011{
    background-position: 0 -600px;
}
/*浮动窗口结束*/

