/* 快捷导航 start */ .ys-header-shortcut { position: relative; z-index: 101; display: flex; justify-content: space-between; align-items: center; padding: 0 40px; background-color: #f5f5f5; border-bottom: 1px solid #eee; } .ys-header-shortcut .ys-header-shortcut__list { display: flex; align-items: center; list-style: none; margin: 0; padding: 0; } .ys-header-shortcut .ys-header-shortcut__list a { font-weight: bold; } .ys-header-shortcut .ys-header-shortcut__list:last-of-type{ margin-left: auto; } .ys-header-shortcut .ys-header-shortcut__item, .ys-header-shortcut .ys-header-shortcut__link { text-decoration: none; font-size: 12px; font-weight: 400; line-height: 20px; color: var(--ys-color-text-000); margin-right: 32px; } .ys-header-shortcut .ys-header-shortcut__link.no-space { margin-right: 0; } .ys-header-shortcut .ys-header-shortcut__link:hover { color: var(--ys-color-primary); } .ys-header-shortcut .ys-header-shortcut__tel { font-weight: 700; line-height: normal; color: var(--ys-color-strong); display: inline-flex; align-items: center; } .ys-header-shortcut .ys-header-shortcut__tel span { font-size: 14px; color: var(--ys-color-text-000); } .ys-header-shortcut .ys-header-shortcut__tel a { text-decoration: none; color: var(--ys-color-strong); display: block; } .ys-header-shortcut .ys-header-shortcut__tel .iconfont { font-size: 14px; font-weight: normal; color: var(--ys-color-strong); } .ys-header-shortcut .ys-header-shortcut__company { margin-right: 0; } .ys-header-shortcut .ys-header-shortcut__company::after { content: '|'; padding: 0 8px; } .ys-header-shortcut .ys-header-shortcut__server { font-size: 12px; padding-left: 10px; display: flex; align-items: center; } .ys-header-shortcut .ys-header-shortcut__server span { display: flex; align-items: center; margin-left: 6px; cursor: pointer; padding: 5px 4px; height: 100%; } .ys-header-shortcut .ys-header-shortcut__server span:hover { background-color: var(--ys-color-background-200); color: var(--ys-color-primary); } .ys-header-shortcut .ys-header-shortcut__server .iconfont { padding-right: 5px; } /* 快捷导航 end */ .ys-header { transition: all 0.2s; position: relative; z-index: 100; } .ys-header.is-sticky { position: sticky; top: 0; } .ys-header .ys-header-nav { height: 72px; display: flex; width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 0 40px; background: #fff; position: relative; z-index: 20; box-shadow: 0 15px 10px -15px #0000000f; } .ys-header__logo { height: 37px; } .ys-header__nav { display: flex; flex-wrap: nowrap; justify-content: space-between; min-width: 440px; max-width: 670px; width: 50%; height: 100%; transition: max-width 0.3s; } .ys-header__nav .nav-one { display: flex; align-items: center; height: 100%; padding: 0 10px; font-size: 18px; font-weight: bold; color: var(--ys-color-text-000); text-decoration: none; } .ys-header__nav .nav-item.relative { position: relative; } .ys-header__nav .nav-item.extend { position: relative; } .ys-header__nav .nav-item.extend::after { position: absolute; content: ""; width: 120%; height: 80px; left: -10px; bottom: -50px; } .ys-header__nav .nav-item:hover .nav-one, .ys-header__nav .nav-one:hover, .ys-header__nav .nav-one:hover .nav-one { color: var(--ys-color-primary); } .ys-header__nav .nav-one .icon-short-arrow { display: inline-block; position: relative; left: 2px; transform: rotate(90deg); transition: transform 0.2s; color: var(--ys-color-text-300); font-weight: 400; } .ys-header__nav .nav-one:hover .icon-short-arrow { transform: rotate(-90deg); } .ys-header__nav .nav-two { font-size: 14px; color: var(--ys-color-text-000); text-decoration: none; } .ys-header__nav .nav-two:hover { color: var(--ys-color-primary); } /* search start */ .ys-header__right { display: flex; align-items: center; justify-content: end; } .ys-header__right.open { flex: 1; } .ys-header__search { position: relative; display: flex; justify-content: space-between; align-items: center; box-sizing: border-box; width: 203px; height: 44px; padding: 10px 12px; background-color: #fff; border: 1px solid #ccc; border-radius: 4px; transition: all 0.2s; transform-origin: right; } .ys-header__right.open .ys-header__search { width: calc(100% - 130px); padding: 10px 12px; } .ys-header__search::after { content: ""; position: absolute; height: 16px; left: 12px; top: 13px; width: 1px; background-color: var(--ys-color-text-000); animation: flashing 0.8s infinite; } .ys-header__right.open .ys-header__search:focus-within:after { display: none; } @keyframes flashing { 0% { opacity: 1; } 40% { opacity: 0; } 100% { opacity: 1; } } .ys-header__search .ys-header__search-input { width: calc(100% - 46px); height: 16px; color: var(--ys-color-text-000); caret-color: var(--ys-color-primary); border: none; outline: none; } .ys-header__search:focus-within { border-color: var(--ys-color-primary); } .ys-header__search .ys-header__search-input::placeholder { color: var(--ys-color-text-500); } .ys-header__search .search-btn { width: 26px; padding: 0; position: absolute; top: 2px; right: 10px; background-color: #fff; border: none; outline: none; cursor: pointer; transition: transform 0.2s; } .ys-header__search .search-btn .icon-search { display: inline-block; font-size: 26px; color: var(--ys-color-text-000); transition: transform 0.2s; } .ys-header__search .search-btn:hover .icon-search { color: var(--ys-color-primary); transform: scale(1.1); } /* search end */ /* user start */ .ys-header__user { margin-left: 30px; position: relative; height: 40px; padding-top: 3px; box-sizing: border-box; } .ys-header__user > a > i { font-size: 24px; cursor: pointer; color: var(--ys-color-text-000); } .ys-header__user .ys-header__user-card { position: absolute; top: 40px; right: -10px; padding: 16px; background-color: var(--ys-color-white); z-index: 20; border-radius: 2px; box-shadow: 0px 4px 14px 0px #0000001a; border: 1px solid var(--ys-color-text-700); transition: all 0.2s; transform-origin: top; transform: scaleY(0); } .ys-header__user:hover .ys-header__user-card { transform: scaleY(1); } .ys-header__user .ys-header__user-card button { height: 32px; line-height: 32px; margin-bottom: 12px; width: 100px; font-size: 12px; padding: 0; } .ys-header__user .ys-header__user-card button a { color: unset; text-decoration: none; display: block; } .ys-header__user .ys-header__user-card button:last-child { margin-bottom: 0; } /* user end */ /* 悬停卡片 start */ .ys-header__card { position: absolute; z-index: 18; width: 100%; left: 0; /* right: 0; */ top: 72px; background-color: var(--ys-color-white); transition: all 0.2s ease-in-out; transform-origin: top; transform: scaleY(0); max-height: 82vh; overflow-y: auto; overflow-x: hidden; padding: 40px; box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1) inset; border-top: 0.5px solid var(--ys-color-text-700); border-bottom: 1px solid var(--ys-color-text-700); transition-delay: 150ms; } .ys-header__card.show { transform: scaleY(1); } .nav-item.normal .ys-header__card.show { transform: scaleY(1) translateX(-50%); } .ys-header__cover { position: fixed; z-index: 17; left: 0; right: 0; top: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.7); transition-delay: 100ms; } .ys-header__card::-webkit-scrollbar { width: 7px; height: 7px; background-color: var(--ys-color-background-100); } .ys-header__card::-webkit-scrollbar-thumb { border-radius: 5px; background-color: #999; } /* 悬停卡片 end */ /* 搜索卡片 start */ .ys-header__search-card { background-color: #f3f5f8; padding: 50px 40px; } .ys-header__search-card i { position: absolute; top: 20px; right: 20px; cursor: pointer; font-size: 20px; } .ys-header__search-card .search-hot { margin-bottom: 40px; } .ys-header__search-card .search-title { font-size: 14px; font-weight: 600; margin-bottom: 12px; } .ys-header__search-card .search-title span { font-weight: 400; color: var(--ys-color-text-300); margin-left: 16px; cursor: pointer; } .ys-header__search-card .search-words a { margin-right: 20px; font-size: 14px; text-decoration: none; color: var(--ys-color-text-000); } /* 搜索卡片 end */ /* 解决方案/内容与服务/关于我们 start */ .ys-header__case, .ys-header__service, .ys-header__about { padding: 6px 0; box-shadow:none; width: 150px; left: auto; text-align: center; left: 50%; transform: scaleY(0) translateX(-50%); box-shadow: 0px 4px 12px rgba(51, 51, 51, 0.2); } .ys-header__case { width: 210px; } .ys-header__case .case-item, .ys-header__service .content-item, .ys-header__about .about-item { padding: 10px; display: block; text-decoration: none; } .ys-header__case .case-item:not(:last-of-type), .ys-header__service .content-item:not(:last-of-type), .ys-header__about .about-item:not(:last-of-type) { border-bottom: 1px solid var(--ys-color-text-700); } .ys-header__case .case-item:hover .case-title, .ys-header__service .content-item:hover .content-title, .ys-header__about .about-item:hover .about-title { color: var(--ys-color-primary); } .ys-header__case .case-title, .ys-header__service .content-title, .ys-header__about .about-title { text-decoration: none; display: block; overflow: hidden; font-size: 14px; color: var(--ys-color-text-000); } /* 解决方案/内容与服务/关于我们 end */ /* 产品弹窗 start */ .ys-header__card.ys-header__product { width: auto; padding: 0; background-color: initial; overflow: initial; } .ys-header__product a { display: block; text-decoration: none; line-height: normal; } .ys-header__product .product-wrap { background-color: #fbfbfb; max-height: 500px; overflow-y: auto; box-shadow: -1px 1px 10px rgba(51, 51, 51, 0.2); } .ys-header__product .product-wrap::-webkit-scrollbar, .ys-header__product .product-child::-webkit-scrollbar { width: 0; } .ys-header__product .product-wrap::-webkit-scrollbar, .ys-header__product .product-child::-webkit-scrollbar { width: 7px; height: 7px; background-color: var(--ys-color-background-100); } .ys-header__product .product-wrap::-webkit-scrollbar-thumb, .ys-header__product .product-child::-webkit-scrollbar-thumb { border-radius: 4px; background-color: rgba(190, 190, 190, 0.6); } .ys-header__product .to-product { display: flex; align-items: center; font-size: 18px; color: var(--ys-color-text-000); margin-bottom: 20px; } .ys-header__product .to-product i { transform: rotate(0deg) !important; display: block; font-size: 18px; } .ys-header__product .to-product:hover, .ys-header__product .product-item:hover .product-title { color: var(--ys-color-primary); } .ys-header__product .product-img { width: 140px; height: 140px; margin: auto; background: unset; } .ys-header__product .product-img img { object-fit: contain; } .ys-header__product .product-title { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin: 0; padding: 8px 0; font-size: 14px; display: inline-block; color: var(--ys-color-text-000); } .ys-header__product .product-item { position: relative; width: 180px; padding: 10px; display: flex; align-items: center; justify-content: space-between; } .ys-header__product .product-item.active { background-color: var(--ys-color-primary); } .ys-header__product .product-item.active .product-title { color: var(--ys-color-white); } .ys-header__product .product-item.active .iconfont { color: var(--ys-color-white); } .ys-header__product .product-item .iconfont { color: var(--ys-color-text-000); } .ys-header__product .product-child { position: absolute; top: 0; left: 100%; width: 350px; /* height: 100%; */ min-height: 100%; padding: 8px 10px; margin: 0; font-size: 14px; list-style: none; background-color: var(--ys-color-white); overflow-y: auto; box-shadow: 6px 1px 10px rgba(51,51,51,.2); display: flex; align-items: center; align-content: flex-start; flex-wrap: wrap; } .ys-header__product .product-child__item { line-height: normal; padding: 0; margin: 10px; } .ys-header__product .product-child__link { color: var(--ys-color-text-000); } .ys-header__product .product-child__link:hover { color: var(--ys-color-primary); } /* 产品弹窗 end */ @media only screen and (max-width: 1500px) { .ys-header__nav { max-width: 620px; } } @media only screen and (max-width: 1280px) { .ys-header__nav { max-width: 58%; } .ys-header__nav .nav-one { font-size: 16px; } } @media only screen and (max-height: 600px) { .ys-header__product .product-child, .ys-header__product .product-wrap { max-height: calc(92vh - var(--ys-header-top)); } }.ys-banner { width: 100%; position: relative; /* 590 / 1920 = 30.72196 */ height: 30.7296vw; overflow: hidden; } .ys-banner .banner-slide img, .ys-banner .banner-slide video { width: 100%; height: 100%; object-fit: cover; } .ys-banner .banner-slide .banner-desc { position: absolute; top: 0; bottom: 0; left: calc((100vw - var(--ys-content-width)) / 2); width: 600px; display: flex; flex-direction: column; justify-content: center; color: var(--ys-color-white); } .ys-banner .banner-slide .banner-desc h2 { font-weight: 600; font-size: 40px; line-height: 52px; } .ys-banner .banner-slide .banner-desc p { font-size: 16px; margin-top: 16px; color: rgba(255, 255, 255, 0.8); } .ys-banner .banner-slide .banner-desc button { border: 1px solid #ffffff99; background-color: transparent; color: var(--ys-color-white); height: 44px; line-height: 44px; width: 124px; font-size: 16px; line-height: 1; margin-top: 70px; cursor: pointer; border-radius: 4px; } .ys-banner .banner-slide .banner-desc button a { display: block; text-decoration: none; color: var(--ys-color-white); } .ys-banner .banner-slide .banner-desc button:hover { background-color: var(--ys-color-white); color: var(--ys-color-text-000); } .ys-banner .banner-slide .banner-desc button:hover a { color: var(--ys-color-text-000); } .ys-banner .ys-banner__indicator { position: absolute; bottom: 30px; left: 0; right: 0; display: flex; justify-content: center; z-index: 2; } .ys-banner__indicator .swiper-pagination-bullet { display: flex; margin: 0 8px; width: 8px; height: 8px; border-radius: 4px; background-color: rgba(255, 255, 255, 0.7); cursor: pointer; transition: all 1s; border: 1px solid rgba(51, 51, 51, 0.5); } .ys-banner__indicator .swiper-pagination-bullet.swiper-pagination-bullet-active { background-color: rgba(251, 251, 252, 0.8); border-color: rgba(0, 0, 0, 0.1); width: 28px; } .ys-banner .btn { position: absolute; top: 0; bottom: 0; margin: auto; width: 50px; height: 50px; background-color: rgba(0, 0, 0, 0.5); color: var(--ys-color-white); cursor: pointer; text-align: center; border-radius: 50%; line-height: 50px; opacity: 0; transition: all 0.2s; z-index: 2; } .ys-banner:hover .btn { opacity: 1; } .ys-banner .btn i { font-size: 30px; } .ys-banner #prev { left: 20px; transform: rotate(180deg); } .ys-banner #next { right: 20px; } @media only screen and (max-width: 1400px) { .ys-banner .banner-slide .banner-desc { width: 500px; } } @media only screen and (max-width: 1200px) { .ys-banner .banner-slide .banner-desc { left: 10px; } }/* 公共 end */ .ys-index__product .ys-index__center { width: var(--ys-content-width); margin: auto; } .ys-index__product .ys-index__title { font-weight: 600; font-size: 30px; line-height: 42px; } .ys-index__product .ys-index__subtitle { font-size: 16px; color: var(--ys-color-text-300); margin-top: 12px; } /* 公共 end */ /* 产品中心 start */ .ys-index__product { --ys-content-width: 1300px; --ys-page-padding: calc(50vw - 650px); margin: 0 auto; padding: 60px 0; background: linear-gradient(180deg, #feffff 0%, #f3f5f9 100%); } @media only screen and (max-width: 1440px) { .ys-index__product { --ys-content-width: 1200px; --ys-page-padding: calc(50vw - 600px); } } .ys-index__product .ys-product__title { text-align: center; } .ys-index__product .product-list { margin-top: 30px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; } .ys-index__product .product-item { display: flex; position: relative; overflow: hidden; cursor: pointer; text-decoration: none; border: 1px solid var(--ys-color-background-100); background-color: var(--ys-color-white); } .ys-index__product .product-img-box { background-image: url(/asset/img/index/product-bg.png); background-repeat: no-repeat; background-size: cover; width: 324px; height: 240px; } .ys-index__product .product-img { object-fit: contain; mix-blend-mode: darken; } .ys-index__product .product-cover { flex: 1; color: var(--ys-color-text-000); padding: 20px 22px; } .ys-index__product .product-title { font-size: 18px; margin-bottom: 10px; position: relative; padding-left: 18px; } .ys-index__product .product-title:hover { color: var(--ys-color-primary); } .ys-index__product .product-title span::before { content: ""; position: absolute; left: -18px; top: 50%; transform: translateY(-50%); width: 8px; height: 16px; z-index: 1; display: block; background: var(--ys-color-primary); } .ys-index__product .product-desc { padding-left: 18px; -webkit-line-clamp: 3; font-size: 14px; line-height: 1.8; color: var(--ys-color-text-100); margin-bottom: 42px; } .ys-index__product .product-more { font-size: 14px; padding-left: 18px; color: #1c56b1; } .ys-index__product .product-more:hover { color: var(--ys-color-assist); } /* 产品中心 end *//* 首页 */ .ys-index, .ys-banner, .ys-index-content { --ys-content-width: 1300px; --ys-page-padding: calc(50vw - 650px); --ys-product-width: 310px; --ys-content-height-max: 764px; --ys-product-img-w: 238px; --ys-solution-img-w: 186px; --ys-solution-img-h: 124px; --ys-new-img-w: 180px; --ys-strength-img-w: 310px; width: 100%; min-width: var(--ys-content-width); } @media only screen and (max-width: 1440px) { .ys-index, .ys-banner, .ys-index-content { --ys-content-width: 1200px; --ys-page-padding: calc(50vw - 600px); --ys-product-width: 286px; --ys-content-height-max: 747px; --ys-product-img-w: 200px; --ys-solution-img-w: 180px; --ys-solution-img-h: 120px; --ys-new-img-w: 163px; --ys-strength-img-w: 285px; } } .ys-index .ys-index__title { font-weight: 600; font-size: 30px; line-height: 42px; } .ys-index .ys-index__subtitle { font-size: 16px; color: var(--ys-color-text-300); margin-top: 12px; } .ys-index__more { height: 38px; width: 70px; text-align: center; line-height: 38px; border: 1px solid var(--ys-color-text-700); display: block; font-size: 14px; color: var(--ys-color-text-100); border-radius: 24px; text-decoration: none; background-color: var(--ys-color-white); } .ys-index__more:hover { border-color: var(--ys-color-primary); color: var(--ys-color-primary); } .ys-index .ys-index__center { width: var(--ys-content-width); margin: auto; } .index-position-head { position: relative; } .index-position-head .ys-index__more { position: absolute; top: 50%; right: 0; transform: translateY(-50%); } /* 更多左右按钮 start */ .ys-index .ys-index__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 40px; } .ys-index .ys-index__head .ys-index__title { margin-bottom: 0; } /* 更多左右按钮 end */ /* 内容中心 start */ .ys-index__content { padding: 60px calc((100% - var(--ys-content-width)) / 2); background-color: #f3f5f8; background-image: url(/asset/img/index/content-bg-1.png); background-repeat: no-repeat; background-position: top right; } .ys-index__content .ys-index__title, .ys-index__content .ys-index__subtitle { text-align: center; } .ys-index__content .content-wrap { margin-top: 30px; display: flex; } .ys-index__content .content-wrap > div { width: calc(50% - 10px); height: fit-content; } .ys-index__content .content-solution { margin-right: 20px; max-height: var(--ys-content-height-max); overflow: hidden; } .ys-index__content .content-solution, .ys-index__content .content-product { padding: 24px 30px 36px; border-radius: 4px; background-color: var(--ys-color-white); } .ys-index__content .content-title { display: flex; align-items: center; justify-content: space-between; } .ys-index__content .solution-item { position: relative; display: flex; align-items: center; padding: 24px 0 20px; } .ys-index__content .solution-img { width: var(--ys-solution-img-w); height: var(--ys-solution-img-h); margin-right: 20px; border-radius: 4px; } .ys-index__content .solution-info { width: calc(100% - var(--ys-solution-img-w) - 20px); } .ys-index__content .solution-title { color: var(--ys-color-text-000); display: inline-block; text-decoration: none; font-weight: 600; font-size: 16px; margin-bottom: 8px; max-width: 100%; } .ys-index__content .solution-desc { font-size: 14px; color: var(--ys-color-text-100); overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; } .ys-index__content .solution-link { display: inline-block; margin-top: 20px; font-size: 12px; color: var(--ys-color-primary); text-decoration: none; } .ys-index__content .content-news { padding: 24px 0 16px; border-radius: 4px; background-color: var(--ys-color-white); } .ys-index__content .content-news .content-title { padding: 0 30px 14px 34px; border-bottom: 1px solid var(--ys-color-background-100); } .ys-index__content .content-tabs { white-space: nowrap; } .ys-index__content .content-tabs div { position: relative; font-weight: 600; font-size: 20px; display: inline-block; margin-right: 54px; cursor: pointer; } .ys-index__content .content-tabs div:hover, .ys-index__content .content-tabs .tab-active { color: var(--ys-color-primary); } .ys-index__content .content-tabs .tab-active::after { content: ""; position: absolute; left: 0; right: 0; bottom: -20px; width: 100%; height: 2px; background-color: var(--ys-color-primary); } .ys-index__content .content-product { padding-bottom: 30px; margin-bottom: 20px; height: calc(var(--ys-new-img-w) + 135px); overflow-y: hidden; } .ys-index__content .product-wrap { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 16px; overflow-x: auto; } .ys-index__content .product-item { width: var(--ys-new-img-w); position: relative; } .ys-index__content .product-img { width: var(--ys-new-img-w); height: var(--ys-new-img-w); border-radius: 4px; display: block; } .ys-index__content .product-title { text-decoration: none; display: inline-block; color: var(--ys-color-text-000); font-size: 14px; margin-top: 6px; max-width: 100%; } .ys-index__content .product-title h4 { font-weight: 400; } .ys-index__content .product-tag { position: absolute; top: 0; left: 0; color: var(--ys-color-white); background-color: var(--ys-color-assist); border-radius: 4px; padding: 2px 5px; font-size: 12px; } .ys-index__content .content-box .content-tabs { padding: 18px 0; border-bottom: 1px solid var(--ys-color-text-700); text-align: center; margin-bottom: 38px; } .ys-index__content .content-box .content-tabs div { font-size: 24px; line-height: 42px; margin-right: 0; margin: 0 40px; } /* 解决方案 start */ .ys-index__content.ys-index__content--solution { background: #feffff; } .ys-index__content .tab-solution-warp { margin-top: 36px; width: var(--ys-content-width); overflow: hidden; position: relative; } .ys-index__content.ys-index__content--solution .ys-index__subtitle { max-width: 680px; margin: 12px auto 0; line-height: 28px; } .ys-index__content .solution-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; } .ys-index__content .tab-solution-warp .swiper-pagination .swiper-pagination-bullet:only-child { display: none; } .ys-index__content--solution .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet { margin: 0 10px; } .ys-index__content--solution .swiper-pagination-bullet { width: 30px; height: 9px; border-radius: 0; } .ys-index__content .content-solution-item { background-color: var(--ys-color-white); border-radius: 4px; border: 1px solid var(--ys-color-background-100); overflow: hidden; position: relative; box-shadow: 0px 4px 224px 0px rgba(0, 0, 0, 0.06) inset; } .ys-index__content .content-solution-item:hover { border-color: rgba(18, 56, 216, 0.4); color: var(--ys-color-white); } .ys-index__content .content-solution__title { position: absolute; top: 32.98%; width: 100%; display: block; background: rgba(0, 0, 0, 0.4); font-size: 20px; font-weight: 600; line-height: 28px; text-align: center; padding: 12px; text-decoration: none; color: var(--ys-color-white); } .ys-index__content .content-solution-item:hover .content-solution-info { transform: translateX(0); } .ys-index__content .content-solution-item:hover .content-solution-animate { animation: fadeInDown 0.6s forwards; animation-delay: 0.2s; } .ys-index__content .content-solution-item:hover .content-solution-animate:nth-child(2) { animation-delay: 0.4s; } .ys-index__content .content-solution-item:hover .content-solution-animate:nth-child(3) { animation-delay: 0.6s; } .ys-index__content .content-solution-animate { opacity: 0; transform: translateY(-20px); } @keyframes fadeInDown { to { opacity: 1; transform: translateY(0); } } .ys-index__content .content-solution-info { overflow: hidden; position: absolute; top: 0; left: 0; transform: translateX(-100%); width: 100%; height: 100%; z-index: 2; background: #1d58b5; color: var(--ys-color-white); text-decoration: none; padding: 30px 16px; transition: 0.3s; } .ys-index__content .content-solution-img { display: block; width: 100%; /* height: 400px; */ height: 0; padding-bottom: 131.14%; position: relative; box-shadow: 0px 4px 224px 0px rgba(0, 0, 0, 0.06) inset; } .ys-index__content .content-solution-img img { position: absolute; object-fit: cover; } .ys-index__content .content-solution-title { position: relative; display: block; font-size: 20px; font-weight: 600; line-height: 28px; text-align: left; } .ys-index__content .content-solution-title h4 { display: inline; } .ys-index__content .content-solution-desc { font-size: 14px; font-weight: 400; line-height: 28px; margin-top: 12px; -webkit-line-clamp: 9; overflow: hidden; color: rgba(255, 255, 255, 0.7); } .ys-index__content .content-solution-button { display: inline-flex; align-items: center; font-size: 16px; font-weight: 400; line-height: 28px; margin-top: 28px; } .ys-index__content .content-solution-button span::after { background-color: var(--ys-color-white); } .ys-index__content .content-solution-button .iconfont { font-size: 18px; margin-left: 4px; transition: 0.3s; } .ys-index__content .content-solution-button:hover .iconfont { margin-left: 10px; } /* 解决方案 end */ .ys-index__content .content-button { background-color: var(--ys-color-assist); color: var(--ys-color-white); height: 46px; width: 188px; font-size: 16px; border: 0; outline: none; cursor: pointer; border-radius: 4px; display: flex; align-items: center; justify-content: center; margin: 40px auto 0; text-decoration: none; } .ys-index__content .content-button:hover { background-color: var(--ys-color-warning); } .ys-index__content .content-button i { font-size: 20px; margin-right: 4px; } /* 试样 start */ .ys-index__content.ys-index__content--sample { background-image: none; background-color: var(--ys-color-white); padding-bottom: 40px; } .ys-index__content.ys-index__content--sample .sample-tips { margin-top: 40px; text-align: center; font-size: 18px; } /* 试样 end */ /* 内容中心 end */ /* 产品上新 start */ .ys-index__content.ys-index__content--product { background-image: url(/asset/img/index/new-product-bg.png); background-repeat: no-repeat; background-size: cover; /* background: linear-gradient(180deg, #ffffff 3%, #f3f5f8 78%); */ } .ys-index__content .content-box { max-height: 620px; overflow: hidden; } .ys-index__content .product-list { margin-top: 40px; display: flex; } .ys-index__content .content-product-item { width: calc(33% - 30px); padding: 24px 30px 36px; background-color: var(--ys-color-white); position: relative; } .ys-index__content .content-product-item a { display: block; text-decoration: none; } .ys-index__content .content-product-title { font-size: 16px; font-weight: 500; line-height: 22px; white-space: pre-line; color: var(--ys-color-text-000); } .ys-index__content .content-product-title:hover { color: var(--ys-color-primary); } .ys-index__content .content-product-img { width: 100%; margin: 16px 0; background-color: var(--ys-color-background-050); height: 210px; } .ys-index__content .content-product-img img { mix-blend-mode: darken; object-fit: contain; } .ys-index__content .content-product-desc p { font-size: 16px; font-weight: 400; line-height: 28px; color: var(--ys-color-text-100); -webkit-line-clamp: 3; } .ys-index__content .content-product-button { font-size: 16px; font-weight: 600; color: #1c56b1; text-align: center; margin-top: 16px; height: 44px; padding: 11px 0; } .ys-index__content .content-product-button .iconfont { font-size: 18px; } .ys-index__content .content-product-button:hover { color: var(--ys-color-assist); } .ys-index__content .product-badge { position: absolute; top: 20px; right: 0; width: 44px; height: 22px; padding: 4px 8px; background-color: var(--ys-color-assist); color: var(--ys-color-white); font-size: 12px; font-weight: 600; line-height: 14px; } .content-product-arrow { display: flex; justify-content: center; margin-top: 36px; } .content-product-arrow .arrow-item { width: 50px; height: 50px; border-radius: 50%; box-shadow: 0px 0px 13.51px 0px #0000001A; margin: 0 8px; color: var(--ys-color-text-000); cursor: pointer; text-align: center; line-height: 50px; background-color: var(--ys-color-white); } .content-product-arrow .arrow-item:hover { background-color: var(--ys-color-assist); color: var(--ys-color-white); } .content-product-arrow .arrow-item i { font-size: 22px; display: block; } .content-product-arrow .arrow-item:first-child i { transform: rotate(180deg); } /* 产品上新 end */ @media only screen and (max-width: 1440px) { .ys-index__content .content-solution-desc { -webkit-line-clamp: 8; } } .ys-index-about { position: relative; overflow: hidden; background-color: var(--ys-color-white); background-image: url(/asset/img/index/index-about-bg.png); background-repeat: no-repeat; background-position: bottom right; background-size: 1920px; min-height: 480px; min-width: var(--ys-content-width); } .ys-index-about .ys-index__title { font-weight: 600; font-size: 30px; margin-bottom: 20px; } .ys-index-about .index-about__intro { position: absolute; display: flex; flex-direction: column; justify-content: center; height: 430px; left: var(--ys-page-padding); bottom: 0; width: 756px; font-size: 14px; line-height: 28px; color: var(--ys-color-text-000); } .ys-index-about .index-about__more { display: inline-block; text-decoration: none; color: var(--ys-color-primary); } .ys-index-about .index-about__more:hover { color: var(--ys-color-assist); } .ys-index-about .index-about__video { display: none; width: 50%; position: relative; } .ys-index-about #index-about-video { width: 100%; } .index-about__video .index-about__cover { cursor: pointer; background-image: url("/asset/img/index/video-cover.png"); background-repeat: no-repeat; background-size: cover; position: absolute; top: 0; bottom: 0; left: 0; right: 0; } /* 强大能力 start */ .ys-index-about .power-data { display: flex; margin: 30px 0 40px; } .ys-index-about .power-item + .power-item { margin-left: 90px; } .ys-index-about .power-num { position: relative; display: flex; justify-content: center; color: var(--ys-color-assist); font-weight: 400; } .ys-index-about .power-num div:first-child { font-size: 40px; line-height: 20px; } .ys-index-about .power-num div:last-child { position: absolute; top: -8px; right: -17px; font-size: 14px; line-height: normal; min-width: 14px; font-weight: 600; } .ys-index-about .power-title { font-size: 12px; line-height: 12px; color: var(--ys-color-text-100); margin-top: 15px; text-align: center; } /* 强大能力 end */ @media only screen and (min-width: 1920px) { .ys-index-about { background-position-x: center; } } @media only screen and (max-width: 1440px) { .ys-index-about .index-about__intro { width: 690px; } } @media only screen and (max-width: 1280px) { .ys-index-about { background-position-x: 98.5%; } .ys-index-about .index-about__intro { width: 620px; } } @media only screen and (max-width: 1200px) { .ys-index-about .index-about__intro { left: 5px; } }.ys-index__information { --ys-content-width: 1300px; } @media only screen and (max-width: 1440px) { .ys-index__information { --ys-content-width: 1200px; } } .ys-index__content.ys-index__information { background-color: var(--ys-color-white); background-image: none; } .ys-index__information .ys-index__title { font-weight: 600; font-size: 30px; } .ys-index__information .ys-index__subtitle { font-size: 14px; color: var(--ys-color-text-300); margin-top: 16px; } .ys-index__information .content-wrap-item:first-of-type { position: relative; display: block; } .ys-index__information .content-wrap-item:first-of-type::before { content: ""; position: absolute; top: 0; bottom: 0; left: 0; right: 0; width: 100%; height: 100%; background: linear-gradient( 180.42deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3) 99.64% ); z-index: 1; } .ys-index__information .content-wrap-item:first-of-type .news-title { -webkit-line-clamp: 1; color: var(--ys-color-white); font-size: 14px; font-weight: 400; line-height: 22px; } .ys-index__information .content-wrap-item:first-of-type .news-title:hover { opacity: 0.8; } .ys-index__information .content-wrap-item:first-of-type .news-info { position: absolute; bottom: 0; z-index: 1; padding: 12px; } .ys-index__information .content-wrap-item:first-of-type .news-time { display: block; color: var(--ys-color-white); } .ys-index__information .content-wrap-item:first-of-type .news-item__img { position: relative; width: 100%; height: 0; padding-bottom: 61.9%; margin-left: 0; } .ys-index__information .content-wrap-item:first-of-type .news-item__img img { position: absolute; } .ys-index__information .content-wrap-item:hover img, .ys-index__information .product-item:hover img { transform: scale(1.1); } .ys-index__information .content-wrap-item:hover .hover--underline-primary, .ys-index__information .product-item:hover .hover--underline-primary { color: var(--ys-color-primary); } .ys-index__information .information-warp { display: flex; margin-top: 36px; } .ys-index__information .information-warp__left { display: flex; flex: 1; } .ys-index__information .information-type { width: calc(33.33% - 15px); } .ys-index__information .information-type + .information-type { margin-left: 30px; } .ys-index__information .information-title { display: inline-flex; text-decoration: none; align-items: center; font-size: 20px; font-weight: 600; line-height: 28px; color: var(--ys-color-text-000); margin-bottom: 20px; } .ys-index__information .information-title:hover { color: var(--ys-color-primary); } .ys-index__information .information-title i { font-size: 18px; margin-left: 9px; } .ys-index__information .information-article { position: relative; display: block; width: 350px; height: 222px; text-decoration: none; color: var(--ys-color-white); border-radius: 4px; } .ys-index__information .information-article + .information-article { margin-top: 12px; } .ys-index__information .information-article img { object-fit: cover; } .ys-index__information .information-article__info { position: absolute; z-index: 1; bottom: 0; left: 0; width: 100%; background: linear-gradient(180deg, rgba(0, 0, 0, 0.03) 0%, #000000 100%); padding: 38px 23px 16px 16px; } .ys-index__information .information-article__info:hover + img { transform: scale(1.1); } .ys-index__information .information-article__title { display: inline-block; font-size: 14px; font-weight: 400; line-height: 20px; } .ys-index__information .information-article__title::after { background-color: var(--ys-color-white); } .ys-index__information .information-article__time { color: var(--ys-color-text-300); font-size: 12px; font-weight: 400; line-height: 18px; } .ys-index__information .information-article__time i { font-size: 12px; } .ys-index__information .news-wrap { padding: 4px 30px 0; } .ys-index__information .news-item { position: relative; margin-bottom: 16px; display: flex; align-items: center; text-decoration: none; } .ys-index__information .news-info { flex: 1; } .ys-index__information .news-title { text-decoration: none; max-width: 100%; overflow: hidden; font-size: 14px; font-weight: 400; line-height: 22px; color: var(--ys-color-text-000); } .ys-index__information .news-title:hover { color: var(--ys-color-primary); } .ys-index__information .news-time { font-size: 14px; font-weight: normal; line-height: 18px; color: var(--ys-color-text-100); margin-right: 8px; display: none; } .ys-index__information .news-item__img { width: 83px; height: 54px; margin-left: 23px; border: 1px solid var(--ys-color-background-060); } .ys-index__information .news-item__img img { width: 100%; height: 100%; object-fit: cover; } .ys-index__information .information-warp__right { width: 18.46%; margin-left: 50px; } .ys-index__information .information-new__item { display: block; margin-bottom: 24px; text-decoration: none; color: var(--ys-color-text-000); } .ys-index__information .information-new__time { font-size: 14px; font-weight: 400; line-height: 18px; color: var(--ys-color-text-300); margin-bottom: 4px; } .ys-index__information .information-new__title { font-size: 14px; font-weight: 400; line-height: 22px; } .ys-index__information .information-new__title span { font-weight: 600; } .ys-index__information .information-new__title:hover { color: var(--ys-color-primary); } @media only screen and (max-width: 1280px) { .ys-index__information .information-new__item { margin-bottom: 18px; } .ys-index__information .information-type + .information-type { margin-left: 27px; } .ys-index__information .information-type { width: calc(33.33% - 13px); } .ys-index__information .information-warp__right { margin-left: 46px; } }/* 网站底部 */ .ys-footer { width: 100%; background: #2D2D2D; --ys-page-padding: calc(50vw - 650px); } @media only screen and (max-width: 1440px) { .ys-footer { --ys-page-padding: calc(50vw - 600px); } } .ys-footer__ad { height: 89px; display: flex; align-items: center; justify-content: space-between; padding: 0 var(--ys-page-padding); margin: 0 auto; border-top: 1px solid #eee; border-bottom: 1px solid #eee; } .ys-footer__content { padding: 40px var(--ys-page-padding) 50px; margin: 0 auto; display: flex; justify-content: space-between; border-bottom: 1px solid rgba(255, 255, 255, 0.08); } .ys-footer__content .footer_phone { text-decoration: none; display: block; margin: 30px 0 19px 0; font-size: 30px; font-weight: 600; line-height: 36px; color: var(--ys-color-strong); } .ys-footer__content .footer_work_time, .ys-footer__content .footer_email { font-size: 14px; color: rgba(255, 255, 255, 0.7); } .ys-footer__content .footer-left__row { margin-bottom: 17px; } .ys-footer__content .left-part a { text-decoration: none; } .ys-footer__content .left-part .iconfont { display: inline-block; margin: 0 4px 0 0; position: relative; color: rgba(255, 255, 255, 0.7); font-size: 16px; } .ys-footer__content .left-part .icon-clock-fill { top: 1px; } .ys-footer__content .left-part .icon-email-fill { top: 2px; } .ys-footer__content .footer-logo { width: 172px; } .ys-footer__content .center-part { display: flex; padding: 6px 0 0 0; } .ys-footer__content .content-link { min-width: 90px; } .ys-footer__content .content-link + .content-link { margin: 0 0 0 80px; } .ys-footer__content .content-link span { font-size: 16px; color: var(--ys-color-white); font-weight: 600; } .ys-footer__content .children-link-wrap { list-style: none; padding-inline-start: 0; margin: 22px 0 0 0; } .ys-footer__content .children-link-wrap a { font-size: 14px; line-height: 17px; color: rgba(255, 255, 255, 0.7); text-decoration: none; } .ys-footer__content .children-link-wrap li + li { margin: 16px 0 0 0; } .ys-footer__content .children-link-wrap a:hover { color: var(--ys-color-strong); } .ys-footer__content .right-part { display: flex; /* gap: 12px; */ } .ys-footer__content .right-part .part-item:first-of-type{ margin-right: 12px; } .ys-footer__content .right-part .part-item { padding: 10px 12px 12px; text-align: center; font-size: 14px; background-color: var(--ys-color-white); height: fit-content; border-radius: 4px; border: 1px solid var(--ys-color-background-200); } .ys-footer__content .right-part img { width: 82px; height: 82px; } .ys-footer__content .right-part p { margin-bottom: 4px; } .ys-footer__friendly { padding: 16px var(--ys-page-padding); margin: 0 auto; } .ys-footer__friendly span { font-size: 14px; line-height: 32px; color: var(--ys-color-white); } .ys-footer__friendly ul { display: inline-flex; flex-wrap: wrap; list-style: none; padding-inline-start: 0; margin: 0; } .ys-footer__friendly a { padding: 4px 10px; position: relative; font-size: 14px; color: rgba(255, 255, 255, 0.7); text-decoration: none; } .ys-footer__friendly a:hover { color: var(--ys-color-strong); } .ys-footer__friendly li + li a:before { content: '|'; color: var(--ys-color-text-300); position: absolute; left: -2px; top: 4px; } .ys-footer__end { box-sizing: border-box; height: 40px; padding: 16px var(--ys-page-padding); display: flex; align-items: center; justify-content: space-between; background: #202228; } .ys-footer__end .end-link { font-size: 14px; color: var(--ys-color-background-050); } .ys-footer__end .end-link a { position: relative; text-decoration: none; color: var(--ys-color-background-050); margin-right: 10px; } .ys-footer__end .end-link a:not(:last-child)::after { content: ''; position: absolute; width: 2px; height: 15px; right: -9px; top: 0; bottom: 0; margin: auto; background-color: var(--ys-color-white); } .ys-footer__end .right-part { display: flex; align-items: center; /* gap: 10px; */ } .ys-footer__end .right-part img { max-width: 120px; } .ys-footer__end .copyright-wrap { margin-right: 10px; /* gap: 6px; */ font-size: 12px; color: #fff; opacity: 0.7; } .ys-footer__end .copyright-wrap a{ color: #fff; text-decoration: none; margin-bottom: 6px; }.ys-rightNav { position: fixed; right: 4px; bottom: 90px; text-align: center; z-index: 99; font-size: 14px; line-height: 16px; } .ys-rightNav .service { background-color: var(--ys-color-assist); padding: 12px; width: 56px; color: var(--ys-color-white); border-radius: 28px; box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1); cursor: pointer; } .ys-rightNav .service img { width: 32px; height: 32px; border-radius: 50%; margin-bottom: 6px; } .ys-rightNav .circle { position: relative; width: 60px; height: 60px; border: 1px solid var(--ys-color-background-100); background: var(--ys-color-primary); box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1); padding-top: 14px; cursor: pointer; display: block; text-decoration: none; color: var(--ys-color-white); } .ys-rightNav .circle + .circle { border-top: none; } .ys-rightNav .circle i { font-size: 24px; color: var(--ys-color-white); } .ys-rightNav .circle .text-cover { position: absolute; width: 60px; height: 60px; z-index: 2; background-color: var(--ys-color-assist); color: var(--ys-color-white); left: -1px; top: -1px; padding: 14px; transition: all .2s; transform-origin: center; transform: scale(0); } .ys-rightNav .circle:hover .text-cover, .ys-rightNav .circle:hover .code-cover { transform: scale(1); } .ys-rightNav .code-text { font-size: 12px; margin-top: 2px; } .ys-rightNav #backTop { display: none; /* padding: 19px 12px 12px; */ padding-top: 14px; } .ys-rightNav #backTop i { transform: rotate(-90deg); display: block; font-weight: 600; } .ys-rightNav .code-cover { position: absolute; border-radius: 4px; border: 1px solid var(--ys-color-background-100); background: linear-gradient(0deg, #FFF 0%, #FFF 100%), linear-gradient(180deg, #F5F5F5 0%, #FEFEFE 100%); box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10); right: 74px; top: 0; bottom: 0; width: 229px; height: fit-content; margin: auto; transition: all .2s; transform-origin: right; transform: scale(0); } .ys-rightNav .code-cover.narrow { width: auto; } .ys-rightNav .code-cover .code-item { display: flex; align-items: center; padding: 12px; border-bottom: 1px solid var(--ys-color-background-100); font-size: 12px; color: var(--ys-color-text-300); } .ys-rightNav .code-cover .code-item:last-child { border-bottom: 0; } .ys-rightNav .code-cover img { width: 82px; height: 82px; margin-right: 10px; } .ys-rightNav .code-cover .code-item i { font-size: 18px; color: var(--ys-color-success); margin-right: 4px; } .ys-rightNav .code-cover .code-item span { color: var(--ys-color-text-000); font-size: 14px; } .ys-rightNav .code-cover p { display: flex; align-items: center; justify-content: center; margin-top: 14px; } .ys-rightNav .code-cover .code-row { display: block; text-decoration: none; font-size: 14px; padding: 12px 20px; white-space: nowrap; color: var(--ys-color-text-000); } .ys-rightNav .code-row a { text-decoration: none; color: var(--ys-color-text-000); } .ys-rightNav .code-cover .code-row + .code-row { border-top: 1px solid var(--ys-color-text-700); } #newBridge .nb-icon-wrap { display: none; }