* {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    color: #000;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

textarea {
    resize: none;
}

em {
    font-style: normal
}

li {
    list-style: none
}

img {
    border: 0;
    vertical-align: middle
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

p {
    word-wrap: break-word
}

.aligncenter {
    display: block;
    margin: 0 auto;
}
/*body .honor,*/
/*body .honorsm {*/
/*    display: none!important;*/
/*}*/
/* 清除浮动 */

.clearfix:after {
    content: "020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    /* 触发 hasLayout */
    zoom: 1;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

::-webkit-scrollbar {
    width: 0px;
}


/* 头部 */

header {
    height: 110px;
    line-height: 110px;
}

.head_left {
    float: left;
}

.head_left img {
    height: 75px;
}

.head_right {
    float: right;
}

.head_right ul li {
    float: left;
    /*padding: 0 15px;*/
    padding: 0 10px;
    font-size: 16px;
    font-weight: 300;
}

.head_right ul li .head_xuanzhong {
    color: #ae1b0f;
}


/* banner */

.banner {
    height: 650px;
    /*background: url(../images/banner.png);*/
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.banner_lx {
    margin-top: 170px;
    width: 800px;
    height: 300px;
    padding: 10px;
    color: #fff;
}

.banner_lx h3 {
    font-size: 56px;
}

.banner_lx p {
    font-size: 24px;
    margin: 40px 0 50px;
}

.banner_lx a {
    font-size: 18px;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    width: 150px;
    background-color: #fff;
    border-radius: 25px;
    box-sizing: border-box;
    padding-left: 20px;
    font-weight: 300;
}

.banner_lx a img {
    margin-left: 7px;
    margin-top: -3px;
}


/* 公共标题 */

.public_title {
    text-align: center;
    /* margin-bottom: 50px; */
}

.public_title h3 {
    font-size: 30px;
}

.public_title span {
    display: block;
    margin: 15px auto;
    height: 2px;
    width: 64px;
    background-color: #ddd;
}

.public_title p {
    font-size: 18px;
    color: #999999;
    font-weight: 300;
}


/* 业务介绍 */

.business {
    padding: 50px 0;
}

.business_content {
    margin-top: 50px;
}

.business_content ul {
    overflow: hidden;
}

.business_content ul li {
    float: left;
    width: 382px;
    height: 222px;
    border: 1px solid #eeeeee;
    margin-right: 27px;
    margin-bottom: 30px;
    box-sizing: border-box;
    padding: 0 30px;
    transition: all 0.5s;
}
.business_content ul li a {
    display: block;
    transition: all 0.5s;
}
.business_content ul li:nth-child(3n) {
    margin-right: 0;
}

.business_content ul li img {
    margin: 25px 0 30px;
}

.business_content ul li p {
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 18px;
    color: #000;
}

.business_content ul li span {
    font-size: 14px;
    color: #999999;
    font-weight: 400;
}
.business_content ul li:hover {
    color: #fff;
    background-color: #ae1b0f;
}
.business_content ul li:hover p,
.business_content ul li:hover span {
    color: #fff;
}


.business_service {
    /* margin-top: 40px; */
    background-image: linear-gradient(90deg, #ed5e02 0%, #b7240d 100%);
    height: 158px;
    border-radius: 79px;
    box-sizing: border-box;
    padding: 0 66px;
    overflow: hidden;
    color: #fff;
}

.business_service>div {
    box-sizing: border-box;
    margin-top: 40px;
}

.business_service .business_servicel {
    float: left;
    width: 45%;
    margin-right: 5%;
    border-right: 1px solid #e69e84;
    box-sizing: border-box;
}

.business_servicel img {
    vertical-align: top;
}

.business_servicel div {
    display: inline-block;
    padding-left: 20px;
}

.business_servicel div p {
    font-size: 30px;
    margin-bottom: 20px;
}

.business_servicel div span {
    font-size: 18px;
}

.business_servicer {
    float: left;
    width: 50%;
}

.Odometer {
    display: inline-block;
}

.number-animate {
    line-height: 40px;
    height: 40px;
    font-size: 40px;
    overflow: hidden;
    display: inline-block;
    position: relative;
}

.number-animate .number-animate-dot {
    width: 21px;
    float: left;
    text-align: center;
}

.number-animate .number-animate-dom {
    width: 35px;
    text-align: center;
    float: left;
    position: relative;
    top: 0;
    margin-left: 1px;
}

.number-animate .number-animate-dom span,
.number-animate .number-animate-dot span {
    float: left;
    width: 100%;
    height: 40px;
    line-height: 1;
    background-color: #fff;
    color: #c12f0b;
    border-radius: 2px;
}

.business .number-animate .number-animate-dom:nth-child(1) {
    display: none;
}

.business_servicer_t>span {
    display: inline-block;
    padding-top: 3px;
    vertical-align: top;
}

.business_servicer_b,
.business_servicer_t {
    font-size: 24px;
}

.business_servicer_b {
    margin-top: 10px;
}


/* 关于我们 */

.about {
    padding: 60px 0;
    height: 548px;
    background: url(../images/guanyu.png);
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.about_mc {
    position: absolute;
    top: 0;
    opacity: 0.7;
    height: 100%;
    width: 100%;
    z-index: -1;
    background-color: #000;
}

.about .container {
    z-index: 1;
}

.about .public_title {
    color: #fff;
}

.about .public_title p {
    color: #fff;
}

.about_js {
    text-align: center;
    margin-top: 75px;
    line-height: 1.9;
    color: #dddddd;
    font-size: 14px;
}

.wc1200 {
    padding-top: 20px;
    position: relative;
    margin-top: 35px;
}

.fr {
    float: right;
}

.warp-pic-list li {
    float: left;
    display: inline;
}

.warp-pic-list .img_wrap {
    display: block;
    font-size: 0;
    overflow: hidden;
}

.warp-pic-list .text-area {
    background-color: #f2f2f2;
    line-height: 24px;
}

.tab-T-3 {
    width: 66px;
}

.tab-T-3 li {
    width: 12px;
    height: 12px;
    font-size: 0;
    background-color: #dfdfdf;
    float: left;
    margin-left: 10px;
    cursor: pointer;
    display: inline;
}

.tab-T-3 li.cur {
    background-color: #d81c1b;
}

.rowE .warp-pic-list {
    position: relative;
    /* width: 1180px; */
    /* height: 180px; */
    overflow: hidden;
    /* background: #F7F7F7; */
}

.rowE .count li {
    margin-right: 20px;
    width: 386px;
    height: 240px;
}

.rowE .count li img {
    width: 100%;
    height: 100%;
}
.rowE .btn {
    display: block;
    height: 55px;
    position: absolute;
    top: 120px;
    width: 35px;
    z-index: 200;
    cursor: pointer;
}

.rowE .prev {
    left: -40px;
    background: url(../images/zuoye.png) no-repeat 0 0;
}

.rowE .next {
    background: url(../images/youye.png) no-repeat 0 0;
    right: -40px;
}

.qh_title {
    line-height: 28px;
    text-align: center;
    display: block;
    font-size: 16px;
}


/* 我们的优势 */

.advantage {
    padding: 50px 0;
}

.advantage_box {
    margin-top: 65px;
}

.advantage_box ul {
    /*overflow: hidden;*/
}

.advantage_box ul li {
    float: left;
    width: 285px;
    /*height: 205px;*/
    height: 175px;
    padding: 35px 40px 0;
    margin-right: 20px;
    box-sizing: border-box;
    /* border: 1px solid #ccc; */
    background-color: #fff;
    transition: all 0.6s;
    box-shadow: 0 0px 8px -4px rgba(22, 35, 49, 0.6);
    margin-bottom: 10px;
}

.advantage_box ul li:nth-child(4n) {
    margin: 0;
}

.advantage_box div {
    text-align: center;
    display: none;
}

.advantage_box ul li>span {
    display: block;
    height: 1px;
    width: 15px;
    background-color: #dddddd;
    margin: 18px auto;
    display: none;
}

.advantage_box ul li>p {
    font-size: 16px;
    color: #656565;
    line-height: 1.8;
    text-align: center;
    transition: all 0.6s;
}

.advantage_box .number-animate .number-animate-dom {
    width: 23px;
    font-weight: 700;
}

.advantage_box_hz {
    position: relative;
}

.advantage_box_hz>span {
    position: absolute;
    top: 20px;
    right: 40px;
    color: #c12f0b;
    font-weight: 700;
    background-color: #fff;
}

.advantage_box ul li span {
    transition: all 0.6s;
}

.advantage_box ul li:hover,
.advantage_box ul li:hover span {
    background-color: #ae1b0f;
    color: #fff;
}

.advantage_box ul li:hover>span {
    background-color: #ddd;
}

.advantage_box ul li:hover p {
    color: #fff;
}


/* 律师团队 */

.team {
    padding: 60px 0;
    /*overflow: hidden;*/
}

.team_personnel {
    margin-top: 60px;
}

.team_personnel ul li {
    float: left;
    overflow: hidden;
    width: 194px;
    height: 280px;
    margin-right: 6px;
    background-color: #fff;
    transition: all 0.6s;
}

.team_personnel ul li>div {
    float: left;
}

.team_personnel ul .team_zhanshi {
    /*width: 790px;*/
    width: 600px;
    box-shadow: 0 0px 8px -4px rgba(22, 35, 49, 0.6);
}

.team_personnel ul .team_zhanshi .team_personnel_xx {
    width: 406px;
    /*width: 580px;*/
}

.team_personnel ul li:nth-child(4) {
    margin-right: 0;
}

.team_personnel_img,
.team_personnel_img img {
    width: 194px;
    height: 280px;
}

.team_personnel_xx {
    width: 0;
    box-sizing: border-box;
    padding: 0 25px 0 30px;
    transition: all 0.6s;
}

.team_personnel_xx h3 {
    font-size: 18px;
    margin-top: 40px;
    width: 270px;
}

.team_personnel_xx>p {
    margin-top: 30px;
    display: block;
    width: 351px;
    /*width: 500px;*/
    font-size: 14px;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
}

.team_personnel_xx>div {
    margin-top: 35px;
    font-size: 24px;
    width: 300px;
}

.team_personnel_xx>div>img {
    margin-right: 10px;
}
.team_personnel_xx em {
    font-size: 13px;
    color: #999;
}

/* 客户案例 */

.case {
    height: 584px;
    background: url(../images/kehuanli.png);
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    padding: 60px 0;
    box-sizing: border-box;
}

.case .container>h3 {
    text-align: center;
    font-size: 30px;
    color: #fff;
}

.case .wc1200 .wrapBox ul li {
    width: 580px;
    height: 315px;
    margin-right: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 30px;
}

.case .wc1200 .btn {
    top: 165px;
}

.case_box .case_box_hd {
    overflow: hidden;
    margin-bottom: 45px;
}

.case_box .case_box_hd>div {
    float: left;
}

.case_box .case_box_hd_tx {
    height: 68px;
    width: 68px;
    border-radius: 50%;
    margin-right: 20px;
}

.case_box .case_box_hd_xx {
    padding: 10px 0;
    box-sizing: border-box;
}

.case_box .case_box_hd_xx p {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
    color: #666666;
}

.case_box .case_box_hd_xx div {
    font-size: 14px;
    color: #999999;
}

.case_box .case_box_bd p {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
}

.case_box .case_box_bd div {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 15px;
}

.case_box .case_box_bd span {
    display: block;
    font-size: 14px;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical; 
    -webkit-line-clamp:3;
}


/* 保障与承诺 */

.guarantee {
    padding: 60px 0;
}

.guarantee_bd {
    margin-top: 50px;
}

.guarantee_bd ul li {
    float: left;
    width: 50%;
    height: 120px;
    box-sizing: border-box;
    padding: 10px 0;
    margin-bottom: 30px;
}

.guarantee_bd ul li>div {
    float: left;
}

.guarantee_bd ul li .guarantee_bd_img {
    border-radius: 50%;
    height: 95px;
    width: 95px;
    line-height: 95px;
    text-align: center;
    background-image: linear-gradient(90deg, #e86d63 0%, #b8291d 100%);
    box-shadow: 0 0px 8px 10px rgba(253, 200, 196, 0.6);
}

.guarantee_bd ul li:nth-child(2) .guarantee_bd_img {
    background-image: linear-gradient(90deg, #fc9e9e 0%, #f02e2e 100%);
    box-shadow: 0 0px 8px 10px rgba(247, 219, 219, 0.6);
}

.guarantee_bd ul li:nth-child(3) .guarantee_bd_img {
    background-image: linear-gradient(90deg, #eeb002 0%, #f19d00 100%);
    box-shadow: 0 0px 8px 10px rgba(251, 243, 195, 0.6);
}

.guarantee_bd ul li:nth-child(4) .guarantee_bd_img {
    background-image: linear-gradient(90deg, #f9be98 0%, #e26018 100%);
    box-shadow: 0 0px 8px 10px rgba(255, 240, 219, 0.6);
}

.guarantee_bd ul li .guarantee_bd_nav {
    width: 450px;
    margin-left: 30px;
    padding-top: 10px;
    box-sizing: border-box;
}

.guarantee_bd ul li .guarantee_bd_nav h3 {
    margin-bottom: 20px;
    font-size: 18px;
}

.guarantee_bd ul li .guarantee_bd_nav p {
    font-size: 14px;
    color: #999999;
}


/* 律所荣誉 */

.honor {
    padding: 60px 0;
    background-color: #f5f5f5;
    overflow: hidden;
}

.honor .rowE .honor_bd {
    width: 280px;
    height: 360px;
}

.honor .rowE .honor_bd img {
    width: 100%;
}

.honor .rowE .btn {
    top: -20px;
}

.honor .rowE .prev,
.honor .rowE .next {
    right: 60px;
    left: auto;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 25px;
    background-image: initial;
    background-color: #fff;
    box-sizing: border-box;
    border: 1px solid #ddd;
}

.honor .rowE .next {
    right: 20px;
    background-color: #ae1b0f;
    background-image: initial;
    border: none;
}


/* 法律知识 */

.law {
    padding: 60px 0;
    overflow: hidden;
}

.law_tab {
    text-align: center;
    margin-bottom: 30px;
}

.law_tab>ul>li {
    float: left;
    font-size: 18px;
    color: #666666;
    padding: 0 17px;
    cursor: pointer;
}

.law_tab>ul {
    display: inline-block;
}

.law_tab .law_tabs {
    color: #333333;
    font-weight: 700;
}

.law_tab_wz>ul>li {
    display: none;
}

.law_tab_wz>ul>li:nth-child(1) {
    display: list-item;
}

.law_tab_wzls {
    overflow: hidden;
}

.law_tab_wzls li {
    float: left;
    width: 50%;
    overflow: hidden;
    box-sizing: border-box;
    padding-right: 50px;
    margin-bottom: 30px;
}

.law_tab_wzls li:nth-child(2n) {
    padding-right: 0;
}

.law_tab_wzls li:hover .law_tab_time {
    border: 1px solid #ae1b0f;
}

.law_tab_wzls li:hover a {
    color: #ae1b0f;
}

.law_tab_wzls li>div {
    float: left;
}

.law_tab_time {
    height: 90px;
    width: 90px;
    box-sizing: border-box;
    border: 1px solid #eeeeee;
    text-align: center;
    padding-top: 15px;
    font-weight: 300;
    margin-right: 15px;
    transition: all 0.5s;
}

.law_tab_time p {
    font-size: 22px;
    color: #333333;
    margin-bottom: 10px;
}

.law_tab_time div {
    font-size: 18px;
    color: #999999;
}

.law_tab_txt {
    width: 440px;
}

.law_tab_txt p {
    font-size: 16px;
    margin-bottom: 25px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.law_tab_txt p a {
    color: #666666;
    transition: all 0.5s;
}

.law_tab_txt div {
    font-size: 14px;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.law_tab_jz {
    padding: 20px 0 0;
    text-align: center;
}
.law_tab_jz a {
    font-weight: 300;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    width: 100px;
    border: 1px solid #999;
    display: inline-block;
    text-align: center;
    transition: all 0.5s;
}
.law_tab_jz a:hover {
    background-color: #c12f0b;
    color: #fff;
}

/* 底部 */

footer {
    background-color: #212326;
    color: #a1a1a1;
    padding: 60px 0 0;
}

.ft_nav {
    display: flex;
    padding-bottom: 30px;
    border-bottom: 1px solid #2c2e31;
}

.ft_nav>div {
    width: 33.33%;
}

.ft_nav li {
    font-size: 14px;
    margin-bottom: 15px;
}

.ft_nav li a {
    color: #a1a1a1;
    padding-right: 20px;
}

.ft_bnh {
    padding: 30px 0;
    text-align: center;
    font-size: 14px;
}

.ft_bnh a {
    color: #a1a1a1;
}


/* 侧边导航 */

.sidenav {
    position: fixed;
    right: 10px;
    top: 50%;
}

.sidenav ul {
    background-color: #fff;
    border: 1px solid #eeeeee;
    box-sizing: border-box;
    border-radius: 5px;
    margin-bottom: 5px;
}

.sidenav ul li {
    padding: 7px 14px;
    text-align: center;
    position: relative;
} 

.sidenav ul li div {
    position: absolute;
    top: 6px;
    /* left: 70px; */
    right: -230px;
    font-size: 14px;
    font-weight: 300;
    transition: all 0.6s;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    padding: 10px 15px;
    background-color: #fff;
}

.sidenav ul li:hover div {
    left: initial;
    right: 56px;
}

.sidenav ul li p {
    font-size: 14px;
    font-weight: 300;
    color: #999999;
    cursor: pointer;
}
.sidenav ul li a {
    color: #999999;
}
.sidenav ul li:hover a {
    color: #ae1b0f;
}
.sidenav ul li div img {
    width: 100px;
}
/* 法律帮助 */

.legalaid {
    padding: 60px 0;
}

.legalaid_hd {
    text-align: center;
}

.legalaid_hd h3 {
    font-size: 30px;
    margin-bottom: 25px;
}

.legalaid_hd p {
    font-size: 18px;
    color: #999999;
}

.legalaid_bd>ul>li {
    float: left;
    width: 380px;
    box-sizing: border-box;
    border: 1px solid #eeeeee;
    margin-right: 30px;
    /*height: 260px;*/
    height: 160px;
    margin-bottom: 25px;
    padding-top: 20px;
}

.legalaid_bd {
    margin-top: 45px;
}

.legalaid_bd>ul>li:nth-child(3n) {
    margin-right: 0;
}

.legalaid_bd_img {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    margin: 0 auto;
    background-color: #f6ebea;
}

.legalaid_bd ul li h3 {
    margin-top: 30px;
    text-align: center;
    margin-bottom: 25px;
    font-size: 18px;
}

.legalaid_bd_ul {
    display: none;
    text-align: center;
}

.legalaid_bd_ul li {
    font-size: 14px;
    color: #a1a1a1;
    line-height: 1.6;
    font-weight: 300;
}


/* 服务流程 */

.process {
    padding: 70px 0;
    background: url(../images/fwlc.png);
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.process .container {
    overflow: hidden;
}

.process .container>div {
    float: left;
}

.process_lc {
    height: 117px;
    width: 117px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 30px;
    text-align: center;
    font-weight: 700;
    box-sizing: border-box;
    padding-top: 15px;
    margin-right: 30px;
}

.process_sx {
    overflow: hidden;
    display: inline-block;
}

.process_sx li {
    float: left;
    width: 100px;
    margin-right: 40px;
    text-align: center;
    position: relative;
}

.process_sx li div {
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 auto;
    font-size: 24px;
    color: #ae1b0f;
    font-weight: 700;
    margin-bottom: 25px;
}

.process_sx li p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 5px;
}

.process_sx li span {
    font-size: 14px;
    color: #fff;
}

.process_sx li img {
    position: absolute;
    top: 18px;
    right: -46px;
}

.process .container .process_zx {
    float: right;
}

.process_zx p {
    font-size: 14px;
    color: #fff;
    margin-top: 15px;
    text-align: center;
}

.process_zx div {
    width: 300px;
    height: 60px;
    border-radius: 30px;
    background-color: #ae1b0f;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 60px;
    margin-top: 25px;
}

.process_zx div a {
    color: #fff;
}


/* 问题咨询 */

.problem {
    padding: 60px 0;
    background-color: #f5f5f5;
}

.problem_bd {
    padding-top: 55px;
}

.problem_bd ul li {
    float: left;
    width: 580px;
    margin-right: 40px;
    margin-bottom: 20px;
    height: 70px;
    line-height: 70px;
    background-color: #fff;
    color: #666666;
    border-radius: 5px;
    box-sizing: border-box;
    padding-left: 20px;
    font-weight: 300;
    transition: all 0.5s;
}

.problem_bd ul li:hover {
    background-color: #ae1b0f;
    color: #fff;
}

.problem_bd ul li:hover a {
    color: #fff;
}

.problem_bd ul li a {
    float: right;
    /* display: inline-block; */
    padding-right: 30px;
    color: #666666;
}

.problem_bd ul li:nth-child(2n) {
    margin-right: 0;
}


/* 律师团队 */

.lawyer {
    padding: 60px 0;
}

.lawyer_box {
    margin-top: 70px;
    overflow: hidden;
}

.lawyer_box>div {
    float: left;
    width: 50%;
    box-sizing: border-box;
}

.lawyer_box>div:nth-child(1) {
    width: 585px;
    padding-left: 105px;
    padding-top: 110px;
    margin-right: 15px;
}

.lawyer_box_z {
    height: 470px;
    background: url(../images/lvshitd.png);
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    color: #fff;
}

.lawyer_box_z h3 {
    font-size: 36px;
}

.lawyer_box_z p {
    width: 345px;
    font-size: 18px;
    margin-top: 55px;
    line-height: 1.8;
}

.lawyer_box_y {
    color: #a7a7a7;
    position: relative;
    padding-left: 55px;
    height: 470px;
}

.lawyer_box_y>h3 {
    margin-bottom: 23px;
    color: #000;
    margin-top: 45px;
    font-size: 30px;
}

.lawyer_box_y>p {
    font-size: 18px;
}

.lawyer_box_yjs {
    position: absolute;
    padding: 40px 45px;
    background-color: #f6f6f6;
    bottom: 20px;
    right: 260px;
    width: 370px;
}

.lawyer_box_yjs p {
    font-size: 18px;
    color: #000;
    margin-bottom: 25px;
}

.lawyer_box_yjs span {
    font-size: 14px;
    line-height: 1.6;
}
.lawyer_box_yjs em {
    font-size: 13px;
    color: #999;
}
.lawyer_box_yjs a {
    display: block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #999;
    color: #999;
    margin-top: 10px;
}
.lawyer_box_yimg {
    position: absolute;
    bottom: 20px;
    right: 0;
    /* width: 420px; */
}
.lawyer_box_yimg img {
    width: 300px;
    height: 416px;
}
.lawyer_boxr {
    margin-top: 78px;
}

.lawyer_boxr ul li {
    float: left;
    width: 277px;
    height: 340px;
    background-color: #f6f6f6;
    margin-right: 30px;
    text-align: center;
    transition: all 0.5s;
    margin-bottom: 30px;
}
.lawyer_boxr ul li em {
    font-size: 13px;
}
.lawyer_boxr ul li:nth-child(4n) {
    margin-right: 0;
}

.lawyer_boxr ul li img {
    width: 277px;
    height: 212px;
}

.lawyer_boxr h3 {
    margin: 25px 0;
    font-size: 18px;
}

.lawyer_boxr p {
    font-size: 14px;
}
.lawyer_boxr ul li a {
    transition: all 0.5s;
}
.lawyer_boxr ul li:hover {
    background-color: #ae1b0f;
    color: #fff;
}
.lawyer_boxr ul li a:hover {
    color: #fff;
}

/* 新闻资讯banner */

.banner_xwzx {
    height: 260px;
    background: url(../images/banner_xwzx.png);
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.banner_xwzx h3 {
    font-size: 40px;
    color: #fff;
    margin-top: 85px;
    font-weight: 400;
}

.banner_xwzx p {
    font-size: 18px;
    color: #fff;
    margin-top: 20px;
    font-weight: 300;
}

.info_tab {
    height: 60px;
    line-height: 60px;
    box-shadow: 0 5px 35px -27px #000;
    text-align: center;
}

.info_tab ul {
    overflow: hidden;
    display: inline-block;
}

.info_tab ul li {
    float: left;
    color: #666666;
    font-size: 18px;
    margin: 0 31px;
    font-weight: 300;
    cursor: pointer;
    position: relative;
    transition: all 0.5s;
}

.info_tab ul li p {
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    right: 36px;
    background-color: #ae1b0f;
    transition: all 0.5s;
}

.info_tab ul li:hover {
    color: #ae1b0f;
}

.info_tab ul .info_tabs {
    color: #ae1b0f;
}

.info_tab ul .info_tabs p {
    position: absolute;
    width: 72px;
    height: 2px;
    bottom: 0;
    right: 0;
    background-color: #ae1b0f;
}

.info_tab_wz>ul>li {
    display: none;
}

.info_tab_wz>ul>li:nth-child(1) {
    display: list-item;
}

.info_tab_wzls>li {
    padding: 35px 0;
    border-bottom: 1px solid #eeeeee;
    overflow: hidden;
    transition: all 0.5s;
}

.info_tab_wzls>li>div {
    float: left;
}

.info_tab_wzlsimg {
    width: 360px;
    height: 220px;
    line-height: 220px;
    margin-right: 30px;
}

.info_tab_wzlsimg img {
    width: 100%;
}

.info_tab_wzlsnav {
    width: 810px;
    box-sizing: border-box;
    padding: 10px 0;
}

.info_tab_wzlsnav h3 {
    font-size: 20px;
    margin-bottom: 20px;
}

.info_tab_wzlsnav p {
    font-size: 14px;
    color: #b0b0b0;
    margin-bottom: 28px;
}

.info_tab_wzlsnav span {
    font-size: 14px;
    color: #cccccc;
}

.info_tab_wzlsnav a {
    margin-top: 30px;
    display: block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #cccccc;
    box-sizing: border-box;
    font-size: 12px;
    border: 1px solid #cccccc;
    transition: all 0.5s;
}

.info_tab_wzls>li:hover h3 {
    color: #ae1b0f;
}

.info_tab_wzls>li:hover a {
    background-color: #ae1b0f;
    color: #fff;
}

.info_tab_wzfe {
    padding: 45px 0;
    text-align: center;
}

.info_tab_wzfe a ,
.info_tab_wzfe span {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #ebebeb;
    display: inline-block;
    transition: all 0.5s;
    color: #47474b;
    border-radius: 5px;
    font-size: 12px;
    margin: 0 5px;
}
.info_tab_wzfe span {
    border: 1px solid #ae1b0f;
    color: #ae1b0f;
}
.info_tab_wzfe a:hover {
    color: #fff;
    background-color: #ae1b0f;
}
.info_tab_wzfe .next {
    width: 55px;
}

/* 新闻详情 */

.details {
    background-color: #f4f5f8;
    padding-bottom: 18px;
}

.details_nav {
    padding: 20px 0;
    font-size: 14px;
    color: #aaaaaa;
}

.details_nav a {
    color: #aaaaaa;
}

.details_nav a:hover {
    color: #ae1b0f;
}

.detailsls {
    padding: 30px 0;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.detailsls_lf {
    float: left;
    width: 253px;
    border-right: 1px solid #eeeeee;
    padding: 0 30px;
    box-sizing: border-box;
}
.detailsls_lf label {
    display: none;
}
.detailsls_lf .widget_search {
    overflow: hidden;
}
.detailsls_lf input {
    float: left;
    outline: none;
    height: 30px;
}
.detailsls_lf input[type='text'] {
    width: 75%;
    box-sizing: border-box;
    border: 1px solid #ae1b0f;
    
}
.detailsls_lf input[type='submit'] {
    width: 25%;
    border: none;
    background-color: #ae1b0f;
    color: #fff;
}
.detailsls_lf>h3 {
    font-size: 20px;
    margin-bottom: 40px;
}

.detailsls_lf ul li {
    margin-bottom: 30px;
    position: relative;
}
.detailsls_lf ul {
    margin-top: 25px;
}
.detailsls_lf ul li a {
    font-size: 16px;
    color: #777777;
    transition: all 0.5s;
    font-weight: 300;
}
.detailsls_lf ul li::after {
    content: ">";
    position: absolute;
    right: 0;
    font-weight: 300;
    color: #999999;
}
.detailsls_lf .widget-title {
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.detailsls_lf ul li a:hover {
    color: #ae1b0f;
    font-weight: 400;
}

.detailsls_lf ul li img {
    float: right;
    margin-top: 6px;
}

.detailsls_lf_suo {
    padding-top: 30px;
}

.detailsls_lf_suo h3 {
    font-size: 16px;
    margin-bottom: 30px;
}

.detailsls_lf_suon {
    position: relative;
    font-size: 14px;
    padding: 6px 0;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 10px;
}

.detailsls_lf_suon span {
    position: absolute;
    top: 6px;
    left: 10px;
}

.detailsls_lf_suon select {
    border: none;
    background-color: #fff;
    width: 144px;
    box-sizing: border-box;
    padding-left: 60px;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.detailsls_lf_suoyr {
    position: relative;
    font-size: 14px;
}

.detailsls_lf_suoyr>div {
    display: inline-block;
    position: relative;
    padding: 6px 0;
    border-bottom: 1px solid #eeeeee;
    width: 60px;
}

.detailsls_lf_suoyr>div:nth-child(2) {
    position: absolute;
    right: 0;
}

.detailsls_lf_suoyr span {
    position: absolute;
    top: 6px;
    left: 10px;
}

.detailsls_lf_suoyr select {
    border: none;
    width: 60px;
    box-sizing: border-box;
    padding-left: 23px;
    outline: none;
    background-color: #fff;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.detailsls_lf_suogjc {
    padding: 6px 0;
    margin-top: 10px;
    border-bottom: 1px solid #eeeeee;
}

.detailsls_lf_suogjc input {
    border: none;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-size: 14px;
}

.detailsls_lf_suogjc input::-webkit-input-placeholder {
    font-size: 14px;
    color: #d3d3d3;
}

.detailsls_lf_suo a {
    display: block;
    width: 144px;
    font-size: 14px;
    color: #fff;
    background-color: #ae1b0f;
    margin-top: 8px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
}

.detailsls_rt {
    float: right;
    width: 907px;
}

.detailsls_rt h3 {
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #000033;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.detailsls_rtsj img {
    vertical-align: bottom;
    margin-right: 10px;
}

.detailsls_rtsj img:nth-child(3) {
    margin-left: 47px;
    vertical-align: bottom;
    height: 16px;
}

.detailsls_rtsj {
    padding: 28px 0;
    border-bottom: 1px solid #eeeeee;
    font-size: 12px;
    color: #999999;
    margin-right: 30px;
}

.detailsls_wznav {
    padding: 35px 0;
    margin-right: 30px;
    color: #333;
    line-height: 1.9;
    font-weight: 300;
    font-size: 21px;
    font-family: "FangSong";
}
.detailsls_wznav>p {
    margin-bottom: 16px;
}
.detailsls_sx {
    color: #b0b0b0;
    font-size: 14px;
    overflow: hidden;
}

.detailsls_sx p {
    padding: 10px 0;
    float: left;
    width: 50%;
    box-sizing: border-box;
    overflow:hidden;
    text-overflow:ellipsis; 
    white-space:nowrap;
}
.detailsls_sx p:nth-child(2) {
    text-align: right;
    padding-right: 30px;
}
.detailsls_sx a {
    color: #b0b0b0;
}

.detailsls_sx a:hover {
    color: #666666;
}
.wzt_Textlable {
    font-size: 12px;
    color: #999;
}
.wzt_Textlable a {
    color: #999;
    position: relative;
    margin-left: 10px;
}
.wzt_Textlable a::before {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    background-color: #999;
    top: 7px;
    left: -5px;
}
.detailsls_message {
    padding: 20px 0;
}
.detailsls_message>p {
    font-size: 16px;
    font-weight: 300;
}
.detailsls_message>p>span {
    color: red;
    font-weight: 700;
}
.detailsls_message_bd {
    width: 600px;
    margin: 30px auto 0;
    border: 5px solid #d3b473;
    padding: 15px 0;
}
.detailsls_message_bd input {
    display: block;
    width: 80%;
    height: 40px;
    margin: 0 auto 15px;
    box-sizing: border-box;
    padding-left: 10px;
    border: 1px solid #ced4da;
    border-radius: 5px;
}
.detailsls_message_bd textarea {
    display: block;
    width: 80%;
    height: 120px;
    border: 1px solid #ced4da;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 5px;
    border-radius: 5px;
}
.detailsls_message_bd button {
    display: block;
    width: 60%;
    height: 40px;
    color: #fff;
    margin: 20px auto 0;
    border-radius: 5px;
    background-color: #b81c22;
    border: none;
    transition: all 0.5s;
}
.detailsls_message_bd button:hover {
    background-color: #9c181d;
}
/* 北京律师事务所相关信息 */

.relevant {
    padding: 60px 0;
}

.relevant_hd {
    text-align: center;
}

.relevant_hd h3 {
    font-size: 30px;
    margin-bottom: 25px;
}

.relevant_hd>p {
    font-size: 18px;
    color: #999999;
}

.relevant_hd>div {
    font-size: 16px;
    color: #999999;
    line-height: 1.9;
    width: 570px;
    margin: 70px auto 0;
}

.relevant_bd {
    margin-top: 70px;
    display: none;
}

.relevant_bd ul li {
    float: left;
    width: 20%;
}

.relevant_bd_zs {
    width: 125px;
    height: 125px;
    border-radius: 50%;
    border: 1px solid #eeeeee;
    margin: 0 auto;
    text-align: center;
    line-height: 140px;
    box-sizing: border-box;
    transition: all 0.5s;
}

.relevant_bd_zs>div {
    display: inline-block;
}

.relevant_bd_zs>span {
    font-size: 16px;
    vertical-align: super;
    color: #ae1b0f;
    background-color: #fff;
}

.relevant_bd_zs .number-animate .number-animate-dom {
    width: 20px;
}

.relevant_bd_zs .number-animate {
    font-size: 36px;
}

.relevant_bd ul li>p {
    text-align: center;
    margin-top: 25px;
}

.relevant_bd ul li span {
    transition: all 0.5s;
}

.relevant_bd ul li:hover span {
    color: #fff;
    background-color: #ae1b0f;
}

.relevant_bd ul li:hover .relevant_bd_zs {
    background-color: #ae1b0f;
}

.relevant_bd ul li:hover>p {
    color: #ae1b0f;
}


/* 服务宗旨 */

.service {
    padding: 55px 0;
    background-color: #f5f5f5;
}

.service_bd {
    margin-top: 60px;
}

.service_bd ul li {
    float: left;
    width: 285px;
    height: 355px;
    background-color: #fff;
    margin-right: 20px;
    box-sizing: border-box;
    padding: 0 35px;
    text-align: center;
    transition: all 0.5s;
}
.service_bd ul li:hover {
    background-color: #ae1b0f;
    color: #fff;
}
.service_bd ul li:hover p {
    color: #fff;
}
.service_bd ul li:hover span {
    color: #fff;
}
.service_bd ul li:last-child {
    margin-right: 0;
}

.service_bd ul li img {
    margin-top: 48px;
    margin-bottom: 35px;
}

.service_bd ul li p {
    font-size: 18px;
    color: #000;
}

.service_bd ul li span {
    margin-top: 40px;
    font-size: 14px;
    display: block;
    line-height: 1.8;
    color: #656565;
}


/* 走进大硕 */

.enter {
    padding: 70px 0;
}

.enter_bd {
    margin-top: 90px;
    overflow: hidden;
}

.enter_bd>div {
    float: left;
    width: 575px;
}

.enter_bdl {
    margin-right: 50px;
}

.enter_bdl h3 {
    font-size: 28px;
    margin: 20px 0 35px;
}

.enter_bdl p {
    font-size: 14px;
    color: #666666;
}

.enter_bdl ul {
    margin-top: 60px;
    border-top: 1px solid #dddddd;
    width: 410px;
}

.enter_bdl ul li {
    height: 70px;
    line-height: 70px;
    font-size: 18px;
    color: #666666;
    border-bottom: 1px solid #dddddd;
}

.enter_bdl ul li img {
    float: right;
    margin-top: 33px;
}

.enter_bdr img {
    width: 100%;
    height: 100%;
}


/* 联系大硕 */

.contactus {
    padding: 90px 0;
    overflow: hidden;
}

.contactus>div {
    float: left;
}

.contactus_lx {
    padding-left: 90px;
    box-sizing: border-box;
}

.contactus_lx h3 {
    font-size: 30px;
    margin: 50px 0;
}

.contactus_lx ul li {
    overflow: hidden;
    margin-bottom: 45px;
}

.contactus_lx ul li>div {
    float: left;
    height: 100%;
}

.contactus_lx ul li>div:nth-child(1) {
    width: 60px;
}

.contactus_lx ul li img {
    margin-top: 5px;
}

.contactus_lx ul li p {
    font-size: 16px;
    margin-bottom: 10px;
}

.contactus_lx ul li span {
    font-size: 14px;
    color: #999999;
}


/* 问题反馈 */

.feedback {
    padding-bottom: 60px;
}

.feedback_yhxx {
    overflow: hidden;
    margin-bottom: 15px;
}

.feedback_yhxx input {
    width: 379px;
    margin-right: 30px;
    float: left;
    border: none;
    box-sizing: border-box;
    height: 50px;
    border: 1px solid #dddddd;
    font-size: 14px;
    padding-left: 13px;
    border-radius: 5px;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.feedback_yhxx input:last-child {
    margin-right: 0;
}

.feedback textarea {
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    width: 100%;
    height: 90px;
    border: 1px solid #dddddd;
    font-size: 14px;
    border-radius: 5px;
    padding: 20px 13px;
    margin-bottom: 15px;
    box-sizing: border-box;
}

.feedback button {
    width: 105px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border: none;
    border-radius: 5px;
    background-color: #ae1b0f;
    color: #fff;
}


/* 移动版 */

.headsm {
    overflow: hidden;
    display: none;
    height: 100%;
    box-sizing: border-box;
    padding: 0 1.25rem;
}

.headsml {
    float: left;
    height: 100%;
    width: 11.25rem;
}

.headsml img {
    height: 100%;
    width: 100%;
}

.headsmr {
    float: right;
    width: 1.5rem;
    margin-top: 1rem;
}

.headsmr img {
    width: 100%;
}


/* bannersm */

.bannersm {
    height: 17.9375rem;
    width: 100%;
    background-color: #ccc;
    display: none;
    position: relative;
    overflow: hidden;
}

.bannersm_lx {
    position: absolute;
    width: 16.5625rem;
    height: 6.875rem;
    top: 50%;
    left: 50%;
    /* background-color: #fff; */
    z-index: 9;
    text-align: center;
    color: #fff;
    transform: translate(-50%, -50%);
}

.bannersm>img {
    height: 100%;
}

.bannersm_lx h3 {
    font-size: 1.5rem;
    margin-bottom: 1.125rem;
}

.bannersm_lx p {
    font-size: .9375rem;
    margin-bottom: 1.3125rem;
}

.bannersm_lx a {
    display: inline-block;
    width: 6.25rem;
    height: 2.1875rem;
    line-height: 2.1875rem;
    color: #666666;
    background-color: #fff;
    border-radius: 1.09375rem;
    font-size: .75rem;
}

.bannersm_lx span {
    display: block;
    font-size: .9375rem;
    color: #fff;
}

.bannersm_lx img {
    width: .8125rem;
    margin-left: .625rem;
}

#boxhdp {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

#boxhdp img {
    height: 100%;
}

#img>li {
    width: 100%;
    height: 100%;
    float: left;
    text-align: center;
    /* display: none; */
    opacity: 0;
    transition: all 0.5s;
    position: absolute;
    top: 0;
}

#img>.current {
    /* display: block; */
    /* z-index: 1; */
    opacity: 1;
}

#li {
    position: absolute;
    left: 50%;
    bottom: .9375rem;
    margin-left: -2.1875rem;
    display: none;
}

#li>li {
    width: 10px;
    height: 10px;
    background-color: #ccc;
    border-radius: 50%;
    margin-right: 5px;
    float: left;
    cursor: pointer;
}

#li>.on {
    background-color: #f50;
}

#an {
    display: none;
}

#an a {
    position: absolute;
    top: 50%;
    margin-top: -1.25rem;
    width: 2.5rem;
    height: 4.0625rem;
    background-color: rgba(0, 0, 0, .3);
    text-align: center;
    line-height: 4.0625rem;
    color: #fff;
    font-family: "宋体";
    font-weight: 600;
    font-size: 1rem;
}

#an a:hover {
    background-color: rgba(0, 0, 0, .8);
}

#an .an-a2 {
    right: 0;
}


/* 业务介绍sm */

.businesssm {
    display: none;
    overflow: hidden;
    padding: 3.125rem 2.5rem;
}

.businesssm_hd h3 {
    font-size: .9375rem;
    margin-bottom: .9375rem;
}

.businesssm_hd p {
    font-size: .9375rem;
    margin-bottom: .9375rem;
    font-weight: 300;
    color: #555555;
}

.businesssm_hd span {
    font-size: .75rem;
    color: #999999;
}

.businesssm_bd {
    margin-top: 3.75rem;
}

.businesssm_bd ul li {
    float: left;
    /*width: 3.75rem;*/
    width: 20%;
    height: 5rem;
    /*margin-right: 3.5rem;*/
    margin-right: 20%;
    margin-bottom: .875rem;
    text-align: center;
}

.businesssm_bd ul li:nth-child(3n) {
    margin-right: 0;
}

.businesssm_bd ul li div {
    width: 2.8125rem;
    height: 2.8125rem;
    line-height: 2.8125rem;
    border-radius: 50%;
    background-color: #faefee;
    margin: .5rem auto;
    text-align: center;
}

.businesssm_bd ul li div img {
    width: 50%;
}

.businesssm_bd ul li p {
    font-size: .75rem;
    color: #555555;
}


/* 关于我们sm */

.aboutsm {
    display: none;
    padding: 3.4375rem 2.5rem;
    background: url(../images/sygywmsm.png);
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.aboutsm a {
    width: 5.625rem;
    height: 1.875rem;
    line-height: 1.875rem;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #b9b8bb;
    color: #333333;
    font-size: 12px;
    display: inline-block;
    margin-top: 1.9375rem;
}

.aboutsm a img {
    height: 1.125rem;
    vertical-align: sub;
}


/* 我们的优势sm */

.advantagesm {
    padding: 3.75rem 2.5rem;
    display: none;
    background: url(../images/wmdyssm.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left bottom;
    overflow: hidden;
}

.advantagesm_bd {
    margin-top: 4.375rem;
}

.advantagesm_bd ul li {
    float: left;
    /*width: 8.3125rem;*/
    width: 43%;
    margin-bottom: 2.5rem;
    margin-right: 1.8125rem;
    text-align: center;
}

.advantagesm_bd ul li:nth-child(2n) {
    margin-right: 0;
}

.advantagesm_bd ul li:nth-child(n + 2) {
    margin-bottom: 0;
}

.advantagesm_bd ul li span {
    font-weight: 700;
    font-size: 1.5rem;
    color: #c90808;
    display: none;
}

.advantagesm_bd ul li {
    font-size: .6875rem;
}

.advantagesm_bd ul li p {
    font-size: .6875rem;
    line-height: 1.7;
    color: #999999;
    margin-top: .625rem;
}


/* 律师团队sm */

.teamsm {
    display: none;
    padding: 3.75rem 2.5rem;
    background: url(../images/lstdsm.png);
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
    background-position: 1.625rem 3.625rem;
}

.teamsm_bd {
    margin-top: 1.9375rem;
    height: 7.5rem;
}

#boxhdp2 {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

#boxhdp2 img {
    height: 100%;
}

#img2>li {
    width: 100%;
    height: 100%;
    float: left;
    /* text-align: center; */
    /* display: none; */
    opacity: 0;
    transition: all 0.5s;
    position: absolute;
    top: 0;
}

#img2>.current {
    /* display: block; */
    /* z-index: 1; */
    opacity: 1;
}

#img2 img {
    width: 99px;
    height: 140px;
    margin-right: 1.25rem;
    vertical-align: top;
}

.teamsm_bd_js {
    display: inline-block;
    width: 10.375rem;
}

.teamsm_bd_js h3 {
    font-size: .9375rem;
    margin: .4375rem 0;
}

.teamsm_bd_js div {
    font-size: .8125rem;
    width: 8.59375rem;
    height: 1.71875rem;
    line-height: 1.71875rem;
    background-color: #f2f2f2;
    border-radius: .859375rem;
    overflow: hidden;
    color: #666666;
    margin: .4375rem 0 1.0625rem;
}

.teamsm_bd_js div span {
    display: inline-block;
    width: 2.125rem;
    height: 1.71875rem;
    line-height: 1.71875rem;
    text-align: center;
    background-color: #ae1b0f;
}

#boxhdp2 .teamsm_bd_js div span img {
    width: .84375rem;
    height: .84375rem;
    vertical-align: middle;
    margin-right: 0;
}

.teamsm_bd_js p {
    font-size: .6875rem;
}

#li2 {
    position: absolute;
    left: 60%;
    bottom: 0;
    margin-left: -2.1875rem;
    /* display: none; */
}

#li2>li {
    width: 10px;
    height: 10px;
    background-color: #ccc;
    border-radius: 50%;
    margin-right: 5px;
    float: left;
    cursor: pointer;
}

#li2>.on {
    background-color: #ae1b0f;
}

#an2 {
    display: none;
}

