/* 初始�? */
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
p,
dl,
dd {
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    vertical-align: middle;

}

.col-lg-3,
.col-lg-4,
.container,
.col-lg-8 {
    padding: 0 !important;
}

/* 公共样式 */
.left {
    float: left;
}

.right {
    float: right;
}

.border-none {
    border: 0px !important;
}
.bg-img{
    background-position:0;
    background-repeat:no-repeat;
}
/* 分类标题样式 */
.classifyTit {
    margin-top: 81px;
    text-align: center;
    margin-bottom: 58px;
}

.classifyTit .topImg {
    width: 70px;
    height: 68px;
    margin-bottom: 11px;
}

.classifyTit div {
    padding-top: 11px;
    display: inline-block;
    height: 70px;
    margin: 0 auto;
    position: relative;
}

.classifyTit div span {
    position: relative;
    font-family: PingFangSC-Medium;
    font-size: 50px;
    color: #EAEEF1;
    opacity: 0.5;
}

.classifyTit div strong {
    position: absolute;
    height: 50px;
    z-index: 10;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    font-family: PingFangSC-Medium;
    font-size: 36px;
    color: #2C363F;
}
/* 头部 */
.nav {
    height: 142px;
    width: 100%;
    background-color: #fff;
    margin: 0 auto;
}

.nav .left {
    height: 142px;
    line-height: 142px;
    padding-left: 40px;
}

.nav .right {
    box-sizing: border-box;
    padding-top: 36px;
}

.nav .right .phone {
    text-align: right;
    color: #627281;
    margin-bottom: 34px;
    padding-right: 22px;
}

.nav .right .phone strong {
    color: #001800;
    font-size: 22px;
}

.navlist li {
    float: left;
    margin-right: 34px;
}

.navlist li a {
    font-family: PingFangSC-Light;
    font-size: 16px;
    color: #627281;
}

/* 广告 */
.banner {
    width: 100%;
    height: 460px;
    margin: 0 auto;
}

.banner img {
    width: 100%;
    height: 100%;
}

/* 律师介绍 */
.lawyerSaid {
    position: relative;
    background: #2E2E40;
    height: 170px;
    margin-bottom: 359px;
}

.redEdge {
    position: absolute;
    border: 1px solid #EA2734;
    width: 1170px;
    height: 334px;
    left: 50%;
    transform: translateX(-50%);
    top: -32px;
}

.lawyerSwiper {
    position: absolute;
    width: 1170px;
    top: -90px;
    overflow: hidden;
}
.lawyerSwiper .btn{
    margin:20px auto 35px auto
}
.swiper-btn-prev{
    margin-right:40px;
}
.swiper-container {
    width: 100%;
    height: 450px;
    overflow: visible;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;


    background: #FFFFFF;
    box-shadow: 12px 30px 40px 0 rgba(155,155,155,0.20);
    width:190px;
    height: 305.4px;
    margin-right:20px;
    margin-top:51px;
}
.swiper-slide .cover{
    height:100%;
    width:100%;
    background-color:#fff;
    position:absolute;
    z-index:2;
    top:0;
    left:0;
    opacity: 0.6;
}
.swiper-slide-active .cover{
    display:none;
}
.swiper-slide-active .link{
    box-shadow: 12px 24px 36px 0 rgba(155,155,155,0.20);
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 3px;
    right: 3px;
    background-image:url('../images/dot.png');
    z-index: 2;
}

.thumbnail .caption {
    padding: 9px;
    color: #333;
}
.swiper-slide-active .link-opacity{
    opacity:0.4;
    bottom: 0;
    right: 0;
    z-index:1;
}
.swiper-slide-active{
    background: #FFFFFF;
    box-shadow: 12px 30px 40px 0 rgba(155,155,155,0.20);
    width:280px;
    height:450px;
    opacity:1;
    margin-top:0;
    margin-left:9px;
    margin-right:29px;
}

.swiper-slide .thumbnail img{
    height:180px;
}
.swiper-slide-active .thumbnail img{
    height:280px;
}
.swiper-scrollbar-drag {
    background-color: #EA2734;
    height: 5px;
}

.swiper-scrollbar {
    position: static !important;
    width: 1000px;
    margin: 0 auto;
    height: 6px;
}

.swiper-scrollbar span {
    position: static !important;
    float: left;
    width: 10%;
    border-radius: 0 !important;
    height: 100%;
}

