/* pre css */
#c_grid-116273709439191 .p_gridbox::after {
    content: '';
    clear: left;
    display: block
}

#c_grid-116273709439191 > div > .p_gridbox {
    width: 100%;
    overflow: hidden;
    position: static
}

#c_grid-116273709439191 > div > .p_gridCell {
    float: left;
    position: static
}

#c_grid-116273709439191 > .p_gridbox.signal {
    min-height: inherit
}

#c_grid-116273709439191 > .p_gridbox.signal > .p_gridCell {
    min-height: inherit !important
}

#c_grid-116273709439191 {
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

@media screen and (max-width: 768px) {
    #c_grid-116273709439191 > .p_gridbox > .p_gridCell:nth-child(1n + 1) {
        width: 100%;
        margin-left: 0%;
        margin-right: 0%;
        margin-top: 0rem;
        margin-bottom: 0rem;
        clear: left
    }
}

@media screen and (min-width: 769px) {
    #c_grid-116273709439191 > .p_gridbox > .p_gridCell:nth-child(1n + 1) {
        width: 100%;
        margin-left: 0%;
        margin-right: 0%;
        margin-top: 0rem;
        margin-bottom: 0rem;
        clear: left
    }
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
    #c_grid-116273709439191 > .p_gridbox > .p_gridCell:nth-child(1n + 1) {
        width: 100%;
        margin-left: 0%;
        margin-right: 0%;
        margin-top: 0rem;
        margin-bottom: 0rem;
        clear: left
    }
}

.L_nav .pc_nav {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    z-index: 99;
    background: rgba(255,255,255,0.88);
    transition: all .5s ease;
    box-shadow: 0 0 20px rgb(0 0 0 / 0%)
}

.L_nav .pc_nav.active {
    background: rgba(255,255,255,1);
    box-shadow: 0 0 20px rgb(0 0 0 / 10%)
}

.L_nav .pc_nav.active.touying {
    box-shadow: 0 0 20px rgb(0 0 0 / 10%)
}

.L_nav .header1>.header-left {
    display: flex;
    max-width: none;
    width: 100%;
    align-items: center;
    margin: 0 auto!important;
    justify-content: space-between;
    line-height: 0;
    padding-left: 3%
}

.L_nav .header1>.header-left .fl {
    width: 25%;
    height: auto;
    overflow: hidden;
    display: flex;
    align-items: center;
    margin: 0;
    font-size: 16px;
    color: #fff;
    justify-content: space-between;
    line-height: 1
}

.L_nav .header1>.header-left .fl a {
    width: 100%;
    height: 50px;
    display: block;
    position: relative;
    overflow: hidden;
    transition: all .5s ease
}

.L_nav .header1>.header-left .fl a img {
    position: absolute;
    top: 0%;
    left: 0%;
    max-width: 100%;
    width: auto;
    height: auto;
    max-height: 100%;
    object-fit: cover;
    transition: all .5s ease
}

.L_nav .header1>.header-left nav.fr {
    height: auto;
    width: calc(100% - 25%);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.L_nav .header1 nav ul.f-cb {
    overflow: visible;
    padding-right: 0;
    padding-left: 0px
}

.L_nav .header1 nav ul.f-cb:after {
    clear: both;
    display: block;
    content: ''
}

.L_nav li.hvr-left {
    text-align: center;
    transition: all 0.3s cubic-bezier(0.86, 0.5, 1, 1);
    position: relative;
    display: block;
    float: left
}

.L_nav .pc_nav li.hvr-left .home-dec {
    display: block;
    position: relative;
    line-height: 90px;
    font-size: 17px;
    /* font-weight: bold; */
    color: #000;
    margin: 0 25px;
    padding: 0px;
    transition: all .5s ease
}

.L_nav .pc_nav li.hvr-left:hover .home-dec {
    color: var(--themes-color)
}

.L_nav .pc_nav.active li.hvr-left .home-dec {
    color: #000
}

.L_nav .pc_nav.active li.hvr-left:hover .home-dec {
    color: var(--themes-color)
}

.L_nav li.hvr-left .home-dec:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0%;
    height: 3px;
    background: var(--theme-color);
    transition: all .5s ease;
    transform: translateX(-50%)
}

.L_nav .pc_nav:hover li.hvr-left:hover .home-dec:after {
    width: 100%
}

.L_nav li.hvr-left .nav-sub {
    border: none;
    background: #fff;
    width: auto;
    left: 0;
    margin-left: 0;
    padding: 0;
    position: absolute;
    min-width: 100%;
    transition: all .5s ease;
    max-height: 0;
    overflow: hidden
}

.L_nav li.hvr-left:hover .nav-sub {
    max-height: 100vh
}

.L_nav li.hvr-left .nav-sub a {
    border: none;
    padding: 0 30px;
    text-align: left;
    line-height: 45px;
    font-size: 14px;
    color: #444;
    display: block;
    white-space: nowrap;
    border-bottom: 1px solid #f5f5f5
}

.L_nav li.hvr-left .nav-sub a:hover {
    background-color: var(--theme-color);
    color: #fff
}

.on .pc_nav {
    background: #fff
}

.L_nav .hvr-left_last {
    display: flex;
    align-items: center;
    margin-left: 30px;
    border-left: solid 1px rgb(0 0 0 / 10%)
}

.L_nav .hvr-left_last .L_text {
    width: auto;
    height: auto;
    padding: 0px 33px;
    border: none;
    margin: 0px;
    position: relative
}

.L_nav .hvr-left_last .L_text img {
    line-height: 80px;
    font-size: 14px;
    color: #333;
    display: inline-block;
    margin-left: 15px;
    max-width: 25px;
    opacity: 0.6;
    transition: all .5s ease
}

.L_nav .hvr-left_last .L_text img:hover {
    opacity: 1
}

.L_nav .hvr-left_last .L_text .menu {
    width: auto;
    display: block;
    position: absolute;
    top: 20px;
    left: 50%;
    z-index: 99;
    height: 0px;
    opacity: 0;
    overflow: hidden;
    transition: all .5s ease 0s;
    padding: 0px 10px;
    border-radius: 0px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 20px rgb(0 0 0 / 15%);
    transform: translateX(-50%);
    margin: 0px
}

.L_nav .hvr-left_last .L_text:hover .menu {
    top: 36px;
    padding: 5px 10px;
    height: auto;
    opacity: 1;
    background: rgba(255, 255, 255, 0.9);
    overflow: visible
}

.L_nav .hvr-left_last .L_text:hover .menu:before {
    content: '';
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    border: 7px solid transparent;
    border-bottom: 7px solid rgba(255, 255, 255, 1)
}

.L_nav .hvr-left_last .L_text .menu a {
    width: 100%;
    display: block;
    padding: 0px 12px 0px 12px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #222;
    text-align: center;
    white-space: nowrap;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    transition: all .5s ease 0s
}

.L_nav .hvr-left_last .L_text .menu a:hover {
    color: var(--themes-color)
}

.L_nav .hvr-left_last .L_text .menu a:last-child {
    border-bottom: none
}

.L_nav .pc_nav .header1>.header-left .dh_icon {
    fill: #000
}

.L_nav .pc_nav:hover .header1>.header-left .dh_icon {
    fill: #000
}

.L_nav .pc_nav:hover .header1>.header-left .L_text:hover .dh_icon {
    fill: var(--theme-color)
}

.L_nav .pc_nav.active .header1>.header-left .dh_icon {
    fill: #000
}

.L_nav .pc_nav.active:hover .header1>.header-left .dh_icon {
    fill: #000
}

.L_nav .pc_nav.active:hover .header1>.header-left .dh_icon:hover {
    fill: var(--theme-color)
}

.L_nav .pc_nav .header1>.header-left .L_tel {
    font-size: 22px;
    line-height: 90px;
    padding-left: 25px;
    padding-right: 25px;
    background: #4ab344;
}

.L_nav .pc_nav .header1>.header-left .L_tel .dh_icon {
    fill: #fff
}

.L_nav .pc_nav.active .header1>.header-left .L_tel .dh_icon {
    fill: #fff
}

.L_nav .pc_nav.active:hover .header1>.header-left .L_tel .dh_icon {
    fill: #fff
}

.L_nav .pc_nav .header1>.header-left .dh_tel {
    font-size: 22px;
    line-height: 40px;
    color: #fff;
    font-family: 'Barlow';
    display: inline-block
}

#c_static_001_P_249-16558822084690 {
    display-radio: 1
}

@media screen and (max-width: 768px) {
    .L_nav {
        height: 70px
    }

    .L_nav .pc_nav {
        display: none
    }

    .yyqh {
        text-align: center
    }

    .yyqh a {
        display: inline-block;
        text-decoration: none;
        line-height: 60px;
        margin: 0px 10px
    }

    .L_nav .header2 {
        height: 70px;
        position: fixed;
        background: #fff;
        z-index: 100;
        top: 0px;
        width: 100%;
        display: block;
        left: 0
    }

    .L_nav .header2 .main-wrap {
        height: 70px;
        padding: 0 3%;
        box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    .L_nav .header2 .logo {
        width: 100%;
        height: auto;
        margin-top: 0px;
        overflow: hidden;
        position: relative;
        display: flex;
        align-items: center;
        margin: 0
    }

    .L_nav .header2 .logo a {
        display: block
    }

    .L_nav .header2 .logo a img {
        max-width: 100%;
        width: auto !important;
        height: 30px !important
    }

    .L_nav .header2 .nav-btn {
        width: 25px;
        height: 16px;
        cursor: pointer;
        position: relative
    }

    .L_nav .header2 .nav-btn .line {
        display: block;
        width: 100%;
        height: 2px;
        border-radius: 2px;
        background-color: #222;
        position: absolute;
        left: 50%;
        margin-left: -15px
    }

    .L_nav .header2 .nav-btn .line1 {
        -webkit-transform-origin: 4px 0;
        -ms-transform-origin: 4px 0;
        transform-origin: 4px 0
    }

    .L_nav .header2 .nav-btn.hover .line {
        background: var(--theme-color)
    }

    .L_nav .header2 .nav-btn .line2 {
        top: 7px
    }

    .L_nav .header2 .nav-btn .line3 {
        bottom: 0px;
        -webkit-transform-origin: 1px center;
        -ms-transform-origin: 1px center;
        transform-origin: 1px center
    }

    .L_nav .header2 .sub-menu {
        width: 100%;
        padding: 0 3%;
        display: none;
        position: absolute;
        left: 0px;
        top: 80px;
        z-index: 2;
        overflow-y: auto
    }

    .L_nav .header2 .sub-menu ul {
        width: 100%;
        height: calc(100vh - 55px - 1.5rem)
    }

    .L_nav .header2 .sub-menu li {
        border-bottom: 1px solid #dcdcdc;
        font-size: 16px;
        padding: 0 20px;
        position: relative
    }

    .L_nav .js-m-3 {
        opacity: 0;
        -webkit-transform: translate(30px, 0);
        -ms-transform: translate(30px, 0);
        transform: translate(30px, 0);
        -webkit-transition: all .8s ease;
        transition: all .8s ease
    }

    .L_nav .js-m-3.animate {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    .L_nav .header2 .sub-menu .tit {
        display: inline-block;
        text-decoration: none;
        width: 80%;
        line-height: 60px;
        color: #333;
        position: relative;
        box-sizing: border-box
    }

    .L_nav .header2 .sub-menu .sub-tit.on {
        background-color: #e9e9e9
    }

    .L_nav .header2 .sub-menu .sec-list {
        line-height: 40px;
        padding: 10px 0%;
        display: none
    }

    .L_nav .header2 .sub-menu .jt {
        position: absolute;
        right: 10px;
        top: 0;
        display: inline-block;
        width: 10%;
        height: 60px;
        text-align: center;
        background: none;
        float: right;
        cursor: pointer
    }

    .L_nav .header2 .sub-menu .jt:after {
        content: '';
        display: block;
        width: 26px;
        height: 26px;
        background: url(../images/rBQBHVzEZzKEUBJMAAAAAMfREL8486.png) no-repeat center;
        background-size: 17px auto;
        position: absolute;
        right: 3%;
        top: 15px
    }

    .L_nav .header2 .sub-menu .jt.jtRote:after {
        background: url(../images/rBQBG1zEZ1eEBkkYAAAAADz6RB0116.png) no-repeat center;
        background-size: 20px auto
    }

    .L_nav .header2 .sub-menu .sec-list p {
        background: url(../images/rBQBHVzEdJGEfkUaAAAAAGBOHjA006.png) no-repeat left center;
        background-size: 3px auto;
        font-size: 14px
    }

    .L_nav .header2 .sub-menu .sec-list a {
        padding-left: 5%;
        color: #666;
        display: block
    }

    .L_nav .header2 .sub-menu .sec-list a:active {
        color: #005bac
    }

    .L_nav .search-bg {
        position: fixed;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        z-index: 20;
        background-color: #f5f5f5;
        display: none
    }
}

@media screen and (min-width: 769px) {
    .L_nav .header2 {
        display: none
    }
}

@media screen and (max-width: 1366px) and (min-width: 1280px) {
    .L_nav .pc_nav li.hvr-left .home-dec {
        font-size: 17px;
        margin: 0 10px
    }

    .L_nav .hvr-left_last {
        margin-left: 20px
    }

    .L_nav .pc_nav .header1>.header-left .L_tel {
        font-size: 20px;
        line-height: 90px;
        padding-left: 20px;
        padding-right: 20px
    }
}

@media screen and (max-width: 1280px) and (min-width: 1024px) {
    .L_nav .pc_nav li.hvr-left .home-dec {
        font-size: 15px;
        margin: 0 6px
    }

    .L_nav .hvr-left_last {
        margin-left: 10px
    }

    .L_nav .pc_nav .header1>.header-left .L_tel {
        font-size: 20px;
        line-height: 90px;
        padding-left: 15px;
        padding-right: 15px
    }

    .L_nav .hvr-left_last .L_text {
        width: auto;
        height: auto;
        padding: 0px 23px;
        border: none;
        margin: 0px;
        position: relative
    }
}

#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%;
    display-radio: 1;
    padding-bottom: 0px
}

@media screen and (max-width: 768px) {
    #c_grid-116273709439190 > .p_gridbox > .p_gridCell:nth-child(1n + 1) {
        width: 100%;
        margin-left: 0%;
        margin-right: 0%;
        margin-top: 0rem;
        margin-bottom: 0rem;
        clear: left
    }
}

@media screen and (min-width: 769px) {
    #c_grid-116273709439190 > .p_gridbox > .p_gridCell:nth-child(1n + 1) {
        width: 100%;
        margin-left: 0%;
        margin-right: 0%;
        margin-top: 0rem;
        margin-bottom: 0rem;
        clear: left
    }
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
    #c_grid-116273709439190 > .p_gridbox > .p_gridCell:nth-child(1n + 1) {
        width: 100%;
        margin-left: 0%;
        margin-right: 0%;
        margin-top: 0rem;
        margin-bottom: 0rem;
        clear: left
    }
}

#c_navigation_019_P_025-1663151574647 {
    background-color: #017200;
    display-radio: 1;
    min-height: 0px
}

#c_navigation_019_P_025-1663151574647 .e_container-2 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    max-width: none;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: rgba(0,0,0,0.2);
    display-radio: flex
}

#c_navigation_019_P_025-1663151574647 .e_container-2 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_navigation_019_P_025-1663151574647 .e_text-3 {
    font_radio: 2;
    color: rgba(255,255,255,0.75);
    font-size: 14px;
    line-height: 1;
    text-align: center;
    display-radio: 1;
    margin-bottom: 0px
}

#c_navigation_019_P_025-1663151574647 .e_container-4 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 94%;
    max-width: 1480px;
    padding-right: 0px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    padding-bottom: 20px;
    padding-left: 0px;
    display-radio: flex
}

#c_navigation_019_P_025-1663151574647 .e_container-4 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_navigation_019_P_025-1663151574647 .e_container-4 .cbox-4-0 {
    padding-right: 40px;
    flex: 0 0 34%
}

#c_navigation_019_P_025-1663151574647 .e_container-4 .cbox-4-1 {
    padding-left: 40px;
    padding-right: 10px;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: rgba(255,255,255,0.14);
    flex: 0 0 28%
}

#c_navigation_019_P_025-1663151574647 .e_provider-19 {
    font_radio: 2;
    color: rgba(255,255,255,0.5);
    font-size: 14px;
    line-height: 1;
    text-align: center;
    display-radio: 1;
    margin-top: 0px
}

#c_navigation_019_P_025-1663151574647 .e_provider-19 a {
    text-align: center;
    display: block
}

#c_navigation_019_P_025-1663151574647 .e_image-23 {
    overflow: hidden;
    display-radio: 1;
    max-width: 280px;
    width: auto;
    max-height: none
}

#c_navigation_019_P_025-1663151574647 .e_image-23 img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

#c_navigation_019_P_025-1663151574647 .e_richText-24 {
    font_radio: 2;
    font-size: 14px;
    color: rgb(255 255 255 / 75%);
    line-height: 1.8;
    display-radio: 1;
    padding-top: 0px;
    margin-top: 20px
}

#c_navigation_019_P_025-1663151574647 .e_container-28 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    display-radio: flex
}

#c_navigation_019_P_025-1663151574647 .e_container-28 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_navigation_019_P_025-1663151574647 .e_text-29 {
    line-height: normal;
    font_radio: 2;
    font-size: 18px;
    color: rgba(255,255,255,1);
    display-radio: 1;
    margin-bottom: 20px
}

#c_navigation_019_P_025-1663151574647 .e_container-31 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    border-left-style: none;
    border-left-width: 1px;
    border-left-color: rgba(255,255,255,1);
    display-radio: flex
}

#c_navigation_019_P_025-1663151574647 .e_container-31 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_navigation_019_P_025-1663151574647 .e_text-32 {
    line-height: normal;
    font_radio: 2;
    font-size: 18px;
    font-family: Microsoft YaHei;
    color: rgba(255,255,255,1)
}

#c_navigation_019_P_025-1663151574647 .e_container-34 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    display-radio: flex
}

#c_navigation_019_P_025-1663151574647 .e_container-34 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_navigation_019_P_025-1663151574647 .e_richText-36 {
    font_radio: 2;
    color: rgba(255,255,255,0.75);
    line-height: 2;
    font-size: 16px;
    display-radio: 1;
    transition: all .5s ease 0s;
    padding-left: 6px
}

#c_navigation_019_P_025-1663151574647 .e_richText-36:hover a {
    color: rgba(255,255,255,1)
}

#c_navigation_019_P_025-1663151574647 .e_container-4 .cbox-4-2 {
    flex: 0 0 38%;
    align-items: center;
    padding-left: 40px;
    padding-right: 0px;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: rgba(255,255,255,0.13)
}

#c_navigation_019_P_025-1663151574647 .e_container-4 .cbox-4-3 {
    flex: 0 0 35%;
    padding-left: 40px;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: rgba(255,255,255,0.13)
}

#c_navigation_019_P_025-1663151574647 .e_container-28 .cbox-28-0 {
    border-style: none
}

#c_navigation_019_P_025-1663151574647 .e_html-41 {
    min-height: 30px;
    background_radio: 1;
    display-radio: 1
}

#c_navigation_019_P_025-1663151574647 .e_richText-52 {
    font_radio: 2;
    font-size: 14px;
    color: rgba(255,255,255,0.5);
    line-height: 1;
    display-radio: 1;
    padding-top: 0px;
    text-align: center;
    margin-top: 0px
}

#c_navigation_019_P_025-1663151574647 .e_container-53 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 94%;
    display-radio: flex;
    max-width: 1480px;
    margin-left: auto;
    margin-right: auto
}

