/* pre css */
#c_grid-1-16801813655140 .p_gridbox::after {
    content: '';
    clear: left;
    display: block
}

#c_grid-1-16801813655140 > div > .p_gridbox {
    width: 100%;
    overflow: hidden;
    position: static
}

#c_grid-1-16801813655140 > div > .p_gridCell {
    float: left;
    position: static
}

#c_grid-1-16801813655140 > .p_gridbox.signal {
    min-height: inherit
}

#c_grid-1-16801813655140 > .p_gridbox.signal > .p_gridCell {
    min-height: inherit !important
}

#c_grid-1-16801813655140 {
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

@media screen and (max-width: 768px) {
    #c_grid-1-16801813655140 > .p_gridbox > .p_gridCell:nth-child(1n + 1) {
        width:100%;
        margin-left: 0%;
        margin-right: 0%;
        margin-top: 0rem;
        margin-bottom: 0rem;
        clear: left
    }
}

@media screen and (min-width: 769px) {
    #c_grid-1-16801813655140 > .p_gridbox > .p_gridCell:nth-child(1n + 1) {
        width:100%;
        margin-left: 0%;
        margin-right: 0%;
        margin-top: 0rem;
        margin-bottom: 0rem;
        clear: left
    }
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
    #c_grid-1-16801813655140 > .p_gridbox > .p_gridCell:nth-child(1n + 1) {
        width:99%;
        margin-left: 0.5%;
        margin-right: 0.5%;
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
        clear: left
    }
}

@media screen and (max-width: 1440px) and (min-width: 1280px) {
}

@media screen and (max-width: 1280px) and (min-width: 1025px) {
}

:root {
    --c: #c9151e;
    --n: #c9151e
}

.cn-make #c_navigation_006_P_1673-1690286988465 {
    position: relative;
    display-radio: 1
}

.searchBox {
    width: 100%;
    height: auto;
    background: #f5f5f5;
    position: fixed;
    left: 0;
    top: -100%;
    z-index: 1;
    padding: 100px 0;
    box-shadow: 0 10px 10px rgba(0,0,0,0.15);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s
}

.searchBox.show {
    top: 30px;
    opacity: 1;
    visibility: visible
}

.searchBox .searchForm {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex
}

.searchBox .searchForm input {
    flex: 1;
    border: 1px #ddd solid;
    padding: 15px;
    border-radius: 10px;
    margin-right: 10px;
    background: #fff
}

.searchBox .searchForm input.is-invalid {
    border: 1px #f00 solid
}

.searchBox .searchForm input.is-invalid::-webkit-input-placeholder {
    color: #f00
}

.searchBox .searchForm input.is-invalid::-ms-input-placeholder {
    color: #f00
}

.searchBox .searchForm input.is-invalid::placeholder {
    color: #f00
}

.searchBox .searchForm button {
    width: 140px;
    border: none;
    background: var(--hmfirst);
    color: #fff;
    border-radius: 10px
}

.menuBar {
    width: 100%;
    height: 35px;
    background: var(--hmsecond);
    position: relative;
    z-index: 5;
    transition: 0.3s
}

.menuBar .menuTop {
    padding: 0 0px;
    display: flex;
    margin: 0 auto;
    width: 90%;
    max-width: 1600px
}

.menuBar .menuTop .welcome {
    font-size: 14px;
    color: #eee;
    line-height: 35px;
    flex: 1
}

.menuBar .menuTop .topRight ul {
    display: flex
}

.menuBar .menuTop .topRight ul li {
    border-right: 1px rgba(255,255,255,0.1) solid;
    position: relative
}

.menuBar .menuTop .topRight ul li a {
    display: flex;
    padding: 0 15px;
    line-height: 35px;
    font-size: 14px;
    color: #eee
}

.menuBar .menuTop .topRight ul li a span {
    padding-right: 10px
}

.menuBar .menuTop .topRight ul li a span svg {
    width: auto;
    height: 16px;
    fill: #eee
}

.menuBar .menuTop .topRight ul li a em {
    font-style: normal
}

.menuBar .menuTop .topRight ul li p {
    background: #fff;
    width: 150px;
    padding: 5px;
    border-radius: 10px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.15);
    position: absolute;
    right: 0;
    top: 120%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s
}

.menuBar .menuTop .topRight ul li p img {
    width: 100%
}

.menuBar .menuTop .topRight ul li:hover p {
    top: 100%;
    opacity: 1;
    visibility: visible
}

.menuBar .menuTop .topRight ul li:hover a {
    background: var(--MG)
}

.header {
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    padding: 0 0px
}

.header .logorim {
    padding: 10px 0px 0px 0
}

.header .logorim a {
    display: block
}

.header .logorim a img {
    height: auto;
    width: 220px;
    /*-webkit-filter: brightness(0) invert(1);*/
    /*filter: brightness(0) invert(1)*/
}

.header .logorim a svg {
    height: 30px;
    width: auto
}

.header .logorim a svg path {
    fill: #3b3432
}

.header .rightLink {
    padding-left: 0px
}

.header .rightLink ul {
    display: flex;
    height: 100%
}

.header .rightLink ul li {
    padding: 25px 10px;
    height: 100%;
    position: relative
}

.header .rightLink ul li.hotel {
    display: none
}

.header .rightLink ul li a {
    display: flex;
    height: 100%;
    align-items: center;
    font-size: 18px;
    transition: all 0.5s;
    padding: 0 15px;
    border-radius: 30px;
    color: #fff;
    border: 2px solid transparent;
    border-color: #fff;
    font-family: impact;
    font-weight: normal;
    letter-spacing: 0.5px
}

.on .header .rightLink ul li a {
    background: var(--hm);
    border-color: var(--hm);
    border: none
}

.header .rightLink ul li a span {
    padding-right: 10px
}

.header .rightLink ul li a span svg {
    width: auto;
    height: 20px;
    fill: #fff
}

.on .header .rightLink ul li a span svg {
    width: auto;
    height: 20px
}

.header .rightLink ul li a em {
    font-style: normal;
    color: #fff
}

.header .rightLink ul li.hotel a {
    background: var(--hmthird);
    padding: 0 10px;
    border-radius: 30px
}

.header .rightLink ul li.hotel a span svg {
    fill: #fff
}

.header .rightLink ul li.hotel a em {
    color: #fff;
    font-size: 14px
}

.header .rightLink ul li a:hover {
    border-radius: 10px 0;
    background: var(--hmsecond)
}

.header .rightLink ul li p {
    background: #fff;
    width: 150px;
    padding: 5px;
    border-radius: 10px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.15);
    position: absolute;
    right: 0;
    top: 120%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s
}

.header .rightLink ul li p img {
    width: 100%
}

.header .rightLink ul li:hover p {
    top: 100%;
    opacity: 1;
    visibility: visible
}

.header .toggleBtn {
    width: 60px;
    position: relative;
    cursor: pointer;
    display: none
}

.header .toggleBtn span {
    display: block;
    width: 30px;
    height: 2px;
    background: #333;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    transition: all 0.5s
}

.header .toggleBtn span:before {
    content: "";
    display: block;
    width: 24px;
    height: 2px;
    background: #333;
    position: absolute;
    left: 0;
    bottom: 8px;
    transition: all 0.5s
}

.header .toggleBtn span:after {
    content: "";
    display: block;
    width: 24px;
    height: 2px;
    background: #333;
    position: absolute;
    left: 0;
    top: 8px;
    transition: all 0.5s
}

.header .toggleBtn.open span {
    background: none
}

.header .toggleBtn.open span:before {
    width: 30px;
    transform: rotate(45deg);
    bottom: 0
}

.header .toggleBtn.open span:after {
    width: 30px;
    transform: rotate(-45deg);
    top: 0
}

.header ul.menuBox {
    width: 100%;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    flex: 1
}

.header ul.menuBox > li {
    padding: 0
}

.header ul.menuBox > li >a {
    padding: 0 1vw;
    line-height: 75px; /*导航高度*/
    transition: all 0.5s;
    font-weight: bold;
    font-size: 16px;
    display: block;
    text-align: center;
    position: relative;
    color: #fff;
    font-weight: bold;
    font-family: 'Microsoft Yahei'
}

.on .header ul.menuBox > li >a {
    padding: 0 1vw;
    line-height: 88px;
    transition: all 0.5s;
    font-weight: bold;
    font-size: 16px;
    display: block;
    text-align: center;
    position: relative;
    color: #000000b8;
    font-weight: bold;
    font-family: 'Microsoft Yahei'
}

.header ul.menuBox > li >a:after {
    content: "";
    display: block;
    width: 0;
    height: 5px;
    border-radius: 3px 3px 0 0;
    background: var(--c);
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%,0);
    transition: all 0.5s
}

.header ul.menuBox > li:hover > a {
    color: var(--c);
    background: #fff
}

.header ul.menuBox > li:hover > a:after {
    width: 50%
}

.header ul.menuBox > li .dropMenu {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    padding: 30px 0;
    height: auto !important;
    background: #fff;
    display: none;
    box-shadow: 0 2px 2px rgb(0 0 0 / 10%);
    border-top: 0px #ddd solid;
    border-bottom: solid 4px var(--hm);
    backdrop-filter: blur(10px)
}

.header ul.menuBox > li .dropMenu .dropNav {
    max-width: 1600px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 15px
}

.header ul.menuBox > li .dropMenu .dropNav .dropleft {
    padding: 0 50px 0 15px;
    flex: 0 0 70%;
    border-right: 1px #ddd solid
}

.header ul.menuBox > li .dropMenu .dropNav .dropleft h2 {
    font-size: 26px
}

.header ul.menuBox > li .dropMenu .dropNav .dropleft span {
    font-size: 16px
}

.header ul.menuBox > li .dropMenu .dropNav .dropleft ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px
}

.header ul.menuBox > li .dropMenu .dropNav .dropleft ul li {
    flex: 0 0 50%;
    padding: 0px 10px
}

.header ul.menuBox > li .dropMenu .dropNav .dropleft a {
    display: block;
    line-height: 45px;
    font-size: 16px;
    color: #333;
    border-bottom: 1px #ddd solid;
    padding: 0 30px;
    border-radius: 0px 0;
    position: relative;
    transition: all 0.5s;
    background: none;
    overflow: hidden
}

.header ul.menuBox > li .dropMenu .dropNav .dropleft a:before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background: #3b3432;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translate(0,-50%);
    transition: all 0.5s
}

.header ul.menuBox > li .dropMenu .dropNav .dropleft a:hover {
    padding-left: 45px;
    border-color: var(--c)
}

.header ul.menuBox > li .dropMenu .dropNav .dropleft a:hover:before {
    width: 15px;
    background: var(--c)
}

.header ul.menuBox > li .dropMenu .dropNav .dropleft a svg {
    width: 100px;
    height: auto;
    position: absolute;
    right: 20px;
    bottom: 0;
    opacity: 0;
    transition: all 0.5s
}

.header ul.menuBox > li .dropMenu .dropNav .dropleft a:hover svg {
    right: 0;
    opacity: 0.1
}

.header ul.menuBox > li .dropMenu .dropNav .dropright {
    padding: 0 15px 0 50px;
    flex: 0 0 30%;
    display: flex;
    align-items: center
}

.header ul.menuBox > li .dropMenu .dropNav .dropright .navImg {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 30px 0;
    max-height: 260px
}

.header ul.menuBox > li .dropMenu .dropNav .dropright img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.visible-xs {
    display: none
}

.cnMoNav {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.8);
    z-index: 9;
    display: flex;
    justify-content: flex-end;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s
}

.cnMoNav.show {
    opacity: 1;
    visibility: visible
}

.cnMoNav .moNavBox {
    width: auto;
    height: 100%;
    padding: 80px 5px 80px 20px;
    background: #fff;
    max-width: 800px;
    transform: translate(100%,0);
    transition: all 0.8s ease 0s
}

.cnMoNav.show .moNavBox {
    transform: translate(0,0);
    transition: all 0.8s ease 0.6s
}

.cnMoNav .moNavBox ul {
    width: auto;
    height: 100%;
    padding-right: 15px;
    overflow-y: auto
}

.cnMoNav ul li.m_menu_1 {
    width: 100%;
    padding: 15px 0;
    animation: fadeOutDown 0.8s 0.8s both
}

.cnMoNav.show .moNavBox ul li.m_menu_1 {
    animation: fadeInUp 0.8s 0.8s both
}

.cnMoNav.show .moNavBox ul li.m_menu_1.delay_1 {
    animation-delay: 0.9s
}

.cnMoNav.show .moNavBox ul li.m_menu_1.delay_2 {
    animation-delay: 1s
}

.cnMoNav.show .moNavBox ul li.m_menu_1.delay_3 {
    animation-delay: 1.1s
}

.cnMoNav.show .moNavBox ul li.m_menu_1.delay_4 {
    animation-delay: 1.2s
}

.cnMoNav.show .moNavBox ul li.m_menu_1.delay_5 {
    animation-delay: 1.3s
}

.cnMoNav.show .moNavBox ul li.m_menu_1.delay_6 {
    animation-delay: 1.4s
}

.cnMoNav.show .moNavBox ul li.m_menu_1.delay_7 {
    animation-delay: 1.5s
}

.cnMoNav.show .moNavBox ul li.m_menu_1.delay_8 {
    animation-delay: 1.6s
}

.cnMoNav.show .moNavBox ul li.m_menu_1.delay_9 {
    animation-delay: 1.7s
}

.cnMoNav ul li.m_menu_1 > a {
    display: block;
    width: 100%;
    line-height: 50px;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px #ddd solid
}

