.hero {
    color: #222;
    font-size: 5.6rem;
    font-weight: 700;
    line-height: 1.4em
}

.h1, h1 {
    font-size: 4.2rem
}

.h1, .h2, h1, h2 {
    font-weight: 700;
    line-height: 1.3em
}

.h2, h2 {
    font-size: 3.6rem
}

h3 {
    font-size: 2.8rem;
    font-weight: 500
}

.h3 {
    color: #222;
    font-size: 3.2rem;
    line-height: 1.4em
}

.h3, .h4, h4 {
    font-weight: 700
}

.h4, h4 {
    font-size: 1.8rem;
    line-height: 1.5em
}

@media screen and (max-width:1280px) {
    .hero.hero {
        font-size: 5rem
    }

    .h1, h1 {
        font-size: 4rem
    }

    .h2, h2 {
        font-size: 2.8rem
    }

    .h3, h3 {
        font-size: 2.2rem
    }
}

@media screen and (max-width:1024px) {
    .hero.hero {
        font-size: 4.5rem
    }
}

@media screen and (max-width:810px) {
    .hero.hero {
        font-size: 4rem
    }

    .h1, h1 {
        font-size: 3.2rem
    }

    .h2, h2 {
        font-size: 2.4rem
    }

    .h3, h3 {
        font-size: 2rem
    }

    .h4, h4 {
        font-size: 1.6rem
    }
}

@media screen and (max-width:600px) {
    .hero.hero {
        font-size: 3.2rem
    }

    .h1, h1 {
        font-size: 2.6rem
    }

    .h2, h2 {
        font-size: 2.2rem
    }

    .h3, h3 {
        font-size: 1.8rem
    }
}

body, html {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth
}

:focus {
    outline: 0
}

ul {
    margin: 0;
    padding: 0
}

li {
    list-style: none;
    margin-bottom: 0
}

a {
    color: #cc312e;
    text-decoration: none
}

img {
    height: auto;
    max-width: 100%
}

* {
    box-sizing: border-box
}

::-moz-selection {
    background: #cc312e;
    color: #fff
}

::selection {
    background: #cc312e;
    color: #fff
}

.dn {
    display: none
}

.di {
    display: inline
}

.db {
    display: block
}

.dib {
    display: inline-block
}

.df {
    display: flex
}

.dg {
    display: grid
}

.tc {
    text-align: center
}

.tr {
    text-align: right
}

.tl {
    text-align: left
}

.tj {
    text-align: justify
}

@font-face {
    font-family: iconfont;
    src: url(/t/c/font_3934212_lwetrpn8v2l.woff2) format("woff2"), url(/t/c/font_3934212_lwetrpn8v2l.woff) format("woff"), url(/t/c/font_3934212_lwetrpn8v2l.ttf) format("truetype")
}

.iconfont {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: iconfont !important;
    font-size: 16px;
    font-style: normal
}

html {
    font-size: 10px
}

body {
    --main_w: 130rem;
    --main_w1: 160rem;
    background: #fff;
    color: #222;
    display: flex;
    flex-flow: column;
    font-family: Poppins, sans-serif;
    font-size: 1.6rem;
    line-height: 1.5em;
    min-height: 100vh;
    overflow-x: hidden
}

.xz-container {
    flex: 1
}

.xz-main {
    margin: 0 auto;
    width: var(--main_w)
}

.xz-main1 {
    margin: 0 auto;
    width: var(--main_w1)
}

@media screen and (max-width:1680px) {
    body {
        --main_w1: 150rem
    }
}

@media screen and (max-width:1600px) {
    body {
        --main_w1: 140rem
    }
}

@media screen and (max-width:1440px) {
    html {
        font-size: 9px
    }

    body {
        --main_w: 90vw;
        --main_w1: 90vw
    }
}

@media screen and (max-width:810px) {
    body {
        --main_w: calc(100vw - 4rem);
        --main_w1: calc(100vw - 4rem)
    }
}

@media screen and (max-width:600px) {
    html {
        font-size: 8.5px
    }

    body {
        --main_w: calc(100vw - 3rem);
        --main_w1: calc(100vw - 3rem)
    }
}

