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

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

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

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

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

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

#c_grid-116273709439191>.p_gridbox {
    background-color: #f5f5f5
}

@media screen and (max-width:768px) {
    #c_grid-116273709439191>.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-116273709439191>.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-116273709439191>.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: 1660px) and (min-width: 1366px) {}

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

#c_static_001_P_47794-1718272696695 {
    width: 100%;
    position: relative;
    z-index: 999;
    background_radio: 2;
    display-radio: 1;
    background-fill-value: background-color;
    background-color: rgba(255, 255, 255, 1)
}

.saf-header {
    width: 100%
}

.saf-header .saf-topBar {
    width: 95%;
    max-width: var(--bw);
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    padding: 0px 0;
    align-items: center;
}

.saf-header .saf-topBar>div {
    padding: 15px
}

.saf-header .saf-topBar .logo {
    flex: 1;
    height: 100px;
    text-align: center
}

.saf-header .saf-topBar .logo a {
    display: inline-block
}

.saf-header .saf-topBar .logo a img {
    width: auto;
    height: 70px;
    display: block
}

.saf-header .saf-topBar .saf-search {
    flex: 0 0 30%;
    align-items: center
}

.saf-header .saf-topBar .saf-search a{
    font-size: 18px;
    margin: 0 10px;
}

.saf-header .saf-topBar .saf-search .searchForm {
    display: flex;
    width: 100%
}

.saf-header .saf-topBar .saf-search .searchForm input {
    flex: 1;
    border: 1px #ccc solid;
    padding: 11px;
    border-right: none;
    border-radius: 30px 0px 0px 30px;
    background: #f8f8f8
}

.saf-header .saf-topBar .saf-search .searchForm a {
    display: flex;
    background: var(--c);
    color: #fff;
    font-size: 16px;
    padding: 0 20px;
    align-items: center;
    border-radius: 0px 30px 30px 0px
}

.saf-header .p_navContent {
    width: 100%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .3)
}

.saf-header .p_navContent ul.p_level1Box {
    width: 94%;
    max-width: var(--bw);
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap
}

.saf-header .p_navContent ul.p_level1Box li.p_level1Item {
    flex: 1;
    position: relative;
    transition: all 0.5s
}

.saf-header .p_navContent ul.p_level1Box li.p_level1Item p {
    display: flex;
    align-items: center
}

.saf-header .p_navContent ul.p_level1Box li.p_level1Item p svg {
    display: none
}

.saf-header .p_navContent ul.p_level1Box li.p_level1Item p a {
    display: block;
    line-height: 50px;
    font-weight: normal;
    font-size: 16px;
    text-align: center;
    color: #505050;
    flex: 1
}

.saf-header .p_navContent ul.p_level1Box li.p_level1Item:hover>p {
    background: var(--n)
}

.saf-header .p_navContent ul.p_level1Box li.p_level1Item:hover>p a {
    color: #fff
}

.saf-header .p_navContent ul.p_level2Box {
    position: absolute;
    left: 0;
    top: 100%;
    background: var(--c);
    width: 100%;
    display: none;
    border-top: 0px rgba(0, 0, 0, 0.1) solid;
    padding: 0;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 5px
}

.saf-header .p_navContent ul.p_level2Box li.p_level2Item {
    border-bottom: 0px rgba(255, 255, 255, 0.2) solid;
    transition: all 0.5s
}

.saf-header .p_navContent ul.p_level2Box li.p_level2Item>p>a {
    line-height: 50px;
    font-size: 16px
}

.saf-header .p_navContent ul.p_level2Box li.p_level2Item:hover {
    background: var(--c)
}

.moNavBtn,
.closeBtn {
    display: none
}

.saf-header .p_navContent ul.p_level1Box li.p_level1Item p a.moLink {
    display: none
}

