@charset "UTF-8";

@font-face {
    font-family: "icon";
    src: url('/src/icon/iconfont.woff2?t=1736472794887') format('woff2'),
        url('/src/icon/iconfont.woff?t=1736472794887') format('woff'),
        url('/src/icon/iconfont.ttf?t=1736472794887') format('truetype'),
        url('/src/icon/iconfont.svg?t=1736472794887#iconfont') format('svg');
}


.icons {
    font-size: 16px;
    width: 20px;
    height: 20px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    fill: currentColor
}

.icon {
    font-family: 'icon' !important;
}


:root {
    --li: #073684;
    --li1: #b91419;
}

* {
    box-sizing: border-box !important;
    word-break: normal !important;
    word-wrap: normal !important;
    -webkit-font-smoothing: antialiased !important;
    padding: 0;
    margin: 0;
}

*[tion] {
    transition: all .5s ease;
}

body {
    background-color: #fff;
    color: #595959;
    font-size: 16px;
    font-family: 'ml';
}

@font-face {
    font-family: 'ml';
    font-style: normal;

    src: url('/src/font/Montserrat-Light.woff2');
}

@font-face {
    font-family: 'mb';
    font-style: normal;
    src: url('/src/font/Montserrat-Bold.ttf');
}


@media only screen and (max-width:768px) {
    body {
        font-size: 14px;
    }
}

.table-responsive {
    overflow: auto;
}

.table-responsive::-webkit-scrollbar {
    height: 1px;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: #d7d7d7;
    border-radius: 6px;
}

::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--li);
}


/* ::selection {
    background: var(--li);
    color: #fff;
}

::-moz-selection {
    background: var(--li);
    color: #fff;
} */

a {
    text-decoration: none !important;
}

a:active,
a:hover,
a:focus,
a:visited {
    outline: none !important;
    text-decoration: none;
}

ul,
li {
    list-style: none;
}


a {
    text-decoration: none !important;
    color: inherit;
}

i {
    font-style: normal;
}

.search-highlight {
    color: var(--li1);
}

.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.puli_more {
    color: #fff;
    font-size: max(14px, 0.94vw);
    text-transform: uppercase;
    line-height: 333%;
    display: inline-block;
    background: var(--li1);
    padding: 0 7%;
    transition: all .5s ease;
}

.puli_more:hover {
    background: var(--li);
    letter-spacing: 1px;
}

.Limg_con,
.Limg_cov {
    display: block;
    position: relative;
    height: 0;
    overflow: hidden;
}

.Limg_con img {
    position: absolute;
    max-height: 100%;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.6s;
    object-fit: contain;
}

.Limg_cov img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s;
    left: 0;
    top: 0;
}

