/*sidebar csss*/




.sideBar {
    position: fixed;
    right: 0;
    top: 40%;
    transform: translateY(-50%);
    z-index: 998;
    display: block !important
}

.side1 a,.side1 img,.side1 i,.side1 span {
    display: block
}

.side1 img {
    margin: 0 auto
}

.side1 i {
    margin: 10px auto;
    width: 1px;
    height: 20px;
    background: #fff;
    transition: all 0.5s ease
}

.side1 span {
    color: #fff;
    font-size: 14px;
    writing-mode: vertical-lr;
    margin: 0 auto;
    letter-spacing: 2px
}

.side1:hover {
    background: #e72731
}

.side1:hover a img {
    animation: jitter 0.5s
}

.side {
    height: 50px;
    position: absolute;
    transition: all 0.5s
}

.side a {
    display: block;
    height: 50px;
    font-size: 0
}

.side i,.side span {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    line-height: 50px
}

.side i {
    width: 50px;
    text-align: center;
    background: rgba(29,51,127,1);
    transition: all 0.3s
}

.side i svg {
    width: 32px !important;
    margin: 0;
    font-size: 0px;
    height: 32px !important
}

.side i path {
    fill: #fff
}

.side i img {
    vertical-align: middle
}

.side span {
    text-align: center;
    line-height: 50px;
    background: rgba(29,51,127,1);
    font-size: 13px;
    color: #fff;
    transition: all 1s
}

.side2 {
    top: 0px;
    right: -140px;
    width: 190px
}

.side2 span {
    width: 140px
}

.side3 {
    right: -220px;
    width: 270px;
    top: 51px
}

.side3 span {
    width: 220px
}

.side4 {
    right: -140px;
    width: 190px;
    top: 102px
}

.side4 span {
    width: 140px
}

.side5 {
    right: -271px;
    width: 321px;
    top: 153px;
    cursor: pointer
}

.side5 span {
    width: 271px;
    font-size: 14px
}

.qcodePic {
    width: 100%;
    position: absolute;
    top: 50px;
    left: 0;
    display: none;
    z-index: 99;
    text-align: center;
    background: #fff;
    border: 1px solid #e5e5e5
}

.qcodePic img {
    width: 100%
}

.side5:hover .qcodePic {
    display: block
}

.side6 {
    right: -90px;
    width: 140px;
    top: 204px;
    cursor: pointer
}

.side6 span {
    width: 90px;
    font-size: 14px
}

.side:hover {
    right: 0
}

.side:hover i {
    background: rgba(29,51,127,1)
}

.wxPic {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.8);
    z-index: 9999;
    display: none
}

.wxPic img {
    width: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%)
}

.m-foot {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    background: #f5f5f5;
    display: none;
    overflow: hidden !important;
}

.m-foot ul {
    font-size: 0;
    text-align: center;
    height: 54px
}

.m-foot ul li {
    float: left;
    width: 20%;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 1px solid #dbdbdb;
    border-top: 1px solid #dbdbdb
}

.m-foot ul li:nth-child(3) {
    background: rgba(29,51,127,1);
    border-left: none;
    border-top: 0px solid rgba(29,51,127,1)
}

.m-foot ul li:nth-child(3) span {
    color: #fff !important
}

.m-foot ul li:first-child,.m-foot ul li:nth-child(4) {
    border-left: none
}

.m-foot ul li span,.m-foot ul li img {
    display: block;
    margin: 6px auto
}

.m-foot ul li a svg {
    display: block;
    margin: 6px auto;
    fill: rgba(29,51,127,1)
}

.m-foot ul li:nth-child(3) svg {
    fill: #fff !important
}

.m-foot ul li span {
    line-height: 14px;
    font-size: 12px;
    color: #1a1a1a;
    transition: all 0.4s
}

.m-foot ul li:hover span {
    color: #e72731
}

.wyz {
    position: fixed;
    width: 50px;
    height: 50px !important;
    right: 6px;
    bottom: 80px;
    z-index: 90;
    display: none
}

