.logo .navbar-brand.is-image {
    padding: 0;
    height: 50px;
    display: flex;
    align-items: center;
}

.logo .navbar-brand.is-image img {
    max-height: 42px;
    width: auto;
}

.logo .navbar-brand.is-text {
    text-indent: 0;
    font-size: 16px;
    line-height: 1.4;
    color: #fff;
    display: flex;
    align-items: center;
}

.menu-kj2 li.is-active a,
.menu-kj2 li.active a {
    color: #f4ce58;
}

.dynamic-empty {
    padding: 32px 20px;
    color: #bbb;
    text-align: center;
}

.content img,
.page-content img,
.detail-content img {
    max-width: 100%;
    height: auto;
}

.home-title .m-sm,
.home-title .m-sm-white,
.home-title .m-sm-white2,
.home-title .m-sm2 {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
}

.case .row {
    display: flex;
    flex-wrap: wrap;
}

.case .row > div {
    display: flex;
    justify-content: center;
}

.case .row figure {
    width: 100%;
    display: flex;
    justify-content: center;
}

.case figure a {
    width: 100%;
    max-width: 340px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}

.case figure a > img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
    background: #161616;
}

.case figure a figcaption {
    width: 100%;
    flex: 1;
    min-height: 108px;
}

.kehu figure {
    height: 118px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .06);
}

.kehu figure img {
    width: 100%;
    height: 78px;
    object-fit: contain;
}

.service-system-grid figure {
    min-height: 150px;
}

.service-system-grid h3 {
    min-height: 44px;
}

.about-summary {
    max-width: 920px;
    margin: 0 auto 26px;
}

.about-summary p {
    color: #d1d1d1;
}

.team-box .dl-horizontal dt img {
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    display: block;
    background: #222;
}

.youshi dl dt {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.youshi dl dt img {
    width: 76px;
    height: 76px;
    object-fit: contain;
}

.team-box .dl-horizontal dd h3 small {
    display: block;
    margin-top: 8px;
    color: #f4ce58;
    font-size: 14px;
}

.footer-friend-links a {
    display: inline-block;
    margin: 0 8px 8px 0;
}

.contact-status {
    margin-bottom: 22px;
    padding: 12px 16px;
    border: 1px solid rgba(244, 206, 88, .35);
    background: rgba(244, 206, 88, .08);
    color: #666;
}

.contact-status.is-error {
    border-color: rgba(220, 53, 69, .25);
    background: rgba(220, 53, 69, .07);
}

.dynamic-contact-form .form-control {
    margin-bottom: 12px;
    min-height: 44px;
    border-radius: 0;
}

.dynamic-contact-form textarea.form-control {
    min-height: 150px;
}

.dynamic-contact-form .btn-center {
    border: 0;
    display: inline-block;
    cursor: pointer;
}

.page-more-grid figure {
    min-height: 160px;
}

.search-results .dl-horizontal dd {
    width: auto;
}

.search-results .dl-horizontal dt {
    width: 100px;
}

.search-results .dl-horizontal dd {
    margin-left: 120px;
}

@media (max-width: 767px) {
    .logo .navbar-brand.is-text {
        font-size: 13px;
    }

    .case figure a {
        max-width: none;
    }

    .case figure a > img {
        aspect-ratio: 1 / 1;
    }

    .case figure a figcaption {
        min-height: 96px;
    }

    .kehu figure {
        height: 96px;
        padding: 14px;
    }

    .kehu figure img {
        height: 58px;
    }

    .team-box .dl-horizontal dt,
    .team-box .dl-horizontal dd,
    .search-results .dl-horizontal dt,
    .search-results .dl-horizontal dd {
        float: none;
        width: 100%;
        margin-left: 0;
        text-align: center;
    }

    .search-results .dl-horizontal dt {
        margin-bottom: 10px;
    }
}
