@charset "UTF-8";

/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
    font-family: 'iconfont';
    /* Project id 4854423 */
    src: url('//at.alicdn.com/t/c/font_4854423_t0lnlr48qwl.woff2?t=1776397173733') format('woff2'),
        url('//at.alicdn.com/t/c/font_4854423_t0lnlr48qwl.woff?t=1776397173733') format('woff'),
        url('//at.alicdn.com/t/c/font_4854423_t0lnlr48qwl.ttf?t=1776397173733') format('truetype');
}

.icon {
    font-family: 'iconfont' !important;
}

strong,
b {
    font-weight: 700;
}

:root {
    --li: #4178f9;
    --li1: #39b379;
    --jb: linear-gradient(90deg, #6fcc8b, #6dbfff);
    --f16s: 16px;
    --f16: 16px;
    --f18: 18px;
    --f22: 22px;
    --f24: 24px;
    --f30: 30px;
    --f36: 36px;
    --f40: 40px;
    --f42: 42px;
    --f48: 48px;
    --f54: 54px;
    --f60: 60px;
    --f72: 72px;
    --f80: 80px;
    --f94: 94px;
}

/* 
@media (min-width:1921px) {
    :root {
        --f16s: 0.833vw;
        --f16: 0.833vw;
        --f18: 0.938vw;
        --f22: 1.146vw;
        --f24: 1.25vw;
        --f30: 1.563vw;
        --f36: 1.875vw;
        --f40: 2.083vw;
        --f42: 2.188vw;
        --f48: 2.5vw;
        --f54: 2.813vw;
        --f60: 3.125vw;
        --f72: 3.75vw;
        --f80: 4.167vw;
        --f94: 4.896vw;
    }
}


@media (max-width:1600px) {
    :root {
        --f16: 15px;
        --f18: 17px;
        --f22: 20px;
        --f24: 22px;
        --f30: 28px;
        --f36: 33px;
        --f40: 37px;
        --f42: 39px;
        --f48: 44px;
        --f54: 50px;
        --f60: 55px;
        --f72: 66px;
        --f80: 74px;
        --f94: 86px;
    }
}

@media (max-width:1480px) {
    :root {
        --f16: 14px;
        --f18: 16px;
        --f22: 19px;
        --f24: 21px;
        --f30: 26px;
        --f36: 31px;
        --f40: 35px;
        --f42: 37px;
        --f48: 42px;
        --f54: 48px;
        --f60: 53px;
        --f72: 63px;
        --f80: 70px;
        --f94: 83px;
    }
}

@media (max-width:1366px) {
    :root {
        --f16: 13px;
        --f18: 15px;
        --f22: 18px;
        --f24: 20px;
        --f30: 24px;
        --f36: 29px;
        --f40: 32px;
        --f42: 34px;
        --f48: 39px;
        --f54: 44px;
        --f60: 49px;
        --f72: 59px;
        --f80: 66px;
        --f94: 77px;
    }
} */


@font-face {
    font-family: 'Noto Sans SC';
    font-weight: 800;
    font-display: swap;
    src:
        local('Noto Sans SC ExtraBold'),
        url(/src/font/NotoSansSC-ExtraBold.woff) format('woff');
}

@font-face {
    font-family: 'Noto Sans SC';
    font-weight: 700;
    font-display: swap;
    src:
        local('Noto Sans SC Bold'),
        url(/src/font/NotoSansSC-Bold.woff) format('woff');
}

@font-face {
    font-family: 'Noto Sans SC';
    font-weight: 600;
    font-display: swap;
    src:
        local('Noto Sans SC SemiBold'),
        url(/src/font/NotoSansSC-SemiBold.woff) format('woff');
}

@font-face {
    font-family: 'Noto Sans SC';
    font-weight: 500;
    font-display: swap;
    src:
        local('Noto Sans SC Medium'),
        url(/src/font/NotoSansSC-Medium.woff) format('woff');
}

@font-face {
    font-family: 'Noto Sans SC';
    font-weight: 400;
    font-display: swap;
    src:
        local('Noto Sans SC Regular'),
        url(/src/font/NotoSansSC-Regular.woff) format('woff');
}


@media (max-width:768px) {
    :root {
        --f16: 14px;
    }
}

html {
    font-size: 16px;
}

@media (max-width:1550px) {
    html {
        font-size: 14px;
    }
}

@media (max-width:1300px) {
    html {
        font-size: 12px;
    }
}

body {
    background-color: #fff;
    color: #171819;
    font-family: "Noto Sans SC", sans-serif;
    font-weight: 400;
}

input::placeholder {
  color: #555758;
  font-family: "Noto Sans SC", sans-serif;
  font-size: 1.125rem;
}

input::-webkit-input-placeholder {
    color: #555758;
    font-family: "Noto Sans SC", sans-serif;
    font-size: 1.125rem;
}

textarea::placeholder {
  color: #555758;
  font-family: "Noto Sans SC", sans-serif;
  font-weight: 500;
}

textarea::-webkit-textarea-placeholder {
  color: #555758;
  font-family: "Noto Sans SC", sans-serif;
  font-weight: 500;
}

textarea::-moz-placeholder {
  color: #555758;
  font-family: "Noto Sans SC", sans-serif;
  font-weight: 500;
}

textarea:-ms-input-placeholder {
  color: #555758;
  font-family: "Noto Sans SC", sans-serif;
  font-weight: 500;
}

* {
    box-sizing: border-box !important;
    word-break: normal !important;
    word-wrap: normal !important;
    -webkit-font-smoothing: antialiased !important;
    padding: 0;
    margin: 0;
    -webkit-text-size-adjust: none;
    text-size-adjust: 100%;
    box-sizing: border-box;
    -ms-overflow-style: none;
    -webkit-user-select: unset;
    -moz-user-select: unset;
    -ms-user-select: unset;
    user-select: unset;
    box-sizing: border-box;
    -webkit-user-drag: unset;
    -khtml-user-drag: unset;
    -moz-user-drag: unset;
    -o-user-drag: unset;
}

ul,
li {
    list-style: none;
}

img {
    max-width: 100%;
    vertical-align: top;
}

a {
    text-decoration: none !important;
}

::-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);
}