.L_tit {
    display: block;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.L_summary {
    display: -webkit-box;
    overflow: hidden;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.table_visible {
    overflow-x: auto;
    width: 100%;
    padding-bottom: 20px;
}

.table_visible::-webkit-scrollbar {
    height: 5px;
}

.table_visible::-webkit-scrollbar-track {
    background: #ccc;
    border-radius: 5px;
}

.table_visible::-webkit-scrollbar-thumb {
    background: var(--li1);
    border-radius: 5px;
}

/*end*/



/* 留言 */
.ver-error-input {
    border: 1px solid #ff1f30;
}

.ver-errbox {
    position: relative;
}

.ver-errors {
    color: #ff1f30;
    font-size: max(12px, 0.625vw);
    margin: 0 !important;
    position: absolute;
    width: auto;
    max-width: max(220px, 11.458vw);
    background-color: #dedede;
    padding: 0 10px;
    border-radius: 5px;
    display: inline-block;
    left: max(180px, 10vw);
    vertical-align: top;
    top: 50%;
    transform: translateY(-50%);
    line-height: 250%;
}

.required:before {
    content: '*';
    position: absolute;
    top: 50%;
    left: max(15px, 0.8vw);
    transform: translateY(-50%);
    color: #ff1f30;
}

.e_textarea-66.required:before {
    top: 18%;
}

.e_textarea-66 .ver-errors {
    top: 16%;
    left: max(120px, 7vw);
}

.ver-errors:before {
    content: '';
    width: 10px;
    height: 10px;
    background: #dedede;
    position: absolute;
    left: -5px;
    top: 10px;
    transform: rotate(45deg);
}

.ver-errors .ver-error-caret {
    color: #dedede;
    position: absolute;
    left: -12px;
    width: 15px;
    height: 30px;
    line-height: 30px;
    top: 0px;
}

.ver-errors .ver-error-caret.ver-icon-carets:before {
    content: "\e6cc";
}

.ver-money-input {
    vertical-align: middle;
    color: #333;
}

.ver-money-input::before {
    content: "￥";
}

.ver-money-input>input {
    width: 60px;
    border: 0;
    border-bottom: 1px solid #dedede;
    padding: 0;
    margin: 0;
}

.ver-error-inputs {
    border: 1px solid #ff1f30;
    border-right: 0;
}

.ver-errorMessageBlock {
    display: block;
    top: 5px;
    width: 100%;
    max-width: 100%;
    left: 0;
    background: none;
}


ul.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

ul.pagination li {
    width: 40px;
    height: 40px;
    background: #f2f2f2;
    border-radius: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #666;
    transition: all .5s ease;
    position: relative;
    font-family: "ml";
    border: 1px solid #eee;
}

ul.pagination li a {
    color: #333;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.pagination li:hover,
ul.pagination li.active {
    background: var(--li1);
    color: #fff;
}

ul.pagination li:hover a {
    color: #fff;
}



ul.pagination li.disabled {
    cursor: no-drop;
    background: #c8c8c8;
    color: #fff;
}


@media screen and (max-width: 800px) {
    .ver-errors {
        display: block;
        top: 10px;
        margin-left: -10px !important;
    }

    .ver-errors .ver-error-caret {
        left: 3px;
        top: -19px;
    }

    .ver-errors .ver-error-caret.ver-icon-carets:before {
        content: "\e6d0";
    }
}

/* 翻页 */
.news_page {
    display: flex;
    margin-top: 1.563vw;
    justify-content: space-between;
    border-top: 1px solid #eee;
    padding-top: 1.042vw;
    flex-wrap: wrap;
}

.news_page a {
    color: #212529;
    font-size: 16px;
    display: block;
    width: 100%;
    margin: 10px 0;
}

.news_page a span {
    color: #333;
}


@media only screen and (max-width:768px) {
    ul.pagination {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 30px auto 50px;
        gap: 5px;
    }

    ul.pagination li {
        width: 25px;
        height: 25px;
        font-size: 14px;
    }
}




@keyframes lines {
    0% {
        stroke-dasharray: 0, 6000px;
        stroke: #fff;
    }

    1% {
        stroke-dasharray: 0, 6000px;
        stroke: #fff;
    }

    100% {
        stroke-dasharray: 6000px, 0;
        stroke: #fff;
    }
}

@keyframes scroll-icon {
    0% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
        opacity: 0;
    }

    30%,
    70% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
        opacity: 0;
    }
}

@keyframes opacity01 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes scroll-icon1 {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-25%);
        transform: translateY(-25%);
    }
}

@keyframes scroll-icon2 {
    0% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

@keyframes blink {
    0% {
        transform: translate(-50%, -50%) scale(0);
    }

    50% {
        transform: translate(-50%, -50%) scale(1);
    }

    100% {
        transform: translate(-50%, -50%) scale(1.6);
    }
}

@keyframes blink2 {
    0% {
        transform: translate(-50%, -50%) scale(0.5);
    }

    50% {
        transform: translate(-50%, -50%) scale(1);
    }

    100% {
        transform: (-50%, -50%) scale(1.5);
    }
}

@keyframes circleScale {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes circleScale2 {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.7);
        -moz-transform: scale(1.7);
        -ms-transform: scale(1.7);
        transform: scale(1.7);
    }
}

