* {
    margin: 0;
    padding: 0;
}

body {
    background: #f5f5f5;
    font-size: 14px;
    color: #0a1518;
    line-height:32px
}

a {
    color: #2b629e;
    text-decoration: none;
}

a:hover {
    color: #002c63;
}

.companyprofile_heart {
    width: 1200px;
    margin: 0 auto 10px;
    background: #fff;
    padding: 30px;
    box-sizing: border-box;
}

.companyprofile_content {
    margin-top: 150px;
    background: #f5f5f5;
}

.companyprofile_content_top {
    width: 100%;
    margin-bottom: 20px;
}

.companyprofile_content_top img {
    width: 100%;
    height: 350px;
    padding: 16px 0;
}

.companyprofile_content_mid_mianbaoxie {
    display: flex;
    align-items: center;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-radius: 10px;
    background: #f5f5f5;
    color: #666;
}

.companyprofile_content_mid_mianbaoxie img {
    height: 100%;

}
/* xia */
.companyprofile_bottom {
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
}

.companyprofile_bottom_left {
    width: 68%;
    float: left;
    padding: 0 10px 10px;
    box-sizing: border-box;
}
