/* ========================================== */
/* 主导航样式文件 - Navigation CSS */
/* ========================================== */

@import "global.css";

/* ========================================== */
/* 1. 主导航菜单样式 */
/* ========================================== */

/* 主导航容器 */
#c_static_001_P_60475-1731304276499 .e_navigationA-6 {
    position: relative;
}

/* 导航按钮 */
#c_static_001_P_60475-1731304276499 .e_navigationA-6 .p_navButton {
    display: none;
}

/* 移动端显示导航按钮 */
@media screen and (max-width: 768px) {
    #c_static_001_P_60475-1731304276499 .e_navigationA-6 .p_navButton {
        display: block;
    }
}

#c_static_001_P_60475-1731304276499 .e_navigationA-6 .p_iconBox {

    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#c_static_001_P_40755-1716449385982 .e_text-120{
    font-size: 14px;
    color: rgba(222, 222, 222, 1);
    line-height: 1.5;
    margin-bottom: 15px;
    margin-top: 15px
}
#c_effect_099-17316370501600 {
    background: #fff;
}

#c_static_001_P_60475-1731304276499 .e_navigationA-6 .p_openIcon {
    font-size: 20px;
    color: #333;
    cursor: pointer;
}

#c_static_001_P_60475-1731304276499 .e_navigationA-6 .p_closeIcon {
    font-size: 20px;
    color: #333;
    cursor: pointer;
}

/* 导航内容 */
#c_static_001_P_60475-1731304276499 .e_navigationA-6 .p_navContent {
    display: block;
}

/* 一级菜单容器 */
#c_static_001_P_60475-1731304276499 .e_navigationA-6 .p_level1Box {
    display: flex;
    justify-content: flex-end;
}

/* 一级菜单项 */
#c_static_001_P_60475-1731304276499 .e_navigationA-6 .p_level1Item {
    position: relative;
    border: none;
}

#c_static_001_P_60475-1731304276499 .e_navigationA-6 .p_level1Item a {
    font-size: 20px;
    padding: 0 1.2vw;
    line-height: 90px;
    display: block;
    text-align: center;
    text-transform: uppercase;
}

/* 一级菜单悬停效果 */
#c_static_001_P_60475-1731304276499 .e_navigationA-6 .p_level1Item:hover .p_menu1Item>a {
    background: var(--primary-color);
}

#c_static_001_P_60475-1731304276499 .e_navigationA-6 .p_level1Item:hover .s_templatetitle {
    color: #fff;
}

/* 一级菜单悬停显示二级子菜单 */
#c_static_001_P_60475-1731304276499 .e_navigationA-6 .p_level1Item:hover .p_level2Box {
    display: block;
}

/* 二级菜单容器 */
#c_static_001_P_60475-1731304276499 .e_navigationA-6 .p_level2Box {
    display: none;
    height: auto;
    padding: 10px 10px 20px 10px;
    background: #fff;
    min-width: 100%;
    width: max-content;
    position: absolute;
    left: 50%;
    top: 100%;
    z-index: 99;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    transform: translateX(-50%);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top: 0px solid var(--primary-color);
}

/* 二级菜单项 */
#c_static_001_P_60475-1731304276499 .e_navigationA-6 .p_level2Item {
    position: relative;
    width: 100%;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}

#c_static_001_P_60475-1731304276499 .e_navigationA-6 .p_level2Item a {
    font-size: 14px;
    padding: 0 0px;
    line-height: 40px;
    display: block;
    text-align: center;
    opacity: 1;
    transition: all ease .3s;
    text-transform: capitalize;
}

#c_static_001_P_60475-1731304276499 .e_navigationA-6 .p_level2Item a:hover {
    opacity: 1;
    color: var(--primary-color);
}

/* 二级菜单悬停显示三级子菜单 */
#c_static_001_P_60475-1731304276499 .e_navigationA-6 .p_level2Item:hover .p_level3Box {
    display: block;
}

/* 三级菜单容器 */
#c_static_001_P_60475-1731304276499 .e_navigationA-6 .p_level3Box {
    display: none;
    height: auto;
    padding: 15px 0;
    background: #f8f9fa;
    min-width: 100%;
    width: max-content;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 100;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

/* 三级菜单项 */
#c_static_001_P_60475-1731304276499 .e_navigationA-6 .p_level3Item {
    width: 100%;
}

#c_static_001_P_60475-1731304276499 .e_navigationA-6 .p_level3Item a {
    font-size: 12px;
    padding: 5px 15px;
    line-height: 30px;
    display: block;
    text-align: left;
    color: #666;
    transition: all ease .3s;
}

#c_static_001_P_60475-1731304276499 .e_navigationA-6 .p_level3Item a:hover {
    color: var(--primary-color);
    background: rgba(64, 158, 255, 0.1);
}

/* 下拉箭头图标 */
#c_static_001_P_60475-1731304276499 .e_navigationA-6 .p_jtIcon {
    transition: 0.5s;
    height: 30px;
    margin-top: 10px;
}

#c_static_001_P_60475-1731304276499 .e_navigationA-6 .p_jtHover {
    transition: 0.5s;
    transform: rotate(90deg);
}

/* 菜单项样式 */
#c_static_001_P_60475-1731304276499 .e_navigationA-6 .p_menu1Item {
    color: rgba(51, 51, 51, 1);
}

#c_static_001_P_60475-1731304276499 .e_navigationA-6 .p_menu2Item {
    color: rgba(51, 51, 51, 1);
}

#c_static_001_P_60475-1731304276499 .e_navigationA-6 .p_menu3Item {
    color: rgba(102, 102, 102, 1);
}

