@charset "utf-8";
/*======================= banner =======================*/
.banner{
    padding-top: 44px;
}
.banner,.banner .swiper-slide, .banner .swiper-wrapper{
    min-height: 225px;
    max-height: 400px;
}
.banner .swiper-slide img{
    width: 100%;
    height: 100%;
    min-height: 225px;
    max-height: 400px;
}
.banner .page span.swiper-pagination-bullet{
    width: 25px;
    height: 3px;
    border-radius: 0;
    opacity: 1;
    background: #FFFFFF;
}
.banner .page span.swiper-pagination-bullet-active{
    background: #CB4845;
}
/* content */
#popBox2 {
    display: none;
    background-color: #FFFFFF;
    z-index: 11;
    width: 90%;
    height: 100vw;
    position: fixed;
    overflow: auto;
    overflow-x: hidden;
    top: 10%;
    left: 0;
    right: 0;
    bottom: 10%;
    margin: auto;
}
#popLayer2{
    display: none;
    background-color: #000;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    opacity: 0.6;
}
#popBox2 .close {
    position: fixed;
    margin-left: 79vw;
    margin-top: 2vw;
}
.content{
    background: #eeeeee;
}
.content .option {
    height: 20vw;
    background-color: #0F3055;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
}
.content  .option>.one>div:first-child, .two>div:first-child, .three>div:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
}
.content .option .p1 {
    font-size: 3.8vw;
    margin-left: 1vw;
    line-height: 0;
    opacity: 1;
}
.content .option .p2 {
    font-size: 2vw;
}
.content .option p {
    color: #fff;
    opacity: 0.8;
}
.content  .option img {
    width: 7vw;
}
/* 咨询领域 */
.counsel_module{
    width: 100%;
    padding: 30px 10px 21px 10px;
    text-align: center;
}
.counsel_module h2{
    font-size:15px;
    font-weight:bold;
    color:#333333;
    line-height:15px;
    padding-bottom: 27px;
}
.counsel_module .counselList{
    overflow: hidden;
}
.counselList li{
    width: 31.456%;
    height:112px;
    float: left;
    background:#FFFFFF;
    position: relative;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 0;
    text-align: center;
}
/*.counselList li:nth-child(7){*/
/*    display: none;*/
/*}*/
@media screen and (max-width:320px) {
    .counselList li{
        width: 31.114%;
    }
}
@media (min-width:359px) and (max-width:360px) {
    .counselList li{
        width: 31.374%;
    }
}
.counselList li:nth-child(3n){
    margin-right: 0px;
}
.counselList img{
    width: 40px;
    height: 40px;
    margin:17px 0 20px;
}
.counselList span{
    display: block;
    font-size:14px;
    font-weight:500;
    color:#333333;
    line-height:14px;
}
.counsel_module .seeMore{
    width:115px;
    height:30px;
    margin: 21px auto 0px;
    font-size:13px;
    font-weight:400;
    line-height:30px;
    border:1px solid #333333;
    clear: both;
}
.counsel_module .seeMore a{
    color:#333333;
}
/* 关于 */
.about {
    margin-bottom: 10px;
}
.about .adv{
    width: 100%;
}
.about .adv img{
    width: 100%;
    height: 100%;
    max-height: 130px;
}
.about .intro{
    font-size:12px;
    font-weight:400;
    color:#333333;
    line-height: 26px;
    padding: 17px 15px 24px 13px;
}
.about .intro p{
    text-indent: 24px;
}
.about ul{
    padding: 0px 15px 20px;

}
.about ul li{
    background:#F5F5F5;
    margin-bottom: 15px;
    padding: 23px 0px 23px 25px;
}
.about ul li:last-child{
    margin-bottom: 0px;
}
.about ul li img{
    width: 30px;
    height: 30px;
    float: left;
    margin-right: 20px;
}
.about ul li .title{
    font-size:15px;
    font-weight:500;
    color:#DEC17B;
    line-height:15px;
    margin-bottom: 12px;
}
.about ul li .word{
    font-size:12px;
    font-weight:400;
    color:#333333;
    line-height:15px;
}
/* 专业的律师团队 */
.index-relatedCase{
    width:100%;
}
.index-relatedCase h2{
    font-size:15px;
    font-weight:bold;
    color:#333333;
    line-height:15px;
    padding: 25px 0 17px;
    text-align: center;
}
.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;
    background: #FFFFFF;
    box-shadow: 0px 1px 10px 0px #DEDEDE;
}
.index-relatedCase .relatedCaseBox .swiper-slide:nth-child(2n) {
    margin-right: 0;
}
.index-relatedCase .relatedCaseBox .swiper-slide p{
    font-size:12px;
    font-weight:400;
    color:#666666;
    line-height:14px;
}
.index-relatedCase .relatedCaseBox .swiper-slide .icon_star{
   font-size: 0;
   vertical-align: middle;
}
.index-relatedCase .relatedCaseBox .swiper-slide img{
    width: 100%;
    height:150px;
}
.index-relatedCase .relatedCaseBox .swiper-slide i.star{
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(../images/star.png) no-repeat 100% 100%;
    background-size: 10px 10px;
    vertical-align: bottom;
    margin-right: 1px;
}
.index-relatedCase .relatedCaseBox .swiper-slide i.star:last-child{
    margin-right: 0;
}
.index-relatedCase .case_big_tit{
    font-size:14px !important;
    font-weight:600 !important;
    color:#333333 !important;
    line-height:14px !important;
    margin: 16px 0px 18px;
    text-align: center;
}
.index-relatedCase .case_small_tit{
    line-height:14px !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 15px;
}
.index-relatedCase .out_container{
    padding: 10px 10px 45px;
}
.index-relatedCase .swiper-pagination{
    bottom: 18px !important;
}
.index-relatedCase span.swiper-pagination-bullet{
    width: 14px;
    height: 3px;
    border-radius: 0px;
    opacity: 1;
    background: #DDDDDD;
}
.index-relatedCase span.swiper-pagination-bullet-active{
    width: 20px;
    background: #DEC17B;
}
/* 经典案例 */
.banner_case .relatedBox{
    padding: 0px 0px 15px 15px;
}
.banner_case .relatedBox .tit{
    font-size:15px;
    font-weight:bold;
    color:#333333;
    line-height:15px;
    text-align: center;
    padding-bottom: 25px;
}
.banner_case .swiper-related{
    position: relative;
    overflow: hidden;
}
.banner_case .swiper-related .related_{
    background:#FFFFFF;
    text-align: center;
}
.banner_case .swiper-related .related_ img{
    width: 100%;
    height:150px;
}
.banner_case .swiper-related .related_ h2{
    min-height: 56px;
    font-size:15px;
    font-weight:500;
    color:#333333;
    line-height:28px;
    text-align: center;
    margin: 23px 0 22px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.banner_case .swiper-related .related_ .text{
    font-size:12px;
    font-weight:400;
    color:#666666;
    line-height:23px;
    text-align: left;
    margin: 0px 9px 20px 9px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.indexCase .swiper-pagination {
    bottom: 18px !important;
}
.indexCase .swiper-pagination span.swiper-pagination-bullet {
    width:20px;
    height:4px;
    background:#DDDDDD;
    border-radius:0px;
    opacity: 1;
}
.indexCase .swiper-pagination span.swiper-pagination-bullet-active{
    background:#DEC17B;
}
/* 用户感言 */
/* 案例 */
.out_container{
    position: relative;
    overflow: hidden;
}
.caseShow{
    width: 100%;
    padding:28px 10px 15px 10px;
}
.caseShow h2{
    font-size:15px;
    font-weight:bold;
    color:#333333;
    line-height: 15px;
    padding-bottom: 30px;
    text-align: center;
}
.caseList{
    background:rgba(255,255,255,1);
    box-shadow:0px 2px 8px 0px rgba(224,224,224,1);
    padding-bottom: 26px;
    min-height: 473px;
}
@media screen and (max-width:320px) {
    .caseList{
        min-height: 497px;
    }
}
.lawyerUser{
    padding-left: 14px;
}
.caseDiv{
    width: 53px;
    height: 54px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    display: inline-block;
    vertical-align: top;
}
.userPhoto{
    width:100%;
    height:100%;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
}
.userName{
    display: inline-block;
    vertical-align: top;
    font-size:14px;
    font-weight:500;
    color:rgba(51,51,51,1);
    line-height: 14px;
    padding: 10px 0px 0px 10px;
}
.userName span{
    display: block;
    margin-top: 10px;
    font-size:12px;
    line-height: 12px;
    font-weight:400;
    color:rgba(102,102,102,1);
}
.caseProblem {
    font-size:12px;
    font-family:Source Han Sans CN;
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height: 24px;
    margin: 12px 0 45px;
    padding: 0px 18px;
}
.caseResult {
    font-size:12px;
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height: 24px;
    padding: 0px 18px;
}
/* 最新律师解答 */
.answer{
    overflow: hidden;
}
.answer #scrollDiv{
    height: 323px;
    background:#FFFFFF;
    text-align: left;
    margin: 0px 0px 36px 25px;
    overflow: hidden;
}
.answer h2{
    font-size:15px;
    font-weight:bold;
    color:#333333;
    line-height:15px;
    margin-bottom: 35px;
    text-align: center;
    margin: 28px 0px 33px;
}
#scrollDiv ul li {
    margin-bottom: 19px;
}
#scrollDiv ul li .cont img{
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius:50%;
    vertical-align: top;
}

