.companyAdvantage6 {
    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;
}

.companyAdvantage6 * {
    box-sizing: border-box;
}

.companyAdvantage6 p {
    margin: 0;
}

.companyAdvantage6 .companyAdvantage6Top {
    text-align: center;
    margin-bottom: 40px;
}

.companyAdvantage6Title {
    font-size: 26px;
    color: rgb(63, 63, 63);
    line-height: 38px;
}

.companyAdvantage6EnTitle {
    color: rgb(216, 216, 216);
    font-size: 12px;
    text-align: center;
    line-height: 22px;
}

.companyAdvantage6Content {
    overflow-x: hidden;
}

.companyAdvantage6Content:after {
    /*伪元素是行内元素 正常浏览器清除浮动方法*/
    content: "";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

.companyAdvantage6Left {
    width: 50%;
    float: left;
    height: 346px;
}

.companyAdvantage6Left .image-animation {
    max-width: 100%;
    border: 0;
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.companyAdvantage6Right {
    float: left;
    width: 50%;
    padding-left: 6%;
}

.companyAdvantage6Right .normal_content_list {
    list-style: none;
    margin: 0;
}

.companyAdvantage6Right .normal_content:after {
    /*伪元素是行内元素 正常浏览器清除浮动方法*/
    content: "";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

.companyAdvantage6Right .normal_content {
    margin-bottom: 40px;
}

.companyAdvantage6Right .normal_content:last-child {
    margin-bottom: 0;
}

.companyAdvantage6Right .normal_content .aImg {
    float: left;
    width: 10%;
    transform: translate(-50%, 30%);
}

.companyAdvantage6Right .normal_content .aImg img {
    max-width: 100%;
    border: 0;
    width: 52px;
    height: 52px;
    object-fit: cover;
}

.companyAdvantage6Right .normal_content .ModuleImageTextGiantContent {
    float: left;
    width: 82%;
    /* padding-left: 40px; */
}

.companyAdvantage6Right .normal_content_tip {
    font-size: 24px;
    color: #333;
    margin-bottom: 12px;
}

.companyAdvantage6Right .normal_content_tip_content {
    color: #7f7f7f;
    font-size: 14px;
    line-height: 20px;
}