/* 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%
}

@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: 100%;
        margin-left: 0%;
        margin-right: 0%;
        margin-top: 0rem;
        margin-bottom: 0rem;
        clear: left
    }
}

.page_jump {
    display: none
}

.page_a.current {
    background: #000;
    color: #fff
}

#c_navigation_126_P_228-17034817634100 {
    min-height: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0), 60%, rgba(0, 0, 0, 0.3));
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    transition: all .5s ease;
    display-radio: 1;
    background_radio: 2;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0), 60%, rgba(0, 0, 0, 0.3))
}

#c_navigation_126_P_228-17034817634100.active {
    background: #fff;
    box-shadow: 0 0 15px rgb(0 0 0 / 20%)
}

#c_navigation_126_P_228-17034817634100 .e_image-16 {
    overflow: hidden;
    display-radio: 1;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    max-width: 220px
}

#c_navigation_126_P_228-17034817634100 .e_image-16 img {
    width: 20%;
    height: auto;
    object-fit: contain;
    filter: unset;
    margin-left: 20%
}

#c_navigation_126_P_228-17034817634100 .e_image-16 img:nth-child(2) {
    width: 20%;
    height: auto;
    object-fit: contain;
    filter: unset;
    display: none
}

#c_navigation_126_P_228-17034817634100.active .e_image-16 img {
    display: none
}

#c_navigation_126_P_228-17034817634100.active .e_image-16 img:nth-child(2) {
    height: 100%;
    object-fit: contain;
    filter: unset;
    display: block
}

#c_navigation_126_P_228-17034817634100 .e_container-21 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 90%;
    max-width: 1560px;
    margin-left: auto;
    margin-right: auto;
    display-radio: flex;
    background_radio: 1
}

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

#c_navigation_126_P_228-17034817634100 .e_container-21 .cbox-21-0 {
    flex: 0 0 40%;
    align-self: center
}

#c_navigation_126_P_228-17034817634100 .e_container-21 .cbox-21-2 {
    flex: 0 0 auto;
    align-self: center
}

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

#c_navigation_126_P_228-17034817634100 .e_navigationF-24 {
}

#c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_navButton {
    width: 100px;
    justify-content: center;
    padding: 20px 0;
    display: none
}

#c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_navButton > p {
    width: 21px;
    height: 16px;
    cursor: pointer
}

#c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_navButton > p span {
    width: 100%;
    background: #000;
    display: block;
    height: 2px;
    margin: 2px 0;
    float: left;
    -webkit-transition: all ease 0.8s, opacity ease 0.3s;
    -moz-transition: all ease 0.8s, opacity ease 0.3s;
    -ms-transition: all ease 0.8s, opacity ease 0.3s;
    -o-transition: all ease 0.8s, opacity ease 0.3s;
    transition: all ease 0.8s, opacity ease 0.3s;
    opacity: 1
}

#c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_navButton > p span:nth-of-type(1) {
    width: 50%;
    float: left
}

#c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_navButton > p span:nth-of-type(3) {
    width: 50%;
    float: right
}

#c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_navButton > p.showmenu span {
    background: #000;
    -webkit-animation: animaspan 0.5s 1;
    animation: animaspan 0.5s 1;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards
}

#c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_navButton > p.showmenu span:nth-of-type(1) {
    transform: translateY(6px) rotate(720deg);
    width: 100%
}

#c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_navButton > p.showmenu span:nth-of-type(2) {
    transform: rotate(720deg)
}

#c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_navButton > p.showmenu span:nth-of-type(3) {
    transform: translateY(-6px) rotate(720deg);
    width: 100%
}

#c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_navButton > p.showmenu span.biahuan:nth-of-type(1) {
    transform: translateY(6px) rotate(670deg)
}

#c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_navButton > p.showmenu span.biahuan:nth-of-type(2) {
    transform: translateY(0px) rotate(768deg)
}

#c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_navButton > p.showmenu span.biahuan:nth-of-type(3) {
    width: 0;
    opacity: 0
}

#c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_navCon {
    color: #fff;
    font-size: 16px;
    line-height: 1;
    transition: all ease .3s;
    text-decoration: none
}

#c_navigation_126_P_228-17034817634100.active .e_navigationF-24 .p_navCon {
    color: #333
}

#c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_navCon::after {
    background: #000;
    height: 2px
}

#c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_navBox2 > div.warp {
    width: 94%;
    margin: 0 auto;
    display: flex;
    max-width: 1600px;
    justify-content: space-between
}

#c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_navBox2 .warp .right .tit {
    font-size: 30px;
    line-height: 30px;
    font-weight: normal;
    margin-bottom: 40px;
    color: #333
}

#c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_navBox2 .warp .right .con {
    display: flex;
    flex-direction: column
}

#c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_navBox2 .warp .right .con a {
    width: 220px;
    height: 46px;
    font-size: 16px;
    color: #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 30px;
    border: 2px solid #bfbfbf;
    margin-bottom: 15px;
    transition: all .5s ease
}

#c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_navBox2 .warp .right .con a:hover {
    color: #fff;
    background: #000;
    border: 2px solid #000
}

#c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_navBox2 .warp .right .con a svg {
    width: 12px;
    height: 12px;
    fill: #333;
    transition: all .5s ease
}

#c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_navBox2 .warp .right .con a:hover svg {
    fill: #fff
}

#c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_navBox2 .warp .right .tel {
    padding-top: 10px
}

#c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_navBox2 .warp .right .tel .t {
    font-size: 16px;
    line-height: 20px;
    color: #666
}

#c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_navBox2 .warp .right .tel .c {
    font-size: 30px;
    font-family: arial
}

#c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_navBox2 .warp .right .tel .c a {
    color: #000
}

#c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_navItem1:hover .p_navBox2 {
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}

#c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_navBox2 ul {
    padding: 10px 0
}

#c_navigation_126_P_228-17034817634100 .e_navigationF-24 .haveThree ul {
    padding: 0
}

#c_navigation_126_P_228-17034817634100 .e_navigationF-24 .haveThree .p_navItem2 {
    width: auto;
    margin-right: 0px
}

#c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_navItem2 a {
    display: flex;
    align-items: center;
    width: 100%;
    transition: all ease .3s
}

#c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_navCon2 {
    font-size: 16px;
    text-align: left;
    color: #333;
    transition: all ease .15s;
    display: flex;
    width: 100%;
    padding: 0;
    line-height: 1.2;
    text-decoration: none
}

#c_navigation_126_P_228-17034817634100 .e_navigationF-24 .haveThree .p_navCon2 {
    text-align: left;
    font-size: 20px;
    padding: 0px 25px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 80px
}

#c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_navItem2 a span {
    width: 100%
}

#c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_navItem2 img {
    width: 100%;
    max-width: 50px;
    margin-right: 25px
}

#c_navigation_126_P_228-17034817634100 .e_navigationF-24 .haveThree .p_navItem2 img {
    margin-right: 20px
}

#c_navigation_126_P_228-17034817634100 .e_navigationF-24 .haveThree .p_level3Box {
    margin-top: 0px;
    padding-top: 0px
}

#c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_level3Item {
    margin-right: 0px
}

#c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_navCon3 {
    font-size: 16px;
    letter-spacing: 0;
    color: #333;
    padding: 0px 50px;
    line-height: 46px;
    transition: all ease .15s;
    font-weight: bold
}

#c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_navItem1 {
    position: static
}

#c_navigation_126_P_228-17034817634100 .e_navigationF-24 .haveThree .p_navBox2 {
    width: 100%;
    padding: 0px
}

#c_navigation_126_P_228-17034817634100 .e_navigationF-24 .haveThree .p_level4Box {
    flex-direction: column;
    margin-top: 20px
}

#c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_menuItem {
    font-size: 14px;
    font-weight: 500;
    color: rgb(255 255 255 / 50%);
    line-height: 1.7;
    transition: all ease .15s
}

#c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_level4Item span {
    display: flex;
    flex-direction: column;
    justify-content: center
}

#c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_level4Item .p_dian {
    width: 15px;
    position: relative
}

#c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_level4Item .p_dian::after {
    content: '';
    width: 4px;
    height: 4px;
    background: rgb(0 0 0 / 40%);
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

#c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_level4Item img {
    width: auto
}

#c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_navItem2 a:hover, #c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_navItem2 .p_navCon3:hover, #c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_navItem2 .p_menuItem:hover, #c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_navItem2 .p_menuItemhat:hover {
    color: #000;
    border-bottom: 1px solid #000
}

#c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_listthree img {
    width: auto
}

#c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_listthree .p_menuItemhat {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    line-height: 1.7;
    transition: all ease .15s
}

#c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_navBox2.isdesign {
    display: none;
    opacity: 1;
    visibility: visible
}

#c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_navItem1 > p a {
    padding: 0;
    width: 100%
}

#c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_navBox2 {
    background: #f2f3f1;
    padding: 0px 0 0px;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    border-bottom: 4px solid #000
}

#c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_navItem2 a span.p_img {
    width: auto;
    margin-right: 0;
    display: none
}

#c_navigation_126_P_228-17034817634100 .e_navigationF-24 .haveThree .p_navItem2 a span {
    width: auto;
    margin-right: 0;
    font-size: 20px;
    color: #333;
    font-weight: normal;
    letter-spacing: 0px
}

#c_navigation_126_P_228-17034817634100 .closeFrom {
    display: flex;
    flex-direction: column;
    justify-content: center
}

#c_navigation_126_P_228-17034817634100 .closeFrom svg {
    fill: #000;
    transition: all ease .3s;
    cursor: pointer
}

#c_navigation_126_P_228-17034817634100 .closeFrom:hover svg {
    transform: rotate(90deg)
}

#c_navigation_126_P_228-17034817634100 .boxForm.active {
    top: 0
}

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

@media screen and (max-width: 768px) {
    .fa_Btnyy p {
        background-image: url(https://omo-oss-image1.thefastimg.com//portal-saas/new2022122810400045688/cms/image/5585bf2c-b5f9-4fc1-ac97-8684bcb400f0.png) !important;
        color: #333 !important
    }

    #c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_navButton > p span {
        background: #032890 !important
    }

    .fa_Btnyy h1 {
        color: #333 !important
    }

    #c_navigation_126_P_228-17034817634100 {
        background: #fff;
        box-shadow: 0 0 15px rgb(0 0 0 / 20%)
    }

    #c_navigation_126_P_228-17034817634100 .e_image-16 img {
        display: none
    }

    #c_navigation_126_P_228-17034817634100 .e_image-16 img:nth-child(2) {
        height: 100%;
        object-fit: contain;
        filter: unset;
        display: block !important
    }

    #c_navigation_126_P_228-17034817634100.active .e_image-16 img:nth-child(2) {
        width: 40%
    }

    .p_haveNav {
        min-height: auto !important
    }

    .p_haveNav.fix {
        position: fixed !important;
        z-index: 1000;
        top: 0;
        left: 0;
        right: 0;
        background: #fff
    }

    #c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_navBox1::-webkit-scrollbar {
        width: 0px
    }

    #c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_navBox1::-webkit-scrollbar-track {
        background: #252525
    }

    #c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_navBox1::-webkit-scrollbar-thumb {
        background: #545454
    }

    #c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_navBox1::-webkit-scrollbar-thumb:hover {
        background: #fff
    }

    #c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_navButton {
        width: 60px;
        height: 60px;
        align-items: center;
        display: flex;
        justify-content: center;
        padding: 0
    }

    #c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_navBox1 {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #fff;
        padding: 0px;
        height: calc(0vh);
        overflow-y: scroll;
        z-index: 10;
        max-height: 1080px;
        transition: all ease .3s
    }

    #c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_navBox1.pkcclb {
        height: calc(100vh)
    }

    #c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_navItem1 {
        border-top: 1px solid #eee;
        padding: 15px 20px
    }

    #c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_navItem1:last-child {
        margin-bottom: 100px
    }

    #c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_navCon {
        display: flex;
        justify-content: space-between;
        color: #333;
        line-height: 22px;
        font-size: 14px
    }

    #c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_navCon2 {
        padding: 15px;
        font-size: 14px;
        border-top: 1px solid #eee;
        color: #333
    }

    #c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_navCon3 {
        display: flex;
        justify-content: space-between;
        padding: 0;
        color: #333;
        font-size: 14px
    }

    #c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_navItem1 > p svg, #c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_navItem2 > p svg, #c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_level3Item > p svg {
        width: 16px;
        margin: 0px 0;
        opacity: .5;
        cursor: pointer;
        transition: all ease .3s
    }

    #c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_navItem1 > p a {
        padding: 0
    }

    #c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_navItem2 .p_img, #c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_level3Item span {
        opacity: .8
    }

    #c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_navItem2 .p_img img {
        width: 23px;
        margin-right: 10px
    }

    #c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_navBox2 {
        display: none;
        opacity: 1;
        visibility: visible;
        background: none;
        width: 100%;
        margin-top: 15px;
        border-bottom: none
    }

    #c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_navBox2 ul {
        padding: 0px
    }

    #c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_level3Box {
        display: none
    }

    #c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_level3Item {
        width: 100%;
        margin: 0
    }

    #c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_level3Item span, #c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_level4Item span {
        display: none
    }

    #c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_level4Box {
        display: none
    }

    #c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_level3Item .p_menuItem {
        font-size: 14px
    }

    #c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_level4Item .p_menuItem::before {
        display: none
    }

    #c_navigation_126_P_228-17034817634100 .e_navigationF-24 p svg.rotate {
        transform: rotate(90deg)
    }

    #c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_navItem2 {
        margin-bottom: 0px
    }

    #c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_navItem2 span {
        display: flex;
        flex-direction: column;
        justify-content: center
    }

    #c_navigation_126_P_228-17034817634100 .e_navigationF-24 .haveThree .p_navBox2 {
        padding: 0
    }

    #c_navigation_126_P_228-17034817634100 .e_navigationF-24 .haveThree .p_navItem2 {
        margin-right: 0
    }

    #c_navigation_126_P_228-17034817634100 .e_navigationF-24 .haveThree .p_navItem2 a {
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0px
    }

    #c_navigation_126_P_228-17034817634100 .e_navigationF-24 .haveThree .p_level3Box {
        margin: 0;
        padding: 0;
        border: 0
    }

    #c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_level3Item:first-child {
        margin-top: 15px;
        padding-top: 15px;
        border-top: 1px solid rgb(255 255 255 / 20%);
        margin-right: 0
    }

    #c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_level3Item:last-child {
        padding: 0 0 20px
    }

    #c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_navItem2 img {
        width: auto;
        max-width: 23px;
        margin-right: 10px
    }

    #c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_level4Item:first-child {
        margin-top: 20px
    }

    #c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_level4Item:last-child {
        margin-bottom: 20px
    }

    #c_navigation_126_P_228-17034817634100 .e_navigationF-24 .haveThree .p_level4Box {
        margin: 0
    }

    #c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_navBox1.isdesign {
        height: calc(100vh);
        display: none
    }

    #c_navigation_126_P_228-17034817634100 {
    }

    #c_navigation_126_P_228-17034817634100 .e_container-21 {
        position: relative;
        width: 100%;
        padding: 0px 0px 0px 15px;
        justify-content: space-between;
        display-radio: 1
    }

    #c_navigation_126_P_228-17034817634100 .e_container-21 .cbox-21-0 {
        flex: 0 0 200px
    }

    #c_navigation_126_P_228-17034817634100 .e_image-16 img {
    }

    #c_navigation_126_P_228-17034817634100 .e_image-16 img.logocai {
        display: block
    }

    #c_navigation_126_P_228-17034817634100 .e_container-21 .cbox-21-1 {
        flex: 0 0 auto
    }

    #c_navigation_126_P_228-17034817634100 .e_container-21 .cbox-21-2 {
        flex: 0 0 auto;
        position: absolute !important;
        right: 62px;
        z-index: 5
    }

    #c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_navButton > p span {
        background: #fff
    }

    #c_navigation_126_P_228-17034817634100.active .e_navigationF-24 .p_navButton > p span {
        background: #032890
    }

    #c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_navButton > p span:nth-of-type(1) {
        width: 100%;
        float: left
    }

    #c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_navButton > p span:nth-of-type(3) {
        width: 100%;
        float: right
    }

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

    #c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_navBox2 .left .title {
        display: none
    }

    #c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_navBox2 .left .jieshao {
        display: none
    }

    #c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_navBox2 .center {
        display: none
    }

    #c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_navBox2 .right {
        display: none
    }

    #c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_navItem2 a svg {
        display: none
    }

    #c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_navBox2 > div.warp {
        width: 100%
    }

    #c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_navItem1 .p_navBox2 .left {
        width: 100%
    }

    #c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_navItem2 a:hover, #c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_navItem2 .p_navCon3:hover, #c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_navItem2 .p_menuItem:hover, #c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_navItem2 .p_menuItemhat:hover {
        border-bottom: none
    }

    #c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_navItem2:first-child .p_navCon2 {
        border-top: none
    }

    #c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_navItem2:last-child .p_navCon2 {
        padding-bottom: 0px
    }

    #c_navigation_126_P_228-17034817634100 .e_navigationF-24 .haveThree .p_navCon2 {
        text-align: left;
        font-size: 14px;
        padding: 15px;
        font-weight: normal;
        letter-spacing: 0;
        line-height: 22px
    }

    #c_navigation_126_P_228-17034817634100 .e_navigationF-24 .haveThree .p_navItem2 a span {
        width: 100%;
        margin-right: 0;
        font-size: 14px;
        color: #333;
        font-weight: normal;
        letter-spacing: 0px
    }

    #c_navigation_126_P_228-17034817634100 .e_navigationF-24 .haveThree .p_navCon2:hover a span {
        color: #1e9e3b
    }

    #c_navigation_126_P_228-17034817634100 .e_image-16 {
        display-radio: 1;
        max-width: 80px
    }
}

@media screen and (min-width: 769px) {
    .p_haveNav {
        min-height: auto !important
    }

    #c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_navBox2 .warp .left {
        width: 60%;
        padding: 0px
    }

    #c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_navBox2 .warp .left .title {
        font-size: 26px;
        line-height: 26px;
        color: #333;
        font-weight: bold;
        margin-bottom: 20px
    }

    #c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_navBox2 .warp .left .jieshao {
        font-size: 15px;
        line-height: 1.8;
        color: #777;
        margin-bottom: 15px
    }

    #c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_navBox2 .warp .right {
        width: 28.6%;
        display: none;
        justify-content: flex-end;
        align-items: center
    }

    #c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_navBox2 .warp .center {
        width: 33%
    }

    #c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_navBox2 .warp .center .imgZoom {
        position: relative;
        display: block;
        width: 100%;
        height: 0;
        overflow: hidden;
        padding-bottom: 30%
    }

    #c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_navBox2 .warp .center .imgZoom img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(1);
        width: 100%;
        height: auto;
        transition: all 0.8s ease .1s
    }

    #c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_navItem2 a {
        padding: 15px 0px;
        border-bottom: 1px solid #ccc
    }

    #c_navigation_126_P_228-17034817634100 .e_navigationF-24 .haveThree {
        position: static
    }

    #c_navigation_126_P_228-17034817634100 .e_navigationF-24 .haveThree .p_navItem2 a {
        display: flex;
        align-items: center;
        padding: 0;
        width: 100%;
        transition: all ease .3s;
        border: none
    }

    #c_navigation_126_P_228-17034817634100 .e_navigationF-24 .haveThree .center .nav_img {
        display: none
    }

    #c_navigation_126_P_228-17034817634100 .e_navigationF-24 .haveThree .p_navBox2 {
        background: url(https://omo-oss-image1.thefastimg.com//portal-saas/demo_d83bc9af8bb342749ecf5b9c474b30c5/cms/image/9a2f15d9-414e-4f5e-a5b5-976b61771295.jpg
        ) #f2f3f1 no-repeat right center
    }

    #c_navigation_126_P_228-17034817634100 .e_navigationF-24 .haveThree .p_navBox2 .warp .center {
        background: #fff;
        width: 35.15%
    }

    #c_navigation_126_P_228-17034817634100 .e_navigationF-24 .haveThree .p_navBox2 .warp .left {
        width: 36.25%;
        padding: 40px 0px
    }

    #c_navigation_126_P_228-17034817634100 .e_navigationF-24 .haveThree .p_navBox2 .warp .right {
        width: 28.6%;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        padding-left: 6%;
        padding-top: 5%
    }

    #c_navigation_126_P_228-17034817634100 .e_navigationF-24 .haveThree .p_navBox2 .warp .left .title {
        display: none
    }

    #c_navigation_126_P_228-17034817634100 .e_navigationF-24 .haveThree .p_navBox2 .warp .left .jieshao {
        display: none
    }

    #c_navigation_126_P_228-17034817634100 .e_navigationF-24 .haveThree .p_navItem2 a span.p_img {
        display: block
    }

    #c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_navBox1 {
        display: flex;
        width: 90%;
        margin: auto;
        justify-content: space-between
    }

    #c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_navItem1 > p {
        display: flex;
        position: relative
    }

    #c_navigation_126_P_228-17034817634100.active .e_navigationF-24 .p_navItem1 > p a {
        color: #333;
        line-height: 80px;
        transition: all 0.5s linear
    }

    #c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_navItem1 > p a {
        display: block;
        line-height: 120px;
        color: #fff
    }

    #c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_navItem1 > p svg {
        display: none
    }

    #c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_navItem1 > p::after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        width: 0;
        margin: 0 auto;
        transition: all ease .3s
    }

    #c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_navItem1:hover > p::after {
        width: 100%
    }

    #c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_navBox2 {
        position: absolute;
        left: 50%;
        padding: 60px 0px;
        transform: translateX(-50%);
        top: 100%;
        display: flex;
        justify-content: center;
        z-index: 10;
        transition: all ease .3s;
        pointer-events: none
    }

    #c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_navBox2 .left ul li {
        width: 25%;
        padding-right: 5%
    }

    #c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_navBox2 ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start
    }

    #c_navigation_126_P_228-17034817634100 .e_navigationF-24 .haveThree ul {
        flex-direction: row;
        justify-content: flex-end
    }

    #c_navigation_126_P_228-17034817634100 .e_navigationF-24 .haveThree .p_navBox2 .left ul li {
        width: 100%;
        margin-right: 0px
    }

    #c_navigation_126_P_228-17034817634100 .e_navigationF-24 .haveThree .p_navBox2 .left ul li.cur {
        background: #fff
    }

    #c_navigation_126_P_228-17034817634100 .e_navigationF-24 .haveThree .p_navItem2.cur a span {
        color: #000
    }

    #c_navigation_126_P_228-17034817634100 .e_navigationF-24 .haveThree .p_navItem2 svg {
        display: none
    }

    #c_navigation_126_P_228-17034817634100 .e_navigationF-24 .haveThree .p_navBox2 .warp .center .sj_warp .p_level3Box {
        display: none
    }

    #c_navigation_126_P_228-17034817634100 .e_navigationF-24 .haveThree .p_navBox2 .warp .center .sj_warp {
        padding: 40px 0px
    }

    #c_navigation_126_P_228-17034817634100 .e_navigationF-24 .haveThree .p_navBox2 .warp .center .sj_warp .p_level3Box.pro_cur {
        display: block
    }

    #c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_navCon3 .p_jtIcon {
        display: none
    }

    #c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_navCon3 .sj_icon {
        margin-right: 10px
    }

    #c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_level3Box .p_menuItemhat {
        font-size: 16px;
        font-weight: normal;
        color: #333;
        line-height: 1.6;
        transition: all ease .15s
    }

    #c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_navItem2 a span {
        display: flex;
        flex-direction: column;
        justify-content: center
    }

    #c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_navItem2 > p > svg {
        display: none
    }

    #c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_navItem2 > p > a svg {
        width: 12px;
        height: 12px
    }

    #c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_level3Box.p_listthree {
        flex-direction: column
    }

    #c_navigation_126_P_228-17034817634100 .e_navigationF-24 .haveThree .p_level3Box {
        min-height: 510px
    }

    #c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_level3Item:hover .p_menuItemhat {
        color: #000
    }

    #c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_level3Item:hover .sj_icon {
        fill: #000
    }

    #c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_navCon3 a {
        display: block;
        width: 100%
    }

    #c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_navItem1:hover > p a, #c_navigation_126_P_228-17034817634100.active .e_navigationF-24 .p_navItem1:hover > p a {
        color: #000
    }
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
    #c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_level3Item {
        margin-right: 25px
    }

    #c_navigation_126_P_228-17034817634100 .e_navigationF-24 .haveThree .p_navItem2 {
        margin-right: 30px
    }

    #c_navigation_126_P_228-17034817634100 .e_navigationF-24 .haveThree .p_navItem2 a {
        font-size: 18px;
        line-height: 28px
    }

    #c_navigation_126_P_228-17034817634100 .e_navigationF-24 .p_navItem2 img {
        max-width: 28px;
        margin-right: 10px
    }

    #c_navigation_126_P_228-17034817634100 .e_navigationF-24 .haveThree .p_level3Box {
        padding-left: 3px
    }

    #c_navigation_126_P_228-17034817634100 .e_navigationF-24 .haveThree .p_level4Box {
        padding-left: 11px
    }
}

#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%
}

@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: 100%;
        margin-left: 0%;
        margin-right: 0%;
        margin-top: 0rem;
        margin-bottom: 0rem;
        clear: left
    }
}

#c_grid-116273709439190 > .p_gridbox > .p_gridCell:nth-child(1n + 1) {
    width: 100% !important;
    margin: 0px !important
}

#c_navigation_228-17034680460890 {
    min-height: 0px;
    padding-top: 0px;
    background: rgba(72, 72, 72, 1);
    display-radio: 1;
    background-color: rgba(234, 234, 234, 1);
    background_radio: 2;
    padding-left: 15px;
    padding-right: 15px
}

.e_text0 {
    font_radio: 2;
    line-height: 2
}

.e_text1 {
    font_radio: 2;
    line-height: 2
}

.e_text2 {
    font_radio: 2;
    line-height: 2;
    font-weight: normal
}

.e_text3 {
    font_radio: 2;
    line-height: 2
}

.e_text4 {
    font_radio: 2;
    line-height: 2
}

.e_text5 {
    font_radio: 2;
    line-height: 2
}

.e_text6 {
    font_radio: 2;
    line-height: 2
}

#c_navigation_228-17034680460890 .e_container-34 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    display-radio: flex;
    background_radio: 1
}

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

#c_navigation_228-17034680460890 .e_container-35 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    display-radio: flex;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: rgba(137, 137, 137, 0.2);
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    background_radio: 1
}

#c_navigation_228-17034680460890 .e_container-35 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_navigation_228-17034680460890 .e_container-34 .p_item {
    display-radio: 1
}

#c_navigation_228-17034680460890 .e_container-44 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    display-radio: flex;
    padding-right: 0px;
    margin-right: 0px;
    background_radio: 1;
    max-width: none;
    width: auto;
    margin-left: 0px
}

#c_navigation_228-17034680460890 .e_container-44 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_navigation_228-17034680460890 .e_text-45 {
    display-radio: 1;
    font_radio: 2;
    margin-bottom: 25px;
    font-size: clamp(1rem, 0.969rem + 0.16vw, 1.125rem);
    color: rgba(51, 51, 51, 1);
    line-height: 1;
    font-weight: bold;
    text-align: left
}

#c_navigation_228-17034680460890 .e_container-61 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    display-radio: flex;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
    background_radio: 1
}

#c_navigation_228-17034680460890 .e_container-61 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_navigation_228-17034680460890 .e_container-61 .cbox-61-0 {
    margin-right: 0%;
    flex: 0 0 55%
}

#c_navigation_228-17034680460890 .e_container-61 .cbox-61-1 {
    flex: 0 0 45%;
    border-left: 1px solid rgba(137, 137, 137, 0.2)
}

#c_navigation_228-17034680460890 .icon path {
    fill: #333
}

#c_navigation_228-17034680460890 .e_text-63 {
    font_radio: 2;
    display-radio: 1;
    line-height: 1.8;
    color: rgba(51, 51, 51, 1);
    font-size: clamp(0.875rem, 0.844rem + 0.16vw, 1rem);
    text-align: left
}

#c_navigation_228-17034680460890 .e_text-65 {
    font_radio: 2;
    display-radio: 1;
    line-height: 1.8;
    color: rgba(51, 51, 51, 1);
    font-size: clamp(0.875rem, 0.844rem + 0.16vw, 1rem);
    text-align: left
}

#c_navigation_228-17034680460890 .e_text-67 {
    font_radio: 2;
    display-radio: 1;
    line-height: 1.8;
    color: rgba(51, 51, 51, 1);
    font-size: clamp(0.875rem, 0.844rem + 0.16vw, 1rem);
    text-align: left
}

#c_navigation_228-17034680460890 .e_bottomNav-73 span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #333;
    font-size: 18px
}

#c_navigation_228-17034680460890 .e_bottomNav-73 .p_level2Item span {
    color: #555;
    font-size: 14px
}

#c_navigation_228-17034680460890 .e_bottomNav-73 .p_level1Item {
    width: auto;
    padding-right: 15px;
    flex-grow: 1
}

#c_navigation_228-17034680460890 .e_bottomNav-73 .p_level3Box {
    display: none
}

#c_navigation_228-17034680460890 .e_bottomNav-73 .p_menu2Item {
    display-radio: 1;
    color: rgba(255, 255, 255, 0.5);
    line-height: 2;
    font-weight: 500
}

#c_navigation_228-17034680460890 .e_bottomNav-73 .p_level1Item:nth-child(7) {
    display: none
}

#c_navigation_228-17034680460890 .e_bottomNav-73 .p_level1Item:nth-child(1), .e_bottomNav-73 .p_level1Item:nth-child(8) {
    display: none
}

#c_navigation_228-17034680460890 .e_bottomNav-73 .p_menu1Item {
    display-radio: 1;
    margin-bottom: 20px
}

#c_navigation_228-17034680460890 .e_bottomNav-73 {
    display-radio: 1;
    font_radio: 2;
    color: rgba(255, 255, 255, 1)
}

#c_navigation_228-17034680460890 .e_container-74 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    padding-bottom: 30px;
    padding-top: 30px;
    display-radio: flex;
    padding-left: 0px;
    padding-right: 0px;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    border-top: 1px solid #f1f1f1;
    background_radio: 1
}

#c_navigation_228-17034680460890 .e_container-74 > .cbox-74-1 {
    display: flex;
    justify-content: flex-end
}

#c_navigation_228-17034680460890 .e_provider-75 {
    font-size: 14px;
    line-height: 2;
    margin-left: 15px;
    color: rgb(0 0 0 / 30%);
    transition: all ease .2s;
    font_radio: 2;
    display-radio: 1
}

#c_navigation_228-17034680460890 .e_provider-75 a {
    text-align: center;
    display: block
}

#c_navigation_228-17034680460890 .e_provider-75 .p_item {
    width: auto
}

#c_navigation_228-17034680460890 .e_provider-75:hover {
    color: rgb(0 0 0 / 70%)
}

#c_navigation_228-17034680460890 .e_text-76 {
    font-size: 14px;
    line-height: 2;
    margin-left: 15px;
    color: rgb(0 0 0 / 30%);
    transition: all ease .2s;
    font_radio: 2;
    display-radio: 1
}

#c_navigation_228-17034680460890 .e_text-76:hover {
    color: rgb(0 0 0 / 70%)
}

#c_navigation_228-17034680460890 .e_text-77 {
    font-size: 14px;
    line-height: 2;
    margin-left: 15px;
    color: rgb(0 0 0 / 30%);
    transition: all ease .2s;
    font_radio: 2;
    display-radio: 1
}

#c_navigation_228-17034680460890 .e_text-77:hover {
    color: rgb(0 0 0 / 70%)
}

#c_navigation_228-17034680460890 .e_text-81 {
    line-height: normal;
    font_radio: 2;
    display-radio: 1;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.3)
}

#c_navigation_228-17034680460890 .e_credible-82 .img1 {
    width: 65px;
    height: 23px
}

#c_navigation_228-17034680460890 .e_credible-82 .img2 {
    width: 79px;
    height: 28px
}

#c_navigation_228-17034680460890 .e_credible-82 .img3 {
    width: 92px;
    height: 33px
}

#c_navigation_228-17034680460890 .e_credible-82 .img4 {
    width: 106px;
    height: 38px
}

#c_navigation_228-17034680460890 .e_credible-82 .img5 {
    width: 80px;
    height: auto
}

#c_navigation_228-17034680460890 .e_credible-82 {
    display-radio: 1;
    margin-top: 10px
}

#c_navigation_228-17034680460890 .e_container-83 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    background_radio: 1;
    display-radio: flex
}

#c_navigation_228-17034680460890 .e_container-83 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_navigation_228-17034680460890 .e_image-84 {
    overflow: hidden;
    display-radio: 1
}

#c_navigation_228-17034680460890 .e_image-84 img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

#c_navigation_228-17034680460890 .e_image-85 {
    overflow: hidden
}

#c_navigation_228-17034680460890 .e_image-85 img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

#c_navigation_228-17034680460890 .e_image-86 {
    overflow: hidden
}

#c_navigation_228-17034680460890 .e_image-86 img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

#c_navigation_228-17034680460890 .e_container-44 .p_item {
    display-radio: 1
}

#c_navigation_228-17034680460890 .e_container-83 .cbox-83-1 {
    margin-left: 10px;
    margin-right: 10px
}

#c_navigation_228-17034680460890 .e_text-87 {
    line-height: normal;
    font_radio: 2;
    display-radio: 1;
    text-align: center;
    color: rgba(0, 0, 0, 1);
    margin-top: 10px
}

#c_navigation_228-17034680460890 .e_text-88 {
    line-height: normal;
    font_radio: 2;
    display-radio: 1;
    text-align: center;
    color: rgba(0, 0, 0, 1);
    margin-top: 10px
}

#c_navigation_228-17034680460890 .e_text-89 {
    line-height: normal;
    font_radio: 2;
    display-radio: 1;
    text-align: center;
    color: rgba(0, 0, 0, 1);
    margin-top: 10px
}

#c_navigation_228-17034680460890 .e_container-90 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 90%;
    background_radio: 1;
    display-radio: flex;
    margin-right: 0px;
    margin-left: auto
}

#c_navigation_228-17034680460890 .e_container-90 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_navigation_228-17034680460890 .e_container-44 .cbox-44-0 {
    margin-right: 10px
}

#c_navigation_228-17034680460890 .e_businessAndCopyright-91 .p_business {
    cursor: pointer;
    display-radio: 1
}

#c_navigation_228-17034680460890 .e_businessAndCopyright-91 .p_businesspopup {
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    top: 10px;
    left: 0;
    z-index: 9999
}

#c_navigation_228-17034680460890 .e_businessAndCopyright-91 .p_businessclose {
    position: absolute;
    right: 20px;
    z-index: 9999;
    top: 0;
    cursor: pointer
}

#c_navigation_228-17034680460890 .e_businessAndCopyright-91 .icon {
    color: white;
    cursor: pointer
}

#c_navigation_228-17034680460890 .e_businessAndCopyright-91 .p_businesscontent {
    position: absolute;
    z-index: 9999;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 100%
}

#c_navigation_228-17034680460890 .e_businessAndCopyright-91 .p_businessbg {
    background: #1e1e1e;
    opacity: .9;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999
}

#c_navigation_228-17034680460890 .e_businessAndCopyright-91 .p_businessimg {
    width: 100%;
    height: 100%;
    object-fit: contain
}

#c_navigation_228-17034680460890 .e_businessAndCopyright-91 {
    font_radio: 2;
    display-radio: 1;
    color: rgba(0, 0, 0, 0.30);
    line-height: 2;
    text-align: left;
    font-size: 14px;
    margin-left: 15px
}

#c_navigation_228-17034680460890 .e_text-93 {
    font-size: 14px;
    line-height: 2;
    margin-left: 15px;
    color: rgb(0 0 0 / 30%);
    transition: all ease .2s;
    font_radio: 2;
    display-radio: 1
}

#c_navigation_228-17034680460890 .e_text-93:hover {
    color: rgb(0 0 0 / 70%)
}

@media screen and (max-width: 768px) {
    #c_grid-116273709439190 > .p_gridbox > .p_gridCell {
        margin: 0px !important;
        width: 100% !important
    }

    #c_navigation_228-17034680460890 .e_container-61 {
        padding-top: 30px;
        padding-bottom: 30px
    }

    #c_navigation_228-17034680460890 .e_container-61 .cbox-61-0 {
        display: none
    }

    #c_navigation_228-17034680460890 .e_container-61 .cbox-61-1 {
        flex: 0 0 100%;
        border-left: none
    }

    #c_navigation_228-17034680460890 .e_container-35 {
        padding-bottom: 0px
    }

    #c_navigation_228-17034680460890 .e_text-45 {
        text-align: left;
        margin-bottom: 10px;
        font_radio: 2;
        display-radio: 1
    }

    #c_navigation_228-17034680460890 .e_bottomNav-73 .p_menu1Item, .e_bottomNav-73 .p_menu2Item {
        display: flex;
        justify-content: space-between
    }

    #c_navigation_228-17034680460890 .e_bottomNav-73 .p_level1Box ul {
        display: none
    }

    #c_navigation_228-17034680460890 .e_bottomNav-73 .p_jtIcon {
        width: auto;
        height: auto;
        max-width: 20px;
        font-size: inherit;
        transition: 0.5s;
        margin: 0
    }

    #c_navigation_228-17034680460890 .e_bottomNav-73 .p_jtIcon.active {
        transform: rotateZ(90deg)
    }

    #c_navigation_228-17034680460890 .e_bottomNav-73 a {
        display: flex;
        flex-direction: column;
        justify-content: center
    }

    #c_navigation_228-17034680460890 .e_bottomNav-73 .p_level1Item {
        padding: 0
    }

    #c_navigation_228-17034680460890 .e_bottomNav-73 .p_menu2Item svg {
        opacity: .5
    }

    #c_navigation_228-17034680460890 .e_container-74 {
        justify-content: center;
        flex-direction: column
    }

    #c_navigation_228-17034680460890 .e_container-74 > .cbox-74-1 {
        flex-direction: column
    }

    #c_navigation_228-17034680460890 .e_provider-75 {
        font_radio: 2;
        margin: 0;
        line-height: 1.5;
        font-size: 14px;
        display-radio: 1;
        color: rgba(102, 102, 102, 1)
    }

    #c_navigation_228-17034680460890 .e_text-76 {
        font_radio: 2;
        text-align: center;
        margin: 0;
        line-height: 1.5;
        font-size: 14px;
        display-radio: 1;
        color: rgba(102, 102, 102, 1)
    }

    #c_navigation_228-17034680460890 .e_text-77 {
        display-radio: 1;
        font_radio: 2;
        text-align: center;
        margin: 0;
        line-height: 1.5;
        font-size: 14px;
        color: rgba(102, 102, 102, 1)
    }

    #c_navigation_228-17034680460890 .e_container-44 {
        max-width: none;
        background_radio: 1;
        display-radio: 1;
        flex-direction: column
    }

    #c_navigation_228-17034680460890 {
        background_radio: 2;
        display-radio: 1;
        margin-top: 0px
    }

    #c_navigation_228-17034680460890 .e_text-81 {
        font_radio: 2;
        display-radio: 1;
        font-size: clamp(0.875rem, 0.844rem + 0.16vw, 1rem);
        color: #666;
        line-height: 1.8;
        text-align: center
    }

    #c_navigation_228-17034680460890 .e_businessAndCopyright-91 {
        font_radio: 2;
        display-radio: 1;
        color: #666;
        line-height: 1.8;
        text-align: center;
        margin-left: auto;
        margin-right: auto
    }

    #c_navigation_228-17034680460890 .e_container-83 {
        background_radio: 1;
        display-radio: 1;
        margin-top: 10px
    }

    #c_navigation_228-17034680460890 .e_text-93 {
        font_radio: 2;
        text-align: center;
        margin: 0;
        line-height: 1.5;
        font-size: 14px;
        display-radio: 1;
        color: rgba(102, 102, 102, 1)
    }
}

@media screen and (min-width: 769px) {
    #c_navigation_228-17034680460890 .e_bottomNav-73 .p_level1Box {
        display: flex;
        text-align: left
    }

    #c_navigation_228-17034680460890 .e_bottomNav-73 .p_jtIcon {
        display: none
    }
}

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

#c_static_001_P_28090-1705307491007 {
    padding-top: 0px;
    display-radio: 1;
    min-height: 0px
}

.e_text0 {
    font_radio: 2;
    line-height: 2
}

.e_text1 {
    font_radio: 2;
    line-height: 2
}

.e_text2 {
    font_radio: 2;
    line-height: 2;
    font-weight: normal
}

.e_text3 {
    font_radio: 2;
    line-height: 2
}

.e_text4 {
    font_radio: 2;
    line-height: 2
}

.e_text5 {
    font_radio: 2;
    line-height: 2
}

.e_text6 {
    font_radio: 2;
    line-height: 2
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
    #c_navigation_0061635239687823 .e_navigationA-16 .nav-tel .tel-con .tel-text {
        font-size: 16px
    }

    #c_navigation_0061635239687823 .e_navigationA-16 .p_level1Item a {
        font-size: 14px
    }
}

#c_static_001_P_28090-1705307491007 .e_html-60 {
    min-height: 1px;
    background_radio: 1;
    display-radio: 1
}

.onlineBox {
    position: fixed;
    right: 10px;
    bottom: 10%;
    z-index: 22;
    width: 50px
}

.onlineBox ul {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    margin-bottom: 10px
}

.onlineBox ul li {
    display: block;
    border-bottom: 1px #eee solid;
    margin: 0
}

.onlineBox ul li:last-child {
    border: none
}

.onlineBox ul li a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    justify-content: center;
    position: relative
}

.onlineBox ul li a svg {
    fill: #666
}

.onlineBox ul li a p {
    position: absolute;
    right: 58px;
    background: #333;
    padding: 5px 15px;
    border-radius: 5px;
    top: 50%;
    transform: translate(-50px, -50%);
    color: #fff;
    width: max-content;
    font-size: 14px;
    line-height: 30px;
    opacity: 0;
    visibility: hidden;
    transition: all .6s
}

.onlineBox ul li a p:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 10px solid #333;
    border-bottom: 5px solid transparent;
    position: absolute;
    right: -8px;
    top: 50%;
    transform: translate(0, -50%)
}

.onlineBox ul li.weixin a p {
    padding: 5px;
    background: #fff
}

.onlineBox ul li.weixin a p:after {
    border-left: 10px solid #fff
}

.onlineBox ul li a p img {
    width: 130px
}

.onlineBox ul li a:hover svg {
    fill: #0187D3
}

.onlineBox ul li a:hover p {
    transform: translate(0, -50%);
    opacity: 1;
    visibility: visible
}

@media screen and (max-width: 768px) {
    #c_grid-116273709439190 > .p_gridbox > .p_gridCell {
        margin: 0px !important;
        width: 100% !important
    }
}

#c_effect_149-17034700810920 {
    min-height: 0px;
    background_radio: 2;
    display-radio: 1
}

#c_effect_149-17034700810920 .e_html-1 {
    min-height: 0px;
    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) {
}

#c_static_001_P_1080-1647501045930 {
    min-height: 300px
}

#c_banner_040-17034678983530 .e_bannerA-2 .swiper-container {
    width: 100%;
    height: 100vh;
    max-height: 1080px;
    overflow: hidden
}

#c_banner_040-17034678983530 .e_bannerA-2 .swiper-slide {
    overflow: hidden;
    background: #fff;
    z-index: 10
}

#c_banner_040-17034678983530 .e_bannerA-2 .swiper-slide-active {
    z-index: 11
}

#c_banner_040-17034678983530 .e_bannerA-2 .p_slide {
    background-position: center center;
    background-size: cover
}

#c_banner_040-17034678983530 .e_bannerA-2 .p_img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: none
}

#c_banner_040-17034678983530 .e_bannerA-2 .p_video {
    width: 100%;
    height: 100%;
    overflow: hidden
}

#c_banner_040-17034678983530 .e_bannerA-2 .P_link_img {
    display: block;
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
    background-size: cover;
    transition: all ease 2s;
    transform: scale(1.1)
}

#c_banner_040-17034678983530 .e_bannerA-2 .swiper-slide-active .P_link_img {
    transform: scale(1)
}

#c_banner_040-17034678983530 .e_bannerA-2 .p_videoPoster {
    display: block;
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
    background-size: cover;
    transition: transform ease 2s;
    transform: scale(1);
    cursor: pointer;
    z-index: 19
}

#c_banner_040-17034678983530 .e_bannerA-2 .swiper-slide-active .p_videoPoster {
    transform: scale(1)
}

#c_banner_040-17034678983530 .e_bannerA-2 .P_link_img img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(1.18);
    width: auto;
    height: 100%
}

#c_banner_040-17034678983530 .e_bannerA-2 .p_videoPoster img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(1.18);
    width: auto;
    height: 100%
}

#c_banner_040-17034678983530 .e_bannerA-2 .p_info {
    position: absolute;
    top: 52%;
    left: 50%;
    width: 80%;
    padding-right: 35%;
    z-index: 22;
    transform: translate(-50%, -50%)
}

#c_banner_040-17034678983530 .e_bannerA-2 .p_info_fivebox {
    width: 100%
}

#c_banner_040-17034678983530 .e_bannerA-2 .p_entitle {
    color: #fff;
    font-size: 30px;
    font-family: arial;
    line-height: 1.6;
    text-shadow: 3px 0 10px rgb(22 78 145 / 40%);
    transition: all ease 2s .5s;
    opacity: 0;
    transform: translateY(40px)
}

#c_banner_040-17034678983530 .e_bannerA-2 .swiper-slide-active .p_entitle {
    opacity: 1;
    transform: translateY(0px)
}

#c_banner_040-17034678983530 .e_bannerA-2 .p_btitle {
    color: #fff;
    font-size: 3vw;
    line-height: 1.4;
    letter-spacing: 2px;
    text-shadow: 3px 0 10px rgb(22 78 145 / 50%);
    font-weight: bold;
    transition: all ease 2s .7s;
    opacity: 0;
    transform: translateY(40px)
}

#c_banner_040-17034678983530 .e_bannerA-2 .swiper-slide-active .p_btitle {
    opacity: 1;
    transform: translateY(0px)
}

#c_banner_040-17034678983530 .e_bannerA-2 .p_summary {
    color: #fff;
    font-size: 20px;
    line-height: 1.6;
    margin-top: 20px;
    transition: all ease 2s 1s;
    opacity: 0;
    transform: translateY(40px)
}

#c_banner_040-17034678983530 .e_bannerA-2 .swiper-slide-active .p_summary {
    opacity: 1;
    transform: translateY(0px)
}

#c_banner_040-17034678983530 .e_bannerA-2 .p_cspan {
    position: relative;
    margin-top: 10px;
    display: block;
    transition: all ease 2s .8s;
    opacity: 0;
    transform: translateY(40px)
}

#c_banner_040-17034678983530 .e_bannerA-2 .p_button {
    display: inline-block;
    margin-top: 40px;
    border-radius: 30px;
    border: 1px solid #fff;
    width: 100%;
    max-width: 150px;
    padding: 10px 15px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    opacity: 0;
    transform: translateY(40px);
    transition: all ease .3s, transform ease .8s .9s, opacity ease .8s .9s;
    display: none
}

#c_banner_040-17034678983530 .e_bannerA-2 .p_button:hover {
    border: 1px solid #fff;
    background: #fff;
    color: #333
}

#c_banner_040-17034678983530 .e_bannerA-2 .swiper-slide-active .p_button {
    opacity: 1;
    transform: translateY(0px)
}

#c_banner_040-17034678983530 .e_bannerA-2 .swiper-slide-active .p_cspan {
    opacity: 1;
    transform: translateY(0px)
}

#c_banner_040-17034678983530 .e_bannerA-2 .p_cspan::before {
    content: '';
    width: 60px;
    height: 2px;
    border-radius: 0;
    background: #fff;
    display: inline-block
}

#c_banner_040-17034678983530 .e_bannerA-2 .p_cspan::before {
    background: #fff
}

#c_banner_040-17034678983530 .e_bannerA-2 .p_scrool {
    position: absolute;
    left: calc((100% - 90px) / 2);
    bottom: 40px;
    color: #fff;
    width: 90px;
    z-index: 10
}

#c_banner_040-17034678983530 .e_bannerA-2 .p_scrool span {
    text-transform: uppercase;
    color: #fff;
    display: block;
    font-family: arial;
    line-height: 20px;
    margin-top: 12px;
    font-size: 12px
}

#c_banner_040-17034678983530 .e_bannerA-2 .p_scrool i {
    display: block;
    width: 20px;
    height: 30px;
    margin: 0 auto;
    border-radius: 12px;
    border: 2px #fff solid;
    position: relative
}

#c_banner_040-17034678983530 .e_bannerA-2 .p_scrool i:before {
    content: "";
    display: block;
    width: 4px;
    height: 10px;
    background: #fff;
    border-radius: 2px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 3px;
    animation: scrollmouse 2s linear infinite
}

@keyframes scrollmouse {
    from {
        transform: translate(-50%, 0);
        opacity: 1
    }
    to {
        transform: translate(-50%, 10px);
        opacity: 0
    }
}

#c_banner_040-17034678983530 .e_bannerA-2 .p_kongjian {
    position: absolute;
    right: 0;
    width: 100%;
    border-left: 1px solid rgb(255 255 255 / 10%);
    height: 100%;
    top: 0;
    bottom: 0;
    z-index: 1;
    max-width: 100px;
    pointer-events: none;
    display: none
}

#c_banner_040-17034678983530 .e_bannerA-2 .swiper-pagination {
    position: absolute;
    display: flex;
    flex-direction: row;
    top: auto;
    right: auto;
    transform: translate(50%, -50%);
    left: 7%;
    width: auto;
    height: auto;
    bottom: 40px
}

#c_banner_040-17034678983530 .e_bannerA-2 .swiper-pagination-bullet {
    margin: 3px 5px !important;
    background: hsl(0deg 0% 100% / 40%);
    opacity: 1;
    width: 10px;
    height: 10px;
    transition: all ease .3s
}

#c_banner_040-17034678983530 .e_bannerA-2 .swiper-pagination-bullet-active {
    width: 30px;
    border-radius: 15px;
    background: rgb(255 255 255)
}

#c_banner_040-17034678983530 .e_bannerA-2 .swiper-pagination-bullet:hover {
    background: rgb(255 255 255)
}

#c_banner_040-17034678983530 .e_bannerA-2 .p_btn_next {
    color: #fff;
    border-radius: 0;
    border: 1px solid #fff;
    width: 50px;
    height: 50px;
    transition: all ease .3s;
    position: static;
    margin: 0 auto
}

#c_banner_040-17034678983530 .e_bannerA-2 .p_btn_next::after {
    font-size: 16px
}

#c_banner_040-17034678983530 .e_bannerA-2 .p_btn_next:hover {
    background: rgba(255, 255, 255, .6);
    border: 1px solid rgba(255, 255, 255, .9)
}

#c_banner_040-17034678983530 .e_bannerA-2 .p_btn_next:hover::after {
    color: #f08200
}

#c_banner_040-17034678983530 .e_bannerA-2 .p_btn_prev {
    color: #fff;
    border-radius: 0;
    border: 1px solid #fff;
    height: 50px;
    width: 50px;
    transition: all ease .3s;
    position: static;
    margin: 0px 20px 0px 0px
}

#c_banner_040-17034678983530 .e_bannerA-2 .p_btn_prev::after {
    font-size: 16px
}

#c_banner_040-17034678983530 .e_bannerA-2 .p_btn_prev:hover {
    background: rgba(255, 255, 255, .6);
    border: 1px solid rgba(255, 255, 255, .9)
}

#c_banner_040-17034678983530 .e_bannerA-2 .p_btn_prev:hover::after {
    color: #f08200
}

#c_banner_040-17034678983530 .e_bannerA-2 .videoContent {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    cursor: pointer
}

#c_banner_040-17034678983530 .e_bannerA-2 .videoContent video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: auto
}

#c_banner_040-17034678983530 .e_bannerA-2 .p_video_button {
    position: absolute;
    right: 0;
    width: 100%;
    bottom: 160px;
    z-index: 110;
    max-width: 100px;
    height: 50px
}

#c_banner_040-17034678983530 .e_bannerA-2 .p_videobtm {
    color: #fff;
    border-radius: 100%;
    border: 2px solid #fff;
    top: auto;
    bottom: 0;
    width: 50px;
    height: 50px;
    left: 50%;
    transform: translateX(-50%);
    transition: all ease .3s;
    display: block;
    position: absolute;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    display: none
}

#c_banner_040-17034678983530 .e_bannerA-2 .p_video_button svg {
    margin: 0 auto;
    width: 15px
}

#c_banner_040-17034678983530 .e_bannerA-2 .p_arr {
    max-width: 120px;
    width: 100%;
    position: absolute;
    right: 7%;
    bottom: 40px;
    height: auto;
    z-index: 1;
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center
}

#c_banner_040-17034678983530 .e_bannerA-2 .p_videobtm:hover {
    background: #0e70b9;
    border: 2px solid #0e70b9
}

#c_banner_040-17034678983530 .e_bannerA-2 .video_cover {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(https://omo-oss-image.thefastimg.com/portal-saas/new2021110809444772096/cms/image/ac7dfb0c-9f66-4346-a20f-f226255c788d.png) repeat;
    z-index: 21;
    opacity: 1
}

#c_banner_040-17034678983530 {
    display-radio: 1
}

@media screen and (max-width: 768px) {
    #c_banner_040-17034678983530 .e_bannerA-2 .p_info_fivebox {
        width: 100%;
        padding-bottom: 0px
    }

    #c_banner_040-17034678983530 .e_bannerA-2 .p_info {
        width: 90%;
        padding-right: 0
    }

    #c_banner_040-17034678983530 .e_bannerA-2 .p_scrool {
        display: none
    }

    #c_banner_040-17034678983530 .e_bannerA-2 .p_summary {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 10px;
        margin-top: 10px
    }

    #c_banner_040-17034678983530 .e_bannerA-2 .p_entitle {
        font-size: 16px
    }

    #c_banner_040-17034678983530 .e_bannerA-2 .p_btitle {
        font-size: 22px
    }

    #c_banner_040-17034678983530 .e_bannerA-2 .p_cspan::before {
        width: 25px;
        height: 2px
    }

    #c_banner_040-17034678983530 .e_bannerA-2 .p_kongjian {
        max-width: 55px;
        display: none
    }

    #c_banner_040-17034678983530 .e_bannerA-2 .p_arr {
        max-width: 55px;
        display: none
    }

    #c_banner_040-17034678983530 .e_bannerA-2 .p_video_button {
        max-width: 55px;
        bottom: 106px;
        height: 28px
    }

    #c_banner_040-17034678983530 .e_bannerA-2 .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
        margin: 3px !important
    }

    #c_banner_040-17034678983530 .e_bannerA-2 .swiper-pagination-bullet-active {
        width: 20px
    }

    #c_banner_040-17034678983530 .e_bannerA-2 .swiper-pagination-bullet:hover {
        height: 6px
    }

    #c_banner_040-17034678983530 .e_bannerA-2 .p_btn_prev {
        width: 28px;
        height: 28px;
        margin: 5px auto 0
    }

    #c_banner_040-17034678983530 .e_bannerA-2 .p_video_button span {
        width: 28px;
        height: 28px
    }

    #c_banner_040-17034678983530 .e_bannerA-2 .p_btn_next {
        width: 28px;
        height: 28px
    }

    #c_banner_040-17034678983530 .e_bannerA-2 .p_btn_prev::after {
        font-size: 12px
    }

    #c_banner_040-17034678983530 .e_bannerA-2 .p_btn_next::after {
        font-size: 12px
    }

    #c_banner_040-17034678983530 .e_bannerA-2 .swiper-container {
        height: 45vh
    }

    #c_banner_040-17034678983530 .e_bannerA-2 .p_cspan {
        margin-top: 0px
    }

    #c_banner_040-17034678983530 .e_bannerA-2 .p_video_button svg {
        width: 12px
    }

    #c_banner_040-17034678983530 .e_bannerA-2 .swiper-pagination {
        right: auto;
        top: auto;
        bottom: 15px;
        left: auto;
        width: 100%;
        justify-content: center;
        height: auto;
        transform: unset;
        flex-direction: row
    }

    #c_banner_040-17034678983530 .e_bannerA-2 .videoContent video {
        height: 100%;
        width: auto
    }

    #c_banner_040-17034678983530 .e_bannerA-2 .p_scrool span {
        display: none
    }
}

@media screen and (min-width: 769px) {
    #c_banner_040-17034678983530 .e_bannerA-2 .p_summary {
        max-width: 560px;
        text-shadow: 3px 0 10px rgb(22 78 145 / 40%)
    }
}

#c_static_907-17034679236080 {
    margin-left: auto;
    margin-right: auto;
    display-radio: 1;
    max-width: none;
    width: auto;
    background-fill-value: background-image;
    min-height: 0px;
    background_radio: 2;
    padding-top: clamp(3.75rem, 2.813rem + 4.69vw, 7.5rem);
    padding-bottom: clamp(3.75rem, 2.813rem + 4.69vw, 7.5rem);
    padding-left: 15px;
    padding-right: 15px;
    background-image: url(/asset/guanwang/shouyebg.png);
    background-repeat: no-repeat;
    background-position: bottom right
}

#c_static_907-17034679236080 .e_container-3 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    transition-property: all;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(255, 255, 255, 0.02);
    display-radio: flex;
    width: 100%;
    max-width: 1600px;
    background_radio: 2
}

#c_static_907-17034679236080 .e_container-3 > .p_item {
    width: 50%;
    max-width: 100%;
    max-height: 100%
}

#c_static_907-17034679236080 .e_container-3 .cbox-3-0 {
    flex: none
}

#c_static_907-17034679236080 .e_container-3 .cbox-3-1 {
    background-fill-value: background-image;
    background-position: center left;
    background-repeat: no-repeat;
    border-radius: 40px 40px 40px 40px;
    align-self: center
}

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

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

#c_static_907-17034679236080 .e_richText-9 {
    font_radio: 2;
    padding-top: 0px;
    padding-bottom: 0px;
    max-width: 600px;
    display-radio: -webkit-box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 6;
    font-size: clamp(0.875rem, 0.844rem + 0.16vw, 1rem);
    color: rgba(153, 153, 153, 1);
    line-height: 1.8;
    text-align: justify;
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 30px
}

#c_static_907-17034679236080 .e_button-40 {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    width: 55px;
    border-radius: 50%;
    padding: 0;
    background: transparent;
    background_radio: 1;
    border_radio: 1;
    font_radio: 1;
    radius_radio: 1;
    display-radio: block;
    height: 55px;
    border: 1px solid #ddd;
    margin-left: 0px;
    margin-right: 0px;
    background-color: transparent
}

#c_static_907-17034679236080 .e_button-40::before {
    content: "";
    position: absolute;
    width: 17px;
    height: 3px;
    background: #ddd;
    transition: all .3s;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
    border-radius: 0%
}

#c_static_907-17034679236080 .e_button-40::after {
    content: "";
    position: absolute;
    width: 17px;
    height: 3px;
    background: #ddd;
    transition: all .3s;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg)
}

#c_static_907-17034679236080 .e_button-40:focus {
    box-shadow: unset
}

#c_static_907-17034679236080 .e_button-40:hover:before {
    background: var(--z100-color);
    animation: unset;
    transform: translate(-50%, -50%) rotate(90deg)
}

#c_static_907-17034679236080 .e_button-40:hover:after {
    background: var(--z100-color);
    transform: translate(-50%, -50%) rotate(180deg)
}

#c_static_907-17034679236080 .e_button-40:hover {
    background: #fff;
    background-color: #fff
}

#c_static_907-17034679236080 .e_container-41 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    background_radio: 1;
    display-radio: flex
}

#c_static_907-17034679236080 .e_container-41 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_static_907-17034679236080 .e_video-42 {
    width: 100%;
    position: relative
}

#c_static_907-17034679236080 .e_video-42 video {
    width: 100%;
    display: block
}

#c_static_907-17034679236080 .e_video-42 .p_video {
    position: relative
}

#c_static_907-17034679236080 .e_video-42 .cover {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

#c_static_907-17034679236080 .e_video-42 .cover .coverImage {
    width: 100%;
    height: 100%
}

#c_static_907-17034679236080 .e_video-42 .cover .coverImage img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

#c_static_907-17034679236080 .e_video-42 .cover .playBtn {
    position: absolute;
    width: 80px;
    height: 80px;
    z-index: 2;
    left: 50%;
    top: 50%;
    margin: -40px auto auto -40px;
    cursor: pointer
}

#c_static_907-17034679236080 .e_container-43 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    padding-left: 0px;
    margin-right: auto;
    display-radio: flex;
    background_radio: 1;
    width: auto;
    margin-left: auto;
    margin-top: 0px;
    margin-bottom: 0px
}

#c_static_907-17034679236080 .e_container-43 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_static_907-17034679236080 .e_h3-44 {
    font_radio: 2;
    color: rgba(51, 51, 51, 1);
    line-height: 1.5;
    font-family: Microsoft JhengHei;
    margin-bottom: 0px;
    margin-top: 0px;
    display-radio: 1
}

#c_static_907-17034679236080 .e_text-45 {
    font_radio: 2;
    color: #333;
    font-weight: bold;
    display-radio: 1;
    font-size: 2vw
}

#c_static_907-17034679236080 .e_h5-46 {
    font_radio: 2;
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 20px;
    font-family: Microsoft JhengHei;
    display-radio: 1;
    color: rgba(153, 153, 153, 1)
}

#c_static_907-17034679236080 .e_line-47 {
    border-top-style: solid;
    border-top-width: 2px;
    border-top-color: #7f0000;
    max-width: 60px;
    margin-left: 0px;
    width: 20%;
    line_radio: 1;
    display-radio: 1
}

#c_static_907-17034679236080 .e_container-43 .p_item {
    display-radio: 1
}

@media screen and (max-width: 768px) {
    #c_static_907-17034679236080 .e_container-3 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        width: 100%;
        display-radio: flex;
        background_radio: 1;
        min-height: 0px;
        max-height: none;
        height: auto
    }

    #c_static_907-17034679236080.response-animated .e_container-5 {
        animation-name: none, none;
        animation-delay: 0.0s, 0.6s;
        animation-duration: 0.6s, 0.6s;
        animation-iteration-count: 1, 1
    }

    #c_static_907-17034679236080 .e_container-5 {
        display-radio: 1;
        padding-top: 50px;
        padding-bottom: 0px;
        margin-left: auto;
        margin-right: auto;
        width: 94%
    }

    #c_static_907-17034679236080 .e_richText-9 {
        font_radio: 1;
        display-radio: 1;
        padding-bottom: 20px
    }

    #c_static_907-17034679236080 .e_container-3 > .p_item {
        width: 100%
    }

    #c_static_907-17034679236080 .e_container-43 {
        margin-left: auto;
        margin-right: auto;
        padding-left: 0px;
        padding-right: 0px;
        background_radio: 1;
        display-radio: 1;
        width: auto
    }

    #c_static_907-17034679236080 .e_h3-44 {
        font_radio: 1;
        display-radio: 1
    }

    #c_static_907-17034679236080 .e_h5-46 {
        font_radio: 1;
        padding-top: 0px;
        margin-top: 12px;
        margin-bottom: 18px
    }

    #c_static_907-17034679236080 {
        background_radio: 2;
        display-radio: 1;
        min-height: 0px;
        max-height: none;
        height: auto
    }
}

#c_product_list_243-17034679392220 {
    min-height: 300px;
    display-radio: 1;
    padding-top: 8%;
    padding-bottom: 8%;
    background_radio: 2;
    background-fill-value: background-image;
    background-image: url(https://omo-oss-image1.thefastimg.com/portal-saas/new2023112311344846523/cms/image/a6efe017-5323-4f25-b0ba-6c203568efca.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    background-attachment: fixed
}

#c_product_list_243-17034679392220 .e_loop-1 .p_list {
    display: flex;
    flex-wrap: wrap;
    position: relative; /*解决无缝滚动在循环体多列展示问题  */
    max-width: 100% /* 解决无缝滚动在循环体多列展示问题 */
}

