/* 返回顶部样式 */
.profession-go-top {
    width: 36px;
    height: 104px;
    background: url(../images/goTop_bg1.png) no-repeat 0 0;
    position: fixed;
    bottom: 160px;
    left: 50%;
    margin-left: 616px;
    text-align: center;
    cursor: pointer;
    z-index: 5;
}
@media screen and ( max-width:1352px ){
    .profession-go-top{
        right: 10px;left: auto;margin-left: 0;
    }
}
.profession-go-top:hover {
    background-image: url(../images/goTop_bg1_hover.png);
}
.profession-go-top span {
    display: block;
    width: 16px;
    height: 16px;
    background: url(../images/goTop_bg2.png) no-repeat 0 0;
    margin: 16px auto 0;
}
.profession-go-top:hover span {
    background-image: url(../images/goTop_bg2_hover.png);
}
.profession-go-top h3 {
    font-size: 14px;
    color: #33bbff;
    line-height: 16px;
    padding: 8px 10px;
}
.profession-go-top:hover h3 {
    color: #66ccff;
}