.cnMoNav ul li.m_menu_1 .moDropMenu {
    margin: 0 -5px;
    display: flex;
    flex-wrap: wrap;
    padding-top: 15px
}

.cnMoNav ul li.m_menu_1 .moDropMenu .m_item {
    padding: 5px;
    flex: 0 0 50%
}

.cnMoNav ul li.m_menu_1 .moDropMenu a {
    line-height: 40px;
    font-size: 14px;
    display: block;
    border: 1px #ddd solid;
    padding: 0 15px;
    transition: all 0.5s;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.cnMoNav ul li.m_menu_1 .moDropMenu a:hover {
    border-color: #3b3432;
    background: #3b3432;
    color: #fff
}

.on .menuBar {
    display: none
}

.on .header .logorim a img {
    height: auto;
    width: 100%;
    -webkit-filter: brightness(0) invert(0);
    filter: brightness(1) invert(0)
}

.on .header ul.menuBox > li >a {
    line-height: 75px
}

.on .header .logorim {
    padding: 10px 0px 10px 0;
    width: 220px
}

.on .header ul.menuBox > li >a {
    color: /*#000000c2*/ #0f95b0
}

#c_navigation_006_P_1673-1690286988465 .e_navigationA-12 {
    display-radio: 1
}

.header .lugRim {
    padding-left: 15px;
    display: flex;
    align-items: center;
    position: relative
}

.header .lugRim p {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 2px solid transparent;
    border-color: #fff
}

.on .header .lugRim p {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--hm);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 2px solid transparent;
    border-color: var(--hm)
}

.header .lugRim p svg {
    width: 20px;
    height: 20px;
    fill: #fff
}

.header .lugRim .lugLi {
    width: max-content;
    background: #f5f5f5;
    position: absolute;
    right: 0;
    top: 120%;
    padding: 15px;
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.8s;
    box-shadow: 0 5px 15px rgba(0,0,0,0.15)
}

.header .lugRim .lugLi a {
    display: block;
    line-height: 36px;
    font-size: 15px;
    color: #666
}

.header .lugRim .lugLi a:hover {
    color: var(--c)
}

.header .lugRim:hover p {
    background: var(--second)
}

.header .lugRim:hover .lugLi {
    top: 100%;
    opacity: 1;
    visibility: visible
}

@media screen and (max-width: 768px) {
    .header {
        position:relative;
        z-index: 99;
        background: none
    }

    .header .search {
        padding-right: 10px
    }

    .header .search a {
        padding: 0
    }

    .header .search a em {
        display: none
    }

    .header .logorim {
        padding: 10px 0px
    }

    .header .logorim a img {
       /* width: 80% */
    }

    .header ul.menuBox li {
        display: none
    }

    .header .rightLink {
        padding: 0;
        display: none
    }

    .header .rightLink li a em {
        display: none
    }

    .header .toggleBtn {
        width: 30px;
        display: block
    }

    .header .open {
        width: 60px;
        display: block;
        background: var(--primary)
    }

    .hidden-xs {
        display: none
    }

    .visible-xs {
        display: block
    }

    .menuBar {
        display: none
    }

    .menuBar .menuTop {
        padding: 0 15px
    }

    .menuBar .menuTop .welcome {
        display: none
    }

    .header .toggleBtn span {
        display: block;
        width: 30px;
        height: 2px;
        background: #fff;
        position: absolute;
        left: 20%;
        top: 50%;
        margin-top: -1px;
        transition: all 0.5s
    }

    #c_grid-1-16801813655140 > .p_gridbox > .p_gridCell:nth-child(1n + 1) {
        width: 100%;
        margin-left: 0%;
        margin-right: 0%;
        margin-top: 0rem;
        margin-bottom: 0rem;
        clear: left;
        background: none;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 99;
        background: var(--hmfirst);
        backdrop-filter: blur(5px)
    }

    .header .toggleBtn span:before {
        content: "";
        display: block;
        width: 24px;
        height: 2px;
        background: #fff;
        position: absolute;
        left: 0;
        bottom: 8px;
        transition: all 0.5s
    }

    .header .toggleBtn span:after {
        content: "";
        display: block;
        width: 24px;
        height: 2px;
        background: #fff;
        position: absolute;
        left: 0;
        top: 8px;
        transition: all 0.5s
    }

    #c_navigation_006_P_1673-1690286988465 .e_navigationA-12 {
        width: 100%;
        padding: 0 5%
    }

    .on {
        background: #fff
    }

    .on .header .toggleBtn span:before {
        content: "";
        display: block;
        width: 30px;
        height: 2px;
        background: var(--primary);
        position: absolute;
        left: 0;
        bottom: 8px;
        transition: all 0.5s
    }

    .on .header .toggleBtn span {
        display: block;
        width: 30px;
        height: 2px;
        background: var(--primary);
        position: absolute;
        left: 20%;
        top: 50%;
        margin-top: -1px;
        transition: all 0.5s
    }

    .on .header .toggleBtn span:after {
        content: "";
        display: block;
        width: 30px;
        height: 2px;
        background: var(--primary);
        position: absolute;
        left: 0;
        top: 8px;
        transition: all 0.5s
    }

    .on .header .logorim {
        padding: 10px 0px 10px 0
    }

    .on .header .open {
        width: 60px;
        display: block;
        background: none
    }

    .header .toggleBtn.open span:after {
        width: 30px;
        transform: rotate(-45deg);
        top: -10px
    }

    .on .header .toggleBtn.open span {
        height: 0
    }
}

@media screen and (min-width: 769px) {
    #c_grid-1-16801813655140 > .p_gridbox > .p_gridCell:nth-child(1n + 1) {
        width:100%;
        margin-left: 0%;
        margin-right: 0%;
        margin-top: 0rem;
        margin-bottom: 0rem;
        clear: left;
        position: fixed;
        z-index: 99;
        /*background: var(--hmfirst);*/
        backdrop-filter: blur(5px);
        border-bottom: solid 1px #ffffff30
    }

    .on {
        background: #fff;
        box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.1)
    }

    .on .header .rightLink ul li {
        padding: 18px 0px;
        height: 100%;
        position: relative
    }
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
    .header ul.menuBox > li > a {
        padding:0 10px
    }
}

@media screen and (max-width: 1440px) and (min-width: 1280px) {
    .on .header ul.menuBox > li >a {
        padding:0 1vw;
        line-height: 75px;
        transition: all 0.5s;
        font-weight: bold;
        font-size: 16px;
        display: block;
        text-align: center;
        position: relative;
        color: #181818;
        font-family: 'Microsoft Yahei'
    }

    .header ul.menuBox > li >a {
        padding: 0 1vw;
        line-height: 88px;
        transition: all 0.5s;
        font-weight: bold;
        font-size: 16px;
        display: block;
        text-align: center;
        position: relative;
        color: #fff;
        font-family: 'Microsoft Yahei'
    }
}

@media screen and (max-width: 1280px) and (min-width: 1025px) {
}

#c_grid-17072774569890 .p_gridbox::after {
    content: '';
    clear: left;
    display: block
}

#c_grid-17072774569890 > div > .p_gridbox {
    width: 100%;
    overflow: hidden;
    position: static
}

#c_grid-17072774569890 > div > .p_gridCell {
    float: left;
    position: static
}

#c_grid-17072774569890 > .p_gridbox.signal {
    min-height: inherit
}

#c_grid-17072774569890 > .p_gridbox.signal > .p_gridCell {
    min-height: inherit !important
}

#c_grid-17072774569890 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    display-radio: 1;
    background_radio: 2
}

@media screen and (max-width: 768px) {
    #c_grid-17072774569890 > .p_gridbox > .p_gridCell:nth-child(1n + 1) {
        width:100%;
        margin-left: 0%;
        margin-right: 0%;
        margin-top: 0rem;
        margin-bottom: 0rem;
        clear: left
    }
}

@media screen and (min-width: 769px) {
    #c_grid-17072774569890 > .p_gridbox > .p_gridCell:nth-child(1n + 1) {
        width:100%;
        margin-left: 0%;
        margin-right: 0%;
        margin-top: 0rem;
        margin-bottom: 0rem;
        clear: left
    }
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
    #c_grid-17072774569890 > .p_gridbox > .p_gridCell:nth-child(1n + 1) {
        width:99%;
        margin-left: 0.5%;
        margin-right: 0.5%;
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
        clear: left
    }
}

@media screen and (max-width: 1440px) and (min-width: 1280px) {
}

@media screen and (max-width: 1280px) and (min-width: 1025px) {
}

#c_effect_099_P_061-17189752806210 {
    min-height: 0px;
    display-radio: 1;
    background-color: rgba(255, 255, 255, 1);
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px
}

#c_effect_099_P_061-17189752806210 .e_image-1 {
    overflow: hidden
}

#c_effect_099_P_061-17189752806210 .e_image-1 img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.waves2 {
    position: relative;
    width: 100%/*Fix for safari gap*/
}

/* Animation */
.parallax>use {
    animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite
}

.parallax>use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s
}

.parallax>use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s
}

.parallax>use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s
}

.parallax>use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s
}

@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0)
    }

    100% {
        transform: translate3d(85px, 0, 0)
    }
}

/*Shrinking for mobile*/
@media (max-width: 768px) {
    .waves2 {
        height:40px;
        min-height: 40px
    }
}

.waves2 {
    position: relative;
    width: 100%;
    height: 0;
    margin-bottom: 0px;
    min-height: 100px;
    max-height: 150px;
    background: none;
    margin-top: 0;
    z-index: 2
}

@media screen and (max-width: 768px) {
    #c_effect_099_P_061-17189752806210 {
        background_radio:2;
        display-radio: 1;
        height: auto;
        max-height: none;
        min-height: 0px
    }
}

@media screen and (min-width: 769px) {
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
}

@media screen and (max-width: 1440px) and (min-width: 1280px) {
}

@media screen and (max-width: 1280px) and (min-width: 1025px) {
}

#c_navigation_019_P_077-17072774569981 {
    background-color: var(--hmfirst);
    display-radio: 1;
    min-height: 0px;
    padding-top: 3%;
    padding-bottom: 0px;
    position: relative;
    overflow: hidden;
    background_radio: 2
}

#c_navigation_019_P_077-17072774569981 canvas {
    position: absolute;
    opacity: 0.2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#c_navigation_019_P_077-17072774569981 .e_container-2 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    max-width: none;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    display-radio: flex;
    border-top-style: solid;
    border-top-width: 1px;
    /*background: var(--hmfirst);*/
    border-top-color: rgb(212 216 234 / 11%)
}

#c_navigation_019_P_077-17072774569981 .e_container-2 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_navigation_019_P_077-17072774569981 .e_text-3 {
    font_radio: 2;
    color: rgba(240,240,240,0.81);
    font-size: 14px;
    line-height: 1;
    text-align: center;
    display-radio: 1;
    margin-bottom: 0px;
    font-family: Microsoft YaHei
}

#c_navigation_019_P_077-17072774569981 .e_container-4 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 90%;
    max-width: 1600px;
    padding-right: 0px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 3%;
    padding-bottom: 5%;
    padding-left: 0px;
    display-radio: flex;
    background_radio: 1
}

#c_navigation_019_P_077-17072774569981 .e_container-4 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_navigation_019_P_077-17072774569981 .e_container-4 .cbox-4-0 {
    padding-right: 2%;
    flex: 0 0 45%;
    padding-left: 0px
}

#c_navigation_019_P_077-17072774569981 .e_container-4 .cbox-4-1 {
    padding-left: 3%;
    padding-right: 0;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: rgba(255, 255, 255, 0.14);
    flex: 0 0 55%
}

#c_navigation_019_P_077-17072774569981 .e_provider-19 {
    font_radio: 2;
    color: rgba(240,240,240,0.81);
    font-size: 14px;
    line-height: 1;
    text-align: center;
    display-radio: 1;
    margin-top: 0px;
    font-family: Microsoft YaHei
}

#c_navigation_019_P_077-17072774569981 .e_provider-19 a {
    text-align: center;
    display: block
}

#c_navigation_019_P_077-17072774569981 .e_container-31 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    border-left-style: none;
    border-left-width: 1px;
    border-left-color: rgba(255,255,255,1);
    display-radio: flex;
    padding-top: 0px
}

#c_navigation_019_P_077-17072774569981 .e_container-31 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_navigation_019_P_077-17072774569981 .e_container-34 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    display-radio: flex
}

#c_navigation_019_P_077-17072774569981 .e_container-34 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_navigation_019_P_077-17072774569981 .e_richText-36 {
    font_radio: 2;
    color: rgba(255,255,255,0.7);
    line-height: 1.8;
    padding-top: 0px;
    font-size: 14px;
    display-radio: 1;
    padding-right: 10px
}

#c_navigation_019_P_077-17072774569981 .e_container-34 .cbox-34-1 {
    flex: 0 0 125px
}

#c_navigation_019_P_077-17072774569981 .e_container-4 .cbox-4-2 {
    flex: 0 0 15%;
    align-items: center;
    padding-left: 3%;
    padding-right: 0px;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: rgba(255,255,255,0.13)
}

#c_navigation_019_P_077-17072774569981 .e_container-4 .cbox-4-3 {
    flex: 0 0 40%;
    padding-left: 40px;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: rgba(255,255,255,0.13)
}