.wyz .img-block svg {
    fill: rgba(176, 43, 43, .8)
}

@media only screen and (max-width: 768px) {
    .sideBar {
        display:none !important
    }

    .m-foot {
        display: block;
        overflow: hidden !important;
    }

    .wyz {
        display: none !important
    }
}

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

@media screen and (max-width: 1360px) and (min-width: 1000px) {
}

#c_static_001_P_786-16778321106650 {
    min-height: 0px;
    display-radio: 1;
    background-fill-value: background-image;
    background-image: url(https://omo-oss-image1.thefastimg.com/portal-saas/new2023022820542662228/cms/image/2a8f52cb-3596-4f4e-a281-5fb0e54cd261.jpg);
    max-width: none;
    background-position: center center;
    margin-top: 135px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-repeat: no-repeat;
    background-size: cover
}







.sideBar {
    position: fixed;
    right: 0;
    top: 40%;
    transform: translateY(-50%);
    z-index: 998;
    display: block !important
}

.side1 a,.side1 img,.side1 i,.side1 span {
    display: block
}

.side1 img {
    margin: 0 auto
}

.side1 i {
    margin: 10px auto;
    width: 1px;
    height: 20px;
    background: #fff;
    transition: all 0.5s ease
}

.side1 span {
    color: #fff;
    font-size: 14px;
    writing-mode: vertical-lr;
    margin: 0 auto;
    letter-spacing: 2px
}

.side1:hover {
    background: #e72731
}

.side1:hover a img {
    animation: jitter 0.5s
}

.side {
    height: 50px;
    position: absolute;
    transition: all 0.5s
}

.side a {
    display: block;
    height: 50px;
    font-size: 0
}

.side i,.side span {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    line-height: 50px
}

.side i {
    width: 50px;
    text-align: center;
    background: rgb(9 52 32);
    transition: all 0.3s
}

.side i svg {
    width: 32px !important;
    margin: 0;
    font-size: 0px;
    height: 32px !important
}

.side i path {
    fill: #fff
}

.side i img {
    vertical-align: middle
}

.side span {
    text-align: center;
    line-height: 50px;
    background: rgb(12 51 30);
    font-size: 13px;
    color: #fff;
    transition: all 1s
}

.side2 {
    top: 0px;
    right: -140px;
    width: 190px
}

.side2 span {
    width: 140px
}

.side3 {
    right: -220px;
    width: 270px;
    top: 51px
}

.side3 span {
    width: 220px
}

.side4 {
    right: -140px;
    width: 190px;
    top: 102px
}

.side4 span {
    width: 140px
}

.side5 {
    right: -271px;
    width: 321px;
    top: 153px;
    cursor: pointer
}

.side5 span {
    width: 271px;
    font-size: 14px
}

.qcodePic {
    width: 100%;
    position: absolute;
    top: 50px;
    left: 0;
    display: none;
    z-index: 99;
    text-align: center;
    background: #fff;
    border: 1px solid #e5e5e5
}

.qcodePic img {
    width: 100%
}

.side5:hover .qcodePic {
    display: block
}

.side6 {
    right: -90px;
    width: 140px;
    top: 204px;
    cursor: pointer
}

.side6 span {
    width: 90px;
    font-size: 14px
}

.side:hover {
    right: 0
}

.side:hover i {
    background: rgb(12 51 30);
}

.wxPic {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.8);
    z-index: 9999;
    display: none
}

.wxPic img {
    width: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%)
}

.m-foot {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    background: #f5f5f5;
    display: none;
    overflow: hidden !important;
}

.m-foot ul {
    font-size: 0;
    text-align: center;
    height: 54px
}

.m-foot ul li {
    float: left;
    width: 20%;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 1px solid #dbdbdb;
    border-top: 1px solid #dbdbdb
}

.m-foot ul li:nth-child(3) {
    background: rgb(1 24 8);
    border-left: none;
    border-top: 0px solid rgb(0 0 0);
}

