.banner {
    max-height: 10rem;
}

.swiper-banner img {
    width: var(--size-overspread);
    min-height: 9rem;
    object-fit: cover;
}

.banner .banner-pc {
    display: block
}

.banner .banner-mobile {
    display: none;
}

.banner .slogan {
    top: 4.3rem;
    width: var(--size-overspread);
    z-index: 2;
}

.banner .slogan .text-list {
    width: 0;
    -webkit-animation: line 1.2s ease-in-out forwards;
    animation: line 1.2s ease-in-out forwards;
    overflow: hidden;
}

.banner .slogan .text-list .text-content {
    width: 5.8rem;
}

.banner .slogan span {
    display: inline-block;
    margin: 0 .05rem;
    /* -webkit-transform: translateY(-.9rem); transform: translateY(-.9rem); -webkit-animation:textSlogan .5s ease-in-out forwards; animation:textSlogan .5s ease-in-out forwards; opacity: 0; */
}

.banner .slogan .txt-01 {
    width: .71rem;
    height: .6rem;
    background-image: url(/images/txt_slogan_01.png);
}

.banner .slogan .txt-02 {
    width: .43rem;
    height: .62rem;
    background-image: url(/images/txt_slogan_02.png);
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}

.banner .slogan .txt-03 {
    width: .44rem;
    height: .68rem;
    background-image: url(/images/txt_slogan_03.png);
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}

.banner .slogan .txt-04 {
    top: -.05rem;
    left: .05rem;
    width: .5rem;
    height: .5rem;
    background-image: url(/images/txt_slogan_04.png);
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}

.banner .slogan .txt-05 {
    width: .57rem;
    height: .59rem;
    background-image: url(/images/txt_slogan_05.png);
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}

