/* 背景图容器样式 */


/* 内容区域样式 */
.content {
    width: 90%;
}

/* Logo 样式 */
.logo {
    max-width: 150px;
}

/* 公司名称样式 */
.company-name {
    font-size: 22px;
}

/* 公司信息样式 */
.company-info {
    font-size: 12px;
}

/* 链接区域样式 */
.link {
    font-size: 12px;
}

/* 切换器项样式 */
.slider-item img {
    width: 40px;
    height: 40px;
}


.navbar {
    height: 60px !important;
    padding: 0px 40px 0px 73px !important;
}
.navbar-logo {
    width: 130px !important;
    height: 36px !important;
}
.navbar-item {
    margin-right: 45px !important;
}
.navbar-text {
    font-size: 14px !important;
}