/* 响应式设计 - 移动端 */
@media screen and (max-width: 768px) {
    #c_static_001_P_60475-1731304276499 .e_navigationA-6 {
        background: var(--primary-color);
        border-radius: 50%;
        width: 32px;
        height: 32px;
        position: fixed;
        right: 28px;
        top: 42px;
        z-index: 999;
    }

    #c_static_001_P_60475-1731304276499 .e_navigationA-6 .p_level1Box {
        display: block;
        width: 100%;
    }

    #c_static_001_P_60475-1731304276499 .e_navigationA-6 .p_iconBox {
        display: block;
    }

    #c_static_001_P_60475-1731304276499 .e_navigationA-6 .p_navContent {
        display: none;
        padding: 60px 20px 20px 20px;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #fff;
        z-index: 998;
        overflow-y: auto;
    }
    
    /* 菜单激活状态 */
    #c_static_001_P_60475-1731304276499 .e_navigationA-6.active .p_navContent {
        display: block;
    }

    #c_static_001_P_60475-1731304276499 .e_navigationA-6 .p_navButton {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
    }
    
    /* 关闭按钮样式 */
    #c_static_001_P_60475-1731304276499 .e_navigationA-6 .p_navContent .p_navButton {
        position: absolute;
        top: 20px;
        right: 20px;
        width: 40px;
        height: 40px;
        background: rgba(0, 0, 0, 0.1);
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /* 移动端二级菜单样式 */
    #c_static_001_P_60475-1731304276499 .e_navigationA-6 .p_level2Box {
        display: none;
        padding: 10px 20px 15px 20px;
        background: rgba(64, 158, 255, 0.05);
        width: calc(100% - 20px);
        left: 0;
        transform: translateX(0);
        position: relative;
        border-radius: 8px;
        margin-top: 8px;
        margin-left: 20px;
        border-left: 3px solid var(--primary-color, #409eff);
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }
    
    /* 移动端三级菜单样式 */
    #c_static_001_P_60475-1731304276499 .e_navigationA-6 .p_level3Box {
        display: none;
        padding: 8px 20px 12px 20px;
        background: rgba(64, 158, 255, 0.03);
        width: calc(100% - 20px);
        left: 0;
        transform: translateX(0);
        position: relative;
        border-radius: 6px;
        margin-top: 6px;
        margin-left: 20px;
        border-left: 2px solid var(--primary-color, #409eff);
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
    }
    
    /* 子菜单展开状态 */
    #c_static_001_P_60475-1731304276499 .e_navigationA-6 .p_level1Item.open .p_level2Box {
        display: block;
    }
    
    #c_static_001_P_60475-1731304276499 .e_navigationA-6 .p_level2Item.open .p_level3Box {
        display: block;
    }


    #c_static_001_P_60475-1731304276499 .e_navigationA-6 .p_level1Item {
        line-height: 50px;
        font-size: 14px;
        position: relative;
    }
    
    /* 移动端二级菜单项样式 */
    #c_static_001_P_60475-1731304276499 .e_navigationA-6 .p_level2Item {
        position: relative;
        width: 100%;
        margin-bottom: 8px;
        padding: 5px 0;
        border-radius: 4px;
        transition: background-color 0.3s ease;
    }
    
    #c_static_001_P_60475-1731304276499 .e_navigationA-6 .p_level2Item:hover {
        background-color: rgba(64, 158, 255, 0.1);
    }
    
    /* 移动端三级菜单项样式 */
    #c_static_001_P_60475-1731304276499 .e_navigationA-6 .p_level3Item {
        position: relative;
        width: 100%;
        margin-bottom: 6px;
        padding: 3px 0;
        border-radius: 3px;
        transition: background-color 0.3s ease;
    }
    
    #c_static_001_P_60475-1731304276499 .e_navigationA-6 .p_level3Item:hover {
        background-color: rgba(64, 158, 255, 0.08);
    }

    #c_static_001_P_60475-1731304276499 .e_navigationA-6 .p_menu1Item {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    #c_static_001_P_60475-1731304276499 .e_navigationA-6 .p_level1Item a,
    #c_static_001_P_60475-1731304276499 .e_navigationA-6 .p_level2Item a {
        line-height: 50px;
        font-size: 16px;
        padding: 10px 0;
        color: #333;
        font-weight: 500;
        text-align: left;
    }

    #c_static_001_P_60475-1731304276499 .e_navigationA-6 .p_level2Item a {
        display: inline-block;
        font-size: 14px;
        color: #555;
        padding: 8px 12px;
        text-align: left;
        border-radius: 4px;
        transition: all 0.3s ease;
        font-weight: 500;
    }
    
    #c_static_001_P_60475-1731304276499 .e_navigationA-6 .p_level2Item a:hover {
        color: var(--primary-color, #409eff);
        background-color: rgba(64, 158, 255, 0.1);
        transform: translateX(2px);
    }
    
    #c_static_001_P_60475-1731304276499 .e_navigationA-6 .p_level3Item a {
        font-size: 13px;
        color: #666;
        padding: 6px 12px;
        line-height: 1.4;
        text-align: left;
        border-radius: 3px;
        transition: all 0.3s ease;
    }
    
    #c_static_001_P_60475-1731304276499 .e_navigationA-6 .p_level3Item a:hover {
        color: var(--primary-color, #409eff);
        background-color: rgba(64, 158, 255, 0.08);
        transform: translateX(2px);
    }
    
    /* 展开图标样式 */
    #c_static_001_P_60475-1731304276499 .e_navigationA-6 .p_jtIcon {
        float: right;
        font-size: 12px;
        color: var(--primary-color, #409eff);
        margin-top: 15px;
        margin-right: 8px;
        transition: all 0.3s ease;
        cursor: pointer;
        padding: 4px;
        border-radius: 50%;
        background-color: rgba(64, 158, 255, 0.1);
    }
    
    #c_static_001_P_60475-1731304276499 .e_navigationA-6 .p_jtIcon:hover {
        background-color: rgba(64, 158, 255, 0.2);
        transform: scale(1.1);
    }
    
    #c_static_001_P_60475-1731304276499 .e_navigationA-6 .p_level1Item.open .p_jtIcon,
    #c_static_001_P_60475-1731304276499 .e_navigationA-6 .p_level2Item.open .p_jtIcon {
        transform: rotate(180deg);
    }

    #c_static_001_P_60475-1731304276499 .e_navigationA-6 .p_level2Item a span:before {
        content: "•";
        display: inline-block;
        margin-right: 8px;
        color: var(--primary-color, #409eff);
        font-weight: bold;
    }
    
    #c_static_001_P_60475-1731304276499 .e_navigationA-6 .p_level3Item a span:before {
        content: "◦";
        display: inline-block;
        margin-right: 8px;
        color: var(--primary-color, #409eff);
        font-size: 12px;
    }

    #c_static_001_P_60475-1731304276499 .e_navigationA-6 .p_openIcon {
        color: #fff !important;
    }

    .active #c_static_001_P_60475-1731304276499 .e_navigationA-6 .p_openIcon {
        color: #fff !important;
    }

    #c_static_001_P_60475-1731304276499 .e_navigationA-6 .p_level1Item:hover .p_menu1Item>a {
        background: none;
    }

    #c_static_001_P_60475-1731304276499 .e_navigationA-6 .p_level1Item:hover .s_templatetitle {
        color: #313131;
    }
}

