/* 顶部banner */

.banner-box {
    z-index: 1;
    position: relative;
    height: 4.933333rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.banner-bg {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* 公司信息 */

.company-info-box {
    padding: 0.266667rem 0 0.8rem;
    border-bottom: 2px solid #0C0C0B;
}

.company-info .name {
    margin-bottom: 0.266667rem;
    font-size: 0.506667rem;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #0C0C0B;
}

.company-info .enname {
    margin-bottom: 0.8rem;
    font-size: 0.32rem;
    color: #0C0C0B;
    font-family: SourceHanSansCN-Light, SourceHanSansCN;
    font-weight: 300;
    line-height: 0.48rem;
    letter-spacing: 0.08rem;
}

.company-info .phone {
    margin-bottom: 0.533333rem;
    font-size: 0.373333rem;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #0C0C0B;
}

.company-info .email {
    margin-bottom: 0.8rem;
    font-size: 0.373333rem;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #0C0C0B;
    line-height: 0.46rem;
}
.qr-code-box{
    display: flex;
    align-items: center;
}
.company-QRcode {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.company-QRcode .QRcode {
    height: 2rem;
    width: 2rem;
    margin-bottom: 0.266667rem;
}

.company-QRcode .text {
    font-size: 0.32rem;
    color: #000000;
    text-align: center;
}

.company-margin {
    margin-right: 1.253333rem;
}

/* 商务沟通电话 */

.business-mobile-wrap {
    padding-top: 0.8rem;
}

.business-mobile-box {
    margin-bottom: 0.8rem;
}

.business-mobile-box .title {
    margin-bottom: 0.4rem;
    font-size: 0.453333rem;
    color: #000000;
}

.business-mobile-box .text {
    margin-bottom: 0.4rem;
    font-size: 0.373333rem;
    color: #666;
}

.business-mobile-box .text:last-child {
    margin-bottom: 0;
}
.paomadeng{
   max-height: 4rem;
   overflow: hidden;
}