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

#c_navigation_006_P_004-1655086888670 {
    min-height: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    background: #fff;
    position: relative;
    z-index: 999
}

* {
    font-size: 15px
}

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

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

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

.header {
    width: 100%
}

.header .topHeader {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    padding: 0 15px
}

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

.header .logorim a {
    display: flex;
    align-items: center
}

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

.header .logorim a h2 {
    font-size: 18px;
    line-height: 1.2;
    color: #222;
    font-weight: bold;
    padding-left: 15px;
    margin: 0;
    text-transform: uppercase
}

.header .topHeader .topHeaderright {
    display: flex
}

.header .topHeader .topHeaderright .tlink {
    padding: 15px;
    display: flex;
    align-items: center
}

.header .topHeader .topHeaderright .tlink svg {
    width: 40px;
    height: 40px;
    fill: #006bb8
}

.header .topHeader .topHeaderright .tlink a {
    display: block;
    height: 40px;
    padding-left: 10px
}

.header .topHeader .topHeaderright .tlink a p {
    font-size: 13px;
    font-weight: bold;
    width: 100%;
    line-height: 18px
}

.header .topHeader .topHeaderright .tlink a span {
    display: block;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    color: #006bb8;
    line-height: 22px
}

.header .menuBox {
    background: #00a0e8
}

.header ul.p_level1Box {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    padding: 0 15px;
    flex-wrap: wrap
}

.header ul li.p_level1Item {
    padding: 0;
    flex: auto;
    position: relative
}

.header ul li.p_level1Item:before {
    content: "";
    dispaly: block;
    width: 1px;
    height: 16px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    opacity: 0.1
}

.header ul li.p_level1Item:last-child:after {
    content: "";
    dispaly: block;
    width: 1px;
    height: 16px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    opacity: 0.1
}

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

.header ul li.p_level1Item>p.p_menuItem:after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translate(-50%, 0);
    transition: all 0.5s
}

.header ul li.p_level1Item>p>a {
    padding: 0 10px;
    line-height: 70px;
    font-weight: bold;
    font-size: 17px;
    display: block;
    color: #fff;
    text-align: center;
    text-transform: capitalize
}

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

.header ul li.p_level1Item:hover p.p_menuItem:after {
    width: calc(100% - 40px)
}

.header ul li.p_level1Item .p_level2Box {
    position: absolute;
    width: max-content;
    min-width: 100%;
    left: 50%;
    top: 100%;
    transform: translate(-50%, 0);
    background: #f8f8f8;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    display: none;
    overflow: hidden
}

.header ul li.p_level1Item .p_level2Box li.p_level2Item {
    display: block;
    width: 100%;
    border-bottom: 1px #ddd solid
}

.header ul li.p_level1Item .p_level2Box li.p_level2Item:last-child {
    border: none
}

.header ul li.p_level1Item .p_level2Box li.p_level2Item a {
    display: block;
    line-height: 50px;
    padding: 0 20px;
    text-align: center;
    text-transform: capitalize
}

.header ul li.p_level1Item .p_level2Box li.p_level2Item a:hover {
    background: #026ab7;
    color: #fff
}

.visible-xs {
    display: none
}

#c_navigation_006_P_004-1655086888670 .e_container-13 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    background: #f8f8f8;
    border-bottom: 1px #ddd solid
}

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

#c_navigation_006_P_004-1655086888670 .e_container-14 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 5px
}

#c_navigation_006_P_004-1655086888670 .e_container-14>.p_item {
    padding: 5px 64px;
    max-width: 100%;
    max-height: 100%;
    color: #fff
}

#c_navigation_006_P_004-1655086888670 .e_container-14>.p_item.cbox-14-1 {
    flex: 1;
    display: flex;
    align-items: center
}

#c_navigation_006_P_004-1655086888670 .e_container-14>.p_item.cbox-14-2 {
    flex: 0 0 120px;
    /*display: flex;*/
    align-items: center
}

#c_navigation_006_P_004-1655086888670 .e_text-15 {
    line-height: normal
}

#c_navigation_006_P_004-1655086888670 .e_form-19 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 300px;
    background: none;
    margin-left: auto
}

#c_navigation_006_P_004-1655086888670 .e_form-19>.p_formItem {
    flex: 1;
    max-width: 100%;
    max-height: 100%;
    display: flex
}

#c_navigation_006_P_004-1655086888670 .e_input-20 {
    flex: 1;
    margin: 0
}