:root {
    --mb-button-size: 60px;
    --mb-bar-width: 0.6;
    --mb-bar-height: 4px;
    --mb-bar-spacing: 10px;
    --mb-animate-timeout: 0.4s
}

.mburger {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: 0 0;
    border: none;
    border-radius: 0;
    box-sizing: border-box;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    height: var(--mb-button-size);
    line-height: var(--mb-button-size);
    margin: 0;
    outline: 0;
    padding: 0 0 0 var(--mb-button-size);
    position: relative;
    vertical-align: middle
}

.mburger b {
    background: currentColor;
    border-radius: calc(var(--mb-bar-height)/2);
    color: inherit;
    display: block;
    height: var(--mb-bar-height);
    left: calc(var(--mb-button-size)*(1 - var(--mb-bar-width))/2);
    opacity: 1;
    position: absolute;
    width: calc(var(--mb-button-size)*var(--mb-bar-width))
}

.mburger b:first-of-type {
    bottom: calc(50% + var(--mb-bar-spacing));
    transition: bottom .2s ease, transform .2s ease, width .2s ease
}

.mburger b:nth-of-type(2) {
    top: calc(50% - var(--mb-bar-height)/2);
    transition: opacity .2s ease
}

.mburger b:nth-of-type(3) {
    top: calc(50% + var(--mb-bar-spacing));
    transition: top .2s ease, transform .2s ease, width .2s ease
}

.mm-ocd-opened .mburger b:first-of-type {
    bottom: calc(50% - var(--mb-bar-height)/2);
    transform: rotate(45deg)
}

.mm-ocd-opened .mburger b:nth-of-type(2) {
    opacity: 0
}

.mm-ocd-opened .mburger b:nth-of-type(3) {
    top: calc(50% - var(--mb-bar-height)/2);
    transform: rotate(-45deg)
}

.mburger--squeeze b:first-of-type {
    transition-delay: .1s, 0s
}

.mburger--squeeze b:nth-of-type(2) {
    transition-delay: .1s
}

.mburger--squeeze b:nth-of-type(3) {
    transition-delay: .1s, 0s
}

.mm-ocd-opened .mburger--squeeze b:first-of-type {
    transition-delay: calc(var(--mb-animate-timeout)), calc(var(--mb-animate-timeout) + .1s)
}

.mm-ocd-opened .mburger--squeeze b:nth-of-type(2) {
    transition-delay: calc(var(--mb-animate-timeout))
}

.mm-ocd-opened .mburger--squeeze b:nth-of-type(3) {
    transition-delay: calc(var(--mb-animate-timeout)), calc(var(--mb-animate-timeout) + .1s)
}

body {
    --menu_h: 12rem
}

.xz-header {
    background: #fff;
    border-bottom: 1px solid #eaeaea;
    left: 0;
    position: sticky;
    top: 0;
    transition: all .5s ease;
    width: 100%;
    z-index: 999
}

.xz-header .xz-main1 {
    align-items: center;
    display: flex;
    height: var(--menu_h)
}

.xz-home .xz-header {
    background: none;
    border-bottom-color: transparent;
    position: fixed
}

.xz-home .xz-header #menu-main>li>a, .xz-home .xz-header #search-btn {
    color: #fff
}

.xz-home .xz-header #search-btn:hover {
    color: #cc312e
}

.xz-home .xz-header .xz-lang {
    color: #fff
}

.xz-home .xz-header.mh-sticky.mh-unpinned {
    transform: translateZ(0)
}

.xz-header-btns {
    align-items: center;
    display: flex
}

.mh-sticky.mh-unpinned {
    transform: translate3d(0, -120%, 0)
}

.menu-main-container {
    flex: 1;
    margin-left: 10%;
    margin-right: 5%
}

#menu-main {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    transition: all .3s ease
}

#menu-main>li {
    height: var(--menu_h);
    position: relative
}

#menu-main>li>a {
    align-items: center;
    color: #222;
    display: flex;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: var(--menu_h);
    position: relative;
    transition: color .3s ease;
    white-space: nowrap
}

