#companyProfile {
    min-width: 1280px;
    height: auto;
    background: url('../static/cp-bg.jpg') no-repeat;
    background-position: center;
}

/* 公司简介 */
.cp-content {
    width: 1280px;
    margin: 0 auto;
}
.cp-progress {
    margin: 46px 0 56px;
    font-size: 16px;
    color: #000;
}
.cp-content-tle {
    color: #000;
    font-size: 30px;
    text-align: center;
    margin-bottom: 64px;
}
.cp-content-tle fieldset{
    line-height: 30px;
    text-transform: uppercase;
}
.cp-content-tle p {
    line-height: 30px;
    margin-top: 17px;
}

.cp-content-txt {
    color: #000;
    margin-bottom: 73px;
}
.cp-content-txt p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px;
}
.cp-content-number {
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    margin-bottom: 80px;
}
.cp-content-number-line {
    width: 1px;
    height: 97px;
    background-color: #999;
    margin: 0 65px;
}
.cp-content-number-item {
    text-align: center;
}
.cp-content-number-item a {
    display: block;
}
.cp-content-number-item:hover a {
    color: #d1ab72;
}
.cp-content-number-item em {
    font-style: unset;
    display: block;
    margin-bottom: 24px;
}
.cp-content-number-item em b {
    display: inline-block;
    font-weight: unset;
    font-size: 72px;
    line-height: 72px;
}
.cp-content-number-item em i {
    display: inline-block;
    font-style: unset;
    font-size: 36px;
    line-height: 36px;
    position: relative;
    top: -36px;
}
.cp-content-number-item span {
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
}
.cp-content-number-item div {
    font-size: 72px;
    line-height: 72px;
}
.cp-content-number-item div span {
    display: inline-block;
    font-size: 36px;
    line-height: 36px;
}

.cp-content-img {
    width: 1280px;
    height: 420px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
}
.cp-content-img li {
    width: 630px;
    height: 420px;
}