#c_navigation_006_P_004-1655086888670 .e_input-20 .form-control {
    width: 100%;
    border: 1px #ddd solid;
    background: #fff;
    color: #333;
    padding: 0 10px;
    font-size: 14px;
    height: 24px
}

#c_navigation_006_P_004-1655086888670 .e_input-20 .input-group {
    position: relative
}

#c_navigation_006_P_004-1655086888670 .e_input-20 .input-group .invalid-feedback {
    min-width: 100%;
    width: max-content;
    top: 100%;
    position: absolute;
    left: 0;
    background: #fff;
    border-radius: 5px;
    padding: 5px;
    font-size: 14px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2)
}

#c_navigation_006_P_004-1655086888670 .e_input-20 .p_phoneCode {
    width: 90px;
    margin-right: 10px
}

#c_navigation_006_P_004-1655086888670 .e_container-14>.p_item p {
    color: #666;
    font-size: 14px;
    line-height: 30px
}

#c_navigation_006_P_004-1655086888670 .e_html-26 {
    background_radio: 1;
    display-radio: 1;
    min-height: 0px
}

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

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

#c_navigation_006_P_004-1655086888670 .e_richText-27 li {
    display: list-item;
    text-align: -webkit-match-parent;
    list-style: inherit
}

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

#c_navigation_006_P_004-1655086888670 .e_container-14 .e_richText-27 img {
    max-width: 30px !important
}

#c_navigation_006_P_004-1655086888670 .e_container-14 .e_richText-27 ul {
    padding: 0px;
    margin: 0px;
    position: absolute;
    background: #f8f8f8;
    padding: 0 10px;
    height: 30px;
    overflow: hidden;
    transition: all .3s
}

#c_navigation_006_P_004-1655086888670 .e_container-14 .e_richText-27 ul li {
    list-style: none;
    line-height: 30px
}

.change {
    position: relative;
    width: 100%
}

.jts {
    left: 50px;
    top: 15px;
    position: absolute;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-top: 7px solid #000;
    z-index: 1;
    cursor: pointer
}

.e_richText-27 ul.cur {
    height: 180px !important;
    transition: all .3s
}

@media screen and (max-width:768px) {
    .header .logorim {
        flex: 1
    }

    .header .logorim a h2 {
        display: none
    }

    .header .p_iconBox {
        display: block
    }

    .header .topHeader .topHeaderright {
        display: none
    }

    .header ul.p_level1Box {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        display: none;
        box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1)
    }

    .header ul li.p_level1Item {
        width: 100%
    }

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

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

    .header ul li.p_level1Item .p_level2Box li.p_level2Item {
        display: block;
        width: 100%;
        border-bottom: 1px #ddd solid
    }

    .hidden-xs {
        display: none
    }

    .visible-xs {
        display: block
    }

    #c_navigation_006_P_004-1655086888670 {
        z-index: 40;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15)
    }

    #c_navigation_006_P_004-1655086888670 .e_container-14>.p_item {
        display: none
    }

    #c_navigation_006_P_004-1655086888670 .e_container-14>.p_item.cbox-14-4 {
        padding: 10px
    }

    #c_navigation_006_P_004-1655086888670 .e_form-19 {
        width: 100%
    }

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

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

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

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

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

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

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

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

#c_grid-116273709439190 {
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

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

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

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

* {
    word-break: break-word
}

#c_static_001-16420726718590 .e_container-1 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    max-width: 1400px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display-radio: flex;
    padding: 5px
}

#c_static_001-16420726718590 .e_container-1>.p_item {
    padding: 10px;
    max-width: 100%;
    max-height: 100%
}

#c_static_001-16420726718590 .e_container-1 .cbox-1-0 {
    flex: 1
}

#c_static_001-16420726718590 .e_container-1 .cbox-1-1 {
    width: 320px
}

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

.e_container0 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px
}

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

.e_container0 .cbox-10-0 {
    flex: 0 0 auto;
    margin-right: 0px;
    margin-left: auto
}

.e_container0 .cbox-10-1 {
    flex: 0 0 auto;
    margin-left: 20px;
    margin-right: 20px
}

.e_container0 .cbox-10-2 {
    flex: 0 0 auto;
    margin-left: 0px;
    margin-right: auto
}

#c_static_001-16420726718590 {
    display-radio: 1;
    background-color: #051026;
    padding-top: 50px
}

#c_static_001-16420726718590 .e_richText-18 {
    font_radio: 2;
    font-size: 14px;
    line-height: 1.5;
    display-radio: 1;
    color: #96989d
}