#menu-main>li>a:after {
    background: transparent;
    bottom: 27.5%;
    content: "";
    display: block;
    height: .4rem;
    left: 50%;
    position: absolute;
    transform: translateX(-50%) scaleX(0);
    transform-origin: left;
    transition: all .3s ease;
    width: 2rem
}

#menu-main>li.current-menu-ancestor>a:after, #menu-main>li.current-menu-item>a:after, #menu-main>li.current-menu-parent>a:after, #menu-main>li.current-post-ancestor>a:after, #menu-main>li:hover>a:after {
    background: #cc312e;
    transform: translateX(-50%) scaleX(1)
}

#menu-main>li>.sub-menu {
    background: #fff;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 .8rem 1.4rem 1px hsla(0, 0%, 56%, .35);
    display: none;
    left: -2.88rem;
    padding: 1.2rem 1.6rem 1.6rem;
    position: absolute;
    top: var(--menu_h);
    transition: box-shadow .3s ease
}

#menu-main>li>.sub-menu>li>a {
    border-radius: 2px;
    color: #555;
    display: block;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2rem;
    padding: .8rem 2.4rem .8rem 1.6rem;
    transition: all .3s ease;
    white-space: nowrap
}

#menu-main>li>.sub-menu>li>a:hover {
    background: rgba(12, 67, 140, .1);
    color: #222
}

#menu-main>li.has_lv3 {
    position: static
}

#menu-main>li.has_lv3>.sub-menu {
    gap: 2.4rem;
    left: calc(50vw - var(--main_w)/2);
    padding: 3.2rem 4rem 5.6rem;
    width: var(--main_w)
}

#menu-main>li.has_lv3>.sub-menu.flex-layout {
    display: flex;
    flex-flow: row wrap
}

#menu-main>li.has_lv3>.sub-menu>li {
    flex: auto;
    flex-basis: 20%
}

#menu-main>li.has_lv3>.sub-menu>li>a {
    color: #222;
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: .8rem;
    text-transform: uppercase;
    transition: all .5s ease
}

#menu-main>li.has_lv3>.sub-menu>li>a:hover {
    background: transparent;
    text-decoration: underline
}

#menu-main>li.has_lv3>.sub-menu .sub-menu {
    display: block
}

#menu-main>li.has_lv3>.sub-menu .sub-menu a {
    color: #555;
    display: block;
    font-size: 1.4rem;
    line-height: 1.8rem;
    padding: .8rem 2.4rem .8rem 1.6rem;
    transition: all .1s ease
}

#menu-main>li.has_lv3>.sub-menu .sub-menu a:hover {
    background: rgba(204, 49, 46, .15);
    color: #222
}

#menu-main>li.has_lv3 .current-menu-item>a {
    color: #cc312e !important
}

@media screen and (max-width:1440px) {
    .menu-main-container {
        margin-left: 8%
    }
}

@media screen and (max-width:1280px) {
    body {
        --menu_h: 8rem
    }

    #menu-main>li>a {
        font-size: 1.4rem
    }
}

@media screen and (max-width:1024px) {
    body {
        --menu_h: 6rem
    }

    .xz-header-btns {
        display: flex
    }

    .xz-header-btns #search-btn:after, .xz-header-btns .lang-x {
        display: none
    }

    #menu-main {
        background: #dcdcdc;
        box-sizing: border-box;
        display: block;
        height: 100vh;
        left: 0;
        overflow-x: hidden;
        overflow-y: auto;
        padding: 6rem 2rem 4rem 3rem;
        position: fixed;
        top: 0;
        transform: translateX(-100%);
        transition: all .4s;
        width: 30%;
        z-index: 999
    }

    #menu-main.show {
        transform: translateX(0)
    }

    #menu-main>li {
        height: auto;
        margin-bottom: 1.6rem;
        position: relative;
        width: 100%
    }

    #menu-main>li>a {
        color: #222;
        display: inline-block;
        line-height: 3rem;
        padding-bottom: 0;
        position: static;
        text-transform: uppercase
    }

    #menu-main>li>a:after {
        content: none
    }

    #menu-main>li.current-menu-ancestor>a, #menu-main>li.current-menu-item>a, #menu-main>li.current-menu-parent>a {
        color: #cc312e !important
    }

    #menu-main li:not(:first-child) {
        margin-left: 0
    }

    #menu-main>li>.sub-menu {
        background: transparent;
        box-shadow: none;
        display: none;
        padding: 0 !important;
        position: static
    }

    #menu-main>li>.sub-menu a {
        font-size: 1.2rem;
        font-weight: 300
    }

    #menu-main .current-menu-ancestor .sub-menu, #menu-main .current-menu-item .sub-menu, #menu-main .current-menu-parent .sub-menu {
        display: block
    }

    #menu-main .current-menu-item>a {
        color: #cc312e !important
    }

    #menu-main>li.has_lv3>.sub-menu {
        transform: translateX(0);
        width: auto
    }

    #menu-main>li.has_lv3>.sub-menu>li {
        margin: 1rem 0
    }

    .xz-home .xz-header #menu-main>li>a {
        color: #222
    }
}