#c_navigation_019_P_077-17072774569981 .e_richText-52 {
    font_radio: 2;
    font-size: 14px;
    color: rgba(240,240,240,0.81);
    line-height: 1;
    display-radio: 1;
    padding-top: 0px;
    text-align: center;
    margin-top: 0px;
    font-family: Microsoft YaHei
}

#c_navigation_019_P_077-17072774569981 .e_container-53 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 94%;
    display-radio: flex;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    background_radio: 1
}

#c_navigation_019_P_077-17072774569981 .e_container-53 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_navigation_019_P_077-17072774569981 .e_container-53 .p_item {
    display-radio: 1
}

#c_navigation_019_P_077-17072774569981 .e_container-53 .cbox-53-2 {
    flex: 0 0 auto;
    align-self: center;
    margin-left: 0px;
    margin-right: 20px
}

#c_navigation_019_P_077-17072774569981 .e_container-53 .cbox-53-0 {
    flex: 0 0 auto;
    align-self: center;
    margin-right: 0px;
    margin-left: auto
}

#c_navigation_019_P_077-17072774569981 .e_container-53 .cbox-53-1 {
    align-self: center;
    flex: 0 0 auto;
    margin-left: 20px;
    margin-right: 20px
}

#c_navigation_019_P_077-17072774569981 .e_credible-55 .img1 {
    width: 80px;
    height: auto
}

#c_navigation_019_P_077-17072774569981 .e_credible-55 .img2 {
    width: 80px;
    height: auto
}

#c_navigation_019_P_077-17072774569981 .e_credible-55 .img3 {
    width: 80px;
    height: auto
}

#c_navigation_019_P_077-17072774569981 .e_credible-55 .img4 {
    width: 80px;
    height: auto
}

#c_navigation_019_P_077-17072774569981 .e_credible-55 .img5 {
    width: 80px;
    height: auto
}

#c_navigation_019_P_077-17072774569981 .e_credible-55 {
    background_radio: 1;
    display-radio: 1;
    margin-top: 0px;
    max-width: 80px;
    margin-left: auto;
    margin-right: auto
}

.zcfdcd .btn-ly {
    background-color: #51a733 !important
}

.zcfdcd a.btn-qq,.izl-rmenu a.btn-qq:visited {
    background-color: #51a733 !important
}

.zcfdcd .btn-phone {
    background-color: #51a733 !important
}

.zcfdcd .btn-top:hover {
    background-color: #51a733
}

#c_navigation_019_P_077-17072774569981 .e_container-53 .cbox-53-3 {
    flex: 0 0 auto;
    align-self: center;
    margin-right: 20px
}

#c_navigation_019_P_077-17072774569981 .e_text-56 {
    line-height: normal;
    font_radio: 2;
    display-radio: 1;
    font-size: 18px;
    color: rgba(255,255,255,1);
    font-family: Microsoft YaHei;
    font-weight: bold
}

#c_navigation_019_P_077-17072774569981 .e_richText-24 {
    font_radio: 2;
    font-size: 14px;
    color: rgba(255,255,255,0.7);
    line-height: 1.8;
    padding-top: 20px;
    display-radio: 1
}

#c_navigation_019_P_077-17072774569981 .e_container-2 .cbox-2-0 {
    border-style: none
}

#c_navigation_019_P_077-17072774569981 > div {
    position: relative;
    z-index: 5
}

#c_navigation_019_P_077-17072774569981 .e_text-32 {
    line-height: normal;
    font_radio: 2;
    font-size: 18px;
    font-family: Microsoft YaHei;
    color: var(--hmsecond);
    display-radio: 1;
    font-weight: bold;
    margin-top: 0px
}

#c_navigation_019_P_077-17072774569981 .e_container-93 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%
}

#c_navigation_019_P_077-17072774569981 .e_container-93 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_navigation_019_P_077-17072774569981 .e_image-96 {
    overflow: hidden;
    display-radio: 1;
    max-width: 240px;
    margin-bottom: 20px
}

#c_navigation_019_P_077-17072774569981 .e_image-96 img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

#c_navigation_019_P_077-17072774569981 .e_bottomNav-97 span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

#c_navigation_019_P_077-17072774569981 .e_bottomNav-97 .p_menu2Item span {
    font-weight: normal;
    color: #f0f0f0cf
}

#c_navigation_019_P_077-17072774569981 .e_bottomNav-97 .p_menu2Item a:hover {
    color: var(--hmsecond)
}

#c_navigation_019_P_077-17072774569981 .e_bottomNav-97 .p_level1Item:nth-child(1) {
    /*display: none*/
}

#c_navigation_019_P_077-17072774569981 .e_bottomNav-97 .p_level1Item {
    width: auto;
    flex-grow: 1;
    text-align: left;
    display-radio: 1
}

#c_navigation_019_P_077-17072774569981 .e_bottomNav-97 .p_level3Box {
    display: none
}

#c_navigation_019_P_077-17072774569981 .e_bottomNav-97 .p_menu1Item {
    font-size: 18px;
    color: #f0f0f0;
    margin-bottom: 15px
}

#c_navigation_019_P_077-17072774569981 .e_bottomNav-97 .p_menu2Item {
    font-size: 14px;
    color: rgba(255,255,255,1);
    font-weight: normal;
    line-height: 2;
    display-radio: 1;
    font-family: Microsoft YaHei
}

#c_navigation_019_P_077-17072774569981 .e_bottomNav-97 .p_menu1Item a:hover {
    color: var(--hmsecond)
}

#c_navigation_019_P_077-17072774569981 .e_bottomNav-97 .p_menu2Item a:hover {
    color: var(--hmsecond)
}

#c_navigation_019_P_077-17072774569981 .e_bottomNav-97 {
    display-radio: 1;
    font_radio: 1;
    min-width: 0px;
    max-width: none;
    width: 100%
}

#c_navigation_019_P_077-17072774569981 .e_bottomNav-97 .p_level1Box {
    display: flex;
    width: 100%;
    justify-content: space-between
}

#c_navigation_019_P_077-17072774569981 .e_bottomNav-97 .p_menu2Item:hover {
    font-family: Microsoft YaHei;
    color: var(--hmsecond);
    line-height: 2
}

#c_navigation_019_P_077-17072774569981 .e_bottomNav-97 .p_menu1Item:hover {
    font-family: Microsoft YaHei;
    color: var(--hmsecond)
}

.saf-auto-licenseo a {
    display: block;
    line-height: 1.6;
    font-size: 14px;
    margin-left: 10px;
    color: rgba(240,240,240,0.81) !important
}

#c_navigation_019_P_077-17072774569981 .e_text-98 {
    line-height: 1.6;
    color: #fff;
    font_radio: 2;
    display-radio: 1;
    margin-top: 20px;
    margin-bottom: 20px
}

#c_navigation_019_P_077-17072774569981 .e_text-98 a {
    display: inline-flex;
    border: 1px #fff solid;
    border-radius: 5px;
    padding: 10px 40px;
    line-height: 20px;
    font-size: 16px;
    transition: all 0.5s;
    background: #fff;
    color: #333
}

#c_navigation_019_P_077-17072774569981 .e_text-98 a:hover {
    display: inline-flex;
    border: 1px var(--hmsecond) solid;
    border-radius: 5px;
    padding: 10px 40px;
    line-height: 20px;
    font-size: 16px;
    transition: all 0.5s;
    background: var(--hmsecond);
    color: #fff
}

#c_navigation_019_P_077-17072774569981 .e_text-98 a span {
    margin-right: 10px
}

#c_navigation_019_P_077-17072774569981 .saf-auto-licenseo a {
    font-size: 14px !important
}

@media screen and (max-width: 768px) {
    #c_navigation_019_P_077-17072774569981 {
        display-radio:1;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0px;
        padding-right: 0px
    }

    #c_navigation_019_P_077-17072774569981 .e_container-4 {
        display-radio: 1;
        flex-direction: row;
        margin-bottom: 0px;
        padding-bottom: 2%;
        padding-top: 30px;
        padding-left: 0;
        padding-right: 0;
        margin-right: auto;
        margin-left: auto
    }

    #c_navigation_019_P_077-17072774569981 .e_container-4 .p_item {
        display-radio: 1;
        padding-left: 0;
        border-left-style: solid;
        border-left-width: 0;
        border-left-color: rgba(255,255,255,0.13);
        flex: 100%
    }

    #c_navigation_019_P_077-17072774569981 .e_container-4 .cbox-4-0 {
        margin-left: auto;
        margin-right: auto;
        flex: 0 0 100%;
        padding-right: 0px;
        padding-left: 0px
    }

    #c_navigation_019_P_077-17072774569981 .e_container-53 {
        display-radio: 1;
        flex-direction: column
    }

    #c_navigation_019_P_077-17072774569981 .e_text-3 {
        display-radio: 1;
        font_radio: 1;
        margin-bottom: 6px
    }

    #c_navigation_019_P_077-17072774569981 .e_container-53 .cbox-53-0 {
        margin-left: auto;
        margin-right: auto
    }

    #c_navigation_019_P_077-17072774569981 .e_richText-52 {
        display-radio: 1;
        font_radio: 1;
        margin-top: 6px;
        margin-bottom: 5px
    }

    #c_navigation_019_P_077-17072774569981 .e_container-53 .cbox-53-2 {
        margin-left: auto;
        margin-right: auto
    }

    #c_navigation_019_P_077-17072774569981 .e_richText-36 {
        font_radio: 1;
        display-radio: 1
    }

    #c_navigation_019_P_077-17072774569981 .e_container-31 {
        display-radio: 1;
        margin-top: 20px
    }

    #c_navigation_019_P_077-17072774569981 .e_container-34 {
        display-radio: 1
    }

    #c_navigation_019_P_077-17072774569981 .e_container-34 .cbox-34-1 {
        margin-bottom: 3%
    }

    #c_navigation_019_P_077-17072774569981 .e_container-34 .cbox-34-0 {
        margin-bottom: 15px
    }

    #c_navigation_019_P_077-17072774569981 .e_container-4 .cbox-4-1 {
        flex: 0 0 100%;
        padding-right: 0
    }

    #c_navigation_019_P_077-17072774569981 .e_bottomNav-97 .p_level1Box {
        display: block;
        width: 100%;
        justify-content: space-between
    }

    #c_navigation_019_P_077-17072774569981 .e_bottomNav-97 .p_menu1Item {
        display: flex;
        justify-content: space-between;
        font-size: 16px
    }

    #c_navigation_019_P_077-17072774569981 .e_bottomNav-97 .p_menu2Item {
        display: flex;
        justify-content: space-between
    }

    #c_navigation_019_P_077-17072774569981 .e_bottomNav-97 .p_level1Box ul {
        display: none;
        margin-bottom: 5%
    }

    #c_navigation_019_P_077-17072774569981 .e_bottomNav-97 .p_jtIcon {
        width: auto;
        max-width: 20px;
        font-size: inherit;
        transition: 0.5s;
        margin: 0
    }

    #c_navigation_019_P_077-17072774569981 .e_bottomNav-97 .p_jtIcon.active {
        transform: rotateZ(90deg)
    }

    #c_navigation_019_P_077-17072774569981 .e_bottomNav-97 a {
        display: flex;
        flex-direction: column;
        justify-content: center
    }

    #c_navigation_019_P_077-17072774569981 .e_bottomNav-97 .p_level1Item {
        padding: 0;
        height: auto;
        margin: 0
    }

    #c_navigation_019_P_077-17072774569981 .e_bottomNav-97 .p_menu2Item svg {
        opacity: .5
    }

    #c_navigation_019_P_077-17072774569981 .e_bottomNav-97 {
        display-radio: 1;
        font_radio: 1
    }

    #c_navigation_019_P_077-17072774569981 .e_text-98 a {
        font-size: 16px;
        padding: 10px 30px;
        zoom:0.9}
}

@media screen and (min-width: 769px) {
    #c_navigation_019_P_077-17072774569981 .e_bottomNav-97 .p_level1Box {
        display:flex
    }

    #c_navigation_019_P_077-17072774569981 .e_bottomNav-97 .p_jtIcon {
        display: none
    }
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
    #c_navigation_019_P_077-17072774569981 .e_bottomNav-97 {
        font_radio:1;
        display-radio: 1;
        width: auto
    }
}

#c_static_001_P_26765-1716912011971 {
    position: relative;
    z-index: 99
}

#c_static_001_P_26765-1716912011971 .e_loop-1 .p_page {
    text-align: center;
    display: none
}

:root {
    --online: 50px;
    --oradius: 5px
}

.saf-online {
    width: var(--online);
    position: fixed;
    right: 10px;
    bottom: 20%;
    z-index: 99
}

.saf-online .p_list {
    width: 100%;
    height: auto
}

.saf-online .saf-lineitem {
    display: block;
    width: var(--online);
    height: var(--online);
    position: relative;
    padding: 1px;
    position: relative
}

.saf-online .saf-lineitem.backTop {
    cursor: pointer
}

.saf-online .saf-lineitem saf-icon {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: var(--oradius);
    box-shadow: 0 0 5px rgba(0,0,0,0.1)
}

.saf-online .saf-lineitem saf-icon a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.saf-online .saf-lineitem saf-icon svg {
    width: 20px;
    height: 20px
}

.saf-online .saf-lineitem saf-icon svg path {
    fill: var(--hmsecond)
}

.saf-online .saf-lineitem saf-icon img {
    width: 20px;
    height: 20px;
    display: block
}

.saf-online .saf-lineitem > p {
    width: max-content;
    background: var(--c);
    color: #fff;
    font-size: 14px;
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translate(-35px,-50%);
    border-radius: 5px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s
}

