﻿@charset "utf-8";

/* 公共样式 - start */
body {
    font-family: "Weiya-Regular", "PingFang SC", "Microsoft YaHei" !important;
}

input,
textarea {
    font-family: "Weiya-Regular", "PingFang SC", "Microsoft YaHei" !important;
}

/* wow弹窗字体引入 */
.altumcode {
    --fontFamily: "Weiya-Regular", "PingFang SC", "Microsoft YaHei" !important;
}

@font-face {
    font-family: "Weiya-Regular";
    src: url("../fonts/PoppinsRegular.woff2") format("woff2"),
        url("../fonts/PoppinsRegular.woff") format("woff"),
}

@font-face {
    font-family: 'Weiya-Medium';
    src: url("../fonts/PoppinsMedium.woff2") format('woff2'),
        url("../fonts/PoppinsMedium.woff") format('woff'),
}

@font-face {
    font-family: 'Weiya-Light';
    src: url("../fonts/PoppinsLight.woff2") format('woff2'),
        url("../fonts/PoppinsLight.woff") format('woff'),
}


:root {
    /* 字号 */
    --font64: 64px;
    --font48: 48px;
    --font40: 40px;
    --font32: 32px;
    --font24: 24px;
    /* 段落字号 */
    --font18: 18px;
    --font16: 16px;
    --font14: 14px;
    /* 行高 */
    --line15: 1.5;
    --line175: 1.75;
    /* 导航-高度 */
    --headh: 80px;
    /* 颜色 */
    --color333: #333;
    --color666: #666;
    --color999: #999;
    --colorfff: #fff;
    --colormain: #00229E;
    --colorbj: ;
    /* 板块间距 */
    --space120: 120px;
    --space100: 100px;
    --space40: 40px;
    /* 段落间距 */
    --parpspace16: 16px;
    --parpspace12: 12px;
    --parpspace10: 10px;
    /* 特殊字体 */

}

.std-font64,
.std-font64 p {
    font-size: var(--font64);
    color: var(--color333);
    line-height: var(--line15);
}

.std-font48,
.std-font48 p,
.yxedr-active h2 {
    font-size: var(--font48);
    color: var(--color333);
    line-height: var(--line15);
}

.std-font40,
.std-font40 p,
.yxedr-active h3 {
    font-size: var(--font40);
    color: var(--color333);
    line-height: var(--line15);
}

.std-font32,
.std-font32 p,
.yxedr-active h4 {
    font-size: var(--font32);
    color: var(--color333);
    line-height: var(--line15);
}

.std-font24,
.std-font24 p,
.yxedr-active h5 {
    font-size: var(--font24);
    color: var(--color333);
    line-height: var(--line15);
}

.std-text18,
.std-text18 p {
    font-size: var(--font18);
    color: var(--color333);
    line-height: var(--line15);
}

.std-text16,
.std-text16 p {
    font-size: var(--font16);
    color: var(--color333);
    line-height: var(--line175);
}

.yxedr-active p {
    font-size: var(--font16);
    color: var(--color333);
    line-height: var(--line175);
    margin-bottom: var(--parpspace10);
}

.std-padding120t {
    padding-top: var(--space120);
}

.std-padding120 {
    padding-bottom: var(--space120);
}

.std-padding100t {
    padding-top: var(--space100);
}

.std-padding100 {
    padding-bottom: var(--space100);
}

.std-margin40 {
    margin-bottom: var(--space40);
}

.std-padding40 {
    padding-bottom: var(--space40);
}

.yxedr-active h2,
.yxedr-active h3 {
    margin-bottom: var(--parpspace16);
}

.yxedr-active h4 {
    margin-bottom: var(--parpspace12);
}

.yxedr-active h5 {
    margin-bottom: var(--parpspace10);
}

.search-main {
    --colormain1: var(--colormain) !important;
}

/*分享翻译*/
.ys-wechat-cont-parga p::before {
    content: '分享到 - 微信';
    /* content: 'Share the - WeChat'; */
}

/* yongsy样式 */
a[href="https://www.yongsy.com"] {
    color: rgba(255, 255, 255, .2) !important;
    white-space: nowrap;
}

/*导航默认选中*/
.yxnav-active1 {}

