.xp_2e24125273_0_container {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: var(--xp-color1);
}

.xp_2e24125273_0_head {
    width: 100%;
    position: fixed;
    top:0;
    left:0;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all linear .7s;
}

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

.xp_2e24125273_0_head_top_box {
    width: 100%;
    height: 0.4rem;
    display: flex;
    justify-content: center;
    margin-top: 0.2rem;
}

.xp_2e24125273_0_head_top_box2 {
    display: none;
}

.xp_2e24125273_0_head_top_line {
    color: #fff;
    font-size: 0.16rem;
    margin-left: 0.3rem;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.xp_2e24125273_0_head_top_line_icon {
    width: 0.2rem;
    height: 0.2rem;
    margin-right: 0.06rem;
}

.xp_2e24125273_0_head_top_line:hover {
    font-weight: bold;
}

.xp_2e24125273_0_head_top_line:not(.xp_2e24125273_0_head_top_line:first-child)::after {
    content: "";
    width: 0.01rem;
    height: 0.1rem;
    background-color: #fff;
    position: absolute;
    left: -0.14rem;
}

.xp_2e24125273_0_head_content {
    width: 100%;
    height: 1.2rem;
    background-image: linear-gradient(to bottom, rgba(29, 63, 137,0.7), rgba(0, 0, 0, 0));
    display: flex;
    justify-content: center;
    backdrop-filter: blur(0.01rem);
}

.xp_2e24125273_0_head_content2 {
    background-image: linear-gradient(to bottom, rgba(29, 63, 137,0.7), rgba(0, 0, 0, 0));
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    min-width: var(--xp-min-content-width);
    transform: translateY(-100%);
    animation: xp_2e24125273_0_head_y .6s linear forwards;
}

@keyframes xp_2e24125273_0_head_y {
    form {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

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

.xp_2e24125273_0_head_left {
    height: 100%;
    display: flex;
    align-items: center;
}

.xp_2e24125273_0_head_left img {
    width: 3.19rem;
    height: 0.7rem;
}

.xp_2e24125273_0_head_left_text {
    color: #fff;
    font-size: 0.18rem;
    margin-left: 0.16rem;
}

.xp_2e24125273_0_head_tag {
    padding: 0 0.2rem;
    border-left: 0.01rem solid #f0f0f0;
    margin-left: 0.2rem;
    color: #eee;
    font-size: 0.12rem;
}

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

.xp_2e24125273_0_head_box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.xp_2e24125273_0_head_search {
    width: 0.24rem;
    height: 0.24rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-left: 0.2rem;
    border-radius: 50%;
    border: 0.01rem solid #fff;
}

.xp_2e24125273_0_head_search_icon {
    width: 0.14rem;
    height: 0.14rem;
    color: #fff;
}

.xp_2e24125273_0_head_nav {
    transform: translateX(0.15rem);
    display: flex;
    align-items: center;
}

.xp_2e24125273_0_nav_line {
    padding: 0.1rem 0.15rem;
    color: #fff;
    cursor: pointer;
    font-size: 0.2rem;
    display: flex;
    justify-content: center;
    position: relative;
}

.xp_2e24125273_0_nav_line::before {
    content: "";
    position: absolute;
    width: 0;
    bottom: 0;
    transition: all linear .4s;
    height: 0.02rem;
    background-color: #fff;
}

.xp_2e24125273_0_nav_line:hover::before {
    width: 100%;
    background-color: var(--xp-color1);
}

.xp_2e24125273_0_nav_line_title {
    color: #fff;
}

.xp_2e24125273_0_nav_group {
    position: absolute;
    top: 100%;
    display: none;
}

.xp_2e24125273_0_nav_line:hover .xp_2e24125273_0_nav_group {
    display: flex;
}

.xp_2e24125273_0_nav_group_box {
    min-width: 1.4rem;
    top: 0.05rem;
    max-height: 8rem;
    background-color: rgba(255, 255, 255, .9);
    box-shadow: 0 0 0.1rem rgba(00, 00, 00, 0.1);
    position: relative;
    z-index: 1;
    backdrop-filter: blur(0.01rem);
    text-align: center;
}

.xp_2e24125273_0_nav_line:hover .xp_2e24125273_0_nav_group_box {
    top: 0.26rem;
    height: 100%;
    padding: 0.04rem 0.1rem;
}

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

.xp_2e24125273_0_nav_group_item {
    width: 100%;
    font-size: 0.16rem;
    color: #333;
    line-height: 0.4rem;
}

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

.xp_2e24125273_0_search_container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    opacity: 0;
    display: none;
    animation: xp_2e24125273_0_search_show ease .4s forwards;
}

.xp_2e24125273_0_search_show {
    display: block;
}

.xp_2e24125273_0_search_logo {
    height: 1rem;
    margin-top: -1rem;
}

.xp_2e24125273_0_serach_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    object-fit: cover;
}

.xp_2e24125273_0_serach_content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(0.02rem);
}