/* 响应式设计 - 平板端 */
@media screen and (min-width: 769px) {
    #c_static_001_P_60475-1731304276499 .e_navigationA-6 .p_jtIcon {
        transform: rotate(90deg);
        display: none;
    }

    #c_static_001_P_60475-1731304276499 .e_navigationA-6 .p_level2Item .p_jtIcon {
        display: none;
    }

    #c_static_001_P_60475-1731304276499 .e_navigationA-6 .p_iconBox {
        display: none;
    }

    #c_static_001_P_60475-1731304276499 .e_navigationA-6 .p_level1Item:nth-child(4) .p_level2Box {
        width: 150px;
    }
}

/* 响应式设计 - 中等屏幕 */
@media screen and (max-width: 1024px) and (min-width: 769px) {
    #c_static_001_P_60475-1731304276499 {
        padding-left: 30px;
        padding-right: 30px;
    }

    #c_static_001_P_60475-1731304276499 .e_navigationA-6 .p_level1Item a {
        padding: 0 0.7vw;
    }
}

/* ========================================== */
/* 2. Banner轮播图样式 */
/* ========================================== */

/* Banner网格容器 */
#c_grid-16473260221200 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-bottom: 0px;
}

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

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

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

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

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

@media screen and (max-width:768px) {
    #c_grid-16473260221200>.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-16473260221200>.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-16473260221200>.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_static_001_P_52503-17426091438330 {
    min-height: 0px;


}

#c_static_001_P_52503-17426091438330 .e_bannerA-1 {
    height: 30vw
}

#c_static_001_P_52503-17426091438330 .e_bannerA-1 .swiper-container {
    height: inherit
}

#c_static_001_P_52503-17426091438330 .e_bannerA-1 .swiper-wrapper {
    height: inherit
}

#c_static_001_P_52503-17426091438330 .e_bannerA-1 .swiper-slide {
    height: inherit
}

#c_static_001_P_52503-17426091438330 .e_bannerA-1 .p_img {
    width: 100%;
    height: 100%;
    background: #000;
    animation: bannerimg 2s
}

#c_static_001_P_52503-17426091438330 .e_bannerA-1 .p_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: auto
}

#c_static_001_P_52503-17426091438330 .e_bannerA-1 .custom-bullet {
    background: #ccc
}

#c_static_001_P_52503-17426091438330 .e_bannerA-1 .p_info {
    width: 50%;
    position: absolute;
    right: 50%;
    top: calc(56% + 30px);
    z-index: 9;
    display: flex;
    transform: translateX(50%) translateY(-50%);
    align-items: center;
    text-align: center
}

#c_static_001_P_52503-17426091438330 .e_bannerA-1 .p_info .p_btitle {
    font-size: 60px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 5px;
    animation: puBanner 2s
}

#c_static_001_P_52503-17426091438330 .e_bannerA-1 .p_info .p_summary {
    font-size: 16px;
    text-align: center;
    letter-spacing: 10px;
    animation: puBanner 3s
}

#c_static_001_P_52503-17426091438330 .e_bannerA-1 .p_info div {
    width: 100%
}

#c_static_001_P_52503-17426091438330 .e_bannerA-1 .p_subtitle {
    line-height: 2;
    padding: 5px 0;
    color: rgba(255, 255, 255, 0);
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.25);
    font-size: 120px;
    text-transform: uppercase;
    text-align: center;
    margin-top: -155px;
    margin-bottom: 0px;
    animation: puBanner 3s
}

#c_static_001_P_52503-17426091438330 .e_bannerA-1 .swiper-container-vertical {
    height: 400px
}

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

#c_static_001_P_52503-17426091438330 .e_bannerA-1 .p_video .videoContent {
    width: 100%;
    height: 100%
}

#c_static_001_P_52503-17426091438330 .e_bannerA-1 .p_video video {
    width: 100%;
    height: 100%;
    background: #000
}

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

#c_static_001_P_52503-17426091438330 .e_bannerA-1 .p_videoPoster::before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: url('../images/playvideo.png') no-repeat center center
}

#c_static_001_P_52503-17426091438330 .e_bannerA-1 .p_videoPoster img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

#c_static_001_P_52503-17426091438330 .e_bannerA-1 .p_videoInfo {
    display: none
}

#c_static_001_P_52503-17426091438330 .e_bannerA-1 .p_subtitle {
    line-height: 1;
    padding: 0px 0
}

#c_static_001_P_52503-17426091438330 .e_bannerA-1 .p_info .p_btitle {
    font-size: 54px;
    text-align: center;
    font-weight: bold
}

#c_static_001_P_52503-17426091438330 .e_bannerA-1 .p_info {
    width: 86%;
    position: absolute;
    right: 50%;
    top: calc(56% + 30px);
    z-index: 9;
    display: flex;
    transform: translateX(50%) translateY(-50%);
    align-items: center;
    text-align: center
}

@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
    }
}

@media screen and (max-width:768px) {
    #c_static_001_P_52503-17426091438330 .e_bannerA-1 {
        height: auto;
        margin-top: 60px
    }

    #c_static_001_P_52503-17426091438330 .e_bannerA-1 .swiper-slide {
        height: 150px
    }

    #c_static_001_P_52503-17426091438330 .e_bannerA-1 .p_info {
        width: 100%;
        z-index: 9;
        text-align: center;
        top: 50%
    }

    #c_static_001_P_52503-17426091438330 .e_bannerA-1 .p_subtitle {
        display: none
    }

    #c_static_001_P_52503-17426091438330 .e_bannerA-1 .p_summary {
        display: none
    }

    #c_static_001_P_52503-17426091438330 .e_bannerA-1 .p_info .p_btitle {
        font-size: 22px;
        margin-bottom: 0px
    }
}

@media screen and (min-width: 769px) {
    #c_static_001_P_52503-17426091438330 {
        height: 30vw
    }

    #c_static_001_P_52503-17426091438330 .e_bannerA-1 {
        height: 30vw;
        position: fixed;
        top: 0;
        width: 100%;
        left: 0
    }
}

