/* 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: 13px 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: 88px;
    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% 解决logo变形问题*/
    }

    .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_static_001-1646711694265 {
    display-radio: 1;
    background-color: /*var(--hmsecond)*/#efefef;
    padding-top: 5.5%;
    padding-bottom: 20px;
    min-height: 0px;
    border-bottom: /*1px solid #ddd;*/
    background_radio: 2
}

#c_static_001-1646711694265 .e_container-1 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 90%;
    display-radio: flex;
    margin-left: auto;
    margin-right: auto;
    max-width: 1600px
}

#c_static_001-1646711694265 .e_container-1 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_static_001-1646711694265 .e_breadcrumb-2 .p_breadcrumbItem {
    position: relative
}

#c_static_001-1646711694265 .e_breadcrumb-2 .icon {
    width: 12px;
    height: 12px
}

#c_static_001-1646711694265 .e_breadcrumb-2 .p_breadcrumbItem:not(:first-child) {
    padding: 0 3px 0 15px
}

#c_static_001-1646711694265 .e_breadcrumb-2 .p_breadcrumbItem:not(:first-child)::before {
    content: '>';
    position: absolute;
    left: 3px;
    color: #999
}

#c_static_001-1646711694265 .e_breadcrumb-2 .p_breadcrumb {
    display: flex;
    color: #fff
}

#c_static_001-1646711694265 .e_breadcrumb-2 .p_showTitle {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 5px;
    color: #fff;
    border: 0px solid transparent
}

#c_static_001-1646711694265 .e_breadcrumb-2 .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-1646711694265 .e_breadcrumb-2 .siblings.active {
    border: 0px solid #dee2e6
}

#c_static_001-1646711694265 .e_breadcrumb-2 .siblings.active a {
    color: #fff
}

#c_static_001-1646711694265 .e_breadcrumb-2 .siblings.active::after {
    transform: rotateZ(-90deg)
}

#c_static_001-1646711694265 .e_breadcrumb-2 .p_slide {
    position: absolute;
    left: 18px;
    min-width: 100%;
    padding: 5px;
    display: none !important;
    z-index: 999
}

#c_static_001-1646711694265 .e_breadcrumb-2 .p_sibling {
    display: block;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

#c_static_001-1646711694265 .e_breadcrumb-2 {
    background_radio: 2;
    background-color: rgba(255, 255, 255, 0);
    display-radio: 1
}

.text-secondary {
    color: #fff
}

@media screen and (max-width: 768px) {
    #c_static_001-1646711694265 {
        display-radio:1;
        margin-top: 0px;
        padding-top: 15px;
        display: none
    }

    #c_static_001-1646711694265 .e_breadcrumb-2 {
        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-1687451236990 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    display-radio: 1;
    background-color: rgba(239,239,239,1)
}

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

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

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

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

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

#c_grid-1687451236990 .p_gridbox {
    display-radio: 1
}

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

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

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

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

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

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

#c_product_detail_003-16874512651900 {
    min-height: 0px;
    padding-bottom: 0px;
    display-radio: 1;
    margin-left: auto;
    width: 90%;
    max-width: 1600px;
    margin-right: auto;
    background_radio: 2
}

.css_cc img {
    margin-left: 60px
}

.e_container0 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(255,255,255,1);
    padding-top: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
    margin-top: 20px;
    margin-bottom: 20px
}

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

.container-fluid {
    position: fixed;
    background: black;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 999;
    display: flex;
    align-items: center
}

.container-fluid .closeBtn {
    width: 35px;
    position: absolute;
    right: 20px;
    top: 20px;
    height: 35px;
    display: block;
    z-index: 999;
    cursor: pointer
}

.container-fluid .closeBtn img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.rotate-icon::before {
    content: "";
    display: block;
    width: 50px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    z-index: 99;
    border: 3px solid #fff;
    border-radius: 50%;
    transform: rotateX(70deg)
}

.rotate-icon::after {
    content: "360°";
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    z-index: 99;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    background-color: transparent
}

#c_product_detail_003-16874512651900 .css_tb tr td {
    padding: 10px;
    border: 1px #d3d3d3 solid;
    font-size: 16px
}

#c_product_detail_003-16874512651900 .css_tb tr:nth-child(1) td {
    background: #1b4978;
    color: #fff
}

#c_product_detail_003-16874512651900 .css_tb {
    margin-top: 15px;
    width: 100%
}

#c_product_detail_003-16874512651900 .css_tb tr td p {
    margin-bottom: 0 !important;
    padding-left: 10px
}

.sp-lightbox {
    z-index: 50000 !important
}

#c_product_detail_003-16874512651900 .sp-loading {
    text-align: center;
    max-width: 270px;
    padding: 15px;
    border: 5px solid #eee;
    border-radius: 3px;
    font-size: 12px;
    color: #888
}

#c_product_detail_003-16874512651900 .sp-wrap {
    display: none;
    line-height: 0px;
    font-size: 0px;
    background: #fff;
    border: none;
    border-radius: 0px;
    position: relative;
    margin: 0px;
    width: 100%
}

#c_product_detail_003-16874512651900 .sp-thumbs {
    text-align: left;
    display: inline-block;
    margin-top: 10px
}

#c_product_detail_003-16874512651900 .sp-thumbs img {
    min-height: 50px;
    min-width: 50px;
    max-width: 50px
}

#c_product_detail_003-16874512651900 .sp-thumbs a:link,#c_product_detail_003-16874512651900 .sp-thumbs a:visited {
    width: 60px;
    height: 60px;
    overflow: hidden;
    opacity: .3;
    display: inline-block;
    border: 1px solid #999;
    margin-right: 10px;
    background-size: cover;
    background-position: center;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

#c_product_detail_003-16874512651900 .sp-thumbs a:hover {
    opacity: 1
}

#c_product_detail_003-16874512651900 .sp-thumbs a:active,#c_product_detail_003-16874512651900 .sp-current {
    opacity: 1!important;
    position: relative
}

#c_product_detail_003-16874512651900 .sp-large {
    position: relative;
    overflow: hidden;
    top: 0px;
    left: 0px;
    border: 1px solid #ccc;
    max-height: 550px;
    text-align: center
}

