.foot {
    position: absolute;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 16px;
    background: rgba(0, 0, 0, .75);
    bottom: 0;
    left: 0;
    z-index: 9999999;
}

.footnews {
    width: 250px;
}

.pccaselist {
    overflow: hidden;
}

.foottop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footcom h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}

.footcom h2 span {
    font-size: 14px;
    font-weight: bold;
    margin-left: 5px;
    color: #fff;
    opacity: .9;
    line-height: 20px;
}

.footcomtitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 20px;
}

.footcomtitle img {
    display: inline-block;
    vertical-align: top;
}

.foottop {
    padding-bottom: 17px;
    border-bottom: 1px solid rgba(255, 255, 255, .151);
}

.foottop .footmore {
    height: 12px;
    font-size: 12px;
    color: #E93F45;
    line-height: 12px;
}

.foottop .footmore strong {
    margin-left: 4px;
    width: 12px;
    height: 12px;
    display: inline-block;
}

.foottop .footmore img {
    display: block;
    width: 100%;
    height: 100%;
}

.footnews ul li,
.footcase ul li {
    font-size: 12px;
    margin-bottom: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.footnews ul li:last-child,
.footcase ul li:last-child {
    margin-bottom: 0;
}

.footnews ul li a,
.footcase ul li a {
    color: #fff;
    opacity: .7;
}

.footvedio {
    margin-right: 80px;
}

.footbot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 17px;
}

.footbottel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footbot p {
    font-size: 12px;
}

.footbottel p {
    margin-right: 5px;
}

.footvediocon img {
    width: 80px;
    height: 80px;
}


/* 关于大禹页面的样式 */


/* .bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
} */

.about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.channelcommonlef {
    width: 234px;
    margin-right: 30px;
}

.aboutrig {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.channelcommonlef ul {
    margin-bottom: 20px;
}

.channelcommonlef ul li {
    height: 40px;
    padding: 11px 20px 13px 20px;
}

.channelcommonlef ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 100%;
}

.channelcommonlef ul li a span:nth-child(1) {
    font-size: 12px;
    color: #222222;
    float: left;
    margin-right: 130px;
}

.channelcommonlef ul li a span:nth-child(2) {
    width: 10px;
    height: 10px;
    float: right;
}

.channelcommonlef ul li:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.channelcommonlef ul li.active a::before {
    position: absolute;
    content: '';
    width: 4px;
    height: 14px;
    left: -20px;
    background: #E93F45;
    top: 50%;
    margin-top: -7px;
}

.channelcommonlef ul li.active a span:nth-child(1) {
    font-size: 12px;
    color: #E93F45;
    font-weight: bold;
}

.channelcommonlef ul li a span img {
    width: 100%;
    height: 100%;
}

.contact h2 {
    font-size: 14px;
    color: #222222;
    font-weight: bold;
    margin-bottom: 17px;
}

.xyuan {
    width: 14px;
    height: 14px;
    display: inline-block;
}

.xyuan img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.flexstarttext {
    font-size: 12px;
    color: #333;
    margin-left: 6px;
}

.worktime {
    font-size: 12px;
    color: #666;
    padding-left: 20px;
    margin-bottom: 20px;
}

.aboutrigtext p {
    font-size: 14px;
    line-height: 26px;
    color: #5D5D5D;
    text-indent: 2em;
    margin-bottom: 20px;
}

.aboutrigtext img {
    width: 100%;
    margin-bottom: 20px;
}


/* 律师团队样式 */

.team h3 {
    margin-bottom: 30px;
}

.teamcon {
    width: 900px;
    margin: 0 auto;
}

.teamintro {
    width: 100%;
    height: 88px;
    font-size: 14px;
    color: #5D5D5D;
    line-height: 26px;
    text-indent: 2em;
    margin-bottom: 30px;
}

.teamcon h4 {
    width: 100%;
    height: 19px;
    font-size: 14px;
    font-weight: bold;
    color: #5A5A5A;
    line-height: 19px;
    margin-bottom: 21px;
}

.zmsearch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.zmsearch span {
    width: 36px;
    height: 36px;
    border-radius: 36px;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    cursor: pointer;
    display: inline-block;
}

.zmsearch {
    padding-bottom: 9px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 24px;
}