#c_static_001-16420726718590 .e_richText-18 p {
    padding-bottom: 10px
}

#c_static_001-16420726718590 .e_richText-18 a:hover {
    color: #fff
}

#c_static_001-16420726718590 .e_container-22 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.05);
    margin-top: 30px;
    display-radio: flex
}

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

#c_static_001-16420726718590 .e_container-23 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    max-width: 1400px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display-radio: flex;
    border-top: 1px #122a58 solid;
    padding: 30px 10px;
    justify-content: center;
    text-transform: uppercase
}

#c_static_001-16420726718590 .e_container-23>.p_item {
    max-width: 100%;
    max-height: 100%;
    padding: 5px;
    flex: 1
}

#c_static_001-16420726718590 .e_provider-26 {
    font_radio: 2;
    font-size: 14px;
    font-family: Microsoft YaHei;
    line-height: 1.8;
    text-align: center;
    margin-top: 0px;
    width: auto;
    max-width: none;
    display-radio: 1;
    font-weight: normal
}

#c_static_001-16420726718590 .e_provider-26 a {
    text-align: center;
    display: block;
    color: #ccc
}

#c_static_001-16420726718590 .e_provider-26 a:hover {
    color: #fff
}

#c_static_001-16420726718590 .e_provider-26 .p_item {
    width: auto
}

#c_static_001-16420726718590 .e_text-31 {
    display-radio: 1;
    font_radio: 2;
    font-size: 14px;
    margin-left: 10px;
    color: #ccc
}

#c_static_001-16420726718590 .e_text-31 a:hover {
    color: #fff
}

#c_static_001-16420726718590 .e_credible-33 {
    padding-bottom: 20px;
    display-radio: 1;
    background_radio: 1;
    max-width: 133px;
    margin-left: auto;
    margin-right: auto
}

#c_static_001-16420726718590 .e_credible-33 .img1 {
    width: 65px;
    height: 23px
}

#c_static_001-16420726718590 .e_credible-33 .img2 {
    width: 79px;
    height: 28px
}

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

#c_static_001-16420726718590 .e_credible-33 .img4 {
    width: 106px;
    height: 38px
}

#c_static_001-16420726718590 .e_credible-33 .img5 {
    width: 131px;
    height: 47px
}

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

#c_static_001-16420726718590 .e_categoryC-35 {
    user-select: none
}

#c_static_001-16420726718590 .e_categoryC-35 .deep-1 {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start
}

#c_static_001-16420726718590 .e_categoryC-35 .deep-1>.p_c_item {
    padding: 10px
}

#c_static_001-16420726718590 .e_categoryC-35 .p_c_item {
    position: relative;
    flex: 1
}

#c_static_001-16420726718590 .e_categoryC-35 .p_c_item:nth-child(2) {
    flex: 2
}

#c_static_001-16420726718590 .e_categoryC-35 .deep {
    font-size: 18px;
    width: 100%;
    overflow: hidden;
    font-weight: bold;
    color: #fff;
    line-height: 1.6;
    padding: 5px 0;
    display: block
}

#c_static_001-16420726718590 .e_categoryC-35 .deep-2 {
    position: relative;
    z-index: 9;
    width: 100%
}

#c_static_001-16420726718590 .p_c_menu {
    display: none
}

#c_static_001-16420726718590 .e_categoryC-35 .p_c_title2 {
    font-size: 18px;
    color: #707070;
    font-weight: normal
}

#c_static_001-16420726718590 .e_categoryC-35 .p_c_title2:hover {
    color: #fff
}

#c_static_001-16420726718590 .e_categoryC-35 .p_c_title3 {
    font-size: 18px;
    color: rgb(0 0 0 / 60%)
}

#c_static_001-16420726718590 .e_categoryC-35 .deep-3 {
    display: none;
    background: #e3e3e3;
    top: 0;
    left: 100%;
    position: absolute
}

#c_static_001-16420726718590 .e_categoryC-35 .deep:hover,
#c_static_001-16420726718590 .e_categoryC-35 .active>p>.deep {
    color: #fff
}

#c_static_001-16420726718590 .e_h3-36 {
    font-size: 20px;
    width: 100%;
    overflow: hidden;
    font-weight: bold;
    color: #fff;
    line-height: 1.6;
    padding: 5px 0;
    display: block;
    margin: 10px 0 0
}

#c_static_001-16420726718590 .e_html-37 {
    min-height: 0px
}

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

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

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

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

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