#c_product_detail_003-16874512651900 .sp-large a img {
    max-width: 100%;
    height: 100%;
    max-height: 550px
}

#c_product_detail_003-16874512651900 .sp-large a {
    display: block
}

#c_product_detail_003-16874512651900 .sp-zoom {
    position: absolute;
    left: -50%;
    top: -50%;
    cursor: zoom-in;
    display: none
}

#c_product_detail_003-16874512651900 .cp_xj_icon {
    fill: #fff;
    margin-right: 5px
}

#c_product_detail_003-16874512651900 .btn:focus {
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0%)
}

.reset_style p {
    margin: 0;
    line-height: 28px
}

#c_product_detail_003-16874512651900 .e_container-58 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(255,255,255,1);
    padding-top: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
    margin-bottom: 20px;
    display-radio: flex;
    width: auto;
    max-width: none
}

#c_product_detail_003-16874512651900 .e_container-58 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_product_detail_003-16874512651900 .e_container-58 .cbox-58-0 {
    padding-left: 0px;
    padding-right: 0px
}

#c_product_detail_003-16874512651900 .e_container-59 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    margin-left: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 50px;
    padding-right: 0px;
    display-radio: flex
}

#c_product_detail_003-16874512651900 .e_container-59 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_product_detail_003-16874512651900 .e_container-60 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    display-radio: flex;
    padding-bottom: 15px;
    margin-bottom: 25px;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #00a5a7;
    background_radio: 1
}

#c_product_detail_003-16874512651900 .e_container-60 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_product_detail_003-16874512651900 .e_text-61 {
    line-height: 1.8;
    font_radio: 2;
    font-size: 28px;
    font-weight: normal;
    display-radio: 1;
    color: var(--primary);
    margin-top: 20px;
    margin-bottom: 0px
}

#c_product_detail_003-16874512651900 .e_container-63 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%
}

#c_product_detail_003-16874512651900 .e_container-63 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_product_detail_003-16874512651900 .e_container-63 .cbox-63-0 {
    flex: 0 0 auto;
    align-self: center
}

#c_product_detail_003-16874512651900 .e_container-63 .cbox-63-1 {
    align-self: center
}

#c_product_detail_003-16874512651900 .e_loop_sub-64 {
    flex-wrap: wrap
}

#c_product_detail_003-16874512651900 .e_loop_sub-64 .p_loopItem {
    position: relative;
    flex: 0 0 33.3%
}

#c_product_detail_003-16874512651900 .e_text-65 {
    line-height: 1.5;
    display-radio: 1;
    font_radio: 2;
    font-size: 14px;
    color: var(--hmsecond);
    font-family: "367500f3-ac9a-4400-beb9-b2f596dc10dc"
}

#c_product_detail_003-16874512651900 .e_text-66 {
    line-height: 2.5;
    display-radio: 1;
    font_radio: 2;
    font-size: 14px;
    color: rgba(136,136,136,1);
    font-weight: normal
}

#c_product_detail_003-16874512651900 .e_container-67 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    display-radio: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 3%;
    margin-bottom: 0px;
    border-bottom-style: none;
    border-bottom-width: 1px;
    border-bottom-color: rgba(221,221,221,1);
    background_radio: 1
}

#c_product_detail_003-16874512651900 .e_container-67 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_product_detail_003-16874512651900 .e_container-67 .cbox-67-0 {
    align-self: center;
    margin-right: 5px;
    flex: 0 0 auto
}

#c_product_detail_003-16874512651900 .e_container-67 .cbox-67-1 {
    align-self: center;
    margin-right: 5px;
    flex: 0 0 auto
}

#c_product_detail_003-16874512651900 .e_container-67 .cbox-67-2 {
    align-self: center;
    flex: 0 0 auto
}

#c_product_detail_003-16874512651900 .e_text-69 {
    line-height: normal;
    display-radio: 1;
    font_radio: 2;
    font-size: 22px;
    font-weight: normal;
    color: var(--hmfirst)
}

#c_product_detail_003-16874512651900 .e_container-72 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    display-radio: flex
}

#c_product_detail_003-16874512651900 .e_container-72 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_product_detail_003-16874512651900 .e_container-72 .cbox-72-0 {
    margin-right: 3%;
    flex: 0 0 auto
}

#c_product_detail_003-16874512651900 .e_container-72 .cbox-72-1 {
    flex: 0 0 auto
}

#c_product_detail_003-16874512651900 .e_button-73 {
    display: flex;
    position: relative;
    overflow: hidden;
    text-align: center;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    width: 160px;
    background_radio: 2;
    border_radio: 2;
    font_radio: 1;
    radius_radio: 2;
    display-radio: flex;
    max-height: none;
    height: auto;
    background-color: var(--hmsecond);
    border-style: none;
    border-width: 1px;
    padding: 15px;
    border-radius: 10px 0;
    font-weight: 500
}

#c_product_detail_003-16874512651900 .e_button-73 span {
    display: block;
    width: auto;
    position: relative;
    z-index: 1;
    font-size: 16px;
    outline: 0;
    font-family: "367500f3-ac9a-4400-beb9-b2f596dc10dc";
    margin: 0px;
    overflow: hidden
}

#c_product_detail_003-16874512651900 .e_button-73::after {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    transition: all .3s;
    z-index: 0;
    opacity: 0;
    top: 0;
    left: 0px
}

#c_product_detail_003-16874512651900 .e_button-73:hover::after {
    opacity: 1
}

#c_product_detail_003-16874512651900 .e_button-73:hover {
    background-color: rgba(235,92,32,1);
    border-style: none;
    border-color: var(--hmsecond)
}

#c_product_detail_003-16874512651900 .e_button-74 {
    display: flex;
    position: relative;
    overflow: hidden;
    text-align: center;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    width: 160px;
    background_radio: 2;
    border_radio: 2;
    font_radio: 1;
    radius_radio: 2;
    max-height: none;
    height: auto;
    background-color: var(--hmthird);
    border-style: none;
    border-width: 1px;
    border-color: #CC0000;
    display-radio: flex;
    padding: 15px;
    border-radius: 10px 0;
    font-weight: 500
}