#scrollDiv ul li .cont .contr{
    display: inline-block;
    width: 87%;
    font-size:13px;
    font-weight:400;
    color:#333333;
    line-height:22px;
    padding: 2px 15px 0px 12px;
}
@media screen and (max-width:360px) {
    #scrollDiv ul li .cont .contr{
        width: 84%;
    }
}
#scrollDiv ul li .reply{
    position: relative;
    padding-right: 25px;
    margin-top: 20px;
} 
#scrollDiv ul li .reply .arrow{
    width: 0;
    height: 0;
    border-width: 0px 9px 15px 9px;
    border-style: solid;
    border-color: transparent transparent #F5F5F5;
    position: absolute;
    top: -14px;
    left: 26px;
}
#scrollDiv ul li .reply .box{
    font-size:12px;
    font-weight:400;
    color:#3F4F79;
    line-height: 22px;
    background: #F5F5F5;
    padding: 19px 11px 14px 12px;
}

/* 咨询图标 */
#toCounsel{
    position:relative;z-index: 2;
}
.kefuIcon {
    display: none;
    position: fixed;
    bottom: 75px;
    right: 10px;
    z-index: 999999;
}
.kefuIcon img {
    width: 40px;
}
/* 咨询 */
.counselBox{
    padding: 0px 10px;
    display: none;
    z-index: 99;
    background: #fff;
}
.counselBox .counsel-header{
    height: 44px;
    position: fixed;
    top: 0px;
    left: 10px;
    right: 10px;
    background: #fff;
    z-index: 1;
}
.counselBox h2{
    font-size:15px;
    line-height: 15px;
    font-weight:bold;
    text-align: center;
    color:rgba(63,79,121,1);
    padding: 69px 0px 30px;
}
.onlineContent {
    width:95%;
    height:149px;
    padding-left: 12px;
    padding-top: 14px;
    background:rgba(245,245,245,1);
    border:1px solid rgba(238,238,238,1);
    margin-bottom: 15px;
    resize: none;
}
.telephone {
    width: 95%;
    height:40px;
    padding-left: 12px;
    background:rgba(245,245,245,1);
    border:1px solid rgba(238,238,238,1);
}
.toCounselBtn{
    font-size:15px;
    font-weight:400;
    color:rgba(255,255,255,1);
    width: 100%;
    height:40px;
    background:#DEC17B;
    border:1px solid rgba(238,238,238,1);
    border-radius:3px;
    margin-top: 225px;
    margin-bottom: 25px;
}