.onlineBox ul li a img {
    fill: #666;
    width: 20px;
    height: 20px
}

.onlineBox ul li a svg {
    fill: #666;
    width: 20px;
    height: 20px;
    transition: all 0.5s
}

.onlineBox ul li:nth-child(1) a svg {
    fill: #156DA0
}

.onlineBox ul li:nth-child(2) a svg {
    fill: #006bb8
}

.onlineBox ul li:nth-child(3) a svg {
    fill: #1296DB
}

.onlineBox ul li:nth-child(4) a svg {
    fill: #E4007F
}

.onlineBox ul li:hover a svg {
    transform: scale(1.1)
}

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

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

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

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

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

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

.cn-make #c_static_001-16420726718590 .e_html-37 {
    min-height: 100px
}

#c_static_001-16420726718590 .e_container-23 a:hover {
    color: #fff
}

#c_grid-1657796443519 {
    padding: 80px 0;
    background: #f8f8f8
}

#c_grid-1657796443519>div.p_gridbox {
    display: flex;
    flex-wrap: wrap;
    max-width: 1400px;
    margin: 0 auto
}

#c_grid-1657796443519>div.p_gridbox .p_gridCell {
    padding: 15px
}

#c_grid-1657796443519>div.p_gridbox .p_gridCell.d_gridCell_0 {
    width: 350px
}

#c_grid-1657796443519>div.p_gridbox .p_gridCell.d_gridCell_1 {
    flex: 1
}

#c_static_001-16420726718590 .e_richText-39 {
    font_radio: 1;
    display-radio: 1;
    color: #ccc;
    text-align: center;
    line-height: 1.6;
    font-size: 14px;
    padding-bottom: 5px
}

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

#c_static_001-16420726718590 .e_container-40>.p_item {
    max-width: 100%;
    max-height: 100%
}

@keyframes puBanner {
    from {
        transform: translateY(100px);
        opacity: 0
    }

    to {
        transform: translateY(0px);
        opacity: 1
    }
}

@keyframes bannerimg {
    from {
        transform: scale(1.2)
    }

    to {
        transform: scale(1)
    }
}

@keyframes jiantoushang {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.pub_banner {
    width: 100%;
    height: auto
}

.pub_banner .b_container {
    width: 100%;
    height: auto
}

.pub_banner .b_container .p_slide {
    width: 100%;
    height: 500px;
    position: relative;
    overflow: hidden
}

.pub_banner .b_container .p_slide .p_img {
    width: 100%;
    height: 100%;
    animation: bannerimg 2s;
    background: #000
}

.pub_banner .b_container .p_slide .p_img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.pub_banner .b_container .p_slide .p_info {
    width: 100%;
    padding: 20px;
    max-width: 1400px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    text-align: center
}

.pub_banner .b_container .p_slide .p_info h1 {
    animation: puBanner 2s;
    font-size: 30px
}

.pub_banner .b_container .p_slide .p_info h6 {
    animation: puBanner 3s;
    font-size: 24px;
    letter-spacing: 3px;
    border: 1px #fff solid;
    padding: 10px 20px;
    display: inline-block;
    width: auto;
    margin: 10px
}

.pub_banner .b_container .p_slide .p_info p {
    animation: puBanner 4s;
    font-size: 12px;
    text-transform: uppercase
}

@media screen and (max-width:768px) {
    #c_static_001-16420726718590 {
        padding-right: 0px;
        padding-left: 0px
    }

    #c_static_001-16420726718590 .e_container-1 {
        padding-left: 10px;
        padding-right: 10px;
        flex-direction: column
    }

    #c_static_001-16420726718590 .e_container-22 .cbox-22-0 {
        align-items: center
    }

    #c_static_001-16420726718590 .e_container-23 {
        flex-direction: row;
        max-height: none;
        height: auto;
        display-radio: 1
    }

    #c_static_001-16420726718590 .e_container-23 .cbox-23-0 {
        align-items: center;
        flex: 0 0 100%;
        align-self: center
    }

    #c_static_001-16420726718590 .e_container-23 .cbox-23-1 {
        align-items: center;
        align-self: center;
        flex: 0 0 100%
    }

    #c_static_001-16420726718590 .e_provider-26 {
        font_radio: 1
    }

    #c_static_001-16420726718590 .e_text-31 {
        display-radio: 1;
        font_radio: 1
    }

    #c_static_001-16420726718590 .e_container-22 {
        display-radio: 1
    }

    #c_static_001-16420726718590 .e_categoryC-35 .deep-1 {
        flex-direction: column;
        padding: 0
    }

    #c_static_001-16420726718590 .e_categoryC-35 .deep {
        text-align: left;
        padding: 0
    }

    #c_static_001-16420726718590 .e_categoryC-35 .deep-2 {
        position: static;
        padding: 0
    }

    #c_static_001-16420726718590 .e_categoryC-35 .deep-3 {
        position: static;
        background: none
    }

    #c_static_001-16420726718590 .e_categoryC-35 .p_c_t {
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid rgb(0 0 0 / 5%)
    }

    #c_static_001-16420726718590 .e_categoryC-35 .p_c_item:last-child>p {
        border-bottom: 0px solid rgb(0 0 0 / 10%)
    }

    #c_static_001-16420726718590 .e_categoryC-35 .p_c_menu {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-left: 15px;
        cursor: pointer
    }

    #c_static_001-16420726718590 .e_categoryC-35 .p_c_menu svg:last-child {
        display: none
    }

    #c_static_001-16420726718590 .e_categoryC-35 svg {
        margin: 0;
        width: 16px
    }

    #c_static_001-16420726718590 .e_categoryC-35 .show>p>.p_c_menu svg:first-child {
        display: none
    }

    #c_static_001-16420726718590 .e_categoryC-35 .show>p>.p_c_menu svg:last-child {
        display: block
    }

    #c_static_001-16420726718590 .e_container-1 .cbox-1-0 {
        width: 100%;
        padding: 10px 0px
    }

    #c_static_001-16420726718590 .e_container-1 .cbox-1-2 {
        width: 100%;
        padding: 10px 20px
    }

    .pub_banner .b_container .p_slide .p_img {
        overflow: hidden
    }

    .pub_banner .b_container .p_slide .p_img img {
        transform: translate(-52%, 0) !important
    }

    .onlineBox {}

    #c_grid-1657796443519>div.p_gridbox .p_gridCell.d_gridCell_0 {
        display: none
    }

    .pub_banner .b_container .p_slide {
        height: 300px
    }

    .pub_banner .b_container .p_slide .p_info h1 {
        font-size: 30px
    }

    .pub_banner .b_container .p_slide .p_info h6 {
        font-size: 20px
    }
}

