/* pc */

/* pc_banner */
.pc_banner {
    position: relative;
    height: 300px;
    background: url(../images/banner_pc.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden;
}

.banner_inner {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
}

.banner_inner>p {
    font-family: "SourceHanSerifCN-Heavy", Arial;
    font-size: 30px;
    font-weight: 800;
    color: #343434;
    line-height: 1.5em;
}

.banner_inner>p>span {
    color: #2364B5;
}

/* pc_banner结束 */

/* pc_breadcrumb */
.pc_breadcrumb {
    display: flex;
    align-items: center;
    height: 55px;
    font-size: 14px;
    color: #999;
}

.pc_breadcrumb>a {
    color: #999;
}

.pc_breadcrumb>span {
    color: #333;
}

/* pc_breadcrumb结束 */

.pc_content {
    padding-bottom: 50px;
    display: flex;
    justify-content: space-between;
}

/*  pc_team */
.pc_team_box {
    padding-bottom: 60px;
    position: relative;
    width: 72.5%;
}

.pc_team_inner {
    font-size: 0;
}

.pc_lawyer_box {
    margin-bottom: 35px;
    margin-right: 2.75%;
    display: inline-block;
    width: 31.5%;
    box-shadow: 0px 5px 20px 0px rgba(60, 44, 24, 0.05);
}

.pc_lawyer_box:nth-child(3n + 3) {
    margin-right: 0;
}


.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;
    transition: height .5s;
}

.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_team_结束 */

/* pc_right */
.pc_right {
    width: 25%;
}

.pc_right_case_list {
    background: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(105, 105, 105, 0.1);
}

.pc_right_case_title {
    padding-left: 6.67%;
    display: flex;
    align-items: center;
    height: 60px;
    border-bottom: 1px solid #E5E5E5;
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

.pc_right_case_list>ul>li {
    padding: 0 6.67%;
    height: 55px;
    box-sizing: border-box;
    line-height: 55px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pc_right_case_list>ul>li:not(:first-child) {
    border-top: 1px dashed #E5E5E5;

}

.pc_right_case_list>ul>li>a {
    font-size: 16px;
    color: #333;
    transition: color .2s;
}

.pc_right_case_list>ul>li>a>i {
    margin-right: 3%;
    display: inline-block;
    height: 4px;
    width: 4px;
    background: #333;
    vertical-align: middle;
    transition: background .2s;
}

.pc_right_case_list>ul>li>a:hover {
    color: #034DAA;
}

.pc_right_case_list>ul>li>a:hover i {
    background: #034DAA;
}

.pc_right_form {
    margin-top: 20px;
    background: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(105, 105, 105, 0.1);
}

.pc_right_form_title {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    border-bottom: 1px solid #E5E5E5;
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

.pc_right_form_box {
    padding: 8.3% 6.67% 10%;
}

.pc_right_form_tel,
.pc_right_form_name {
    padding: 0 10px;
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 44px;
    background: #F5F5F5;
    border: none;
    outline: none;
    font-size: 14px;
}

.pc_right_form_name {
    margin-top: 15px;
}

.pc_right_form_btn {
    margin-top: 15px;
    display: block;
    width: 100%;
    height: 44px;
    background: #034DAA;
    border: none;
    outline: none;
    font-size: 16px;
    color: #ffffff;
}

/* pc_right结束 */
.pc_page {
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
    width: 100%;
}

.pc_page>li {
    list-style: none;
}

.pc_page>li>a,
.pc_page>li>span {
    margin: 0 5px;
    display: block;
    min-height: 38px;
    min-width: 38px;
    border: 1px solid #C9C8C8;
    border-radius: 2px;
    font-size: 16px;
    color: #484848;
    text-align: center;
    line-height: 38px;
    text-decoration: none;
}

.pc_page>li:first-child>a,
.pc_page>li:first-child>span,
.pc_page>li:last-child>a,
.pc_page>li:last-child>span {
    height: 40px;
    width: 100px;
    background: #EBEBEB;
    border: none;
}

.pc_page .disabled {
    cursor: no-drop;
}

.pc_page .active>span,
.pc_page .active>a {
    background: #034DAA;
    border-color: #034DAA;
    color: #ffffff;
}

/* pc结束 */

/* m */
/* m_banner */
.m_banner_box {
    position: relative;
    overflow: hidden;
}

.m_banner {
    display: block;
    width: 100%;
    height: auto;
}

.m_banner_inner {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
}

.m_banner_inner>p {
    font-size: 36px;
    font-weight: bold;
    color: #343434;
    text-align: center;
    white-space: nowrap;
}

@media (max-width: 767px) {
    .m_banner_inner>p {
        font-size: 20px;
    }
}

/* m_banner结束 */

/* m_breadcrumb */
.m_breadcrumb {
    padding-left: 15px;
    height: 38px;
    font-size: 13px;
    color: #999;
    line-height: 38px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.m_breadcrumb>a {
    color: #999;
}

.m_breadcrumb>span {
    color: #333;
}

/* m_breadcrumb结束 */

/* m_team */
.m_team {
    padding: 0 10px 30px;
}

.m_team_box {
    min-height: 260px;
}

.m_team_list {
    margin-bottom: 10px;
    padding: 15px;
    display: flex;
    box-sizing: border-box;
    background: #F5F5F5;
    border-radius: 5px;
}


.m_team_img {
    display: block;
    width: 75px;
    height: 75px;
    border-radius: 50%;
}

.m_team_img>img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
}

.m_team_text_box {
    margin-left: 20px;
    position: relative;
    width: calc(100% - 95px);
}

.m_team_btn {
    position: absolute;
    right: 0;
    top: 2px;
    display: block;
    width: 75px;
    height: 30px;
    background: #ec0808;
    box-shadow: 1px 5px 10px 0px rgba(4, 78, 170, 0.2);
    border-radius: 15px;
    font-size: 14px;
    color: #ffffff !important;
    text-align: center;
    line-height: 30px;
}

.m_layer_name,
.m_layer_zw {
    width: calc(100% - 80px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.m_layer_name {
    font-size: 17px;
    color: #333333;
    font-weight: bold;
}

.m_layer_zw {
    margin-top: 5px;
    font-size: 14px;
    color: #333333;
}

.m_layer_text {
    margin-top: 5px;
    height: 45px;
    font-size: 13px;
    color: #787878;
    text-align: justify;
    text-justify: inter-ideograph;
    line-height: 1.2em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

/* m_team结束 */
.m_page {
    margin-top: 25px;
    display: flex;
    justify-content: center;
    width: 100%;
}

.m_page>li {
    list-style: none;
}

.m_page>li>a,
.m_page>li>span {
    margin: 0 2.5px;
    display: block;
    min-height: 25px;
    min-width: 25px;
    border: 1px solid #C9C8C8;
    border-radius: 2px;
    font-size: 13px;
    color: #484848;
    text-align: center;
    line-height: 25px;
    text-decoration: none;
}

.m_page>li:first-child>a,
.m_page>li:first-child>span,
.m_page>li:last-child>a,
.m_page>li:last-child>span {
    height: 27px;
    width: 62.5px;
    background: #EBEBEB;
    border: none;
}

.m_page .disabled {
    cursor: no-drop;
}

.m_page .active>span,
.m_page .active>a {
    background: #034DAA;
    border-color: #034DAA;
    color: #ffffff;
}

/* m_结束 */