.yxnav-active2 {}

/* 轮播溢出隐藏 */
.ys-ban-li:not(:first-child) {
    display: none;
}

/* 省略号 */
.line-clamp {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* 过渡 */
.transition-time1 {
    transition: all .36s both;
}

.transition-time2 {
    transition: all .5s both;
}

/* 侧边锚点隐藏 */
.mod-anchor {
    opacity: 0;
    transform: translateX(-50%);
    transition: all .4s ease;
    position: fixed;
    z-index: 20;
}

.mod-anchor.on1 {
    opacity: 1;
    transform: translateX(0%);
}

.mod-anchor ul {
    transition: all .4s ease;
}

.mod-anchor:not(.act) ul {
    opacity: 1;
    transform: translateX(0%);
}

.mod-anchor.act ul {
    opacity: 0;
    transform: translateX(-50%);
}

/* 轮播箭头 */
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled,
.slick-arrow.slick-disabled {
    pointer-events: none !important;
    opacity: .5 !important;
}

.mod-arrows1 .swiper-button-next,
.mod-arrows1 .swiper-button-prev,
.mod-arrows1 .slick-prev,
.mod-arrows1 .slick-next {}

/* 公共样式 - end */

.linshi-main {
    position: relative;
    height: calc(100vh - 59px);
}

.linshi-main-back {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(234, 236, 237, 1);
    z-index: -1;
}

.linshi-main-back img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.linshi-main-logo {
    width: 281px;
    margin-bottom: 60px;
}

.linshi-main-logo img {
    width: 100%;
}

.linshi-main-tit {
    font-size: 40px;
    line-height: 1.3;
    color: rgba(21, 21, 21, 1);
    font-family: 'Weiya-Medium';
    margin-bottom: 28px;
    text-align: center;

}

.linshi-main-text {
    margin-bottom: 94px;
}

.linshi-main-text p {
    font-size: 20px;
    line-height: 1.5;
    color: rgba(21, 21, 21, 1);
    text-align: center;
    font-family: 'Weiya-Light';
}

.linshi-main-cont {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.linshi-main-more {
    font-size: 18px;
    line-height: 1.5;
    color: rgba(21, 21, 21, 1);
    margin-bottom: 24px;
    font-family: 'Weiya-Light';
}

.linshi-main-ul {
    display: flex;
    flex-wrap: nowrap;
}

.linshi-main-ul-li {
    padding: 0 50px;
    position: relative;
}

.linshi-main-ul-li::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1px;
    height: 42px;
    background-color: rgba(42, 132, 107, 1);
}

.linshi-main-ul-li:nth-last-child(1)::after {
    width: 0;
}

.linshi-main-below {
    padding: 19px 0;
    width: 100%;
    text-align: center;
    position: relative;
}

.linshi-main-below::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background-color: rgba(42, 132, 107, 1);
    z-index: -1;
}

.linshi-main-below p {
    font-size: 14px;
    line-height: 1.4;
}

.linshi-main-below p span {
    color: rgba(255, 255, 255, 0.5);
    padding-right: 12px;
}

.linshi-main-below p a {
    color: rgba(255, 255, 255, 0.2);
}

.linshi-main-contact-text {
    display: flex;
}

.linshi-main-contact-text p {
    font-size: 18px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 1);
    padding: 9px 30px;
    background: rgba(42, 132, 107, 1);
    border-radius: 50px;
    font-family: 'Weiya-Light';
}

.lmcl-com {
    font-size: 18px;
    line-height: 1.5;
    color: rgba(42, 132, 107, 1);
    padding-right: 64px;
    text-decoration: underline;
    font-family: 'Weiya-Light';
}

.linshi-main-contact {
    margin-bottom: 100px;
}

.linshi-main-contact-link {
    background: #fff;
    border-radius: 50px;
    padding: 8px 8px 8px 40px;
    display: flex;
    align-items: center;
}

.linshi-main-all {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.linshi-main-ul-li1 img {
    width: 103px;
}

.linshi-main-ul-li2 img {
    width: 178px;
}

.linshi-main-ul-li3 img {
    width: 112px;
}

/*鼠标效果*/
@media screen and (min-width: 1200px) {}