.companyIntro2 {
    max-width: 1200px;
    width: auto;
    margin: 0 auto;
    padding: 40px 0;
    box-sizing: border-box;
    font-family: "Helvetica Neue", Helvetica, Arial, Tahoma, "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}

.companyIntro2 * {
    box-sizing: border-box;
}

.companyIntro2 p {
    margin: 0;
}

.companyIntro2Content {
    overflow: hidden;
}

.companyIntro2Left {
    float: left;
    width: 50%;
}

.companyIntro2Left:after {
    content: "";
    height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

.companyIntro2Right {
    float: left;
    width: 50%;
    padding-left: 6%;
}

.companyIntro2Left .image-animation-box {
    width: 192px;
    height: 132px;
    background: none;
    background-color: #c21528;
    float: left;
    margin-right: 8px;
    margin-bottom: 8px;
    position: relative;
}

.image-animation-box .image-animation-content {
    width: 100%;
    max-width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.image-animation-box .image-animation-content-no-bg {
    background: #fff;
    height: 100%;
    height: 100%;
}

.image-animation-box .image-animation-img {
    width: 100%;
    max-width: 100%;
    height: 134px;
    display: block;
}

.image-animation-box .image-animation-content .yearNum {
    font-size: 32px;
    color: #fff;
}

.image-animation-box .image-animation-content .yearText {
    color: #fff;
    font-size: 16px;
}

.image-animation-box .image-animation-content .foundDate {
    color: #fff;
    font-size: 16px;
}

.companyIntro2Right .intro2RightTitle {
    color: #c21528;
    font-size: 40px;
    margin: 0;
}

.companyIntro2Right .intro2SubTitle {
    margin: 0;
    margin-top: 30px;
    margin-bottom: 38px;
    color: rgb(0, 67, 77);
    font-size: 16px;
    line-height: 1.75;
}

.companyIntro2Right .intro2Img {
    margin-bottom: 40px;
}

.companyIntro2Right .introDetails {
    color: rgb(91, 125, 125);
    font-size: 14px;
    line-height: 1.75;
}