.legalTop {
    width: 100%;
    height: 482px;
    background: url(../images/banner.png) no-repeat center center;
}

.legalTop .legalTopContent {
    width: 1200px;
    margin: auto;
}

.legalTop .legalTopContent .crumbs {
    display: flex;
    align-items: center;
    width: 100%;
    height: 70px;
    margin-bottom: 50px;
}

.legalTop .legalTopContent .crumbs a {
    font-size: 12px;
    font-family: MicrosoftYaHei;
    color: #eee;
    cursor: pointer;
}

.legalTop .legalTopContent .crumbs a:hover {
    color: #fff;
}

.legalTop .legalTopContent .crumbs .icon {
    display: inline-block;
    width: 6px;
    height: 8px;
    margin: 0 10px;
    background: url(../images/icon_xjt.png) no-repeat;
}

.legalTop .legalTopContent .legalTopTitle {
    font-size: 36px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 36px;
}

.legalTop .legalTopContent .legalTopUse {
    font-size: 20px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    line-height: 20px;
    margin: 20px 0 40px 0;
}

.legalTop .legalTopContent .legalTopDetail {
    display: flex;
    width: 560px;
    height: 40px;
}

.legalTop .legalTopContent .legalTopDetail .item {
    position: relative;
    flex: 1;
    display: flex;
}

.legalTop .legalTopContent .legalTopDetail .item .icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    background: url(../images/feather.png) no-repeat;
    margin-right: 10px;
}

.legalTop .legalTopContent .legalTopDetail .item .detailText {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.legalTop .legalTopContent .legalTopDetail .item .detailText .number {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    line-height: 19px;
}

.legalTop .legalTopContent .legalTopDetail .item .detailText .purpose {
    font-size: 12px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    line-height: 16px;
}

.legalTop .legalTopContent .legalTopDetail .item::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    width: 1px;
    height: 20px;
    background-color: #a0bbcb;
}

.legalTop .legalTopContent .legalTopDetail .item:nth-child(2)::after {
    background-color: transparent;
}

.legalTop .legalTopContent .legalTopDetail .item:nth-child(2) .icon {
    background: url(../images/bar-chart-2.png) no-repeat;
}

.legalTop .legalTopContent .legalTopBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 154px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 22px;
    border: 1px solid #FFFFFF;
    margin-top: 85px;
    transition: box-shadow 0.3s;
}

.legalTop .legalTopContent .legalTopBtn:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.legalTop .legalTopContent .legalTopBtn .icon {
    width: 20px;
    height: 20px;
    background: url(../images/legalService/cuizi.png) no-repeat center center;
    margin-right: 15px;
}

.legalTop .legalTopContent .legalTopBtn span {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #397EA5;
    line-height: 18px;
}

.management {
    width: 1200px;
    margin: auto;
    padding-top: 60px;
}

.management .managementTop {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    margin-bottom: 30px;
}

.management .managementTop .managementTopTitle {
    font-size: 28px;
    font-family: MicrosoftYaHeiSemibold;
    color: #333333;
    line-height: 37px;
    margin-right: 25px;
}

.management .managementTop .english {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #b4b4b4;
    line-height: 22px;
}

.management .managementTopContent {
    display: flex;
    justify-content: space-between;
}

.management .managementTopContent li {
    cursor: pointer;
    width: 288px;
    padding-bottom: 30px;
}

.management .managementTopContent li .contentImage {
    width: 100%;
    height: 150px;
    background-color: blue;
}

.management .managementTopContent li .contentText {
    padding: 30px 10px 35px 20px;
    border-bottom: 1px solid #e0e0e0;
    transition: background 0.3s;
}

.management .managementTopContent li .contentText .contentTextQuestion {
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 24px;
    margin-bottom: 18px;
}

.management .managementTopContent li .contentText span {
    font-size: 12px;
    font-family: MicrosoftYaHei;
    color: #BCBCBC;
    line-height: 16px;
}

.management .managementTopContent li .contentBtnBox {
    padding: 30px 0 30px 20px;
    transition: background 0.3s;
}

.management .managementTopContent li .contentBtnBox .contentBtn {
    width: 88px;
    height: 30px;
    border-radius: 16px;
    border: 1px solid #E0E0E0;
    font-size: 12px;
    font-family: MicrosoftYaHei;
    color: #BCBCBC;
    line-height: 28px;
    text-align: center;
    background-color: #fff;
}