.m-foot ul li:nth-child(3) span {
    color: #fff !important
}

.m-foot ul li:first-child,.m-foot ul li:nth-child(4) {
    border-left: none
}

.m-foot ul li span,.m-foot ul li img {
    display: block;
    margin: 6px auto
}

.m-foot ul li a svg {
    display: block;
    margin: 6px auto;
    fill: rgb(1 24 8);
}

.m-foot ul li:nth-child(3) svg {
    fill: #ffffff !important;
}

.m-foot ul li span {
    line-height: 14px;
    font-size: 12px;
    color: #1a1a1a;
    transition: all 0.4s
}

.m-foot ul li:hover span {
    color: #e72731
}

.wyz {
    position: fixed;
    width: 50px;
    height: 50px !important;
    right: 6px;
    bottom: 80px;
    z-index: 90;
    display: none
}

.wyz .img-block svg {
    fill: rgba(176, 43, 43, .8)
}

@media only screen and (max-width: 768px) {
    .sideBar {
        display:none !important
    }

    .m-foot {
        display: block;
        overflow: hidden !important;
    }

    .wyz {
        display: none !important
    }
}

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

@media screen and (max-width: 1360px) and (min-width: 1000px) {
}

#c_static_001_P_786-16778321106650 {
    min-height: 0px;
    display-radio: 1;
    background-fill-value: background-image;
    background-image: url(https://omo-oss-image1.thefastimg.com/portal-saas/new2023022820542662228/cms/image/2a8f52cb-3596-4f4e-a281-5fb0e54cd261.jpg);
    max-width: none;
    background-position: center center;
    margin-top: 135px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-repeat: no-repeat;
    background-size: cover
}

#c_static_001_P_786-16778321106650 .e_container-2 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    display-radio: flex;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-top: 4%;
    padding-bottom: 0px;
    background-color: rgba(0,15,35,0.5);
}

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

#c_static_001_P_786-16778321106650 .p_item {
    display-radio: 1
}

#c_static_001_P_786-16778321106650 .e_text-3 {
    line-height: normal;
    display-radio: 1;
    font_radio: 2;
    max-width: 1400px;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    font-size: 48px;
    font-weight: bold;
    color: rgba(255,255,255,1);
    text-align: center;
    margin-top: 6px;
    font-family: Arial
}

#c_static_001_P_786-16778321106650 .e_container-2 .p_item {
    display-radio: 1
}

#c_static_001_P_786-16778321106650 .e_container-6 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 94%;
    display-radio: flex;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
    padding-bottom: 10px;
    margin-top: 4%
}

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

#c_static_001_P_786-16778321106650 .e_container-6 .p_item {
    display-radio: 1
}

#c_static_001_P_786-16778321106650 .e_container-6 .cbox-6-0 {
    align-self: center;
    flex: 0 0 100%
}

#c_static_001_P_786-16778321106650 .e_container-6 .cbox-6-1 {
    align-self: center
}

#c_static_001_P_786-16778321106650 .e_breadcrumb-7 .p_breadcrumbItem {
    position: relative;
    float: left;
    display-radio: 1;
    color: rgba(255,255,255,1)
}

#c_static_001_P_786-16778321106650 .e_breadcrumb-7 .icon {
    width: 12px;
    height: 12px
}

#c_static_001_P_786-16778321106650 .e_breadcrumb-7 .p_breadcrumbItem:not(:first-child) {
    padding: 0 3px 0 15px
}

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

#c_static_001_P_786-16778321106650 .e_breadcrumb-7 .p_breadcrumb::after {
    display: block;
    clear: both;
    content: ''
}

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

#c_static_001_P_786-16778321106650 .e_breadcrumb-7 .siblings::after {
    content: '>';
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    transform: rotateZ(90deg);
    cursor: pointer;
    color: #ccc
}

