.companyAdvantage0 {
    position: relative;
    box-sizing: border-box;
}

.companyAdvantage0 * {
    box-sizing: border-box;
}

.companyAdvantage0 p {
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, Tahoma, "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}

.companyAdvantage0Content {
    max-width: 1200px;
    margin: 0 auto;
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translate(-50%, 0);
}

.companyAdvantage0 .companyAdvantage0Bg {
    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;
}

.companyAdvantage0Content .ModuleImageTextGiantContent {
    text-align: center;
}

.companyAdvantage0Type:after {
    /*伪元素是行内元素 正常浏览器清除浮动方法*/
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.companyAdvantage0Type {
    font-size: 0;
    text-align: left;
}

.companyAdvantage0Type .companyAdvantage0TypeItem {
    display: inline-block;
	margin-right: 9px;
    vertical-align: top;
    width: 19%;
    text-align: center;
    padding-bottom: 35px;
}

.companyAdvantage0TypeItem .image-animation:hover {
    /*transform: rotateX(360deg) rotateY(360deg);*/
}

.companyAdvantage0Content .content {
    text-align: center;
}

.companyAdvantage0Content .companyAdvantage0EnTitle {
    font-size: 40px;
    color: rgb(242, 242, 242);
    font-weight: 700;
}

.companyAdvantage0Content .companyAdvantage0Title {
    font-size: 24px;
    color: rgb(63, 63, 63);
    font-weight: 700;
    margin-top: -24px;
    margin-bottom: 28px;
}

.companyAdvantage0Content .companyAdvantage0Dec {
    font-size: 12px;
    color: rgb(127, 127, 127);
    margin-bottom: 70px;
}

.companyAdvantage0TypeItem .image-animation {
    margin-bottom: 18px;
    /*transition: transform 1s ease;*/
  /*cursor: pointer;*/
    max-width: 60px;
    border: 0;
    width: 60px;
    height: 60px;
    object-fit: cover;
}

.companyAdvantage0TypeItem .typeItemContent .typeItemContentTitle {
    font-size: 16px;
    color: #fff;
    /*font-weight: bold;*/
    margin-bottom: 30px;
}

.companyAdvantage0TypeItem .typeItemContent .typeItemContentTip {
    font-size: 12px;
    color: #333;
    line-height: 26px;
}