/* 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: 60px;
    width: auto;
    /*-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%*/
    }

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

#c_static_001-17190616049060 .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-17190616049060 .e_container-1 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

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

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

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

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

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

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

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

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

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

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

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

#c_static_001-17190616049060 .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-17190616049060 {
        display-radio:1;
        margin-top: 0px;
        padding-top: 15px;
        display: none
    }

    #c_static_001-17190616049060 .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-1685017729375 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    display-radio: 1;
    padding-bottom: 0px;
    padding-top: 0px;
    background-color: rgba(255,255,255,1)
}

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

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

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

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

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

#c_grid-1685017729375 .p_gridCell {
    display-radio: 1;
    font-weight: normal;
    background-color: rgb(240 242 244);
    padding-top: 20px;
    padding-bottom: 60px
}

@media screen and (max-width: 768px) {
    #c_grid-1685017729375 > .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-1685017729375 {
        display-radio: 1;
        margin-bottom: 0px;
        margin-top: 0px;
        padding-bottom: 0px;
        background_radio: 2;
        padding-top: 0px
    }
}

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

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

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

#c_grid-16850177510670 {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    display-radio: 1;
    background-color: rgb(240 242 244);
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    max-width: 1600px
}

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

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

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

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

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

#c_grid-16850177510670 .p_gridCell {
    display-radio: 1;
    font-weight: normal
}

@media screen and (max-width: 768px) {
    #c_grid-16850177510670 > .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-16850177510670 {
        display-radio: 1;
        background_radio: 2
    }
}

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

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

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

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

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

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

#c_static_001-1646718068940 {
    display-radio: 1;
    min-height: 0px;
    padding-top: 0px;
    margin-top: 0px
}

#c_static_001-1646718068940 .e_container-1 {
    display: block;
    flex-wrap: wrap;
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
    display-radio: block;
    width: auto;
    max-width: none;
    margin-top: 0px
}

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

#c_static_001-1646718068940 .e_container-1 .cbox-1-0 {
    flex: 0 0 100%
}

#c_static_001-1646718068940 .e_container-1 .cbox-1-1 {
    flex: 0 0 26%;
    margin-left: 4%
}

#c_static_001-1646718068940 .e_container-9 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    display-radio: flex;
    padding-left: 6%;
    padding-right: 6%;
    background-color: rgba(255,255,255,1);
    padding-bottom: 30px;
    padding-top: 5%
}

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

#c_static_001-1646718068940 .e_text-10 {
    display-radio: 1;
    font_radio: 2;
    font-size: 24px;
    color: rgba(68,68,68,1);
    line-height: 1.5;
    text-align: center;
    font-weight: normal;
    font-family: "249a2cc2-3ae2-4a12-80cc-f33fa61f776e"
}

#c_static_001-1646718068940 .e_line-11 {
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: rgba(221,221,221,1);
    height: 1px
}

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

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

#c_static_001-1646718068940 .e_container-13 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    display-radio: flex
}

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

#c_static_001-1646718068940 .e_container-13 .cbox-13-1 {
    flex: 0 0 auto
}

#c_static_001-1646718068940 .e_richText-15 img {
    position: relative;
    left: 0;
    width: 100% !important;
    height: auto !important;
    max-width: 800px !important
}

#c_static_001-1646718068940 .e_container-13 .cbox-13-0 {
    flex: 0 0 auto
}

#c_static_001-1646718068940 .e_container-14 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    padding-top: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
    background-color: rgba(245,245,245,1);
    margin-top: 20px;
    display-radio: flex
}

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

#c_static_001-1646718068940 .e_richText-15 {
    font_radio: 2;
    font-size: 16px;
    color: rgba(102,102,102,1);
    line-height: 1.8;
    margin-top: 30px;
    display-radio: 1
}

#c_static_001-1646718068940 .e_richText-15 div {
    padding-bottom: 0px;
    font-size: 15px !important;
    line-height: 1.8
}

#c_static_001-1646718068940 .e_richText-15 p {
    padding-bottom: 0px;
    font-size: 16px !important;
    line-height: 1.8
}

#c_static_001-1646718068940 .e_text-16 {
    display-radio: 1;
    font_radio: 2;
    font-size: 14px;
    color: rgba(90,90,90,1);
    line-height: 1.8
}

#c_static_001-1646718068940 .e_timeFormat-17 {
    min-height: 20px;
    font_radio: 2;
    font-size: 15px;
    color: rgba(90,90,90,1);
    line-height: 1.5;
    display-radio: 1
}

#c_static_001-1646718068940 .e_text-18 {
    display-radio: 1;
    font_radio: 2;
    font-size: 15px;
    color: rgba(90,90,90,1);
    line-height: 1.5
}

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

#c_static_001-1646718068940 .e_container-24 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    display-radio: flex;
    background-color: rgba(255,255,255,1);
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
    border-top: 1px #eee solid
}

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

#c_static_001-1646718068940 .e_container-24 .p_item {
    display-radio: 1
}

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

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

#c_static_001-1646718068940 .e_text-26 {
    line-height: normal;
    font_radio: 2;
    display-radio: 1
}