.management .managementTopContent .active .contentText {
    background: #105CE7;
}

.management .managementTopContent .active .contentText .contentTextQuestion {
    color: #fff;
}

.management .managementTopContent .active .contentText span {
    color: #fff;
}

.management .managementTopContent .active .contentBtnBox {
    background: #105CE7;
}

.management .managementTopContent .active .contentBtnBox .contentBtn {
    border-color: #105CE7;
    color: #105CE7;
}

.management .understandMore {
    display: block;
    width: 230px;
    margin: 60px auto;
    height: 48px;
    background: #FFFFFF;
    border-radius: 29px;
    border: 1px solid #E3E3E3;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #7E7E7E;
    line-height: 48px;
    text-align: center;
    transition: all 0.3s;
}

.management .understandMore:hover {
    border: 1px solid #105CE7;
    color: #105CE7;
}

.serviceProcess {
    position: relative;
    width: 100%;
    background-color: #F5F7FD;
}

.serviceProcess .serviceProcessContent {
    position: relative;
    width: 1200px;
    margin: auto;
    padding-top: 60px;
}

.serviceProcess .serviceProcessBg {
    position: absolute;
    left: 180px;
    bottom: 0;
    width: 402px;
    height: 367px;
    background: url(../images/legalService/person.png) no-repeat center center;
}

.serviceProcess .serviceProcessContent .serviceProcessTitle {
    display: flex;
    align-items: flex-end;
}

.serviceProcess .serviceProcessContent .serviceProcessTitle p {
    font-size: 28px;
    font-family: MicrosoftYaHeiSemibold;
    color: #333333;
    line-height: 37px;
    margin-right: 25px;
}

.serviceProcess .serviceProcessContent .serviceProcessTitle span {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #adaeb2;
    line-height: 22px;
}

.serviceProcess .serviceProcessContent .serviceProcessShow {
    display: flex;
    position: relative;
}

.serviceProcess .serviceProcessContent .serviceProcessShow .problemsBox {
    width: 500px;
    height: 200px;
    padding: 90px 100px 100px 270px;
}

.serviceProcess .serviceProcessContent .serviceProcessShow .problemsBox .mainContent {
    position: relative;
    padding: 30px;
    background-color: #fff;
}

.serviceProcess .serviceProcessContent .serviceProcessShow .problemsBox .mainContent .mainContentTop {
    display: flex;
}

.serviceProcess .serviceProcessContent .serviceProcessShow .problemsBox .mainContent .mainContentTop .topIcon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: url(../images/legalService/01-1.png) no-repeat center center;
    margin-right: 10px;
}

.serviceProcess .serviceProcessContent .serviceProcessShow .problemsBox .mainContent .mainContentTop .topTitle {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.serviceProcess .serviceProcessContent .serviceProcessShow .problemsBox .mainContent .mainContentTop .topTitle p {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 12px;
}

.serviceProcess .serviceProcessContent .serviceProcessShow .problemsBox .mainContent .mainContentTop .topTitle span {
    font-size: 12px;
    font-family: MicrosoftYaHei;
    color: #BCBCBC;
    line-height: 12px;
}

.serviceProcess .serviceProcessContent .serviceProcessShow .problemsBox .mainContent .mainContentDetail {
    font-size: 12px;
    font-family: MicrosoftYaHei;
    color: #BCBCBC;
    line-height: 20px;
    margin: 10px 0 30px 0;
    text-align: justify;
}

.serviceProcess .serviceProcessContent .serviceProcessShow .problemsBox .mainContent .consult {
    display: flex;
    align-items: center;
}

.serviceProcess .serviceProcessContent .serviceProcessShow .problemsBox .mainContent .consult span {
    font-size: 12px;
    font-family: MicrosoftYaHei;
    color: #105DE7;
    line-height: 14px;
    margin-right: 10px;
    cursor: pointer;
}

.serviceProcess .serviceProcessContent .serviceProcessShow .problemsBox .mainContent .consult .icon {
    width: 6px;
    height: 8px;
    background: url(../images/legalService/icon_xjt.png) no-repeat center center;
}

.serviceProcess .serviceProcessContent .serviceProcessShow .problemsBox .leftClick {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 50px;
    background: url(../images/legalService/zuo.png) no-repeat center center;
    z-index: 5;
    cursor: pointer;
}

.serviceProcess .serviceProcessContent .serviceProcessShow .problemsBox .leftClick:hover {
    background: url(../images/legalService/zuo-a.png) no-repeat center center;
}

.serviceProcess .serviceProcessContent .serviceProcessShow .problemsBox .rightClick {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 50px;
    background: url(../images/legalService/you.png) no-repeat center center;
    cursor: pointer;
}

.serviceProcess .serviceProcessContent .serviceProcessShow .problemsBox .rightClick:hover {
    background: url(../images/legalService/you-a.png) no-repeat center center;
}

.serviceProcess .serviceProcessContent .serviceProcessShow .problemsResult {
    padding-top: 30px;
}

.serviceProcess .serviceProcessContent .serviceProcessShow .problemsResult .item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    cursor: pointer;
}