#c_product_detail_003-16874512651900 .e_button-74 span {
    display: block;
    width: auto;
    position: relative;
    z-index: 1;
    font-size: 16px;
    outline: 0;
    font-family: "367500f3-ac9a-4400-beb9-b2f596dc10dc";
    margin: 0px;
    overflow: hidden
}

#c_product_detail_003-16874512651900 .e_button-74::after {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    transition: all .3s;
    z-index: 0;
    opacity: 0;
    top: 0;
    left: 0px
}

#c_product_detail_003-16874512651900 .e_button-74:hover::after {
    opacity: 1
}

#c_product_detail_003-16874512651900 .e_button-74:hover {
    background-color: rgba(50,80,111,1);
    border-style: none;
    border-color: rgba(207,112,1,1)
}

#c_product_detail_003-16874512651900 .e_imageList-86 .p_img {
    width: 100%;
    height: 100%;
    display-radio: 1;
    background-color: #000
}

#c_product_detail_003-16874512651900 .e_text-89 {
    line-height: 1.8;
    font_radio: 2;
    font-size: 15px;
    color: rgba(102,102,102,1);
    margin-top: 0px;
    margin-bottom: 0px;
    display-radio: -webkit-box;
    -webkit-line-clamp: 4;
    display: none;
    -webkit-box-orient: vertical;
    overflow: hidden
}

#c_product_detail_003-16874512651900 .e_text-90 {
    line-height: 1.8;
    font_radio: 2;
    font-size: 15px;
    color: rgba(102,102,102,1);
    margin-top: 0px;
    margin-bottom: 10px;
    display-radio: -webkit-box;
    -webkit-line-clamp: 4;
    display: none;
    -webkit-box-orient: vertical;
    overflow: hidden
}

#c_product_detail_003-16874512651900 .e_container-91 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    display-radio: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 3%;
    margin-bottom: 5%;
    border-bottom-style: none;
    border-bottom-width: 1px;
    border-bottom-color: rgba(221,221,221,1);
    background_radio: 1
}

#c_product_detail_003-16874512651900 .e_container-91 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_product_detail_003-16874512651900 .e_container-91 .cbox-91-0 {
    align-self: center;
    margin-right: 5px;
    flex: 0 0 auto;
    border-style: none
}

#c_product_detail_003-16874512651900 .e_container-91 .cbox-91-1 {
    align-self: center;
    margin-right: 5px;
    flex: 0 0 auto
}

#c_product_detail_003-16874512651900 .e_container-91 .cbox-91-2 {
    align-self: center;
    flex: 0 0 auto
}

#c_product_detail_003-16874512651900 .e_text-93 {
    line-height: normal;
    display-radio: 1;
    font_radio: 2;
    font-size: 22px;
    font-weight: normal;
    color: var(--hmfirst)
}

#c_product_detail_003-16874512651900 .e_container-95 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    background_radio: 1;
    display-radio: flex;
    border-top-style: dashed;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-top-color: rgba(221,221,221,0);
    border-bottom-color: rgba(221,221,221,1);
    margin-top: 15px;
    margin-bottom: 3%
}

#c_product_detail_003-16874512651900 .e_container-95 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_product_detail_003-16874512651900 .e_container-95 .cbox-95-0 {
    flex: 0 0 auto;
    padding-right: 0px;
    margin-right: 5%
}

#c_product_detail_003-16874512651900 .e_container-95 .cbox-95-1 {
    flex: 0 0 auto
}

#c_product_detail_003-16874512651900 .e_text-100 {
    line-height: 1.5;
    color: #666;
    font-size: 15px;
    padding: 20px 0 30px
}

#c_product_detail_003-16874512651900 .e_text-100 span {
    display: inline-block;
    padding: 0 3px
}

#c_product_detail_003-16874512651900 .e_container-101 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    background: #f8f8f8;
    padding: 3%;
    border-radius: 6px;
    margin-bottom: 10px;
    border: dashed 1px #e0e0e0
}

#c_product_detail_003-16874512651900 .e_container-101 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_product_detail_003-16874512651900 .e_richText-102 blockquote {
    font-style: italic;
    font-family: Georgia,Times,"Times New Roman",serif;
    padding: 2px 0;
    border-style: solid;
    border-color: #ccc;
    border-width: 0;
    padding-left: 20px;
    padding-right: 8px;
    border-left-width: 5px
}

#c_product_detail_003-16874512651900 .e_richText-102 ol {
    display: block;
    list-style-type: decimal;
    margin-block-start:1em;margin-block-end:1em;margin-inline-start:0px;margin-inline-end:0px;padding-inline-start:20px}

#c_product_detail_003-16874512651900 .e_richText-102 li {
    display: list-item;
    text-align: -webkit-match-parent;
    list-style: inherit
}

#c_product_detail_003-16874512651900 .e_richText-102 ul {
    display: block;
    list-style-type: disc;
    margin-block-start:1em;margin-block-end:1em;margin-inline-start:0px;margin-inline-end:0px;padding-inline-start:40px}

#c_product_detail_003-16874512651900 .e_richText-102 {
    font_radio: 2;
    display-radio: 1;
    font-size: 16px;
    color: rgba(68,68,68,1);
    font-family: Microsoft YaHei,微软雅黑;
    white-space: pre-line
}

#c_product_detail_003-16874512651900 .e_text-104 {
    line-height: normal;
    font_radio: 2;
    display-radio: 1;
    font-size: 22px;
    font-family: Microsoft YaHei,微软雅黑;
    color: #00a5a7;
    margin-bottom: 10px
}

#c_product_detail_003-16874512651900 .e_icon-105 {
    width: 30px;
    height: 30px;
    font_radio: 2;
    display-radio: 1;
    color: rgba(0,165,167,1)
}

#c_product_detail_003-16874512651900 .e_icon-105 .icon {
    margin: 0;
    width: 100%;
    height: 100%;
    fill: currentColor
}

#c_product_detail_003-16874512651900 .e_icon-106 {
    width: 30px;
    height: 30px;
    font_radio: 2;
    display-radio: 1;
    color: rgba(0,165,167,1)
}

#c_product_detail_003-16874512651900 .e_icon-106 .icon {
    margin: 0;
    width: 100%;
    height: 100%;
    fill: currentColor
}