.xp_2e24125273_0_search_input {
    width: 11rem;
    height: 0.76rem;
    background: rgba(157, 157, 144, .8);
    border-radius: 1rem;
    margin-top: 0.8rem;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.xp_2e24125273_0_search_input input {
    flex: 1;
    height: 100%;
    background: transparent;
    outline: none;
    border: none;
    margin-left: 0.4rem;
    margin-right: 0.4rem;
    font-size: 0.24rem;
    color: #fff;
}

.xp_2e24125273_0_search_input input::placeholder {
    color: rgb(184, 184, 167)
}

.xp_2e24125273_0_search_input_but {
    width: 1.4rem;
    height: 100%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.xp_2e24125273_0_search_input_but_icon {
    width: 0.34rem;
    height: 0.34rem;
    color: #333;
}

.xp_2e24125273_0_search_close {
    width: 0.8rem;
    height: 0.8rem;
    margin-top: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.xp_2e24125273_0_search_close_icon {
    width: 0.46rem;
    height: 0.46rem;
    color: #fff;
    cursor: pointer;
}

@keyframes xp_2e24125273_0_search_show {
    form {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.xp_2e24125273_0_h5 {
    display: none;
}

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

    body {
        padding-top: 0.6rem;
    }

    .xp_2e24125273_0_h5 {
        width: 100%;
        height: 0.6rem;
        position: fixed;
        top: 0;
        left: 0;
        padding: 0 0.1rem;
        background-color: var(--xp-color1);
        display: flex;
        justify-content: space-between;
        align-items: center;
        z-index: 1000;
    }

    .xp_2e24125273_0_h5_logo {
        height: 0.44rem;
    }

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

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

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

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

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

    .xp_2e24125273_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;
        width: 100%;
        height: 100vh;
    }

    .xp_2e24125273_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_2e24125273_0_h5_menu_open {
        visibility: initial;
    }

    .xp_2e24125273_0_h5_menu_open .xp_2e24125273_0_h5_menu_content {
        transform: translateX(0);
    }

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

    .xp_2e24125273_0_h5_menu_logo {
        width: 100%;
        margin-bottom: 0.3rem;
    }

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

    .xp_2e24125273_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;
    }

    .xp_2e24125273_0_h5_group_title {
        flex: 1;
    }

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

    .xp_2e24125273_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_2e24125273_0_menu_close_icon {
        width: 0.18rem;
        height: 0.18rem;
        color: #fff;
        position: relative;
        left: 0.05rem;
        bottom: 0.05rem;
    }

    .xp_2e24125273_0_h5_group_line {
        width: 100%;
        display: flex;
        align-items: center;
        padding: 0 0.2rem;
        min-height: 0.5rem;
        background-color: #fff;
    }

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

    .xp_2e24125273_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_2e24125273_0_h5_item:last-child {
        border-bottom: none;
    }

    .xp_2e24125273_0_h5_group_show .xp_2e24125273_0_h5_list {
        display: flex;
    }

    .xp_2e24125273_0_h5_group_show .xp_2e24125273_0_h5_group_icon {
        transform: rotate(90deg);
    }

    .xp_2e24125273_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_2e24125273_0_h5_search_open {
        visibility: initial;
    }

    .xp_2e24125273_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_2e24125273_0_h5_search_open .xp_2e24125273_0_h5_inp_box {
        transform: translateY(0);
    }

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

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

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

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

    .xp_2e24125273_0_h5_search_open .xp_2e24125273_0_h5_search_close {
        opacity: 1;
    }

    .xp_2e24125273_0_h5_search_close_icon {
        width: 0.2rem;
        height: 0.2rem;
        color: #fff;
    }
}
.xp_58da22f1a1_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_58da22f1a1_3_content {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.xp_58da22f1a1_3_banner {
    width: 100%;
    height: 100vh;
}

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

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

.xp_58da22f1a1_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_58da22f1a1_3_index_item {
    width: 0.1rem;
    height: 0.1rem;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 0.06rem;
    transition: all ease .4s;
}

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

.xp_58da22f1a1_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_58da22f1a1_3_pre {
    left: 0.4rem;
}

.xp_58da22f1a1_3_next {
    right: 0.4rem;
}

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

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

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

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

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

    .xp_58da22f1a1_3_button {
        display: none;
    }

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

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

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

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

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

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

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

.xp_title_6116ae1eae_1_more_box_icon {
    width: 0.3rem;
    height: 0.3rem;
    margin-left: 0.14rem;
    color: #555;
}

.xp_title_6116ae1eae_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_6116ae1eae_1_title2_item {
    padding-left: 0.04rem;
    padding-right: 0.04rem;
    cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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


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

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

.xp_6116ae1eae_1_content {
    width: 100%;
    display: flex;
    max-width: var(--xp-content-width);
    height: 6rem;
    gap: 0.4rem;
    padding: 0.06rem 0 0.06rem 0.06rem;
}

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

.xp_6116ae1eae_1_l {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.3) 0 0.200px 0.400px 0;
}

.xp_6116ae1eae_1_l_img_box {
    width: 100%;
    height: 0;
    flex: 1;
    background-color: #f0f0f0;
    overflow: hidden;
}

.xp_6116ae1eae_1_l:hover .xp_6116ae1eae_1_l_img {
    transform: scale(1.1);
}

.xp_6116ae1eae_1_l_title {
    font-size: 0.18rem;
    color: #333;
    font-weight: bold;
    padding: 0.2rem 0.2rem 0 0.2rem;
}

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

.xp_6116ae1eae_1_l_info {
    font-size: 0.16rem;
    color: #999;
    padding: 0.1rem 0.2rem;
    height: 0.55rem;
}

.xp_6116ae1eae_1_l_date {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0.2rem;
    font-size: 0.16rem;
}

.xp_6116ae1eae_1_l_date_icon {
    width: 0.16rem;
    height: 0.16rem;
    margin-right: 0.06rem;
}

.xp_6116ae1eae_1_r {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.xp_6116ae1eae_1_r_item {
    width: 100%;
    display: flex;
    align-items: center;
    border-bottom: 0.01rem solid #f0f0f0;
}

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

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

.xp_6116ae1eae_1_r_date {
    border-radius: 0.06rem;
    overflow: hidden;
    width: 0.7rem;
    height: 0.7rem;
    display: flex;
    flex-direction: column;
}

.xp_6116ae1eae_1_r_date_ym {
    font-size: 0.14rem;
    background-color: var(--xp-color1);
    color: #fff;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0.04rem 0;
}

.xp_6116ae1eae_1_r_date_d {
    font-size: 0.26rem;
    background-color: var(--xp-color3);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--xp-color1);
    font-weight: bold;
    line-height: 0.26rem;
    flex: 1;
    height: 0;
}

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

    .xp_6116ae1eae_1_content {
        height: auto;
        padding: 0;
        gap: 0rem;
        flex-direction: column;
    }

    .xp_6116ae1eae_1_r_date_ym {
        font-size: 0.12rem;
    }

    .xp_6116ae1eae_1_r_date_d {
        font-size: 0.18rem;
    }

    .xp_6116ae1eae_1_l {
        height: 3.2rem;
        width: 100%;
    }

    .xp_6116ae1eae_1_l_title {
        font-size: 0.14rem;
    }

    .xp_6116ae1eae_1_r {
        width: 100%;
        padding: 0;
    }

    .xp_6116ae1eae_1_l_info {
        font-size: 0.14rem;
    }

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

    .xp_6116ae1eae_1_r_item {
        background-color: #fff;
        margin-top: 0.2rem;
        padding: 0.1rem;
    }

    .xp_6116ae1eae_1_r_date {
        height: 0.6rem;
    }

    .xp_6116ae1eae_1_r_title {
        font-size: 0.14rem;
    }
}
 
.xp_title_e0f9d4d6a3_4_container2 {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    user-select: none;
    margin-bottom: 0.4rem;
}

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

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

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

.xp_title_e0f9d4d6a3_4_more_box_icon {
    width: 0.3rem;
    height: 0.3rem;
    margin-left: 0.14rem;
    color: #555;
}

.xp_title_e0f9d4d6a3_4_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_e0f9d4d6a3_4_title2_item {
    padding-left: 0.04rem;
    padding-right: 0.04rem;
    cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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


.xp_e0f9d4d6a3_4_container {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: rgba(255,255,255,0);   
    margin: 0rem 0rem 0rem 0rem;
    padding: 0rem 0rem 0.4rem 0rem;
}

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


.xp_e0f9d4d6a3_4_content {
    width: 100%;
    max-width: var(--xp-content-width);
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 4px 0px;
}

.xp_e0f9d4d6a3_4_content_item {
    width: 100%;
    position: relative;
    padding: 0.3rem 0.2rem;
    display: flex;
    align-items: center;
    font-weight: bold;
    border-left: 0.04rem solid transparent;
}

.xp_e0f9d4d6a3_4_content_item:hover {
    border-left: 0.04rem solid var(--xp-color1);
    background-color: var(--xp-color3);
}

.xp_e0f9d4d6a3_4_item_box {
    flex: 1;
    width: 0;
    padding-right: 0.2rem;
}

.xp_e0f9d4d6a3_4_item_title {
    width: 100%;
    font-size: 0.18rem;
    color: #333;
}

.xp_e0f9d4d6a3_4_item_date {
    font-size: 0.18rem;
}

.xp_e0f9d4d6a3_4_item_info {
    width: 100%;
    font-size: 0.16rem;
    font-weight: 400;
    color: #999;
    margin-top: 0.06rem;
}

.xp_e0f9d4d6a3_4_content_item:hover .xp_e0f9d4d6a3_4_item_title {
    color: var(--xp-color2);
}

@media screen and (max-width: 800px) {
    .xp_e0f9d4d6a3_4_container {
        width: 100vw;
        background-image: none;
        background-color: transparent;
        margin: 0rem 0rem 0rem 0rem;
        padding: 0rem 0.2rem 0.2rem 0.2rem;
    }
  
    .xp_e0f9d4d6a3_4_item_title {
        font-size: 0.14rem;
    }

    .xp_e0f9d4d6a3_4_item_date {
        font-size: 0.14rem;
    }

    .xp_e0f9d4d6a3_4_item_info {
        font-size: 0.12rem;
    }

    .xp_e0f9d4d6a3_4_item_box {
        flex: none;
        width: 100%;
        padding-right: 0;
    }

    .xp_e0f9d4d6a3_4_content_item {
        flex-direction: column;
        align-items: flex-end;
        padding: 0.2rem;
    }
}

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

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

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

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

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

.xp_title_5404885f45_5_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_5404885f45_5_title2_item {
    padding-left: 0.04rem;
    padding-right: 0.04rem;
    cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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


.xp_5404885f45_5_container {
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 0rem 0rem 0rem 0rem;
    padding:0rem 0rem 0.2rem 0rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

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

.xp_5404885f45_5_content {
    position: relative;
    width: 100%;
    max-width: var(--xp-content-width);
    display: flex;
    align-items: center;
}

.xp_5404885f45_5_swiper {
    flex: 1;
    width: 0;
    padding: 0.1rem;
    overflow: hidden;
}

.xp_5404885f45_5_item {
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 0.02rem;
    overflow: hidden;
    user-select: none;
    box-shadow: rgba(0, 0, 0, 0.3) 0 0.200px 0.400px 0;
}

.xp_5404885f45_5_item_img {
    width: 100%;
    height: 2.8rem;
    object-fit: cover;
}

.xp_5404885f45_5_item_box {
    width: 100%;
    position: relative;
    background-color: #fff;
    padding: 0.2rem;
    display: flex;
    flex-direction: column;
}

.xp_5404885f45_5_item_title {
    width: 100%;
    font-size: 0.18rem;
    font-weight: bold;
    color: #333;
}

.xp_5404885f45_5_item_content {
    width: 100%;
    margin-top: 0.1rem;
    line-height: 0.24rem;
    color: #999;
    font-size: 0.16rem;
    min-height: 0.5rem;
}

.xp_5404885f45_5_item_time {
    width: 100%;
    color: #999;
    font-size: 0.16rem;
    display: flex;
    align-items: center;
    margin-top: 0.06rem;
}

.xp_5404885f45_5_item_time_icon {
    width: 0.16rem;
    height: 0.16rem;
    margin-right: 0.06rem;
}

.xp_5404885f45_5_next_item_icon {
    width: 0.24rem;
    color: #333;
}

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

.xp_5404885f45_5_next {
    position: absolute;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.3) 0 0.200px 0.400px 0;  
}

.xp_5404885f45_5_next_l {
    left: -0.15rem;
}

.xp_5404885f45_5_next_r {
    right: -0.15rem;
}

.xp_5404885f45_5_swiper_box {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.3rem;
    padding: 0.2rem;
}

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

    .xp_5404885f45_5_item_img{
        height: 2rem;
    }

    .xp_5404885f45_5_item_title {
        font-size: 0.14rem;
    }

    .xp_5404885f45_5_item_content {
        font-size: 0.14rem;
    }

    .xp_5404885f45_5_swiper {
        padding: 0rem;
    }

    .xp_5404885f45_5_item_time {
        font-size: 0.14rem;
    }

    .xp_5404885f45_5_next {
        display: none;
    }
}

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

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

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

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

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

.xp_title_5c89949a66_6_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_5c89949a66_6_title2_item {
    padding-left: 0.04rem;
    padding-right: 0.04rem;
    cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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


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

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

.xp_5c89949a66_6_content {
    width: 100%;
    max-width: var(--xp-content-width);
    position: relative;
    display: flex;
    height: 5.2rem;
}

.xp_5c89949a66_6_list {
    flex: 1;
    width: 0;
    display: flex;
    gap: 0.2rem;
    flex-direction: column;
    margin-left: 0.2rem;
}

.xp_5c89949a66_6_line {
    width: 100%;
    height: 2.5rem;
    overflow: hidden;
    margin-right: 0.2rem;
    position: relative;
    cursor: pointer;
}

.xp_5c89949a66_6_content_l {
    width: 8.5rem;
    height: 100%;
    margin-right: 0;
}

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

.xp_5c89949a66_6_line:hover .xp_5c89949a66_6_line_img {
    transform: scale(1.1);
}

.xp_5c89949a66_6_line_title {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 0.18rem;
    font-weight: bold;
    color: #FFFFFF;
    padding: 0.2rem 0.4rem;
    line-height: 0.4rem;
    backdrop-filter: blur(0.01rem);
    z-index: 2;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .6));
}

.xp_5c89949a66_6_line_icon_box {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.3);
}

.xp_5c89949a66_6_line_icon {
    width: 0.5rem;
    height: 0.5rem;
}

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

    .xp_5c89949a66_6_content {
        flex-direction: column;
        height: auto;
    }

    .xp_5c89949a66_6_content_item {
        margin-top: 0.2rem;
        margin-left: 0;
        flex: none;
        width: 100%;
        height: 2.4rem;
    }

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

    .xp_5c89949a66_6_content_l {
        width: 100%;
        height: 2.4rem;
    }

    .xp_5c89949a66_6_line {
        margin-right: 0;
        height: 2.4rem;
        margin-bottom: 0.2rem;
    }

    .xp_5c89949a66_6_line:last-child {
        margin-bottom: 0;
    }

    .xp_5c89949a66_6_list {
        flex: none;
        gap: 0;
        margin-left: 0;
        width: 100%;
    }
}
.xp_af0ca01079_2_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: 100% 100%;
        background-image: url("https://www.sxvtc.com/_icon/e3823b2e-29f6-4195-848c-a1a207357419.webp");
    background-color: #FFFFFF;
    margin: 0rem 0rem 0rem 0rem;
}