@media screen and (max-width:820px) {

    #menu-main, .xz-header-top {
        width: 50%
    }
}

@media screen and (max-width:600px) {

    #menu-main, .xz-header-top {
        width: 66.66%
    }
}

.lang-x {
    cursor: pointer;
    flex: none;
    position: relative;
    z-index: 99
}

.lang-x, .xz-lang {
    transition: all .3s ease
}

.xz-lang {
    align-items: center;
    color: #222;
    display: flex;
    font-size: 1.2rem;
    font-weight: 600;
    height: var(--menu_h)
}

.xz-lang i {
    font-size: 1.8rem
}

.menu-language-container {
    background: #0c438c;
    border-radius: .5rem;
    display: none;
    min-width: 100%;
    overflow: hidden;
    padding-bottom: .5rem;
    position: absolute;
    right: -1.6rem;
    top: calc(var(--menu_h)*3/4)
}

#menu-language a {
    color: #fff;
    display: block;
    font-size: 1.2rem;
    line-height: 2.6em;
    padding: 0 1.6rem;
    text-align: right;
    transition: all .3s ease;
    white-space: nowrap
}

#menu-language a:hover {
    background: #cc312e
}

.xz-logo-a {
    display: block;
    position: relative;
    transition: all .3s ease
}

.xz-logo-a:hover {
    filter: brightness(1.1)
}

.xz-logo-a:active, .xz-logo-a:hover {
    transform: scale(.98)
}

.xz-logo {
    display: block;
    height: auto;
    pointer-events: none;
    transition: all .3s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    width: auto;
    height: 60px;
}

@media screen and (max-width:1680px) {
    .xz-logo {
        /* width: 35rem */
    }
}

@media screen and (max-width:1440px) {
    .xz-logo {
        /* width: 30rem */
    }
}

@media screen and (max-width:1280px) {
    .xz-logo {
        /* width: 25rem */
        height: 54px;
    }
}

@media screen and (max-width:600px) {
    .xz-logo {
        /* width: 20rem */
        height: 48px;
    }
}

.mburger {
    --mb-button-size: 3.2rem;
    --mb-bar-spacing: 5px;
    --mb-bar-height: 2px;
    color: #222;
    display: none
}

.xz-home .mburger {
    color: #fff
}

@media screen and (max-width:1024px) {
    .mburger {
        display: block
    }
}

#search-btn {
    align-items: center;
    color: #222;
    display: flex;
    margin-right: 2.5rem;
    transition: all .3s ease
}

#search-btn:hover {
    color: #cc312e
}

#search-btn:after {
    background: #ddd;
    content: "";
    display: block;
    height: 1.4rem;
    margin-left: 2.5rem;
    width: 1px;
    display: none;
}

.xz-btn {
    align-items: center;
    background: #cc312e;
    border: none;
    border-radius: 6rem;
    color: #fff;
    display: inline-flex;
    font-size: 1.6rem;
    font-weight: 500;
    gap: 1rem;
    height: 6rem;
    justify-content: center;
    min-width: 20rem;
    padding: 0 3.5rem;
    transition: all .3s ease;
    white-space: nowrap
}

.xz-btn i {
    font-size: 2rem;
    transition: all .5s ease
}

.xz-btn:hover {
    background: #e53a36
}