#c_product_detail_003-16874512651900 .e_container-101 > .cbox-101-1 {
}

#c_product_detail_003-16874512651900 .e_container-101 .cbox-101-0 {
    margin-right: 5%;
    flex: 0 0 60%
}

#c_product_detail_003-16874512651900 .e_container-101 .cbox-101-1 {
    flex: 0 0 35%;
    margin-left: auto
}

#c_product_detail_003-16874512651900 .e_text-107 {
    line-height: 1.8;
    font_radio: 2;
    font-size: 24px;
    font-weight: normal;
    display-radio: 1;
    color: var(--n);
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: right
}

#c_product_detail_003-16874512651900 .e_container-60 .cbox-60-1 {
    align-self: center
}

#c_product_detail_003-16874512651900 .e_container-101 .p_item {
    display-radio: 1
}

#c_product_detail_003-16874512651900 .e_image-109 {
    overflow: hidden;
    display-radio: 1;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px
}

#c_product_detail_003-16874512651900 .e_image-109 img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

#c_product_detail_003-16874512651900 .e_container-110 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    /*background: #f8f8f8;*/
    padding: 3%;
    border-radius: 6px;
    line-height: 2;
    margin-bottom: 10px
    /*border: dashed 1px #e0e0e0*/
}

#c_product_detail_003-16874512651900 .e_container-110 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_product_detail_003-16874512651900 .e_container-110 .cbox-110-0 {
    margin-right: 5%;
    flex: 0 0 100%
}

#c_product_detail_003-16874512651900 .e_container-110 .cbox-110-1 {
    flex: 0 0 45%;
    margin-left: auto
}

#c_product_detail_003-16874512651900 .e_container-110 .p_item {
    display-radio: 1
}

#c_product_detail_003-16874512651900 .e_text-112 {
    line-height: normal;
    font_radio: 2;
    display-radio: 1;
    font-size: 22px;
    font-family: Microsoft YaHei,微软雅黑;
    color: #00a5a7;
    margin-bottom: 10px
}

#c_product_detail_003-16874512651900 .e_richText-113 blockquote {
    font-style: italic;
    font-family: Georgia,Times,"Times New Roman",serif;
    padding: 2px 0;
    border-style: solid;
    border-color: #ccc;
    border-width: 0;
    padding-left: 20px;
    padding-right: 8px;
    border-left-width: 5px
}

#c_product_detail_003-16874512651900 .e_richText-113 ol {
    display: block;
    list-style-type: decimal;
    margin-block-start:1em;margin-block-end:1em;margin-inline-start:0px;margin-inline-end:0px;padding-inline-start:20px}

#c_product_detail_003-16874512651900 .e_richText-113 li {
    display: list-item;
    text-align: -webkit-match-parent;
    list-style: inherit
}

#c_product_detail_003-16874512651900 .e_richText-113 ul {
    display: block;
    list-style-type: disc;
    margin-block-start:1em;margin-block-end:1em;margin-inline-start:0px;margin-inline-end:0px;padding-inline-start:40px}

#c_product_detail_003-16874512651900 .e_richText-113 {
    font_radio: 2;
    display-radio: 1;
    font-size: 16px;
    color: rgba(68,68,68,1);
    font-family: Microsoft YaHei,微软雅黑
}

#c_product_detail_003-16874512651900 .e_text-114 {
    line-height: normal;
    font_radio: 2;
    display-radio: 1;
    font-size: 22px;
    font-family: Microsoft YaHei,微软雅黑;
    color: #00a5a7;
    margin-bottom: 10px;
    margin-top: 15px
}

#c_product_detail_003-16874512651900 .e_richText-115 blockquote {
    font-style: italic;
    font-family: Georgia,Times,"Times New Roman",serif;
    padding: 2px 0;
    border-style: solid;
    border-color: #ccc;
    border-width: 0;
    padding-left: 20px;
    padding-right: 8px;
    border-left-width: 5px
}

#c_product_detail_003-16874512651900 .e_richText-115 ol {
    display: block;
    list-style-type: decimal;
    margin-block-start:1em;margin-block-end:1em;margin-inline-start:0px;margin-inline-end:0px;padding-inline-start:20px}

#c_product_detail_003-16874512651900 .e_richText-115 li {
    display: list-item;
    text-align: -webkit-match-parent;
    list-style: inherit
}

#c_product_detail_003-16874512651900 .e_richText-115 ul {
    display: block;
    list-style-type: disc;
    margin-block-start:1em;margin-block-end:1em;margin-inline-start:0px;margin-inline-end:0px;padding-inline-start:40px}

#c_product_detail_003-16874512651900 .e_richText-115 {
    font_radio: 2;
    display-radio: 1;
    font-size: 16px;
    color: rgba(68,68,68,1);
    font-family: Microsoft YaHei,微软雅黑
}