.serviceProcess .serviceProcessContent .serviceProcessShow .problemsResult .item .leftItem {
    display: flex;
    align-items: center;
    position: relative;
    width: 300px;
    height: 50px;
    background: #fff;
    padding: 25px 20px 25px 30px;
}

.serviceProcess .serviceProcessContent .serviceProcessShow .problemsResult .item .leftItem .leftItemIcon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: url(../images/legalService/01-1.png) no-repeat center center;
    margin-right: 10px;
}

.serviceProcess .serviceProcessContent .serviceProcessShow .problemsResult .item .leftItem .leftItemDetail {
    flex: 1;
}

.serviceProcess .serviceProcessContent .serviceProcessShow .problemsResult .item .leftItem .leftItemDetail .title {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #373737;
    line-height: 16px;
    margin-bottom: 10px;
}

.serviceProcess .serviceProcessContent .serviceProcessShow .problemsResult .item .leftItem .leftItemDetail span {
    font-size: 12px;
    font-family: MicrosoftYaHei;
    color: #cdcdcd;
    line-height: 12px;
}

.serviceProcess .serviceProcessContent .serviceProcessShow .problemsResult .item .leftItem .leftItemNumber {
    font-size: 48px;
    font-family: Source-KeynoteartHans-Regular, Source-KeynoteartHans;
    font-weight: 400;
    color: #f2f2f2;
    line-height: 48px;
    /* margin-left: 50px; */
}

.serviceProcess .serviceProcessContent .serviceProcessShow .problemsResult .item .leftItem .rightItem {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -128px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: url(../images/legalService/01.png) no-repeat center center;
}

.serviceProcess .serviceProcessContent .serviceProcessShow .problemsResult .item:nth-child(1) .bgSwitch .leftItemIcon {
    background: url(../images/legalService/01.png) no-repeat center center;
}

.serviceProcess .serviceProcessContent .serviceProcessShow .problemsResult .item:nth-child(1) .bgSwitch .rightItem {
    background: url(../images/legalService/01-1.png) no-repeat center center;
}

.serviceProcess .serviceProcessContent .serviceProcessShow .problemsResult .item:nth-child(2) .leftItem .leftItemIcon {
    background: url(../images/legalService/02-1.png) no-repeat center center;
}

.serviceProcess .serviceProcessContent .serviceProcessShow .problemsResult .item:nth-child(2) .leftItem .rightItem {
    background: url(../images/legalService/02.png) no-repeat center center;
}

.serviceProcess .serviceProcessContent .serviceProcessShow .problemsResult .item:nth-child(2) .bgSwitch .leftItemIcon {
    background: url(../images/legalService/02.png) no-repeat center center;
}

.serviceProcess .serviceProcessContent .serviceProcessShow .problemsResult .item:nth-child(2) .bgSwitch .rightItem {
    background: url(../images/legalService/02-1.png) no-repeat center center;
}

.serviceProcess .serviceProcessContent .serviceProcessShow .problemsResult .item:nth-child(3) .leftItem .leftItemIcon {
    background: url(../images/legalService/03-1.png) no-repeat center center;
}

.serviceProcess .serviceProcessContent .serviceProcessShow .problemsResult .item:nth-child(3) .leftItem .rightItem {
    background: url(../images/legalService/03.png) no-repeat center center;
}

