body {
    padding-top: 0 !important;
}

.wrap {
    overflow: hidden;
}

/* 左侧标尺 */
.ruler-box {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 10;
}

.ruler-item {
    opacity: .4;
    display: flex;
    align-items: center;
    margin: .25rem 0;
}

.ruler-line {
    width: .48rem;
    position: relative;
}

.ruler-line::after {
    content: '';
    width: 0.24rem;
    height: .01rem;
    background: #666666;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    transition: all .365s;
}

.ruler-text {
    font-family: PingFang SC, PingFang SC;
    font-weight: 700;
    font-size: 0.12rem;
    color: #333333;
    margin-left: .16rem;
}

.ruler-item.active {
    opacity: 1;
}

.ruler-item.active .ruler-line::after {
    width: 100%;
}

.ruler-item.active .ruler-text {
    font-size: .16rem;
}

/* 首页标题 */
.index-title {
    position: relative;
    padding-top: 0.35rem;
    padding-bottom: .3rem;
}

.index-title::after {
    content: '';
    width: 1rem;
    height: 0.06rem;
    background: linear-gradient(270deg, #22A5E0 0%, #152487 100%);
    border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    text-align: center;
}

.index-title-cn-box {
    display: flex;
    justify-content: center;
}

.index-title-cn {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: bold;
    font-size: 0.56rem;

    text-align: center;

    background-image: linear-gradient(to right, #192A88, #1B6BB8, #20A0DD);
    color: transparent;
    /* Safari/Chrome */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    position: relative;
    z-index: 2;
}

.index-title-en {
    width: 100%;
    font-family: Arial, Arial;
    font-weight: bold;
    font-size: 0.55rem;
    color: #EEEEEE;
    position: absolute;
    text-align: center;

    top: 0;
    left: 0;
    z-index: 1;
}

/* 顶部banner */
.index-banner {
    width: 100%;
    height: 9.6rem;
    position: relative;
}

.indexSwiper {
    width: 100%;
    height: 100%;
    position: relative;
}

.indexSwiper .swiper-pagination {
    bottom: 0.2rem;
}

.indexSwiper .swiper-pagination-bullet {
    width: .12rem;
    height: 0.12rem;
    opacity: .4;
    background: #fff;
    position: relative;
    border-radius: 0;
    border-radius: 50%;
}


.indexSwiper .swiper-pagination-bullet-active {
    opacity: 1;
    background: #00A0E9;
}

.indexSwiper .swiper-slide {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.indexSwiper-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.indexSwiper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.indexSwiper video::-webkit-media-controls {
    display: none !important;
}

.banner-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    z-index: 2;
}

.banner-title {
    font-family: 'shm';
    /*font-weight: bold;*/
    font-size: 0.76rem;
    color: #FFFFFF;
}
.banner-title strong {
    font-size: 0.86rem;
    
}
.banner-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.32rem;
    color: #FFFFFF;
    line-height: .6rem;
    margin: .3rem 0 .5rem;
}

.banner-text span {
    font-size: 0.52rem;
    font-family: Impact, Impact;
}

.banner-bt {
    padding: 0 .2rem;
    border-radius: .3rem;
    height: 0.5rem;
    border-radius: 1rem 1rem 1rem 1rem;
    border: 0.01rem solid #FFFFFF;
    display: flex;
    align-items: center;
    font-family: Arial, Arial;
    font-weight: bold;
    font-size: 0.24rem;
    color: #FFFFFF;
}

/* 服务平台 */
.index-plat-wrap {
    width: 100%;
    padding: .9rem 0;
    background: url(?assets/img/index/index1-bg.png) no-repeat;
    background-size: cover;
}

.index-plat-box {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: .77rem;
}

.index-plat-left {
    flex: 1;
}

.index-plat-nav {
    position: relative;
    padding-left: .3rem;

    margin: .2rem 0;
    display: flex;
}

.index-plat-nav p {
    position: relative;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: bold;
    font-size: 0.26rem;
    color: #333333;
    cursor: pointer;
}

.index-plat-nav::after {
    content: '';
    width: 0.1rem;
    height: 0.1rem;
    background: #999999;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.index-plat-nav.active p {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: bold;
    font-size: 0.32rem;
    color: #192A88;

}

.index-plat-nav.active::after {
    background: #FF0000;
}

.index-plat-nav.active p::after {
    content: '';
    width: 100%;
    height: 0.1rem;
    background: linear-gradient(90deg, #1C1F86 0%, #E30112 100%);
    position: absolute;
    bottom: -0.1rem;
    left: 0;
}

/*  */
.index-plat-right {
    flex-shrink: 0;

    position: relative;
}

.index-plat-item {
    width: 11.88rem;

    position: relative;
    display: none;

}

.index-plat-item:first-of-type {
    display: block;
}

.index-plat-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.index-plat-content {
    width: 60%;
    min-height: 5.78rem;
    padding: .45rem .5rem;
    background: linear-gradient(90deg, #FFFFFF 0%, #FFFFFF 29%, rgba(255, 255, 255, 0.9) 47%, rgba(255, 255, 255, 0.75) 69%, rgba(255, 255, 255, 0) 100%);
    border-radius: 0.2rem 0rem 0rem 0.2rem;

    position: relative;
    z-index: 2;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.index-plat-icon,
.index-plat-icon img {
    width: .96rem;
}

.index-plat-title {
    margin: .5rem 0 .25rem 0;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: bold;
    font-size: 0.36rem;
    color: #192A88;
}

.index-plat-p {
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 0.24rem;
    color: #333333;
    line-height: 0.42rem;
}

.index-more {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.8rem;
    height: 0.5rem;

    background: linear-gradient(90deg, #1C1F86 0%, #E30112 100%);
    border-radius: 1rem 1rem 1rem 1rem;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 500;
    font-size: 0.18rem;
    color: #FFFFFF;
    margin-top: .3rem;
    /*margin-left: 1.8rem;*/
}

.index-more img {
    width: .08rem;
    margin-left: .16rem;
}

/* 产品中心 */
.index-popular-wrap {
    margin: 0.8rem auto 1.5rem auto;
}

.index-popular-box {
    margin-top: .6rem;
    position: relative;
    padding-bottom: 0.55rem;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.index-popular-left {
    width: 3.46rem;
    flex-shrink: 0;
}

.index-popular-title {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: bold;
    font-size: 0.36rem;
    color: #212121;
}

.index-popular-p {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 0.18rem;
    color: #212121;
    line-height: 0.4rem;
    margin: .45rem 0;
}

/*  */
.index-popular-right {
    flex: 1;
    display: flex;
    justify-content: space-between;
    margin-left: .46rem;
}

.index-popular-item {
    position: relative;
    display: flex;
    align-items: flex-end;
    width: 3.72rem;
    height: 5.42rem;
    /*transition: all .265s;*/
    /*transition-property: width, height;*/
    /*transition-duration: 3s, 1s;*/
    /*    transition-timing-function: ease-in;*/
}

.index-popular-item a {
    width: 100%;
    height: 100%;
    transition: all .3s;
    display: flex;
    align-items: flex-end;
}

.index-popular-img,
.index-popular-img img {
    width: 100%;
    height: 4.58rem;
    object-fit: cover;
    transition: all .265s;
}

.index-popular-container {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    display: flex;
    justify-content: flex-start;
    padding: 0.32rem;
    flex-direction: column;
    align-items: center;
    transition: all .265s;
}

.index-popular-icon {
    width: .96rem;
    position: absolute;
    top: .64rem;
    left: 0;
    transition: all .365s;
}

.index-popular-content {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #192A88;
    padding: .3rem;
    text-align: center;
    
}

.index-popular-text {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: bold;
    font-size: 0.24rem;
    color: #FFFFFF;
}

.index-popular-cn {
    font-family: Arial, Arial;
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
    margin-top: .16rem;
    min-height: 0.34rem;
}

.index-popular-item-p {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
    line-height: 0.3rem;
    text-align: center;
    margin-top: .2rem;
    display: none;
    transition: all .3s;
}

.index-popular-item:hover .index-popular-img,
.index-popular-item:hover .index-popular-img img {
    height: 100%;
}

.index-popular-item:hover .index-popular-container {
    background: rgba(193, 10, 20, .4);
}

.index-popular-item:hover .index-popular-icon,
.index-popular-item:hover .index-popular-content {
    position: sticky;
}

.index-popular-item:hover .index-popular-content {
    background: transparent;
    padding: 0;
    margin-top: .24rem;

}

.index-popular-item:hover .index-popular-item-p {
    display: block;
}

/* 疾病模型 */
.index-model-wrap {
    width: 100%;
    padding: .8rem 0 .5rem 0;
    background: url(?assets/img/index/index3-bg.png) no-repeat;
    background-size: cover;
}

.index-model-title .index-title-en {
    opacity: .5;
}

.index-model-title .index-title-cn {
    color: #fff;
    background-image: linear-gradient(to right, #fff, #fff);
}

.index-model-title::after {
    background: #fff;
}

.index-model-box {
    margin: 0 auto;
}

.index-model-list {
    margin-top: .15rem;
    display: flex;
    flex-wrap: wrap;
}

.index-model-item {
    width: 2.1rem;
    margin-right: .21rem;
    margin-top: .5rem;
    position: relative;
    padding-top: .3rem;
}

.index-model-item:nth-child(7n) {
    margin-right: 0;
}

.index-model-icon {
    width: .6rem;
    height: .6rem;
    position: absolute;
    top: 0;
    left: .2rem;
    background: #01A1E9;
    border-radius: 0.05rem;
    padding: 0.09rem;
    transition: 0.6s;
}
.index-model-item:hover .index-model-icon {
    background: #fff;
}
.index-model-icon2 {
    display: none;
}

.index-model-content {
    min-height: 1.4rem;
    background: #FFFFFF;
    border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
    padding: .2rem;
    padding-top: .5rem;
    transition: all .365s;
}

.index-model-cn {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: bold;
    font-size: 0.18rem;
    color: #333333;
    transition: all .365s;

}

.index-model-en {
    font-family: Arial, Arial;
    font-weight: 400;
    font-size: 0.12rem;
    color: #333333;
    margin-top: .1rem;
    transition: all .365s;
}

.index-model-item:hover .index-model-icon1 {
    display: none;
}

.index-model-item:hover .index-model-icon2 {
    display: block;
}

.index-model-item:hover .index-model-content {
    background: #192A88;
}

.index-model-item:hover .index-model-cn {
    /*font-size: .24rem;*/
    color: #fff;
}

.index-model-item:hover .index-model-en {
    color: #fff;
}

.index-model-more {
    display: flex;
    justify-content: flex-end;
}

/* 走进澎立 */
.index-enter-wrap {
    margin: .85rem 0;
}

.index-enter-box {
    margin: 0 auto;
}
#dom4 .index-enter-box {
    /*width: 100%;*/
}

.index-enter-about {
    display: flex;
    margin-top: .5rem;
    /*margin-left: 1.8rem;*/
}

.index-enter-content {
    font-family: Arial, Arial;
    font-weight: 400;
    font-size: 0.18rem;
    color: #333333;
    line-height: 0.38rem;
    /* letter-spacing: 10px; */
    flex: 1;
}

.index-enter-img {
    flex-shrink: 0;
    width: 7.6rem;
    position: relative;
}

.index-enter-img img {
    width: 100%;
    /*height: 4.96rem;*/
    /*position: absolute;*/
    /*top: -1.69rem;*/
    right: 0;
}

.index-enter-list {
    width: 12.5rem;
    display: flex;
    justify-content: space-between;
    margin: .7rem auto;
}

.index-enter-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.index-enter-icon {
    width: 1rem;
    height: 1rem;
}

.index-enter-num {
    font-family: Arial Black, Arial Black;
    font-weight: 400;
    font-size: 0.38rem;
    color: #01A1E9;
    margin-top: 0.1rem
}

.index-enter-num span {
    font-family: Impact, Impact;
    font-weight: 400;
    font-size: 0.38rem;
    color: #01A1E9;
}

.index-enter-item-p {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.18rem;
    color: #333333;
    margin-top: 0.1rem;
}

.index-honor {
    width: 13.3rem;
    padding: 0 .61rem;
    margin: 0 auto;
    margin-top: .65rem;
    position: relative;
}

.honorSwiper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.honorSwiper .swiper-slide {
    width: auto;
    box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.16);
    padding: 0.2rem;
}

.honorSwiper .swiper-slide .line1 {
    font-size: 0.14rem;
    text-align: center;
    color: #333;
    margin-top: 0.16rem;
    border-top: 0.01rem solid #D1D1D1;
    padding-top: 0.14rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.honorSwiper {
    padding: 0.05rem;
}

.index-honor-img {
    height: 1.8rem;
    margin-left: auto;
    margin-right: auto;
}

.index-honor .swiper-button-next {
    right: 0;
}

.index-honor .swiper-button-prev {
    left: 0;
}

.index-honor .swiper-button-next,
.index-honor .swiper-button-prev {
    color: #ccc;
}

.index-honor .swiper-button-next:after,
.index-honor .swiper-button-prev:after {
    font-size: .4rem;
}

/* 新闻中心 */
.index-news-wrap {
    background: url(?assets/img/index/news-bg.png) no-repeat;
    background-size: cover;
    padding-bottom: 1.1rem;
    padding-top: .75rem;
}

.index-news-box {
    margin: 0 auto;
    margin-top: .75rem;
}

.index-news-nav-box {
    display: flex;
    justify-content: flex-end;
}

.index-news-nav {
    width: 1.6rem;
    height: 0.52rem;
    border-radius: 0rem 0rem 0rem 0rem;
    border: 0.01rem solid #173A96;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 0.2rem;
    color: #173A96;

    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: .13rem;
    cursor: pointer;
}

.index-news-nav.active {
    background: linear-gradient(90deg, #1C1F86 0%, #E30112 100%);
    color: #fff;
}

.index-news-list-box {
    display: flex;
    justify-content: space-between;
    margin-top: .38rem;
}

.index-news-left {
    width: 6.6rem;
    flex-shrink: 0;
}
.index-news-left:hover .index-news-left-title {
    color: #173A96;
    font-weight: bold;
}
.index-news-left:hover .index-news-left-more {
    color: #173A96;
    font-weight: bold;
}
.index-news-top:hover .index-news-top-title,
.index-news-top:hover .index-news-top-more {
    color: #173A96;
    font-weight: bold;
}

.index-news-item:hover .index-news-day,
.index-news-item:hover .index-news-year,
.index-news-item:hover .index-news-title {
    color: #173A96;
    font-weight: bold;
}

.index-news-left-img {
    width: 100%;
    height: 3.9rem;
    position: relative;
    border-radius: 0.16rem;
    overflow: hidden;
}

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

.index-news-left-time {
    width: 1.52rem;
    height: 0.46rem;
    background: #173A96;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.18rem;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    position: absolute;
    left: 0;
    bottom: 0;
}

.index-news-left-content {
    padding: 0.1rem .2rem;

}

.index-news-left-title {
    font-size: 0.18rem;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #000000;
    padding: .2rem 0;
    border-bottom: 0.01rem solid #D6D6D6;
}

.index-news-left-p {
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 0.28rem;
    margin-top: .25rem;
}

.index-news-left-more {
    font-size: 0.16rem;
    font-family: Arial-Regular, Arial;
    font-weight: 400;
    color: #313131;
    cursor: pointer;
    margin-top: .45rem;
}

/*  */
.index-news-right {
    margin-left: .55rem;
    flex: 1;
}

.index-news-top {
    display: flex;
    align-items: center;
}

.index-news-top-img {
    width: 3rem;
    height: 1.77rem;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
}

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

.index-news-top-time {
    width: 1.36rem;
    height: 0.36rem;

    background: #173A96;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.18rem;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    position: absolute;
    left: 0;
    top: 0.12rem;
}

.index-news-top-content {
    flex: 1;
    padding-left: .3rem;
}

.index-news-top-title {
    font-size: 0.18rem;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #000000;
}

.index-news-top-p {
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 0.28rem;
    margin-top: .25rem;
}

.index-news-top-more {
    font-size: 0.16rem;
    font-family: Arial-Regular, Arial;
    font-weight: 400;
    color: #313131;
    cursor: pointer;
    margin-top: .14rem;
}

.index-news-list {}

.index-news-item {
    margin-top: .4rem;
    display: flex;
}

.index-news-time {
    flex-shrink: 0;
    padding: 0 .25rem;
    border-right: 1px solid #CBCBCB;
    text-align: right;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    justify-content: center;
}

.index-news-day {
    font-size: 0.34rem;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
}

.index-news-year {
    font-size: 0.18rem;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    margin-top: .1rem;
}

.index-news-content {
    margin-left: .35rem;
    width: 5.52rem;
}

.index-news-title {
    font-size: 0.18rem;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #000000;
}

.index-news-p {
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 0.28rem;
    margin-top: .2rem;
}

/* 加入 */
.index-join-wrap {
    position: relative;
}

.index-join-bg {
    width: 100%;
    height: 2rem;
    object-fit: cover;
}

.index-join {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
}

.index-join-text {
    font-size: 0.36rem;
    font-family: Source Han Sans CN-Bold, Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
}


@media only screen and (max-width:768px){
    .index-plat-nav.active p{
        font-size: 0.26rem;
    }
    .index-plat-left {
    margin-right: 0.2rem;
    }
    .index-plat-item{
        width: 4.88rem;
    }
    .index-plat-content{
        width: 100%;
        min-height: 100%;
        padding: 0.2rem;
    }
    .index-popular-left{
        width: 100%;
    }
    .index-popular-box{
        flex-wrap: wrap;
    }
    .index-popular-item{
            width: 2.2rem;
    }
    .index-popular-right{
        margin-left: 0;
    }
    .index-model-item{
        margin-right: 0;
    }
    .index-model-list{
            justify-content: space-between;
    }
    .index-enter-about{
        flex-wrap: wrap;
    }
    .index-enter-list{
        width: 6.99rem;
    }
    .index-honor{
        width: 7rem;
        padding: 0;
    }
    .index-news-nav-box{
        justify-content: space-between;
    }
    .index-news-list-box.active{
            flex-wrap: wrap;
    }
    .index-news-left{
        width: 100%;
    }
    .index-news-right{
        margin-left:0;
    }
    .index-news-content{
        width: auto;
    }
    .index-enter-img{
        width: 6.6rem;
            margin: 0 auto;
    }
    .index-enter-content span{
        font-size: 0.18rem!important;
    }
    .index-join{
            justify-content: space-between;
    }
    .indexSwiper .swiper-button-next{
        right: 36%!important;
    }
    .indexSwiper .swiper-button-prev{
        left: 36%!important;
    }
    .index-popular-cn{
        font-size:0.12rem;
    }
    .index-popular-content{
        padding: 0.15rem;
    }
}<!--0.00021219253540039-->