/* pc */
/* pc_banner */
.pc_banner_img {
    display: block;
    width: 100%;
}

/* pc_banner结束 */

/* pc_律所简介 */
.pc_introduction {
    margin-top: 100px;
}

.pc_introduction_box {
    background: #034DAA;
}

.pc_introduction_img {
    display: block;
    width: 62.5%;
    height: 510px;
}

.pc_introduction_text_box {
    padding-left: 30px;
    width: 37.5%;
}

.pc_introduction_box_title {
    font-size: 30px;
    font-weight: bold;
    color: #ffffff;
}

.pc_introduction_box_text {
    margin-top: 10%;
    width: 85%;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    line-height: 28px;
    text-align: justify;
    text-justify: inter-ideograph;
}

@media (max-width: 1199px) {
    .pc_introduction_box_title {
        font-size: 28px;
    }

    .pc_introduction_box_text {
        font-size: 14px;
        line-height: 24px;
    }
}

.pc_introduction>.row {
    height: 180px;
    background: #F5F5F5;
}

.pc_introduction>.row>.col-md-3 {
    padding: 45px 0 0;
}

.pc_introduction>.row>.col-md-3>img {
    margin: 0 auto;
    display: block;
    height: 60px;
    width: 60px;
}

.pc_introduction>.row>.col-md-3>p {
    margin-top: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    text-align: center;
}

/* pc_律所简介结束 */

/* pc_律师团队 */
.pc_team {
    padding-top: 120px;
}

.pc_team_title {
    font-size: 30px;
    font-weight: 500;
    color: #333333;
    text-align: center;
}

.pc_team_img_box {
    margin-top: 70px;
    position: relative;
}

.pc_team_text_box {
    position: relative;
    width: 50%;
    overflow: hidden;
}

.pc_team_img {
    display: block;
    width: 100%;
    min-height: 390px;
}

.pc_team_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pc_team_text>p:first-child {
    font-size: 40px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
}

.pc_team_text>p:last-child {
    margin: 25px auto 0;
    width: 310px;
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    line-height: 28px;
    text-align: center;
}

.pc_team_right {
    padding-left: 2.55%;
    position: absolute;
    bottom: 5%;
    right: 0;
    z-index: 9;
    width: 58%;
    height: 40%;
    background: #F5F5F5;
    box-shadow: 0 0 20px 0 rgba(62, 62, 62, 0.15);
}


.pc_team_right_img {
    position: absolute;
    right: 5%;
    bottom: 0;
    display: block;
    width: 40.3%;
    height: auto;
}

.pc_team_user {
    margin-top: 5%;
    font-size: 18px;
    color: #333333;
}

.pc_team_user>span {
    margin-right: 10px;
    font-size: 30px;
    font-weight: bold;
}

.pc_team_user_text {
    margin-top: 10px;
    width: 50%;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 25px;
    text-align: justify;
    text-justify: inter-ideograph;
}

.team_more {
    position: absolute;
    top: 10%;
    left: 55%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 13%;
    height: 12.9%;
    border: 1px solid #034DAA;
    font-size: 16px;
    font-weight: 400;
    color: #034DAA !important;
}

.team_more>img {
    margin-left: 10px;
    width: 19px;
    height: 8px;
}

@media (max-width: 1199px) {
    .pc_team_text>p:first-child {
        font-size: 36px;
    }

    .pc_team_text>p:last-child {
        margin-top: 20px;
        width: 290px;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
    }

    .pc_team_user>span {
        font-size: 26px;
    }

    .pc_team_user {
        font-size: 16px;
    }

    .pc_team_user_text {
        font-size: 14px;
        line-height: 20px;
    }
}

.pc_lawyer {
    margin-top: 80px;
    flex-wrap: wrap;
}

.pc_lawyer_box {
    margin-bottom: 40px;
    width: 23.08%;
    box-shadow: 0px 5px 20px 0px rgba(60, 44, 24, 0.05);
}

.pc_lawyer_img {
    display: block;
    width: 100%;
    min-height: 132px;
}

.pc_lawyer_centent {
    padding-top: 7.5%;
    padding-bottom: 12%;
    position: relative;
    background: #F6F6F6;
}

.pc_lawyer_name {
    font-size: 18px;
    font-weight: 500;
    color: #4E4E4E;
    text-align: center;
}