@media screen and (max-width:768px) {
    .saf-header .saf-topBar .logo {
        height: auto;
        padding: 10px;
        padding-bottom: 0
    }

    .saf-header .saf-topBar .logo a img {
        width: 80%;
        height: auto;
        margin: 0 auto
    }

    .saf-header .saf-topBar .saf-search {
        display: none
    }

    .saf-header .p_navContent {
        width: 100%;
        height: 100%;
        position: fixed;
        left: 100%;
        top: 0;
        z-index: 5;
        background: rgba(0, 0, 0, 0.8);
        display: flex;
        transition: all 0.5s
    }

    .saf-header .p_navContent.active {
        left: 0
    }

    .closeBtn {
        display: flex;
        width: 50px;
        height: 50px;
        position: absolute;
        left: 0;
        top: 10px;
        background: var(--n);
        color: #fff;
        align-items: center;
        justify-content: center;
        font-size: 30px
    }

    .saf-header .p_navContent ul.p_level1Box {
        background: var(--c);
        width: calc(100% - 50px);
        height: 100%;
        margin-right: 0;
        display: block
    }

    .saf-header .p_navContent ul.p_level1Box li.p_level1Item {
        width: 100%;
        border-bottom: 1px rgba(255, 255, 255, 0.2) solid
    }

    .saf-header .p_navContent ul.p_level1Box li.p_level1Item p a {
        line-height: 60px;
        text-align: left;
        padding: 0 15px
    }

    .saf-header .p_navContent ul.p_level2Box {
        position: relative;
        top: 0;
        padding-left: 15px
    }

    .moNavBtn {
        width: 100%;
        background: var(--c);
        color: #fff;
        text-align: center;
        font-size: 18px;
        padding: 10px 15px;
        display: block;
        font-weight: bold
    }

    .saf-header .p_navContent ul.p_level1Box li.p_level1Item p svg {
        display: block;
        fill: #fff
    }

    .saf-header .p_navContent ul.p_level1Box li.p_level1Item p a.pcLink {
        color: #fff
    }

    .saf-header .p_navContent ul.p_level1Box li.p_level1Item p a.moLink {
        display: block
    }
}

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

@media screen and (max-width: 1660px) and (min-width: 1366px) {}

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

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

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

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

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

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

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

#c_grid-116273709439190>.p_gridbox {
    background-color: #f5f5f5
}

@media screen and (max-width:768px) {
    #c_grid-116273709439190>.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-116273709439190>.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-116273709439190>.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: 1660px) and (min-width: 1366px) {}

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

#c_static_001_P_32124-1725032048001 {
    min-height: 0px;
    display-radio: 1;
    background-color: rgba(245, 245, 245, 1);
    background_radio: 2;
    padding-bottom: 10px
}

#c_static_001_P_32124-1725032048001 .e_container-1 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    padding-left: 8%;
    padding-right: 8%;
    padding-top: 30px;
    padding-bottom: 0;
    background_radio: 1;
    display-radio: flex
}

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

#c_static_001_P_32124-1725032048001 .e_container-7 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    display-radio: flex;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
    max-width: none
}

#c_static_001_P_32124-1725032048001 .e_container-7>.p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_static_001_P_32124-1725032048001 .e_container-7 .cbox-7-0 {
    margin-right: 0%
}

#c_static_001_P_32124-1725032048001 .e_container-7 .cbox-7-1 {
    flex: 0 0 32%
}

#c_static_001_P_32124-1725032048001 .e_bottomNav-8 span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

#c_static_001_P_32124-1725032048001 .e_bottomNav-8 .p_level1Item {
    width: auto;
    padding: 0;
    flex-grow: 1
}

#c_static_001_P_32124-1725032048001 .e_bottomNav-8 .p_level3Box {
    display: none
}

#c_static_001_P_32124-1725032048001 .e_bottomNav-8 .p_menu1Item {
    font-size: 18px;
    color: #111;
    line-height: 1.5;
    text-align: center;
    font-weight: 500
}

#c_static_001_P_32124-1725032048001 .e_bottomNav-8 .p_menu2Item {
    display-radio: 1;
    font-size: var(--f14);
    line-height: 1.5;
    margin-bottom: 10px;
    color: #666
}

#c_static_001_P_32124-1725032048001 .e_bottomNav-8 .p_menu2Item:hover {
    color: var(--main2-color)
}

#c_static_001_P_32124-1725032048001 .e_container-16 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display-radio: flex;
    max-width: none
}

#c_static_001_P_32124-1725032048001 .e_container-16>.p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_static_001_P_32124-1725032048001 .e_container-16 .cbox-16-0 {
    align-self: center;
    flex: 0 0 auto;
    margin-left: 0px;
    margin-right: auto
}

#c_static_001_P_32124-1725032048001 .e_container-16 .cbox-16-1 {
    flex: 0 0 auto;
    align-self: center;
    margin-right: 0px;
    margin-left: auto
}

#c_static_001_P_32124-1725032048001 .e_container-17 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: auto;
    display-radio: flex
}

#c_static_001_P_32124-1725032048001 .e_container-17>.p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_static_001_P_32124-1725032048001 .e_container-17 .cbox-17-0 {
    flex: 0 0 auto
}

#c_static_001_P_32124-1725032048001 .e_container-17 .cbox-17-1 {
    flex: 0 0 auto;
    margin-left: 15px;
    margin-right: 15px
}

#c_static_001_P_32124-1725032048001 .e_container-17 .cbox-17-2 {
    flex: 0 0 auto
}

#c_static_001_P_32124-1725032048001 .e_richText-19 {
    font_radio: 2;
    display-radio: 1;
    color: rgba(153, 153, 153, 1);
    font-size: var(--f14)
}