.zmsearch span.active {
    color: #fff;
    background: #BBBBBB;
}

#formsearch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#formsearch .form-group {
    width: 420px;
    margin-bottom: 16px;
}

#formsearch .form-group label {
    width: 100%;
    height: 26px;
    font-size: 14px;
    color: #5D5D5D;
    line-height: 26px;
    margin-bottom: 8px;
    display: block;
}

#formsearch .form-group input,
#formsearch .form-group select {
    display: block;
    width: 100%;
    height: 32px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding-left: 12px;
    color: #999999;
}

#formsearch .form-group input::-webkit-input-placeholder {
    color: #999999;
}

#formsearch .form-group input:-ms-input-placeholder {
    color: #999999;
}

#formsearch .form-group input::-ms-input-placeholder {
    color: #999999;
}

#formsearch .form-group input::placeholder {
    color: #999999;
}

#formsearch .form-group option {
    color: #999999;
}

.searchbtn {
    width: 104px;
    height: 36px;
    background: rgba(51, 51, 51, 1);
    border-radius: 3px;
    font-size: 14px;
    color: rgba(255, 255, 255, .85);
    border: none;
    margin-top: 8px;
}


/* 律师团队列表 */

.teamlistletter {
    width: 100%;
    height: 40px;
    background: #fff;
    -webkit-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.04);
    border-radius: 20px;
    opacity: 0.8;
    padding-left: 3px;
    padding-right: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}

.teamlistletter span {
    width: 34px;
    height: 34px;
    border-radius: 18px;
    color: #5A5A5A;
    text-align: center;
    line-height: 34px;
    font-size: 14px;
    cursor: pointer;
}

.teamlistletter span.active {
    background: #E93F45;
    color: #fff;
}

.lslist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.lslistlef {
    width: 194px;
    margin-right: 50px;
}

.lslistlef h3 {
    width: 100%;
    height: 19px;
    font-size: 14px;
    font-weight: bold;
    color: #222222;
    line-height: 19px;
    padding-left: 20px;
    margin-bottom: 20px;
}

.lssearchbtn {
    width: 100%;
    height: 36px;
    line-height: 36px;
    background: #333333;
    border-radius: 3px;
    font-size: 14px;
    text-align: center;
    opacity: .85;
}

.lslistrig {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.lslistrig li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 300px;
    margin-bottom: 30px;
}

.lslistrig .lsinfo h4 {
    width: 100%;
    height: 26px;
    font-size: 20px;
    font-weight: bold;
    color: #222222;
    line-height: 26px;
    margin-bottom: 4px;
}

.lsinfo>span {
    display: block;
    width: 100%;
    height: 16px;
    font-size: 12px;
    color: #999999;
    line-height: 16px;
    margin-bottom: 18px;
}

.lsimg {
    width: 124px;
    height: 174px;
    background: red;
    border-radius: 10px;
    margin-right: 12px;
}


/* 业务领域样式 */

.busarealist li {
    float: left;
    margin-right: 15px;
    margin-bottom: 16px;
}

.busarealist li:nth-child(4n) {
    margin-right: 0;
}

.busarealist li a {
    display: block;
    width: 288px;
    height: 66px;
    position: relative;
}

.busarealist li a::before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background: #fff;
    position: absolute;
    left: 27px;
    top: 50%;
    margin-top: -2px;
}

.busarealist li a img {
    width: 100%;
    height: 100%;
}

.busarealist li a span {
    position: absolute;
    display: block;
    width: 288px;
    height: 66px;
    font-size: 14px;
    line-height: 66px;
    color: #fff;
    top: 0;
    padding-left: 39px;
}


/* 诉讼页面样式 */

.litigationcon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.litigationlef {
    width: 234px;
    margin-right: 30px;
}

.litigationitem h3 {
    width: 100%;
    height: 19px;
    line-height: 19px;
    margin-bottom: 21px;
}

.litigationh3 {
    font-size: 14px;
    font-weight: bold;
    color: #222;
}

.litigationitem li {
    margin-bottom: 17px;
}

.litigationitem li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.litigationitem li a:hover {
    color: #E93F45;
}