.saf-online .saf-lineitem > p.codeimg {
    padding: 5px
}

.saf-online .saf-lineitem > p:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left: 5px solid var(--c);
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translate(0,-50%)
}

.saf-online .saf-lineitem > p a {
    display: block;
    padding: 10px 15px
}

.saf-online .saf-lineitem > p img {
    width: 130px;
    height: auto
}

.saf-online .saf-lineitem:hover > p {
    transform: translate(-5px,-50%);
    opacity: 1;
    visibility: visible
}

.saf-online .saf-lineitem:hover saf-icon svg path {
    fill: var(--c)
}

.saf-make .saf-online {
    width: 100%;
    position: relative;
    right: 0;
    bottom: auto
}

.saf-make .saf-online .p_list {
    display: flex
}

@media screen and (max-width: 768px) {
    #c_static_001_P_26765-1716912011971 {
        height:var(--online)
    }

    .saf-online {
        width: 100%;
        right: 0;
        bottom: 0
    }

    .saf-online .p_list {
        display: flex;
        box-shadow: 0 -5px 10px rgba(0,0,0,0.1)
    }

    .saf-online .saf-lineitem {
        flex: 1 !important;
        padding: 0;
        border-right: 1px #ddd solid
    }

    .saf-online .saf-lineitem saf-icon {
        box-shadow: none;
        border-radius: 0
    }

    .saf-online .saf-lineitem > p {
        right: auto;
        top: auto;
        bottom: 100%;
        left: 50%;
        transform: translate(-50%,-20px)
    }

    .saf-online .saf-lineitem > p:after {
        border: 5px solid transparent;
        border-top: 5px solid var(--c);
        left: 50%;
        top: 100%;
        transform: translate(-50%,0)
    }

    .saf-online .saf-lineitem:hover > p {
        opacity: 1;
        visibility: visible;
        transform: translate(-50%,-5px)
    }

    .saf-online .saf-lineitem:nth-child(1) > P {
        left: 100%
    }

    .saf-online .saf-lineitem:nth-child(1) > P:after {
        left: 20px;
        transform: translate(0,0)
    }

    .saf-online .saf-lineitem:nth-child(2) > P {
        left: 100%
    }

    .saf-online .saf-lineitem:nth-child(2) > P:after {
        left: 20px;
        transform: translate(0,0)
    }
}

@media screen and (max-width: 1440px) and (min-width: 1280px) {
}

@media screen and (max-width: 1280px) and (min-width: 1025px) {
}

@font-face {
    font-family: "SF";
    src: url(https://omo-oss-file.thefastfile.com/portal-saas/pg2024041109570340115/cms/file/75577ef0-0909-4aa3-b951-a52d4445d5a2.otf)
}

@font-face {
    font-family: "SF";
    font-weight: bold;
    src: url(https://omo-oss-file.thefastfile.com/portal-saas/pg2024041109570340115/cms/file/0d22fbac-efa8-4b2c-bb32-f6d062cd8f62.otf)
}

@font-face {
    font-family: "Antonio";
    src: url(https://omo-oss-file.thefastfile.com/portal-saas/pg2024041109570340115/cms/file/df0c7bb2-428d-4c66-8d64-c8638f63ad26.ttf)
}

:root {
    --primary: #00a5a7;
    --second: #eea32e;
    --hm: #00a5a7;
    --hmfirst: #00a5a7;
    --hmsecond: #eea32e;
    --hmthird: #00a5a7;
    --hmforth: #00a5a7;
    --colorfirst: #00a5a7;
    --hmcolor: #00a5a7;
    --MG: #00a5a7;
    --bc: var(--primary) !important;
    --bannHight: 300px;
    --bannMarginTop: 50px;
    --bannBtnTop: 40%;
    --bannImgFilter: brightness(70%)
}

body {
    font-family: SF,PingFangSC-Regular,"Microsoft YaHei","微软雅黑","Microsoft JhengHei","华文细黑",STHeiti,MingLiu;
    overflow-x: hidden
}

.reset_style,body {
    word-break: break-word
}

#c_grid-116273709439191 {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    background: rgba(255,255,255,0);
    z-index: 9;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out
}

.active#c_grid-116273709439191 {
    background: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out
}

.active #c_static_001_P_21999-1686125044012 .e_icon-11 .icon path:first-child {
    fill: #201b18 !important
}

.active #c_static_001_P_21999-1686125044012 .e_icon-11 .icon path:nth-child(2) {
    fill: #201b18 !important
}

.active #c_static_001_P_21999-1686125044012 .e_icon-11 .icon path:nth-child(3) {
    fill: #db241c !important
}

.active #c_static_001_P_21999-1686125044012 .s_templatetitle {
    color: #313131
}

.active #c_static_001_P_21999-1686125044012 .e_icon-12 .icon {
    fill: #313131
}

.active #c_static_001_P_21999-1686125044012 .e_icon-14 .icon {
    fill: #313131
}

.active #c_static_001_P_21999-1686125044012 .e_icon-14 {
    border-color: #313131
}

.active #c_static_001_P_21999-1686125044012 .e_icon-12:hover .icon {
    fill: var(--primary)
}

.active #c_static_001_P_21999-1686125044012 .e_icon-14:hover {
    background: var(--primary);
    border-color: var(--primary)
}

.active #c_static_001_P_21999-1686125044012 .e_icon-14:hover .icon {
    fill: #fff
}

.havestatic > div,.havestatic > div[class*="cbox-"] {
    position: static !important
}

.e_container0 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px
}

.e_container0 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

.e_container0 .cbox-10-0 {
    flex: 0 0 auto;
    margin-right: 0px;
    margin-left: auto
}

.e_container0 .cbox-10-1 {
    flex: 0 0 auto;
    margin-left: 20px;
    margin-right: 20px
}

.e_container0 .cbox-10-2 {
    flex: 0 0 auto;
    margin-left: 0px;
    margin-right: auto
}

#c_static_001_P_37654-1707282609256 {
    min-height: 0px;
    padding-bottom: 0px;
    display-radio: 1;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    background: #313131;
    background-fill-value: background-color;
    background-attachment: fixed;
    background-color: rgba(49,49,49,1);
    background_radio: 2
}

#c_static_001_P_37654-1707282609256 .e_credible-33 .img1 {
    width: 65px;
    height: 23px
}

#c_static_001_P_37654-1707282609256 .e_credible-33 .img2 {
    width: 79px;
    height: 28px
}

#c_static_001_P_37654-1707282609256 .e_credible-33 .img3 {
    width: 92px;
    height: 33px
}

#c_static_001_P_37654-1707282609256 .e_credible-33 .img4 {
    width: 106px;
    height: 38px
}

#c_static_001_P_37654-1707282609256 .e_credible-33 .img5 {
    width: 131px;
    height: 47px
}

#c_static_001_P_37654-1707282609256 .e_credible-33 {
    display-radio: 1;
    background_radio: 1;
    max-width: 133px;
    margin-left: 0px;
    margin-right: auto;
    margin-top: 10px
}

#c_static_001_P_37654-1707282609256 .e_html-34 {
    min-height: 0px;
    display-radio: 1;
    background_radio: 1
}

.followUsST .icon {
    width: 20px;
    height: 20px;
    fill: rgba(255,255,255,0.3);
    transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out
}

.followUsST ul li {
    width: 40px;
    height: 20px;
    display: inline-block;
    margin: 0 -2px
}

.followUsST ul li a {
    display: block;
    width: 40px;
    height: 20px;
    text-align: center;
    line-height: 26px
}

.followUsST ul li a:hover .icon {
    fill: rgba(255,255,255,1)
}

#c_static_001_P_37654-1707282609256 .s_form_layout1 {
    background: none
}

#c_static_001_P_37654-1707282609256 .s_form_layout1 .s_input {
    border: 0;
    background: rgba(255,255,255,0.05);
    color: #fff
}

#c_static_001_P_37654-1707282609256 .s_form_layout1 textarea.s_input {
    height: 181px
}

.saf-auto-licenseo a {
    font-size: 12px !important;
    line-height: 2em !important;
    color: rgba(255,255,255,0.3);
    transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out
}

.saf-auto-licenseo a:hover {
    color: var(--primary);
    transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out
}

.page_con {
    display: flex;
    justify-content: center
}

.page_con > a {
    display: flex;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px rgba(0,0,0,0.4) solid;
    fotn-size: 15px;
    color: #313131;
    position: relative;
    align-items: center;
    justify-content: center;
    margin: 0 4px
}

.page_con > a:hover {
    border-color: var(--primary);
    color: var(--primary)
}

.page_con > a.page_a.disabled {
    border-radius: 50%;
    background: rgba(0,0,0,0.2);
    border-color: rgba(0,0,0,0)
}

.page_con > a.page_a.current {
    border-radius: 50%;
    background: var(--primary);
    color: #fff;
    border-color: transparent
}

.page_con > a.page_prev {
    color: transparent;
    font-size: 0
}

.page_con > a.page_prev:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 5px 5px 5px 0;
    border-right-color: #313131;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%)
}

.page_con > a.page_next {
    color: transparent;
    font-size: 0
}

.page_con > a.page_next:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 5px 0 5px 5px;
    border-left-color: #313131;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%)
}

.page_con > a.page_a.disabled:before {
    opacity: 0.4;
    border-right-color: #fff;
    border-left-color: #fff
}

.page_con .page_jump {
    display: none
}

[saf-img-st="saoguang"] img {
    opacity: 0
}

[saf-img-st="saoguang"]:after {
    content: "";
    display: block;
    width: 0;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: var(--primary)
}

.response-animated [saf-img-st="saoguang"] img {
    opacity: 1;
    transition: all 0.5s 0.5s ease-in-out;
    -ms-transition: all 0.5s 0.5s ease-in-out;
    -moz-transition: all 0.5s 0.5s ease-in-out;
    -webkit-transition: all 0.5s 0.5s ease-in-out;
    -o-transition: all 0.5s 0.5s ease-in-out
}

.response-animated [saf-img-st="saoguang"]:after {
    animation: imgDX 1s ease-in-out
}

@keyframes imgDX {
    0% {
        width: 0;
        left: auto;
        right: 0
    }

    35% {
        width: 100%;
        left: auto;
        right: 0
    }

    65% {
        width: 100%;
        right: auto;
        left: 0
    }

    100% {
        width: 0;
        right: auto;
        left: 0
    }
}

@media screen and (max-width: 768px) {
    :root {
        --bannHight:300px;
        --bannMarginTop: 30px
    }

    #c_static_001_P_37654-1707282609256 {
        padding-right: 0px;
        padding-left: 0px;
        display-radio: 1;
        background-size: auto 100%
    }

    .followUsST ul {
        text-align: center
    }

    #c_static_001_P_37654-1707282609256 .floatLiW a.mo {
        display: block
    }

    #c_static_001_P_37654-1707282609256 .floatLiW a.pc {
        display: none
    }

    #c_static_001_P_37654-1707282609256 .floatLiW {
        position: static !important
    }

    .maskST {
        position: absolute;
        z-index: 99999;
        left: 0;
        top: 0;
        background: rgba(0,0,0,0.9);
        width: 100%;
        height: 100%;
        display: none
    }

    .maskST .xxK {
        width: 200px;
        padding: 10px;
        background: #fff;
        position: fixed;
        left: calc((100% - 200px) / 2);
        top: 30%
    }

    .maskST .xxK p span {
        display: inline-block;
        color: #fff;
        background: #0c9148;
        padding: 0 5px
    }

    .maskST .closeST {
        display: block;
        position: absolute;
        top: -20px;
        right: -20px;
        width: 40px;
        height: 40px;
        background: #fff;
        box-shadow: 0 0 5px rgba(0,0,0,0.2);
        line-height: 40px;
        font-size: 20px;
        font-family: Arial;
        color: #787878;
        text-align: center;
        border-radius: 50%;
        -ms-border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        -o-border-radius: 50%
    }

    #c_static_001_P_37654-1707282609256 .floatBox {
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 2;
        width: 100%;
        height: 59px;
        background: var(--primary)
    }

    #c_static_001_P_37654-1707282609256 .moli {
        position: relative;
        width: calc((100% - 3px) / 4);
        height: 59px;
        line-height: 27px;
        color: #fff;
        float: left;
        text-align: center;
        padding: 10px 0
    }

    #c_static_001_P_37654-1707282609256 .moli.sq {
        display: none
    }

    #c_static_001_P_37654-1707282609256 .moli:nth-child(2) {
        margin: 0 1px
    }

    #c_static_001_P_37654-1707282609256 .moli .alink {
        display: inline-block;
        color: #fff;
        font-size: 12px;
        width: 77px;
        height: 27px;
        padding: 0px 0 0 0
    }

    #c_static_001_P_37654-1707282609256 .alink span {
        display: block;
        color: #fff
    }

    #c_static_001_P_37654-1707282609256 .alink span.iconfont {
        font-size: 20px;
        line-height: 20px;
        text-align: center;
        height: 20px
    }

    #c_static_001_P_37654-1707282609256 .alink span.iconfont .icon {
        width: 20px;
        height: 20px
    }

    #c_static_001_P_37654-1707282609256 .alink span.nameKF {
        line-height: 14px;
        margin-top: 5px;
        font-size: 12px
    }

    #c_static_001_P_37654-1707282609256 .floatTel2 {
        display: none
    }

    #c_static_001_P_37654-1707282609256 .floatLi .qqPc {
        display: none
    }

    #c_static_001_P_37654-1707282609256 .floatLi3 {
        display: none
    }
}