#c_static_001_P_786-16778321106650 .e_breadcrumb-7 .siblings.active {
    border: 1px solid #dee2e6
}

#c_static_001_P_786-16778321106650 .e_breadcrumb-7 .siblings.active::after {
    transform: rotateZ(-90deg)
}

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

#c_static_001_P_786-16778321106650 .e_breadcrumb-7 .p_sibling {
    display: block;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

#c_static_001_P_786-16778321106650 .e_breadcrumb-7 {
    background_radio: 2;
    display-radio: 1;
    background-color: rgba(255, 255, 255, 0)
}

#c_static_001_P_786-16778321106650 .e_breadcrumb-7 .p_title {
    display-radio: 1;
    font-weight: normal;
    color: rgba(255,255,255,1)
}

#c_static_001_P_786-16778321106650 .e_breadcrumb-7 .p_icon {
    display-radio: 1;
    color: rgba(255,255,255,1)
}

@media screen and (max-width: 768px) {
    #c_static_001_P_786-16778321106650 {
        display-radio:1;
        min-height: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        margin-top: 0px;
    }

    #c_static_001_P_786-16778321106650 .e_text-3 {
        display-radio: 1;
        font_radio: 2;
        font-size: 24px;
        color: rgba(255,255,255,1);
        line-height: 1;
        margin-top: 0px;
        padding-top: 60px;
        padding-bottom: 40px
    }

    #c_static_001_P_786-16778321106650 .e_container-2 {
        display-radio: 1
    }

    #c_static_001_P_786-16778321106650 .e_container-6 {
        display-radio: 1;
        flex-direction: column
    }

    #c_static_001_P_786-16778321106650 .e_container-6 .cbox-6-0 {
        flex: 0 0 100%;
        width: 100%
    }

    #c_static_001_P_786-16778321106650 .e_breadcrumb-7 .p_breadcrumbItem:nth-child(1) .p_title,.e_breadcrumb-7 .p_breadcrumbItem:nth-child(2) .p_title {
        white-space: pre
    }

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

    #c_static_001_P_786-16778321106650 .e_breadcrumb-7 a {
        display: flex
    }
}

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

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

@media screen and (max-width: 1440px) and (min-width: 769px) {
    #c_static_001_P_786-16778321106650 .e_text-3 {
        font_radio:2;
        display-radio: 1;
        font-size: 36px;
        color: rgba(255,255,255,1);
        line-height: 1;
        font-family: Arial
    }
}

@media screen and (max-width: 1360px) and (min-width: 1000px) {
}

#c_static_001_P_9854-16796499122610 {
    min-height: 0px;
    background-color: rgba(242,242,242,1);
    padding-top: 15px;
    padding-bottom: 15px
}

#c_static_001_P_9854-16796499122610 .e_container-1 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 94%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display-radio: flex
}

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

#c_static_001_P_9854-16796499122610 .e_loop-3 .p_list {
    display: flex;
    flex-wrap: wrap
}

#c_static_001_P_9854-16796499122610 .e_loop-3 .p_loopitem {
    flex: 0 0 33.3%;
    position: relative
}

#c_static_001_P_9854-16796499122610 .e_loop-3 .p_page {
    text-align: center
}

#c_static_001_P_9854-16796499122610 .e_loop-3 .p_filter_wrapper {
    width: 100%
}

#c_static_001_P_9854-16796499122610 .e_loop-3 .p_kv_wrapper {
    display: flex;
    flex-wrap: nowrap
}

#c_static_001_P_9854-16796499122610 .e_loop-3 .p_filter_key {
    line-height: 40px;
    margin-right: 10px;
    font-weight: bold
}

#c_static_001_P_9854-16796499122610 .e_loop-3 .p_v_item {
    display: inline-block;
    margin: 0 5px;
    line-height: 40px;
    cursor: pointer
}

#c_static_001_P_9854-16796499122610 .e_loop-3 .p_active {
    color: blueviolet
}

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

