@charset "UTF-8";

:root {
    --w: 14rem;
    --ease: ease;
    --easein: ease-in;
    --easeout: ease-out;
    --easeinout: ease-in-out;
    --boxShadow: 0 0 50px rgb(0 0 0 / 8%);
    --f: #fff;
    --c: #222;
    --d: #55257a;
    --l: #f4d08a;
    --b: #f4fafd;
    --k: #E5E5E5;
    --o1: #b6d1d8;
    --o2: #e7ded3;
    --o3: #b5bfd2;
    --o4: #cc9f73;
    --o5: #492069;
    --o6: #d7cedf;
}

::-webkit-scrollbar {
    width: 5px;
    background-color: #0000001a
}

::-webkit-scrollbar-thumb {
    border: solid 1px transparent;
    width: 3px;
    border-radius: 4px;
    background-color: var(--d);
}

::-webkit-scrollbar-corner {
    background-color: transparent
}

::-webkit-scrollbar:horizontal {
    height: 9px
}

::-webkit-selection {
    background: transparent;
    color: transparent
}

::-moz-selection {
    background: transparent;
    color: transparent
}

::selection {
    background-color: #1c509c;
    color: var(--f);
    -webkit-text-fill-color: var(--f);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Arial','PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
    font-size: 0.16rem;
    line-height: 1.4;
    color: inherit;
}

input::-webkit-input-placeholder,
input::-moz-input-placeholder,
textarea::-webkit-textarea-placeholder,
textarea::-moz-textarea-placeholder {
    color: #0006;
    -webkit-transition: color .5s;
    -moz-transition: color .5s;
    transition: color .5s
}

input:focus::-webkit-input-placeholder,
input:focus::-moz-input-placeholder,
input:hover::-webkit-input-placeholder,
input:hover::-moz-input-placeholder,
textarea:focus::-webkit-input-placeholder,
textarea:focus::-moz-input-placeholder,
textarea:hover::-webkit-input-placeholder,
textarea:hover::-moz-input-placeholder {
    color: #0006;
}

select:focus,
textarea:focus,
input:focus,
button {
    outline: none
}

textarea,
input,
select {
    text-indent: 0.1rem;
}

input,
button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}

button {
    cursor: pointer;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    appearance: button;
    cursor: pointer;
}

input,
button,
textarea,
select {
    border: 0;
    font-family: inherit;
    font-style: inherit;
    font-size: inherit;
    font-weight: normal;
    color: inherit;
    background: var(--f);
}

p {
    color: var(--c);
}

html {
    scroll-behavior: smooth;
    font-size: 5.2083333333vw
}

ul,
ol,
li {
    padding: 0;
    list-style-type: none;
    vertical-align: middle
}

a {
    text-decoration: none;
    color: inherit;
    transition: all var(--ease) .3s;
}

a:visited {
    color: inherit;
}

a:focus,
a:focus-visible {
    outline: none;
}

a:focus-visible:not(:focus),
a:active:focus,
a:active:focus-visible,
a:active:focus-visible:not(:focus) {
    outline: none;
}

a:not(.disabled):hover,
a:not(.disabled).cur {
    color: var(--d);
    border-color: var(--d);
    text-decoration: none;
    cursor: pointer
}

a[href] {
    cursor: pointer
}

span,
strong,
b,
i {
    font-weight: inherit;
    font-size: inherit;
    font-style: inherit;
    line-height: inherit;
}

img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    object-fit: contain;
    vertical-align: middle
}

video {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    object-fit: contain;
    vertical-align: middle
}

img[src=""],
img:not([src]) {
    opacity: 0
}

b {
    font-size: inherit;
    color: inherit;
    font-family: inherit
}

font {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    font-family: inherit;
    font-style: inherit;
    text-transform: inherit
}

