/*基本样式*/

.wrapper {
    width: 1200px;
    margin: 0 auto;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.contact{
    width: 260px;
    height: 200px;
    background: #fff url("bg.png") no-repeat;
}
.contact ul li{
    float: left;
    width: 65px;
    height: 58px;
    padding: 8px 0px 0px;
}
.contact ul li .img{
    text-align: center;
    line-height: 27px;
}
.contact ul li .img img{
    width: auto;
    height: auto;
    max-width: 24px;
    max-height: 24px;
    vertical-align: middle;
}
.contact ul li span{
    display: block;
    text-align: center;
    font-size: 11px;
    color: #727272;
    line-height: 16px;
    margin-top: 6px;
}