.deqing_company_intro {
    background: #EDEDED;
    padding: calc(var(--text-gap) * 6) 0 var(--content-gap);
}

.deqing_company_intro_content_pic {
    position: relative;
    margin-top: calc(var(--text-gap) * 3);
}

.deqing_company_intro_content_pic img {
    width: 100%;
    aspect-ratio: 1440/615;
    object-fit: cover;
}

.deqing_company_intro_content_video {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.38) 0%, rgba(0, 0, 0, 0.38) 100%);
    box-shadow: 0 20px 30px 0 rgba(12, 62, 120, 0.40);
}

.deqing_company_intro_content_video a {
    display: block;
    border-radius: 4px;
    border: 6px solid rgba(12, 62, 120, 0.30);
}

.deqing_company_intro_content_video_icon{
    background-color: #0C3E78;
    border-radius: 4px;
    padding: var(--text-gap-lg) calc(var(--text-gap-sm) * 2);
}
.deqing_company_intro_content_text{
    color: #000;
    font-size: var(--title-size-h5);
    margin-top: calc(var(--text-gap-lg) * 3);
    font-weight: 300;
    line-height: normal;
    word-break: break-all;
}