/* 2021-3-29  修改网站内容 */

/* m  2021-3-29 页面修改 */
#slide {position: absolute;height: 305px;overflow: hidden;}
.ssal{margin-top: 35px;background: #fff;}
.ssal h3 , .khfk h3{margin: 0 auto 20px;font-size: 20px;color: #333;font-weight: bold;text-align: center;padding-top: 20px;}
.ssal h3{margin-bottom: 0;padding-bottom: 20px;}
.ssal ul , .khfk ul{overflow: hidden;}
.ssal ul li,#bottom-content li{padding: 0 3vw;border-top: 1px dashed #dddddd;list-style: none;}
.ssal ul li a p,#bottom-content li a p{font-size: 14px;color: #333;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;margin-top: 10px;}
.ssal ul li a span,#bottom-content li a span{font-size: 14px;color:#999999;margin-bottom: 8px;display: block;}
.khfk{margin-bottom: 25px;background: #fff;padding-top:330px;}
.khfk ul li{padding-right: 3vw;border-top: 1px dashed #ddd;padding-bottom: 15px;}
.khfk ul li:nth-last-child(1){border-bottom: 1px dashed #ddd;}
.khfk ul li div{display: inline-block;width: 28%;height: 14vw;text-align: center;background-color: #DEC17B;margin-top: 15px;border-radius: 0 30px 30px 0 ;}
.khfk ul li div b{display: block;font-style: normal;color: #333333;}
.khfk ul li div .kh-name{font-size: 14px;margin-top: 2vw;}
.khfk ul li div .kh-time {font-size: 12px;opacity: .5;}
.khfk ul li p{font-size: 14px;color: #333;width: 66%;line-height: 12px;float: right;line-height: 23px;margin-top: 18px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
#scrollDiv ul li{margin-bottom: 0;}