﻿@charset "utf-8";
/* 公共样式 - start */
 body,
input,
textarea {
    font-family: "PingFang SC", "Microsoft YaHei" !important;
} 
/* wow弹窗字体引入 */
 .altumcode {
    --fontFamily: "PingFang SC", "Microsoft YaHei" !important;
} 
html {
    font-size: 100px;
}
/* a[href=""],a[href='']{
    cursor:default
} */
.mod-form input:-webkit-autofill,
.mod-form input:-webkit-autofill:hover,
.mod-form input:-webkit-autofill:focus,
.mod-form input:-webkit-autofill:active {
    -webkit-text-fill-color: #333 !important;
}
:root {
    /* 字号 */
    --font100: 1.0rem;
    --font98: 0.98rem;
    --font96: 0.96rem;
    --font94: 0.94rem;
    --font92: 0.92rem;
    --font90: 0.90rem;
    --font88: 0.88rem;
    --font86: 0.86rem;
    --font84: 0.84rem;
    --font82: 0.82rem;
    --font80: 0.80rem;
    --font78: 0.78rem;
    --font76: 0.76rem;
    --font74: 0.74rem;
    --font72: 0.72rem;
    --font70: 0.70rem;
    --font68: 0.68rem;
    --font66: 0.66rem;
    --font64: 0.64rem;
    --font62: 0.62rem;
    --font60: 0.60rem;
    --font58: 0.58rem;
    --font56: 0.56rem;
    --font54: 0.54rem;
    --font52: 0.52rem;
    --font50: 0.50rem;
    --font48: 0.48rem;
    --font46: 0.46rem;
    --font44: 0.44rem;
    --font42: 0.42rem;
    --font40: 0.40rem;
    --font38: 0.38rem;
    --font36: 0.36rem;
    --font34: 0.34rem;
    --font32: 0.32rem;
    --font30: 0.30rem;
    --font28: 0.28rem;
    --font26: 0.26rem;
    --font24: 0.24rem;
    --font22: 0.22rem;
    --font20: 0.20rem;
    --font18: 0.18rem;
    --font16: 0.16rem;
    --font14: 0.14rem;
    --font12: 0.12rem;
    /* 间距 */
    --space250: 2.5rem;
    --space240: 2.4rem;
    --space230: 2.3rem;
    --space220: 2.2rem;
    --space210: 2.1rem;
    --space200: 2.0rem;
    --space190: 1.9rem;
    --space180: 1.8rem;
    --space170: 1.7rem;
    --space160: 1.6rem;
    --space150: 1.5rem;
    --space140: 1.4rem;
    --space130: 1.3rem;
    --space120: 1.2rem;
    --space110: 1.1rem;
    --space100: 1.0rem;
    --space90: 0.9rem;
    --space80: 0.8rem;
    --space70: 0.7rem;
    --space60: 0.6rem;
}
:root {
    /* 行高 */
    --line12: 1.2;
    --line13: 1.3;
    --line14: 1.4;
    --line15: 1.5;
    --line16: 1.6;
    --line175: 1.75;
    --line18: 1.8;
    /* 导航-高度 */
    --headh: 80px;
    /* 颜色 */
    --color333: #333;
    --color666: #666;
    --color999: #999;
    --colorfff: #fff;
    --colormain: #0034D8;
    --colorbj: ;
    /* 板块间距 */
    --space40: 0.4rem;
    /* 段落间距 */
    --parpspace16: 0.16rem;
    --parpspace12: 0.12rem;
    --parpspace10: 0.1rem;
    /* 特殊字体或粗细 */
    --bold: '';
    --transition: all 0.4s ease;
    --transition1: all 0.8s var(--bezier1);
    --transition2: transform 1.5s var(--bezier2), -webkit-transform 1.5s var(--bezier2), opacity 1.2s var(--bezier2), color 0.3s var(--bezier2);
    --shadow: 0 8px 15px 3px rgba(0, 0, 0, 0.03);
    /* 等于gsap的sine.out */
    --bezier1: cubic-bezier(0.39, 0.575, 0.565, 1);
    /* 等于gsap的expo.inOut */
    --bezier2: cubic-bezier(.38, 0, 0, 1);
}
.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,
.yxedr-active p {
    font-size: var(--font16);
    color: var(--color333);
    line-height: var(--line175);
}
.yxedr-active p {
    margin-bottom: 0.75em;
}
.yxedr-active>p:last-child {
    margin-bottom: 0;
}
.std-padd {
    padding: var(--space120) 0;
}
.std-padd1 {
    padding-top: var(--space120);
}
.std-padd2 {
    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;
}
/* 侧边锚点隐藏 */
.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 {}

