.profileBg {
    width: 100%;
    height: 3.3rem;
}

.profileBg img {
    width: 100%;
}

.profile-tabs {
    width: 100%;
    height: 0.66rem;
    padding: 0 0.2rem;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #d3d3d3;
    background: rgb(241, 241, 241);
}

.profile-tabs .tab {
    position: relative;
    height: 100%;
    line-height: 0.66rem;
}

.profile-tabs .tab.active p {
    background: rgb(76, 161, 175);
}

.profile-tabs .tab span {
    color: rgb(147, 147, 147);
}

.profile-tabs .tab p {
    width: 80%;
    height: 3px;
    background: rgba(255, 255, 255, 0.1);
    position: absolute;
    z-index: 2;
    bottom: -2px;
    left: 10%;
}

.company-title {
    font-size: 0.3rem;
    text-align: center;
    font-weight: 600;
    color: #515151;
    margin-bottom: 0.4rem
}

.profile-content {
    margin:10px auto;
    width:900px;
    height:600px;
    padding: 1.5rem 0.66rem 0.55rem;
    font-size: 1rem;
    color: #a9a9a9;
}

.profile-content p {
    text-indent: 0.5rem;
    margin-bottom: 0.5rem;
    line-height: 1.7;
}

.profile-content p span {
    color: #037c93;
    font-weight: 600;
}

.info-center img {
    width: 100%;
}

.info-dong {
    margin: 0.5rem 0 0.2rem;
    text-align: center;
    font-size: 0.5rem;
    font-weight: 600;
    color: #515151;
}

.info-dong2 {
    text-align: center;
    margin-bottom: 0.5rem;
}

.info-right {
    text-align: right;
    margin-bottom: 0.5rem;
}

.info-right img {
    width: 0.8rem;
}

.cultural-items .blue-tit {
    color: #007790;
}

.cultural-items .cultural-abs {
    font-size: 0.26rem;
    margin-top: 0.15rem;
    margin-bottom: 0.3rem;
}

.cultural-items p {
    text-indent: 0.4rem;
    margin-bottom: 0.3rem;
}

.cultural-items img {
    width: 100%;
    margin-bottom: 0.5rem;
}

.cultural-items:last-child img {
    margin-bottom: 0;
}

.items-bottom {
    width: 100%;
    height: 0.6rem;
    background: #4ca1af;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
}

.items-bottom span {
    margin: 0 0.1rem;
}

.items-bottom img {
    width: 0.8rem;
}

.honor-title {
    text-align: center;
    font-size: 0.3rem;
    font-weight: bold;
    color: #515151;
    line-height: 1.5;
    margin-bottom: 0.3rem;
}

.honor-title p {
    margin-bottom: 0;
}

.honor-items {
    margin-bottom: 0.6rem;
    font-size: 0.24rem;
}

.honor-items p {
    margin: 0;
}

.honor-items .awarding-unit {
    margin: 0.1rem 0;
}

.honor-items img {
    width: 100%;
}

.record-items {
    border-left: 1px solid #ebedf0;
}

.record-items .item {
    position: relative;
    padding-left: 0.3rem;
}

.record-items .item p {
    margin-bottom: 0;
    text-indent: 0;
}

.record-items .item p:first-child {
    font-size: 0.3rem;
    color: #0e8297;
}

.record-items .item p:first-child span {
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #969799;
    border-radius: 50%;
    position: absolute;
    left: -3px;
    top: 10px;
}

.record-items .item p:last-child {
    line-height: 1.5;
    font-size: 14px;
    padding-bottom: 0.2rem;
    color: #969799;
}

.record-items .item-abs {
    margin-bottom: 0.1rem;
    font-size: 14px;
    color: #969799;
}

.founder-story {
    margin-top: 1rem;
}

.founder-story>div {
    font-size: 0.3rem;
    color: #515151;
    margin-bottom: 0.5rem;
    text-align: center;
}

.founder-story p {
    margin-bottom: 0.5rem;
    line-height: 1.5;
}

.record-bottom .bronze-img {
    width: 100%;
    text-align: right;
}

.record-bottom .bronze-img img {
    width: 5.3rem;
}

.record-bottom p:last-child {
    color: #6a6a6a;
    margin: 0.25rem 0 0.75rem;
    text-align: center;
}

.distribution-img {
    width: 100%;
    margin-top: -0.2rem;
}

.distribution-img img {
    width: 6.8rem;
    margin-left: -0.66rem;
}

.hospital-items {
    margin-bottom: 0.5rem;
    float:left;
    width:50%;
}

.hospital-items .items-title {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5rem;
    font-size: 0.45rem;
    color: #5c5c5c;
}
.hospital-items .items-title span {
    font-size: 1.6rem;
}
.hospital-items .items-title img {
    width: 0.56rem;
    margin-right: 0.12rem;
}

.hospital-infos:last-child .hospital-tit {
    /* border-bottom: 1px solid rgba(169, 169, 169, 0.5); */
}

.hospital-tit {
    color: #5c5c5c;
    font-size: 1rem;
}

.hospital-tit span:first-child {
    font-size: 1rem;
    margin-right: 0.15rem;
}

.hospital-tit span:last-child {
    float: right;
}

.hospital-tit {
    margin: 0 16px;
    padding: 10px 0;
    border-top: 1px solid rgba(169, 169, 169, 0.5);
    border-bottom: 1px solid rgba(169, 169, 169, 0.5);
}

.hospital-con {
    display: none;
    padding: 0.5rem 1rem;
    color: #5c5c5c;
    font-size: 1rem;
}
    .hospital-con > a {
        display: block;
        text-indent: 0.5rem;
        font-weight: bold;
        text-decoration: underline;
        color: #4ca1af;
        margin-bottom: 0.2rem;
    }

    .hospital-con.show {
        display: block;
    }

.hospital-con p:first-child {
    font-size: 1rem;
}

.hospital-con p {
    margin: 0;
    line-height: 1.5;
}