#c_static_001-1646718068940 .e_container-25 .cbox-25-0 {
    flex: 0 0 auto;
    margin-right: 10px
}

#c_static_001-1646718068940 .e_container-25 .p_item {
    display-radio: 1
}

#c_static_001-1646718068940 .e_text-27 {
    line-height: normal;
    font_radio: 2;
    display-radio: -webkit-box;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden
}

#c_static_001-1646718068940 .e_text-29 {
    line-height: normal;
    font_radio: 2;
    display-radio: 1
}

#c_static_001-1646718068940 .e_text-30 {
    font_radio: 2;
    display-radio: -webkit-box;
    text-align: right;
    color: rgba(85,85,85,1);
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden
}

#c_static_001-1646718068940 .e_container-31 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    display-radio: flex;
    align-items: center;
}

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

#c_static_001-1646718068940 .e_container-31 .cbox-31-1 {
    flex: 0 0 auto
}

#c_static_001-1646718068940 .e_container-31 .cbox-31-0 {
    margin-right: 5px
}

#c_static_001-1646718068940 .e_text-30:hover {
    color: rgba(235,92,32,1)
}

#c_static_001-1646718068940 .e_text-27:hover {
    color: rgba(235,92,32,1)
}

@media screen and (max-width: 768px) {
    #c_static_001-1646718068940 .e_container-1 {
        flex-direction:column
    }

    #c_static_001-1646718068940 .e_container-1 .cbox-1-1 {
        flex: 0 0 auto;
        margin-left: 0%
    }

    #c_static_001-1646718068940 .e_container-12 img {
        width: 100% !important;
        height: auto !important
    }

    #c_static_001-1646718068940 .e_richText-15 {
        font_radio: 2;
        font-size: 14px;
        line-height: 1.8;
        display-radio: 1;
        margin-top: 15px
    }

    #c_static_001-1646718068940 {
        display-radio: 1;
        padding-top: 0px;
        padding-bottom: 0px;
        background_radio: 2;
        margin-top: 20%
    }

    #c_static_001-1646718068940 .e_text-10 {
        display-radio: 1;
        font_radio: 2;
        font-size: 18px;
        color: #333333;
        line-height: 1.8;
        text-align: center
    }

    #c_static_001-1646718068940 .e_text-16 {
        display-radio: -webkit-box;
        font_radio: 1;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden
    }

    #c_static_001-1646718068940 .e_container-9 {
        display-radio: 1;
        padding-top: 5%;
        padding-bottom: 5%;
        padding-left: 3%;
        padding-right: 3%;
        margin-bottom: 30px
    }

    #c_static_001-1646718068940 .e_line-11 {
        display-radio: 1;
        margin-top: 8px;
        margin-bottom: 8px
    }

    #c_static_001-1646718068940 .e_container-14 {
        display-radio: 1;
        margin-top: 10px
    }
}

#c_static_001-16850178233020 {
    display-radio: 1;
    background-color: rgba(230,233,236,0.6);
    min-height: 0px;
    padding-top: 0px;
    margin-left: 50px
}

#c_static_001-16850178233020 .e_container-1 {
    display: block;
    flex-wrap: wrap;
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
    display-radio: flex;
    width: auto;
    max-width: none
}

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

#c_static_001-16850178233020 .e_container-1 .cbox-1-0 {
    flex: 0 0 70%
}

#c_static_001-16850178233020 .e_container-1 .cbox-1-1 {
    flex: 0 0 100%;
    margin-left: 4%
}

#c_static_001-16850178233020 .e_loop-4 .p_list {
    display: flex;
    flex-wrap: wrap
}

#c_static_001-16850178233020 .e_loop-4 .p_loopitem {
    flex: 0 0 33.3%;
    position: relative
}

#c_static_001-16850178233020 .e_loop-4 .p_page {
    text-align: center
}

#c_static_001-16850178233020 .e_loop-4 .p_filter_wrapper {
    width: 100%;
    font-size: 13px
}

#c_static_001-16850178233020 .e_loop-4 .p_kv_wrapper {
    display: flex;
    flex-wrap: nowrap;
    line-height: 24px;
    margin: 15px 0
}

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

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

#c_static_001-16850178233020 .e_loop-4 .p_active {
    color: #fff;
    background-color: #409EFF;
    border-radius: 2px
}

#c_static_001-16850178233020 .e_loop-4 .p_result_item {
    position: relative;
    padding: 3px 20px 3px 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-right: 10px
}

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

#c_static_001-16850178233020 .e_loop-4 .multSelect {
    font-size: 13px;
    position: relative
}

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

#c_static_001-16850178233020 .e_loop-4 .multSelect.is-invalid .inputWrap {
    border-color: #dc3545
}

#c_static_001-16850178233020 .e_loop-4 .multSelect ul {
    padding: 0 5px;
    margin: 0;
    padding-right: 35px
}

#c_static_001-16850178233020 .e_loop-4 .multSelect ul,li {
    list-style: none
}

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

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

#c_static_001-16850178233020 .e_loop-4 .multSelect .multSelect-option>div {
    line-height: 24px;
    cursor: pointer;
    padding: 0 10px
}