@media screen and (min-width: 769px) {
    #c_static_001_P_37654-1707282609256 .floatBox {
        position:fixed;
        right: -10px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 50;
        width: 87px
    }

    #c_static_001_P_37654-1707282609256 .floatLi {
        position: relative;
        left: 0;
        display: flex;
        width: auto;
        height: 69px;
        margin-bottom: 1px;
        line-height: 27px;
        text-align: center;
        overflow: hidden;
        transition: all 0.5s ease
    }

    #c_static_001_P_37654-1707282609256 .floatLiW {
        position: relative;
        overflow: visible
    }

    #c_static_001_P_37654-1707282609256 .floatLiW a.mo {
        display: none
    }

    #c_static_001_P_37654-1707282609256 .floatLiW div.xxK {
        width: 200px;
        height: auto;
        position: absolute;
        left: -200px;
        top: 0px;
        z-index: 99;
        display: none;
        background: #fff;
        color: #787878;
        font-size: 12px;
        padding: 10px;
        box-shadow: 0 0 10px rgba(0,0,0,0.1)
    }

    #c_static_001_P_37654-1707282609256 .floatLiW div.xxK img {
        width: 180px;
        display: block
    }

    #c_static_001_P_37654-1707282609256 .floatLiW div.xxK p {
        text-align: center
    }

    #c_static_001_P_37654-1707282609256 .floatLiW div.xxK p span {
        display: inline-block;
        color: #fff;
        background: #0c9148;
        padding: 0 5px
    }

    #c_static_001_P_37654-1707282609256 .floatLiW:hover div.xxK {
        display: block
    }

    .maskST {
        display: none
    }

    #c_static_001_P_37654-1707282609256 .floatLi3 {
        position: relative;
        left: 0;
        display: flex;
        width: 300px;
        height: 69px;
        margin-bottom: 1px;
        line-height: 27px;
        text-align: center;
        overflow: hidden;
        transition: all 0.5s ease
    }

    #c_static_001_P_37654-1707282609256 .alink {
        display: inline-block;
        width: 87px;
        height: 100%;
        color: #fff;
        background: var(--primary);
        padding: 10px 0
    }

    #c_static_001_P_37654-1707282609256 .alink span {
        display: block
    }

    #c_static_001_P_37654-1707282609256 .alink span.iconfont {
        font-size: 30px;
        line-height: 30px;
        text-align: center;
        height: 30px
    }

    #c_static_001_P_37654-1707282609256 .alink span.iconfont .icon {
        width: 30px;
        height: 30px
    }

    #c_static_001_P_37654-1707282609256 .alink span.nameKF {
        line-height: 14px;
        margin-top: 5px;
        font-size: 12px
    }

    #c_static_001_P_37654-1707282609256 .floatTel2 {
        display: block;
        z-index: 1;
        width: 184px;
        height: 69px;
        font: 20px/69px Arial;
        color: #fff;
        background: var(--primary);
        cursor: pointer
    }

    #c_static_001_P_37654-1707282609256 .floatLi:hover {
        left: -10px
    }

    #c_static_001_P_37654-1707282609256 .floatLi3:hover {
        left: -194px
    }

    #c_static_001_P_37654-1707282609256 .floatLi .qqMo {
        display: none
    }

    #c_static_001_P_37654-1707282609256 .floatLi2 {
        position: relative;
        left: 0;
        display: none;
        width: 300px;
        height: 69px;
        margin-bottom: 1px;
        line-height: 27px;
        text-align: center;
        overflow: hidden;
        transition: all 0.5s ease
    }
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
    #c_static_001_P_37654-1707282609256 {
        display-radio:1;
        padding-left: 0px;
        padding-right: 0px
    }
}

@media screen and (max-width: 1440px) and (min-width: 1280px) {
}

@media screen and (max-width: 1280px) and (min-width: 1025px) {
}

:root {
    --c: #00a5a7;
    /*网站主色调*/
    --n: #eea32e;
    /*网站辅助色*/
    --bw: 1600px;
    /*网页内容宽度 max-width:var(--bw);*/
    --bc: #00a5a7;
    /*翻页按钮颜色*/
    --br: 5px;
    /*翻页按钮圆角*/
    --cc: #eea32e;
    /*文字自动圆圈颜色*/
    --ccsize: 150px/*文字自动圆圈大小*/
}

body {
    --saftime: 0.8s;
    --safswtime: 1s 1s;
    --pagecolor: #cce7ee;
    opacity: 0;
    transition: padding-top 1s;
    word-break: normal
}

body.saf-active {
    --pagecolor: #000
}

::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    border-radius: 10px
}

::-webkit-scrollbar-thumb {
    background-color: var(--c)
}

#c_static_001_P_41643-1715856367886 {
    background_radio: 2;
    display-radio: 1
}

#c_static_001_P_41643-1715856367886 .e_html-1 {
    display-radio: 1
}

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

@media screen and (min-width: 769px) {
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
}

@media screen and (max-width: 1440px) and (min-width: 1280px) {
}

@media screen and (max-width: 1280px) and (min-width: 1025px) {
}

#c_banner_019_P_516-17190646097250 {
    min-height: 300px;
    display-radio: 1
}

#c_banner_019_P_516-17190646097250 .e_bannerA-2 {
    height: auto;
    background_radio: 1;
    display-radio: 1
}

#c_banner_019_P_516-17190646097250 .e_bannerA-2 .swiper-container {
    height: inherit
}

#c_banner_019_P_516-17190646097250 .e_bannerA-2 .swiper-wrapper {
    height: inherit
}

#c_banner_019_P_516-17190646097250 .e_bannerA-2 .swiper-slide {
    height: inherit
}

#c_banner_019_P_516-17190646097250 .e_bannerA-2 .p_img {
    width: 100%;
    height: 100%;
    background: #f8f8f8;
    max-height: 500px
}

#c_banner_019_P_516-17190646097250 .e_bannerA-2 .p_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: auto
}

#c_banner_019_P_516-17190646097250 .e_bannerA-2 .custom-bullet {
    background: #ccc
}

#c_banner_019_P_516-17190646097250 .e_bannerA-2 .p_info {
    width: 90%;
    max-width: 1600px;
    position: absolute;
    right: 50%;
    top: 50%;
    z-index: 9;
    display: flex;
    transform: translateX(50%) translateY(-50%);
    align-items: center;
    text-align: center
}

#c_banner_019_P_516-17190646097250 .e_bannerA-2 .p_info div {
}

#c_banner_019_P_516-17190646097250 .e_bannerA-2 .ban_jt {
    width: 74px;
    height: 74px;
    background: url(https://omo-oss-image.thefastimg.com/portal-saas/pg2024041109570340115/cms/image/bd2252b9-ff6b-4b30-8bc0-75543e03817f.png) no-repeat center;
    background-size: cover;
    margin-top: 3rem;
    animation: beating 2s linear infinite;
    -webkit-animation: beating 2s linear infinite;
    cursor: pointer;
    display: none
}

@keyframes beating {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(-1rem);
        -ms-transform: translateY(-1rem);
        transform: translateY(-1rem)
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes beating {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(-1rem);
        -ms-transform: translateY(-1rem);
        transform: translateY(-1rem)
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

#c_banner_019_P_516-17190646097250 .e_bannerA-2 .p_subtitle {
    line-height: 2;
    padding: 0;
    display-radio: 1;
    font-size: 20px;
    text-align: left;
    color: #fff
}

#c_banner_019_P_516-17190646097250 .e_bannerA-2 .swiper-container-vertical {
    height: 400px
}

#c_banner_019_P_516-17190646097250 .e_bannerA-2 .p_video {
    width: 100%;
    height: 100%;
    z-index: 3;
    overflow: hidden;
    margin-right: 0;
    margin-left: auto;
    position: relative
}

#c_banner_019_P_516-17190646097250 .e_bannerA-2 .p_video .videoContent {
    width: 100%;
    height: 100%
}

#c_banner_019_P_516-17190646097250 .e_bannerA-2 .p_video video {
    width: 100%;
    height: 100%;
    background: #000
}

#c_banner_019_P_516-17190646097250 .e_bannerA-2 .p_videoPoster {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    cursor: pointer
}

#c_banner_019_P_516-17190646097250 .e_bannerA-2 .p_videoPoster::before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: url('/npublic/img/playVideo.png') no-repeat center center
}

#c_banner_019_P_516-17190646097250 .e_bannerA-2 .p_videoPoster img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

#c_banner_019_P_516-17190646097250 .e_bannerA-2 .p_videoInfo {
    display: none
}

#c_banner_019_P_516-17190646097250 .e_bannerA-2 .p_btitle {
    font-size: 44px;
    font-family: Microsoft YaHei;
    text-align: center;
    color: #fff;
    text-shadow: 2px 1px #00000033
}

@media screen and (max-width: 768px) {
    #c_banner_019_P_516-17190646097250 .e_bannerA-2 .swiper-slide {
        height:300px
    }

    #c_banner_019_P_516-17190646097250 .e_bannerA-2 .p_info {
        z-index: 9;
        text-align: center;
        width: 90%;
        top: 55%;
        justify-content: center
    }

    #c_banner_019_P_516-17190646097250 .e_bannerA-2 .p_subtitle {
        line-height: 1;
        font-size: 16px;
        text-align: center;
        margin-bottom: 20px;
        margin-top: 10px
    }

    #c_banner_019_P_516-17190646097250 .e_bannerA-2 .p_summary {
        display: none
    }

    #c_banner_019_P_516-17190646097250 .e_bannerA-2 .p_btitle {
        display-radio: 1;
        font-size: 36px !important;
        font-family: Microsoft YaHei;
        text-align: center;
        color: #000;
        margin-bottom: 40px
    }

    #c_banner_019_P_516-17190646097250 .e_bannerA-2 .ban_jt {
        width: 45px !important;
        height: 45px !important;
        margin: 5% 0 !important;
        margin: 0 auto !important
    }

    #c_banner_019_P_516-17190646097250 .e_bannerA-2 .p_btitle {
        display-radio: 1;
        font-size: 24px !important;
        font-family: Microsoft YaHei;
        text-align: center;
        color: #fff;
        margin: 0
    }
}

@media screen and (max-width: 1440px) and (min-width: 1280px) {
}

@media screen and (max-width: 1280px) and (min-width: 1025px) {
}

#c_static_001_P_6746-16789532911920 {
    display-radio: 1;
    background-color: rgba(242,242,242,1);
    min-height: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 0px
}

#c_static_001_P_6746-16789532911920 .e_breadcrumb-1 .p_breadcrumbItem {
    position: relative;
    font-size: 16px;
    color: #999999
}

#c_static_001_P_6746-16789532911920 .e_breadcrumb-1 .p_breadcrumbItem .text-secondary {
    font-size: 16px;
    color: #999999
}

#c_static_001_P_6746-16789532911920 .e_breadcrumb-1 .icon {
    width: 12px;
    height: 12px
}

#c_static_001_P_6746-16789532911920 .e_breadcrumb-1 .p_breadcrumbItem:not(:first-child) {
    padding: 0 3px 0 15px
}

#c_static_001_P_6746-16789532911920 .e_breadcrumb-1 .p_breadcrumbItem:not(:first-child)::before {
    content: '>';
    position: absolute;
    left: 3px;
    font-size: 16px;
    color: #999999
}

#c_static_001_P_6746-16789532911920 .e_breadcrumb-1 .p_breadcrumb {
    display: flex;
    justify-content: start;
    font-size: 16px;
    color: #999999;
    display-radio: flex;
    width: 94%;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    text-align: left
}

#c_static_001_P_6746-16789532911920 .e_breadcrumb-1 .p_showTitle {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 5px;
    border: 1px solid transparent
}

#c_static_001_P_6746-16789532911920 .e_breadcrumb-1 .siblings::after {
    content: '>';
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    transform: rotateZ(90deg);
    cursor: pointer;
    color: #ccc
}

#c_static_001_P_6746-16789532911920 .e_breadcrumb-1 .siblings.active {
    border: 1px solid #dee2e6
}

#c_static_001_P_6746-16789532911920 .e_breadcrumb-1 .siblings.active::after {
    transform: rotateZ(-90deg)
}

#c_static_001_P_6746-16789532911920 .e_breadcrumb-1 .p_slide {
    position: absolute;
    left: 18px;
    min-width: 100%;
    padding: 5px;
    display: none;
    z-index: 999
}

#c_static_001_P_6746-16789532911920 .e_breadcrumb-1 .p_sibling {
    display: block;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

#c_static_001_P_6746-16789532911920 .e_breadcrumb-1 {
    display-radio: 1;
    background_radio: 1;
    width: auto;
    height: auto;
    max-height: none
}

@media screen and (max-width: 768px) {
    #c_static_001_P_6746-16789532911920 .e_breadcrumb-1 .p_breadcrumb {
        width:fit-content;
        display: block;
        min-height: 50px;
        padding: 10px;
        margin: 0
    }

    #c_static_001_P_6746-16789532911920 {
        display-radio: 1;
        margin-top: 0px;
        position: inherit;
        margin-bottom: 0px;
        padding-top: 0px;
        padding-bottom: 0px
    }

    #c_static_001_P_6746-16789532911920 .e_breadcrumb-1 .p_breadcrumbItem {
        position: relative;
        font-size: 16px;
        color: #999999;
        float: left/* min-height:40px;
 */
    }

    #c_static_001_P_6746-16789532911920 .e_breadcrumb-1 {
        background_radio: 1;
        display-radio: 1
    }
}

@media screen and (min-width: 769px) {
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
}

