.profile_all {
    padding-top: 62px;
    padding-bottom: 62px;
}

.profile_title h3 {
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    font-size: 38px;
}

.line_p {
    width: 40px;
    height: 4px;
    background: #B50000;
    margin-top: 19px;
    margin-bottom: 35px;
}

.profile_info_p,.profile_info p{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #5A5A5A;
    line-height: 36px;
    text-indent: 2em
}

.profile_info2 {
    display: flex;
    align-items: center;
    background: #F7F7F7;
    padding-top: 82px;
    padding-bottom: 82px;
}

.profile_info2_left {
    width: 50%;
    overflow: hidden;
}

.profile_info2_right {
    width: 50%;
}

.profile_info2_left img {
    max-width: 100%;
    width: 91%;
    transition: 0.5s;
}

.profile_info2:hover .profile_info2_left img {
    transition: 0.5s;
    transform: scale(1.04);
}

.profile_info2_right {
    /* border: 1px solid; */
}

.profile_info_p2,.profile_info2_right p {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #5A5A5A;
    line-height: 36px;
}

.profile_info3 {
    width: 100%;
    background: none center/cover;
    padding: 77px 0;
}

.profile_info3_p,.profile_info3 p {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 36px;
    text-align: center;
}

.profile_info3_p_span {
    display: block;
}


/*企业文化*/

.company2_info {
    margin-top: 44px;
    padding-bottom: 20px;
}

.company2_info_ul_li {
    margin-bottom: 40px;
    cursor: pointer;
}

.c_li_all {
    display: flex;
    align-items: center;
    background: #F7F7F7;
}

.c_li_left {
    width: 38%;
    overflow: hidden;
}

.c_li_left img {
    max-width: 100%;
    width: 100%;
    transition: 0.5s;
}

.c_li_right {
    width: 62%;
    padding: 60px 70px;
}

.c_li_right_h3 {
    font-size: 26px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #000000;
    margin-bottom: 13px;
    transition: all 0.4s ease 0s;
}

.c_li_right_p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #888888;
    line-height: 26px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.get_more {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #888888;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    transition: all 0.4s ease 0s;
}

.get_more_a {
    width: 162px;
    height: 44px;
    background: rgba(255, 255, 255, 0);
    border: 1px solid #888888;
    border-radius: 22px;
    color: #888888;
    display: block;
    text-align: center;
    line-height: 44px;
    transition: all 0.4s ease 0s;
    overflow: hidden;
}

.company2_info_ul_li:hover .c_li_right_h3 {
    color: #B50000;
}

.company2_info_ul_li:hover .get_more_a {
    background-color: #B50000;
    color: white;
    border: none;
    transition: all 0.4s ease 0s;
}

.company2_info_ul_li:hover .c_li_left img {
    transition: 0.5s;
    transform: scale(1.09);
}

.company2_info_ul_li:hover .get_more_a span {
    top: -100%;
    color: #fff;
}

.get_more_a span {
    display: block;
    position: relative;
    top: 0;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}


/*荣誉资质*/

.zizhi_img img {
    overflow: hidden;
    transition: 0.5s;
}

.zizhi {
    margin: 42px 0 0;
}

.zizhi_ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.zizhi_ul_li {
    width: 32.5%;
    margin-right: 1.25%;
    border: 1px solid #ECECEC;
    text-align: center;
    color: #333333;
    margin-bottom: 30px;
    transition: all 0.4s ease 0s;
}

.zizhi_ul_li img {
    padding: 15px 20px;
    max-height: 364px;
}

.z_name {
    border-top: 1px solid #ECECEC;
    padding: 15px 0;
    font-size: 16px;
    margin: 0 21px;
}

.zizhi_ul_li:hover {
    transform: translateY(-10px);
    transition: all 0.4s ease 0s;
    border: 1px solid #ECECEC;
    box-shadow: 0px 6px 18px 0px rgba(102, 102, 102, 0.1);
}

.zizhi_ul_li:hover .z_name {
    color: #B50000;
}

@media(min-width:1024px) {
    .zizhi_ul_li:nth-child(3n) {
        margin-right: 0px;
    }
}

@media(max-width:1024px) {
    .profile_all {
        padding-top: 1.55rem;
        padding-bottom: 0;
    }
    .profile_title h3 {
        font-size: 1rem;
        line-height: 0.75rem;
    }
    .line_p {
        width: 1.8rem;
        height: 0.1rem;
        background: #B50000;
        margin-top: 0.475rem;
        margin-bottom: 0.875rem;
    }
    .profile_info_p,
    .profile_info_p2 {
        font-size: 0.61rem;
        line-height: 1.2rem;
        text-indent: 2em;
    }
    .profile_info2 {
        display: block;
        padding-top: 0;
        background-color: transparent;
        padding-bottom: 1.3rem;
    }
    .profile_info2_left,
    .profile_info2_right {
        width: 100%;
    }
    .profile_info2_left img {
        width: 100%;
    }
    .profile_info2_left {
        padding: 0.75rem 0;
    }
    .profile_info3_p {
        font-size: 0.64rem;
        line-height: 1.2rem;
        text-indent: 2em;
        text-align: left;
    }
    .profile_info3_p span {
        display: inline;
    }
    .profile_info3 {
        padding: 1.7rem 0;
        background-image: url(../image/com_2_m.png) !important;
    }
    /*企业文化*/
    .c_li_all {
        display: block;
    }
    .c_li_left,
    .c_li_right {
        width: 100%;
    }
    .c_li_right {
        padding: 0.75rem;
    }
    .company2_info {
        margin-top: 0.8rem;
    }
    .c_li_right_h3 {
        font-size: 0.8rem;
        margin-bottom: 0.325rem;
        line-height: 0.98rem;
    }
    .get_more {
        margin-top: .8rem;
        font-size: 0.55rem;
    }
    .get_more_a {
        width: 4.5rem;
        height: 1.35rem;
        line-height: 1.35rem;
        border-radius: 0.675rem;
        font-size: 0.5rem;
    }
    .c_li_right_p {
        line-height: .8rem;
        font-size: 0.55rem;
    }
    /*荣誉资质*/
    .zizhi_ul_li {
        width: 47.5%;
        margin-right: 5%;
        margin-bottom: 0.75rem;
    }
    .zizhi_ul_li:nth-child(2n) {
        margin-right: 0px;
    }
    .zizhi {
        margin: 0.775rem 0 0;
    }
    .zizhi_ul_li img {
        padding: 0.375rem 0.5rem;
    }
    .zizhi_img img {
        max-height: 5.3rem;
    }
    .z_name {
        padding: 0.375rem 0;
        font-size: 0.65rem;
        margin: 0 0.525rem;
    }
    .company2_info_ul_li {
        margin-bottom: 0.825rem;
    }
}