@media screen and (max-width: 768px) {
    .tb01 {
        overflow-x:auto
    }

    .tablebox {
        overflow-x: scroll
    }

    table {
        white-space: nowrap
    }

    .tb01 table {
        width: 1000px !important
    }

    #c_product_detail_003-16874512651900 {
        display-radio: 1;
        padding-top: 20%;
        padding-bottom: 5%;
        margin-left: 0px;
        width: 100%;
        padding-left: 5%;
        padding-right: 5%;
        background_radio: 2
    }

    #c_product_detail_003-16874512651900 .sp-thumbs a:link,#c_product_detail_003-16874512651900 .sp-thumbs a:visited {
        width: 50px;
        height: 50px;
        margin-right: 5px
    }

    #c_product_detail_003-16874512651900 img {
        /*width: auto !important; 解决手机端图片显示过大*/
        height: auto !important
    }

    #c_product_detail_003-16874512651900 .e_container-58 {
        display-radio: 1;
        flex-direction: column;
        padding-top: 15px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px
    }

    #c_product_detail_003-16874512651900 .e_container-59 {
        display-radio: 1;
        padding-left: 0px;
        background_radio: 1;
        padding-top: 0px
    }

    #c_product_detail_003-16874512651900 .e_container-60 {
        display-radio: 1;
        margin-top: 20px;
        margin-bottom: 15px;
        padding-bottom: 10px;
        padding-top: 0px;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-bottom-color: rgba(85,85,85,1)
    }

    #c_product_detail_003-16874512651900 .e_text-61 {
        display-radio: 1;
        font_radio: 2;
        font-size: 20px;
        color: #333333;
        line-height: 1.5
    }

    #c_product_detail_003-16874512651900 .e_loop_sub-64 .cbox-64:nth-child(odd) {
        flex: 0 0 100%
    }

    #c_product_detail_003-16874512651900 .e_text-65 {
        font_radio: 1;
        display-radio: 1
    }

    #c_product_detail_003-16874512651900 .e_text-69 {
        display-radio: 1;
        font_radio: 2;
        font-size: 18px;
        line-height: 1.5
    }

    #c_product_detail_003-16874512651900 .e_button-73 {
        background_radio: 1;
        border_radio: 1;
        font_radio: 1;
        radius_radio: 1;
        display-radio: 1;
        width: auto
    }

    #c_product_detail_003-16874512651900 .e_button-73 span {
        font-size: 14px
    }

    #c_product_detail_003-16874512651900 .e_button-74 {
        background_radio: 1;
        border_radio: 1;
        font_radio: 1;
        radius_radio: 1;
        display-radio: 1;
        width: auto
    }

    #c_product_detail_003-16874512651900 .e_button-74 span {
        font-size: 14px
    }

    #c_product_detail_003-16874512651900 .e_text-93 {
        display-radio: 1;
        font_radio: 2;
        font-size: 18px;
        line-height: 1.5
    }

    #c_product_detail_003-16874512651900 .e_container-101 .cbox-101-0 {
        flex: 0 0 100%;
        margin-right: auto;
        margin-left: auto;
        padding-right: 0px;
        padding-left: 0px
    }

    #c_product_detail_003-16874512651900 .e_container-101 .cbox-101-1 {
        flex: 0 0 100%;
        margin-left: auto;
        margin-right: auto;
        padding-left: 5%;
        padding-right: 5%
    }

    #c_product_detail_003-16874512651900 .e_container-95 .cbox-95-0 {
        flex: 0 0 100%
    }

    #c_product_detail_003-16874512651900 .e_container-95 .cbox-95-1 {
        flex: 0 0 100%
    }

    #c_product_detail_003-16874512651900 .e_container-91 {
        background_radio: 1;
        display-radio: 1;
        padding-top: 0px;
        padding-bottom: 0px
    }

    #c_product_detail_003-16874512651900 .e_container-67 {
        background_radio: 1;
        display-radio: 1;
        padding-top: 0px;
        padding-bottom: 0px
    }

    #c_product_detail_003-16874512651900 .e_container-72 {
        background_radio: 1;
        display-radio: 1
    }

    #c_product_detail_003-16874512651900 .e_container-72 .cbox-72-0 {
        flex: 0 0 auto
    }

    #c_product_detail_003-16874512651900 .e_container-72 .cbox-72-1 {
        flex: 0 0 auto
    }

    #c_product_detail_003-16874512651900 .e_text-107 {
        display-radio: 1;
        font_radio: 2;
        font-size: 20px;
        color: #333333;
        line-height: 1.5
    }

    #c_product_detail_003-16874512651900 .e_container-110 .cbox-110-0 {
        flex: 0 0 100%;
        margin-right: auto;
        margin-left: auto;
        padding-right: 0px;
        padding-left: 0px
    }

    #c_product_detail_003-16874512651900 .e_container-110 .cbox-110-1 {
        flex: 0 0 100%;
        margin-left: auto;
        margin-right: auto;
        padding-left: 5%;
        padding-right: 5%
    }
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
    .tablebox {
        overflow-x:scroll
    }
}

#c_static_001_P_48650-1719021596687 {
    min-height: 300px;
    padding: 30px 0 0;
    display-radio: 1
}

#c_static_001_P_48650-1719021596687 .e_container-1 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    max-width: var(--bw);
    margin: 0 auto;
    background_radio: 1;
    display-radio: flex;
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px
}

#c_static_001_P_48650-1719021596687 .e_container-1 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%;
    padding: 15px
}

#c_static_001_P_48650-1719021596687 .e_container-1 > .p_item.cbox-1-1 {
    flex: 0 0 400px
}

#c_static_001_P_48650-1719021596687 .swiper-button-next:after,#c_static_001_P_48650-1719021596687 .swiper-button-prev:after {
    color: #666
}

#c_static_001_P_48650-1719021596687 .swiper-button-next.swiper-button-disabled,#c_static_001_P_48650-1719021596687 .swiper-button-prev.swiper-button-disabled {
    display: none
}

#c_static_001_P_48650-1719021596687 .e_loop-25 {
    padding-top: 20px;
    max-width: none;
    margin: 0 auto;
    display-radio: 1
}

#c_static_001_P_48650-1719021596687 .e_loop-25 .saf-table {
    width: 100%;
    overflow-x: auto;
    position: relative
}

#c_static_001_P_48650-1719021596687 .e_loop-25 .saf-proHeader {
    display: flex;
    borde-top: 1px #fff solid;
    border-left: 1px #fff solid;
    background: #4faca1;
    width: 100%;
    min-width: 900px
}

#c_static_001_P_48650-1719021596687 .e_loop-25 .saf-proHeader > p {
    flex: 1;
    padding: 15px;
    border-bottom: 1px #fff solid;
    border-right: 1px #fff solid;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center
}

#c_static_001_P_48650-1719021596687 .e_loop-25 .p_list {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    max-width: 100%;
    borde-top: 1px #fff solid;
    border-left: 1px #fff solid;
    width: 100%;
    min-width: 900px;
    border-bottom: 2px #4faca1 solid
}

#c_static_001_P_48650-1719021596687 .e_loop-25 .p_loopitem {
    flex: 0 0 33.3%;
    position: relative;
    display: flex;
    background: #faf9f9
}

#c_static_001_P_48650-1719021596687 .e_loop-25 .p_loopitem:nth-child(2n) {
    background: #e7eeee
}

#c_static_001_P_48650-1719021596687 .e_loop-25 .p_page button {
    background: var(--n);
    padding: 10px 15px
}