/* ========================================== */
/* 3. 底部导航样式 */
/* ========================================== */

/* 底部导航容器 */
#c_static_001_P_40755-1716449385982 .e_bottomNav-72 {
    margin-top: 25px;
}

#c_static_001_P_40755-1716449385982 .e_bottomNav-72 .p_level1Box {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

#c_static_001_P_40755-1716449385982 .e_bottomNav-72 .p_level1Item {
    width: auto;
    padding: 0 15px;
    flex-grow: 1;
    text-align: center;
}

#c_static_001_P_40755-1716449385982 .e_bottomNav-72 .p_level3Box {
    display: block;
}

#c_static_001_P_40755-1716449385982 .e_bottomNav-72 .p_level1Item a {
    display: block;
    padding: 10px 0;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
}

#c_static_001_P_40755-1716449385982 .e_bottomNav-72 .p_level2Item a {
    display: block;
    padding: 8px 0;
    color: #666;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
}

#c_static_001_P_40755-1716449385982 .e_bottomNav-72 .p_level2Item a:hover {
    color: var(--primary-color);
}

#c_static_001_P_40755-1716449385982 .e_bottomNav-72 .p_level3Item a {
    display: block;
    padding: 5px 0;
    color: #999;
    text-decoration: none;
    font-size: 12px;
    transition: all 0.3s ease;
}

#c_static_001_P_40755-1716449385982 .e_bottomNav-72 .p_level3Item a:hover {
    color: var(--primary-color);
}

/* 底部导航悬停效果 */
#c_static_001_P_40755-1716449385982 .e_bottomNav-72 .p_menu2Item:hover {
    color: rgba(255, 255, 255, 1);
}

/* 响应式设计 - 移动端底部导航 */
@media screen and (max-width: 768px) {
    #c_static_001_P_40755-1716449385982 .e_bottomNav-72 .p_level1Box {
        display: block;
        width: 100%;
    }

    #c_static_001_P_40755-1716449385982 .e_bottomNav-72 .p_level1Item {
        display: block;
        padding: 0;
        margin-bottom: 10px;
    }

    #c_static_001_P_40755-1716449385982 .e_bottomNav-72 .p_level1Item.open {
        display: block;
    }

    #c_static_001_P_40755-1716449385982 .e_bottomNav-72 .p_level1Box ul {
        display: block;
    }

    #c_static_001_P_40755-1716449385982 .e_bottomNav-72 .p_level1Item .p_level2Box {
        display: block;
    }

    #c_static_001_P_40755-1716449385982 .e_bottomNav-72 .p_jtIcon.active {
        transform: rotateZ(90deg);
    }

    #c_static_001_P_40755-1716449385982 .e_bottomNav-72 a {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 10px 0;
    }
}

/* 响应式设计 - 平板端底部导航 */
@media screen and (min-width: 769px) {
    #c_static_001_P_40755-1716449385982 .e_bottomNav-72 .p_level1Box {
        display: flex;
        justify-content: space-around;
    }

    #c_static_001_P_40755-1716449385982 .e_bottomNav-72 .p_level1Item {
        display: block;
        flex: 1;
    }

    #c_static_001_P_40755-1716449385982 .e_bottomNav-72 .p_level1Item.open {
        display: block;
    }

    #c_static_001_P_40755-1716449385982 .e_bottomNav-72 .p_level1Item .p_level2Box {
        display: block;
    }

    #c_static_001_P_40755-1716449385982 .e_bottomNav-72 .p_level2Item .p_level3Box {
        display: block;
    }
}

/* ========================================== */
/* 4. Footer页脚样式 */
/* ========================================== */

/* Footer中的文本样式 */
#c_static_001_P_40755-1716449385982 .e_richText-122 a,
#c_static_001_P_40755-1716449385982 .e_richText-100 span {
    background-color: rgba(0, 0, 0, 0);
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
    color: rgb(255, 255, 255);
    caret-color: rgb(255, 255, 255);
}

#c_static_001_P_40755-1716449385982 .e_richText-100 span a {
    color: rgb(255, 255, 255);
    text-decoration: none;
}

#c_static_001_P_40755-1716449385982 .e_richText-100 span a:hover {
    color: rgb(255, 255, 255);
    text-decoration: underline;
}

/* Footer容器 */
.footer-container {
    background: #2c3e50;
    color: #ecf0f1;
    padding: 40px 0 20px;
    margin-top: 50px;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}

.footer-column {
    flex: 1;
    min-width: 250px;
    margin-bottom: 30px;
    padding: 0 15px;
}

.footer-column h3 {
    color: #3498db;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 600;
}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column ul li {
    margin-bottom: 10px;
}

.footer-column ul li a {
    color: #bdc3c7;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-column ul li a:hover {
    color: #3498db;
}

.footer-column p {
    color: #bdc3c7;
    line-height: 1.6;
    margin-bottom: 15px;
}

.footer-bottom {
    border-top: 1px solid #34495e;
    padding-top: 20px;
    text-align: center;
    color: #95a5a6;
}

.footer-bottom p {
    margin: 0;
    font-size: 14px;
}

/* Footer响应式设计 */
@media screen and (max-width: 768px) {
    .footer-row {
        flex-direction: column;
    }

    .footer-column {
        min-width: 100%;
        margin-bottom: 20px;
    }

    .footer-container {
        padding: 30px 0 15px;
    }
}

/* ========================================== */
/* 5. Footer详细样式 */
/* ========================================== */

/* Footer主容器 */
#c_static_001_P_40755-1716449385982 {
    min-height: 100px;
    padding-top: 0px;
    padding-bottom: 10px;
    background-color: var(--primary-color);
}

/* Footer表单样式 */
#c_static_001_P_40755-1716449385982 .e_textarea-89 .s_input {
    height: 100px !important;
    padding: 10px 15px;
    color: rgba(255, 255, 255, 1);
}

#c_static_001_P_40755-1716449385982 .e_formBtn-90 {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    width: auto;
    padding: 8px;
    border-radius: 0px;
    background: var(--c);
    border: none;
    background-color: var(--c);
    border-style: solid;
    border-width: 1px;
    border-color: rgba(225, 225, 225, 0.34);
}

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

