@charset "utf-8";
/* header */
.header {
    width: 100%;
    background: rgba(48,51,60,1);
    position: relative;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.header .header_bg_img{
    width: 100%;
}
.header .nav{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background:rgba(0,0,0,.36);
    -webkit-transition: all 0.8s cubic-bezier(0.41, -0.2, 0.4, 1.19);
    -moz-transition: all 0.8s cubic-bezier(0.41, -0.2, 0.4, 1.19);
    -ms-transition: all 0.8s cubic-bezier(0.41, -0.2, 0.4, 1.19);
    -o-transition: all 0.8s cubic-bezier(0.41, -0.2, 0.4, 1.19);
    transition: all 0.8s cubic-bezier(0.41, -0.2, 0.4, 1.19);
}
.menu li{
    padding: 0px 48px;
}
@media screen and (max-width: 649px) {
    .header .w1200{
        width: 800px !important;
    }
    .logo img{
        width: 34px;
        padding: 17px 15px 0px 0px;
    }
    .logo span{
        font-weight:700;
        line-height:55px;
    }
	.menu{
        line-height:55px;
	}
	.menu li{
	    font-size:13px;
	    padding: 0px 23px;
	}
}
@media (max-width: 849px) and (min-width: 650px) {
    .header .w1200{
        width: 800px;
    }
    .logo img{
        width: 36px;
        padding: 18px 16px 0px 0px;
    }
    .logo span{
        font-weight:700;
        line-height:60px;
    }
	.menu{
        line-height:60px;
	}
	.menu li{
	    font-size:14px;
	    padding: 0px 27px;
	}
}
@media (max-width: 999px) and (min-width: 850px) {
    .header .w1200{
        width: 800px;
    }
    .logo img{
        width: 38px;
        padding: 19px 17px 0px 0px;
    }
    .logo span{
        font-weight:700;
        line-height:65px;
    }
	.menu{
        line-height:65px;
	}
	.menu li{
	    font-size:14px;
	    padding: 0px 31px;
	}
}
@media (max-width: 1024px) and (min-width: 1000px) {
    .header .w1200{
        width: 900px;
    }
    .logo img{
        width: 40px;
        padding: 20px 18px 0px 0px;
    }
    .logo span{
        font-weight:700;
        line-height:70px;
    }
	.menu{
        line-height:70px;
	}
	.menu li{
	    font-size:14px;
	    padding: 0px 35px;
	}
} /*>=1024的设备*/

@media (max-width: 1100px) and (min-width: 1025px) {
    .header .w1200{
        width: 950px;
    }
    .logo img{
        width: 42px;
        padding: 21px 19px 0px 0px;
    }
    .logo span{
        font-weight:700;
        line-height:75px;
    }
	.menu{
        line-height:75px;
	}
	.menu li{
	    font-size:15px;
	    padding: 0px 39px;
	}
} /*>=1100的设备*/
@media (max-width: 1280px) and (min-width: 1101px)  {
    .header .w1200{
        width: 1000px;
    }
    .logo img{
        width: 44px;
        padding: 22px 20px 0px 0px;
    }
    .logo span{
        font-weight:700;
        line-height:80px;
    }
	.menu{
        line-height:80px;
	}
	.menu li{
	    font-size:15px;
	    padding: 0px 43px;
	}
} /*>=1280的设备*/

@media (max-width: 1365px) and (min-width: 1281px) {
    .header .w1200{
        width: 1150px;
    }
    .logo img{
        width: 46px;
        padding: 23px 21px 0px 0px;
    }
    .logo span{
        font-weight:700;
        line-height:85px;
    }
	.menu{
        line-height:85px;
	}
	.menu li{
	    font-size:15px;
	    padding: 0px 47px;
	}
}  

@media (max-width: 1440px) and (min-width: 1366px) {
    .header .w1200{
        width: 1150px;
    }
    .logo img{
        width: 48px;
        padding: 24px 22px 0px 0px;
    }
    .logo span{
        font-weight:700;
        line-height:90px;
    }
	.menu{
        line-height:90px;
	}
	.menu li{
	    font-size:16px;
	    padding: 0px 51px;
	}
} 

@media (max-width: 1680px) and (min-width: 1441px) {
    .header .w1200{
        width: 1200px;
    }
    .logo img{
        width: 50px;
        padding: 25px 23px 0px 0px;
    }
    .logo span{
        font-weight:700;
        line-height:95px;
    }
	.menu{
        line-height:95px;
	}
	.menu li{
	    font-size:16px;
	    padding: 0px 55px;
	}
}

/* 面包屑 */
.breadCrumb{
    margin: 32px 0 34px;
}
.breadCrumb li{
    font-size:14px;
    line-height: 14px;
    font-weight:400;
    display: inline-block;
}
.breadCrumb li a{
    color:#333333;
}
/* 分页 */
.paging{
    margin-top: 75px;
    margin-bottom: 40px;
    font-size: 0;
}
.pagination {
    width: 100%;
    text-align: center;
}
.pagination li {
    display: inline-block;
    width:40px;
    height:40px;
    font-size:16px;
    font-weight:400;
    line-height: 40px;
    margin-right: 10px;
    background:#EEEEEE;
    vertical-align: top;
}
.pagination li:last-child{
    margin-right: 0;
}
.pagination a{
    color:rgba(51,51,51,1);
}
.pagination .current{
    background:#DEC17B;
}
.pagination .prev,.pagination .next{
    font-size: 0;
    color: transparent;
    display: inline-block;
    background-size: 9px 13px;
    background-repeat: no-repeat;
    background-position: 15px 13px;
}
.pagination .prev{
    background-image: url(../images/pageNext.png);
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.pagination .next{
    background-image: url(../images/pageNext.png);
}
/*======================= 经典案例 =======================*/
.content{
    width: 100%;
    background: #ffffff;
}
.content .w1200{
    overflow: hidden;
}
.left_nav {
    width:240px;
    padding-top: 30px;
    background:rgba(255,255,255,1);
    border:1px solid rgba(238,238,238,1);
    display: inline-block;
    box-shadow:0px 0px 8px 0px #DDDDDD;
}
.left_nav li{
    width:180px;
    height:50px;
    font-size:16px;
    font-weight:400;
    color:rgba(51,51,51,1);
    text-align: center;
    line-height: 50px;
    margin: 0 auto;
    margin-bottom: 35px;
}
.left_nav li:nth-child(2){
    margin-top: 30px;
}
.left_nav li.active{
    background:#DEC17B;
}
.left_nav li.active a{
    color:rgba(255,255,255,1);
}
.right_list{
    display: inline-block;
    margin: 0px 0px 0px 40px;
}
.right_list ul li{
    position: relative;
    background:rgba(255,255,255,1);
    width: 900px;
    min-height: 240px;
}
.caseList ul li{
    border: 2px solid transparent;
    margin-bottom: 29px;
}
.caseList ul li:hover{
    border: 2px solid #DEC17B;
}
.right_list ul li:last-child{
    margin-bottom: 0px;
}
.right_list ul .bgImg{
    margin: 10px 24px 10px 10px;
    width:260px;
    height:220px;
}
.right_list ul .bgImg img{
    width: 100%;
    height: 100%;
}
.legalCase {
    width: 605px;
    position: relative;
}
.legalCase h2{
    font-size:22px;
    font-weight:500;
    color:rgba(51,51,51,1);
    line-height:36px;
    margin: 27px 0px 29px;
    padding-right: 23px;
}
.legalCase .caseEvent{
    font-size:14px;
    font-weight:400;
    line-height: 24px;
    color:rgba(102,102,102,1);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    padding-right: 23px;
}
.legalCase .date{
    font-size:14px;
    font-weight:400;
    color:rgba(153,153,153,1);
    position: absolute;
    bottom: -48px;
}
/*======================= 专业团队 =======================*/
.teamList ul li{
    width: 910px;
    overflow: hidden;
    margin-bottom: 40px;
    border:1px solid #DDDDDD;
}
.teamList ul li:hover{
    box-shadow:0px 0px 16px 0px #DDDDDD;
}
.teamList ul li .photo{
    width:224px;
    height:260px;
    margin: 15px 22px 15px 15px;
}
.teamList ul li .photo img{
    width: 100%;
    height: 100%;
}
.teamList .info{
    max-width: 605px;
    padding-right: 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.teamList .info h2{
    font-size:22px; 
    font-weight:bold;
    color:#333333;
    line-height: 22px;
    margin: 18px 0 28px;
}
.teamList .info h2 span{
    display: inline-block;
    font-size:14px;
    line-height: 14px;
    font-weight:400;
    color:#D0B062;
    border:1px solid #D0B062;
    margin-left: 20px;
    padding: 3px 10px;
    vertical-align: top;
}
.teamList .info p{
    font-size:16px;
    font-weight:400;
    color:#333333;
    margin-bottom: 24px;
}
.teamList .info .label{
    font-size: 0;
}
.teamList .info .label a{
    display: inline-block;
    font-size:14px;
    line-height: 14px;
    font-weight:500;
    color:#3F4F79;
    padding: 6px 15px;
    background:#FFFFFF;
    border:1px solid #67718A;
    border-radius:13px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.teamList .info .btn{
    position: absolute;
    bottom: 22px;
    right: 21px;
    font-weight:400;
    border-radius:3px;
    font-size: 0;
}
.teamList .info .btn a{
    font-size:16px;
    line-height: 16px;
    color: #333333;
}

/*======================= 关于我们 =======================*/
.about_ {
    position: relative;
    top: -59px;
}
.about_ ul{
    text-align: center;
    font-size: 0;
    margin-bottom: 62px;
}
.about_ ul li{
    display: inline-block;
    width: 156px;
    height: 156px;
    background:#FFFFFF;
    margin-right: 80px;
    padding: 0px 10px;
    vertical-align: top;
    box-shadow:0px 5px 5px 0px #EEEEEE;
}
.about_ ul li:last-child{
    margin-right: 0;
}
.about_ ul li img{
    width: 40px;
    margin: 28px auto 0;
}
.icon-content .title{
    font-size:20px;
    font-weight:normal;
    color:#333333;
    line-height:20px;
    padding: 24px 0px 15px;
}
.icon-content .word{
    font-size:14px;
    font-weight:400;
    color:#666666;
    line-height:14px;
}
.about_ .intro{
    margin-bottom: 83px;
}
.about_ .intro p{
    font-size:16px;
    font-weight:400;
    color:#333333;
    line-height: 36px;
    text-indent: 32px;
}
.about_ .ad img{
    width: 100%;
    min-height:380px;
    margin-bottom: 79px;
}
.about_ .row{
    height: 360px;
    margin-bottom: 42px;
}
.about_ .row .w5{
    width: 50%;
    height: 100%;
}
.about_ .row div.w5{
    text-align: center;
    background:#454C5D;
    padding: 0px 65px 0 67px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.about_ .row div.w5 h3{
    font-size:26px;
    font-weight:bold;
    color:#FFFFFF;
    line-height:26px;
    margin: 100px 0 66px;
}
.about_ .row div.w5 p{
    font-size:18px;
    font-weight:400;
    color:#FFFFFF;
    line-height:36px;
}
/*======================= 业务领域 =======================*/
.content_{
    width: 100%;
    background: #EEEEEE;
}
.content_ .w1200{
    overflow: hidden;
}
.workList{
    margin: 0px 0px 94px 42px;
}
.workList li {
    width: 900px;
    background: rgba(255,255,255,1);
    position: relative;
    padding: 10px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.workList li img{
    width: 100%;
}
.workList li p{
    font-size:16px;
    font-weight:400;
    color:#666666;
}
/* 相关案例 */
.relatedCase{
   padding-bottom: 94px;
}
.case_container{
    width: 1280px;
    margin: 0 auto;
}
.relatedCaseSwiper{
    width: 1200px;
}
.relatedCaseTit{
    font-size:30px;
    line-height: 30px;
    text-align: center;
    font-family:BDZongYi-A001;
    font-weight:normal;
    color:rgba(63,79,121,1);
    padding: 68px 0 52px;
}
.relatedCaseBox .swiper-slide{
    width:376px;
    height:517px;
    background:rgba(255,255,255,1);
    box-shadow:0px 3px 15px 0px rgba(222,222,222,1);
    padding: 15px 15px 29px;
}
.relatedCaseBox .swiper-slide img{
    width:100%;
    height:300px;
}
.case_big_tit{
    height: 52px;
    font-size:18px;
    font-weight:500;
    color:rgba(51,51,51,1);
    line-height:26px;
    margin: 17px 18px 32px 5px;
}
.case_small_tit{
    font-size:14px;
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.out_container{
    width:1280px;
    position: relative;
}
.in_container{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding: 10px 10px;
}
.case_container .swiper-button-prev,.case_container .swiper-button-next{
    width: 40px;
    height: 116px;
    background-size: 100% 100%;
    opacity: 1 !important;
    top: auto;
    bottom: 10px;
}
.case_container .swiper-button-prev{
    background-image: url(../images/left_prev.png);
    left: 0px;
}
.case_container .swiper-button-next{
    background-image: url(../images/right_next.png);
    right:0px;
}
/*======================= 律师详情 =======================*/
.content .row1 {
    overflow: hidden;
    margin-bottom: 79px;
}
.content .row1 .img{
    width:400px;
    height:505px;
}
.content .row1 .img img{
    width:100%;
    height:100%;
}
.content .row1 .info{
    width: 717px;
    margin-left: 70px;
}
.content .row1 .info h2{
    font-size:28px;
    font-weight:bold;
    color:#333333;
    line-height: 28px;
}
.content .row1 .info h2 span{
    font-size:16px;
    line-height: 16px;
    font-weight:400;
    color:#D0B062;
    padding: 3px 12px;
    border:1px solid #D0B062;
    margin-left: 18px;
    vertical-align: middle;
}
.content .row1 .info .label{
    font-size: 0;
    margin: 30px 0 41px;
}
.content .row1 .info p{
    font-size:16px;
    font-weight:400;
    color:#333333;
    line-height: 30px;
    margin-bottom: 36px;
}
.content .row1 .info .label2{
    font-size: 0;
    font-weight:400;
    color:#333333;
    line-height: 14px;
}
.content .row1 .info .label2 span{
    display: inline-block;
    font-size:14px;
    padding: 7px 15px;
    margin: 0px 10px 20px 0;
    background:#EEEEEE;
}
.content .row2 {
    overflow: hidden;
    clear: both;
    margin-bottom: 62px;
}
.content .row2 h2{
    font-size:18px;
    font-weight:bold;
    color:#333333;
    line-height: 18px;
    margin-bottom: 50px;
}
.content .row2 ul:nth-of-type(1){
    margin-right: 118px;
}
.content .row2 ul li{
    font-size:16px;
    font-weight:400;
    color:#333333;
    line-height:30px;
    list-style-type:none;
    background:url("../images/dos.png") no-repeat 0px 10px;
    background-size:10px 10px;
    padding-left: 27px;
    margin-bottom: 25px;
}
/*======================= 案件详情 =======================*/
.content .caseDetail{
    padding: 65px 0px 172px;
    margin-bottom: 72px;
}
.content .caseDetail .tit{
    font-size:24px;
    font-weight:500;
    color:#333333;
    line-height:24px;
    margin: 0px 0 34px;
    text-align: center;
}
.content .caseDetail .date{
    font-size:14px;
    line-height: 14px;
    font-weight:400;
    color:#999999;
    margin-bottom: 97px;
    text-align: center;
}
.content .caseDetail .info{
    font-size:16px;
    line-height: 36px;
    padding: 0 40px;
}
