/* 快捷导航 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: 60%; 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, .ys-header__shenglan { 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__shenglan { width: 150px; } .ys-header__case .case-item, .ys-header__service .content-item, .ys-header__about .about-item, .ys-header__shenglan .shenglan-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), .ys-header__shenglan .shenglan-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, .ys-header__shenglan .shenglan-item:hover .shenglan-title { color: var(--ys-color-primary); } .ys-header__case .case-title, .ys-header__service .content-title, .ys-header__about .about-title, .ys-header__shenglan .shenglan-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: 660px; } } @media only screen and (max-width: 1280px) { .ys-header__nav { max-width: 60%; } .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)); } }.solution-detail--1 { background-color: var(--ys-color-background); color: var(--ys-color-text-000); padding-bottom: 80px; } .solution-detail--1 ul { padding: 0; margin: 0; list-style: none; } .solution-detail--1 a { text-decoration: none; } .solution-detail--1 .solution-banner { width: 100%; position: relative; } .solution-detail--1 .solution-banner .solution-banner__cover { width: 100%; height: auto; object-fit: cover; } .solution-detail--1 .solution-banner__info { position: absolute; top: 3vw; text-align: center; color: var(--ys-color-white); left: 50%; transform: translateX(-50%); z-index: 1; max-width: 520px; } .solution-detail--1 .solution-title { font-size: 40px; font-weight: 600; line-height: 50px; margin-bottom: 8px; } .solution-detail--1 .solution-desc { font-size: 16px; font-weight: 400; line-height: 24px; } .solution-detail--1 .solution-banner__tabs { position: absolute; left: var(--ys-page-padding); top: 50%; transform: translateY(-50%); font-size: 16px; font-weight: 400; color: var(--ys-color-white); z-index: 1; } .solution-detail--1 .solution-banner__tabs::before { content: ""; position: absolute; top: 15px; width: 1px; height: calc(100% - 24px); background-image: linear-gradient( 90deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100% ); } .solution-detail--1 .banner-tabs__item { position: relative; opacity: 0.6; border-radius: 2px; cursor: pointer; padding-left: 21px; } .solution-detail--1 .banner-tabs__item + .banner-tabs__item { margin-top: 26px; } .solution-detail--1 .banner-tabs__item::before { content: ""; position: absolute; left: -5px; top: 50%; transform: translateY(-50%); width: 10px; height: 10px; border-radius: 50%; border: 2px solid rgba(255, 255, 255, 0.7); background-color: #000; } .solution-detail--1 .banner-tabs__item.active { opacity: 1; font-weight: 600; } .solution-detail--1 .banner-tabs__item.active::before { border-color: var(--ys-color-white); background-color: var(--ys-color-white); } .solution-detail--1 .solution-banner__goods { position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%); display: flex; align-items: center; } .solution-detail--1 .banner-goods__item { text-align: center; margin: 0 5px; } .solution-detail--1 .banner-goods__cover { width: 94px; height: 94px; margin: auto; border-radius: 50%; object-fit: cover; border: 4px solid rgba(255, 255, 255, 0.3); margin-bottom: 4px; overflow: hidden; } .solution-detail--1 .banner-goods__cover img { width: 100%; height: 100%; object-fit: cover; } .solution-detail--1 .banner-goods__title { font-size: 14px; font-weight: 400; line-height: 20px; color: var(--ys-color-white); opacity: 0.6; } /* tabs start */ .solution-detail--1 .solution-tabs { background-color: #fff; box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.08); position: sticky; top: var(--ys-header-top); z-index: 1; } .solution-detail--1 .solution-tabs-box { width: var(--ys-content-width); margin: auto; } .solution-detail--1 .solution-tabs__list { display: flex; align-items: center; } .solution-detail--1 .solution-tabs__item a { display: block; color: var(--ys-color-text-000); padding: 17px 16px; font-size: 16px; line-height: 22px; font-weight: 400; cursor: pointer; } .solution-detail--1 .solution-tabs__item.active a { font-weight: 600; color: var(--ys-color-white); background-color: var(--ys-color-strong); } .solution-detail--1 .solution-tabs__item + .solution-tabs__item { margin-left: 50px; } /* 面包屑 start */ .solution-detail--1 .c-breadcrumb { width: var(--ys-content-width); margin: auto; padding: 30px 0 10px; } /* 解决方案内容 */ .solution-detail--1 .solution-content { width: var(--ys-content-width); margin: auto; } .solution-detail--1 .solution-content__item { padding-top: 40px; } .solution-detail--1 .solution-subtitle { font-size: 24px; font-weight: 600; line-height: 34px; margin-bottom: 16px; } .solution-detail--1 .solution-info { background-color: var(--ys-color-white); display: flex; padding: 36px; } .solution-detail--1 .solution-info__cover { width: 340px; height: 340px; overflow: hidden; } .solution-detail--1 .solution-info__cover img { width: 100%; height: 100%; object-fit: contain; } .solution-detail--1 .solution-info__detail { flex: 1; padding-left: 46px; } .solution-detail--1 .solution-info__desc { font-size: 18px; font-weight: 600; line-height: 26px; margin-bottom: 13px; } .solution-detail--1 .solution-info__list { font-size: 14px; font-weight: 400; line-height: 28px; color: var(--ys-color-text-100); } .solution-detail--1 .solution-info__button { background-color: var(--ys-color-strong); color: var(--ys-color-white); font-size: 14px; width: 132px; height: 40px; line-height: 100%; border: 1px solid var(--ys-color-strong); cursor: pointer; margin: 24px 0; } .solution-detail--1 .solution-info__button:hover { opacity: 0.9; } .solution-detail--1 .solution-info__item { min-height: 10px; } .solution-detail--1 .solution-info__goods { display: flex; flex-wrap: wrap; margin: 0 -24px; } .solution-detail--1 .info-goods__item { width: 185px; padding: 5px 5px 20px; margin: 12px; } .solution-detail--1 .info-goods__cover { width: 180px; height: 180px; overflow: hidden; background-image: url(/asset/img/index/product-bg.png); background-repeat: no-repeat; background-size: cover; } .solution-detail--1 .info-goods__cover img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: darken; } .solution-detail--1 .info-goods__item h4, .solution-detail--1 .info-goods__item p { padding: 0 5px; margin-top: 2px; max-width: 100%; word-break: break-all; } .solution-detail--1 .info-goods__item h4 { font-size: 14px; font-weight: 600; line-height: normal; color: var(--ys-color-text-000); margin-bottom: 6px; } .solution-detail--1 .info-goods__item p { font-size: 12px; font-weight: 400; line-height: normal; color: var(--ys-color-text-100); } .solution-detail--1 a[href=""], .solution-detail--1 .info-goods__item a[href=""] { pointer-events: none; } .solution-detail--1 .solution-knowledge { width: var(--ys-content-width); margin: auto; padding-top: 40px; } .solution-detail--1 .solution-knowledge__title { display: flex; align-items: center; justify-content: space-between; } .solution-detail--1 .solution-knowledge__title .solution-title { padding: 0; } .solution-detail--1 .solution-knowledge__more { text-decoration: none; color: var(--ys-color-text-100); font-size: 14px; line-height: 18px; display: inline-flex; align-items: center; } .solution-detail--1 .solution-knowledge__more:hover { color: var(--ys-color-primary); } .solution-detail--1 .solution-knowledge__more .iconfont { font-size: 18px; color: var(--ys-color-text-300); } .solution-detail--1 .solution-knowledge__list { padding: 0; list-style: none; } .solution-detail--1 .solution-knowledge__item { line-height: normal; height: 54px; background: #f5f5f5; } .solution-detail--1 .solution-knowledge__link { text-decoration: none; padding: 16px; display: flex; justify-content: space-between; max-width: 100%; font-size: 16px; color: var(--ys-color-text-000); } .solution-detail--1 .solution-knowledge__link .iconfont { font-size: 24px; color: var(--ys-color-text-300); } .solution-detail--1 .solution-knowledge__item:nth-of-type(odd) { background-color: var(--ys-color-background-100); } .solution-detail--1 .solution-knowledge__item:hover { background-color: var(--ys-color-assist); } .solution-detail--1 .solution-knowledge__item:hover .iconfont, .solution-detail--1 .solution-knowledge__item:hover a { color: var(--ys-color-white); } /* 关联产品 */ .related-product { width: var(--ys-content-width); margin: 40px auto 0; } .related-product__list { padding: 0; list-style: none; display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; overflow: hidden; } .related-product__item { overflow: hidden; } .product { --solution-product-size: 244px; display: block; text-decoration: none; width: var(--solution-product-size); } .product__img { height: var(--solution-product-size); background: radial-gradient( var(--ys-color-background), #f3f3f3 54%, var(--ys-color-background-100) ); border-radius: 4px; overflow: hidden; margin-bottom: 13px; } .product__img img { width: 100%; height: 100%; border-radius: 4px; } .product__title { font-size: 14px; color: var(--ys-color-text-100); line-height: normal; margin: 0; font-weight: 400; } .product__code:hover { color: var(--ys-color-primary); } .product__title.strong { /*color: var(--ys-color-assist);*/ } .product__code { color: var(--ys-color-text-000); margin-top: 13px; font-size: 16px; display: inline-block; max-width: 100%; font-weight: 400; } .product__desc { color: var(--ys-color-text-300); font-size: 14px; font-weight: 400; line-height: normal; margin: 0; } .solution-detail--1 .solution-subtitle { display: flex; align-items: center; justify-content: space-between; font-size: 24px; font-weight: 600; margin-bottom: 24px; color: var(--ys-color-text-000); } .solution-detail--1 .solution-subtitle__more { text-decoration: none; display: flex; align-items: center; color: var(--ys-color-text-100); font-size: 14px; font-weight: normal; } .solution-detail--1 .solution-subtitle__more:hover { color: var(--ys-color-primary); } .solution-detail--1 .solution-subtitle__more i { font-size: 18px; } @media only screen and (max-width: 1440px) { .solution-detail--1 .solution-info { padding: 26px; } .solution-detail--1 .solution-info__goods { margin: 0 -12px; } .solution-detail--1 .info-goods__item { width: 184px; margin: 6px; } } @media only screen and (max-width: 1280px) { .product { --solution-product-size: 172px; } }.solution-detail--2 { background-color: var(--ys-color-white); color: var(--ys-color-text-000); padding-bottom: 80px; } .solution-detail--2 ul { padding: 0; margin: 0; list-style: none; } .solution-detail--2 a { text-decoration: none; } /* 顶部 start */ .solution-detail--2 .solution-header { width: var(--ys-content-width); margin: 0 auto 40px; display: flex; justify-content: space-between; background-color: var(--ys-color-background); border-radius: 6px; color: var(--ys-color-white); position: relative; } .solution-detail--2 .solution-header__bg { width: 100%; min-height: 450px; object-fit: cover; } .solution-detail--2 .solution-header .solution-header__info { position: absolute; left: 60px; top: 50%; transform: translateY(-50%); width: 500px; min-height: 300px; padding: 25px; background-color: rgba(244, 74, 0, 0.8); border-radius: 6px; } .solution-detail--2 .solution-header .solution-title { font-size: 36px; margin-bottom: 20px; } .solution-detail--2 .solution-header .solution-header__subtitle { font-size: 16px; } .solution-detail--2 .solution-header .solution-server { font-size: 16px; padding: 0 14px; display: flex; align-items: center; justify-content: space-between; width: 140px; height: 48px; background-color: #fae1dc; color: #5f3e35; border-radius: 6px; margin: 50px 0 0; } .solution-detail--2 .solution-header .solution-server .iconfont { font-size: 18px; } /* 顶部 end */ /* tabs start */ .solution-detail--2 .solution-tabs { width: var(--ys-content-width); margin: auto; background-color: #fff; box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.08); position: sticky; top: var(--ys-header-top); z-index: 1; } .solution-detail--2 .solution-tabs-box { width: var(--ys-content-width); margin: auto; } .solution-detail--2 .solution-tabs__list { display: flex; align-items: center; } .solution-detail--2 .solution-tabs__item a { display: block; color: var(--ys-color-text-000); padding: 17px 16px; font-size: 16px; line-height: 22px; font-weight: 400; cursor: pointer; } .solution-detail--2 .solution-tabs__item.active a { font-weight: 600; color: var(--ys-color-white); background-color: var(--ys-color-strong); } .solution-detail--2 .solution-tabs__item + .solution-tabs__item { margin-left: 50px; } /* 面包屑 start */ .solution-detail--2 .c-breadcrumb { width: var(--ys-content-width); margin: auto; padding: 30px 0; } .solution-detail--2 .solution-solid { margin: 25px 0; border-bottom: 8px solid var(--ys-color-strong); opacity: 0.8; } /* 解决方案内容 */ .solution-detail--2 .solution-content { width: var(--ys-content-width); margin: auto; } .solution-detail--2 .solution-content__item { padding-top: 25px; } .solution-detail--2 .solution-content .solution-desc { background-color: var(--ys-color-white); padding: 20px 0; margin: 20px 0 0; white-space: pre-line; } .solution-detail--2 .solution-content .solution-subtitle { font-size: 24px; font-weight: 600; line-height: 34px; margin-bottom: 16px; justify-content: center; } .solution-detail--2 .solution-info { background-color: var(--ys-color-white); display: flex; padding: 36px 0; } .solution-detail--2 .solution-info__cover { width: 340px; height: 340px; overflow: hidden; } .solution-detail--2 .solution-info__cover img { width: 100%; height: 100%; object-fit: contain; } .solution-detail--2 .solution-info__detail { flex: 1; } .solution-detail--2 .solution-info__desc { font-size: 16px; line-height: 26px; margin-bottom: 70px; } .solution-detail--2 .solution-info__list { font-size: 14px; font-weight: 400; line-height: 28px; color: var(--ys-color-text-100); } .solution-detail--2 .solution-info__button, .solution-server { background-color: var(--ys-color-strong); color: var(--ys-color-white); font-size: 14px; width: 132px; height: 40px; line-height: 100%; border: 1px solid var(--ys-color-strong); cursor: pointer; margin: 24px 0; } .solution-detail--2 .solution-server:hover, .solution-detail--2 .solution-info__button:hover { opacity: 0.9; } .solution-detail--2 .solution-info__item { min-height: 10px; } .solution-detail--2 .solution-info__goods { margin: auto; display: flex; justify-content: center; flex-wrap: wrap; } .solution-detail--2 .info-goods__item { --ys-solution-detail-product-width: 220px; width: var(--ys-solution-detail-product-width); margin: 0 16px 24px; overflow: hidden; } .solution-detail--2 .info-goods__cover { width: var(--ys-solution-detail-product-width); height: var(--ys-solution-detail-product-width); overflow: hidden; background-image: url(/asset/img/index/product-bg.png); background-repeat: no-repeat; background-size: cover; } .solution-detail--2 .info-goods__cover img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: darken; } .solution-detail--2 .info-goods__item h4, .solution-detail--2 .info-goods__item p { margin-top: 2px; max-width: 100%; word-break: break-all; text-align: center; } .solution-detail--2 .info-goods__item h4 { font-size: 18px; font-weight: 600; line-height: 28px; margin-top: 10px; color: var(--ys-color-text-000); } .solution-detail--2 .info-goods__item p { font-size: 14px; font-weight: 400; color: var(--ys-color-text-100); line-height: normal; } .solution-detail--2 a[href=""], .solution-detail--2 .info-goods__item a[href=""] { pointer-events: none; } .solution-detail--2 .solution-knowledge { width: var(--ys-content-width); margin: auto; padding-top: 40px; } .solution-detail--2 .solution-knowledge__title { display: flex; align-items: center; justify-content: space-between; } .solution-detail--2 .solution-knowledge__title .solution-title { padding: 0; } .solution-detail--2 .solution-knowledge__more { text-decoration: none; color: var(--ys-color-text-100); font-size: 14px; line-height: 18px; display: inline-flex; align-items: center; } .solution-detail--2 .solution-knowledge__more:hover { color: var(--ys-color-primary); } .solution-detail--2 .solution-knowledge__more .iconfont { font-size: 18px; color: var(--ys-color-text-300); } .solution-detail--2 .solution-knowledge__list { padding: 0; list-style: none; } .solution-detail--2 .solution-knowledge__item { line-height: normal; height: 54px; background: #f5f5f5; } .solution-detail--2 .solution-knowledge__link { text-decoration: none; padding: 16px; display: flex; justify-content: space-between; max-width: 100%; font-size: 16px; color: var(--ys-color-text-000); } .solution-detail--2 .solution-knowledge__link .iconfont { font-size: 24px; color: var(--ys-color-text-300); } .solution-detail--2 .solution-knowledge__item:nth-of-type(odd) { background-color: var(--ys-color-background-100); } .solution-detail--2 .solution-knowledge__item:hover { background-color: var(--ys-color-assist); } .solution-detail--2 .solution-knowledge__item:hover .iconfont, .solution-detail--2 .solution-knowledge__item:hover a { color: var(--ys-color-white); } /* 关联产品 */ .related-product { width: var(--ys-content-width); margin: 40px auto 0; } .related-product__list { padding: 0; list-style: none; display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; overflow: hidden; } .related-product__item { overflow: hidden; } .product { --solution-product-size: 244px; display: block; text-decoration: none; width: var(--solution-product-size); } .product__img { height: var(--solution-product-size); background: radial-gradient( var(--ys-color-background), #f3f3f3 54%, var(--ys-color-background-100) ); border-radius: 4px; overflow: hidden; margin-bottom: 13px; } .product__img img { width: 100%; height: 100%; border-radius: 4px; } .product__title { font-size: 14px; color: var(--ys-color-text-100); line-height: normal; margin: 0; font-weight: 400; } .product__code:hover { color: var(--ys-color-primary); } .product__title.strong { /*color: var(--ys-color-assist);*/ } .product__code { color: var(--ys-color-text-000); margin-top: 13px; font-size: 16px; display: inline-block; max-width: 100%; font-weight: 400; } .product__desc { color: var(--ys-color-text-300); font-size: 14px; font-weight: 400; line-height: normal; margin: 0; } .solution-detail--2 .solution-subtitle { display: flex; align-items: center; justify-content: space-between; font-size: 24px; font-weight: 600; margin-bottom: 24px; color: var(--ys-color-text-000); } .solution-detail--2 .solution-subtitle__more { text-decoration: none; display: flex; align-items: center; color: var(--ys-color-text-100); font-size: 14px; font-weight: normal; } .solution-detail--2 .solution-subtitle__more:hover { color: var(--ys-color-primary); } .solution-detail--2 .solution-subtitle__more i { font-size: 18px; } /* 报价模块 start */ .solution-detail--2 ~ .apply-quote { margin-top: 40px; } /* 报价模块 end */ @media only screen and (max-width: 1440px) { .solution-detail--2 .solution-info { padding: 26px 0; } .solution-detail--2 .info-goods__item { --ys-solution-detail-product-width: 204px; margin: 10px; } } @media only screen and (max-width: 1280px) { .solution-detail--2 .info-goods__item { --ys-solution-detail-product-width: 172px; margin: 10px 8px; } .solution-detail--2 .info-goods__item h4 { font-size: 16px; } .product { --solution-product-size: 172px; } } .solution-detail--3 { background-color: var(--ys-color-white); color: var(--ys-color-text-000); padding-bottom: 80px; } .solution-detail--3 ul { padding: 0; margin: 0; list-style: none; } .solution-detail--3 a { text-decoration: none; } /* 顶部 start */ .solution-detail--3 .solution-headline { width: var(--ys-content-width); margin: auto; } .solution-detail--3 .solution-title { font-size: 40px; line-height: normal; } .solution-detail--3 .solution-headline__subtitle { font-size: 16px; font-weight: 400; color: var(--ys-color-text-100); margin: 6px 0 80px; } .solution-detail--3 .solution-header { width: var(--ys-content-width); margin: 0 auto 80px; display: flex; justify-content: space-between; display: flex; border-top: 1px solid var(--ys-color-background-200); } .solution-detail--3 .solution-header .solution-header__info { width: 45%; min-height: 300px; border-radius: 6px; padding-top: 25px; } .solution-detail--3 .solution-desc { white-space: pre-line; font-size: 18px; } .solution-detail--3 .solution-header .solution-header__cover { width: 50%; height: 400px; } .solution-detail--3 .solution-header .solution-header__cover img { width: 100%; height: 100%; object-fit: contain; } .solution-detail--3 .solution-header .solution-server { font-size: 16px; padding: 0 14px; display: flex; align-items: center; justify-content: space-between; width: 140px; height: 48px; margin: 50px 0 0; background-color: #113462; color: var(--ys-color-white); font-weight: 500; border: none; } .solution-detail--3 .solution-header .solution-server .iconfont { font-size: 22px; } /* 顶部 end */ /* tabs start */ .solution-detail--3 .solution-tabs { width: var(--ys-content-width); margin: auto; background-color: #fff; box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.08); position: sticky; top: var(--ys-header-top); z-index: 1; } .solution-detail--3 .solution-tabs-box { width: var(--ys-content-width); margin: auto; } .solution-detail--3 .solution-tabs__list { display: flex; align-items: center; } .solution-detail--3 .solution-tabs__item a { display: block; color: var(--ys-color-text-000); padding: 17px 16px; font-size: 16px; line-height: 22px; font-weight: 400; cursor: pointer; } .solution-detail--3 .solution-tabs__item.active a { font-weight: 600; color: var(--ys-color-white); background-color: var(--ys-color-strong); } .solution-detail--3 .solution-tabs__item + .solution-tabs__item { margin-left: 50px; } /* 面包屑 start */ .solution-detail--3 .c-breadcrumb { width: var(--ys-content-width); margin: auto; padding: 30px 0; } .solution-detail--3 .solution-solid { margin: 25px 0; border-bottom: 8px solid var(--ys-color-strong); opacity: 0.8; } /* 解决方案内容 */ .solution-detail--3 .solution-content { width: var(--ys-content-width); margin: auto; padding-top: 40px; } .solution-detail--3 .solution-content__item { padding-top: 25px; } .solution-detail--3 .solution-content .solution-subtitle { font-size: 24px; font-weight: 600; line-height: 34px; padding-bottom: 16px; margin-bottom: 0; color: #113462; border-bottom: 1px solid #113462; } .solution-detail--3 .solution-info { background-color: var(--ys-color-white); display: flex; padding: 36px 0; } .solution-detail--3 .solution-info__cover { width: 340px; height: 340px; overflow: hidden; } .solution-detail--3 .solution-info__cover img { width: 100%; height: 100%; object-fit: contain; } .solution-detail--3 .solution-info__detail { flex: 1; } .solution-detail--3 .solution-info__desc { font-size: 16px; line-height: 26px; margin-bottom: 60px; white-space: pre-line; } .solution-detail--3 .solution-info__list { font-size: 14px; font-weight: 400; line-height: 28px; color: var(--ys-color-text-100); } .solution-detail--3 .solution-info__button, .solution-server { background-color: var(--ys-color-strong); color: var(--ys-color-white); font-size: 14px; width: 132px; height: 40px; line-height: 100%; border: 1px solid var(--ys-color-strong); cursor: pointer; margin: 24px 0; } .solution-detail--3 .solution-server:hover, .solution-detail--3 .solution-info__button:hover { opacity: 0.8; } .solution-detail--3 .solution-info__item { min-height: 10px; } .solution-detail--3 .solution-info__goods { margin: auto; display: flex; flex-wrap: wrap; } .solution-detail--3 .info-goods__item { width: 290px; margin: 0 15px 30px; overflow: hidden; } .solution-detail--3 .info-goods__cover { width: 290px; height: 290px; overflow: hidden; background-image: url(/asset/img/index/product-bg.png); background-repeat: no-repeat; background-size: cover; } .solution-detail--3 .info-goods__cover img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: darken; } .solution-detail--3 .info-goods__box { padding: 24px 30px; background: linear-gradient(180deg, #ffffff 3%, #f3f5f8 78%); border-top: 1px solid var(--ys-color-background-200); } .solution-detail--3 .info-goods__item h4, .solution-detail--3 .info-goods__item p { margin-top: 2px; max-width: 100%; word-break: break-all; } .solution-detail--3 .info-goods__item h4 { font-size: 18px; font-weight: 600; line-height: 28px; color: var(--ys-color-text-000); } .solution-detail--3 .info-goods__item p { font-size: 14px; font-weight: 400; color: var(--ys-color-text-100); line-height: normal; } .solution-detail--3 a[href=""], .solution-detail--3 .info-goods__item a[href=""] { pointer-events: none; } .solution-detail--3 .solution-knowledge { width: var(--ys-content-width); margin: auto; padding-top: 40px; } .solution-detail--3 .solution-knowledge__title { display: flex; align-items: center; justify-content: space-between; } .solution-detail--3 .solution-knowledge__title .solution-title { padding: 0; } .solution-detail--3 .solution-knowledge__more { text-decoration: none; color: var(--ys-color-text-100); font-size: 14px; line-height: 18px; display: inline-flex; align-items: center; } .solution-detail--3 .solution-knowledge__more:hover { color: var(--ys-color-primary); } .solution-detail--3 .solution-knowledge__more .iconfont { font-size: 18px; color: var(--ys-color-text-300); } .solution-detail--3 .solution-knowledge__list { padding: 0; list-style: none; } .solution-detail--3 .solution-knowledge__item { line-height: normal; height: 54px; background: #f5f5f5; } .solution-detail--3 .solution-knowledge__link { text-decoration: none; padding: 16px; display: flex; justify-content: space-between; max-width: 100%; font-size: 16px; color: var(--ys-color-text-000); } .solution-detail--3 .solution-knowledge__link .iconfont { font-size: 24px; color: var(--ys-color-text-300); } .solution-detail--3 .solution-knowledge__item:nth-of-type(odd) { background-color: var(--ys-color-background-100); } .solution-detail--3 .solution-knowledge__item:hover { background-color: var(--ys-color-assist); } .solution-detail--3 .solution-knowledge__item:hover .iconfont, .solution-detail--3 .solution-knowledge__item:hover a { color: var(--ys-color-white); } /* 关联产品 */ .related-product { width: var(--ys-content-width); margin: 40px auto 0; } .related-product__list { padding: 0; list-style: none; display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; overflow: hidden; } .related-product__item { overflow: hidden; } .product { --solution-product-size: 244px; display: block; text-decoration: none; width: var(--solution-product-size); } .product__img { height: var(--solution-product-size); background: radial-gradient( var(--ys-color-background), #f3f3f3 54%, var(--ys-color-background-100) ); border-radius: 4px; overflow: hidden; } .product__img img { width: 100%; height: 100%; border-radius: 4px; } .product__title { font-size: 14px; color: var(--ys-color-text-100); line-height: normal; margin: 0; font-weight: 400; } .product__code:hover { color: var(--ys-color-primary); } .product__title.strong { /*color: var(--ys-color-assist);*/ } .product__code { color: var(--ys-color-text-000); margin-top: 13px; font-size: 16px; display: inline-block; max-width: 100%; font-weight: 400; } .product__desc { color: var(--ys-color-text-300); font-size: 14px; font-weight: 400; line-height: normal; margin: 0; } .solution-detail--3 .solution-subtitle { display: flex; align-items: center; justify-content: space-between; font-size: 24px; font-weight: 600; margin-bottom: 24px; color: var(--ys-color-text-000); } .solution-detail--3 .solution-subtitle__more { text-decoration: none; display: flex; align-items: center; color: var(--ys-color-text-100); font-size: 14px; font-weight: normal; } .solution-detail--3 .solution-subtitle__more:hover { color: var(--ys-color-primary); } .solution-detail--3 .solution-subtitle__more i { font-size: 18px; } /* 报价模块 start */ .solution-detail--3 ~ .apply-quote { margin-top: 40px; } /* 报价模块 end */ @media only screen and (max-width: 1440px) { .solution-detail--3 .solution-info { padding: 26px 0; } .solution-detail--3 .info-goods__item { width: 280px; margin: 0 10px 20px; } .solution-detail--3 .info-goods__cover { width: 280px; height: 280px; } .solution-detail--3 .info-goods__box { padding: 24px 26px; } } @media only screen and (max-width: 1280px) { .solution-detail--3 .info-goods__item { width: 220px; margin: 0 6px 12px; } .solution-detail--3 .info-goods__cover { width: 220px; height: 220px; } .solution-detail--3 .info-goods__box { padding: 20px 22px; } .product { --solution-product-size: 172px; } } .solution-detail--4 { background-color: var(--ys-color-background); padding-bottom: 1px; } .solution-detail--4 .solution-subtitle { display: flex; align-items: center; justify-content: space-between; font-size: 24px; font-weight: 600; margin-bottom: 24px; color: var(--ys-color-text-000); } .solution-detail--4 .c-breadcrumb { width: var(--ys-content-width); margin: auto; padding: 30px 0; } .solution-detail--4 .solution-detail__box { width: var(--ys-content-width); margin: auto; } /* banner start */ .solution-detail--4 .solution__banner { position: relative; /* background-image: url("/asset/img/solution/banner_3.png"); background-repeat: no-repeat; background-size: cover; background-position: center top; */ height: 280px; color: #ffffff; } .solution-detail--4 .solution__banner > img { width: 100%; height: 100%; object-fit: cover; object-position: center top; } .solution-detail--4 .solution__banner > div { position: absolute; width: 100%; height: 100%; top: 0; bottom: 0; left: 0; right: 0; display: flex; align-items: center; justify-content: center; flex-direction: column; } .solution-detail--4 .solution__title { font-size: 40px; font-weight: 500; margin: 0 0 8px; } .solution-detail--4 .solution__desc { font-size: 16px; line-height: 2; color: rgba(255, 255, 255, 0.9); padding: 0 var(--ys-page-padding); } /* banner end */ /* 侧边栏 start */ .solution-detail--4 .solution-aside { width: 287px; float: left; } .solution-detail--4 .solution-aside__list { list-style: none; padding: 0; margin: 0; background-color: var(--ys-color-white); } .solution-detail--4 .solution-aside__item { display: block; text-decoration: none; color: var(--ys-color-text-000); padding: 16px 25px; border-bottom: 1px solid var(--ys-color-background-100); display: flex; align-items: center; justify-content: space-between; border-left: 2px solid transparent; } .solution-detail--4 .solution-aside__item.active { color: var(--ys-color-primary); border-left-color: var(--ys-color-primary); } .solution-detail--4 .solution-aside__item:hover, .solution-detail--4 .solution-aside__item:hover .iconfont { color: var(--ys-color-primary); } .solution-detail--4 .solution-aside__item .iconfont { font-size: 18px; font-weight: 600; color: var(--ys-color-text-300); } /* 侧边栏 end */ /* 文章 start */ .solution-detail--4 .solution-content { width: calc(100% - 320px); margin-left: auto; } .solution-detail--4 .solution-content section { margin-bottom: 80px; } /* 图片集 start */ .solution-detail--4 .solution-pics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .solution-detail--4 .solution-pics__item { position: relative; height: 0; padding-bottom: 100%; border: 1px dashed var(--ys-color-background-100); } .solution-detail--4 .solution-pics__item img { position: absolute; width: 100%; height: 100%; object-fit: cover; } /* 图片集 end */ /* 基本信息 start */ .solution-detail--4 .solution-title { font-size: 40px; font-weight: 600; line-height: 42px; margin-bottom: 30px; } .solution-detail--4 .solution-desc { font-size: 16px; line-height: 32px; color: var(--ys-color-text-100); white-space: pre-line; } /* 基本信息 end */ /* 关联产品 start */ .solution-detail--4 .solution-relation__box { width: 100%; overflow: hidden; } .solution-detail--4 .solution-relation__list { list-style-type: none; display: flex; margin: 0; padding: 0; } .solution-detail--4 .solution-relation__item { text-decoration: none; } .solution-detail--4 .solution-relation__img { position: relative; height: 0; padding-bottom: 100%; background-image: url(/asset/img/index/product-bg.png); background-repeat: no-repeat; } .solution-detail--4 .solution-relation__img img { position: absolute; width: 100%; height: 100%; object-fit: contain; mix-blend-mode: darken; } .solution-detail--4 .solution-relation__title { font-size: 18px; font-weight: 600; line-height: 28px; color: var(--ys-color-text-000); text-align: center; margin-top: 12px; } .solution-detail--4 .solution-relation__title:hover { color: var(--ys-color-primary); } .solution-detail--4 .solution-relation__arrow { display: flex; justify-content: center; margin-top: 36px; padding-bottom: 8px; } .solution-detail--4 .solution-relation__arrow .arrow-item { width: 48px; height: 48px; border-radius: 50%; margin: 0 8px; color: var(--ys-color-text-000); cursor: pointer; text-align: center; line-height: 48px; box-shadow: 0px 0px 13.51px 0px #0000001A; } .solution-detail--4 .solution-relation__arrow .arrow-item:hover { border-color: var(--ys-color-strong); background-color: var(--ys-color-strong); color: var(--ys-color-white); } .solution-detail--4 .solution-relation__arrow .arrow-item i { font-size: 22px; display: block; } .solution-detail--4 .solution-relation__arrow .arrow-item:first-child i { transform: rotate(180deg); } /* 关联产品 end */ /* 知识分享 start */ .solution-detail--4 .solution-knowledge { margin: auto; } .solution-detail--4 .solution-knowledge__title { display: flex; align-items: center; justify-content: space-between; } .solution-detail--4 .solution-knowledge__title .solution-title { padding: 0; } .solution-detail--4 .solution-knowledge__more { text-decoration: none; color: var(--ys-color-text-100); font-size: 14px; line-height: 18px; display: inline-flex; align-items: center; } .solution-detail--4 .solution-knowledge__more:hover { color: var(--ys-color-primary); } .solution-detail--4 .solution-knowledge__more .iconfont { font-size: 18px; color: var(--ys-color-text-300); } .solution-detail--4 .solution-knowledge__list { padding: 0; list-style: none; } .solution-detail--4 .solution-knowledge__item { line-height: normal; height: 54px; background: #f5f5f5; } .solution-detail--4 .solution-knowledge__link { text-decoration: none; padding: 16px; display: flex; justify-content: space-between; max-width: 100%; font-size: 16px; color: var(--ys-color-text-000); } .solution-detail--4 .solution-knowledge__link .iconfont { font-size: 24px; color: var(--ys-color-text-300); } .solution-detail--4 .solution-knowledge__item:nth-of-type(odd) { background-color: var(--ys-color-background-100); } .solution-detail--4 .solution-knowledge__item:hover { background-color: var(--ys-color-assist); } .solution-detail--4 .solution-knowledge__item:hover .iconfont, .solution-detail--4 .solution-knowledge__item:hover a { color: var(--ys-color-white); } /* 知识分享 end */ /* 文章 end */ @media only screen and (max-width: 1280px) { .solution-detail--4 .solution-content { width: calc(100% - 308px); } .solution-detail--4 .solution-aside { width: 275px; } .solution-detail--4 .solution-aside__item { padding: 14px 18px; } .solution-detail--4 .solution-pics { gap: 5px; } .solution-detail--4 .solution-content section { margin-bottom: 60px; } .solution-detail--4 .solution-title { font-size: 36px; } }.solution-detail--5 { background-color: var(--ys-color-white); padding-bottom: 1px; overflow-x: hidden; /* 隐藏横向滚动条 */ /* 与 banner cover/custom 对齐用的左右内边距(默认大屏用固定像素) */ --solution5-padding-x: 285px; } /* 各模块通用标题 */ .solution-detail--5 .solution-subtitle { display: flex; align-items: center; justify-content: space-between; font-size: 24px; font-weight: 600; margin-bottom: 24px; color: var(--ys-color-text-000); } /* 各模块通用英文标题 */ .solution-detail--5 .solution-subtitle-en { font-family: -apple-system, BlinkMacSystemFont, 'Source Han Sans SC', 'PingFang SC', 'Microsoft YaHei', 'Segoe UI', sans-serif; display: flex; align-items: center; font-size: 26px; font-weight: 200; } .solution-detail--5 .solution-subtitle-en span { display: flex; align-items: center; font-weight: 500; font-size:26px; padding-bottom: 1px; /* 加1px才与后面字母齐平 */ /* letter-spacing: 0.16em; */ /* 字母间距 */ } /* 面包屑与内容宽度 */ .solution-detail--5 .c-breadcrumb { width: var(--ys-content-width); margin: auto; padding: 30px 0; } /* 横幅下的所有模块宽度(与 banner cover/custom 左右对齐) */ .solution-detail--5 .solution-detail__box { width: 100%; max-width: 1920px; margin: 0 auto; box-sizing: border-box; padding-left: var(--solution5-padding-x); padding-right: var(--solution5-padding-x); } /* banner start */ .solution-detail--5 .solution__banner { position: relative; height: 734px; color: #ffffff; background-color: #02071b; overflow: hidden; } .solution-detail--5 .solution__banner > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; } /* 1920 以内不做 transform 缩放,交给 vw 比例控制 */ .solution-detail--5 .solution__banner-inner { position: relative; width: 100%; max-width: 1920px; height: 100%; margin: 0 auto; padding: 0; z-index: 1; transform: none; } .solution-detail--5 .solution__banner-layout { position: relative; width: 100%; height: 100%; } /* cover 图片区域:1002×534px,左边距285px,上下边距100px(原始1920基准) */ .solution-detail--5 .solution__banner-cover { position: absolute; left: 285px; top: 100px; width: 1002px; height: 534px; overflow: hidden; background-color: var(--ys-color-white); } .solution-detail--5 .solution__banner-cover img { width: 100%; height: 100%; object-fit: cover; } /* 右侧两个卡片容器(以1920基准) */ .solution-detail--5 .solution-custom { position: absolute; left: 1317px; /* 285 + 1002 + 30 */ top: 100px; width: 319px; height: 534px; /* 252 + 30 + 252 */ display: flex; flex-direction: column; gap: 30px; } .solution-detail--5 .solution-custom__block { width: 319px; height: 252px; padding: 14px 22px; box-sizing: border-box; border-radius: 0 16px 0 0; background: linear-gradient(135deg, #fefefe 0%, #e0f2fe 100%); box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25); display: flex; flex-direction: column; } /* 标题整体:图标 + 文本 + 右侧实线 */ .solution-custom__title { display: flex; align-items: center; /* 图标与文字始终居中齐平 */ gap: 8px; } .solution-custom__title-text { font-size: 16px; /* font-weight: 600; */ color: #949599; overflow: hidden; -webkit-line-clamp: 1; display: -webkit-box; -webkit-box-orient: vertical; } .solution-custom__title .title-left { display: flex; align-items: center; /* 图标与标题绝对齐平 */ gap: 8px; } .solution-custom__title-line { flex: 1; height: 1px; background: #949599; margin-bottom: -14px; /* 横线位置 */ } .solution-detail--5 .solution-custom__title-icon { width: 16px; height: 16px; object-fit: contain; } .solution-detail--5 .solution-custom__remark { font-size: 14px; margin-top: auto; margin-bottom: 0; color: var(--ys-color-text-300); overflow: hidden; -webkit-line-clamp: 2; display: -webkit-box; -webkit-box-orient: vertical; } .solution-detail--5 .solution-custom__desc { font-size: 18px; line-height: 24px; font-weight: 600; color: var(--ys-color-text-000); text-decoration: none; margin-top: 18px; overflow: hidden; -webkit-line-clamp: 3; display: -webkit-box; -webkit-box-orient: vertical; } .solution-detail--5 .solution-custom__link:hover { text-decoration: underline; color: var(--ys-color-info); } /* 1920 以下用统一 vw 比例缩放 */ @media (max-width: 1920px) { .solution-detail--5 { --solution5-padding-x: calc(285 / 1920 * 100vw); } .solution-detail--5 .solution__banner { height: calc(734 / 1920 * 100vw); } .solution-detail--5 .solution__banner-cover { left: calc(285 / 1920 * 100vw); top: calc(100 / 1920 * 100vw); width: calc(1002 / 1920 * 100vw); height: calc(534 / 1920 * 100vw); } .solution-detail--5 .solution-custom { left: calc((285 + 1002 + 30) / 1920 * 100vw); /* left不再是auto,计算后则使得custom块与cover块之间距离一致 */ right: calc(285 / 1920 * 100vw); top: calc(100 / 1920 * 100vw); width: calc(319 / 1920 * 100vw); height: calc(534 / 1920 * 100vw); /* 容器高度也缩放 */ gap: calc(30 / 1920 * 100vw); } .solution-detail--5 .solution-custom__block { width: calc(319 / 1920 * 100vw); height: calc(252 / 1920 * 100vw); } } /* banner end */ /* 横幅图纸与应用模块 end */ /* 文章 start */ .solution-detail--5 .solution-content { width: 100%; } .solution-detail--5 .solution-content section { margin-bottom: 80px; } /* 基本信息 start */ .solution-detail--5 .solution-info { width: 100%; max-width: 1920px; margin: 60px auto 60px; box-sizing: border-box; } .solution-detail--5 .solution-info__layout { display: flex; gap: 0; align-items: flex-start; justify-content: space-between; margin: 130px 0; width: calc(100% + 8px); } .solution-detail--5 .solution-info__left { flex: 1; padding-right: 60px; } .solution-detail--5 .solution-info__divider { width: 2px; align-self: stretch; background: linear-gradient( to bottom, transparent 0%, var(--ys-color-text-300) 30%, var(--ys-color-text-100) 50%, var(--ys-color-text-300) 70%, transparent 100% ); } .solution-detail--5 .solution-info__right { flex: 1; padding-left: 60px; } .solution-detail--5 .solution-title-en { font-family: -apple-system, BlinkMacSystemFont,'Source Han Sans SC', 'PingFang SC', 'Microsoft YaHei', 'Segoe UI', sans-serif; font-size: 26px; line-height: 28px; color: var(--ys-color-strong); margin-bottom: 12px; } .solution-detail--5 .solution-title { font-family: -apple-system, BlinkMacSystemFont,'Source Han Sans SC', 'PingFang SC', 'Microsoft YaHei', 'Segoe UI', sans-serif; font-size: 40px; font-weight: 600; line-height: 1.2; margin-bottom: 36px; } .solution-detail--5 .solution-desc { /* 移除 max-width 限制,让右侧与 banner solution-custom 对齐 */ font-size: 16px; line-height: 30px; color: var(--ys-color-text-100); white-space: pre-line; } .solution-detail--5 .solution-info__actions { margin-top: 24px; } .solution-detail--5 .solution-contact__btn { position: relative; padding: 10px 40px 10px 32px; /* 右侧留出空间放箭头 */ font-size: 14px; color: #f8f9fa; background-color: #123462; } /* 右箭头伪元素(白色箭头) */ .solution-detail--5 .solution-contact__btn::after { content: ""; position: absolute; right: 24px; /* 箭头与右边框的距离*/ top: 50%; /* top和translateY都可以控制箭头上下 */ transform: translateY(-35%) rotate(-45deg); width: 10px; /* width和height构成箭头两端的长度*/ height: 10px; border-right: 2px solid #ffffff; border-bottom: 2px solid #ffffff; } button.solution-contact__btn.service-button:hover { cursor: pointer; opacity: 0.8; } /* 基本信息 end */ /* 行业地位与技术优势 start */ .solution-detail--5 .solution-advantage { width: 100vw; /* 让 section 拉满视口宽度 */ margin-left: calc(50% - 50vw); /* 从中线向左右各扩展一半屏幕宽 */ margin-right: calc(50% - 50vw); padding: 68px 0 68px; background-color: var(--ys-color-background-060); /* box-sizing: border-box; */ /* 宽度包含 padding */ } .solution-detail--5 .solution-advantage__header { text-align: center; } .solution-detail--5 .solution-advantage__list { list-style: none; padding: 0; margin: 32px 0 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px 25px; } .solution-detail--5 .solution-advantage__header, .solution-detail--5 .solution-advantage__list { width: 100%; max-width: 1920px; margin-left: auto; margin-right: auto; box-sizing: border-box; padding-left: var(--solution5-padding-x); padding-right: var(--solution5-padding-x); } .solution-detail--5 .solution-advantage__item { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; background-color: var(--ys-color-white); border-radius: 16px; padding: 16px 22px; box-sizing: border-box; aspect-ratio: 284 / 165; } .solution-detail--5 .solution-advantage__img { width: 56px; height: 56px; margin-bottom: 12px; } .solution-detail--5 .solution-advantage__img img { width: 100%; height: 100%; object-fit: contain; } .solution-detail--5 .solution-advantage__title { font-size: 16px; font-weight: 600; line-height: 22px; margin: 0 0 6px; color: var(--ys-color-text-000); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; } /* 行业地位与技术优势 end */ /* 典型应用场景(图标卡片) start */ .solution-detail--5 .solution-scene { margin-top: 80px; } .solution-detail--5 .solution-scene__header { text-align: center; } .solution-detail--5 .solution-scene__list { list-style: none; padding: 0; margin: 24px 0 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; } .solution-detail--5 .solution-scene__item { border-radius: 12px; background-color: var(--ys-color-white); overflow: hidden; box-shadow: 0 6px 16px rgba(15, 23, 42, 0.06); display: flex; flex-direction: column; } .solution-detail--5 .solution-scene__title { margin: 0; padding: 14px 44px; font-size: 18px; font-weight: 600; text-align: start; color: var(--ys-color-white); background-color: #123462; } .solution-detail--5 .solution-scene__goods { list-style: none; padding: 16px 40px 20px; margin: 0; display: flex; flex-direction: column; gap: 12px; } .solution-detail--5 .solution-scene__goods-item a { display: flex; align-items: center; text-decoration: none; color: var(--ys-color-text-000); } .solution-detail--5 .solution-scene__goods-icon { width: 24px; height: 24px; margin-right: 10px; border-radius: 6px; overflow: hidden; /* background-color: var(--ys-color-background-100); */ display: flex; align-items: center; justify-content: center; } .solution-detail--5 .solution-scene__goods-icon img { width: 100%; height: 100%; object-fit: contain; } .solution-detail--5 .solution-scene__goods-text { font-size: 14px; } /* 典型应用场景 end */ /* 关联产品 start */ .solution-detail--5 .solution-relation__header { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 24px; } .solution-detail--5 .solution-relation__header .solution-subtitle { margin-bottom: 0; } .solution-detail--5 .solution-relation__more { color: var(--ys-color-text-100); font-size: 14px; display: inline-flex; align-items: center; text-decoration: none; } .solution-detail--5 .solution-relation__more-text { text-decoration: none; } .solution-detail--5 .solution-relation__more-text:hover { text-decoration: underline; color: var(--ys-color-info); } .solution-detail--5 .solution-relation__more .iconfont { font-size: 18px; margin-left: 4px; } .solution-detail--5 .solution-relation__main { position: relative;/* 新增:包住轮播和左右箭头的容器 */ padding: 0; } .solution-detail--5 .solution-relation__box { width: 100%; overflow: hidden;/* position: relative; 去掉这句不再需要相对定位,让箭头相对 .solution-relation__main 来定位 */ box-sizing: border-box; } .solution-detail--5 .solution-relation__list { list-style-type: none; display: flex; margin: 0; padding: 0; } .solution-detail--5 .solution-relation__item { display: flex; flex-direction: column; text-decoration: none; background-color: var(--ys-color-white); overflow: hidden; box-shadow: 0 6px 16px rgba(15, 23, 42, 0.06); } .solution-detail--5 .solution-relation__img { position: relative; height: 0; padding-bottom: 80%; background-image: url(/asset/img/index/product-bg.png); background-repeat: no-repeat; background-size: cover; } .solution-detail--5 .solution-relation__img img { position: absolute; width: 100%; height: 100%; object-fit: contain; mix-blend-mode: darken; aspect-ratio: 1/1; } .solution-detail--5 .solution-relation__title { margin: 0; padding: 20px 8px; font-size: 16px; font-weight: 600; line-height: 24px; text-align: center; color: #ffffff; background-color: #123462; } .solution-detail--5 .solution-relation__title:hover { background-color: var(--ys-color-strong, #DA3728); /*var函数,如果前面的值无效,则使用后面的值*/ } .solution-detail--5 .solution-relation__arrow { position: absolute; top: 50%; left: 100px; right: 100px; transform: translateY(-50%); display: flex; justify-content: space-between; align-items: center; z-index: 2; pointer-events: none; /* 容器不拦截事件 */ } .solution-detail--5 .solution-relation__arrow .arrow-item { pointer-events: auto; /* 按钮本身可点击 */ width: 48px; height: 48px; border-radius: 50%; background-color: #ffffff; border: 1px solid transparent; color: var(--ys-color-text-000); cursor: pointer; display: flex; align-items: center; justify-content: center; box-shadow: 0 0 13.51px 0 #0000001A; } .solution-detail--5 .solution-relation__arrow .arrow-item:hover { border-color: var(--ys-color-strong); background-color: var(--ys-color-strong); color: var(--ys-color-white); } .solution-detail--5 .solution-relation__arrow .arrow-item i { font-size: 22px; } .solution-detail--5 .solution-relation__arrow .arrow-item:first-child i { transform: rotate(180deg); } .solution-detail--5 .solution-relation__pagination { position: static !important; /* 覆盖 swiper 的 absolute */ left: auto !important; right: auto !important; top: auto !important; bottom: auto !important; transform: none !important; width: 100%; display: flex !important; justify-content: center !important; align-items: center; margin-top: 36px; padding-bottom: 8px; } .solution-detail--5 .solution-relation__pagination .swiper-pagination-bullet { width: 40px; height: 4px; border-radius: 999px; margin: 0 4px; background-color: #d9e2f2; opacity: 1; } .solution-detail--5 .solution-relation__pagination .swiper-pagination-bullet-active { background-color: #123462; } /* 关联产品整条横带背景 */ .solution-detail--5 .solution-relation { /* 让 section 拉满视口宽度 */ width: 100vw; margin-left: calc(50% - 50vw); /* 从中线向左右各扩展一半屏幕宽 */ margin-right: calc(50% - 50vw); padding: 60px 0 40px; background-color: #eaf1f9; } .solution-detail--5 .solution-relation__header, .solution-detail--5 .solution-relation__main, .solution-detail--5 .solution-relation__pagination { width: 100%; max-width: 1920px; margin-left: auto; margin-right: auto; box-sizing: border-box; padding-left: var(--solution5-padding-x); padding-right: var(--solution5-padding-x); } /* 关联产品 end */ /* 文章 end */ /* 响应式 */ @media only screen and (max-width: 1440px) { .solution-detail--5 .solution-info { padding: 0px 0; } .solution-detail--5 .solution-info__layout { gap: 0px; width: calc(100% + 17px); } .solution-detail--5 .solution-info__right { padding-left: 44px; } .solution-detail--5 .solution-advantage { padding: 60px 0; } .solution-detail--5 .solution-advantage__list { gap: 20px 20px; } .solution-detail--5 .solution-scene__list { gap: 20px; } .solution-detail--5 .solution-relation__arrow { left: 86px; right: 86px; } } @media only screen and (max-width: 1340px) { .solution-detail--5 .solution-custom__desc { line-height: 18px; } .solution-detail--5 .solution-info__layout { gap: 0px; width: calc(100% + 24px); } .solution-detail--5 .solution-title { font-size: 36px; margin-bottom: 60px; } } @media only screen and (max-width: 1280px) { .solution-detail--5 .solution-content { width: 100%; } .solution-detail--5 .solution-pics { gap: 5px; } .solution-detail--5 .solution-content section { margin-bottom: 60px; } .solution-detail--5 .solution-title { font-size: 36px; margin-bottom: 60px; } .solution-detail--5 .solution-info__layout { gap: 0px; } .solution-detail--5 .solution-info__right { padding-left: 40px; } .solution-detail--5 .solution-advantage { padding: 50px 0; } .solution-detail--5 .solution-advantage__list { gap: 16px 16px; } .solution-detail--5 .solution-scene__list { gap: 16px; } .solution-detail--5 .solution-relation__arrow .arrow-item { width: 42px; height: 42px; } .solution-detail--5 .solution-relation__arrow .arrow-item i { font-size: 20px; } } @media only screen and (max-width: 1200px) { .solution-detail--5 .solution-custom__title-text{ font-size:12px; } .solution-detail--5 .solution-custom__title-icon { width: 12px; height: 12px; } .solution-detail--5 .solution-custom__desc { font-size: 14px; margin-top: 10px; line-height: 18px; } .solution-detail--5 .solution-custom__remark { font-size: 10px; } .solution-detail--5 .solution-info__layout { gap: 30px; margin: 80px 0; width: calc(100% + 17px); } .solution-detail--5 .solution-info__right { flex: 1; padding-left: 26px; } .solution-detail--5 .solution-title { font-size: 26px; margin-bottom: 70px; } .solution-detail--5 .solution-title-en { font-size: 20px; line-height: 20px; color: var(--ys-color-strong); margin-bottom: 12px; } .solution-detail--5 .solution-desc { font-size: 14px; } .solution-detail--5 .solution-info__right { flex: 1; padding-left: 20px; } .solution-detail--5 .solution-advantage { width: 100vw; padding: 56px 0; } .solution-detail--5 .solution-advantage__list { gap: 10px 10px; } .solution-detail--5 .solution-advantage__item { padding: 12px 20px; } .solution-detail--5 .solution-advantage__img { width: 52px; height: 52px; margin-bottom: 10px; } .solution-detail--5 .solution-advantage__title { font-size: 15px; line-height: 20px; } .solution-detail--5 .solution-scene__list { gap: 16px; width: 100%; } .solution-detail--5 .solution-relation { width: 100vw; padding: 56px 0 38px; } .solution-detail--5 .solution-relation__main { padding: 0; padding-left: var(--solution5-padding-x); padding-right: var(--solution5-padding-x); } /* 移除 __box 的额外 padding,让轮播块与 banner cover/custom 对齐 */ .solution-detail--5 .solution-relation__box { padding-left: 0; padding-right: 0; } .solution-detail--5 .solution-relation__arrow { left: 70px; right: 70px; } .solution-detail--5 .solution-relation__arrow .arrow-item { width: 46px; height: 46px; } .solution-detail--5 .solution-resources__content { width: 100%; display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 18px; } } @media only screen and (max-width: 1100px) { .solution-detail--5 .solution-advantage { width: 100vw; padding: 52px 0; } .solution-detail--5 .solution-advantage__list { gap: 10px 10px; } .solution-detail--5 .solution-advantage__item { padding: 12px 20px; } .solution-detail--5 .solution-advantage__img { width: 48px; height: 48px; margin-bottom: 8px; } .solution-detail--5 .solution-advantage__title { font-size: 15px; line-height: 19px; } .solution-detail--5 .solution-relation { width: 100vw; padding: 52px 0 36px; } .solution-detail--5 .solution-relation__arrow { left: 86px; right: 86px; } .solution-detail--5 .solution-relation__arrow .arrow-item { width: 44px; height: 44px; } .solution-detail--5 .solution-relation__arrow .arrow-item i { font-size: 20px; } } @media only screen and (max-width: 1000px) { .solution-detail--5 .solution-custom__title-text{ font-size:9px; } .solution-detail--5 .solution-custom__title-icon { width: 9px; height: 9px; } .solution-detail--5 .solution-custom__desc { font-size: 10px; margin-top: 6px; } .solution-detail--5 .solution-custom__remark { font-size: 8px; } .solution-detail--5 .solution-advantage { width: 100vw; padding: 48px 0; } .solution-detail--5 .solution-advantage__list { gap: 8px 8px; } .solution-detail--5 .solution-advantage__item { padding: 10px 14px; } .solution-detail--5 .solution-advantage__img { width: 44px; height: 44px; margin-bottom: 8px; } .solution-detail--5 .solution-advantage__title { font-size: 14px; line-height: 18px; } .solution-detail--5 .solution-relation { width: 100vw; padding: 48px 0 32px; } .solution-detail--5 .solution-resources__content { width: 100%; display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 12px; } } /* 应用资源 start */ /* .solution-detail--5 .solution-resources { margin-top: 10px; } */ .solution-detail--5 .solution-resources__header { text-align: center; margin-bottom: 32px; } .solution-detail--5 .solution-resources__content { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 24px; } .solution-detail--5 .solution-resources__item { padding: 32px 28px; border-radius: 0 36px 0 0; background-color: #FBF3E4; } .solution-detail--5 .solution-resources__item--case { background-color: #E7F3EC; } .solution-detail--5 .solution-resources__item--industry { background-color: #E8EAF8; } .solution-detail--5 .solution-resources__title { display: flex; align-items: center; font-size: 18px; font-weight: 600; margin: 0 0 16px; } .solution-detail--5 .solution-resources__title .iconfont { color: #eb770e; margin-right: 14px; font-size: 28px; } .solution-detail--5 .solution-resources__title .icon-case { color: #00a651; } .solution-detail--5 .solution-resources__title .icon-information { color: #0077c0; } .solution-detail--5 .solution-resources__list { list-style: none; padding: 0; margin: 0; } .solution-detail--5 .solution-resources__link { display: inline-block; max-width: 100%; font-size: 14px; line-height: 24px; color: #666666; margin-bottom: 8px; text-decoration: none; } .solution-detail--5 .solution-resources__link:hover { color: #eb770e; } /* 应用资源 end */.contact-solution { background-color: #ffffff; margin-top: 40px; margin-bottom: 80px; } .contact-solution__hero { position: relative; height: 400px; background-image: url(/asset/img/quote-bg.png); background-size: cover; background-position: center; color: #ffffff; } .contact-solution__hero::before { content: ""; position: absolute; inset: 0; background: rgba(4, 21, 50, 0.55); } .contact-solution__hero-inner { position: relative; z-index: 1; max-width: var(--ys-content-width); margin: 0 auto; height: 100%; display: flex; flex-direction: column; align-items: center; /* justify-content: center; */ text-align: center; padding: 60px 24px; } .contact-solution__title { font-size: 32px; font-weight: 600; line-height: 1.4; margin-bottom: 8px; } .contact-solution__subtitle { max-width: 640px; margin: 0; font-size: 14px; font-weight: 400; color: rgba(255, 255, 255, 0.85); } .contact-solution__phone { display: inline-flex; align-items: center; margin-top: 16px; font-size: 24px; font-weight: 600; } .contact-solution__phone i { font-size: 24px; margin-right: 8px; } .contact-solution__content { max-width: 1200px; margin: -128px auto 0; padding: 0 24px 0; position: relative; z-index: 1; } .contact-solution__card { display: flex; /* background: linear-gradient(180deg, #f6f8fc 0%, #ffffff 100%); */ background: linear-gradient(135deg, #fefefe 0%, #dae2f3 100%); box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08); border-radius: 4px; overflow: hidden; } .contact-solution__image { flex: 0 0 45%; } .contact-solution__image img { width: 100%; height: 100%; object-fit: cover; display: block; } .contact-solution__form { flex: 1; padding: 48px 56px; display: flex; flex-direction: column; justify-content: center; } .contact-solution__form-title { text-align: center; font-size: 18px; font-weight: 500; color: #111827; margin-bottom: 24px; } .contact-solution__form-body .c-form-group { margin-bottom: 16px; } .contact-solution__row { display: flex; gap: 16px; } .contact-solution__col { flex: 1; } .contact-solution__field { width: 100%; height: 48px; background-color: #ffffff; border: 1px solid #e5e7eb; border-radius: 0; padding: 0 12px; font-size: 14px; color: #111827; } .contact-solution__field::placeholder { color: #9ca3af; } .contact-solution__textarea { height: 160px; padding-top: 12px; padding-bottom: 12px; resize: none; } .contact-solution__submit { width: 100%; height: 48px; margin-top: 8px; background-color: #123462; border: none; border-radius: 0; font-size: 16px; font-weight: 500; color: #ffffff; cursor: pointer; transition: all 0.2s ease-out; } .contact-solution__submit:hover { background-color: var(--ys-color-strong, #D94b3E); box-shadow: 0 8px 20px rgba(15, 23, 42, 0.12); } @media (max-width: 1200px) { .contact-solution__content { max-width: 1000px; margin:-150px auto 0; } .contact-solution__title { font-size: 24px; } .contact-solution__phone { font-size: 20px; } .contact-solution__form { padding: 42px 48px; } .contact-solution__form-title { font-size: 17px; margin-bottom: 22px; } .contact-solution__field { height: 46px; font-size: 13px; padding: 0 11px; } .contact-solution__textarea { height: 150px; } .contact-solution__submit { height: 46px; font-size: 15px; } } @media (max-width: 1100px) { .contact-solution__content { max-width: 900px; } .contact-solution__form { padding: 38px 42px; } .contact-solution__form-title { font-size: 16px; margin-bottom: 20px; } .contact-solution__field { height: 44px; font-size: 13px; padding: 0 10px; } .contact-solution__form-body .c-form-group { margin-bottom: 14px; } .contact-solution__textarea { height: 140px; } .contact-solution__submit { height: 44px; font-size: 15px; } } @media (max-width: 1000px) { .contact-solution__content { max-width: 800px; margin: -158px auto 0; } .contact-solution__title { font-size: 24px; } .contact-solution__phone { font-size: 20px; } .contact-solution__form { padding: 36px 38px; } .contact-solution__form-title { font-size: 16px; margin-bottom: 18px; } .contact-solution__field { height: 42px; font-size: 13px; } .contact-solution__textarea { height: 130px; } .contact-solution__submit { height: 42px; font-size: 14px; } } /* 网站底部 */ .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; }