#c_static_001_P_32124-1725032048001 .e_provider-20 {
    font_radio: 2;
    font-size: var(--f14);
    line-height: 1.8;
    text-align: center;
    margin-top: 0px;
    width: auto;
    max-width: none;
    display-radio: 1;
    font-weight: normal;
    color: rgba(153, 153, 153, 1)
}

#c_static_001_P_32124-1725032048001 .e_provider-20 a {
    text-align: center;
    display: block
}

#c_static_001_P_32124-1725032048001 .e_provider-20:hover a {
    color: #333
}

#c_static_001_P_32124-1725032048001 .e_provider-20 .p_item {
    width: auto
}

#c_static_001_P_32124-1725032048001 .e_container-21 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    display-radio: flex
}

#c_static_001_P_32124-1725032048001 .e_container-21>.p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_static_001_P_32124-1725032048001 .e_container-21 .cbox-21-0 {
    align-self: center;
    flex: 0 0 auto;
    margin-right: 10px
}

#c_static_001_P_32124-1725032048001 .e_container-21 .cbox-21-1 {
    align-self: center;
    flex: 0 0 auto
}

#c_static_001_P_32124-1725032048001 .e_container-21 .cbox-21-2 {
    flex: 0 0 auto;
    padding-left: 30px
}

#c_static_001_P_32124-1725032048001 .e_credible-22 .img1 {
    width: 65px;
    height: 23px
}

#c_static_001_P_32124-1725032048001 .e_credible-22 .img2 {
    width: 79px;
    height: 28px
}

#c_static_001_P_32124-1725032048001 .e_credible-22 .img3 {
    width: 92px;
    height: 33px
}

#c_static_001_P_32124-1725032048001 .e_credible-22 .img4 {
    width: 106px;
    height: 38px
}

#c_static_001_P_32124-1725032048001 .e_credible-22 .img5 {
    width: 131px;
    height: 47px
}

#c_static_001_P_32124-1725032048001 .e_credible-22 {
    display-radio: 1;
    background_radio: 1
}

#c_static_001_P_32124-1725032048001 .e_text-24 {
    font_radio: 2;
    font-size: var(--f14);
    line-height: 1.8;
    text-align: left;
    margin-left: 0px;
    display-radio: 1;
    color: rgba(153, 153, 153, 1)
}

#c_static_001_P_32124-1725032048001 .e_line-25 {
    display-radio: 1;
    margin-top: 30px;
    margin-bottom: 10px;
    line_radio: 1;
    height: 1px;
    max-height: 1px
}

#c_static_001_P_32124-1725032048001 .e_container-7 .p_item {
    display-radio: 1
}

#c_static_001_P_32124-1725032048001 .e_bottomNav-8 .p_level1Item:nth-child(1) {
    display: none
}

#c_static_001_P_32124-1725032048001 .e_provider-20:hover {
    color: rgba(51, 51, 51, 1)
}

#c_static_001_P_32124-1725032048001 .e_richText-19:hover {
    font-weight: normal;
    color: rgba(51, 51, 51, 1)
}

#c_static_001_P_32124-1725032048001 .e_bottomNav-8 {
    font_radio: 1;
    display-radio: 1;
    margin-top: 0px
}

.p_level1Box .p_level1Item:nth-child(8) {}

#c_static_001_P_32124-1725032048001 .saf-auto-licenseo a {
    color: #999 !important
}