#c_static_001_P_9854-16796499122610 .e_loop-3 .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_P_9854-16796499122610 .e_loop-3 .multSelect {
    font-size: 14px;
    position: relative
}

#c_static_001_P_9854-16796499122610 .e_loop-3 .multSelect .inputWrap {
    width: 100%;
    min-width: 100px;
    min-height: 40px;
    border: 1px solid #ccc;
    border-radius: 3px;
    position: relative;
    cursor: pointer
}

#c_static_001_P_9854-16796499122610 .e_loop-3 .multSelect.is-invalid .inputWrap {
    border-color: #dc3545
}

#c_static_001_P_9854-16796499122610 .e_loop-3 .multSelect ul {
    padding: 0 5px;
    margin: 0;
    padding-right: 35px
}

#c_static_001_P_9854-16796499122610 .e_loop-3 .multSelect ul,li {
    list-style: none
}

#c_static_001_P_9854-16796499122610 .e_loop-3 .multSelect li {
    display: inline-block;
    background: #edf0f3;
    color: #92969c;
    padding: 3px 5px;
    margin: 5px 5px 5px 0;
    border-radius: 5px
}

#c_static_001_P_9854-16796499122610 .e_loop-3 .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_static_001_P_9854-16796499122610 .e_loop-3 .multSelect .multSelect-option>div {
    line-height: 35px;
    cursor: pointer;
    padding: 0 10px
}

#c_static_001_P_9854-16796499122610 .e_loop-3 .multSelect .multSelect-option>div.selected {
    color: #409eff
}

#c_static_001_P_9854-16796499122610 .e_loop-3 .multSelect .multSelect-option>div:hover {
    color: #409eff;
    background: #f3f6f9
}

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

#c_static_001_P_9854-16796499122610 .e_loop-3 .multSelect .inputWrap>.fa svg {
    fill: #666;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 0;
    top: calc(50% - 8px)
}

#c_static_001_P_9854-16796499122610 .e_loop-3 .multSelect .inputWrap>.fa-down svg {
    transform: rotate(-90deg)
}

#c_static_001_P_9854-16796499122610 .e_loop-3 .multSelect .inputWrap>.fa-up svg {
    transform: rotate(90deg)
}

#c_static_001_P_9854-16796499122610 .e_loop-3 .multSelect .placeholder {
    line-height: 40px;
    padding-left: 10px;
    color: #aaa;
    position: absolute;
    left: 0;
    top: 0
}

#c_static_001_P_9854-16796499122610 .e_loop-3 .p_filter_select {
    width: 150px
}

#c_static_001_P_9854-16796499122610 .e_loop-3 .p_normal_start,#c_static_001_P_9854-16796499122610 .e_loop-3 .p_date_start {
    display: inline;
    width: 100px
}

#c_static_001_P_9854-16796499122610 .e_loop-3 .p_normal_end,#c_static_001_P_9854-16796499122610 .e_loop-3 .p_date_end {
    display: inline;
    width: 100px
}

#c_static_001_P_9854-16796499122610 .e_loop-3 .p_split {
    margin: 0 5px
}

#c_static_001_P_9854-16796499122610 .e_loop-3 .p_normal {
    margin-right: 16px
}

#c_static_001_P_9854-16796499122610 .e_loop-3 {
    background_radio: 1;
    margin-left: auto;
    margin-right: auto;
    transition-property: all;
    max-width: none
}

#c_static_001_P_9854-16796499122610 .e_loop-3 .cbox-3:nth-child(odd) {
    flex: 0 0 auto
}

#c_static_001_P_9854-16796499122610 .e_loop-3 .cbox-3:nth-child(even) {
    flex: 0 0 auto;
    align-items: center
}

#c_static_001_P_9854-16796499122610 .e_text-4 {
    line-height: normal;
    font_radio: 2
}

#c_static_001_P_9854-16796499122610 .e_text-4 a {
    display: block;
    padding: 10px 35px;
    background: #fff;
    border-radius: 0px;
    border: 1px solid #eee;
    font-size: 16px;
    transition: all .5s ease
}