.jb {
    background-image: var(--jb);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 100%;
    display: inline-block;
}

.hide {
    display: none !important;
}

.public_more {
    --h: var(--f54);
    z-index: 3;
    color: var(--li);
    line-height: calc(var(--h) * 2);
    overflow: hidden;
    -webkit-transition: .3s;
    transition: .3s;
    border: 1px solid var(--li);
    display: inline-block;
    height: var(--h);
    width: calc(var(--f60) * 3);
    background-color: var(--li);
    text-align: center;
    position: relative;
    border-radius: 500000px;
    overflow: hidden;
}

.public_more:before,
.public_more:after {
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

.public_more:before {
    line-height: var(--h);
    content: attr(data-title);
    color: white;
    width: 100%;
    height: var(--h);
    position: absolute;
    top: 0%;
    left: 0%;
    z-index: -2;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.public_more:hover {
    background-color: #f7f7f7;
    line-height: var(--h);
}

.public_more:hover:before {
    -webkit-transform: translateY(calc(var(--h) * -1));
    transform: translateY(calc(var(--h) * -1));
}


.table-responsive {
    overflow: auto;
}

.table-responsive::-webkit-scrollbar {
    height: 8px;
}


/* webkit, opera, IE9 （谷歌浏览器）*/
::selection {
    background: var(--li);
    color: #fff;
}

/* mozilla firefox（火狐浏览器） */
::-moz-selection {
    background: var(--li);
    color: #fff;
}

/*end*/
a {
    text-decoration: none !important;
    color: inherit;
}

a:active,
a:hover,
a:focus,
a:visited {
    outline: none !important;
    text-decoration: none;
}

i {
    font-style: normal;
}

/*yx_Css*/
.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.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;
}

/* @media only screen and (min-width:1921px) {
    .Limg_con img {
        width: 100%;
    }

} */

/*end*/



/* 留言 */
.ver-error-input {
    border: 1px solid #ff1f30;
}

.ver-errbox {
    position: relative;
}

.ver-errors {
    color: #ff1f30;
    font-size: 88%;
    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: 25%;
    vertical-align: top;
    top: 50%;
    transform: translateY(-50%);
    line-height: 250%;
}

.required:before {
    content: '*';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    color: #ff1f30;
}

.e_textarea-66.required:before {
    top: 20%;
}

.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: 1rem;
    margin-top: 3.75rem;
}

ul.pagination li {
    display: inline-block;
    transition: all .5s ease;
    border: none;
    background-color: rgb(255 255 255 / 20%);
    font-size: 1.25rem;
    width: 2rem;
    height: 2rem;
    border-radius: 0;
    color: #333;
    font-weight: 500;
    line-height: 0;
}

ul.pagination li * {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.pagination li a {
    color: #000;
}

ul.pagination li.active {
    color: var(--li);
}

ul.pagination li.disabled {
    cursor: no-drop;
    opacity: .8;
}



@media screen and (max-width: 800px) {
    .ver-errors {
        display: block;
        top: 1rem;
        left: auto;
        right: 0;
    }
}

/* 翻页 */
.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: var(--f18);
    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: 28px;
        height: 28px;
        font-size: 1.25rem;
    }
}


@keyframes scroll {
    0% {
        transform: translateY(-5px);
        opacity: 1;
    }

    50% {
        transform: translateY(0px);
        opacity: .5;
    }

    100% {
        transform: translateY(5px);
        opacity: .3;
    }
}


@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);
    }
}


/* 弹窗视频 */
.vi_box {
    top: 0px;
    left: 0px;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.8);
}

.vi_box .box {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.vi_box .box video {
    width: 100%;
    position: relative;
    object-fit: contain;
    display: block;
}

.vi_box .box .video {
    position: relative;
    width: 50vw;
}

.vi_box iframe {
    width: 100%;
    aspect-ratio: 560 / 315;
    background-color: #000;
}

.vi_box .box .video .close {
    cursor: pointer;
    width: var(--f18);
    height: auto;
    position: absolute;
    right: calc(var(--f24) * -1);
    top: calc(var(--f24) * -1);
    transition: all .3s;
    pointer-events: painted;
}

.vi_box .box .video .close:hover {
    transform: rotate(135deg);
}

@media only screen and (max-width: 768px) {
    .vi_box .box .video {
        width: 80vw;
    }
}