#an2 a {
    position: absolute;
    top: 40%;
    margin-top: -1.25rem;
    width: 1.5rem;
    height: 4.0625rem;
    background-color: rgba(0, 0, 0, .3);
    text-align: center;
    line-height: 4.0625rem;
    color: #fff;
    font-family: "宋体";
    font-weight: 600;
    font-size: 1rem;
}

#an2 a:hover {
    background-color: rgba(0, 0, 0, .8);
}

#an2 .an-a2 {
    right: 0;
}


/* 客户案例sm */

.casesm {
    display: none;
    padding: 3.75rem 2.5rem 0.75rem;
    background: url(../images/khalsm.png);
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    color: #fff;
}

.casesm .businesssm_hd p {
    color: #fff;
    margin-bottom: 0;
}

.casesm_bd {
    margin-top: 2.5rem;
    width: 115%;
    height: 13.9375rem;
    overflow-x: scroll;
    overflow-y: scroll;
}

.casesm_bd ul {
    /*width: 57.4375rem;*/
    width: 79rem;
}

.casesm_bd ul li {
    float: left;
    color: #111;
    width: 18.4375rem;
    margin-right: 1.0625rem;
    background-color: #fff;
    border-radius: .625rem;
    box-sizing: border-box;
    padding: .9375rem;
}