.litigationitem li a .lsimg {
    width: 40px;
    height: 40px;
    border-radius: 10px;
}

.litigationitem li a h4 {
    width: 100%;
    height: 16px;
    font-size: 12px;
    font-weight: bold;
    color: #333333;
    line-height: 16px;
    margin-bottom: 9px;
}

.litigationcase {
    margin-bottom: 43px;
}

.litigationcase li {
    margin-bottom: 10px;
}

.litigationcase li:last-child {
    margin-bottom: 0;
}

.litigationcase li a {
    width: 100%;
    height: 16px;
    font-size: 12px;
    color: #5A5A5A;
    line-height: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    padding-left: 9px;
}

.litigationcase li a::before {
    content: '';
    position: absolute;
    width: 3px;
    height: 3px;
    background: rgba(198, 198, 198, 1);
    left: 0;
    top: 50%;
    -webkit-transform: translateY(50);
    transform: translateY(50);
}

.litigationmore {
    color: #999999;
    margin-right: 5px;
}

.litigationrig {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.litigationrig h1 {
    width: 100%;
    height: 31px;
    font-size: 24px;
    font-weight: bold;
    color: #222222;
    line-height: 31px;
    text-align: center;
    margin-bottom: 20px;
    display: block;
}

.litigationrig p {
    width: 100%;
    font-size: 14px;
    color: #5A5A5A;
    line-height: 26px;
    text-indent: 2em;
}

.litigationrig .p1 {
    margin-bottom: 14px;
}

.litigationrig .p2 {
    margin-bottom: 8px;
}

.litigationrig .item {
    margin-bottom: 30px;
}

.litigationrig .item h3 {
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    line-height: 26px;
    margin-bottom: 11px;
}

.litigationrig .item ul {
    padding-left: 30px;
}

.litigationrig .item li {
    font-size: 14px;
    color: #5A5A5A;
    line-height: 28px;
}


/* 新闻详情页样式 */

.newsdetaibot {
    padding-bottom: 169px;
}

.newscon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.newsconrig {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.newsconriglist {
    margin-bottom: 30px;
}

.newsconriglist li a {
    width: 100%;
    height: 48px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    color: #5A5A5A;
}

.newsconriglist li a:hover {
    color: #E93F45;
}

.pages a,
.pages span {
    display: inline-block;
    height: 32px;
    text-align: center;
    font-size: 12px;
    color: #999999;
    line-height: 32px;
    border-radius: 4px;
    border: 1px solid rgba(187, 187, 187, 1);
}

.pages a:hover {
    background: #E93F45;
    color: #fff;
}

.newsdetail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.newsdetailrig {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.newsdetailrig h1 {
    width: 100%;
    height: 31px;
    font-size: 24px;
    font-weight: bold;
    color: rgba(34, 34, 34, 1);
    line-height: 31px;
    text-align: center;
    margin-bottom: 21px;
    display: block;
}

.newsdetailrig .share {
    margin-bottom: 30px;
}

.newsdetailrig .text {
    width: 100%;
    font-size: 14px;
    color: #5A5A5A;
    line-height: 26px;
    margin-bottom: 60px;
}

.newsdetailrig .text p {
    margin-bottom: 25px;
    text-indent: 2em;
}

.tabarc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.tabarc span,
.tabarc a {
    color: #5A5A5A;
    font-size: 12px;
}

.tabarc {
    padding-bottom: 20px;
    border-bottom: 3px solid #333;
    margin-bottom: 20px;
}

.detaillist ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.detaillist ul li {
    width: 50%;
    position: relative;
    padding-left: 8px;
    margin-bottom: 14px;
}

.detaillist ul li a:hover {
    color: #E93F45;
}

.detaillist h2 {
    margin-bottom: 14px;
}


/* 分所加盟样式 */

.join {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.joinrig {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.jointext {
    width: 100%;
    font-size: 14px;
    color: #5A5A5A;
    line-height: 26px;
    text-indent: 2em;
}


/* 成功案例样式 */

.casedetail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.caselist ul li {
    margin-bottom: 20px;
}

.caselist ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.caselist ul li .sfimg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 146px;
    flex: 0 0 146px;
    height: 109px;
    margin-right: 15px;
    border-radius: 10px;
    position: relative;
}

.sftips {
    position: absolute;
    width: 28px;
    height: 18px;
    background: rgba(233, 63, 69, 1);
    border-radius: 2px;
    left: 6px;
    top: 6px;
    font-size: 10px;
    -webkit-transform: scale(.741);
    transform: scale(.741);
    text-align: center;
    line-height: 18px;
    color: #fff;
}

.caselist ul li img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.caselist ul li .sfimg .caselistrig {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.caselistrig {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.caselistrig h4 {
    width: 100%;
    height: 19px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    line-height: 19px;
    margin-bottom: 12px;
}

.caselistrig em {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 36px;
    flex: 0 0 36px;
    font-size: 12px;
    color: #999999;
    line-height: 16px;
}

.caselistrig span {
    width: auto;
    font-size: 12px;
    font-weight: 400;
    color: #5A5A5A;
    line-height: 17px;
}

.casedetaillef {
    width: 234px;
    margin-right: 30px;
}

.casedetailrig {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.casedetailrig h1 {
    width: 100%;
    height: 31px;
    font-size: 24px;
    font-weight: bold;
    color: #222222;
    line-height: 31px;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    display: block;
}

.casedetailrig h1 img {
    position: absolute;
    right: 0;
}

.casedetailrig .textitem {
    margin-bottom: 40px;
}

.casedetailrig .textitem h4 {
    margin-bottom: 20px;
}

.casedetailrig .textitem h4.bt2 {
    width: 80px;
    height: 24px;
    background: url('../images/casedetailtitle2.png') 0 0 no-repeat;
    font-size: 13px;
    color: #fff;
    line-height: 24px;
    padding-left: 7px;
}

.casedetailrig .textitem h4.bt1 {
    width: 51px;
    height: 24px;
    background: url('../images/casedetailtitle2.png') 0 0 no-repeat;
    font-size: 13px;
    color: #fff;
    line-height: 24px;
    padding-left: 7px;
}

.casedetailrig .textitem p {
    width: 100%;
    font-size: 14px;
    color: rgba(90, 90, 90, 1);
    line-height: 26px;
    text-indent: 2em;
    margin-bottom: 30px;
}

.jrus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.jrusrig {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.jrusrigitem h4 {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    position: relative;
    margin-bottom: 28px;
}

.jrusrigitem .jrus1 {
    margin-bottom: 81px;
}

.jrusrigitem h4 span {
    padding-left: 5px;
}

.jrusrigitem h4::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 15px;
    height: 3px;
    background: #E93F45;
}

.jrusrigitem li {
    width: 100%;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: rgba(90, 90, 90, 1);
    line-height: 15px;
    margin-bottom: 15px;
}

.jrusrigitem strong {
    margin-bottom: 15px;
    display: block;
}

.jrusemail {
    padding-top: 15px;
}

.jrusemail span:nth-child(1) {
    width: auto;
    font-size: 14px;
    color: rgba(90, 90, 90, 1);
    line-height: 15px;
}

.jrusemail span:nth-child(2) {
    color: #E93F45;
}


/* 律师团队样式 */

.lsdetail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.lsdetaillef {
    width: 234px;
    margin-right: 22px;
}

.lsdetailrig {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.lspeople {
    margin-bottom: 20px;
}

.lspeople img {
    width: 194px;
    height: 272px;
    display: block;
    margin: 0 auto 20px;
}

.lspeople h1 {
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    line-height: 26px;
    margin-bottom: 6px;
    text-align: center;
}

.lspeople p {
    width: 100%;
    font-size: 12px;
    color: rgba(153, 153, 153, 1);
    line-height: 16px;
    text-align: center;
}

.lsdetaillef_B {
    width: 195px;
    margin: 0 auto;
}

.lsdetaillef_B ul {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    margin-bottom: 22px;
}

.lsdetaillef_B li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.arrowbk {
    width: 10px;
    height: 10px;
    background: url('../images/huiarrow.png') center center no-repeat;
    background-size: contain;
}

.lsdetaillef_B ul li.active .arrowbk {
    background: url('../images/redarrow.png') center center no-repeat;
    background-size: contain;
}

.arrowname {
    font-size: 12px;
    color: #222;
    margin-left: 8px;
}

.lsdetailrig {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.peopleintro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 20px;
}

.peopleintroitem {
    width: 50%;
    margin-bottom: 20px;
}

.peopleintroitem .span1 {
    font-size: 14px;
    color: rgba(153, 153, 153, 1);
    line-height: 19px;
}

.peopleintroitem .span2 {
    font-size: 14px;
    font-weight: bold;
    color: rgba(90, 90, 90, 1);
    line-height: 19px;
}

.intreoget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.intreoget>a {
    width: 108px;
    height: 32px;
    background: rgba(51, 51, 51, 1);
    border-radius: 3px;
}

.intreoget>a:nth-child(1) {
    margin-right: 24px;
}

.intreoget>a span {
    font-size: 14px;
    color: rgba(255, 255, 255, .85);
    line-height: 19px;
    margin-left: 6px;
}

.intreoget .bkout {
    width: 14px;
    height: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.intreoget {
    margin-bottom: 40px;
}

.zyjl {
    margin-bottom: 30px;
}

.zyjl h2,
.jybg h2,
.dbyj h2 {
    font-size: 13px;
    font-weight: bold;
    color: rgba(34, 34, 34, 1);
    line-height: 17px;
    margin-bottom: 16px;
}

.zyjl p {
    font-size: 14px;
    color: rgba(90, 90, 90, 1);
    line-height: 26px;
    text-indent: 2em;
}

.dbyj {
    margin-bottom: 30px;
}

.dbyj li,
.jybg ul li {
    font-size: 14px;
    color: rgba(90, 90, 90, 1);
    line-height: 19px;
    padding-left: 10px;
    position: relative;
    margin-bottom: 12px;
}

.dbyj li::before,
.jybg ul li::before {
    content: '';
    position: absolute;
    width: 3px;
    height: 3px;
    background: rgba(198, 198, 198, 1);
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (min-width: 780px) {
    .border-bottom {
        border-color: transparent;
    }
    #banner {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
    }
    #banner .swiper-container {
        width: 100%;
        height: 100%;
    }
    #banner .swiper-slide a {
        position: relative;
        width: 100%;
        height: 100%;
        display: block;
    }
    #banner .swiper-slide a .btext1 {
        position: absolute;
        left: 28.1%;
        top: 21%;
        width: 186px;
    }
    #banner .img1 {
        width: 100%;
        height: 100%;
    }
    #banner .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: 230px;
    }
    #banner .swiper-pagination-bullet {
        width: 24px;
        height: 8px;
        border-radius: 0;
        background: rgba(255, 255, 255, .6);
        opacity: 1;
    }
    #banner .swiper-pagination-bullet-active {
        background: #E93F45;
    }
}

@media screen and (max-width: 780px) {
    .foottop .footmore {
        height: 12px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 12px;
        color: #E93F45;
        line-height: 12px;
    }
    .webflex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .bot {
        margin-bottom: 24px;
    }
    .con {
        padding-left: 15px;
        padding-right: 15px;
        background: url('../images/conbg.jpg') top center no-repeat;
        background-size: 100%;
        padding-top: 24px;
    }
    .h1title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 20px;
    }
    .h1titlelef>img {
        width: 30px;
        height: 30px;
        margin-right: 8px;
    }
    .h1titlelef span {
        font-size: 17px;
        font-weight: bold;
        color: rgba(51, 51, 51, 1);
    }
    .h1titlerig span {
        font-size: 12px;
        color: #E93F45;
        margin-right: 4px;
    }
    .h1titlerig img {
        width: 12px;
        height: 12px;
        margin-right: 4px;
    }
    .list {
        padding-bottom: 24px;
    }
    .list li {
        font-size: 14px;
        margin-bottom: 24px;
        color: #666666;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .list li:last-child {
        margin-bottom: 0;
    }
    .list li.active a {
        color: #E93F45;
    }
    .con3 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .con3lef {
        margin-right: 15px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .con3rig {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .con3lef .vedio img,
    .con3rig .xcscfm img {
        width: 100%;
    }
    /* 关于大禹 */
    .about {
        display: block;
    }
    .aboutbot {
        margin-bottom: 22px;
    }
    .aboutrig {
        margin-bottom: 30px;
    }
    .aboutlink {
        width: 235px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 20px auto 31px;
    }
    .aboutlink a {
        width: auto;
        font-size: 15px;
        color: #222222;
        padding-bottom: 10px;
        position: relative;
    }
    .aboutlink a.active {
        color: #E93F45;
        font-weight: bold;
    }
    .aboutlink a.active::after {
        position: absolute;
        content: '';
        width: 15px;
        height: 2px;
        background: #E93F45;
        bottom: 0;
        left: 50%;
        margin-left: -7px;
    }
    .pdname {
        font-size: 17px;
        padding-bottom: 20px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    }
    /* 联系我们样式 */
    .contactUs {
        width: 100%;
    }
    .contacttop {
        width: 100%;
        height: 8px;
        margin-bottom: 30px;
        background: rgba(0, 0, 0, 0.1);
    }
    .mb24 {
        margin-bottom: 24px;
    }
    .contactlist li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .contactlist li img {
        width: 18px;
        height: 18px;
        margin-right: 10px;
    }
    .contactlist li:nth-child(3) {
        margin-bottom: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .contactlist li:nth-child(3) img {
        margin-top: 5px;
    }
    .contactlist li:nth-child(3) strong {
        line-height: 28px;
    }
    .contactlist li strong {
        font-size: 14px;
        color: #333333;
        line-height: 36px;
    }
    .ewm {
        width: 112px;
        margin: 0 auto;
    }
    .ewm img {
        width: 100%;
        height: 100%;
        margin-bottom: 15px;
    }
    .ewm p {
        font-size: 14px;
        color: #666666;
    }
    /* 律师团队 */
    .teambg {
        padding-top: 59px;
        background: url('../images/webteambg.png') 0 0 no-repeat;
        background-size: 100%;
    }
    .teambot {
        margin-bottom: 30px;
    }
    .teambot .webh1 {
        margin-top: 30px;
    }
    .teamcon {
        width: 100%;
    }
    .teamintro {
        width: 100%;
        height: auto;
    }
    .teamcon h4 {
        font-size: 17px;
        color: #222;
    }
    .zmsearch {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .zmsearch span {
        width: 24px;
        height: 24px;
        line-height: 24px;
        margin-bottom: 19px;
    }
    #formsearch .form-group input,
    #formsearch .form-group select {
        height: 48px;
    }
    .searchbtn {
        width: 100%;
        height: 48px;
        line-height: 48px;
        font-size: 16px;
    }
    /* 律师团队列表 */
    .teamlistbg {
        padding-top: 59px;
        background: url('../images/webteambg.png') 0 0 no-repeat;
        background-size: 100%;
    }
    .lslist {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .teamlistbg .lslistlef {
        width: 100%;
        margin-bottom: 20px;
    }
    .teamlistbg .lslistrig {
        padding-top: 20px;
        border-top: 1px solid rgba(0, 0, 0, .1);
    }
    .lslistrig .lsinfo h4 {
        display: inline-block;
        width: auto;
    }
    .lsinfo>span {
        display: inline-block;
        width: auto;
    }
    .flexstarttext {
        font-size: 14px;
    }
    .teamlistletter {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        background: transparent;
    }
    .teamlistletter span {
        width: 24px;
        height: 24px;
        line-height: 24px;
        margin-bottom: 24px;
    }
    .teamlistbot .webh1 {
        margin-top: 30px;
    }
    .lslist h3 {
        margin-top: 16px;
        margin-bottom: 20px;
        font-size: 14px;
        font-weight: bold;
        padding-left: 0;
    }
    .teamlistbot {
        margin-bottom: 30px;
    }
    /* 律师详情页 */
    .lsdetailbot {
        margin-bottom: 30px;
    }
    .lsdetail {
        display: none;
    }
    .weblsimg {
        width: 125px;
        margin: 0 auto 15px;
    }
    .weblsimg img {
        width: 100%;
        height: 175px;
        margin-bottom: 16px;
    }
    .weblsimg h1 {
        font-size: 21px;
        font-weight: bold;
        color: #222;
        line-height: 25px;
        text-align: center;
        margin-bottom: 8px;
    }
    .weblsimg p {
        font-size: 13px;
        color: #999999;
        line-height: 17px;
        text-align: center;
    }
    .weblsintro {
        padding-bottom: 20px;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
    }
    .weblsintro li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 15px;
    }
    .weblsintro li:last-child {
        margin-bottom: 0;
    }
    .weblsintro li strong {
        width: 70px;
        color: #999;
        line-height: 18px;
        font-size: 14px;
        text-align: justify;
    }
    .weblsintro li span {
        font-weight: bold;
        color: #5A5A5A;
        line-height: 18px;
        font-weight: bold;
    }
    .weblsxq .intreoget {
        margin-top: 20px;
        margin-bottom: 43px;
    }
    .webxqtab {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
    }
    .webxqtab a {
        padding-bottom: 15px;
        font-size: 14px;
        line-height: 18px;
        color: #999999;
    }
    .webxqtab a {
        margin-right: 30px;
        position: relative;
    }
    .webxqtab a.active {
        color: #E93F45;
        font-weight: bold;
    }
    .webxqtab a.active::after {
        position: absolute;
        content: '';
        width: 15px;
        height: 2px;
        background: #E93F45;
        left: 50%;
        margin-left: -8px;
        bottom: 0;
    }
    .tabtext {
        width: 100%;
        font-size: 14px;
        color: #5D5D5D;
        line-height: 28px;
        text-align: justify;
        text-indent: 2em;
    }
    .lvsearch .top {
        width: 100%;
        height: 8px;
        background: rgba(0, 0, 0, 0.1);
        margin-bottom: 30px;
    }
    .lvsearch h4 {
        font-size: 17px;
        color: #222;
        font-weight: bold;
        margin-bottom: 24px;
        padding-left: 28px;
        position: relative;
    }
    .lvsearch h4::after {
        position: absolute;
        content: '';
        left: 0;
        top: 50%;
        margin-top: -10px;
        width: 20px;
        height: 20px;
        background: url('../images/iconsearch.png') 0 0 no-repeat;
        background-size: cover;
    }
    .tabcon .swiper-slide {
        padding-top: 16px;
        padding-bottom: 10px;
    }
    /* 业务领域页面 */
    .busarealist {
        overflow: hidden;
    }
    .busarealist li {
        width: 100%;
    }
    .busarealist li a {
        width: 100%;
    }
    .busarealist li a span {
        font-size: 16px;
        font-weight: bold;
    }
    /* 诉讼业务页面 */
    .litigationbg {
        padding-top: 59px;
        background: url('../images/webteambg.png') 0 0 no-repeat;
        background-size: 100%;
    }
    .litigationcon {
        display: block;
    }
    .litigationlef {
        display: none;
    }
    .litigationrig {
        margin-bottom: 30px;
    }
    .litigationrig h1 {
        text-align: left;
        font-size: 17px;
    }
    .litigationrig .p2 {
        display: none;
    }
    .recomls .top {
        width: 100%;
        padding-left: -15px;
        padding-right: -15px;
        height: 8px;
        margin-bottom: 30px;
        background: rgba(0, 0, 0, 0.1);
    }
    .recomls h3 {
        font-size: 17px;
        color: #222;
        font-weight: bold;
        margin-bottom: 24px;
        padding-left: 36px;
        position: relative;
    }
    .recomls h3::after {
        position: absolute;
        content: '';
        left: 0;
        top: 50%;
        margin-top: -15px;
        width: 30px;
        height: 30px;
        background: url(../images/zanicon.png) 0 0 no-repeat;
        background-size: cover;
    }
    .recomlslist li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
    }
    .recomlslist li a .lsimg {
        width: 90px;
        height: 90px;
    }
    .recomlslist h4 {
        font-size: 21px;
        font-weight: bold;
        color: #222222;
        line-height: 25px;
        margin: 15px;
    }
    .xyuan {
        width: 18px;
        height: 18px;
        border: 0;
    }
    .flexstarttext {
        font-size: 14px;
        color: #5A5A5A;
    }
    .titlelist {
        padding-top: 40px;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
    }
    .titlelist:last-child {
        border-width: 0;
    }
    .titlelist .h1title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 20px;
    }
    .titlelist .h1titlelef {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .titlelist .h1titlelef img {
        margin-bottom: 0;
        margin-right: 8px;
    }
    .titlelist .h1titlelef span {
        font-size: 17px;
        color: #222222;
    }
    .h1titlerig img {
        margin-bottom: 0 !important;
    }
    /* 新闻页样式 */
    .pcnews {
        display: none;
    }
    .webnews {
        margin-bottom: 30px;
    }
    .titlelist {
        margin-bottom: 30px;
    }
    /* 新闻详情页 */
    .newsdetail .channelcommonlef {
        display: none;
    }
    .newsdetailrig h1 {
        height: auto;
        text-align: left;
    }
    .tabarc {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .tabarc .prve,
    .tabarc .next {
        overflow: hidden;
    }
    .tabarc .prve {
        margin-bottom: 17px;
    }
    .tabarc span {
        font-size: 14px;
        color: #999;
        float: left;
        margin-right: 5px;
    }
    .tabarc a {
        font-size: 14px;
        color: #5A5A5A;
        float: left;
        width: 320px;
    }
    .detaillist {
        display: none;
    }
    .newsdetaibot {
        margin-bottom: 30px;
    }
    /* 分所加盟样式 */
    .join {
        margin-bottom: 30px;
    }
    .joinbg {
        padding-top: 59px;
        background: url('../images/webaboutbg.png') 0 0 no-repeat;
        background-size: 100%;
    }
    .join .joinlef {
        display: none;
    }
    .joinbot {
        margin-bottom: 30px;
    }
    /* 成功案例样式 */
    .casebg {
        padding-top: 59px;
        background: url('../images/webcasebg.png') 0 0 no-repeat;
        background-size: 100%;
    }
    .pccaselist {
        display: none;
    }
    .casepage {
        display: none;
    }
    .weblist li {
        padding-bottom: 13px;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        margin-bottom: 20px;
    }
    .weblist li a h1 {
        font-size: 15px;
        font-weight: bold;
        color: #333333;
        line-height: 19px;
    }
    .weblist li a {
        display: block !important;
    }
    .weblist li a .leix {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 16px;
    }
    .weblist li a .leix strong {
        font-size: 14px;
        color: #999999;
        line-height: 18px;
    }
    .weblist li a .leix span {
        font-size: 14px;
        color: #5A5A5A;
    }
    .weblistcon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .weblistconimg {
        width: 102px !important;
        height: 77px !important;
        margin-right: 15px;
        position: relative;
    }
    .weblistconimg .ssicon {
        position: absolute;
        width: 25px;
        height: 16px;
        font-size: 12px;
        color: #fff;
        text-align: center;
        line-height: 16px;
        background: #E93F45;
        left: 5px;
        top: 5px;
    }
    .weblistcon img {
        width: 100%;
        height: 100%;
    }
    .weblistcon p {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        font-size: 14px;
        color: #5A5A5A;
        line-height: 28px;
    }
    .casebot {
        margin-bottom: 30px;
    }
    /* 成功案例详情页面 */
    .casedetailbg {
        padding-top: 59px;
        background: url('../images/webcasebg.png') 0 0 no-repeat;
        background-size: 100%;
    }
    .casedetail {
        display: block;
    }
    .casedetaillef {
        display: none;
    }
    .casedetailrig {
        width: 100%;
    }
    .casedetailrig h1 {
        font-size: 17px;
        height: auto;
        text-align: left;
    }
    .share {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .recomlslist li:last-child a {
        border: 0;
    }
    .casedetailbot {
        margin-bottom: 30px;
    }
    /* 加入我们的样式 */
    .jrusbg {
        padding-top: 59px;
        background: url('../images/webjoinusbg.png') 0 0 no-repeat;
        background-size: 100%;
    }
    .jrus {
        display: block;
        width: 100%;
    }
    .jrus .channelcommonlef {
        display: none;
    }
    .jrusrig {
        width: 100%;
    }
    .jrusrigitem .jrus1 {
        margin-bottom: 30px;
    }
    .jrusbot {
        margin-bottom: 30px;
    }
}
#xsl_friend{ font-size:12px; margin-top:5px;}
#xsl_friend a{font-size:12px; border-right:1px solid #666; padding:0px 5px;}
#xsl_friend a:last-child{border:0px;}