.wrap {
    position: relative;
    height: 100%;
}

.flex {
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}

.flexend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}

.flexstart {
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}

.flexss {
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}

.flexcc {
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}

.line {
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 1);
    opacity: 0.1;
}

.teambot {
    padding-bottom: 311px;
}

.aboutbot {
    padding-bottom: 183px;
}

.teamlistbot {
    padding-bottom: 98px;
}

.casebot {
    padding-bottom: 173px;
}

.lsdetailbot {
    padding-bottom: 117px;
}

.casedetailbot {
    padding-bottom: 167px;
}

.jrusbot {
    padding-bottom: 86px;
}


/* body的背景图 */

.aboutbg {
   /*  background: url('../img/abtbg.png') 0 0 no-repeat;*/
    background-size: 100% 100%;
}

.teambg {
    /*  background: url('../img/teambg.png') 0 0 no-repeat;*/
    background-size: 100% 100%;
}

.teamlistbg {
   /*   background: url('../img/teamlistbg.png') 0 0 no-repeat;*/
    background-size: 100% 100%;
}

.joinbg {
  /*    background: url('../img/joinbg.png') 0 0 no-repeat;*/
    background-size: 100% 100%;
}

.casebg {
   /*   background: url('../img/casebg.png') 0 0 no-repeat;*/
    background-size: 100% 100%;
}

.casedetailbg {
   /*   background: url('../img/casedetailbg.png') 0 0 no-repeat;*/
    background-size: 100% 100%;
}

.jrusbg {
   /*   background: url('../img/jrusbg.png') 0 0 no-repeat;*/
    background-size: 100% 100%;
}

.litigationbg {
  /*    background: url('../img/litigationbg.png') 0 0 no-repeat;*/
    background-size: 100% 100%;
}


/* 头部导航的样式 */

.head {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 88px;
    background: rgba(0, 0, 0, .75);
    z-index: 2;
}

.channelhead {
    width: 100%;
    height: 88px;
    background: rgba(0, 0, 0, .75);
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.headinner {
    width: 100%;
    height: 88px;
}

.headrig li {
    margin-left: 60px;
    position: relative;
}

.headrig li a {
    font-size: 16px;
    color: #fff;
    text-align: center;
    display: block;
    opacity: .8;
}

.headrig li a span {
    width: 100%;
    height: 11px;
    display: block;
    font-size: 11px;
    font-family: Helvetica;
    line-height: 11px;
    color: #fff;
    -webkit-transform: scale(.91);
            transform: scale(.91);
    margin-top: 4px;
    opacity: .4;
}

.headrig li.active::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    background: #E93F45;
    bottom: -26px;
}

.headrig li.active a {
    color: #E93F45;
}

.headrig li.active a span {
    color: #E93F45;
}


/* 频道页底部样式 */

.channelfoot {
    width: 100%;
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, .75);
}

.channelfootcon {
    width: 100%;
    height: 47px;
    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;
}


/* 频道页底部样式结束 */


/* 频道页相同的样式 */

.channelcom {
    padding-top: 42px;
}

.channelcom h1 {
    margin-bottom: 10px;
    display: none;
}

.channelcom h1 img {
    display: block;
    margin: 0 auto 8px;
}

.channelcom h1 span {
    display: block;
    width: 100%;
    height: 14px;
    line-height: 14px;
    text-align: center;
    font-size: 12px;
    color: #AAAAAA;
    /* transform: scale(.714); */
}

.pdname {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    font-size: 20px;
    font-weight: bold;
    color: #222;
    margin-bottom: 30px;
}

.pdname span {
    font-size: 12px;
    color: #AAAAAA;
    margin-left: 5px;
}

.share {
    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;
    margin-bottom: 32px;
}

.share span {
    font-size: 12px;
    color: rgba(153, 153, 153, 1);
    line-height: 16px;
}

.contact {
    margin-left: 20px;
}

.litigationitem {
    margin-left: 20px;
}

@media screen and (min-width: 780px) {
    #mobile-menu {
        display: none;
    }
    .webplace {
        display: none;
    }
    .channelcom .place {
        padding-bottom: 20PX;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        margin-bottom: 30px;
    }
    .channelcom .place span,
    .channelcom .place a {
        font-size: 12px;
    }
    .channelcom .webh1 {
        display: none;
    }
    .webfoot {
        display: none;
    }
    .contactUs {
        display: none;
    }
    .weblsxq {
        display: none;
    }
    .recomls {
        display: none;
    }
    .titlelist {
        display: none;
    }
    .webnews {
        display: none;
    }
    .uploadmore {
        display: none;
    }
    .weblist {
        display: none;
    }
    .border-B {
        border-bottom: 0px solid #ccc;
    }
    .con {
        display: none;
    }
    .banner {
        display: none;
    }
    .aboutlink {
        display: none;
    }
}


/* 手机端样式 */