#c_static_001_P_9854-16796499122610 .e_text-4 a:hover {
    background: #ce0000;
    color: #fff
}

#c_static_001_P_9854-16796499122610 .e_text-4 a.on {
    background: #ce0000;
    color: #fff
}

#c_static_001_P_9854-16796499122610 .e_container-1 .cbox-1-1 {
    flex: 0 0 auto;
    align-self: center
}

@media screen and (max-width: 768px) {
    #c_static_001_P_9854-16796499122610 .e_loop-3 .p_loopitem {
        flex-grow:0;
        flex-shrink: 0;
        flex: 0 0 auto;
        margin-right: 25px;
        position: static;
        display: inline-block;
        width: calc((100% - 30px)/2);
        margin: 5px;
        vertical-align: top;
        flex-basis: calc(100% / 2)
    }

    #c_static_001_P_9854-16796499122610 {
        padding-top: 10px;
        padding-bottom: 5px
    }

    #c_static_001_P_9854-16796499122610 .e_loop-3 .p_list {
        font-size: 0;
        display: inline-block;
        margin: 0 auto;
        padding: 0px;
        text-align: left;
        width: 100%;
        overflow-x: auto;
        flex-wrap: nowrap;
        justify-content: center;
        overflow-y: hidden
    }

    #c_static_001_P_9854-16796499122610 .e_text-4 a {
        font-size: 16px;
        text-align: center;
        padding: 10px 0px
    }

    #c_static_001_P_9854-16796499122610 .e_container-1 {
        display-radio: 1;
        flex-direction: column
    }
}

@media screen and (min-width: 769px) {
    #c_static_001_P_9854-16796499122610 .e_loop-3 .p_loopitem {
        flex-grow:0;
        flex-shrink: 0;
        flex: 0 0 auto;
        margin-right: 25px
    }
}

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

@media screen and (max-width: 1360px) and (min-width: 1000px) {
}

#c_introl_detail_004-1679627852816 {
    min-height: 300px;
    max-width: none;
    display-radio: 1
}

#c_introl_detail_004-1679627852816 .e_container-1 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    display-radio: flex;
    width: 94%;
    padding-top: 50px
}

#c_introl_detail_004-1679627852816 .e_container-1 .p_item {
    flex: 1;
    max-width: 100%
}

#c_introl_detail_004-1679627852816 .e_h1-18 {
    font_radio: 2;
    font-size: 48px;
    text-align: center;
    font-family: Arial;
    color: rgba(51,51,51,1);
    display-radio: 1;
    padding-top: 0px;
    padding-bottom: 20px
}

#c_introl_detail_004-1679627852816 .e_richText-20 {
    font_radio: 2;
    display-radio: 1;
    font-size: 16px;
    text-align: justify;
    color: #333333;
    line-height: 2;
    font-family: Arial
}

#c_introl_detail_004-1679627852816 .e_line-21 {
    display-radio: 1;
    border-top-style: solid;
    border-top-width: 4px;
    border-top-color: rgba(29,51,127,1);
    min-height: 0px;
    height: 3px;
    max-width: 80px;
    margin-left: auto;
    margin-top: 0px;
    padding-top: 10px
}

@media screen and (max-width: 768px) {
    #c_introl_detail_004-1679627852816 .e_h1-18 {
        font_radio:2;
        display-radio: 1;
        color: #222222;
        font-size: 22px;
        font-weight: bold;
        line-height: 1
    }

    #c_introl_detail_004-1679627852816 .e_richText-20 img {
        height: auto !important;
        width: 100% !important;
        margin-left: 0px !important
    }
}

/*style about compnay*/



.side-widget {
    z-index: 9000 !important;
}





div#c_grid-116273709439190 {
    z-index: 9999;
    position: relative;
}





ul.clearfix {
    position: relative;
    padding: 0px 0px 0px 0px !important;
    bottom: -15px;
}

