#prod_left {
    width: 230px;
    float: left;
}

.pl_top1 {
    height: 80px;
    background: url(../img/20161021181127_1317588398.jpg)
}

.pl_top1 .h3 {
    font-size: 14px;
    text-align: center;
    color: #FFF;
    padding-top: 15px;
    font-weight: bold;
}

.pl_top1 .h4 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #fFF;
}


.pl_top2 {
    width: 200px;
    float: left;
    background: #f2f2f2;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.pl_top3 {
    width: 200px;
    font-size: 14px;
    line-height: 45px;
    background: url(../img/20161110150331_145611655.jpg)
}

.pl_top3 .h3 {
    line-height: 45px;
    font-size: 15px;
    font-weight: bold;
    color: #FFF;
    padding-left: 35px;
}

.pl_top3 .h3 a {
    line-height: 45px;
    font-size: 15px;
    font-weight: bold;
    color: #484848;
}

.pl_top4 {
    width: 200px;
    font-size: 14px;
    line-height: 45px;
    background: url(../img/20161024141945_844759300.jpg)
}

.pl_top4 .h3 {
    line-height: 45px;
    font-size: 14px;
    padding-left: 35px;
    color: #2e2e2e;
}

.pl_top4 .h3 a {
    line-height: 45px;
    font-size: 14px;
    color: #2e2e2e;
}

.pl_top5 {
    width: 195px;
    height: 62px;
    background: #d4292f;
    line-height: 62px;
    text-align: center;
}

.pl_top5 a {
    line-height: 62px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}

/*工具栏*/
.toolbar-item, .toolbar-layer {
    background: url(../img/20161115194151_1851374498.png) no-repeat;
}

.toolbar {
    position: fixed;
    right: 0px;
    bottom: 50px;
    z-index: 99 !important;
}

/*假设网页宽度为1200px，导航条在右侧悬浮*/
.toolbar-item {
    display: block;
    width: 52px;
    height: 52px;
    margin-top: 1px;
    position: relative;
    -moz-transition: background-position 1s;
    -ms-transition: background-position 1s;
    -o-moz-transition: background-position 1s;
    -webkit-moz-transition: background-position 1s;
    transition: background-position 1s;
}

.toolbar-item:hover .toolbar-layer {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.toolbar-item-weixin {
    background-position: 0 -798px;
}

.toolbar-item-weixin:hover {
    background-position: 0 -860px;
}

.toolbar-item-weixin .toolbar-layer {
    height: 180px;
    background-position: 0 0;
}

.toolbar-item-feedback {
    background-position: 0 -426px;
}

.toolbar-item-feedback:hover {
    background-position: 0 -488px;
}

.toolbar-item-app {
    background-position: 0 -550px;
}

.toolbar-item-app:hover {
    background-position: 0 -612px;
}

.toolbar-item-app .toolbar-layer {
    height: 142px;
    background-position: 0 -190px
}

.toolbar-item-top .toolbar-layer {
    height: 95px;
    background-position: 0 -328px;
}

.toolbar-item-top {
    background-position: 0 -674px;
}

.toolbar-item-top:hover {
    background-position: 0 -736px;
}

.toolbar-layer {
    position: absolute;
    right: 50px;
    bottom: -10px;
    width: 175px;
    opacity: 0;
    filter: alpha(opacity=0);
    transform-origin: 95% 95%;
    -moz-transform-origin: 95% 95%;
    -ms-transform-origin: 95% 95%;
    -o-transform-origin: 95% 95%;
    -webkit-transform-origin: 95% 95%;
    transform: scale(0.01);
    -moz-transform: scale(0.01);
    -ms-transform: scale(0.01);
    -o-transform: scale(0.01);
    -webkit-transform: scale(0.01);
    transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
}