@media screen and (max-width:768px) {
    #c_static_001_P_32124-1725032048001 .e_container-7 {
        padding-top: 10px;
        padding-bottom: 0px;
        display-radio: 1
    }

    #c_static_001_P_32124-1725032048001 .e_container-7 .cbox-7-0 {}

    #c_static_001_P_32124-1725032048001 .e_container-7 .cbox-7-1 {
        flex: 0 0 100%
    }

    #c_static_001_P_32124-1725032048001 .e_bottomNav-8 .p_menu1Item,
    .e_bottomNav-8 .p_menu2Item {
        display: flex;
        justify-content: center;
        line-height: 2;
        color: #333
    }

    #c_static_001_P_32124-1725032048001 .e_bottomNav-8 .p_level1Box ul {
        display: none
    }

    #c_static_001_P_32124-1725032048001 .e_bottomNav-8 .p_jtIcon {
        width: auto;
        height: auto;
        max-width: 20px;
        font-size: inherit;
        transition: 0.5s;
        margin: 0
    }

    #c_static_001_P_32124-1725032048001 .e_bottomNav-8 .p_jtIcon.active {
        transform: rotateZ(90deg)
    }

    #c_static_001_P_32124-1725032048001 .e_bottomNav-8 a {
        display: flex;
        flex-direction: column;
        justify-content: center
    }

    #c_static_001_P_32124-1725032048001 .e_bottomNav-8 .p_level1Item {
        padding: 0;
        width: 33%;
        float: left
    }

    #c_static_001_P_32124-1725032048001 .e_bottomNav-8 .p_menu2Item svg {
        opacity: .5
    }

    #c_static_001_P_32124-1725032048001 .e_container-16 {
        flex-direction: row;
        max-height: none;
        height: auto;
        display-radio: 1
    }

    #c_static_001_P_32124-1725032048001 .e_container-16 .cbox-16-0 {
        align-items: center;
        flex: 0 0 100%;
        align-self: center
    }

    #c_static_001_P_32124-1725032048001 .e_container-16 .cbox-16-1 {
        align-items: center;
        align-self: center;
        flex: 0 0 100%
    }

    #c_static_001_P_32124-1725032048001 .e_container-17 {
        margin-bottom: 0px;
        padding-bottom: 0px;
        max-height: 25px;
        display-radio: 1
    }

    #c_static_001_P_32124-1725032048001 .e_container-17 .cbox-17-0 {
        align-items: center;
        flex: 0 0 auto;
        margin-right: auto;
        margin-left: auto
    }

    #c_static_001_P_32124-1725032048001 .e_container-17 .cbox-17-1 {
        flex: 0 0 auto;
        margin-right: auto;
        margin-left: auto
    }

    #c_static_001_P_32124-1725032048001 .e_provider-20 {
        font_radio: 1;
        font-size: 14px
    }

    #c_static_001_P_32124-1725032048001 .e_container-21 .cbox-21-0 {
        flex: 0 0 auto;
        align-self: center;
        margin-right: auto;
        margin-left: 0px
    }

    #c_static_001_P_32124-1725032048001 .e_container-21 .cbox-21-1 {
        align-self: center;
        flex: 0 0 auto;
        margin-left: auto;
        margin-right: auto
    }

    #c_static_001_P_32124-1725032048001 .e_container-21 {
        display-radio: 1;
        width: 100%;
        flex-direction: row;
        background_radio: 1
    }

    #c_static_001_P_32124-1725032048001 .e_container-21 .cbox-21-2 {
        flex: 0 0 100%;
        padding-left: 0;
        margin-top: 10px;
        margin-bottom: 10px
    }

    #c_static_001_P_32124-1725032048001 .e_text-24 {
        font_radio: 2;
        text-align: center;
        display-radio: 1;
        font-size: 14px
    }

    #c_static_001_P_32124-1725032048001 .e_container-1 {
        display-radio: 1;
        padding-left: 12px;
        padding-right: 12px;
        padding-top: 35px !important;
        padding-bottom: 30px
    }

    #c_static_001_P_32124-1725032048001 .e_richText-19 {
        font_radio: 2;
        display-radio: 1
    }

    #c_static_001_P_32124-1725032048001 .e_line-25 {
        display-radio: 1;
        margin-top: 30px;
        margin-bottom: 20px;
        line_radio: 1;
        height: 1px;
        max-height: 1px
    }
}

@media screen and (min-width: 769px) {
    #c_static_001_P_32124-1725032048001 .e_bottomNav-8 .p_level1Box {
        display: flex
    }

    #c_static_001_P_32124-1725032048001 .e_bottomNav-8 .p_jtIcon {
        display: none
    }
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
    #c_static_001_P_32124-1725032048001 .e_bottomNav-8 .p_menu2Item {
        font-size: 12px
    }

    #c_static_001_P_32124-1725032048001 .e_credible-22 {
        display-radio: 1;
        background_radio: 1;
        max-width: none
    }
}

saf-online.saf-theme01 {
    --br: 10px;
    --oc: #b22222;
    --os: 50px
}

saf-online.saf-theme02 {
    --br: 50%;
    --oc: #b22222;
    --os: 60px
}

saf-online {
    display: block;
    width: var(--os);
    position: fixed;
    right: 10px;
    bottom: 10%;
    z-index: 90
}

saf-online.hideOnline {
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s
}

saf-online.hideOnline.showOnline {
    opacity: 1;
    visibility: visible
}

.saf-make saf-online {
    position: relative;
    width: 100%;
    display: flex;
    opacity: 1;
    visibility: visible
}

saf-online saf-onlineBtn {
    width: var(--os);
    height: var(--os);
    aspect-ratio: 1/1;
    background: #fff;
    border-radius: var(--br);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 4px;
    cursor: pointer;
    transition: all 0.5s
}

saf-online saf-onlineBtn svg {
    width: 45%;
    height: auto;
    fill: var(--oc)
}