#c_product_list_243-17034679392220 .e_loop-1 .p_loopitem {
    flex: 0 0 33.3%;
    position: relative
}

#c_product_list_243-17034679392220 .e_loop-1 .p_page {
    text-align: center
}

#c_product_list_243-17034679392220 .e_loop-1 .p_filter_wrapper {
    width: 100%;
    font-size: 13px
}

#c_product_list_243-17034679392220 .e_loop-1 .p_kv_wrapper {
    display: flex;
    flex-wrap: nowrap;
    line-height: 40px;
    margin: 15px 0
}

#c_product_list_243-17034679392220 .e_loop-1 .p_filter_key {
    /* min-width:80px;
 */
    width: 70px;
    overflow: hidden;
    margin-right: 10px;
    font-weight: bold;
    color: #333333;
    font-size: 12px
}

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

#c_product_list_243-17034679392220 .e_loop-1 .p_active .p_fbutton {
    color: #fff;
    background-color: cornflowerblue /* border-radius:2px;
 */
}

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

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

#c_product_list_243-17034679392220 .e_loop-1 .p_s_option {
}

#c_product_list_243-17034679392220 .e_loop-1 .multSelect {
    font-size: 13px;
    position: relative
}

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

#c_product_list_243-17034679392220 .e_loop-1 .multSelect.is-invalid .inputWrap {
    border-color: #dc3545
}

