/********* 内容 **********/

.crumb {
    height: 47px;
    border-bottom: 1px dashed #dcdcdc;
    margin-bottom: 20px;
}

.o-block {
    width: 9px;
    height: 20px;
    background: orange;
    margin-right: 10px
}

.yellowBox {
    width: 145px;
    height: 46px;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    margin-top: 20px;
    color: #fff;
    background: #ffcc00;
}

.leaveMsg {
    border: 1px solid #bbb;
    background: url("../../assets/img/leaveMsgBg.jpg") no-repeat center bottom #fff;
    padding: 40px 15%;
    margin-bottom: 30px;
}
.companyIntroduce {
    padding: 30px 0 0 0;
}

.english {
    color: #ccc;
}

.chinese {
    margin-bottom: 30px;
}
.tabbar {
    height: 55px;
    margin-bottom: 60px;
}

.tabbar>a {
    height: 55px;
    line-height: 55px;
    cursor: pointer;
    background: #e9e9e9;
}

.high{
    background: #0550ab!important;
    color: white;
}

.tabbar>a:hover {
    background: #0550ab;
    color: white;
}