.banner .slogan .txt-06 {
    top: -.07rem;
    left: .05rem;
    width: .52rem;
    height: .63rem;
    background-image: url(/images/txt_slogan_06.png);
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.banner .slogan .txt-07 {
    top: -.12rem;
    left: .1rem;
    width: .34rem;
    height: .32rem;
    background-image: url(/images/txt_slogan_07.png);
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.banner .slogan .line {
    left: .2rem;
    bottom: -.6rem;
    width: 0;
    height: .64rem;
    background-image: url(/images/txt_slogan_08.png);
    background-size: 5.58rem .64rem;
    -webkit-animation: line .5s ease-in-out forwards;
    animation: line .5s ease-in-out forwards;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}

/* @-webkit-keyframes textSlogan{
	0%{ -webkit-transform: translateY(-.9rem); transform: translateY(-.9rem); opacity: 0; }
	100%{ -webkit-transform: translateY(0); transform: translateY(0); opacity: 1;}
}
@keyframes textSlogan{
	0%{ -webkit-transform: translateY(-.9rem); transform: translateY(-.9rem); opacity: 0; }
	100%{ -webkit-transform: translateY(0); transform: translateY(0); opacity: 1;}
} */
@-webkit-keyframes line {
    0% {
        width: 0;
    }

    100% {
        width: 5.58rem;
    }
}

@keyframes line {
    0% {
        width: 0;
    }

    100% {
        width: 5.58rem;
    }
}

.banner .btn-block {
    top: 1.8rem;
    left: .1rem;
    opacity: 0;
    -webkit-animation: opacity .5s linear forwards;
    animation: opacity .5s linear forwards;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

@-webkit-keyframes opacity {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes opacity {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.intro {
    margin-top: 1rem;
}

.intro .page-padding {
    width: 100%;
    grid-column-gap: .8rem;
    grid-template-columns: 1fr 4fr;
}

.intro .numCount,
.intro .clearfix {
    height: var(--size-overspread);
}

.intro .clearfix li {
    position: relative;
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: center;
    align-items: center;
}

.intro .clearfix li .line {
    position: absolute;
    bottom: -27%;
    left: .3rem;
    width: .03rem;
    height: 40%;
    opacity: 0;
}

.intro .clearfix li .line i {
    display: block;
    width: .03rem;
    height: 0;
    background: var(--light-grey-color);
}

.intro .clearfix li:nth-child(2) .line i {
    animation-delay: .5s;
}

.heightShow {
    animation: lineHeight 1s forwards;
}

@keyframes lineHeight {
    0% {
        height: 0;
    }

    100% {
        height: 100%;
    }
}

.intro .item-icon {
    margin-right: .4rem;
    width: .56rem;
    height: .52rem;
}

.intro .item-icon-company {
    background-image: url(/images/svg/icon_data_company.svg);
}

.intro .item-icon-city {
    background-image: url(/images/svg/icon_data_city.svg);
}

.intro .item-icon-hospital {
    background-image: url(/images/svg/icon_data_hospital.svg);
}

.intro .numU {
    font-size: .4rem;
    font-weight: bold;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
}

.intro .indc {
    font-size: .18rem;
    color: var(--light-font-color);
}

.intro video {
    height: 7.8rem;
    max-width: 15rem;
}

.video-mask {
    top: 0;
    left: 0;
    cursor: pointer;
}

.video-mask,
.video-mask img {
    width: 100%;
}

.intro .numU sub {
    font-size: .4rem
}

.product {
    margin: 1.8rem auto .9rem;
    width: 7.15rem;
    height: auto;
    background-position: center 2rem;
    background-size: 7.15rem 6.78rem;
}

.product .desc-product {
    margin: .1rem auto;
    font-size: var(--font-size-text);
    text-align: center;
    line-height: 2;
}

.product .product-list {
    margin-top: 0.5rem;
    position: relative;
    height: 6rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product .img-product img {
    width: 4.21rem;
}

.product .btn-block {
    margin: 0 auto;
}

.product .product-list a {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: transform .5s linear;
    transition: transform .5s linear;
    display: flex;
    align-items: center;
}

.product .product-list a:nth-of-type(1),
.product .product-list a:nth-of-type(7) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}

.product .product-list a:nth-of-type(2),
.product .product-list a:nth-of-type(4) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}

.product .product-list a:nth-of-type(3),
.product .product-list a:nth-of-type(5) {
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
}

.product .product-list a:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    /* animation-play-state: paused; */
}


.product .product-list span {
    display: block;
    width: .7rem;
    height: .7rem;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

/* .product .product-list a.pd-s {
    padding: .07rem;
}
 */
.product .product-list a img {
    width: .7rem;
    height: .7rem;
    vertical-align: middle;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding: .12rem;
    border: .02rem solid var(--light-grey-color);
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    background: var(--light-common-color);
}

.product .product-list a label {
    top: 50%;
    font-size: var(--font-size-text);
    color: var(--mild-font-color);
    white-space: nowrap;
}

.product .product-list a label.text-left {
    margin-right: 0.2rem;
}

.product .product-list a label.text-right {
    margin-left: 0.2rem;
}


.product .product-list .product-list-01 {
    top: 0.1rem;
    right: 4.7rem;
    flex-direction: row-reverse;
}

.product .product-list .product-list-02 {
    top: 1.35rem;
    right: 5.9rem;
    flex-direction: row-reverse;
}

.product .product-list .product-list-03 {
    top: 2.8rem;
    right: 6.2rem;
    flex-direction: row-reverse;
}

.product .product-list .product-list-04 {
    top: 4.3rem;
    right: 5.85rem;
    flex-direction: row-reverse;
}

.product .product-list .product-list-05 {
    top: 0.1rem;
    left: 4.7rem;
}

.product .product-list .product-list-06 {
    top: 1.35rem;
    left: 5.9rem;
}

.product .product-list .product-list-07 {
    top: 2.8rem;
    left: 6.2rem;
}

.product .product-list .product-list-08 {
    top: 4.3rem;
    left: 5.85rem;
}

.product .product-list .bg-purple {
    background: var(--purple-color);
}

.product .product-list .bg-blue {
    background: var(--blue-color);
}

.product .product-list .bg-yellow {
    background: var(--yellow-color);
}


@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(1, 119, 161, 0.4);
    }

    70% {
        -webkit-box-shadow: 0 0 0 .2rem rgba(1, 119, 161, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(1, 119, 161, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(1, 119, 161, 0.4);
        box-shadow: 0 0 0 0 rgba(1, 119, 161, 0.4);
    }

    70% {
        -moz-box-shadow: 0 0 0 .2rem rgba(1, 119, 161, 0);
        box-shadow: 0 0 0 .2rem rgba(1, 119, 161, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(1, 119, 161, 0);
        box-shadow: 0 0 0 0 rgba(1, 119, 161, 0);
    }
}

.about {
    grid-template-columns: 1fr 1fr;
}

.about .con-left img {
    width: var(--size-overspread);
    height: var(--size-overspread);
    object-fit: cover;
}

.about .con-right {
    margin-left: -.01rem;
    background: var(--mild-theme-color);
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.about .con-right .describe {
    width: 8rem;
    height: auto;
    color: var(--light-common-color);
}

.about .con-right .describe .shadow {
    height: 100%;
    background: rgba(255, 255, 255, .6);
}

.about .con-right .describe .describe-content .content {
    padding: .5rem;
    margin: 0 auto;
}

.about .con-right .describe .describe-title {
    font-size: var(--font-size-title);
}

.about .con-right .describe .describe-text {
    margin: .1rem auto .2rem;
    font-size: var(--font-size-text);
    line-height: 1.8;
    word-wrap: break-word;
}

.news {
    margin: .9rem auto 1.4rem;
}

/* .news .page-padding::after {
    content: "";
    position: absolute;
    bottom: -45%;
    left: 50%;
    width: 100%;
    height: 2.84rem;
    background: url("/images/line_news.png") no-repeat;
    background-size: 19.14rem 2.84rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
} */

.news .content {
    margin: .5rem auto;
    height: 5.3rem;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 2;
}

.news .content .con-left {
    width: 55%;
    height: 100%;
    justify-content: space-between;
    -webkit-flex-flow: column;
    flex-flow: column;
}

.news .content .con-right {
    width: 42%;
    height: calc(100% - .04rem);
}

.news .content .item-news {
    border: .02rem #EDF1F1 solid;
    -webkit-border-radius: .05rem;
    border-radius: .05rem;
}

.news .content .con-left .item-news {
    width: 100%;
    height: 45%;
}

.news .content .con-right .item-news {
    height: 100%;
}

.news .item-news a {
    height: 100%;
}

.news .item-news .news-img {
    width: 45%;
    height: 100%;
}

.news .item-news .news-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news .item-news .new-desc {
    padding: 0 .2rem;
    width: 55%;
}

.news .item-news .new-desc .news-title {
    display: -webkit-box;
    font-size: var(--font-size-subtitle);
    line-height: 1.8;
    color: var(--mild-font-color);
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    overflow: hidden;
}

.news .item-news .new-desc .date {
    margin-top: .6rem;
    font-size: .18rem;
    color: var(--light-font-color);
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.news .item-news .new-desc .btn-text {
    color: #0082AA;
}

.news .item-news .new-desc .btn-text svg line,
.news .item-news .new-desc .btn-text svg path {
    stroke: #0082aa;
    fill: #0082aa;
}

.news .con-right .item-news a {
    -webkit-flex-flow: column;
    flex-flow: column;
}

.news .con-right .item-news .news-img {
    width: 100%;
    height: 70%;
}

.news .con-right .item-news .new-desc {
    padding: 0 .1rem;
    width: 100%;
    height: 30%;
    -webkit-flex-flow: column;
    flex-flow: column;
    box-sizing: border-box;
}

.news .con-right .new-desc .news-title {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news .con-right .new-desc .date {
    width: 100%;
    margin-top: .2rem;
}

.news .btn-block {
    margin: .5rem auto;
}


:root {
    --size: clamp(1rem, 3rem, 5rem);
    --gap: calc(var(--size) / 14);
    --duration: 60s;
    --scroll-start: 0;
    --scroll-end: calc(-100% - var(--gap));
}

.partner {
    margin: 1.5rem auto;
}

.marquee {
    display: flex;
    display: -webkit-flex;
    margin-top: .5rem;
    overflow: hidden;
    gap: var(--gap);
    /* -webkit-mask-image: linear-gradient( var(--mask-direction, to right), hsl(0 0% 0% / 0), hsl(0 0% 0% / 1) 20%, hsl(0 0% 0% / 1) 80%, hsl(0 0% 0% / 0) ); mask-image: linear-gradient( var(--mask-direction, to right),  hsl(0 0% 0% / 0), hsl(0 0% 0% / 1) 20%, hsl(0 0% 0% / 1) 80%, hsl(0 0% 0% / 0)); */
}

.marquee__group {
    flex-shrink: 0;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    gap: var(--gap);
    min-width: var(--size-overspread);
    animation: scroll-x 60s linear infinite;
}

.bg-product-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 45%;
}


.marquee--reverse .marquee__group {
    animation-direction: reverse;
    animation-delay: -3s;
}

@-webkit-keyframes scroll-x {
    from {
        -webkit-transform: translateX(var(--scroll-start));
    }

    to {
        -webkit-transform: translateX(var(--scroll-end));
    }
}

@keyframes scroll-x {
    from {
        transform: translateX(var(--scroll-start));
    }

    to {
        transform: translateX(var(--scroll-end));
    }
}


.marquee .marquee-img {
    display: grid;
    place-items: center;
    width: var(--size);
    aspect-ratio: 16/7;
}

.marquee .marquee-img img {
    width: var(--size-overspread);
    max-width: 4.12rem;
    object-fit: fill;
}

.bg-product-ring {
    height: 100%;
}
.bg-product-ring-mb {
    display: none;
    height: 100%;
}

@media only screen and (max-width: 780px) {
    .banner .banner-pc {
        display: none
    }

    .banner .banner-mobile {
        display: block;
        min-height: 6.15rem !important;
    }

    .banner .slogan {
        top: 3.3rem;
        left: -.7rem;
        width: var(--size-overspread);
        z-index: 2;
        transform: scale(.8);
    }

    .intro {
        margin-top: 0;
        padding-right: 0;
        padding-left: 0 !important;
        grid-template-columns: auto !important;
    }

    .intro .page-padding {
        padding-right: 0;
        padding-left: 0 !important;
        grid-template-columns: auto !important;
    }

    .intro video {
        width: 100%;
        height: auto !important;
    }

    .intro .numCount {
        padding: .8rem 0 .8rem 1.05rem;
        box-sizing: border-box;
    }

    .intro .item-icon {
        width: .85rem;
        height: .72rem
    }

    .intro .clearfix li {
        height: 1.5rem
    }

    .intro .clearfix li .line {
        height: 40%;
        bottom: -20%;
        opacity: 1;
    }

    .intro .clearfix li .line i {
        height: 100%;
    }

    .intro .item {
        display: flex;
        -webkit-display: flex;
        -webkit-align-items: center;
        align-items: center;
    }

    .intro .numU {
        margin-right: .1rem;
        font-size: .3rem
    }

    .intro .indc {
        font-size: .3rem;
        color: var(--mild-font-color);
    }

    .intro .numU sub {
        font-size: .3rem
    }


    .product {
        margin: .8rem auto;
        background-position: center 2.5rem;
        background-size: 3.55rem 3.56rem;
    }

    .product .img-product {
        margin-top: 2.2rem;
    }

    .product .img-product img {
        width: 1.5rem;
    }

    .product .product-list a {
    }

    .about {
        grid-template-columns: auto;
    }

    .about .con-left {
        height: 4rem;
        overflow: hidden;
    }

    .about .con-left img {
        margin-top: -.5rem;
        height: 4.5rem;
    }

    .about .con-right .describe .shadow {
        display: none;
    }

    .about .con-right {
        margin-top: -.8rem;
        margin-left: var(--content-padding-left);
        margin-right: var(--content-padding-right);
        background: rgba(25, 163, 200, .9);
    }

    .about .con-right .describe {
        margin-left: 0;
        width: auto;
        grid-template-columns: auto;
        text-align: center;
        border: none;
    }

    .about .con-right .describe .describe-title {
        font-size: .34rem;
    }

    .about .con-right .describe .describe-text {
        margin: .2rem auto;
    }

    .news .content {
        height: 6.7rem;
        -webkit-flex-flow: column;
        flex-flow: column;
    }

    .news .content .con-left,
    .news .content .con-right {
        width: 100%;
    }

    .news .content .con-left .item-news,
    .news .content .con-right .item-news {
        margin-bottom: .45rem;
        height: 1.8rem;
    }

    .news .con-right .item-news a {
        -webkit-flex-flow: initial;
        flex-flow: initial;
    }

    .news .item-news .news-img,
    .news .con-right .item-news .news-img {
        width: 3.16rem;
        height: 100%;
    }

    .news .con-right .item-news .new-desc {
        padding: 0 0.2rem;
        width: 55%;
        height: 100%;
        box-sizing: initial;
    }

    .news .item-news .new-desc .date {
        margin-top: .4rem;
        font-size: var(--font-size-other);
    }

    .news .con-right .new-desc .news-title {
        display: -webkit-box;
        webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        word-break: break-all;
        overflow: hidden;
        white-space: inherit;
    }

    .news .page-padding::after {
        background-image: url("/images/mobile/line_news.png");
        background-size: 7.5rem 1.77rem;
    }

    .marquee__group {
        -webkit-animation-direction: normal;
        -webkit-animation-delay: 1s;
        animation-direction: normal;
        animation-delay: 1s;
    }

    .marquee--reverse .marquee__group {
        -webkit-animation-direction: reverse;
        -webkit-animation-delay: 1s;
        animation-direction: reverse;
        animation-delay: 1s;
    }

    .product .product-list {
        width: 75%;
        margin-inline: auto;
    }

    .product .product-list .product-list-01 {
        top: 1rem;
        right: 3.0rem;
    }

    .product .product-list .product-list-02 {
        top: 1.9rem;
        right: 3.9rem;
    }

    .product .product-list .product-list-03 {
        top: 3.1rem;
        right: 3.9rem;
    }


    .product .product-list .product-list-04 {
        top: 4rem;
        right: 3.0rem;
    }

    .product .product-list .product-list-05 {
        top: 1rem;
        left: 3.0rem;
    }

    .product .product-list .product-list-06 {
        top: 1.9rem;
        left: 3.9rem;
    }

    .product .product-list .product-list-07 {
        top: 3.1rem;
        left: 3.9rem;
    }

    .product .product-list .product-list-08 {
        top: 4rem;
        left: 3.0rem;
    }

    .bg-product-center {
        height: 25%;
    }

    .bg-product-ring {
        display: none;
    }

    .bg-product-ring-mb {
        display: block;
        height: 60%;
    }
}