#c_product_list_243-17034679392220 .e_loop-1 .multSelect ul {
    padding: 0 5px;
    margin: 0;
    padding-right: 35px
}

#c_product_list_243-17034679392220 .e_loop-1 .multSelect ul, li {
    list-style: none
}

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

#c_product_list_243-17034679392220 .e_loop-1 .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_product_list_243-17034679392220 .e_loop-1 .multSelect .multSelect-option > div {
    line-height: 24px;
    cursor: pointer;
    padding: 0 10px
}

#c_product_list_243-17034679392220 .e_loop-1 .multSelect .multSelect-option > div.selected {
    color: #409eff
}

#c_product_list_243-17034679392220 .e_loop-1 .multSelect .multSelect-option > div:hover {
    color: #409eff;
    background: #f3f6f9
}

#c_product_list_243-17034679392220 .e_loop-1 .multSelect .fa-close {
    font-style: normal;
    font-size: 12px;
    padding: 0 5px 0 7px
}

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

#c_product_list_243-17034679392220 .e_loop-1 .multSelect .inputWrap > .fa-down svg {
    transform: rotate(-90deg)
}

#c_product_list_243-17034679392220 .e_loop-1 .multSelect .inputWrap > .fa-up svg {
    transform: rotate(90deg)
}

#c_product_list_243-17034679392220 .e_loop-1 .multSelect .placeholder {
    line-height: 40px;
    padding-left: 10px;
    color: #aaa;
    position: absolute;
    left: 0;
    top: 0
}

