

ul {
    list-style-type: none;
}

/* ::-webkit-scrollbar {
    display: none;
} */

body {
    --header-height: 100px;
}



@font-face {
    font-family: 'subset-SourceHanSerifCN';
    src: url('../font/subset-SourceHanSerifCN-Regular.woff2') format('woff2'),
        url('../font/subset-SourceHanSerifCN-Regular.woff') format('woff'),
        url('../font/subset-SourceHanSerifCN-Regular.ttf') format('truetype');
    
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'subset-SourceHanSerifCN';
    src: url('../font/subset-SourceHanSerifCN-Bold.woff2') format('woff2'),
        url('../font/subset-SourceHanSerifCN-Bold.woff') format('woff'),
        url('../font/subset-SourceHanSerifCN-Bold.ttf') format('truetype');


    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'subset-SourceHanSerifCN';
    src: url('../font/subset-SourceHanSerifCN-Light.woff2') format('woff2'),
        url('../font/subset-SourceHanSerifCN-Light.woff') format('woff'),
        url('../font/subset-SourceHanSerifCN-Light.ttf') format('truetype');
    
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}



@font-face {
    font-family: 'PangMenZhengDao-Cu';
    src: url('../font/PangMenZhengDao-Cu.woff2') format('woff2'),
        url('../font/PangMenZhengDao-Cu.woff') format('woff'),
        url('../font/PangMenZhengDao-Cu.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AlimamaShuHeiTi-Bold';
    src: url('../font/AlimamaShuHeiTi-Bold.woff2') format('woff2'),
        url('../font/AlimamaShuHeiTi-Bold.woff') format('woff'),
        url('../font/AlimamaShuHeiTi-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HarmonyOS_Sans_SC';
    src: url('../font/HarmonyOS_Sans_SC.woff2') format('woff2'),
        url('../font/HarmonyOS_Sans_SC.woff') format('woff'),
        url('../font/HarmonyOS_Sans_SC.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HarmonyOS_Sans_SC';
    src: url('../font/HarmonyOS_Sans_SC_Bold.woff2') format('woff2'),
        url('../font/HarmonyOS_Sans_SC_Bold.woff') format('woff'),
        url('../font/HarmonyOS_Sans_SC_Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'HarmonyOS_Sans_SC';
    src: url('../font/HarmonyOS_Sans_SC_Light.woff2') format('woff2'),
        url('../font/HarmonyOS_Sans_SC_Light.woff') format('woff'),
        url('../font/HarmonyOS_Sans_SC_Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


@font-face {  
    font-family: 'Poppins';  
    src: url('../font/Poppins-Regular.otf');
    font-weight: normal;  
    font-style: normal;
    font-display: swap;
}

@font-face {  
    font-family: 'Poppins';  
    src: url('../font/Poppins-Bold.otf');
    font-weight: bold;  
    font-style: normal;
    font-display: swap;
}

@font-face {  
    font-family: 'Poppins';  
    src: url('../font/Poppins-Light.otf');
    font-weight: 300;  
    font-style: normal;
    font-display: swap;
}

@font-face {  
    font-family: 'Poppins';  
    src: url('../font/Poppins-ExtraLight.otf');
    font-weight: 100;  
    font-style: normal;
    font-display: swap;
}

h4 {
    font-family: "AlimamaShuHeiTi-Bold";
}


* {
    margin: 0;
    padding: 0;
    font-family: "HarmonyOS_Sans_SC";
    font-weight: normal;
    box-sizing: border-box;
    color: #171728;
}


.clear {
    clear: both;
}

a {
    text-decoration: none;
    color: inherit;
    font-size: inherit;
    cursor: pointer;
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit;
}

span {
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit;
}

strong {
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    font-weight: bold;
    line-height: inherit;
}

input {
    background:none;
    outline:none;
    border:none;
}

textarea {
    resize: none;
    outline: none;
    border: none;
}

.content * {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    font-family: inherit;
    text-align: justify;
}


/* .content h4 {
    font-weight: bold;
    font-size: 1.2em;
} */

.content strong {
    font-weight: bold;
}

.content em {
    font-style: italic;
}


.content img {
    max-width: 100% !important;
}

.content table {
    width: 100% !important;
    max-width: 100% !important;
    border: 1px solid #0f2341;
    border-collapse: collapse
}

.content table tr td {
    border: 1px solid #0f2341;
    padding: 0.4vw;
}



.indexBox {
    width: 100%;
    height: 100%;
    padding-top: 130px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
}

.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

.wh100 {
    width: 100%;
    height: 100%;
}



.p0_4 {
    padding-left: calc(3.2vw + 20px);
    padding-right: calc(3.2vw + 20px);
}

.lp4 {
    padding-left: calc(3.2vw + 20px);
}

.rp4 {
    padding-right: calc(3.2vw + 20px);
}

.p0_6 {
    padding-left: calc(5vw + 24px);
    padding-right: calc(5vw + 24px);
    --06p: calc(5vw + 24px);
}

.lp6 {
    padding-left: calc(5vw + 24px);
}

.rp6 {
    padding-right: calc(5vw + 24px);
}

.p6_0 {
    padding-top: calc(5vw + 24px);
    padding-bottom: calc(5vw + 24px);
}

.p4_0 {
    padding-top: calc(3.2vw + 20px);
    padding-bottom: calc(3.2vw + 20px);
}

.p3_0 {
    padding-top: calc(2.2vw + 16px);
    padding-bottom: calc(2.2vw + 16px);
}

.w100 {
    width: 100%;
    overflow: hidden;
}

.imgZoom {
    overflow: hidden;
}

.imgZoom img {
    transition: .6s;
}


.imgZoom:hover img {
    scale: 1.2;
}

.search_mask {
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    background-color: rgba(0, 0, 0, 0.7);
    z-index:999999;
    top: 0;
    left: 0;
}

.search_mask div {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 4vw;
    top: 6vw;
    border-radius: 50%;
    border: 1px solid #ffffff;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.search_mask div span {
    font-size: 20px;
    transition: .3s;
    color: #ffffff;
}

.search_mask div:hover {
    border-color: #d1ad90;
}

.search_mask div:hover span {
    color: #d1ad90;
}

.view_video {
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    background-color: rgba(0, 0, 0, 0.7);
    z-index:999999;
    top: 0;
    left: 0;
}

.view_video iframe {
    display: none;
}

.view_video video, .view_video iframe {
    position: absolute;
    width: 60%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    height: 34vw;
    max-height: 90vh;
    max-height: 90dvh;
}

.view_video div {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 50px;
    top: 50px;
    border-radius: 50%;
    border: 1px solid #ffffff88;
    color: #ffffff88;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: .3s;
}

.view_video div span {
    font-size: 20px;
    transition: .3s;
    color: #ffffff88;
}

.view_video div:hover {
    border-color: #fff;
}

.view_video div:hover span {
    color: #fff;
}

.search_mask form {
    width: 80%;
    display: flex;
    justify-content: space-between;
    background-color: #ffffff;
    border-radius: 50px;
    padding: 1% 30px;
    box-sizing: border-box;
    position: relative;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.search_mask form input {
    width: 95%;
}

.search_mask form button {
    width: 3%;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.search_mask form button svg {
    width: 100%;
    min-width: 30px;
    height: auto;
}


.header {
    overflow: visible;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    height: var(--header-height);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    -webkit-transition: .4s;
    transition: .4s;
    width: 100%;
    background-color: transparent;

    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    padding-top: env(safe-area-inset-top, 0px);
    box-sizing: content-box;
}

.banner {
    min-height: var(--header-height);
    position: relative;
}

.header_logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-left: 2%;
    background-color: #fff;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    margin-right: 2%;
    height: var(--header-height);
}

.header_logo img {
    height: 50%;
    opacity: 0;
    transition: .4s;
    width: auto;
}

.header_nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-justify-content: space-between;
    align-items: center;
    justify-content: space-between;
    -webkit-flex: 1;
    flex: 1;
    
    max-width: 1230px;
}

/* .header_nav li {
    margin: 0 calc(0.4vw + 2px);
    padding: calc(0.2vw + 1px) 0;
    position: relative;
}

.header_nav li::after {
    position: absolute;
    content: "";
    height: 1px;
    width: 0;
    bottom: 0;
    transform: translateX(-50%);
    left: 50%;
    display: block;
    background-color: #305ebc;
    transition: .4s;
} */


.header_nav>li>a {
    line-height: 1;
    transition: .4s;
    /* padding: 1em; */
    color: #fff;
    white-space: nowrap;
}

.header_nav>li {
    position: relative;
    padding: 1em 0;

}

.header_nav>li>ul {
    position: absolute;
    transform: translateX(-50%);
    top: 100%;
    left: 50%;
    width: calc(100% + 2em);
    height: 0;
    background-color: #020052;
    border-radius: 0.4em;
    transition: .4s;
    overflow: hidden;
}

.header_nav>li>ul>li {
    display: flex;
    height: 3em;
    width: 100%;
    transition: .4s;
    border-radius: 0.4em;
}

.header_nav>li>ul>li>a {
    color: #fff !important;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
     transition: .4s;
}

.header_nav>li>ul>li:hover {
    background-color: #fff;
}

.header_nav>li>ul>li:hover>a {
    color: #020052 !important;
}

.header_nav>li>ul>li.active {
    background-color: #fff;
}

.header_nav>li>ul>li.active>a {
    color: #020052 !important;
}


.header_nav>li:hover>ul {
    height: calc(var(--length) * 3em);
}

.header_right {
    display: flex;
    justify-content: right;
    align-items: center;
    -webkit-flex: 1;
    flex: 1;
}

.header_right_ {
    background-color: transparent;
    border-radius: calc(0.6em + 0.2vw + 2px);
    margin: 0 calc(0.4vw + 2px);
    display: flex;
    align-items: center;
    line-height: 1;
    color: #fff;
    transition: .4s;
    background-color: #020052;
}

.header_right_ .header_search {
    padding: calc(0.2vw + 2px) calc(0.5vw + 3px);
    padding-left: calc(0.4vw + 2px);
    color: inherit;
    border: none;
    font-size: inherit;
    background-color: transparent;
    line-height: inherit;
    position: relative;
    cursor: pointer;
}

.header_right_ .header_search::after {
    content: "";
    display: block;
    width: 1px;
    position: absolute;
    left: 0;
    transform: translate(-50%, -50%);
    top: 50%;
    height: 56%;
    background-color: #fff;
}

.header_right_ .header_search .iconfont {
    font-size: inherit;
    color: inherit;
    line-height: inherit;
}

.header_right_ a {
    display: block;
    padding: calc(0.2vw + 2px) calc(0.5vw + 3px);
    padding-right: calc(0.4vw + 2px);
}

.header_more {
    display: none;
    color: #fff;
    margin: 0 3%;
    margin-left: 2%;
}

.headerB {
    background-color: #fff;

}

.headerB .header_more {
    color: #020052;
}

.headerB .header_nav li a {
    color: #171728;
}

.headerB .header_right_ {
    background-color: #020052;
}

.headerB .header_logo {
    background-color: transparent;
    background: linear-gradient(to right, #00004e 14%, #000 14%);
}

.headerB .header_logo img {
    opacity: 1;
}

.banner {
    display: flex;
    justify-content: center;
}

.banner .swiper {
    width: 95.83vw;
}

.banner_right {
    background-color: #020052;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner_right {
    -webkit-flex: 1;
    flex: 1;
    
}

.banner_right img {
    width: 48%;
}

.sw-banner {
    position: relative;
}

.sw-banner .swb_float {
    position: absolute;
    padding-top: var(--header-height);
    height: 100%;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    left: 0;
    top: 0;
}

.sw-banner .swb_float .more_button {
    font-size: 0.833vw;
    padding: 0.8em 3.2em;
}

.sw-banner .swb_float .swtitle {
    padding-bottom: calc(0.8vw + 4px);
    margin-bottom: calc(0.8vw + 4px);
    position: relative;
    width: max-content;
}

.sw-banner .swb_float .swtitle::after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    transform: translateY(-50%);
    height: 1px;
    background-color: #fff;
}

.sw-banner .swb_float .swtitle h4 {
    font-size: 3.1vw;
    color: #fff;
    line-height: 1;
    font-family: "AlimamaShuHeiTi-Bold", "HarmonyOS_Sans_SC";
    font-style: italic;
}

.sw-banner .swb_float .swtitle p {
    color: #fff;
    font-family: "subset-SourceHanSerifCN", "HarmonyOS_Sans_SC";
    font-size: 0.73vw;
    text-transform: uppercase;
}

.sw-banner .swb_float>p {
    font-size: 1.25vw;
    color: #fff;
    margin-bottom: calc(2vw + 10px);
}


.sw-banner1 .swb_float .swtitle::after {
    width: calc(100% + 8%);
}

.sw-banner1 .swb_float .swtitle h4 {
    font-family: "PangMenZhengDao-Cu", "HarmonyOS_Sans_SC";
    font-style: normal;
    font-size: 4.1vw;
}

.sw-banner2 .swb_float .swtitle h4 {
    letter-spacing: 0.2em;
}

.sw-banner2 .swb_float .swtitle::after {
    width: calc(100% + 2%);
}

.sw-banner3 .swb_float .swtitle h4 {
    letter-spacing: 0.02em;
}

.sw-banner3 .swb_float .swtitle p {
    font-size: 1.2vw;
    letter-spacing: 0.04em;
}

.sw-banner3 .swb_float .swtitle::after {
    width: calc(87%);
}

.more_button {
    --more-button-color: #fff;
    --more-button-hover-color: #020052;
    --more-button-hover-background-color: #fff;
    border: 1px solid var(--more-button-color);
    line-height: 1;
    padding: calc(0.6vw + 3px) calc(2.2vw + 11px);
    border-radius: calc(0.6vw + 3px + 0.5em);
    color: var(--more-button-color);
    display: flex;
    align-items: center;
    transition: .4s;
    width: max-content;
}

.more_button span {
    width: 0.4em;
    height: 0.4em;
    background-color: var(--more-button-color);
    border-radius: 0.2em;
    display: block;
    margin-right: calc(0.4vw + 2px);
    transition: .4s;
}


.more_button:hover {
    color: var(--more-button-hover-color);
    background-color: var(--more-button-hover-background-color);
    border-color: var(--more-button-hover-background-color);
}

.more_button:hover span {
    background-color: var(--more-button-hover-color);
}

.more_button3 {
    --more-button-color: #858492;
    --more-button-hover-color: #fff;
    --more-button-hover-background-color: #020052;
}

.about {
    display: flex;
    flex-wrap: wrap;
    background-color: #020052;
    background-image: url(../images/iab.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
}

.about_left {
    -webkit-flex: 1;
    flex: 1;
}

.about_left h4 {
    font-family: "PangMenZhengDao-Cu", "HarmonyOS_Sans_SC";
    line-height: 1.2;
    display: flex;
    align-items: center;
    color: #fff;
}

.about_left h4 span {
    margin-right: 0.3em;
    transform: translateY(0.12em);
}

.about_left h4 span img {
    height: 1.4em;
}

.about_right {
    width: 49.4%;
    margin-left: 2.6%;
}

.title {
    margin-bottom: calc(1vw + 5px);
}

.title span {
    font-family: "subset-SourceHanSerifCN", "HarmonyOS_Sans_SC";
    display: block;
    margin-bottom: calc(0.8vw + 4px);
    margin-left: 0.2em;
}

.title h4 {
    font-weight: bold;
}

.about_right .title span {
    color: #fff;
}

.about_right .title h4 {
    color: #fff;
}

.about_right .content {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: calc(1.6vw + 8px);
}

.about .about_info {
    margin-top: calc(4vw + 20px);
}

.about_info {
    width: 100%;
    display: flex;
    justify-content: space-between;
    background-color: transparent;
    padding: calc(1vw + 5px) calc(0.6vw + 3px);
    border-top: 1px solid rgba(10, 54, 124, 0.2);
    border-bottom: 1px solid rgba(10, 54, 124, 0.2);
}

.about_info_box {
    display: flex;
    flex-direction: column;
    padding: calc(1.2vw + 6px) 0;
}

.about_info .line {
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.24);
    flex-shrink: 0;
    margin: 0 calc(1vw + 5px);
}

.about_info_box .num {
    display: flex;
    color: #fff;
    font-weight: bold;
    margin-bottom: calc(0.2vw + 1px);
    line-height: 1;
    font-family: "Poppins";
}


.about_info_box .num>div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: calc(0.2vw + 1px);
}

.about_info_box .num>div sup {
    color: #fff;
    font-weight: 300;
    font-family: "Poppins";
}

.about_info_box .num>div sub {
    color: #fff;
    font-family: "Poppins";
    font-weight: 300;
}

.about_info_box p {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 300;
    line-height: 1;
}

.profession {
    background-color: #ebeaf1;
    position: relative;
    display: flex;
    z-index: 1;
    padding-bottom: calc(3.2vw + 20px);
}

.profession::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../images/logoicon.png);
    background-repeat: no-repeat;
    background-size: 15%;
    background-position: -4% 104%;
    opacity: 0.26;
    z-index: -1;
}

.profession_left {
    width: 23.3%;
    margin-right: 2.7%;
}

.profession_left .content {
    color: #54545e;
    margin-bottom: calc(1.6vw + 8px);
    line-height: 1.8;
}



.profession_right {
    -webkit-flex: 1;
    flex: 1;
    display: flex;
    flex-wrap: wrap;
}

.profession_box {
    width: 32%;
    margin-right: 2%;
    border: 1px solid #858492;
    padding: calc(0.6vw + 3px) calc(1vw + 5px);
    padding-bottom: calc(0.6vw + 4px);
    margin-bottom: 2%;
    display: block;
    transition: .4s;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.profession_box::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../images/logoicon.png);
    background-repeat: no-repeat;
    background-size: 15%;
    background-position: 104% 104%;
    opacity: 0;
    z-index: -1;
    transition: .4s;
}


.profession_box h3 {
    margin-bottom: calc(0.1vw + 1px);
    transition: .4s;
}

.profession_box p {
    line-height: 1.2;
    font-family: "subset-SourceHanSerifCN";
    transition: .4s;
}


.profession_box .more_button {
    border: none;
    padding: 0;
    margin-top: calc(0.8vw + 4px);
    --more-button-color: #171728;
    --more-button-hover-color: #e0e0ea;
    --more-button-hover-background-color: transparent;
    opacity: 0;
    flex-shrink: 0;
    padding-left: 0.5em;
    -webkit-flex: 1;
    flex: 1;
    align-items: flex-end;
}

.profession_box .more_button span {
    transform: translateY(-0.2em);
    flex-shrink: 0;
}

.profession_box>div {
    height: 100%;
    transform: translateY(calc(0.4vw + 2px + 0.5em));
    font-size: inherit;
    transition: .4s;
    display: flex;
    flex-direction: column;

}

.profession_box:hover {
    background-color: #020052;
}

.profession_box:hover::after {
    opacity: 0.26;
}

.profession_box:hover h3 {
    color: #e0e0ea;
}

.profession_box:hover p {
    color: #e0e0ea;
}

.profession_box:hover>div {
    transform: translateY(0);
}

.profession_box:hover .more_button {
    opacity: 1;
    --more-button-color: #e0e0ea;
}

.profession_box:nth-child(3n) {
    margin-right: 0;
}

.team {
    display: flex;
    padding-bottom: 0 !important;
}

.team_left {
    width: 70%;
}

.team_right {
    -webkit-flex: 1;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.team_title {
    padding-right: 0 !important;
    margin-bottom: calc(1.2vw + 6px);
}

.team_ {
    background-color: #1b1963;
    background: linear-gradient(45deg, transparent 82%, #1b1963 92%);
    border-radius: 0 calc(9.8vw) 0 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding-right: calc(5vw + 24px);
}

.team_::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: calc(100% - 0.1vw);
    height: calc(100% - 0.1vw);
    background-color: #ebeaf1;
    border-radius: 0 calc(10vw) 0 0;
}

.team_box {
    display: flex;
    height: auto;
}

.team_box_left {
    -webkit-flex: 1;
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-right: calc(1.2vw + 6px);
}

.team_box_left h2 {
    padding-bottom: calc(0.8vw + 4px);
    position: relative;
    font-weight: bold;
}

.team_box_left h2 span {
    color: #020052;
    margin-left: 1em;
}

.team_box_left h2::after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    transform: translateY(-50%);
    height: 1px;
    background-color: #020052;
    width: calc(20vw + 100px);
    max-width: 100%;
}

.team_box_right {
    width: 25.4%;
    position: relative;
    font-size: 0;
    display: flex;
    align-items: flex-end;
}

.team_box_right img {
    width: 100%;
}

.team_box_left .content {
    -webkit-flex: 1;
    flex: 1;
    margin: calc(1.2vw + 6px) 0;
    line-height: 1.5;
}

.team_box_left .content p:nth-child(n+9) {
    display: none;
}



.sw-btn {
    border: 1px solid #020052;
    background-color: #fff;
    position: absolute;
    color: #020052;
    width: calc(2vw + 12px);
    height: calc(2vw + 12px);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-family: "Poppins";
    font-weight: 300;
    transition: .4s;
    user-select: none;
    z-index: 10;
}

.team_ .sw-btn {
    right: calc(5vw + 24px);
    bottom: calc(5vw + 24px);
    transform: translateX(50%);
}

.sw-btn span {
    transform: translateY(0.02em);
}

.team_ .sw-btn-prev {
    bottom: calc(5vw + 24px + 2vw + 12px);
}

.sw-btn:hover {
    background-color: #020052;
    color: #fff;
}

.team_right_top {
    display: flex;
    align-items: center;
    background-color: #020052;
    padding: calc(0.4vw + 2px) calc(0.6vw + 3px);
    font-weight: bold;
    color: #fff;
}

.team_right_top span {
    margin-right: calc(0.6vw + 3px);
    transform: translateY(0.1em);
}

.team_right_top span img {
    height: 1.2em;
}

.team_right_list {
    display: flex;
    flex-direction: column;
    margin: calc(0.8vw + 4px) calc(0.6vw + 3px);
    position: relative;
    -webkit-flex: 1;
    flex: 1;
}

.team_right_list .swiper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.team_right_list .swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}

.team_right_list li {
    margin-bottom: calc(0.8vw + 4px);
    height: auto;
}

.team_right_list_ {
    display: flex;
    align-items: center;
}

.team_right_list_left {
    width: 24%;
    margin-right: 3%;
    font-size: 0;
    flex-shrink: 0;
    overflow: hidden;
}

.team_right_list_left:last-child {
    margin-bottom: 0;
}

.team_right_list_left img {
    width: 100%;
}

.team_right_list_right h2 {
    font-weight: bold;
    margin-bottom: calc(0.2vw + 1px);
}

.team_right_list_right h2 span {
    color: #858492;
    margin-left: 0.4em;
}

.more_button2 {
    border: none;
    padding: 0;
    flex-shrink: 0;
    padding-left: 0.2em;
    --more-button-color: #858492;
    --more-button-hover-color: #020052;
    --more-button-hover-background-color: transparent;
}

.news {
    background-color: #f9f9fb;
}

.news_title {
    display: flex;
    justify-content: space-between;
    align-items: last baseline;
    margin-bottom: calc(0.6vw + 3px);
}


.news_ {
    display: flex;
}

.news_left {
    width: 59.4%;
    margin-right: 2.6%;
}

.news_left_box {
    position: relative;
    font-size: 0;
    display: block;
    height: 100%;
}

.news_left_box img {
    width: 100%;
    max-height: 24vw;
    min-height: 100%;
    object-fit: cover;
}

.news_left_box .news_left_mask {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    max-height: 100%;
    height: calc(10vw + 50px);
    justify-content: flex-end;
    background: linear-gradient(to top, #020052, transparent);
    padding: calc(0.8vw + 4px) calc(1.2vw + 6px);
}

.news_left_box .news_left_mask>span {
    color: rgba(255, 255, 255, 0.6);
    display: block;
    margin-bottom: calc(0.4vw + 2px);
    line-height: 1;
}

.news_left_box .news_left_mask>h2 {
    color: #fff;
    font-weight: bold;
    margin-bottom: calc(0.8vw + 4px);
}

.news_left_box .news_left_mask .more_button {
    --more-button-color: rgba(255, 255, 255, 0.4);
    --more-button-hover-color: #fff;
    --more-button-hover-background-color: transparent;
}

.news_left_box:hover .news_left_mask .more_button {
    --more-button-color: #fff;
}

.news_right {
    -webkit-flex: 1;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.news_box {
    background-color: #fff;
    padding: calc(1.4vw + 7px) calc(1.2vw + 6px);
    transition: .4s;
    display: flex;
    flex-direction: column;
}

.news_box>span {
    line-height: 1;
    display: block;
    margin-bottom: calc(1vw + 5px);
    color: #54545e;
    transition: .4s;
}

.news_box>h2 {
    font-weight: bold;
    margin-bottom: calc(1.4vw + 6px);
    padding-bottom: calc(1.2vw + 6px);
    position: relative;
    transition: .4s;
    -webkit-flex: 1;
    flex: 1;
}

.news_box>h2::after {
    position: absolute;
    content: "";
    display: block;
    top: 100%;
    left: 0;
    transform: translateY(-50%);
    height: 1px;
    width: 100%;
    background-color: #e7e6e9;
}

.news_box .more_button span {
    opacity: 0.3;
}

.news_box>h2:hover {
    color: #020052;
}

.news_box:hover .more_button span {
    opacity: 1;
}

.news_box:hover>span {
    color: #020052;
}

.news_box:hover .more_button {
    --more-button-color: #020052;
}

.news_box:hover {
    box-shadow: calc(0.06vw + 1px) calc(0.4vw + 2px) calc(0.8vw + 4px) rgba(167, 172, 219, 0.72);
}

.news_right_box {
    margin-bottom: calc(1.2vw + 6px);
}

.news_right_box:last-child {
    margin-bottom: 0;
}

.award {
    display: flex;
    align-items: center;
    background-image: url(../images/ihb.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: calc(2.4vw + 12px);
    padding-bottom: calc(2.4vw + 12px);
}

.award_left {
    margin-right: calc(0.6vw + 3px);
    font-size: 0;
}

.award_left img {
    width: calc(2vw + 18px);
    max-width: 68px;
}

.award_right {
    display: flex;
    -webkit-flex: 1;
    flex: 1;
    justify-content: space-between;
}

.award_right h4 {
    color: #fff;
    margin: 0 calc(0.4vw + 2px);
    font-family: "HarmonyOS_Sans_SC";
}

.foot {
    background-color: #020052;
    position: relative;
    z-index: 0;
}

.foot_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.27);
    padding-top: calc(2.4vw + 12px);
    padding-bottom: calc(2.4vw + 12px);
}

.foot_top_left {
    display: flex;
    align-items: center;
    background-color: #fff;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    width: calc(21.6vw + 108px);
    
}

.foot_top_left img {
    opacity: 0;
    width: 100%;
}

.foot_top_right form {
    background-color: #fff;
    display: flex;
    align-items: center;
    height: calc(1.8vw + 12px);
    width: calc(17vw + 85px);
    border-radius: 4px;
    padding: 0 calc(1vw + 5px);
}

.foot_top_right form input {
    min-width: 0;
    margin-right: calc(1vw + 5px);
    -webkit-flex: 1;
    flex: 1;
    color: #020052;
}

.foot_top_right form input::placeholder {
    opacity: 0.5;
    color: #020052;
}

.foot_top_right form button {
    background-color: transparent;
    color: #020052;
    border: none;
    cursor: pointer;
}

.foot_mid {
    display: flex;
    padding-top: calc(1.8vw + 9px);
    padding-bottom: calc(1.8vw + 9px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.27);
}

.foot_mid_left {
    width: 32.4%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.foot_mid_left_box {
    margin-bottom: calc(1.8vw + 9px);
    display: flex;
    align-items: flex-start;
}

.foot_mid_left_box:last-child {
    margin-bottom: 0;
}

.foot_mid_left_box .iconfont {
    padding: calc(0.2vw + 1px);
    border-radius: calc(0.1vw + 2px);
    background-color: #fff;
    color: #020052;
    display: block;
    margin-right: calc(0.6vw + 3px);
    transform: translateY(-14%);
}

.foot_mid_left_box_ {
    display: flex;
    flex-direction: column;
}

.foot_mid_left_box_>div {
    margin-bottom: calc(0.6vw + 3px);
}

.foot_mid_left_box_>div p {
    color: #fff;
    line-height: 1.5;
}

.foot_mid_left_box_>div strong {
    line-height: 1.6;
}

.foot_mid_left_box_>div img {
    margin-top: calc(0.4vw + 2px);
    width: calc(4vw + 34px);
}

.foot_mid_right {
    -webkit-flex: 1;
    flex: 1;
    padding: 0 7.3vw;
    display: flex;
    justify-content: space-between;
}

.foot_mid_right_box {
    margin: 0 calc(0.8vw + 4px);
}

.foot_mid_right_box>div h4 {
    margin-bottom: calc(1vw + 5px);
    color: #fff;
}

.foot_mid_right_box>div>span {
    width: calc(0.5vw + 10px);
    height: calc(0.05vw + 1px);
    display: block;
    background-color: #fff;
    margin-bottom: calc(1vw + 5px);
    border-radius: calc(1px);

}

.foot_mid_right_box>div ul {
    margin-bottom: calc(2vw + 10px);
}

.foot_mid_right_box>div ul li {
    color: rgba(255, 255, 255, 0.56);
    line-height: 1.5;
    margin-bottom: calc(0.6vw + 3px);
}

.foot_mid_right_box>div:last-child ul {
    margin-bottom: 0;
}

.foot_bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: calc(0.8vw + 4px);
    padding-bottom: calc(0.8vw + 4px);
}

.foot_bottom>div {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.foot_bottom p {
    margin: calc(0.2vw + 1px) 0;
    color: rgba(255, 255, 255, 0.4);
    text-align: center;
}


.banner>img {
    width: 100%;
}

.banner_float {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner_float h4 {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: calc(0.2vw + 1px);
}

.banner_float span {
    color: rgba(255, 255, 255, 0.6);
    font-family: "subset-SourceHanSerifCN";
    text-transform: uppercase;
}

.sort_nav {
    position: absolute;
    bottom: 0;
    left: 0;
}

.sort_nav ul {
    display: flex;
    flex-wrap: wrap;
}

.sort_nav ul li {
    margin-right: calc(4vw + 20px);
    padding: calc(1.2vw + 6px) 0;
}

.sort_nav ul li a {
    color: rgba(255, 255, 255, 0.4);
    transition: .2s;

}

.sort_nav ul li:last-child {
    margin-right: 0;
}

.sort_nav ul li:hover a {
    color: #fff;
}

.sort_nav ul li.active a {
    color: #fff;
    font-weight: bold;
}

.profile {
    display: flex;
    flex-wrap: wrap;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: 100% 100%;
}

.profile_left {
    width: 58.33%;
}

.profile_left h4 {
    font-weight: bold;
    margin-bottom: calc(0.2vw + 1px);
}

.profile_left h5 {
    font-family: "PangMenZhengDao-Cu";
    color: #020052;
    margin-bottom: calc(0.6vw + 3px);
}

.profile_left .content {
    line-height: 1.6;
}

.profile .about_info {
    border: none;
    padding-bottom: 0;
}

.profile .about_info_box .num {
    color: #020052;
}

.profile .about_info_box .num>div sup {
    color: #020052;
}

.profile .about_info_box .num>div sub {
    color: #020052;
}

.profile .about_info_box p {
    color: #54545e;
}

.video {
    display: flex;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 26vw;
}

.video_left {
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.08) 40%, #fff0 65%);
    border-radius: 50%;
    width: calc(14vw + 73px);
    height: calc(14vw + 73px);
    box-shadow: 0 0 calc(1.5vw + 8px) rgba(255, 255, 255, 0.02);
    margin-right: calc(2vw + 10px);
}

.video_left .vplay {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.07);
    color: #fff;
    border-radius: 50%;
    width: calc(8vw + 46px);
    height: calc(8vw + 46px);
}

.video_left .vplay p {
    color: inherit;
}

.video_right h4 {
    font-weight: bold;
    color: #fff;
    margin-bottom: calc(1vw + 5px);
}

.video_right p {
    color: #fff;
}

.honor {
    background-color: #f0f0f4;
    min-height: 45.83vw;
    background-image: url(../images/ahb.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: bottom;
    display: flex;
    flex-direction: column;
    padding-bottom: 10% !important;
}

.honor_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: calc(4vw + 20px);
}

.honor_title h4 {
    font-weight: bold;
}

.honor_sort {
    display: flex;
}

.honor_sort button {
    border: none;
    background-color: #ebeaf1;
    color: #020052;
    padding: calc(0.7vw + 3px) calc(1.2vw + 6px);
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    cursor: pointer;
    margin-left: calc(0.8vw + 4px);
    transition: .4s;
}

.honor_sort button.active {
    font-weight: bold;
    color: #fff;
    background-color: #020052;
}

.honor_year .fSwiper>.swiper-wrapper>.swiper-slide {
    height: auto;
    background-color: #f0f0f4;
    position: relative;
    overflow: visible;
    z-index: 1;
}

.honor_year .fSwiper>.swiper-wrapper>.swiper-slide-active {
    z-index: 2;
}

.honor_year .fSwiper>.swiper-wrapper>.swiper-slide::after {
    position: absolute;
    display: block;
    content: "";
    height: 1px;
    width: 100%;
    transform: translateY(50%);
    bottom: 0.6em;
    background-color: #a3a3c0;
    left: 0;
    font-size: inherit;
}

.honor_year .sSwiper .sw-btn {
    border-radius: 50%;
    transform: translateY(50%);
    bottom: 0.6em;
    width: 1.2em;
    height: 1.2em;
    color: #fff;
    background-color: #cccbdf;
    border-color: #cccbdf;
}


.honor_year .sSwiper .sw-btn-prev {
    left: 0;
}

.honor_year .sSwiper .sw-btn-next {
    right: 0;
}

.honor_year .sSwiper .sw-btn:hover {
    background-color: #020052;
    border-color: #020052;
}

.honor_year .sSwiper .sw-btn.swiper-button-disabled {
    background-color: #cccbdf;
    border-color: #cccbdf;
    cursor: auto;
}

.honor_year .sSwiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 20;
    pointer-events: auto;
}

.honor_year_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.honor_year_box span {
    color: #020052;
    font-weight: bold;
    display: block;
    line-height: 1;
    margin-bottom: calc(0.6vw + 3px);
}

.honor_year_box .circle {
    width: 1.2em;
    height: 1.2em;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #858492;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .4s;
}

.honor_year_box .circle::after {
    content: "";
    display: block;
    width: 30%;
    height: 30%;
    background-color: #858492;
    border-radius: 50%;
    transition: .4s;
}

.honor_year_box .content {
    display: none;
}


.honor_year_box.active .circle {
    background-color: #020052;
    border-color: #020052;
}

.honor_year_box.active .circle::after {
    background-color: #fbfbfb;
}

.honor_year {
    margin-bottom: calc(1.6vw + 8px);
}

.honor_content {
    color: #020052;
    margin: 0 12%;
    padding: 0 3%;
    line-height: 1.6;
    height: 18em;
    overflow: auto;
    position: relative;
}

.honor_content::after {
    content: "";
    position: sticky;
    display: block;
    width: 100%;
    height: 2em;
    bottom: 0;
    left: 0;
    background: linear-gradient(to top, #F0F0F4, transparent);
}

.honor_content {
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
    transition: .4s;
}

.honor_content:hover {
    scrollbar-color: #ccc transparent;
}

.honor_content::-webkit-scrollbar {
    width: 6px;
}


.honor_content::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 3px;
    transition: .4s;
}

.honor_content:hover::-webkit-scrollbar-thumb {
    background: #ccc;
}

.honor_content ul li {
    margin-bottom: calc(1.2vw + 6px);
}


.pricing {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 33.33vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pricing h4 {
    color: #fff;
    font-weight: bold;
    margin-bottom: calc(1.4vw + 7px);
}

.pricing p {
    color: #fff;
    line-height: 1.8;
    max-width: 820px;
    margin-bottom: calc(2vw + 10px);
}

.pricing a {
    display: flex;
    align-items: center;
    background-color: #020052;
    padding: calc(0.6vw + 3px) calc(1.4vw + 7px);
    color: #fff;
    width: max-content;
    border-radius: calc(0.5em + 1.2vw + 6px);
    line-height: 1;
    box-shadow: 0 calc(0.2vw + 2px) calc(1.2vw + 6px) rgba(81, 80, 116, 0.42);
}

.pricing a .iconfont {
    margin-left: calc(0.6vw + 3px);
    transition: .4s;
}

.pricing a:hover .iconfont {
    transform: translateX(0.3em);
}

.publication {
    background-color: #f0f0f4;
}

.publication_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: calc(1.4vw + 7px);
}

.publication_title h4 {
    font-weight: bold;
}



.publication_ {
    margin-bottom: calc(1.4vw + 7px);
}

.publication_box {
    height: auto;
    display: flex;
    flex-direction: column;
    background-color: #c2c1d2;
}

.publication_box .pimg {
    padding: calc(0.4vw + 2px);
    padding-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 136.5%;
    position: relative;
}

.publication_box .pimg img {
    width: calc(100% - calc(0.8vw + 4px));
    height: calc(100% - calc(0.8vw + 4px));
    object-fit: contain;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.publication_box h2 {
    padding: calc(0.8vw + 4px);
    text-align: center;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sw-button {
    display: flex;
    align-items: center;
}


.sw-button .sw-btn {
    position: static;
    height: 1.5em;
    width: 4em;
    border-radius: 2em;
    opacity: 0.1;
    background-color: #020052;
    color: #fff;
    margin-right: calc(0.8vw + 4px);
}

.sw-button .sw-btn:last-child {
    margin-right: 0;
}

.sw-button .sw-btn:hover {
    opacity: 1;
}

.organizationClass1 .sw-button .sw-btn.swiper-button-lock {
    display: none;
}

.publicationlist h4 {
    font-weight: bold;
    margin-bottom: calc(1.4vw + 7px);
}

.publicationlist_ {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 7px;
}

.publicationlist_box {
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 2%;
}

.publicationlist_box:nth-child(4n) {
    margin-right: 0;
}

.page {
    display: flex;
    align-items: center;
}

.page .page_arr {
    height: 1.4em;
    width: 3em;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    border-radius: 1.5em;
    border: 1px solid #e5e5ed;
    color: #858492;
    font-family: "Poppins";
    font-weight: 300;
    transition: .2s;
    cursor: pointer;
    user-select: none;
}

.page .page_arr span {
    transform: translateY(0.04em);
}

.page .page_arr:first-child {
    margin-left: 0;
}

.page .page_arr:last-child {
    margin-right: 0;
}

.page .page_arr:hover {
    background-color: #e5e5ed;
    color: #020052;
}

.page .page-num {
    color: #858492;
}

.page .page-num:hover {
    color: #020052;
}

.page .page-num-current {
    color: #020052;
}

.page>* {
    margin: 0 calc(0.4vw + 2px);
}

.partyMember_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: calc(1.4vw + 7px);
}

.partyMember_title h4 {
    font-weight: bold;
    white-space: nowrap;
    margin-bottom: calc(0.8vw + 4px);
    margin-right: calc(0.8vw + 4px);
}

.partyMember_sort {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: left;
}

.partyMember_sort a {
    display: block;
    background-color: #ebeaf1;
    padding: calc(0.6vw + 3px) calc(1.2vw + 6px);
    color: #020052;
    line-height: 1;
    margin-right: calc(0.6vw + 3px);
    transition: .2s;
    margin-bottom: calc(0.6vw + 3px);
}

.partyMember_sort a:last-child {
    margin-left: 0;
}

.partyMember_sort a:hover {
    background-color: #020052;
    color: #fff;
}

.partyMember_sort a.active {
    background-color: #020052;
    color: #fff;
}

.partyMember_ {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 7px;
}

.personnel_box {
    display: flex;
    flex-direction: column;
    background-color: #ebeaf1;
    padding: calc(0.4vw + 2px);
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 2%;
    padding-bottom: 0;
}

.personnel_box:nth-child(4n) {
    margin-right: 0;
}

.personnel_box .pimg {
    width: 100%;
    /* aspect-ratio: 1 / 1.458; */
    padding-top: 145.8%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.personnel_box .pimg img {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    height: 100%;
}

.personnel_box h2 {
    display: flex;
    align-items: last baseline;
    font-weight: bold;
    flex-wrap: wrap;
    padding: calc(0.6vw + 3px) calc(0.4vw + 2px);
    -webkit-flex: 1;
    flex: 1;
    gap: 0.23em;
}

.personnel_box h2 span {
    color: #020052;
}



.partyNews {
    background-color: #ebeaf1;
}

.partyNews_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: calc(1.4vw + 7px);
}

.partyNews_title h4 {
    font-weight: bold;
}


.partyNews_ {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 7px;
}

.partyNews_box {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 2%;
}

.partyNews_box:nth-child(2n) {
    margin-right: 0;
}

.organizationClass1 {
    display: flex;
}

.organizationClass1_left {
    background-color: #020052;
    -webkit-flex: 1;
    flex: 1;
}

.organizationClass1_right {
    width: 61%;
}

.organizationClass1_right_btn {
    margin-bottom: calc(1.6vw + 8px);
}

.organizationClass1_left img {
    width: 2.8em;
    opacity: 0.09;
    margin-bottom: calc(1.8vw + 9px);
}

.organizationClass1_left_icon {
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    margin-bottom: calc(1.8vw + 9px);
    font-size: 0;
    width: max-content;
}

.organizationClass1_left_icon img {
    opacity: 0;
    margin-bottom: 0;
}

.organizationClass1_left h4 {
    font-weight: bold;
    padding-bottom: calc(1.2vw + 6px);
    margin-bottom: calc(1.2vw + 6px);
    position: relative;
    color: #fff;
}

.organizationClass1_left h4::after {
    content: "";
    position: absolute;
    display: block;
    top: 100%;
    transform: translateY(-50%);
    width: calc(1.2vw + 6px);
    height: calc(0.06vw + 1px);
    background-color: rgba(255, 255, 255, 0.2);
}

.organizationClass1_left p {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.8;
    margin-bottom: calc(3.2vw + 16px);
}


.organizationClass1_right_ {
    width: calc(100% + 5vw + 24px + 2.5vw + 12px);
    position: relative;
    right: calc(5vw + 24px + 2.5vw + 12px + 1%);
    transform: translateY(-50%);
    top: 50%;
    display: flex;
    justify-content: space-between;
}

.organizationClass1_right_ .swiper {
    width: 100%;
}

.organizationClass1 .organizationClass1_right_box {
    width: 30.33%;
}

.organizationClass1 .organizationClass1_right_box:last-child {
    margin-right: 0;
}

.organizationDirectors {
    background-color: #f0f0f4;
}

.organizationClass2_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.organizationClass2_title h4 {
    font-weight: bold;
    margin-bottom: calc(0.8vw + 4px);
}

.organizationClass2_desc {
    margin-bottom: calc(1vw + 5px);
}

.organizationClass2_desc p {
    line-height: 1.6;
}

.organizationClass2_ {
    margin-bottom: 5px;
}

.organizationSupervisors {
    background-color: #f0f0f4;
}

.organizationSupervisors_left {
    background-color: #d8d8e3;
    -webkit-flex: 1;
    flex: 1;
    padding-right: 11%;
}

.organizationSupervisors_right {
    width: 69.27%;
    flex: none;
}

.organizationSupervisors_left_icon {
    background-color: rgba(2, 0, 82, 0.09);
}

.organizationSupervisors_left h4 {
    color: #171728;
}

.organizationSupervisors_left h4::after {
    background-color: #171728;
}

.organizationSupervisors_left p {
    color: #171728;
}

.organizationSupervisors_right_ {
    width: 122%;
    right: 22%;
}

.organizationClass1_right_ {
    flex-direction: column;
    align-items: flex-end;
}

.memberlist {
    display: flex;
}

.memberlist_left {
    width: calc(19vw + 55px);
    position: relative;
    min-height: calc(100vh - var(--header-height));
    min-height: calc(100dvh - var(--header-height));
    background-color: #f9f9fb;
}

.memberlist_right {
    -webkit-flex: 1;
    flex: 1;
    padding-left: 2%;
}

.memberlist_left_ {
    height: calc(100vh - var(--header-height));
    height: calc(100dvh - var(--header-height));
    position: absolute;
    left: 0;
    top: 0;
    width: inherit;
    padding-right: 2.8vw;
    display: flex;
    flex-direction: column;
    
}

.memberlist_left_.fixed {
    position: fixed;
    top: var(--header-height);
    z-index: 10;
}

.memberlist_left_.absoluteB {
    position: absolute;
    top: auto;
    bottom: 0;
}

.memberlist_left_ h4 {
    font-weight: bold;
    margin-bottom: calc(1vw + 5px);
}

.memberlist_left_ p {
    line-height: 1.7;
    margin-bottom: calc(1vw + 5px);
}

.memberlist_left_ ul {
    -webkit-flex: 1;
    flex: 1;
    overflow: auto;
    display: flex;
    flex-direction: column;
    align-self: flex-start;
    min-width: 64%;
}

.memberlist_left_ ul li {
    margin-bottom: calc(0.8vw + 4px);
}

.memberlist_left_ ul li a {
    padding: calc(0.4vw + 2px) calc(0.6vw + 3px);
    background-color: #ebeaf1;
    color: #020052;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .2s;
    text-align: center;
}

.memberlist_left_ ul li a:hover {
    background-color: #020052;
    color: #fff;
}

.memberlist_left_ ul li.active a {
    background-color: #020052;
    color: #fff;
}

.memberlist_right>h2 {
    font-weight: bold;
    margin-bottom: calc(1vw + 5px);
}

.memberlist_right_ {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: calc(1vw + 5px);

}

.lawyerlist {
    position: relative;
    overflow: visible;
    z-index: 1;
}

.lawyerlist_search {
    width: 100%;
    padding: calc(1.2vw + 6px);
    border-radius: calc(0.2vw + 2px);
    background-color: #f5f5fa;
    margin-bottom: 2%;
}

.lawyerlist_search form {
    display: flex;
}

.lawyerlist_search_ {
    -webkit-flex: 1;
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.lawyerlist_search_box {
    display: flex;
    align-items: center;
    width: 23.5%;
    
}

.lawyerlist_search_box:first-child {
    margin-left: 0;
}

.lawyerlist_search_box label {
    line-height: 1;
    white-space: nowrap;
    margin-right: calc(0.6vw + 3px);
}

.lawyerlist_search_box .sinput {
    display: flex;
    background-color: #e6e6f3;
    border-radius: calc(0.2vw + 2px);
    height: 3.6em;
    position: relative;
    -webkit-flex: 1;
    flex: 1;
}

.lawyerlist_search_box .sinput .sinput_text {
    min-width: 0;
    -webkit-flex: 1;
    flex: 1;
    padding: 0 calc(0.6vw + 3px);
    display: flex;
    align-items: center;
    position: relative;
}

.lawyerlist_search_box .sinput .sinput_text p {
    color: #54545e;
    overflow: auto;
    white-space: nowrap;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    width: calc(100% - 1.2vw - 6px);
}

.lawyerlist_search_box .sinput .sinput_text::placeholder {
    opacity: 0.6;
}

.lawyerlist_search_box .sinput .sinput_btn {
    border-radius: calc(0.2vw + 2px);
    border: none;
    background-color: #020052;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.6em;
    flex-shrink: 0;
    color: #d8d8e3;
    cursor: pointer;
}

.lawyerlist_search form button {
    color: #d8d8e3;
    background-color: #020052;
    border-radius: calc(0.2vw + 2px);
    border: none;
    padding: 0 calc(1.2vw + 6px);
    flex-shrink: 0;
    cursor: pointer;
    margin-left: calc(1vw + 5px);
}

.lawyerlist_search_box .sinput ul {
    position: absolute;
    min-width: calc(100% - 3.6em);
    top: calc(100% + 1em);
    right: 3.6em;
    height: 0;
    display: flex;
    flex-direction: column;
    background-color: #e6e6f3;
    border-radius: calc(0.2vw + 2px);
    overflow: auto;
    transition: .6s;
    max-height: 50vh;
    max-height: 50dvh;
}

.lawyerlist_search_box .sinput ul {
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
    z-index: 10;
}

.lawyerlist_search_box .sinput ul:hover {
    scrollbar-color: #ccc transparent;
}

.lawyerlist_search_box .sinput ul::-webkit-scrollbar {
    width: 6px;
}

.lawyerlist_search_box .sinput ul::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 3px;
}

.lawyerlist_search_box .sinput ul:hover::-webkit-scrollbar-thumb {
    background: #ccc;
}


.lawyerlist_search_box .sinput ul.active {
    height: calc((var(--length) + 1) * 3.4em);
}

.lawyerlist_search_box .sinput ul li {
    -webkit-flex: 1;
    flex: 1;
    display: flex;
    align-items: center;
    padding: 1em 1em;
    cursor: pointer;
    white-space: nowrap;
    line-height: 1.4;
    transition: .1s;
}

.lawyerlist_search_box .sinput ul li:hover {
    background-color: #020052;
    color: #d8d8e3;
    border-radius: calc(0.2vw + 2px);
}

.lawyerlist_ {
    display: flex;
    flex-wrap: wrap;
}

.lawyerlist_ .lawyerlist_box {
    width: 18.4%;
}

.lawyerlist_ .lawyerlist_box:nth-child(4n) {
    margin-right: 2%;
}

.lawyerlist_ .lawyerlist_box:nth-child(5n) {
    margin-right: 0;
}

.committeelist_title {
    background-color: #f9f9fb;
}

.committeelist_title h4 {
    font-weight: bold;
    margin-bottom: calc(0.4vw + 2px);
}

.committeelist_title p {
    line-height: 1.6;
}

.committeelistClass1 {
    display: flex;
}

.committeelistClass1_left {
    -webkit-flex: 1;
    flex: 1;
    padding-top: calc(1vw + 5px);
}

.committeelistClass1_right {
    width: 79.76%;
    margin-left: 2.24%;
}

.committeelistClass1_left h2 {
    font-weight: bold;
    margin-bottom: calc(2vw + 10px);
}

.committeelistClass1_left .content {
    line-height: 1.6;
    margin-bottom: calc(2vw + 10px);
}

.committeelistClass1_left .content p {
    margin-bottom: calc(0.4vw + 2px);
}

.committeelistClass2:nth-child(2n) {
    background-color: #f0f0f4;
}

.committeelistClass2>h2 {
    font-weight: bold;
    margin-bottom: calc(0.8vw + 4px);
}

.committeelistClass2>.content {
    display: flex;
    flex-wrap: wrap;
    line-height: 1.6;
}

.committeelistClass2>.content p {
    margin-right: calc(1vw + 5px);
    margin-bottom: calc(1vw + 5px);
}

.committeelistClass2_ {
    margin-bottom: 5px;
}

.professionlist {
    background-color: #ebeaf1;
}

.professionlist .content {
    color: #54545e;
    line-height: 1.8;
    margin-bottom: calc(0.8vw + 4px);
}

.professionlist_ {
    display: flex;
    flex-wrap: wrap;
}

.professionlist_box {
    width: 23.5%;

}

.professionlist_box:nth-child(3n) {
    margin-right: 2%;
}

.professionlist_box:nth-child(4n) {
    margin-right: 0;
}


.professionlist_box h2 {
    margin-bottom: calc(0.1vw + 1px);
    transition: .4s;
}

.professionlist_box:hover h2 {
    color: #fff;
}

.profession_detail_title {
    background-color: #020052;
    padding-top: calc(1vw + 5px);
    padding-bottom: calc(1vw + 5px);
}

.profession_detail_title h2, .profession_detail_title h1 {
    color: #fff;
    font-weight: bold;
}

.profession_detail_title h2 {
    margin-bottom: calc(0.4vw + 2px);
}

.profession_detail_member_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: calc(1.2vw + 6px);
}

.profession_detail_member_title h4 {
    font-weight: bold;
}

.profession_detail_member_ {
    margin-bottom: calc(6px);
}

.profession_detail_content_ {
    line-height: 1.6;
}

.profession_detail_page {
    padding-top: calc(1.2vw + 6px);
    padding-bottom: calc(1.2vw + 6px);
    background-color: #f5f5fa;
}

.profession_detail_page p {
    margin-bottom: calc(0.4vw + 2px);
    color: #020052;
    font-weight: bold;
}

.profession_detail_page p:last-child {
    margin-bottom: 0;
}

.profession_detail_page p a span {
    font-family: "Poppins";
    font-weight: normal;
    margin-left: 1em;
}

.profession_detail_page p a[href='javascript:;'] {
    color: #858492;
    font-weight: normal;
}

.newslist_top {
    background-color: #f9f9fb;
}

.newslist_top h4 {
    margin-bottom: calc(1.2vw + 6px);
    font-weight: bold;
}

.newslist {
    display: flex;
}

.newslist_left {
    width: 4em;
    margin-right: calc(1.2vw + 6px);
}

.newslist_left>span {
    font-family: "subset-SourceHanSerifCN";
    color: #858492;
    display: block;
    margin-bottom: calc(0.6vw + 3px);
    padding-left: 0em;
}

.newslist_left_ {
    min-height: 29.24em;
}

.newslist_left_ .sw-btn {
    width: 3em;
    height: 0em;
    overflow: hidden;
    position: static;
    border-radius: 0.6em;
    background-color: #020052;
    opacity: 0.1;
    color: #fff;
    transition: .4s;
    border: none;
}

.newslist_left_ .sw-btn span {
    transform: rotate(90deg);
}

.newslist_left_ .sw-btn:hover {
    opacity: 1;
}

.newslist_left_ .sw-btn.active {
    height: 1em;
    margin: 0.7em 0;
}

.newslist_left_ .sw-more {
    display: flex;
    flex-direction: column;
    width: 3em;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    height: 0;
    transition: .4s;
}

.newslist_left_ .sw-more.active {
    height: 2.52em;
}

.newslist_left_ .sw-more2 {
    flex-direction: column-reverse;
}

.newslist_left_ .sw-more span {
    display: block;
    width: 0.32em;
    height: 0.32em;
    background-color: rgba(10, 54, 124, 0.1);
    border-radius: 50%;
    margin: 0.4em 0;
    line-height: 1;

}

.newslist_left_ .sw-more::before {
    content: "";
    display: block;
    width: 0.22em;
    height: 0.22em;
    background-color: rgba(10, 54, 124, 0.1);
    border-radius: 50%;
    line-height: 1;
}

.newslist_left_ .sw-more::after {
    content: "";
    display: block;
    width: 0.38em;
    height: 0.38em;
    background-color: rgba(10, 54, 124, 0.1);
    border-radius: 50%;
    line-height: 1;
}

.newslist_left .swiper {
    height: 18em;
    padding-left: calc(0.14em);
    margin: 0.7em 0;
}

.news_year {
    display: flex;
    align-items: center;
    user-select: none;
}

.news_year button {
    cursor: pointer;
    color: #858492;
    transition: .4s;
    border: none;
    line-height: 1;
    background-color: transparent;
    font-family: "subset-SourceHanSerifCN";
}

.news_year::before {
    height: 1px;
    content: "";
    background-color: #858492;
    font-size: inherit;
    margin-right: 0.3em;
    width: 0;
    transition: .4s;
}

.news_year.active button {
    color: #020052;
    font-weight: bold;
}

.news_year.active::before {
    background-color: #020052;
    width: 1.4em;
}

.newslist_right {
    -webkit-flex: 1;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.newslist_right_ {
    display: flex;
    flex-wrap: wrap;
    -webkit-flex: 1;
    flex: 1;
    align-content: flex-start;
}

.newslist_right_box {
    width: 48.5%;
    margin-right: 3%;
    border: 1px solid #f9f9f9;
    margin-bottom: 2%;

}

.newslist_right_box:nth-child(2n) {
    margin-right: 0;
}

.newslist_page button {
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.newslist_page .page_number {
    margin: 0;
}

.newslist_page .page_number>* {
    margin: 0 calc(0.4vw + 2px);
}

.caselist {
    background-color: #f9f9fb;
}

.caselist .content {
    color: #54545e;
    line-height: 1.8;
    margin-bottom: calc(0.8vw + 4px);
}

.caselist_ {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.caselist_ .caselist_box {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
    border: 1px solid rgba(133, 132, 146, 0.06);
    background-color: #fff;
}

.caselist_ .caselist_box:nth-child(3n) {
    margin-right: 0;
}

.officelist {
    background-color: #f9f9fb;
    display: flex;
    flex-wrap: wrap;
}

.officelist_box {
    padding: calc(1.2vw + 6px);
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
    background-color: #fff;
}

.officelist_box:nth-child(2n) {
    margin-right: 0;
}

.officelist_box_title {
    padding-bottom: calc(0.7vw + 3px);
    margin-bottom: calc(0.8vw + 4px);
    border-bottom: 1px solid #e5e5ed;
    display: flex;
    align-items: center;
}

.officelist_box_title .iconfont {
    margin-right: calc(0.2vw + 2px);
    color: #020052;
}

.officelist_box_title h2 {
    color: #020052;
    font-weight: bold;
}

.officelist_box_ {
    display: flex;
}

.officelist_box_left {
    width: 44.7%;
    margin-right: 2.3%;
}

.officelist_box_left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.officelist_box_right {
    -webkit-flex: 1;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.officelist_info {
    display: flex;
    align-items: first baseline;
    margin: calc(0.2vw + 1px) 0;
}

.officelist_info .ico {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    line-height: 1;
    margin-right: calc(0.6vw + 3px);
    color: #54545e;
    transform: translateY(0.1em);
}

.officelist_info .ico .iconfont {
    color: rgba(2, 0, 82, 0.3);
    margin-right: calc(0.4vw + 2px);
}

.officelist_info_tel .ico {
    transform: translateY(0);
}

.officelist_info_tel .ico .icon-tel5 {
    transform: rotate(15deg);
}

.officelist_info_tel p {
    color: #020052;
    font-weight: bold;
    font-family: "Poppins";
}

.joblist_top {
    background-color: #f9f9fb;
    background-image: url(../images/jtb.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom;
    min-height: 32vw;
}

.joblist_top h4 {
    font-weight: bold;
    margin-bottom: calc(1vw + 5px);
}

.joblist_top .content {
    line-height: 1.8;
    color: #54545e;
    max-width: 1096px;
}

.josblist h4 {
    margin-bottom: calc(0.8vw + 4px);
}

.josblist_box {
    background-color: #fafafa;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: calc(0.8vw + 4px) calc(1.6vw + 8px);
    flex-wrap: wrap;
    transition: .4s;
    position: relative;
    z-index: 1;
}

.josblist_box:hover {
    box-shadow: 0 0 calc(0.5vw + 3px) rgba(2, 0, 82, 0.26);
    z-index: 2;
}

.josblist_box h2 {
    font-weight: bold;
    margin: calc(0.8vw + 4px) 0;
    margin-right: calc(1vw + 5px);
}

.josblist_box a {
    background-color: rgba(2, 0, 82, 0.1);
    color: #020052;
    display: flex;
    align-items: center;
    line-height: 1;
    padding: 0.9em 2.4em;
    border-radius: 1.4em;
    transition: .4s;
    margin: calc(0.8vw + 4px) 0;
}

.josblist_box a .iconfont {
    margin-left: 1.5em;
    transition: .4s;
}

.josblist_box a:hover {
    color: #fff;
    background-color: #020052;
    box-shadow: 0 calc(0.3vw + 1px) calc(1.2vw + 6px) rgba(81, 80, 116, 0.42);
}

.josblist_box a:hover .iconfont {
    transform: translateX(0.4em);
}

.personnel_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: calc(1.6vw + 8px);
    padding-bottom: calc(1.6vw + 8px);
    background-color: #ebeaf1;
}

.personnel_title_left h1 {
    font-weight: bold;
}

.personnel_title_left h1 span {
    color: #020052;
}


.personnel_title_right p {
    font-weight: bold;
}

.personnel_title_right p .iconfont {
    font-weight: normal;
    color: #020052;
}

.personnel_detial {
    padding-top: calc(2vw + 10px);
    padding-bottom: calc(2vw + 10px);
    display: flex;

}

.personnel_detial_left {
    width: 63.1%;
    margin-right: 2.9%;
}


.personnel_detial_right {
    -webkit-flex: 1;
    flex: 1;
}

.personnel_detial_right img {
    width: 100%;
}

.parsonnel_infos {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.parsonnel_infos p {
    width: 48%;
    margin: 0 1%;
    margin-bottom: 2%;
    font-weight: bold;
}

.parsonnel_content_sort {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #020052;
    margin-bottom: calc(1.2vw + 6px);
}

.parsonnel_content_sort li {
    padding: 1em 2em;
    line-height: 1;
    cursor: pointer;
    transition: .2s;
}

.parsonnel_content_sort li.active {
    color: #fff;
    background-color: #020052;
    font-weight: bold;
}

.parsonnel_content_sort li:hover {
    color: #fff;
    background-color: #020052;
}

.parsonnel_content_>ul>li {
    margin-bottom: calc(1vw + 5px);
    padding-left: 3em;
    position: relative;
}

.parsonnel_content_>ul>li::before {
    mask-image: url(../images/logoicon.png);
    -webkit-mask-image: url(../images/logoicon.png);
    background-color: #020052;
    mask-repeat: no-repeat;
    mask-position: left top;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: left top;
    -webkit-mask-size: contain;
    content: "";
    width: 2em;
    height: 2em;
    left: 0.3em;
    top: 0.3em;
    position: absolute;

}

.parsonnel_content_ {
    line-height: 1.6;
}


.parsonnel_content_ .ctitle {
    font-weight: bold;
    height: 2.6em;
    display: flex;
    align-items: center;
    margin-bottom: 0.4em;
}

.parsonnel_content_ .ccontent.flex {
    display: flex;
    flex-wrap: wrap;
}

.parsonnel_content_ .ccontent .cc {
    -webkit-flex: 1;
    flex: 1;
    margin-right: calc(1vw + 5px);
}

.parsonnel_content_ .ccontent .cc:last-child {
    margin-right: 0;
}

.parsonnel_content_ .ccontent strong {
    margin-bottom: 0.2em;
    display: block;
}

.news_detail {
    display: flex;
}

.news_detail_left {
    -webkit-flex: 1;
    flex: 1;
    padding: calc(1.4vw + 7px);
    border: 1px solid #e9ecef;
}

.news_detail_right {
    width: 30.3%;
    margin-left: 2.7%;

}

.news_detail_title {
    padding-bottom: calc(0.4vw + 2px);
    border-bottom: 1px solid #e9ecef;
    margin-bottom: calc(1vw + 5px);
}

.news_detail_title h1 {
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: calc(0.4vw + 2px);
}

.news_detail_title span {
    color: #858492;
}

.news_detail_content {
    line-height: 1.8;
}

.news_detail_page {
    display: block;
    padding: calc(0.8vw + 4px);
    border: 1px solid #e9ecef;
    margin-bottom: calc(1.2vw + 6px);
}

.news_detail_page div {
    display: flex;
    color: #0f2341;
    align-items: center;
    line-height: 1;
    margin-bottom: calc(0.8vw + 4px);
}

.news_detail_page div::after {
    content: "";
    display: block;
    height: 1px;
    -webkit-flex: 1;
    flex: 1;
    background-color: #e9ecef;
    transform: translateX(calc(0.8vw + 4px));
}

.news_detail_page h2 {
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: calc(0.6vw + 3px);
}


.chatBox ul {
    padding: 0;
    padding-left: 0.5em;
    margin: 0.5em 0;
}
.chatBox ul li {
    padding-left: 1.5em;
    margin: 0.2em 0;
    list-style-type: none;
    position: relative;
}

.chatBox ul li::before {
    content: "-";
    position: absolute;
    font-size: inherit;
    transform: translate(-50%, -50%);
    top: 0.65em;
    left: 0.6em;
    line-height: 1;
}


.chatBox {
    width: 800px;
    height: 600px;
    display: none;
    flex-direction: column;
    max-width: 100vw;
    max-height: 100vh;
    max-height: 100dvh;
    border: 1px solid #0001;
    border-radius: 12px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 2px 4px 10px #0004;
    position:fixed;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    z-index: 99999;
}

.chatBox.active {
    display: flex;
}

.chatBox_content {
    height: 70%;
    width: 100%;
    overflow: auto;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 16px;
    border-bottom: 1px solid #0002;
}

.chatBox_input {
    -webkit-flex: 1;
    flex: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
}


.chatBox_input textarea {
    -webkit-flex: 1;
    flex: 1;
    outline: none;
    box-sizing: border-box;
    padding: 16px;
    resize: none;
    border: none;
    font-size: 14px;
}


.chatBox_content .info {
    box-sizing: border-box;
    margin: 16px 8px;
    max-width: 60%;
    display: flex;
}


.chatBox_content .info .headpic {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.chatBox_content .info_left .headpic {
    margin-right: 16px;
}

.chatBox_content .info_right .headpic {
    margin-left: 16px;
}

.chatBox_content .info .headpic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.chatBox_content .info .content {
    padding: 6px 10px;
    font-size: 16px;
    border: 1px solid #d3e5fd;
    border-radius: 8px;
    box-shadow: 0 0 4px #f1f8fd;
    position: relative;
    background-color: #f1f8fd;
}

.chatBox_content .info .content a {
    color: #3186F5;
}

.chatBox_content .info img {
    max-width: 100%;
    max-height: 400px;
}

.chatBox_content .info_left {
    align-self: flex-start;
}

.chatBox_content .info_left .content::after {
    content: "";
    display: block;
    background-color: #d3e5fd;
    width: 8px;
    height: 8px;
    clip-path: polygon(0 50%, 100% 0, 100% 100%);
    position: absolute;
    right: 100%;
    top: 8px;
}

.chatBox_content .info_right {
    align-self: flex-end;
}

.chatBox_content .info_right .content::after {
    content: "";
    display: block;
    background-color: #d3e5fd;
    width: 8px;
    height: 8px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    position: absolute;
    left: 100%;
    top: 8px;
}

.chatBox_input button {
    height: 40px;
    width: 100px;
    align-self: flex-end;
    border: none;
    cursor: pointer;
    background-color: rgb(49, 134, 245);
    color: #fff;
    margin: 16px;
    border-radius: 8px;
}

.chatBox_title {
    box-sizing: border-box;
    padding: 24px;
    border-bottom: 1px solid #0002;
    font-size: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.chatBox_title h4 {
    font-size: inherit;
    line-height: 1;
    margin: 0;
}


.chatButton {
    position: fixed;
    bottom: 0;
    right: 2vw;
    border: none;
    background-color: #3186F5;
    color: #fff;
    cursor: pointer;
    box-sizing: border-box;
    padding: 8px 12px;
    border-radius: 8px 8px 0 0;
    font-size: 18px;
    display: flex;
    align-items: center;
    line-height: 1;
    z-index: 100;
}

.chatButton svg {
    height: 1.5em;
    width: auto;
    transform: translateY(0.1em);
    margin-left: 6px;
}

.chatClose {
    font-size: inherit;
    border: none;
    background-color: transparent;
    line-height: 1;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

.chatClose svg {
    height: 1.6em;
    width: auto;
    transform: translateY(0.15em);
}

@media screen and (max-width: 1441px) {
    .team_right {
        padding-left: calc(1.6vw + 8px);

    }

    .team_right_list_left {
        width: 25%;
    }

    body {
        --header-height: 80px;
    }

    .header_nav {
        max-width: 800px;
    }
}

@media screen and (max-width: 1025px) {
    .p0_4 {
        padding-left: calc(2.2vw + 16px);
        padding-right: calc(2.2vw + 16px);
    }

    .lp4 {
        padding-left: calc(2.2vw + 16px);
    }

    .rp4 {
        padding-right: calc(2.2vw + 16px);
    }

    .p0_6 {
        padding-left: calc(2.2vw + 16px);
        padding-right: calc(2.2vw + 16px);
        --06p: calc(2.2vw + 16px);
    }

    .lp6 {
        padding-left: calc(2.2vw + 16px);
    }

    .rp6 {
        padding-right: calc(2.2vw + 16px);
    }

    .p6_0 {
        padding-top: calc(2.2vw + 16px);
        padding-bottom: calc(2.2vw + 16px);
    }

    .p4_0 {
        padding-top: calc(2.2vw + 16px);
        padding-bottom: calc(2.2vw + 16px);
    }

    .p3_0 {
        padding-top: calc(2.2vw + 16px);
        padding-bottom: calc(2.2vw + 16px);
    }

    .team_right {
        padding-left: calc(1.6vw + 8px);

    }

    .team_ .sw-btn {
        right: calc(2.2vw + 16px);
        bottom: calc(calc(2.2vw + 16px));
    }

    .team_ .sw-btn-prev {
        bottom: calc(calc(2.2vw + 16px + 2vw + 12px));
    }

    .team_right_list_left {
        width: 28%;
    }

    .organizationClass1_right_ {
        width: calc(100% + 2.2vw + 16px + 1.8vw + 10px);
        right: calc(2.2vw + 16px + 1.8vw + 10px);
    }
    
    .lawyerlist_ .lawyerlist_box {
        width: 23.5%;
    }

    .lawyerlist_ .lawyerlist_box:nth-child(5n) {
        margin-right: 2%;
    } 

    .lawyerlist_ .lawyerlist_box:nth-child(2n) {
        margin-right: 2%;
    }

    .lawyerlist_ .lawyerlist_box:nth-child(4n) {
        margin-right: 0;
    } 

    .lawyerlist_search_box {
        width: 49%;
        margin: calc(0.4vw + 2px) 0;
    }

    .lawyerlist_search form button {
        align-self: first baseline;
        height: 3.6em;
        margin-top: calc(0.4vw + 2px);
    }

    .caselist_ .caselist_box {
        width: 49%;
    }

    .caselist_ .caselist_box:nth-child(3n) {
        margin-right: 2%;
    }

    .caselist_ .caselist_box:nth-child(2n) {
        margin-right: 0;
    }

    .professionlist_box {
        width: 32%;
    }

    .professionlist_box:nth-child(4n) {
        margin-right: 2%;
    }

    .professionlist_box:nth-child(3n) {
        margin-right: 0;
    }

    .memberlist_box {
        width: 32%;
    }

    .memberlist_box:nth-child(4n) {
        margin-right: 2%;
    }

    .memberlist_box:nth-child(3n) {
        margin-right: 0;
    }

    body {
        --header-height: 60px;
    }

    .header_nav {
        max-width: 600px;
    }
}

@media screen and (max-width: 769px) {
    .header_more {
        display: block;
    }

    .header_nav {
        position: absolute;
        top: 100%;
        right: 0;
        width: 0;
        -webkit-flex-direction: column;
        -webkit-align-items: flex-end;
        flex-direction: column;
        align-items: flex-end;
        height: calc(100vh - var(--header-height));
        height: calc(100dvh - var(--header-height));
        overflow: hidden;
        background-color: #fff;
        transition: .4s;
    }

    .header_nav>li {
        -webkit-flex: 1;
    flex: 1;
        width: 30vw;
        padding: 0;
        display: flex;
        flex-direction: column;
    }

    .header_nav>li>a {
        color: #020052;
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -webkit-justify-content: center;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        padding: 0.5em 0;
        -webkit-flex: 1;
    flex: 1;
    }

    .header_nav>li:hover {
        flex-shrink: 0;
    }

    .header_nav>li>ul {
        position: static;
        display: none;
    }

    .header_nav.active {
        width: 30vw;
    }

    .header_nav>li:hover>ul {
        flex-shrink: 0;
    }
    
    body {
        --header-height: 50px;
    }
}

@media screen and (max-width: 769px) {

    

    .header_nav.active, .header_nav>li {
        width: 50vw;
    }

    
    .p0_4 {
        padding-left: calc(2.2vw + 16px);
        padding-right: calc(2.2vw + 16px);
    }

    .lp4 {
        padding-left: calc(2.2vw + 16px);
    }

    .rp4 {
        padding-right: calc(2.2vw + 16px);
    }

    .p0_6 {
        padding-left: calc(2.2vw + 16px);
        padding-right: calc(2.2vw + 16px);
        --06p: calc(2.2vw + 16px);
    }

    .lp6 {
        padding-left: calc(2.2vw + 16px);
    }

    .rp6 {
        padding-right: calc(2.2vw + 16px);
    }

    .p6_0 {
        padding-top: calc(2.2vw + 16px);
        padding-bottom: calc(2.2vw + 16px);
    }

    .p4_0 {
        padding-top: calc(2.2vw + 16px);
        padding-bottom: calc(2.2vw + 16px);
    }

    .p3_0 {
        padding-top: calc(2.2vw + 16px);
        padding-bottom: calc(2.2vw + 16px);
    }

    .about {
        flex-direction: column;
    }

    .about_right {
        margin-left: 0;
        width: 100%;
        margin-top: calc(1.2vw + 6px);
    }

    .about_info_box .f84 {
        font-size: 28px;
    }

    .about_info_box .f48 {
        font-size: 14px;
    }

    .about_info_box .f20 {
        font-size: 10px;
    }

    .profession {
        flex-direction: column;
    }

    .profession_left {
        width: 100%;
        margin-right: 0;
        margin-bottom: calc(2vw + 10px);
    }

    .profession_box {
        width: 49%;

    }

    .profession_box:nth-child(3n) {
        margin-right: 2%;
    }

    .profession_box:nth-child(2n) {
        margin-right: 0;
    }

    .team {
        display: flex;
        flex-direction: column;
    }

    .team_left {
        width: 100%;
        padding-right: calc(2.2vw + 16px);
        
    }

    .team_right {
        -webkit-flex: none;
        flex: none;
        padding-top: calc(2.2vw + 16px);
        padding-bottom: calc(2.2vw + 16px);
    }

    .team_right_list {
        -webkit-flex: none;
        flex: none;
        height: auto;
    }

    .team_right_list .swiper {
        height: auto;
        position: relative;
    }


    .team_box {
        flex-direction: column;
    }

    .team_box_left {
        margin-bottom: calc(1.2vw + 8px);
    }

    .team_box_right {
        -webkit-flex: 1;
        flex: 1;
        width: 100%;
        display: flex;
        justify-content: right;
        align-items: flex-end;
    }

    .team_box_right img {
        width: 50%;
    }

    .news_ {
        flex-direction: column;
    }

    .news_left {
        margin-right: 0;
        width: 100%;
        margin-bottom: calc(1.6vw + 8px);
    }

    .news_left_box img {
        max-height: none;
    }

    .award {
        display: none;
    }

    .foot_mid {
        display: none;
    }

    .foot_top_right {
        display: none;
    }

    .foot_top {
        justify-content: center;
    }

    .foot_bottom>div {
        flex-direction: column;
        align-items: center;
    }

    .profile_left {
        width: 100%;
    }

    .honor_year_box span {
        font-size: 18px;
    }

    .sort_nav ul li {
        margin-right: calc(1.6vw + 8px);
        padding: calc(0.8vw + 4px) 0;
        font-size: 12px;
    }

    .banner>img {
        width: 150%;
    }

    .banner {
        display: flex;
        justify-content: center;
        overflow: hidden;
    }

    .publication_box {
        width: 49%;
    }

    .publication_box:nth-child(2n) {
        margin-right: 0;
    }

    .personnel_box {
        width: 49%;
    }

    .personnel_box:nth-child(2n) {
        margin-right: 0;
    }

    .news_box {
        width: 100%;
        margin-right: 0 !important;
    }

    .memberlist {
        flex-direction: column;
    }
    
    .memberlist_left {
        width: 100%;
        min-height: 0;
        height: auto;
    }

    .memberlist_left_ {
        position: static;
        padding-right: calc(2.2vw + 16px);
        height: auto;
        background-color: #F9F9FB;
        
    }

    .memberlist_left_ ul {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .memberlist_left_ ul li {
        margin-right: calc(1.2vw + 6px);
        margin-bottom: calc(1.2vw + 6px);
    }

    .memberlist_left_ ul li a {
        padding: calc(0.6vw + 3px) calc(1.6vw + 8px);
    }

    .memberlist_right {
        padding-left: calc(2.2vw + 16px);
    }

    .organizationClass1 {
        flex-direction: column;
    }

    .organizationClass1_right_ {
        position: static;
        transform: translate(0);
        width: 100%;
    }

    .organizationClass1_left {
        width: 100%;
    }

    .organizationClass1 .organizationClass1_right_box {
        width: 32%;
        margin-right: 2%;
    }

    .organizationClass1_right {
        width: 100%;
    }

    .lawyerlist_ .lawyerlist_box {
        width: 32%;
    }

    .lawyerlist_ .lawyerlist_box:nth-child(4n) {
        margin-right: 2%;
    } 

    .lawyerlist_ .lawyerlist_box:nth-child(3n) {
        margin-right: 0;
    } 

    .committeelistClass1 {
        flex-direction: column;
    }

    .committeelistClass1_right {
        width: 100%;
        margin-left: 0;
        margin-top: calc(2.4vw + 12px);
    }

    .committeelistClass1_left .content {
        display: flex;
        flex-wrap: wrap;
    }

    .committeelistClass1_left .content p {
        margin-right: calc(1vw + 5px);
        margin-bottom: calc(1vw + 5px);
    }
    
    .news_detail {
        display: flex;
        flex-direction: column;
    }

    .news_detail_right {
        margin-left: 0;
        width: 100%;
        margin-top: calc(1.6vw + 8px);
    }

    .caselist_ .caselist_box {
        width: 100%;
    }

    .officelist_box {
        width: 100%;
        margin-right: 0 !important;
    }

    .josblist_box {
        flex-direction: column;
        align-items: flex-start;
    }

    .josblist_box h2 {
        margin-right: 0;
    }

    .chatButton {
        display: none;
    }

    .memberlist_box:nth-child(3n) {
        margin-right: 2%;
    }

    .memberlist_box:nth-child(2n) {
        margin-right: 0;
    }

    .personnel_detial {
        flex-direction: column-reverse;
    }

    .personnel_detial_right {
        margin-bottom: calc(1.2vw + 6px);
    }

    .personnel_detial_right img {
        width: 48%;
    }

    .personnel_detial_left {
        width: 100%;
        margin-right: 0;
        /* margin-bottom: calc(2vw + 10px); */
    }


}

@media screen and (max-width: 426px) {
    .header_nav.active, .header_nav>li {
        width: 70vw;
    }

    .about_info_box .f84 {
        font-size: 24px;
    }

    .about_info_box .f48 {
        font-size: 12px;
    }

    .about_info_box .f20 {
        font-size: 8px;
    }

    .honor_year_box span {
        font-size: 12px;
    }

    .sort_nav ul li {
        font-size: 9px;
    }

    .lawyerlist_ .lawyerlist_box {
        width: 49%;
    }

    .lawyerlist_ .lawyerlist_box:nth-child(3n) {
        margin-right: 2%;
    } 

    .lawyerlist_ .lawyerlist_box:nth-child(2n) {
        margin-right: 0;
    } 

    .lawyerlist_search_box {
        width: 100%;
    }

    .profession_box {
        width: 100%;
        margin-right: 0 !important;
    }

    body {
        --header-height: 40px;
    }
}

@media screen and (max-width: 321px) {
    .honor_year_box span {
        font-size: 10px;
    }

    .profile_left h5 {
        font-size: 17px;
    }
}

.parsonnel_content_ .ctitle>span {
    font-size: 0.6em;
    margin-left: 0.6em;
    color: #54545e;
    font-weight: normal;
    transform: translateY(0.4em);
}

.dbaj .ccontent p {
    padding-left: 0.8em;
    position: relative;
    margin-bottom: 0.4em;
}

.dbaj .ccontent p a {
    color: #3186F5;
}

.dbaj .ccontent p::before {
    content: "";
    position: absolute;
    left: 0;
    transform: translateY(-50%);
    width: 0.36em;
    height: 0.36em;
    border-radius: 50%;
    top: 0.76em;
    background-color: #171728;
}

.personnel_detial_left {
    width: 70%;
}

.personnel_detial_right img {
    margin-bottom: calc(1vw + 5px);
}

#dbaj1 {
    display: none;
}

.personnel_detial_right img {
    width: 60%;
}

@media screen and (max-width: 769px) {
    #dbaj1 {
        display: block;
    }

    #dbaj2 {
        display: none;
    }

    .personnel_detial_left {
        width: 100%;
    }

    .personnel_detial_right img {
        width: 36%;
    }
}

.nonLitigationTeam_member .profession_detail_member_title {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: calc(0.8vw + 4px);
}

.nonLitigationTeam_member_type {
    display: flex;
    flex-wrap: wrap;
    gap: calc(0.6vw + 3px);
}

.nonLitigationTeam_member_type button {
    display: block;
    background-color: #ebeaf1;
    padding: calc(0.6vw + 3px) calc(1.2vw + 6px);
    color: #020052;
    line-height: 1;
    transition: .2s;
    border: none;
    cursor: pointer;
}

.nonLitigationTeam_member_type button:last-child {
    margin-left: 0;
}

.nonLitigationTeam_member_type button:hover {
    background-color: #020052;
    color: #fff;
}

.nonLitigationTeam_member_type button.active {
    background-color: #020052;
    color: #fff;
}


.nonLitigationTeam_intro {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.nonLitigationTeam_intro_ {
    width: max(47%, 500px);
    max-width: 100%;
}

.nonLitigationTeam_intro_ h4 {
    font-weight: bold;
    margin-bottom: calc(1.2vw + 6px);
}

.nonLitigationTeam_intro_ .content {
    line-height: 1.75;
    color: #171728;
}

.nonLitigationTeam_cases {
    background-color: #F7F7F9;
    overflow: hidden;
}

.nonLitigationTeam_cases_ .swiper {
    overflow: visible;
}

.nonLitigationTeam_cases_title {
    margin-bottom: calc(1.2vw + 6px);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nonLitigationTeam_cases_title>h4 {
    font-weight: bold;
   
}

.nonLitigationTeam_cases_box {
    display: flex;
    flex-direction: column;
    padding: calc(1.2vw + 6px);
    border: 1px solid rgba(133, 132, 146, 0.06);
    gap: calc(1.2vw + 6px);
    background-color: #fff;
    height: auto;
    transition: box-shadow .4s;
}

.nonLitigationTeam_cases_box .nimg {
    display: flex;
    width: 6em;
    max-width: 100%;
}

.nonLitigationTeam_cases_box .nimg img {
    width: 100%;
}

.nonLitigationTeam_cases_box h2 {
    font-weight: bold;
    line-height: 1.6;
    transition: .4s;
}

.nonLitigationTeam_cases_box .ncontent {
    line-height: 1.5;
    transition: .4s;
    flex: 1;
}

.nonLitigationTeam_cases_box .nline {
    height: 1px;
    width: 100%;
    background-color: #E7E6E9;
    transition: .4s;
}

.nonLitigationTeam_cases_box .ntips {
    padding-left: 1.2em;
    position: relative;
}

.nonLitigationTeam_cases_box .ntips::before {
    content: "";
    position: absolute;
    transform: translateY(-50%);
    top: 0.5em;
    left: 0;
    width: 0.43em;
    height: 0.43em;
    border-radius: 50%;
    display: block;
    background-color: #E7E6E9;
    transition: .4s;
}

.nonLitigationTeam_cases_box .ntips p {
    color: #E7E6E9;
    font-size: inherit;
    line-height: 1;
    transition: .4s;
}

.nonLitigationTeam-sw-btn {
    display: flex;
    align-items: center;
    gap: 0.625em;
}

.nonLitigationTeam-sw-btn>div {
    font-size: inherit;
    width: 1.22em;
    height: 1.22em;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    color: #fff;
    background-color: #cccbdf;
    transition: .4s;
    cursor: pointer;
    font-family: "Poppins";
    font-weight: 300;
    user-select: none;
}

.nonLitigationTeam-sw-btn>div span {
    transform: translateY(0.04em);
}

.nonLitigationTeam-sw-btn>div:hover {
    background-color: #020052;
    border-color: #858492;
    
}

.nonLitigationTeam_cases_box:hover {
    box-shadow: 1px calc(0.2vw + 2px) calc(0.7vw + 4px) rgba(167, 172, 219, 0.72);
}

.nonLitigationTeam_cases_box:hover>h2 {
    color: #020052;
}

.nonLitigationTeam_cases_box:hover .ntips::before {
    background-color: #020052;
}

.nonLitigationTeam_cases_box:hover .ntips p {
    color: #020052;
}

.nonLitigationTeam_cases_box:hover .ncontent {
    color: #020052;
}


.nonLitigationTeam_honor {
    background-image: var(--nhbackimg);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
    padding-left: 0;
    padding-right: 0;
}

.nonLitigationTeam_honor>h4 {
    font-weight: bold;
    margin-bottom: calc(2vw + 10px);
    color: #fff;
    position: relative;
    z-index: 10;
}


.nonLitigationTeam_honor_ {
    position: relative;
    padding: 0 calc(var(--06p) + 1.3em);
}

.nonLitigationTeam_honor_ .swiper {
    overflow: visible;
}

.nonLitigationTeam_honor::before {
    content: "";
    display: block;
    position: absolute;
    width: calc(var(--06p) + 1.3em);
    height: 100%;
    left: 0;
    top: 0;
    font-size: inherit;
    background-image: var(--nhbackimg);
    background-position: left;
    background-size: 100vw 100%;
    background-repeat: no-repeat;
    background-size: cover;
    mask-image: linear-gradient(to right, black, transparent);
    -webkit-mask-image: linear-gradient(to right, black, transparent);
    z-index: 9;
}

.nonLitigationTeam_honor::after {
    content: "";
    display: block;
    position: absolute;
    width: calc(var(--06p) + 1.3em);
    height: 100%;
    right: 0;
    top: 0;
    font-size: inherit;
    background-image: var(--nhbackimg);
    background-position: right;
    background-size: 100vw 100%;
    background-repeat: no-repeat;
    background-size: cover;
    mask-image: linear-gradient(to left, black , transparent);
    -webkit-mask-image: linear-gradient(to left, black, transparent);
    z-index: 9;
}

.nonLitigationTeam_honor_ .nonLitigationTeam-sw-btn>div {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 6.1em;
    background-color: #fff;
    color: #0d0849;
    border: 1px solid #0d0849;
    z-index: 10;
}

.nonLitigationTeam_honor_ .nonLitigationTeam-sw-btn>div:hover {
    background-color: #0d0849;
    color: #fff;
}

.nonLitigationTeam_honor_ .nonLitigationTeam-sw-btn>div.sw-btn-prev {
    left: calc(var(--06p));
}

.nonLitigationTeam_honor_ .nonLitigationTeam-sw-btn>div.sw-btn-next {
    left: calc(100% - var(--06p));
}


.nonLitigationTeam_honor_box {
    display: flex;
    flex-direction: column;
    gap: calc(1.2vw + 6px);
    width: auto;
}

.nonLitigationTeam_honor_box .nimg {
    height: 13.2em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nonLitigationTeam_honor_box .nimg img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.nonLitigationTeam_honor_box .ntext {
    position: relative;
    height: 5em;
    width: 100%;
}

.nonLitigationTeam_honor_box h2 {
    color: #fff;
    text-align: center;
    line-height: 1.66;
    position: absolute;
    transform: translateX(-50%);
    top: 0;
    left: 50%;
    width: 100%;
    font-size: inherit;
}

.nonLitigationTeam_news {
    background-color: #F7F7F9;
}

.nonLitigationTeam_news>h4 {
    margin-bottom: calc(1.2vw + 6px);
}

.nonLitigationTeam_news_ {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}

.nonLitigationTeam_news_ .news_box {
    width: 32%;
    border: 1px solid rgba(133, 132, 146, 0.06);
}

.nonLitigationTeam_treatise {
    display: flex;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.nonLitigationTeam_treatise_left {
    display: flex;
    flex-direction: column;
    gap: calc(1vw + 5px);
    width: 42.85%;
    margin-right: 3.6%;
}

.nonLitigationTeam_treatise_right {
    flex: 1;
    display: block;
    align-items: center;
    justify-content: center;
    padding: 0 3.57%;
}

.nonLitigationTeam_treatise_right img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.nonLitigationTeam_treatise_title {
    display: flex;
    flex-direction: column;
    gap: 1.37em;
}

.nonLitigationTeam_treatise_title>span {
    display: flex;
    width: 3.07em;
    mask-position: center;
    mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    background-color: rgba(3, 2, 82, 0.1);
}

.nonLitigationTeam_treatise_title>span img {
    width: 100%;
    opacity: 0;
}

.nonLitigationTeam_treatise_title>h4 {
    font-weight: bold;
    font-size: inherit;
}

.nonLitigationTeam_treatise_left .ndef {
    width: 100%;
    background-color: #F0F0F4;
    padding: 0.88em 2em;
    border-top: calc(0.06vw + 1px) solid #13115e;
}

.nonLitigationTeam_treatise_left .ndef p {
    color: #020052;
    line-height: 1.55;
    font-weight: bold;
}

.nonLitigationTeam_treatise_left .ncontent {
    line-height: 1.75;
}

.nonLitigationTeam_paper {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    background-image: var(--nhbackimg);
}

.nonLitigationTeam_paper::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: calc(4vw + 20px);
    left: 0;
    bottom: 0;
    font-size: inherit;
    background-image: var(--nhbackimg);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    mask-image: linear-gradient(to top, black calc(2vw + 15px), transparent);
    -webkit-mask-image: linear-gradient(to top, black calc(2vw + 15px), transparent);
    z-index: 2;
}


.nonLitigationTeam_paper>h4 {
    color: #fff;
    margin-bottom: calc(1.6vw + 8px);

}

.nonLitigationTeam_paper_ {
    display: flex;
}

.nonLitigationTeam_paper_left {
    flex-shrink: 0;
    margin-right: 6%;
    position: relative;
    z-index: 3;
}

.nonLitigationTeam_paper_right {
    flex: 1;
    position: relative;
}


.nonLitigationTeam_paper_right .ncontent::-webkit-scrollbar {
    display: none;
}

.nonLitigationTeam_paper_right .ncontent {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .6s, transform .6s;
    overflow: auto;
    transform: translateY(calc(3vw + 15px));
}

.nonLitigationTeam_paper_right .ncontent::after {
    content: "";
    display: block;
    background-color: transparent;
    height: calc(2vw + 5px);
    width: 100%;
}

.nonLitigationTeam_paper_right .ncontent.active {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

.nonLitigationTeam_paper_right .ncontent table {
    background-color: #fff;
    width: 100%;
    
}

.nonLitigationTeam_paper_right .ncontent table tr td:nth-child(1) {
    width: 3.5em;
    line-height: 2.5em;
    white-space: nowrap;
    
}

.nonLitigationTeam_paper_right .ncontent table tr td:nth-child(3) {
    width: 15em;
}

.nonLitigationTeam_paper_right .ncontent table tr td:nth-child(2) {
    width: 36.5em;
}

.nonLitigationTeam_paper_right .ncontent table tr td:nth-child(4) {
    width: 45em;
}



.nonLitigationTeam_paper_right .ncontent table tr td {
    border-color: #020052;
    text-align: center;
    height: 2.5em;
    line-height: 1.25;
    color: #020052;
}

.nonLitigationTeam_paper_right .ncontent table .firstRow td {
    background-color: #020052;
    color: #fff;
}

.nonLitigationTeam_paper_left .timeline {
    position: relative;
    width: max-content;
    padding-bottom: 1.5em;
    height: 16.5em;
}

.nonLitigationTeam_paper_left .timeline .swiper {
    font-size: inherit;
    height: 100%;
}

.nonLitigationTeam_paper_left .timeline .swiper-wrapper {
    font-size: inherit;
}

.nonLitigationTeam_paper_left .timeline::before {
    content: '';
    position: absolute;
    transform: translateX(50%);
    top: 1.5em;
    right: 0.413em;
    bottom: 0;
    width: min(2px, 0.06em);
    background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.32) 1.5em);
}
.nonLitigationTeam_paper_left .timeline-item {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
    font-size: inherit;
    transition: opacity .4s, transform .4s;
    transform: translateX(-4em);
    opacity: 0;
}

.nonLitigationTeam_paper_left .timeline-item.swiper-slide-visible {
    opacity: 1;
    transform: translateX(0);
}

.nonLitigationTeam_paper_left .timeline-item:last-child {
    margin-bottom: 0;
}
.nonLitigationTeam_paper_left .timeline-year {
    color: #ffffff;
    font-size: inherit;
    font-weight: bold;
    width: 3.8em;
    text-align: right;
    padding-right: 0.625em;
    line-height: 1;
}
.nonLitigationTeam_paper_left .timeline-dot {
    position: relative;
    font-size: inherit;
    width: 0.826em;
    height: 0.826em;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #858492;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
.nonLitigationTeam_paper_left .timeline-dot::after {
    content: '';
    font-size: inherit;
    width: 0.233em;
    height: 0.233em;
    background: rgba(255, 255, 255, 1);
    border-radius: 50%;
}
.nonLitigationTeam_paper_left .timeline-item.active .timeline-dot {
    background: #ffffff;
    border-color: #ffffff;
}
.nonLitigationTeam_paper_left .timeline-item.active .timeline-dot::after {
    background-color: #020052;
}

@media screen and (max-width: 769px) {
    .nonLitigationTeam_news_ .news_box {
        width: 100%;
    }

    .nonLitigationTeam_news_ {
        gap: calc(0.8vw + 4px);
    }

    .nonLitigationTeam_treatise {
        flex-direction: column;
    }

    .nonLitigationTeam_treatise_left {
        width: 100%;
        margin-right: 0;
        margin-bottom: 6%;
    }

    .nonLitigationTeam_paper_left .timeline {
        font-size: 16px;
    }
}