#c_static_001_P_48650-1719021596687 .e_loop-25 .p_page .page_con {
    display: flex;
    align-items: center;
    justify-content: center
}

#c_static_001_P_48650-1719021596687 .e_loop-25 .p_page .page_con:before {
    content: "";
    display: block;
    width: 100px;
    height: 1px;
    background: var(--n);
    margin-right: 20px
}

#c_static_001_P_48650-1719021596687 .e_loop-25 .p_page .page_con:after {
    content: "";
    display: block;
    width: 100px;
    height: 1px;
    background: var(--n);
    margin-left: 20px
}

#c_static_001_P_48650-1719021596687 .e_text-26 {
    line-height: normal;
    flex: 1;
    font_radio: 2;
    display-radio: 1
}

#c_static_001_P_48650-1719021596687 .e_loop-25 .p_loopitem > p {
    flex: 1;
    padding: 15px;
    border-bottom: 1px #fff solid;
    border-right: 1px #fff solid;
    display: flex;
    align-items: center;
    justify-content: center
}

#c_static_001_P_48650-1719021596687 .e_loop-25 .p_loopitem:hover {
    background: #cbeae6
}

#c_static_001_P_48650-1719021596687 .e_loop-25 .p_loopitem > p > em {
    display: inline-block;
    width: 40px;
    height: 1px;
    background: #ccc
}

#c_static_001_P_48650-1719021596687 .e_container-36 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%
}

#c_static_001_P_48650-1719021596687 .e_container-36 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_static_001_P_48650-1719021596687 .e_container-37 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    display-radio: flex;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    background_radio: 1;
    max-width: none;
    width: auto
}

#c_static_001_P_48650-1719021596687 .e_container-37 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_static_001_P_48650-1719021596687 .e_text-38 {
    line-height: 1;
    font_radio: 2;
    display-radio: 1;
    font-size: 60px;
    color: rgba(0,0,0,0.1);
    text-align: center;
    font-family: "saf-tcm";
    font-weight: bold
}

#c_static_001_P_48650-1719021596687 .e_text-39 {
    display-radio: 1;
    font_radio: 2;
    font-size: 32px;
    text-align: center;
    font-weight: normal;
    color: rgba(28,24,21,1);
    line-height: 1;
    font-family: Microsoft YaHei;
    margin-bottom: 10px;
    margin-top: -26px
}

#c_static_001_P_48650-1719021596687 .e_html-40 {
    min-height: 0px;
    background_radio: 1;
    display-radio: 1;
    margin-top: 0px;
    margin-bottom: 0px
}

#c_static_001_P_48650-1719021596687 sup {
    top: -.5em;
    font-size: 85%;
    margin-right: 2px
}

@media screen and (max-width: 768px) {
    #c_static_001_P_48650-1719021596687 .e_loop-25 {
        max-width:100%
    }

    #c_static_001_P_48650-1719021596687 .e_loop-25 .p_loopitem {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(100% / 1)
    }

    #c_static_001_P_48650-1719021596687 .e_container-1 > .p_item {
        flex: 0 0 100% !important
    }

    #c_static_001_P_48650-1719021596687 .e_loop-25 .p_page .page_con:before,#c_static_001_P_48650-1719021596687 .e_loop-25 .p_page .page_con:after {
        width: 60px
    }

    #c_static_001_P_48650-1719021596687 .e_container-37 {
        display-radio: 1;
        margin: 0
    }

    #c_static_001_P_48650-1719021596687 .e_text-38 {
        font_radio: 2;
        display-radio: 1;
        font-size: 42px
    }

    #c_static_001_P_48650-1719021596687 .e_text-39 {
        display-radio: 1;
        font_radio: 2;
        font-size: 24px;
        color: #1C1815;
        line-height: 1;
        margin-bottom: 15px
    }

    #c_static_001_P_48650-1719021596687 .e_html-40 {
        background_radio: 1;
        display-radio: 1
    }
}

@media screen and (min-width: 769px) {
    #c_static_001_P_48650-1719021596687 .e_loop-25 .p_loopitem {
        flex-grow:0;
        flex-shrink: 0;
        flex-basis: calc(100% / 1)
    }
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
    #c_static_001_P_48650-1719021596687 .e_text-39 {
        font_radio:2;
        display-radio: 1;
        font-size: 26px;
        color: #333333;
        line-height: 1
    }
}

#c_static_001-1646820216928 {
    min-height: 300px;
    display-radio: 1;
    background-color: rgba(255,255,255,0.6);
    padding-top: 5%;
    padding-bottom: 5%;
    background_radio: 2
}

#c_static_001-1646820216928 .e_richText-4 font {
    font-family: "a8974ae4-cb44-482c-87bc-aeef6611945e" !important
}

#c_static_001-1646820216928 .e_richText-4 {
    display-radio: 1;
    font_radio: 2;
    font-size: 16px;
    color: #333333;
    line-height: 1.5;
    text-align: center
}

#c_static_001-1646820216928 .form-control {
    height: 55px
}

#c_static_001-1646820216928 .form-group {
    margin-bottom: 20px
}

#c_static_001-1646820216928 .p_input {
    border: 1px solid #ced4da
}

#c_static_001-1646820216928 .e_form-37 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 90%;
    display-radio: flex;
    margin-left: auto;
    margin-right: auto;
    max-width: 1600px;
    background-color: rgba(240,240,240,1);
    padding-top: 3%;
    padding-left: 3%;
    padding-bottom: 3%;
    padding-right: 3%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

#c_static_001-1646820216928 .e_form-37 > .p_formItem {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_static_001-1646820216928 .e_container-38 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    display-radio: flex
}

#c_static_001-1646820216928 .e_container-38 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_static_001-1646820216928 .e_container-38 .cbox-38-0 {
    margin-right: auto
}

#c_static_001-1646820216928 .e_container-38 .cbox-38-1 {
    margin-right: auto;
    margin-left: 2%
}

#c_static_001-1646820216928 .e_relevantItem-39 {
    min-height: 20px;
    width: 100%;
    display-radio: 1
}

#c_static_001-1646820216928 .e_relevantItem-39 .p_thead {
    height: 36px;
    line-height: 36px;
    display: flex;
    background-color: #f0f0f0
}