@media screen and (max-width: 1440px) and (min-width: 1280px) {
}

@media screen and (max-width: 1280px) and (min-width: 1025px) {
}

#c_grid-1678931430335 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    display-radio: 1;
    margin-bottom: 0px
}

#c_grid-1678931430335 .p_gridbox::after {
    content: '';
    clear: left;
    display: block
}

#c_grid-1678931430335 > div > .p_gridbox {
    width: 100%;
    overflow: hidden;
    position: static
}

#c_grid-1678931430335 > div > .p_gridCell {
    float: left;
    position: static
}

#c_grid-1678931430335 > .p_gridbox.signal {
    min-height: inherit
}

#c_grid-1678931430335 > .p_gridbox.signal > .p_gridCell {
    min-height: inherit !important
}

#c_grid-1678931430335 .p_gridCell {
    display-radio: 1
}

@media screen and (max-width: 768px) {
    #c_grid-1678931430335 > .p_gridbox > .p_gridCell:nth-child(1n + 1) {
        width:99%;
        margin-left: 0.5%;
        margin-right: 0.5%;
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
        clear: left
    }
}

@media screen and (min-width: 769px) {
    #c_grid-1678931430335 > .p_gridbox > .p_gridCell:nth-child(1n + 1) {
        width:100%;
        margin-left: 0%;
        margin-right: 0%;
        margin-top: 0rem;
        margin-bottom: 0rem;
        clear: left
    }
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
    #c_grid-1678931430335 > .p_gridbox > .p_gridCell:nth-child(1n + 1) {
        width:100%;
        margin-left: 0%;
        margin-right: 0%;
        margin-top: 0rem;
        margin-bottom: 0rem;
        clear: left
    }
}

@media screen and (max-width: 1440px) and (min-width: 1280px) {
}

@media screen and (max-width: 1280px) and (min-width: 1025px) {
}

#c_grid-1678931437317 {
    margin-left: auto;
    margin-right: auto;
    width: 94%;
    display-radio: 1;
    max-width: 1600px;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px
}

#c_grid-1678931437317 .p_gridbox::after {
    content: '';
    clear: left;
    display: block
}

#c_grid-1678931437317 > div > .p_gridbox {
    width: 100%;
    overflow: hidden;
    position: static
}

#c_grid-1678931437317 > div > .p_gridCell {
    float: left;
    position: static
}

#c_grid-1678931437317 > .p_gridbox.signal {
    min-height: inherit
}

#c_grid-1678931437317 > .p_gridbox.signal > .p_gridCell {
    min-height: inherit !important
}

#c_grid-1678931437317 .p_gridCell {
    display-radio: 1
}

#c_grid-1678931437317 .p_gridbox {
    display-radio: 1;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    max-width: none
}

@media screen and (max-width: 768px) {
    #c_grid-1678931437317 > .p_gridbox > .p_gridCell:nth-child(1n + 1) {
        width:99%;
        margin-left: 0.5%;
        margin-right: 0.5%;
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
        clear: left
    }
}

@media screen and (min-width: 769px) {
    #c_grid-1678931437317 > .p_gridbox > .p_gridCell:nth-child(2n + 1) {
        width: 20% /*100%*/ !important;/*取消分类20241125 恢复分类20250519*/
        margin-left: 0%;
        margin-right: 0%;
        margin-top: 4rem;
        margin-bottom: 4rem;
        clear: left
    }

    #c_grid-1678931437317 > .p_gridbox > .p_gridCell:nth-child(2n + 2) {
        width: 76% !important;
        margin-left: 4%;
        margin-right: 0%;
        margin-top: 4rem;
        margin-bottom: 4rem;
        clear: inherit
    }
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
    #c_grid-1678931437317 > .p_gridbox > .p_gridCell:nth-child(2n + 1) {
        width:27.66%;
        margin-left: 0%;
        margin-right: 0%;
        margin-top: 4rem;
        margin-bottom: 4rem;
        clear: left
    }

    #c_grid-1678931437317 > .p_gridbox > .p_gridCell:nth-child(2n + 2) {
        width: 68.32%;
        margin-left: 4%;
        margin-right: 0%;
        margin-top: 4rem;
        margin-bottom: 4rem;
        clear: inherit
    }
}

@media screen and (max-width: 1440px) and (min-width: 1280px) {
}

@media screen and (max-width: 1280px) and (min-width: 1025px) {
}

#c_static_001_P_10275-1678935766688 {
    min-height: 300px;
    display-radio: 1;
    background-color: rgba(246,246,246,1);
    box-shadow: 0 0 5px rgba(49, 49, 49, 0.2)
}

#c_static_001_P_10275-1678935766688 .e_container-5 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    display-radio: flex;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px
}

#c_static_001_P_10275-1678935766688 .e_container-5 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_static_001_P_10275-1678935766688 .form-control {
    height: 38px;
    border: none;
    border-radius: 0px
}

#c_static_001_P_10275-1678935766688 .form-group {
    margin-bottom: 2px
}

#c_static_001_P_10275-1678935766688 .form-control:focus {
    box-shadow: none
}

#c_static_001_P_10275-1678935766688 .e_text-9 {
    line-height: 4rem;
    display-radio: 1;
    font_radio: 2;
    font-size: 24px;
    height: 4rem;
    font-weight: normal;
    color: #fff;
    padding: 0 2rem;
    text-align: left;
    background-color: var(--hmthird);
    border-right: solid #eea32e;
    border-radius: 15px 15px 0 0
}

#c_static_001_P_10275-1678935766688 .e_categoryB-11 {
    user-select: none;
    font-size: 14px;
    width: 100%;
    max-width: 100%
}

#c_static_001_P_10275-1678935766688 .e_categoryB-11 ul {
    list-style: none;
    margin: 0
}

#c_static_001_P_10275-1678935766688 .e_categoryB-11 li {
    position: relative
}

#c_static_001_P_10275-1678935766688 .e_categoryB-11 .deep a {
    width: 100%;
    padding-left: 15px;
    display: flex;
    justify-content: flex-start
}

#c_static_001_P_10275-1678935766688 .e_categoryB-11 .deep a span svg {
    fill: #999;
    width: 15px;
    margin-right: 15px;
    margin-top: 0
}

#c_static_001_P_10275-1678935766688 .e_categoryB-11 .p_c_title1 {
    display: flex;
    justify-content: space-between;
    position: relative;
    line-height: 50px;
    border-bottom: 1px solid #ebebeb;
    font-size: 16px;
    transition: all ease .3s;
    width: 100%;
    color: #1b242b
}

#c_static_001_P_10275-1678935766688 .e_categoryB-11 .deep-2 {
    width: 100%
}

#c_static_001_P_10275-1678935766688 .e_categoryB-11 .p_arrbtm {
    width: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    border-left: 1px solid rgb(0 0 0 / 5%);
    transition: border-left ease .3s
}

#c_static_001_P_10275-1678935766688 .e_categoryB-11 .p_arrow {
    margin: 0;
    font-size: 12px;
    transform: rotate(-90deg);
    line-height: 1;
    padding: 0;
    width: auto;
    height: 14px;
    right: 15px;
    pointer-events: none
}

#c_static_001_P_10275-1678935766688 .e_categoryB-11 .p_c_title2 {
    display: flex;
    justify-content: space-between;
    position: relative;
    line-height: 20px;
    border-bottom: 1px solid #e1e1e1;
    font-size: 15px;
    transition: all ease .3s;
    width: 100%;
    color: #666;
    padding: 15px 5px;
    background: #f8f8f8
}

#c_static_001_P_10275-1678935766688 .e_categoryB-11 .deep-3 {
    width: 100%
}

#c_static_001_P_10275-1678935766688 .e_categoryB-11 .p_c_title3 {
    display: flex;
    justify-content: space-between;
    position: relative;
    line-height: 50px;
    border-bottom: 1px solid #d9d9d9;
    font-size: 15px;
    transition: all ease .3s;
    width: 100%;
    color: #666;
    background: #e3e3e3
}

#c_static_001_P_10275-1678935766688 .e_categoryB-11 .p_c_images {
    width: 27px;
    height: 100%;
    position: relative;
    display: none;
    flex-direction: column;
    justify-content: center;
    margin-right: 6px;
    order: -1;
    overflow: hidden;
    transition: all ease .3s
}

#c_static_001_P_10275-1678935766688 .e_categoryB-11 .p_c_images img {
    width: 100%;
    height: auto;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

#c_static_001_P_10275-1678935766688 .e_categoryB-11 p:hover .p_c_images {
    opacity: 0;
    margin-right: 0px;
    width: 0px
}

#c_static_001_P_10275-1678935766688 .e_categoryB-11 .deep:hover {
    background: #007bff;
    border-bottom: 1px solid #007bff
}

#c_static_001_P_10275-1678935766688 .e_categoryB-11 .active > p {
    background: #007bff;
    color: #fff;
    border-bottom: 1px solid #007bff
}

#c_static_001_P_10275-1678935766688 .e_categoryB-11 .deep:hover .p_arrbtm {
    border-left: 1px solid rgb(255 255 255 / 10%)
}

#c_static_001_P_10275-1678935766688 .e_categoryB-11 li:last-child > .deep {
    border-bottom: 0px solid #ebebeb
}

#c_static_001_P_10275-1678935766688 .e_text-40 {
    line-height: 4rem;
    display-radio: 1;
    font_radio: 2;
    font-size: 24px;
    height: 4rem;
    font-weight: normal;
    color: #fff;
    padding: 0 2rem;
    text-align: left;
    background-color: var(--hmthird);
    border-right: solid #eea32e
}

#c_static_001_P_10275-1678935766688 .e_categoryB-41 {
    user-select: none;
    font-size: 14px;
    width: 100%;
    max-width: 100%
}

#c_static_001_P_10275-1678935766688 .e_categoryB-41 ul {
    list-style: none;
    margin: 0
}

#c_static_001_P_10275-1678935766688 .e_categoryB-41 li {
    position: relative
}

#c_static_001_P_10275-1678935766688 .e_categoryB-41 .deep a {
    width: 100%;
    padding-left: 15px;
    display: flex;
    justify-content: flex-start
}

#c_static_001_P_10275-1678935766688 .e_categoryB-41 .deep a span svg {
    fill: #999;
    width: 15px;
    margin-right: 15px;
    margin-top: 0
}

#c_static_001_P_10275-1678935766688 .e_categoryB-41 .p_c_title1 {
    display: flex;
    justify-content: space-between;
    position: relative;
    line-height: 50px;
    border-bottom: 1px solid #ebebeb;
    font-size: 16px;
    transition: all ease .3s;
    width: 100%;
    color: #1b242b
}

#c_static_001_P_10275-1678935766688 .e_categoryB-41 .deep-2 {
    width: 100%
}

#c_static_001_P_10275-1678935766688 .e_categoryB-41 .p_arrbtm {
    width: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    border-left: 1px solid rgb(0 0 0 / 5%);
    transition: border-left ease .3s
}

#c_static_001_P_10275-1678935766688 .e_categoryB-41 .p_arrow {
    margin: 0;
    font-size: 12px;
    transform: rotate(-90deg);
    line-height: 1;
    padding: 0;
    width: auto;
    height: 14px;
    right: 15px;
    pointer-events: none
}

#c_static_001_P_10275-1678935766688 .e_categoryB-41 .p_c_title2 {
    display: flex;
    justify-content: space-between;
    position: relative;
    line-height: 20px;
    border-bottom: 1px solid #e1e1e1;
    font-size: 15px;
    transition: all ease .3s;
    width: 100%;
    color: #666;
    padding: 15px 5px;
    background: #f8f8f8
}

#c_static_001_P_10275-1678935766688 .e_categoryB-41 .deep-3 {
    width: 100%
}

#c_static_001_P_10275-1678935766688 .e_categoryB-41 .p_c_title3 {
    display: flex;
    justify-content: space-between;
    position: relative;
    line-height: 50px;
    border-bottom: 1px solid #d9d9d9;
    font-size: 15px;
    transition: all ease .3s;
    width: 100%;
    color: #666;
    background: #e3e3e3
}

#c_static_001_P_10275-1678935766688 .e_categoryB-41 .p_c_images {
    width: 27px;
    height: 100%;
    position: relative;
    display: none;
    flex-direction: column;
    justify-content: center;
    margin-right: 6px;
    order: -1;
    overflow: hidden;
    transition: all ease .3s
}

#c_static_001_P_10275-1678935766688 .e_categoryB-41 .p_c_images img {
    width: 100%;
    height: auto;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

#c_static_001_P_10275-1678935766688 .e_categoryB-41 p:hover .p_c_images {
    opacity: 0;
    margin-right: 0px;
    width: 0px
}

#c_static_001_P_10275-1678935766688 .e_categoryB-41 .deep:hover {
    background: #007bff;
    border-bottom: 1px solid #007bff
}

#c_static_001_P_10275-1678935766688 .e_categoryB-41 .active > p {
    background: #007bff;
    color: #fff;
    border-bottom: 1px solid #007bff
}

#c_static_001_P_10275-1678935766688 .e_categoryB-41 .deep:hover .p_arrbtm {
    border-left: 1px solid rgb(255 255 255 / 10%)
}

#c_static_001_P_10275-1678935766688 .e_categoryB-41 li:last-child > .deep {
    border-bottom: 0px solid #ebebeb
}