saf-online:hover saf-onlineBtn {
    background: var(--oc)
}

saf-online:hover saf-onlineBtn svg {
    fill: #fff
}

saf-online.saf-theme01 saf-onlineBtn {
    display: none
}

saf-online saf-onlineBacktop {
    width: var(--os);
    height: var(--os);
    aspect-ratio: 1/1;
    background: #fff;
    border-radius: var(--br);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

saf-online saf-onlineBacktop svg {
    width: 45%;
    height: auto;
    fill: var(--oc)
}

saf-online saf-onlineList {
    padding-bottom: 4px;
    display: block
}

saf-online.saf-theme02 saf-onlineList {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s
}

saf-online.saf-theme02:hover saf-onlineList {
    opacity: 1;
    visibility: visible
}

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

saf-online saf-onlineItem {
    width: var(--os);
    height: var(--os);
    display: block;
    margin-top: 4px
}

saf-online saf-onlineItem a {
    width: 100%;
    height: 100%;
    display: block;
    background: #fff;
    border-radius: var(--br);
    position: relative;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15)
}

saf-online saf-onlineItem a span {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center
}

saf-online saf-onlineItem a span svg {
    margin: 0 !important;
    width: 45% !important;
    height: auto !important
}

saf-online saf-onlineItem a span svg path {
    fill: #666;
    transition: all 0.5s
}

saf-online saf-onlineItem a:hover span svg path {
    fill: var(--oc)
}

saf-online saf-onlineItem p {
    position: absolute;
    right: calc(var(--os) + 30px);
    top: 50%;
    transform: translate(0, -50%);
    background: var(--oc);
    padding: 10px 15px;
    border-radius: 5px;
    color: #fff;
    width: max-content;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15)
}

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

saf-online saf-onlineItem a:hover p {
    right: calc(var(--os) + 5px);
    opacity: 1;
    visibility: visible
}

saf-online saf-onlineItem .codeimg {
    position: absolute;
    right: calc(var(--os) + 30px);
    top: 50%;
    transform: translate(0, -50%);
    background: var(--oc);
    padding: 10px;
    border-radius: 5px;
    color: #fff;
    width: 130px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15)
}

saf-online saf-onlineItem .codeimg img {
    width: 100%;
    height: auto
}

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

saf-online saf-onlineItem a:hover .codeimg {
    right: calc(var(--os) + 5px);
    opacity: 1;
    visibility: visible
}

@media screen and (max-width:768px) {
    #c_effect_109_P_076-1724912589830.saf-online {
        width: 100%;
        height: 50px
    }

    saf-online.saf-theme01 {
        width: 100%;
        left: 0;
        right: auto;
        bottom: 0;
        display: flex;
        background: #fff;
        box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.15)
    }

    saf-online.saf-theme01 saf-onlineList {
        flex: 1;
        display: flex;
        padding: 0
    }

    saf-online.saf-theme01 saf-onlineItem {
        margin: 0;
        border-right: 1px #ddd solid;
        flex: 1;
        display: flex;
        position: relative
    }

    saf-online.saf-theme01 saf-onlineItem a {
        border-radius: 0;
        aspect-ratio: unset;
        height: var(--os);
        box-shadow: none;
        position: unset;
        width: 100%
    }

    saf-online.saf-theme01 saf-onlineItem a span svg {
        width: auto !important;
        height: 45% !important
    }

    saf-online.saf-theme01 saf-onlineBacktop {
        border-radius: 0;
        box-shadow: none
    }

    saf-online.saf-theme01 saf-onlineItem a p {
        left: 50%;
        top: auto;
        bottom: 100%;
        right: auto;
        transform: translate(-50%, -5px)
    }

    saf-online.saf-theme01 saf-onlineItem a p:after {
        border-left-color: transparent;
        border-top-color: var(--oc);
        left: 50%;
        top: 100%;
        transform: translate(-50%, 0)
    }

    saf-online.saf-theme01 saf-onlineItem:nth-child(1) a p {
        left: 0;
        transform: translate(0, -5px)
    }

    saf-online.saf-theme01 saf-onlineItem:nth-child(1) a p:after {
        left: 15px;
        transform: translate(0, 0)
    }

    saf-online.saf-theme01 saf-onlineItem:nth-child(2) a p {
        left: 0;
        transform: translate(0, -5px)
    }

    saf-online.saf-theme01 saf-onlineItem:nth-child(2) a p:after {
        left: 15px;
        transform: translate(0, 0)
    }

    saf-online.saf-theme01 saf-onlineItem:last-child a p {
        left: auto;
        right: 0;
        transform: translate(0, -5px)
    }

    saf-online.saf-theme01 saf-onlineItem:last-child a p:after {
        left: auto;
        right: 25px;
        transform: translate(0, 0)
    }

    saf-online.saf-theme01 saf-onlineItem a .codeimg {
        left: 50%;
        top: auto;
        bottom: 100%;
        right: auto;
        transform: translate(-50%, -5px)
    }

    saf-online.saf-theme01 saf-onlineItem .codeimg:after {
        border-left-color: transparent;
        border-top-color: var(--oc);
        left: 50%;
        top: 100%;
        transform: translate(-50%, 0)
    }
}

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