.xp_af0ca01079_2_content {
    width: 100%;
    max-width: var(--xp-content-width);
    padding: 0rem 0rem 0rem 0rem;
}

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

.xp_af0ca01079_2_l {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.xp_af0ca01079_2_logo_box {
    margin-bottom: 0.4rem;
}

.xp_af0ca01079_2_logo_img {
    width: 3.6rem;
    height: 0.79rem;
    margin-top: 0.5rem;
}

.xp_af0ca01079_2_text_box {
    flex: 1;
}

.xp_af0ca01079_2_line_list {
    display: flex;  
    gap: 0.2rem;
    flex-wrap: wrap;
    margin-top: 0.2rem;
}

.xp_af0ca01079_2_line_title {
    font-weight: bold;
    font-size: 0.20rem;
}

.xp_af0ca01079_2_line_item {
    width: fit-content;
    word-break: break-all;
    word-wrap: break-word;
    font-size: 0.18rem;
}

.xp_af0ca01079_2_code_box {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.xp_af0ca01079_2_code_list {
    margin-top: 0.2rem;
    display: flex;
    gap: 0.2rem;
    align-items: center;
}

.xp_af0ca01079_2_code_img {
    width: 1.2rem;
    height: 1.2rem;
    display: flex;
}

.xp_af0ca01079_2_code_item {
    display: flex;
    flex-direction: column;
    gap: 0.04rem;
    align-items: center;
}

.xp_af0ca01079_2_code_name {
    margin-top: 0.04rem;
    font-size: 0.16rem;
}

.xp_af0ca01079_2_copyright {
    width: 100%;
    min-height: 0.5rem;
    display: flex;
    justify-content: center;
    gap: 0.2rem;
    align-items: center;
    background-color: rgba(0,0,0,.2);
    font-size: 0.16rem;
}

.xp_af0ca01079_2_copyright_item {
    color: #FFFFFF;
    display: flex;
}

.xp_af0ca01079_2_title_color {
    color: #FFFFFF;
}

.xp_af0ca01079_2_text_color {
    color: #FFFFFF;
}

.xp_af0ca01079_2_link_color {
    color: #FFFFFF;
}

.xp_af0ca01079_2_code_color {
    color: #FFFFFF;
}

.xp_af0ca01079_2_h5 {
     display: none;
}

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

    .xp_af0ca01079_2_container {
        margin: 0;
        padding: 0;
        background-size: cover;
    }

    .xp_af0ca01079_2_content {
        display: none;
    }

    .xp_af0ca01079_2_h5 {
        width: 100vw;
        display: flex;
        flex-direction: column;
        margin: 0rem 0rem 0rem 0rem;
    }

    .xp_af0ca01079_2_h5_content {
        width: 100%;
        display: flex;
        flex-direction: column;
        padding: 0.4rem 0.2rem 0.2rem 0.2rem;
    }

    .xp_af0ca01079_2_h5_logo{
        width: 100%;
        padding: 0 0.2rem;
    }

    .xp_af0ca01079_2_h5_logo_img {
        width: 90%;
    }

    .xp_af0ca01079_2_h5_copyright {
        margin-top: 0.2rem;
        flex-direction: column;
        align-items: center;
        gap: 0;
        width: 100%;
        min-height: 0.5rem;
        display: flex;
        justify-content: center;
        background-color: rgba(0,0,0,.2);
        padding: 0.1rem;
        text-align: center;
    }

    .xp_af0ca01079_2_h5_copyright_item {
        font-size: 0.14rem;
        margin-top: 0.06rem;
        color: #FFFFFF;
        display: flex;
    }

    .xp_af0ca01079_2_h5_list_box {
        width: 100%;
    }

    .xp_af0ca01079_2_h5_list {
        width: 100%;
        display: grid;
        margin-top: 0.1rem;
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

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

    .xp_af0ca01079_2_h5_item {
        width: 100%;
        margin-top: 0.15rem;
    }

    .xp_af0ca01079_2_h5_title {
        font-weight: bold;
    }

    .xp_af0ca01079_2_h5_code {
        width: 100%;
        margin-top: 0.2rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .xp_af0ca01079_2_h5_code_item {
        width: 1rem;
        height: 1.5rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0 0.08rem;
    }

    .xp_af0ca01079_2_h5_code_img {
        width: 100%;
        height: 1rem;
    }

    .xp_af0ca01079_2_h5_code_name {
        height: 0.5rem;
        line-height: 0.5rem;
        font-size: 0.14rem;
    }
}