@media screen and (max-width: 768px) {
    #c_grid-1652509485995 > .p_gridbox > .p_gridCell:nth-child(1n + 1) {
        width:100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    #c_grid-16525095065610 > .p_gridbox > .p_gridCell:nth-child(1n + 1) {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    #c_grid-16525095065610 {
        margin-top: 10px;
        margin-bottom: 40px
    }

    #c_static_001_P_10275-1678935766688 .form-control {
        font-size: 13px
    }

    #c_grid-16525095065610 > .p_gridbox > .p_gridCell:nth-child(2n + 1) {
        width: 340px
    }

    #c_grid-16525095065610 > .p_gridbox > .p_gridCell:nth-child(2n + 2) {
        width: calc(100% - 380px);
        margin-left: 40px
    }

    #c_static_001_P_10275-1678935766688 .e_categoryB-11 .deep a {
        padding-left: 15px;
        padding-right: 15px;
        width: 100%
    }

    #c_static_001_P_10275-1678935766688 .e_categoryB-11 .active > p {
        background: #ffffff;
        color: #db2d2e;
        border-bottom: 1px solid #ebebeb
    }

    #c_static_001_P_10275-1678935766688 .e_categoryB-11 .active > p a {
        color: #db2d2e
    }

    #c_static_001_P_10275-1678935766688 .e_categoryB-11 .active > p a span svg {
        fill: #db2d2e
    }

    #c_static_001_P_10275-1678935766688 .e_categoryB-11 .deep:hover {
        background: #ffffff;
        border-bottom: 1px solid #ebebeb
    }

    #c_static_001_P_10275-1678935766688 .e_categoryB-11 .deep:hover a {
        color: #db2d2e
    }

    #c_static_001_P_10275-1678935766688 .e_categoryB-11 .deep:hover a span svg {
        fill: #db2d2e
    }

    #c_static_001_P_10275-1678935766688 .e_categoryB-11 .p_c_mbtn,#c_static_001_P_10275-1678935766688 .e_categoryB-11 .p_c_mput,#c_static_001_P_10275-1678935766688 .e_categoryB-11 .p_c_item > .p_c_content {
        display: none
    }

    #c_static_001_P_10275-1678935766688 .e_categoryB-11 {
        background: none;
        max-width: none;
        display: flex;
        justify-content: flex-end
    }

    #c_static_001_P_10275-1678935766688 .e_categoryB-11 .p_c_tree {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 100%;
        height: 100vh;
        width: 70%;
        transition: all ease .5s;
        background: #fff;
        z-index: 1000;
        max-height: 1080px
    }

    #c_static_001_P_10275-1678935766688 .e_categoryB-11 .deep-1 {
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden
    }

    #c_static_001_P_10275-1678935766688 .e_categoryB-11 .p_c_mbtn {
        display: block;
        border: 0;
        width: 100%;
        background: var(--hmsecond);
        padding: 14px 15px;
        border-radius: 0;
        font-size: 16px;
        color: rgb(255 255 255 / 80%);
        outline: none
    }

    #c_static_001_P_10275-1678935766688 .e_categoryB-11 .p_c_mput {
        display: block;
        line-height: 50px;
        background: rgb(0 0 0 / 70%);
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        max-height: 1080px;
        height: 100vh;
        width: 100%;
        cursor: pointer;
        transition: all ease .5s;
        opacity: 0;
        visibility: hidden;
        z-index: 999
    }

    #c_static_001_P_10275-1678935766688 .e_categoryB-11 .p_c_mput:hover {
        background: rgb(0 0 0 / 80%)
    }

    #c_static_001_P_10275-1678935766688 .e_categoryB-11 .deep {
        color: #666;
        line-height: 45px;
        -webkit-line-clamp: 1;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden
    }

    #c_static_001_P_10275-1678935766688 .e_categoryB-11 .deep-2 {
        display: none;
        position: static;
        width: 100%
    }

    #c_static_001_P_10275-1678935766688 .e_categoryB-11 .deep-3 {
        display: none;
        position: static;
        width: 100%;
        background: #dfdfdf
    }

    #c_static_001_P_10275-1678935766688 .e_categoryB-11 .p_c_title3 {
        border-bottom: 1px solid #d5d5d5
    }

    #c_static_001_P_10275-1678935766688 .e_categoryB-11.design_nomput .p_c_mput {
        display: none
    }

    #c_static_001_P_10275-1678935766688 .e_categoryB-11 .p_leftani {
        left: 15%;
        width: 85%
    }

    #c_static_001_P_10275-1678935766688 .e_categoryB-11 .p_bg_show {
        opacity: 1;
        visibility: visible;
        display: block
    }

    #c_static_001_P_10275-1678935766688 .e_text-9 {
        display: none
    }

    #c_static_001_P_10275-1678935766688 .e_container-5 {
        padding: 0px;
        margin-top: 10px;
        margin-bottom: 15px
    }

    #c_static_001_P_10275-1678935766688 {
        min-height: 0px
    }

    #c_static_001_P_10275-1678935766688 .e_categoryB-41 .deep a {
        padding-left: 15px;
        padding-right: 15px;
        width: 100%
    }

    #c_static_001_P_10275-1678935766688 .e_categoryB-41 .active > p {
        background: #ffffff;
        color: #db2d2e;
        border-bottom: 1px solid #ebebeb
    }

    #c_static_001_P_10275-1678935766688 .e_categoryB-41 .active > p a {
        color: #db2d2e
    }

    #c_static_001_P_10275-1678935766688 .e_categoryB-41 .active > p a span svg {
        fill: #db2d2e
    }

    #c_static_001_P_10275-1678935766688 .e_categoryB-41 .deep:hover {
        background: #ffffff;
        border-bottom: 1px solid #ebebeb
    }

    #c_static_001_P_10275-1678935766688 .e_categoryB-41 .deep:hover a {
        color: #db2d2e
    }

    #c_static_001_P_10275-1678935766688 .e_categoryB-41 .deep:hover a span svg {
        fill: #db2d2e
    }

    #c_static_001_P_10275-1678935766688 .e_categoryB-41 .p_c_mbtn,.e_categoryB-41 .p_c_mput,.e_categoryB-41 .p_c_item > .p_c_content {
        display: none
    }

    #c_static_001_P_10275-1678935766688 .e_categoryB-41 {
        background: none;
        max-width: none;
        display: flex;
        justify-content: flex-end;
        display-radio: flex;
        background-color: none;
        margin-bottom: 0px;
        margin-top: 10px
    }

    #c_static_001_P_10275-1678935766688 .e_categoryB-41 .p_c_tree {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 100%;
        height: 100vh;
        width: 70%;
        transition: all ease .5s;
        background: #fff;
        z-index: 1000;
        max-height: 1080px
    }

    #c_static_001_P_10275-1678935766688 .e_categoryB-41 .deep-1 {
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden
    }

    #c_static_001_P_10275-1678935766688 .e_categoryB-41 .p_c_mbtn {
        display: block;
        border: 0;
        width: 100%;
        background: var(--hmsecond);
        padding: 14px 15px;
        border-radius: 0;
        font-size: 16px;
        color: rgb(255 255 255 / 80%);
        outline: none
    }

    #c_static_001_P_10275-1678935766688 .e_categoryB-41 .p_c_mput {
        display: block;
        line-height: 50px;
        background: rgb(0 0 0 / 70%);
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        max-height: 1080px;
        height: 100vh;
        width: 100%;
        cursor: pointer;
        transition: all ease .5s;
        opacity: 0;
        visibility: hidden;
        z-index: 999
    }

    #c_static_001_P_10275-1678935766688 .e_categoryB-41 .p_c_mput:hover {
        background: rgb(0 0 0 / 80%)
    }

    #c_static_001_P_10275-1678935766688 .e_categoryB-41 .deep {
        color: #666;
        line-height: 45px;
        -webkit-line-clamp: 1;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden
    }

    #c_static_001_P_10275-1678935766688 .e_categoryB-41 .deep-2 {
        display: none;
        position: static;
        width: 100%
    }

    #c_static_001_P_10275-1678935766688 .e_categoryB-41 .deep-3 {
        display: none;
        position: static;
        width: 100%;
        background: #dfdfdf
    }

    #c_static_001_P_10275-1678935766688 .e_categoryB-41 .p_c_title3 {
        border-bottom: 1px solid #d5d5d5
    }

    #c_static_001_P_10275-1678935766688 .e_categoryB-41.design_nomput .p_c_mput {
        display: none
    }

    #c_static_001_P_10275-1678935766688 .e_categoryB-41 .p_leftani {
        left: 15%;
        width: 85%
    }

    #c_static_001_P_10275-1678935766688 .e_categoryB-41 .p_bg_show {
        opacity: 1;
        visibility: visible;
        display: block
    }

    #c_static_001_P_10275-1678935766688 .e_text-40 {
        display: none
    }
}

@media screen and (min-width: 769px) {
    #c_grid-16525095065610 > .p_gridbox > .p_gridCell:nth-child(2n + 1) {
        width:auto
    }

    #c_grid-16525095065610 > .p_gridbox > .p_gridCell:nth-child(2n + 2) {
        width: calc(100% - 340px);
        margin-left: 40px
    }

    #c_grid-1678931437317 > .p_gridbox > .p_gridCell:nth-child(2n + 1) {
        width: 27.66%;
        margin-left: 0%;
        margin-right: 0%;
        margin-top: 4rem;
        margin-bottom: 4rem;
        clear: left;
        position: sticky;
        top: 125px
    }

    #c_static_001_P_10275-1678935766688 .e_categoryB-11 .deep a {
        padding: 0 2rem
    }

    #c_static_001_P_10275-1678935766688 .e_categoryB-11 .active > p {
        background: #ffffff;
        color: var(--hmsecond);
        border-bottom: 1px solid #ebebeb
    }

    #c_static_001_P_10275-1678935766688 .e_categoryB-11 .active > p a {
        color: var(--hmsecond)
    }

    #c_static_001_P_10275-1678935766688 .e_categoryB-11 .active > p a span svg {
        fill: var(--hmsecond)
    }

    #c_static_001_P_10275-1678935766688 .e_categoryB-11 .deep:hover {
        background: #ffffff;
        border-bottom: 1px solid #ebebeb
    }

    #c_static_001_P_10275-1678935766688 .e_categoryB-11 .deep:hover a {
        color: var(--hmsecond)
    }

    #c_static_001_P_10275-1678935766688 .e_categoryB-11 .deep:hover a span svg {
        fill: var(--hmsecond)
    }

    #c_static_001_P_10275-1678935766688 .e_categoryB-11 .p_c_mbtn,#c_static_001_P_10275-1678935766688 .e_categoryB-11 .p_c_mput,#c_static_001_P_10275-1678935766688 .e_categoryB-11 .p_c_item > .p_c_content {
        display: none
    }

    #c_static_001_P_10275-1678935766688 .e_categoryB-41 .deep a {
        padding: 0 2rem
    }

    #c_static_001_P_10275-1678935766688 .e_categoryB-41 .active > p {
        background: #ffffff;
        color: var(--hmsecond);
        border-bottom: 1px solid #ebebeb
    }

    #c_static_001_P_10275-1678935766688 .e_categoryB-41 .active > p a {
        color: var(--hmsecond)
    }

    #c_static_001_P_10275-1678935766688 .e_categoryB-41 .active > p a span svg {
        fill: var(--hmsecond)
    }

    #c_static_001_P_10275-1678935766688 .e_categoryB-41 .deep:hover {
        background: #ffffff;
        border-bottom: 1px solid #ebebeb
    }

    #c_static_001_P_10275-1678935766688 .e_categoryB-41 .deep:hover a {
        color: var(--hmsecond)
    }

    #c_static_001_P_10275-1678935766688 .e_categoryB-41 .deep:hover a span svg {
        fill: var(--hmsecond)
    }

    #c_static_001_P_10275-1678935766688 .e_categoryB-41 .p_c_mbtn,.e_categoryB-41 .p_c_mput,.e_categoryB-41 .p_c_item > .p_c_content {
        display: none
    }
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
    #c_grid-16525095065610 > .p_gridbox > .p_gridCell:nth-child(2n + 1) {
        width:250px
    }

    #c_grid-16525095065610 > .p_gridbox > .p_gridCell:nth-child(2n + 2) {
        width: calc(100% - 270px);
        margin-left: 20px
    }
}

#c_static_001_P_37994-17189790014830 {
    min-height: 300px;
    background: #fff;
    /*padding: 4% 0;*/
    position: relative;
    z-index: 3;
    width: auto;
    margin: 0 auto;
    background_radio: 2;
    display-radio: 1;
    background-color: #fff
}

#c_static_001_P_37994-17189790014830 .e_loop-17 .p_list {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    max-width: 100%;
    justify-content: space-between;
    counter-reset: figure
}

#c_static_001_P_37994-17189790014830 .e_loop-17 .p_loopitem {
    flex: 0 0 33.3%;
    position: relative
}

#c_static_001_P_37994-17189790014830 .e_loop-17 .p_page {
    text-align: center
}

#c_static_001_P_37994-17189790014830 .e_loop-17 .p_filter_wrapper {
    width: 100%;
    font-size: 13px
}

#c_static_001_P_37994-17189790014830 .e_loop-17 .p_kv_wrapper {
    display: flex;
    flex-wrap: nowrap;
    line-height: 40px;
    margin: 15px 0
}

#c_static_001_P_37994-17189790014830 .e_loop-17 .p_filter_key {
    width: 70px;
    overflow: hidden;
    margin-right: 10px;
    font-weight: bold;
    color: #333333;
    font-size: 12px
}

