/* pc */
/* pc_banner */
.pc_banner{padding-top:75px;}
.pc_banner_img {
    display: block;
    width: 100%;
}

/* pc_banner结束 */

/*about*/
.about{
  margin-top:10px;
  z-index: 21;
  min-height: 209px;
  background: -webkit-gradient(linear, left center, right center, from(#ffffff),color-stop(100%, #B7B7B7));
  background: -webkit-linear-gradient(left,#ffffff ,#B7B7B7 1262px);
  background: linear-gradient(to right,#ffffff ,#B7B7B7 1262px);
  text-align:center;
  color:#e4001e;
  padding:50px 50px 0 50px;
  font-size:18px;
  font-weight: bold;
}
.about .title{
font-size: 30px;
line-height: 36px;
padding-right: 100px;
padding-left: 100px;
font-family: Verdana, Tahoma, Geneva, sans-serif;
font-weight:blod;
}

.pro_list_index{width:100%;overflow:hidden;}
.pro_list_index li{position: relative;width:100%;height:400px;color:#2d2d2d;}
.pro_list_index li a{color:#2d2d2d;}
.pro_list_index li:nth-child(2n){color:#fff;}
.pro_list_index li:nth-child(2n) a{color:#333;}
.pro_list_index li a:hover .mask_b{opacity:1;}
.pro_list_index li a:hover .mask_w{opacity:1;}

.pro_list_index li .pic_l {
  float:left;
  z-index: 118;
  width: 580px;
  min-height: 370px;
}
.pro_list_index li .text_title_l{
float:left;
width:585px;
line-height: 43px;
padding-top: 140px;
text-align:center;
font-size:24px;
}
.pro_list_index li .text_title_l strong{font-size: 40px;}
.pro_list_index li .pic_r {
  float:left;
  z-index: 118;
  width: 580px;
  min-height: 370px;
}
.pro_list_index li .text_title_r{
float:left;
width:585px;
line-height: 43px;
padding-top: 140px;
text-align:center;
font-size:24px;
}

.pro_list_index li .text_title_r strong{font-size: 40px;}
.pro_list_index li .describe{text-align:center;}
.mask_w{
   position: absolute;
   background: rgba(255, 255, 255, 0.9);
   color: #333;
   font-size:22px;
   padding:100px 50px 0 50px;
   line-height:32px;
   opacity: 0;
   top: 0;
   right: 0;
   width: 100%;
   height: 100%;
   pointer-events:none;
   -webkit-transition-duration: 0.2s;
   -webkit-transition-delay: 0.2s;
  transition-duration: 0.2s;
  transition-delay: 0.2s;}
.mask_b{
   position: absolute;
   background: rgba(101, 101, 101, 0.9);
   color: #fff;
   font-size:22px;
   padding:100px 50px 0 50px;
   line-height:32px;
   opacity: 0;
   top: 0;
   right: 0;
   width: 100%;
   height: 100%;
   pointer-events:none;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-duration: 0.2s;
  transition-delay: 0.2s;}
  
.bg01{
float:left;
margin-top:10px;
  z-index: 21;
  min-height: 209px;  
  background: -webkit-gradient(linear, left center, right center, from(#B7B7B7),color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(left,#B7B7B7 ,#ffffff 1262px);
  background: linear-gradient(to right,#B7B7B7 ,#ffffff 1262px);
  text-align:center;
  color:#e4001e;
}

.bg02{
float:left;
margin-top:10px;
  z-index: 21;
  min-height: 209px;
  background: -webkit-gradient(linear, left center, right center, from(#ffffff),color-stop(100%, #f2f2f2));
  background: -webkit-linear-gradient(left,#ffffff ,#f2f2f2 1262px);
  background: linear-gradient(to right,#ffffff ,#f2f2f2 1262px);
  text-align:center;
  color:#e4001e;
}

@media (max-width: 1199px) {
   .pro_list_index li .text_title_l {
float:left;
width:485px;
line-height: 43px;
padding-top: 140px;
text-align:center;
font-size:24px;
}
	.pro_list_index li .pic_r {
  float: right;
  z-index: 118;
  width: 480px;
  min-height: 370px;
}
	.pro_list_index li .pic_l
	 {
  float: left;
  z-index: 118;
  width: 500px;
  min-height: 370px;
}
	.pro_list_index li .text_title_r {
  float: left;
  width: 400px;
  line-height: 43px;
  padding-top: 140px;
  text-align: center;
  font-size: 24px;
}
}

/* pc */
.pc_introduction {
    margin-top: 100px;
}

.pc_introduction_box {
    background: #e4001e;
}

.pc_introduction_img {
    display: block;
    width: 62.5%;
    min-height: 363px;
}

.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 #e4001e;
    font-size: 16px;
    font-weight: 400;
    color: #e4001e !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: #e4001e;
}

.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: #e4001e;
}

.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 {
    margin-top: 10px;
    padding: 25px 20px;
    border-radius: 5px;
    box-shadow: 0 0 5px 0 rgba(85, 85, 85, 0.1);
    font-size: 14px;
    color: #e4001e;
    line-height: 1.5em;
	text-align:center;
	font-weight:600;
	background: -webkit-gradient(linear, left center, right center, from(#ffffff),color-stop(100%, #B7B7B7));
  background: -webkit-linear-gradient(left,#ffffff ,#B7B7B7 100%);
  background: linear-gradient(to right,#ffffff ,#B7B7B7 100%);
}

.m_introduction .title{color: #e4001e;font-weight:800;font-size:24px;}



/* m_简介结束 */
.m_pro_list_index{width:100%;overflow:hidden;}
.m_pro_list_index li{position: relative;width:100%;color:#2d2d2d;}
.m_pro_list_index li a{color:#2d2d2d;}
.m_pro_list_index li .pic {margin:0 auto;
  width: 96%;
}
.m_pro_list_index li .pic img{width: 96%;height:100%;}
.m_pro_list_index li .text_title{
margin:0 auto;
width:96%;
text-align:center;
font-size:18px;
}

.m_pro_list_index li .text_title strong{font-size: 24px;}
.m_pro_list_index li .describe{text-align:center;}
  
.mbg01{
float:left;
margin-top:10px;
  z-index: 21;
  min-height: 209px;  
  background: -webkit-gradient(linear, left center, right center, from(#B7B7B7),color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(left,#B7B7B7 ,#ffffff 100%);
  background: linear-gradient(to right,#B7B7B7 ,#ffffff 100%);
  text-align:center;
  color:#e4001e;
}

.mbg02{
float:left;
margin-top:10px;
  z-index: 21;
  min-height: 209px;
  background: -webkit-gradient(linear, left center, right center, from(#ffffff),color-stop(100%, #f2f2f2));
  background: -webkit-linear-gradient(left,#ffffff ,#f2f2f2 100%);
  background: linear-gradient(to right,#ffffff ,#f2f2f2 100%);
  text-align:center;
  color:#e4001e;
}
/* 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: #e4001e;
}

.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: #e4001e;
    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结束 */