/* 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: 99%;
        margin-left: 0.5%;
        margin-right: 0.5%;
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
        clear: left
    }
}

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

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

:root {
    --c: #3d6971;
    --n: #3d6971;
    --bw: 3d6971;
    --b: #ccc
}

#c_navigation_006_P_1579-1688913367010 {
    min-height: 0px;
    border-top: 0px #000 solid;
    padding-top: 0px;
    padding-bottom: 0px;
    background: #000000ad;
    position: fixed;
    z-index: 999;
    width: 100%;
    left: 0;
    top: 0;
    box-shadow: 0 10px 15px rgb(0 0 0 / 15%)
}

.saf-search {
    width: 100%
}

.cn-make #c_navigation_006_P_1579-1688913367010 {
    position: relative
}

.header .p_iconBox {
    padding: 20px 0 20px 10px;
    hieght: 80px;
    line-height: 40px;
    display: none
}

    .header .p_iconBox svg {
        width: 30px;
        height: 30px
    }

        .header .p_iconBox svg.p_closeIcon {
            display: none
        }

.header {
    max-width: var(--bw);
    margin: 0 auto;
    display: flex;
    padding: 0
}

    .header .logorim {
        padding: 10px 0
    }

        .header .logorim a {
            display: block
        }

            .header .logorim a img {
                height: 80px;
                width: auto
            }

    .header .searchBtn {
        display: flex;
        align-items: center;
        position: relative;
        z-index: 4;
        color: #fff;
        line-height:80px;
        padding:0px 10px;
        font-size:14px;
    }

        .header .searchBtn a {
        }

            .header .searchBtn a svg {
                width: auto;
                height: 20px;
                fill: #666
            }

            .header .searchBtn a:hover svg path {
                fill: var(--n)
            }

        .header .searchBtn .saf-search {
            background: #fff;
            border: 1px #ddd solid;
            position: absolute;
            right: 10px;
            top: 50%;
            transform: translate(-50px,-50%);
            width: 300px;
            border-radius: 30px;
            height: 44px;
            padding: 0 5px;
            transition: all 0.5s;
            visibility: hidden;
            opacity: 0
        }

            .header .searchBtn .saf-search.show {
                transform: translate(0,-50%);
                opacity: 1;
                visibility: visible
            }

            .header .searchBtn .saf-search span {
                background: #ccc;
                color: #fff;
                position: absolute;
                right: 0;
                top: 0;
                font-size: 12px;
                border-radius: 50%;
                display: block;
                width: 16px;
                height: 16px;
                text-align: center;
                line-height: 14px;
                z-index: 4;
                transition: all 0.5s;
                cursor: pointer
            }

                .header .searchBtn .saf-search span:hover {
                    background: var(--n)
                }

            .header .searchBtn .saf-search a svg path {
                fill: var(--n)
            }

            .header .searchBtn .saf-search.is-invalid {
                border-color: var(--n)
            }

            .header .searchBtn .saf-search input {
                color: #666
            }

    .header .telRim {
        display: flex;
        align-items: center;
        position: relative
    }

        .header .telRim a {
            display: flex;
            align-items: center;
            font-weight: bold;
            border: 1px #ddd solid;
            padding: 10px 20px;
            border-radius: 30px;
            color: #fff;
            height: 44px;
            position: relative;
            overflow: hidden;
            z-index: 4;
            font-size: 16px !important
        }

            .header .telRim a:before {
                content: "";
                display: block;
                position: absolute;
                right: 0;
                top: 0;
                width: 0;
                height: 100%;
                background: var(--n);
                transition: all 0.5s;
                z-index: -1;
                border-radius: 30px
            }

            .header .telRim a svg {
                width: auto;
                height: 20px;
                margin-right: 10px;
                fill: var(--n)
            }

            .header .telRim a:hover:before {
                left: 0;
                right: auto;
                width: 100%
            }

            .header .telRim a:hover {
                color: #fff;
                border-color: var(--n)
            }

                .header .telRim a:hover svg {
                    fill: #fff
                }

    .header .lugRim {
        display: flex;
        position: relative
    }

        .header .lugRim > a {
            display: flex;
            height: 100%;
            align-items: center
        }

            .header .lugRim > a svg {
                width: auto;
                height: 20px;
                margin-right: 10px
            }

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

            .header .lugRim:hover > a svg {
                fill: var(--c)
            }

        .header .lugRim .droplink {
            position: absolute;
            right: 0;
            top: 130%;
            width: max-content;
            min-width: 100%;
            background: #fff;
            padding: 15px;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.15);
            opacity: 0;
            visibility: hidden;
            transition: all 0.5s
        }

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

        .header .lugRim .droplink a {
            display: block;
            line-height: 34px;
            font-size: 15px;
            color: #666;
            position: relative;
            border-bottom: 1px #ddd solid
        }

            .header .lugRim .droplink a:after {
                content: "";
                display: block;
                width: 0;
                height: 1px;
                background: var(--c);
                position: absolute;
                left: 0;
                bottom: -1px;
                transition: all 0.5s
            }

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

                .header .lugRim .droplink a:hover:after {
                    width: 100%
                }

    .header ul.p_level1Box {
        flex: 1;
        justify-content: center;
        display: flex;
        flex-wrap: wrap
    }

    .header ul li.p_level1Item {
        padding: 0
    }

        .header ul li.p_level1Item > p.p_menuItem {
            padding: 0;
            position: relative;
            overflow: hidden
        }

        .header ul li.p_level1Item > p > a {
            padding: 0 18px;
            line-height: 100px;
            font-weight: bold;
            font-size: 18px !important;
            display: block;
            position: relative;
            z-index: 4;
            color: #fff
        }

    .header ul li.activecss {
        background: #3d6971;
    }

    .header ul li.p_level1Item > p:before {
        content: "";
        display: block;
        width: 100%;
        height: 200%;
        background: #3d6971;
        position: absolute;
        left: 0;
        top: 0;
        transition: all 0.5s;
        border-radius: 0 0 20px 20px;
        transform: translate(0,-200%)
    }

    .header ul li.p_level1Item:hover > p:before {
        transform: translate(0,0)
    }

    .header ul li.p_level1Item:hover > p > a {
        color: #fff
    }

        .header ul li.p_level1Item:hover > p > a svg {
            color: #fff
        }

    .header ul li.p_level1Item .saf-dropMenu {
        position: absolute;
        width: 100%;
        left: 0;
        top: 100%;
        background: #f5f5f5;
        border-top: 1px #ddd solid;
        padding: 50px 0;
        box-shadow: 0 5px 10px rgba(0,0,0,0.1);
        display: none;
        flex-wrap: wrap;
        overflow: hidden
    }

        .header ul li.p_level1Item .saf-dropMenu .logobg {
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            display: flex;
            justify-content: flex-end;
            opacity: 0.15
        }

            .header ul li.p_level1Item .saf-dropMenu .logobg svg {
                width: auto;
                height: 800px;
                transform: translate(200px,-200px)
            }

    .header ul li.p_level1Item .p_level2Box {
        max-width: 1400px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        position: relative;
        z-index: 5
    }

        .header ul li.p_level1Item .p_level2Box li.p_level2Item {
            flex: 0 0 25%;
            padding: 15px
        }

            .header ul li.p_level1Item .p_level2Box li.p_level2Item a {
                display: block;
                line-height: 40px;
                position: relative;
                text-align: center
            }

                .header ul li.p_level1Item .p_level2Box li.p_level2Item a:after {
                    content: "";
                    display: block;
                    width: 0;
                    height: 1px;
                    background: var(--n);
                    transition: all 0.5s
                }

                .header ul li.p_level1Item .p_level2Box li.p_level2Item a p {
                    overflow: hidden
                }

                    .header ul li.p_level1Item .p_level2Box li.p_level2Item a p img {
                        width: 100%;
                        transition: all 0.5s
                    }

                .header ul li.p_level1Item .p_level2Box li.p_level2Item a span {
                    display: block;
                    line-height: 40px;
                    font-size: 16px;
                    color: #666
                }

                .header ul li.p_level1Item .p_level2Box li.p_level2Item a:hover:after {
                    width: 100%
                }

                .header ul li.p_level1Item .p_level2Box li.p_level2Item a:hover p img {
                    transform: scale(1.1)
                }

                .header ul li.p_level1Item .p_level2Box li.p_level2Item a:hover span {
                    color: var(--n)
                }

.visible-xs {
    display: none
}

#c_navigation_006_P_1579-1688913367010 .e_navigationA-12 {
    display-radio: 1;
    max-width: 1640px;
}

@media all and (min-width: 769px) and (max-width: 991px) {
    .header .logorim {
        flex: 1;
        padding: 23px 0
    }

        .header .logorim a img {
            height: 34px
        }
}

@media all and (min-width: 992px) and (max-width: 1023px) {
    .header .logorim {
        padding: 23px 0
    }

        .header .logorim a img {
            height: 34px
        }

    .header ul li.p_level1Item > p > a {
        padding: 0 6px;
        line-height: 86px;
        font-weight: bold;
        font-size: 14px !important;
        display: block;
        position: relative;
        z-index: 4;
        color: #fff
    }

    .header .telRim a {
        display: flex;
        align-items: center;
        font-weight: bold;
        border: 1px #ddd solid;
        padding: 5px 10px;
        border-radius: 30px;
        color: #fff;
        height: 40px;
        position: relative;
        overflow: hidden;
        z-index: 4;
        font-size: 14px !important
    }
}

@media all and (min-width: 1024px) and (max-width: 1279px) {
    .header .logorim {
        padding: 23px 0
    }

        .header .logorim a img {
            height: 40px
        }

    .header ul li.p_level1Item > p > a {
        padding: 0 6px;
        line-height: 86px;
        font-weight: bold;
        font-size: 14px !important;
        display: block;
        position: relative;
        z-index: 4;
        color: #fff
    }

    .header .telRim a {
        display: flex;
        align-items: center;
        font-weight: bold;
        border: 1px #ddd solid;
        padding: 5px 10px;
        border-radius: 30px;
        color: #fff;
        height: 40px;
        position: relative;
        overflow: hidden;
        z-index: 4;
        font-size: 14px !important
    }
}

@media all and (min-width: 1280px) and (max-width: 1315px) {

    .header .logorim a img {
        height: 60px
    }

    .header ul li.p_level1Item > p > a {
        padding: 0 8px;
        line-height: 86px;
        font-weight: bold;
        font-size: 16px !important;
        display: block;
        position: relative;
        z-index: 4;
        color: #fff
    }

    .header .telRim a {
        display: flex;
        align-items: center;
        font-weight: bold;
        border: 1px #ddd solid;
        padding: 5px 10px;
        border-radius: 30px;
        color: #fff;
        height: 40px;
        position: relative;
        overflow: hidden;
        z-index: 4;
        font-size: 16px !important
    }
}


@media all and (min-width: 1316px) and (max-width: 1456px) {

    .header .logorim a img {
        height: 60px
    }

    .header ul li.p_level1Item > p > a {
        padding: 0 14px;
        line-height: 86px;
        font-weight: bold;
        font-size: 16px !important;
        display: block;
        position: relative;
        z-index: 4;
        color: #fff
    }

    .header .telRim a {
        display: flex;
        align-items: center;
        font-weight: bold;
        border: 1px #ddd solid;
        padding: 5px 10px;
        border-radius: 30px;
        color: #fff;
        height: 40px;
        position: relative;
        overflow: hidden;
        z-index: 4;
        font-size: 16px !important
    }
}

@media all and (min-width: 1280px) and (max-width: 1543px) {

    .header .logorim a img {
        height: 60px
    }
}

@media (min-width:1544px) {

    .header .logorim a img {
        height: 80px
    }
}

@media all and (min-width: 1024px) and (max-width: 1920px) {
    .header .searchBtn {
        display: none
    }
}

@media screen and (max-width:1023px) {
    .header .searchBtn {
        display: block
    }

    .header .logorim {
        flex: 1;
        padding: 23px 0
    }

        .header .logorim a img {
            height: 34px
        }

    .header .telRim {
        display: none
    }

    .header .saf-navBtn {
        width: 40px;
        position: relative;
        color: #fff;
        line-height: 80px;
    }

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

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

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

        .header .saf-navBtn.open span {
            background: none
        }

            .header .saf-navBtn.open span:before {
                background: var(--n);
                transform: rotate(45deg);
                bottom: 0
            }

            .header .saf-navBtn.open span:after {
                background: var(--n);
                transform: rotate(-45deg);
                top: 0
            }

    .header ul.p_level1Box {
        position: absolute;
        left: 100vw;
        top: 100%;
        border-top: 1px #ddd solid;
        background: rgba(0,0,0,0.8);
        width: 100%;
        display: block;
        box-shadow: 0 10px 15px rgba(0,0,0,0.1);
        transition: all 0.8s;
        height: calc(100vh - 80px)
    }

        .header ul.p_level1Box.open {
            left: 0
        }

    .header ul li.p_level1Item {
        width: 100%;
        background: #f5f5f5
    }

        .header ul li.p_level1Item > p > a {
            line-height: 60px;
            border-bottom: 1px #ddd solid;
            display: flex;
            align-items: center
        }

            .header ul li.p_level1Item > p > a span {
                flex: 1
            }

        .header ul li.p_level1Item .p_level2Box {
            position: relative;
            top: 0;
            left: 0;
            transform: translate(0,0);
            border-top: none
        }

        .header ul li.p_level1Item .saf-dropMenu {
            position: relative;
            top: 0;
            padding: 20px 0
        }

        .header ul li.p_level1Item .p_level2Box li.p_level2Item {
            flex: 0 0 50%
        }

    .hidden-xs {
        display: none
    }

    .visible-xs {
        display: block
    }

    .header ul li.p_level1Item > p > a {
        padding: 0 25px;
        line-height: 80px;
        font-weight: bold;
        font-size: 20px;
        display: block;
        position: relative;
        z-index: 4;
        color: #333
    }
}


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

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

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

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

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

#c_effect_115-1676259310284 {
    min-height: 0px;
    display-radio: 1;
    z-index: 99;
    position: relative
}

    #c_effect_115-1676259310284 .e_html-1 {
        min-height: 0px;
        background_radio: 1;
        display-radio: 1
    }

    #c_effect_115-1676259310284 .ball {
        width: 50px;
        height: 50px;
        position: fixed;
        top: 0;
        left: 0;
        border: 3px solid #dec810;
        border-radius: 50%;
        pointer-events: none
    }

@media screen and (max-width:768px) {
    #c_effect_115-1676259310284 {
        display: none
    }
}

@media screen and (min-width: 769px) {
    #c_effect_115-1676259310284 {
        display: none
    }
}

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

#c_static_001-1638926365579 .e_container-1 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%
}

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

#c_static_001-1638926365579 .e_image-2 {
    overflow: hidden;
    transition-property: all
}

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

#c_static_001-1638926365579 .e_image-3 {
    overflow: hidden;
    transition-property: all
}

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

#c_static_001-1638926365579 .e_image-4 {
    overflow: hidden;
    transition-property: all
}

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

#c_static_001-1638926365579 .e_image-5 {
    overflow: hidden;
    transition-property: all
}

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

#c_static_001-1638926365579 .e_text-6 {
    line-height: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition-property: all;
    font_radio: 2
}

#c_static_001-1638926365579 .e_text-7 {
    line-height: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition-property: all;
    font_radio: 2
}

#c_static_001-1638926365579 .e_text-8 {
    line-height: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition-property: all;
    font_radio: 2
}

#c_static_001-1638926365579 .e_text-9 {
    line-height: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition-property: all;
    font_radio: 2
}

#c_static_001-1638926365579 {
    min-height: 0px
}

.foot_links {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background-color: rgba(34,34,34,1)
}

    .foot_links .p_item {
        flex: 1;
        padding: 15px 0;
        position: relative;
        text-align: center;
        cursor: pointer
    }

        .foot_links .p_item .s_img {
            position: absolute;
            left: 50%;
            bottom: 150%;
            width: 120px;
            padding: 5px;
            background: #fff;
            border-radius: 5px;
            overflow: hidden;
            transition: all 0.5s;
            opacity: 0;
            visibility: hidden;
            transform: translate(-50%,0);
            z-index: 20
        }

            .foot_links .p_item .s_img img {
                width: 100%;
                height: auto
            }

        .foot_links .p_item svg {
            fill: #9da3a3;
            margin: 0 auto 10px
        }

        .foot_links .p_item p {
            line-height: 22px;
            padding-top: 10px;
            color: #9da3a3;
            font-size: 14px;
            display: flex;
            flex-direction: column
        }

        .foot_links .p_item:hover svg {
            fill: #fff
        }

        .foot_links .p_item:hover p {
            color: #fff
        }

        .foot_links .p_item:hover .s_img {
            opacity: 1;
            visibility: visible;
            bottom: 100%
        }

#c_effect_004-1688910212008 .e_container-1 {
    display-radio: 1;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: none;
    background-color: rgba(61,105,113,1)
}

#c_effect_004-1688910212008 {
    display-radio: 1;
    background-color: rgba(61,105,113,1)
}

.foot_links .p_item svg {
    fill: #ffffff;
    margin: 0 auto 10px
}

#c_effect_004-1688910212008 .e_text-6 {
    font_radio: 2;
    display-radio: 1;
    font-size: 14px;
    font-family: Microsoft YaHei;
    color: rgba(255,255,255,1)
}

#c_effect_004-1688910212008 .e_text-7 {
    font_radio: 2;
    display-radio: 1;
    font-size: 14px;
    font-family: Microsoft YaHei;
    color: rgba(255,255,255,1)
}

#c_effect_004-1688910212008 .e_text-8 {
    font_radio: 2;
    display-radio: 1;
    font-size: 14px;
    font-family: Microsoft YaHei;
    color: rgba(255,255,255,1)
}

#c_effect_004-1688910212008 .e_text-9 {
    font_radio: 2;
    display-radio: 1;
    font-size: 14px;
    font-family: Microsoft YaHei;
    color: rgba(255,255,255,1)
}

#c_effect_004-1688910212008 .e_container-10 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 92%;
    display-radio: flex;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto
}

    #c_effect_004-1688910212008 .e_container-10 > .p_item {
        flex: 1;
        max-width: 100%;
        max-height: 100%
    }

#c_effect_004-1688910212008 .e_richText-12 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_effect_004-1688910212008 .e_richText-12 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_effect_004-1688910212008 .e_richText-12 li {
    display: list-item;
    text-align: -webkit-match-parent;
    list-style: inherit
}

#c_effect_004-1688910212008 .e_richText-12 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_effect_004-1688910212008 .e_richText-12 {
    font_radio: 2;
    display-radio: 1;
    font-size: 30px;
    font-family: Microsoft YaHei;
    line-height: 3.5;
    margin-top: 0px;
    padding-top: 10px
}

@media screen and (max-width:768px) {
    #c_effect_004-1688910212008 .e_container-10 {
        display-radio: 1;
        flex-direction: column
    }

    #c_effect_004-1688910212008 {
        display: none
    }
}

@media screen and (min-width: 769px) {
    #c_effect_004-1688910212008 {
        display: none
    }
}

#c_static_001-1636703125092 {
    min-height: 100px;
    display-radio: 1;
    background-fill-value: background-image;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
    background-attachment: fixed;
    padding-bottom: 5%;
    padding-top: 3%;
    background-image: url(https://omo-oss-image1.thefastimg.com/portal-saas/new2023051613560552349/cms/image/883e7901-21c5-4b86-9830-90208825f2a5.jpg)
}

.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_static_001-1636703125092 .e_container-34 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    display-radio: flex;
    background-fill-value: background-color
}

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

#c_static_001-1636703125092 .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(255,255,255,0.2)
}

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

#c_static_001-1636703125092 .e_container-34 .p_item {
    display-radio: 1
}

#c_static_001-1636703125092 .e_container-37 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 94%;
    transition-property: all;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    display-radio: flex
}

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

    #c_static_001-1636703125092 .e_container-37 .cbox-37-0 {
        flex: 0 0 40%
    }

#c_static_001-1636703125092 .e_container-38 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    transition-property: all;
    width: auto;
    margin-right: 0px
}

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

    #c_static_001-1636703125092 .e_container-38 .cbox-38-0 {
        padding-right: 30px
    }

    #c_static_001-1636703125092 .e_container-38 .cbox-38-1 {
        flex: 0 0 auto;
        align-items: center
    }

#c_static_001-1636703125092 .e_richText-39 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition-property: all;
    font_radio: 2;
    font-size: 14px;
    color: rgba(255,255,255,0.5);
    line-height: 1.6
}

#c_static_001-1636703125092 .e_provider-40 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition-property: all;
    font_radio: 2;
    font-size: 14px;
    color: rgba(255,255,255,0.5);
    line-height: 1.6;
    text-align: right
}

    #c_static_001-1636703125092 .e_provider-40 a {
        text-align: right;
        display: block
    }

    #c_static_001-1636703125092 .e_provider-40:hover {
        color: rgba(255,255,255,1)
    }

#c_static_001-1636703125092 .e_container-42 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    width: 94%;
    transition-property: all;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 70px;
    margin-bottom: 0px;
    display-radio: flex;
    justify-content: space-between
}

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

    #c_static_001-1636703125092 .e_container-42 .cbox-42-2 {
        flex: 0 0 25%
    }

    #c_static_001-1636703125092 .e_container-42 .cbox-42-1 {
        flex: 0 0 40%
    }

    #c_static_001-1636703125092 .e_container-42 .cbox-42-0 {
        flex: 0 0 25%
    }

#c_static_001-1636703125092 .e_container-44 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%
}

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

#c_static_001-1636703125092 .e_richText-46 {
    font_radio: 2;
    font-size: 14px;
    color: rgba(255,255,255,0.5);
    line-height: 2;
    display-radio: 1
}

    #c_static_001-1636703125092 .e_richText-46 a:hover {
        color: rgba(255,255,255,1)
    }

#c_static_001-1636703125092 .e_text-41 {
    display-radio: 1;
    font_radio: 2;
    font-size: 14px;
    color: rgba(255,255,255,0.5);
    line-height: 1.5
}

#c_static_001-1636703125092 .e_container-49 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%
}

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

#c_static_001-1636703125092 .e_text-45 {
    display-radio: 1;
    font_radio: 2;
    font-size: 20px;
    color: rgba(255,255,255,1);
    line-height: 1.5;
    margin-bottom: 10px
}

#c_static_001-1636703125092 .e_image-55 {
    overflow: hidden;
    display-radio: 1;
    max-width: 200px;
    margin-bottom: 20px
}

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

#c_static_001-1636703125092 .e_text-56 {
    line-height: 2;
    display-radio: 1;
    font_radio: 2;
    color: rgba(255,255,255,0.5);
    font-size: 14px;
    margin-bottom: 10px;
    font-family: Microsoft YaHei;
    text-align: justify
}

#c_static_001-1636703125092 .e_credible-58 .img1 {
    width: 65px;
    height: 23px
}

#c_static_001-1636703125092 .e_credible-58 .img2 {
    width: 79px;
    height: 28px
}

#c_static_001-1636703125092 .e_credible-58 .img3 {
    width: 92px;
    height: 33px
}

#c_static_001-1636703125092 .e_credible-58 .img4 {
    width: 106px;
    height: 38px
}

#c_static_001-1636703125092 .e_credible-58 .img5 {
    width: 131px;
    height: 47px
}

#c_static_001-1636703125092 .e_html-59 {
    min-height: 0px;
    display-radio: 1;
    background_radio: 1;
    height: auto
}

.side5 .icon {
    width: 25px !important;
    height: 25px !important;
    margin-right: 0px !important
}

#c_static_001-1636703125092 .e_container-42 .p_item {
    display-radio: 1
}

#c_static_001-1636703125092 .e_bottomNav-60 .p_level2Box, .e_bottomNav-60 .p_level3Box {
    height: auto
}

#c_static_001-1636703125092 .e_bottomNav-60 .p_openIcon, .e_bottomNav-60 .p_closeIcon {
    width: 36px;
    height: 36px
}

#c_static_001-1636703125092 .e_bottomNav-60 span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

#c_static_001-1636703125092 .e_bottomNav-60 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition-property: all;
    font_radio: 1
}

    #c_static_001-1636703125092 .e_bottomNav-60 .p_menuItem {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-size: 14px;
        color: rgba(255,255,255,0.02);
        line-height: 1.6;
        display-radio: -webkit-box;
        font-weight: normal;
        font-family: Microsoft YaHei
    }

        #c_static_001-1636703125092 .e_bottomNav-60 .p_menuItem:hover {
            color: rgba(255,255,255,1)
        }

#c_static_001-1636703125092 .e_credible-58 {
    background_radio: 1;
    display-radio: 1;
    margin-top: 10px
}

#c_static_001-1636703125092 .e_html-61 {
    background_radio: 1;
    display-radio: 1
}

#c_static_001-1636703125092 .e_container-62 {
    display-radio: 1;
    margin-left: auto;
    margin-right: auto;
    max-width: none;
    background-color: rgba(255,255,255,0);
    padding-left: 0px;
    padding-right: 0px
}

#c_static_001-1636703125092 .e_text-64 {
    font_radio: 2;
    display-radio: 1;
    font-size: 14px;
    font-family: Microsoft YaHei;
    color: rgba(255,255,255,1)
}

#c_static_001-1636703125092 .e_text-66 {
    font_radio: 2;
    display-radio: 1;
    font-size: 14px;
    font-family: Microsoft YaHei;
    color: rgba(255,255,255,1)
}

#c_static_001-1636703125092 .e_text-68 {
    font_radio: 2;
    display-radio: 1;
    font-size: 14px;
    font-family: Microsoft YaHei;
    color: rgba(255,255,255,1)
}

#c_static_001-1636703125092 .e_text-70 {
    font_radio: 2;
    display-radio: 1;
    font-size: 14px;
    font-family: Microsoft YaHei;
    color: rgba(255,255,255,1)
}

.foot_links .p_item svg {
    fill: #ffffff;
    margin: 0 auto 10px;
    width: 40px;
    height: 40px
}

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

    #c_static_001-1636703125092 .e_container-35 {
        padding-bottom: 53px
    }

    #c_static_001-1636703125092 .e_richText-46 {
        text-align: center
    }

    #c_static_001-1636703125092 .e_text-45 {
        text-align: center;
        margin-bottom: 10px
    }

    #c_static_001-1636703125092 .e_container-37 {
        flex-direction: column
    }

    #c_static_001-1636703125092 .e_container-38 {
        flex-direction: column
    }

    #c_static_001-1636703125092 .e_provider-40 a {
        text-align: center
    }

    #c_static_001-1636703125092 .e_container-38 .cbox-38-0 {
        padding-right: 0px
    }

    #c_static_001-1636703125092 .e_container-38 .cbox-38-1 {
        text-align: center
    }

    #c_static_001-1636703125092 .e_text-41 {
        text-align: center
    }

    #c_static_001-1636703125092 .e_container-42 {
        flex-direction: column;
        margin-top: 30px;
        margin-bottom: 30px
    }

        #c_static_001-1636703125092 .e_container-42 .cbox-42-0 {
            display: none
        }

        #c_static_001-1636703125092 .e_container-42 .cbox-42-1 {
            display: none
        }

        #c_static_001-1636703125092 .e_container-42 .cbox-42-2 {
            display: block;
            flex: 0 0 auto
        }

    #c_static_001-1636703125092 .e_credible-58 {
        background_radio: 1;
        display-radio: 1;
        max-width: 130px;
        margin-left: auto;
        margin-right: auto
    }

    #c_static_001-1636703125092 .e_bottomNav-60 .p_menuItem {
        line-height: 2;
        display: flex;
        justify-content: space-between
    }

    #c_static_001-1636703125092 .e_bottomNav-60 .p_level1Box ul {
        display: none
    }

    #c_static_001-1636703125092 .e_bottomNav-60 .p_level2Box, .e_bottomNav-60 .p_level3Box {
        padding-left: 10px
    }

    #c_static_001-1636703125092 .e_bottomNav-60 .p_jtIcon {
        align-items: stretch;
        width: auto;
        height: auto;
        max-width: 25px;
        font-size: inherit;
        transition: 0.5s
    }

        #c_static_001-1636703125092 .e_bottomNav-60 .p_jtIcon.active {
            transform: rotateZ(90deg)
        }

    #c_static_001-1636703125092 .e_bottomNav-60 {
        display: none
    }
}

@media screen and (min-width: 769px) {
    #c_static_001-1636703125092 .e_container-42 .cbox-42-1 {
        width: calc(90% - 520px);
        padding-left: 3%;
        border-right: 1px solid rgba(255, 255, 255, 0.2);
        border-left: 1px solid rgba(255,255,255,0.2);
        padding-right: 3%;
        margin-left: 3%;
        margin-right: 3%
    }

    #c_static_001-1636703125092 .e_bottomNav-60 .p_level1Box {
        display: flex
    }

    #c_static_001-1636703125092 .e_bottomNav-60 .p_level1Item {
        min-width: 100px;
        width: auto;
        padding: 0 10px;
        flex-grow: 1
    }

        #c_static_001-1636703125092 .e_bottomNav-60 .p_level1Item:nth-child(1) {
            display: none
        }

        #c_static_001-1636703125092 .e_bottomNav-60 .p_level1Item:nth-child(9) {
            display: none
        }

        #c_static_001-1636703125092 .e_bottomNav-60 .p_level1Item:nth-child(4) {
            display: none
        }

        #c_static_001-1636703125092 .e_bottomNav-60 .p_level1Item:nth-child(6) {
            display: none
        }

        #c_static_001-1636703125092 .e_bottomNav-60 .p_level1Item:nth-child(10) {
            display: none
        }

        #c_static_001-1636703125092 .e_bottomNav-60 .p_level1Item:nth-child(7) {
            display: none
        }

        #c_static_001-1636703125092 .e_bottomNav-60 .p_level1Item:nth-child(8) {
            display: none
        }

        #c_static_001-1636703125092 .e_bottomNav-60 .p_level1Item .p_menuItem {
            font-size: 20px;
            color: #fff;
            margin-bottom: 15px
        }

    #c_static_001-1636703125092 .e_bottomNav-60 .p_level2Item .p_menuItem {
        font-size: 14px;
        color: #ffffffad;
        margin-bottom: 10px
    }

        #c_static_001-1636703125092 .e_bottomNav-60 .p_level2Item .p_menuItem:hover {
            color: #fff
        }

    #c_static_001-1636703125092 .e_bottomNav-60 p:hover {
        color: #409EFF
    }

    #c_static_001-1636703125092 .e_bottomNav-60 .p_jtIcon {
        display: none
    }
}

#c_effect_087_P_019-1689904008621 {
    min-height: 0px;
    display-radio: 1;
    width: auto;
    max-width: none
}

    #c_effect_087_P_019-1689904008621 .e_html-1 {
        display-radio: 1;
        background_radio: 1;
        min-height: 0px
    }

@media screen and (max-width:768px) {
    #c_effect_087_P_019-1689904008621 .e_html-1 {
        display-radio: 1;
        background_radio: 1
    }
}

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

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

#c_banner_019-1685772622632 {
    min-height: 300px
}

    #c_banner_019-1685772622632 .e_bannerA-2 {
        background_radio: 1;
        display-radio: 1;
        height: auto
    }

        #c_banner_019-1685772622632 .e_bannerA-2 .swiper-container {
            height: inherit
        }

        #c_banner_019-1685772622632 .e_bannerA-2 .swiper-wrapper {
            height: inherit
        }

        #c_banner_019-1685772622632 .e_bannerA-2 .swiper-slide {
            height: inherit
        }

        #c_banner_019-1685772622632 .e_bannerA-2 .p_img {
            width: 100%;
            height: 100%;
            background: #000
        }

            #c_banner_019-1685772622632 .e_bannerA-2 .p_img img {
                width: 100%;
                height: 100%;
                object-fit: cover
            }

        #c_banner_019-1685772622632 .e_bannerA-2 .custom-bullet {
            background: #ccc
        }

        #c_banner_019-1685772622632 .e_bannerA-2 .p_info {
            width: 50%;
            position: absolute;
            right: 50%;
            top: 50%;
            z-index: 9;
            display: flex;
            transform: translateX(50%) translateY(-50%);
            align-items: center;
            text-align: center
        }

            #c_banner_019-1685772622632 .e_bannerA-2 .p_info div {
                width: 100%
            }

        #c_banner_019-1685772622632 .e_bannerA-2 .p_subtitle {
            line-height: 2;
            padding: 5px 0
        }

        #c_banner_019-1685772622632 .e_bannerA-2 .swiper-container-vertical {
            height: 400px
        }

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

            #c_banner_019-1685772622632 .e_bannerA-2 .p_video .videoContent {
                width: 100%;
                height: 100%
            }

            #c_banner_019-1685772622632 .e_bannerA-2 .p_video video {
                width: 100%;
                height: 100%;
                background: #3c6870;
                transform: scale(1.01)
            }

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



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

        #c_banner_019-1685772622632 .e_bannerA-2 .p_videoInfo {
            display: none
        }

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

    #c_banner_019-1685772622632 .e_bannerA-2 .p_info {
        width: 100%;
        z-index: 9;
        text-align: center
    }

    #c_banner_019-1685772622632 .e_bannerA-2 .p_subtitle {
        display: none
    }

    #c_banner_019-1685772622632 .e_bannerA-2 .p_summary {
        display: none
    }
}

#c_static_762-1673228226601 {
    display-radio: 1;
    background-fill-value: background-image;
    background-repeat: no-repeat;
    background-position: top right;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: none;
    margin-top: 0px;
    padding-bottom: 0px;
    min-height: 0px;
    padding-top: 0px
}

    #c_static_762-1673228226601 .e_text-12 {
        line-height: 1.5;
        font_radio: 2;
        font-weight: normal;
        color: rgba(169,169,169,1);
        display-radio: 1;
        font-size: 60px;
        font-family: Impact
    }

    #c_static_762-1673228226601 .e_line-13 {
        border-top-style: solid;
        width: 260px;
        margin-right: 0px;
        margin-left: 0px;
        display-radio: 1;
        border-top-color: rgba(169,169,169,1);
        border-top-width: 2px
    }

    #c_static_762-1673228226601 .e_richText-14 {
        font_radio: 2;
        font-size: 16px;
        color: rgba(102,102,102,1);
        line-height: 30px;
        margin-top: 2%;
        margin-bottom: 2%;
        display-radio: 1;
        font-family: Arial;
        font-weight: normal;
        width: 94%;
        margin-left: 0px
    }

        #c_static_762-1673228226601 .e_richText-14 p {
            font-size: 18px;
        }

    #c_static_762-1673228226601:before {
        content: "";
        display: block;
        width: 65%;
        position: absolute;
        right: 0;
        bottom: 0;
        background: #f5f5f7;
        height: 40%;
        z-index: -1
    }

    #c_static_762-1673228226601 .e_container-39 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        display-radio: flex;
        margin-left: auto;
        margin-right: 0px;
        margin-top: 0px;
        padding-top: 3%;
        width: 94%;
        max-width: none
    }

        #c_static_762-1673228226601 .e_container-39 > .p_item {
            flex: 1;
            max-width: 100%;
            max-height: 100%
        }

        #c_static_762-1673228226601 .e_container-39 .cbox-39-0 {
            align-self: center
        }

        #c_static_762-1673228226601 .e_container-39 .cbox-39-1 {
            margin-top: 0px;
            background-color: rgba(255,255,255,1);
            flex: 0 0 55%
        }

    #c_static_762-1673228226601 .e_image-45 {
        overflow: hidden;
        display-radio: 1;
        margin-top: 0px;
        margin-right: 0px;
        margin-left: auto;
        width: auto
    }

        #c_static_762-1673228226601 .e_image-45 img {
            width: 100%;
            height: 100%;
            object-fit: contain
        }

    #c_static_762-1673228226601 .e_text-46 {
        line-height: 1.5;
        font_radio: 2;
        font-weight: bold;
        color: rgba(42,42,42,1);
        display-radio: 1;
        font-size: 36px;
        font-family: Microsoft YaHei
    }

    #c_static_762-1673228226601 .e_button-47 {
        display: block;
        position: relative;
        overflow: hidden;
        text-align: center;
        box-sizing: border-box;
        width: 140px;
        padding: 8px;
        background_radio: 2;
        border_radio: 1;
        font_radio: 1;
        radius_radio: 2;
        display-radio: block;
        background-color: rgba(60,105,114,1);
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        margin-top: 30px
    }

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

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

        #c_static_762-1673228226601 .e_button-47:hover::after {
            opacity: 1
        }

    #c_static_762-1673228226601.response-animated {
        animation-name: none,none;
        animation-delay: 0.0s,0.6s;
        animation-duration: 0.6s,0.6s;
        animation-iteration-count: 1,1
    }

        #c_static_762-1673228226601.response-animated .e_text-12 {
            animation-name: fadeIn2Up,none;
            animation-delay: 0.0s,0.6s;
            animation-duration: 0.6s,0.6s;
            animation-iteration-count: 1,1
        }

        #c_static_762-1673228226601.response-animated .e_line-13 {
            animation-name: fadeIn2Up,none;
            animation-delay: 0.0s,0.6s;
            animation-duration: 1.0s,0.6s;
            animation-iteration-count: 1,1
        }

        #c_static_762-1673228226601.response-animated .e_text-46 {
            animation-name: fadeIn2Up,none;
            animation-delay: 0.0s,0.6s;
            animation-duration: 1.0s,0.6s;
            animation-iteration-count: 1,1
        }

        #c_static_762-1673228226601.response-animated .e_richText-14 {
            animation-name: fadeIn2Up,none;
            animation-delay: 0.0s,0.6s;
            animation-duration: 1.0s,0.6s;
            animation-iteration-count: 1,1
        }

        #c_static_762-1673228226601.response-animated .e_button-47 {
            animation-name: fadeIn2Up,none;
            animation-delay: 0.0s,0.6s;
            animation-duration: 1.3s,0.6s;
            animation-iteration-count: 1,1
        }

@media screen and (max-width:768px) {
    #c_static_762-1673228226601 .e_text-12 {
        font_radio: 2;
        font-size: 26px;
        color: #333333;
        line-height: 2;
        display-radio: 1
    }

    #c_static_762-1673228226601 .e_richText-14 {
        font_radio: 1;
        margin-top: 0px;
        margin-bottom: 30px;
        -webkit-line-clamp: 5;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden
    }

    #c_static_762-1673228226601:before {
        display: none
    }

    #c_static_762-1673228226601 .e_container-39 {
        display-radio: 1;
        flex-direction: column;
        padding-top: 20px;
        padding-bottom: 0px
    }

    #c_static_762-1673228226601 .e_text-46 {
        font_radio: 2;
        font-size: 26px;
        color: #333333;
        line-height: 2;
        display-radio: 1
    }

    #c_static_762-1673228226601 .e_button-47 {
        background_radio: 1;
        border_radio: 1;
        font_radio: 1;
        radius_radio: 1;
        display-radio: 1;
        margin-bottom: 20px;
        padding-bottom: 10px;
        padding-top: 10px
    }
}

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

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

#c_static_001-1687594733342 {
    display-radio: 1;
    margin-top: 80px;
    max-width: 1640px;
    width: 92%;
    margin-left: auto;
    margin-right: auto
}

    #c_static_001-1687594733342 .e_text-1 {
        line-height: normal;
        font_radio: 2;
        display-radio: 1;
        font-size: 36px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        text-align: center
    }

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

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

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

#c_static_386_P_020-1687594242106 {
    min-height: 0px;
    display-radio: 1;
    background-color: rgb(255 255 255);
    max-width: 1640px;
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px
}

.e_container1 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px
}

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

    .e_container1 .cbox-1-0 {
        flex: 0 0 30%;
        align-self: center
    }

    .e_container1 .cbox-1-1 {
        flex: 0 0 70%;
        align-self: center;
        overflow: hidden
    }

.e_container2 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    padding-left: 15%;
    padding-right: 15%
}

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

.e_container9 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px
}

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

    .e_container9 .cbox-1-0 {
        flex: 0 0 70%;
        align-self: center;
        overflow: hidden
    }

    .e_container9 .cbox-1-1 {
        flex: 0 0 30%;
        align-self: center
    }

.e_text1 {
    line-height: 2;
    font_radio: 2;
    font-size: 36px;
    font-family: Microsoft YaHei;
    color: rgba(81,186,135,1);
    font-weight: 300
}

.e_text3 {
    font_radio: 2;
    font-size: 16px;
    font-family: Microsoft YaHei;
    color: rgba(102,102,102,1);
    line-height: 1.6;
    margin-top: 10px
}

#c_static_386_P_020-1687594242106 .e_container-5 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    display-radio: flex
}

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

#c_static_386_P_020-1687594242106 .e_container-9 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    display-radio: flex;
    margin-bottom: 0px;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    padding-right: 0px;
    width: auto
}

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

#c_static_386_P_020-1687594242106 .e_container-5 .cbox-5-0 {
    padding-right: 10px;
    padding-left: 0px
}

#c_static_386_P_020-1687594242106 .e_container-5 .p_item {
    display-radio: 1
}

#c_static_386_P_020-1687594242106 .e_container-5 .cbox-5-1 {
    padding-left: 10px;
    padding-right: 0px
}

#c_static_386_P_020-1687594242106 .e_container-9 .cbox-9-0 {
    padding-left: 0px;
    padding-right: 0px
}

#c_static_386_P_020-1687594242106 .e_container-9 .cbox-9-1 {
    padding-left: 10px;
    padding-right: 0px
}

#c_static_386_P_020-1687594242106 .e_container-9 .p_item {
    display-radio: 1
}

#c_static_386_P_020-1687594242106 .e_container-22 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    min-height: 0px;
    max-width: none;
    margin-top: 0px;
    overflow: hidden;
    display-radio: flex;
    max-height: none;
    height: auto;
    min-width: 0px;
    width: auto;
    padding-left: 0px;
    margin-left: auto;
    margin-right: auto
}

    #c_static_386_P_020-1687594242106 .e_container-22:hover .e_image-24 {
        opacity: 0.7;
        transition: all .5s;
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        width: 100%
    }

    #c_static_386_P_020-1687594242106 .e_container-22 > .p_item {
        flex: 1;
        max-width: 100%;
        max-height: 100%;
        position: relative
    }

    #c_static_386_P_020-1687594242106 .e_container-22:hover .e_image-33 {
        opacity: 0.2;
        transition: all .5s;
        overflow: hidden;
        max-width: none;
        width: 100%
    }

#c_static_386_P_020-1687594242106 .e_richText-23 {
    font_radio: 2;
    font-size: 36px;
    color: rgba(255,255,255,1);
    line-height: 1;
    font-family: Microsoft JhengHei;
    margin-bottom: 35px;
    padding-left: 40px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 1;
    display-radio: 1
}

    #c_static_386_P_020-1687594242106 .e_richText-23 span {
        font-family: "bec36aee-1cf5-4c6f-8d06-29772b6027d5";
        line-height: 30px
    }

#c_static_386_P_020-1687594242106 .e_image-24 img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

#c_static_386_P_020-1687594242106 .e_container-25 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    min-height: 0;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0px;
    overflow: hidden;
    display-radio: flex;
    max-height: none;
    height: auto;
    min-width: 0px
}

    #c_static_386_P_020-1687594242106 .e_container-25:hover .e_image-27 {
        opacity: 0.6;
        transition: all .5s;
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        width: 100%
    }

    #c_static_386_P_020-1687594242106 .e_container-25 > .p_item {
        flex: 1;
        max-width: 100%;
        max-height: 100%;
        position: relative
    }

    #c_static_386_P_020-1687594242106 .e_container-25:hover .e_image-33 {
        opacity: 0.2;
        transition: all .5s;
        overflow: hidden;
        max-width: none;
        width: 100%
    }

#c_static_386_P_020-1687594242106 .e_richText-26 {
    font_radio: 2;
    font-size: 36px;
    color: rgba(255,255,255,1);
    line-height: 1;
    font-family: Microsoft JhengHei;
    margin-bottom: 35px;
    padding-left: 40px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 1;
    display-radio: 1
}

    #c_static_386_P_020-1687594242106 .e_richText-26 span {
        font-family: "bec36aee-1cf5-4c6f-8d06-29772b6027d5";
        line-height: 30px
    }

#c_static_386_P_020-1687594242106 .e_image-27 img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

@media screen and (max-width:768px) {
    #c_static_386_P_020-1687594242106 .e_container-5 {
        display-radio: 1;
        flex-direction: column;
        margin-top: 0px
    }

        #c_static_386_P_020-1687594242106 .e_container-5 .cbox-5-1 {
            padding-left: 0px;
            padding-right: 0px;
            padding-top: 0px
        }

    #c_static_386_P_020-1687594242106 .e_richText-23 {
        display-radio: 1;
        font_radio: 2;
        font-size: 20px;
        color: rgba(255,255,255,1);
        line-height: 1;
        padding-top: 0px;
        margin-left: 0px;
        margin-top: 20px;
        margin-right: auto;
        padding-left: 20px;
        margin-bottom: 25px
    }

    #c_static_386_P_020-1687594242106 .e_richText-26 {
        display-radio: 1;
        font_radio: 2;
        font-size: 20px;
        color: rgba(255,255,255,1);
        line-height: 1;
        padding-top: 0px;
        margin-left: 0px;
        margin-top: 20px;
        margin-right: auto;
        padding-left: 20px;
        margin-bottom: 25px
    }

    #c_static_386_P_020-1687594242106 .e_container-5 .cbox-5-0 {
        padding-right: 0px;
        padding-left: 0px
    }
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
    #c_static_386_P_020-1687594242106 {
        min-height: 0
    }

        #c_static_386_P_020-1687594242106 .e_container-5 .cbox-5-2 {
            display: none
        }
}

#c_static_386_P_020-16875945016220 {
    min-height: 0px;
    display-radio: 1;
    background-color: rgb(255 255 255);
    max-width: 1640px;
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 80px
}

.e_container1 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px
}

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

    .e_container1 .cbox-1-0 {
        flex: 0 0 30%;
        align-self: center
    }

    .e_container1 .cbox-1-1 {
        flex: 0 0 70%;
        align-self: center;
        overflow: hidden
    }

.e_container2 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    padding-left: 15%;
    padding-right: 15%
}

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

.e_container9 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px
}

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

    .e_container9 .cbox-1-0 {
        flex: 0 0 70%;
        align-self: center;
        overflow: hidden
    }

    .e_container9 .cbox-1-1 {
        flex: 0 0 30%;
        align-self: center
    }

.e_text1 {
    line-height: 2;
    font_radio: 2;
    font-size: 36px;
    font-family: Microsoft YaHei;
    color: rgba(81,186,135,1);
    font-weight: 300
}

.e_text3 {
    font_radio: 2;
    font-size: 16px;
    font-family: Microsoft YaHei;
    color: rgba(102,102,102,1);
    line-height: 1.6;
    margin-top: 10px
}

#c_static_386_P_020-16875945016220 .e_container-5 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    display-radio: flex
}

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

#c_static_386_P_020-16875945016220 .e_container-9 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    display-radio: flex;
    margin-bottom: 0px;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    padding-right: 0px;
    width: auto
}

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

#c_static_386_P_020-16875945016220 .e_container-5 .cbox-5-0 {
    padding-right: 10px;
    padding-left: 0px
}

#c_static_386_P_020-16875945016220 .e_container-5 .p_item {
    display-radio: 1
}

#c_static_386_P_020-16875945016220 .e_container-5 .cbox-5-1 {
    padding-left: 10px;
    padding-right: 0px
}

#c_static_386_P_020-16875945016220 .e_container-9 .cbox-9-0 {
    padding-left: 0px;
    padding-right: 0px
}

#c_static_386_P_020-16875945016220 .e_container-9 .cbox-9-1 {
    padding-left: 10px;
    padding-right: 0px
}

#c_static_386_P_020-16875945016220 .e_container-9 .p_item {
    display-radio: 1
}

#c_static_386_P_020-16875945016220 .e_container-22 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    min-height: 0px;
    max-width: none;
    margin-top: 0px;
    overflow: hidden;
    display-radio: flex;
    max-height: none;
    height: auto;
    min-width: 0px;
    width: auto;
    padding-left: 0px;
    margin-left: auto;
    margin-right: auto
}

    #c_static_386_P_020-16875945016220 .e_container-22:hover .e_image-24 {
        opacity: 0.7;
        transition: all .5s;
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        width: 100%
    }

    #c_static_386_P_020-16875945016220 .e_container-22 > .p_item {
        flex: 1;
        max-width: 100%;
        max-height: 100%;
        position: relative;
    }

    #c_static_386_P_020-16875945016220 .e_container-22:hover .e_image-33 {
        opacity: 0.2;
        transition: all .5s;
        overflow: hidden;
        max-width: none;
        width: 100%
    }

#c_static_386_P_020-16875945016220 .e_richText-23 {
    font_radio: 2;
    font-size: 36px;
    color: rgba(255,255,255,1);
    line-height: 1;
    font-family: Microsoft JhengHei;
    margin-bottom: 35px;
    padding-left: 40px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 1;
    display-radio: 1
}

    #c_static_386_P_020-16875945016220 .e_richText-23 span {
        font-family: "bec36aee-1cf5-4c6f-8d06-29772b6027d5";
        line-height: 30px
    }

#c_static_386_P_020-16875945016220 .e_image-24 img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

#c_static_386_P_020-16875945016220 .e_container-25 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    min-height: 0;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0px;
    overflow: hidden;
    display-radio: flex;
    max-height: none;
    height: auto;
    min-width: 0px
}

    #c_static_386_P_020-16875945016220 .e_container-25:hover .e_image-27 {
        opacity: 0.6;
        transition: all .5s;
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        width: 100%
    }

    #c_static_386_P_020-16875945016220 .e_container-25 > .p_item {
        flex: 1;
        max-width: 100%;
        max-height: 100%;
        position: relative
    }

    #c_static_386_P_020-16875945016220 .e_container-25:hover .e_image-33 {
        opacity: 0.2;
        transition: all .5s;
        overflow: hidden;
        max-width: none;
        width: 100%
    }

#c_static_386_P_020-16875945016220 .e_richText-26 {
    font_radio: 2;
    font-size: 36px;
    color: rgba(255,255,255,1);
    line-height: 1;
    font-family: Microsoft JhengHei;
    margin-bottom: 35px;
    padding-left: 40px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 1;
    display-radio: 1
}

    #c_static_386_P_020-16875945016220 .e_richText-26 span {
        font-family: "bec36aee-1cf5-4c6f-8d06-29772b6027d5";
        line-height: 30px
    }

#c_static_386_P_020-16875945016220 .e_image-27 img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

@media screen and (max-width:768px) {
    #c_static_386_P_020-16875945016220 .e_container-5 {
        display-radio: 1;
        flex-direction: column;
        margin-top: 0px
    }

        #c_static_386_P_020-16875945016220 .e_container-5 .cbox-5-1 {
            padding-left: 0px;
            padding-right: 0px;
            padding-top: 0px
        }

    #c_static_386_P_020-16875945016220 .e_richText-23 {
        display-radio: 1;
        font_radio: 2;
        font-size: 20px;
        color: rgba(255,255,255,1);
        line-height: 1;
        padding-top: 0px;
        margin-left: 0px;
        margin-top: 20px;
        margin-right: auto;
        padding-left: 20px;
        margin-bottom: 25px
    }

    #c_static_386_P_020-16875945016220 .e_richText-26 {
        display-radio: 1;
        font_radio: 2;
        font-size: 20px;
        color: rgba(255,255,255,1);
        line-height: 1;
        padding-top: 0px;
        margin-left: 0px;
        margin-top: 20px;
        margin-right: auto;
        padding-left: 20px;
        margin-bottom: 25px
    }

    #c_static_386_P_020-16875945016220 .e_container-5 .cbox-5-0 {
        padding-right: 0px;
        padding-left: 0px
    }
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
    #c_static_386_P_020-16875945016220 {
        min-height: 0
    }

        #c_static_386_P_020-16875945016220 .e_container-5 .cbox-5-2 {
            display: none
        }
}

#c_static_001-16899077522540 {
    display-radio: 1;
    min-height: 0px
}

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

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

    #c_static_001-16899077522540 .e_container-2 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        width: 100%;
        background-color: rgba(60,105,114,1);
        border-right-style: none;
        border-right-color: rgba(255,255,255,0.2);
        padding-left: 15px;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-right: 15px;
        display-radio: flex
    }

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

    #c_static_001-16899077522540 .e_scrollNumber-3 {
        height: 60px;
        line-height: 60px;
        font-size: 40px;
        font_radio: 2;
        text-align: center
    }

        #c_static_001-16899077522540 .e_scrollNumber-3 .p_num {
            font-size: 50px;
            font-family: Arial;
            color: rgba(255,255,255,1);
            font-weight: bold
        }

        #c_static_001-16899077522540 .e_scrollNumber-3 .p_plus {
            font-size: 14px;
            color: rgba(255,255,255,1)
        }

    #c_static_001-16899077522540 .e_text-4 {
        font_radio: 2;
        text-align: center;
        font-size: 14px;
        color: rgba(255,255,255,1);
        line-height: 2;
        display-radio: 1;
        font-family: Microsoft YaHei
    }

    #c_static_001-16899077522540 .e_container-5 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        width: 100%;
        background-color: rgba(240,241,245,1);
        border-right-style: none;
        border-right-color: rgba(221,221,221,1);
        padding-left: 15px;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-right: 15px
    }

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

    #c_static_001-16899077522540 .e_scrollNumber-6 {
        height: 60px;
        line-height: 60px;
        font-size: 40px;
        font_radio: 2;
        text-align: center
    }

        #c_static_001-16899077522540 .e_scrollNumber-6 .p_num {
            font-size: 50px;
            font-family: Arial;
            color: rgba(60,105,114,1);
            font-weight: bold;
            display-radio: 1
        }

        #c_static_001-16899077522540 .e_scrollNumber-6 .p_plus {
            font-size: 14px;
            color: rgba(51,51,51,1)
        }

    #c_static_001-16899077522540 .e_text-7 {
        font_radio: 2;
        text-align: center;
        font-size: 14px;
        color: rgba(51,51,51,1);
        line-height: 2;
        display-radio: 1;
        font-family: Microsoft YaHei
    }

    #c_static_001-16899077522540 .e_container-8 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        width: 100%;
        background-color: rgba(60,105,114,1);
        border-right-style: solid;
        border-right-color: rgba(255,255,255,0.2);
        padding-left: 15px;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-right: 15px;
        border-right-width: 1px;
        display-radio: flex
    }

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

    #c_static_001-16899077522540 .e_scrollNumber-9 {
        height: 60px;
        line-height: 60px;
        font-size: 40px;
        font_radio: 2;
        text-align: center
    }

        #c_static_001-16899077522540 .e_scrollNumber-9 .p_num {
            font-size: 50px;
            font-family: Arial;
            color: rgba(255,255,255,1);
            font-weight: bold
        }

        #c_static_001-16899077522540 .e_scrollNumber-9 .p_plus {
            font-size: 14px;
            color: rgba(255,255,255,1)
        }

    #c_static_001-16899077522540 .e_text-10 {
        font_radio: 2;
        text-align: center;
        font-size: 14px;
        color: rgba(255,255,255,1);
        line-height: 2;
        display-radio: 1;
        font-family: Microsoft YaHei
    }

    #c_static_001-16899077522540 .e_container-11 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        width: 100%;
        background-color: rgba(240,241,245,1);
        border-right-style: solid;
        border-right-width: 1px;
        border-right-color: rgba(221,221,221,1);
        padding-left: 15px;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-right: 15px
    }

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

    #c_static_001-16899077522540 .e_scrollNumber-12 {
        height: 60px;
        line-height: 60px;
        font-size: 40px;
        font_radio: 2;
        text-align: center
    }

        #c_static_001-16899077522540 .e_scrollNumber-12 .p_num {
            font-size: 50px;
            font-family: Arial;
            color: rgba(60,105,114,1);
            font-weight: bold;
            display-radio: 1
        }

        #c_static_001-16899077522540 .e_scrollNumber-12 .p_plus {
            font-size: 14px;
            color: rgba(51,51,51,1)
        }

    #c_static_001-16899077522540 .e_text-13 {
        font_radio: 2;
        text-align: center;
        font-size: 14px;
        color: rgba(51,51,51,1);
        line-height: 2;
        display-radio: 1;
        font-family: Microsoft YaHei
    }

@media screen and (max-width:768px) {
    #c_static_001-16899077522540 .e_container-1 {
        margin-top: 30px
    }

        #c_static_001-16899077522540 .e_container-1 > .p_item {
            flex: 0 0 50%
        }

    #c_static_001-16899077522540 .e_container-2 {
        padding: 10px
    }

    #c_static_001-16899077522540 .e_scrollNumber-3 {
        height: 40px;
        line-height: 40px;
        font-size: 40px
    }

    #c_static_001-16899077522540 .e_container-5 {
        padding: 10px
    }

    #c_static_001-16899077522540 .e_scrollNumber-6 {
        height: 40px;
        line-height: 40px;
        font-size: 40px
    }

    #c_static_001-16899077522540 .e_container-8 {
        padding: 10px
    }

    #c_static_001-16899077522540 .e_scrollNumber-9 {
        height: 40px;
        line-height: 40px;
        font-size: 40px
    }

    #c_static_001-16899077522540 .e_container-11 {
        padding: 10px
    }

    #c_static_001-16899077522540 .e_scrollNumber-12 {
        height: 40px;
        line-height: 40px;
        font-size: 40px
    }
}

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

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

:root {
    --bw: 1400px;
    --cc: #fff;
    --ccsize: 150px
}

#c_new_list_250-16899024948900 {
    min-height: 300px;
    padding: 200px 0 250px;
    position: relative;
    overflow: hidden;
    background: url(../images/fazhan_bg.jpg) no-repeat 0 0 transparent;
}

    #c_new_list_250-16899024948900 .e_h1-1 {
        text-align: center;
        font-size: 36px;
        color: #fff;
        padding-bottom: 30px;
        transition: all 1s ease 0.5s;
        font_radio: 2;
        display-radio: 1;
        font-family: Microsoft YaHei;
        font-weight: bold
    }

        #c_new_list_250-16899024948900 .e_h1-1.is-inview {
            opacity: 1;
            transform: translate(0, 0)
        }

    #c_new_list_250-16899024948900 .e_loop-2 {
        padding: 100px var(--pw) 100px;
        position: relative;
        z-index: 6
    }

        #c_new_list_250-16899024948900 .e_loop-2 > div {
            width: 100%;
            transition: all 1s ease 0.8s
        }

            #c_new_list_250-16899024948900 .e_loop-2 > div.is-inview {
                opacity: 1;
                transform: translate(0, 0)
            }

        #c_new_list_250-16899024948900 .e_loop-2:before {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(180deg, #090912 45.84%, transparent 100%)
        }

        #c_new_list_250-16899024948900 .e_loop-2 .p_list {
            display: flex;
            flex-wrap: wrap;
            position: relative;
            max-width: 100%
        }

        #c_new_list_250-16899024948900 .e_loop-2 .p_loopitem {
            flex: 1;
            position: relative;
            padding: 0 30px 50px;
            animation: saf-cn-down 3s linear 1s infinite normal;
            min-height: 350px
        }

            #c_new_list_250-16899024948900 .e_loop-2 .p_loopitem:nth-child(2n) {
                margin-top: 5rem;
                animation: saf-cn-down 4s linear 1s infinite normal
            }

            #c_new_list_250-16899024948900 .e_loop-2 .p_loopitem:nth-child(3n+3) {
                margin-top: 3rem;
                animation: saf-cn-down 5s linear 1s infinite normal
            }

            #c_new_list_250-16899024948900 .e_loop-2 .p_loopitem:before {
                content: "";
                display: block;
                width: 3px;
                height: 100%;
                background: linear-gradient(180deg, #8627BF, #304fe3, transparent);
                position: absolute;
                left: 0;
                top: 0;
                border-radius: 3px;
                opacity: 0.6
            }

        #c_new_list_250-16899024948900 .e_loop-2 .p_page {
            text-align: center
        }

        #c_new_list_250-16899024948900 .e_loop-2 .p_filter_wrapper {
            width: 100%;
            font-size: 13px
        }

        #c_new_list_250-16899024948900 .e_loop-2 .p_kv_wrapper {
            display: flex;
            flex-wrap: nowrap;
            line-height: 40px;
            margin: 15px 0
        }

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

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

        #c_new_list_250-16899024948900 .e_loop-2 .p_active .p_fbutton {
            color: #fff;
            background-color: cornflowerblue
        }

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

        #c_new_list_250-16899024948900 .e_loop-2 .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_250-16899024948900 .e_loop-2 .multSelect {
            font-size: 13px;
            position: relative
        }

            #c_new_list_250-16899024948900 .e_loop-2 .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_250-16899024948900 .e_loop-2 .multSelect.is-invalid .inputWrap {
                border-color: #dc3545
            }

            #c_new_list_250-16899024948900 .e_loop-2 .multSelect ul {
                padding: 0 5px;
                margin: 0;
                padding-right: 35px
            }

            #c_new_list_250-16899024948900 .e_loop-2 .multSelect ul, li {
                list-style: none
            }

            #c_new_list_250-16899024948900 .e_loop-2 .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_250-16899024948900 .e_loop-2 .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_250-16899024948900 .e_loop-2 .multSelect .multSelect-option > div {
                    line-height: 24px;
                    cursor: pointer;
                    padding: 0 10px
                }

                    #c_new_list_250-16899024948900 .e_loop-2 .multSelect .multSelect-option > div.selected {
                        color: #409eff
                    }

                    #c_new_list_250-16899024948900 .e_loop-2 .multSelect .multSelect-option > div:hover {
                        color: #409eff;
                        background: #f3f6f9
                    }

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

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

            #c_new_list_250-16899024948900 .e_loop-2 .multSelect .inputWrap > .fa-down svg {
                transform: rotate(-90deg)
            }

            #c_new_list_250-16899024948900 .e_loop-2 .multSelect .inputWrap > .fa-up svg {
                transform: rotate(90deg)
            }

            #c_new_list_250-16899024948900 .e_loop-2 .multSelect .placeholder {
                line-height: 40px;
                padding-left: 10px;
                color: #aaa;
                position: absolute;
                left: 0;
                top: 0
            }

        #c_new_list_250-16899024948900 .e_loop-2 .p_normal_start {
            display: inline;
            width: 100px;
            height: 40px
        }

        #c_new_list_250-16899024948900 .e_loop-2 .p_date_start {
            display: inline;
            width: 105px;
            height: 40px
        }

        #c_new_list_250-16899024948900 .e_loop-2 .p_normal_end {
            display: inline;
            width: 100px;
            height: 40px;
            margin-right: 5px
        }

        #c_new_list_250-16899024948900 .e_loop-2 .p_date_end {
            display: inline;
            width: 105px;
            height: 40px;
            margin-right: 5px
        }

        #c_new_list_250-16899024948900 .e_loop-2 .p_split {
            margin: 0 5px
        }

        #c_new_list_250-16899024948900 .e_loop-2 .p_normal {
            margin-right: 16px
        }

        #c_new_list_250-16899024948900 .e_loop-2 .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_250-16899024948900 .e_loop-2 .input-check, .e_loop-2 .input-radio {
            margin: 0 5px;
            vertical-align: text-top
        }

        #c_new_list_250-16899024948900 .e_loop-2 .position-left {
            display: flex
        }

        #c_new_list_250-16899024948900 .e_loop-2 .position-right {
            display: flex;
            flex-direction: row-reverse
        }

        #c_new_list_250-16899024948900 .e_loop-2 .position-bottom {
            display: flex;
            flex-direction: column-reverse
        }

        #c_new_list_250-16899024948900 .e_loop-2 .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_250-16899024948900 .e_loop-2 .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_250-16899024948900 .e_loop-2 .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_250-16899024948900 .e_loop-2 .p_active .p_mbutton::before {
            display: block
        }

        #c_new_list_250-16899024948900 .e_loop-2 .p_active .p_mbutton::after {
            display: block
        }

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

        #c_new_list_250-16899024948900 .e_loop-2 .p_filter_result {
            display: none
        }

        #c_new_list_250-16899024948900 .e_loop-2 .p_contclear {
            cursor: pointer;
            display: none
        }

        #c_new_list_250-16899024948900 .e_loop-2 .swiper-container {
            padding-bottom: 30px
        }

        #c_new_list_250-16899024948900 .e_loop-2 .p_imgwrapper {
            width: 80px;
            height: 100px;
            overflow: hidden
        }

        #c_new_list_250-16899024948900 .e_loop-2 .p_imgtitle {
            display: flex;
            justify-content: center;
            flex-wrap: nowrap;
            margin: 0 auto;
            line-height: 20px
        }

        #c_new_list_250-16899024948900 .e_loop-2 .p_imgwrapper img {
            width: 100%;
            object-fit: cover
        }

        #c_new_list_250-16899024948900 .e_loop-2 .p_active .p_imgwrapper {
            border: 1px solid #409eff
        }

        #c_new_list_250-16899024948900 .e_loop-2 .p_inputRangeSearch {
            padding: 7px 12px;
            background: #007bff;
            color: white;
            font-size: 14px;
            font-style: normal
        }

        #c_new_list_250-16899024948900 .e_loop-2 .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_new_list_250-16899024948900 .e_h3-3 {
        color: #fff;
        font-size: 28px;
        font-weight: bold;
        font_radio: 2;
        display-radio: 1;
        font-family: Microsoft YaHei
    }

    #c_new_list_250-16899024948900 .e_richText-4 {
        line-height: 1.6;
        font-size: 16px;
        color: #fff;
        text-align: justify;
        white-space: pre-line;
        font_radio: 2;
        display-radio: 1;
        font-family: Microsoft YaHei
    }

        #c_new_list_250-16899024948900 .e_richText-4 p {
            padding: 5px 0
        }

    #c_new_list_250-16899024948900 .e_video-5 {
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 1;
        background: var(--bg);
        transform-origin: bottom center;
        transform: rotateX(60deg);
        opacity: 0.6
    }

        #c_new_list_250-16899024948900 .e_video-5:before {
            content: "";
            display: block;
            width: 100%;
            height: 50%;
            position: absolute;
            left: 0;
            top: 0;
            background: linear-gradient(var(--bg) 35.83%, rgba(0, 0, 0, 0) 100%);
            z-index: 2
        }

        #c_new_list_250-16899024948900 .e_video-5 video {
            width: 100%;
            display: block
        }

        #c_new_list_250-16899024948900 .e_video-5 .p_video {
            position: relative;
            mix-blend-mode: screen
        }

    #c_new_list_250-16899024948900:after {
        content: "";
        display: block;
        width: 100%;
        height: 30%;
        position: absolute;
        left: 0;
        bottom: 0;
        background: linear-gradient(to top, #090912 15.83%, rgba(0, 0, 0, 0) 100%);
        z-index: 2
    }

    #c_new_list_250-16899024948900 .saf-sBar {
        width: auto;
        margin: 0 auto
    }

        #c_new_list_250-16899024948900 .saf-sBar .saf-cn-pagination.bullets span {
            background: #fff;
            opacity: 1
        }

            #c_new_list_250-16899024948900 .saf-sBar .saf-cn-pagination.bullets span.swiper-pagination-bullet-active {
                width: 30px;
                background: #fff
            }

        #c_new_list_250-16899024948900 .saf-sBar .saf-s-Btn {
            display: none
        }

.saf-make #c_new_list_250-16899024948900 .e_loop-2 > div {
    opacity: 1;
    transform: translate(0, 0)
}

@keyframes saf-cn-down {
    0% {
        transform: translate(0, 0)
    }

    50% {
        transform: translate(0, 50px)
    }

    100% {
        transform: translate(0, 0)
    }
}

.saf-rolling-container {
    width: 100000vw;
    position: relative
}

.saf-rolling-wrapper {
    display: flex;
    width: max-content
}

.saf-overflow-hidden {
    overflow: hidden;
    width: 100%;
    position: relative
}

@media screen and (max-width:768px) {
    #c_new_list_250-16899024948900 .e_h1-1 {
        font-size: 2rem;
        padding-bottom: 20px
    }

    #c_new_list_250-16899024948900 .e_loop-2 .p_loopitem {
        width: 100vw
    }

    #c_new_list_250-16899024948900 {
        padding: 50px 0 50px
    }

        #c_new_list_250-16899024948900 .e_h3-3 {
            font-size: 1.25rem
        }

        #c_new_list_250-16899024948900 .e_richText-4 {
            font-size: 15px
        }

        #c_new_list_250-16899024948900 .e_loop-2 .p_loopitem {
            min-height: 200px
        }
}

#c_new_list_250-16899024948900 .e_h3-3 a {
    color: #fff !important
}

#c_static_001_P_3932-16899025197710 {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: rgba(255,255,255,1);
    display-radio: 1;
    min-height: 0px
}

    #c_static_001_P_3932-16899025197710 .e_text-7 {
        line-height: normal;
        font_radio: 2;
        font-size: 36px;
        text-align: center;
        color: rgba(51,51,51,1);
        max-width: 1600px;
        width: 94%;
        margin-left: auto;
        margin-right: auto;
        display-radio: 1;
        font-family: Microsoft YaHei;
        font-weight: bold
    }

    #c_static_001_P_3932-16899025197710 .e_container-9 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        width: 92%;
        max-width: 1600px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
        background-color: rgba(242,242,242,1);
        display-radio: flex
    }

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

    #c_static_001_P_3932-16899025197710 .e_image-12 {
        overflow: hidden
    }

        #c_static_001_P_3932-16899025197710 .e_image-12 img {
            width: 100%;
            height: 100%;
            object-fit: contain
        }

    #c_static_001_P_3932-16899025197710 .e_richText-13 {
        font_radio: 2;
        font-size: 16px;
        line-height: 2;
        padding-left: 50px
    }

    #c_static_001_P_3932-16899025197710 .e_container-9 .cbox-9-0 {
        align-self: center
    }

    #c_static_001_P_3932-16899025197710 .e_container-9 .cbox-9-1 {
        align-self: center
    }

    #c_static_001_P_3932-16899025197710 .e_container-18 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        width: 92%;
        max-width: 1600px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
        background-color: rgba(242,242,242,1);
        display-radio: flex
    }

        #c_static_001_P_3932-16899025197710 .e_container-18 > .p_item {
            flex: 1;
            max-width: 100%;
            max-height: 100%
        }

        #c_static_001_P_3932-16899025197710 .e_container-18 .cbox-18-0 {
            align-self: center
        }

        #c_static_001_P_3932-16899025197710 .e_container-18 .cbox-18-1 {
            align-self: center
        }

    #c_static_001_P_3932-16899025197710 .e_richText-19 {
        font_radio: 2;
        font-size: 16px;
        line-height: 2;
        padding-left: 50px;
        padding-right: 50px;
        display-radio: 1
    }

    #c_static_001_P_3932-16899025197710 .e_image-20 {
        overflow: hidden
    }

        #c_static_001_P_3932-16899025197710 .e_image-20 img {
            width: 100%;
            height: 100%;
            object-fit: contain
        }

@media screen and (max-width:768px) {
    #c_static_001_P_3932-16899025197710 {
        padding-top: 20px;
        padding-bottom: 40px
    }

        #c_static_001_P_3932-16899025197710 .e_text-7 {
            font_radio: 2;
            font-size: 22px
        }

        #c_static_001_P_3932-16899025197710 .e_container-9 {
            margin-top: 20px;
            flex-direction: column
        }

        #c_static_001_P_3932-16899025197710 .e_richText-13 {
            font_radio: 2;
            padding-left: 0px;
            font-size: 14px
        }

        #c_static_001_P_3932-16899025197710 .e_container-9 .cbox-9-1 {
            padding: 15px
        }

        #c_static_001_P_3932-16899025197710 .e_container-18 {
            margin-top: 20px;
            flex-direction: column-reverse
        }

            #c_static_001_P_3932-16899025197710 .e_container-18 .cbox-18-1 {
                padding: 0px
            }

        #c_static_001_P_3932-16899025197710 .e_richText-19 {
            font_radio: 2;
            padding-left: 0px;
            font-size: 14px;
            padding-right: 0px
        }

        #c_static_001_P_3932-16899025197710 .e_container-18 .cbox-18-0 {
            padding: 15px
        }
}

#c_effect_022_P_246-16899025380150 {
    min-height: 0px;
    padding-bottom: 50px;
    display-radio: 1;
    max-height: none;
    background-color: rgba(255,255,255,1);
    padding-top: 0px
}

    #c_effect_022_P_246-16899025380150 .e_container-1 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        width: 92%;
        max-width: 1660px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 15px;
        padding-right: 15px;
        min-height: 0px;
        display-radio: flex
    }

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

    #c_effect_022_P_246-16899025380150 .e_loop-6 .p_list {
        display: flex;
        flex-wrap: wrap;
        position: relative;
        max-width: 100%
    }

    #c_effect_022_P_246-16899025380150 .e_loop-6 .p_loopitem {
        flex: 0 0 33.3%;
        position: relative
    }

    #c_effect_022_P_246-16899025380150 .e_loop-6 .p_page {
        text-align: center
    }

    #c_effect_022_P_246-16899025380150 .e_loop-6 .p_filter_wrapper {
        width: 100%;
        font-size: 13px
    }

    #c_effect_022_P_246-16899025380150 .e_loop-6 .p_kv_wrapper {
        display: flex;
        flex-wrap: nowrap;
        line-height: 40px;
        margin: 15px 0
    }

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

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

    #c_effect_022_P_246-16899025380150 .e_loop-6 .p_active .p_fbutton {
        color: #fff;
        background-color: cornflowerblue
    }

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

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

    #c_effect_022_P_246-16899025380150 .e_loop-6 .multSelect {
        font-size: 13px;
        position: relative
    }

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

        #c_effect_022_P_246-16899025380150 .e_loop-6 .multSelect.is-invalid .inputWrap {
            border-color: #dc3545
        }

        #c_effect_022_P_246-16899025380150 .e_loop-6 .multSelect ul {
            padding: 0 5px;
            margin: 0;
            padding-right: 35px
        }

        #c_effect_022_P_246-16899025380150 .e_loop-6 .multSelect ul, li {
            list-style: none
        }

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

        #c_effect_022_P_246-16899025380150 .e_loop-6 .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_effect_022_P_246-16899025380150 .e_loop-6 .multSelect .multSelect-option > div {
                line-height: 24px;
                cursor: pointer;
                padding: 0 10px
            }

                #c_effect_022_P_246-16899025380150 .e_loop-6 .multSelect .multSelect-option > div.selected {
                    color: #409eff
                }

                #c_effect_022_P_246-16899025380150 .e_loop-6 .multSelect .multSelect-option > div:hover {
                    color: #409eff;
                    background: #f3f6f9
                }

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

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

        #c_effect_022_P_246-16899025380150 .e_loop-6 .multSelect .inputWrap > .fa-down svg {
            transform: rotate(-90deg)
        }

        #c_effect_022_P_246-16899025380150 .e_loop-6 .multSelect .inputWrap > .fa-up svg {
            transform: rotate(90deg)
        }

        #c_effect_022_P_246-16899025380150 .e_loop-6 .multSelect .placeholder {
            line-height: 40px;
            padding-left: 10px;
            color: #aaa;
            position: absolute;
            left: 0;
            top: 0
        }

    #c_effect_022_P_246-16899025380150 .e_loop-6 .p_normal_start {
        display: inline;
        width: 60px;
        height: 22px
    }

    #c_effect_022_P_246-16899025380150 .e_loop-6 .p_date_start {
        display: inline;
        width: 105px;
        height: 22px
    }

    #c_effect_022_P_246-16899025380150 .e_loop-6 .p_normal_end {
        display: inline;
        width: 60px;
        height: 22px;
        margin-right: 5px
    }

    #c_effect_022_P_246-16899025380150 .e_loop-6 .p_date_end {
        display: inline;
        width: 105px;
        height: 22px;
        margin-right: 5px
    }

    #c_effect_022_P_246-16899025380150 .e_loop-6 .p_split {
        margin: 0 5px
    }

    #c_effect_022_P_246-16899025380150 .e_loop-6 .p_normal {
        margin-right: 16px
    }

    #c_effect_022_P_246-16899025380150 .e_loop-6 .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_effect_022_P_246-16899025380150 .e_loop-6 .input-check, #c_effect_022_P_246-16899025380150 .e_loop-6 .input-radio {
        margin: 0 5px;
        vertical-align: text-top
    }

    #c_effect_022_P_246-16899025380150 .e_loop-6 .position-left {
        display: flex
    }

    #c_effect_022_P_246-16899025380150 .e_loop-6 .position-right {
        display: flex;
        flex-direction: row-reverse
    }

    #c_effect_022_P_246-16899025380150 .e_loop-6 .position-bottom {
        display: flex;
        flex-direction: column-reverse
    }

    #c_effect_022_P_246-16899025380150 .e_loop-6 .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_effect_022_P_246-16899025380150 .e_loop-6 .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_effect_022_P_246-16899025380150 .e_loop-6 .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_effect_022_P_246-16899025380150 .e_loop-6 .p_active .p_mbutton::before {
        display: block
    }

    #c_effect_022_P_246-16899025380150 .e_loop-6 .p_active .p_mbutton::after {
        display: block
    }

    #c_effect_022_P_246-16899025380150 .e_loop-6 {
        margin-top: 10px;
        display-radio: 1;
        width: auto;
        max-width: none;
        margin-left: auto;
        margin-right: auto
    }

    #c_effect_022_P_246-16899025380150 .e_container-7 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        width: auto;
        margin-left: 15px;
        margin-right: 15px;
        margin-bottom: 15px;
        cursor: pointer;
        transition: all ease .8s;
        display-radio: flex;
        margin-top: 15px;
        background: #eff1f5
    }

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

    #c_effect_022_P_246-16899025380150 .e_container-9 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        width: 100%;
        background-color: rgba(245,245,245,1);
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 30px;
        padding-right: 30px;
        transition: all ease .5s;
        cursor: auto;
        display-radio: flex
    }

    #c_effect_022_P_246-16899025380150 .e_container-7 > .p_item:hover .e_container-9 {
        background-color: rgb(60 105 114)
    }

        #c_effect_022_P_246-16899025380150 .e_container-7 > .p_item:hover .e_container-9 p {
            color: #fff
        }

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

    #c_effect_022_P_246-16899025380150 .e_text-10 {
        line-height: 1.5;
        font_radio: 2;
        font-size: 16px;
        font-family: Microsoft YaHei;
        text-align: center;
        color: rgba(0,0,0,0.7);
        margin-bottom: 5px;
        transition: all ease .5s;
        display-radio: -webkit-box;
        -webkit-line-clamp: 1;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden
    }

    #c_effect_022_P_246-16899025380150 .e_container-7 a {
        pointer-events: none
    }

    #c_effect_022_P_246-16899025380150 #bigimghnre {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100vh;
        max-height: 1000px;
        z-index: 11;
        opacity: 0;
        visibility: hidden;
        transition: all ease .3s
    }

        #c_effect_022_P_246-16899025380150 #bigimghnre img {
            height: 100%;
            margin: 0 auto;
            display: block
        }

        #c_effect_022_P_246-16899025380150 #bigimghnre .black {
            background: rgb(0 0 0 / .6);
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            cursor: pointer;
            transition: all ease .5s
        }

            #c_effect_022_P_246-16899025380150 #bigimghnre .black:hover {
                background: rgb(0 0 0 / .8)
            }

        #c_effect_022_P_246-16899025380150 #bigimghnre.in {
            opacity: 1;
            visibility: visible;
            transition: all ease .5s
        }

    #c_effect_022_P_246-16899025380150 .zhezi {
        position: absolute;
        margin-top: 0;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        overflow-y: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: 0 auto;
        max-height: 80vh;
        height: 100%
    }

        #c_effect_022_P_246-16899025380150 .zhezi .xx {
            position: fixed;
            width: 32px;
            right: 0;
            top: 0;
            z-index: 2;
            background: rgb(0 0 0 / 50%)
        }

            #c_effect_022_P_246-16899025380150 .zhezi .xx img {
                width: 32px !important;
                cursor: pointer
            }

        #c_effect_022_P_246-16899025380150 .zhezi::-webkit-scrollbar {
            width: 0px
        }

    #c_effect_022_P_246-16899025380150 .kzbianju .swiper-container {
        padding: 0 10px
    }

    #c_effect_022_P_246-16899025380150 .kzbianju {
        margin: 0 -10px;
        width: auto !important
    }

    #c_effect_022_P_246-16899025380150 .e_image-8 {
        overflow: hidden;
        height: 243px
    }

        #c_effect_022_P_246-16899025380150 .e_image-8 img {
            width: auto;
            max-height: 100%;
            max-width: 100%;
            height: auto;
            margin: 0 auto;
            display: block;
            object-fit: contain;
            padding-top: 20px;
            padding-bottom: 20px
        }

    #c_effect_022_P_246-16899025380150 .e_text-14 {
        line-height: normal;
        font_radio: 2;
        font-size: 36px;
        text-align: center;
        color: rgba(51,51,51,1);
        max-width: 1600px;
        width: 94%;
        margin-left: auto;
        margin-right: auto;
        display-radio: 1;
        font-family: Microsoft YaHei;
        font-weight: bold
    }

@media screen and (max-width:768px) {
    #c_effect_022_P_246-16899025380150 .e_loop-6 .p_loopitem {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(100% / 2)
    }

    #c_effect_022_P_246-16899025380150 .zhezi {
        max-height: 100vh;
        height: auto;
        width: 90%
    }

    #c_effect_022_P_246-16899025380150 #bigimghnre img {
        height: auto;
        width: 100%
    }

    #c_effect_022_P_246-16899025380150 .e_container-1 {
        display-radio: 1;
        width: 100%
    }

    #c_effect_022_P_246-16899025380150 .e_container-7 {
        display-radio: 1;
        margin-left: 0px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 15px
    }

    #c_effect_022_P_246-16899025380150 .e_text-10 {
        font_radio: 2;
        display-radio: 1;
        color: rgba(51,51,51,1);
        font-size: 15px
    }

    #c_effect_022_P_246-16899025380150 .e_container-9 {
        display-radio: 1;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 15px;
        padding-bottom: 15px
    }

    #c_effect_022_P_246-16899025380150 .p_loopitem > .e_container-7 {
        margin-right: 7px
    }

    #c_effect_022_P_246-16899025380150 .p_loopitem:nth-child(2n+0) > .e_container-7 {
        margin-left: 7px;
        margin-right: 0px
    }

    #c_effect_022_P_246-16899025380150 .e_text-14 {
        font_radio: 2;
        font-size: 22px
    }

    #c_effect_022_P_246-16899025380150 .e_image-8 {
        overflow: hidden;
        height: auto
    }
}

@media screen and (min-width: 769px) {
    #c_effect_022_P_246-16899025380150 .e_loop-6 .p_loopitem {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(100% / 5)
    }
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
    #c_effect_022_P_246-16899025380150 .e_loop-6 .p_loopitem {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(100% / 3)
    }

    #c_effect_022_P_246-16899025380150 .e_container-9 {
        display-radio: 1
    }

    #c_effect_022_P_246-16899025380150 .e_loop-6 {
        display-radio: 1
    }

    #c_effect_022_P_246-16899025380150 .e_container-7 {
        display-radio: 1;
        padding-left: 0px;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        margin-left: 7px;
        margin-top: 7px;
        margin-right: 7px;
        margin-bottom: 7px
    }
}

#c_static_001_P_13993-1689726144239 {
    display-radio: 1;
    margin-top: 0px;
    padding-top: 80px;
    padding-bottom: 80px;
    background-fill-value: background-color;
    background-attachment: fixed;
    background-color: rgba(242,242,242,1);
    min-height: 0px
}

    #c_static_001_P_13993-1689726144239 .e_container-9 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        width: 92%;
        display-radio: flex;
        max-width: 1600px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0px
    }

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

    #c_static_001_P_13993-1689726144239 .e_container-19 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        display-radio: flex;
        margin-left: auto;
        margin-right: auto;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 0px;
        width: auto;
        max-width: none
    }

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

        #c_static_001_P_13993-1689726144239 .e_container-19 .cbox-19-0 {
            align-self: center
        }

        #c_static_001_P_13993-1689726144239 .e_container-19 .p_item {
            display-radio: 1
        }

        #c_static_001_P_13993-1689726144239 .e_container-19 .cbox-19-1 {
            align-self: center
        }

    #c_static_001_P_13993-1689726144239 .e_text-20 {
        line-height: normal;
        font_radio: 2;
        display-radio: 1;
        color: rgba(40,40,40,1);
        font-size: 36px;
        font-weight: bold;
        padding-left: 0px;
        text-align: center;
        padding-right: 0px;
        font-family: Microsoft YaHei
    }

    #c_static_001_P_13993-1689726144239 .e_loopFocus-23 .p_list {
        display: flex;
        flex-wrap: wrap
    }

    #c_static_001_P_13993-1689726144239 .e_loopFocus-23 .p_loopItem {
        position: relative;
        flex: 0 0 100%
    }

    #c_static_001_P_13993-1689726144239 .e_loopFocus-23 .p_page {
        text-align: center
    }

    #c_static_001_P_13993-1689726144239 .e_loopFocus-23 .p_leftData {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -15px
    }

    #c_static_001_P_13993-1689726144239 .e_loopFocus-23 .p_left {
        flex: 0 0 60%;
        display: flex;
        flex-wrap: wrap;
        padding: 15px
    }

    #c_static_001_P_13993-1689726144239 .e_loopFocus-23 .p_focusItem {
        height: 100%;
        flex: 1;
        padding: 15px;
        background: #fff;
        border-right: 1px #ddd solid
    }

        #c_static_001_P_13993-1689726144239 .e_loopFocus-23 .p_focusItem:last-child {
            border: none
        }

    #c_static_001_P_13993-1689726144239 .e_loopFocus-23 .p_right {
        flex: 0 0 40%;
        padding: 15px;
        display-radio: 1
    }

    #c_static_001_P_13993-1689726144239 .e_loopFocus-23 .p_nodata {
        min-height: 200px
    }

    #c_static_001_P_13993-1689726144239 .e_loopFocus-23 {
        margin-left: auto;
        padding-top: 0px;
        display-radio: 1;
        width: auto;
        max-width: none;
        margin-right: auto;
        margin-top: 10px
    }

        #c_static_001_P_13993-1689726144239 .e_loopFocus-23 .p_loopItem:hover .e_container-27 {
            background: var(--c)
        }

        #c_static_001_P_13993-1689726144239 .e_loopFocus-23 .p_loopItem:hover .e_h3-28 a {
            color: #fff
        }

        #c_static_001_P_13993-1689726144239 .e_loopFocus-23 .p_loopItem:hover .e_timeFormat-30, .e_loopFocus-23 .p_loopItem:hover .e_timeFormat-31 {
            color: #fff
        }

        #c_static_001_P_13993-1689726144239 .e_loopFocus-23 .p_loopItem:hover .e_timeFormat-31 {
            color: #fff
        }

        #c_static_001_P_13993-1689726144239 .e_loopFocus-23 .p_loopItem:hover .e_h3-28 {
            color: #fff
        }

        #c_static_001_P_13993-1689726144239 .e_loopFocus-23 .p_loopItem:hover .e_text-29 {
            color: #fff
        }

            #c_static_001_P_13993-1689726144239 .e_loopFocus-23 .p_loopItem:hover .e_text-29 a {
                color: #fff
            }

        #c_static_001_P_13993-1689726144239 .e_loopFocus-23 .p_focusItem .s_img img {
            transition: all 0.5s
        }

        #c_static_001_P_13993-1689726144239 .e_loopFocus-23 .p_focusItem:hover .s_img img {
            transform: scale(1.1)
        }

        #c_static_001_P_13993-1689726144239 .e_loopFocus-23 .p_focusItem:hover .e_h3-25 a {
            color: var(--c)
        }

        #c_static_001_P_13993-1689726144239 .e_loopFocus-23 .p_focusItem:hover .e_h3-33 a {
            color: var(--c)
        }

    #c_static_001_P_13993-1689726144239 .e_image-24 {
        overflow: hidden;
        height: 300px
    }

        #c_static_001_P_13993-1689726144239 .e_image-24 img {
            width: 100%;
            height: 100%;
            object-fit: cover
        }

    #c_static_001_P_13993-1689726144239 .e_h3-25 {
        margin: 0;
        padding: 10px 0;
        font_radio: 2;
        display-radio: -webkit-box;
        font-size: 18px;
        -webkit-line-clamp: 1;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        padding-bottom: 0px;
        margin-bottom: 10px;
        margin-top: 20px;
        padding-top: 0px;
        font-family: Microsoft YaHei;
        font-weight: normal
    }

        #c_static_001_P_13993-1689726144239 .e_h3-25 a {
            display: -webkit-box;
            line-height: 1.6;
            font-size: 18px;
            color: #333;
            display-radio: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            overflow: hidden
        }

    #c_static_001_P_13993-1689726144239 .e_text-26 a {
        line-height: 1.6;
        font-size: 15px;
        color: #666;
        font_radio: 2;
        display-radio: -webkit-box;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden
    }

    #c_static_001_P_13993-1689726144239 .e_container-27 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        width: 100%;
        display-radio: flex;
        height: 100%;
        background: #fff;
        align-items: center;
        padding: 5px;
        border-bottom: 1px #ddd solid;
        transition: all 0.5s
    }

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

            #c_static_001_P_13993-1689726144239 .e_container-27 > .p_item.cbox-27-0 {
                flex: 0 0 100px;
                text-align: center;
                border-right: 1px #ddd solid
            }

        #c_static_001_P_13993-1689726144239 .e_container-27 .p_item {
            display-radio: 1
        }

    #c_static_001_P_13993-1689726144239 .e_h3-28 {
        margin: 0;
        padding-bottom: 0px;
        font_radio: 2;
        display-radio: -webkit-box;
        font-size: 18px;
        -webkit-line-clamp: 1;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-bottom: 10px;
        font-weight: normal;
        font-family: Microsoft YaHei
    }

        #c_static_001_P_13993-1689726144239 .e_h3-28 a {
            line-height: 1.6;
            font-size: 18px;
            color: #333;
            font_radio: 1;
            display-radio: -webkit-box;
            -webkit-line-clamp: 1;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            overflow: hidden
        }

    #c_static_001_P_13993-1689726144239 .e_text-29 a {
        line-height: 1.6;
        font-size: 15px;
        color: #666;
        font_radio: 2;
        display-radio: -webkit-box;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden
    }

    #c_static_001_P_13993-1689726144239 .e_timeFormat-30 {
        line-height: 1.6;
        font-size: 16px;
        color: #666;
        font_radio: 2;
        display-radio: 1;
        font-family: Arial
    }

    #c_static_001_P_13993-1689726144239 .e_timeFormat-31 {
        line-height: 1.5;
        font-size: 20px;
        font-weight: bold;
        color: #666;
        font_radio: 2;
        display-radio: 1;
        font-family: Arial
    }

    #c_static_001_P_13993-1689726144239 .e_image-32 {
        overflow: hidden;
        height: 300px
    }

        #c_static_001_P_13993-1689726144239 .e_image-32 img {
            width: 100%;
            height: 100%;
            object-fit: cover
        }

    #c_static_001_P_13993-1689726144239 .e_h3-33 {
        font_radio: 2;
        margin: 0;
        padding: 10px 0;
        display-radio: -webkit-box;
        font-size: 18px;
        -webkit-line-clamp: 1;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        padding-bottom: 0px;
        margin-bottom: 10px;
        margin-top: 20px;
        padding-top: 0px;
        font-weight: normal;
        font-family: Microsoft YaHei
    }

        #c_static_001_P_13993-1689726144239 .e_h3-33 a {
            display: -webkit-box;
            line-height: 1.6;
            font-size: 18px;
            color: #333;
            display-radio: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            overflow: hidden
        }

    #c_static_001_P_13993-1689726144239 .e_text-34 a {
        line-height: 1.6;
        font-size: 15px;
        color: #666;
        font_radio: 2;
        display-radio: -webkit-box;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden
    }

    #c_static_001_P_13993-1689726144239 .e_text-26 {
        font_radio: 2;
        display-radio: -webkit-box;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-top: 0px;
        font-size: 14px;
        font-family: Microsoft YaHei;
        text-align: justify;
        color: rgba(102,102,102,1)
    }

    #c_static_001_P_13993-1689726144239 .e_text-34 {
        font_radio: 2;
        display-radio: -webkit-box;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-size: 14px;
        font-family: Microsoft YaHei;
        text-align: justify;
        color: rgba(102,102,102,1)
    }

    #c_static_001_P_13993-1689726144239 .e_text-29 {
        font_radio: 2;
        display-radio: -webkit-box;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-size: 14px;
        font-family: Microsoft YaHei;
        color: rgba(102,102,102,1)
    }

    #c_static_001_P_13993-1689726144239 .e_h3-25:hover {
        font-weight: normal
    }

    #c_static_001_P_13993-1689726144239 .e_h3-33:hover {
        font-weight: normal
    }

    #c_static_001_P_13993-1689726144239 .e_h3-28:hover {
        font-weight: normal;
        font-size: 18px;
        font-family: Microsoft YaHei
    }

@media screen and (max-width:768px) {
    #c_static_001_P_13993-1689726144239 {
        display-radio: 1;
        padding-top: 3%;
        padding-bottom: 4%
    }

        #c_static_001_P_13993-1689726144239 .e_container-19 .cbox-19-0 {
            flex: 0 0 100%
        }

        #c_static_001_P_13993-1689726144239 .e_container-19 .cbox-19-1 {
            flex: 0 0 100%
        }

        #c_static_001_P_13993-1689726144239 .e_text-20 {
            font_radio: 2;
            display-radio: 1;
            font-size: 30px
        }

        #c_static_001_P_13993-1689726144239 .e_loopFocus-23 .p_leftData {
            display: block
        }

        #c_static_001_P_13993-1689726144239 .e_loopFocus-23 .p_focusItem {
            height: 100%;
            flex: auto;
            padding: 15px;
            background: #fff;
            border-bottom: 1px #ddd solid
        }
}

#c_static_001_P_3932-16897287117860 {
    min-height: 300px;
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: rgba(255,255,255,1)
}

    #c_static_001_P_3932-16897287117860 .e_text-7 {
        line-height: normal;
        font_radio: 2;
        font-size: 36px;
        text-align: center;
        color: rgba(60,105,114,1);
        max-width: 1600px;
        width: 94%;
        margin-left: auto;
        margin-right: auto;
        display-radio: 1;
        font-family: Microsoft YaHei;
        font-weight: bold
    }

    #c_static_001_P_3932-16897287117860 .e_container-9 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        width: 92%;
        max-width: 1600px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
        background-color: rgba(242,242,242,1);
        display-radio: flex
    }

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

    #c_static_001_P_3932-16897287117860 .e_image-12 {
        overflow: hidden
    }

        #c_static_001_P_3932-16897287117860 .e_image-12 img {
            width: 100%;
            height: 100%;
            object-fit: contain
        }

    #c_static_001_P_3932-16897287117860 .e_richText-13 {
        font_radio: 2;
        font-size: 16px;
        line-height: 2;
        padding-left: 50px;
        display-radio: 1;
        padding-right: 50px;
        margin-top: 5px
    }

    #c_static_001_P_3932-16897287117860 .e_container-9 .cbox-9-0 {
        align-self: center
    }

    #c_static_001_P_3932-16897287117860 .e_container-9 .cbox-9-1 {
        align-self: center
    }

    #c_static_001_P_3932-16897287117860 .e_container-18 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        width: 92%;
        max-width: 1600px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
        background-color: rgba(242,242,242,1);
        display-radio: flex
    }

        #c_static_001_P_3932-16897287117860 .e_container-18 > .p_item {
            flex: 1;
            max-width: 100%;
            max-height: 100%
        }

        #c_static_001_P_3932-16897287117860 .e_container-18 .cbox-18-0 {
            align-self: center
        }

        #c_static_001_P_3932-16897287117860 .e_container-18 .cbox-18-1 {
            align-self: center
        }

    #c_static_001_P_3932-16897287117860 .e_richText-19 {
        font_radio: 2;
        font-size: 16px;
        line-height: 2;
        padding-left: 50px;
        padding-right: 50px;
        display-radio: 1
    }

    #c_static_001_P_3932-16897287117860 .e_image-20 {
        overflow: hidden
    }

        #c_static_001_P_3932-16897287117860 .e_image-20 img {
            width: 100%;
            height: 100%;
            object-fit: contain
        }

    #c_static_001_P_3932-16897287117860 .e_text-22 {
        line-height: normal;
        font_radio: 2;
        display-radio: 1;
        padding-left: 50px;
        padding-right: 50px;
        font-size: 60px;
        font-family: Arial;
        font-style: italic;
        font-weight: bold;
        color: rgba(60,105,114,1)
    }

    #c_static_001_P_3932-16897287117860 .e_text-23 {
        line-height: normal;
        font_radio: 2;
        display-radio: 1;
        padding-left: 50px;
        padding-right: 50px;
        font-size: 60px;
        font-family: Arial;
        font-style: italic;
        font-weight: bold;
        color: rgba(60,105,114,1)
    }

    #c_static_001_P_3932-16897287117860 .e_container-24 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        width: 92%;
        max-width: 1600px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
        background-color: rgba(242,242,242,1);
        display-radio: flex
    }

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

        #c_static_001_P_3932-16897287117860 .e_container-24 .cbox-24-0 {
            align-self: center
        }

        #c_static_001_P_3932-16897287117860 .e_container-24 .cbox-24-1 {
            align-self: center
        }

    #c_static_001_P_3932-16897287117860 .e_text-25 {
        line-height: normal;
        font_radio: 2;
        display-radio: 1;
        padding-left: 50px;
        padding-right: 50px;
        font-size: 60px;
        font-family: Arial;
        font-style: italic;
        font-weight: bold;
        color: rgba(60,105,114,1)
    }

    #c_static_001_P_3932-16897287117860 .e_richText-26 {
        font_radio: 2;
        font-size: 16px;
        line-height: 2;
        padding-left: 50px;
        display-radio: 1;
        padding-right: 50px;
        margin-top: 5px
    }

    #c_static_001_P_3932-16897287117860 .e_image-27 {
        overflow: hidden
    }

        #c_static_001_P_3932-16897287117860 .e_image-27 img {
            width: 100%;
            height: 100%;
            object-fit: contain
        }

    #c_static_001_P_3932-16897287117860 .e_container-36 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        width: 92%;
        max-width: 1600px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
        background-color: rgba(242,242,242,1);
        display-radio: flex
    }

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

        #c_static_001_P_3932-16897287117860 .e_container-36 .cbox-36-0 {
            align-self: center
        }

        #c_static_001_P_3932-16897287117860 .e_container-36 .cbox-36-1 {
            align-self: center
        }

    #c_static_001_P_3932-16897287117860 .e_image-37 {
        overflow: hidden
    }

        #c_static_001_P_3932-16897287117860 .e_image-37 img {
            width: 100%;
            height: 100%;
            object-fit: contain
        }

    #c_static_001_P_3932-16897287117860 .e_text-38 {
        line-height: normal;
        font_radio: 2;
        display-radio: 1;
        padding-left: 50px;
        padding-right: 50px;
        font-size: 60px;
        font-family: Arial;
        font-style: italic;
        font-weight: bold;
        color: rgba(60,105,114,1)
    }

    #c_static_001_P_3932-16897287117860 .e_richText-39 {
        font_radio: 2;
        font-size: 16px;
        line-height: 2;
        padding-left: 50px;
        padding-right: 50px;
        display-radio: 1
    }

    #c_static_001_P_3932-16897287117860 .e_container-40 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        width: 92%;
        max-width: 1600px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
        background-color: rgba(242,242,242,1);
        display-radio: flex
    }

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

        #c_static_001_P_3932-16897287117860 .e_container-40 .cbox-40-0 {
            align-self: center
        }

        #c_static_001_P_3932-16897287117860 .e_container-40 .cbox-40-1 {
            align-self: center
        }

    #c_static_001_P_3932-16897287117860 .e_text-41 {
        line-height: normal;
        font_radio: 2;
        display-radio: 1;
        padding-left: 50px;
        padding-right: 50px;
        font-size: 60px;
        font-family: Arial;
        font-style: italic;
        font-weight: bold;
        color: rgba(60,105,114,1)
    }

    #c_static_001_P_3932-16897287117860 .e_richText-42 {
        font_radio: 2;
        font-size: 16px;
        line-height: 2;
        padding-left: 50px;
        display-radio: 1;
        padding-right: 50px;
        margin-top: 5px
    }

    #c_static_001_P_3932-16897287117860 .e_image-43 {
        overflow: hidden
    }

        #c_static_001_P_3932-16897287117860 .e_image-43 img {
            width: 100%;
            height: 100%;
            object-fit: contain
        }

    #c_static_001_P_3932-16897287117860 .e_container-44 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        width: 92%;
        max-width: 1600px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
        background-color: rgba(242,242,242,1);
        display-radio: flex
    }

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

        #c_static_001_P_3932-16897287117860 .e_container-44 .cbox-44-0 {
            align-self: center
        }

        #c_static_001_P_3932-16897287117860 .e_container-44 .cbox-44-1 {
            align-self: center
        }

    #c_static_001_P_3932-16897287117860 .e_image-45 {
        overflow: hidden
    }

        #c_static_001_P_3932-16897287117860 .e_image-45 img {
            width: 100%;
            height: 100%;
            object-fit: contain
        }

    #c_static_001_P_3932-16897287117860 .e_text-46 {
        line-height: normal;
        font_radio: 2;
        display-radio: 1;
        padding-left: 50px;
        padding-right: 50px;
        font-size: 60px;
        font-family: Arial;
        font-style: italic;
        font-weight: bold;
        color: rgba(60,105,114,1)
    }

    #c_static_001_P_3932-16897287117860 .e_richText-47 {
        font_radio: 2;
        font-size: 16px;
        line-height: 2;
        padding-left: 50px;
        padding-right: 50px;
        display-radio: 1
    }

    #c_static_001_P_3932-16897287117860 .e_container-48 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        width: 92%;
        max-width: 1600px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
        background-color: rgba(242,242,242,1);
        display-radio: flex
    }

        #c_static_001_P_3932-16897287117860 .e_container-48 > .p_item {
            flex: 1;
            max-width: 100%;
            max-height: 100%
        }

        #c_static_001_P_3932-16897287117860 .e_container-48 .cbox-48-0 {
            align-self: center
        }

        #c_static_001_P_3932-16897287117860 .e_container-48 .cbox-48-1 {
            align-self: center
        }

    #c_static_001_P_3932-16897287117860 .e_text-49 {
        line-height: normal;
        font_radio: 2;
        display-radio: 1;
        padding-left: 50px;
        padding-right: 50px;
        font-size: 60px;
        font-family: Arial;
        font-style: italic;
        font-weight: bold;
        color: rgba(60,105,114,1)
    }

    #c_static_001_P_3932-16897287117860 .e_richText-50 {
        font_radio: 2;
        font-size: 16px;
        line-height: 2;
        padding-left: 50px;
        display-radio: 1;
        padding-right: 50px;
        margin-top: 5px
    }

    #c_static_001_P_3932-16897287117860 .e_image-51 {
        overflow: hidden
    }

        #c_static_001_P_3932-16897287117860 .e_image-51 img {
            width: 100%;
            height: 100%;
            object-fit: contain
        }

    #c_static_001_P_3932-16897287117860 .e_container-52 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        width: 92%;
        max-width: 1600px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
        background-color: rgba(242,242,242,1);
        display-radio: flex
    }

        #c_static_001_P_3932-16897287117860 .e_container-52 > .p_item {
            flex: 1;
            max-width: 100%;
            max-height: 100%
        }

        #c_static_001_P_3932-16897287117860 .e_container-52 .cbox-52-0 {
            align-self: center
        }

        #c_static_001_P_3932-16897287117860 .e_container-52 .cbox-52-1 {
            align-self: center
        }

    #c_static_001_P_3932-16897287117860 .e_image-53 {
        overflow: hidden
    }

        #c_static_001_P_3932-16897287117860 .e_image-53 img {
            width: 100%;
            height: 100%;
            object-fit: contain
        }

    #c_static_001_P_3932-16897287117860 .e_text-54 {
        line-height: normal;
        font_radio: 2;
        display-radio: 1;
        padding-left: 50px;
        padding-right: 50px;
        font-size: 60px;
        font-family: Arial;
        font-style: italic;
        font-weight: bold;
        color: rgba(60,105,114,1)
    }

    #c_static_001_P_3932-16897287117860 .e_richText-55 {
        font_radio: 2;
        font-size: 16px;
        line-height: 2;
        padding-left: 50px;
        padding-right: 50px;
        display-radio: 1
    }

@media screen and (max-width:768px) {
    #c_static_001_P_3932-16897287117860 {
        padding-top: 20px;
        padding-bottom: 40px
    }

        #c_static_001_P_3932-16897287117860 .e_text-7 {
            font_radio: 2;
            font-size: 22px
        }

        #c_static_001_P_3932-16897287117860 .e_container-9 {
            margin-top: 20px;
            flex-direction: column
        }

        #c_static_001_P_3932-16897287117860 .e_richText-13 {
            font_radio: 2;
            padding-left: 0px;
            font-size: 14px
        }

        #c_static_001_P_3932-16897287117860 .e_container-9 .cbox-9-1 {
            padding: 15px
        }

        #c_static_001_P_3932-16897287117860 .e_container-18 {
            margin-top: 20px;
            flex-direction: column-reverse
        }

            #c_static_001_P_3932-16897287117860 .e_container-18 .cbox-18-1 {
                padding: 0px
            }

        #c_static_001_P_3932-16897287117860 .e_richText-19 {
            font_radio: 2;
            padding-left: 0px;
            font-size: 14px;
            padding-right: 0px
        }

        #c_static_001_P_3932-16897287117860 .e_container-18 .cbox-18-0 {
            padding: 15px
        }

        #c_static_001_P_3932-16897287117860 .e_container-24 {
            margin-top: 20px;
            flex-direction: column
        }

            #c_static_001_P_3932-16897287117860 .e_container-24 .cbox-24-1 {
                padding: 15px
            }

        #c_static_001_P_3932-16897287117860 .e_richText-26 {
            font_radio: 2;
            padding-left: 0px;
            font-size: 14px
        }

        #c_static_001_P_3932-16897287117860 .e_container-36 {
            margin-top: 20px;
            flex-direction: column-reverse
        }

            #c_static_001_P_3932-16897287117860 .e_container-36 .cbox-36-1 {
                padding: 0px
            }

            #c_static_001_P_3932-16897287117860 .e_container-36 .cbox-36-0 {
                padding: 15px
            }

        #c_static_001_P_3932-16897287117860 .e_richText-39 {
            font_radio: 2;
            padding-left: 0px;
            font-size: 14px;
            padding-right: 0px
        }

        #c_static_001_P_3932-16897287117860 .e_container-40 {
            margin-top: 20px;
            flex-direction: column
        }

            #c_static_001_P_3932-16897287117860 .e_container-40 .cbox-40-1 {
                padding: 15px
            }

        #c_static_001_P_3932-16897287117860 .e_richText-42 {
            font_radio: 2;
            padding-left: 0px;
            font-size: 14px
        }

        #c_static_001_P_3932-16897287117860 .e_container-44 {
            margin-top: 20px;
            flex-direction: column-reverse
        }

            #c_static_001_P_3932-16897287117860 .e_container-44 .cbox-44-1 {
                padding: 0px
            }

            #c_static_001_P_3932-16897287117860 .e_container-44 .cbox-44-0 {
                padding: 15px
            }

        #c_static_001_P_3932-16897287117860 .e_richText-47 {
            font_radio: 2;
            padding-left: 0px;
            font-size: 14px;
            padding-right: 0px
        }

        #c_static_001_P_3932-16897287117860 .e_container-48 {
            margin-top: 20px;
            flex-direction: column
        }

            #c_static_001_P_3932-16897287117860 .e_container-48 .cbox-48-1 {
                padding: 15px
            }

        #c_static_001_P_3932-16897287117860 .e_richText-50 {
            font_radio: 2;
            padding-left: 0px;
            font-size: 14px
        }

        #c_static_001_P_3932-16897287117860 .e_container-52 {
            margin-top: 20px;
            flex-direction: column-reverse
        }

            #c_static_001_P_3932-16897287117860 .e_container-52 .cbox-52-1 {
                padding: 0px
            }

            #c_static_001_P_3932-16897287117860 .e_container-52 .cbox-52-0 {
                padding: 15px
            }

        #c_static_001_P_3932-16897287117860 .e_richText-55 {
            font_radio: 2;
            padding-left: 0px;
            font-size: 14px;
            padding-right: 0px
        }
}

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

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

#c_static_635-16897285577770 {
    display-radio: 1;
    padding-top: 80px;
    padding-bottom: 80px;
    background-fill-value: background-image;
    background-attachment: fixed;
    background-image: url(https://omo-oss-image1.thefastimg.com/portal-saas/new2023051613560552349/cms/image/ef9d33ee-2a61-47e0-bca5-f5f65e30429b.jpg);
    min-height: 0px;
    margin-top: 0px
}

    #c_static_635-16897285577770 .e_loop-1 .p_list {
        display: flex;
        flex-wrap: wrap;
        position: relative;
        max-width: 100%;
        justify-content: space-between;
        align-items: stretch
    }

    #c_static_635-16897285577770 .e_loop-1 .p_loopitem {
        position: relative
    }

    #c_static_635-16897285577770 .e_loop-1 .p_page {
        text-align: center
    }

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

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

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

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

    #c_static_635-16897285577770 .e_loop-1 .p_active .p_fbutton {
        color: #fff;
        background-color: cornflowerblue
    }

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

    #c_static_635-16897285577770 .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_static_635-16897285577770 .e_loop-1 .multSelect {
        font-size: 13px;
        position: relative
    }

        #c_static_635-16897285577770 .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_static_635-16897285577770 .e_loop-1 .multSelect.is-invalid .inputWrap {
            border-color: #dc3545
        }

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

        #c_static_635-16897285577770 .e_loop-1 .multSelect ul, li {
            list-style: none
        }

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

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

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

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

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

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

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

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

    #c_static_635-16897285577770 .e_loop-1 .p_normal_start {
        display: inline;
        width: 100px;
        height: 40px
    }

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

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

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

    #c_static_635-16897285577770 .e_loop-1 .p_split {
        margin: 0 5px
    }

    #c_static_635-16897285577770 .e_loop-1 .p_normal {
        margin-right: 16px
    }

    #c_static_635-16897285577770 .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_static_635-16897285577770 .e_loop-1 .input-check, #c_static_635-16897285577770 .e_loop-1 .input-radio {
        margin: 0 5px;
        vertical-align: text-top
    }

    #c_static_635-16897285577770 .e_loop-1 .position-left {
        display: flex
    }

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

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

    #c_static_635-16897285577770 .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_static_635-16897285577770 .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_static_635-16897285577770 .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_static_635-16897285577770 .e_loop-1 .p_active .p_mbutton::before {
        display: block
    }

    #c_static_635-16897285577770 .e_loop-1 .p_active .p_mbutton::after {
        display: block
    }

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

    #c_static_635-16897285577770 .e_loop-1 {
        display-radio: 1;
        margin-top: 0px;
        margin-left: auto;
        margin-right: auto;
        width: 92%;
        max-width: 1650px
    }

    #c_static_635-16897285577770 .e_container-2 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        width: 90%;
        text-align: center;
        background: #fff;
        padding: 3vw 2vw;
        box-shadow: 5px 5px 30px rgba(0,0,0,0.15);
        border-radius: 10px;
        display-radio: flex;
        background-color: #fff;
        height: 100%;
        margin-left: auto;
        margin-right: auto
    }

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

    #c_static_635-16897285577770 .e_image-3 {
        overflow: hidden;
        display-radio: 1;
        width: 80%;
        height: auto;
        max-width: 100px;
        margin-left: auto;
        margin-right: auto
    }

        #c_static_635-16897285577770 .e_image-3 img {
            width: 100%;
            height: 100%;
            object-fit: contain
        }

    #c_static_635-16897285577770 .e_text-4 {
        line-height: 1.5;
        color: var(--tit-color);
        font-size: 18px;
        margin-bottom: 15px;
        margin-top: 20px;
        font-weight: bold;
        font_radio: 2;
        display-radio: 1;
        font-family: Microsoft YaHei;
        padding-top: 0px
    }

    #c_static_635-16897285577770 .e_text-5 {
        line-height: 1.5;
        font-size: 14px;
        color: #999999;
        display-radio: 1;
        font_radio: 2;
        font-family: Microsoft YaHei
    }

    #c_static_635-16897285577770 .e_text-6 {
        line-height: 1.5;
        display-radio: 1;
        font_radio: 2;
        width: 92%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 50px;
        font-size: 36px;
        font-weight: bold;
        color: rgba(255,255,255,1);
        text-align: center;
        font-family: Microsoft YaHei;
        max-width: 1600px
    }

    #c_static_635-16897285577770 .e_loop-7 .p_list {
        display: flex;
        flex-wrap: wrap;
        position: relative;
        max-width: 100%;
        justify-content: space-between;
        align-items: stretch
    }

    #c_static_635-16897285577770 .e_loop-7 .p_loopitem {
        position: relative
    }

    #c_static_635-16897285577770 .e_loop-7 .p_page {
        text-align: center
    }

    #c_static_635-16897285577770 .e_loop-7 .p_filter_wrapper {
        width: 100%;
        font-size: 13px
    }

    #c_static_635-16897285577770 .e_loop-7 .p_kv_wrapper {
        display: flex;
        flex-wrap: nowrap;
        line-height: 40px;
        margin: 15px 0
    }

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

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

    #c_static_635-16897285577770 .e_loop-7 .p_active .p_fbutton {
        color: #fff;
        background-color: cornflowerblue
    }

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

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

    #c_static_635-16897285577770 .e_loop-7 .multSelect {
        font-size: 13px;
        position: relative
    }

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

        #c_static_635-16897285577770 .e_loop-7 .multSelect.is-invalid .inputWrap {
            border-color: #dc3545
        }

        #c_static_635-16897285577770 .e_loop-7 .multSelect ul {
            padding: 0 5px;
            margin: 0;
            padding-right: 35px
        }

        #c_static_635-16897285577770 .e_loop-7 .multSelect ul, li {
            list-style: none
        }

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

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

            #c_static_635-16897285577770 .e_loop-7 .multSelect .multSelect-option > div {
                line-height: 24px;
                cursor: pointer;
                padding: 0 10px
            }

                #c_static_635-16897285577770 .e_loop-7 .multSelect .multSelect-option > div.selected {
                    color: #409eff
                }

                #c_static_635-16897285577770 .e_loop-7 .multSelect .multSelect-option > div:hover {
                    color: #409eff;
                    background: #f3f6f9
                }

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

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

        #c_static_635-16897285577770 .e_loop-7 .multSelect .inputWrap > .fa-down svg {
            transform: rotate(-90deg)
        }

        #c_static_635-16897285577770 .e_loop-7 .multSelect .inputWrap > .fa-up svg {
            transform: rotate(90deg)
        }

        #c_static_635-16897285577770 .e_loop-7 .multSelect .placeholder {
            line-height: 40px;
            padding-left: 10px;
            color: #aaa;
            position: absolute;
            left: 0;
            top: 0
        }

    #c_static_635-16897285577770 .e_loop-7 .p_normal_start {
        display: inline;
        width: 100px;
        height: 40px
    }

    #c_static_635-16897285577770 .e_loop-7 .p_date_start {
        display: inline;
        width: 105px;
        height: 40px
    }

    #c_static_635-16897285577770 .e_loop-7 .p_normal_end {
        display: inline;
        width: 100px;
        height: 40px;
        margin-right: 5px
    }

    #c_static_635-16897285577770 .e_loop-7 .p_date_end {
        display: inline;
        width: 105px;
        height: 40px;
        margin-right: 5px
    }

    #c_static_635-16897285577770 .e_loop-7 .p_split {
        margin: 0 5px
    }

    #c_static_635-16897285577770 .e_loop-7 .p_normal {
        margin-right: 16px
    }

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

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

    #c_static_635-16897285577770 .e_loop-7 .position-left {
        display: flex
    }

    #c_static_635-16897285577770 .e_loop-7 .position-right {
        display: flex;
        flex-direction: row-reverse
    }

    #c_static_635-16897285577770 .e_loop-7 .position-bottom {
        display: flex;
        flex-direction: column-reverse
    }

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

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

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

    #c_static_635-16897285577770 .e_loop-7 .p_active .p_mbutton::before {
        display: block
    }

    #c_static_635-16897285577770 .e_loop-7 .p_active .p_mbutton::after {
        display: block
    }

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

    #c_static_635-16897285577770 .e_loop-7 {
        display-radio: 1;
        margin-top: 50px;
        margin-left: auto;
        margin-right: auto;
        width: 92%;
        max-width: 1650px
    }

    #c_static_635-16897285577770 .e_container-8 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        width: 90%;
        text-align: center;
        background: #fff;
        padding: 3vw 2vw;
        box-shadow: 5px 5px 30px rgba(0,0,0,0.15);
        border-radius: 10px;
        display-radio: flex;
        background-color: #fff;
        height: 100%;
        margin-left: auto;
        margin-right: auto
    }

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

    #c_static_635-16897285577770 .e_image-9 {
        overflow: hidden;
        display-radio: 1;
        width: 80%;
        height: auto;
        max-width: 100px;
        margin-left: auto;
        margin-right: auto
    }

        #c_static_635-16897285577770 .e_image-9 img {
            width: 100%;
            height: 100%;
            object-fit: contain
        }

    #c_static_635-16897285577770 .e_text-10 {
        line-height: 1.5;
        color: var(--tit-color);
        font-size: 18px;
        margin-bottom: 15px;
        font-weight: bold;
        font_radio: 2;
        display-radio: 1;
        font-family: Microsoft YaHei;
        margin-top: 20px
    }

    #c_static_635-16897285577770 .e_text-11 {
        line-height: 1.5;
        font-size: 14px;
        color: #999999;
        display-radio: 1;
        font_radio: 2;
        font-family: Microsoft YaHei
    }

@media screen and (max-width:768px) {
    #c_static_635-16897285577770 .e_loop-1 .p_loopitem {
        width: calc((100% - 90px) / 4);
        position: relative;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(100% / 1);
        margin-bottom: 20px
    }

        #c_static_635-16897285577770 .e_loop-1 .p_loopitem:hover .e_container-2 {
            transform: translateY(-20px)
        }

        #c_static_635-16897285577770 .e_loop-1 .p_loopitem:hover .e_image-3 {
            transform: rotateY(180deg)
        }

    #c_static_635-16897285577770 .e_container-2 {
        transition: all 0.5s;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        width: 100%;
        text-align: center;
        background: #fff;
        padding: 3vw 2vw;
        box-shadow: 5px 5px 30px rgba(0,0,0,0.15);
        border-radius: 10px;
        height: 100%;
        display-radio: flex;
        background-color: #fff;
        padding-top: 0px;
        margin-top: 0px
    }

    #c_static_635-16897285577770 .e_image-3 {
        transition: all 0.5s;
        overflow: hidden;
        display-radio: 1;
        width: 80%;
        height: auto;
        max-width: 112px;
        margin-left: auto;
        margin-right: auto
    }

    #c_static_635-16897285577770 {
        min-height: 300px;
        display-radio: 1;
        padding-top: 50px;
        padding-bottom: 50px;
        background-fill-value: background-image;
        background-attachment: fixed;
        background-image: url(https://omo-oss-image1.thefastimg.com/portal-saas/new2023051613560552349/cms/image/ef9d33ee-2a61-47e0-bca5-f5f65e30429b.jpg)
    }

        #c_static_635-16897285577770 .e_loop-1 .p_list {
            display: flex;
            flex-wrap: wrap;
            position: relative;
            max-width: 100%;
            justify-content: space-between;
            align-items: stretch
        }

        #c_static_635-16897285577770 .e_loop-1 .p_page {
            text-align: center
        }

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

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

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

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

        #c_static_635-16897285577770 .e_loop-1 .p_active .p_fbutton {
            color: #fff;
            background-color: cornflowerblue
        }

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

        #c_static_635-16897285577770 .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_static_635-16897285577770 .e_loop-1 .multSelect {
            font-size: 13px;
            position: relative
        }

            #c_static_635-16897285577770 .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_static_635-16897285577770 .e_loop-1 .multSelect.is-invalid .inputWrap {
                border-color: #dc3545
            }

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

            #c_static_635-16897285577770 .e_loop-1 .multSelect ul, li {
                list-style: none
            }

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

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

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

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

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

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

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

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

        #c_static_635-16897285577770 .e_loop-1 .p_normal_start {
            display: inline;
            width: 100px;
            height: 40px
        }

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

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

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

        #c_static_635-16897285577770 .e_loop-1 .p_split {
            margin: 0 5px
        }

        #c_static_635-16897285577770 .e_loop-1 .p_normal {
            margin-right: 16px
        }

        #c_static_635-16897285577770 .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_static_635-16897285577770 .e_loop-1 .input-check, #c_static_635-16897285577770 .e_loop-1 .input-radio {
            margin: 0 5px;
            vertical-align: text-top
        }

        #c_static_635-16897285577770 .e_loop-1 .position-left {
            display: flex
        }

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

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

        #c_static_635-16897285577770 .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_static_635-16897285577770 .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_static_635-16897285577770 .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_static_635-16897285577770 .e_loop-1 .p_active .p_mbutton::before {
            display: block
        }

        #c_static_635-16897285577770 .e_loop-1 .p_active .p_mbutton::after {
            display: block
        }

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

        #c_static_635-16897285577770 .e_loop-1 {
            display-radio: 1;
            margin-top: 0px;
            margin-left: auto;
            margin-right: auto;
            width: 92%;
            max-width: 1400px
        }

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

        #c_static_635-16897285577770 .e_image-3 img {
            width: 100%;
            height: 100%;
            object-fit: contain
        }

        #c_static_635-16897285577770 .e_text-4 {
            line-height: normal;
            color: var(--tit-color);
            font-size: var(--f22);
            margin-bottom: 15px;
            margin-top: 2vw;
            font-weight: 400;
            padding-top: 10px;
            font_radio: 2;
            display-radio: 1
        }

        #c_static_635-16897285577770 .e_text-5 {
            line-height: 1.5;
            font-size: 14px;
            color: #999999;
            display-radio: 1;
            font_radio: 2
        }

        #c_static_635-16897285577770 .e_text-6 {
            line-height: normal;
            display-radio: 1;
            font_radio: 2;
            width: 96%;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 50px;
            font-size: 28px;
            font-weight: bold;
            color: rgba(255,255,255,1);
            text-align: center
        }

        #c_static_635-16897285577770 .e_loop-7 .p_loopitem {
            width: calc((100% - 90px) / 4);
            position: relative;
            flex-grow: 0;
            flex-shrink: 0;
            flex-basis: calc(100% / 1);
            margin-bottom: 20px
        }

            #c_static_635-16897285577770 .e_loop-7 .p_loopitem:hover .e_container-8 {
                transform: translateY(-20px)
            }

            #c_static_635-16897285577770 .e_loop-7 .p_loopitem:hover .e_image-9 {
                transform: rotateY(180deg)
            }

        #c_static_635-16897285577770 .e_loop-7 .p_list {
            display: flex;
            flex-wrap: wrap;
            position: relative;
            max-width: 100%;
            justify-content: space-between;
            align-items: stretch
        }

        #c_static_635-16897285577770 .e_loop-7 .p_page {
            text-align: center
        }

        #c_static_635-16897285577770 .e_loop-7 .p_filter_wrapper {
            width: 100%;
            font-size: 13px
        }

        #c_static_635-16897285577770 .e_loop-7 .p_kv_wrapper {
            display: flex;
            flex-wrap: nowrap;
            line-height: 40px;
            margin: 15px 0
        }

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

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

        #c_static_635-16897285577770 .e_loop-7 .p_active .p_fbutton {
            color: #fff;
            background-color: cornflowerblue
        }

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

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

        #c_static_635-16897285577770 .e_loop-7 .multSelect {
            font-size: 13px;
            position: relative
        }

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

            #c_static_635-16897285577770 .e_loop-7 .multSelect.is-invalid .inputWrap {
                border-color: #dc3545
            }

            #c_static_635-16897285577770 .e_loop-7 .multSelect ul {
                padding: 0 5px;
                margin: 0;
                padding-right: 35px
            }

            #c_static_635-16897285577770 .e_loop-7 .multSelect ul, li {
                list-style: none
            }

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

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

                #c_static_635-16897285577770 .e_loop-7 .multSelect .multSelect-option > div {
                    line-height: 24px;
                    cursor: pointer;
                    padding: 0 10px
                }

                    #c_static_635-16897285577770 .e_loop-7 .multSelect .multSelect-option > div.selected {
                        color: #409eff
                    }

                    #c_static_635-16897285577770 .e_loop-7 .multSelect .multSelect-option > div:hover {
                        color: #409eff;
                        background: #f3f6f9
                    }

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

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

            #c_static_635-16897285577770 .e_loop-7 .multSelect .inputWrap > .fa-down svg {
                transform: rotate(-90deg)
            }

            #c_static_635-16897285577770 .e_loop-7 .multSelect .inputWrap > .fa-up svg {
                transform: rotate(90deg)
            }

            #c_static_635-16897285577770 .e_loop-7 .multSelect .placeholder {
                line-height: 40px;
                padding-left: 10px;
                color: #aaa;
                position: absolute;
                left: 0;
                top: 0
            }

        #c_static_635-16897285577770 .e_loop-7 .p_normal_start {
            display: inline;
            width: 100px;
            height: 40px
        }

        #c_static_635-16897285577770 .e_loop-7 .p_date_start {
            display: inline;
            width: 105px;
            height: 40px
        }

        #c_static_635-16897285577770 .e_loop-7 .p_normal_end {
            display: inline;
            width: 100px;
            height: 40px;
            margin-right: 5px
        }

        #c_static_635-16897285577770 .e_loop-7 .p_date_end {
            display: inline;
            width: 105px;
            height: 40px;
            margin-right: 5px
        }

        #c_static_635-16897285577770 .e_loop-7 .p_split {
            margin: 0 5px
        }

        #c_static_635-16897285577770 .e_loop-7 .p_normal {
            margin-right: 16px
        }

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

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

        #c_static_635-16897285577770 .e_loop-7 .position-left {
            display: flex
        }

        #c_static_635-16897285577770 .e_loop-7 .position-right {
            display: flex;
            flex-direction: row-reverse
        }

        #c_static_635-16897285577770 .e_loop-7 .position-bottom {
            display: flex;
            flex-direction: column-reverse
        }

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

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

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

        #c_static_635-16897285577770 .e_loop-7 .p_active .p_mbutton::before {
            display: block
        }

        #c_static_635-16897285577770 .e_loop-7 .p_active .p_mbutton::after {
            display: block
        }

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

        #c_static_635-16897285577770 .e_loop-7 {
            display-radio: 1;
            margin-top: 0px;
            margin-left: auto;
            margin-right: auto;
            width: 92%;
            max-width: 1400px
        }

        #c_static_635-16897285577770 .e_container-8 {
            transition: all 0.5s;
            display: flex;
            flex-wrap: wrap;
            flex-direction: row;
            width: 100%;
            text-align: center;
            background: #fff;
            padding: 3vw 2vw;
            box-shadow: 5px 5px 30px rgba(0,0,0,0.15);
            border-radius: 10px;
            height: 100%;
            display-radio: flex;
            background-color: #fff
        }

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

        #c_static_635-16897285577770 .e_image-9 {
            transition: all 0.5s;
            overflow: hidden;
            display-radio: 1;
            width: 80%;
            height: auto;
            max-width: 112px;
            margin-left: auto;
            margin-right: auto
        }

            #c_static_635-16897285577770 .e_image-9 img {
                width: 100%;
                height: 100%;
                object-fit: contain
            }

        #c_static_635-16897285577770 .e_text-10 {
            line-height: normal;
            color: var(--tit-color);
            font-size: var(--f22);
            margin-bottom: 15px;
            margin-top: 2vw;
            font-weight: 400;
            padding-top: 10px
        }

        #c_static_635-16897285577770 .e_text-11 {
            line-height: 1.5;
            font-size: 14px;
            color: #999999;
            display-radio: 1;
            font_radio: 2
        }
}

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

        #c_static_635-16897285577770 .e_loop-1 .p_loopitem:hover .e_container-2 {
            transform: translateY(-20px)
        }

        #c_static_635-16897285577770 .e_loop-1 .p_loopitem:hover .e_image-3 {
            transform: rotateY(180deg)
        }

    #c_static_635-16897285577770 .e_container-2 {
        transition: all 0.5s
    }

    #c_static_635-16897285577770 .e_image-3 {
        transition: all 0.5s
    }

    #c_static_635-16897285577770 .e_loop-7 .p_loopitem {
        width: calc((100% - 90px) / 4);
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(100% / 3)
    }

        #c_static_635-16897285577770 .e_loop-7 .p_loopitem:hover .e_container-8 {
            transform: translateY(-20px)
        }

        #c_static_635-16897285577770 .e_loop-7 .p_loopitem:hover .e_image-9 {
            transform: rotateY(180deg)
        }

    #c_static_635-16897285577770 .e_container-8 {
        transition: all 0.5s
    }

    #c_static_635-16897285577770 .e_image-9 {
        transition: all 0.5s
    }
}

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





@media all and (min-width: 992px) and (max-width: 1023px) {
    .col-lg-0 {
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px
    }

    .col-lg-0 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 2.7%;
        max-width: 2.7%
    }
}

@media all and (min-width: 1024px) and (max-width: 1439px) {
    .col-lg-0 {
        position: relative;
        width: 100%;
        padding-right: 11px;
        padding-left: 11px
    }

    .col-lg-0 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 2%;
        max-width: 2%
    }
}

@media all and (min-width: 1440px) and (max-width: 1279px) {
    .col-lg-0 {
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px
    }

    .col-lg-0 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 2.7%;
        max-width: 2.7%
    }
}

@media (min-width:1280px) {
    .col-lg-0 {
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px
    }

    .col-lg-0 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 2.7%;
        max-width: 2.7%
    }
}
