.xp_9ebb52eb75_0_container {
    position: relative;
    z-index: 1000;
    width: 100%;
    background-color: #0C3E84;   
}

.xp_9ebb52eb75_0_web {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.xp_9ebb52eb75_0_content {
    width: var(--xp-content-width);
    height: 1.2rem;
    display: flex;
    justify-content: center;
}

.xp_9ebb52eb75_0_logo {
    flex: 1;
    width: 0;
    display: flex;
    align-items: center;
}

.xp_9ebb52eb75_0_logo_img {
    width: 6.01rem;
    height: 0.6rem;
}

.xp_9ebb52eb75_0_nav {
    width: 100%;
    height: 0.5rem;
    display: flex;
    justify-content: center;
    border-top: 1px solid #fff;
}

.xp_9ebb52eb75_0_logo_title {
    position: relative;
    font-size: 0.24rem;
    color: #FFFFFF;
    margin-left: 0.4rem;
    display: flex;
    align-items: center;
}

.xp_9ebb52eb75_0_logo_title::after {
    content: "";
    position: absolute;
    left: -0.2rem;
    width: 0.01rem;
    height: 0.18rem;
    background-color: #FFFFFF;;
}

.xp_9ebb52eb75_0_logo_title_box {
    display: flex;
    flex-direction: column;
    margin-left: 0.3rem;
}

.xp_9ebb52eb75_0_logo_title_value {
    font-size: 0.24rem;
    color: #FFFFFF;
}

.xp_9ebb52eb75_0_right {
    height: 100%;
    display: flex;
    align-items: center;
    gap: 0.2rem;
}

.xp_9ebb52eb75_0_tip {
    color: #FFFFFF;
    font-size: 0.18rem;
}

.xp_9ebb52eb75_0_search {
    width: 2.4rem;
    height: 0.38rem;
    padding: 0 0.1rem;
    display: flex;
    border: 0.01rem solid #f0f0f0;
    background-color: #fff;
}

.xp_9ebb52eb75_0_search_box_input {
    border: none;
    background-color: transparent;
    outline: none;
    flex: 1;
    font-size: 0.16rem;
    width: 0;
}

.xp_9ebb52eb75_0_search_icon_box {
    height: 0.38rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.xp_9ebb52eb75_0_search_icon {
    width: 0.2rem;
    height: 0.2rem;
    color: #999;
}

.xp_9ebb52eb75_0_nav_content {
    width: var(--xp-content-width);
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.xp_9ebb52eb75_0_nav_item {
    width: 100%;
    max-width: 2.4rem;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
}

.xp_9ebb52eb75_0_nav_item_name {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 0.2rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    user-select: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}

.xp_9ebb52eb75_0_nav_item_name:hover {
    background-color: var(--xp-color1);
}

.xp_9ebb52eb75_0_nav_group {
    position: absolute;
    top: 0;
    padding-top: 0.49rem;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    transition: all ease .4s;
    width: 100%;
}

.xp_9ebb52eb75_0_nav_item:hover .xp_9ebb52eb75_0_nav_group {
    visibility: visible;
    opacity: 1;
}

.xp_9ebb52eb75_0_nav_group_item {
    padding: 0.1rem;
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--xp-color1);
    color: #fff;
    font-size: 0.18rem;
    cursor: pointer;
    user-select: none;
    transition: all ease .4s;
    border-bottom: 0.01rem solid var(--xp-color2);
}

.xp_9ebb52eb75_0_nav_group_item:last-child {
    border-bottom: none;
}

.xp_9ebb52eb75_0_nav_group_item:hover {
    background-color: var(--xp-color3);
}

.xp_9ebb52eb75_0_h5 {
    display: none;
}

.xp_9ebb52eb75_0_h5_zanwei {
    display: none;
}

@media screen and (max-width: 800px) {
    .xp_9ebb52eb75_0_web {
        display: none;
    }

    .xp_9ebb52eb75_0_container {
        background-color: transparent;
    }

    .xp_9ebb52eb75_0_h5_zanwei {
        display: flex;
        width: 100%;
        height: 0.39rem;
    }

    body {
        padding-top: 0.6rem;
    }

    .xp_9ebb52eb75_0_h5 {
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        padding: 0 0.1rem;
        background-color: var(--xp-color1);   
        display: flex;
        flex-direction: column;
        z-index: 1000;
    }

    .xp_9ebb52eb75_0_h5_head {
        width: 100%;
        height: 0.6rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
    }

    .xp_9ebb52eb75_0_h5_title {
        width: 100%;
        display: flex;
        height: 0.5rem;
        line-height: 0.2rem;
        font-size: 0.16rem;
        color: #333;
        margin-top: 0.06rem;
        justify-content: center;
    }

    .xp_9ebb52eb75_0_h5_logo_box{
        display: flex;
        justify-content: center;
    }

    .xp_9ebb52eb75_0_h5_logo {
        max-height: 0.44rem;
        max-width: 80%;
    }

    .xp_9ebb52eb75_0_h5_menu {
        width: 0.5rem;
        height: 0.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .xp_9ebb52eb75_0_h5_menu_icon {
        width: 0.3rem;
        height: 0.3rem;
        color: #fff;
    }

    .xp_9ebb52eb75_0_h5_search {
        width: 0.5rem;
        height: 0.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .xp_9ebb52eb75_0_h5_search_icon {
        width: 0.24rem;
        height: 0.24rem;
        color: #fff;
    }

    .xp_9ebb52eb75_0_h5_menu_box {
        width: 100%;
        height: 100vh;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 100;
        visibility: hidden;
    }

    .xp_9ebb52eb75_0_h5_menu_content {
        overflow-y: auto;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        transform: translateX(-100vw);
        transition: all ease .6s;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0.3rem;
        background-color: transparent;
        backdrop-filter: blur(4px);
        width: 100%;
        height: 100vh;

    }

    .xp_9ebb52eb75_0_h5_menu_bg {
        position: absolute;
        width: 100%;
        height: 100vh;
        left: 0;
        top: 0;
        z-index: 1;
        backdrop-filter: blur(0);
        transition: all linear .6s;
    }

    .xp_9ebb52eb75_0_h5_menu_open {
        visibility: initial;
    }

    .xp_9ebb52eb75_0_h5_menu_open .xp_9ebb52eb75_0_h5_menu_content {
        transform: translateX(0);
    }

    .xp_9ebb52eb75_0_h5_menu_open .xp_9ebb52eb75_0_h5_menu_bg {
        backdrop-filter: blur(0.04rem);
        background-color: rgba(0, 0, 0, .3);
    }

    .xp_9ebb52eb75_0_h5_menu_logo {
        max-height: 0.6rem;
        max-width: 85vw;
    }

    .xp_9ebb52eb75_0_h5_menu_logo_box{
        display: flex;
        justify-content: center;
        width:100%;
        margin-bottom: 0.3rem;
    }

    .xp_9ebb52eb75_0_h5_menu_list {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .xp_9ebb52eb75_0_h5_group {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        box-shadow: 0 0 0.04rem 0 rgba(0, 0, 0, .3);
        margin-bottom: 0.15rem;
        background-color: #FFFFFF;
    }

    .xp_9ebb52eb75_0_h5_group_title {
        flex: 1;
    }

    .xp_9ebb52eb75_0_h5_group_icon {
        width: 0.2rem;
        height: 0.2rem;
        color: #666;
    }

    .xp_9ebb52eb75_0_menu_close {
        position: absolute;
        right: 0;
        top: 0;
        width: 0.46rem;
        height: 0.46rem;
        background-color: var(--xp-color1);
        border-bottom-left-radius: 0.46rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .xp_9ebb52eb75_0_menu_close_icon {
        width: 0.18rem;
        height: 0.18rem;
        color: #fff;
        position: relative;
        left: 0.05rem;
        bottom: 0.05rem;
    }

    .xp_9ebb52eb75_0_h5_group_line {
        width: 100%;
        display: flex;
        align-items: center;
        padding: 0 0.2rem;
        min-height: 0.5rem;
    }

    .xp_9ebb52eb75_0_h5_list {
        width: 100%;
        display: none;
        flex-direction: column;
    }

    .xp_9ebb52eb75_0_h5_item {
        height: 0.5rem;
        width: 100%;
        display: flex;
        align-items: center;
        padding: 0 0.2rem;
        background-color: #f0f0f0;
        border-bottom: 0.01rem solid #ddd;
    }

    .xp_9ebb52eb75_0_h5_item:last-child {
        border-bottom: none;
    }

    .xp_9ebb52eb75_0_h5_group_show .xp_9ebb52eb75_0_h5_list {
        display: flex;
    }

    .xp_9ebb52eb75_0_h5_group_show .xp_9ebb52eb75_0_h5_group_icon {
        transform: rotate(90deg);
    }

    .xp_9ebb52eb75_0_h5_search_box {
        width: 100%;
        height: 100vh;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 10;
        visibility: hidden;
        display: flex;
        flex-direction: column;
        align-items: center;
        transition: all ease .4s;
    }

    .xp_9ebb52eb75_0_h5_search_open {
        visibility: initial;
    }

    .xp_9ebb52eb75_0_h5_inp_box {
        width: 90%;
        height: 0.5rem;
        margin-top: 2rem;
        background-color: #fff;
        border-radius: 0.04rem;
        display: flex;
        align-items: center;
        overflow: hidden;
        transform: translateY(-3rem);
        transition: all ease .4s;
    }

    .xp_9ebb52eb75_0_h5_search_open .xp_9ebb52eb75_0_h5_inp_box {
        transform: translateY(0);
    }

    .xp_9ebb52eb75_0_h5_search_open {
        background-color: rgba(0, 0, 0, .7);
        backdrop-filter: blur(0.01rem);
    }

    .xp_9ebb52eb75_0_h5_input {
        flex: 1;
        height: 100%;
        font-size: 0.16rem;
        border: none;
        background-color: transparent;
        outline: none;
        padding: 0 0.2rem;
    }

    .xp_9ebb52eb75_0_h5_input_but {
        width: 0.8rem;
        height: 100%;
        font-size: 0.16rem;
        background-color: var(--xp-color1);
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .xp_9ebb52eb75_0_h5_search_close {
        width: 0.5rem;
        height: 0.5rem;
        border-radius: 50%;
        background-color: var(--xp-color1);
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 0.6rem;
        opacity: 0;
        transition: all ease .3s;
    }

    .xp_9ebb52eb75_0_h5_search_open .xp_9ebb52eb75_0_h5_search_close {
        opacity: 1;
    }

    .xp_9ebb52eb75_0_h5_search_close_icon {
        width: 0.2rem;
        height: 0.2rem;
        color: #fff;
    }
}
.xp_e0144ee951_3_container {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    background-color: #FFFFFF;
    margin: 0rem 0rem 0rem 0rem;
    perspective: 100vw;
    transform-style: preserve-3d;
}

.xp_e0144ee951_3_content {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.xp_e0144ee951_3_banner {
    width: 100%;
    height: 4rem;
}

.xp_e0144ee951_3_banner_item {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.xp_e0144ee951_3_banner_item_img {
    width: 100%;
    height: 100%;
    display: flex;
    transform: scale(1) rotateX(360deg);
    object-fit: cover;
    transition: transform linear 4s;
}

.xp_e0144ee951_3_index {
    width: 100%;
    height: 0.2rem;
    position: absolute;
    bottom: 0.3rem !important;
    z-index: 10;
    display: flex;
    align-items: center;
    padding: 0 0.34rem;
    transform: translate(0rem,0rem);
    justify-content: center;
}

.xp_e0144ee951_3_index_item {
    width: 0.1rem;
    height: 0.1rem;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 0.06rem;
    transition: all ease .4s;
}

.xp_e0144ee951_3_index_item_select {
    width: 0.4rem;
    height: 0.1rem;
    border-radius: 0.04rem;
}

.xp_e0144ee951_3_button {
    position: absolute;
    width: 0.45rem;
    height: 1rem;
    background-color: rgba(0, 0, 0, .4);
    z-index: 20;
    cursor: pointer;
    color: #f0f0f0;
    border-radius: 0.04rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.xp_e0144ee951_3_pre {
    left: 0.4rem;
}

.xp_e0144ee951_3_next {
    right: 0.4rem;
}

.xp_e0144ee951_3_button:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, .6);
}

.xp_e0144ee951_3_item_icon {
    width: 0.3rem;
    height: 0.3rem;
}

@media screen and (min-width: 800px) {
    .swiper-slide-active .xp_e0144ee951_3_banner_item_img {
        transform: scale(1.08) rotateX(360deg);
    }
}

@media screen and (max-width: 800px) {
    .xp_e0144ee951_3_container {
        width: 100vw;
        background-image: none;
        background-color: transparent;
        margin: 0rem 0rem 0rem 0rem;
        padding: 0rem 0rem 0rem 0rem;
    }

    .xp_e0144ee951_3_banner {
        width: 100%;
        max-height: 2rem;
    }

    .xp_e0144ee951_3_button {
        display: none;
    }

    .xp_e0144ee951_3_children {
        width: 100%;
        margin-top: 0;
    }

    .xp_e0144ee951_3_index {
        bottom: -0.5rem !important;
    }

    .xp_e0144ee951_3_index_item_select {
        width: 0.3rem;
        height: 0.1rem;
    }
}

.xp_title_103a605037_0_container2 {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    user-select: none;
    margin-bottom: 0.4rem;
}

.xp_title_103a605037_0_title_box {
    flex: 1;
    display: flex;
    align-items: center;
    padding-left: 0.14rem;
    position: relative;
}

.xp_title_103a605037_0_title_hr {
    position: absolute;
    left: 0;
    width: 0.04rem;
    height: 0.42rem;
    background-color: var(--xp-color1);
}

.xp_title_103a605037_0_more_box {
    font-size: 0.2rem;
    padding: 0.04rem 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-weight: bold;
    color: #A1A1A1;
}

.xp_title_103a605037_0_more_box_icon {
    width: 0.3rem;
    height: 0.3rem;
    margin-left: 0.14rem;
    color: #A1A1A1;
}

.xp_title_103a605037_0_title2 {
    position: absolute;
    left: 0.14rem;
    width: 75%;
    z-index: 10;
    font-size: 0.32rem;
    font-weight: bold;
    letter-spacing: 0.01rem;
    line-height: 0.32rem;
    text-indent: 0.06rem;
    display: flex;
    align-items: center;
    color: var(--xp-color1);
}

.xp_title_103a605037_0_title2_item {
    padding-left: 0.04rem;
    padding-right: 0.04rem;
    cursor: pointer;
}

.xp_title_103a605037_0_title2_item:hover { 
    color: var(--xp-color1);
}

.xp_title_103a605037_0_select { 
    color: var(--xp-color1);
}

@media screen and (max-width: 800px) {
    .xp_title_103a605037_0_container1{
        margin-bottom: 0.2rem;
    }

   .xp_title_103a605037_0_container2 {
        width: 100%;
        margin-bottom: 0.2rem;
   } 

    .xp_title_103a605037_0_hr1 {
        height: 0.04rem;
        width: 0.22rem;
    }

   .xp_title_103a605037_0_title_hr {
        width: 0.04rem;
        height: 0.22rem;
    }

    .xp_title_103a605037_0_title1 {
        bottom: 0.1rem;
        font-size: 0.2rem;
        line-height: 0.2rem;
    }

    .xp_title_103a605037_0_title2 {
        font-size: 0.2rem;
        line-height: 0.2rem;
        text-indent: 0rem;
    }

   .xp_title_103a605037_0_more_box {
        padding: 0.04rem 0;
        font-size: 0.14rem;
   }

   .xp_title_103a605037_0_more_box_icon {
        width: 0.2rem;
        height: 0.2rem;
        margin-left: 0.06rem;
    }
}


.xp_103a605037_0_container {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #FFFFFF;
    padding: 0rem 0rem 0rem 0rem;
}

.xp_103a605037_0_title {
    width: 100%;
    max-width: var(--xp-content-width);
}

.xp_103a605037_0_box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding:0rem 0rem 0rem 0rem;
}

.xp_103a605037_0_content {
    width: 100%;
    flex: 1;
    height: 0;
    display: flex;
    align-items: center;
}

.xp_103a605037_0_left {
    width: 5rem;
    height: 100%;
    background-color: #f0f0f0;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.xp_103a605037_0_left_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all ease .4s;
}

.xp_103a605037_0_left_img:hover {
    transform: scale(1.1);
}

.xp_103a605037_0_left_title {
    width: 100%;
    height: 0.5rem;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .4);
    font-weight: 600;
    color: #fff;
    padding: 0 0.2rem;
    display: flex;
    align-items: center;
}

.xp_103a605037_0_list {
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    margin-left: 0.15rem;
    justify-content: space-between;
}

.xp_103a605037_0_line {
    width: 100%;
    display: flex;
    align-items: center;
    display: flex;
    align-items: center;
    height: 0.5rem;
    padding: 0 0.2rem;
    cursor: pointer;
    font-size: 0.18rem;
}

.xp_103a605037_0_line_title {
    flex: 1;
    margin-right: 0.2rem;
}

.xp_103a605037_0_line_time {
    color: #666;
}

.xp_103a605037_0_line:hover .xp_103a605037_0_line_title {
    color: var(--xp-color1);
}

.xp_103a605037_0_line:hover .xp_103a605037_0_line_time {
    color: var(--xp-color1);
}

@media screen and (max-width: 800px) {
    
    .xp_103a605037_0_container {
        margin: 0rem 0rem 0rem 0rem;
        padding: 0.2rem 0.2rem 0.2rem 0.2rem;
        background-size: cover;
    }

    .xp_103a605037_0_left_title {
        font-size: 0.14rem;
    }

    .xp_103a605037_0_title {
        padding: 0;
    }

    .xp_103a605037_0_content {
        flex-direction: column;
        gap: 0;
        height: auto;
        padding: 0;
    }
    
    .xp_103a605037_0_box {
        padding: 0;
    }

    .xp_103a605037_0_left {
        width: 100%;
        height: 2rem;
    }

    .xp_103a605037_0_list {
        flex: none;
        margin-left: 0;
        height: auto;
    }

    .xp_103a605037_0_line {
        margin-top: 0.2rem;
        font-size: 0.14rem;
        box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 4px 0px;
    }

}


.xp_title_09649d92a4_1_container2 {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    user-select: none;
    margin-bottom: 0.4rem;
}

.xp_title_09649d92a4_1_title_box {
    flex: 1;
    display: flex;
    align-items: center;
    padding-left: 0.14rem;
    position: relative;
}

.xp_title_09649d92a4_1_title_hr {
    position: absolute;
    left: 0;
    width: 0.04rem;
    height: 0.42rem;
    background-color: var(--xp-color1);
}

.xp_title_09649d92a4_1_more_box {
    font-size: 0.2rem;
    padding: 0.04rem 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-weight: bold;
    color: #A1A1A1;
}

.xp_title_09649d92a4_1_more_box_icon {
    width: 0.3rem;
    height: 0.3rem;
    margin-left: 0.14rem;
    color: #A1A1A1;
}

.xp_title_09649d92a4_1_title2 {
    position: absolute;
    left: 0.14rem;
    width: 75%;
    z-index: 10;
    font-size: 0.32rem;
    font-weight: bold;
    letter-spacing: 0.01rem;
    line-height: 0.32rem;
    text-indent: 0.06rem;
    display: flex;
    align-items: center;
    color: var(--xp-color1);
}

.xp_title_09649d92a4_1_title2_item {
    padding-left: 0.04rem;
    padding-right: 0.04rem;
    cursor: pointer;
}

.xp_title_09649d92a4_1_title2_item:hover { 
    color: var(--xp-color1);
}

.xp_title_09649d92a4_1_select { 
    color: var(--xp-color1);
}

@media screen and (max-width: 800px) {
    .xp_title_09649d92a4_1_container1{
        margin-bottom: 0.2rem;
    }

   .xp_title_09649d92a4_1_container2 {
        width: 100%;
        margin-bottom: 0.2rem;
   } 

    .xp_title_09649d92a4_1_hr1 {
        height: 0.04rem;
        width: 0.22rem;
    }

   .xp_title_09649d92a4_1_title_hr {
        width: 0.04rem;
        height: 0.22rem;
    }

    .xp_title_09649d92a4_1_title1 {
        bottom: 0.1rem;
        font-size: 0.2rem;
        line-height: 0.2rem;
    }

    .xp_title_09649d92a4_1_title2 {
        font-size: 0.2rem;
        line-height: 0.2rem;
        text-indent: 0rem;
    }

   .xp_title_09649d92a4_1_more_box {
        padding: 0.04rem 0;
        font-size: 0.14rem;
   }

   .xp_title_09649d92a4_1_more_box_icon {
        width: 0.2rem;
        height: 0.2rem;
        margin-left: 0.06rem;
    }
}


.xp_09649d92a4_1_container {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    margin: 0rem 0rem 0rem 0rem;
    background-color: #FFFFFF;
}

.xp_09649d92a4_1_title {
    width: 100%;
    max-width: var(--xp-content-width);
}

.xp_09649d92a4_1_box {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    padding:0rem 0rem 0rem 0rem;
}

.xp_09649d92a4_1_title {
    width: 100%;
    max-width: var(--xp-content-width);
}

.xp_09649d92a4_1_content {
    width: 100%;
    flex:1;
    height: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.xp_09649d92a4_1_line {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    cursor: pointer;
}

.xp_09649d92a4_1_line_tag {
    width: fit-content;
    padding: 0.06rem 0.2rem;
    background-color: var(--xp-color1);
    color: #fff;
    font-size: 0.16rem;
    margin-bottom: 0.1rem;
}

.xp_09649d92a4_1_line_box {
    width: 100%;
    display: flex;
    align-items: center;
}

.xp_09649d92a4_1_line_date {
    color: #666;
    display: flex;
    cursor: pointer;
    align-items: center;
    font-size: 0.16rem;
}

.xp_09649d92a4_1_line_title {
    flex: 1;
    cursor: pointer;
    padding-right: 0.2rem;
    font-size: 0.18rem;
}

.xp_09649d92a4_1_line:hover .xp_09649d92a4_1_line_title ,.xp_09649d92a4_1_line:hover .xp_09649d92a4_1_line_date, .xp_09649d92a4_1_line:hover .xp_09649d92a4_1_line_date_icon {
    color: var(--xp-color1);
}

@media screen and (max-width: 800px) {
    .xp_09649d92a4_1_container {
        width: 100vw;
        height: auto;
        margin: 0rem 0rem 0rem 0rem;
    }
    
    .xp_09649d92a4_1_box {
        background-image: none;
        background-color: transparent;
        padding: 0rem 0.2rem 0.2rem 0.2rem;
    }

    .xp_09649d92a4_1_line_date {
        font-size: 0.14rem;
    }

    .xp_09649d92a4_1_content {
        flex: none;
        height: auto;
        padding: 0rem;
    }

    .xp_09649d92a4_1_line {
        margin-bottom: 0.2rem;
    }

    .xp_09649d92a4_1_line:last-child { 
        margin-bottom: 0rem;
    }

    .xp_09649d92a4_1_line_tag {
        padding: 0.06rem 0.1rem;
        font-size: 0.14rem;
    }

    .xp_09649d92a4_1_line_title {
        font-size: 0.14rem;
    }
}



.xp_1f04de94cb_1_container {
    position: relative;
    z-index: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #FFFFFF;
    margin: 0rem 0rem 0rem 0rem;
    padding: 0.6rem 0rem 0.6rem 0rem;
}

.xp_1f04de94cb_1_content {
    width: 100%;
    max-width: var(--xp-content-width);
    height: 4rem;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.xp_1f04de94cb_1_title {
    width: var(--xp-content-width);
}

.xp_1f04de94cb_1_content_item {
    overflow: hidden;
    height: 100%;
}

.xp_1f04de94cb_1_content_item_max {
    flex: 5;
}

.xp_1f04de94cb_1_content_item_min {
    flex: 2;
}

.xp_1f04de94cb_1_content_placeholder {
    width: 100%;
    height: 100%;
    position: relative;
    border: 0.02rem dotted #555;
    border-left: 0 dotted #555;
}

.xp_1f04de94cb_1_content_item:first-child .xp_1f04de94cb_1_content_placeholder {
    border-left: 0.02rem dotted #555;
}

.xp_1f04de94cb_1_content_placeholder_box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.23rem;
    color: #999;
}

@media screen and (max-width: 800px) {
    .xp_1f04de94cb_1_container{
        margin: 0;
        padding: 0;
        background-image: none;
        background-color: transparent;
    }

    .xp_1f04de94cb_1_content_item_max, .xp_1f04de94cb_1_content_item_min {
        flex: none;
    }

    .xp_1f04de94cb_1_content {
        flex-direction: column;
        gap: 0;
        height: auto;
    }

    .xp_1f04de94cb_1_content_item {
        flex: none;
        width: 100%;
    }
}

.xp_title_0a4b3e060f_0_container2 {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    user-select: none;
    margin-bottom: 0.4rem;
}

.xp_title_0a4b3e060f_0_title_box {
    flex: 1;
    display: flex;
    align-items: center;
    padding-left: 0.14rem;
    position: relative;
}

.xp_title_0a4b3e060f_0_title_hr {
    position: absolute;
    left: 0;
    width: 0.04rem;
    height: 0.42rem;
    background-color: var(--xp-color1);
}

.xp_title_0a4b3e060f_0_more_box {
    font-size: 0.2rem;
    padding: 0.04rem 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-weight: bold;
    color: #A1A1A1;
}

.xp_title_0a4b3e060f_0_more_box_icon {
    width: 0.3rem;
    height: 0.3rem;
    margin-left: 0.14rem;
    color: #A1A1A1;
}

.xp_title_0a4b3e060f_0_title2 {
    position: absolute;
    left: 0.14rem;
    width: 75%;
    z-index: 10;
    font-size: 0.32rem;
    font-weight: bold;
    letter-spacing: 0.01rem;
    line-height: 0.32rem;
    text-indent: 0.06rem;
    display: flex;
    align-items: center;
    color: var(--xp-color1);
}

.xp_title_0a4b3e060f_0_title2_item {
    padding-left: 0.04rem;
    padding-right: 0.04rem;
    cursor: pointer;
}

.xp_title_0a4b3e060f_0_title2_item:hover { 
    color: var(--xp-color1);
}

.xp_title_0a4b3e060f_0_select { 
    color: var(--xp-color1);
}

@media screen and (max-width: 800px) {
    .xp_title_0a4b3e060f_0_container1{
        margin-bottom: 0.2rem;
    }

   .xp_title_0a4b3e060f_0_container2 {
        width: 100%;
        margin-bottom: 0.2rem;
   } 

    .xp_title_0a4b3e060f_0_hr1 {
        height: 0.04rem;
        width: 0.22rem;
    }

   .xp_title_0a4b3e060f_0_title_hr {
        width: 0.04rem;
        height: 0.22rem;
    }

    .xp_title_0a4b3e060f_0_title1 {
        bottom: 0.1rem;
        font-size: 0.2rem;
        line-height: 0.2rem;
    }

    .xp_title_0a4b3e060f_0_title2 {
        font-size: 0.2rem;
        line-height: 0.2rem;
        text-indent: 0rem;
    }

   .xp_title_0a4b3e060f_0_more_box {
        padding: 0.04rem 0;
        font-size: 0.14rem;
   }

   .xp_title_0a4b3e060f_0_more_box_icon {
        width: 0.2rem;
        height: 0.2rem;
        margin-left: 0.06rem;
    }
}


.xp_0a4b3e060f_0_container {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    margin: 0rem 0rem 0rem 0rem;
}

.xp_0a4b3e060f_0_title {
    width: 100%;
    max-width: var(--xp-content-width);
}

.xp_0a4b3e060f_0_box {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    padding:0rem 0rem 0rem 0rem;
}

.xp_0a4b3e060f_0_content {
    width: 100%;
    flex:1;
    height: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: rgba(255,255,255,0);
}

.xp_0a4b3e060f_0_line {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0.2rem 0rem;
}

.xp_0a4b3e060f_0_line_l {
    width: 0.8rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: var(--xp-color2);
    overflow: hidden;
    border-radius: 0.1rem;
}

.xp_0a4b3e060f_0_line_d {
    line-height: 0.48rem;
    font-size: 0.32rem;
    color: var(--xp-color1);
}

.xp_0a4b3e060f_0_line_ym {
    width: 100%;
    text-align: center;
    font-size: 0.12rem;
    line-height: 0.24rem;
    color: #FFFFFF;
    background-color: var(--xp-color1);
}

.xp_0a4b3e060f_0_line_title {
    flex: 1;
    margin-left: 0.2rem;
    width: 0;
    font-size: 0.18rem;
}

.xp_0a4b3e060f_0_line:hover .xp_0a4b3e060f_0_line_title {
    color: var(--xp-color1);
}

.xp_0a4b3e060f_0_line:last-child {
    padding-bottom: 0rem;
}

@media screen and (max-width: 800px) {
    .xp_0a4b3e060f_0_container {
        width: 100vw;
        height: auto;
        margin: 0rem 0rem 0rem 0rem;
    }

    .xp_0a4b3e060f_0_content {
        background-color: transparent;
        gap: 0.2rem;
    }

    .xp_0a4b3e060f_0_box {
        background-image: none;
        background-color: transparent;
        padding: 0rem 0.2rem 0.2rem 0.2rem;
    }

    .xp_0a4b3e060f_0_line_l {
        width: 0.6rem;
    }

    .xp_0a4b3e060f_0_line {
        padding: 0rem;
        border-bottom: none;
    }

    .xp_0a4b3e060f_0_line_d {
        line-height: 0.3rem;
        font-size: 0.24rem;
    }

    .xp_0a4b3e060f_0_line_ym {
        font-size: 0.12rem;
    }

    .xp_0a4b3e060f_0_line_title {
        margin-left: 0.1rem;
        font-size: 0.14rem;
    }

    .xp_0a4b3e060f_0_content {
        flex: none;
        height: auto;
        padding: 0rem;
    }
}


.xp_title_5d37325ff5_1_container2 {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    user-select: none;
    margin-bottom: 0.4rem;
}

.xp_title_5d37325ff5_1_title_box {
    flex: 1;
    display: flex;
    align-items: center;
    padding-left: 0.14rem;
    position: relative;
}

.xp_title_5d37325ff5_1_title_hr {
    position: absolute;
    left: 0;
    width: 0.04rem;
    height: 0.42rem;
    background-color: var(--xp-color1);
}

.xp_title_5d37325ff5_1_more_box {
    font-size: 0.2rem;
    padding: 0.04rem 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-weight: bold;
    color: #A1A1A1;
}

.xp_title_5d37325ff5_1_more_box_icon {
    width: 0.3rem;
    height: 0.3rem;
    margin-left: 0.14rem;
    color: #A1A1A1;
}

.xp_title_5d37325ff5_1_title2 {
    position: absolute;
    left: 0.14rem;
    width: 75%;
    z-index: 10;
    font-size: 0.32rem;
    font-weight: bold;
    letter-spacing: 0.01rem;
    line-height: 0.32rem;
    text-indent: 0.06rem;
    display: flex;
    align-items: center;
    color: var(--xp-color1);
}

.xp_title_5d37325ff5_1_title2_item {
    padding-left: 0.04rem;
    padding-right: 0.04rem;
    cursor: pointer;
}

.xp_title_5d37325ff5_1_title2_item:hover { 
    color: var(--xp-color1);
}

.xp_title_5d37325ff5_1_select { 
    color: var(--xp-color1);
}

@media screen and (max-width: 800px) {
    .xp_title_5d37325ff5_1_container1{
        margin-bottom: 0.2rem;
    }

   .xp_title_5d37325ff5_1_container2 {
        width: 100%;
        margin-bottom: 0.2rem;
   } 

    .xp_title_5d37325ff5_1_hr1 {
        height: 0.04rem;
        width: 0.22rem;
    }

   .xp_title_5d37325ff5_1_title_hr {
        width: 0.04rem;
        height: 0.22rem;
    }

    .xp_title_5d37325ff5_1_title1 {
        bottom: 0.1rem;
        font-size: 0.2rem;
        line-height: 0.2rem;
    }

    .xp_title_5d37325ff5_1_title2 {
        font-size: 0.2rem;
        line-height: 0.2rem;
        text-indent: 0rem;
    }

   .xp_title_5d37325ff5_1_more_box {
        padding: 0.04rem 0;
        font-size: 0.14rem;
   }

   .xp_title_5d37325ff5_1_more_box_icon {
        width: 0.2rem;
        height: 0.2rem;
        margin-left: 0.06rem;
    }
}


.xp_5d37325ff5_1_container {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    margin: 0rem 0rem 0rem 0rem;
}

.xp_5d37325ff5_1_title {
    width: 100%;
    max-width: var(--xp-content-width);
}

.xp_5d37325ff5_1_box {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    padding:0rem 0rem 0rem 0rem;
}

.xp_5d37325ff5_1_content {
    width: 100%;
    flex:1;
    height: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: rgba(255,255,255,0);
}

.xp_5d37325ff5_1_line {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0.2rem 0rem;
}

.xp_5d37325ff5_1_line_l {
    width: 0.8rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: var(--xp-color2);
    overflow: hidden;
    border-radius: 0.1rem;
}

.xp_5d37325ff5_1_line_d {
    line-height: 0.48rem;
    font-size: 0.32rem;
    color: var(--xp-color1);
}

.xp_5d37325ff5_1_line_ym {
    width: 100%;
    text-align: center;
    font-size: 0.12rem;
    line-height: 0.24rem;
    color: #FFFFFF;
    background-color: var(--xp-color1);
}

.xp_5d37325ff5_1_line_title {
    flex: 1;
    margin-left: 0.2rem;
    width: 0;
    font-size: 0.18rem;
}

.xp_5d37325ff5_1_line:hover .xp_5d37325ff5_1_line_title {
    color: var(--xp-color1);
}

.xp_5d37325ff5_1_line:last-child {
    padding-bottom: 0rem;
}

@media screen and (max-width: 800px) {
    .xp_5d37325ff5_1_container {
        width: 100vw;
        height: auto;
        margin: 0rem 0rem 0rem 0rem;
    }

    .xp_5d37325ff5_1_content {
        background-color: transparent;
        gap: 0.2rem;
    }

    .xp_5d37325ff5_1_box {
        background-image: none;
        background-color: transparent;
        padding: 0rem 0.2rem 0.2rem 0.2rem;
    }

    .xp_5d37325ff5_1_line_l {
        width: 0.6rem;
    }

    .xp_5d37325ff5_1_line {
        padding: 0rem;
        border-bottom: none;
    }

    .xp_5d37325ff5_1_line_d {
        line-height: 0.3rem;
        font-size: 0.24rem;
    }

    .xp_5d37325ff5_1_line_ym {
        font-size: 0.12rem;
    }

    .xp_5d37325ff5_1_line_title {
        margin-left: 0.1rem;
        font-size: 0.14rem;
    }

    .xp_5d37325ff5_1_content {
        flex: none;
        height: auto;
        padding: 0rem;
    }
}



.xp_4c92fa4d98_4_container {
    position: relative;
    z-index: 2;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(255,255,255,0);
    margin: 0rem 0rem 0rem 0rem;
    padding: 0.4rem 0rem 0.8rem 0rem;
}

.xp_4c92fa4d98_4_content {
    width: 100%;
    max-width: var(--xp-content-width);
    height: 5rem;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.xp_4c92fa4d98_4_title {
    width: var(--xp-content-width);
}

.xp_4c92fa4d98_4_content_item {
    flex: 1;
    width: 0;
    height: 100%;
}

.xp_4c92fa4d98_4_content_placeholder {
    width: 100%;
    height: 100%;
    position: relative;
    border: 0.01rem dashed #555;
}

.xp_4c92fa4d98_4_content_item:first-child .xp_4c92fa4d98_4_content_placeholder {
    border-left: 0.01rem dashed #555;
}

.xp_4c92fa4d98_4_content_placeholder_box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.23rem;
    color: #555;
}

@media screen and (max-width: 800px) {
    .xp_4c92fa4d98_4_container {
        background-image: none;
        margin: 0;
        padding: 0;
        width: 100vw;
    }

    .xp_4c92fa4d98_4_title {
        width: 100%;
    }

    .xp_4c92fa4d98_4_content {
        width: 100%;
        height: fit-content;
        flex-direction: column;
        gap: 0;
    }

    .xp_4c92fa4d98_4_content_item {
        flex: none;
        width: 100%;
    }
}
.xp_8da3452283_5_container {
    position: relative;
    z-index: 1;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('https://img.sxvtc.com/storage/images/20260310/1773134989_69afe48dcd61e.webp');
    background-color: #FFFFFF;   
    margin: -2.4rem 0rem 0rem 0rem;
    padding: 2.8rem 0rem 0.8rem 0rem;
}

.xp_8da3452283_5_content {
    width: 100%;
    height: 5rem;
    display: flex;
    max-width: var(--xp-content-width);
    gap: 0.2rem;
}

.xp_8da3452283_5_line {
    flex: 1;
    width: 0;
    height: 100%;
    display: flex;
    gap: 0.2rem;
}

.xp_8da3452283_5_one {
    position: relative;
    width: 3.2rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    cursor: pointer;
}

.xp_8da3452283_5_item_icon {
    width: 0.48rem;
    height: 0.48rem;
    position: relative;
}

.xp_8da3452283_5_one_title {
    font-size: 0.2rem;
    font-weight: bold;
    color: #fff;
    margin-top: 0.1rem;
    position: relative;
    width: 100%;
    text-align: center;
    padding: 0rem 1rem;
}

.xp_8da3452283_5_line_list {
    flex: 1;
    width: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.xp_8da3452283_5_item1 {
    width: 100%;
    flex: 1;
    height: 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    overflow: hidden;
}

.xp_8da3452283_5_item1_title {
    width: 100%;
    text-align: center;
    padding: 0rem 0.4rem;
    position: relative;
    font-size: 0.18rem;
    font-weight: bold;
    color: #fff;
}

.xp_8da3452283_5_item2 {
    position: relative;
    width: 100%;
    flex: 1;
    height: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0rem 0.4rem;
    cursor: pointer;
    overflow: hidden;
}

.xp_8da3452283_5_item_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    transition: all ease .7s;
}

.xp_8da3452283_5_item2_title {
    font-size: 0.18rem;
    font-weight: bold;
    margin-top: 0.1rem;
    color: #fff;
    position: relative;
}

.xp_8da3452283_5_one:hover .xp_8da3452283_5_item_bg,
.xp_8da3452283_5_item1:hover .xp_8da3452283_5_item_bg,
.xp_8da3452283_5_item2:hover .xp_8da3452283_5_item_bg {
    transform: scale(1.04);
}

@media screen and (max-width: 800px) {
    .xp_8da3452283_5_container {
        width: 100vw;
        margin: 0rem 0rem 0rem 0rem;
        padding: 0rem 0.2rem 0.2rem 0.2rem;
    }

    .xp_8da3452283_5_content {
        height: auto;
        max-width: 100%;
        flex-direction: column;
        gap: 0.1rem;
    }

    .xp_8da3452283_5_line {
        width: 100%;
        height: auto;
        flex: none;
        gap: 0.1rem;
        flex-direction: column;
    }

    .xp_8da3452283_5_one_title {
        font-size: 0.16rem;
    }

    .xp_8da3452283_5_item_icon {
        width: 0.4rem;
        height: 0.4rem;
    }

    .xp_8da3452283_5_one {
        width: 100%;
        height: 1.8rem;
    }

    .xp_8da3452283_5_line_list {
        flex: none;
        width: 100%;
        gap: 0.1rem
    }

    .xp_8da3452283_5_item1_title {
        padding: 0.1rem 0.2rem;
        font-size: 0.14rem;
    }

    .xp_8da3452283_5_item2_title {
        font-size: 0.16rem;
    }

    .xp_8da3452283_5_item2 {
        flex: none;
        height: 1.8rem;
    }
}
.xp_7537e3b0e0_2_container {
    position: relative;
    z-index: 1;
    width: 100%;
    background-color: rgb(41,83,156);   
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url('https://img.sxvtc.com/storage/images/20260310/1773124533_69afbbb5aa93e.webp');
    display: flex;
    justify-content: center;
    margin: 0rem 0rem 0rem 0rem;
    padding: 0.4rem 0rem 0.4rem 0rem;
}

.xp_7537e3b0e0_2_content {
    width: var(--xp-content-width);
    display: flex;
    align-items: center;
}

.xp_7537e3b0e0_2_logo_box {
    width: 6.2rem;
    margin-right: 1rem;
}

.xp_7537e3b0e0_2_logo {
    width: 6.01rem;
    height: 0.6rem;
}

.xp_7537e3b0e0_2_link_box {
    flex: 1;
    width: 0;
    padding-right: 0.4rem;
}

.xp_7537e3b0e0_2_link_item {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0.1rem;
    color: #FFFFFF;
}

.xp_7537e3b0e0_2_link_title {
    display: flex;
    font-weight: bold;
    font-size: 0.18rem;
    position: relative;
    margin-bottom: 0.2rem;
    color: #FFFFFF;
}

.xp_7537e3b0e0_2_link_title::before {
    position: absolute;
    content: "";
    bottom: -0.06rem;
    left: 0rem;
    width: 0.36rem;
    height: 0.04rem;
    background-color: #FFFFFF;;
}

.xp_7537e3b0e0_2_code_box {
    width: 3rem;
    display: flex;
    align-items: center;
    gap: 0.1rem;
}

.xp_7537e3b0e0_2_code {
    width: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.xp_7537e3b0e0_2_code_img {
    width: 1rem;
    height: 1rem;
    object-fit: cover;
}

.xp_7537e3b0e0_2_code_name {
    margin-top: 0.1rem;
    font-size: 0.14rem;
    color: #ffffff;
}

@media screen and (max-width: 800px) {
    .xp_7537e3b0e0_2_container {
        width: 100vw;
        margin: 0rem 0rem 0rem 0rem;
        padding: 0.2rem 0rem 0.4rem 0rem;
        background-image: none;
        background-color: rgb(41,83,156);   
    }
    
    .xp_7537e3b0e0_2_logo_box {
        width: 100%;
        display: flex;
        justify-content: center;
        padding: 0.2rem 0rem;
        margin-right: 0rem;
    }

    .xp_7537e3b0e0_2_logo {
        width: auto;
        max-width: 90%;
        height: 0.4rem;
        object-fit: contain;
    }

    .xp_7537e3b0e0_2_link_title {
        justify-content: center;
    }

    .xp_7537e3b0e0_2_link_title::before {
        left: auto;
    }

    .xp_7537e3b0e0_2_content {
        width: 100%;
        flex-direction: column;
    }

    .xp_7537e3b0e0_2_link_box {
        flex: none;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-right: 0rem;
        margin-bottom: 0.4rem;
        padding-top: 0.2rem;
    }

    .xp_7537e3b0e0_2_code_box {
        width: 100%;
        justify-content: center;
    }
}
