@charset "UTF-8";

* {
    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 {
    color: #120C05;
    font-size: 14px;
    font-family: '微软雅黑';
}

@font-face {
    font-family: 'icon';
    src: url('//at.alicdn.com/t/c/font_2650718_enahl58ebj.woff2?t=1689833151913') format('woff2'),
        url('//at.alicdn.com/t/c/font_2650718_enahl58ebj.woff?t=1689833151913') format('woff'),
        url('//at.alicdn.com/t/c/font_2650718_enahl58ebj.ttf?t=1689833151913') format('truetype');
}

@font-face {
    font-family: 'PlusJakartaSans';
    font-style: normal;
    font-weight: 100;
    src: url('/src/font/PlusJakartaSans-Light.ttf');
}

@font-face {
    font-family: 'PlusJakartaSans';
    font-style: normal;
    font-weight: 400;
    src: url('/src/font/PlusJakartaSans-Regular.ttf');
}

@font-face {
    font-family: 'PlusJakartaSans';
    font-style: normal;
    font-weight: 500;
    src: url('/src/font/PlusJakartaSans-Medium.ttf');
}

@font-face {
    font-family: 'PlusJakartaSans';
    font-style: normal;
    font-weight: 700;
    src: url('/src/font/PlusJakartaSans-Bold.ttf');
}


::-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);
}

@font-face {
    font-family: 'yx_icon';
    src: url('//at.alicdn.com/t/c/font_2650718_2jfe9kygjre.woff2?t=1688605844380') format('woff2'),
        url('//at.alicdn.com/t/c/font_2650718_2jfe9kygjre.woff?t=1688605844380') format('woff'),
        url('//at.alicdn.com/t/c/font_2650718_2jfe9kygjre.ttf?t=1688605844380') format('truetype');
}

.yx_icon {
    font-family: 'yx_icon' !important;
}



.btn-primary {
    transition: all 0.6s;
}

@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 line2 {
    0% {
        width: 0;
        height: 0;
    }

    100% {
        width: 250px;
        height: 300px;
    }
}

@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%);
    }
}

:root {
    --f72: 72px;
    --f60: 60px;
    --f54: 54px;
    --f48: 48px;
    --f45: 45px;
    --f42: 42px;
    --f38: 38px;
    --f36: 36px;
    --f30: 30px;
    --f28: 28px;
    --f24: 24px;
    --f22: 22px;
    --f18: 18px;
    --f16: 16px;
    --f14: 14px;
    --li: #16488E;
    --li1: #FACB1B;
    --jb: #012B43;
}

/*end*/
a {
    text-decoration: none !important;
}

a:active,
a:hover,
a:focus,
a:visited {
    outline: none !important;
    text-decoration: none;
}

a {
    cursor: pointer;
    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%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    transition: all 0.6s;
}

.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;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}


.Public_more {
    position: relative;
    display: flex;
    align-items: center;
    transition: all 0.5s;
    width: 250px;
    overflow: hidden;
    z-index: 8;
}

.Public_more:before {
    position: absolute;
    background: var(--public);
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    border-radius: 500px;
    transition: all 0.5s;
}

.Public_more i {
    position: absolute;
    right: 5%;
    width: 60px;
    height: 60px;
    border-radius: 500px;
    font-family: 'icon';
    color: #fff;
    line-height: 60px;
    text-align: center;
    display: block;
    font-size: 20px;
    transition: all 0.5s;
}

.Public_more i:before {
    content: "\e6ac";
}

.Public_more span {
    position: relative;
    display: block;
    width: 250px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: var(--f22);
    transition: all 0.5s;
}

.Public_more:hover:before {
    width: 60px;
}

.Public_more:hover i {
    right: 75%;
}

a.p_more {
    width: 101px;
    line-height: 60px;
    background: var(--li);
    border-radius: 54px;
    display: block;
    color: #fff;
    text-align: center;
    font-size: var(--f30);
    transition: all .5s ease;
}

a.p_more i:before {
    content: "\e6ac";
    font-family: 'icon';
}