@media screen and (min-width: 769px) {
    #c_static_001-16420726718590 .e_categoryC-35 .deep::after {
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
        height: 12px;
        background: rgb(0 0 0 / 15%)
    }

    #c_static_001-16420726718590 .e_categoryC-35 .p_c_item:last-child .deep::after,
    #c_static_001-16420726718590 .e_categoryC-35 .p_c_item>.p_c_content .deep::after {
        display: none
    }
}

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

#c_banner_011_P_003-16552215301010 .e_bannerA-1 {}

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

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

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

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

#c_static_0011634881662748 {
    min-height: 300px;
    display-radio: 1;
    background: #f3f6fa;
    padding-bottom: 50px
}

#c_static_0011634881662748 .e_container-7 {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 30px 15px
}

#c_static_0011634881662748 .e_container-9 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border: 1px #ddd solid;
    padding: 30px;
    background: #fff
}

#c_static_0011634881662748 .e_container-9 .p_item {
    flex: 1;
    max-width: 100%
}

#c_static_0011634881662748 .messhFxxbox>div:nth-child(1) {
    flex: auto;
    width: calc(100% - 15px)
}

#c_static_0011634881662748 .messhFxxbox>div:nth-child(2) {
    flex: auto;
    width: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

#c_static_0011634881662748 .messhFxx {
    justify-content: flex-start
}

#c_static_0011634881662748 .messhFxx>div.p_item {
    flex: none;
    width: auto;
    margin-right: 20px;
    display: flex
}

#c_static_0011634881662748 .flexLeft {
    justify-content: flex-start
}

#c_static_0011634881662748 .flexLeft>div.p_item {
    flex: none;
    width: auto;
    display: flex;
    flex-direction: column;
    justify-content: center
}

#c_static_0011634881662748 .flexRight {
    justify-content: flex-end
}

#c_static_0011634881662748 .flexRight>div.p_item {
    flex: none;
    width: auto;
    display: flex;
    flex-direction: column;
    justify-content: center
}

#c_static_0011634881662748 .e_text-66 {
    line-height: 1;
    display-radio: 1;
    font_radio: 2;
    font-size: 12px;
    color: #999;
    margin-right: 7px
}