#c_navigation_019_P_025-1663151574647 .e_container-53 a {
    color: rgba(255,255,255,0.75);
}

#c_navigation_019_P_025-1663151574647 .e_container-53 a:hover {
    color: rgba(255,255,255,1)
}

#c_navigation_019_P_025-1663151574647 .e_container-53 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_navigation_019_P_025-1663151574647 .e_container-53 .p_item {
    display-radio: 1
}

#c_navigation_019_P_025-1663151574647 .e_container-53 .cbox-53-2 {
    align-self: center;
    margin-right: 0px;
    margin-left: auto;
    flex: 0 0 auto
}

#c_navigation_019_P_025-1663151574647 .e_container-53 .cbox-53-0 {
    align-self: center;
    margin-right: 20px;
    margin-left: 0px;
    flex: 0 0 auto
}

#c_navigation_019_P_025-1663151574647 .e_container-53 .cbox-53-1 {
    align-self: center;
    margin-right: auto;
    margin-left: 0px;
    flex: 0 0 auto
}

#c_navigation_019_P_025-1663151574647 .e_credible-54 .img1 {
    width: 65px;
    height: 23px
}

#c_navigation_019_P_025-1663151574647 .e_credible-54 .img2 {
    width: 79px;
    height: 28px
}

#c_navigation_019_P_025-1663151574647 .e_credible-54 .img3 {
    width: 92px;
    height: 33px
}

#c_navigation_019_P_025-1663151574647 .e_credible-54 .img4 {
    width: 106px;
    height: 38px
}

#c_navigation_019_P_025-1663151574647 .e_credible-54 .img5 {
    width: 131px;
    height: 47px
}

#c_navigation_019_P_025-1663151574647 .e_credible-54 {
    display-radio: 1;
    background_radio: 1;
    padding-top: 0px;
    margin-top: 20px
}

#c_navigation_019_P_025-1663151574647 .e_loop-58 .p_list {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    max-width: 100%
}

#c_navigation_019_P_025-1663151574647 .e_loop-58 .p_loopitem {
    flex: 0 0 33.3%;
    position: relative
}

#c_navigation_019_P_025-1663151574647 .e_loop-58 .p_page {
    text-align: center
}

#c_navigation_019_P_025-1663151574647 .e_loop-58 .p_filter_wrapper {
    width: 100%;
    font-size: 13px
}

#c_navigation_019_P_025-1663151574647 .e_loop-58 .p_kv_wrapper {
    display: flex;
    flex-wrap: nowrap;
    line-height: 40px;
    margin: 15px 0
}

#c_navigation_019_P_025-1663151574647 .e_loop-58 .p_filter_key {
    width: 70px;
    overflow: hidden;
    margin-right: 10px;
    font-weight: bold;
    color: #333333;
    font-size: 12px
}

#c_navigation_019_P_025-1663151574647 .e_loop-58 .p_v_item {
    display: inline-block;
    padding: 0 3px;
    cursor: pointer;
    font-size: 13px;
    color: #555555;
    margin-right: 30px
}

#c_navigation_019_P_025-1663151574647 .e_loop-58 .p_active .p_fbutton {
    color: #fff;
    background-color: cornflowerblue
}

#c_navigation_019_P_025-1663151574647 .e_loop-58 .p_result_item {
    position: relative;
    padding: 3px 20px 3px 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-right: 10px
}

#c_navigation_019_P_025-1663151574647 .e_loop-58 .p_filter_close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 3px;
    font-style: normal;
    font-size: 16px;
    margin-top: -5px;
    cursor: pointer
}

#c_navigation_019_P_025-1663151574647 .e_loop-58 .multSelect {
    font-size: 13px;
    position: relative
}

#c_navigation_019_P_025-1663151574647 .e_loop-58 .multSelect .inputWrap {
    width: 100%;
    min-width: 100px;
    min-height: 24px;
    border: 1px solid #DCDFE6;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
    background: white
}

#c_navigation_019_P_025-1663151574647 .e_loop-58 .multSelect.is-invalid .inputWrap {
    border-color: #dc3545
}

#c_navigation_019_P_025-1663151574647 .e_loop-58 .multSelect ul {
    padding: 0 5px;
    margin: 0;
    padding-right: 35px
}

#c_navigation_019_P_025-1663151574647 .e_loop-58 .multSelect ul, li {
    list-style: none
}

#c_navigation_019_P_025-1663151574647 .e_loop-58 .multSelect li {
    display: inline-block;
    background: #edf0f3;
    color: #92969c;
    padding: 0px 5px;
    margin: 1px 5px 1px 0;
    border-radius: 5px;
    line-height: 16px
}

#c_navigation_019_P_025-1663151574647 .e_loop-58 .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_navigation_019_P_025-1663151574647 .e_loop-58 .multSelect .multSelect-option>div {
    line-height: 24px;
    cursor: pointer;
    padding: 0 10px
}

#c_navigation_019_P_025-1663151574647 .e_loop-58 .multSelect .multSelect-option>div.selected {
    color: #409eff
}

#c_navigation_019_P_025-1663151574647 .e_loop-58 .multSelect .multSelect-option>div:hover {
    color: #409eff;
    background: #f3f6f9
}

#c_navigation_019_P_025-1663151574647 .e_loop-58 .multSelect .fa-close {
    font-style: normal;
    font-size: 12px;
    padding: 0 5px 0 7px
}

#c_navigation_019_P_025-1663151574647 .e_loop-58 .multSelect .inputWrap>.fa svg {
    fill: #666;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 0;
    top: calc(50% - 3px)
}

#c_navigation_019_P_025-1663151574647 .e_loop-58 .multSelect .inputWrap>.fa-down svg {
    transform: rotate(-90deg)
}

#c_navigation_019_P_025-1663151574647 .e_loop-58 .multSelect .inputWrap>.fa-up svg {
    transform: rotate(90deg)
}

#c_navigation_019_P_025-1663151574647 .e_loop-58 .multSelect .placeholder {
    line-height: 40px;
    padding-left: 10px;
    color: #aaa;
    position: absolute;
    left: 0;
    top: 0
}

#c_navigation_019_P_025-1663151574647 .e_loop-58 .p_normal_start {
    display: inline;
    width: 100px;
    height: 40px
}

#c_navigation_019_P_025-1663151574647 .e_loop-58 .p_date_start {
    display: inline;
    width: 105px;
    height: 40px
}

#c_navigation_019_P_025-1663151574647 .e_loop-58 .p_normal_end {
    display: inline;
    width: 100px;
    height: 40px;
    margin-right: 5px
}

#c_navigation_019_P_025-1663151574647 .e_loop-58 .p_date_end {
    display: inline;
    width: 105px;
    height: 40px;
    margin-right: 5px
}

#c_navigation_019_P_025-1663151574647 .e_loop-58 .p_split {
    margin: 0 5px
}

#c_navigation_019_P_025-1663151574647 .e_loop-58 .p_normal {
    margin-right: 16px
}

#c_navigation_019_P_025-1663151574647 .e_loop-58 .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_navigation_019_P_025-1663151574647 .e_loop-58 .input-check, #c_navigation_019_P_025-1663151574647 .e_loop-58 .input-radio {
    margin: 0 5px;
    vertical-align: text-top
}

#c_navigation_019_P_025-1663151574647 .e_loop-58 .position-left {
    display: flex
}

#c_navigation_019_P_025-1663151574647 .e_loop-58 .position-right {
    display: flex;
    flex-direction: row-reverse
}

#c_navigation_019_P_025-1663151574647 .e_loop-58 .position-bottom {
    display: flex;
    flex-direction: column-reverse
}

#c_navigation_019_P_025-1663151574647 .e_loop-58 .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_navigation_019_P_025-1663151574647 .e_loop-58 .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_navigation_019_P_025-1663151574647 .e_loop-58 .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_navigation_019_P_025-1663151574647 .e_loop-58 .p_active .p_mbutton::before {
    display: block
}

#c_navigation_019_P_025-1663151574647 .e_loop-58 .p_active .p_mbutton::after {
    display: block
}

#c_navigation_019_P_025-1663151574647 .e_loop-58 .p_input_match {
    width: 100px;
    height: 40px;
    padding: 10px;
    border: 1px solid #ced4da;
    border-radius: 3px
}

#c_navigation_019_P_025-1663151574647 .e_loop-58 .p_filter_result {
    display: none
}

#c_navigation_019_P_025-1663151574647 .e_loop-58 .p_contclear {
    cursor: pointer;
    display: none
}

#c_navigation_019_P_025-1663151574647 .e_loop-58 .swiper-container {
    padding-bottom: 30px
}

#c_navigation_019_P_025-1663151574647 .e_loop-58 .p_imgwrapper {
    width: 80px;
    height: 100px;
    overflow: hidden
}

#c_navigation_019_P_025-1663151574647 .e_loop-58 .p_imgtitle {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    margin: 0 auto;
    line-height: 20px
}

#c_navigation_019_P_025-1663151574647 .e_loop-58 .p_imgwrapper img {
    width: 100%;
    object-fit: cover
}

#c_navigation_019_P_025-1663151574647 .e_loop-58 .p_active .p_imgwrapper {
    border: 1px solid #409eff
}

#c_navigation_019_P_025-1663151574647 .e_loop-58 {
    display-radio: 1
}

#c_navigation_019_P_025-1663151574647 .e_text-59 {
    line-height: 2;
    font_radio: 2;
    color: rgb(255 255 255 / 75%);
    display-radio: 1;
    font-size: 15px;
}

#c_navigation_019_P_025-1663151574647 .e_text-59:hover a {
    color: rgba(255,255,255,1)
}

#c_navigation_019_P_025-1663151574647 .e_container-65 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    display-radio: flex;
    margin-top: 20px
}

#c_navigation_019_P_025-1663151574647 .e_container-65 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_navigation_019_P_025-1663151574647 .e_container-65 .p_item {
    display-radio: 1
}

#c_navigation_019_P_025-1663151574647 .e_icon-66 {
    width: 22px;
    height: 28px;
    font_radio: 2;
    display-radio: 1;
    color: rgba(255,255,255,0.6);
    line-height: 1;
    padding-top: 3px;
    padding-bottom: 3px
}

#c_navigation_019_P_025-1663151574647 .e_icon-66 .icon {
    margin: 0;
    width: 100%;
    height: 100%;
    fill: currentColor
}

#c_navigation_019_P_025-1663151574647 .e_container-65 .cbox-65-0 {
    flex: 0 0 auto;
    align-self: center
}

#c_navigation_019_P_025-1663151574647 .e_container-65 .cbox-65-1 {
    align-self: center
}

#c_navigation_019_P_025-1663151574647 .e_container-34 .cbox-34-1 {
    flex: 0 0 auto
}

#c_navigation_019_P_025-1663151574647 .e_container-76 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    display-radio: flex
}

#c_navigation_019_P_025-1663151574647 .e_container-76 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_navigation_019_P_025-1663151574647 .e_container-76 .p_item {
    display-radio: 1
}

#c_navigation_019_P_025-1663151574647 .e_container-79 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    display-radio: flex
}

#c_navigation_019_P_025-1663151574647 .e_container-79 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_navigation_019_P_025-1663151574647 .e_container-79 .p_item {
    display-radio: 1
}

#c_navigation_019_P_025-1663151574647 .e_container-34 .p_item {
    display-radio: 1
}

#c_navigation_019_P_025-1663151574647 .e_container-83 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    display-radio: flex;
    margin-top: 10px
}

#c_navigation_019_P_025-1663151574647 .e_container-83 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_navigation_019_P_025-1663151574647 .e_container-83 .p_item {
    display-radio: 1
}

#c_navigation_019_P_025-1663151574647 .e_container-83 .cbox-83-0 {
    flex: 0 0 auto;
    align-self: center
}

#c_navigation_019_P_025-1663151574647 .e_container-83 .cbox-83-1 {
    align-self: center
}

#c_navigation_019_P_025-1663151574647 .e_richText-84 {
    font_radio: 2;
    color: rgba(255,255,255,0.75);
    line-height: 2;
    font-size: 16px;
    display-radio: 1;
    transition: all .5s ease 0s;
    padding-left: 6px
}

#c_navigation_019_P_025-1663151574647 .e_richText-84:hover a {
    color: rgba(255,255,255,0.75);
}

#c_navigation_019_P_025-1663151574647 .e_icon-85 {
    width: 22px;
    height: 28px;
    font_radio: 2;
    display-radio: 1;
    color: rgba(255,255,255,0.6);
    line-height: 1;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 3px;
    padding-right: 3px
}

#c_navigation_019_P_025-1663151574647 .e_icon-85 .icon {
    margin: 0;
    width: 100%;
    height: 100%;
    fill: currentColor
}

#c_navigation_019_P_025-1663151574647 .e_container-86 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    display-radio: flex;
    margin-top: 10px
}

#c_navigation_019_P_025-1663151574647 .e_container-86 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_navigation_019_P_025-1663151574647 .e_container-86 .p_item {
    display-radio: 1
}

#c_navigation_019_P_025-1663151574647 .e_container-86 .cbox-86-0 {
    flex: 0 0 auto
}

#c_navigation_019_P_025-1663151574647 .e_container-86 .cbox-86-1 {
    align-self: center
}

#c_navigation_019_P_025-1663151574647 .e_richText-87 {
    font_radio: 2;
    color: rgba(255,255,255,0.75);
    line-height: 2;
    font-size: 14px;
    display-radio: 1;
    transition: all .5s ease 0s;
    padding-left: 6px
}

#c_navigation_019_P_025-1663151574647 .e_richText-87:hover a {
    color: rgba(255,255,255,1)
}

#c_navigation_019_P_025-1663151574647 .e_icon-88 {
    width: 22px;
    height: 28px;
    font_radio: 2;
    display-radio: 1;
    color: rgba(255,255,255,0.6);
    line-height: 1;
    padding-top: 0px;
    padding-bottom: 0px
}

#c_navigation_019_P_025-1663151574647 .e_icon-88 .icon {
    margin: 0;
    width: 100%;
    height: 100%;
    fill: currentColor
}

#c_navigation_019_P_025-1663151574647 .e_container-76 .cbox-76-0 {
    padding-right: 20px
}

#c_navigation_019_P_025-1663151574647 .e_websiteShare-92 .p_share {
    text-align: left
}

#c_navigation_019_P_025-1663151574647 .e_websiteShare-92 .row-pad {
    padding: 0px
}

#c_navigation_019_P_025-1663151574647 .e_websiteShare-92 .p_share a {
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    height: 28px;
    padding: 0px;
    margin: 0px 5px 0px 5px;
    position: relative;
    opacity: 0.4;
    transition: all .5s ease 0s;
    border-radius: 46px
}

#c_navigation_019_P_025-1663151574647 .e_websiteShare-92 .p_share a:hover {
    opacity: 1;
    border-radius: 46px
}

#c_navigation_019_P_025-1663151574647 .e_websiteShare-92 .p_share a:before {
    width: 28px;
    height: 28px;
    content: '';
    border-radius: 46px;
    background: #fff;
    display: inline-block;
    margin: 0px
}

#c_navigation_019_P_025-1663151574647 .e_websiteShare-92 .p_share a:hover:before {
    background: var(--themes-color)
}

#c_navigation_019_P_025-1663151574647 .e_websiteShare-92 .p_share a:after {
    font-family: "FontAwesome"!important;
    cursor: pointer;
    color: #222;
    width: 28px;
    margin: 0px;
    text-align: center;
    font-size: 16px;
    height: 28px;
    line-height: 28px;
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 0px
}

#c_navigation_019_P_025-1663151574647 .e_websiteShare-92 .p_share a.iShare_weibo:after {
    content: "\f18a"
}

#c_navigation_019_P_025-1663151574647 .e_websiteShare-92 .p_share a.iShare_wechat:after {
    content: "\f1d7"
}

#c_navigation_019_P_025-1663151574647 .e_websiteShare-92 .p_share a.iShare_qq:after {
    content: "\f1d6"
}

#c_navigation_019_P_025-1663151574647 .e_websiteShare-92 .p_share a.iShare_copy:after {
    content: "\f1e0"
}

#c_navigation_019_P_025-1663151574647 .e_websiteShare-92 .p_share a.iShare_qzone:after {
    position: absolute;
    left: 0px;
    top: 0px;
    content: '';
    background-image: url(../images/90600519-3f09-42c9-afd1-01b5377fcac4.png);
    background-repeat: no-repeat;
    background-size: cover
}

#c_navigation_019_P_025-1663151574647 .e_websiteShare-92 .p_share a.iShare_moments:after {
    position: absolute;
    left: 0px;
    top: 0px;
    content: '';
    background-image: url(../images/90600519-3f09-42c9-afd1-01b5377fcac4.png);
    background-repeat: no-repeat;
    background-size: cover
}

#c_navigation_019_P_025-1663151574647 .e_websiteShare-92 .p_share a.iShare_facebook:after {
    content: "\f09a"
}

#c_navigation_019_P_025-1663151574647 .e_websiteShare-92 .p_share a.iShare_linkedin:after {
    content: "\f0e1"
}

#c_navigation_019_P_025-1663151574647 .e_websiteShare-92 .p_share a.iShare_twitter:after {
    content: "\f099"
}

#c_navigation_019_P_025-1663151574647 .e_websiteShare-92 .p_share a.iShare_tumblr:after {
    content: "\f173"
}

#c_navigation_019_P_025-1663151574647 .e_websiteShare-92 .p_share a.iShare_pinterest:after {
    content: "\f231"
}

#c_navigation_019_P_025-1663151574647 .e_websiteShare-92 .p_share img {
    width: 100%;
    height: 100%;
    display: none
}

#c_navigation_019_P_025-1663151574647 .e_websiteShare-92 {
    background_radio: 1;
    display-radio: 1;
    margin-top: 20px
}

#c_navigation_019_P_025-1663151574647 .e_container-93 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    display-radio: flex
}

#c_navigation_019_P_025-1663151574647 .e_container-93 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_navigation_019_P_025-1663151574647 .e_container-93 .p_item {
    display-radio: 1
}

#c_navigation_019_P_025-1663151574647 .e_image-94 {
    overflow: hidden;
    max-width: 129px;
    display-radio: 1;
    margin-right: 0px;
    margin-left: auto
}

#c_navigation_019_P_025-1663151574647 .e_image-94 img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

#c_navigation_019_P_025-1663151574647 .e_text-95 {
    line-height: 2;
    font_radio: 2;
    max-width: 129px;
    font-size: 14px;
    color: rgba(255,255,255,1);
    text-align: center;
    margin-top: 10px;
    display-radio: 1;
    margin-right: 0px;
    margin-left: auto
}

#c_navigation_019_P_025-1663151574647 .e_container-76 .cbox-76-1 {
    flex: 0 0 160px
}

#c_navigation_019_P_025-1663151574647 .e_container-4 .p_item {
    display-radio: 1
}