@keyframes circleScale3 {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
    }
}



/* 右侧固定客服 */
/* .e_loop_sub-1 {
    position: fixed;
    right: 0;
    bottom: 30%;
    z-index: 98;
}

.p_loopItem {
    position: relative;
}

.zxbox {
    display: flex;
    flex-direction: column;
    background: #b91419;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    transition: all ease .3s;
    position: relative;
    right: 0;
}

.zx_btm_o {
    background: #b91419;
    width: 45px;
    height: 45px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    cursor: pointer;
    background-image: url(/src/image/right.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: -50px;
    right: 0;
    transition: all ease .3s;
}

.zx_right {
    right: -45px;
}

.zx_right+.zx_btm_o {
    width: 30px;
    height: 30px;
    bottom: -35px;
}

.zx_xjie {
    position: absolute;
    right: 55px;
    top: 0;
    background: #b91419;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    z-index: 2;
    opacity: 0;
    pointer-events: none;
    transition: all ease .3s;
    padding: 0;
    -webkit-box-shadow: 0 1px 3px rgb(18 18 18 / 10%);
    box-shadow: 0 1px 3px rgb(18 18 18 / 10%);
    min-width: 230px;
    min-height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.zx_xjie img {
    min-width: 150px;
}

.zxbox>div:hover .zx_xjie {
    z-index: 3;
    opacity: 1;
    pointer-events: visible;
    right: 45px;
}

.zxbox>div>p a {
    font-size: 0;
    display: block;
    width: 45px;
    height: 45px;
    margin: 0 auto;
    transition: all ease .3s;
}

.zxbox a:hover {
    opacity: 1;
}


.zx_5>p a {
    background-image: url(/src/image/whats.png);
    background-repeat: no-repeat;
    background-position: center;
}

.zx_8>p a {
    background-image: url(/src/image/mail.png);
    background-repeat: no-repeat;
    background-position: center;
}

.zx_9>p a {
    background-image: url(/src/image/tel.png);
    background-repeat: no-repeat;
    background-position: center;
}

.zx_type {
    line-height: normal;
}

.zx_type.vpHide:not([nd_deleted]) {
    display: none !important;
}

.zx_zh {
    text-align: left;
    color: #fff;
    font-size: 20px;
    white-space: nowrap;
    min-height: 45px;
    line-height: 45px;
    padding: 0 15px;
    font-family: arial;
    text-align: center;
}

.zx_type {
    display: none;
}

.zx_ts {
    font-size: 14px;
    color: #a7aeb5;
    line-height: 1;
    margin-bottom: 10px;
}

.zx_6 .zx_xjie {
    min-height: 250px;
}

.zx_6 .zx_zh a {
    display: none;
}

.zx_6 .zx_bts {
    font-size: 14px;
    color: #b91419;
    line-height: 1;
    margin-bottom: 10px;
    text-align: center;
    margin-top: 20px;
}

.zx_6 .zx_ts {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 30px;
    margin-top: 10px;
}

.zx_6 .zx_ts:nth-child(2) {
    display: none;
}

.p_backtop {
    background-image: url(/src/image/top.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 45px;
    height: 0px;
    cursor: pointer;
    transition: all ease .3s;
    opacity: 0;
}

.p_backtop.zx_hi {
    height: 45px;
    opacity: 1;
}

.p_backbottom {
    background-image: url(/src/image/top.png);
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(180deg);
    width: 45px;
    height: 45px;
    cursor: pointer;
    transition: all ease .3s;
}

.zx_btm_o:hover,
.p_backbottom:hover,
.zxbox>div>p a:hover,
.p_backtop:hover {
    background-color: #b91419;
}

@media screen and (max-width:768px) {
    .p_backbottom {
        width: 35px;
        height: 35px;
    }

    .zxbox>div>p a {
        width: 35px;
        height: 35px;
        pointer-events: none;
    }

    .p_backtop {
        width: 35px;
    }

    .p_backtop.zx_hi {
        height: 35px;
        opacity: 1;
    }

    .zx_btm_o {
        width: 35px;
        height: 35px;
        bottom: -40px;
    }

    .zx_xjie {
        min-width: 160px;
        min-height: 35px;
    }

    .zxbox>div:hover .zx_xjie {
        z-index: 3;
        opacity: 1;
        pointer-events: visible;
        right: 35px;
    }

    .zx_zh {
        font-size: 16px;
        min-height: 35px;
        line-height: 35px;
    }

    .zx_ts {
        font-size: 12px;
        margin-bottom: 4px;
    }

    .zx_6 .zx_bts {
        font-size: 12px;
        margin-bottom: 4px;
        margin-top: 0px;
    }

    .zx_6 .zx_ts {
        font-size: 12px;
        margin-bottom: 0px;
        margin-top: 0px;
    }

    .zx_xjie img {
        min-width: 90px;
        max-width: 100px;
    }

    .zx_6 .zx_xjie {
        min-height: 190px;
        min-width: 130px;
    }
} */