#c_static_0011634881662748 .messhFxxbox>div:nth-child(2) svg {
    font-size: 12px;
    width: 9px;
    height: auto;
    color: #34abfd;
    cursor: pointer;
    margin: 0
}

#c_static_0011634881662748 .showmessLiuyan {
    display: none;
    overflow: hidden
}

#c_static_0011634881662748 .showmessLiuyan>.p_item {
    background-color: rgba(244, 244, 244, 1);
    padding-left: 15px;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    margin-bottom: 25px
}

#c_static_0011634881662748 .showmessLiuyan.vpHide:not([nd_deleted]) {
    opacity: 0 !important;
    display: none !important
}

#c_static_0011634881662748 .e_breadcrumb-68 {
    background: #fff;
    border-top: 1px #ddd solid;
    border-bottom: 1px #ddd solid;
    padding: 15px 0
}

#c_static_0011634881662748 .e_breadcrumb-68 .p_breadcrumb {
    max-width: 1400px;
    margin: 0 auto;
    padding: 15px
}

#c_static_0011634881662748 .e_breadcrumb-68 .p_breadcrumbItem {
    position: relative;
    float: left
}

#c_static_0011634881662748 .e_breadcrumb-68 .icon {
    width: 12px;
    height: 12px
}

#c_static_0011634881662748 .e_breadcrumb-68 .p_breadcrumbItem:not(:first-child) {
    padding: 0 3px 0 15px
}

#c_static_0011634881662748 .e_breadcrumb-68 .p_breadcrumbItem:not(:first-child)::before {
    content: '/';
    position: absolute;
    left: 3px;
    color: #999
}

#c_static_0011634881662748 .e_breadcrumb-68 .p_breadcrumb::after {
    display: block;
    clear: both;
    content: ''
}

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

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

#c_static_0011634881662748 .e_breadcrumb-68 .siblings.active {
    border: 1px solid #dee2e6
}

#c_static_0011634881662748 .e_breadcrumb-68 .siblings.active::after {
    transform: rotateZ(-90deg)
}

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

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

#c_static_0011634881662748 .e_container-69 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 0 -10px
}

#c_static_0011634881662748 .e_container-69>.p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%;
    padding: 10px
}

#c_static_0011634881662748 .e_container-70 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 30px 0
}

#c_static_0011634881662748 .e_container-70>.p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%;
    border-bottom: 1px #ddd solid
}

#c_static_0011634881662748 .e_h1-71 {
    padding: 15px 0
}

#c_static_0011634881662748 .e_container-72 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 30px 0
}

#c_static_0011634881662748 .e_container-72>.p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%;
    border-bottom: 1px #ddd solid
}

#c_static_0011634881662748 .e_h1-73 {
    padding: 15px 0
}

#c_static_0011634881662748 .e_container-74 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    background: #fff;
    border: 1px #ddd solid;
    padding: 20px;
    height: 100%
}

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

#c_static_0011634881662748 .e_h3-75 {
    line-height: 1.5;
    font-size: 18px;
    font-weight: bold;
    color: #0068b7;
    padding-bottom: 10px;
    border-bottom: 1px #eee solid
}

#c_static_0011634881662748 .e_text-76 {
    line-height: 1.6;
    font-size: 16px;
    color: #666
}

#c_static_0011634881662748 .e_container-77 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    background: #fff;
    border: 1px #ddd solid;
    padding: 20px;
    height: 100%
}

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

#c_static_0011634881662748 .e_h3-78 {
    line-height: 1.5;
    font-size: 18px;
    font-weight: bold;
    color: #0068b7;
    padding-bottom: 10px;
    border-bottom: 1px #eee solid
}

#c_static_0011634881662748 .e_text-79 {
    line-height: 1.6;
    color: #666
}

#c_static_0011634881662748 .e_text-79 a {
    font-size: 16px !important
}

#c_static_0011634881662748 .e_container-80 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    background: #fff;
    border: 1px #ddd solid;
    padding: 20px;
    height: 100%
}

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

#c_static_0011634881662748 .e_h3-81 {
    line-height: 1.5;
    font-size: 18px;
    font-weight: bold;
    color: #0068b7;
    padding-bottom: 10px;
    border-bottom: 1px #eee solid
}

#c_static_0011634881662748 .e_text-82 {
    line-height: 1.6;
    font-size: 14px;
    color: #666
}

#c_static_0011634881662748 .e_text-82 a {
    font-size: 16px
}