@media screen and (max-width: 768px) {
    #c_navigation_019_P_025-1663151574647 .e_loop-58 .p_loopitem {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(100% / 2)
    }

    #c_navigation_019_P_025-1663151574647 {
        display-radio: 1;
        margin-left: auto;
        margin-right: auto;
        padding-right: 0px;
        padding-left: 0px
    }

    #c_navigation_019_P_025-1663151574647 .e_container-4 {
        display-radio: 1;
        flex-direction: row;
        margin-bottom: 0px;
        padding-bottom: 0px;
        padding-top: 30px;
        padding-left: 0px;
        padding-right: 0px;
        margin-right: auto;
        margin-left: auto
    }

    #c_navigation_019_P_025-1663151574647 .e_container-4 .p_item {
        display-radio: 1
    }

    #c_navigation_019_P_025-1663151574647 .e_image-23 {
        display-radio: 1;
        margin-left: 0px;
        margin-right: auto
    }

    #c_navigation_019_P_025-1663151574647 .e_richText-24 {
        display-radio: 1;
        font_radio: 1;
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 0px;
        padding-right: 0px
    }

    #c_navigation_019_P_025-1663151574647 .e_container-4 .cbox-4-0 {
        margin-left: auto;
        margin-right: auto;
        flex: 0 0 100%;
        padding-right: 0px;
        padding-left: 0px
    }

    #c_navigation_019_P_025-1663151574647 .e_container-53 {
        display-radio: 1;
        flex-direction: column
    }

    #c_navigation_019_P_025-1663151574647 .e_text-3 {
        display-radio: 1;
        font_radio: 2;
        margin-bottom: 6px;
        font-size: 12px
    }

    #c_navigation_019_P_025-1663151574647 .e_container-53 .cbox-53-0 {
        margin-left: auto;
        margin-right: auto
    }

    #c_navigation_019_P_025-1663151574647 .e_richText-52 {
        display-radio: 1;
        font_radio: 2;
        margin-top: 6px;
        line-height: 1;
        font-size: 12px
    }

    #c_navigation_019_P_025-1663151574647 .e_container-53 .cbox-53-2 {
        margin-left: auto;
        margin-right: auto
    }

    #c_navigation_019_P_025-1663151574647 .e_credible-54 {
        background_radio: 1;
        display-radio: 1;
        margin-bottom: 30px
    }

    #c_navigation_019_P_025-1663151574647 .e_text-59 {
        font_radio: 1;
        display-radio: 1
    }

    #c_navigation_019_P_025-1663151574647 .e_loop-58 {
        display-radio: 1;
        margin-top: 0px
    }

    #c_navigation_019_P_025-1663151574647 .e_container-28 {
        display-radio: 1;
        margin-bottom: 30px;
        border-top-style: solid;
        border-top-width: 1px;
        border-top-color: rgba(255,255,255,0.2);
        padding-top: 20px
    }

    #c_navigation_019_P_025-1663151574647 .e_text-29 {
        font_radio: 2;
        display-radio: 1;
        margin-bottom: 10px;
        line-height: 1;
        font-size: 16px
    }

    #c_navigation_019_P_025-1663151574647 .e_richText-36 {
        font_radio: 1;
        display-radio: 1
    }

    #c_navigation_019_P_025-1663151574647 .e_container-65 {
        display-radio: 1;
        margin-top: 10px
    }

    #c_navigation_019_P_025-1663151574647 .e_container-79 {
        display-radio: 1;
        margin-bottom: 30px
    }

    #c_navigation_019_P_025-1663151574647 .e_container-76 {
        display-radio: 1
    }

    #c_navigation_019_P_025-1663151574647 .e_container-76 .cbox-76-0 {
        flex: 0 0 100%
    }

    #c_navigation_019_P_025-1663151574647 .e_text-32 {
        font_radio: 2;
        display-radio: 1;
        margin-bottom: 0px;
        font-size: 16px;
        line-height: 1
    }

    #c_navigation_019_P_025-1663151574647 .e_container-76 .cbox-76-1 {
        flex: 0 0 100%
    }

    #c_navigation_019_P_025-1663151574647 .e_container-4 .cbox-4-1 {
        padding-left: 0px;
        border-style: none;
        padding-right: 0px;
        flex: 0 0 100%
    }

    #c_navigation_019_P_025-1663151574647 .e_container-4 .cbox-4-2 {
        padding-left: 0px;
        border-style: none;
        padding-right: 0px;
        flex: 0 0 100%
    }

    #c_navigation_019_P_025-1663151574647 .e_container-4 .cbox-4-3 {
        padding-left: 0px;
        border-style: none;
        padding-right: 0px;
        flex: 0 0 100%
    }

    #c_navigation_019_P_025-1663151574647 .e_container-31 {
        display-radio: 1;
        padding-top: 20px;
        border-top-style: solid;
        border-top-width: 1px;
        border-top-color: rgba(255,255,255,0.2)
    }

    #c_navigation_019_P_025-1663151574647 .e_container-2 {
        display-radio: 1;
        padding-left: 0px;
        padding-right: 0px
    }

    #c_navigation_019_P_025-1663151574647 .e_provider-19 {
        font_radio: 2;
        display-radio: 1;
        font-size: 12px
    }

    #c_navigation_019_P_025-1663151574647 .e_container-53 .cbox-53-1 {
        margin-left: auto;
        margin-right: auto
    }

    #c_navigation_019_P_025-1663151574647 .e_image-94 {
        display-radio: 1;
        margin-left: auto;
        margin-right: auto
    }

    #c_navigation_019_P_025-1663151574647 .e_text-95 {
        font_radio: 1;
        display-radio: 1;
        margin-left: auto;
        margin-right: auto
    }
}

@media screen and (min-width: 769px) {
    #c_navigation_019_P_025-1663151574647 .e_loop-58 .p_loopitem {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(100% / 2)
    }
}

@media screen and (max-width: 1366px) and (min-width: 1280px) {
    #c_navigation_019_P_025-1663151574647 .e_container-4 .cbox-4-0 {
        padding-right: 20px
    }

    #c_navigation_019_P_025-1663151574647 .e_container-4 .cbox-4-1 {
        padding-left: 20px;
        padding-right: 20px
    }

    #c_navigation_019_P_025-1663151574647 .e_container-4 .cbox-4-2 {
        padding-right: 0px;
        padding-left: 20px
    }

    #c_navigation_019_P_025-1663151574647 .e_container-4 .cbox-4-3 {
        flex: 0 0 37%;
        padding-left: 20px
    }

    #c_navigation_019_P_025-1663151574647 .e_container-93 {
        display-radio: 1
    }

    #c_navigation_019_P_025-1663151574647 .e_container-76 {
        display-radio: 1
    }

    #c_navigation_019_P_025-1663151574647 .e_container-76 .cbox-76-1 {
        flex: 0 0 140px
    }

    #c_navigation_019_P_025-1663151574647 .e_container-4 .p_item {
        display-radio: 1
    }

    #c_navigation_019_P_025-1663151574647 .e_container-34 {
        display-radio: 1
    }

    #c_navigation_019_P_025-1663151574647 .e_container-31 {
        display-radio: 1
    }

    #c_navigation_019_P_025-1663151574647 .e_container-4 {
        display-radio: 1
    }
}

@media screen and (max-width: 1280px) and (min-width: 1024px) {
    #c_navigation_019_P_025-1663151574647 {
        display-radio: 1
    }

    #c_navigation_019_P_025-1663151574647 .e_container-4 {
        display-radio: 1
    }
}

#c_banner_019-16563264840800 {
    min-height: 0px;
    display-radio: 1;
    height: 100%;
    margin-top: 0px
}

#c_banner_019-16563264840800 .scroller-ban {
    width: 94%;
    max-width: 1480px;
    padding: 0px 0px;
    margin: 0 auto;
    position: relative
}

#c_banner_019-16563264840800 .banner_mouse {
    z-index: 99;
    position: absolute;
    bottom: 60px;
    left: calc((100% - 23px) / 2);
    width: 23px;
    height: 40px;
    cursor: pointer;
    background: url(../images/a64447b7-2958-4bd8-8f29-baffa3a170a3.png) no-repeat -23px 0px;
    -webkit-animation: nudgeMouse 1.6s linear infinite;
    animation: nudgeMouse 1.6s linear infinite
}

#c_banner_019-16563264840800 .banner_mouse:after, .banner_mouse:before {
    content: "";
    position: absolute
}

#c_banner_019-16563264840800 .banner_mouse:before {
    width: 23px;
    height: 40px;
    background: url(../images/cb69bf46-8b56-4d2d-bdd6-82dfa7c3d9d5.png) no-repeat 0px 0px;
    -webkit-animation: colorSlide 1.6s linear infinite;
    animation: colorSlide 1.6s linear infinite;
    top: 0;
    left: 0
}

#c_banner_019-16563264840800 .banner_mouse:after {
    background-color: #fff;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    -webkit-animation: trackBallSlide 1.6s linear infinite;
    animation: trackBallSlide 1.6s linear infinite;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

#c_banner_019-16563264840800 .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 60px;
    left: 50%;
    width: 94%;
    max-width: 1480px;
    text-align: left;
    transform: translateX(-50%)
}

#c_banner_019-16563264840800 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 46px;
    background: #049;
    opacity: .5;
    margin: 0px;
    margin-right: 12px;
    transition: all 0.5s ease 0s
}

#c_banner_019-16563264840800 .swiper-pagination-bullet-active {
    opacity: 1;
    width: 42px;
    background: var(--themes-color)
}

#c_banner_019-16563264840800 .e_bannerD-4 .swiper-container {
    width: 100%;
    height: auto;
    overflow: hidden
}

#c_banner_019-16563264840800 .e_bannerD-4 .swiper-slide {
    overflow: hidden;
    height: 0px;
    padding-bottom: 45%;
    position: relative;
    z-index: 10
}

#c_banner_019-16563264840800 .e_bannerD-4 .swiper-slide-active {
    z-index: 11
}

#c_banner_019-16563264840800 .e_bannerD-4 .p_img {
    width: 100%;
    height: auto
}

#c_banner_019-16563264840800 .e_bannerD-4 .p_fangkuang {
    height: 48%;
    width: 12%;
    margin-top: 20px;
    display: inline-block;
    clear: both;
    position: absolute;
    top: 50%;
    left: 7%;
    border-style: solid;
    border-width: 10px;
    border-color: rgba(255,255,255,0.15);
    border-right: none;
    opacity: 0;
    transform: translate(-100%, -50%);
    transition: transform 1.5s ease 0.2s, opacity 1.5s ease 0.2s
}

#c_banner_019-16563264840800 .e_bannerD-4 .swiper-slide-active .p_fangkuang {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
    opacity: 1;
    transform: translate(0%, -50%)
}

#c_banner_019-16563264840800 .e_bannerD-4 .p_fangkuang:before {
    content: '';
    height: 10%;
    width: 10px;
    display: inline-block;
    clear: both;
    position: absolute;
    top: 0%;
    right: 0%;
    background-color: rgba(255,255,255,0.15)
}

#c_banner_019-16563264840800 .e_bannerD-4 .p_fangkuang:after {
    content: '';
    height: 10%;
    width: 10px;
    display: inline-block;
    clear: both;
    position: absolute;
    bottom: 0%;
    right: 0%;
    background-color: rgba(255,255,255,0.15)
}

#c_banner_019-16563264840800 .e_bannerD-4 .p_video {
    width: 100%;
    height: auto
}

#c_banner_019-16563264840800 .e_bannerD-4 .P_link_img {
    display: block;
    height: 100%;
    width: auto
}

#c_banner_019-16563264840800 .e_bannerD-4 .p_videoPoster {
    display: block;
    height: 100%;
    width: auto;
    cursor: pointer;
    z-index: 21
}

#c_banner_019-16563264840800 .e_bannerD-4 .P_link_img img {
    width: 100%;
    height: auto
}

#c_banner_019-16563264840800 .e_bannerD-4 .p_videoPoster img {
    width: 100%;
    height: auto
}

#c_banner_019-16563264840800 .e_bannerD-4 .p_info {
    width: 94%;
    padding: 0px 8%;
    padding-top: 40px;
    position: absolute;
    text-align: left;
    left: 50%;
    top: 50%;
    z-index: 9;
    display: flex;
    transform: translateX(-50%) translateY(-50%);
    align-items: center
}

#c_banner_019-16563264840800 .e_bannerD-4 .p_info_fivebox {
    width: 100%
}

#c_banner_019-16563264840800 .e_bannerD-4 .p_btitle {
    padding: 0px;
    color: #fff;
    line-height: 1.2;
    font-size: 50px;
    font-weight: 900;
    margin-bottom: 10px;
    display: inline-block;
    opacity: 0;
    font-family: 'Barlow', sans-serif;
    text-transform: Uppercase;
    transform: translate3d(0, 200%, 0);
    cursor: pointer;
    transition: transform 1s ease 0.5s, opacity 1s ease 0.5s
}

#c_banner_019-16563264840800 .e_bannerD-4 .swiper-slide-active .p_btitle {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
    opacity: 1;
    transform: translate3d(0, 0, 0)
}

#c_banner_019-16563264840800 .e_bannerD-4 .p_line {
    padding: 0px;
    display: block;
    margin: 15px 0px;
    width: 68px;
    height: 2px;
    line-height: 2px;
    opacity: 0;
    transform: translate3d(0, 1000%, 0);
    cursor: pointer;
    background-color: rgba(255,255,255,1);
    transition: transform 1s ease 0.8s, opacity 1s ease 0.8s
}

#c_banner_019-16563264840800 .e_bannerD-4 .swiper-slide-active .p_line {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
    opacity: 1;
    transform: translate3d(0, 0, 0)
}

#c_banner_019-16563264840800 .e_bannerD-4 .p_subtitle {
    font-size: 32px;
    line-height: 1.4;
    font-weight: 900;
    padding: 6px 0px;
    color: #fff;
    margin-bottom: 10px;
    opacity: 0;
    transition: transform 1s ease 1.2s, opacity 1s ease 1.2s;
    transform: translate3d(0, -100%, 0)
}

#c_banner_019-16563264840800 .e_bannerD-4 .p_subtitle:before {
    content: '';
    display: inline-block;
    clear: both;
    color: var(--themes-color);
    line-height: 1.2;
    font-size: 42px;
    font-weight: 900;
    padding-right: 10px
}

#c_banner_019-16563264840800 .e_bannerD-4 .swiper-slide-active .p_subtitle {
    opacity: 1;
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s;
    transform: translate3d(0, 0, 0)
}

#c_banner_019-16563264840800 .e_bannerD-4 .p_summary {
    font-size: 16px;
    line-height: 1.6;
    width: 38%;
    font-weight: 200;
    padding: 0px 0px;
    color: #fff;
    letter-spacing: 0px;
    text-indent: 0px;
    opacity: 0;
    white-space: pre-line;
    transition: transform 1s ease 1.5s, opacity 1s ease 1.5s;
    transform: translate3d(30%, 0, 0)
}

#c_banner_019-16563264840800 .e_bannerD-4 .swiper-slide-active .p_summary {
    opacity: 1;
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s;
    transform: translate3d(0, 0, 0)
}

#c_banner_019-16563264840800 .e_bannerD-4 .p_cspan {
    position: relative;
    margin-top: 30px;
    display: none;
    transition: all ease .8s .9s;
    opacity: 0;
    transform: translateY(40px)
}

#c_banner_019-16563264840800 .e_bannerD-4 .p_button {
    display: none;
    margin-top: 40px;
    border-radius: 30px;
    border: 1px solid #fff;
    width: 100%;
    max-width: 150px;
    padding: 10px 15px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    opacity: 0;
    transform: translateY(40px);
    transition: all ease .3s, transform ease .8s .9s, opacity ease .8s .9s
}

#c_banner_019-16563264840800 .e_bannerD-4 .p_button:hover {
    border: 1px solid #fff;
    background: #fff;
    color: #333
}

#c_banner_019-16563264840800 .e_bannerD-4 .swiper-slide-active .p_button {
    opacity: 1;
    transform: translateY(0px)
}

#c_banner_019-16563264840800 .e_bannerD-4 .swiper-slide-active .p_cspan {
    opacity: 1;
    transform: translateY(0px)
}

#c_banner_019-16563264840800 .e_bannerD-4 .p_cspan::before, #c_banner_019-16563264840800 .e_bannerD-4 .p_cspan::after {
    content: '';
    width: 18px;
    height: 18px;
    border-radius: 100%;
    background: rgb(255 255 255 / 70%);
    display: inline-block;
    margin-left: -6px
}

#c_banner_019-16563264840800 .e_bannerD-4 .p_cspan::before {
    background: rgb(255 255 255 / 70%)
}

#c_banner_019-16563264840800 .e_bannerD-4 .p_scrool {
    position: absolute;
    left: 3%;
    bottom: 40px;
    color: #fff;
    z-index: 10
}

#c_banner_019-16563264840800 .e_bannerD-4 .p_scrool span {
    text-transform: uppercase;
    color: #fff;
    display: block;
    font-family: arial;
    writing-mode: tb;
    line-height: 20px;
    margin-bottom: 12px;
    font-size: 12px
}

#c_banner_019-16563264840800 .e_bannerD-4 .p_scrool i {
    display: block;
    width: 20px;
    height: 30px;
    border-radius: 12px;
    border: 2px #fff solid;
    position: relative
}

#c_banner_019-16563264840800 .e_bannerD-4 .p_scrool i:before {
    content: "";
    display: block;
    width: 2px;
    height: 6px;
    background: #fff;
    border-radius: 2px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 3px;
    animation: scrollmouse 2s linear infinite
}

#c_banner_019-16563264840800 .e_bannerD-4 .p_kongjian {
    position: absolute;
    right: 0;
    width: 100%;
    border-left: 1px solid rgb(255 255 255 / 15%);
    height: 100%;
    top: 0;
    bottom: 0;
    z-index: 1;
    max-width: 100px;
    pointer-events: none;
    background-color: rgba(0,0,0,0.15)
}

#c_banner_019-16563264840800 .e_bannerD-4 .swiper-pagination {
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 50%;
    right: 50px;
    transform: translate(50%, -50%);
    left: auto;
    width: auto;
    height: auto;
    bottom: auto
}

#c_banner_019-16563264840800 .e_bannerD-4 .swiper-pagination-bullet {
    margin: 4px 0 !important;
    background: hsl(0deg 0% 100% / 40%);
    opacity: 1;
    width: 10px;
    height: 10px;
    transition: all ease .3s
}

#c_banner_019-16563264840800 .e_bannerD-4 .swiper-pagination-bullet-active {
    height: 35px;
    border-radius: 15px;
    background: var(--themes-color)
}

#c_banner_019-16563264840800 .e_bannerD-4 .swiper-pagination-bullet:hover {
    height: 15px;
    border-radius: 15px;
    background: var(--theme-color)
}

#c_banner_019-16563264840800 .e_bannerD-4 .p_btn_next {
    color: #fff;
    border-radius: 100%;
    border: none;
    width: 50px;
    height: 50px;
    transition: all ease .3s;
    position: static;
    margin: 0 auto
}

#c_banner_019-16563264840800 .e_bannerD-4 .p_btn_next::after {
    font-size: 16px
}

#c_banner_019-16563264840800 .e_bannerD-4 .p_btn_next:hover {
    background: var(--theme-color);
    border: none
}

#c_banner_019-16563264840800 .e_bannerD-4 .p_btn_prev {
    color: #fff;
    border-radius: 100%;
    border: none;
    height: 50px;
    width: 50px;
    transition: all ease .3s;
    position: static;
    margin: 10px auto 0
}

#c_banner_019-16563264840800 .e_bannerD-4 .p_btn_prev::after {
    font-size: 16px
}

#c_banner_019-16563264840800 .e_bannerD-4 .p_btn_prev:hover {
    background: var(--theme-color);
    border: none
}

#c_banner_019-16563264840800 .e_bannerD-4 .videoContent {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    cursor: pointer
}

#c_banner_019-16563264840800 .e_bannerD-4 .videoContent video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    width: 100%
}

#c_banner_019-16563264840800 .e_bannerD-4 .p_video_button {
    position: absolute;
    right: 0;
    width: 100%;
    bottom: 160px;
    z-index: 110;
    max-width: 100px;
    height: 50px
}

#c_banner_019-16563264840800 .e_bannerD-4 .p_videobtm {
    color: #fff;
    border-radius: 100%;
    border: none;
    top: auto;
    bottom: 0;
    width: 50px;
    height: 50px;
    left: 50%;
    transform: translateX(-50%);
    transition: all ease .3s;
    display: flex;
    position: absolute;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    text-align: center
}