.xz-btn:hover i {
    transform: translateX(.5rem)
}

.xz-btn:active {
    transform: scale(.95)
}

.xz-btn--s {
    font-size: 1.4rem !important;
    gap: 1rem !important;
    height: 4rem;
    min-width: 18rem !important;
    padding: 0 2rem
}

.xz-btn--s i {
    font-size: 1.6rem
}

.xz-btn--border {
    background: transparent;
    border: 1px solid #cc312e;
    color: #cc312e
}

.xz-btn--border:hover {
    background: #cc312e;
    color: #fff
}

.xz-btns {
    display: flex;
    flex-flow: row wrap;
    gap: 2rem
}

@media screen and (max-width:1024px) {
    .xz-btn {
        gap: 2.5rem;
        height: 5rem
    }

    .xz-btn--s {
        height: 3.8rem;
        padding: 0 1.2rem
    }

    .xz-btn--l {
        height: 5.6rem
    }

    .xz-btns {
        display: flex;
        gap: 1.5rem
    }
}

@media screen and (max-width:820px) {
    .xz-btn {
        font-size: 1.4rem;
        gap: 1rem;
        height: 4.6rem;
        min-width: 16rem
    }

    .xz-btn--s {
        height: 3.2rem;
        padding: 0 1rem
    }

    .xz-btn--l {
        font-size: 1.6rem;
        height: 5.2rem;
        min-width: 20rem
    }

    .xz-btns {
        display: flex;
        gap: 1rem
    }
}

.home-sec {
    height: 100vh;
    position: relative
}

.home-sec img {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.home-sec-x {
    background: linear-gradient(180deg, rgba(0, 16, 38, .6), rgba(0, 16, 38, .15));
    color: #fff;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9
}

.home-sec-x .xz-main {
    align-items: center;
    display: flex;
    flex-flow: column;
    height: 100%;
    justify-content: center;
    text-align: center
}

.home-sec-x .xz-main>* {
    visibility: hidden
}

.home-sec-x .home-tit {
    color: inherit;
    margin: 0
}

.home-sec-x .home-sub-tit {
    color: hsla(0, 0%, 100%, .5);
    font-size: 1.4rem;
    margin: 0
}

.home-sec-x .home-txt {
    font-size: 2rem;
    line-height: 1.4em;
    margin: 2rem 0 5rem
}

.home-sec-x .home-link {
    transition: background .3s ease
}

#home-sec-products .home-sec-x {
    background: linear-gradient(180deg, rgba(0, 16, 38, .9), rgba(0, 16, 38, .1))
}

#home-sec-rdcenter .home-sec-x {
    background: linear-gradient(180deg, rgba(0, 16, 38, .8), rgba(0, 16, 38, 0))
}

#home-sec-service .home-sec-x {
    background: linear-gradient(180deg, rgba(0, 16, 38, .9), rgba(0, 16, 38, 0))
}

#home-sec-history .home-sec-x {
    background: linear-gradient(180deg, rgba(0, 16, 38, .9), rgba(0, 16, 38, .05))
}

#home-sec-certificate .home-sec-x {
    background: linear-gradient(180deg, rgba(0, 16, 38, .9), rgba(0, 16, 38, .15))
}

.home-scrolldown {
    align-items: center;
    background: hsla(0, 0%, 100%, .1);
    border: 1px dashed hsla(0, 0%, 100%, .5);
    border-radius: 50%;
    bottom: 8vh;
    color: #fff;
    display: flex;
    flex-flow: column;
    font-size: 1.6rem;
    height: 10rem;
    justify-content: center;
    left: calc(50% - 5rem);
    line-height: 1.2em;
    position: absolute;
    transition: all .5s ease;
    width: 10rem
}

.home-scrolldown i {
    animation: drop1 1s linear infinite;
    font-size: 1.3rem
}

.home-scrolldown:after {
    animation: rotate 6s linear infinite;
    background: #cc312e;
    border-radius: 1rem;
    content: "";
    display: block;
    height: 1rem;
    left: calc(50% - .5rem);
    position: absolute;
    top: -.5rem;
    transform-origin: 50% 5.5rem;
    width: 1rem;
    z-index: 1
}