/* #c_product_list_243-17034679392220 .e_loop-1 .p_filter_close::before {
	content: "\2716";
}
*//* #c_product_list_243-17034679392220 .e_loop-1 .p_filter_select {
	width: 110px;
	height: 24px;
	padding: 0;
	border: 1px solid #DCDFE6;
}
*/
#c_product_list_243-17034679392220 .e_loop-1 .p_normal_start {
    display: inline;
    width: 100px;
    height: 40px
}

#c_product_list_243-17034679392220 .e_loop-1 .p_date_start {
    display: inline;
    width: 105px;
    height: 40px
}

#c_product_list_243-17034679392220 .e_loop-1 .p_normal_end {
    display: inline;
    width: 100px;
    height: 40px;
    margin-right: 5px
}

#c_product_list_243-17034679392220 .e_loop-1 .p_date_end {
    display: inline;
    width: 105px;
    height: 40px;
    margin-right: 5px
}

#c_product_list_243-17034679392220 .e_loop-1 .p_split {
    margin: 0 5px
}

#c_product_list_243-17034679392220 .e_loop-1 .p_normal {
    margin-right: 16px
}

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

#c_product_list_243-17034679392220 .e_loop-1 .input-check, #c_product_list_243-17034679392220 .e_loop-1 .input-radio {
    margin: 0 5px;
    vertical-align: text-top
}