#c_static_001_P_40755-1716449385982 .e_formBtn-90::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all .3s;
    opacity: 0;
    background: rgba(255, 255, 255, 0.1);
    top: 0;
    left: 0;
}

#c_static_001_P_40755-1716449385982 .e_formBtn-90:hover::after {
    opacity: 1;
}

/* Footer容器布局 */
#c_static_001_P_40755-1716449385982 .e_container-34 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
}

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

#c_static_001_P_40755-1716449385982 .e_container-67 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 94%;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 30px;
}

#c_static_001_P_40755-1716449385982 .e_container-67>.p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%;
}

#c_static_001_P_40755-1716449385982 .e_container-67 .cbox-67-0 {
    padding-right: 3%;
    margin-right: 3%;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: rgba(255, 255, 255, 0.2);
}

#c_static_001_P_40755-1716449385982 .e_container-67 .cbox-67-1 {
    flex: 0 0 30%;
    padding-right: 3%;
    margin-right: auto;
}

#c_static_001_P_40755-1716449385982 .e_container-67 .cbox-67-2 {
    margin-left: 0px;
    padding-left: 3%;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: rgba(255, 255, 255, 0.2);
    flex: 0 0 28%;
}

/* Footer文本样式 */
#c_static_001_P_40755-1716449385982 .e_text-85 {
    line-height: normal;
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 12px;
}

#c_static_001_P_40755-1716449385982 .e_text-99 {
    font-size: 20px;
    color: rgba(255, 255, 255, 1);
    line-height: 1.5;
    margin-bottom: 20px;
}

#c_static_001_P_40755-1716449385982 .e_richText-39 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition-property: all;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    font-size: 14px;
    font-weight: normal;
}

#c_static_001_P_40755-1716449385982 .e_richText-100 {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 2;
    margin-bottom: 20px;
}

#c_static_001_P_40755-1716449385982 .e_richText-100 a:hover {
    color: rgba(255, 255, 255, 1);
}

/* Footer表单输入样式 */
#c_static_001_P_40755-1716449385982 .e_input-88 {
    margin-bottom: 10px;
}

#c_static_001_P_40755-1716449385982 .e_input-88 .p_phoneCode {
    width: 90px;
    margin-right: 10px;
}

#c_static_001_P_40755-1716449385982 .s_form_layout1 .s_input {
    background: none;
    border: 1px solid #e1e1e157;
}

#c_static_001_P_40755-1716449385982 .e_input-88 .s_input {
    color: rgba(255, 255, 255, 1);
}

/* Footer占位符样式 */
#c_static_001_P_40755-1716449385982 input::-webkit-input-placeholder {
    color: #fff !important;
}

#c_static_001_P_40755-1716449385982 input::-moz-placeholder {
    color: #fff !important;
}

#c_static_001_P_40755-1716449385982 input:-ms-input-placeholder {
    color: #fff !important;
}

#c_static_001_P_40755-1716449385982 textarea::-webkit-input-placeholder {
    color: #fff !important;
}

#c_static_001_P_40755-1716449385982 textarea::-moz-placeholder {
    color: #fff !important;
}

#c_static_001_P_40755-1716449385982 textarea:-ms-input-placeholder {
    color: #fff !important;
}

/* Footer表单控件样式 */
#c_static_001_P_40755-1716449385982 .e_input-88 .s_form-control {

    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

#c_static_001_P_40755-1716449385982 .e_textarea-89 .s_form-control {

    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

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

/* Footer表单布局 */
#c_static_001_P_40755-1716449385982 .e_form-91 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
}

#c_static_001_P_40755-1716449385982 .e_form-91>.p_formItem {
    flex: 1;
    max-width: 100%;
    max-height: 100%;
}

#c_static_001_P_40755-1716449385982 .e_form-91 .ptishiCon {
    display: none;
}

/* Footer其他样式 */
#c_static_001_P_40755-1716449385982 .saf-licenseoprov a {
    font-size: 16px;
}

#c_static_001_P_40755-1716449385982 .e_html-65 {
    min-height: 0px;
}

/* ========================================== */
/* 6. Footer容器布局样式 */
/* ========================================== */

.e_container-101 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 94%;

    justify-content: space-between;
    max-width: 1600px;
    padding-left: 0px;
    padding-right: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 0px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);

}

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

.e_container-101 .cbox-101-0 {
    flex: 0 0 40%;
    align-self: center
}

.e_container-101 .cbox-101-1 {
    flex: 0 0 60%;
    align-self: center
}

.e_image-103 {
    overflow: hidden;

    max-width: 190px
}

.e_image-103 img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

/* .e_container-67 .p_item {} - 空规则集已移除 */

.e_container-104 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;

    margin-left: auto;
    margin-right: auto;
    border-bottom: solid 0px rgba(255, 255, 255, 0.12);

    max-width: none;
    width: 100%
}

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

.e_container-104 .cbox-104-1 {
    flex: 0 0 120px;
    align-self: center
}

.e_container-104 .cbox-104-0 {
    padding-right: 5%
}

.e_container-104 .cbox-104-2 {
    flex: 0 0 120px;
    align-self: center
}

/* .e_container-104 .p_item {} - 空规则集已移除 */

.e_loop-107 .p_list {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    max-width: 100%
}

.e_loop-107 .p_loopitem {
    flex: 0 0 33.3%;
    position: relative
}

.e_loop-107 .p_page {
    text-align: center
}

.e_loop-107 .p_filter_wrapper {
    width: 100%;
    font-size: 13px
}

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

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

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

.e_loop-107 .p_active .p_fbutton {
    color: #fff;
    background-color: cornflowerblue
}

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

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

.e_loop-107 .multSelect {
    font-size: 13px;
    position: relative
}

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

.e_loop-107 .multSelect.is-invalid .inputWrap {
    border-color: #dc3545
}

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

.e_loop-107 .multSelect ul,
li {
    list-style: none
}

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

.e_loop-107 .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
}

.e_loop-107 .multSelect .multSelect-option>div {
    line-height: 24px;
    cursor: pointer;
    padding: 0 10px
}

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

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

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

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

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

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

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

.e_loop-107 .p_normal_start {
    display: inline;
    width: 100px;
    height: 40px
}

.e_loop-107 .p_date_start {
    display: inline;
    width: 105px;
    height: 40px
}

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

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

.e_loop-107 .p_split {
    margin: 0 5px
}