@media screen and (max-width: 780px) {
    #mobile-menu {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        width: 240px;
        background-color: #fff;
        z-index: 999999;
        -webkit-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
        overflow-y: auto;
    }
    .mobile-nav ul {
        overflow: auto;
    }
    .mobile-nav ul li a {
        color: #666;
        display: block;
        padding: 1em 9%;
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        cursor: pointer;
        font-size: 16px !important;
        position: relative;
    }
    .mobile-nav ul li.active a {
        color: #E93F45;
        border-left: 4px solid #E93F45;
    }
    .mobile-nav ul li p {
        font-size: 15px;
        font-weight: bold;
    }
    .mobile-nav ul li span {
        font-size: 12px;
    }
    .show-nav {
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
    .hide-nav {
        -webkit-transform: translateX(-240px);
                transform: translateX(-240px);
    }
    #mask {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1090;
        background: rgba(0, 0, 0, .6);
    }
    /* 头部样式 */
    .headrig {
        display: none;
    }
    .head {
        height: 59px;
    }
    .channelhead {
        height: 59px;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 99999;
    }
    .nav-btn {
        position: fixed;
        left: 12px;
        top: 10px;
        z-index: 9999;
    }
    .mobile-nav-taggle {
        height: 35px;
        width: 35px;
        display: block;
        cursor: pointer;
        background: url(../images/icon_menu.png) 0 0 no-repeat;
        background-size: 100% 100%;
    }
    .headinner {
        width: 100%;
        height: 54px;
    }
    .headlef {
        width: 127px;
        height: 33px;
        margin: 0 auto;
    }
    .headlef img {
        height: 100%;
    }
    .container {
        width: 100%;
        padding: 0 15px;
    }
    .webnavtitle {
        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: 13px 15px;
        margin-bottom: 12px;
    }
    .webcha {
        width: 27px;
        height: 27px;
    }
    .webnavtitlelef {
        width: 127px;
        height: 33px;
    }
    .webnavtitlelef img {
        height: 100%;
    }
    #banner {
        display: none;
    }
    .banner .swiper-slide .img {
        width: 100%;
    }
    .banner .swiper-pagination-bullet {
        width: 12px;
        height: 4px;
        border-radius: 0;
        background: rgba(255, 255, 255, .6);
    }
    .banner .swiper-pagination-bullet-active {
        background: #E93F45;
        width: 12px;
        height: 4px;
    }
    .banner .swiper-slide a {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
    }
    .webimgtext {
        position: absolute;
        left: 50%;
        top: 75px;
        width: 223px;
        height: 86px;
        margin-left: -112px;
    }
    .webbtext1 {
        width: 60px;
        height: 70px;
        position: absolute;
        left: 16%;
        top: 75px;
    }
    .foot {
        display: none;
    }
    .channelfoot {
        display: none;
    }
    .webfoot {
        padding-top: 15px;
        padding-bottom: 16px;
        border-top: 1px solid rgba(0, 0, 0, .1);
    }
    .webfoot>p {
        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;
        font-size: 12px;
        color: #AAAAAA;
        margin-bottom: 7px;
    }
    .webfoot>p span:nth-child(2) {
        margin-left: 5px;
        margin-right: 5px;
    }
    /* 频道频道top样式 */
    .channelcom {
        padding-top: 0;
    }
    /* 各频道页背景样式 */
    .aboutbg {
        background: none;
        padding-top: 59px;
        background: url('../images/webaboutbg.png') 0 0 no-repeat;
        background-size: 100%;
    }
    .aboutlef {
        display: none;
    }
    .channelcom .webh1 {
        margin-bottom: 30px;
        margin-top: 30px;
    }
    .channelcom .webh1 img {
        width: 300px;
        display: block;
        margin: 0 auto 5px;
    }
    /* 共同的样式 */
    .channelcom .pch1 {
        display: none;
    }
    .place {
        display: none;
    }
    .webplace {
        width: 100%;
        height: 40px;
        background: rgba(255, 255, 255, 0.5);
        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;
        padding-left: 15px;
    }
    .webplace span:first-child {
        color: #999999;
    }
    .webplace a {
        color: #666666;
    }
    .uploadmore {
        width: 100%;
        height: 48px;
        font-size: 15px;
        color: #666666;
        display: block;
        line-height: 48px;
        text-align: center;
        border: 1px solid rgba(151, 151, 151, 1);
        border-radius: 8px;
    }
    .border-B {
        border-bottom: 8px solid rgba(0, 0, 0, 0.08) !important;
    }
}
@media screen and (min-width:980px){#xsl_nav,#xsl_di{display:none;}}
#xsl_di{width:100%; height:60px;}
#xsl_nav{position:fixed; height:60px; width:100%; background:#008CD7; left:0px; bottom:0px;}
#xsl_nav ul{padding:0px; margin:0px;}
#xsl_nav ul li{width:33.2%; border-right:1px solid #fff; float:left; text-align:center; height:60px;}
#xsl_nav ul li:nth-child(1){ background:url(../images/home.png) no-repeat; background-size:28px; background-position:50% 18%;}
#xsl_nav ul li:nth-child(2){ background:url(../images/porduct.png) no-repeat; background-size:28px; background-position:50% 18%;}
#xsl_nav ul li:nth-child(3){ background:url(../images/phone.png) no-repeat; background-size:28px; background-position:50% 18%;}
#xsl_nav ul li:last-child{border:0px;}
#xsl_nav ul li a{display:block; line-height:90px; color:#FFF;}