#c_static_001-1646820216928 .e_relevantItem-39 .p_tbody {
    min-height: 36px;
    margin-bottom: 20px
}

#c_static_001-1646820216928 .e_relevantItem-39 .p_tr {
    display: flex
}

#c_static_001-1646820216928 .e_relevantItem-39 .p_th,.p_td {
    flex: 1
}

#c_static_001-1646820216928 .e_relevantItem-39 .p_screen {
    margin-bottom: 20px
}

#c_static_001-1646820216928 .e_relevantItem-39 .p_screen .col {
    flex: 0 0 50%
}

#c_static_001-1646820216928 .e_relevantItem-39 .p_modelDialog {
    max-width: 960px
}

#c_static_001-1646820216928 .e_relevantItem-39 .p_modalContent {
    border-radius: 6px
}

#c_static_001-1646820216928 .e_relevantItem-39 .p_category {
    display: inline-block;
    width: 200px
}

#c_static_001-1646820216928 .e_relevantItem-39 .p_search {
    float: right;
    width: 260px
}

#c_static_001-1646820216928 .e_relevantItem-39 .p_list {
    overflow: auto;
    max-height: 800px
}

#c_static_001-1646820216928 .e_relevantItem-39 .p_listImg {
    width: 30px;
    height: 30px
}

#c_static_001-1646820216928 .e_relevantItem-39 .p_listImg img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

#c_static_001-1646820216928 .e_relevantItem-39 .p_listWord {
    line-height: 30px;
    max-height: 60px;
    overflow: hidden
}

#c_static_001-1646820216928 .e_relevantItem-39 .p_tabel {
    border: 1px solid #f0f0f0
}

#c_static_001-1646820216928 .e_relevantItem-39 .p_tabel thead td {
    border-bottom: none;
    background-color: #e0e0e0;
    padding: 15px 10px
}

#c_static_001-1646820216928 .e_relevantItem-39 .p_tabelList thead td {
    border-bottom: none;
    background-color: #ffffff;
    height: 36px;
    overflow: hidden;
    padding: 0 0 0 10px;
    vertical-align: middle
}

#c_static_001-1646820216928 .e_relevantItem-39 .p_tabel td,.e_relevantItem-39 .p_tabel th {
    padding: 5px 10px;
    border: 1px solid #f0f0f0
}

#c_static_001-1646820216928 .e_relevantItem-39 .p_tabelList td {
    padding: 5px 0px;
    border: 0
}

#c_static_001-1646820216928 .e_relevantItem-39 .p_listSelect {
    width: 50px;
    text-align: center
}

#c_static_001-1646820216928 .e_relevantItem-39 .p_listSelect input {
    vertical-align: middle;
    margin-top: 3px
}

#c_static_001-1646820216928 .e_relevantItem-39 .p_listPage {
    float: right
}

#c_static_001-1646820216928 .e_relevantItem-39 .p_selectAll {
    padding-left: 25px
}

#c_static_001-1646820216928 .e_relevantItem-39 .p_remove_fixed {
    width: 40px;
    display: block;
    color: #007bff
}

#c_static_001-1646820216928 .e_relevantItem-39 .p_clabel {
    width: 70px;
    text-align: right;
    float: left;
    line-height: 36px
}

#c_static_001-1646820216928 .e_relevantItem-39 .p_ccate {
    width: calc(100% - 80px);
    float: left
}

#c_static_001-1646820216928 .e_relevantItem-39 .p_treeSelect {
    width: 200px
}

#c_static_001-1646820216928 .e_relevantItem-39 .table {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    height: 50px;
    border-radius: 0.25rem;
    background: #fff;
    width: 100%;
    border: 1px solid #ced4da
}

#c_static_001-1646820216928 .e_container-40 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    display-radio: flex
}

#c_static_001-1646820216928 .e_container-40 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_static_001-1646820216928 .e_container-40 .cbox-40-0 {
    margin-right: auto
}

#c_static_001-1646820216928 .e_container-40 .cbox-40-1 {
    margin-right: 2%;
    margin-left: 2%
}

#c_static_001-1646820216928 .e_container-40 .cbox-40-3 {
    margin-left: 2%
}

#c_static_001-1646820216928 .e_input-41 .p_phoneCode {
    width: 90px;
    margin-right: 10px
}

#c_static_001-1646820216928 .e_input-41 {
    display-radio: 1
}

#c_static_001-1646820216928 .e_input-41 .p_input {
    display-radio: 1;
    font-family: "a8974ae4-cb44-482c-87bc-aeef6611945e"
}

#c_static_001-1646820216928 .e_textarea-44 .form-control {
    min-height: 200px
}

#c_static_001-1646820216928 .e_textarea-44 {
    display-radio: 1;
    min-height: 0px
}

#c_static_001-1646820216928 .e_textarea-44 .p_required {
    vertical-align: middle;
    font-size: 1.4em;
    line-height: 100%;
    position: relative;
    font-weight: bold;
    top: 0.15em;
    padding-left: 5px
}

#c_static_001-1646820216928 .e_textarea-44 .p_input {
    display-radio: 1;
    font-family: "a8974ae4-cb44-482c-87bc-aeef6611945e"
}

#c_static_001-1646820216928 .e_formBtn-45 {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    width: 200px;
    padding: 12px 8px;
    background_radio: 2;
    border_radio: 2;
    font_radio: 2;
    radius_radio: 2;
    display-radio: block;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    background-color: var(--hmsecond);
    border-style: none;
    border-width: 1px;
    border-color: rgba(240,130,0,1);
    font-family: "367500f3-ac9a-4400-beb9-b2f596dc10dc";
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px
}

#c_static_001-1646820216928 .e_formBtn-45 span {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    outline: 0;
    margin: 0px;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold
}

#c_static_001-1646820216928 .e_formBtn-45::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all .3s;
    z-index: 0;
    opacity: 0;
    top: 0;
    left: 0px
}

#c_static_001-1646820216928 .e_formBtn-45:hover::after {
    opacity: 1
}

#c_static_001-1646820216928 .e_formBtn-45:hover {
    background-color: rgba(50,80,111,1);
    border-style: none;
    border-color: rgba(9,98,189,1)
}

