@charset "UTF-8";

@font-face {
    font-family: 'iconfont';
    src: url('//at.alicdn.com/t/c/font_4854423_epikimsjpf6.woff2?t=1741740685372') format('woff2'),
        url('//at.alicdn.com/t/c/font_4854423_epikimsjpf6.woff?t=1741740685372') format('woff'),
        url('//at.alicdn.com/t/c/font_4854423_epikimsjpf6.ttf?t=1741740685372') format('truetype');
}

.icon {
    font-family: 'iconfont' !important;
}


:root {
    --li: #008d3f;
    --li1: #ed6b00;
    --f18: max(14px, 0.835vw);
}

* {
    box-sizing: border-box !important;
    word-break: normal !important;
    word-wrap: normal !important;
    -webkit-font-smoothing: antialiased !important;
    padding: 0;
    margin: 0;
}

ul,
li {
    list-style: none;
}


a {
    text-decoration: none !important;
}

body {
    background-color: #fff;
    color: #595959;
    font-size: var(--f18);
    font-family: 'Onsite';
    font-weight: 400;
    line-height: 167%;
}

@font-face {
    font-family: 'Onsite';
    font-style: normal;
    font-weight: 100;
    src: url('/src/font/OnsiteThin.otf');
}

@font-face {
    font-family: 'Onsite';
    font-style: normal;
    font-weight: 200;
    src: url('/src/font/OnsiteExtraLight.otf');
}

@font-face {
    font-family: 'Onsite';
    font-style: normal;
    font-weight: 300;
    src: url('/src/font/OnsiteLight.otf');
}

@font-face {
    font-family: 'Onsite';
    font-style: normal;
    font-weight: 400;
    src: url('/src/font/Onsite.otf');
}

@font-face {
    font-family: 'Onsite';
    font-style: normal;
    font-weight: 500;
    src: url('/src/font/OnsiteMedium.otf');
}

@font-face {
    font-family: 'Onsite';
    font-style: normal;
    font-weight: 700;
    src: url('/src/font/OnsiteBlod.otf');
}

@font-face {
    font-family: 'Onsite';
    font-style: normal;
    font-weight: 900;
    src: url('/src/font/OnsiteExtraBlod.otf');
}

@font-face {
    font-family: 'DUTCH';
    font-family: italic;
    font-weight: 100;
    src: url('/src/font/DUTCHI.TTF');
}

@font-face {
    font-family: 'DUTCH';
    font-style: normal;
    font-weight: 400;
    src: url('/src/font/DUTCH.TTF');
}

@font-face {
    font-family: 'DUTCH';
    font-style: normal;
    font-weight: 700;
    src: url('/src/font/DUTCHB.TTF');
}

@font-face {
    font-family: 'DUTCH';
    font-family: italic;
    font-weight: 700;
    src: url('/src/font/DUTCHBI.TTF');
}

@font-face {
    font-family: 'DUTCH';
    font-style: normal;
    font-weight: 900;
    src: url('/src/font/DUTCHEB.TTF');
}

.dut {
    font-family: 'DUTCH';
    font-weight: 400;
}


.public_more {
    position: relative;
    outline: none;
    text-decoration: none;
    border-radius: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    text-transform: uppercase;
    height: max(50px,3.125vw);
    width: max(180px,11vw);
    opacity: 1;
    background-color: transparent;
    border: 1px solid #c8c6c2;
}

.public_more span {
    color: var(--li);
    font-weight: 500;
}

.public_more:hover {
    animation: rotate 0.7s ease-in-out both;
}

.public_more:hover span {
    animation: storm 0.7s ease-in-out both;
    animation-delay: 0.06s;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg) translate3d(0, 0, 0);
    }

    25% {
        transform: rotate(3deg) translate3d(0, 0, 0);
    }

    50% {
        transform: rotate(-3deg) translate3d(0, 0, 0);
    }

    75% {
        transform: rotate(1deg) translate3d(0, 0, 0);
    }

    100% {
        transform: rotate(0deg) translate3d(0, 0, 0);
    }
}

@keyframes storm {
    0% {
        transform: translate3d(0, 0, 0) translateZ(0);
    }

    25% {
        transform: translate3d(4px, 0, 0) translateZ(0);
    }

    50% {
        transform: translate3d(-3px, 0, 0) translateZ(0);
    }

    75% {
        transform: translate3d(2px, 0, 0) translateZ(0);
    }

    100% {
        transform: translate3d(0, 0, 0) translateZ(0);
    }
}



@media only screen and (max-width:768px) {
    body {
        font-size: 14px;
    }
}

.table-responsive {
    overflow: auto;
}

.table-responsive::-webkit-scrollbar {
    height: 1px;
}

::-webkit-scrollbar {
    width: 4px;
}

::-webkit-scrollbar-track {
    background: #d7d7d7;
    border-radius: 6px;
}

::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--li);
}


/* webkit, opera, IE9 （谷歌浏览器）*/
::selection {
    background: var(--li);
    color: #fff;
}

/* mozilla firefox（火狐浏览器） */
::-moz-selection {
    background: var(--li);
    color: #fff;
}

/*end*/
a {
    text-decoration: none !important;
}

a:active,
a:hover,
a:focus,
a:visited {
    outline: none !important;
    text-decoration: none;
}

i {
    font-style: normal;
}

/*yx_Css*/
.Limg_con,
.Limg_cov {
    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: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

/*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: 6vw;
    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: 20%;
}

.e_textarea-66 .ver-errors {
    top: 13%;
}

.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;
    margin: 5% 0 0;
    gap: 1.5vw;
}

ul.pagination li {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #747474;
    transition: all .5s ease;
    border-bottom: 3px solid transparent;
    width: 62px;
    height: 62px;
    border: 1px solid rgb(0 0 0 / 20%);
    border-radius: 50%;
    font-size: 18px;
}

ul.pagination li:first-child,
ul.pagination li:last-child {
    display: none;
}

ul.pagination li * {
    display: block;
    padding: 10px 5px;
}

ul.pagination li a {
    color: #747474;
    display: block;
}

ul.pagination li a {
    display: inline-block;
}

ul.pagination li:hover,
ul.pagination li.active {
    color: var(--li);
    border-color: var(--li);
    background: #fff;
}


ul.pagination li.disabled {
    cursor: no-drop;
    opacity: .8;
}


@media screen and (max-width: 800px) {
    .ver-errors {
        display: block;
        top: 20px;
        margin-left: 40px !important;
    }

    .ver-errors .ver-error-caret {
        left: 3px;
        top: -19px;
    }

    .ver-errors .ver-error-caret.ver-icon-carets:before {
        content: "\e6d0";
    }

    .e_textarea-66 .ver-errors {
        top: 25%;
        left: 25%;
    }
}

/* 翻页 */
.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: #666;
    font-size: max(16px, 0.833vw);
    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 rotate360 {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes half-circle-right {
    0% {
        stroke-dashoffset: 110
    }

    to {
        stroke-dashoffset: 330
    }
}

@keyframes half-circle-left {
    0% {
        stroke-dashoffset: 80
    }

    to {
        stroke-dashoffset: 240
    }
}

@keyframes path-connection {
    0% {
        stroke-dashoffset: 0
    }

    to {
        stroke-dashoffset: 200
    }
}