.zhy-prod-hero {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 560px;
    background-color: #f1f3f4;
    position: relative;
    box-sizing: border-box;
    padding: 0 10px;
}
.zhy-prod-hero__bg, .zhy-prod-hero__bg-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.zhy-prod-hero__bg-wrap {
    overflow: hidden;
}
.zhy-prod-hero__bg {
    z-index: 1;
}
.zhy-prod-hero__bg:after, .zhy-prod-hero__bg:before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
    width: 424px;
    pointer-events: none;
}
.zhy-prod-hero__bg:before {
    right: 50%;
    margin-right: 536px;
    background-image: linear-gradient(270deg, rgba(245, 247, 249, 0) 0, #f1f3f4 50%);
}
.zhy-prod-hero__bg-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: auto 715px;
    background-repeat: no-repeat;
    background-position: top;
}
.zhy-prod-hero__bg:after {
    left: 50%;
    margin-left: 536px;
    background-image: linear-gradient(90deg, rgba(245, 247, 249, 0) 0, #f1f3f4 50%);
}
.zhy-prod-hero__inner {
    z-index: 2;
    position: relative;
    height: 100%;
    margin: 0 auto;
    padding-top: 62px;
    max-width: 1440px;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.zhy-prod-hero--with-activity .zhy-prod-hero__inner {
    padding-bottom: 30px;
}
.zhy-prod-hero__seo {
    position: fixed;
    left: 0;
    top: -1px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
.zhy-prod-hero__content {
    color: #3d485d;
    margin-top: -6px;
}
.zhy-prod-hero__header {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}
.zhy-prod-hero__tit {
    font-size: 40px;
    line-height: 52px;
    font-weight: 500;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.zhy-prod-hero__desc {
    font-size: 16px;
    line-height: 28px;
    max-width: 700px;
}
.zhy-prod-hero__btn-group {
    margin-top: 40px;
}
.zhy-btn {
    display: inline-block;
    box-sizing: border-box;
    min-width: 104px;
    height: 36px;
    padding: 0 24px;
    color: #fff;
    font-size: 14px;
    line-height: 34px;
    white-space: nowrap;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    background-color: #05d;
    border: 1px solid transparent;
    outline: 0 none;
    cursor: pointer;
    box-shadow: 8px 8px 20px 0 rgba(55, 99, 170, .1);
}
.zhy-prod-hero__btn {
    background: #05d;
    box-shadow: 8px 8px 20px 0 rgba(55, 99, 170, .1);
    color: #fff;
    min-width: 136px;
    height: 44px;
    font-size: 16px;
    line-height: 42px;
    -webkit-font-smoothing: auto;
    transition: all .3s ease-in-out;
}
.zhy-btn__text {
    color: inherit;
}
.zhy-btn--icon {
    display: inline-flex;
}
.zhy-btn .zhy-btn__icon, .zhy-btn--icon {
    align-items: center;
    justify-content: center;
}
.zhy-prod-hero__btn--white {
    background: #fff;
    border: 1px solid #fff;
    box-shadow: 8px 8px 20px 0 rgba(55, 99, 170, .1), inset 0 4px 20px 0 hsla(0, 0%, 100%, .5);
    color: #000;
    transition: all .3s ease-in-out;
}
.zhy-prod-hero .zhy-link+.zhy-link, .zhy-prod-hero__btn+.zhy-link, .zhy-prod-hero__btn+.zhy-prod-hero__btn {
    margin-left: 16px;
}
.zhy-btn .zhy-btn__icon, .zhy-btn--icon {
    align-items: center;
    justify-content: center;
}
.zhy-btn .zhy-btn__icon {
    display: flex;
    margin-right: 4px;
    font-size: 16px;
}
.zhy-prod-hero__btn-icon {
    display: block;
    width: 16px;
    height: 16px;
}
.zhy-prod-hero__btn-icon.doc {
    background-image: url(/web/zhyun/images/icon-doc588.svg);
}
.zhy-btn__text {
    color: inherit;
}
.tp-link {
    color: #00a4ff;
    text-decoration: none;
    cursor: pointer;
}
.tp-link--arrow, .tp-link--weak-arrow, .tp-link--white-arrow {
    font-size: 14px;
}
.zhy-link.tp-link {
    color: #05d;
}
.zhy-prod-hero .zhy-link+.zhy-link, .zhy-prod-hero__btn+.zhy-link, .zhy-prod-hero__btn+.zhy-prod-hero__btn {
    margin-left: 16px;
}
.tp-link--arrow:after, .tp-link--weak-arrow:after, .tp-link--white-arrow:after {
    display: inline-block;
    width: 6px;
    height: 10px;
    margin-left: 6px;
    overflow: hidden;
    vertical-align: 0;
    background-image: url(/web/zhyun/images/icon-right.svg);
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
    content: "";
}
.section {
    width: 100%;
    padding: 80px 0px;
    overflow: hidden;
}
.section-header {
    margin-bottom: 48px;
}
.section-header h1, .section-header h3 {
    font-size: 24px;
    color: #1c1d1f;
    text-align: center;
    font-weight: bold;
    line-height: 1;
}
.section-header p {
    color: #626266;
    line-height: 1;
    text-align: center;
    margin-top: 18px;
    font-size: 14px;
}
.section-header p {
    color: rgb(93, 93, 93);
}
.section-a1-content {
    display: flex;
    justify-content: space-between;
}
.section-a1-content .spec-box {
    width: 49.28%;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(235, 237, 240);
    border-image: initial;
    transition: 0.2s ease-in-out;
}
.spec-box-head {
    position: relative;
    box-sizing: border-box;
    background-image: linear-gradient(-90deg, rgb(242, 245, 250) 0%, rgb(246, 248, 251) 100%);
    padding: 32px 32px 22px;
}
.spec-box-head::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    pointer-events: none;
    opacity: 0;
    background: url(/web/zhyun/images/specbox_head_bg.png) right bottom / 100% 100% no-repeat rgb(246, 248, 251);
    transition: 0.3s ease-in-out;
}
.spec-box-head-info {
    position: relative;
    z-index: 98;
}
.spec-box-head h4 {
    display: block;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
    font-size: 20px;
}
.spec-box-head p {
    display: block;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
    color: rgb(98, 98, 102);
    margin: 13px 0px;
    font-size: 14px;
}
.spec-box-head .scene {
    display: flex;
    align-content: center;
    font-weight: 700;
    color: rgb(98, 98, 102);
    flex-wrap: wrap;
    font-size: 14px;
}
.spec-box-head .scene li {
    display: flex;
    color: rgb(50, 50, 53);
    margin-right: 15px;
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 14px;
}
.spec-box-head .scene img {
    max-width: 100%;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin: 0px 12px;
}
.spec-box-content {
    display: flex;
    justify-content: space-between;
    align-content: center;
    padding-bottom: 32px;
    line-height: 1;
    margin: 32px 32px 0px;
    border-bottom: 1px solid rgb(242, 244, 247);
}
.box-content-title {
    margin-bottom: 22px;
    color: rgb(98, 98, 102);
}
.box-content-detail {
    font-size: 16px;
    color: rgb(50, 50, 53);
}
.spec-box-footer {
    display: flex;
    justify-content: space-between;
    padding: 25px 32px;
}
.spec-box-footer p span {
    color: rgb(243, 62, 62);
}
.spec-box-footer p .price {
    font-size: 24px;
    font-weight: 700;
}
.n-btn-default {
    display: inline-block;
    padding: 11px 38px;
    line-height: 1;
    color: #2981ff;
    text-align: center;
    border: 1px solid #2981ff;
    font-size: 16px;
}
.spec-box-footer a {
    width: 207px;
}
.ecs-tobuy .n-btn-default {
    border-radius: 0px;
}
.spec-box:hover {
    box-shadow: rgba(18, 51, 100, 0.06) 0px 6px 24px 0px;
    transform: translateY(-18px);
}
.spec-box:hover .spec-box-head::before {
    opacity: 1;
}
.spec-box:hover  .n-btn-default{
    display: inline-block;
    color: #ffffff;
    background-color: #2981ff;
}
.tl-tabs__cont{
    background: #f3f5f8;
    box-shadow: inset 8px 8px 20px 0 rgba(55, 99, 170, .11), inset -8px -8px 20px 0 #fff;
}
.tp-grid__row {
    display: flex;
    flex-flow: row wrap;
    box-sizing: border-box;
    margin-right: 0;
    margin-left: 0;
}
.tp-grid__row.tp-grid--gutter-8n {
    margin-right: -30px;
    margin-bottom: -50px;
    margin-left: -30px;
}
.tp-grid__col {
    display: block;
    flex: 1 1 auto;
    box-sizing: border-box;
    padding-right: 0;
    padding-left: 0;
    font-size: 14px;
    -webkit-box-flex: 1;
}
.tp-grid__col--8 {
    display: block;
    flex: 0 0 auto;
    width: 50%;
    -webkit-box-flex: 0;
}
.tp-grid__row.tp-grid--gutter-8n .tp-grid__col {
    margin-bottom: 50px;
    padding-right: 30px;
    padding-left: 30px;
}
.zhy-feature__item {
    display: flex;
    align-items: flex-start;
    -webkit-font-smoothing: antialiased;
}
.zhy-feature__item-icon {
    display: inline-block;
    width: 60px;
    height: 60px;
    margin-right: 20px;
}
.zhy-feature__item-bd {
    flex: 1;
    width: 1px;
}
.zhy-feature__item-title {
    margin-bottom: 8px;
    font-weight: 400;
    font-size: 18px;
    color: #000;
    line-height: 28px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.zhy-feature__item-desc {
    font-size: 14px;
    color: #495770;
    line-height: 22px;
}
.section-application{
    display: block;
}
.section-nav{
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    height: 52px;
    width: 100%;
}
.section-nav-item{
    -moz-box-flex: 1;
    background: #f6f7fb;
    border: 1px solid #e5e6eb;
    border-right: none;
    cursor: pointer;
    -webkit-flex: auto;
    flex: auto;
    height: 100%;
    position: relative;
    -webkit-transition: background .1s ease-in-out;
    -o-transition: background .1s ease-in-out;
    -moz-transition: background .1s ease-in-out;
    transition: background .1s ease-in-out;
}
.section-nav-item:last-child {
    border-right: 1px solid #e5e6eb;
}
.section-nav-item.active{
    background: #fff;
}
.section-nav-item-inner{
    background: #1664ff;
    display: none;
    height: 2px;
    left: 0;
    position: absolute;
    top: -1px;
    width: 100%;
}
.section-nav-item.active .section-nav-item-inner{
    display: block;
}
.section-nav-item-title{
    color: #86909c;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: .002em;
    line-height: 50px;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
}
.section-nav-item.active .section-nav-item-title{
    color:#1a202c;
}
.section-tab-body{
    display: grid;
    width: 100%;
}
.section-tab-pane{
    grid-area: 1 / 1 / 2 / 2;
    opacity: 0;
    pointer-events: none;
}
.section-tab-pane.active{
    opacity: 1;
    pointer-events: auto;
}
.section-tab-pane-body{
    background: #f7f7f9;
    border: 1px solid #e5e6eb;
    border-radius: 12px;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    height: 664px;
    width: 100%;
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.section-tab-pane-body-left{
    -moz-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    height: 95%;
    padding-top: 2.5%;
    border-radius: 12px 0 0 12px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center
}
.picture_30169{
    max-height: 100%;
    max-width: min(100%, 820px);
    -o-object-fit: contain;
    object-fit: contain;
}
.section-tab-pane-body-right{
    background: #fff;
    border-radius: 0 12px 12px 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding: 32px 28px;
    width: 387px;
    border-top-right-radius: 0;
}
.tab_right_title_a2da1 {
    color: #181818;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .04px;
    line-height: 28px;
}
.tab_desc_a2da1 {
    color: #4e5969;
    font-size: 14px;
    letter-spacing: .028px;
    line-height: 22px;
    margin-top: 12px;
}
.sub_title_a2da1 {
    color: #181818;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin: 24px 0 12px;
    padding: 0;
}

.sub_desc_a2da1 {
    -moz-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    color: #4e5969;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-top: 12px;
}
.sub_desc_a2da1 svg {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    height: 22px;
    margin-right: 4px;
    width: 18px;
}
.button_a2da1 {
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: #1664ff;
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    height: 36px;
    line-height: 20px;
    margin: 24px 0 5px;
    outline: none;
    padding: 0;
    text-align: center;
    width: 100%;
}
.cutting_line_a2da1 {
    background: #e5e8ef;
    height: 1px;
    margin: 19px 0 24px;
    width: 100%;
}
.product_btn_a2da1 {
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: #f2f3f8;
    border: 1px solid #f2f3f8;
    color: hsla(0, 0%, 9%, .8);
    cursor: pointer;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    height: 36px;
    letter-spacing: .002em;
    line-height: 22px;
    margin: 0;
    min-width: 150px;
    outline: none;
    padding: 0 12px;
    color: inherit;
    text-decoration: none;
}
.product_btn_a2da1:not(:last-child) {
    margin-bottom: 8px;
}
.function-module {
    display: flex;
    box-sizing: border-box;
    justify-content: space-between;
    flex-flow: wrap;
}
.function-module li {
    box-sizing: border-box;
    position: relative;
    width: 32.36%;
    margin-bottom: 20px;
    line-height: 1;
    padding: 30px 25px 15px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(235, 237, 240);
    border-image: initial;
    transition: 0.2s ease-in-out;
}
.function-module li::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    pointer-events: none;
    opacity: 0;
    background: url(/web/zhyun/images/ecs/function_hover_bg.jpg) right bottom / 100% no-repeat;
    transition: 0.2s ease-in-out;
}
.function-module li > * {
    position: relative;
    z-index: 98;
}
.function-module .function-title > img {
    display: block;
    width: auto;
    height: 32px;
    margin: 0px auto;
}
.function-module .function-title > h4 {
    font-size: 18px;
    color: rgb(28, 29, 31);
    text-align: center;
    font-weight: bold;
    margin: 15px 0px;
}
.function-module li > p {
    color: rgb(98, 98, 102);
    line-height: 24px;
    font-size: 14px;
}
.function-module li:hover {
    box-shadow: rgba(18, 51, 100, 0.06) 0px 6px 24px 0px;
    transform: translateY(-10px);
}
.function-module li:hover::before {
    opacity: 1;
}
.zhy-action-panel {
    padding: 0 20px;
    width: 100%;
    background: url(/web/zhyun/images/ecs/footer.png) 100% no-repeat #E8F4FD;
    background-size: 100% auto;
    -webkit-font-smoothing: antialiased;
}
.zhy-action-panel__inner {
    margin: 0 auto;
    max-width: 1440px;
    display: flex;
    align-items: center;
    font-size: 28px;
    color: #000;
    line-height: 32px;
    -webkit-font-smoothing: antialiased;
    padding: 45px  var(--padding);
    font-family: PingFang SC;
    text-align: center;
}
.zhy-action-panel__btns {
    padding-top: 38px;
}
.zhy-btn--blur-hole {
    color: #fff;
    background-color: rgba(0, 86, 255, 1);
    border-color: hsla(0, 0%, 100%, .6);
    box-shadow: none;
}
.zhy-action-panel__btns .zhy-btn {
    min-width: 126px;
    border-color: hsla(0, 0%, 100%, .6);
}

.zhy-btn--white .zhy-btn__text{
    color:inherit;
}
.zhy-action-panel__cnt{
    width: 100%;
}
.zhy-btn.zhy-btn--white-hole{
    background:transparent;
    border-color:#212231;
    color:#212231;
}
.zhy_color_footer{
    background-image: linear-gradient(110deg, #F00 30.4%, #FF6B00 77.46%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #181818;
}