.home-scrolldown:hover {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px)
}

.home-scrolldown:active {
    transform: scale(.9)
}

@keyframes drop1 {
    0% {
        opacity: 0;
        transform: translateY(0)
    }

    45% {
        opacity: 100%;
        transform: translateY(40%)
    }

    80% {
        opacity: 0;
        transform: translateY(90%)
    }

    to {
        opacity: 0;
        transform: translateY(90%)
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(1turn)
    }
}

.home-func {
    align-items: center;
    bottom: 10vh;
    color: #fff;
    display: flex;
    gap: 2rem;
    overflow: hidden;
    position: absolute;
    right: 3vw;
    writing-mode: vertical-rl;
    z-index: 9
}

.home-func>* {
    visibility: hidden
}

.home-counter {
    display: flex;
    gap: .5rem;
    margin: 0
}

.home-label {
    text-transform: uppercase
}

.counter-i {
    transform: scale(.5)
}

.counter-all, .counter-i {
    color: hsla(0, 0%, 100%, .5)
}

.home-sec:last-child .home-scrolldown {
    display: none
}

@media screen and (max-width:1440px) {
    .home-sec-x .home-txt {
        font-size: 1.8rem
    }
}

@media screen and (max-width:1024px) {
    .home-func {
        font-size: 1.4rem
    }
}

@media screen and (max-width:810px) {
    .home-sec-x .home-txt {
        font-size: 1.6rem
    }

    .home-scrolldown {
        font-size: 1.2rem;
        height: 8rem;
        left: calc(50% - 4rem);
        width: 8rem
    }

    .home-scrolldown i {
        font-size: 1rem
    }

    .home-scrolldown:after {
        transform-origin: 50% 4.5rem
    }
}

@media screen and (max-width:600px) {
    .home-func {
        font-size: 1.2rem
    }
}


/* new */
.toppic {
    position: relative
}

.toppic img {
    display: block;
    min-height: 30rem;
    -o-object-fit: cover;
    object-fit: cover;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    width: 100%
}

.toppic .xz-main:not(.breadcrumbs-x) {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center
}

.toppic .xz-main.breadcrumbs-x {
    bottom: 0;
    left: calc(50vw - var(--main_w)/2);
    margin-bottom: 0;
    position: absolute
}

.toppic #breadcrumbs .breadcrumb_last,
.toppic #breadcrumbs a:hover {
    color: #fff
}

.toppic_content {
    background: rgba(0, 16, 38, .5);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.toppic_tit {
    -webkit-text-stroke: 1px #fff;
    text-stroke: 1px #fff;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-size: 6.8rem;
    font-weight: 700;
    line-height: 1em;
    margin: 0;
    position: relative;
    text-transform: uppercase
}

.toppic_tit:after {
    -webkit-text-stroke: 0;
    text-stroke: 0;
    -webkit-text-fill-color: hsla(0, 0%, 100%, .6);
    animation: drop 1.75s linear infinite;
    color: #fff;
    content: "\e679";
    font-family: iconfont;
    font-size: 1.2rem;
    left: 50%;
    position: absolute;
    top: 100%;
    transform: translate(-50%)
}
div.breadcrumbs-x {
    margin-bottom: 3rem;
    padding-bottom: 3rem;
    padding-top: 3rem
}

#breadcrumbs {
    color: #999;
    height: 2.3rem;
    margin: 0;
    white-space: nowrap
}

#breadcrumbs a {
    color: inherit;
    max-width: 24rem;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .3s ease;
    white-space: nowrap
}

#breadcrumbs a:hover {
    color: #cc312e
}

#breadcrumbs span {
    align-items: center;
    display: inline-flex;
    gap: 1rem
}

#breadcrumbs .breadcrumb_last {
    color: #222;
    display: inline-block;
    max-width: 24rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

#breadcrumbs:before {
    color: #999;
    content: "\e68d";
    font-family: iconfont;
    font-size: 1.4rem;
    margin-right: 1.5rem
}

#breadcrumbs em.spacer {
    font-size: 1rem
}

@media screen and (max-width: 1024px) {
    .breadcrumbs-x {
        display: none
    }
}