.e_loop-107 .p_normal {
    margin-right: 16px
}

.e_loop-107 .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
}

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

.e_loop-107 .position-left {
    display: flex
}

.e_loop-107 .position-right {
    display: flex;
    flex-direction: row-reverse
}

.e_loop-107 .position-bottom {
    display: flex;
    flex-direction: column-reverse
}

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

.e_loop-107 .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
}

.e_loop-107 .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
}

.e_loop-107 .p_active .p_mbutton::before {
    display: block
}

.e_loop-107 .p_active .p_mbutton::after {
    display: block
}

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

.e_loop-107 .p_filter_result {
    display: none
}

.e_loop-107 .p_contclear {
    cursor: pointer;
    display: none
}

.e_loop-107 .swiper-container {
    padding-bottom: 30px
}

.e_loop-107 .p_imgwrapper {
    width: 80px;
    height: 100px;
    overflow: hidden
}

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

.e_loop-107 .p_imgwrapper img {
    width: 100%;
    object-fit: cover
}

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

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

.e_loop-107 .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
}

.e_loop-107 {

    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    margin-top: 30px;
    width: auto;
    max-width: none
}

.e_container-108 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;

}

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


.e_container-108 .cbox-108-0 {
    flex: 0 0 60px
}

.e_text-109 {
    line-height: normal;


    color: rgba(255, 255, 255, 1);
    font-size: 14px
}

.e_icon-111 {
    width: 46px;
    height: 46px;


    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    line-height: 1
}

.e_icon-111 .icon {
    margin: 0;
    width: 100%;
    height: 100%;
    fill: currentColor
}

.e_container-112 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 94%;
    transition-property: all;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 10px;
    border-top: solid 1px rgba(255, 255, 255, 0.12);


    padding-top: 20px
}

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

.e_container-112 .cbox-112-0 {
    flex: 0 0 60%
}

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

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

.e_container-113 .cbox-113-0 {
    padding-right: 30px
}

.e_container-113 .cbox-113-1 {
    flex: 0 0 auto;
    align-items: center
}

.e_provider-115 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition-property: all;

    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    text-align: right;
}

.e_provider-115 a {
    text-align: right;
    display: block
}

.e_provider-115:hover {
    color: rgba(255, 255, 255, 1)
}

.e_container-116 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    transition-property: all;
    width: auto;
    margin-right: 0px;


}

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

.e_container-116 .cbox-116-0 {
    padding-right: 30px
}

.e_container-116 .cbox-116-1 {
    flex: 0 0 auto;
    align-items: center
}

.e_businessAndCopyright-118 .p_business {
    cursor: pointer
}

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

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

.e_businessAndCopyright-118 .icon {
    color: white;
    cursor: pointer
}

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

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

.e_businessAndCopyright-118 .p_businessimg {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.e_businessAndCopyright-118 {


    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.5;
    text-align: center
}

.e_cookie-119 .p_rIcon {
    width: 60px;
    height: 60px;
    position: fixed;
    left: 40px;
    bottom: 40px;
    background: #007bff;
    color: #fff;
    border-radius: 50%;
    padding: 6px;
    cursor: pointer;
    z-index: 99997;
    display: none
}

.e_cookie-119 .p_rIcon .icon {
    width: 100%;
    height: 100%;
    margin: 0
}

.e_cookie-119 .p_btContent {
    width: 100%;
    padding: 30px;
    background: #f3f3f3;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    border-top: 1px solid #ddd;
    box-shadow: 0px -4px 50px -21px rgba(0, 0, 0, 0.2);
    z-index: 99998;
    display: none
}

.e_richText-122 {

    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    line-height: 2;

    margin-top: 0px;
    width: auto;
    max-width: none
}

.e_richText-122 a:hover {
    color: rgba(255, 255, 255, 1)
}

/* ========================================== */
/* 7. Footer响应式样式 */
/* ========================================== */

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

    .e_bottomNav-72 .p_level1Box {
        display: flex
    }
    #c_static_001_P_40755-1716449385982 .e_text-120 {
        text-align: left;
        margin-bottom: 10px
    }
    .e_bottomNav-72 .p_jtIcon {
        display: none;
        width: auto;
        height: auto;
        max-width: 20px;
        font-size: inherit;
        transition: 0.5s;
        margin: 0
    }

    .e_bottomNav-72 .p_level1Item {
        display: block;
        padding: 0
    }

    .e_bottomNav-72 .p_level1Item.open {
        display: block
    }

    #c_grid-116273709439190>.p_gridbox>.p_gridCell {
        margin: 0px !important;
        width: 100% !important
    }

    .e_richText-39 {


        text-align: center
    }

    .e_container-67 {

        flex-direction: column;
        padding-top: 30px;
        padding-bottom: 40px;
        display: flex
    }

    .e_container-67 .cbox-67-0 {
        display: none;
        padding-right: 0px;
        margin-right: 0px;
        border-right: none
    }

    .e_container-67 .cbox-67-1 {
        display: none
    }

    .e_container-67 .cbox-67-2 {
        padding-left: 0px;
        margin-left: 0px;
        display: none
    }


    .saf-licenseoprov a {
        font-size: 16px
    }

    .e_credible-93 {


        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
        margin-bottom: 10px;
        padding-right: 0px;
        padding-left: 0px;
        padding-top: 0px
    }

    .e_text-99 {
        text-align: left;
        margin-bottom: 10px
    }

    .e_richText-100 {
        text-align: left;
        font-size: 13px;


    }

    .e_container-101 {

        flex-direction: column;
        display: none;
        width: 96%;
        max-width: 1600px;

        padding-bottom: 0px
    }

    .e_container-101 .cbox-101-0 {
        padding-left: 0px;
        flex: 0 0 100%
    }

    .e_container-101 .cbox-101-1 {
        padding-left: 0px;
        flex: 0 0 auto;
        margin-left: 0px;
        margin-right: 0px;
        padding-right: 0px;
        align-self: auto
    }

    .e_image-103 {
        display: none
    }

    .e_container-104 .cbox-104-0 {
        flex: 0 0 100%;
        padding-right: 0px
    }

    .e_container-104 {

        padding-bottom: 40px;
        display: none
    }

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

    /* .e_loop-107 {} - 空规则集已移除 */

    .e_container-113 .cbox-113-0 {
        padding-right: 0px;
        flex: 0 0 100%
    }

    .e_container-108 {

        flex-direction: row;
        margin-top: 20px
    }

    .e_container-108 .cbox-108-0 {
        align-self: center;
        flex: 0 0 45px
    }

    .e_icon-111 {
        width: 30px;
        height: 30px;
        margin-left: 0px;
        margin-right: auto
    }

    .e_container-112 {
        flex-direction: column
    }


    .e_container-113 .cbox-113-1 {
        flex: 0 0 100%
    }

    .e_provider-115 a {
        text-align: center
    }

    .e_provider-115 {


        text-align: center;
        font-size: 12px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0px;
        padding-right: 0px
    }


    .e_container-116 .cbox-116-0 {
        flex: 0 0 100%
    }

    .e_container-116 .cbox-116-1 {
        flex: 0 0 100%
    }

    .e_cookie-119 .p_btSet,
    .e_cookie-119 .p_btAllow,
    .e_cookie-119 .p_btRefuse,
    .e_cookie-119 .p_btConfirm {
        margin: 5px
    }

    .e_cookie-119 .p_mdMain {
        background: #f3f3f3;
        width: 90%;
        max-width: 1000px;
        padding: 20px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateY(-50%) translateX(-50%);
        border-radius: 4px
    }

    .e_cookie-119 .p_close {
        right: 10px;
        top: 10px
    }

    .e_text-120 {
        text-align: left;
        margin-bottom: 10px
    }

    .e_richText-122 {
        text-align: left;
        font-size: 13px;


    }
}

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

    .e_bottomNav-72 .p_level1Box {
        display: flex
    }

    .e_bottomNav-72 .p_jtIcon {
        display: none
    }

    .e_bottomNav-72 .p_level1Item {
        display: block
    }

    .e_bottomNav-72 .p_level1Item.open {
        display: block
    }

    .e_bottomNav-72 .p_level1Item .p_level2Box {
        display: block
    }

    .e_bottomNav-72 .p_level2Item .p_level3Box {
        display: block
    }

    .e_loop-107 .p_loopitem {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(100% / 2)
    }
}

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

    .e_container-67 .cbox-67-2 {
        display: none
    }

    .e_richText-100 {
        font-size: 12px
    }

    .e_richText-122 {
        font-size: 12px
    }
}