.casesm_bd ul li:last-child {
    margin-right: 0;
}

.casesm_bd_hd {
    height: 2.8125rem;
}

.casesm_bd_hd img {
    height: 100%;
    vertical-align: top;
}

.casesm_bd_hd>div {
    display: inline-block;
    margin-left: .5rem;
    width: 12.5rem;
}

.casesm_bd_hd>div h3 {
    font-size: .75rem;
}

.casesm_bd_hd>div p {
    font-size: .6875rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: .625rem;
    color: #a7a7a7;
}

.casesm_bd_bd {
    margin-top: .75rem;
}

.casesm_bd_bd h3 {
    font-size: .6875rem;
    overflow:hidden;
    text-overflow:ellipsis; 
    white-space:nowrap;
}

.casesm_bd_bd p {
    margin: .625rem 0 .5rem;
}

.casesm_bd_bd p,
.casesm_bd_bd span {
    font-size: .5625rem;
}

.casesm_bd_bd span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}


/* 保障与承诺sm */

.guaranteesm {
    display: none;
    overflow: hidden;
    padding: 3rem 2.5rem;
}

.guaranteesm_bd {
    margin-top: 2.8125rem;
}

.guaranteesm_bd ul li {
    position: relative;
    box-sizing: border-box;
    padding-left: 1.875rem;
    font-size: .75rem;
    margin-bottom: 1.6875rem;
}

