.companyAdvantage9AllContent {
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 40px 0;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-family: "Helvetica Neue", Helvetica, Arial, Tahoma, "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}

.companyAdvantage9 * {
    box-sizing: border-box;
}

.companyAdvantage9 {
    position: relative;
    height: 600px;
}

.companyAdvantage9 p {
    margin: 0;
}

.companyAdvantage9Bg {
    width: 100%;
    height: 600px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-Attachment: scroll;
    position: absolute;
    z-index: 0;
}

.companyAdvantage9 .companyAdvantage9Top {
    margin-bottom: 26px;
}

.companyAdvantage9Top .companyAdvantage9TopTitle {
    font-size: 30px;
    color: rgb(63, 63, 63);
    margin-bottom: 10px;
    font-size: 18px;
    font-family: arial, helvetica, sans-serif;
    color: rgb(216, 216, 216);
    line-height: 28px;
}

.companyAdvantage9Top .companyAdvantage9TopEnTitle {
    color: rgb(255, 255, 255);
    font-size: 24px;
    margin-bottom: 56px;
    line-height: 34px;
}

.companyAdvantage9List {
    list-style: none;
    padding: 0;
    font-size: 0;
    width: 100%;
}

.companyAdvantage9List:after {
    content: "";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.companyAdvantage9Item {
    width: 23%;
    display: inline-block;
    vertical-align: top;
    margin-right: 2%;
    margin-bottom: 2%;
    font-family: 微软雅黑, Microsoft YaHei;
}

.companyAdvantage9Item:last-child {
    margin-right: 0;
}

.companyAdvantage9Item .ModuleImageTextGiantContent img {
    margin-bottom: 24px;
    width: 104px;
    height: 120px;
    object-fit: scale-down;
}

.companyAdvantage9Item .companyAdvantage9ItemTitle {
    font-size: 16px;
    color: rgb(255, 255, 255);
    margin-bottom: 28px;
}

.companyAdvantage9Item .companyAdvantage9ItemTitleContent {
    color: rgb(216, 216, 216);
    font-size: 12px;
    line-height: 20px;
}

.companyAdvantage9Item .moduleButton {
    line-height: 42px;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
}

.companyAdvantage9Item .moduleButton:hover {
    text-decoration: none;
    color: rgb(165, 165, 165);
}