#jieshao>.content>.container_main>.url {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 10px 0;
}

#jieshao>.content>.container_main>.url>* {
    margin-right: 10px;
}

#jieshao>.content>.container_main>.border,
#jieshao>.content>.darre_develop>.border,
#jieshao>.content>.huapuwh>.border,
#jieshao>.content>.honor>.border,
#jieshao>.content>.fzlc>.border {
    border-bottom: 1px solid #F0F0F0;
    margin: 40px 0;
}

#jieshao>.content>.container_main>.darre_company_desc {
    margin-top: 40px;
}

#jieshao>.content>.container_main>.darre_company_desc>.title>.gs,
#jieshao>.content>.fzlc>.title>.gs,
#jieshao>.content>.honor>.title>.gs,
#jieshao>.content>.office>.title>.gs,
#jieshao>.content>.huapuwh>.title>.gs {
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
    color: #1B90CD;
    text-align: center;
}

#jieshao>.content>.container_main>.darre_company_desc>.title>.en,
#jieshao>.content>.fzlc>.title>.en,
#jieshao>.content>.honor>.title>.en,
#jieshao>.content>.office>.title>.en,
#jieshao>.content>.huapuwh>.title>.en {
    font-weight: 700;
    font-size: 32px;
    line-height: 32px;
    color: #333333;
    text-align: center;
    margin-top: 12px;
}

#jieshao>.content>.container_main>.darre_company_desc>.content {
    display: flex;
    margin-top: 36px;
}

#jieshao>.content>.container_main>.darre_company_desc>.content>.desc {
    margin-right: 80px;
}

#jieshao>.content>.fzlc>.content,
#jieshao>.content>.honor>.content,
#jieshao>.content>.office>.content,
#jieshao>.content>.huapuwh>.content {
    width: 75%;
    margin: 0 auto;
    margin-top: 40px;
}

#jieshao>.content>.fzlc>.content .main {
    display: flex;
    width: 88%;
    margin: 0 auto;
}

#jieshao>.content>.fzlc>.content .main>div {
    flex: 1;
    color: #666666;
    border-left: 1px solid #F0F0F0;
    margin-left: 36px;
    padding-left: 36px;
}

#jieshao>.content>.fzlc>.content .main>div>p {
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
}

#jieshao>.content>.fzlc>.content .footer {
    margin-top: 60px;
    margin-bottom: 90px;
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
}

#jieshao>.content>.fzlc>.content .footer>div {
    position: relative;
    z-index: 1;
}

#jieshao>.content>.fzlc>.content .footer>div>p {
    position: absolute;
    bottom: -32px;
    width: 50px;
    font-size: 24px;
    line-height: 24px;
    color: #BEBEBE;
    left: 50%;
    transform: translateX(-50%);
}

#jieshao>.content>.fzlc>.content .footer>.border {
    position: absolute;
    top: 50%;
    z-index: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    background: linear-gradient(89.87deg, #82DC1B 0.72%, #007CC0 99.55%);
}

#jieshao>.content>.huapuwh>.content {
    display: flex;
}

#jieshao>.content>.huapuwh>.content>.main {
    flex: 1;
    background: #F7F7F7;
    display: flex;
    align-items: center;
    padding: 0px 44px;
    flex-direction: column;
    justify-content: center;
}

#jieshao>.content>.huapuwh>.content>.main>div {
    width: 100%;
    margin-bottom: 20px;
}

#jieshao>.content>.huapuwh>.content>.main>div>span:first-child {
    font-weight: 600;
}

#jieshao>.content>.honor>.content>p {
    text-align: center;
    font-size: 14px;
    line-height: 21px;
    color: #666666;
    margin-bottom: 40px;
}

#jieshao>.content>.honor>.content>div {
    display: flex;
    justify-content: space-between;
}

#jieshao>.content>.office>.content>p {
    font-size: 40px;
    line-height: 59px;
    margin-bottom: 40px;
}