.guaranteesm_bd ul li:last-child {
    margin-bottom: 0;
}

.guaranteesm_bd ul li p {
    color: #999;
    margin-top: .875rem;
}

.guaranteesm_bd ul li>span {
    position: absolute;
    width: 1.375rem;
    height: 1.375rem;
    border-radius: 50%;
    text-align: center;
    font-size: .9375rem;
    top: 0;
    left: 0;
    color: #fff;
    background-color: #c6180a;
}


/* 律所荣誉sm */

.honorsm {
    display: none;
    padding: 3.75rem 2.5rem 0.75rem;
    background-color: #f5f5f5;
    overflow: hidden;
}

.honorsm_bd {
    margin-top: 3.75rem;
    width: 115%;
    height: 13.4375rem;
    overflow-x: scroll;
    overflow-y: scroll;
}

.honorsm_bd ul {
    width: 72.5625rem;
}

.honorsm_bd ul li {
    width: 11.3125rem;
    height: 11.25rem;
    background-color: #fff;
    float: left;
    margin-right: .78125rem;
    position: relative;
    overflow: hidden;
}

.honorsm_bd ul li div {
    position: absolute;
    font-size: .5rem;
    text-align: center;
    height: 2.1875rem;
    line-height: 2.1875rem;
    bottom: 0;
    background-color: #111;
    color: #fff;
    opacity: 0.5;
    width: 100%;
}
.honorsm_bd ul li img {
    width: 100%;
    height: 100%;
}

