/* new */
.counsel_module{
    padding: 0 2.66vw 5.6vw;
}
.counsel_module h2{
    padding: 5.6vw 0;
}
.counselList li{
    height: 28.86vw;
}
.counselList img{
    width: 10.66vw;
    height: 10.66vw;
    margin: 4.53vw auto 5.33vw;
}
.counsel_module .seeMore{
    width: 30.66vw;
    height: 8vw;
    line-height: 8vw;
    margin: 5.6vw auto 0px;
}
.banner_keyword{
    background: url(../images/new/keyword_bg.png) no-repeat 100% 100%;
    background-size: 100% auto;
    width: 100%;
    height: 20vw;
    z-index: 99;
}
.banner_keyword .uls{
    width: 100%;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 400;
}
.banner_keyword .uls li{
    flex: 1;
    -webkit-flex:1;
    padding: 0 2.66vw;
}
.banner_keyword .uls li:nth-child(1),
.banner_keyword .uls li:nth-child(2){
    background: url(../images/new/line.png) no-repeat 100% 100%;
}
.banner_keyword .uls li a{
    display: block;
    color: #FFFFFF;
}
.banner_keyword .uls div.icon{
    font-size: 0;
}
.banner_keyword .uls li img,
.footernav ul li img{
    width: 5.86vw;
    height: 5.86vw;
}
.banner_keyword .uls li img{
    margin-right: 0.8vw;
}
.banner_keyword .uls div.icon span{
    font-size: 12px;
    color: #DEC17B;
}
.banner_keyword .uls li p{
    opacity: .8;
    line-height: 12px;
    margin-top: 1.33vw;
}
/* lawyew */
.index-relatedCase .out_container{
    padding: 2.66vw 2.66vw 9.33vw;
}
.index-relatedCase .relatedCaseBox .swiper-slide{
    display: inline-block;
    width: 46.13vw;
    padding: 4.26vw 4vw 3.2vw;
    margin-right: 1.06vw;
    margin-bottom: 2.66vw;
}
.index-relatedCase .relatedCaseBox .swiper-slide:nth-child(2n){
    margin-right: 0;
}
.index-relatedCase .relatedCaseBox .swiper-slide a{
    display: block;
}
.index-relatedCase .relatedCaseBox .swiper-slide img{
    height: 40vw;
}
.index-relatedCase .case_big_tit{
    margin: 4.26vw 0px 4.8vw;
}
.index-relatedCase .case_small_tit{
    margin-bottom: 4vw;
}
.footernav{
    width: 100%;
    padding: 1.86vw 0 2.66vw;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    background: #DEC17B;
    font-family: Source Han Sans CN;
    font-size: 12px;
    font-weight: 300;
}
.footernav ul{
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
}
.footernav ul li span{
    display: block;
    line-height: 12px;
    color: #333333;
    margin-top: 1.06vw;
}
