.header {
    margin-bottom: -.52083rem
}
.content {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /*margin-top: -.52083rem*/
}

.content .content-slider {
    width: 100%;
    height: 100vh;
    position: relative;
    background-color: #183176;
    overflow-x: hidden;
}

.content .content-slider .swiper-top {
    width: 100%;
    height: 100%;
    --swiper-pagination-color: #fff
}

.content .content-slider .swiper-pagination-bullet {
    width: 0.1667rem;
    height: 0.02605rem;
    border-radius: 0.0208rem;
    transition: .3s;
}

.content .content-slider .swiper-pagination-bullet-active,
.content .content-slider .swiper-pagination-bullet:hover {
    height: 0.02805rem;
    border-radius: 0.0208rem;
    background: #fff;
}

.content .content-slider .swiper-top .swiper-wrapper .swiper-slide {
    text-align: center;
    color: #fff;
    background-position: center;
    background-size: cover;
}

.content .content-slider .swiper-top .swiper-wrapper .swiper-slide .slide-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover
}

.content .content-slider .swiper-top .swiper-wrapper .swiper-slide .slider-content1 {
    z-index: 999;
    width: 100%;
    height: .52083rem;
    position: absolute;
    top: 30%
}

.content .content-slider .swiper-top .swiper-wrapper .swiper-slide .slider-content1 .content1-text1 {
    font-size: .27083rem;
    font-weight: 900;
    line-height: normal;
    text-align: center;
    letter-spacing: 0em
}

.content .content-slider .swiper-top .swiper-wrapper .swiper-slide .slider-content1 .content1-text2 {
    font-size: .11458rem;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .1em
}