/* 法律知识sm */

.lawsm {
    display: none;
    padding: 3.75rem 2.5rem;
}

.lawsm_tab {
    margin-top: 2.5rem;
    margin-bottom: 1.875rem;
}

.lawsm_tab ul li {
    float: left;
    font-size: .6875rem;
    margin-right: .8125rem;
    color: #999999;
}

.lawsm_tab ul li:last-child {
    margin-right: 0;
}

.lawsm_tab ul .lawsm_tabs {
    color: #111;
}

.lawsm_tab_wz>ul>li {
    display: none;
}

.lawsm_tab_wz>ul>li:first-child {
    display: block;
}

.lawsm_tab_wzls li {
    height: 4.90625rem;
    overflow: hidden;
    box-sizing: border-box;
    padding: .8125rem;
    background-color: #fff;
    border-radius: .3125rem;
    box-shadow: 0 0px 7px -2px rgba(22, 35, 49, 0.6);
    margin-bottom: .96875rem;
}

.lawsm_tab_wzls li:last-child {
    margin-bottom: 0;
}

.lawsm_tab_wzls li>div {
    float: left;
}

.lawsm_tab_time {
    width: 25%;
    text-align: center;
    box-sizing: border-box;
    padding-right: .8125rem;
    border-right: 1px solid #dddddd;
    /*margin-right: 0.8125rem;*/
    margin-right: 5%;
}