#c_banner_019-16563264840800 .e_bannerD-4 .p_video_button svg {
    margin: 0 auto;
    width: 15px
}

#c_banner_019-16563264840800 .e_bannerD-4 .p_arr {
    max-width: 100px;
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 40px;
    height: auto;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center
}

#c_banner_019-16563264840800 .e_bannerD-4 .p_videobtm:hover {
    background: var(--theme-color);
    border: none
}

#c_banner_019-16563264840800 .e_bannerD-4 {
    background_radio: 1;
    display-radio: 1
}

@media screen and (max-width: 768px) {
    #c_banner_019-16563264840800 .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 20px;
        left: 50%;
        width: 94%;
        max-width: 1680px;
        text-align: center;
        transform: translateX(-50%)
    }

    #c_banner_019-16563264840800 .banner_mouse {
        z-index: 99;
        position: absolute;
        bottom: 60px;
        left: calc((100% - 23px) / 2);
        width: 23px;
        height: 40px;
        cursor: pointer;
        background: url(../images/a64447b7-2958-4bd8-8f29-baffa3a170a3.png) no-repeat -23px 0px;
        -webkit-animation: nudgeMouse 1.6s linear infinite;
        animation: nudgeMouse 1.6s linear infinite
    }

    #c_banner_019-16563264840800 .e_bannerD-4 .p_info_fivebox {
        width: 100%;
        padding-bottom: 0px
    }

    #c_banner_019-16563264840800 .e_bannerD-4 .p_cspan::before, #c_banner_019-16563264840800 .e_bannerD-4 .p_cspan::after {
        width: 10px;
        height: 10px
    }

    #c_banner_019-16563264840800 .e_bannerD-4 .p_cspan::after {
        margin-left: -3px
    }

    #c_banner_019-16563264840800 .e_bannerD-4 .p_kongjian {
        max-width: 55px
    }

    #c_banner_019-16563264840800 .e_bannerD-4 .p_arr {
        max-width: 55px
    }

    #c_banner_019-16563264840800 .e_bannerD-4 .p_video_button {
        max-width: 55px;
        bottom: 106px;
        height: 28px
    }

    #c_banner_019-16563264840800 .e_bannerD-4 .swiper-pagination-bullet {
        width: 6px;
        height: 6px
    }

    #c_banner_019-16563264840800 .e_bannerD-4 .swiper-pagination-bullet-active {
        height: 20px
    }

    #c_banner_019-16563264840800 .e_bannerD-4 .p_btn_prev {
        width: 28px;
        height: 28px;
        margin: 5px auto 0;
        line-height: 28px
    }

    #c_banner_019-16563264840800 .e_bannerD-4 .p_video_button span {
        width: 28px;
        height: 28px
    }

    #c_banner_019-16563264840800 .e_bannerD-4 .p_btn_next {
        width: 28px;
        height: 28px;
        line-height: 28px
    }

    #c_banner_019-16563264840800 .e_bannerD-4 .p_btn_prev::after {
        font-size: 12px
    }

    #c_banner_019-16563264840800 .e_bannerD-4 .p_btn_next::after {
        font-size: 12px
    }

    #c_banner_019-16563264840800 .e_bannerD-4 .swiper-container {
        height: auto
    }

    #c_banner_019-16563264840800 .e_bannerD-4 .p_cspan {
        margin-top: 20px
    }

    #c_banner_019-16563264840800 .e_bannerD-4 .p_video_button svg {
        width: 12px
    }

    #c_banner_019-16563264840800 .e_bannerD-4 .swiper-pagination {
        right: auto;
        left: 20px;
        width: auto
    }

    #c_banner_019-16563264840800 .e_bannerD-4 .videoContent video {
        height: 100%;
        width: auto
    }

    #c_banner_019-16563264840800 .e_bannerD-4 .p_scrool span {
        display: none
    }

    #c_banner_019-16563264840800 .e_bannerD-4 .swiper-slide {
        overflow: hidden;
        height: 0px;
        padding-bottom: 50%;
        position: relative;
        z-index: 10
    }

    #c_banner_019-16563264840800 .e_bannerD-4 .swiper-slide img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(1) !important;
        width: auto;
        height: 100%;
        overflow: hidden;
        transition: all .5s ease 0s;
        object-fit: contain
    }

    #c_banner_019-16563264840800 .e_bannerD-4 .p_subtitle:before {
        content: '';
        display: inline-block;
        clear: both;
        color: var(--themes-color);
        line-height: 1.2;
        font-size: 18px;
        font-weight: 900;
        padding-right: 10px
    }

    #c_banner_019-16563264840800 .e_bannerD-4 .p_summary {
        font-size: 14px;
        line-height: 1.2;
        margin-bottom: 0px;
        width: 100%;
        display: none
    }

    #c_banner_019-16563264840800 .e_bannerD-4 .p_fangkuang {
        display: none
    }

    #c_banner_019-16563264840800 .e_bannerD-4 .p_btitle:before {
        content: '';
        display: inline-block;
        clear: both;
        color: var(--themes-color);
        line-height: 1.2;
        font-size: 22px;
        font-weight: 900;
        padding-right: 0px
    }

    #c_banner_019-16563264840800 .e_bannerD-4 .p_btitle {
        font-size: 20px
    }

    #c_banner_019-16563264840800 .e_bannerD-4 .p_subtitle {
        font-size: 16px;
        line-height: 1.4;
        font-weight: 400;
        padding: 6px 0px;
        color: #fff;
        margin-top: 0px
    }

    #c_banner_019-16563264840800 .e_bannerD-4 .p_line {
        padding: 0px;
        display: block;
        margin: 0px 0px;
        width: 60px;
        height: 2px;
        line-height: 2px;
        opacity: 0;
        transform: translate3d(0, 1000%, 0);
        cursor: pointer;
        background-color: rgba(255,255,255,1);
        transition: transform 1s ease 0.8s, opacity 1s ease 0.8s
    }

    #c_banner_019-16563264840800 .e_bannerD-4 .p_scrool {
        display: none
    }
}

@media screen and (min-width: 769px) {
    #c_banner_019-16563264840800 .e_bannerD-4 .P_link_img img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%) scale(1.1);
        width: 100%;
        height: auto;
        transition: transform ease 3s
    }

    #c_banner_019-16563264840800 .e_bannerD-4 .swiper-slide-active .P_link_img img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%) scale(1);
        width: 100%;
        height: auto
    }

    #c_banner_019-16563264840800 .e_bannerD-4 .p_videoPoster img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%) scale(1.1);
        width: 100%;
        height: auto
    }

    #c_banner_019-16563264840800 .e_bannerD-4 .swiper-slide-active .p_videoPoster img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%) scale(1);
        width: 100%;
        height: auto
    }
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
    #c_banner_019-16563264840800 .e_bannerD-4 .p_info_fivebox {
        width: 60%
    }
}

#c_static_001-16570016798830 {
    display-radio: 1;
    min-width: 0px;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    max-width: none;
    background-fill-value: background-color;
    padding-top: 4%;
    padding-bottom: 5%;
    overflow: hidden
}

#c_static_001-16570016798830 .Box_pro {
    max-width: 470px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto
}

#c_static_001-16570016798830 .lsit_por {
    width: auto;
    font-size: 14px;
    color: #000;
    text-align: center;
    line-height: 1.8;
    cursor: pointer
}

#c_static_001-16570016798830 .img_box {
    position: relative;
    width: 73px;
    height: 73px;
    margin: 0 auto 10px;
    overflow: hidden;
    transition: all .5s ease
}

#c_static_001-16570016798830 .img_box img {
    position: absolute;
    left: 0;
    top: 0
}

#c_static_001-16570016798830 .img_box img:last-child {
    z-index: 2;
    opacity: 1
}

#c_static_001-16570016798830 .lsit_por:hover .img_box {
    transform: translateY(-10px)
}

#c_static_001-16570016798830 .e_container-7 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 94%;
    display-radio: flex;
    max-width: 1480px;
    margin-left: auto;
    margin-right: auto;
    background-fill-value: background-image;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px
}

#c_static_001-16570016798830 .e_container-7 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_static_001-16570016798830.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_001-16570016798830 .e_container-22 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    display-radio: flex;
    margin-left: 0px;
    margin-right: 0px;
    background-fill-value: background-image;
    margin-top: 0px;
    max-width: none;
    width: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 10%
}

#c_static_001-16570016798830 .e_container-22 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_static_001-16570016798830 .e_line-24 {
    display-radio: 1;
    width: auto;
    max-width: 68px;
    min-width: 0px;
    height: 20px;
    max-height: none;
    min-height: 0px;
    border-top-style: solid;
    border-top-color: rgba(255,204,0,1);
    margin-left: 0px;
    border-top-width: 3px;
    margin-top: 20px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-top: 0px
}

#c_static_001-16570016798830 .e_richText-27 {
    display-radio: 1;
    font_radio: 2;
    font-size: 16px;
    color: rgba(0,0,0,1);
    line-height: 1.8;
    width: auto;
    max-width: none;
    min-width: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
    margin-top: 15px;
    padding-bottom: 0px;
    margin-bottom: 25px
}

#c_static_001-16570016798830 .e_richText-3 {
    display-radio: 1;
    font_radio: 2;
    font-size: 16px;
    color: rgba(0,0,0,1);
    line-height: 2;
    width: auto;
    max-width: none;
    min-width: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
    margin-top: 3%;
    padding-bottom: 0px;
    margin-bottom: 3%
}

#c_static_001-16570016798830 .e_richText-21 {
    display-radio: 1;
    font_radio: 2;
    font-size: 16px;
    color: rgba(0,0,0,1);
    line-height: 2;
    width: auto;
    max-width: none;
    min-width: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
    margin-top: 3%;
    padding-bottom: 0px;
    margin-bottom: 3%
}

#c_static_001-16570016798830 .e_image-40 {
    overflow: hidden;
    display-radio: 1;
    padding-bottom: 0px;
    padding-top: 0px;
    margin-top: 0px
}

#c_static_001-16570016798830 .e_container-49:before {
    content: '';
    height: 120%;
    width: 55%;
    display: none;
    clear: both;
    background: var(--themes-color);
    position: absolute;
    top: -10%;
    left: 65%
}

#c_static_001-16570016798830 .e_container-49:after {
    content: '';
    display: inline-block;
    clear: both;
    width: 100%;
    height: auto;
    text-align: center;
    position: absolute;
    top: 50%;
    font-weight: 700;
    left: 50%;
    font-family: 'Barlow', sans-serif;
    line-height: 50px;
    color: #fff;
    font-size: 64px;
    transform: rotate(0deg) translate(-50%, -50%);
    opacity: 0.3
}

#c_static_001-16570016798830 .e_image-40 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 1s ease 0s;
    transform: scale(1)
}

#c_static_001-16570016798830 .e_image-40 img:hover {
    transform: scale(1.1)
}

#c_static_001-16570016798830 .e_button-42 {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    width: 180px;
    padding: 8px;
    background_radio: 2;
    border_radio: 2;
    font_radio: 2;
    radius_radio: 2;
    background-color: #4ab344;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    font-size: 14px;
    line-height: 1.8;
    color: rgba(255,255,255,1);
    margin-top: 40px;
    display-radio: block;
    padding-top: 10px;
    padding-bottom: 10px
}

#c_static_001-16570016798830 .e_button-42 span {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    outline: 0;
    margin: 0px;
    overflow: hidden
}

#c_static_001-16570016798830 .e_button-42::after {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    transition: all .3s;
    z-index: 0;
    opacity: 0;
    top: 0;
    left: 0px
}

#c_static_001-16570016798830 .e_button-42:hover::after {
    opacity: 1
}

#c_static_001-16570016798830 .e_button-42:hover {
    background-color: rgba(255,204,0,1);
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    color: #4ab344;
}

#c_static_001-16570016798830 .e_container-7 .cbox-7-0 {
    align-self: center
}

#c_static_001-16570016798830 .e_container-7 .cbox-7-1 {
    align-self: center
}

#c_static_001-16570016798830 .e_text-43 {
    display-radio: 1;
    font_radio: 2;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    padding-top: 0px;
    margin-top: 0px;
    max-width: none;
    color: rgba(0,0,0,1);
    font-weight: bold;
    font-size: 34px;
    line-height: 1.2
}

#c_static_001-16570016798830 .e_richText-44 {
    font_radio: 2;
    color: rgba(0,0,0,1);
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    display-radio: 1;
    width: auto;
    line-height: 1.8;
    font-size: 16px;
    padding-top: 0px;
    margin-top: 0px;
    padding-right: 0px;
    max-width: none
}

#c_static_001-16570016798830 .e_container-22 .p_item {
    display-radio: 1
}

#c_static_001-16570016798830 .e_text-48 {
    font_radio: 2;
    text-align: left;
    line-height: 1.2;
    color: #4ab344;
    margin-top: 0px;
    display-radio: 1;
    margin-bottom: 0px;
    font-family: 'Barlow', sans-serif;
    font-weight: bold;
    font-size: 64px
}

#c_static_001-16570016798830 .e_container-49 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    display-radio: flex;
    padding-top: 0px;
    padding-bottom: 0px
}

#c_static_001-16570016798830 .e_container-49 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_static_001-16570016798830 .e_container-50 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    display-radio: flex;
    margin-bottom: 10px
}

#c_static_001-16570016798830 .e_container-50 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_static_001-16570016798830 .e_text-51 {
    font_radio: 2;
    text-align: left;
    line-height: 1.2;
    color: rgba(0,0,0,1);
    margin-top: 20px;
    display-radio: 1;
    margin-bottom: 0px;
    font-family: 'Barlow', sans-serif;
    font-weight: bold;
    margin-left: 12px;
    font-size: 42px
}

#c_static_001-16570016798830 .e_container-50 .cbox-50-0 {
    flex: 0 0 auto
}

#c_static_001-16570016798830 .e_container-52 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    background-fill-value: background-color;
    display-radio: flex;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    margin-bottom: 0px;
    max-width: none;
    margin-top: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: rgba(247,247,247,1)
}

#c_static_001-16570016798830 .e_container-52 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_static_001-16570016798830 .e_container-52 .cbox-52-0 {
    background-fill-value: background-color;
    margin-top: 0px;
    margin-bottom: 0px
}

#c_static_001-16570016798830 .e_container-52 .p_item {
    display-radio: 1
}

#c_static_001-16570016798830 .e_container-52 .p_num {
    display-radio: 1
}

#c_static_001-16570016798830 .e_container-52 .cbox-52-1 {
    margin-left: 0px;
    margin-right: 0px;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: rgba(0,0,0,0.1)
}

#c_static_001-16570016798830 .e_container-52 .cbox-52-2 {
    border-left-style: solid;
    border-left-width: 1px;
    border-color: rgba(0,0,0,0.3);
    border-left-color: rgba(0,0,0,0.1)
}

#c_static_001-16570016798830 .e_container-52 .cbox-52-3 {
    border-left-style: solid;
    border-left-width: 1px;
    border-color: rgba(0,0,0,0.3);
    border-left-color: rgba(0,0,0,0.1)
}

#c_static_001-16570016798830 .e_container-52 .cbox-52-4 {
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: rgba(255,255,255,0.15)
}

#c_static_001-16570016798830 .e_container-56 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    background-fill-value: background-color;
    display-radio: flex;
    margin-left: 20px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 20px;
    width: auto
}

#c_static_001-16570016798830 .e_container-56 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_static_001-16570016798830 .e_container-56 .cbox-56-0 {
    background-fill-value: background-color;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    border-style: none;
    border-color: rgba(255,255,255,0.3)
}

#c_static_001-16570016798830 .e_container-56 .p_item {
    display-radio: 1
}

#c_static_001-16570016798830 .e_scrollNumber-57 {
    height: 60px;
    line-height: 60px;
    display-radio: 1;
    font_radio: 2;
    text-align: center;
    color: #4ab344;
}

#c_static_001-16570016798830 .e_scrollNumber-57 .p_num {
    display-radio: 1;
    font-family: Impact;
    font-size: 48px;
    padding-left: 0px
}

#c_static_001-16570016798830 .e_scrollNumber-57 .p_plus {
    display-radio: 1;
    font-weight: bold;
    font-size: 24px
}

#c_static_001-16570016798830 .e_text-58 {
    font_radio: 2;
    text-align: center;
    line-height: 2;
    font-weight: normal;
    color: rgba(0,0,0,1);
    display-radio: 1;
    font-size: 14px
}

#c_static_001-16570016798830 .e_container-59 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    background-fill-value: background-color;
    display-radio: flex;
    margin-left: 20px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 20px;
    width: auto
}

#c_static_001-16570016798830 .e_container-59 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_static_001-16570016798830 .e_container-59 .cbox-59-0 {
    background-fill-value: background-color;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    border-style: none;
    border-color: rgba(255,255,255,0.3)
}

#c_static_001-16570016798830 .e_container-59 .p_item {
    display-radio: 1
}

#c_static_001-16570016798830 .e_scrollNumber-60 {
    height: 60px;
    line-height: 60px;
    display-radio: 1;
    font_radio: 2;
    text-align: center;
    color: #4ab344;
}

#c_static_001-16570016798830 .e_scrollNumber-60 .p_num {
    display-radio: 1;
    font-family: Impact;
    font-size: 48px;
    padding-left: 4px
}

#c_static_001-16570016798830 .e_scrollNumber-60 .p_plus {
    display-radio: 1;
    font-weight: bold;
    font-size: 24px
}

#c_static_001-16570016798830 .e_text-61 {
    font_radio: 2;
    text-align: center;
    line-height: 2;
    font-weight: normal;
    color: rgba(0,0,0,1);
    display-radio: 1;
    font-size: 14px
}

#c_static_001-16570016798830 .e_container-62 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    background-fill-value: background-color;
    display-radio: flex;
    margin-left: 20px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 20px;
    width: auto
}

#c_static_001-16570016798830 .e_container-62 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_static_001-16570016798830 .e_container-62 .cbox-62-0 {
    background-fill-value: background-color;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px
}

#c_static_001-16570016798830 .e_container-62 .p_item {
    display-radio: 1
}

#c_static_001-16570016798830 .e_scrollNumber-63 {
    height: 60px;
    line-height: 60px;
    display-radio: 1;
    font_radio: 2;
    text-align: center;
    color: #4ab344;
}

#c_static_001-16570016798830 .e_scrollNumber-63 .p_num {
    display-radio: 1;
    font-family: Impact;
    font-size: 48px;
    padding-left: 0px
}

#c_static_001-16570016798830 .e_scrollNumber-63 .p_plus {
    display-radio: 1;
    font-weight: bold;
    margin-bottom: 0px;
    padding-bottom: 0px;
    height: auto;
    font-size: 24px
}

#c_static_001-16570016798830 .e_text-64 {
    font_radio: 2;
    text-align: center;
    line-height: 2;
    font-weight: normal;
    color: rgba(0,0,0,1);
    display-radio: 1;
    font-size: 14px
}

