@charset "UTF-8";

@font-face {
    font-family: 'iconfont';
    /* Project id 2650718 */
    src: url('//at.alicdn.com/t/c/font_2650718_thh352fbeg.woff2?t=1731908322205') format('woff2'),
        url('//at.alicdn.com/t/c/font_2650718_thh352fbeg.woff?t=1731908322205') format('woff'),
        url('//at.alicdn.com/t/c/font_2650718_thh352fbeg.ttf?t=1731908322205') format('truetype');
}

.icon {
    font-family: 'iconfont' !important;
}


:root {
    --li: #ca1c20;
    --li1: #ca1c20;
    --f16: max(14px, 0.833vw);
}

.px16 {
    font-size: max(14px, 0.835vw);
}

.px18 {
    font-size: max(16px, 0.938vw);
    line-height: 167%;
}

.px24 {
    font-size: max(20px, 1.25vw);
}

.px30 {
    font-size: max(24px, 1.57vw);
}

.px40 {
    font-size: max(28px, 2.05vw);
}

.px48 {
    font-size: max(32px, 2.5vw);
}

.c_fff {
    color: #fff;
}

.c_000 {
    color: #000;
}

.c_666 {
    color: #666;
}

.c_999 {
    color: #999;
}

@media only screen and (max-width:768px) {
    .px18 {
        font-size: 14px;
    }

    .px24 {
        font-size: 18px;
    }

    .px30 {
        font-size: 20px;
    }

    .px40 {
        font-size: 22px;
    }

    .px48 {
        font-size: 24px;
    }
}

* {
    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: max(14px, 0.729vw);
    font-family: 'Gilroy', '微软雅黑';
}

@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: 'Solano';
    font-style: normal;
    font-weight: 400;
    src: url('/src/font/Solano.TTF');
}

@font-face {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 400;
    src: url('/src/font/Gilroy.OTF');
}



@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);
}


/* 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: 20%;
    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%;
    left: 25%;
}

.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;
    font-size: max(16px, 0.833vw);
    margin: 4% 0 7%;
    gap: 1vw;
}

ul.pagination li {
    width: max(45px, 3.125vw);
    height: max(45px, 3.125vw);
    border: 1px solid #dddddd;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: max(16px, .94vw);
    color: #000;
    transition: all .5s ease;
}

ul.pagination li a {
    color: #333;
    display: block;
}

ul.pagination li a {
    width: 100%;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

ul.pagination li:first-child,
ul.pagination li:last-child {
    display: none;
}

ul.pagination li:hover,
ul.pagination li.active {
    background: var(--li);
    color: #fff;
    border-color: var(--li);
}

ul.pagination li:hover a {
    color: #fff;
}



ul.pagination li.disabled {
    cursor: no-drop;
    opacity: .8;
}


@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: #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 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: translate(-50%, -50%) scale(0);
        -moz-transform: translate(-50%, -50%) scale(0);
        -ms-transform: translate(-50%, -50%) scale(0);
        transform: translate(-50%, -50%) scale(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(1);
        -moz-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) 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 top {
    0% {
        top: -100%;
    }

    100% {
        top: 100%;
    }
}

@keyframes line2 {
    0% {
        -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
        clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    }

    100% {
        -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
        clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
    }
}

@keyframes line20 {
    0% {
        width: 0;
        height: 0;
    }

    100% {
        width: 90px;
        height: 134px;
    }
}

@keyframes toleft {
    0% {
        clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
        -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    }

    100% {
        clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
        -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
    }
}

@keyframes toright {
    0% {
        clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
        -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    }

    100% {
        clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
        -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
    }
}

@keyframes tobottom {
    0% {
        clip-path: polygon(100% 0, 0 0, 0 0, 100% 0);
        -webkit-clip-path: polygon(100% 0, 0 0, 0 0, 100% 0);
    }

    100% {
        clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
        -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
    }
}

@keyframes animateC {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@keyframes addsc {

    0% {
        clip-path: polygon(77% 0, 77% 0, 77% 100%, 77% 100%);
    }

    100% {
        clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
    }
}