/* 新客服 */
.slide {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    transition: all .5s ease;
}

.slide>div {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: var(--li1);
    margin: 4px 0;
    border-radius: 8px 0 0 8px;
    cursor: pointer;
}

.slide>div:hover {
    background: #073684;
}

.slide .kf_position {
    position: absolute;
    right: 115%;
    top: 0;
    min-height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 10px;
    flex-wrap: wrap;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    border: 1px solid #ccc;
    padding: 10px 20px;
}

.slide .customer .kf_position {
    min-width: 300px;
    transform: translateY(-20%);
}

.slide .customer .kf_position.j_active,
.slide>.pusda:hover .kf_position {
    opacity: 1;
    visibility: visible;
}

.slide .kf_position a {
    color: var(--li);
    font-size: 18px;
    line-height: 200%;
    display: block;
    white-space: nowrap;
    font-weight: 700;
}

.customer form.Message {
    padding: 20px 0;
}

.customer form.Message input {
    width: 100%;
    border: 1px solid #333;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    color: #000;
    font-size: 16px;
    font-family: 'Public-Sans';
    border-radius: 5px;
    margin-bottom: 10px;
}

.customer form.Message textarea {
    width: 100%;
    border: 1px solid #333;
    height: 80px;
    padding: 10px 20px;
    color: #000;
    font-size: 16px;
    font-family: 'Public-Sans';
    border-radius: 5px;
    margin-bottom: 10px;
}

.customer form.Message textarea::-webkit-textarea-placeholder {
    color: #666;
    font-size: 14px;
    font-family: 'Public-Sans';
}

.customer form.Message textarea:-moz-placeholder {
    color: #666;
    font-size: 14px;
    font-family: 'Public-Sans';
}

.customer form.Message textarea:-ms-input-placeholder {
    color: #666;
    font-size: 14px;
    font-family: 'Public-Sans';
}

.customer form.Message textarea::-ms-input-placeholder {
    color: #666;
    font-size: 14px;
    font-family: 'Public-Sans';
}

.customer form.Message textarea::placeholder {
    color: #666;
    font-size: 14px;
    font-family: 'Public-Sans';
}

.customer form.Message input::-webkit-input-placeholder {
    color: #666;
    font-size: 14px;
    font-family: 'Public-Sans';
}



