﻿


/*浮动*/
.fh-top {
    width: 80px;height: 40px;display: block;
	line-height: 40px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
	color:#000;background: #ddd;
}

.id-flat {
    z-index: 1000;
    width: 80px;
    position: fixed;
    top: 12%;
    right: 0px;
	background: #1c51a1;
}

.id-flat .box {
    padding-bottom: 10px;
    background: url("../images/bg01.jpg");
    width: 80px;
}

.id-flat .box a {
    position: relative;
    z-index: 1;
    border-top: 1px dotted #b5b5b5;
    display: block;
    height: 75px;
}

.id-flat .box a img {
    display: none;
    background: #ffffff;
    position: absolute;
    z-index: 100;
    right: 80px;
    top: 0;
    width: 100px;
    height: 100px;
    padding: 5px;
}

.id-flat .box a:hover img {
    display: block;
}

.id-flat .box a i {
    width: 51px;
    height: 49px;
    margin: 5px auto 0;
    background: url("../images/ico28.png");
    display: block;
}

.id-flat .box a.li02 i {
    background: url("../images/ico28.png") 0 -49px;
}

.id-flat .box a.li03 i {
    height: 50px;
    background: url("../images/ico28.png") 0 -98px;
}

.id-flat .box a.li04 i {
    height: 51px;
    background: url("../images/ico28.png") 0 -148px;
}

.id-flat .box a.li05 i {
    height: 51px;
    background: url("../images/ico28.png") 0 -199px;
}

.id-flat .box a span {
    display: block;
    text-align: center;
    color: #3477bd;
    font-size: 12px;
    line-height: 100%;
    margin-top: 5px;
}



.las{
    overflow: hidden;
    display: block;
    height: 40px;
    line-height: 40px;
    color: #FFFFFF;
    text-indent: 32px;
    background: url("../images/sn.png") no-repeat 15px 12px;
}
.lass i{
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 10px;
    background: url("../images/la.png") no-repeat;
    display: block;
    width: 10px;
    height: 15px;
}
.lass{
    display: none;
    color: #FFFFFF;
    overflow: hidden;
    padding-bottom: 10px;
    text-align: center;
    z-index: 999;
    position: fixed;
    top: 40%;
    right: 0;
    background: #1c51a1;
    width: 30px;
}


/*浮动结束*/


