.dianzan{ width:116px ; height:116px ; margin: 0 auto 40px;}
.dzbox{ width:86px ; height:86px ; cursor:pointer; border:15px solid #FFF; border-radius: 50%; background: #5795fa; text-align: center; font: 14px/14px '微软雅黑'; color: #FFF;}
.dzbox:hover{ border:15px solid #f0f5fd;}
.dzbox img{ padding: 13px 0 10px 0}


        .dianzan{ height: 60px; margin: 80px auto 20px; text-align: center;}
        .dzsliang{ position: relative; height: 60px; padding: 0 24px; display: inline-block; margin: 0 auto; border-radius: 30px; border: 1px solid #e2e2e2;}
        .dzbz{ height: 60px; padding-left: 50px; display: block; font: 14px/60px '\5FAE\8F6F\96C5\9ED1', 'Microsoft YaHei'; color: #5190f8; background: url(../images/home/bqz.png) no-repeat left 12px; cursor: pointer}
        .dzbq{ width: 357px; height: 59px; position: absolute; top: -60px; left: 50%; margin-left: -179px; display: none; background: url("../images/home/bqzbg.png") no-repeat bottom center;}
        .bqz{ height: 51px; position: relative; float: left; display: inline; width: 20%;}
        .bqz img{ width: 45px; height: auto; display: block; margin: 3px auto 0; cursor: pointer;
            -webkit-transition: all 0.2s ease 0.001s;
            -moz-transition: all 0.2s ease 0.001s;
            -ms-transition: all 0.2s ease 0.001s;
            -o-transition: all 0.2s ease 0.001s;
            transition: all 0.2s ease 0.001s;
            -webkit-transform: scale(1, 1);
            -moz-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
            -o-transform: scale(1, 1);
            transform: scale(1, 1);
            -webkit-transform-origin: 50% 50%;
            -khtml-transform-origin: 50% 50%;
            -moz-transform-origin: 50% 50%;
            -ms-transform-origin: 50% 50%;
            -o-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
        }
        .bqz span{ width:46px; padding: 2px 0px 3px; position: absolute; top: -26px; left: 50%; margin-left: -23px; display: none; text-align: center; font: 12px/14px ''; white-space: nowrap; color: #fff; background: #2e2e2e; border-radius: 7px;}
        .bqz:hover img{
            -webkit-transform: scale(1.3, 1.3);
            -moz-transform: scale(1.3, 1.3);
            -ms-transform: scale(1.3, 1.3);
            -o-transform: scale(1.3, 1.3);
            transform: scale(1.3, 1.3);
        }
        .bqz:hover span{ display: inline-block;}
        .dzsliang:hover .dzbq{ display: block}