.content .content-slider .swiper-top .swiper-wrapper .swiper-slide .slider-content2 {
    z-index: 9999;
    width: 80%;
    height: 3.6rem;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 10%;
    font-family: Source Han Sans;
    font-size: .11458rem;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .1em;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.content .content-slider .swiper-top .swiper-wrapper .swiper-slide .slider-content2 .content2-title {
    width: 1.04167rem;
    height: .18229rem;
    font-size: .125rem;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.content .content-slider .swiper-top .swiper-wrapper .swiper-slide .slider-content2 .content2-title:hover {
    font-weight: 700
}

.content .content-slider .swiper-top .swiper-wrapper .swiper-slide .slider-content2 img {
    width: .11458rem;
    height: .11458rem
}

.content .content-slider .swiper-top .swiper-pagination {
    position: absolute;
    bottom: .26042rem
}

.content .content-industrial {
    width: 100%;
    background-image: linear-gradient(180deg, #3e63d9b5, #5381ff4d 27%, #507fff4d 57%, #fff), url(/static/img/industrial-bg.jpg);
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding-bottom: .3125rem
}

.content .content-industrial .industrial-title {
    width: 100%;
    text-align: center;
    margin-top: .52083rem;
    margin-bottom: .26042rem;
    font-size: .25rem;
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #fff;
    opacity: 0
}

.content .content-industrial .industrial-title .title-english {
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #c7c7c7;
    font-size: .10417rem
}

.content .content-industrial .industrial-content {
    display: flex;
    /*width: 9.375rem;*/
    width: 100%;
    opacity: 0;
    margin: 0 auto;
    justify-content: space-between;
}

.content .content-industrial .industrial-content .group-item {
    position: relative;
    width: 0.890625rem;
    height: 3.64583rem;
    margin-right: 0.0208rem;
    transition: width .6s;
    color: #fff;
    overflow: hidden;
    flex-grow: 1;
    flex-shrink: 0;
}

.content .content-industrial .industrial-content .group-item:last-child {
    margin-right: 0;
}

.content .content-industrial .industrial-content .group-item .item-show {
    display: none;
}

.content .content-industrial .industrial-content .group-item .item-hide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    /*width: 0.890625rem;*/
}

.content .content-industrial .industrial-content .group-item .item-hide .hide-text {
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: .10417rem
}

.content .content-industrial .industrial-content .group-item .item-hide .hide-text .item-icon {
    width: .5208333rem;
    height: .5208333rem;
    position: relative;
    margin-bottom: .20833rem
}

.content .content-industrial .industrial-content .group-item .item-backimg {
    width: 100%;
    height: 3.64583rem;
    position: absolute
}

.content .content-industrial .industrial-content .group-item.active {
    width: 5.7292rem;
}

.content .content-industrial .industrial-content .group-item.active .item-show {
    display: block;
    position: relative;
    height: 100%;
    width: 5.8492rem;
    /*width: 100%;*/
}

.content .content-industrial .industrial-content .group-item.active .item-show .show-text {
    padding: .36458rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    z-index: 2;
    position: relative
}

.content .content-industrial .industrial-content .group-item.active .item-show .show-text-head {
    display: flex;
    align-items: center;
    margin-bottom: 0.2083rem;
}

.content .content-industrial .industrial-content .group-item.active .item-show .show-text-head img {
    width: .5208333rem;
    height: .5208333rem;
}

.content .content-industrial .industrial-content .group-item.active .item-show .show-text .item-title {
    width: 100%;
    height: .21875rem;
    font-size: .1875rem;
    line-height: normal
}

.content .content-industrial .industrial-content .group-item.active .item-show .show-text .item-line {
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    height: .02083rem;
    width: .65625rem;
    margin: .10417rem 0
}

.content .content-industrial .industrial-content .group-item.active .item-show .show-text .industrial-item-content {
    /*flex-grow: 1;*/
    font-size: .09375rem;
    line-height: .16667rem
}

.content .content-industrial .industrial-content .group-item.active .item-show .show-text .industrial-item-button {
    /*position: absolute;*/
    /*bottom: .36458rem;*/
    /*left: .36458rem;*/
    /*background: #4272e7;*/
    width: 0.625rem;
    height: 0.2292rem;
    text-align: center;
    line-height: .2292rem;

    border: 1px solid #FFFFFF;
    font-size: .09375rem;
    /*justify-content: center;*/
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    margin-top: 0.1042rem;
    background: rgba(255, 255, 255, 0.1);
}

.content .content-industrial .industrial-content .group-item.active .item-show .show-text .industrial-item-button:hover {
    opacity: .8 !important
}

.content .content-industrial .industrial-content .group-item.active .item-show .show-text .industrial-item-button img {
    width: .11458rem;
    height: .11458rem;
    /*margin-left: .07813rem*/
}

.content .content-industrial .industrial-content .group-item.active .item-hide {
    display: none
}

.content .section-title {
    width: 100%;
    text-align: center;
    margin-bottom: .26042rem;
    font-size: .25rem;
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #fff;
    opacity: 0
}

.content .section-title .title-chinese span {
    font-family: HarmonyOS Sans SC;
    font-size: .25rem;
    font-weight: 900;
    line-height: normal;
    text-align: center;
    letter-spacing: .1em;
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    background: linear-gradient(270deg, #1930a2, #5ebcff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent
}

.content .section-title .title-english {
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #c7c7c7;
    font-size: .10417rem
}

.content .content-product {
    width: 100%;
    background: url(/static/img/product-bg.png);
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    padding-top: .3125rem;
    padding-bottom: 1.04167rem
}

.content .content-product .product-link {
    font-size: .125rem;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-feature-settings: "kern" on;
    color: #ffffffb3;
    margin-bottom: .52083rem;
    margin-top: -.20833rem;
    opacity: 0
}

.content .content-product .product-link a {
    text-decoration: none;
    color: #ffffffb3;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
}

.content .content-product .product-btn {
    display: flex;
    flex-direction: column;
    padding: .0625rem 0;
    background: #ffffff3b;
    font-size: .09375rem;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    letter-spacing: 0em;
    width: 100%;
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #1752dc;
    transition: all .3s ease;
    cursor: pointer;
    text-decoration: none;
}

.content .content-product .product-btn:hover {
    color: #fff;
    background: #1752dc
}

.content .content-product .product-content {
    display: flex;
    width: 8.3125rem;
    margin: 0 auto;
    gap: .125rem;
    opacity: 0;
    margin-top: 0.4rem;
}

.content .content-product .product-content .product-item {
    width: 1.5625rem;
    /*height: 1.85417rem;*/
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    transition: all .4s ease;
    background-image: url(/static/img/product-card-bg.png), linear-gradient(0deg, #fff3, #fff0);
    background-position: center;
    background-size: cover;
    border-radius: .08333rem;
    padding: 0 .125rem;
    padding-bottom: .125rem;
}

.content .content-product .product-content .product-item .item-title {
    font-size: .12rem;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #1752dc;
    margin-bottom: .08333rem
}

.content .content-product .product-content .product-item .item-desc {
    font-size: .09375rem;
    font-weight: 400;
    line-height: .16667rem;
    text-align: justify;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #000000d9;
    margin-bottom: .07292rem;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.content .content-product .product-content .product-item .item-icon {
    width: .83333rem;
    height: .83333rem;
    margin-top: -.3125rem;
    background-repeat: no-repeat;
    margin-bottom: .20833rem;
    background-position: center 0;
    background-size: 100%;
    overflow: hidden;
    animation: product-icon-reverse .625s steps(15)
}

@keyframes product-icon {
    0% {
        background-position: 0 0
    }
    to {
        background-position: 0 -12.5rem
    }
}

@keyframes product-icon-reverse {
    0% {
        background-position: 0 -12.5rem
    }
    to {
        background-position: 0 0
    }
}

.content .content-product .product-content .product-item:hover {
    box-shadow: 0 .3125rem .20833rem -.03646rem #0e2c5033
}

.content .content-product .product-content .product-item:hover .item-icon {
    animation: product-icon .625s steps(15);
    animation-fill-mode: forwards
}

.content .content-case {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url(/static/img/case-bg.png);
    background-position: center;
    background-size: cover;
    padding-top: .3125rem;
    padding-bottom: .3125rem
}

.content .content-case .case-top {
    width: 70%;
    height: .35417rem;
    display: flex;
    box-sizing: border-box;
    border-width: 0 0 .00521rem 0;
    border-style: solid;
    border-color: #b9b9b9;
    justify-content: center;
    margin-bottom: .3125rem;
    opacity: 0
}

.content .content-case .case-top .case-tab {
    color: #7d7f84;
    cursor: pointer;
    width: 20%;
    text-align: center;
    font-size: .125rem
}

.content .content-case .case-top .case-tab.active {
    box-sizing: border-box;
    border-width: 0 0 .04167rem 0;
    border-style: solid;
    border-color: #4272e7;
    color: #4272e7
}

.content .content-case .case-content {
    width: 100%;
    flex-grow: 1;
    opacity: 0
}

.content .content-case .case-content .case-item {
    display: none;
    flex-direction: column;
    width: 7.70833rem;
    height: 3.16146rem;
    margin: 0 auto
}

.content .content-case .case-content .case-item .case-item-content {
    padding: .20833rem .3125rem .40104rem;
    display: flex;
    width: 100%;
    height: 2.74479rem;
    flex-grow: 1;
    box-sizing: border-box;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.content .content-case .case-content .case-item .case-item-content .item-left {
    width: 3.33333rem;
    height: 2.13542rem
}

.content .content-case .case-content .case-item .case-item-content .item-left img {
    width: 100%;
    height: 100%
}

.content .content-case .case-content .case-item .case-item-content .item-right {
    width: 60%;
    display: flex;
    flex-direction: column;
    color: #fff;
    justify-content: flex-start;
    padding: 0 .26042rem;
    line-height: normal;
    letter-spacing: 0em
}

.content .content-case .case-content .case-item .case-item-content .item-right .item-title {
    font-size: .125rem;
    height: .20833rem
}

.content .content-case .case-content .case-item .case-item-content .item-right .item-desc {
    padding: .06813rem 0;
    flex-grow: 1;
    font-size: .08092rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em;
    text-align: justify;
}

.content .content-case .case-content .case-item .case-item-content .item-right .item-params {
    display: flex;
    height: .41667rem;
    flex-grow: 1
}

.content .content-case .case-content .case-item .case-item-content .item-right .item-params .params {
    display: flex;
    flex-direction: column;
    width: 34%
}

.content .content-case .case-content .case-item .case-item-content .item-right .item-params .param-title {
    font-size: .09375rem
}

.content .content-case .case-content .case-item .case-item-content .item-right .item-params .param-value {
    display: flex;
    justify-content: center;
    justify-content: flex-start;
    align-items: baseline;
    font-weight: 700
}

.content .content-case .case-content .case-item .case-item-content .item-right .item-params .param-value-text {
    font-size: .1875rem
}

.content .content-case .case-content .case-item .case-item-content .item-right .item-params .param-value-unit {
    font-size: .125rem;
    margin-left: 0.0208rem;
}

.content .content-case .case-content .case-item .case-item-content .item-right .item-btn {
    background-color: #fff;
    text-align: center;
    width: .72917rem;
    height: .1875rem;
    color: #397ef4;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .06771rem;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0em;
    cursor: pointer;
    text-decoration: none
}

.content .content-case .case-content .case-item .case-item-content .item-right .item-btn:hover {
    opacity: .7 !important;
}

.content .content-case .case-content .case-item .case-item-content .item-right .item-btn img {
    /*margin-left: .05208rem;*/
    width: .0825rem;
    height: .0825rem
}

.content .content-case .case-content .case-item .item-bottom {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    height: .52083rem;
    width: 100%;
    margin-top: -.10417rem
}

.content .content-case .case-content .case-item .item-bottom .tab-triangle {
    width: 0;
    height: 0;
    border-left: .05208rem solid transparent;
    border-right: .05208rem solid transparent;
    border-bottom: .10417rem solid #79BBFF;
    position: relative;
    left: calc(16.6666666667% - .05208rem);
    top: 0;
    transition: left .3s
}

.content .content-case .case-content .case-item .item-bottom .bottom-tabs {
    display: flex;
    width: 100%;
    height: .41667rem;
    justify-content: space-around;
    background-color: #79bbff;
    font-size: .09375rem;
    position: relative;
}

.content .content-case .case-content .case-item .item-bottom .bottom-tabs .bottom-tab {
    width: 33.31%;
    flex: 1;
    height: 100%;
    background: #3a6ec8;
    text-align: center;
    line-height: .41667rem;
    cursor: pointer;
    color: #fff
}

.content .content-case .case-content .case-item .item-bottom .bottom-tabs .bottom-tab + .bottom-tab {
    border-left: 0.0052rem solid #79BBFF;
}

.content .content-case .case-content .case-item .item-bottom .bottom-tabs .bottom-tab.active {
    background: #79bbff;
    color: #303133
}

.content .content-news {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    padding-bottom: .3125rem;
    padding-top: .3125rem
}


.content .content-news .news-link {
    font-size: .085rem;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #002d9bb3;
    margin-bottom: .20833rem;
    margin-top: -.20833rem;
    opacity: 0
}

.content .content-news .news-link a {
    text-decoration: none;
    color: #002d9bb3;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
}

.content .content-news-main {
    display: flex;
    opacity: 0;
    align-items: center;
    justify-content: center
}

.content .content-news .swiper-button-prev,
.content .content-news .swiper-button-next {
    display: none
}

.content .content-news #button-prev,
.content .content-news #button-next {
    width: .32292rem;
    height: .32292rem;
    opacity: 1;
    background: #e8e8e8;
    color: #002d9b;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

.content .content-news #button-prev:hover,
.content .content-news #button-next:hover {
    opacity: .7
}

.content .content-news .button-prev-icon {
    background-image: url(/static/img/arrow-right-blue.svg);
    background-position: center;
    background-size: contain;
    width: .2rem;
    height: .2rem;
    transform: rotate(180deg);
}

.content .content-news .button-next-icon {
    background-image: url(/static/img/arrow-right-blue.svg);
    background-position: center;
    background-size: contain;
    width: .2rem;
    height: .2rem
}

.content .content-news .news-swiper {
    position: relative;
    width: 7.70833rem;
    height: 100%;
    min-height: 2.22917rem;
    --swiper-pagination-color: #fff;
    overflow-x: hidden;
    margin-left: .28125rem;
    margin-right: .28125rem
}

.content .content-news .news-swiper .swiper-wrapper {
    height: 2.6rem
}

.content .content-news .news-swiper .swiper-wrapper .swiper-slide {
    letter-spacing: 0em;
    cursor: pointer;
    text-decoration: none;

}

.content .content-news .news-swiper .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 1.6rem;
    display: block
}

.content .content-news .news-swiper .swiper-wrapper .swiper-slide .news-time {
    color: #002d9b;
    font-size: .07292rem;
    margin: .07292rem 0
}

.content .content-news .news-swiper .swiper-wrapper .swiper-slide .news-title {
    margin-top: .07292rem;
    display: -webkit-box;
    height: .33333rem;
    font-size: .125rem;
    color: #3e3e3e;
    font-weight: 700;
    line-height: .16667rem;
    letter-spacing: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.content .content-news .news-swiper .swiper-wrapper .swiper-slide .news-desc {
    margin: .09375rem 0;
    color: #929292;
    font-size: .07292rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.content .content-news .swiper-button-next, .content .content-news .swiper-button-prev {
    top: 50%;
    width: .3125rem;
    height: .3125rem;
    border-radius: 50%;
    background-color: #c7c7c7;
    color: #fff;
    font-size: .10417rem
}

.content .content-news .swiper-button-next {
    right: .52083rem
}

.content .content-news .swiper-button-prev {
    left: .52083rem
}

.content .content-more {
    margin: .3125rem auto .26042rem;
    width: .6875rem;
    height: .20833rem;
    box-sizing: border-box;
    border: .00521rem solid #4272E7;
    font-size: .09375rem;
    line-height: .20833rem;
    text-align: center;
    color: #4272e7;
    font-weight: 400;
    cursor: pointer
}

.yd-video-modal {
    width: 8.33333rem;
    max-width: 8.33333rem;
    height: 4.6875rem;
    background: #fff;
    border-radius: .04167rem;
    z-index: 9999;
    position: relative;
    padding: 0;
    display: none
}

.yd-video-modal-vd {
    width: 100%;
    height: 100%;
    object-fit: fill
}

.blocker {
    z-index: 9999;
}

.fix {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 150px;
    height: 150px;
    background-image: url(/static/img/fix-bottom.png);
    background-position: center;
    background-size: 100% 100%;
    z-index: 99999;
}