@media screen and (max-width: 768px) {
    #c_static_001-16570016798830 .e_container-7 {
        display-radio: 1;
        padding-top: 0px;
        padding-bottom: 0px;
        flex-direction: column;
        margin-bottom: 0px
    }

    #c_static_001-16570016798830 .e_container-22 {
        display-radio: 1;
        padding-top: 20px;
        padding-bottom: 50px;
        padding-left: 0px;
        padding-right: 0px
    }

    #c_static_001-16570016798830 .e_richText-27 {
        display-radio: 1;
        font_radio: 2;
        line-height: 2;
        font-size: 14px
    }

    #c_static_001-16570016798830 .e_image-40 {
        display-radio: 1
    }

    #c_static_001-16570016798830 .e_text-43 {
        display-radio: 1;
        font_radio: 2;
        font-size: 24px
    }

    #c_static_001-16570016798830 .e_richText-44 {
        display-radio: 1;
        font_radio: 2;
        padding-right: 0px;
        padding-left: 0px;
        font-size: 14px
    }

    #c_static_001-16570016798830 .e_text-48 {
        display-radio: 1;
        font_radio: 2;
        font-size: 32px
    }

    #c_static_001-16570016798830 {
        display-radio: 1;
        overflow: hidden
    }

    #c_static_001-16570016798830 .e_text-51 {
        display-radio: 1;
        font_radio: 2;
        font-size: 32px;
        margin-top: 0px
    }

    #c_static_001-16570016798830 .e_container-52 {
        display-radio: 1;
        margin-top: 0px;
        margin-bottom: 0px;
        flex-direction: row
    }

    #c_static_001-16570016798830 .e_container-52 .cbox-52-0 {
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-bottom-color: rgba(0,0,0,0.15);
        border-right-style: solid;
        border-right-width: 1px;
        border-right-color: rgba(0,0,0,0.1);
        border-style: none
    }

    #c_static_001-16570016798830 .e_container-52 .p_item {
        display-radio: 1
    }

    #c_static_001-16570016798830 .e_container-52 .cbox-52-3 {
        border-left-style: solid
    }

    #c_static_001-16570016798830 .e_container-52 .cbox-52-2 {
        border-style: none
    }

    #c_static_001-16570016798830 .e_container-56 {
        display-radio: 1;
        margin-left: auto;
        margin-right: auto;
        padding-right: 5px;
        padding-left: 5px
    }

    #c_static_001-16570016798830 .e_scrollNumber-57 {
        display-radio: 1;
        font_radio: 2;
        font-size: 24px
    }

    #c_static_001-16570016798830 .e_scrollNumber-57 .p_num {
        display-radio: 1;
        font-size: 36px
    }

    #c_static_001-16570016798830 .e_container-59 {
        display-radio: 1;
        padding-left: 5px;
        padding-right: 5px;
        margin-right: auto;
        margin-left: auto
    }

    #c_static_001-16570016798830 .e_scrollNumber-60 {
        display-radio: 1;
        font_radio: 2;
        font-size: 24px
    }

    #c_static_001-16570016798830 .e_scrollNumber-60 .p_num {
        display-radio: 1;
        font-size: 36px
    }

    #c_static_001-16570016798830 .e_text-61 {
        font_radio: 2;
        display-radio: 1;
        line-height: 1.2
    }

    #c_static_001-16570016798830 .e_container-62 {
        display-radio: 1;
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 5px;
        padding-right: 5px
    }

    #c_static_001-16570016798830 .e_scrollNumber-63 {
        display-radio: 1;
        font_radio: 2;
        font-size: 24px
    }

    #c_static_001-16570016798830 .e_scrollNumber-63 .p_num {
        display-radio: 1;
        font-size: 36px
    }

    #c_static_001-16570016798830 .e_text-64 {
        font_radio: 2;
        display-radio: 1;
        line-height: 1.2
    }

    #c_static_001-16570016798830 .e_container-52 .cbox-52-1 {
        border-right-style: solid;
        border-right-width: 1px;
        border-right-color: rgba(0,0,0,0.1)
    }

    #c_static_001-16570016798830 .e_text-58 {
        font_radio: 2;
        display-radio: 1;
        line-height: 1.2
    }

    #c_static_001-16570016798830 .e_button-42 {
        background_radio: 1;
        border_radio: 1;
        font_radio: 1;
        radius_radio: 1;
        display-radio: 1
    }
}

@media screen and (max-width: 1280px) and (min-width: 1024px) {
    #c_static_001-16570016798830 {
        display-radio: 1
    }

    #c_static_001-16570016798830 .e_text-43 {
        font_radio: 2;
        display-radio: 1;
        font-size: 28px
    }

    #c_static_001-16570016798830 .e_richText-44 {
        font_radio: 2;
        display-radio: 1
    }

    #c_static_001-16570016798830 .e_text-61 {
        font_radio: 2;
        display-radio: 1;
        font-size: 12px
    }

    #c_static_001-16570016798830 .e_text-58 {
        font_radio: 2;
        display-radio: 1;
        font-size: 12px
    }

    #c_static_001-16570016798830 .e_text-64 {
        font_radio: 2;
        display-radio: 1;
        font-size: 12px
    }

    #c_static_001-16570016798830 .e_container-52 {
        display-radio: 1;
        padding-top: 20px;
        padding-bottom: 20px
    }

    #c_static_001-16570016798830 .e_text-48 {
        font_radio: 2;
        display-radio: 1;
        font-size: 56px
    }

    #c_static_001-16570016798830 .e_text-51 {
        font_radio: 2;
        display-radio: 1;
        font-size: 36px
    }
}

#c_static_001-16654593081260 {
    display-radio: 1;
    min-width: 0px;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    background-fill-value: background-image;
    margin-top: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    background-image: url(../images/e4319d65-0e67-4bfd-9e6d-8e7d7ea57897.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    max-width: none
}

#c_static_001-16654593081260 .Box_pro {
    max-width: 470px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto
}

#c_static_001-16654593081260 .lsit_por {
    width: auto;
    font-size: 14px;
    color: #000;
    text-align: center;
    line-height: 1.8;
    cursor: pointer
}

#c_static_001-16654593081260 .img_box {
    position: relative;
    width: 73px;
    height: 73px;
    margin: 0 auto 10px;
    overflow: hidden;
    transition: all .5s ease
}

#c_static_001-16654593081260 .img_box img {
    position: absolute;
    left: 0;
    top: 0
}

#c_static_001-16654593081260 .img_box img:last-child {
    z-index: 2;
    opacity: 1
}

#c_static_001-16654593081260 .lsit_por:hover .img_box {
    transform: translateY(-10px)
}

#c_static_001-16654593081260 .e_container-7 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 94%;
    display-radio: flex;
    max-width: 1480px;
    margin-left: auto;
    margin-right: auto;
    background-fill-value: background-color;
    padding-top: 0px;
    padding-bottom: 60px;
    margin-bottom: 0px
}

#c_static_001-16654593081260 .e_container-7 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_static_001-16654593081260.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_001-16654593081260 .e_richText-3 {
    display-radio: 1;
    font_radio: 2;
    font-size: 16px;
    color: rgba(0,0,0,1);
    line-height: 2;
    width: auto;
    max-width: none;
    min-width: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
    margin-top: 3%;
    padding-bottom: 0px;
    margin-bottom: 3%
}

#c_static_001-16654593081260 .e_richText-21 {
    display-radio: 1;
    font_radio: 2;
    font-size: 16px;
    color: rgba(0,0,0,1);
    line-height: 2;
    width: auto;
    max-width: none;
    min-width: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
    margin-top: 3%;
    padding-bottom: 0px;
    margin-bottom: 3%
}

#c_static_001-16654593081260 .e_container-7 .cbox-7-0 {
    align-self: center
}

#c_static_001-16654593081260 .p_plus {
    display-radio: 1
}

#c_static_001-16654593081260 .e_container-80 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    display-radio: flex;
    margin-left: auto;
    margin-right: auto;
    background-fill-value: background-image;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    max-width: none;
    width: auto
}

#c_static_001-16654593081260 .e_container-80 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_static_001-16654593081260 .e_container-82 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    display-radio: flex;
    width: auto;
    border-left-style: solid;
    border-left-width: 3px;
    border-left-color: rgba(255,204,0,1);
    padding-left: 20px
}

#c_static_001-16654593081260 .e_container-82 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_static_001-16654593081260 .e_container-82 .p_item {
    display-radio: 1
}

#c_static_001-16654593081260 .e_text-85 {
    display-radio: 1;
    font_radio: 2;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    padding-top: 0px;
    margin-top: 0px;
    max-width: none;
    color: rgba(255,255,255,0.4);
    font-family: 'Barlow', sans-serif;
    font-weight: bold;
    line-height: 1.2;
    font-size: 64px
}

#c_static_001-16654593081260 .e_container-7 .p_item {
    display-radio: 1
}

#c_static_001-16654593081260 .e_text-86 {
    display-radio: 1;
    font_radio: 2;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    padding-top: 0px;
    margin-top: 0px;
    max-width: none;
    color: rgba(255,255,255,1);
    font-weight: bold;
    font-size: 34px;
    line-height: 1.2
}

#c_static_001-16654593081260 .e_container-80 .cbox-80-1 {
    flex: 0 0 auto
}

#c_static_001-16654593081260 .e_richText-87 {
    font_radio: 2;
    color: rgba(255,255,255,0.7);
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    display-radio: 1;
    width: auto;
    line-height: 1.8;
    padding-top: 0px;
    margin-top: 5px;
    padding-right: 0px;
    max-width: none;
    font-size: 14px
}

#c_static_001-16654593081260 .e_richText-88 {
    font_radio: 2;
    color: rgba(255,255,255,1);
    text-align: left;
    margin-left: 0px;
    margin-right: auto;
    display-radio: 1;
    width: auto;
    line-height: 1.8;
    font-size: 16px;
    padding-top: 0px;
    margin-top: 20px;
    padding-right: 0px;
    max-width: 680px
}

#c_static_001-16654593081260 .e_container-89 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    display-radio: flex;
    padding-top: 5%;
    padding-bottom: 5%;
    /* background-color: rgb(1 114 0 / 54%); */
}

#c_static_001-16654593081260 .e_container-89 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

@media screen and (max-width: 768px) {
    #c_static_001-16654593081260 .e_container-7 {
        display-radio: 1;
        padding-top: 0px;
        padding-bottom: 0px;
        flex-direction: column;
        margin-bottom: 0px
    }

    #c_static_001-16654593081260 {
        display-radio: 1
    }

    #c_static_001-16654593081260 .e_container-80 {
        display-radio: 1;
        padding-top: 0px;
        padding-bottom: 0px;
        flex-direction: column;
        margin-bottom: 0px
    }

    #c_static_001-16654593081260 .e_text-85 {
        display-radio: 1;
        font_radio: 2;
        font-size: 24px;
        font-family: Microsoft YaHei;
        line-height: 2
    }

    #c_static_001-16654593081260 .e_text-86 {
        display-radio: 1;
        font_radio: 2;
        font-size: 24px;
        font-family: Microsoft YaHei;
        line-height: 2
    }

    #c_static_001-16654593081260 .e_richText-87 {
        display-radio: 1;
        font_radio: 2;
        padding-right: 0px;
        padding-left: 0px;
        font-size: 14px
    }

    #c_static_001-16654593081260 .e_richText-88 {
        display-radio: 1;
        font_radio: 2;
        padding-right: 0px;
        padding-left: 0px;
        font-size: 14px
    }

    #c_static_001-16654593081260 .e_container-89 {
        display-radio: 1;
        padding-bottom: 30px;
        padding-top: 30px
    }

    #c_static_001-16654593081260 .e_container-89 .p_item {
        display-radio: 1
    }
}

@media screen and (min-width: 769px) {
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
}

@media screen and (max-width: 1366px) and (min-width: 1280px) {
    #c_static_001-16654593081260 {
        display-radio: 1
    }
}

@media screen and (max-width: 1280px) and (min-width: 1024px) {
    #c_static_001-16654593081260 .e_container-7 {
        display-radio: 1
    }

    #c_static_001-16654593081260 .e_text-86 {
        font_radio: 2;
        display-radio: 1;
        font-size: 28px
    }
}

#c_product_list_019-16566626393251 {
    display-radio: 1;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    min-height: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: -100px;
    max-width: none;
    width: 100%
}

#c_product_list_019-16566626393251 .e_loop-6 .p_list {
    display: flex;
    flex-wrap: wrap
}

#c_product_list_019-16566626393251 .e_loop-6 .p_loopitem {
    flex: 0 0 33.3%;
    position: relative;
    display-radio: 1
}

#c_product_list_019-16566626393251 .e_loop-6 .p_page {
    text-align: center
}

#c_product_list_019-16566626393251 .e_loop-6 .p_filter_wrapper {
    width: 100%
}

#c_product_list_019-16566626393251 .e_loop-6 .p_kv_wrapper {
    display: flex;
    flex-wrap: nowrap
}

#c_product_list_019-16566626393251 .e_loop-6 .p_filter_key {
    line-height: 40px;
    margin-right: 10px;
    font-weight: bold
}

#c_product_list_019-16566626393251 .e_loop-6 .p_v_item {
    display: inline-block;
    margin: 0 5px;
    line-height: 40px;
    cursor: pointer
}

#c_product_list_019-16566626393251 .e_loop-6 .p_active {
    color: blueviolet
}

#c_product_list_019-16566626393251 .e_loop-6 .p_result_item {
    position: relative;
    padding: 3px 20px 3px 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-right: 10px
}

#c_product_list_019-16566626393251 .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_product_list_019-16566626393251 .e_loop-6 .multSelect {
    font-size: 14px;
    position: relative
}

#c_product_list_019-16566626393251 .e_loop-6 .multSelect .inputWrap {
    width: 100%;
    min-width: 100px;
    min-height: 40px;
    border: 1px solid #ccc;
    border-radius: 3px;
    position: relative;
    cursor: pointer
}

#c_product_list_019-16566626393251 .e_loop-6 .multSelect.is-invalid .inputWrap {
    border-color: #dc3545
}

#c_product_list_019-16566626393251 .e_loop-6 .multSelect ul {
    padding: 0 5px;
    margin: 0;
    padding-right: 35px
}

#c_product_list_019-16566626393251 .e_loop-6 .multSelect ul, li {
    list-style: none
}

#c_product_list_019-16566626393251 .e_loop-6 .multSelect li {
    display: inline-block;
    background: #edf0f3;
    color: #92969c;
    padding: 3px 5px;
    margin: 5px 5px 5px 0;
    border-radius: 5px
}

#c_product_list_019-16566626393251 .e_loop-6 .multSelect .multSelect-option {
    width: 100%;
    border: 1px solid #ccc;
    border-top: 0;
    max-height: 200px;
    overflow-y: scroll;
    position: absolute;
    height: 0;
    opacity: 0;
    z-index: 9;
    background: #fff
}

#c_product_list_019-16566626393251 .e_loop-6 .multSelect .multSelect-option>div {
    line-height: 35px;
    cursor: pointer;
    padding: 0 10px
}

#c_product_list_019-16566626393251 .e_loop-6 .multSelect .multSelect-option>div.selected {
    color: #409eff
}

#c_product_list_019-16566626393251 .e_loop-6 .multSelect .multSelect-option>div:hover {
    color: #409eff;
    background: #f3f6f9
}

#c_product_list_019-16566626393251 .e_loop-6 .multSelect .fa-close {
    font-style: normal;
    font-size: 12px;
    padding: 0 5px 0 7px
}

#c_product_list_019-16566626393251 .e_loop-6 .multSelect .inputWrap>.fa svg {
    fill: #666;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 0;
    top: calc(50% - 8px)
}

#c_product_list_019-16566626393251 .e_loop-6 .multSelect .inputWrap>.fa-down svg {
    transform: rotate(-90deg)
}

#c_product_list_019-16566626393251 .e_loop-6 .multSelect .inputWrap>.fa-up svg {
    transform: rotate(90deg)
}

#c_product_list_019-16566626393251 .e_loop-6 .multSelect .placeholder {
    line-height: 40px;
    padding-left: 10px;
    color: #aaa;
    position: absolute;
    left: 0;
    top: 0
}

#c_product_list_019-16566626393251 .e_loop-6 .p_filter_select {
    width: 150px
}

#c_product_list_019-16566626393251 .e_loop-6 .p_normal_start, #c_product_list_019-16566626393251 .e_loop-6 .p_date_start {
    display: inline;
    width: 100px
}

#c_product_list_019-16566626393251 .e_loop-6 .p_normal_end, #c_product_list_019-16566626393251 .e_loop-6 .p_date_end {
    display: inline;
    width: 100px
}

#c_product_list_019-16566626393251 .e_loop-6 .p_split {
    margin: 0 5px
}

#c_product_list_019-16566626393251 .e_loop-6 .p_normal {
    margin-right: 16px
}

#c_product_list_019-16566626393251 .e_loop-6 {
    background_radio: 1;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    display-radio: 1;
    width: auto;
    max-width: none;
    padding-top: 0px
}

#c_product_list_019-16566626393251 .e_container-7 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    margin-right: auto;
    padding-bottom: 0px;
    background-color: rgb(241 241 241);
    display-radio: flex;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    transition: all .5s ease 0s;
    margin-left: auto;
    margin-top: 0px
}

#c_product_list_019-16566626393251 .e_container-7:hover {
    background: var(--themes-color);
    background-color: var(--themes-color)
}

#c_product_list_019-16566626393251 .e_container-7 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_product_list_019-16566626393251 .e_image-8 img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

#c_product_list_019-16566626393251 .e_container-47 {
    background: #fff;
    padding: 5% 20px;
    transition: all 0.5s ease 0s;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    display-radio: flex;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: rgb(241 241 241);
}

#c_product_list_019-16566626393251 .cbox-7-0:hover .e_container-47 {
    background: var(--themes-color)
}

#c_product_list_019-16566626393251 .e_image-8 {
    width: 100%;
    height: 0px;
    padding-bottom: 100%;
    overflow: hidden;
    display: block;
    position: relative;
    display-radio: block
}

#c_product_list_019-16566626393251 .e_container-7 .e_image-8 img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1) !important;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: all 0.5s ease 0s
}

#c_product_list_019-16566626393251 .e_container-7:hover .e_image-8 img {
    transform: translate(-50%, -50%) scale(1.1) !important
}

#c_product_list_019-16566626393251 .e_container-7 .cbox-7-0 {
    background-fill-value: background-color
}

#c_product_list_019-16566626393251 .e_loop-6 .cbox-6:nth-child(odd) {
    background-fill-value: background-color
}

#c_product_list_019-16566626393251 .e_container-29 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    display-radio: flex;
    padding-top: 4px;
    padding-left: 4px;
    padding-bottom: 0px;
    padding-right: 4px;
    border-style: none
}

#c_product_list_019-16566626393251 .e_container-29 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%;
    border-style: solid;
    border-color: rgba(0,0,0,0)
}

#c_product_list_019-16566626393251 .e_loop-6 .p_rollPagination {
    display-radio: 1
}

.p_flog_c {
    width: 100%;
    height: 100%
}

#c_product_list_019-16566626393251 .e_text-43 {
    font_radio: 2;
    text-align: center;
    line-height: 1.8;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: normal;
    display-radio: -webkit-box;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-top: 0px;
    padding-bottom: 0px;
    color: rgba(0,0,0,1);
    font-size: 16px;
    transition: all .5s ease 0s
}

#c_product_list_019-16566626393251 .e_text-43 a {
    color: rgba(0,0,0,1)
}

#c_product_list_019-16566626393251 .cbox-7-0:hover .e_text-43 {
    color: var(--theme-color)
}

#c_product_list_019-16566626393251 .cbox-7-0:hover .e_text-43 a {
    color: var(--theme-color)
}

#c_product_list_019-16566626393251 .e_container-47 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_product_list_019-16566626393251 .e_text-48 {
    font_radio: 2;
    text-align: center;
    line-height: 1.5;
    color: rgba(255,255,255,0.6);
    margin-top: 0px;
    display-radio: 1;
    margin-bottom: 0px;
    font-family: 'Barlow', sans-serif;
    font-weight: bold;
    font-size: 36px
}

#c_product_list_019-16566626393251 .e_container-57 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 94%;
    display-radio: flex;
    max-width: 1480px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 8%
}