svg {
    width: 0.18rem;
    height: 0.18rem;
    margin: 0;
    fill: currentColor;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

input:focus,
input:focus-visible,
input:hover,
select:focus,
select:focus-visible,
select:hover,
textarea:focus,
textarea:focus-visible,
textarea:hover {
    background-color: inherit;
    text-transform: none;
    outline: none;
    box-shadow: none;
}

body {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: #f8f8f8;
}

/* 视觉差 lenis */
html.lenis,
html.lenis body {
    height: auto;
}

.lenis:not(.lenis-autoToggle).lenis-stopped {
    overflow: clip;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-smooth iframe {
    pointer-events: none;
}

.lenis.lenis-autoToggle {
    transition-property: overflow;
    transition-duration: 1ms;
    transition-behavior: allow-discrete;
}

/* 调用样式 */
.f-170 {
    font-size: 1.7rem;
    letter-spacing: -.04em
}

.f-160 {
    font-size: 1.6rem;
    letter-spacing: -.04em
}

.f-120 {
    font-size: 1.2rem;
    letter-spacing: -.04em
}

.f-100 {
    font-size: 1rem;
    letter-spacing: -.04em
}

.f-90 {
    font-size: .9rem
}

.f-80 {
    font-size: .8rem
}

.f-70 {
    font-size: .7rem
}

.f-64 {
    font-size: .64rem
}

.f-60 {
    font-size: .6rem
}

.f-56 {
    font-size: .56rem
}

.f-54 {
    font-size: .54rem
}

.f-50 {
    font-size: .5rem
}

.f-48 {
    font-size: .48rem
}

.f-46 {
    font-size: .46rem
}

.f-44 {
    font-size: .44rem
}

.f-42 {
    font-size: .42rem
}

.f-40 {
    font-size: .4rem
}

.f-38 {
    font-size: .38rem
}

.f-36 {
    font-size: .36rem
}

.f-34 {
    font-size: .34rem
}

.f-32 {
    font-size: .32rem
}

.f-30 {
    font-size: .3rem
}

.f-28 {
    font-size: .28rem
}

.f-26 {
    font-size: .26rem
}

.f-24 {
    font-size: .24rem
}

.f-22 {
    font-size: .22rem
}

.f-20 {
    font-size: 0.2rem;
}

.f-18 {
    font-size: .18rem
}

.f-16 {
    font-size: .16rem
}

.f-14 {
    font-size: 0.14rem;
}

.f-12 {
    font-size: 0.12rem;
}

.mb-90 {
    margin-bottom: .9rem
}

.mb-80 {
    margin-bottom: .8rem
}

.mb-70 {
    margin-bottom: .7rem
}

.mb-60 {
    margin-bottom: .6rem
}

.mb-50 {
    margin-bottom: .5rem
}

.mb-40 {
    margin-bottom: .4rem
}

.mb-30 {
    margin-bottom: .3rem
}

.mb-20 {
    margin-bottom: .2rem
}

.mb-10 {
    margin-bottom: .1rem
}

.mr-90 {
    margin-right: .9rem
}

.mr-80 {
    margin-right: .8rem
}

.mr-70 {
    margin-right: .7rem
}

.mr-60 {
    margin-right: .6rem
}

.mr-50 {
    margin-right: .5rem
}

.mr-40 {
    margin-right: .4rem
}

.mr-30 {
    margin-right: .3rem
}

.mr-20 {
    margin-right: .2rem
}

.mr-10 {
    margin-right: .1rem
}

.ml-90 {
    margin-left: .9rem
}

.ml-80 {
    margin-left: .8rem
}

.ml-70 {
    margin-left: .7rem
}

.ml-60 {
    margin-left: .6rem
}

.ml-50 {
    margin-left: .5rem
}

.ml-40 {
    margin-left: .4rem
}

.ml-30 {
    margin-left: .3rem
}

.ml-20 {
    margin-left: .2rem
}

.ml-10 {
    margin-left: .1rem
}

.mt-90 {
    margin-top: .9rem
}

.mt-80 {
    margin-top: .8rem
}

.mt-70 {
    margin-top: .7rem
}

.mt-60 {
    margin-top: .6rem
}

.mt-50 {
    margin-top: .5rem
}

.mt-40 {
    margin-top: .4rem
}

.mt-30 {
    margin-top: .3rem
}

.mt-20 {
    margin-top: .2rem
}

.mt-10 {
    margin-top: .1rem
}

.m-0 {
    margin: 0;
}

.pb-90 {
    padding-bottom: .9rem
}

.pb-80 {
    padding-bottom: .8rem
}

.pb-70 {
    padding-bottom: .7rem
}

.pb-60 {
    padding-bottom: .6rem
}

.pb-50 {
    padding-bottom: .5rem
}

.pb-40 {
    padding-bottom: .4rem
}

.pb-30 {
    padding-bottom: .3rem
}

.pb-20 {
    padding-bottom: .2rem
}

.pb-10 {
    padding-bottom: .1rem
}

.pr-90 {
    padding-right: .9rem
}

.pr-80 {
    padding-right: .8rem
}

.pr-70 {
    padding-right: .7rem
}

.pr-60 {
    padding-right: .6rem
}

.pr-50 {
    padding-right: .5rem
}

.pr-40 {
    padding-right: .4rem
}

.pr-30 {
    padding-right: .3rem
}

.pr-20 {
    padding-right: .2rem
}

.pr-10 {
    padding-right: .1rem
}

.pl-90 {
    padding-left: .9rem
}

.pl-80 {
    padding-left: .8rem
}

.pl-70 {
    padding-left: .7rem
}

.pl-60 {
    padding-left: .6rem
}

.pl-50 {
    padding-left: .5rem
}

.pl-40 {
    padding-left: .4rem
}

.pl-30 {
    padding-left: .3rem
}

.pl-20 {
    padding-left: .2rem
}

.pl-10 {
    padding-left: .1rem
}

.pt-90 {
    padding-top: .9rem;
}

.pt-80 {
    padding-top: .8rem
}

.pt-70 {
    padding-top: .7rem
}

.pt-60 {
    padding-top: .6rem
}

.pt-50 {
    padding-top: .5rem
}

.pt-40 {
    padding-top: .4rem
}

.pt-30 {
    padding-top: .3rem
}

.pt-20 {
    padding-top: .2rem
}

.pt-10 {
    padding-top: .1rem
}

.p-0 {
    padding: 0;
}

.op-0 {
    opacity: 0;
}

.op-1 {
    opacity: .1
}

.op-2 {
    opacity: .2
}

.op-3 {
    opacity: .3
}

.op-4 {
    opacity: .4
}

.op-5 {
    opacity: .5
}

.op-6 {
    opacity: .6
}

.op-7 {
    opacity: .7
}

.op-8 {
    opacity: .8;
}

.op-9 {
    opacity: .9
}

.op-10 {
    opacity: 1
}

.gradientBg {
    background: linear-gradient(180deg, var(--b), transparent);
}

.container {
    margin: 0 auto;
    max-width: var(--w);
    padding: 0 15px;
    width: 96%;
}

@media screen and (max-width:1440px) {
    .container {
        max-width: 1100px;
        width: 80%;
    }
}

@media screen and (max-width:1024px) {
    .container {
        max-width: 1100px;
        width: 96%;
    }
}

[class*="f-"]:not(.f-center):not(.f-left):not(.f-right) *:not([class*="f-"]),
[class*="f-"] *:not([class*="f-"]) {
    font-size: inherit;
}

.c-herit,
.c-herit * {
    color: inherit;
}

.noEase {
    transition: none;
}

.noBlod {
    font-weight: normal;
}

.noItalic {
    font-style: normal;
}

.noUnderline {
    text-decoration: none;
}

.noTransform {
    text-transform: none;
}

.noSelect {
    user-select: none;
}

.noPointer {
    pointer-events: none;
}

.f-left {
    text-align: left
}

.f-center {
    text-align: center
}

.f-right {
    text-align: right
}

.f-justify {
    text-align: justify
}

.bold {
    font-weight: bold;
}

[hidden] {
    display: none !important;
}

.hide {
    display: none
}

.flex {
    display: flex;
}

.f-row {
    flex-direction: row;
}

.f-col {
    flex-direction: column;
}

.j-center {
    justify-content: center;
}

.j-between {
    justify-content: space-between;
}

.a-center {
    align-items: center;
}

.a-start {
    justify-content: flex-start;
}

.a-end {
    justify-content: flex-end;
}

.radius {
    border-radius: 0.1rem;
}

@media (max-width: 1920px) {
    html {
        font-size: calc(100vw / 19.2)
    }
}

@media (max-width: 1440px) {
    html {
        font-size: calc(100vw / 14.4)
    }
}

@media (max-width: 1024px) {
    html {
        font-size: calc(100vw / 10.24)
    }
}

@media (max-width: 768px) {
    html {
        font-size: calc(100vw / 7.68)
    }
}

@media (max-width: 480px) {
    html {
        font-size: calc(100vw / 4.8)
    }
}

@media (max-width: 575px) {
    .pb-90 {
        padding-bottom: 60px;
    }

    .pt-90 {
        padding-top: 60px;
    }

    .f-54 {
        font-size: 42px;
    }

    .f-44 {
        font-size: 32px;
    }

    .f-42 {
        font-size: 30px;
    }

    .f-36 {
        font-size: 22px;
    }

    .f-30 {
        font-size: 22px;
    }

    .f-28 {
        font-size: 20px;
    }

    .f-20 {
        font-size: 16px;
    }

    .f-18 {
        font-size: 15px;
    }

    .f-16 {
        font-size: 14px;
    }

    .f-14 {
        font-size: 13px;
    }

    .f-12 {
        font-size: 12px;
    }
}

/* 控件 Start */
/* 按钮 & 分页器 Swiper */
.m_Prev,
.m_Next {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 100%;
    background: var(--d);
    background: #0003;
    color: var(--f);
    transition: all var(--ease) .3s;
}

.m_Prev::after,
.m_Next::after {
    font-size: 0.16rem;
    font-weight: bold;
}

.m_Prev.swiper-button-disabled,
.m_Next.swiper-button-disabled {
    background: #0003;
}

.m_Prev:hover,
.m_Next:hover {
    background: var(--d);
}

.m_Prev {
    left: -0.8rem;
}

.m_Next {
    right: -0.8rem;
}

.m_PaginationText p {
    display: flex;
    gap: 0.05rem;
    color: var(--f);
    align-items: center;
}

.m_PaginationText span:nth-child(2) {
    font-size: 0.13rem;
}

.m_PaginationText span {
    opacity: .6;
}

.m_PaginationText span.cur {
    opacity: 1;
}

.m_Pagination span,
.bn .Banner-Pagination .m_Pagination span {
    width: 0.08rem;
    height: 0.08rem;
    background: var(--f);
    margin: 0;
    opacity: .3;
    border-radius: 0;
    transition: all var(--ease) .3s;
}

.m_Pagination span.swiper-pagination-bullet-active,
.bn .Banner-Pagination .m_Pagination span.swiper-pagination-bullet-active {
    width: 0.3rem;
    background: var(--l);
    background: #cc9f73;
    opacity: 1;
}

.m_Pagination,
.bn .m_Pagination {
    position: static;
    display: flex;
    width: auto;
    gap: 0.08rem;
}

.bn .Banner-Pagination {
    position: absolute;
    bottom: 0.4rem;
    left: 0.4rem;
    right: 0.4rem;
    z-index: 3;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.m_Scrollbar,
.listBox .m_Scrollbar {
    position: static;
    height: 0.02rem;
    width: 100%;
}

.m_Scrollbar .m_Scrollbar .swiper-scrollbar-drag,
.listBox .m_Scrollbar .swiper-scrollbar-drag {
    background: var(--d);
    height: 0.04rem;
    top: -0.01rem;
    border-radius: 0.1rem;
}

/* 轮播图 banner */
.bn {
    position: relative;
}

.banner {
    height: 5.7rem;
}

.banner .Banner-Box {
    display: grid;
    height: 100%;
    overflow: hidden;
    background: var(--c);
}

.banner .Banner-Box>div {
    grid-area: 1 / 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.banner .Banner-Box .Banner-Text {
    position: relative;
    z-index: 2;
    /* max-width: 7.3rem; */
    width: 100%;
}

.banner .Banner-Box .Banner-Text p {
    color: rgb(255 255 255 / 70%);
}

.banner .Banner-Box .Banner-Text .Banner-title {
    word-break: break-word;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 2;
    overflow: hidden;
    line-height: 1.3;
}

.banner .Banner-Box .Banner-Text .Banner-summary {
    word-break: break-word;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
}

.banner .Banner-Box img {
    transition: all var(--ease) 1s;
    object-fit: cover;
}

.banner .Banner-Box img.pc {
    display: flex;
}

.banner .Banner-Box img.mo {
    display: none;
}

.banner:hover img {
    transform: scale(1.05);
}

/* 内页 ny_banner */
.ny_banner {
    height: 100vh;
}

.ny_banner .bannerImg {
    height: 100%;
    display: grid;
    overflow: hidden;
}

.ny_banner .bannerImg img {
    height: 100%;
    object-fit: cover;
    grid-area: 1 / 1;
}

.ny_banner .bannerImg .banner-info {
    grid-area: 1 / 1;
    z-index: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 0 0.15rem;
    --c: #fff;
    --bhline: 200px;
    text-align: center;
}

.ny_banner .bannerImg .bannerName {
    color: var(--c);
}

.ny_banner .bannerImg .bannerSum {
    color: var(--c);
    line-height: 1.2;
    margin: 0.14rem 0 0.4rem;
}

.ny_banner .bannerImg .bannerSum * {
    font-size: inherit;
    color: var(--c);
    line-height: 1.2;
}

.ny_banner .bannerImg .banner_scrollDown {
    display: flex;
    flex-direction: column;
    width: 0px;
    position: relative;
}

.ny_banner .bannerImg .banner_scrollDown::before {
    content: '';
    width: 1px;
    height: var(--bhline);
    display: flex;
    background: #fff;
    margin-bottom: 0.1rem;
}

.ny_banner .bannerImg .banner_scrollDown::after {
    content: '';
    display: inline-block;
    width: 0.11rem;
    height: 0.11rem;
    background: #fff;
    border-radius: 100%;
    position: absolute;
    left: -0.05rem;
    top: -1px;
}

.ny_banner .bannerImg .banner_scrollDown span {
    color: var(--c);
    display: inline-block;
    text-transform: uppercase;
    transform: rotate(90deg);
    letter-spacing: -0.5px;
    white-space: pre;
    position: relative;
}

.ny_banner .bannerImg .banner_scrollDown span::after {
    content: '';
    width: 0.8rem;
    height: 0.8rem;
    display: flex;
    position: absolute;
    background: #7ab9da;
    border-radius: 100%;
    bottom: -0.3rem;
    left: 0.6rem;
    z-index: -1;
}

/* 面包屑 */
.break {
    padding: 0.15rem 0;
}

.break ul {
    display: flex;
    align-items: center;
    gap: 0.12rem;
    opacity: .6;
}

.break ul li {
    display: flex;
    align-items: center;
    gap: 0.08rem;
    line-height: 1.2;
    white-space: pre;
}

.break ul li:last-child {
    overflow: hidden;
}

.break ul li svg {
    height: auto;
    width: 0.16rem;
}

.break ul li a {
    color: var(--c);
}

.break ul li a:hover {
    color: var(--d);
}

/* 表单 form */
form legend,
form .p_label {
    margin-bottom: 0.2rem;
    display: flex;
    gap: 0.1rem;
    align-items: center;
}

form .p_group {
    display: flex;
    gap: 0.1rem;
    width: 100%;
    flex-direction: column;
}

form .p_group .input-group {
    width: 100%;
    position: relative;
}

form .p_group .input-group+label {
    color: red;
    font-size: 0.14rem;
}

form .p_group .radioItem {
    display: flex;
    align-items: center;
    gap: 0.08rem;
    opacity: .6;
    transition: all var(--ease) .3s;
}

form .p_group .radioItem input {
    width: 0.13rem;
    height: 0.13rem;
}

form .p_group .radioItem.cur {
    opacity: 1;
}

form [required] .p_label::after {
    content: '*';
    color: var(--d);
    font-weight: bold;
    margin: 0;
}

form .form_input {
    position: relative;
    justify-content: space-between;
    display: flex;
    gap: 0.4rem;
}

form .form_input>div {
    flex: 1;
    width: 100%;
}

form .input-group input,
form .input-group .p_input {
    border-radius: 0.04rem;
    border: 1px solid #efefef;
    background: #fff;
    padding: 0.14rem;
    width: 100%;
}

form .p_group .input-group textarea {
    height: 2rem;
}

form .p_group .file_hint {
    width: 100%;
    background: #fff;
    border: 1px dashed var(--d);
    height: 1.4rem;
    border-radius: 0.04rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

form .p_group .file_hint svg {
    color: var(--d);
    height: auto;
    width: 0.34rem;
}

form .p_group .file_hint span {
    color: #0006;
    margin-top: 0.06rem;
}

form .p_fileName {
    align-items: center;
}

form .p_fileName span {
    color: var(--d);
}

form .code_img {
    position: absolute;
    right: 0.1rem;
    width: 1.1rem;
}

form .formBtn {
    margin-top: 0.34rem;
    width: 100%;
    background: var(--d);
    border: 0;
    border-radius: 0.3rem;
    line-height: 1.2;
    padding: 0.15rem;
    color: #fff;
    transition: background var(--ease) .3s;
    cursor: pointer;
}

form .formBtn:hover {
    background: #441568;
}

/* 搜索 search */
form .search {
    border-radius: 0.05rem;
    border: 1px solid var(--k);
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 0.1rem;
    position: relative;
}

form .search .input-group input {
    border-radius: 0;
    padding: 0rem 0.1rem;
    padding-left: 0;
    height: 0.35rem;
    border: 0;
    color: var(--c);
}

form .search .formBtn {
    background: none;
    color: var(--c);
    width: 0.7rem;
    padding: 0;
    margin: 0;
}

/* 下拉 select */
form .select {
    position: relative;
    cursor: pointer;
    min-width: 1.6rem;
}

form .select_name {
    border-radius: 0.05rem;
    border: 1px solid var(--k);
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 0.1rem;
    position: relative;
    height: 0.35rem;
    padding: 0 0.15rem;
    color: #0006;
    background: url(../images/down.png) no-repeat #fff;
    background-size: 0.07rem;
    background-position: 92% center;
}

form .select_options {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: -1px;
    z-index: 2;
    width: 100%;
    background: var(--f);
    border: 1px solid var(--k);
    border-radius: 0.05rem;
    box-shadow: var(--boxShadow);
    overflow: hidden;
}

form .select.cur .select_options {
    display: block;
}

form .select_options li {
    padding: 0 0.15rem;
    font-size: 14px;
    color: #0007;
    height: 0.35rem;
    display: flex;
    align-items: center;
}

form .select_options li:hover {
    background: #f5f6f7;
}

/* 筛选 filter */
.filter {
    background: var(--f);
    border: 1px solid var(--k);
    border-bottom: 4px solid var(--d);
    gap: 0.04rem;
    position: relative;
    z-index: 10;
}

.filter .filter_wrapper {
    display: grid;
    grid-template-columns: 0.55rem 0.7rem 1fr;
    gap: 0.1rem;
}

.filter .filter_key {
    height: 0.3rem;
}

.filter .filter_value {
    flex-wrap: wrap;
    column-gap: 0.2rem;
    row-gap: 0.04rem;
    padding-left: 0.2rem;
}

.filter .filter_item {
    padding: 0.04rem 0.1rem;
    height: 0.3rem;
    display: flex;
    align-items: center;
    min-width: 1.1rem;
    opacity: .6;
    cursor: pointer;
    transition: all var(--ease) .3s;
}

.filter .filter_item * {
    cursor: pointer;
    line-height: 1;
}

.filter .filter_all {
    justify-content: center;
    transition: all var(--ease) .3s;
    border-radius: 0.3rem;
    display: flex;
    height: 0.3rem;
}

.filter .filter_all.cur {
    background: var(--d);
    color: var(--f);
}

.filter .filter_all.cur .checkbox {
    opacity: 1;
}

.filter .filter_value .filter_item .checkbox {
    display: flex;
    align-items: center;
    gap: 0.04rem;
}

.filter .filter_value .filter_item .check {
    height: 0.15rem;
    width: 0.15rem;
    display: flex;
    border: 1px solid var(--k);
    border-radius: 0.03rem;
    transition: all var(--ease) .3s;
    position: relative;
}

.filter .filter_all .check {
    display: none;
}

.filter .filter_all .checkbox {
    gap: 0rem;
    width: 100%;
    text-align: center;
    justify-content: center;
    padding: 0.04rem 0.1rem;
    border-radius: 0.3rem;
    height: 0.3rem;
    display: flex;
    align-items: center;
    opacity: .6;
    cursor: pointer;
}

.filter .filter_multi .filter_value .filter_item.cur {
    opacity: 1;
}

.filter .filter_multi .filter_value .filter_item:hover .check,
.filter .filter_multi .filter_value .filter_item.cur .check {
    border: 1px solid var(--d);
}

.filter .filter_multi .filter_value .filter_item.cur .check {
    background-color: var(--d);
}

.filter .filter_multi .filter_value .filter_item.cur .check svg {
    opacity: 1;
}

.filter .filter_multi .filter_value .filter_item.cur .check::before,
.filter .filter_multi .filter_value .filter_item.cur .check::after {
    opacity: 1;
}

.filter .filter_multi .filter_value .filter_item .check {
    border-radius: 0.03rem;
}

.filter .filter_multi .filter_value .filter_item .check::before {
    content: '';
    position: absolute;
    width: 0.05rem;
    height: 0.02rem;
    background: #fff;
    border-radius: 0.1rem;
    transform: rotate(45deg) translateX(6px) translateY(4px);
    opacity: 0;
}

.filter .filter_multi .filter_value .filter_item .check::after {
    content: '';
    position: absolute;
    width: 0.02rem;
    height: 0.09rem;
    background: #fff;
    border-radius: 0.1rem;
    transform: rotate(45deg) translateX(7px) translateY(-3px);
    opacity: 0;
}

.filter .filter_single .filter_item {
    justify-content: center;
    border-radius: 0.3rem;
    min-width: 1.4rem;
}
.filter .filter_single .filter_item input{
    display:none;
}

.filter .filter_single .filter_item.cur {
    background: var(--d);
    color: var(--f);
}

.filter .filter_single .filter_value .filter_item .check {
    border-radius: 100%;
    display: none;
}

.filter .filter_single .filter_value .filter_item .check::after {
    content: '';
    position: absolute;
    width: 70%;
    height: 70%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: var(--d);
    border-radius: 100%;
    opacity: 0;
    transition: all var(--ease) .3s;
}

.filter .filter_single .filter_value .filter_item.cur {
    opacity: 1;
}

.filter .filter_single .filter_value .filter_item.cur .check::after {
    opacity: 1;
}

.filter .filter_searchBox {
    grid-template-columns: 0.55rem 1fr;
    margin-top: 0.04rem;
}

.filter_information {
    gap: 0.2rem;
}

.filter_information p {
    color: #0008;
    line-height: 1.2;
    display: flex;
    align-items: center;
    gap: 0.05rem;
    height: 0.35rem;
    transition: all var(--ease) .3s;
}

.filter_information .filter_result span {
    color: var(--d);
}

.filter_information p svg {
    width: 0.16rem;
    height: 0.13rem;
}

.filter_information .filter_reset {
    cursor: pointer;
}

.filter_information .filter_reset:hover {
    text-decoration: underline;
    color: var(--d);
}

/* 页码 pagenation */
.pagenation {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.15rem;
    margin-top: 0.8rem;
}

.pagenation .page_a {
    width: 0.48rem;
    height: 0.48rem;
    background: var(--f);
    border: 1px solid var(--f);
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all var(--ease) 0.3s;
}

.pagenation .page_a.disabled {
    background: var(--o6);
    border-color: var(--o6);
    color: var(--f);
}

.pagenation .page_a.page_ellipsis {
    background: none;
    border: none;
    width: 0.3rem;
}

.pagenation .page_a svg {
    width: 0.12rem;
    height: 0.12rem;
}

.pagenation .page_a:not(.current):not(.disabled):hover {
    background: var(--d);
    border-color: var(--d);
    box-shadow: none;
    color: #fff;
}

.pagenation .page_a.current {
    color: var(--f);
    background: var(--d);
    border-color: var(--d);
    box-shadow: none;
}

.pagenation .page_jump {
    display: flex;
    align-items: center;
    gap: 0.14rem;
    margin-left: 0.15rem;
}

.pagenation .page_jump input {
    width: 0.48rem;
    height: 0.48rem;
    background: transparent;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all var(--ease) 0.3s;
    border: 1px solid #dedede;
    color: var(--d);
    text-align: center;
    text-indent: 0;
}

/* 网站地图 sMap */
.sMap {
    background: var(--b);
    height: 100vh;
}

.sMap .sMapList {
    justify-content: center;
    gap: 1rem;
}

.sMap .sMapList ul {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.sMap .sMapList a {
    position: relative;
}

.sMap .sMapList a::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    width: 0%;
    height: 2px;
    background: var(--d);
    transition: all var(--ease) .3s;
}

.sMap .sMapList a:hover::after {
    width: 100%;
}

/* 404 four */
.four {
    background: var(--b);
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.four a {
    background: var(--d);
    color: #fff;
    padding: 10px 32px;
    border-radius: 30px;
    display: inline-block;
}

.four a:hover {
    background: var(--l);
    color: #fff;
}

.four .fTime {
    margin: 0 4px;
}

/* 返回顶部 backTop */
.backTop {
    position: fixed;
    right: 0.6rem;
    bottom: 0.6rem;
    border-radius: 100%;
    border: 1px solid rgb(0 0 0 / 15%);
    width: 0.8rem;
    height: 0.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    gap: 5px;
    cursor: pointer;
    transition: all var(--ease) 0.3s;
    background: #fff;
    background: rgb(255 255 255 / 30%);
    backdrop-filter: blur(18px) saturate(100%);
    -webkit-backdrop-filter: blur(18px) saturate(100%);
    z-index: 10;
}

.backTop svg {
    width: 0.15rem;
    height: auto;
    transition: all var(--ease) 0.3s;
}

.backTop p {
    transition: all var(--ease) 0.3s;
}

.backTop:hover {
    border: 1px solid var(--d);
}

.backTop:hover * {
    color: var(--d)
}

/* 列表 Start */
/* 常规列表 */
.listBox {
    position: relative;
}

.list {
    display: flex;
}

.list a {
    border: 1px solid var(--k);
}

.list .tag {
    margin-top: 0.24rem;
    display: flex;
    gap: 0.03rem;
}

.list .tag span {
    background: var(--d);
    color: #fff;
    padding: 0.04rem 0.15rem;
    border-radius: 0.3rem;
}

.list time {
    color: var(--f);
    line-height: 1.1;
    background: var(--o4);
    display: inline-block;
    padding: 0.04rem 0.1rem;
    border-radius: 0.06rem;
    height: 0.24rem;
    margin-top: -0.12rem;
}

.list time span {
    color: var(--f);
}

.list .list_img {
    overflow: hidden;
    position: relative;
    aspect-ratio: 16 / 9;
}

.list .list_img img {
    object-fit: cover;
    transition: all var(--ease) .8s;
}

.list a:hover .list_img img {
    transform: scale(1.1);
}

.list a .list_title {
    text-align: left;
    margin-top: -0.12rem;
    position: relative;
    z-index: 2;
}

.list a .list_title h3 {
    transition: all var(--ease) 0.3s;
    line-height: 1.3;
    color: var(--c);
    word-break: break-word;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-weight: 500;
}

.list a:hover .list_title h3 {
    color: var(--d);
}

.list a .list_title p {
    line-height: 1.6;
    word-break: break-word;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

/* 焦点列表 */
.listBox_Focus {
    position: relative;
}

.listBox_Focus .focusList {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(3, auto);
    grid-gap: 0.2rem;
    width: 100%;
}

.listBox_Focus .focusList a {
    border: none;
    background: var(--f);
    gap: 0.3rem;
    overflow: hidden;
    position: relative;
}

.listBox_Focus .focusList a .list_img {
    aspect-ratio: 16 / 9;
    width: 40%;
}

.listBox_Focus .focusList a.focus .list_img {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.listBox_Focus .focusList a time {
    position: absolute;
    top: 0;
    margin: 0;
    border-radius: 0 0 0 0.06rem;
    z-index: 2;
    gap: 0.05rem;
    right: 0;
    left: auto;
    display: flex;
}

.listBox_Focus .focusList a time svg {
    /* margin-right: 0.04rem; */
    height: auto;
    width: 0.15rem;
}

.listBox_Focus .focusList a .list_title {
    margin: 0;
    width: 60%;
}

.listBox_Focus .focusList a .list_title h3 {
    word-break: break-word;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.listBox_Focus .focusList a .list_title p {
    -webkit-line-clamp: 2;
}

.listBox_Focus .focusList a.focus {
    grid-row: span 3;
    gap: 0;
}

.listBox_Focus .focusList a.focus time {
    left: 0;
    right: auto;
    border-radius: 0 0 0.06rem 0;
}

.listBox_Focus .focusList a.focus .list_img {
    width: 100%;
    height: 70%;
}

.listBox_Focus .focusList a.focus .list_title {
    width: 100%;
    height: 30%;
}

/* 列表 End */

/* 标签 tag */
.tag {
    display: flex;
}

.tag ul {
    display: flex;
    gap: 0.1rem;
    flex-wrap: wrap;
}

.tag ul li {
    display: flex;
}

.tag ul li a {
    background: var(--d);
    color: #fff;
    padding: 0.04rem 0.13rem;
    border-radius: 0.3rem;
}

.tag ul li a:hover {
    color: #fff;
    background: var(--l);
}

/* 分类 fl */
.fl {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    transform: translateY(-0.01rem);
}

.fl ul {
    display: flex;
    align-items: center;
    gap: 0.1rem;
}

.fl ul li {
    display: flex;
}

.fl ul li a {
    color: var(--f);
    background: var(--d);
    position: relative;
    padding: 0.16rem 0.3rem;
    border-radius: 0.3rem;
    -webkit-transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.fl ul li a span {
    position: relative;
    z-index: 3;
}

.fl ul li a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #441568;
    border-radius: 0.3rem;
    transform: scaleX(0);
    transform-origin: right;
    -webkit-transition: transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.fl ul li a.bai {
    color: var(--d);
    background: var(--f);
}

.fl ul li:nth-child(1) a {
    background: var(--o2);
    color: var(--c);
}

.fl ul li:nth-child(2) a {
    background: var(--o1);
    color: var(--c);
}

.fl ul li:nth-child(3) a {
    background: var(--o2);
    color: var(--c);
}

.fl ul li:nth-child(4) a {
    background: var(--o3);
    color: var(--c);
}
.fl ul li:nth-child(5) a {
    background: var(--o2);
    color: var(--c);
}

.fl ul li:nth-child(6) a {
    background: var(--o1);
    color: var(--c);
}

.fl ul li:nth-child(7) a {
    background: var(--o2);
    color: var(--c);
}

.fl ul li.cur a {
    background: var(--l);
    color: var(--c);
}

.fl ul li:hover a {
    background: var(--l);
    background: #441568;
    background: transparent;
    color: var(--f);
    box-shadow: 0 0 0.1rem rgb(0 0 0 / 8%);
}

.fl ul li:hover a::after {
    transform: scaleX(1);
    transform-origin: left;
}

/* 详情富文本 richText */
.richText {
    margin-bottom: 0.3rem;
    padding-bottom: 0.3rem;
    border-bottom: 1px solid #eee;
    line-height: 1.8;
}

.richText * {
    line-height: inherit;
}

/* 版块标题 banTitle */
.banTitle h2 {
    line-height: 1.2;
    color: var(--c);
}

.banTitle a {
    line-height: 1.2;
    color: var(--f);
    background: var(--d);
    position: relative;
    padding: 0.16rem 0.3rem;
    border-radius: 0.3rem;
    overflow: hidden;
}

.banTitle a:hover {
    color: var(--c);
    background: var(--l);
}

/* 标题交互  */
.i a h3>div {
    --aw: 0;
}

.i a h3>div::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    width: var(--aw);
    margin-left: var(--mL);
    margin-right: var(--mR);
    background: var(--d);
    height: 1px;
    transition: background var(--ease) .3s;
}

@media (max-width: 1024px) {

    .m_Prev,
    .m_Next {
        display: none;
    }
}

@media (max-width: 768px) {
    form .form_input {
        flex-direction: column;
        height: 34px;
        width: 100%;
        align-items: flex-start;
    }
    .contact form .form_input {
        height: auto;
    }
}

@media (max-width: 575px) {}

@media (max-width: 480px) {
    .banner {
        height: 4.4rem;
    }

    .banner .Banner-Box .Banner-Text {
        padding: 0 0.2rem 0.6rem 0.2rem;
    }

    .bn .Banner-Pagination {
        left: 0.2rem;
        right: 0.2rem;
        bottom: 0.2rem;
    }

    .banner .Banner-Box .Banner-Text .Banner-title {
        -webkit-line-clamp: 2;
        max-width: 2.8rem;
    }

    .fl ul {
        flex-wrap: wrap;
        gap: 0.08rem;
    }

    .fl ul li a {
        padding: 0.1rem 0.15rem;
    }

    .banTitle a {
        padding: 0.1rem 0.15rem;
    }

    .pagenation {
        gap: 0.06rem;
        margin-top: 0.5rem;
        flex-wrap: wrap;
    }

    .pagenation .page_a {
        height: 0.38rem;
        width: 0.38rem;
    }

    .pagenation .page_jump {
        display: none;
    }

    .filter .filter_wrapper {
        grid-template-columns: 1rem 0.7rem;
        justify-content: space-between;
        display: flex;
        flex-wrap: wrap;
    }

    .filter .filter_key {
        width: 100%;
    }

    .filter .filter_value {
        grid-area: 2 / 1 / 3 / 3;
        padding: 0;
        column-gap: 0.05rem;
        width: calc(100% - 0.7rem);
    }

    .filter .filter_item {
        min-width: auto;
        padding: 0.04rem 0.06rem;
        min-width: 1.4rem;
    }
   .filter .filter_single .filter_item {
        min-width: auto;
        font-size: 0.14rem !important;
    }

    .filter .filter_searchBox {
        grid-template-columns: 1fr;
    }

    .filter_search {
        flex-direction: column;
        flex: 1;
    }

    .filter_information {
        /* margin-top: 0.1rem; */
        width: 100%;
        justify-content: flex-end;
        flex-wrap: wrap;
    }

    .filter_search>div:nth-child(1) {
        display: flex;
        justify-content: space-between;
        width: 100%;
        gap: 0.1rem;
        margin-bottom: 0.1rem;
    }

    form .select {
        margin: 0;
    }
}

/* 控件 End */

/* 母版通用 Start */
/* 头部开始 */
header {
    background: var(--f);
    border-bottom: 1px solid #e9e9e9;
    position: sticky;
    top: 0;
    z-index: 11;
    box-shadow: var(--boxShadow);
}

/* 头部左 nav_left */
.nav_left {
    gap: 0.8rem;
    height: 0.8rem;
}

/* logo */
.logo {
    max-width: 1.24rem;
}

.logo img {
    width: 100%;
}

/* 导航 nav */
.nav {
    height: 100%;
}

.nav ul {
    gap: 0.2rem;
    height: 100%;
}

.nav ul li {
    height: 100%;
}

.nav ul li a {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.nav ul li a::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    width: 0;
    height: 3px;
    margin: 0 auto;
    background: var(--d);
    transition: all var(--ease) 0.3s;
}

.nav ul li a:hover::after {
    width: 100%;
}

.nav ul li a.cur::after {
    width: 100%;
}

/* 导航-更多 */
.navMore {
    display: flex;
}

.navMore a {
    display: flex;
    background: var(--d);
    border-radius: 0.3rem;
    gap: 0.05rem;
    align-items: center;
    color: #fff;
    padding: 0.04rem;
    display: grid;
    grid-template-columns: 0.32rem 1fr;
}

.navMore a:hover {
    background: #441568;
    color: var(--f);
}

.navMore span {
    white-space: pre;
    padding: 0 0.1rem 0 0.08rem;
    min-width: 0.9rem;
}

.navMore i {
    width: 0.32rem;
    height: 0.32rem;
    background: #fff;
    border-radius: 100%;
    color: var(--d);
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-btn {
    background: var(--d);
    border-radius: 0.3rem;
    width: 0.4rem;
    height: 0.4rem;
    align-items: center;
    justify-content: center;
    color: var(--f);
    cursor: pointer;
}

.nav-btn svg {
    height: auto;
    width: 0.24rem;
}

/* 头部结束 */
/* 底部开始 */
footer {
    background: url(../images/bg1.jpg) no-repeat center;
    background-size: cover;
}

.foot_logo img {
    max-width: 1.96rem;
    height: 0.6rem;
}

.foot_logo p {
    background: rgb(255 255 255 / 80%);
    color: var(--d);
    border-radius: 0.15rem;
    padding: 0.02rem 0.15rem;
    margin-top: 0.15rem;
}

.foot_nav ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 0.5rem;
    row-gap: 0.2rem;
}

.foot_nav a {
    padding-right: 0.23rem;
    color: var(--f);
    position: relative;
}

.foot_nav a::after {
    content: '';
    background: url(../svg/more.svg) no-repeat right center;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 0.15rem;
    transition: all var(--ease) 0.3s;
    opacity: 0;
}

.foot_nav a:hover::after {
    opacity: 1;
}

.foot_nav a:hover {
    color: var(--f);
    text-decoration: underline;
}

.foot_way {
    gap: 0.18rem;
    max-width: 3.2rem;
}

.foot_way p {
    color: var(--f);
    align-items: flex-start;
    gap: 0.1rem;
}

.foot_way p svg {
    /* margin-top: 0.04rem; */
    width: 0.15rem;
    height: 0.15rem;
    transform: translateY(0.01rem);
}

.foot_way p>span,
.foot_way p>a {
    width: calc(100% - 30px);
}

.foot_way p>a:hover {
    color: var(--f);
    opacity: 1;
}

.foot_qr img {
    width: 1.1rem;
    height: 1.1rem;
    overflow: hidden;
}

.foot_qr p {
    color: var(--f);
}

.foot_copyRight {
    border-top: 1px solid rgb(255 255 255 / 10%);
    padding: 0.15rem 0;
}

.foot_copyRight>div {
    column-gap: 0.2rem;
}

.foot_copyRight p {
    color: var(--f);
    font-family: Arial;
}

.foot_copyRight p a:hover {
    color: var(--f);
    opacity: 1;
}

/* 底部结束 */

@media (max-width: 768px) {
    footer {
        padding-top: 0.5rem !important;
    }

    footer>div.container {
        flex-direction: column;
        gap: 0.3rem;
    }

    .foot_way {
        /* display: none; */
        max-width: 100%;
        text-align: center;
        gap: 0.1rem;
    }

    .foot_way p {
        justify-content: center;
        align-items: baseline;
    }

    .foot_way p>span,
    .foot_way p>a {
        width: auto;
    }

    .foot_qr {
        display: none;
    }

    .foot_nav ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 0.15rem;
    }

    .foot_logo {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .foot_copyRight>div {
        flex-wrap: wrap;
    }

    header {
        height: 70px;
        display: flex;
        align-items: center;
    }

    .nav {
        position: absolute;
        top: 100%;
        background: var(--f);
        left: 0;
        right: 0;
        height: calc(100vh - 70px);
        border-top: 1px solid #eee;
        height: 0;
        overflow: hidden;
        transition: all var(--ease) 0.3s;
    }

    .nav.cur {
        height: calc(100vh - 70px);
    }

    .nav ul {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }

    .nav ul li {
        width: 100%;
        height: auto;
        border-bottom: 1px solid #f5f6f7;
    }

    .nav ul li a {
        height: 0.6rem;
        max-width: var(--w);
        padding: 0 15px;
        width: 96%;
        margin: 0 auto;
        opacity: .8;
    }

    .nav-btn {
        display: flex;
    }

    .navMore {
        display: none;
    }

    .nav ul li a::after {
        display: none;
    }
}

/* 母版通用 End */

/* i */
.i {
    overflow: hidden;
}

/* i2 */
.i2 .tab_Panel {
    display: none;
}

.i2 .tab_Panel.cur {
    display: flex;
}

.i2 .t_w {
    width: 100%;
}

.i2 .t_w a {
    background: var(--f);
    box-shadow: var(--boxShadow);
    height: calc(100% - 0.32rem);
    justify-content: space-between;
}

.i2 .t_w .inFl {
    position: relative;
    height: 0.32rem;
    width: auto;
    margin-bottom: 0;
    transform: translateY(0.01rem);
    display: flex;
}

.i2 .t_w .inFl svg {
    width: 0.4rem;
    height: 100%;
    color: #fff;
    transition: all var(--ease) .3s;
    transform: translateX(0.02rem);
}

.i2 .t_w .inFl svg:last-child {
    transform: rotateY(180deg) translateX(0.02rem);
}

.i2 .t_w .inFl span {
    position: relative;
    z-index: 1;
    width: max-content;
    height: 100%;
    transition: all var(--ease) .3s;
    background: #fff;
    padding: 0 0.04rem;
}

.i2 .t_w a .titleBox {
    border-top: 1px solid var(--k);
    transition: all var(--ease) .3s;
}

.i2 .t_w a .titleBox h3 {
    overflow: hidden;
    height: 0.6rem;
}

.i2 .t_w a .titleBox .sumBox {
    height: 1.4rem;
    overflow: hidden;
}

.i2 .t_w a .titleBox p {
    line-height: 1.6;
}

.i2 .t_w a .imgBox {
    overflow: hidden;
    aspect-ratio: 16 / 9;
}

.i2 .t_w a img {
    transition: all var(--ease) .8s;
    object-fit: cover;
}

.i2 .t_w a p,
.i2 .t_w a h3,
.i2 .t_w a div,
.i2 .t_w a svg,
.i2 .t_w a span {
    transition: color var(--ease) .3s;
}

.i2 .t_w .lunItem:hover img {
    transform: scale(1.1);
}

.i2 .t_w .lunItem:hover a {
    background: var(--d);
}

.i2 .t_w .lunItem:hover p,
.i2 .t_w .lunItem:hover h3,
.i2 .t_w .lunItem:hover div,
.i2 .t_w .lunItem:hover svg,
.i2 .t_w .lunItem:hover span,
.i2 .t_w .lunItem:hover span {
    color: var(--f)
}

.i2 .t_w .lunItem:hover .titleBox h3>div::after {
    background: var(--f);
}

.i2 .t_w .lunItem:hover .titleBox {
    border-top: 1px solid rgb(255 255 255 / 10%);
}

.i2 .t_w .lunItem:hover svg {
    color: var(--o5);
}

.i2 .t_w .lunItem:hover .inFl span {
    background: var(--o5);
    color: var(--f);
}

/* i3 */
.i3 {
    background: url(../images/bg1.jpg) no-repeat center;
    background-attachment: fixed;
    background-size: cover;
}

.i3 .banTitle h2 {
    color: var(--f);
}

.i3 .list a {
    border: none;
}

.i3 .list a .list_title {
    margin-top: 0;
}

.i3 .list a .list_title h3 {
    color: var(--f);
    -webkit-line-clamp: 1;
}

.i3 .list a:hover .list_title h3 {
    color: var(--f);
}

.i3 .list a .list_title p {
    color: var(--f);
    -webkit-line-clamp: 3;
    min-height: 0.8rem;
}

.i3 .m_Scrollbar {
    background: rgb(255 255 255 / 20%);
}

.i3 .m_Scrollbar .swiper-scrollbar-drag {
    background: var(--l);
}

.i3 .m_Prev,
.i3 .m_Next {
    margin-top: -0.6rem;
    background: var(--l);
    color: var(--d);
}

.i3 .m_Prev.swiper-button-disabled,
.i3 .m_Next.swiper-button-disabled {
    background: var(--f);
    opacity: .2;
}

.i3 .listBox {
    display: none;
}

.i3 .listBox.cur {
    display: block;
}

/* i4 */
.i4 {
    overflow: visible;
    --o: 0;
    /* position: sticky;
    top: 0.8rem; */
}

.i4::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #e9e9e9;
    width: 100%;
    height: 0.01rem;
    opacity: var(--o);
}

.i4 .listBox {
    display: grid;
    padding-bottom: 1.5rem;
}

.i4 .list {
    --top: 0;
    background: var(--f);
    overflow: hidden;
    height: 3.85rem;
    position: relative;
    z-index: 1;
    grid-area: 1 / 1;
    transform-origin: top;
    transition: auto;
    margin-bottom: 0.2rem;
    /* position: sticky;
    top: 0; */
}

/* .i4 .l1 {
    transform: scale(0.9);
    filter: contrast(0.2);
}

.i4 .l2 {
    transform: scale(0.95) translateY(0.5rem);
    z-index: 2;
    filter: contrast(0.5);
    top: var(--top);
}

.i4 .l3 {
    --top: 0;
    transform: translateY(calc(1rem));
    top: var(--top);
    z-index: 3;
} */

.i4 .l1 {}

.i4 .l2 {
    transform: translateY(calc(100% + 0.2rem));
}

.i4 .l3 {
    transform: translateY(calc(200% + 0.4rem));
}

.i4 .l4 {
    transform: translateY(calc(200% + 0.4rem));
}

.i4 .list.out {
    transform: translateY(1.2rem);
    opacity: 0;
}

.i4 .list a {
    width: 100%;
    height: 3.8rem;
    overflow: hidden;
    background: #fff;
    position: relative;
    z-index: 1;
    border: none;
    box-shadow: var(--boxShadow);
}

.i4 .list_img {
    width: 50%;
    height: 100%;
}

.i4 .are_Time {
    position: absolute;
    top: 0.2rem;
    left: 0.2rem;
    z-index: 2;
}

.i4 .list_img>span {
    background: var(--o4);
    position: absolute;
    left: 0.2rem;
    top: 0.2rem;
    z-index: 2;
    border-radius: 0.6rem;
    color: var(--f);
    padding: 0.06rem 0.15rem;
}

.i4 .are_Time time {
    display: none;
}

.i4 .list_title {
    width: 50%;
}

.i4 .list_title time {
    display: flex;
    gap: 0.04rem;
    float: left;
}

.i4 .list_title h3 {
    width: 100%;
    word-break: break-word;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.i4 .list_title p {
    word-break: break-word;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.i4 .list_title .more {
    background: var(--d);
    border: 0.01rem solid var(--d);
    color: var(--f);
    border-radius: 100%;
    width: 0.36rem;
    height: 0.36rem;
    transition: all var(--ease) .3s;
}

.i4 a:hover .more {
    background: var(--f);
    color: var(--d);
}

.i4 a:hover img {
    transform: scale(1.1);
}

/* i6 */
.i6 {
    background: var(--f);
}

.i6 .m_Prev,
.i6 .m_Next {
    margin-top: -0.6rem;
}

.i6 .m_Prev.swiper-button-disabled,
.i6 .m_Next.swiper-button-disabled {
    background: var(--d);
    opacity: .2;
}

.i6 .swiper-slide {
    height: auto;
}

.i6 .swiper-slide .list_Item {
    height: 100%;
}

/* 论文精选  */
.open_Box .lunItem a {
    position: relative;
    overflow: hidden;
    background: var(--f) !important;
    height: 100%;
}

.lun_Box {
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(3.2rem, 1fr));
    grid-gap: 0.4rem;
}

.lun_Box .imgBox {
    display: grid;
}

.lun_Box .imgBox .ib {
    grid-area: 1 / 1;
    overflow: hidden;
    transition: all var(--ease) 1.2s;
}

.lun_Box .imgBox .it {
    grid-area: 1 / 1;
    position: relative;
    z-index: 1;
    background: var(--d);
    border-top: 1px dashed rgb(255 255 255 / 20%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all var(--ease) .6s;
    transform: translateY(calc(100% + 0.1rem));
    padding-bottom: 0.1rem;
}

.lun_Box .imgBox .it p {
    /* word-break: break-word; */
    /* text-overflow: ellipsis; */
    /* display: -webkit-box; */
    /* -webkit-box-orient: vertical; */
    /* -webkit-line-clamp: 4; */
    /* overflow: hidden; */
    color: var(--f);
    line-height: 1.6;
    height: 1.1rem;
    overflow-y: scroll;
    padding-right: 0.15rem;
}

.lun_Box .imgBox .it p::-webkit-scrollbar-thumb {
    background-color: var(--f);
}

.lun_Box .imgBox .it .t_wMore {
    display: flex;
    gap: 0.2rem;
}

.lun_Box .imgBox .it .t_wMore>div {
    display: flex;
    align-items: center;
    gap: 0.1rem;
}

.lun_Box .imgBox .it .t_wMore svg {
    width: 0.36rem;
    height: 0.36rem;
    border-radius: 100%;
    border: 1px solid var(--f);
    color: var(--f);
    padding: 0.09rem;
    transition: all var(--ease) .3s;
}

.lun_Box .imgBox .it .t_wMore span {
    text-decoration: underline;
    color: var(--f);
}

.lun_Box .imgBox .it .t_wMore>div:hover svg {
    background: var(--f);
    color: var(--d);
}

.lun_Box .lunItem:hover svg {
    color: var(--o5);
}

.lun_Box .lunItem:hover .inFl span {
    color: var(--f);
    background: var(--o5);
}

.lun_Box .lunItem:hover .it {
    transform: translateY(0);
}

.lun_Box .lunItem:hover .ib {
    border-radius: 0;
    transform: translateY(100%) scale(0.8);
}

/* 开源数据  */
.open_Box {
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(3.2rem, 1fr));
    grid-gap: 0.4rem;
}

.open_Box .imgBox {
    display: grid;
}

.open_Box .imgBox .ib {
    grid-area: 1 / 1;
    overflow: hidden;
    transition: all var(--ease) 1.2s;
}

.open_Box .it {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 1;
    background: var(--d);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transform: translateY(100%);
    transition: all var(--ease) .6s !important;
    border-radius: 0.1rem;
}

.open_Box .it h3 {
    color: var(--f);
}

.open_Box .it p {
    /* word-break: break-word;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden; */
    color: var(--f);
    line-height: 1.6;
    height: 2rem;
    overflow-y: scroll;
    padding-right: 0.15rem;
}

.open_Box .it p::-webkit-scrollbar-thumb {
    background-color: var(--f);
}

.open_Box .it .t_wMore {
    display: flex;
    gap: 0.2rem;
}

.open_Box .it .t_wMore .m1 {
    display: flex;
    align-items: center;
    gap: 0.14rem;
}

.open_Box .it .t_wMore .m1 .i {
    width: 0.36rem;
    height: 0.36rem;
    border-radius: 100%;
    border: 1px solid var(--f);
    padding: 0.09rem;
    transition: all var(--ease) .3s;
    display: flex;
    align-items: center;
}

.open_Box .imgBox .it .t_wMore>div {
    display: flex;
    align-items: center;
    gap: 0.1rem;
}

.open_Box .it .t_wMore svg {
    color: var(--f);
    transition: all var(--ease) .3s;
}

.open_Box .it .t_wMore span {
    text-decoration: underline;
    color: var(--f);
}

.open_Box .it .t_wMore>div:hover .i {
    background: var(--f);
}

.open_Box .lunItem .i svg {
    color: var(--f) !important;
}

.open_Box .lunItem:hover .inFl span {
    color: var(--f);
}

.open_Box .it .t_wMore>div:hover .i svg {
    color: var(--d) !important;
}

.open_Box .lunItem:hover .it {
    transform: translateY(0);
}

.i2 .open_Box.t_w a .titleBox h3 {
    height: 0.27rem;
}

.i2 .open_Box.t_w a .titleBox .sumBox {
    height: auto;
}

.i2 .open_Box.t_w a .titleBox .sumBox p {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.open_Banner .banner .Banner-Box {
    background: var(--f);
    display: flex;
    gap: 0.6rem;
}

.open_Banner .banner .Banner-Box .Banner-Img {
    overflow: hidden;
    grid-area: none;
    max-width: 8rem;
    width: 100%;
}

.open_Banner .banner .Banner-Box .Banner-Text {
    grid-area: none;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 4rem;
    width: auto;
    height: auto;
}

.open_Banner .banner .Banner-Box .Banner-Text p {
    color: var(--c);
    -webkit-line-clamp: 4;
}

.open_Banner .t_wMore .m1 {
    display: flex;
    align-items: center;
    gap: 0.14rem;
}

.open_Banner .t_wMore .m1 .i {
    width: 0.36rem;
    height: 0.36rem;
    border-radius: 100%;
    border: 1px solid var(--d);
    background: var(--d);
    padding: 0.09rem;
    transition: all var(--ease) .3s;
    display: flex;
    align-items: center;
}

.open_Banner .t_wMore svg {
    color: var(--f);
    transition: all var(--ease) .3s;
    width: 0.13rem;
    margin: 0 auto;
}

.open_Banner .t_wMore span {
    /* text-decoration: underline; */
    color: var(--d);
}

.open_Banner .t_wMore>div:hover .i {
    background: var(--o5);
    border: 1px solid var(--o5);
}

.open_Banner .m_PaginationText p {
    color: #0006;
}

.open_Banner .m_PaginationText span.cur {
    opacity: 1;
    color: var(--d);
}

.open_Banner .bn .Banner-Pagination {
    bottom: 0.6rem;
    left: 0.6rem;
    right: auto;
}

/* areBn */
.areBn .banner .Banner-Text {
    justify-content: space-between;
}

.are_Time {
    display: flex;
    gap: 0.06rem;
}

.are_Time p {
    height: 0.25rem;
    background: var(--o4);
    padding: 0.04rem 0.12rem;
    border-radius: 0.06rem;
    color: var(--f);
    line-height: 1;
    display: flex;
    align-items: center;
}

.are_Time p.inProgress {
    background: #1c9d34;
}

.are_Time p.ended {
    background: #b6d1d8;
}

.are_Time time {
    background: rgb(255 255 255 / 30%);
    padding: 0.04rem 0.12rem;
    border-radius: 0.06rem;
    color: var(--f);
    height: 100%;
    margin: 0;
    height: 0.25rem;
    display: flex;
    align-items: center;
}

.are_Time time svg {
    margin-right: 0.06rem;
    color: var(--f) !important;
}

.arena_Box .are_Time time {
    background: var(--f);
    color: #0008 !important;
}

.arena_Box .are_Time time span {
    color: #0008 !important;
}

.arena_Box .are_Time time svg {
    color: #0008 !important;
}

.arena_Box {
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(3.2rem, 1fr));
    grid-gap: 0.4rem;
}

.arena_Box .lunItem a {
    background: none;
    box-shadow: none;
    position: relative;
    overflow: hidden;
    height: 100%;
    justify-content: flex-start;
}

.arena_Box .imgBox {
    display: grid;
}

.arena_Box .imgBox .ib {
    grid-area: 1 / 1;
    overflow: hidden;
    transition: all var(--ease) 1.2s;
}

.arena_Box .it {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 1;
    background: var(--d);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transform: translateY(calc(100% + 0.01rem));
    transition: all var(--ease) .6s !important;
    border-radius: 0.1rem;
}

.arena_Box .it h3 {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.arena_Box .it h3 {
    color: var(--f);
    -webkit-line-clamp: 3;
}

.arena_Box .it p {
    /* word-break: break-word;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden; */
    color: var(--f);
    line-height: 1.6;
    height: 1.1rem;
    overflow-y: scroll;
    padding-right: 0.15rem;
}

.arena_Box .it p::-webkit-scrollbar-thumb {
    background-color: var(--f);
}

.arena_Box .it .t_wMore {
    display: flex;
    gap: 0.2rem;
}

.arena_Box .it .t_wMore .m1 {
    display: flex;
    align-items: center;
    gap: 0.14rem;
}

.arena_Box .it .t_wMore .m1 .i {
    width: 0.36rem;
    height: 0.36rem;
    border-radius: 100%;
    border: 1px solid var(--f);
    padding: 0.09rem;
    transition: all var(--ease) .3s;
    display: flex;
    align-items: center;
}

.arena_Box .imgBox .it .t_wMore>div {
    display: flex;
    align-items: center;
    gap: 0.1rem;
}

.arena_Box .it .t_wMore svg {
    color: var(--f);
    transition: all var(--ease) .3s;
}

.arena_Box .it .t_wMore span {
    text-decoration: underline;
    color: var(--f);
}

.arena_Box .it .t_wMore>div:hover .i {
    background: var(--f);
}

.arena_Box .lunItem .i svg {
    color: var(--f) !important;
}

.arena_Box .lunItem:hover .inFl span {
    color: var(--f);
}

.arena_Box .it .t_wMore>div:hover .i svg {
    color: var(--d) !important;
}

.arena_Box .lunItem:hover .it {
    transform: translateY(0);
}

.i2 .arena_Box.t_w a .titleBox .sumBox {
    height: auto;
}

.i2 .arena_Box.t_w a .titleBox .sumBox p {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.arena_Box .are_Time {
    position: absolute;
    top: 0.2rem;
    left: 0.2rem;
    z-index: 2;
}

/* 联系我们 contact */
.contact {
    background: url(../images/cbg.jpg) no-repeat center #fff;
    background-size: cover;
}

.contact .c_left {
    width: 40%;
}

.contact .c_right {
    width: 50%;
}

.contact .c_right .p_label {
    display: none;
}

.contact .c_right .formBtn {
    max-width: 1.7rem;
}

.contact form .input-group input,
.contact form .input-group .p_input {
    background: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    border-color: #ddd;
    border-radius: 0;
    padding: 0.14rem 0rem;
}

.contact .c_right [required] .input-group::after {
    content: '*';
    position: absolute;
    top: 50%;
    left: 0;
    color: red;
    font-weight: bold;
    margin: 0;
    line-height: 1;
    display: flex;
    height: 0.1rem;
    transform: translateY(-50%);
}

/* 联系我们-最新公告 */
.annocemList {
    counter-reset: my-counter;
    gap: 0.02rem;
    display: flex;
    flex-direction: column;
}

.annocemItem {
    background: var(--f);
    border: 0.04rem solid var(--f);
    height: 2.1rem;
    transition: all var(--ease) .6s;
    overflow: hidden;
    cursor: pointer;
}

.anTitle {
    border-bottom: 1px dotted var(--k);
    gap: 0.2rem;
    align-items: baseline;
    display: grid;
    grid-template-columns: 1fr 1.2rem;
}

.anTitle time {
    text-align: right;
}

.open_an {
    color: var(--d);
    display: inline-block;
    cursor: pointer;
}

.open_an svg {
    height: auto;
    width: 0.12rem;
    margin-left: 0.1rem;
}
.annocemItem.cur .open_an svg{
    transform: rotateX(180deg);
}

.open_an .g {
    display: none;
}

.anSum {
    height: 0.46rem;
    overflow: hidden;
    transition: all var(--ease) .6s;
    padding: 0;
    margin-bottom: 0.2rem;
}

.annocemItem.cur {
    background: #ebe4f1;
    border-color: var(--d);
    height: 3.2rem;
}

.annocemItem.cur .anTitle {
    color: var(--d);
    border-bottom: 1px dotted var(--d);
}

.annocemItem .anTitle p {
    color: inherit;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    padding-left: 0.36rem;
    position: relative;
    padding-bottom: 0.04rem;
    padding-top: 0.04rem;
}

.annocemItem .anTitle p::before {
    counter-increment: my-counter;
    content: counter(my-counter);
    margin-right: 0.1rem;
    width: 0.25rem;
    height: 0.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #c7c7c7;
    border-radius: 100%;
    color: var(--f);
    position: absolute;
    left: 0;
    font-size: 0.16rem;
}

.annocemItem.cur .anSum {
    -webkit-line-clamp: none;
    height: 1.5rem;
    overflow-y: scroll;
    margin-top: 0.2rem;
    padding-right: 0.1rem;
}

.annocemItem.cur .anSum p {
    height: auto;
    overflow: auto;
}

.annocemItem.cur .o {
    display: none;
}

.annocemItem.cur .g {
    display: inline-block;
}

.annocemItem.cur .anTitle p::before {
    background: var(--d);
}

/* 修改 2025-06-05 */
.i3 a h3>div::after {
    background: var(--f);
    bottom: 0.01rem;
}

.i a .t_wTitle h3>div::after {
    background: var(--f);
}

.w-12 {
    width: 0.12rem;
}

.ww:not(.group),
.ww.group>* {
    /* opacity: 0; */
}

@media screen and (max-width: 1024px) {
    .listBox_Focus .focusList a.focus .list_img {
        height: 60%;
    }

    .listBox_Focus .focusList a.focus .list_title {
        height: 40%;
    }
}

@media screen and (max-width: 768px) {
    .i4 .list {
        height: 2.5rem;
    }

    .i4 .list_title {
        padding-left: 0.35rem;
        padding-right: 0.35rem;
    }

    .i4 .list_title h3 {
        margin-bottom: 0.1rem;
    }

    .i4 .list_title p {
        margin-bottom: 0.2rem;
    }

    .listBox_Focus .focusList {
        grid-template-columns: 1fr;
    }

    .open_Box {
        grid-gap: 0.3rem;
    }

    .open_Banner .banner .Banner-Box {
        padding: 0.3rem;
        justify-content: space-between;
        gap: 0.3rem;
    }

    .open_Banner .banner .Banner-Box .Banner-Text {
        max-width: 46%;
    }

    .open_Banner .banner .Banner-Box .Banner-Img {
        max-width: 44%;
    }

    .open_Banner .bn .Banner-Pagination {
        bottom: 0.3rem;
        left: 0.3rem;
    }

    .open_Banner .banner .Banner-Box {
        flex-direction: column;
    }

    .arena_Box {
        grid-gap: 0.3rem;
    }

    .contact .c_left,
    .contact .c_right {
        width: 47%;
    }

    .listBox_Focus .focusList a.focus .list_img {
        height: auto;
    }

    .listBox_Focus .focusList a.focus .list_title {
        height: auto;
    }

    .fl ul {
        flex-wrap: wrap;
    }

    .banner .Banner-Box img.pc {
        display: none;
    }

    .banner .Banner-Box img.mo {
        display: flex;
    }
    .filter .filter_multi .filter_value .filter_item .check::before {
        transform: rotate(45deg) translateX(5px) translateY(3px);
    }
    
    .filter .filter_multi .filter_value .filter_item .check::after {
        transform: rotate(45deg) translateX(6px) translateY(-3px);
    }

}

@media screen and (max-width: 430px) {
    .i2 .t_w a .titleBox h3 {
        /* height: 0.5rem; */
        height: auto;
    }

    .i2 .t_w a .titleBox .sumBox {
        height: 1.5rem;
        overflow-y: auto;
    }

    .i2 .t_w a .titleBox .sumBox::-webkit-scrollbar-thumb {
        background-color: rgb(0 0 0 / 50%);
    }

    .i4 .list {
        height: 4rem;
        flex-direction: column;
    }

    .i4 .list_img {
        width: 100%;
        height: 2rem;
    }

    .i4 .list_title {
        width: 100%;
        height: 2rem;
        padding-left: 0.2rem;
        padding-right: 0.2rem;
        padding-top: 0;
        padding-bottom: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .i4 .are_Time time {
        display: flex;
    }

    .i4 .list_title time {
        display: none;
    }

    .listBox_Focus .focusList a.focus .list_img {
        height: 60%;
    }

    .listBox_Focus .focusList a.focus .list_title {
        height: 40%;
        padding: 0.1rem 0.18rem;
    }

    .listBox_Focus .focusList a {
        padding-left: 0.18rem;
        padding-right: 0.18rem;
        gap: 0.16rem;
    }

    .listBox_Focus .focusList a .list_title p {
        -webkit-line-clamp: 1;
    }

    .list a .list_title h3 {
        margin-bottom: 0.08rem;
    }

    .open_Banner .banner .Banner-Box .Banner-Text {
        padding: 0;
        max-width: 100%;
    }

    .open_Banner .banner .Banner-Box .Banner-Img {
        max-width: 100%;
    }

    .areBn .banner .Banner-Text {
        padding-top: 0.2rem;
    }

    .contact>.container {
        flex-direction: column;
        gap: 0.4rem;
    }

    .contact .c_left,
    .contact .c_right {
        width: 100%;
    }
}


.simple-toast {
    position: fixed;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 8px 16px;
    border-radius: 4px;
    font-size: 14px;
    z-index: 10000;
    display: none;
    white-space: nowrap;
}
@media screen and (min-width: 768px) {
    .nav ul li:last-child{
        display:none;
    }
}


#loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    padding: 0.2rem;
}
#loading-text {
    font-size: 0.6rem;
    color: #333;
}

@media screen and (max-width: 480px) {
    .filter .filter_all .checkbox{
        font-size:0.14rem !important;
    }
}