.introContent {
    overflow: hidden;
    width: 100%;
    height: 350px;
    background: rgb(248, 248, 248);
}

.companyIntro7 * {
    box-sizing: border-box;
}

.companyIntro7 {
    box-sizing: border-box;
}

.companyIntro7 p {
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, Tahoma, "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}

.introContent .companyIntro7Left {
    width: 50%;
    float: left;
    height: 350px;
}

.introContent .companyIntro7Right {
    width: 50%;
    float: left;
}

.introContent .companyIntro7Left .image-animation {
    max-width: 100%;
    border: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.companyIntro7Content .ModuleImageTextGiantContent {
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 52px;
}

.companyIntro7Content .ModuleImageTextGiantContent .aboutUs7 {
    color: rgb(63, 63, 63);
    font-size: 26px;
    font-weight: 700;
    line-height: 32px;
}

.companyIntro7Content .ModuleImageTextGiantContent .aboutUsEn7 {
    color: rgb(216, 216, 216);
    font-size: 12px;
    line-height: 26px;
}

.companyIntro7Content .ModuleImageTextGiantContent .aboutUsLine {
    color: rgb(216, 216, 216);
    font-size: 12px;
    line-height: 26px;
}

.companyIntro7Content .ModuleImageTextGiantContent .aboutUs7Content {
    color: rgb(165, 165, 165);
    font-size: 14px;
    line-height: 26px;
}

.companyIntro7Right .companyIntro7RightContent {
    width: 60%;
    margin-left: 6%;
    margin-bottom: 4%;
    margin-top: 4%;
}

.companyIntro7RightContent .designPhilosophy {
    line-height: 52px;
    font-size: 28px;
    color: #333;
}

.companyIntro7RightContent .designPhilosophyLine {
    margin-bottom: 22px;
}

.companyIntro7RightContent .originContent {
    color: rgb(127, 127, 127);
    font-size: 14px;
    margin-bottom: 28px;
    line-height: 1.75;
}

.companyIntro7RightContent .moduleButton {
    border: 1px solid #ed1f65;
    color: #ed1f65;
    padding: 11px 45px;
    display: inline-block;
    vertical-align: middle;
    transform: perspective(1px) translateZ(0px);
    box-shadow: transparent 0px 0px 1px;
    position: relative;
    transition-property: color;
    transition-duration: 0.3s;
    font-size: 12px;
    text-decoration: none;
}

.companyIntro7RightContent .moduleButton:hover {
    text-decoration: none;
    color: #fff;
}

.companyIntro7RightContent .moduleButton:hover::before {
    transform: scaleX(1);
}

.companyIntro7RightContent .moduleButton::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0px;
    background: #df2468;
    transform: scaleX(0);
    transform-origin: 0px 50%;
    transition: all 0.3s ease-out 0s;
}