a.p_more:hover {
    width: 150px;
}

/*end*/

/*media*/
@media only screen and (max-width:1540px) {
    :root {
        --f72: 54px;
        --f60: 48px;
        --f54: 42px;
        --f48: 40px;
        --f45: 38px;
        --f42: 36px;
        --f38: 30px;
        --f36: 28px;
        --f30: 26px;
        --f28: 24px;
        --f24: 22px;
        --f22: 18px;
        --f18: 16px;
        --f16: 14px;
    }
}

@media only screen and (max-width:1366px) {
    :root {
        --f72: 50px;
        --f60: 46px;
        --f54: 42px;
        --f48: 38px;
        --f45: 36px;
        --f42: 32px;
        --f38: 28px;
        --f36: 26px;
        --f30: 24px;
        --ff28: 22px;
        --f24: 20px;
        --f22: 16px;
        --f18: 16px;
        --f16: 14px;
        --f14: 12px;
    }
}


.yx_Hide {
    display: none;
}

/*phone*/
@media only screen and (max-width:768px) {
    .yx_Hide {
        display: block;
    }

    :root {
        --f72: 36px;
        --f60: 42px;
        --f54: 28px;
        --f48: 32px;
        --f30: 20px;
        --f42: 26px;
    }
}

@media only screen and (max-width:410px) {
    :root {
        --f72: 36px;
        --f60: 32px;
        --f54: 24px;
        --f48: 26px;
        --f42: 22px;
        --f30: 20px;
        --f24: 18px;
        --f22: 16px;
        --f18: 14px;
        --f16: 14px;
        --f14: 12px;
    }
}

/*end*/



/* 留言 */
.ver-error-input {
    border: 1px solid #ff1f30;
}

.ver-errbox {
    position: relative;
}

.ver-errors {
    color: #ff1f30;
    font-size: 12px;
    margin: 0 !important;
    position: absolute;
    width: auto;
    max-width: 220px;
    background-color: #dedede;
    padding: 0 10px;
    border-radius: 5px;
    display: inline-block;
    left: 150px;
    vertical-align: top;
    top: 13px;
    line-height: 30px;
}

.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: 16px;
    margin: 50px 0 5%;
}

ul.pagination li {
    width: 40px;
    height: 40px;
    background: #fff;
    text-align: center;
    line-height: 40px;
    margin: 0 5px;
    border-radius: 50%;
}

ul.pagination li a {
    color: #333;
    display: block;
}

ul.pagination li.active,
ul.pagination li:hover {
    background: var(--li);
    color: #fff !important;
    transition: all .5s ease;
}

ul.pagination li:hover a {
    color: #fff;
}

ul.pagination li:first-child,
ul.pagination li:last-child {
    font-size: 16px;
}

ul.pagination li.disabled {
    color: #999;
    cursor: no-drop;
}


@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";
    }

    ul.pagination {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        margin: 20px auto 50px;
    }
}

/* 翻页 */
.news_page {
    display: flex;
    margin-top: 30px;
    justify-content: space-between;
    border-top: 1px solid #eee;
    padding-top: 20px;
    flex-wrap: wrap;
}

.news_page a {
    color: #666;
    font-size: 16px;
    display: block;
    width: 50%;
}

.news_page a span {
    color: #333;
}

.news_page a:hover {
    color: var(--yx_Color);
}

.news_page .news_page_next {
    text-align: right;
}

@media only screen and (max-width:768px) {
    .news_page a {
        width: 100%;
    }

    .news_page .news_page_next {
        text-align: left;
    }

    .Public_more {
        width: 145px;
    }

    .Public_more span {
        width: 145px;
        line-height: 45px;
        font-size: 14px;
    }

    .Public_more i {
        right: 2%;
        width: 45px;
        height: 45px;
        line-height: 45px;
        font-size: 18px;
    }

    .Public_more:hover:before {
        width: 45px;
    }

    .Public_more:hover i {
        right: 70%;
    }

    .Public_more:hover span {
        padding-left: 30px;
    }

    a.p_more {
        line-height: 50px;
    }

}