.ys-header { height: var(--ys-header-top); display: flex; transition: all 0.2s; position: relative; z-index: 100; } .ys-header.is-sticky { position: sticky; top: 0; } .ys-header .ys-header-nav { width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 0 var(--ys-page-padding); background: #fff; position: relative; z-index: 20; box-shadow: 0 15px 10px -15px #0000000f; } .ys-header__menu { min-width: 59px; } .ys-header__menu .iconfont { font-size: 24px; cursor: pointer; color: var(--ys-color-text-000); } .ys-header-menu { position: fixed; z-index: 102; left: auto; top: 0; bottom: 0; width: 260px; background-color: var(--ys-color-white); transform: translateX(-260px); transition: 0.3s; } .ys-header-menu.show { transform: translateX(0); } .ys-header-menu.show + .ys-header__cover { z-index: 101; } .ys-header-menu .header-menu-close { height: var(--ys-header-top); line-height: var(--ys-header-top); padding-left: var(--ys-page-padding); } .ys-header-menu .header-menu-close .iconfont { font-size: 18px; color: var(--ys-color-text-000); } .ys-header-menu .header-menu-list { padding-top: 18px; } .ys-header-menu .header-menu__link { text-decoration: none; color: var(--ys-color-text-000); margin-left: 58px; height: 72px; line-height: 72px; } .ys-header-menu .header-menu-other { position: absolute; width: 100%; bottom: 87px; text-align: center; } .ys-header-menu .header-menu__tel { color: var(--ys-color-text-100); font-size: 14px; } .ys-header-menu .header-menu__tel span { color: var(--ys-color-strong); font-size: 16px; font-weight: bold; } .ys-header__logo { height: 37px; } .ys-header.is-show-mobile-search .ys-header__logo { display: none; } /* search start */ .ys-header__right { display: flex; align-items: center; justify-content: end; transition: 0.3s; } .ys-header__right.open { flex: 1; } .ys-header__search { position: relative; /* display: flex; */ display: none; 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: 100%; padding: 10px 12px; } .ys-header.is-show-mobile-search .ys-header__search { display: block; } .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 { font-size: 12px; 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); } .ys-header-search--mobile { margin-top: 5px; } .ys-header-search--mobile .icon-search { font-size: 30px; } .ys-header.is-show-mobile-search .ys-header-search--mobile { display: none; } /* search end */ /* user start */ .ys-header__user { margin-left: 22px; position: relative; height: 40px; padding-top: 3px; box-sizing: border-box; } .ys-header__user > .ys-header__user-icon > 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: var(--ys-header-top); background-color: var(--ys-color-white); transition: all .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); } .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; } /* 悬停卡片 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 */ @media only screen and (min-width: 1200px), (max-width: 576px) { .ys-header__user { margin-left: 10px; } } @media only screen and (max-width: 340px) { .ys-header__menu { min-width: auto; } }.about { color: var(--ys-color-text-000); padding-bottom: 90px; --icon-width: 50px; --ys-about-block-space: 48px; } .about ul { list-style: none; padding: 0; } .about__content { width: 85%; margin: auto; } .about__banner { position: relative; } .about__banner img { min-height: 200px; object-fit: cover; } .about__title { position: absolute; top: 0; bottom: 0; left: 0; right: 0; text-align: center; display: flex; flex-direction: column; justify-content: center; color: var(--ys-color-white); font-size: var(--ys-title-size); font-weight: 500; line-height: var(--ys-title-height); } .about__subtitle { text-align: center; font-size: var(--ys-subtitle-size); font-weight: 600; line-height: var(--ys-subtitle-height); } .about-intro { margin: 0 auto 56px; padding-top: 48px; background-image: url("/asset/img/about/intro.png"); background-repeat: no-repeat; background-size: 949px 684px; background-position: right top; } .about-intro__content { display: flex; align-items: center; flex-direction: column; margin: 50px auto 35px; max-width: 1220px; } .about-intro__view { width: 75%; height: auto; padding-bottom: 20px; /* overflow: hidden; */ } .about-intro__view img { width: 100%; height: 100%; object-fit: cover; border-radius: 6px; } .about-intro__info { flex: 1; font-size: 14px; line-height: 28px; text-indent: 2em; } .about-intro strong { font-weight: 600; } .about-counter { padding: 0 var(--ys-page-padding); margin-bottom: 56px; display: flex; align-items: center; justify-content: space-between; color: var(--ys-color-strong); font-size: 16px; text-align: center; position: relative; } .about-counter__num { font-size: 40px; font-weight: 500; line-height: 40px; } .about-counter__sup { position: absolute; vertical-align: top; font-weight: 600; } .about-counter__name { color: var(--ys-color-text-100); font-size: 14px; line-height: 23px; } .about-culture { display: flex; justify-content: space-between; text-align: center; } .about-culture__item { width: calc(33% - 9px); } .about-culture__item:hover img { transform: scale(1.1); } .about-culture__img { position: relative; height: 0; /* 300 / 420 */ padding-bottom: 71.43%; border-radius: 4px; overflow: hidden; } .about-culture__img img { position: absolute; transition: all 0.2s; width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; } .about-culture__title { margin: 14px 0 10px; font-size: 20px; font-weight: 600; line-height: normal; } .about-culture__info { font-size: 14px; line-height: 24px; font-weight: 400; } .about-milestone { background: #f1f1fb; min-height: 491px; padding-top: 56px; padding-bottom: 54px; } .about-milestone__info { display: none; position: relative; } .about-milestone__info.active { display: block; } .about-milestone__year { -webkit-user-select: none; -moz-user-select: none; user-select: none; text-align: center; font-size: 146px; font-weight: 600; line-height: 100%; opacity: 0.04; } .about-milestone__history { max-width: 850px; position: absolute; bottom: 12px; left: 50%; transform: translateX(-50%); text-align: center; font-size: 16px; font-style: normal; font-weight: 400; } .milestone-tab { position: relative; padding: 0 var(--icon-width); overflow: hidden; } .milestone-tab::before { content: ""; position: absolute; display: inline-block; top: 50%; transform: translateY(-50%); left: 0; width: 100%; height: 3px; background: var(--ys-color-primary); } .milestone-tab__box { overflow: hidden; padding-left: 56px; } .milestone-tab__list { display: flex; transition: 0.3s; } .toggle-icon { cursor: pointer; border: none; z-index: 2; width: var(--icon-width); height: var(--icon-width); text-align: center; line-height: var(--icon-width); border-radius: 50%; background: var(--ys-color-white); box-shadow: 0px 0px 13.514px 0px rgba(0, 0, 0, 0.1); position: absolute; top: 50%; transform: translateY(-50%); } .toggle-icon:hover { background-color: var(--ys-color-text-000); color: #fff; } .toggle-icon .iconfont { font-size: 25px; } .toggle-icon.left { transform: translateY(-50%); left: 0; } .toggle-icon.left .iconfont { display: inline-block; transform: rotate(180deg); } .toggle-icon.right { right: 0; } .tab-item { position: relative; z-index: 1; text-align: center; padding-top: 40px; cursor: pointer; color: var(--ys-color-text-100); font-size: 20px; transition: 0.3s; } .tab-item:hover { color: var(--ys-color-text-000); } .tab-item + .tab-item { margin-left: 148px; } .tab-item.active { color: var(--ys-color-text-000); font-size: 26px; } .tab-item__icon { position: absolute; bottom: 50%; left: 50%; transform: translate(-50%, 50%); -webkit-user-select: none; -moz-user-select: none; user-select: none; } .tab-item__icon.hidden { display: none; } .tab-item__year { text-align: center; font-weight: 400; margin-top: 34px; height: 36px; line-height: 36px; } .about-world { padding: 56px 0 56px; margin-bottom: 56px; color: var(--ys-color-white); background: linear-gradient(96deg, #3f91ef -11.18%, #0f2446 58.9%); } .about-world__title { font-size: var(--ys-subtitle-size); font-weight: 600; line-height: var(--ys-subtitle-height); margin-bottom: 18px; } .about-world__desc { font-size: 16px; font-weight: 400; /* line-height: 42px; */ opacity: 0.8; } .about-world__img { margin: 0 0 -20px; } .about-world .about__content { display: flex; /* justify-content: center; */ flex-direction: column; height: 100%; text-align: center; } .about-work { text-align: center; margin-bottom: 56px; } .about-work__desc { margin: 10px 0 31px; color: var(--ys-color-text-300); font-size: 16px; font-weight: 400; line-height: 28px; } .about-work__grid { display: flex; justify-content: space-between; } .about-work img { border-radius: 4px; } .about-work__left { /* 842 / 1300 */ width: 64.76%; } .about-work__right { /* 438 / 1300 */ width: 33.69%; } .about-work div { overflow: hidden; } .about-work div img:hover { transform: scale(1.1); } .about-work img { width: 100%; transition: all 0.2s; } .about-work .imgs-top { display: flex; margin-bottom: 10px; } .about-work .imgs-top div { width: 412px; } .about-work .imgs-top div + div { margin-left: 10px; } .about-work__5 { margin-top: 10px; } .about-customer { background: linear-gradient( 178deg, #f3f5f8 1.49%, rgba(243, 245, 248, 0) 77.73% ); text-align: center; padding: 56px calc((100% - var(--ys-content-width)) / 2); } .about-customer .say-wrap { display: flex; margin-top: 30px; align-items: center; } .about-customer .say-arrow { width: 48px; height: 48px; border-radius: 50%; border: 1px solid var(--ys-color-text-700); color: var(--ys-color-text-000); cursor: pointer; text-align: center; line-height: 48px; display: block; } .about-customer .say-arrow:hover { background-color: var(--ys-color-text-000); color: var(--ys-color-white); } .about-customer .say-arrow.arrow-left { transform: rotate(180deg); } .about-customer .say-arrow i { font-size: 22px; } .about-customer .say-banner { width: calc(100% - 200px); margin: 0 50px; overflow: hidden; } .about-customer .say-logo { height: 50px; width: 124px; margin: 0 auto 30px; } .about-customer .say-logo img { height: 50px; mix-blend-mode: darken; margin: auto; } .about-customer .say-desc { font-size: 14px; line-height: 28px; margin-bottom: 30px; } .about-customer .say-name { font-size: 14px; color: var(--ys-color-text-300); } .about-customer .say-company { display: flex; justify-content: center; flex-wrap: wrap; /* gap: 100px; */ margin: 48px auto 0; } .about-customer .say-company img { width: 99px; height: 40px; margin: 8px 20px; } .customer-item { position: absolute; top: 0; left: 0; bottom: 0; right: 0; width: 100%; height: 100%; } .customer-item.isActive { z-index: 2; } .customer-item.is-animating { transition: transform 0.4s ease-in-out; } .customer-item__logo { margin: 30px auto; height: 50px; -o-object-fit: contain; object-fit: contain; } .customer-item__info { text-align: center; font-size: 16px; font-weight: 400; line-height: 32px; margin-bottom: 30px; min-height: 50px; } .customer-item__speaker { color: var(--ys-color-text-300); font-size: 14px; font-weight: 400; line-height: 100%; } .about-project { text-align: center; padding: 56px 0; border-radius: 6px; background-image: url("/asset/img/about/project.png"); } .about-project__quote { display: block; margin: auto; margin-top: 40px; width: 170px; height: 40px; line-height: 36px; text-decoration: none; border-radius: 2px; border: 2px solid var(--ys-color-strong); background: var(--ys-color-strong); color: #fff; font-size: 14px; font-weight: 600; } .about-project__quote:hover { opacity: 0.8; } @media only screen and (min-width: 1200px), (max-width: 700px) { .tab-item + .tab-item { margin-left: 100px; } } @media only screen and (min-width: 1200px), (max-width: 576px) { .about-intro__view { width: 90%; } .about-counter { flex-wrap: wrap; padding: 0; } .about-counter__num { font-size: 30px; } .about-counter > div { width: 50%; margin-bottom: 10px; } .about-culture { flex-wrap: wrap; } .about-culture__item { width: calc(50% - 6px); } .about-milestone__history { font-size: 14px; width: 100%; } .milestone-tab__box { padding-left: 40px; } .tab-item + .tab-item { margin-left: 102px; } .about-milestone__year { font-size: 130px; } .about-customer .say-banner { margin: 0; width: 100%; } .about-customer .say-wrap { justify-content: center; flex-wrap: wrap; } .about-customer .say-arrow { width: 46px; height: 46px; line-height: 46px; order: 2; margin-top: 20px; } .about-customer .say-arrow.arrow-left { margin-right: 20px; } .about-customer .say-desc { font-size: 14px; line-height: 24px; } .about-customer .say-company { margin: auto; margin-top: 10px; } .about-customer .say-company img { margin: 6px 10px; } .about-world__title { margin-bottom: 10px; } .about-world__desc { font-size: 14px; } .about-work__grid, .imgs-top { flex-direction: column; } .about-work .imgs-top div, .about-work__left, .about-work__right { width: 100%; } .about-work .imgs-top div + div { margin: 10px 0 0; } .about-work__right > div:first-of-type { margin-top: 10px; } } @media only screen and (max-width: 440px) { .about-intro__view { width: 100%; } .about ul { margin: auto; width: 90%; } .about-culture__item { width: 100%; margin-bottom: 20px; } .about-milestone__year { font-size: 114px; } .milestone-tab__box { padding-left: 65px; } .about-customer .say-company img { width: 65px; height: 26px; } .about-project { padding: 30px var(--ys-page-padding); } } @media only screen and (max-width: 375px) { .about__content { width: var(--ys-content-width); } } @media only screen and (max-width: 320px) { .about-milestone__year { font-size: 100px; } } /* 网站底部 */ .ys-footer { width: 100%; background: #ecf1f8; } .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) 0; margin: 0 auto; display: flex; flex-wrap: wrap; justify-content: space-between; border-bottom: 1px solid #eee; } .ys-footer__content .footer_phone { display: block; margin: 0 0 0.5em 0; font-size: 26px; font-weight: 600; line-height: 36px; color: var(--ys-color-strong); text-decoration: none; } .ys-footer__content .footer_work_time, .ys-footer__content .footer_email { font-size: 14px; color: rgba(51, 51, 51, 0.68); } .ys-footer__content .footer_email a { color: rgba(51, 51, 51, 0.68); text-decoration: none; } .ys-footer__content .left-part .iconfont { display: inline-block; margin: 0 4px 0 0; position: relative; color: rgba(51, 51, 51, 0.68); 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 .left-part, .ys-footer__content .right-part { order: 2; margin-top: 20px; } .ys-footer__content .center-part { flex: 100%; padding: 6px 0 0 0; } .ys-footer__content .content-link + .content-link { margin-top: 20px; } .ys-footer__content .content-link span { font-size: 16px; color: var(--ys-color-text-000); font-weight: 600; } .ys-footer__content .content-link__icon { display: none; } .ys-footer__content .content-link__title { display: flex; align-items: center; justify-content: space-between; } .ys-footer__content .content-link.show .content-link__icon { transform: rotate(270deg); } .ys-footer__content .content-link__icon { display: inline-block; transform: rotate(90deg); font-size: 18px; transition: 0.3s; } .ys-footer__content .children-link-wrap { display: none; } .ys-footer__end { flex-direction: column; height: auto; } .ys-footer__end .right-part { padding: 10px 0; } .ys-footer__content .children-link-wrap { list-style: none; padding-inline-start: 0; margin: 22px 0 0 0; height: 100%; } .ys-footer__content .children-link-wrap a { font-size: 14px; line-height: 17px; color: var(--ys-color-text-100); 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-primary); } .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; } .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; border-bottom: 1px solid #eee; } .ys-footer__friendly span { font-size: 16px; line-height: 32px; color: var(--ys-color-text-000); } .ys-footer__friendly ul { display: inline-flex; list-style: none; padding-inline-start: 0; margin: 0; flex-wrap: wrap; } .ys-footer__friendly a { padding: 4px 10px; position: relative; font-size: 14px; color: var(--ys-color-text-100); text-decoration: none; } .ys-footer__friendly a:hover { color: var(--ys-color-primary); } .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; min-height: 76px; padding: 16px var(--ys-page-padding) 40px; display: flex; align-items: center; justify-content: space-between; background: #202228; } .ys-footer__end .end-link { font-size: 12px; color: #fff; } .ys-footer__end .end-link a { position: relative; text-decoration: none; color: #fff; 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 { height: 42px; max-width: 110px; } .ys-footer__end .copyright-wrap { margin-right: 10px; display: inline-flex; flex-direction: column; align-items: flex-end; justify-content: space-around; /* gap: 6px; */ font-size: 12px; color: #fff; opacity: 0.7; } .ys-footer__end .copyright-wrap a{ color: #fff; text-decoration: none; margin-bottom: 6px; } @media only screen and (min-width: 1200px), (max-width: 576px) { .ys-footer__end .right-part { flex-direction: column; } .ys-footer__end .copyright-wrap { margin-top: 12px; margin-right: 0; order: 2; align-items: flex-start; } .ys-footer__end .copyright-wrap a { margin: 0; } .ys-footer__end .end-link { order: 2; } }.ys-tabbar { position: sticky; bottom: 0; left: 0; width: 100%; background-color: var(--ys-color-white); box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 6.09375px 0px; z-index: 20; } .ys-tabbar .ys-tabbar__list { height: 54px; display: flex; align-items: center; list-style: none; margin: 0; padding: 0; } .ys-tabbar .ys-tabbar__item { flex: 1; } .ys-tabbar .ys-tabbar__link { display: block; position: relative; text-align: center; text-decoration: none; color: var(--ys-color-text-100); font-size: 12px; } .ys-tabbar .ys-tabbar__link.active { color: var(--ys-color-primary); } .ys-tabbar .ys-tabbar__icon .iconfont { font-size: 18px; line-height: normal; } .ys-tabbar .ys-tabbar__text { margin-top: 2px; } .ys-tabbar .ys-tabbar__circle { position: absolute; top: -32px; left: 50%; margin-left: -25px; background-color: var(--ys-color-strong); color: var(--ys-color-white); width: 50px; height: 50px; line-height: 50px; border-radius: 50%; } .ys-tabbar .ys-tabbar__circle::before { content: ""; position: absolute; top: 50%; left: 50%; transform: translate3d(-50%, -50%, 0); width: 60px; height: 60px; border-radius: 50%; border: 2px solid rgba(244, 244, 244, 1); z-index: -2; background-color: var(--ys-color-white); } .ys-tabbar .ys-tabbar__circle::after { content: ""; position: absolute; left: -10px; bottom: -5px; background-color: var(--ys-color-white); width: 67px; height: 30px; z-index: -1; } .ys-tabbar .ys-tabbar__circle .iconfont { font-size: 24px; } .ys-tabbar .ys-tabbar__circle + div { visibility: hidden; } @media only screen and (max-width: 375px) { .ys-tabbar .ys-tabbar__circle { top: -24px; margin-left: -22px; width: 42px; height: 42px; line-height: 42px; } .ys-tabbar .ys-tabbar__circle::before { width: 50px; height: 50px; } .ys-tabbar .ys-tabbar__circle::after { left: -14px; bottom: -6px; } .ys-tabbar .ys-tabbar__circle .iconfont { font-size: 20px; } }