/* 载入 */
.ys-upfade1 {
    opacity: 0;
    transform-origin: 0% 50%;
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
    transition: var(--transition2);
    will-change: transform, opacity;
}
.ys-upfade1.ys-fade-true {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0px, 0);
}
/* 首页banner载入 */
.ys-ban-li.act .ys-ban-title {
    animation: ysfadeInUp .8s ease-in-out both;
    animation-delay: 0.4s;
}
/* 公共样式 - end */

/*鼠标效果*/
@media screen and (min-width: 1200px) {}
/* kaffi-start */
:root {
    --headh: 98px;
}
.head-nav {
    --gap2: 22px;
}
.ys-hd-pc-core {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 0.6rem;
}
.head-nav-item {
    margin: 0 var(--gap2);
    cursor: pointer;
}
.head-nav-item-title {
    /* color: #1E1F24; */
    color: var(--colorfff) !important;
    line-height: 1.6;
    padding: 8px;
    transition: var(--transition);
    font-size: var(--font16);
    margin: 0;
}
.head-nav-item.yxnav-active1 .head-nav-item-title{
    color: var(--colorfff)!important;
}
.ys-hd-pc.has-search .head-nav-item-title,
.ys-hd-pc.isfixed .head-nav-item-title,
.ys-hd-pc.ishover .head-nav-item-title,
.ys-page-wrap.act .ys-hd-pc .head-nav-item-title {
    color: #1E1F24!important;
}
.mod-btn {
    position: relative;
}
.home-main .ys-ban-title {
    width: 677px;
    margin: 0 auto;
}
.ys-hd-pc::before {
    border-bottom: 1px solid #D8D9E2;
    box-shadow: none;
    height: 100%;
}
.mod-btn-link {
    color: var(--colorfff);
    display: block;
    font-size: var(--font16);
    line-height: var(--line16);
    padding: 0.12rem 0.32rem;
    border-radius: 50px;
    position: relative;
}
.mod-btn-link::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: calc(100% - 2px);
    width: calc(100% - 2px);
    z-index: -1;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(180deg, #fff 0%, transparent 40%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}
.home-main h2 {
    color: #1E1F24;
    font-weight: 500;
    line-height: 1.4;
}
.hnbl-bot .std-font24 {
    line-height: 1.33;
    min-height: 2.66;
    max-height: 2.66em;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;

}
.head-logo {
    width: 324px;
}
.head-nav {
    align-items: center;
}
.mod-flex-pos-ban {
    position: absolute;
    top: calc(var(--headh) + 175px);
    left: 0;
    width: 100%;
    height: 100%;
    transform: translate(0, 0);
    display: flex;
    justify-content: center
}
.ys-ban-title img {
    width: 100%;
}
.home-intr {
    position: relative;
    padding-bottom: var(--space100);
}
.home-intr-bg {
    position: absolute;
    right: 0;
    top: 228px;
    width: 32%;
}
.home-intr-bg img {
    width: 100%;
}
.home-intr-top {
    width: 1200px;
}
.home-intr-top .std-font40,
.home-prod-top .std-font40 {
    margin-bottom: 0.32rem;
}
.home-intr-top-cont p {
    color: #80949F;
    line-height: 1.55;
    font-size: var(--font18);
    margin-bottom: 0.12rem;
}
.home-intr-top-cont p:last-child {
    margin-bottom: 0;
}
.home-prod-bot-list img {
    width: 100%;
}
.home-prod-top {
    margin-bottom: 0.4rem;
}
.home-prod-bot-list {
    margin-bottom: 0.2rem;
}
.home-prod-bot-list:last-child {
    margin-bottom: 0;
}
.home-intr-bot {
    width: 100%;
}
.home-intr-bot img {
    width: 100%;
}
.home-manu-bot {
    width: 100%;
}
.home-manu-bot img {
    width: 100%;
}
.home-manu {
    padding-bottom: 0.8rem;
    background: url(../images/08.png)no-repeat center top/cover;
    background-size: cover;
    position: relative;
}
.home-manu::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1.6rem;
    background: linear-gradient(0deg, #fff 0%, transparent 100%);
    z-index: 1;
}
.home-manu-bg {
    position: absolute;
    bottom: -1.37rem;
    right: -2.82rem;
    width: 47.29%;
    z-index: 2;
}
.home-manu-bg img {
    width: 100%;
}
.home-manu .ys-cont1440 {
    position: relative;
    z-index: 3;
}
.home-manu-top {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 0.4rem;
}
.home-manu-top .std-font40 {
    margin-bottom: 0.32rem;
    text-align: center;
}
.home-manu-top .std-text18,
.home-manu-top .std-text18 p,
.home-serv-top .std-text18,
.home-serv-top .std-text18 p {
    color: #80949F;
    line-height: 1.55;
    text-align: center;
}
.home-manu-bot {
    width: 100%;
}
.home-manu-bot img {
    width: 100%;
}
.home-serv {
    background: #F9F9FB;
}
.home-serv-top .std-font40 {
    margin-bottom: 0.26rem;
    text-align: center;
}
.home-serv-top {
    margin-bottom: 0.51rem;
}
.home-serv-bot-tit .ys-tab-btn {
    padding: 4px;
    background: var(--colorfff);
    border-radius: 100px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.04), 0 4px 8px 0 rgba(0, 0, 0, 0.06);
}
.home-serv-bot-tit .ys-tab-btn-item {
    min-width: 2.07rem;
    padding: 0 5px;
}
.home-serv-bot-tit .ys-tab-btn-item:first-child {
    padding-left: 0;
}
.home-serv-bot-tit .ys-tab-btn-item:last-child {
    padding-right: 0;
}
.home-serv-bot-tit .ys-tab-btn-item p {
    color: #62636E;
    transition: var(--transition);
    padding: 0.11rem 0.2rem;
    border-radius: 73px;
    background: transparent;
    white-space: nowrap;
    text-align: center;
    font-size: var(--font16);
    line-height: 1.62;
}
.home-serv-bot-tit .ys-tab-btn-item.on p {
    color: var(--colorfff);
    background: #0034D8;
}
.home-serv-bot-tit {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.54rem;
}
.home-serv-bot-cont {
    --gap1: 0.18rem;
    --gap2: 0.36rem;
    margin: 0 calc(-1 * var(--gap1)) calc(-1 * var(--gap2));
    display: flex;
    flex-wrap: wrap;
}
.hsbc-list {
    padding: 0 var(--gap1) var(--gap2);
    width: 33.333333%;
}
.home-case {
    background: url(../images/14.webp) no-repeat center;
    background-size: cover;
    padding-bottom: 76px;
}
.home-case-top-tit .std-font40 {
    color: var(--colorfff);
    margin-bottom: 0.24rem;
    text-align: center;
}
.home-case-top-tit .std-text18,
.home-case-top-tit .std-text18 p {
    color: var(--colorfff);
    text-align: center;
}
.home-case-top-tit {
    margin-bottom: 0.5rem;
}
.home-case-top-cont {
    overflow: visible !important;
}
.home-case-top-cont .hctc-swiper-item {
    width: 840px;
}
.home-case-top-cont .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.20);
    width: 60px;
    height: 2px;
    opacity: 1;
    position: relative;
    margin: 0 5px !important;
}
.home-case-top-cont .swiper-pagination-bullet-active {}
.home-case-top-cont .swiper-pagination-bullet::after {
    content: '';
    position: absolute;
    background: var(--colorfff);
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 100%;
}
.home-case-top-cont .swiper-pagination-bullet-active::after {
    animation: donghua1 3s linear both;
}
.home-case-top-cont .swiper-pagination {
    position: relative;
    margin-top: 0.5rem;
}
.home-case-top-cont .swiper-button-next,
.home-case-top-cont .swiper-button-prev {
    top: auto;
    bottom: -10px;
    color: var(--colorfff);
}
.home-case-top-cont .swiper-button-prev,
.home-case-top-cont .swiper-container-rtl .swiper-button-next {
    left: 38%;
}
.home-case-top-cont .swiper-button-next,
.home-case-top-cont .swiper-container-rtl .swiper-button-prev {
    right: 38%;
    left: auto;
}
.home-case-top-cont .swiper-button-next:after,
.home-case-top-cont .swiper-button-prev:after {
    font-size: 12px;
}
.home-case-top {
    padding-bottom: var(--space140);
}
@keyframes donghua1 {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}
@-webkit-keyframes donghua1 {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}
.home-case-bot {
    width: 100%;
}
.home-case-bot img {
    width: 100%;
}
.home-case-box {
    max-width: 1920px;
    margin: 0 auto;
}
.home-news-box-le,
.home-news-box-ri {
    width: 48.75%;
    height: auto;
}
.home-news-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.hnbr-list {
    margin-bottom: 0.24rem;
}
.hnbr-list:last-child {
    margin-bottom: 0;
}
.home-news .std-font40 {
    margin-bottom: 0.5rem;
}
.ys-footer img {
    width: 100%;
}
.head-logo a {
    pointer-events: none;
}

.ys-ban-imgbox {
    height: 100%;
}
.ys-dots1 {
    --pro: 4s;
}
.home-case-top-cont .swiper-pagination-bullet::before {
    background: rgba(255, 255, 255, 0.20);
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 100%;
}
.home-case-top-cont .swiper-pagination-bullet {
    background: 0 0 !important;
}
/*鼠标效果*/
@media screen and (min-width: 1200px) {
    .home-serv-bot-tit .ys-tab-btn-item p:hover {
        color: var(--colorfff);
        background: #0034D8;
    }
    .head-nav-item .head-nav-item-title:hover {
        color: var(--colormain) !important;
    }
}
/* kafffi-end */