/* ========================================== */
/* 8. 导航栏样式 */
/* ========================================== */

#c_static_001_P_60475-1731304276499 {
    min-height: 0px;
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 0px;
    border-radius: 50px;
    background: #fff;
    border-bottom: 0px solid rgba(255, 255, 255, 0);
    background-color: #fff
}

#c_static_001_P_60475-1731304276499 .e_container-1 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
}

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

#c_static_001_P_60475-1731304276499 .e_container-2 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-right: auto;
    max-width: none
}

#c_static_001_P_60475-1731304276499 .e_container-2 .p_item {
    flex: 1;
    max-width: 100%
}

#c_static_001_P_60475-1731304276499 .e_container-2 .cbox-2-0 {
    flex: 0 0 auto
}

#c_static_001_P_60475-1731304276499 .e_container-2 .cbox-2-1 {
    flex: 0 0 auto
}

#c_static_001_P_60475-1731304276499 .e_container-1 .cbox-1-0 {
    flex: 0 0 220px;
    align-self: center;
    margin-right: 0px
}

#c_static_001_P_60475-1731304276499 .e_container-1 .cbox-1-1 {
    flex: 0 0 auto;
    align-self: center;
    margin-right: 20px;
    margin-left: auto
}

#c_static_001_P_60475-1731304276499 .s_templatetitle {
    color: #005e37;
    font-size: 18px;
    font-family: "montserrat extra bold"
}

/* #c_static_001_P_60475-1731304276499 .e_container-1 .p_item {} - 空规则集已移除 */

#c_static_001_P_60475-1731304276499 .e_icon-12 {
    width: 26px;
    height: 26px;
    margin-left: 0px
}

#c_static_001_P_60475-1731304276499 .e_icon-12 .icon {
    margin: 0;
    width: 100%;
    height: 100%;
    fill: #005e37;
    transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out
}

#c_static_001_P_60475-1731304276499 .e_container-1 .cbox-1-2 {
    align-self: center;
    flex: 0 0 150px;
    margin-left: 0
}

#c_static_001_P_60475-1731304276499 .e_icon-12:hover .icon {
    fill: #005e37;
    transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out
}

#c_static_001_P_60475-1731304276499 .e_container-13 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
}

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

#c_static_001_P_60475-1731304276499 .e_container-13 .p_item {
    background: #ededed;
    padding: 0px;
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%
}

#c_static_001_P_60475-1731304276499 .e_container-13 .cbox-13-0 {
    margin-right: 15px;
    flex: 0 0 auto
}

#c_static_001_P_60475-1731304276499 .e_container-13 .cbox-13-1 {
    background: #fff
}

.active #c_static_001_P_60475-1731304276499 .e_container-13 .p_item:hover {
    background: #005e37
}

.active #c_static_001_P_60475-1731304276499 .e_container-1 .cbox-1-2 {
    align-self: center;
    flex: 0 0 95px;
    margin-left: 0
}

.active #c_static_001_P_60475-1731304276499 .e_container-13 .cbox-13-0 {
    margin-right: 15px
}

.active #c_static_001_P_60475-1731304276499 .e_container-13 .p_item {
    background: #ededed;
    padding: 0px;
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%
}

.cls-1 {
    fill: var(--hmsecond);
    fill-rule: evenodd
}

#c_grid-116273709439191 {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0);
    z-index: 1009;
    border-bottom: 0px solid rgba(255, 255, 255, 0.2) !important;
    transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out
}

#c_static_001_P_60475-1731304276499 .e_image-19 {
    overflow: hidden;
    max-width: 137px
}

#c_static_001_P_60475-1731304276499 .e_image-19 img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

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

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

#c_static_001_P_60475-1731304276499 .e_richText-20 li {
    display: list-item;
    text-align: -webkit-match-parent;
    list-style: inherit
}

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

#c_static_001_P_60475-1731304276499 .e_richText-20 {
    font-size: 16px;
    color: rgba(0, 94, 55, 1);
    line-height: 1;
    font-family: Arial;
    font-weight: bold
}