#c_static_001_P_37994-17189790014830 .e_loop-17 .p_v_item {
    display: inline-block;
    padding: 0 3px;
    cursor: pointer;
    font-size: 13px;
    color: #555555;
    margin-right: 30px
}

#c_static_001_P_37994-17189790014830 .e_loop-17 .p_active .p_fbutton {
    color: #fff;
    background-color: cornflowerblue
}

#c_static_001_P_37994-17189790014830 .e_loop-17 .p_result_item {
    position: relative;
    padding: 3px 20px 3px 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-right: 10px
}

#c_static_001_P_37994-17189790014830 .e_loop-17 .p_filter_close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 3px;
    font-style: normal;
    font-size: 16px;
    margin-top: -5px;
    cursor: pointer
}

#c_static_001_P_37994-17189790014830 .e_loop-17 .p_s_option {
}

#c_static_001_P_37994-17189790014830 .e_loop-17 .multSelect {
    font-size: 13px;
    position: relative
}

#c_static_001_P_37994-17189790014830 .e_loop-17 .multSelect .inputWrap {
    width: 100%;
    min-width: 100px;
    min-height: 24px;
    border: 1px solid #DCDFE6;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
    background: white
}

#c_static_001_P_37994-17189790014830 .e_loop-17 .multSelect.is-invalid .inputWrap {
    border-color: #dc3545
}

#c_static_001_P_37994-17189790014830 .e_loop-17 .multSelect ul {
    padding: 0 5px;
    margin: 0;
    padding-right: 35px
}

#c_static_001_P_37994-17189790014830 .e_loop-17 .multSelect ul,li {
    list-style: none
}

#c_static_001_P_37994-17189790014830 .e_loop-17 .multSelect li {
    display: inline-block;
    background: #edf0f3;
    color: #92969c;
    padding: 0px 5px;
    margin: 1px 5px 1px 0;
    border-radius: 5px;
    line-height: 16px
}

#c_static_001_P_37994-17189790014830 .e_loop-17 .multSelect .multSelect-option {
    width: 100%;
    border: 1px solid #DCDFE6;
    border-radius: 2px;
    border-top: 0;
    max-height: 200px;
    overflow-y: scroll;
    position: absolute;
    height: 0;
    opacity: 0;
    z-index: 9;
    background: #fff
}

#c_static_001_P_37994-17189790014830 .e_loop-17 .multSelect .multSelect-option>div {
    line-height: 24px;
    cursor: pointer;
    padding: 0 10px
}

#c_static_001_P_37994-17189790014830 .e_loop-17 .multSelect .multSelect-option>div.selected {
    color: #409eff
}

#c_static_001_P_37994-17189790014830 .e_loop-17 .multSelect .multSelect-option>div:hover {
    color: #409eff;
    background: #f3f6f9
}

#c_static_001_P_37994-17189790014830 .e_loop-17 .multSelect .fa-close {
    font-style: normal;
    font-size: 12px;
    padding: 0 5px 0 7px
}

#c_static_001_P_37994-17189790014830 .e_loop-17 .multSelect .inputWrap>.fa svg {
    fill: #666;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 0;
    top: calc(50% - 3px)
}

#c_static_001_P_37994-17189790014830 .e_loop-17 .multSelect .inputWrap>.fa-down svg {
    transform: rotate(-90deg)
}

#c_static_001_P_37994-17189790014830 .e_loop-17 .multSelect .inputWrap>.fa-up svg {
    transform: rotate(90deg)
}

#c_static_001_P_37994-17189790014830 .e_loop-17 .multSelect .placeholder {
    line-height: 40px;
    padding-left: 10px;
    color: #aaa;
    position: absolute;
    left: 0;
    top: 0
}

#c_static_001_P_37994-17189790014830 .e_loop-17 .p_normal_start {
    display: inline;
    width: 100px;
    height: 40px
}

#c_static_001_P_37994-17189790014830 .e_loop-17 .p_date_start {
    display: inline;
    width: 105px;
    height: 40px
}

#c_static_001_P_37994-17189790014830 .e_loop-17 .p_normal_end {
    display: inline;
    width: 100px;
    height: 40px;
    margin-right: 5px
}

#c_static_001_P_37994-17189790014830 .e_loop-17 .p_date_end {
    display: inline;
    width: 105px;
    height: 40px;
    margin-right: 5px
}

#c_static_001_P_37994-17189790014830 .e_loop-17 .p_split {
    margin: 0 5px
}

#c_static_001_P_37994-17189790014830 .e_loop-17 .p_normal {
    margin-right: 16px
}

#c_static_001_P_37994-17189790014830 .e_loop-17 .p_fbutton {
    background-color: #007bff;
    border: 1px solid #409EFF;
    text-decoration: none;
    color: white;
    font-size: 14px;
    text-align: center;
    padding: 10px 25px;
    position: relative;
    overflow: hidden
}

#c_static_001_P_37994-17189790014830 .e_loop-17 .input-check,#c_static_001_P_37994-17189790014830 .e_loop-17 .input-radio {
    margin: 0 5px;
    vertical-align: text-top
}

#c_static_001_P_37994-17189790014830 .e_loop-17 .position-left {
    display: flex
}

#c_static_001_P_37994-17189790014830 .e_loop-17 .position-right {
    display: flex;
    flex-direction: row-reverse
}

#c_static_001_P_37994-17189790014830 .e_loop-17 .position-top {
}

#c_static_001_P_37994-17189790014830 .e_loop-17 .position-bottom {
    display: flex;
    flex-direction: column-reverse
}

#c_static_001_P_37994-17189790014830 .e_loop-17 .p_mbutton {
    border: 1px solid #409EFF;
    text-decoration: none;
    color: #409EFF;
    font-size: 14px;
    text-align: center;
    padding: 10px 25px;
    position: relative;
    overflow: hidden
}

#c_static_001_P_37994-17189790014830 .e_loop-17 .p_mbutton:after {
    content: "";
    display: none;
    width: 16px;
    height: 16px;
    background-color: #409eff;
    -webkit-transform: skewY( -45deg);
    transform: skewY( 360deg);
    position: absolute;
    bottom: 0px;
    right: 0;
    z-index: 1
}

#c_static_001_P_37994-17189790014830 .e_loop-17 .p_mbutton::before {
    content: "";
    display: none;
    width: 6px;
    height: 9px;
    border-right: #ffffff solid 2px;
    border-bottom: #ffffff solid 2px;
    -webkit-transform: rotate( 35deg);
    transform: rotate( 35deg);
    position: absolute;
    bottom: 5px;
    right: 4px;
    z-index: 2
}

#c_static_001_P_37994-17189790014830 .e_loop-17 .p_active .p_mbutton::before {
    display: block
}

#c_static_001_P_37994-17189790014830 .e_loop-17 .p_active .p_mbutton::after {
    display: block
}

#c_static_001_P_37994-17189790014830 .e_loop-17 .p_input_match {
    width: 100px;
    height: 40px;
    padding: 10px;
    border: 1px solid #ced4da;
    border-radius: 3px
}

#c_static_001_P_37994-17189790014830 .e_loop-17 .p_filter_result {
    display: inline-block
}

#c_static_001_P_37994-17189790014830 .e_loop-17 .p_contclear {
    cursor: pointer
}

#c_static_001_P_37994-17189790014830 .e_loop-17 .swiper-container {
    padding-bottom: 30px
}

#c_static_001_P_37994-17189790014830 .e_loop-17 .p_imgwrapper {
    width: 80px;
    height: 100px;
    overflow: hidden
}

#c_static_001_P_37994-17189790014830 .e_loop-17 .p_imgtitle {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    margin: 0 auto;
    line-height: 20px
}

#c_static_001_P_37994-17189790014830 .e_loop-17 .p_imgwrapper img {
    width: 100%;
    object-fit: cover
}

#c_static_001_P_37994-17189790014830 .e_loop-17 .p_active .p_imgwrapper {
    border: 1px solid #409eff
}

#c_static_001_P_37994-17189790014830 .e_loop-17 .p_filter_result {
    display: none
}

#c_static_001_P_37994-17189790014830 .e_loop-17 .p_contclear {
    display: none
}

#c_static_001_P_37994-17189790014830 .e_loop-17 .p_inputRangeSearch {
    padding: 7px 12px;
    background: #007bff;
    color: white;
    font-size: 14px;
    font-style: normal
}

#c_static_001_P_37994-17189790014830 .e_loop-17 .p_inputSearch {
    padding: 0px 17px;
    background: #007bff;
    color: white;
    font-size: 14px;
    font-style: normal;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 5px;
    margin-left: 10px
}

#c_static_001_P_37994-17189790014830 .e_loop-17 .p_categoryActive {
    color: #409EFF
}

#c_static_001_P_37994-17189790014830 .e_container-18 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    box-shadow: 0 0 10px rgba(49,49,49,0.1);
    border-radius: 10px;
    height: 100%;
    overflow: hidden;
    position: relative
}

#c_static_001_P_37994-17189790014830 .e_container-18 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%;
    padding: 30px 30px 60px;
    z-index: 5
}

#c_static_001_P_37994-17189790014830 .e_container-18:before {
    counter-increment: figure;
    content: counter(figure, decimal-leading-zero);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: none;
    color: #ccc;
    font-size: 3vw;
    position: absolute;
    bottom: -20px;
    right: -20px;
    font-weight: bold;
    opacity: 1;
    z-index: 1;
    transition: all 0.5s;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    font-family: "saf-tcm"
}

#c_static_001_P_37994-17189790014830 .e_container-18:hover:before {
    counter-increment: figure;
    content: counter(figure, decimal-leading-zero);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: var(--hmsecond);
    color: #fff;
    position: absolute;
    bottom: -10px;
    right: -10px;
    font-weight: bold;
    opacity: 1;
    z-index: 1;
    transition: all 0.5s;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    font-size: 2vw
}

#c_static_001_P_37994-17189790014830 .e_container-18:after {
    content: "";
    display: block;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: var(--hm);
    position: absolute;
    bottom: -35px;
    right: -35px;
    opacity: 0;
    z-index: 0;
    transition: all 0.5s;
    -webkit-transform: scale(.5);
    transform: scale(.5)
}

#c_static_001_P_37994-17189790014830 .e_container-18:hover:after {
    content: "";
    display: block;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: var(--hmsecond);
    position: absolute;
    bottom: -35px;
    right: -35px;
    opacity: 0.3;
    z-index: 0;
    transition: all 0.5s;
    -webkit-transform: scale(1.4);
    transform: scale(1.4)
}

#c_static_001_P_37994-17189790014830 .e_container-18:hover .e_h3-19 {
    font-size: 1.3vw;
    line-height: 1.6;
    display: flex;
    align-items: center;
    margin: 0;
    color: var(--c)
}

#c_static_001_P_37994-17189790014830 .e_container-18:hover .e_text-20 {
    line-height: 1.6;
    font-size: 16px;
    text-transform: uppercase;
    color: var(--n);
    border-bottom: 1px #ddd solid;
    padding-bottom: 15px;
    font-family: "saf-tcm"
}

#c_static_001_P_37994-17189790014830 .e_h3-19 {
    font-size: 1.3vw;
    line-height: 1.6;
    display: flex;
    align-items: center;
    margin: 0;
    color: var(--c)
}

#c_static_001_P_37994-17189790014830 .e_text-20 {
    line-height: 1.6;
    font-size: 16px;
    text-transform: uppercase;
    color: #717171;
    border-bottom: 1px #ddd solid;
    padding-bottom: 15px;
    font-family: "saf-tcm";
    font_radio: 2;
    display-radio: -webkit-box;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden
}

#c_static_001_P_37994-17189790014830 .e_richText-21 {
    text-align: justify;
    line-height: 1.6;
    font-size: 14px;
    color: #666;
    padding-top: 0px;
    white-space: pre-line;
    font_radio: 2;
    display-radio: 1
}

#c_static_001_P_37994-17189790014830 .e_richText-21 p {
    padding: 5px 0 5px 15px;
    position: relative
}

#c_static_001_P_37994-17189790014830 .e_richText-21 p:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: var(--c);
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 15px
}

#c_static_001_P_37994-17189790014830 .e_text-23 {
    line-height: normal;
    font_radio: 2;
    display-radio: 1;
    margin-top: 25px;
    font-size: 16px;
    color: rgba(102,102,102,1)
}

sup {
    top: -.5em;
    margin-right: 2px
}

@media screen and (max-width: 768px) {
    #c_static_001_P_37994-17189790014830 .e_loop-17 .p_loopitem {
        flex-grow:0;
        flex-shrink: 0;
        flex-basis: calc(100% / 1);
        margin-bottom: 8%
    }

    #c_static_001_P_37994-17189790014830 .e_h3-19 {
        font_radio: 2;
        display-radio: 1;
        font-size: 24px !important
    }

    #c_static_001_P_37994-1715863539875 .e_h3-19 {
        font_radio: 2;
        display-radio: 1;
        font-size: 24px !important
    }

    #c_static_001_P_37994-1715863539875 .e_h3-19:hover {
        font-size: 24px !important
    }

    #c_static_001_P_37994-1715863539875 .e_container-18:hover:before {
        font-size: 6vw !important
    }

    #c_static_001_P_37994-17189790014830 .e_container-18:before {
        font-size: 6vw !important
    }
}

@media screen and (min-width: 769px) {
    #c_static_001_P_37994-17189790014830 .e_loop-17 .p_loopitem {
        flex-grow:0;
        flex-shrink: 0;
        flex-basis: /*48%*/30%;/* 改为显示3栏产品列表 */
        margin-bottom: 3%
    }
}