#c_product_list_243-17034679392220 .e_loop-1 .position-left {
    display: flex
}

#c_product_list_243-17034679392220 .e_loop-1 .position-right {
    display: flex;
    flex-direction: row-reverse
}

#c_product_list_243-17034679392220 .e_loop-1 .position-top {
    /* display:flex;
 */
}

#c_product_list_243-17034679392220 .e_loop-1 .position-bottom {
    display: flex;
    flex-direction: column-reverse
}

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

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

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

#c_product_list_243-17034679392220 .e_loop-1 .p_active .p_mbutton::before {
    display: block
}

#c_product_list_243-17034679392220 .e_loop-1 .p_active .p_mbutton::after {
    display: block
}

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

#c_product_list_243-17034679392220 .e_loop-1 .p_filter_result {
    display: inline-block
}

#c_product_list_243-17034679392220 .e_loop-1 .p_contclear {
    cursor: pointer
}

#c_product_list_243-17034679392220 .e_loop-1 .swiper-container {
    padding-bottom: 30px
}

#c_product_list_243-17034679392220 .e_loop-1 .p_imgwrapper {
    width: 80px;
    height: 100px;
    overflow: hidden
}

#c_product_list_243-17034679392220 .e_loop-1 .p_imgtitle {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    margin: 0 auto;
    line-height: 20px
}

