﻿/**
 * 顶部banner
 */
.banner .banner-content {
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}

@media (max-width: 1200px) {
    .banner .banner-content h1.fs-82 {
        font-size: 4rem;
    }

    .banner .banner-content h1 {
        font-size: 3rem;
    }
}

@media (max-width: 992px) {
    .banner .banner-content h1.fs-82 {
        font-size: 3.2rem;
    }

    .banner .banner-content h1 {
        font-size: 2.4rem;
    }
}

@media (max-width: 768px) {
    .banner .banner-content h1.fs-82 {
        font-size: 2.4rem;
    }

    .banner .banner-content h1 {
        font-size: 1.8rem;
    }
}

@media (max-width: 576px) {
    .banner .banner-content h1.fs-82 {
        font-size: 1.6rem;
    }

    .banner .banner-content h1 {
        font-size: 1.2rem;
    }
}

/**
 * 企业简介
 */
.company-profile {
    background-image: url(../images/about/company-profile-bg.png);
    background-size: 100% 100%;
    padding: calc(1rem + 2.5vw) 0;
}

.honorary-qualifications h1::before,
.company-culture h1::before,
.company-profile h1::before {
    content: '';
    width: 100%;
    height: 0.75rem;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(90deg, rgba(109, 169, 247, 0) 0%, #3B70EB 100%);
}

.honorary-qualifications .item {
    box-shadow: 0rem 0rem 0.875rem 0.125rem rgba(200, 219, 255, 0.5);
}

.company-profile .desc {
    line-height: 1.875rem;
}

/**
 * 企业文化
 */
.company-culture {
    padding: calc(1rem + 2.5vw) 0;
}

.company-culture .item .content .title {
    font-size: 4vw;
    font-weight: 500;
    margin-bottom: 1.6667vw;
}

.company-culture .item .content .desc {
    font-size: 2vw;
}

@media (min-width: 1200px) {
    .company-culture .item .content .title {
        font-size: 3rem;
        margin-bottom: 1.25rem;
    }

    .company-culture .item .content .desc {
        font-size: 1.5rem;
    }
}


/**
 * 荣誉资质
 */
.honorary-qualifications {
    background-image: url(../images/about/honorary-qualifications-bg.png);
    background-size: 100% 100%;
    padding: calc(1rem + 2.5vw) 0;
}

/**
 * 荣誉资质
 */
.partner {
    padding: calc(1rem + 2.5vw) 0;
}

.partner .item {
    box-shadow: 0rem 0rem 0.875rem 0.125rem rgba(200, 219, 255, 0.5);
}

/**
 * 联系我们
 */
.contact-us {
    background-image: url(../images/about/contact-us-bg.png);
    background-size: 100% 100%;
    padding: calc(1rem + 2.5vw) 0;
}

.contact-us .content {
    background: #FFFFFF;
    box-shadow: 0rem 0rem 3.125rem 0rem rgba(64, 116, 235, 0.13);
    border-radius: 0.875rem;
}

.img-132 {
    width: 8.25rem;
}

.map-content {
    border-radius: .875rem;
}

/**
 * 地图
 */
.map {
    min-width: 25rem;
    min-height: 21.875rem;
    max-width: 100%;
    height: 100%;
    border-radius: .875rem;
}