.serviceProcess .serviceProcessContent .serviceProcessShow .problemsResult .item:nth-child(3) .bgSwitch .leftItemIcon {
    background: url(../images/legalService/03.png) no-repeat center center;
}

.serviceProcess .serviceProcessContent .serviceProcessShow .problemsResult .item:nth-child(3) .bgSwitch .rightItem {
    background: url(../images/legalService/03-1.png) no-repeat center center;
}

.serviceProcess .serviceProcessContent .serviceProcessShow .problemsResult .active .leftItem {
    background-color: #105CE7;
}

.serviceProcess .serviceProcessContent .serviceProcessShow .problemsResult .active .leftItem .leftItemDetail .title {
    color: #FFFFFF;
}

.serviceProcess .serviceProcessContent .serviceProcessShow .problemsResult .active .leftItem .leftItemDetail span {
    color: #FFFFFF;
}

.serviceProcess .serviceProcessContent .serviceProcessShow .problemsResult .serviceProcess::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 20px;
    width: 402px;
    height: 367px;
    background: url(../images/person.png) no-repeat left center;
}

.eliteTeam {
    width: 1200px;
    margin: auto;
    padding-top: 60px;
}

.eliteTeam .managementTop {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    margin-bottom: 30px;
}

.eliteTeam .managementTop .managementTopTitle {
    font-size: 28px;
    font-family: MicrosoftYaHeiSemibold;
    color: #333333;
    line-height: 37px;
    margin-right: 25px;
}

.eliteTeam .managementTop .english {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #b4b4b4;
    line-height: 22px;
}

.eliteTeam .managementTopContent {
    display: flex;
    justify-content: space-between;
}

.eliteTeam .managementTopContent li {
    width: 288px;
    padding-bottom: 30px;
    cursor: pointer;
}

.eliteTeam .managementTopContent li .contentImage {
    width: 100%;
    height: 300px;
}

.eliteTeam .managementTopContent li .contentImage img {
    width: 100%;
    height: 100%;
}

.eliteTeam .managementTopContent li .contentText {
    padding: 30px 10px 35px 20px;
    transition: background 0.3s;
}

.eliteTeam .managementTopContent li .contentText .lawyerDetail {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}

.eliteTeam .managementTopContent li .contentText .lawyerDetail .name {
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #3c3c3c;
    line-height: 24px;
    margin-right: 15px;
}

.eliteTeam .managementTopContent li .contentText .lawyerDetail .job {
    color: #bcbcbc;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    line-height: 21px;
}

.eliteTeam .managementTopContent li .contentText span {
    font-size: 12px;
    font-family: MicrosoftYaHei;
    color: #BCBCBC;
    line-height: 16px;
}

.eliteTeam .managementTopContent li .contentBtnBox {
    padding: 0 0 30px 20px;
    transition: background 0.3s;
}

.eliteTeam .managementTopContent li .contentBtnBox .contentBtn {
    width: 88px;
    height: 30px;
    border-radius: 16px;
    border: 1px solid #E0E0E0;
    font-size: 12px;
    font-family: MicrosoftYaHei;
    color: #BCBCBC;
    line-height: 28px;
    text-align: center;
    background-color: #fff;
}

.eliteTeam .managementTopContent .active .contentText {
    background: #105CE7;
}

.eliteTeam .managementTopContent .active .contentText .lawyerDetail .name {
    color: #FFFFFF;
}

.eliteTeam .managementTopContent .active .contentText .lawyerDetail .job {
    color: #FFFFFF;
}

.eliteTeam .managementTopContent .active .contentText span {
    color: #FFFFFF;
}

.eliteTeam .managementTopContent .active .contentBtnBox {
    background: #105CE7;
}

.eliteTeam .managementTopContent .active .contentBtnBox .contentBtn {
    border-color: #105CE7;
    color: #105CE7;
}

.eliteTeam .understandMore {
    display: block;
    width: 230px;
    margin: 60px auto;
    height: 48px;
    background: #FFFFFF;
    border-radius: 29px;
    border: 1px solid #E3E3E3;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #7E7E7E;
    line-height: 48px;
    text-align: center;
}

.eliteTeam .understandMore:hover {
    border: 1px solid #105CE7;
    color: #105CE7;
}

