.companyIntro9Content {
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    width: 1200px;
}

.companyIntro9 {
    position: relative;
    height: 700px;
}

.companyIntro9 * {
    box-sizing: border-box;
}

.companyIntro9Content p {
    margin: 0;
}

.companyIntro9 .companyIntro9ContentBg {
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-Attachment: scroll;
    height: 700px;
    width: 100%;
    position: fixed;
    left: 0;
    object-fit: cover;
}

.companyIntro9Content .ModuleImageTextGiantContent {
    width: 50%;
}

.companyIntro9Content .companyTitle {
    font-size: 32px;
    color: #333;
    margin-bottom: 12px;
}

.companyIntro9Content .leadersContent {
    font-size: 16px;
    color: rgb(191, 191, 191);
    line-height: 24px;
    margin-bottom: 24px;
}

.companyIntro9Content .content {
    font-size: 16px;
    color: #666;
    line-height: 28px;
    margin-bottom: 44px;
}

.companyIntro9Content .moduleButton {
    border-radius: 50px;
    border: 1px solid rgb(216, 216, 216);
    color: #666;
    font-size: 12px;
    display: inline-block;
    padding: 12px 44px;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    font-size: 12px;
    text-decoration: none;
}

.companyIntro9Content .moduleButton:hover {
    border-color: #cc131d;
    background-color: #cc131d;
    color: #fff;
    text-decoration: none;
}