/* 响应式样式 */
@media screen and (max-width:768px) {
    #c_static_001_P_60475-1731304276499 {
        min-height: 0px;
        border-radius: 0;
        background: #fff;
        border-bottom: 0px solid rgba(255, 255, 255, 0);
        background-color: #fff;
        padding: 0
    }

    #c_static_001_P_60475-1731304276499 .e_image-19 {
        overflow: hidden;
        max-width: 130px
    }

    #c_static_001_P_60475-1731304276499 .s_templatetitle {
        color: #333
    }

    #c_static_001_P_60475-1731304276499 .e_container-2 {
        max-width: none
    }

    #c_static_001_P_60475-1731304276499 .e_container-1 .cbox-1-0 {
        flex: 0 0 30%;
        margin-right: 0px
    }

    #c_static_001_P_60475-1731304276499 .e_container-1 .cbox-1-1 {
        flex: 0 0 auto;
        align-self: center;
        margin-right: auto;
        margin-left: auto;
        margin: 0 5px !important
    }

    #c_static_001_P_60475-1731304276499 .e_container-1 .cbox-1-2 {
        align-self: center;
        margin-left: 5px
    }

    #c_static_001_P_60475-1731304276499 .e_container-1 .cbox-1-2 {
        align-self: center;
        flex: 0 0 150px;
        margin-left: 0
    }

    .active #c_static_001_P_60475-1731304276499 .e_container-1 .cbox-1-2 {
        align-self: center;
        flex: 0 0 85px;
        margin-left: 0
    }

    #c_static_001_P_60475-1731304276499 .e_container-13 .cbox-13-0 {
        margin-right: 5px
    }

    .active #c_static_001_P_60475-1731304276499 .e_container-13 .cbox-13-0 {
        margin-right: 5px
    }

    /* .active #c_static_001_P_60475-1731304276499 .e_container-13 .p_item:hover {} - 空规则集已移除 */

    #c_grid-116273709439191 {
        position: absolute !important;
        border-radius: 0 !important;
        width: 100% !important;
        left: 0 !important;
        top: 0 !important;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1) !important
    }

    #c_static_001_P_60475-1731304276499 .e_container-1 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        width: 90%;
        max-width: none;
        margin-left: auto;
        margin-right: auto;
        margin: 10px auto;
        justify-content: space-between
    }

    #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;
        background: #fff
    }
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
    #c_static_001_P_60475-1731304276499 {
        padding-left: 30px;
        padding-right: 30px
    }

    #c_static_001_P_60475-1731304276499 .e_container-1 .cbox-1-0 {
        flex: 0 0 220px
    }

    #c_static_001_P_60475-1731304276499 .e_container-1 {
        flex-direction: row
    }

    #c_static_001_P_60475-1731304276499 .e_container-1 .cbox-1-2 {
        flex: 0 0 72px
    }
}

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

#c_grid-116273709439191 {
    position: fixed !important;
    border-radius: 50px !important;
    width: 90% !important;
    left: 5% !important;
    top: 30px !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1) !important
}
/* ========================================== */
/* 9. 面包屑导航样式 */
/* ========================================== */

#c_static_001_P_60969-1731633118243 {
    background-color: rgba(255, 255, 255, 1);
    min-height: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 0px;
}

#c_static_001_P_60969-1731633118243 .e_breadcrumb-1 .p_breadcrumbItem {
    position: relative;
    font-size: 16px;
    color: #999999
}

#c_static_001_P_60969-1731633118243 .e_breadcrumb-1 .p_breadcrumbItem .text-secondary {
    font-size: 16px;
    color: #999999
}

#c_static_001_P_60969-1731633118243 .e_breadcrumb-1 .icon {
    width: 12px;
    height: 12px
}

#c_static_001_P_60969-1731633118243 .e_breadcrumb-1 .p_breadcrumbItem:not(:first-child) {
    padding: 0 3px 0 15px
}

#c_static_001_P_60969-1731633118243 .e_breadcrumb-1 .p_breadcrumbItem:not(:first-child)::before {
    content: '>';
    position: absolute;
    left: 3px;
    font-size: 16px;
    color: #999999
}

#c_static_001_P_60969-1731633118243 .e_breadcrumb-1 .p_breadcrumb {
    display: flex;
    justify-content: start;
    font-size: 16px;
    color: #999999;

    width: 94%;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    text-align: left
}

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

#c_static_001_P_60969-1731633118243 .e_breadcrumb-1 .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_60969-1731633118243 .e_breadcrumb-1 .siblings.active {
    border: 1px solid #dee2e6
}

#c_static_001_P_60969-1731633118243 .e_breadcrumb-1 .siblings.active::after {
    transform: rotateZ(-90deg)
}

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

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

#c_static_001_P_60969-1731633118243 .e_breadcrumb-1 {


    width: auto;
    height: auto;
    max-height: none
}

@media screen and (max-width:768px) {
    #c_static_001_P_60969-1731633118243 .e_breadcrumb-1 .p_breadcrumb {
        width: fit-content;
        display: block;
        min-height: 50px;
        padding: 10px;
        margin: 0
    }

    #c_static_001_P_60969-1731633118243 {

        margin-top: 0px;
        position: inherit;
        margin-bottom: 0px;
        padding-top: 0px;
        padding-bottom: 0px;

        display: none
    }

    #c_static_001_P_60969-1731633118243 .e_breadcrumb-1 .p_breadcrumbItem {
        position: relative;
        font-size: 16px;
        color: #999999;
        float: left
    }

}
/* ========================================== */
/* 10. 波浪动画样式 */
/* ========================================== */

.waves {
    position: relative;
    width: 100%;
    height: 100px;
    /* Fix for safari gap */
    min-height: 100px;
}
/* Animation */
.parallax>use {
    animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite
}

.parallax>use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s
}

.parallax>use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s
}

.parallax>use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s
}

.parallax>use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s
}

@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0)
    }

    100% {
        transform: translate3d(85px, 0, 0)
    }
}

/*Shrinking for mobile*/
@media (max-width:768px) {
    .waves {
        height: 40px;
        min-height: 40px
    }
}

@media screen and (max-width:768px) {
    .waves {
        height: 50px;
        min-height: 50px
    }

    #c_effect_099-17426092645320 {
        min-height: auto;
        height: auto;
        max-height: auto
    }
}