.companyAdvantage5 {
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 40px 0;
    font-family: "Helvetica Neue", Helvetica, Arial, Tahoma, "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}

.companyAdvantage5 * {
    box-sizing: border-box;
}

.companyAdvantage5List {
    margin: 0;
    font-size: 0;
    list-style: none;
}

.companyAdvantage5List p {
    margin: 0;
}

.companyAdvantage5List:after {
    /*伪元素是行内元素 正常浏览器清除浮动方法*/
    content: "";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

.companyAdvantage5ListItem {
    width: 30%;
    text-align: center;
    margin-bottom: 20px;
    margin-right: 3%;
    display: inline-block;
    vertical-align: top;
}

.companyAdvantage5ListItem .image-animation {
    margin-bottom: 10px;
    border: 0;
    max-width: 100%;
    width: 92px;
    height: 92px;
    object-fit: scale-down;
}

.companyAdvantage5ListItem:first-child {
    text-align: left;
    margin-top: 14px;
}

.companyAdvantage5Tip {
    font-size: 28px;
    color: #333;
    font-weight: bold;
    word-wrap: break-word;
}

.companyAdvantage5TipLine {
    font-size: 28px;
    font-weight: bold;
}

.companyAdvantage5TipContent {
    color: #666666;
    font-size: 16px;
    word-wrap: break-word;
}

.companyAdvantage5List .companyAdvantage5Title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 26px;
    word-wrap: break-word;
}

.companyAdvantage5List .companyAdvantage5TitleContent {
    font-size: 14px;
    line-height: 26px;
    color: #333;
    word-wrap: break-word;
}