.action--site-about .header-mobile .wraper {
    padding-top: 0;
    padding-bottom: 0;
}

.banner {
    width: 100%;
    height: 100vh;
}

.banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.structure-pic h3 {
    font-size: 32px;
    text-align: center;
    margin-bottom: 16px;
}

.structure-pic p {
    font-size: 30px;
    text-align: center;
    color: #666;
}

.structure-pic a.wfEditorMode {
    position: absolute;
    top: 50%;
    left: 50%;
}

.strength .pic {
    padding-bottom: 150px;
}

.brand .wraper {
    background: url('/themes/basic/skin/images/icon_about_logo.png') 80px 110px no-repeat;
    background-position: right bottom;
}

.video_container {
    position: absolute;
}

.video_container .vide {
    top: 30%;
}

.wraper {
    padding-top: 100px;
    padding-bottom: 100px;
}

.structure-pic p {
    margin-top: 30px;
}

.pages_menu .wraper {
    padding: 0;
}

.structure-pic img {
    width: 100%;
    height: auto;
}

.action--site-about .modify-honor {
    padding-bottom: 0;
    padding-top: 0;
}

.about_company_profile {
    padding-bottom: 250px;
	background: url('../images/about-company-01.jpg') bottom center no-repeat #f8f8f8;
}

@media screen and (max-width: 1440px) {
    .about_company_profile {
        padding-bottom: 150px;
    }
}

@media screen and (max-width: 1000px) {
    .wraper {
        width: 90%;
    }
    .about_company_profile{
        padding-bottom: 0;
    }

    .strength .group_web a {
        width: 230px;
        font-size: 22px;
    }
}