#c_static_001-16850178233020 .e_loop-4 .multSelect .multSelect-option>div.selected {
    color: #409eff
}

#c_static_001-16850178233020 .e_loop-4 .multSelect .multSelect-option>div:hover {
    color: #409eff;
    background: #f3f6f9
}

#c_static_001-16850178233020 .e_loop-4 .multSelect .fa-close {
    font-style: normal;
    font-size: 12px;
    padding: 0 5px 0 7px
}

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

#c_static_001-16850178233020 .e_loop-4 .multSelect .inputWrap>.fa-down svg {
    transform: rotate(-90deg)
}

#c_static_001-16850178233020 .e_loop-4 .multSelect .inputWrap>.fa-up svg {
    transform: rotate(90deg)
}

#c_static_001-16850178233020 .e_loop-4 .multSelect .placeholder {
    line-height: 40px;
    padding-left: 10px;
    color: #aaa;
    position: absolute;
    left: 0;
    top: 0
}

#c_static_001-16850178233020 .e_loop-4 .p_filter_select {
    width: 110px;
    height: 24px;
    padding: 0;
    border: 1px solid #DCDFE6
}

#c_static_001-16850178233020 .e_loop-4 .p_normal_start {
    display: inline;
    width: 60px;
    height: 22px
}

#c_static_001-16850178233020 .e_loop-4 .p_date_start {
    display: inline;
    width: 105px;
    height: 22px
}

#c_static_001-16850178233020 .e_loop-4 .p_normal_end {
    display: inline;
    width: 60px;
    height: 22px;
    margin-right: 5px
}

#c_static_001-16850178233020 .e_loop-4 .p_date_end {
    display: inline;
    width: 105px;
    height: 22px;
    margin-right: 5px
}

#c_static_001-16850178233020 .e_loop-4 .p_split {
    margin: 0 5px
}

#c_static_001-16850178233020 .e_loop-4 .p_normal {
    margin-right: 16px
}

#c_static_001-16850178233020 .e_loop-4 {
    background_radio: 1;
    margin-top: 0px;
    display-radio: 1
}

#c_static_001-16850178233020 .e_image-6 {
    overflow: hidden;
    margin-bottom: 10px
}

#c_static_001-16850178233020 .e_image-6 img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

#c_static_001-16850178233020 .e_text-7 {
    line-height: 1.5;
    font_radio: 2;
    font-size: 18px;
    color: rgba(68,68,68,1);
    font-weight: normal;
    display-radio: -webkit-box;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: "249a2cc2-3ae2-4a12-80cc-f33fa61f776e"
}

#c_static_001-16850178233020 .e_timeFormat-8 {
    min-height: 20px;
    font_radio: 2;
    display-radio: 1;
    font-size: 12px;
    color: rgba(126,126,126,1);
    line-height: 1.5
}

#c_static_001-16850178233020 .e_container-2 {
    display-radio: 1;
    padding-top: 8%;
    padding-left: 8%;
    padding-right: 8%;
    padding-bottom: 8%;
    border-color: rgba(255,255,255,1);
    background-color: rgba(255,255,255,1)
}

#c_static_001-16850178233020 .e_container-5 {
    display-radio: 1;
    margin-bottom: 20px
}

#c_static_001-16850178233020 .e_container-5:hover .e_text-7 {
    color: var(--hmsecond)
}

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

#c_static_001-16850178233020 .e_button-32 {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    width: 100%;
    padding: 8px;
    background_radio: 2;
    border_radio: 2;
    font_radio: 2;
    radius_radio: 2;
    display-radio: block;
    margin-top: 30px;
    background-color: var(--hmsecond);
    font-size: 16px;
    border-style: none;
    border-width: 1px;
    border-color: var(--hmsecond);
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px
}

#c_static_001-16850178233020 .e_button-32 span {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    outline: 0;
    margin: 0px;
    overflow: hidden
}

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

#c_static_001-16850178233020 .e_button-32:hover::after {
    opacity: 1
}

#c_static_001-16850178233020 .e_button-32:hover {
    background-color: rgba(50,80,111,1);
    border-style: none;
    border-color: rgba(255,255,255,1);
    border-width: 1px
}

@media screen and (max-width: 768px) {
    #c_static_001-16850178233020 .e_container-1 {
        flex-direction:column
    }

    #c_static_001-16850178233020 .e_container-1 .cbox-1-1 {
        flex: 0 0 auto;
        margin-left: 0%
    }

    #c_static_001-16850178233020 .e_loop-4 .p_loopitem {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(100% / 1)
    }

    #c_static_001-16850178233020 {
        display-radio: 1;
        padding-bottom: 0px;
        padding-top: 0px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0px;
        padding-right: 0px
    }

    #c_static_001-16850178233020 .e_container-2 {
        display-radio: 1;
        padding-top: 5%;
        padding-bottom: 5%;
        padding-left: 5%;
        padding-right: 5%
    }

    #c_grid-16850177510670 > .p_gridbox > .p_gridCell:nth-child(1n + 1) {
        padding: 0
    }
}

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