@media screen and (max-width: 1660px) and (min-width: 1366px) {}

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

:root {
    --c: #b22222;
    --n: #b22222;
    --bw: 1400px;
    --bc: #b22222;
    --br: 5px;
    --cc: #fff;
    --ccsize: 150px;
    --xc2: #b22222;
    --hmfirst: #b22222;
    --hmsecond: #b22222
}

body {
    --saftime: 0.8s;
    --safswtime: 1s 1s;
    --pagecolor: #006abf;
    opacity: 0;
    transition: padding-top 1s
}

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

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

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

* {
    word-break: break-word
}

#c_static_001_P_41643-1725031578745 {}

#c_static_001_P_41643-1725031578745 .e_html-1 {}

[saf-languages] {
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 15px;
    --t: #444
}

[saf-languages]>ul {
    display: flex;
    flex-wrap: wrap
}

[saf-languages]>ul>li.saf-item {
    padding: 5px;
    display: flex
}

[saf-languages]>ul>li.saf-item>a {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: var(--t);
    transition: all 0.5s
}

[saf-languages]>ul>li.saf-item>a>svg {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    transition: all 1s;
    transform: rotateX(var(--saf-rotate))
}

[saf-languages]>ul>li.saf-item>a:hover {
    color: var(--c)
}

[saf-languages]>li.saf-selected {
    display: flex;
    align-items: center
}

[saf-languages]>li.saf-selected>svg {
    width: auto;
    height: 14px;
    fill: var(--t);
    margin-left: 10px
}

[saf-languages]>li.saf-selected>a {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: var(--t)
}

[saf-languages]>li.saf-selected>a svg {
    width: 30px;
    height: 30px;
    margin-right: 10px
}

[saf-languages]>.saf-sub {
    position: absolute;
    right: 0;
    top: 100%;
    min-width: 100%;
    width: max-content;
    background: #f5f5f5;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    padding: 15px 15px 20px;
    display: none
}

[saf-languages]>.saf-sub>ul {
    width: 100%;
    display: flex;
    flex-direction: column
}

[saf-languages]>.saf-sub>ul li.saf-item {
    order: 1
}

[saf-languages]>.saf-sub>ul li.saf-item:last-child {
    order: 0
}

[saf-languages]>.saf-sub>ul li.saf-item a {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #666;
    padding: 8px 0;
    border-bottom: 1px #0002 solid;
    transition: all 0.5s;
    width: max-content;
    min-width: 100%
}

[saf-languages]>.saf-sub>ul li.saf-item a>svg {
    width: 26px;
    height: 26px;
    margin-right: 10px;
    transition: all 1s;
    transform: rotateX(var(--saf-rotate))
}

[saf-languages]>.saf-sub>ul li.saf-item a:hover {
    border-color: var(--c);
    color: var(--c)
}

@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: 1660px) and (min-width: 1366px) {}

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

:root {
    --primary: #b22222;
    --hmfirst: #b22222;
    --hmsecond: #b22222;
    --second: #b22222;
    --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
}

.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-1719402715327 {
    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)
}

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

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

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

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

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

#c_static_001_P_37654-1719402715327 .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-1719402715327 .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-1719402715327 .s_form_layout1 {
    background: none
}

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

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

.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-1719402715327 {
        padding-right: 0px;
        padding-left: 0px;
        display-radio: 1;
        background-size: auto 100%
    }

    .followUsST ul {
        text-align: center
    }

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

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

    #c_static_001_P_37654-1719402715327 .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-1719402715327 .floatBox {
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 2;
        width: 100%;
        height: 59px;
        background: var(--primary)
    }

    #c_static_001_P_37654-1719402715327 .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-1719402715327 .moli.sq {
        display: none
    }

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

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

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

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

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

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

    #c_static_001_P_37654-1719402715327 .floatTel2 {
        display: none
    }

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

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

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

    #c_static_001_P_37654-1719402715327 .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-1719402715327 .floatLiW {
        position: relative;
        overflow: visible
    }

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

    #c_static_001_P_37654-1719402715327 .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-1719402715327 .floatLiW div.xxK img {
        width: 180px;
        display: block
    }

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

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

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

    .maskST {
        display: none
    }

    #c_static_001_P_37654-1719402715327 .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-1719402715327 .alink {
        display: inline-block;
        width: 87px;
        height: 100%;
        color: #fff;
        background: var(--primary);
        padding: 10px 0
    }

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

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

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

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

    #c_static_001_P_37654-1719402715327 .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-1719402715327 .floatLi:hover {
        left: -10px
    }

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

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

    #c_static_001_P_37654-1719402715327 .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-1719402715327 {
        display-radio: 1;
        padding-left: 0px;
        padding-right: 0px
    }
}