#c_product_list_243-17034679392220 .e_loop-1 .p_imgwrapper img {
    width: 100%;
    object-fit: cover
}

#c_product_list_243-17034679392220 .e_loop-1 .p_active .p_imgwrapper {
    border: 1px solid #409eff
}

#c_product_list_243-17034679392220 .e_loop-1 .p_filter_result {
    display: none
}

#c_product_list_243-17034679392220 .e_loop-1 .p_contclear {
    display: none
}

#c_product_list_243-17034679392220 .e_loop-1 .p_inputRangeSearch {
    padding: 7px 12px;
    background: #007bff;
    color: white;
    font-size: 14px;
    font-style: normal
}

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

#c_product_list_243-17034679392220 .e_loop-1 .p_categoryActive {
    color: #409EFF
}

#c_product_list_243-17034679392220 .e_loop-1 {
    display-radio: 1;
    max-width: 1600px;
    width: 90%;
    margin-left: auto;
    margin-right: auto
}

#c_product_list_243-17034679392220 .e_container-2 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    display-radio: flex;
    margin-left: auto;
    width: auto;
    margin-right: auto;
    transition-property: all;
    transition-radio: hover;
    transition-duration: 0.4s;
    transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
    overflow: hidden;
    margin-bottom: 20px;
    margin-top: 30px;
    background_radio: 1
}

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