.professionalGuarantee {
    width: 100%;
    height: 300px;
    background: url(../images/bgImage.png) no-repeat center center;
    margin-bottom: 135px;
}

.professionalGuarantee .guaranteeContent {
    position: relative;
    top: 80px;
    display: flex;
    width: 1200px;
    margin: auto;
    background-color: #fff;
}

.professionalGuarantee .guaranteeContent li {
    position: relative;
    flex: 1;
    padding: 40px 30px 0 30px;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.08);
    transition: all 0.3s;
    cursor: pointer;
}

.professionalGuarantee .guaranteeContent li .guaranteeTitle {
    font-size: 18px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #333333;
    line-height: 18px;
    margin-bottom: 20px;
}

.professionalGuarantee .guaranteeContent li .guaranteeDetail {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #cdcdcd;
    line-height: 19px;
    margin-bottom: 42px;
}

.professionalGuarantee .guaranteeContent li .guaranteeLine {
    width: 20px;
    height: 2px;
    background: #000000;
    opacity: 0.45;
    margin-bottom: 60px;
}

.professionalGuarantee .guaranteeContent li .guaranteeOther {
    display: flex;
    justify-content: space-between;
    margin-bottom: 53px;
}

.professionalGuarantee .guaranteeContent li .guaranteeOther .otherIcon {
    width: 29px;
    height: 29px;
    background: url(../images/legalService/zan.png) no-repeat center center;
}

.professionalGuarantee .guaranteeContent li .guaranteeOther .otherMore {
    display: inline-block;
    display: flex;
    align-items: center;
}

.professionalGuarantee .guaranteeContent li .guaranteeOther .otherMore span {
    font-size: 12px;
    font-family: MicrosoftYaHei;
    color: #BBBBBB;
    line-height: 12px;
}

.professionalGuarantee .guaranteeContent li .guaranteeOther .otherMore .toClick {
    width: 12px;
    height: 12px;
    background: url(../images/icon_fzgd.png) no-repeat center center;
    margin-left: 5px;
}

.professionalGuarantee .guaranteeContent li .liBackImage {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 180px;
    height: 180px;
    background: url(../images/legalService/zybaoz\ .png) no-repeat center center;
}

.professionalGuarantee .guaranteeContent li:nth-child(2) .otherIcon {
    background: url(../images/legalService/Newtime.png) no-repeat center center;
}

.professionalGuarantee .guaranteeContent li:nth-child(2) .liBackImage {
    background: url(../images/legalService/shixiao\ .png) no-repeat center center;
}

.professionalGuarantee .guaranteeContent li:nth-child(3) .otherIcon {
    background: url(../images/legalService/xin.png) no-repeat center center;
}

.professionalGuarantee .guaranteeContent li:nth-child(3) .liBackImage {
    background: url(../images/fuwu.png) no-repeat center center;
}

.professionalGuarantee .guaranteeContent li:nth-child(4) .otherIcon {
    background: url(../images/legalService/suo.png) no-repeat center center;
}

.professionalGuarantee .guaranteeContent li:nth-child(4) .liBackImage {
    background: url(../images/anquan.png) no-repeat center center;
}

.professionalGuarantee .guaranteeContent .active {
    background-color: #f6586f;
}

.professionalGuarantee .guaranteeContent .active .guaranteeTitle {
    color: #FFFFFF !important;
}

.professionalGuarantee .guaranteeContent .active .guaranteeDetail {
    color: #fbbec7 !important;
}

.professionalGuarantee .guaranteeContent .active .guaranteeLine {
    background-color: #faa3af !important;
}

.professionalGuarantee .guaranteeContent .active .otherMore span {
    color: #fef0f2 !important;
}

.otherService {
    margin-top: 140px;
    width: 1200px;
    margin: auto;
}

.otherService .managementTop {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    margin-bottom: 30px;
}

.otherService .managementTop .managementTopTitle {
    font-size: 28px;
    font-family: MicrosoftYaHeiSemibold;
    font-weight: bold;
    color: #333333;
    line-height: 37px;
    margin-right: 25px;
}

.otherService .managementTop .english {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #b4b4b4;
    line-height: 22px;
}

