.glyphicon::before {
    margin-right: 5px;
    font-size: 12px;
    color: #fff;
}
.comIntro_all {
    text-indent: 0;
}
.company-tabwarp {
    position:fixed;
    top: 116px;
    z-index:150;
    }
.company-tabwarp.-abs {position: relative;top: 25px;}
.company-tabwarp {
    width:1250px;
    margin:auto;
    height:29px;
}
.company-tabwarp .company-tab {
    width: 38px;
    position:absolute;
    text-align:center;
    line-height: 16px;
    height: 120px;
    padding: 20px 14px;
}
.company-tabwarp .company-tab.-public {
    background:url(/static/image/own/public-tab-1.png);
    background-size:100%;
    top:10px;
    left: -38px;
    color:#0084ff;
}
.company-tabwarp .company-tab.-public:hover {
    background:url(/static/image/own/public-tab-2.png);
    background-size:100%;
    font-size:16px;
    font-weight:bold;
    color:#0084ff;
    z-index:34;
    width: 48px;
    height: 124px;
    line-height: 19px;
    top: 3px;
    left: -48px;
}
.company-tabwarp .company-tab.-own {
    background:url(/static/image/own/own-tab-new-2.png);
    background-size:100%;
    color:#DB9927;
    left: -38px;
    top: 74px;
}
.company-tabwarp .company-tab.-own:hover {
    background:url(/static/image/own/own-tab-new-1.png);
    background-size:100%;
    font-size:16px;
    font-weight:bold;
    color:#DB9927;
    width: 48px;
    height: 124px;
    line-height: 19px;
    top: 73px;
    left: -48px;
}
.company-tabwarp .company-tab.-public.-active {
    background:url(/static/image/own/public-tab-active-1.png);
    background-size:100%;
    font-size:16px;
    font-weight:bold;
    color:#fff;
    z-index:34;
    width: 48px;
    height: 124px;
    line-height: 19px;
    top: -25px;
    left: -48px;
    padding: 20px 14px;
}
.company-tabwarp .company-tab.-own.-active {
    background:url(/static/image/own/own-tab-active-new-2.png);
    background-size:100%;
    font-size:16px;
    font-weight:bold;
    color:#fff;
    z-index:34;
    width: 48px;
    height: 124px;
    line-height: 19px;
    top: 92px;
}