#c_product_list_019-16566626393251 .e_container-57 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_product_list_019-16566626393251 .e_container-29 .cbox-29-0 {
    border-style: none
}

#c_product_list_019-16566626393251 .swiper-container {
    overflow: visible
}

#c_product_list_019-16566626393251 .swiper-button-next {
    right: 0px;
    top: 50%;
    left: auto;
    color: #fff;
    width: 40px;
    height: 60px;
    display: inline-block;
    background: var(--theme-color);
    text-align: center;
    line-height: 60px;
    transition: all 1s ease 0s;
    border-radius: 0px;
    margin: 0px;
    transform: translate(0%, -50%)
}

#c_product_list_019-16566626393251 .swiper-button-prev {
    right: auto;
    top: 50%;
    left: 0px;
    color: #fff;
    width: 40px;
    height: 60px;
    display: inline-block;
    background: var(--theme-color);
    text-align: center;
    line-height: 60px;
    transition: all 1s ease 0s;
    border-radius: 0px;
    margin: 0px;
    transform: translate(0%, -50%)
}

#c_product_list_019-16566626393251 .swiper-button-next:hover {
    background: var(--themes-color)
}

#c_product_list_019-16566626393251 .swiper-button-prev:hover {
    background: var(--themes-color)
}

#c_product_list_019-16566626393251 .swiper-button-next:after {
    font-size: 18px
}

#c_product_list_019-16566626393251 .swiper-button-prev:after {
    font-size: 18px
}

#c_product_list_019-16566626393251 .e_button-59 {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    width: 180px;
    padding: 8px;
    background_radio: 2;
    border_radio: 2;
    font_radio: 2;
    radius_radio: 2;
    background-color: #4ab344;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    font-size: 14px;
    line-height: 1.8;
    color: rgba(255,255,255,1);
    margin-top: 20px;
    display-radio: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px
}

#c_product_list_019-16566626393251 .e_button-59 span {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    outline: 0;
    margin: 0px;
    overflow: hidden
}

#c_product_list_019-16566626393251 .e_button-59::after {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    transition: all .3s;
    z-index: 0;
    opacity: 0;
    top: 0;
    left: 0px
}

#c_product_list_019-16566626393251 .e_button-59:hover::after {
    opacity: 1
}

#c_product_list_019-16566626393251 .e_button-59:hover {
    background-color: rgba(255,204,0,1);
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    color: #4ab344;
}

#c_product_list_019-16566626393251 .e_container-57 .p_item {
    display-radio: 1
}

@media screen and (max-width: 768px) {
    #c_product_list_019-16566626393251 .e_loop-6 .p_loopitem {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc((100% - 20px) / 2)
    }

    #c_product_list_019-16566626393251 .e_loop-6 .p_loopitem:not(:nth-child(2n)) {
        margin-right: 20px
    }

    #c_product_list_019-16566626393251 .e_container-7 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        width: auto;
        margin-bottom: 20px;
        padding-left: 0px;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        display-radio: flex;
        margin-left: auto;
        margin-right: auto
    }

    #c_product_list_019-16566626393251 .e_loop-6 {
        display-radio: 1;
        margin-right: auto;
        margin-left: auto
    }

    #c_product_list_019-16566626393251 .e_image-8 {
        display-radio: 1
    }

    #c_product_list_019-16566626393251 {
        display-radio: 1;
        margin-top: 0px
    }

    #c_product_list_019-16566626393251 .e_container-29 {
        display-radio: 1
    }

    .p_nav {
        display: none
    }

    #c_product_list_019-16566626393251 .e_text-43 {
        display-radio: 1;
        font_radio: 2;
        color: rgba(255,255,255,1);
        font-size: 16px
    }

    #c_product_list_019-16566626393251 .e_button-59 {
        background_radio: 1;
        border_radio: 1;
        font_radio: 1;
        radius_radio: 1;
        display-radio: 1;
        margin-top: 20px
    }

    #c_product_list_019-16566626393251 .e_container-57 {
        display-radio: 1;
        margin-top: 0px;
        padding-top: 30px;
        padding-bottom: 30px
    }
}

@media screen and (min-width: 769px) {
    #c_product_list_019-16566626393251 .e_loop-6 .p_loopitem {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc((100% - 90px) / 4)
    }

    #c_product_list_019-16566626393251 .e_loop-6 .p_loopitem:not(:nth-child(4n)) {
        margin-right: 30px;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 1280px) and (min-width: 1024px) {
    #c_product_list_019-16566626393251 {
        display-radio: 1
    }

    #c_product_list_019-16566626393251 .e_text-43 {
        font_radio: 2;
        display-radio: 1;
        font-size: 16px
    }
}

#c_product_list_019-16729952865470 {
    display-radio: 1;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    min-height: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    max-width: none;
    width: 100%;
    background-fill-value: background-image;
    background-image: url(../images/a9d008fe-2164-49c1-ad4d-3519851da81401.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed
}

.p_flog_c {
    width: 100%;
    height: 100%
}

#c_product_list_019-16729952865470 .e_text-48 {
    font_radio: 2;
    text-align: center;
    line-height: 1.5;
    color: rgba(255,255,255,0.6);
    margin-top: 0px;
    display-radio: 1;
    margin-bottom: 0px;
    font-family: 'Barlow', sans-serif;
    font-weight: bold;
    font-size: 36px
}

#c_product_list_019-16729952865470 .swiper-container {
    overflow: visible
}

#c_product_list_019-16729952865470 .swiper-button-next {
    right: 0px;
    top: 50%;
    left: auto;
    color: #fff;
    width: 40px;
    height: 60px;
    display: inline-block;
    background: var(--theme-color);
    text-align: center;
    line-height: 60px;
    transition: all 1s ease 0s;
    border-radius: 0px;
    margin: 0px;
    transform: translate(0%, -50%)
}

#c_product_list_019-16729952865470 .swiper-button-prev {
    right: auto;
    top: 50%;
    left: 0px;
    color: #fff;
    width: 40px;
    height: 60px;
    display: inline-block;
    background: var(--theme-color);
    text-align: center;
    line-height: 60px;
    transition: all 1s ease 0s;
    border-radius: 0px;
    margin: 0px;
    transform: translate(0%, -50%)
}

#c_product_list_019-16729952865470 .swiper-button-next:hover {
    background: var(--themes-color)
}

#c_product_list_019-16729952865470 .swiper-button-prev:hover {
    background: var(--themes-color)
}

#c_product_list_019-16729952865470 .swiper-button-next:after {
    font-size: 18px
}

#c_product_list_019-16729952865470 .swiper-button-prev:after {
    font-size: 18px
}

#c_product_list_019-16729952865470 .e_container-58 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    display-radio: flex;
    margin-left: auto;
    margin-right: auto;
    background-fill-value: background-image;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    max-width: none;
    width: auto;
    padding-right: 10%;
    padding-left: 0px
}

#c_product_list_019-16729952865470 .e_container-58 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_product_list_019-16729952865470 .e_container-60 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    display-radio: flex;
    width: auto;
    border-left-style: solid;
    border-left-width: 3px;
    border-left-color: rgba(255,204,0,1);
    padding-left: 20px;
    padding-top: 0px;
    margin-top: 20px
}

#c_product_list_019-16729952865470 .e_container-60 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_product_list_019-16729952865470 .e_container-60 .p_item {
    display-radio: 1
}

#c_product_list_019-16729952865470 .e_text-62 {
    display-radio: 1;
    font_radio: 2;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    padding-top: 0px;
    margin-top: 0px;
    max-width: none;
    color: rgba(255,255,255,1);
    font-weight: bold;
    font-size: 34px;
    line-height: 1.2
}

#c_product_list_019-16729952865470 .e_container-64 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    display-radio: flex;
    background-color: rgb(74 179 68 / 46%);
}

#c_product_list_019-16729952865470 .e_container-64 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_product_list_019-16729952865470 .e_richText-65 {
    font_radio: 2;
    color: rgba(255,255,255,0.7);
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    display-radio: 1;
    width: auto;
    line-height: 1.8;
    padding-top: 0px;
    margin-top: 5px;
    padding-right: 0px;
    max-width: none;
    font-size: 14px
}

#c_product_list_019-16729952865470 .e_richText-67 {
    font_radio: 2;
    color: rgba(255,255,255,1);
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    display-radio: 1;
    width: auto;
    line-height: 1.8;
    font-size: 16px;
    padding-top: 0px;
    margin-top: 40px;
    padding-right: 0px;
    max-width: none;
    font-weight: normal
}

#c_product_list_019-16729952865470 .e_button-69 {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    width: 180px;
    padding: 8px;
    background_radio: 2;
    border_radio: 2;
    font_radio: 2;
    radius_radio: 2;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    font-size: 14px;
    line-height: 1.8;
    color: #4ab344;
    margin-top: 40px;
    display-radio: block;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgba(255,255,255,1)
}

#c_product_list_019-16729952865470 .e_button-69 span {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    outline: 0;
    margin: 0px;
    overflow: hidden
}

#c_product_list_019-16729952865470 .e_button-69::after {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    transition: all .3s;
    z-index: 0;
    opacity: 0;
    top: 0;
    left: 0px
}

#c_product_list_019-16729952865470 .e_button-69:hover::after {
    opacity: 1
}

#c_product_list_019-16729952865470 .e_button-69:hover {
    background-color: rgba(255,204,0,1);
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    color: #4ab344;
}

#c_product_list_019-16729952865470 .e_container-70 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    display-radio: flex;
    margin-bottom: 60px
}

#c_product_list_019-16729952865470 .e_container-70 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_product_list_019-16729952865470 .e_container-70 .p_item {
    display-radio: 1
}

#c_product_list_019-16729952865470 .e_container-71 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    display-radio: flex;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(0,0,0,0.1);
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(255,255,255,0.3)
}

#c_product_list_019-16729952865470 .e_container-71 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_product_list_019-16729952865470 .e_container-71 .p_item {
    display-radio: 1
}

#c_product_list_019-16729952865470 .e_icon-72 {
    width: 68px;
    height: 68px;
    font_radio: 2;
    display-radio: 1;
    color: rgba(255,204,0,1);
    margin-left: auto;
    margin-right: auto;
    transition: all .5s ease 0s
}

#c_product_list_019-16729952865470 .e_container-71:hover .e_icon-72 {
    transform: rotateY(180deg)
}

#c_product_list_019-16729952865470 .e_icon-72 .icon {
    margin: 0;
    width: 100%;
    height: 100%;
    fill: currentColor
}

#c_product_list_019-16729952865470 .e_text-73 {
    font_radio: 2;
    display-radio: 1;
    color: rgba(255,255,255,1);
    text-align: center;
    line-height: 1.5;
    margin-top: 20px;
    font-weight: bold;
    font-size: 18px
}

#c_product_list_019-16729952865470 .e_icon-75 {
    width: 68px;
    height: 68px;
    font_radio: 2;
    display-radio: 1;
    color: rgba(255,204,0,1);
    margin-left: auto;
    margin-right: auto;
    transition: all .5s ease 0s
}

#c_product_list_019-16729952865470 .e_container-105:hover .e_icon-75 {
    transform: rotateY(180deg)
}

#c_product_list_019-16729952865470 .e_icon-75 .icon {
    margin: 0;
    width: 100%;
    height: 100%;
    fill: currentColor
}

#c_product_list_019-16729952865470 .e_icon-79 {
    width: 68px;
    height: 68px;
    font_radio: 2;
    display-radio: 1;
    color: rgba(255,204,0,1);
    margin-left: auto;
    margin-right: auto;
    transition: all .5s ease 0s
}

#c_product_list_019-16729952865470 .e_container-102:hover .e_icon-79 {
    transform: rotateY(180deg)
}

#c_product_list_019-16729952865470 .e_icon-79 .icon {
    margin: 0;
    width: 100%;
    height: 100%;
    fill: currentColor
}

#c_product_list_019-16729952865470 .e_container-91 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 94%;
    display-radio: flex;
    max-width: 1480px;
    padding-top: 5%;
    padding-bottom: 5%;
    margin-left: auto;
    margin-right: auto
}

#c_product_list_019-16729952865470 .e_container-91 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_product_list_019-16729952865470 .e_container-58 .p_item {
    display-radio: 1
}

#c_product_list_019-16729952865470 .e_container-102 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    display-radio: flex;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(0,0,0,0.1);
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
    border-color: rgba(255,255,255,0.3);
    border-style: solid;
    border-width: 1px
}

#c_product_list_019-16729952865470 .e_container-102 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_product_list_019-16729952865470 .e_container-102 .p_item {
    display-radio: 1
}

#c_product_list_019-16729952865470 .e_text-104 {
    font_radio: 2;
    display-radio: 1;
    color: rgba(255,255,255,1);
    text-align: center;
    line-height: 1.5;
    margin-top: 20px;
    font-weight: bold;
    font-size: 18px
}

#c_product_list_019-16729952865470 .e_container-105 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    display-radio: flex;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(0,0,0,0.1);
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(255,255,255,0.3)
}

#c_product_list_019-16729952865470 .e_container-105 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_product_list_019-16729952865470 .e_container-105 .p_item {
    display-radio: 1
}

#c_product_list_019-16729952865470 .e_text-107 {
    font_radio: 2;
    display-radio: 1;
    color: rgba(255,255,255,1);
    text-align: center;
    line-height: 1.5;
    margin-top: 20px;
    font-weight: bold;
    font-size: 18px
}

#c_product_list_019-16729952865470 .e_container-108 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    display-radio: flex;
    margin-bottom: 0px
}

#c_product_list_019-16729952865470 .e_container-108 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_product_list_019-16729952865470 .e_container-108 .p_item {
    display-radio: 1
}

#c_product_list_019-16729952865470 .e_container-109 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    display-radio: flex;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(0,0,0,0.1);
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
    border-color: rgba(255,255,255,0.3);
    border-style: solid;
    border-width: 1px
}

#c_product_list_019-16729952865470 .e_container-109 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_product_list_019-16729952865470 .e_container-109 .p_item {
    display-radio: 1
}

#c_product_list_019-16729952865470 .e_icon-110 {
    width: 68px;
    height: 68px;
    font_radio: 2;
    display-radio: 1;
    color: rgba(255,204,0,1);
    margin-left: auto;
    margin-right: auto;
    transition: all .5s ease 0s
}

#c_product_list_019-16729952865470 .e_container-109:hover .e_icon-110 {
    transform: rotateY(180deg)
}

#c_product_list_019-16729952865470 .e_icon-110 .icon {
    margin: 0;
    width: 100%;
    height: 100%;
    fill: currentColor
}

#c_product_list_019-16729952865470 .e_text-111 {
    font_radio: 2;
    display-radio: 1;
    color: rgba(255,255,255,1);
    text-align: center;
    line-height: 1.5;
    margin-top: 20px;
    font-weight: bold;
    font-size: 18px
}

#c_product_list_019-16729952865470 .e_container-112 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    display-radio: flex;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(0,0,0,0.1);
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(255,255,255,0.3)
}

#c_product_list_019-16729952865470 .e_container-112 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_product_list_019-16729952865470 .e_container-112 .p_item {
    display-radio: 1
}

#c_product_list_019-16729952865470 .e_icon-113 {
    width: 68px;
    height: 68px;
    font_radio: 2;
    display-radio: 1;
    color: rgba(255,204,0,1);
    margin-left: auto;
    margin-right: auto;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 3px;
    padding-left: 3px;
    transition: all .5s ease 0s
}

#c_product_list_019-16729952865470 .e_container-112:hover .e_icon-113 {
    transform: rotateY(180deg)
}

#c_product_list_019-16729952865470 .e_icon-113 .icon {
    margin: 0;
    width: 100%;
    height: 100%;
    fill: currentColor
}

#c_product_list_019-16729952865470 .e_text-114 {
    font_radio: 2;
    display-radio: 1;
    color: rgba(255,255,255,1);
    text-align: center;
    line-height: 1.5;
    margin-top: 20px;
    font-weight: bold;
    font-size: 18px
}

#c_product_list_019-16729952865470 .e_container-115 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    display-radio: flex;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(0,0,0,0.1);
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 17px;
    padding-right: 17px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(255,255,255,0.3)
}

#c_product_list_019-16729952865470 .e_container-115 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_product_list_019-16729952865470 .e_container-115 .p_item {
    display-radio: 1
}

#c_product_list_019-16729952865470 .e_icon-116 {
    width: 68px;
    height: 68px;
    font_radio: 2;
    display-radio: 1;
    color: rgba(255,204,0,1);
    margin-left: auto;
    margin-right: auto;
    transition: all .5s ease 0s
}

#c_product_list_019-16729952865470 .e_container-115:hover .e_icon-116 {
    transform: rotateY(180deg)
}

#c_product_list_019-16729952865470 .e_icon-116 .icon {
    margin: 0;
    width: 100%;
    height: 100%;
    fill: currentColor
}

#c_product_list_019-16729952865470 .e_text-117 {
    font_radio: 2;
    display-radio: 1;
    color: rgba(255,255,255,1);
    text-align: center;
    line-height: 1.5;
    margin-top: 20px;
    font-weight: bold;
    font-size: 18px
}

#c_product_list_019-16729952865470 .e_text-118 {
    display-radio: 1;
    font_radio: 2;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    padding-top: 0px;
    margin-top: 0px;
    max-width: none;
    color: rgba(255,255,255,0.4);
    font-family: 'Barlow', sans-serif;
    font-weight: bold;
    line-height: 1.2;
    font-size: 63px;
}

#c_product_list_019-16729952865470 .e_container-91 .cbox-91-0 {
    align-self: center
}

#c_product_list_019-16729952865470 .e_container-91 .p_item {
    display-radio: 1
}