.otherService .otherServiceContent {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.otherService .otherServiceContent li {
    display: flex;
    width: 530px;
    padding: 30px 20px 30px 20px;
    transition: all 0.3s;
    cursor: pointer;
}

.otherService .otherServiceContent li .leftContent {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding-top: 10px;
}

.otherService .otherServiceContent li .leftContent p {
    font-size: 18px;
    font-family: MicrosoftYaHei;
    font-weight: bold;
    color: #333333;
    line-height: 18px;
}

.otherService .otherServiceContent li .leftContent span {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #bdbdbd;
    line-height: 19px;
    margin: 10px 0 40px 0;
}

.otherService .otherServiceContent li .leftContent a {
    width: 58px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #ee4456;
    line-height: 14px;
    text-decoration: none;
    border-bottom: 1px solid #ee4456;
}

.otherService .otherServiceContent li .rightContent {
    width: 140px;
    height: 140px;
    border: 1px solid #eeeeee;
}

.otherService .otherServiceContent li .rightContent img {
    width: 100%;
    height: 100%;
}

.otherService .otherServiceContent li:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.08);
}

.platformAdvantages {
    width: 100%;
    background: url(../images/legalService/bg.png) no-repeat center center;
    padding-bottom: 60px;
}

.platformAdvantages .advantagesContent {
    width: 1200px;
    margin: auto;
    padding-top: 60px;
}

.platformAdvantages .advantagesContent .managementTop {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    margin-bottom: 90px;
}

.platformAdvantages .advantagesContent .managementTop .managementTopTitle {
    font-size: 28px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 40px;
    margin-right: 10px;
}

.platformAdvantages .advantagesContent .managementTop .english {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #728cc8;
    line-height: 22px;
}

.platformAdvantages .numberData {
    display: flex;
    width: 1200px;
    margin: auto;
}

.platformAdvantages .numberData li {
    flex: 1;
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    height: 92px;
    margin: 5px 0 73px 0;
}

.platformAdvantages .numberData li .number {
    position: relative;
    font-size: 50px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    line-height: 50px;
    margin-bottom: 10px;
}

.platformAdvantages .numberData li .number .unit {
    position: absolute;
    top: 0;
    right: -20px;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    line-height: 20px;
}

.platformAdvantages .numberData li .detail {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
}

.platformAdvantages .numberData li::after {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 1px;
    height: 70px;
    background: #d8d8d8;
}

.platformAdvantages .numberData li:last-child::after {
    background: transparent;
}

.serviceObject {
    width: 1200px;
    margin: auto;
    padding-top: 60px;
    margin-bottom: 80px;
}

.serviceObject .managementTop {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    margin-bottom: 30px;
}

.serviceObject .managementTop .managementTopTitle {
    font-size: 28px;
    font-family: MicrosoftYaHeiSemibold;
    color: #333333;
    line-height: 37px;
    margin-right: 18px;
}

.serviceObject .managementTop .english {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #bdbdbd;
    line-height: 22px;
}

.serviceObject .customers {
    display: flex;
    flex-wrap: wrap;
}

.serviceObject .customers li {
    width: 20%;
    cursor: pointer;
}

.serviceObject .customers li .brand {
    height: 108px;
    border-top: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 20px;
}

.serviceObject .customers li .brand img {
    width: 100%;
}

.serviceObject .customers li .brandName {
    font-size: 12px;
    font-family: MicrosoftYaHei;
    color: #979797;
    line-height: 12px;
    text-align: center;
    margin-bottom: 40px;
}

.serviceObject .customers li:hover .brandName {
    color: #286CE9;
}

.serviceObject .customers li .brand:nth-child(1),
.serviceObject .customers li .brand:nth-child(6) {
    border-left: 1px solid #eeeeee;
}

.swiper-button-next {
    background: url(../images/legalService/zuo.png) no-repeat center center;
}


/* 定位左右两边的箭头(黄) */

.servicePosNar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    z-index: 100;
    top: 50%;
    left: 250px;
    width: 540px;
    transform: translateY(-50%);
}

.servicePosNar a {
    width: 20px;
    height: 50px;
}

.servicePosNar a .img1 {
    display: inline-block;
}

.servicePosNar a .img2 {
    display: none;
}

.servicePosNar a:hover .img1 {
    display: none;
}

.servicePosNar a:hover .img2 {
    display: inline-block;
}