.swiper-scrollbar .swiper-pagination-bullet-active {
    background-color: #EA2734 !important;
}

.thumbnail {
    padding: 20px 20px;
    height:100%;
    margin: 0;
    text-align: left;
    border: none;
    box-shadow: 12px 30px 40px 0 rgba(155, 155, 155, 0.20);
}
.swiper-slide-active .thumbnail{
    padding: 20px 20px 0px 20px;
}
.caption p {
    font-size: 12px;
    color: #8E9CA9;
    text-align: justify;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.caption .name {
    font-size: 16px;
    color: #2C363F;
    text-align: justify;
    line-height: 24px;
}

.caption .position {
    font-family: PingFangSC-Regular;
    font-size: 10px;
    color: #2C363F;
    text-align: justify;
    line-height: 24px;
    margin-left: 10px;
    border: 0;
    background: transparent;
}

.btn {
    width: 100px;
    margin: 20px auto;
    display: flex;
    justify-content: space-around;
}



/* 成功案例 */
.case {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.case>div {
    overflow: hidden;
}

.caseTop {
    position: relative;
    width: 1020px;
    height: 174px;
    background-color: #F6F6F6;
    box-sizing: border-box;
    padding-left: 61px;
}

.caseTop img {
    position: absolute;
    left: -183px;
    top: 20px;
    height:134px;
}

.caseTop div,
.caseList div {
    width: 120px;
    height: 25px;
    text-align: center;
    border: 1px solid #cccccc;

    font-family: PingFangSC-Light;
    font-size: 12px;
    color: #8E9CA9;
    line-height: 20px;
}
.caseTop div{
    margin: 20px 0 14px;
}
.caseList div{
    margin-bottom: 12px;
}
.caseTop h4,
.caseList h4 {
    font-size: 16px;
    color: #2C363F;
    font-weight: 600;
    margin-bottom: 8px;
}

.caseList div {
    margin-top: 0 !important;
}

.caseTop p,
.caseTop a,
.caseList p,
.caseList a {
    font-family: PingFangSC-Light;
    font-size: 14px;
    color: #8E9CA9;
    line-height: 22px;
}
.caseTop p{
    margin-bottom:5px;
}
.caseTop a{
    margin-bottom:16px;
}
.caseList p{
    margin-bottom:4px;
}
.caseList {
    display: inline-block;
    width: 480px;
    /* height: 164px; */
    margin-top: 30px;
    padding-bottom: 25px;
}
.broder-0{
    border:0;
}
.broder-bot-1{
    border-bottom: 1px solid #ececec;
}
.caseListMr {
    margin-right: 186px;
}

.caseSee {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    margin-top: 39px;
}

.caseSee a {
    font-family: PingFangSC-Light;
    font-size: 12px;
    color: #8E9CA9;
    line-height: 22px;
}

/* ���ɹ��� */
.relationWe {
    width: 100%;;
    height: 660px;
    margin: 0 auto;
    background: url(../images/lianxiwomenbeijing.png) no-repeat center;
    -webkit-background-size: 1900px 660px;
    background-size: 1900px 660px;
}

.relationWeBox {
    width: 1200px;
    padding-top: 100px;
    margin: 0 auto;
}

.relationWeBox .fl {
    float: left;
    width: 720px;
    height: 500px;
    background-color: #fff;
    margin-left:10px;
}

.relationWeBox .fl h3 {
    padding-top: 9px;
    padding-bottom: 11px;
    font-size: 26px;
    color: #000000;
    font-weight: 700;
    border-bottom: 1px solid #e2e2e2;
    line-height: 24px;
}

.relationWeBox .fl h3 img {
    width: 68px;
    height: 68px;
    margin-left: 26px;
    margin-right: 8px;
}

.relationWeBox .fl>h4 {
    height: 24px;
    line-height: 24px;
    padding-left: 29px;
    font-family: PingFangSC-Semibold;
    font-size: 16px;
    color: #2C363F;
    font-weight: 700;
    margin-top:15px;
    margin-bottom:12px;
}

.relationWeBox .fl ul,
.officeList {
    margin-left: 30px;
    margin-right: 58px;
}
.officeList{
    margin-top:12px;
}
.officeList div{
    height: 102px;
}
.relationWeBox .fl ul {
    height: 144px;
}
.relationWeBox .fl .left {
    width: 322px;
}

.relationWeBox .fl li p {
    font-size: 14px;
    color: #8E9CA9;
    font-weight: 600;
    margin-bottom: 6px;
    line-height: 22px;
}
.officeList .left {
    width: 332px;
}
.officeList .right {
    width: 300px;
}
.officeList div h4 {
    height: auto;
    margin-top: 12px;
    margin-bottom: 4px;
    font-family: PingFangSC-Semibold;
    font-size: 16px;
    color: #2C363F;
    font-weight: 600;
    line-height: 24px;
    padding: 0;
}

.officeList div p {
    font-family: PingFangSC-Semibold;
    font-size: 14px;
    color: #8E9CA9;
    font-weight: 600;
    line-height: 22px;
}

.officeList div span {
    font-family: PingFangSC-Light;
    font-size: 14px;
    color: #8E9CA9;
    display: block;
    width: 100%;
}

.two-list {
    /* margin-left: 40px; */
}

.two-list dl {
    float: left;
    width: 100px;
}

.two-list dl dd {
    width: 96px;
    height: 32px;
}

.two-list dl dd span {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 4px;
    background-color: #d8d8d8;
    margin-right: 6px;
    vertical-align:middle;
}

.two-list dl dd a {
    color: #627281;
    font-size: 14px;
}

.relationWeBox .fl ul {
    overflow: hidden;
    border-bottom: 1px solid #e2e2e2;
}

.relationWeBox .fr {
    box-sizing: border-box;
    width: 430px;
    height: 480px;
    float: right;
    padding: 45px 30px 0;
    background-color: #fff;
    margin-right: 10px;
}

.relationWeBox input,
.relationWeBox textarea {
    outline: none;
    border: none;
    color: #000;
}

.relationWeBox textarea {
    resize: none;
    vertical-align: top;
    height: 112px;
}

.relationWeBox .name input {
    width: 200px;
    padding-left: 12px;
}

.relationWeBox .name,
.relationWeBox .phone {
    padding-bottom: 4px;
    font-family: PingFangSC-Light;
    font-size: 14px;
    color: #627281;
    text-align: justify;
    line-height: 24px;
    border-bottom: 1px solid #e2e2e2;
}

.relationWeBox .phone {
    margin-top: 35px;
}

.relationWeBox .describe {
    margin-top: 34px;
    font-family: PingFangSC-Light;
    font-size: 14px;
    color: #627281;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 20px;
    padding-bottom: 1px;
}

.relationWeBox .fr button {
    width: 120px;
    height: 40px;
    background-color: #EA2734;
    border: none;
    outline: none;
    color: #fff;
    line-height: 40px;
    text-align: center;
}

.copyright {
    margin: 0 auto;
    width: 100%;
    background-color: #262930;
}

.copyrightBox {
    width: 1200px;
    height: 156px;
    margin: 0 auto;
    padding-top: 50px;
    padding-left: 10px;
    padding-right: 10px;
    color: #8F8F91;
    overflow: hidden;
    font-size: 14px;
    line-height: 22px;
}

.copyrightBox .left>div {
    float: left;
    margin-right:10px;
}

/* .copyrightBox .left>div img {
    width: 80px;
    height: 92px;
} */
.copyrightBox .left h5 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 25px;
}

.copyrightBox .right {
    width: 170px;
    white-space: nowrap;
}

.copyrightBox .right img,
.copyrightBox .right span {
    vertical-align: bottom;
    display: inline-block;
}

.copyright-text {
    height: 60px;
    width: 1200px;
    padding: 18px auto;
    margin:auto;
    line-height: 60px;
    text-align: center;
    font-family: PingFangSC-Semibold;
    font-size: 16px;
    color: #8F8F91;
}

/* 导航 */
/* .navlist > ul > li {
    position: relative;
} */

.navlist > ul > li {
    position: relative;
    width: 83px;
    margin: 0;
    text-align: center;
    height:42px;
}

.navlist .active ul {
    display: block;
}

.navlist .active > a {
    color: #E60012;
    font-weight: 700;
    display:block;
    border-bottom: 2px solid #E60012;
    text-align:center;
    padding-bottom: 5px;
}

.navlist ul ul {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    padding: 5px 13px;
    background-color: #E60012;
    border-radius: 5px;
    top: 40px;
    display: none;
}

.navlist ul ul:after{
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #E60012;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: 100%;
}

.navlist ul ul li {
    float: none;
    margin: 0;
    padding: 0;
    width: 70px;
    margin-top: 11px;
    margin-bottom: 11px;
}

.navlist ul ul li a {
    font-size: 14px;
    color: #FFFFFF;
    display: block;
}

.num-1 {
    background-image:url('../images/1.png');
}
.active .num-1 {
    background-image:url('../images/1-1.png');
}
.num-2 {
    background-image:url('../images/2.png');
}
.active .num-2 {
    background-image:url('../images/2-2.png');
}
.num-3 {
    background-image:url('../images/3.png');
}
.active .num-3 {
    background-image:url('../images/3-3.png');
}
.num-4 {
    background-image:url('../images/4.png');
}
.active .num-4 {
    background-image:url('../images/4-4.png');
}
.num-5 {
    background-image:url('../images/5.png');
}
.active .num-5 {
    background-image:url('../images/5-5.png');
}
.num-6 {
    background-image:url('../images/6.png');
}
.active .num-6 {
    background-image:url('../images/6-6.png');
}
.num-7 {
    background-image:url('../images/7.png');
}
.active .num-7 {
    background-image:url('../images/7-7.png');
}
.num-8 {
    background-image:url('../images/8.png');
}
.active .num-8 {
    background-image:url('../images/8-8.png');
}
/* 运营横幅位置 */
.operation {
    width: 100%;
    margin: 0 auto;
    background: #EDEDED;
}
.operation img{
    width: 100%;
}
.classifyTit3-bg {
    height:400px;
    width:100%;
    border:1px solid #fff;
    background-position: center 0;
}
.classifyTit1 {
    margin-top: 127px;
    text-align: center;
    margin-bottom: 45px;
}

.classifyTit1 .topImg {
    width: 70px;
    height: 60px;
    margin-bottom: 13px;
}

.haoyunyoushi .topImg {
    width: 70px;
    height: 60px;
    margin-bottom: 13px;
}

.classifyTit1 div {
    padding-top: 11px;
    display: inline-block;
    height: 70px;
    margin: 0 auto;
    position: relative;
}

.classifyTit1 div span {
    position: relative;
    font-family: PingFangSC-Medium;
    font-size: 50px;
    color: #EAEEF1;
    opacity: 0.5;
}

.classifyTit1 div strong {
    position: absolute;
    height: 50px;
    z-index: 10;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    font-family: PingFangSC-Medium;
    font-size: 36px;
    color: #2C363F;
}
.classifyTit3{
    margin-top: 94px;
    text-align: center;
    margin-bottom: 186px;
}
.classifyTit3 .topImg {
    width: 57px;
    height: 64px;
    margin-bottom: 11px;
}
.classifyTit3 div {
    padding-top: 11px;
    display: inline-block;
    height: 70px;
    margin: 0 auto;
    position: relative;
}
.classifyTit3 div strong {
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    font-family: PingFangSC-Medium;
    font-size: 36px;
    color: #2C363F;
}
.classifyTit3 div span {
    position: relative;
    font-family: PingFangSC-Medium;
    font-size: 50px;
    color: #EAEEF1;
    opacity: 0.5;
}
.classifyTit4 {
    text-align: center;
    margin-bottom: 76px;
}

.classifyTit4 .topImg {
    width: 70px;
    height: 60px;
    margin-bottom: 12px;
}

.classifyTit4 div {
    padding-top: 8px;
    display: inline-block;
    height: 70px;
    margin: 0 auto;
    position: relative;
}

.classifyTit4 div span {
    position: relative;
    font-family: PingFangSC-Medium;
    font-size: 50px;
    color: #EAEEF1;
    opacity: 0.5;
}

.classifyTit4 div strong {
    position: absolute;
    height: 50px;
    z-index: 10;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    font-family: PingFangSC-Medium;
    font-size: 36px;
    color: #2C363F;
}
.classifyTit5 {
    margin-top: 72px;
    text-align: center;
    margin-bottom: 23px;
}

.classifyTit5 .topImg {
    width: 68px;
    height: 68px;
    margin-bottom: 14px;
}

.classifyTit5 div {
    padding-top: 5px;
    display: inline-block;
    height: 70px;
    margin: 0 auto;
    position: relative;
}

.classifyTit5 div span {
    position: relative;
    font-family: PingFangSC-Medium;
    font-size: 50px;
    color: #EAEEF1;
    opacity: 0.5;
}

.classifyTit5 div strong {
    position: absolute;
    height: 50px;
    z-index: 10;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    font-family: PingFangSC-Medium;
    font-size: 36px;
    color: #2C363F;
}