body {
    background-color: #fff;
}


/* 产品中心 */
.Products {
    text-align: center;
    margin-top: 70px;

}

.Products .Products-title {
    font-size: 48px;
    color: #333333;
    margin: 20px 0;
}

.Products .Products-cont {
    margin: 0 auto;
    width: 1000px;
    font-size: 18px;
    color: #666666;
    line-height: 30px;

}


/* 关于我们 */
.About-Us {
    text-align: center;
    margin-top: 70px;

}

.About-Us .About-title {
    font-size: 48px;
    color: #333333;
    margin: 20px 0;
}

.About-Us .About-cont {
    margin: 0 auto;
    width: 1200px;
    font-size: 18px;
    color: #666666;
    line-height: 30px;

}

.data-tion {
    margin: 50px auto;
}

.data-top {
    display: flex;
    justify-content: center;
}

.data-t-norm {
    width: 350px;
    border-right: 1px solid #E3E3E3;
    box-sizing: border-box;


}

.data-top .data-t-norm .data-t-num :first-child {
    font-size: 65px;
    font-weight: bold;
    color: #0F833B;
}

.data-top .data-t-norm .data-t-num :nth-child(2) {
    font-size: 30px;
    color: #1C1C1C;
    line-height: 36px;
    margin-left: 20px;
}

.data-t-measure {
    font-size: 16px;
    font-weight: 400;
    color: #444444;
    line-height: 36px;
    margin-bottom: 10px;
}

.data-t-cont {
    width: 320px;
    border-right: 1px solid #E3E3E3;
}

.data-b-cont {
    width: 300px;
    border-right: 1px solid #E3E3E3;
    box-sizing: border-box;
}

.data-tion hr {
    border: none;
    height: 1px;
    background-color: #E3E3E3;
}

/* 企业文化 */