.companyAdvantage1 {
    position: relative;
    box-sizing: border-box;
}

.companyAdvantage1 * {
    box-sizing: border-box;
}

.companyAdvantage1 p {
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, Tahoma, "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}

.companyAdvantage1Content {
    max-width: 1200px;
    margin: 0 auto;
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translate(-50%, 0);
}

.companyAdvantage1 .companyAdvantage1Bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-Attachment: scroll;
    height: 490px;
    position: absolute;
    width: 100%;
    z-index: 0;
    top: 0;
}

.companyAdvantage1Content .ModuleImageTextGiantContent {
    text-align: center;
}

.companyAdvantage1Type:after {
    /*伪元素是行内元素 正常浏览器清除浮动方法*/
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.companyAdvantage1Type {
    font-size: 0;
    text-align: center;
}

.companyAdvantage1Type .companyAdvantage1TypeItem {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    text-align: center;
    padding-bottom: 20px;
}

.companyAdvantage1Content .content {
    text-align: center;
}

.companyAdvantage1Content .companyAdvantage1EnTitle {
    font-size: 40px;
    color: rgb(242, 242, 242);
    font-weight: 700;
}

.companyAdvantage1Content .companyAdvantage1Title {
    font-size: 24px;
    color: rgb(63, 63, 63);
    font-weight: 700;
    margin-top: -24px;
    margin-bottom: 28px;
}

.companyAdvantage1Content .companyAdvantage1Dec {
    font-size: 12px;
    color: rgb(127, 127, 127);
    margin-bottom: 70px;
}

.companyAdvantage1TypeItem .image-animation {
    margin-bottom: 18px;
    max-width: 60px;
    border: 0;
    width: 60px;
    height: 60px;
    object-fit: cover;
}

.companyAdvantage1TypeItem .typeItemContent .typeItemContentTitle {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin-bottom: 30px;
}

.companyAdvantage1TypeItem .typeItemContent .typeItemContentTip {
    font-size: 12px;
    color: #333;
    line-height: 26px;
}