@media screen and (max-width: 768px) {
    #c_product_list_019-16729952865470 {
        display-radio: 1
    }

    .p_nav {
        display: none
    }

    #c_product_list_019-16729952865470 .e_container-58 {
        display-radio: 1;
        padding-top: 0px;
        padding-bottom: 0px;
        flex-direction: column;
        margin-bottom: 40px;
        padding-right: 0px
    }

    #c_product_list_019-16729952865470 .e_text-62 {
        display-radio: 1;
        font_radio: 2;
        font-size: 24px;
        font-family: Microsoft YaHei;
        line-height: 2
    }

    #c_product_list_019-16729952865470 .e_richText-65 {
        display-radio: 1;
        font_radio: 2;
        padding-right: 0px;
        padding-left: 0px;
        font-size: 14px
    }

    #c_product_list_019-16729952865470 .e_richText-67 {
        display-radio: 1;
        font_radio: 2;
        padding-right: 0px;
        padding-left: 0px;
        font-size: 14px
    }

    #c_product_list_019-16729952865470 .e_text-118 {
        display-radio: 1;
        font_radio: 2;
        font-size: 24px;
        font-family: Microsoft YaHei;
        line-height: 2
    }

    #c_product_list_019-16729952865470 .e_container-91 {
        display-radio: 1
    }

    #c_product_list_019-16729952865470 .e_container-64 {
        display-radio: 1
    }

    #c_product_list_019-16729952865470 .e_container-91 .cbox-91-0 {
        flex: 0 0 100%
    }

    #c_product_list_019-16729952865470 .e_button-69 {
        background_radio: 1;
        border_radio: 1;
        font_radio: 1;
        radius_radio: 1;
        display-radio: 1;
        margin-top: 20px
    }

    #c_product_list_019-16729952865470 .e_container-102 {
        display-radio: 1;
        padding-top: 30px;
        padding-bottom: 30px
    }

    #c_product_list_019-16729952865470 .e_text-117 {
        font_radio: 2;
        display-radio: 1;
        font-size: 14px
    }

    #c_product_list_019-16729952865470 .e_text-111 {
        font_radio: 2;
        display-radio: 1;
        font-size: 14px
    }

    #c_product_list_019-16729952865470 .e_text-114 {
        font_radio: 2;
        display-radio: 1;
        font-size: 14px
    }

    #c_product_list_019-16729952865470 .e_container-112 {
        display-radio: 1;
        padding-top: 30px;
        padding-bottom: 30px
    }

    #c_product_list_019-16729952865470 .e_icon-113 {
        font_radio: 1;
        display-radio: 1;
        width: 40px;
        height: 40px
    }

    #c_product_list_019-16729952865470 .e_text-104 {
        font_radio: 2;
        display-radio: 1;
        font-size: 14px
    }

    #c_product_list_019-16729952865470 .e_text-107 {
        font_radio: 2;
        display-radio: 1;
        font-size: 14px
    }

    #c_product_list_019-16729952865470 .e_text-73 {
        font_radio: 2;
        display-radio: 1;
        font-size: 14px
    }

    #c_product_list_019-16729952865470 .e_container-70 {
        display-radio: 1;
        margin-bottom: 30px
    }

    #c_product_list_019-16729952865470 .e_container-70 > .p_item {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc((100% - 40px) / 3)
    }

    #c_product_list_019-16729952865470 .e_container-70 > .p_item:not(:nth-child(3n)) {
        margin-right: 20px
    }

    #c_product_list_019-16729952865470 .e_container-108 > .p_item {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc((100% - 40px) / 3)
    }

    #c_product_list_019-16729952865470 .e_container-108 > .p_item:not(:nth-child(3n)) {
        margin-right: 20px
    }

    #c_product_list_019-16729952865470 .e_icon-72 {
        font_radio: 1;
        display-radio: 1;
        width: 40px;
        height: 40px
    }

    #c_product_list_019-16729952865470 .e_icon-79 {
        font_radio: 1;
        display-radio: 1;
        width: 40px;
        height: 40px
    }

    #c_product_list_019-16729952865470 .e_icon-75 {
        font_radio: 1;
        display-radio: 1;
        width: 40px;
        height: 40px
    }

    #c_product_list_019-16729952865470 .e_icon-110 {
        font_radio: 1;
        display-radio: 1;
        width: 40px;
        height: 40px
    }

    #c_product_list_019-16729952865470 .e_icon-116 {
        font_radio: 1;
        display-radio: 1;
        width: 40px;
        height: 40px
    }

    #c_product_list_019-16729952865470 .e_container-71 {
        display-radio: 1;
        padding-top: 30px;
        padding-bottom: 30px
    }

    #c_product_list_019-16729952865470 .e_container-105 {
        display-radio: 1;
        padding-top: 30px;
        padding-bottom: 30px
    }

    #c_product_list_019-16729952865470 .e_container-109 {
        display-radio: 1;
        padding-top: 30px;
        padding-bottom: 30px
    }

    #c_product_list_019-16729952865470 .e_container-115 {
        display-radio: 1;
        padding-top: 30px;
        padding-bottom: 30px
    }

    #c_product_list_019-16729952865470 .e_container-108 {
        display-radio: 1;
        margin-bottom: 30px
    }
}

@media screen and (min-width: 769px) {
    #c_product_list_019-16729952865470 .e_container-70 > .p_item {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc((100% - 80px) / 3)
    }

    #c_product_list_019-16729952865470 .e_container-70 > .p_item:not(:nth-child(3n)) {
        margin-right: 40px
    }

    #c_product_list_019-16729952865470 .e_container-108 > .p_item {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc((100% - 80px) / 3)
    }

    #c_product_list_019-16729952865470 .e_container-108 > .p_item:not(:nth-child(3n)) {
        margin-right: 40px
    }
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
}

@media screen and (max-width: 1366px) and (min-width: 1280px) {
}

@media screen and (max-width: 1280px) and (min-width: 1024px) {
    #c_product_list_019-16729952865470 {
        display-radio: 1
    }

    #c_product_list_019-16729952865470 .e_text-62 {
        font_radio: 2;
        display-radio: 1;
        font-size: 28px
    }

    #c_product_list_019-16729952865470 .e_richText-67 {
        font_radio: 2;
        display-radio: 1;
        font-size: 14px
    }

    #c_product_list_019-16729952865470 .e_text-73 {
        font_radio: 2;
        display-radio: 1;
        font-size: 14px
    }

    #c_product_list_019-16729952865470 .e_text-104 {
        font_radio: 2;
        display-radio: 1;
        font-size: 14px
    }

    #c_product_list_019-16729952865470 .e_text-117 {
        font_radio: 2;
        display-radio: 1;
        font-size: 14px
    }

    #c_product_list_019-16729952865470 .e_text-111 {
        font_radio: 2;
        display-radio: 1;
        font-size: 14px
    }

    #c_product_list_019-16729952865470 .e_text-114 {
        font_radio: 2;
        display-radio: 1;
        font-size: 14px
    }

    #c_product_list_019-16729952865470 .e_text-107 {
        font_radio: 2;
        display-radio: 1;
        font-size: 14px
    }
}

#c_grid-16738390733940 {
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

#c_grid-16738390733940 .p_gridbox::after {
    content: '';
    clear: left;
    display: block
}

#c_grid-16738390733940 > div > .p_gridbox {
    width: 100%;
    overflow: hidden;
    position: static
}

#c_grid-16738390733940 > div > .p_gridCell {
    float: left;
    position: static
}

#c_grid-16738390733940 > .p_gridbox.signal {
    min-height: inherit
}

#c_grid-16738390733940 > .p_gridbox.signal > .p_gridCell {
    min-height: inherit !important
}

#c_grid-16738390733940 .p_gridCell {
    display-radio: 1
}

@media screen and (max-width: 768px) {
    #c_grid-16738390733940 > .p_gridbox > .p_gridCell:nth-child(1n + 1) {
        width: 100%;
        margin-left: 0%;
        margin-right: 0%;
        margin-top: 0rem;
        margin-bottom: 0rem;
        clear: left
    }
}

@media screen and (min-width: 769px) {
    #c_grid-16738390733940 > .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-16738390733940 > .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: 1366px) and (min-width: 1280px) {
}

@media screen and (max-width: 1280px) and (min-width: 1024px) {
}

#c_static_001-16738390734181 {
    display-radio: 1;
    min-width: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 94%;
    max-width: 1480px;
    background-fill-value: background-image;
    padding-top: 5%;
    padding-bottom: 5%
}

#c_static_001-16738390734181 .Box_pro {
    max-width: 470px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto
}

#c_static_001-16738390734181 .lsit_por {
    width: auto;
    font-size: 14px;
    color: #000;
    text-align: center;
    line-height: 1.8;
    cursor: pointer
}

#c_static_001-16738390734181 .img_box {
    position: relative;
    width: 73px;
    height: 73px;
    margin: 0 auto 10px;
    overflow: hidden;
    transition: all .5s ease
}

#c_static_001-16738390734181 .img_box img {
    position: absolute;
    left: 0;
    top: 0
}

#c_static_001-16738390734181 .img_box img:last-child {
    z-index: 2;
    opacity: 1
}

#c_static_001-16738390734181 .lsit_por:hover .img_box {
    transform: translateY(-10px)
}

#c_static_001-16738390734181.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_001-16738390734181 .e_richText-3 {
    display-radio: 1;
    font_radio: 2;
    font-size: 16px;
    color: rgba(0,0,0,1);
    line-height: 2;
    width: auto;
    max-width: none;
    min-width: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
    margin-top: 3%;
    padding-bottom: 0px;
    margin-bottom: 3%
}

#c_static_001-16738390734181 .e_richText-21 {
    display-radio: 1;
    font_radio: 2;
    font-size: 16px;
    color: rgba(0,0,0,1);
    line-height: 2;
    width: auto;
    max-width: none;
    min-width: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
    margin-top: 3%;
    padding-bottom: 0px;
    margin-bottom: 3%
}

#c_static_001-16738390734181 .e_loop-53 .p_list {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    max-width: 100%
}

#c_static_001-16738390734181 .e_loop-53 .p_loopitem {
    flex: 0 0 33.3%;
    position: relative
}

#c_static_001-16738390734181 .e_loop-53 .p_page {
    text-align: center
}

#c_static_001-16738390734181 .e_loop-53 .p_filter_wrapper {
    width: 100%;
    font-size: 13px
}

#c_static_001-16738390734181 .e_loop-53 .p_kv_wrapper {
    display: flex;
    flex-wrap: nowrap;
    line-height: 40px;
    margin: 15px 0
}

#c_static_001-16738390734181 .e_loop-53 .p_filter_key {
    width: 70px;
    overflow: hidden;
    margin-right: 10px;
    font-weight: bold;
    color: #333333;
    font-size: 12px
}

#c_static_001-16738390734181 .e_loop-53 .p_v_item {
    display: inline-block;
    padding: 0 3px;
    cursor: pointer;
    font-size: 13px;
    color: #555555;
    margin-right: 30px
}

#c_static_001-16738390734181 .e_loop-53 .p_active .p_fbutton {
    color: #fff;
    background-color: cornflowerblue
}

#c_static_001-16738390734181 .e_loop-53 .p_result_item {
    position: relative;
    padding: 3px 20px 3px 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-right: 10px
}

#c_static_001-16738390734181 .e_loop-53 .p_filter_close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 3px;
    font-style: normal;
    font-size: 16px;
    margin-top: -5px;
    cursor: pointer
}

#c_static_001-16738390734181 .e_loop-53 .multSelect {
    font-size: 13px;
    position: relative
}

#c_static_001-16738390734181 .e_loop-53 .multSelect .inputWrap {
    width: 100%;
    min-width: 100px;
    min-height: 24px;
    border: 1px solid #DCDFE6;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
    background: white
}

#c_static_001-16738390734181 .e_loop-53 .multSelect.is-invalid .inputWrap {
    border-color: #dc3545
}

#c_static_001-16738390734181 .e_loop-53 .multSelect ul {
    padding: 0 5px;
    margin: 0;
    padding-right: 35px
}

#c_static_001-16738390734181 .e_loop-53 .multSelect ul, li {
    list-style: none
}

#c_static_001-16738390734181 .e_loop-53 .multSelect li {
    display: inline-block;
    background: #edf0f3;
    color: #92969c;
    padding: 0px 5px;
    margin: 1px 5px 1px 0;
    border-radius: 5px;
    line-height: 16px
}

#c_static_001-16738390734181 .e_loop-53 .multSelect .multSelect-option {
    width: 100%;
    border: 1px solid #DCDFE6;
    border-radius: 2px;
    border-top: 0;
    max-height: 200px;
    overflow-y: scroll;
    position: absolute;
    height: 0;
    opacity: 0;
    z-index: 9;
    background: #fff
}

#c_static_001-16738390734181 .e_loop-53 .multSelect .multSelect-option>div {
    line-height: 24px;
    cursor: pointer;
    padding: 0 10px
}

#c_static_001-16738390734181 .e_loop-53 .multSelect .multSelect-option>div.selected {
    color: #409eff
}

#c_static_001-16738390734181 .e_loop-53 .multSelect .multSelect-option>div:hover {
    color: #409eff;
    background: #f3f6f9
}

#c_static_001-16738390734181 .e_loop-53 .multSelect .fa-close {
    font-style: normal;
    font-size: 12px;
    padding: 0 5px 0 7px
}

#c_static_001-16738390734181 .e_loop-53 .multSelect .inputWrap>.fa svg {
    fill: #666;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 0;
    top: calc(50% - 3px)
}

#c_static_001-16738390734181 .e_loop-53 .multSelect .inputWrap>.fa-down svg {
    transform: rotate(-90deg)
}

#c_static_001-16738390734181 .e_loop-53 .multSelect .inputWrap>.fa-up svg {
    transform: rotate(90deg)
}

#c_static_001-16738390734181 .e_loop-53 .multSelect .placeholder {
    line-height: 40px;
    padding-left: 10px;
    color: #aaa;
    position: absolute;
    left: 0;
    top: 0
}

#c_static_001-16738390734181 .e_loop-53 .p_normal_start {
    display: inline;
    width: 100px;
    height: 40px
}

#c_static_001-16738390734181 .e_loop-53 .p_date_start {
    display: inline;
    width: 105px;
    height: 40px
}

#c_static_001-16738390734181 .e_loop-53 .p_normal_end {
    display: inline;
    width: 100px;
    height: 40px;
    margin-right: 5px
}

#c_static_001-16738390734181 .e_loop-53 .p_date_end {
    display: inline;
    width: 105px;
    height: 40px;
    margin-right: 5px
}

#c_static_001-16738390734181 .e_loop-53 .p_split {
    margin: 0 5px
}

#c_static_001-16738390734181 .e_loop-53 .p_normal {
    margin-right: 16px
}

#c_static_001-16738390734181 .e_loop-53 .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_001-16738390734181 .e_loop-53 .input-check, #c_static_001-16738390734181 .e_loop-53 .input-radio {
    margin: 0 5px;
    vertical-align: text-top
}

#c_static_001-16738390734181 .e_loop-53 .position-left {
    display: flex
}

#c_static_001-16738390734181 .e_loop-53 .position-right {
    display: flex;
    flex-direction: row-reverse
}

#c_static_001-16738390734181 .e_loop-53 .position-bottom {
    display: flex;
    flex-direction: column-reverse
}

#c_static_001-16738390734181 .e_loop-53 .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_001-16738390734181 .e_loop-53 .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_001-16738390734181 .e_loop-53 .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_001-16738390734181 .e_loop-53 .p_active .p_mbutton::before {
    display: block
}

#c_static_001-16738390734181 .e_loop-53 .p_active .p_mbutton::after {
    display: block
}

#c_static_001-16738390734181 .e_loop-53 .p_input_match {
    width: 100px;
    height: 40px;
    padding: 10px;
    border: 1px solid #ced4da;
    border-radius: 3px
}

#c_static_001-16738390734181 .e_loop-53 .p_filter_result {
    display: none
}

#c_static_001-16738390734181 .e_loop-53 .p_contclear {
    cursor: pointer;
    display: none
}

#c_static_001-16738390734181 .e_loop-53 .swiper-container {
    padding-bottom: 0px
}

#c_static_001-16738390734181 .e_loop-53 .p_imgwrapper {
    width: 80px;
    height: 100px;
    overflow: hidden
}

#c_static_001-16738390734181 .e_loop-53 .p_imgtitle {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    margin: 0 auto;
    line-height: 20px
}

#c_static_001-16738390734181 .e_loop-53 .p_imgwrapper img {
    width: 100%;
    object-fit: cover
}

#c_static_001-16738390734181 .e_loop-53 .p_active .p_imgwrapper {
    border: 1px solid #409eff
}

#c_static_001-16738390734181 .e_container-54 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    display-radio: flex;
    transition: all .5s ease 0s;
    background-color: #f7f7f7;
    width: auto;
    margin-left: auto;
    margin-bottom: 30px;
    margin-right: auto;
    margin-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px
}

#c_static_001-16738390734181 .e_container-54 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_static_001-16738390734181 .e_container-54:hover {
    background-color: var(--theme-color)
}

#c_static_001-16738390734181 .e_loop-53 {
    display-radio: 1;
    padding-right: 0px;
    padding-left: 0px
}

#c_static_001-16738390734181 .e_container-57 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    display-radio: flex;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    max-width: none;
    width: auto
}

#c_static_001-16738390734181 .e_container-57 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_static_001-16738390734181 .e_container-57 .p_item {
    display-radio: 1
}

#c_static_001-16738390734181 .e_container-64 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    display-radio: flex;
    margin-right: auto;
    width: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px
}

#c_static_001-16738390734181 .e_container-64 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_static_001-16738390734181 .e_image-65 {
    overflow: hidden;
    display-radio: 1;
    width: 100%;
    height: 0px;
    padding-bottom: 75%;
    position: relative
}

#c_static_001-16738390734181 .e_image-65 img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1) !important;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: all .5s ease 0s;
    object-fit: cover
}

#c_static_001-16738390734181 .e_container-54:hover .e_image-65 img {
    transform: translate(-50%, -50%) scale(1.1) !important
}

#c_static_001-16738390734181 .e_text-66 {
    line-height: 1.4;
    display-radio: -webkit-box;
    font_radio: 2;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top: 0px;
    max-width: none;
    color: rgba(0,0,0,1);
    font-weight: normal;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 6px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 0px;
    font-size: 18px
}

#c_static_001-16738390734181 .e_text-66 a {
    color: rgba(0,0,0,1);
    transition: all 0s ease 0s
}

#c_static_001-16738390734181 .e_container-54:hover .e_text-66 a {
    color: rgba(255,255,255,1)
}

#c_static_001-16738390734181 .e_container-54:hover .e_text-66 {
    color: rgba(255,255,255,1)
}

#c_static_001-16738390734181 .e_container-54 .p_item {
    display-radio: 1
}

#c_static_001-16738390734181 .e_container-64 .p_item {
    display-radio: 1
}

#c_static_001-16738390734181 .e_loop-53 .cbox-53:nth-child(odd) {
    padding-right: 0px;
    padding-left: 0px
}

#c_static_001-16738390734181 .e_container-64 .cbox-64-0 {
    flex: 0 0 100%
}

#c_static_001-16738390734181 .e_container-69 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    display-radio: flex;
    padding-left: 20px;
    padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 15px
}

#c_static_001-16738390734181 .e_container-69 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_static_001-16738390734181 .e_container-64 .cbox-64-1 {
    align-self: center
}

#c_static_001-16738390734181 .e_container-76 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    display-radio: flex
}

#c_static_001-16738390734181 .e_container-76 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_static_001-16738390734181 .e_container-76 .cbox-76-0 {
    flex: 0 0 100%
}

#c_static_001-16738390734181 .e_container-76 .cbox-76-1 {
    flex: 0 0 auto
}

#c_static_001-16738390734181 .e_text-77 {
    font_radio: 2;
    text-align: center;
    line-height: 1.2;
    color: rgba(0,0,0,0.1);
    margin-top: 0px;
    display-radio: 1;
    margin-bottom: 0px;
    font-family: 'Barlow', sans-serif;
    font-weight: bold;
    font-size: 64px
}

#c_static_001-16738390734181 .e_text-78 {
    font_radio: 2;
    text-align: center;
    color: rgba(0,0,0,1);
    display-radio: 1;
    font-weight: bold;
    margin-top: -20px;
    margin-bottom: 0px;
    line-height: 1.2;
    font-size: 36px
}

#c_static_001-16738390734181 .e_loop-53 .cbox-53:nth-child(even) {
    padding-left: 0px;
    padding-right: 0px
}

#c_static_001-16738390734181 .e_container-54 .cbox-54-1 {
    align-self: center
}

#c_static_001-16738390734181 .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 0px;
    left: 0;
    font-size: 0px;
    width: 100%
}

#c_static_001-16738390734181 .e_button-83 {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    width: 180px;
    padding: 8px;
    background_radio: 2;
    border_radio: 2;
    font_radio: 2;
    radius_radio: 2;
    background-color: #4ab344;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    font-size: 14px;
    line-height: 1.8;
    color: rgba(255,255,255,1);
    margin-top: 60px;
    display-radio: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px
}

#c_static_001-16738390734181 .e_button-83 span {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    outline: 0;
    margin: 0px;
    overflow: hidden
}

#c_static_001-16738390734181 .e_button-83::after {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    transition: all .3s;
    z-index: 0;
    opacity: 0;
    top: 0;
    left: 0px
}

#c_static_001-16738390734181 .e_button-83:hover::after {
    opacity: 1
}

#c_static_001-16738390734181 .e_button-83:hover {
    background-color: rgba(255,204,0,1);
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    color: #4ab344;
}