.lawsm_tab_time p {
    font-size: 1.125rem;
    margin-bottom: 1rem;
}

.lawsm_tab_time>div {
    font-size: .75rem;
}

.lawsm_tab_txt {
    /*width: 12rem;*/
    width: 70%;
    float: right;
    font-size: .75rem;
}
.lawsm_tab_txt p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.lawsm_tab_txt div {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /*margin-top: .8125rem;*/
    margin-top: 0.5rem;
    color: #999999;
}


/* 获取方案sm */

.programmesm {
    display: none;
    padding: 3.75rem 2.5rem;
    background: url(../images/hqfasm.png);
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    color: #fff;
}

.programmesm .businesssm_hd p {
    color: #fff;
}

.programmesm .businesssm_hd p span {
    font-weight: 700;
    font-size: .9375rem;
    color: #fff;
}

.programmesm_bd {
    margin-top: 2.1875rem;
}

.programmesm_bd input {
    width: 100%;
    margin-bottom: .9375rem;
    height: 2.5rem;
    border-radius: 1.25rem;
    border: none;
    outline: none;
    padding-left: 1.25rem;
    font-size: .75rem;
    box-sizing: border-box;
}

.programmesm_bd a {
    display: block;
    width: 100%;
    height: 2.5rem;
    text-align: center;
    line-height: 2.5rem;
    border-radius: 1.25rem;
    font-size: .875rem;
    color: #fff;
    background-color: #921a11;
}