#c_static_001-1646820216928 .e_clueMobile-48 .p_phoneCode {
    position: relative;
    width: 90px;
    margin-right: 10px
}

#c_static_001-1646820216928 .e_clueMobile-48 .p_phoneCode .form-control {
    height: 36px
}

#c_static_001-1646820216928 .e_clueMobile-48 .p_currentCode {
    cursor: pointer
}

#c_static_001-1646820216928 .e_clueMobile-48 .p_arrow {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%)
}

#c_static_001-1646820216928 .e_clueMobile-48 .p_codeList {
    display: none;
    position: absolute;
    width: 120px;
    left: 0;
    top: calc(100% + 5px);
    background-color: #fff;
    color: #495057;
    border-radius: 4px;
    max-height: 192px;
    overflow: auto;
    z-index: 9;
    border: 1px solid #ced4da
}

#c_static_001-1646820216928 .e_clueMobile-48 .p_codeItem {
    line-height: 32px;
    padding: 0 15px;
    overflow: hidden;
    cursor: pointer
}

#c_static_001-1646820216928 .e_clueMobile-48 .p_codeItem:hover,#c_static_001-1646820216928 .e_clueMobile-48 .p_codeItem.p_active {
    background-color: #f1f5f8
}

#c_static_001-1646820216928 .e_clueMobile-48 .p_enCode {
    float: right;
    color: #ccc
}

#c_static_001-1646820216928 .e_clueEmail-49 {
}

#c_static_001-1646820216928 .e_clueName-50 .p_phoneCode {
    width: 90px;
    margin-right: 10px
}

#c_static_001-1646820216928 .e_container-51 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    display-radio: flex;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    background_radio: 1;
    max-width: none;
    width: auto
}

#c_static_001-1646820216928 .e_container-51 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_static_001-1646820216928 .e_text-52 {
    line-height: 1;
    font_radio: 2;
    display-radio: 1;
    font-size: 60px;
    color: rgba(0,0,0,0.1);
    text-align: center;
    font-family: "saf-tcm";
    font-weight: bold
}

#c_static_001-1646820216928 .e_text-53 {
    display-radio: 1;
    font_radio: 2;
    font-size: 32px;
    text-align: center;
    font-weight: normal;
    color: rgba(28,24,21,1);
    line-height: 1;
    font-family: Microsoft YaHei;
    margin-bottom: 10px;
    margin-top: -26px
}

#c_static_001-1646820216928 .e_html-54 {
    min-height: 0px;
    background_radio: 1;
    display-radio: 1;
    margin-top: 0px;
    margin-bottom: 0px
}

#c_static_001-1646820216928 .e_form-37 .cbox-37-0 {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}

@media screen and (max-width: 768px) {
    #c_static_001-1646820216928 .e_richText-4 {
        display-radio:1;
        font_radio: 2;
        font-size: 14px;
        color: #333333;
        line-height: 1.5;
        padding-left: 20px;
        padding-right: 20px
    }

    #c_static_001-1646820216928 {
        display-radio: 1;
        padding-bottom: 50px;
        padding-top: 8%;
        margin-top: 0px;
        background_radio: 2
    }

    #c_static_001-1646820216928 .form-control {
        height: 40px
    }

    #c_static_001-1646820216928 .form-group {
        margin-bottom: 10px
    }

    #c_static_001-1646820216928 .e_container-38 .cbox-38-0 {
        margin-right: 0
    }

    #c_static_001-1646820216928 .e_container-38 {
        display-radio: 1;
        flex-direction: column
    }

    #c_static_001-1646820216928 .e_container-38 .cbox-38-1 {
        padding-left: 0px;
        padding-right: 0px;
        margin-left: auto;
        margin-right: auto;
        width: 100%
    }

    #c_static_001-1646820216928 .e_relevantItem-39 .table thead {
        display: none
    }

    #c_static_001-1646820216928 .e_relevantItem-39 .table {
        height: 40px;
        margin-bottom: 10px
    }

    #c_static_001-1646820216928 .e_relevantItem-39 .p_tabelList td {
        padding: 5px
    }

    #c_static_001-1646820216928 .e_container-40 .cbox-40-0 {
        margin-right: 0;
        flex: 0 0 100%
    }

    #c_static_001-1646820216928 .e_container-40 {
        display-radio: 1;
        flex-direction: row
    }

    #c_static_001-1646820216928 .e_container-40 .cbox-40-1 {
        margin-left: auto;
        margin-right: auto;
        padding-right: 0px;
        width: 100%;
        padding-left: 0px;
        flex: 0 0 100%
    }

    #c_static_001-1646820216928 .e_container-40 .cbox-40-3 {
        margin-left: auto;
        margin-right: auto;
        flex: 0 0 100%;
        padding-left: 0px;
        padding-right: 0px
    }

    #c_static_001-1646820216928 .e_container-40 .cbox-40-2 {
        flex: 0 0 100%
    }

    #c_static_001-1646820216928 .e_input-41 {
        display-radio: 1;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0px;
        padding-right: 0px
    }

    #c_static_001-1646820216928 .e_textarea-44 .form-control {
        min-height: 100px
    }

    #c_static_001-1646820216928 .e_formBtn-45 {
        background_radio: 1;
        border_radio: 1;
        font_radio: 1;
        radius_radio: 1;
        display-radio: 1;
        width: 100%
    }

    #c_static_001-1646820216928 .e_container-51 {
        display-radio: 1;
        margin: 0;
        background_radio: 1;
        margin-bottom: 5%
    }

    #c_static_001-1646820216928 .e_text-52 {
        font_radio: 2;
        display-radio: 1;
        font-size: 42px
    }

    #c_static_001-1646820216928 .e_text-53 {
        display-radio: 1;
        font_radio: 2;
        font-size: 24px;
        color: #1C1815;
        line-height: 1;
        margin-bottom: 15px
    }

    #c_static_001-1646820216928 .e_html-54 {
        background_radio: 1;
        display-radio: 1
    }
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
    #c_static_001-1646820216928 .e_text-53 {
        font_radio:2;
        display-radio: 1;
        font-size: 26px;
        color: #333333;
        line-height: 1
    }
}