#c_static_0011634881662748 .e_text-83 {
    line-height: 1.6;
    color: #666
}

#c_static_0011634881662748 .e_text-83 a {
    font-size: 16px
}

#c_static_0011634881662748 .e_container-87 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 15px
}

#c_static_0011634881662748 .e_container-87 .p_item {
    flex: 1;
    max-width: 100%
}

#c_static_0011634881662748 .e_form-88 {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0px;
    padding-left: 0px
}

#c_static_0011634881662748 .e_form-88 .form-control {
    padding: 2.5rem 2rem;
    background: #e8ebf2;
    border: none
}

#c_static_0011634881662748 .e_form-88 .p_label {
    padding: 2rem 0 1rem;
    display: block;
    width: 100%;
    margin: 0;
    font-weight: 700;
    color: #000;
    font-size: 18px
}

#c_static_0011634881662748 .e_form-88 .p_label .s_label {
    color: #333
}

#c_static_0011634881662748 .e_input-89 .p_phoneCode {
    width: 90px;
    margin-right: 10px
}

#c_static_0011634881662748 .e_input-90 .p_phoneCode {
    width: 90px;
    margin-right: 10px
}

#c_static_0011634881662748 .e_input-91 .p_phoneCode {
    width: 90px;
    margin-right: 10px
}

#c_static_0011634881662748 .e_input-91 {
    bg-radio: 1;
    border-radio: 1;
    font-radio: 2
}

#c_static_0011634881662748 .e_input-91 .s_label {
    font-radio: 2
}

#c_static_0011634881662748 .e_input-91 .s_input {
    font-radio: 1
}

#c_static_0011634881662748 .e_textarea-92 .p_required {
    vertical-align: middle;
    font-size: 1.4em;
    line-height: 100%;
    position: relative;
    font-weight: bold;
    top: 0.15em;
    padding-left: 5px
}

#c_static_0011634881662748 .e_formBtn-93 {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    width: 300px;
    border-radius: 0;
    font-size: 20px;
    background: #222;
    height: 70px;
    margin: 30px auto;
    line-height: 70px;
    padding: 0;
    border: none
}

#c_static_0011634881662748 .e_formBtn-93 span {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    outline: 0;
    margin: 0px;
    overflow: hidden
}

#c_static_0011634881662748 .e_formBtn-93::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all .3s;
    z-index: 0;
    opacity: 0;
    top: 0;
    left: 0px
}

#c_static_0011634881662748 .e_formBtn-93:hover::after {
    opacity: 1
}

#c_static_0011634881662748 .e_formBtn-93:before {
    content: "";
    position: absolute;
    display: block;
    transition: all .6s;
    width: 100%;
    height: 0;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    padding-top: 100%;
    transform: translateX(-50%) translateY(-50%)
}

#c_static_0011634881662748 .e_text-94 {
    line-height: 1.6;
    font-size: 14px;
    color: #999;
    text-align: center
}

#c_static_0011634881662748 .e_text-95 {
    line-height: 1.6;
    font-size: 16px;
    color: #666
}

#c_static_0011634881662748 .e_loop-96 .p_list {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    /*解决无缝滚动在循环体多列展示问题  */
    margin: 0 -10px
}

#c_static_0011634881662748 .e_loop-96 .p_loopitem {
    flex: 0 0 33.3%;
    position: relative;
    padding: 10px
}

#c_static_0011634881662748 .e_loop-96 .p_page {
    text-align: center
}

#c_static_0011634881662748 .e_loop-96 .p_filter_wrapper {
    width: 100%;
    font-size: 13px
}

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

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

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

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

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

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

#c_static_0011634881662748 .e_loop-96 .p_s_option {}

#c_static_0011634881662748 .e_loop-96 .multSelect {
    font-size: 13px;
    position: relative
}

#c_static_0011634881662748 .e_loop-96 .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_0011634881662748 .e_loop-96 .multSelect.is-invalid .inputWrap {
    border-color: #dc3545
}

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

#c_static_0011634881662748 .e_loop-96 .multSelect ul,
li {
    list-style: none
}

#c_static_0011634881662748 .e_loop-96 .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_0011634881662748 .e_loop-96 .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_0011634881662748 .e_loop-96 .multSelect .multSelect-option>div {
    line-height: 24px;
    cursor: pointer;
    padding: 0 10px
}

#c_static_0011634881662748 .e_loop-96 .multSelect .multSelect-option>div.selected {
    color: #409eff
}