/* 悬浮底部sm */

.floatsm {
    display: none;
    position: fixed;
    bottom: 0;
    overflow: hidden;
    width: 100%;
    height: 2.5625rem;
    line-height: 2.5625rem;
}

.floatsm>div {
    /* display: none; */
    float: left;
    width: 50%;
    background-color: #fff;
    height: 100%;
    text-align: center;
}

.floatsm>div a {
    font-size: .6875rem;
}

.floatsm>div img {
    width: 1.25rem;
    height: 1.25rem;
}

.floatsm>div:first-child {
    width: 50%;
    background-color: #921a11;
}

.floatsm>div:first-child a {
    color: #fff;
}


/* 底部 */

.footsm {
    display: none;
}

.footsm img {
    width: 11.5625rem;
    height: 5rem;
    margin: 0 auto;
    display: block;
}

.footsm ul {
    overflow: hidden;
    margin: 1.5625rem 0;
}

.footsm ul li {
    float: left;
    width: 20%;
    text-align: center;
}

.footsm ul li a {
    color: #aaaaaa;
    font-size: .75rem;
}

.footsm .rwmsm {
    width: 6.25rem;
    height: 6.25rem;
}

.footsm p {
    font-size: .75rem;
    text-align: center;
    margin: .9375rem 0 1.5625rem;
}

.footsm>a {
    display: block;
    text-align: center;
    color: #666666;
    font-size: .75rem;
}


/* 遮罩层 */

.mask {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #111;
    opacity: 0.5;
    z-index: 10;
    display: none;
}


/* 侧边导航sm */

.sidenavsm {
    display: none;
    position: fixed;
    height: 100%;
    width: 15rem;
    background-color: #fff;
    z-index: 11;
    top: 0;
    right: -15rem;
    box-sizing: border-box;
    padding: 2.1875rem;
    transition: all 0.5s;
}

.sidenavsm>img {
    width: 100%;
}

.sidenavsm ul {
    margin-top: 1.875rem;
    border-top: 1px solid #dddddd;
}

.sidenavsm ul li {
    font-size: .9375rem;
    margin-top: 1.875rem;
    height: 1.25rem;
    line-height: 1.25rem;
}

.sidenavsm ul li img {
    width: 1.1875rem;
    height: 1.1875rem;
    margin-right: 1rem;
}

.sidenavsm_xz a {
    font-weight: 700;
}


/* 大硕介绍sm */