@media screen and (max-width: 768px) {
    #c_static_001-16738390734181 .e_loop-53 .p_loopitem {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(100% / 1)
    }

    #c_static_001-16738390734181 .e_text-66 {
        display-radio: 1;
        font_radio: 2;
        line-height: 2;
        font-weight: bold
    }

    #c_static_001-16738390734181 .e_loop-53 {
        display-radio: 1;
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 0px;
        padding-right: 0px
    }

    #c_static_001-16738390734181 .e_container-57 {
        display-radio: 1
    }

    #c_static_001-16738390734181 .e_container-54 {
        display-radio: 1;
        margin-left: 0px;
        margin-right: 0px
    }

    #c_static_001-16738390734181 .e_loop-53 .cbox-53:nth-child(even) {
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 0px;
        padding-right: 0px
    }

    #c_static_001-16738390734181 .e_loop-53 .cbox-53:nth-child(odd) {
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 0px;
        padding-right: 0px
    }

    #c_static_001-16738390734181 .e_text-77 {
        display-radio: 1;
        font_radio: 2;
        line-height: 1;
        font-family: Impact;
        font-size: 32px
    }

    #c_static_001-16738390734181 .e_text-78 {
        display-radio: 1;
        font_radio: 2;
        font-size: 24px;
        line-height: 1
    }

    #c_static_001-16738390734181 {
        display-radio: 1
    }

    #c_static_001-16738390734181 .e_container-69 {
        display-radio: 1
    }

    #c_static_001-16738390734181 .e_container-54 .cbox-54-0 {
        flex: 0 0 100%
    }

    #c_static_001-16738390734181 .e_container-54 .cbox-54-1 {
        flex: 0 0 100%
    }

    #c_static_001-16738390734181 .e_button-83 {
        background_radio: 1;
        border_radio: 1;
        font_radio: 1;
        radius_radio: 1;
        display-radio: 1;
        margin-top: 20px
    }
}

@media screen and (min-width: 769px) {
    #c_static_001-16738390734181 .e_loop-53 .p_loopitem {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc((100% - 120px) / 4)
    }

    #c_static_001-16738390734181 .e_loop-53 .p_loopitem:not(:nth-child(4n)) {
        margin-right: 40px
    }
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
}

@media screen and (max-width: 1366px) and (min-width: 1280px) {
}

@media screen and (max-width: 1280px) and (min-width: 1024px) {
    #c_static_001-16738390734181 {
        display-radio: 1
    }

    #c_static_001-16738390734181 .e_text-78 {
        font_radio: 2;
        display-radio: 1;
        font-size: 28px
    }

    #c_static_001-16738390734181 .e_text-77 {
        font_radio: 2;
        display-radio: 1;
        font-size: 56px
    }
}

#c_grid-1656670500643 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    display-radio: 1;
    background-color: rgba(247,247,247,1)
}

#c_grid-1656670500643 .p_gridbox::after {
    content: '';
    clear: left;
    display: block
}

#c_grid-1656670500643 > div > .p_gridbox {
    width: 100%;
    overflow: hidden;
    position: static
}

#c_grid-1656670500643 > div > .p_gridCell {
    float: left;
    position: static
}

#c_grid-1656670500643 > .p_gridbox.signal {
    min-height: inherit
}

#c_grid-1656670500643 > .p_gridbox.signal > .p_gridCell {
    min-height: inherit !important
}

@media screen and (max-width: 768px) {
    #c_grid-1656670500643 > .p_gridbox > .p_gridCell:nth-child(1n + 1) {
        width: 100%;
        margin-left: 0%;
        margin-right: 0%;
        margin-top: 0rem;
        margin-bottom: 0rem;
        clear: left
    }
}

@media screen and (min-width: 769px) {
    #c_grid-1656670500643 > .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-1656670500643 > .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: 1366px) and (min-width: 1280px) {
}

@media screen and (max-width: 1280px) and (min-width: 1024px) {
}

#c_static_001-16563836591990 {
    display-radio: 1;
    min-width: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 94%;
    max-width: 1480px;
    background-fill-value: background-image;
    padding-top: 5%;
    padding-bottom: 5%
}

#c_static_001-16563836591990 .Box_pro {
    max-width: 470px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto
}

#c_static_001-16563836591990 .lsit_por {
    width: auto;
    font-size: 14px;
    color: #000;
    text-align: center;
    line-height: 1.8;
    cursor: pointer
}

#c_static_001-16563836591990 .img_box {
    position: relative;
    width: 73px;
    height: 73px;
    margin: 0 auto 10px;
    overflow: hidden;
    transition: all .5s ease
}

#c_static_001-16563836591990 .img_box img {
    position: absolute;
    left: 0;
    top: 0
}

#c_static_001-16563836591990 .img_box img:last-child {
    z-index: 2;
    opacity: 1
}

#c_static_001-16563836591990 .lsit_por:hover .img_box {
    transform: translateY(-10px)
}

#c_static_001-16563836591990.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_001-16563836591990 .e_richText-3 {
    display-radio: 1;
    font_radio: 2;
    font-size: 16px;
    color: rgba(0,0,0,1);
    line-height: 2;
    width: auto;
    max-width: none;
    min-width: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
    margin-top: 3%;
    padding-bottom: 0px;
    margin-bottom: 3%
}

#c_static_001-16563836591990 .e_richText-21 {
    display-radio: 1;
    font_radio: 2;
    font-size: 16px;
    color: rgba(0,0,0,1);
    line-height: 2;
    width: auto;
    max-width: none;
    min-width: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
    margin-top: 3%;
    padding-bottom: 0px;
    margin-bottom: 3%
}

#c_static_001-16563836591990 .e_loop-53 .p_list {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    max-width: 100%
}

#c_static_001-16563836591990 .e_loop-53 .p_loopitem {
    flex: 0 0 33.3%;
    position: relative
}

#c_static_001-16563836591990 .e_loop-53 .p_page {
    text-align: center
}

#c_static_001-16563836591990 .e_loop-53 .p_filter_wrapper {
    width: 100%;
    font-size: 13px
}

#c_static_001-16563836591990 .e_loop-53 .p_kv_wrapper {
    display: flex;
    flex-wrap: nowrap;
    line-height: 40px;
    margin: 15px 0
}

#c_static_001-16563836591990 .e_loop-53 .p_filter_key {
    width: 70px;
    overflow: hidden;
    margin-right: 10px;
    font-weight: bold;
    color: #333333;
    font-size: 12px
}

#c_static_001-16563836591990 .e_loop-53 .p_v_item {
    display: inline-block;
    padding: 0 3px;
    cursor: pointer;
    font-size: 13px;
    color: #555555;
    margin-right: 30px
}

#c_static_001-16563836591990 .e_loop-53 .p_active .p_fbutton {
    color: #fff;
    background-color: cornflowerblue
}

#c_static_001-16563836591990 .e_loop-53 .p_result_item {
    position: relative;
    padding: 3px 20px 3px 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-right: 10px
}

#c_static_001-16563836591990 .e_loop-53 .p_filter_close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 3px;
    font-style: normal;
    font-size: 16px;
    margin-top: -5px;
    cursor: pointer
}

#c_static_001-16563836591990 .e_loop-53 .multSelect {
    font-size: 13px;
    position: relative
}

#c_static_001-16563836591990 .e_loop-53 .multSelect .inputWrap {
    width: 100%;
    min-width: 100px;
    min-height: 24px;
    border: 1px solid #DCDFE6;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
    background: white
}

#c_static_001-16563836591990 .e_loop-53 .multSelect.is-invalid .inputWrap {
    border-color: #dc3545
}

#c_static_001-16563836591990 .e_loop-53 .multSelect ul {
    padding: 0 5px;
    margin: 0;
    padding-right: 35px
}

#c_static_001-16563836591990 .e_loop-53 .multSelect ul, li {
    list-style: none
}

#c_static_001-16563836591990 .e_loop-53 .multSelect li {
    display: inline-block;
    background: #edf0f3;
    color: #92969c;
    padding: 0px 5px;
    margin: 1px 5px 1px 0;
    border-radius: 5px;
    line-height: 16px
}

#c_static_001-16563836591990 .e_loop-53 .multSelect .multSelect-option {
    width: 100%;
    border: 1px solid #DCDFE6;
    border-radius: 2px;
    border-top: 0;
    max-height: 200px;
    overflow-y: scroll;
    position: absolute;
    height: 0;
    opacity: 0;
    z-index: 9;
    background: #fff
}

#c_static_001-16563836591990 .e_loop-53 .multSelect .multSelect-option>div {
    line-height: 24px;
    cursor: pointer;
    padding: 0 10px
}

#c_static_001-16563836591990 .e_loop-53 .multSelect .multSelect-option>div.selected {
    color: #409eff
}

#c_static_001-16563836591990 .e_loop-53 .multSelect .multSelect-option>div:hover {
    color: #409eff;
    background: #f3f6f9
}

#c_static_001-16563836591990 .e_loop-53 .multSelect .fa-close {
    font-style: normal;
    font-size: 12px;
    padding: 0 5px 0 7px
}

#c_static_001-16563836591990 .e_loop-53 .multSelect .inputWrap>.fa svg {
    fill: #666;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 0;
    top: calc(50% - 3px)
}

#c_static_001-16563836591990 .e_loop-53 .multSelect .inputWrap>.fa-down svg {
    transform: rotate(-90deg)
}

#c_static_001-16563836591990 .e_loop-53 .multSelect .inputWrap>.fa-up svg {
    transform: rotate(90deg)
}

#c_static_001-16563836591990 .e_loop-53 .multSelect .placeholder {
    line-height: 40px;
    padding-left: 10px;
    color: #aaa;
    position: absolute;
    left: 0;
    top: 0
}

#c_static_001-16563836591990 .e_loop-53 .p_normal_start {
    display: inline;
    width: 100px;
    height: 40px
}

#c_static_001-16563836591990 .e_loop-53 .p_date_start {
    display: inline;
    width: 105px;
    height: 40px
}

#c_static_001-16563836591990 .e_loop-53 .p_normal_end {
    display: inline;
    width: 100px;
    height: 40px;
    margin-right: 5px
}

#c_static_001-16563836591990 .e_loop-53 .p_date_end {
    display: inline;
    width: 105px;
    height: 40px;
    margin-right: 5px
}

#c_static_001-16563836591990 .e_loop-53 .p_split {
    margin: 0 5px
}

#c_static_001-16563836591990 .e_loop-53 .p_normal {
    margin-right: 16px
}

#c_static_001-16563836591990 .e_loop-53 .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_001-16563836591990 .e_loop-53 .input-check, #c_static_001-16563836591990 .e_loop-53 .input-radio {
    margin: 0 5px;
    vertical-align: text-top
}

#c_static_001-16563836591990 .e_loop-53 .position-left {
    display: flex
}

#c_static_001-16563836591990 .e_loop-53 .position-right {
    display: flex;
    flex-direction: row-reverse
}

#c_static_001-16563836591990 .e_loop-53 .position-bottom {
    display: flex;
    flex-direction: column-reverse
}

#c_static_001-16563836591990 .e_loop-53 .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_001-16563836591990 .e_loop-53 .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_001-16563836591990 .e_loop-53 .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_001-16563836591990 .e_loop-53 .p_active .p_mbutton::before {
    display: block
}

#c_static_001-16563836591990 .e_loop-53 .p_active .p_mbutton::after {
    display: block
}

#c_static_001-16563836591990 .e_loop-53 .p_input_match {
    width: 100px;
    height: 40px;
    padding: 10px;
    border: 1px solid #ced4da;
    border-radius: 3px
}

#c_static_001-16563836591990 .e_loop-53 .p_filter_result {
    display: none
}

#c_static_001-16563836591990 .e_loop-53 .p_contclear {
    cursor: pointer;
    display: none
}

#c_static_001-16563836591990 .e_loop-53 .swiper-container {
    padding-bottom: 0px
}

#c_static_001-16563836591990 .e_loop-53 .p_imgwrapper {
    width: 80px;
    height: 100px;
    overflow: hidden
}

#c_static_001-16563836591990 .e_loop-53 .p_imgtitle {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    margin: 0 auto;
    line-height: 20px
}

#c_static_001-16563836591990 .e_loop-53 .p_imgwrapper img {
    width: 100%;
    object-fit: cover
}

#c_static_001-16563836591990 .e_loop-53 .p_active .p_imgwrapper {
    border: 1px solid #409eff
}

#c_static_001-16563836591990 .e_container-54 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    display-radio: flex;
    transition: all .5s ease 0s;
    background-color: rgba(255,255,255,1);
    width: auto;
    margin-left: auto;
    margin-bottom: 30px;
    margin-right: auto;
    margin-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px
}

#c_static_001-16563836591990 .e_container-54 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_static_001-16563836591990 .e_container-54:hover {
    background-color: var(--theme-color)
}

#c_static_001-16563836591990 .e_loop-53 {
    display-radio: 1;
    padding-right: 0px;
    padding-left: 0px
}

#c_static_001-16563836591990 .e_container-57 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    display-radio: flex;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    max-width: none;
    width: auto
}

#c_static_001-16563836591990 .e_container-57 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_static_001-16563836591990 .e_container-57 .p_item {
    display-radio: 1
}

#c_static_001-16563836591990 .e_container-64 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    display-radio: flex;
    margin-right: auto;
    width: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px
}

#c_static_001-16563836591990 .e_container-64 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_static_001-16563836591990 .e_image-65 {
    overflow: hidden;
    display-radio: 1;
    width: 100%;
    height: 0px;
    padding-bottom: 65%;
    position: relative
}

#c_static_001-16563836591990 .e_image-65 img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1) !important;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: all .5s ease 0s;
    object-fit: cover
}

#c_static_001-16563836591990 .e_container-54:hover .e_image-65 img {
    transform: translate(-50%, -50%) scale(1.1) !important
}

#c_static_001-16563836591990 .e_text-66 {
    line-height: 1.8;
    display-radio: -webkit-box;
    font_radio: 2;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    padding-top: 0px;
    max-width: none;
    color: rgba(0,0,0,1);
    font-weight: normal;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 6px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 0px;
    font-size: 18px
}

#c_static_001-16563836591990 .e_text-66 a {
    color: rgba(0,0,0,1);
    transition: all 0s ease 0s
}

#c_static_001-16563836591990 .e_container-54:hover .e_text-66 a {
    color: rgba(255,255,255,1)
}

#c_static_001-16563836591990 .e_container-54:hover .e_text-66 {
    color: rgba(255,255,255,1)
}

#c_static_001-16563836591990 .e_richText-67 {
    font_radio: 2;
    display-radio: -webkit-box;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    text-align: left;
    line-height: 1.8;
    color: rgba(0,0,0,0.7)
}

#c_static_001-16563836591990 .e_container-54:hover .e_richText-67 {
    color: rgba(255,255,255,1)
}

#c_static_001-16563836591990 .e_timeFormat-68 {
    min-height: 20px;
    font_radio: 2;
    display-radio: 1;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
    color: rgba(0,0,0,0.7);
    font-weight: bold
}

#c_static_001-16563836591990 .e_container-54:hover .e_timeFormat-68 {
    color: rgba(255,255,255,1)
}

#c_static_001-16563836591990 .e_container-54 .p_item {
    display-radio: 1
}

#c_static_001-16563836591990 .e_container-64 .p_item {
    display-radio: 1
}

#c_static_001-16563836591990 .e_loop-53 .cbox-53:nth-child(odd) {
    padding-right: 0px;
    padding-left: 0px
}

#c_static_001-16563836591990 .e_container-64 .cbox-64-0 {
    flex: 0 0 100%
}

#c_static_001-16563836591990 .e_container-69 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    display-radio: flex;
    padding-left: 20px;
    padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 15px
}

#c_static_001-16563836591990 .e_container-69 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_static_001-16563836591990 .e_container-64 .cbox-64-1 {
    align-self: center
}

#c_static_001-16563836591990 .e_container-76 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    display-radio: flex
}

#c_static_001-16563836591990 .e_container-76 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_static_001-16563836591990 .e_container-76 .cbox-76-0 {
    flex: 0 0 100%
}

#c_static_001-16563836591990 .e_container-76 .cbox-76-1 {
    flex: 0 0 auto
}

#c_static_001-16563836591990 .e_text-77 {
    font_radio: 2;
    text-align: center;
    line-height: 1.2;
    color: rgba(0,0,0,0.1);
    margin-top: 0px;
    display-radio: 1;
    margin-bottom: 0px;
    font-family: 'Barlow', sans-serif;
    font-weight: bold;
    font-size: 64px
}

#c_static_001-16563836591990 .e_text-78 {
    font_radio: 2;
    text-align: center;
    color: rgba(0,0,0,1);
    display-radio: 1;
    font-weight: bold;
    margin-top: -20px;
    margin-bottom: 0px;
    line-height: 1.2;
    font-size: 36px
}

#c_static_001-16563836591990 .e_loop-53 .cbox-53:nth-child(even) {
    padding-left: 0px;
    padding-right: 0px
}

#c_static_001-16563836591990 .e_container-54 .cbox-54-0 {
    align-self: center;
    flex: 0 0 40%
}

#c_static_001-16563836591990 .e_container-54 .cbox-54-1 {
    align-self: center
}

@media screen and (max-width: 768px) {
    #c_static_001-16563836591990 .e_loop-53 .p_loopitem {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(100% / 1)
    }

    #c_static_001-16563836591990 .e_text-66 {
        display-radio: 1;
        font_radio: 2
    }

    #c_static_001-16563836591990 .e_loop-53 {
        display-radio: 1;
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 0px;
        padding-right: 0px
    }

    #c_static_001-16563836591990 .e_container-57 {
        display-radio: 1
    }

    #c_static_001-16563836591990 .e_container-54 {
        display-radio: 1;
        margin-left: 0px;
        margin-right: 0px
    }

    #c_static_001-16563836591990 .e_loop-53 .cbox-53:nth-child(even) {
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 0px;
        padding-right: 0px
    }

    #c_static_001-16563836591990 .e_loop-53 .cbox-53:nth-child(odd) {
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 0px;
        padding-right: 0px
    }

    #c_static_001-16563836591990 .e_text-77 {
        display-radio: 1;
        font_radio: 2;
        line-height: 1;
        font-family: Impact;
        font-size: 32px
    }

    #c_static_001-16563836591990 .e_text-78 {
        display-radio: 1;
        font_radio: 2;
        font-size: 24px;
        line-height: 1
    }

    #c_static_001-16563836591990 {
        display-radio: 1
    }

    #c_static_001-16563836591990 .e_richText-67 {
        font_radio: 1;
        display-radio: 1
    }

    #c_static_001-16563836591990 .e_container-69 {
        display-radio: 1
    }

    #c_static_001-16563836591990 .e_container-54 .cbox-54-0 {
        flex: 0 0 100%
    }

    #c_static_001-16563836591990 .e_container-54 .cbox-54-1 {
        flex: 0 0 100%
    }
}

@media screen and (min-width: 769px) {
    #c_static_001-16563836591990 .e_loop-53 .p_loopitem {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc((100% - 40px) / 2)
    }

    #c_static_001-16563836591990 .e_loop-53 .p_loopitem:not(:nth-child(2n)) {
        margin-right: 40px
    }
}

@media screen and (max-width: 1280px) and (min-width: 1024px) {
    #c_static_001-16563836591990 {
        display-radio: 1
    }

    #c_static_001-16563836591990 .e_text-78 {
        font_radio: 2;
        display-radio: 1;
        font-size: 28px
    }

    #c_static_001-16563836591990 .e_text-77 {
        font_radio: 2;
        display-radio: 1;
        font-size: 56px
    }
}