.customer form.Message .veri {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.customer form.Message .veri input.required.verify {
    flex: 1;
    margin: 0;
}

.customer form.Message .veri img.p_code_img {
    width: 120px;
    height: auto;
    object-fit: contain;
    background: #f3fbfe;
}

.customer form.Message button {
    width: 100%;
    background: var(--li);
    color: #fff;
    border: none;
    line-height: 40px;
    font-size: 14px;
    font-family: 'Public-Sans';
    cursor: pointer;
    border-radius: 5px;
}



.expand:after {
    content: "";
    position: absolute;
    left: 0;
    right: unset;
    top: 0;
    bottom: unset;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    -webkit-transition: 0.45s ease all;
    -o-transition: 0.45s ease all;
    -moz-transition: 0.45s ease all;
    transition: 0.45s ease all;
    z-index: 1;
}

.expand:before {
    z-index: 2;
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(0%);
    -moz-transform: translateX(-50%) translateY(0%);
    -ms-transform: translateX(-50%) translateY(0%);
    -o-transform: translateX(-50%) translateY(0%);
    transform: translateX(-50%) translateY(0%);
    width: max(45px, 3.125vw);
    height: max(45px, 3.125vw);
    border: 1px solid #CC141A;
    background-color: rgba(204, 20, 26, 0.75);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MDguOTIgNDA5LjAyIj48ZGVmcz48c3R5bGU+LmR7ZmlsbDojZmZmO308L3N0eWxlPjwvZGVmcz48cGF0aCBjbGFzcz0iZCIgZD0iTTEwMi4yLDBWMjUuNDNINDQuODZjMzkuMzIsMzkuMzMsNzguNTQsNzguNTYsMTE3LjUxLDExNy41NC02LjcsNi42Ny0xMi42LDEyLjUzLTE4LjU5LDE4LjQ5QzEwNS4wMSwxMjIuNjgsNjUuNzcsODMuNDIsMjUuNzUsNDMuMzl2NTguODNIMFY5LjU4QzEuOTEsNS4xMSw1LjExLDEuOTEsOS41OCwwSDEwMi4yWm0yMDQuNCwwVjI1Ljc3aDU3LjY5bC41MSwuOTNjLTM5LjI1LDM5LjI2LTc4LjUsNzguNTItMTE3LjU1LDExNy41Nyw1LjgsNS44MiwxMS42MSwxMS42NSwxNy44MSwxNy44NywzOS4xMy0zOS4xNCw3OC4zOC03OC40LDExOC4yOC0xMTguMzF2NTguMTdoMjUuNDZ2LTQuNTFjMC0yNi44OC0uMTgtNTMuNzYsLjExLTgwLjYzLC4wOS03LjkyLTIuMjItMTMuNjctOS43LTE2Ljg2aC05Mi42MlpNMCwzOTkuMzJjMy4xOSw3LjQ4LDguOTUsOS43OCwxNi44Nyw5LjcsMjcuMDEtLjMsNTQuMDItLjExLDgxLjAzLS4xMWg0LjA3di0yNS42NEg0My42M2MzOS45My0zOS45NCw3OS4xOS03OS4yLDExOC4zMS0xMTguMzMtNi4yMi02LjA5LTEyLjE4LTExLjkzLTE4LjcxLTE4LjMyLTM5LjA2LDM4Ljk0LTc4LjM4LDc4LjEzLTExNy43OCwxMTcuNDF2LTU3LjMzSDB2OTIuNjRaTTI2NS4yOSwyNDYuODdjLTYuMzMsNi4zNC0xMi4yMywxMi4yNC0xOC44NywxOC44OSwzOS4wMSwzOS4wMiw3OC4yNiw3OC4yOCwxMTcuNjcsMTE3LjdoLTU3LjJ2MjUuNDVoMy44NWMyNy42NywwLDU1LjM0LDAsODMuMDEsMCwxMC4yNSwwLDE1LjA0LTQuODYsMTUuMDUtMTUuMjIsMC0yNy41NCwwLTU1LjA5LDAtODIuNjN2LTQuMTZoLTI1LjU4djU3Ljk2Yy0zOS43My0zOS43NC03OC45OC03OS0xMTcuOTQtMTE3Ljk3WiIvPjwvc3ZnPg==);
    background-repeat: no-repeat;
    -moz-background-size: max(15px, 1.042vw);
    background-size: max(15px, 1.042vw);
    background-position: center center;
    -webkit-transition: 0.45s ease all;
    -o-transition: 0.45s ease all;
    -moz-transition: 0.45s ease all;
    transition: 0.45s ease all;
    opacity: 0;
}

.expand:hover:before {
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: 1;
}

.expand:hover:after {
    opacity: 0.5;
}