#c_product_list_243-17034679392220 .e_container-2 .cbox-2-0 {
    margin-left: 20px;
    margin-right: 20px
}

#c_product_list_243-17034679392220 .e_container-2:hover .e_container-4 {
    display-radio: 1;
    opacity: 1;
    position: absolute;
    top: auto;
    left: 0px;
    z-index: 1;
    bottom: 60px;
    right: auto
}

#c_product_list_243-17034679392220 .e_image-3 {
    overflow: hidden;
    display-radio: 1;
    transition-property: all;
    transition-radio: hover;
    transition-duration: 1s;
    transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
    margin-bottom: 0px;
    max-width: 493px;
    max-height: none;
    height: clamp(12.5rem, 10.227rem + 11.36vw, 18.75rem);
    border-style: solid;
    border-width: 5px;
    border-color: rgba(255, 255, 255, 1)
}

#c_product_list_243-17034679392220 .e_image-3:hover {
    display-radio: 1;
    opacity: 0.6
}

#c_product_list_243-17034679392220 .e_image-3 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    transform: scale(1)
}

#c_product_list_243-17034679392220 .e_container-2:hover .e_image-3 img {
    transform: scale(1.1)
}

#c_product_list_243-17034679392220 .e_container-4 {
    width: 100%;
    display-radio: flex;
    position: absolute;
    top: auto;
    z-index: 1;
    bottom: -30%;
    max-width: none;
    opacity: 0;
    transition-property: all;
    transition-duration: 0.4s;
    transition-timing-function: cubic-bezier(0.42, 0, 1, 1)
}

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

#c_product_list_243-17034679392220 .e_text-5 {
    display-radio: -webkit-box;
    font_radio: 2;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: clamp(0.875rem, 0.844rem + 0.16vw, 1rem);
    color: rgba(255, 255, 255, 1);
    line-height: 1.8;
    text-align: center
}

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

#c_product_list_243-17034679392220 .e_container-6 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_product_list_243-17034679392220 .e_text-7 {
    display-radio: 1;
    font_radio: 2;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    font-size: clamp(1.375rem, 1.094rem + 1.41vw, 2.5rem);
    color: rgba(255, 255, 255, 1);
    line-height: 1;
    text-align: center;
    font-weight: bold
}

#c_product_list_243-17034679392220 .e_line-8 {
    display-radio: 1;
    line_radio: 2;
    border-top-style: solid;
    border-top-width: 3px;
    border-top-color: rgba(255, 255, 255, 1);
    width: auto;
    max-width: 60px;
    max-height: none;
    margin-top: 20px;
    margin-bottom: 10px;
    height: auto
}

#c_product_list_243-17034679392220 .e_text-9 {
    font_radio: 2;
    display-radio: -webkit-box;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-width: 1600px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    color: rgba(255, 255, 255, 1);
    font-size: clamp(0.875rem, 0.844rem + 0.16vw, 1rem);
    text-align: center;
    line-height: 1.8;
    margin-bottom: 40px
}

@media screen and (max-width: 768px) {
    #c_product_list_243-17034679392220 .e_container-4 {
        display-radio: 1;
        position: absolute;
        top: auto;
        left: 30px;
        right: auto;
        bottom: 40px;
        z-index: 1
    }

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

    #c_product_list_243-17034679392220 .e_text-7 {
        display-radio: 1;
        font_radio: 2;
        font-size: 24px
    }

    #c_product_list_243-17034679392220 .e_container-2 {
        background_radio: 1;
        display-radio: 1
    }

    #c_product_list_243-17034679392220 .e_image-3 {
        display-radio: 1;
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
        margin-left: auto;
        margin-right: auto
    }
}

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

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

#c_static_1001-17034679783660 {
    min-height: 300px;
    background_radio: 2;
    display-radio: 1;
    padding-top: 80px;
    padding-bottom: 60px;
    margin-bottom: 0px
}

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

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

#c_static_1001-17034679783660 .e_container-2 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    background_radio: 1;
    display-radio: flex;
    width: auto
}

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

#c_static_1001-17034679783660 .e_container-4 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: auto;
    background_radio: 1;
    display-radio: flex;
    padding-left: 15%;
    padding-top: 15%;
    padding-right: 15%;
    padding-bottom: 10%
}

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

#c_static_1001-17034679783660 .e_container-6 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    background_radio: 1;
    display-radio: flex;
    width: auto;
    margin-right: 10px;
    position: relative;
    background: #000;
    border-radius: 20px
}

#c_static_1001-17034679783660 .e_container-6 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_static_1001-17034679783660 .e_image-8 {
    overflow: hidden;
    display-radio: 1;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    height: clamp(10.625rem, 9.943rem + 3.41vw, 12.5rem)
}

#c_static_1001-17034679783660 .e_image-8 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.8;
    transform: scale(1);
    transition: all 0.5s
}

#c_static_1001-17034679783660 .e_container-6:hover .e_image-8 img {
    transform: scale(1.1)
}

#c_static_1001-17034679783660 .e_container-9 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: auto;
    position: absolute;
    top: 20%;
    left: 15%
}

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

#c_static_1001-17034679783660 .e_text-10 {
    font_radio: 2;
    display-radio: 1;
    line-height: 1;
    font-size: clamp(1rem, 0.969rem + 0.16vw, 1.125rem);
    color: rgba(255, 255, 255, 1);
    text-align: left;
    font-weight: bold
}

#c_static_1001-17034679783660 .e_text-11 {
    font_radio: 2;
    display-radio: 1;
    margin-top: 5px;
    font-size: clamp(0.875rem, 0.844rem + 0.16vw, 1rem);
    color: rgba(255, 254, 254, 1);
    line-height: 1.8;
    text-align: left
}

#c_static_1001-17034679783660 .e_container-12 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: auto;
    background_radio: 1;
    display-radio: flex;
    margin-left: 10px;
    position: relative;
    background: #000;
    border-radius: 20px
}

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

#c_static_1001-17034679783660 .e_image-13 {
    overflow: hidden;
    display-radio: 1;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    height: clamp(10.625rem, 9.943rem + 3.41vw, 12.5rem)
}

#c_static_1001-17034679783660 .e_image-13 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.8;
    transition: all 0.5s;
    transform: scale(1)
}

#c_static_1001-17034679783660 .e_container-12:hover .e_image-13 img {
    transform: scale(1.1)
}

#c_static_1001-17034679783660 .e_container-14 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: auto;
    position: absolute;
    top: 20%;
    left: 15%
}

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

#c_static_1001-17034679783660 .e_text-15 {
    font_radio: 2;
    display-radio: 1;
    line-height: 1;
    font-size: clamp(1rem, 0.969rem + 0.16vw, 1.125rem);
    color: rgba(255, 255, 255, 1);
    text-align: left;
    font-weight: bold
}

#c_static_1001-17034679783660 .e_text-16 {
    font_radio: 2;
    display-radio: 1;
    margin-top: 5px;
    font-size: clamp(0.875rem, 0.844rem + 0.16vw, 1rem);
    color: rgba(255, 255, 255, 1);
    line-height: 1.8;
    text-align: left
}

#c_static_1001-17034679783660 .e_container-17 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    background_radio: 1;
    display-radio: flex;
    margin-top: 20px;
    position: relative;
    background: #000;
    border-radius: 20px
}

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

#c_static_1001-17034679783660 .e_image-18 {
    overflow: hidden;
    display-radio: 1;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    height: clamp(10.625rem, 7.67rem + 14.77vw, 18.75rem)
}

#c_static_1001-17034679783660 .e_image-18 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.8;
    transform: scale(1);
    transition: all 0.5s
}

#c_static_1001-17034679783660 .e_container-17:hover .e_image-18 img {
    transform: scale(1.1)
}

#c_static_1001-17034679783660 .e_container-19 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: auto;
    position: absolute;
    top: 15%;
    left: 10%
}

#c_static_1001-17034679783660 .e_container-19 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_static_1001-17034679783660 .e_text-20 {
    font_radio: 2;
    display-radio: 1;
    line-height: 1;
    font-size: clamp(1rem, 0.969rem + 0.16vw, 1.125rem);
    color: rgba(255, 255, 255, 1);
    text-align: left;
    font-weight: bold
}

#c_static_1001-17034679783660 .e_text-21 {
    font_radio: 2;
    display-radio: 1;
    margin-top: 5px;
    font-size: clamp(0.875rem, 0.844rem + 0.16vw, 1rem);
    color: rgba(255, 255, 255, 1);
    line-height: 1.8;
    text-align: left
}

#c_static_1001-17034679783660 .e_container-22 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    background_radio: 1;
    display-radio: flex;
    margin-top: 0px;
    position: relative;
    background: #000;
    border-radius: 20px;
    box-shadow: 0px 30px 60px rgb(0 0 0 / 15%)
}

#c_static_1001-17034679783660 .e_container-22 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_static_1001-17034679783660 .e_image-23 {
    overflow: hidden;
    display-radio: 1;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    height: clamp(16.25rem, 10.341rem + 29.55vw, 32.5rem)
}

#c_static_1001-17034679783660 .e_image-23 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.8;
    transform: scale(1);
    transition: all 0.5s
}

#c_static_1001-17034679783660 .e_container-22:hover .e_image-23 img {
    transform: scale(1.05)
}

#c_static_1001-17034679783660 .e_container-24 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: auto;
    position: absolute;
    top: 15%;
    left: 10%
}

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

#c_static_1001-17034679783660 .e_text-25 {
    font_radio: 2;
    display-radio: 1;
    line-height: 1;
    font-size: clamp(1.375rem, 1.094rem + 1.41vw, 2.5rem);
    color: rgba(255, 255, 255, 1);
    text-align: left;
    font-weight: bold
}

#c_static_1001-17034679783660 .e_text-26 {
    font_radio: 2;
    display-radio: 1;
    margin-top: 5px;
    font-size: clamp(0.875rem, 0.844rem + 0.16vw, 1rem);
    color: rgba(255, 255, 255, 1);
    line-height: 1.8;
    text-align: left
}

#c_static_1001-17034679783660 .e_text-27 {
    font_radio: 1;
    display-radio: 1
}

#c_static_1001-17034679783660 .e_text-28 {
    font_radio: 1;
    display-radio: -webkit-box;
    margin-top: 20px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden
}

#c_static_1001-17034679783660 .e_container-1 .cbox-1-0 {
    padding-right: 10px
}

#c_static_1001-17034679783660 .e_container-1 .cbox-1-1 {
    padding-left: 10px
}

