﻿﻿html,body{
    max-width: 640px;
    margin: 0 auto;
    background: #f1f2f3;
    padding-bottom: 50px;
    overflow-x: hidden;
}

.fl_banner{
    width: 100%;
    overflow: hidden;
}
.fl_banner img{
    width: 100%;
}
.banner-btn{
    /*width: 100%;*/
    padding: 10px 20px;
    background: #fff;
    overflow: hidden;
}
.banner-btn a{
    display: block;
    width: 48%;
    height: 100%;
    border-radius: 5px;
    line-height: 35px;
    text-align: center;
    color: #333;
}
.banner-btn a:first-child{
    float: left;
    border: 1px solid #0165c7;
}
.banner-btn a:first-child i{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../images/bannerbtn_06.jpg") no-repeat;
    background-size: cover;
    position: relative;
    top: 3px;
    left: -3px;
}
.banner-btn a:last-child{
    float: right;
    border: 1px solid #ff6161;
}
.banner-btn a:last-child i{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../images/bannerbtn_03.jpg") no-repeat;
    background-size: cover;
    position: relative;
    top: 3px;
    left: -3px;
}
/*案件类型*/
.case-type{
    background: #fff;
    margin-top: 10px;
}
.item-title{
    padding: 15px 10px;
}
.item-title p{
    color: #333;
    font-size: 12px;
    line-height: 1;
    border-left: 2px solid #0165c7;
    padding-left: 5px;
}
.item-title p span{
    font-weight: bold;
    font-size: 14px;
    margin-right: 5px;
}
.case-type-content{
    border-top: 1px solid #ebebeb;
    padding: 0 10px 0 0;
}
.case-type-content ul{
    overflow: hidden;
}
.case-type-content ul li{
    float: left;
    width: 33.33%;
    height: auto;
    padding-top: 10px;
    padding-left: 10px;
}
.case-type-content ul li a{
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #ebebeb;
    text-align: center;
    padding-bottom: 10px;
}
.case-type-content ul li a img{
    display: block;
    margin: 0 auto;
    width: 50px;
    height: 40px;
    margin-top: 15px;
}
.case-type-content ul li a span{
    display: inline-block;
    margin-top: 10px;
    color: #333;
}
.else-btn{
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    background: #0165c7;
    text-align: center;
    font-size: 16px;
    color: #fff;
}
.else-btn-div{
    padding: 10px;
}
/*img-div*/
.img-div{
    width: 100%;
    height: auto;
}
.img-div img{
    width: 100%;
}
/*小顶法律服务*/
.legal-service{
    margin-top: 10px;
    background: #fff;
}
.legal-service-content{
    background: #fff;
}
.legal-service-content ul{
    overflow: hidden;
}
.legal-service-content ul li{
    width: 50%;
    height: auto;
    float: left;
    box-sizing: border-box;
    border: 1px solid #ebebeb;
}
.legal-service-content ul li:nth-child(1){
    border-left: 0;
    border-right: 0;
}
.legal-service-content ul li:nth-child(2){
    border-right: 0;
}
.legal-service-content ul li:nth-child(3){
    border: 0;
}
.legal-service-content ul li:nth-child(4){
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
}
.legal-service-content ul li a{
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
}
.legal-service-r-img{
    width: 70px;
    height: 70px;
    border-radius: 100%;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 10px;
}
.legal-service-r-img img{
    width: 100%;
    height: 100%;
}
.legal-service-p1{
    text-align: center;
    color: #333;
    font-size: 14px;
    margin-top: 10px;
}
.legal-service-p2{
    color: #666;
    font-size: 12px;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 10px;
}
/*我们的特色*/
.feature{
    margin-top: 10px;
    background: #fff;
}
.feature-content{
    padding: 10px;
    padding-top: 0;
    margin-top: 10px;
}
.feature .item-title{
    border-bottom: 1px solid #ebebeb;
}
.feature-content table{
    width: 100%;
}
.feature-content table tr td{
    border: 1px solid #ebebeb;
    height: 40px;
    text-align: center;
    font-size: 12px;
    color: #848484;
}
.feature-content table tr td.feature-b-title{
    font-size: 18px;
    font-weight: bold;
}
.feature-content table tr td.feature-b-title1{
    color: #fff;
    background: #5496ef;
}
.feature-content table tr td.feature-b-title2{
    color: #333;
    background: #d0d0d0;
}
.feature-content table tr td.feature-b-title-s{
    font-size: 14px;
    font-weight: bold;
    color: #333;
}
.feature-content table tr td.feature-b--f-b{
    color: #0165c7;
}
/*为什么选择我们*/
.why-select{
    background: #fff;
    margin-top: 10px;
}
.why-select-content{
    border-top: 1px solid #ebebeb;
    padding: 10px;
    padding-left: 0;
    padding-top: 0;
}
.why-select-content ul{
    overflow: hidden;
}
.why-select-content ul li{
    float: left;
    width: 50%;
    height: auto;
    padding-left: 10px;
    padding-top: 50px;
}
.why-select-content ul li a{
    display: block;
    width: 100%;
    height: 200px;
    border: 1px solid #ebebeb;
    text-align: center;
    position: relative;
    padding: 50px 10px 10px 10px;
}
.why-select-content ul li a img{
    width: 70px;
    height: 70px;
    position: absolute;
    left: 50%;
    top: -35px;
    margin-left: -35px;
}
.why-select-content ul li a span{
    font-size: 16px;
    color: #333;
    font-weight: bold;
}
.why-select-content ul li a p{
    font-size: 14px;
    color: #666;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
.GH-People{
    margin-top: 10px;
    background: #fff;
}


/*专业律师*/
.attorney{
    background: #fff;
    overflow: hidden;
    padding-top: 0;
    margin-top: 10px;
}
.attorney .legal-consulting-top{
    padding: 0 10px;
}
.attorney-LunBo-nav{
    margin-top: 10px;
    overflow: hidden;
}
.attorney-LunBo-nav li{
    float: left;
    box-sizing: border-box;
    border: 1px solid #dedede;
    width: 25%;
    float: left;
    height: 40px;
    border-left: 0;
    text-align: center;
    line-height: 40px;
}
.attorney-LunBo-nav li:last-child{
    border-right: 0;
}
.attorney-LunBo-nav li.attorney-LunBo-nav-active{
    color: #0165c7;
}
.attorney-content{
    overflow: hidden;
    padding: 10px;
    width: 100%;
    padding-right: 0;
}
.attorney-content-ul li{
    width: 33.33%;
    float: left;
    /*height: 185px;*/
    padding-right: 10px;
}
.attorney-contents{
    width: 100%;
    height: 100%;
    border: 1px solid #dedede;
    padding-bottom: 10px;
}
.attorney-contents-t{
    width: 60%;
    height: auto;
    margin: 0 auto;
    border-radius: 100%;
    overflow: hidden;
    margin-top: 5px;
}
.attorney-contents-t img{
    width: 100%;
    height: auto;
}
.attorney-contents-name{
    width: 100%;
    height: 30px;
    background: #eee;
    text-align: center;
    line-height: 30px;
    color: #333;
    margin-top: 5px;
}
.attorney-contents p{
    font-size: 12px;
    margin-top: 5px;
    padding-left: 5px;
}
.attorney-contents p span{
    color: #ff6161;
    font-size: 12px;
}
.attorney-content-ul{
    overflow: hidden;
}
.my-swiper-container{
    overflow: hidden;
}
.my-swiper-container .swiper-wrapper{
    width: 2560px;
}
.bottom-banner{
    width: 100%;
    margin-top: 10px;
    height: auto;
}
.bottom-banner img{
    width: 100%;
    height: auto;
}
.my-swiper-container .swiper-slide{
    float: left;
    overflow: hidden;
}
.attorney .item-title{
    padding-bottom: 0;
}
.item-title a{
    color: #666;
    font-size: 14px;
    float: right;
}
.case_swiper{
    width: 100%;
    overflow: hidden;
}
/*案件实例*/
.case-instance{
    background: #fff;
    margin-top: 10px;
    width: 100%;
    overflow: hidden;
}
.case-instance-content{
    padding: 10px;
    overflow: hidden;
    border-bottom: 1px solid #ebebeb;
    width: 100%;
    position: relative;
}
.case-instance-left{
    position: absolute;
    top: 14px;
    left: 9px;
    width: 100px;
    height: auto;
    border: 1px solid #ebebeb;
}
.case-label{
    width: 80px;
    background: #ffeeee;
    border: 1px solid #ffa5a5;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 0 50px 50px 0;
    color: #ff6161;
    font-size: 14px;
    margin-top: 10px;
}
.case-instance-left img{
    width: 70px;
    height: 70px;
    border-radius: 100%;
    overflow: hidden;
    display: block;
    margin: 30px auto 5px auto;
}
.case-instance-left p{
    color: #333;
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
}
.case-instance-right{
    padding-left: 110px;
    float: left;
    width: 100%;
}
.case-instance-right-p1{
    color: #333;
    font-size: 14px;
}
.case-instance-right-p1 span{
    color: #ff6161;
}
.case-instance-right-p2{
    color: #333;
    font-size: 12px;
}
.case-instance-right-p2 span{
    display: inline-block;
    background: #c8e4ff;
    border: 1px solid #1397ea;
    padding: 1px 5px;
    font-size: 12px;
    border-radius: 50px;
    color: #0165c7;
    margin-left: 2px;
}
.case-instance-right-p3{
    font-size: 12px;
    color: #333;
    /*margin-top: ;*/
}
.case-instance-right-p4{
    font-size: 12px;
}
.case-instance-right-p4 span{
    color: #ff6161;
}
.case-instance-right-p5{
    font-size: 12px;
    color: #333;
}
.case-instance-right-p5 span{
    color: #666;
}
.case-instance-right-p6{
    font-size: 12px;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.case-instance-right-p6 span{
    color: #666;
}
.case-instance-content p{
    margin-top: 5px;
}
.case-instance-content p:first-child{
    margin-top: 0;
}
.case-instance .item-title{
    border-bottom: 1px solid #ebebeb;
}
.case-introduce{
    font-size: 12px;
    color: #666;
    padding: 10px 3px;
    background: #f1f2f3;
    float: left;
    margin-top: 10px;
}
.case-introduce span{

    color: #333;
}
.case-introduce p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.swiper-container{
    overflow: hidden;
}
.swiper-slide{
    float: left;
}
.swiper-container .swiper-wrapper{
    width: 2560px;
}
.case-instance-nav-btn {
    width: 120px;
    margin: 0 auto;
    overflow: hidden;
    padding: 20px 0;
}
.case-instance-nav-btn ul li {
    width: 30px;
    height: 3px;
    background: #bbb;
    float: left;
    margin-left: 10px;
}
.case-instance-nav-btn ul li.case-nav-btn-active {
    background: #0165c7;
}
.img-divs{
    margin-top: 10px;
}






@media only screen and (max-width: 340px){
    .case-instance-right-p2 span{
        font-size: 10px;
    }
}

/************************最新资讯 start****************************/
.con-box{background: #fff;margin-top:10px;}
.latest-news{padding :0 10px;}
img{max-width: 100%;}
.recent-info h3 {
    font-size: 0.875rem;
    color: #000;
    text-align: left;
    margin-top: 10px;
}
.recent-info .h-line {
    width: 6.825rem;
    height: 0.875rem;
    background-image: url(../images/icons.png);
    background-size: 20.125rem 14rem;
    background-position: 0 -9.625rem;
    margin:0;
}
.recent-info .news-list {
    margin-top: 20px;
}
.recent-info .news-list li {
    margin-bottom: 10px;
}
.recent-info .news-list li a {
    display: flex;
}
.recent-info .news-list li a .news-img {
    width: 43%;
}
.recent-info .news-list li a .right-content {
    width: 60%;
    margin-left: 5%;
    text-align: left;
}
.recent-info .news-list li a .right-content h5 {
    font-size: 0.9rem;
    color: #333;
    font-weight: bold;
}
.recent-info .news-list li a .right-content p {
    font-size: 0.735rem;
    color: #888;
}
.recent-info a.more-info {
    display: block;
    background-color: #204496;
    color: #fff;
    padding: 10px 0;
    font-size: 1.5rem;
    width: 20%;
    margin: 2rem auto;
    border-radius: 6px;
    box-shadow: -2px 4px 2px #004b9255;
    text-align: center;
}
.recent-info #swiper-pagination {
    text-align: center;
    margin-top: 10px;
    bottom: 0;
    width:100%;
}
.recent-info #swiper-pagination .swiper-pagination-bullet {
    background-color: #ccc;
}
.recent-info #swiper-pagination .swiper-pagination-bullet-active {
    background: #ff7e00;
}
.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px;
}
/************************最新资讯 end****************************/