#c_static_0011634881662748 .e_loop-96 .multSelect .multSelect-option>div:hover {
    color: #409eff;
    background: #f3f6f9
}

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

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

#c_static_0011634881662748 .e_loop-96 .multSelect .inputWrap>.fa-down svg {
    transform: rotate(-90deg)
}

#c_static_0011634881662748 .e_loop-96 .multSelect .inputWrap>.fa-up svg {
    transform: rotate(90deg)
}

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

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

#c_static_0011634881662748 .e_loop-96 .p_date_start {
    display: inline;
    width: 105px;
    height: 40px
}

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

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

#c_static_0011634881662748 .e_loop-96 .p_split {
    margin: 0 5px
}

#c_static_0011634881662748 .e_loop-96 .p_normal {
    margin-right: 16px
}

#c_static_0011634881662748 .e_loop-96 .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_0011634881662748 .e_loop-96 .input-check,
#c_static_0011634881662748 .e_loop-96 .input-radio {
    margin: 0 5px;
    vertical-align: text-top
}

#c_static_0011634881662748 .e_loop-96 .position-left {
    display: flex
}

#c_static_0011634881662748 .e_loop-96 .position-right {
    display: flex;
    flex-direction: row-reverse
}

#c_static_0011634881662748 .e_loop-96 .position-top {
    /* display:flex;
    */
}

#c_static_0011634881662748 .e_loop-96 .position-bottom {
    display: flex;
    flex-direction: column-reverse
}

#c_static_0011634881662748 .e_loop-96 .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_0011634881662748 .e_loop-96 .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_0011634881662748 .e_loop-96 .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_0011634881662748 .e_loop-96 .p_active .p_mbutton::before {
    display: block
}

#c_static_0011634881662748 .e_loop-96 .p_active .p_mbutton::after {
    display: block
}

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

#c_static_0011634881662748 .e_loop-96 .p_filter_result {
    display: inline-block
}

#c_static_0011634881662748 .e_loop-96 .p_contclear {
    cursor: pointer
}

#c_static_0011634881662748 .e_loop-96 .swiper-container {
    padding-bottom: 30px
}

#c_static_0011634881662748 .e_loop-96 .p_imgwrapper {
    width: 80px;
    height: 100px;
    overflow: hidden
}

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

#c_static_0011634881662748 .e_loop-96 .p_imgwrapper img {
    width: 100%;
    object-fit: cover
}

#c_static_0011634881662748 .e_loop-96 .p_active .p_imgwrapper {
    border: 1px solid #409eff
}

#c_static_0011634881662748 .e_loop-96 .p_filter_result {
    display: none
}

#c_static_0011634881662748 .e_loop-96 .p_contclear {
    display: none
}

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

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

#c_static_0011634881662748 .e_container-97 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    height: 100%;
    border: 1px #ddd solid;
    background: #fff
}

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

#c_static_0011634881662748 .e_h3-98 {
    font-size: 18px;
    color: #0068b7;
    line-height: 1.6;
    border-bottom: 1px #ddd solid;
    padding-bottom: 10px
}

#c_static_0011634881662748 .e_richText-99 {
    line-height: 1.6;
    font-size: 15px;
    color: #666;
    /*white-space: break-spaces*/
}
#c_static_0011634881662748 .e_richText-99 p{
    height: 30px;
    line-height: 30px;
    font-size: 15px;
}
#c_static_0011634881662748 .e_container-100 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 30px 0
}

#c_static_0011634881662748 .e_container-100>.p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%;
    border-bottom: 1px #ddd solid
}

#c_static_0011634881662748 .e_h1-101 {
    padding: 15px 0;
    text-transform: uppercase
}

#c_static_0011634881662748 .e_html-102 {
    min-height: 300px;
    background_radio: 1;
    display-radio: 1;
    margin-top: 22px
}

.wd-20221227221308 {
    border: none;
    outline: none;
    height: 600px;
    width: 100%
}

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

    #c_static_0011634881662748 .e_breadcrumb-68 .p_breadcrumbItem:nth-child(1) .p_title,
    #c_static_0011634881662748 .e_breadcrumb-68 .p_breadcrumbItem:nth-child(2) .p_title {
        white-space: pre
    }

    #c_static_0011634881662748 .e_breadcrumb-68 .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_0011634881662748 .e_breadcrumb-68 a {
        display: flex
    }

    #c_static_0011634881662748 .e_container-69>.p_item {
        flex: 0 0 100%
    }
}

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

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