@media screen and (max-width: 768px) {
    #c_static_1001-17034679783660 .e_container-1 .cbox-1-0 {
        flex: 0 0 100%;
        padding-right: 0px
    }

    #c_static_1001-17034679783660 .e_container-1 .cbox-1-1 {
        flex: 0 0 100%;
        padding-left: 0px
    }

    #c_static_1001-17034679783660 .e_image-13 {
        display-radio: 1
    }

    #c_static_1001-17034679783660 .e_container-12 {
        background_radio: 1;
        display-radio: 1;
        margin-top: 20px;
        margin-left: auto
    }

    #c_static_1001-17034679783660 .e_container-2 {
        background_radio: 1;
        display-radio: 1;
        width: auto
    }

    #c_static_1001-17034679783660 .e_image-18 {
        display-radio: 1
    }

    #c_static_1001-17034679783660 .e_container-17 {
        background_radio: 1;
        display-radio: 1;
        width: auto
    }

    #c_static_1001-17034679783660 .e_container-17 .cbox-17-0 {
        padding-right: 0px;
        margin-right: 0px
    }

    #c_static_1001-17034679783660 .e_container-1 {
        background_radio: 1;
        display-radio: 1
    }

    #c_static_1001-17034679783660 .e_text-27 {
        font_radio: 1;
        display-radio: 1
    }

    #c_static_1001-17034679783660 .e_container-4 {
        background_radio: 1;
        display-radio: 1;
        display: none
    }

    #c_static_1001-17034679783660 .e_image-23 {
        display-radio: 1
    }

    #c_static_1001-17034679783660 .e_container-22 {
        background_radio: 1;
        display-radio: 1;
        margin-top: 20px
    }

    #c_static_1001-17034679783660 .e_container-2 .cbox-2-0 {
        flex: 0 0 100%
    }

    #c_static_1001-17034679783660 .e_container-2 .cbox-2-1 {
        flex: 0 0 100%
    }

    #c_static_1001-17034679783660 .e_image-8 {
        display-radio: 1
    }

    #c_static_1001-17034679783660 .e_container-6 {
        background_radio: 1;
        display-radio: 1;
        width: auto;
        margin-right: auto
    }

    #c_static_1001-17034679783660 .e_container-9 {
        left: 10%
    }

    #c_static_1001-17034679783660 .e_container-14 {
        left: 10%
    }
}

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

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

#c_static_918-17034679971560 {
    position: relative;
    overflow: hidden;
    display-radio: 1;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    background_radio: 2;
    padding-top: 0px;
    min-height: 0px
}

#c_static_918-17034679971560 .e_aiContainerNew-11 {
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    background_radio: 2;
    display-radio: flex
}

#c_static_918-17034679971560 .e_aiContainerNew-11 > .p_aitem {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_static_918-17034679971560 .e_container-14 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    display-radio: flex;
    min-height: 0px;
    margin-bottom: 0px;
    background_radio: 2;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-top: clamp(2.5rem, 1.477rem + 5.11vw, 5.313rem);
    padding-bottom: clamp(2.5rem, 1.477rem + 5.11vw, 5.313rem);
    background-color: rgba(0, 0, 0, 0.7)
}

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

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

#c_static_918-17034679971560 .e_richText-18 ol {
    display: block;
    list-style-type: decimal;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px
}

#c_static_918-17034679971560 .e_richText-18 li {
    display: list-item;
    text-align: -webkit-match-parent;
    list-style: inherit
}

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

#c_static_918-17034679971560 .e_richText-18 {
    font_radio: 2;
    display-radio: 1;
    font-size: clamp(1.25rem, 1.023rem + 1.14vw, 1.875rem);
    color: rgba(255, 255, 255, 1);
    line-height: 1.5;
    text-align: center;
    font-weight: normal
}

#c_static_918-17034679971560 .e_line-21 {
    line_radio: 2;
    display-radio: 1;
    margin-bottom: 30px;
    border-top-style: solid;
    border-top-width: 3px;
    border-top-color: rgba(255, 255, 255, 0.5);
    width: 45px;
    padding-top: 0px;
    padding-bottom: 0px;
    height: auto;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto
}

@media screen and (max-width: 768px) {
    #c_static_918-17034679971560 {
        padding: 100px 0
    }

    #c_static_918-17034679971560 .e_container-14 {
        display-radio: 1
    }

    #c_static_918-17034679971560 {
        padding: 0
    }
}

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

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

#c_new_list_266-17034680181080 {
    min-height: 0px;
    background_radio: 2;
    display-radio: 1;
    padding-top: clamp(3.75rem, 2.813rem + 4.69vw, 7.5rem);
    padding-bottom: clamp(3.75rem, 2.813rem + 4.69vw, 7.5rem);
    padding-right: 0px;
    padding-left: 0px
}

#c_new_list_266-17034680181080 .e_container-1 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 90%;
    display-radio: flex;
    min-height: 0px;
    margin-bottom: 0px;
    background_radio: 1;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto
}

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

#c_new_list_266-17034680181080 .e_text-3 {
    font_radio: 1;
    display-radio: 1
}

#c_new_list_266-17034680181080 .e_line-4 {
    line_radio: 2;
    display-radio: 1;
    margin-bottom: 60px;
    border-top-style: solid;
    border-top-width: 2px;
    border-top-color: rgba(127, 0, 0, 1);
    width: 60px;
    padding-top: 0px;
    padding-bottom: 0px;
    height: auto;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto
}

#c_new_list_266-17034680181080 .e_loop-5 .p_list {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    max-width: 100%;
    display-radio: flex;
    justify-content: space-between
}

#c_new_list_266-17034680181080 .e_loop-5 .p_loopitem {
    width: 32%;
    position: relative
}

#c_new_list_266-17034680181080 .e_loop-5 .p_page {
    text-align: center
}

#c_new_list_266-17034680181080 .e_loop-5 .p_filter_wrapper {
    width: 100%;
    font-size: 13px
}

#c_new_list_266-17034680181080 .e_loop-5 .p_kv_wrapper {
    display: flex;
    flex-wrap: nowrap;
    line-height: 40px;
    margin: 15px 0
}

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

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

#c_new_list_266-17034680181080 .e_loop-5 .p_active .p_fbutton {
    color: #fff;
    background-color: cornflowerblue
}

#c_new_list_266-17034680181080 .e_loop-5 .p_result_item {
    position: relative;
    padding: 3px 20px 3px 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-right: 10px
}

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

#c_new_list_266-17034680181080 .e_loop-5 .multSelect {
    font-size: 13px;
    position: relative
}

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

#c_new_list_266-17034680181080 .e_loop-5 .multSelect.is-invalid .inputWrap {
    border-color: #dc3545
}

#c_new_list_266-17034680181080 .e_loop-5 .multSelect ul {
    padding: 0 5px;
    margin: 0;
    padding-right: 35px
}

#c_new_list_266-17034680181080 .e_loop-5 .multSelect ul, li {
    list-style: none
}

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

#c_new_list_266-17034680181080 .e_loop-5 .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_new_list_266-17034680181080 .e_loop-5 .multSelect .multSelect-option > div {
    line-height: 24px;
    cursor: pointer;
    padding: 0 10px
}

#c_new_list_266-17034680181080 .e_loop-5 .multSelect .multSelect-option > div.selected {
    color: #409eff
}

#c_new_list_266-17034680181080 .e_loop-5 .multSelect .multSelect-option > div:hover {
    color: #409eff;
    background: #f3f6f9
}

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

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

#c_new_list_266-17034680181080 .e_loop-5 .multSelect .inputWrap > .fa-down svg {
    transform: rotate(-90deg)
}

#c_new_list_266-17034680181080 .e_loop-5 .multSelect .inputWrap > .fa-up svg {
    transform: rotate(90deg)
}

#c_new_list_266-17034680181080 .e_loop-5 .multSelect .placeholder {
    line-height: 40px;
    padding-left: 10px;
    color: #aaa;
    position: absolute;
    left: 0;
    top: 0
}

#c_new_list_266-17034680181080 .e_loop-5 .p_normal_start {
    display: inline;
    width: 100px;
    height: 40px
}

#c_new_list_266-17034680181080 .e_loop-5 .p_date_start {
    display: inline;
    width: 105px;
    height: 40px
}

#c_new_list_266-17034680181080 .e_loop-5 .p_normal_end {
    display: inline;
    width: 100px;
    height: 40px;
    margin-right: 5px
}

#c_new_list_266-17034680181080 .e_loop-5 .p_date_end {
    display: inline;
    width: 105px;
    height: 40px;
    margin-right: 5px
}

#c_new_list_266-17034680181080 .e_loop-5 .p_split {
    margin: 0 5px
}

#c_new_list_266-17034680181080 .e_loop-5 .p_normal {
    margin-right: 16px
}

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

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

#c_new_list_266-17034680181080 .e_loop-5 .position-left {
    display: flex
}

#c_new_list_266-17034680181080 .e_loop-5 .position-right {
    display: flex;
    flex-direction: row-reverse
}

#c_new_list_266-17034680181080 .e_loop-5 .position-bottom {
    display: flex;
    flex-direction: column-reverse
}

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

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

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

#c_new_list_266-17034680181080 .e_loop-5 .p_active .p_mbutton::before {
    display: block
}

#c_new_list_266-17034680181080 .e_loop-5 .p_active .p_mbutton::after {
    display: block
}

#c_new_list_266-17034680181080 .e_loop-5 .p_input_match {
    width: 100px;
    height: 40px;
    padding: 10px;
    border: 1px solid #ced4da;
    border-radius: 3px
}

#c_new_list_266-17034680181080 .e_loop-5 .p_filter_result {
    display: inline-block
}

#c_new_list_266-17034680181080 .e_loop-5 .p_contclear {
    cursor: pointer
}

#c_new_list_266-17034680181080 .e_loop-5 .swiper-container {
    padding-bottom: 30px
}

#c_new_list_266-17034680181080 .e_loop-5 {
    display-radio: 1;
    width: 90%;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    margin-top: 0px
}

#c_new_list_266-17034680181080 .e_container-6 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    display-radio: flex;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 0px;
    background_radio: 2;
    background-color: rgba(245, 245, 245, 1);
    border-top: #00000000 1px solid
}

#c_new_list_266-17034680181080 .e_container-6 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_new_list_266-17034680181080 .e_container-6 .p_item {
    display-radio: 1
}

#c_new_list_266-17034680181080 .e_container-6 .cbox-6-0 {
    flex: 0 0 100%
}

#c_new_list_266-17034680181080 .e_image-7 {
    overflow: hidden;
    display-radio: 1;
    height: clamp(12.5rem, 10.227rem + 11.36vw, 18.75rem)
}

#c_new_list_266-17034680181080 .e_image-7 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: all 0.5s
}

#c_new_list_266-17034680181080 .e_container-6:hover .e_image-7 img {
    transform: scale(1.1)
}

#c_new_list_266-17034680181080 .e_container-8 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 90%;
    background_radio: 1;
    display-radio: flex;
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
    margin-bottom: 35px
}

#c_new_list_266-17034680181080 .e_container-8 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_new_list_266-17034680181080 .e_text-9 {
    display-radio: -webkit-box;
    font_radio: 2;
    width: auto;
    margin-top: 0px;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0px;
    min-height: 0px;
    font-size: clamp(1rem, 0.969rem + 0.16vw, 1.125rem);
    color: rgba(51, 51, 51, 1);
    line-height: 1.5;
    text-align: left;
    font-weight: bold;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 25px
}

#c_new_list_266-17034680181080 .e_text-10 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    align-items: center;
    display-radio: -webkit-box;
    overflow: hidden;
    font_radio: 1;
    margin-top: 17px;
    margin-bottom: 17px
}

#c_new_list_266-17034680181080 .e_timeFormat-11 {
    min-height: 0px;
    font_radio: 2;
    display-radio: 1;
    color: rgba(207, 207, 207, 1);
    font-size: clamp(0.75rem, 0.719rem + 0.16vw, 0.875rem);
    text-align: left;
    line-height: 1.8;
    font-family: Arial
}

@media screen and (max-width: 768px) {
    #c_new_list_266-17034680181080 .e_container-1 {
        display-radio: 1;
        margin-bottom: 20px
    }

    #c_new_list_266-17034680181080 .e_loop-5 .p_loopitem {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(100% / 1)
    }

    #c_new_list_266-17034680181080 .e_loop-5 {
        display-radio: 1;
        width: 95%;
        max-width: 1700px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 45px;
        margin-bottom: 45px
    }

    #c_new_list_266-17034680181080 .e_container-6 {
        width: 90%;
        background_radio: 1;
        display-radio: 1;
        margin-bottom: 20px
    }

    #c_new_list_266-17034680181080 .e_text-9 {
        line-height: normal;
        display-radio: 1;
        font_radio: 2;
        font-size: 18px;
        width: auto;
        margin-top: 7%;
        min-height: 0px;
        font-weight: normal
    }

    #c_new_list_266-17034680181080 {
        background_radio: 2;
        display-radio: 1;
        padding-bottom: 0px;
        margin-bottom: 0px
    }
}
