.centerTitle div a {
    width: 25%;
}

.centerTitle div span {
    width: 100%;
}

.company_profile .centerContent>div {
    display: none;
    flex-direction: column;
    align-items: center;
}

.company_profile .centerContent>div:first-child {
    display: flex;
}

.company_profile .centerContent .flex {
    display: flex !important;
}

.company_profile .centerContent>div>img {
    width: 260px;
    margin: 40px 0;
}

.company_profile .centerContent .profile div p {
    text-indent: 2em;
    font-size: 16px;
    line-height: 34px;
    color: #333333;
}

.company_profile .centerContent .profile .show_text {
    height: auto;
    width: 100%;
    background: url(../image/company_profile_3_02.jpg) no-repeat;
    background-size: 100% 100%;
}

.company_profile .centerContent .profile .show_text>div {
    padding-top: 50px;
    box-sizing: border-box;
}

.company_profile .centerContent .profile .show_text p {
    color: #ffffff;
    margin: 30px 0;
}

.company_profile .centerContent .profile>div {
    padding-bottom: 50px;
    box-sizing: border-box;
}

.company_profile .centerContent .profile .advantage {
    width: 100%;
    justify-content: space-between
}

.company_profile .centerContent .profile .advantage .card {
    width: 21%;
    height: auto;
    position: relative;
    box-shadow: 0px 5px 24px 0px rgba(0, 0, 0, 0.2);
}

.company_profile .centerContent .profile .advantage .card>img {
    width: 100%;
    height: 150px;
}

.company_profile .centerContent .profile .advantage .card span {
    position: absolute;
    top: 17%;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 28px;
    line-height: 34px;
    color: #ffffff;
}

.company_profile .centerContent .profile .advantage .card p {
    font-size: 15px;
    line-height: 24px;
    margin: 15px 10px;

    color: #666666;
}

.company_profile .centerContent .overt ul {
    width: 100%;
    padding-bottom: 50px;
    box-sizing: border-box;
}

.company_profile .centerContent .overt ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #dddddd;
}

.company_profile .centerContent .overt ul li img {
    width: 20px;
    height: 22px;
    margin: 0 15px;
}

.company_profile .centerContent .overt ul li button a,
.company_profile .centerContent .overt ul li button {
    width: 65px;
    height: 25px;
    background-color: #2d57d0;
    color: #ffffff;
    font-size: 13px;
    border: none;
}

.company_profile .centerContent .overt ul li>p {
    font-size: 17px;
    letter-spacing: 2px;
    color: #333333;
    flex: 1;
}

.company_profile .centerContent .overt ul li div {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-right: 25px;
}

.company_profile .centerContent .overt ul li div p {
    line-height: 25px;
    font-size: 13px;
    color: #999999;
}

.company_profile .centerContent .overt ul li:nth-child(2n) {
    background: #f6f6f6;
}

.company_profile .centerContent .aptitude ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
}

.company_profile .centerContent .aptitude ul li {
    width: 21%;
    margin-bottom: 30px;
}

.company_profile .centerContent .aptitude ul li img {
    width: 100%;
    vertical-align: bottom;
}

.company_profile .centerContent .aptitude ul li p {
    overflow: hidden;
    height: 45px;
    background-color: #d4dad6;
    font-size: 14px;
    line-height: 45px;
    text-align: center;
    letter-spacing: 2px;
    color: #627369;
}