@media screen and (max-width: 1660px) and (min-width: 1366px) {}

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

#c_static_001-17025590267350 {
    min-height: 40px;
    display-radio: 1;
    padding-right: 0px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
    margin-top: 0px;
    background_radio: 2;
    padding-left: 0px;
    background-color: rgba(247, 247, 247, 1)
}

#c_static_001-17025590267350 .e_container-1 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    display-radio: flex;
    min-height: 50px;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    border-radius: 25px;
    -ms-border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -o-border-radius: 25px;
    padding-left: 0px;
    background-color: rgba(0, 0, 0, 0.03);
    padding-right: 0px;
    background_radio: 2;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px
}

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

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

#c_static_001-17025590267350 .e_breadcrumb-2 .icon {
    width: 24px;
    height: 24px
}

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

#c_static_001-17025590267350 .e_breadcrumb-2 .text-secondary {
    color: #787878;
    pointer-events: none
}

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

#c_static_001-17025590267350 .e_breadcrumb-2 .p_breadcrumb {
    display: flex;
    color: #787878
}

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

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

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

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

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

#c_static_001-17025590267350 .e_container-1 .cbox-1-0 {
    align-self: center;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px
}

#c_static_001-17025590267350 .e_breadcrumb-2 {
    display-radio: 1;
    background_radio: 1;
    width: 90%;
    max-width: 1360px;
    margin-left: auto;
    margin-right: auto
}

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

    #c_static_001-17025590267350 .e_breadcrumb-2 .p_breadcrumbItem:nth-child(1) .p_title,
    #c_static_001-17025590267350 .e_breadcrumb-2 .p_breadcrumbItem:nth-child(2) .p_title {
        white-space: pre
    }

    #c_static_001-17025590267350 .e_breadcrumb-2 .p_breadcrumbItem:nth-child(3) .p_title {
        word-break: break-all;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden
    }

    #c_static_001-17025590267350 .e_breadcrumb-2 a {
        display: flex
    }

    #c_static_001-17025590267350 {
        display-radio: 1;
        padding-left: 20px;
        padding-top: -50px;
        padding-bottom: 0px;
        padding-right: 20px;
        display: none
    }
}

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

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

@media screen and (max-width: 1660px) and (min-width: 1366px) {}

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

#c_static_001_P_26257-17194094056420 {
    min-height: 300px;
    padding: 0 0 50px
}

#c_static_001_P_26257-17194094056420 .e_container-1 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    max-width: var(--bw);
    margin: 0 auto;
    padding-top: 30px
}

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

#c_static_001_P_26257-17194094056420 .e_container-1>.p_item.cbox-1-1 {
    flex: 0 0 400px
}

#c_static_001_P_26257-17194094056420 .e_h1-2 {
    font-size: 26px;
    color: var(--hmfirst);
    line-height: 1.6;
    font_radio: 2;
    font-weight: normal
}

#c_static_001_P_26257-17194094056420 .e_container-3 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    position: sticky;
    top: 100px
}

#c_static_001_P_26257-17194094056420 .e_container-3>.p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_static_001_P_26257-17194094056420 .e_h3-4 {
    padding: 15px;
    font-size: 20px;
    color: #fff;
    background: var(--c);
    margin: 0;
    line-height: 1.5;
    display: flex;
    align-items: center
}

#c_static_001_P_26257-17194094056420 .e_h3-4 svg {
    width: auto;
    height: 20px;
    fill: #fff;
    margin-left: auto;
    display: block
}

#c_static_001_P_26257-17194094056420 .e_loop_sub-5 {
    display: flex;
    flex-wrap: wrap
}

#c_static_001_P_26257-17194094056420 .e_loop_sub-5 .p_loopItem {
    position: relative;
    flex: 0 0 100%
}

#c_static_001_P_26257-17194094056420 .e_text-6 {
    line-height: 1.6;
    font-size: 15px;
    color: #66;
    font_radio: 2;
    display-radio: 1
}

#c_static_001_P_26257-17194094056420 .e_container-7 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px #ddd solid;
    align-items: center;
    background_radio: 1;
    display-radio: flex
}

#c_static_001_P_26257-17194094056420 .e_container-7>.p_item {
    max-width: 100%;
    max-height: 100%
}