.introducesm {
    display: none;
    padding: 3.75rem 2.5rem;
    background: url(../images/dsjssm.png);
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.introducesm_bd {
    margin: 2.5rem 0;
    font-size: .75rem;
    color: #999999;
    line-height: 1.6;
}

.introducesm ul li {
    float: left;
    width: 3.125rem;
    height: 2.75rem;
    margin-right: 1.9375rem;
}

.introducesm ul li:last-child {
    margin-right: 0;
}

.introducesm ul li span {
    font-size: 1.25rem;
    font-weight: 700;
    color: #ae1b0f;
}

.introducesm ul li span em {
    font-size: .6875rem;
}

.introducesm ul li p {
    font-size: .75rem;
    margin-top: 1rem;
}


/* 服务流程sm */

.processsm {
    display: none;
    padding: 3.75rem 2.5rem;
    background-color: #f5f5f5;
}

.processsm ul {
    margin-top: 1.5625rem;
}

.processsm ul li {
    position: relative;
    float: left;
    width: 3.90625rem;
    height: 3.90625rem;
    border-radius: 5px;
    background-color: #fff;
    margin-right: .9375rem;
}

.processsm ul li>img {
    width: 1.875rem;
    height: 1.875rem;
    display: block;
    margin: 0 auto;
    margin-top: .625rem;
}

.processsm ul li>p {
    font-size: .75rem;
    font-weight: 700;
    text-align: center;
}

.processsm ul li div {
    position: absolute;
    right: -0.625rem;
    top: 1.25rem;
}

.processsm ul li div img {
    width: .40625rem;
    height: .8125rem;
}

.processsm ul li:last-child {
    margin-right: 0;
}


/* 新闻资讯sm */

.infosm {
    display: none;
}

.infosm_tab ul .infosm_tabs {
    color: #000;
}

.infosm_tab {
    height: 2.5rem;
    line-height: 2.5rem;
    padding: 0 2.5rem;
    font-size: .6875rem;
    box-shadow: 0 6px 12px -12px #000;
}

.infosm_tab ul li {
    float: left;
    width: 20%;
    text-align: center;
    color: #999999;
}

.infosm_tab_wz {
    padding: 1.4375rem 2.5rem;
}

.infosm_tab_wz>ul>li {
    display: none;
}
.infosm_tab_wz>ul>li>a {
    font-size: .875rem;
    display: block;
    width: 5rem;
    border: 1px solid #999;
    color: #999;
    text-align: center;
    margin: .875rem auto 0;
}
.infosm_tab_wz>ul>li:first-child {
    display: block;
}

.infosm_tab_wzls li {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 1.125rem;
    margin-bottom: 1.25rem;
}

.infosm_tab_wzls li:last-child {
    margin-bottom: 0;
}

.infosm_tab_wzls li h3 a {
    font-size: .875rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.infosm_tab_wzls li p {
    font-size: .6875rem;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin: .8125rem 0;
}

.infosm_tab_wzls li span {
    font-size: .625rem;
    color: #d3d3d3;
}


/* 新闻详情sm */

.detailssm {
    display: none;
}

.detailssm_nav {
    font-size: .6875rem;
    color: #a0a0a0;
    padding: 0 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    box-shadow: 0 6px 12px -12px #000;
}

.detailssm_nav a {
    color: #a0a0a0;
}

.detailssm_nav span {
    color: #333;
}

.detailssm_bd {
    padding: 1.6875rem 2.5rem;
    line-height: 1.6;
}

.detailssm_bd>h3 {
    font-size: .9375rem;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.detailssm_bd>p {
    padding: 1.25rem 0;
    font-size: .625rem;
    border-bottom: 1px solid #dddddd;
    color: #999;
}

.detailssm_bd>p img {
    height: .625rem;
    vertical-align: baseline;
    margin-right: .3125rem;
}

.detailssm_bd>p>img:nth-child(3) {
    margin-left: .625rem;
}

.detailssm_bd>p>a {
    float: right;
}

.detailssm_bd_nav {
    padding: 1.5625rem 0;
    color: #333;
    font-weight: 300;
}


/* 北京律师事务所相关信息sm */

.relevantsm {
    padding: 3.125rem 2.5rem;
    display: none;
}

.relevantsm_bd {
    margin-top: 2.5rem;
    display: none;
}

.relevantsm_bd ul li {
    float: left;
    width: 33.33%;
    margin-bottom: 2.5rem;
}

.relevantsm_bd ul li:nth-child(n+4) {
    margin-bottom: 0;
}

.relevantsm_bd ul li span {
    font-size: 1.5rem;
    color: #ae1b0f;
    font-weight: 700;
}

.relevantsm_bd ul li span em {
    font-size: .6875rem;
    font-weight: 400;
}

.relevantsm_bd ul li p {
    font-size: .9375rem;
    margin-top: .8125rem;
}


/* 服务宗旨sm */

.servicesm {
    padding: 3.125rem 2.5rem;
    display: none;
    background: url(../images/fwzzsm.png);
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.servicesm_bd {
    margin-top: 1.875rem;
}

.servicesm_bd ul li {
    width: 50%;
    text-align: center;
    float: left;
    box-sizing: border-box;
    padding: 0 1.09375rem;
    margin-bottom: 2.0625rem;
}

.servicesm_bd ul li:nth-child(n+3) {
    margin-bottom: 0;
}

.servicesm_bd ul li h3 {
    font-size: .9375rem;
    margin: 1rem 0 .75rem;
}

.servicesm_bd ul li p {
    font-size: .6875rem;
    color: #b4b4b4;
}

.servicesm_bd ul li img {
    width: 1.6875rem;
    height: 1.6875rem;
}


/* 走进大硕sm */

.entersm {
    display: none;
    padding: 3.125rem 2.5rem;
}

.entersm_tab {
    margin-bottom: 1.875rem;
}

.entersm_tab ul li {
    float: left;
    margin-right: 1.25rem;
    font-size: .6875rem;
    color: #999999;
}

.entersm_tab ul .entersm_tabs {
    color: #000;
}

.entersm_tab_nav ul li {
    display: none;
}

.entersm_tab_nav ul li:first-child {
    display: block;
}

.entersm_tab_nav ul li p {
    color: #999999;
    font-size: .75rem;
    line-height: 1.6;
    margin-bottom: 2rem;
}

.entersm_tab_nav ul li img {
    width: 100%;
}


/* 联系我们sm */

.contactussm {
    display: none;
    padding: 3.125rem 2.5rem;
}

.contactussm_bd {
    margin-top: 2.1875rem;
}

.contactussm_bd ul li {
    margin-bottom: 1.875rem;
}

.contactussm_bd ul li div {
    display: inline-block;
    font-size: .75rem;
    font-weight: 400;
    color: #aaaaaa;
    width: 15rem;
}

.contactussm_bd ul li div h3 {
    color: #333;
    margin-bottom: .5625rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.contactussm_bd ul li div p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.contactussm_bd ul li img {
    height: 1.5625rem;
    vertical-align: super;
    margin-right: 1.0625rem;
}

.contactussm>img {
    width: 100%;
}

/*友情链接*/
.Links {
    padding: 20px 0;
    border-top: 1px solid #ae1b0f;
    font-size: 14px;
    font-weight: 300;
    transition: all 0.5s;
}
.Links a:hover {
    color: #ae1b0f;
}

/* 加载特效 */

.testing_jz {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 64px;
    height: 64px;
}

.testing_jz>div {
    width: 16px;
    height: 16px;
    margin-top: -8px;
    margin-left: -8px;
    position: absolute;
    background-color: #333;
    border-radius: 50%;
    animation: ball-spin-clockwise 1s infinite ease-in-out;
}

.testing_jz>div:nth-child(1) {
    top: 5%;
    left: 50%;
    -webkit-animation-delay: -.875s;
    -moz-animation-delay: -.875s;
    -o-animation-delay: -.875s;
    animation-delay: -.875s;
}

.testing_jz>div:nth-child(2) {
    top: 18.1801948466%;
    left: 81.8198051534%;
    -webkit-animation-delay: -.75s;
    -moz-animation-delay: -.75s;
    -o-animation-delay: -.75s;
    animation-delay: -.75s;
}

.testing_jz>div:nth-child(3) {
    top: 50%;
    left: 95%;
    -webkit-animation-delay: -.625s;
    -moz-animation-delay: -.625s;
    -o-animation-delay: -.625s;
    animation-delay: -.625s;
}

.testing_jz>div:nth-child(4) {
    top: 81.8198051534%;
    left: 81.8198051534%;
    -webkit-animation-delay: -.5s;
    -moz-animation-delay: -.5s;
    -o-animation-delay: -.5s;
    animation-delay: -.5s;
}

.testing_jz>div:nth-child(5) {
    top: 94.9999999966%;
    left: 50.0000000005%;
    -webkit-animation-delay: -.375s;
    -moz-animation-delay: -.375s;
    -o-animation-delay: -.375s;
    animation-delay: -.375s;
}

.testing_jz>div:nth-child(6) {
    top: 81.8198046966%;
    left: 18.1801949248%;
    -webkit-animation-delay: -.25s;
    -moz-animation-delay: -.25s;
    -o-animation-delay: -.25s;
    animation-delay: -.25s;
}

.testing_jz>div:nth-child(7) {
    top: 49.9999750815%;
    left: 5.0000051215%;
    -webkit-animation-delay: -.125s;
    -moz-animation-delay: -.125s;
    -o-animation-delay: -.125s;
    animation-delay: -.125s;
}

.testing_jz>div:nth-child(8) {
    top: 18.179464974%;
    left: 18.1803700518%;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
}

@keyframes ball-spin-clockwise {
    0%,
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
    20% {
        opacity: 1
    }
    80% {
        opacity: 0;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0)
    }
}