.pc_lawyer_text {
    margin: 7.5% auto 0;
    width: 82.5%;
    height: 47px;
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    line-height: 1.5em;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pc_lawyer_btn {
    display: block;
    width: 100%;
    height: 50px;
    background: #ffffff;
    border: none;
    outline: none;
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    transition: background .5s;
}

.pc_lawyer_inner {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0%;
    background: #333333;
    border-top: 3px solid #ffffff;
    overflow: hidden;
    opacity: 0;
    transition: height .5s;
}

.pc_lawyer_box:hover .pc_lawyer_inner {
    opacity: 1;
}

.pc_lawyer_inner_name {
    padding-top: 11%;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
}

.pc_lawyer_inner_text {
    padding-top: 7.4%;
    margin: 0 auto;
    width: 80%;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.5em;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* pc专业团队结束 */

/* pc在线咨询 */
.pc_form {
    margin-top: 90px;
    background: url(../image/pc_form_bg.png) no-repeat center;
    background-size: cover;
}

.pc_from_box {
    height: 200px;
}

.pc_form_title {
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
}

.pc_form_left {
    width: 70%;
}

.pc_form_left_inner {
    margin-top: 20px;
    display: flex;
    align-items: center;
}

.pc_form_left_inner input::-webkit-input-placeholder {
    /*Webkit browsers*/
    color: #ffffff;
}

.pc_form_left_inner input:-moz-placeholder {
    /*Mozilla Firefox 4 to 8*/
    color: #ffffff;
}

.pc_form_left_inner input::moz-placeholder {
    /*Mozilla Firefox 19+*/
    color: #ffffff;
}

.pc_form_left_inner input:-ms-input-placeholder {
    /*Internet Explorer 10+*/
    color: #ffffff;
}

.pc_name,
.pc_tel {
    margin-right: 15px;
    padding-left: 20px;
    width: 32%;
    height: 50px;
    background: transparent;
    border: 1px solid #ffffff;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
}

.pc_form_btn {
    width: 32%;
    height: 50px;
    background: #ffffff;
    border: none;
    outline: none;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
}

.pc_form_right>div {
    display: flex;
    align-items: center;
}

.pc_form_right>div:first-child {
    margin-top: 10px;
    margin-bottom: 35px;
}

.pc_form_right>div>p {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
}

.pc_form_right>div>p:nth-child(2n + 2) {
    margin-left: 38px;
}

.pc_form_right>div>p>img {
    margin-right: 10px;
    width: 22px;
}

/* pc在线咨询结束 */

/* pc_case */
.pc_case {
    padding: 150px 0;
    background: #f5f5f5;
}

.pc_case_box {
    padding: 30px;
    width: 49%;
    height: 600px;
    background: #ffffff;
    box-shadow: 0px 0px 20px 0px rgba(67, 67, 67, 0.05);
}

.pc_case_title {
    padding-bottom: 20px;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    border-bottom: 1px solid #D2D2D2;
}

.pc_case_title>p {
    font-size: 26px;
    font-weight: bold;
    color: #333333;
}

.pc_case_title>a {
    font-size: 16px;
    font-weight: 400;
    color: #034DAA;
}

.pc_case_inner {
    padding-top: 20px;
}

.pc_case_inner>p {
    display: flex;
    justify-content: space-between;
    height: 45px;
    line-height: 45px;
    
}

.pc_case_inner>p>a {
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    transition: color .5s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pc_case_inner>p>span {
    margin-left: 10px;
    font-size: 17px;
    color: #bfbfbf;
}


.pc_case_inner>p>a:hover {
    color: #034DAA;
}

.pc_tel_consult {
    height: 140px;
    background: url(../image/pc_tel_consult_bg.png) no-repeat center;
    background-size: cover;
}

.pc_tel_consult_title {
    padding-top: 40px;
    font-size: 28px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
}

.pc_tel_consult_text {
    font-size: 20px;
    color: #ffffff;
    text-align: center;
}

/* pc案例结束 */
/* pc结束 */



/* m */
.m_content {
    padding: 25px 15px 0;
}

.m_title {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}

.m_title::before {
    content: '';
    margin-right: 8px;
    display: block;
    width: 2px;
    height: 18px;
    background: rgba(3, 77, 170, 1);
}

/* m_banner */
.m_banner_img {
    display: block;
    width: 100%;
}

/* m_banner结束 */

/* m_简介 */
.m_introduction_inner {
    margin-top: 10px;
    padding: 25px 20px;
    background: url(../image/m_introduction_bg.png) no-repeat center;
    background-size: cover;
    border-radius: 5px;
    box-shadow: 0 0 5px 0 rgba(85, 85, 85, 0.1);
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 1.5em;
    text-align: justify;
    text-justify: inter-ideograph;
}

/* m_简介结束 */

/* m_team */
.m_team_img {
    margin-top: 15px;
    display: block;
    width: 100%;
}

.m_layer {
    padding: 10px 15px;
}

.m_layer_box {
    padding: 10px 15px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    background: #ffffff;
    box-shadow: 0 0 5px 0 rgba(85, 85, 85, 0.1);
    border-radius: 5px;
}


.m_layer_box:not(:first-child) {
    margin-top: 10px;
}

.m_layer_img {
    display: block;
    height: 75px;
    width: 75px;
    border-radius: 50%;
}

.m_layer_img>img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    opacity: 0;
}

.m_layer_text_box {
    margin-left: 20px;
    position: relative;
    width: calc(100% - 95px);
}

.m_layer_btn {
    position: absolute;
    right: 0;
    top: 2px;
    display: block;
    width: 75px;
    height: 30px;
    background: #034DAA;
    border-radius: 15px;
    font-size: 14px;
    color: #ffffff !important;
    text-align: center;
    line-height: 30px;
}

.m_layer_name {
    font-size: 17px;
    color: #333333;
    font-weight: bold;
}

.m_layer_zw {
    margin-top: 5px;
    font-size: 14px;
    color: #DC1B34;
}

.m_layer_name,
.m_layer_zw {
    width: calc(100% - 80px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.m_layer_text {
    margin-top: 5px;
    height: 36px;
    font-size: 13px;
    color: #777777;
    text-align: justify;
    text-justify: inter-ideograph;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/* m_team结束 */

/* m_form */
.m_form_box {
    margin-top: 10px;
    padding: 20px 25px;
    background: #ffffff;
    border-radius: 5px;
}

.m_form_tel,
.m_form_name {
    padding-left: 10px;
    display: block;
    width: 100%;
    height: 44px;
    border: 1px solid #D2D2D2;
    border-radius: 5px;
    font-size: 13px;

}

.m_form_tel {
    margin-top: 15px;
}

.m_form_btn {
    margin-top: 15px;
    width: 100%;
    height: 44px;
    background: linear-gradient(0deg, rgba(3, 77, 170, 1) 0%, rgba(21, 98, 195, 1) 100%);
    border: none;
    outline: none;
    border-radius: 5px;
    font-size: 15px;
    color: #ffffff;
}

/* m_form结束 */

/* m_case */
.m_case_1,
.m_case_2 {
    padding: 0 10px;
    background: #ffffff;
}

.m_case_1_tab,
.m_case_2_tab {
    display: flex;
    align-items: center;
}

.m_case_1_tab>div,
.m_case_2_tab>div {
    height: 40px;
    width: 50%;
    font-size: 14px;
    color: #333333;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}

.m_case_1_tab>.m_case_active,
.m_case_2_tab>.m_case_active {
    font-size: 16px;
    font-weight: bold;
    color: #034DAA;
}

.m_case_1_tab>.m_case_active::after,
.m_case_2_tab>.m_case_active::after {
    content: '';
    margin: -2px auto;
    display: block;
    width: 64px;
    height: 2px;
    background: #034DAA;
    border-radius: 1px;
}

.m_case_box {
    padding: 10px 0;
}

.m_case_inner {
    height: 32px;
    line-height: 32px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.m_case_inner>a {
    font-size: 15px;
    font-weight: 400;
    color: #333333;
}

.m_case_more {
    border-top: 1px solid #E5E5E5;
    height: 50px;
    line-height: 50px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.m_case_more>a {
    font-size: 15px;
    color: #999999;
}

.m_lx_tel {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    background: url(../image/m_zx_tel_bg.png) no-repeat center;
    background-size: cover;
    border-radius: 5px;
}

.m_lx_tel_img {
    display: block;
    height: 55px;
    width: 55px;
    border-radius: 5px;
}

.m_lx_tel_text {
    margin-left: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1.5em;
}

/* m_case结束 */

/* m结束 */