#c_static_001_P_26257-17194094056420 .e_timeFormat-8 {
    line-height: 1.6;
    font-size: 15px;
    color: #66;
    padding-left: 15px
}

#c_static_001_P_26257-17194094056420 .e_text-10 {
    line-height: 1.6;
    padding: 20px 0 30px;
    border-top: 1px #ddd solid;
    font-size: 15px;
    color: #777;
    width: 100%
}

#c_static_001_P_26257-17194094056420 .e_loop-12 {
    width: 100%
}

#c_static_001_P_26257-17194094056420 .e_loop-12 .p_category_content {
    width: 100%
}

#c_static_001_P_26257-17194094056420 .e_loop-12 .p_category_content .p_categoryA {
    border: 1px #ddd solid;
    border-top: none;
    /* display: none */
}

#c_static_001_P_26257-17194094056420 .e_loop-12 .p_category_content .p_categoryA.showCate {
    display: block
}

#c_static_001_P_26257-17194094056420 .e_loop-12 .p_category_content .p_categoryA .p_list {
    padding: 15px
}

#c_static_001_P_26257-17194094056420 .e_loop-12 .p_category_content .p_categoryA .p_list li a {
    display: block;
    padding: 15px 0;
    border-bottom: 1px #ddd dashed
}

#c_static_001_P_26257-17194094056420 .e_loop-12 .p_category_content .p_categoryA .p_list li a h3 {
    font-size: 18px;
    color: #333;
    line-height: 1.6
}

#c_static_001_P_26257-17194094056420 .e_loop-12 .p_category_content .p_categoryA .p_list li a p {
    font-size: 14px;
    color: #666
}

#c_static_001_P_26257-17194094056420 .e_loop-12 .p_category_content .p_categoryA .p_list li a:hover {
    border-bottom: 1px var(--c) solid
}

#c_static_001_P_26257-17194094056420 .e_loop-12 .p_category_content .p_categoryA .p_list li a:hover h3 {
    color: var(--c)
}

#c_static_001_P_26257-17194094056420 .e_richText-15 {
    font_radio: 2;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    color: rgba(49, 49, 49, 1);
    line-height: 2;
    margin-top: 30px;
    display-radio: 1;
    font-weight: normal;
    padding: 10px 15px 10px 115px;
    border: 1px #ccc solid;
    background-color: #fff;
    border-radius: 5px;
    padding-top: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
    padding-right: 30px
}

#c_static_001_P_26257-17194094056420 .e_richText-15 p {
    font-size: 16px;
    color: rgba(49, 49, 49, 1);
    line-height: 2
}

#c_static_001_P_26257-17194094056420 .e_richText-15 div {
    font-size: 16px;
    color: rgba(49, 49, 49, 1);
    line-height: 2
}

#c_static_001_P_26257-17194094056420 .e_richText-15 img {
    max-width: 100% !important;
    height: auto !important
}

#c_static_001_P_26257-17194094056420 .e_richText-15 table {
    border: 0 !important
}

#c_static_001_P_26257-17194094056420 .e_richText-15 tr th {
    background: var(--primary);
    color: #fff;
    padding: 15px;
    text-align: center;
    line-height: 1.5em;
    border: 1px solid rgba(255, 255, 255, 0.1)
}

#c_static_001_P_26257-17194094056420 .e_richText-15 tr td {
    padding: 10px;
    text-align: center;
    line-height: 1.5em;
    border: 1px solid rgba(0, 0, 0, 0.1);
    white-space: nowrap
}

#c_static_001_P_26257-17194094056420 .e_richText-15 tr:nth-child(odd) td {
    background: rgba(0, 0, 0, 0.03)
}

#c_static_001_P_26257-17194094056420 .e_richText-15 tr:nth-child(even) td {
    background: rgba(0, 0, 0, 0.07)
}

@media screen and (max-width:768px) {
    #c_static_001_P_26257-17194094056420 .e_loop_sub-5 .p_loopItem {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(100% / 1)
    }

    #c_static_001_P_26257-17194094056420 .e_loop-12 .p_loopitem {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(100% / 1)
    }

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

    #c_static_001_P_26257-17194094056420 .e_richText-15 {
        font_radio: 1;
        display-radio: 1;
        padding-top: 20px;
        padding-bottom: 20px
    }

    #c_static_001_P_26257-17194094056420 .e_richText-15 img {
        max-width: 100% !important;
        height: auto !important;
        display: flex
    }
}

@media screen and (min-width: 769px) {
    #c_static_001_P_26257-17194094056420 .e_loop_sub-5 .p_loopItem {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(100% / 1)
    }

    #c_static_001_P_26257-17194094056420 .e_loop-12 .p_loopitem {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(100% / 20)
    }
}