html {
    font-size: 16px;
}

/*滚动条样式*/
html::-webkit-scrollbar {
    width: 0;
}

/*滚动条里面小方块*/
html::-webkit-scrollbar-thumb {
    box-shadow: none;
    background: dodgerblue;
}

/*滚动条里面轨道*/
html::-webkit-scrollbar-track {
    box-shadow: none;
    background: transparent;
}

body {
    background-color: #EAEAEA;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

body, ul, li, h1, h2, h3, h4, h5, h6, p, form, dl, dt, dd {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: normal;
}

a {
    color: #353535;
}

/*a:hover{*/
/*color: #FFFFFF;*/
/*}*/
ul {
    list-style: none;
}

img {
    border-style: none;
}

.ml-9 {
    margin-left: 1rem;
}

.fs16 {
    font-size: 1rem;
}

.color35 {
    color: #353535;
    font-weight: 400;
}

.colorF {
    color: #ffffff;
}

.color555 {
    color: #555555;
}

.color222 {
    color: #222222;
}

.box-item {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.navbar {
    padding: 0;
}

/* 顶部轮播 */
#top-swiper {
    width: 100%;
    height: 40.63rem;
}

.swiper-pagination {
    bottom: 2rem !important;
    width: 100% !important;
    z-index: 999 !important;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: rgba(209, 209, 209, 1);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    margin: 0 0.5rem;
    background: #fff;
    opacity: 0.65 !important;
}

.swiper-pagination-bullet-active {
    width: 24px;
    background: #2FA1F2;
}

/* 新闻轮播 */
#news-swiper {
    /*width: 70%;*/
    padding-left: 4%;
    height: 38rem;
    top: 3rem;
}

.swiper-button-next {
    right: 0 !important;
}

/* 地图 */
#container {
    width: 100%;
    min-height: 458px;
}

.company-name {
    font-weight: bold;
    font-size: 14px;
    position: relative;
    left: -50%;
}

.amap-icon img {
    width: 2rem;
    height: 3rem;
}

.info {
    right: -10rem !important;
    min-width: auto !important;
    top: -3rem !important;
    font-size: 1rem;
    color: #353535;
}

.amap-marker-label {
    padding: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
    background-color: transparent !important;
}

.swiper-slide {
    font-size: 1rem;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.parallax-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 130%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}

.swiper-slide .title {
    font-size: 2.27rem;
    font-weight: 300;
}

.swiper-slide .subtitle {
    font-size: 1.16rem;
}

.swiper-slide .text {
    font-size: 0.77rem;
    max-width: 22.22rem;
    line-height: 1.3;
}

.swiper-slide img {
    height: 100%;
    width: 100%;
}

/* 标题 */
.title {
    padding: 1.66rem;
    margin-left: 6rem;
}

.title strong {
    font-size: 2rem;
    font-weight: 400;
    color: #222222;
}

.title.center {
    padding: 1.66rem;
    text-align: center;
    margin-top: 1rem;
    margin-left: 2%;
    font-size: 2rem;
    font-weight: 400;
    color: #222222;
}

.line {
    position: relative;
    margin-top: 1rem;
}

.title .line::after, .title .line::before {
    content: '';
    position: absolute;
    bottom: 0;
    height: 0.25rem;
}


.title .lineLeft::before {
    width: 22.61rem;
    background-color: #79B9EC;
    height: 0.25rem;
}

.title .lineLeft::after {
    width: 8.77rem;
    background-color: #2FA1F2;
}

.title .lineCenter::before {
    width: 25rem;
    background-color: #79B9EC;
    height: 0.19rem;
    left: 33%;
}

.title .lineCenter::after {
    width: 10rem;
    background-color: #2FA1F2;
    height: 0.19rem;
    left: 43%;
}

.navbar-light {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.12);
}

/* 解决方案 */
.box-item.solution-box {
    height: 45rem;
    background-color: #fff;
}

.solution-swiper-container {
    position: absolute;
    left: 50%;
    margin-left: -33.33rem;
    overflow: hidden;
    width: 66.66rem;
}

.solution-swiper-container .swiper-slide {
    margin: 1.66rem;
    position: relative;
    height: 36rem;
    overflow: hidden;
}

.solution {
    width: 22.22rem;
    height: 18rem;
    position: absolute;
    cursor: pointer;
}

.solution .background {
    position: absolute;
}

.solution .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(0, 0, 0, .3);
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
}

.solution .mask:hover {
    background-color: rgba(51, 146, 221, .8);
}

.solution .tip {
    position: absolute;
    z-index: 20;
    pointer-events: none;
}

.solution .txt {
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 20;
    pointer-events: none;
    color: #FFFFFF;
}

.solution.solution-medical .tip {
    height: 5.61rem;
    width: 5.55rem;
    top: 3.66rem;
    left: 8.38rem;
}

.solution.solution-medical .txt {
    top: 12.11rem;
}

.solution.solution-nurse {
    top: 18rem;
}

.solution.solution-nurse .tip {
    height: 5.27rem;
    width: 5.27rem;
    top: 3.72rem;
    left: 8.38rem;
}

.solution.solution-nurse .txt {
    top: 11.44rem;
}

.solution.solution-area {
    left: 22.22rem;
    height: 36rem;
}

.solution.solution-area .tip {
    height: 5.66rem;
    width: 5.33rem;
    top: 11.66rem;
    left: 8.33rem;
}

.solution.solution-area .txt {
    top: 21.05rem;
}

.solution.solution-hieip {
    left: 44.44rem;
}

.solution.solution-hieip .tip {
    height: 5.16rem;
    width: 5.16rem;
    top: 4.05rem;
    left: 8.55rem;
}

.solution.solution-hieip .txt {
    top: 11.22rem;
}

.solution.solution-hicip {
    top: 18rem;
    left: 44.44rem;
}

.solution.solution-hicip .tip {
    height: 5rem;
    width: 5rem;
    top: 4rem;
    left: 9rem;
}

.solution.solution-hicip .txt {
    top: 11.22rem;
}

/* 大背景 */
.bg-container img {
    position: absolute;
}

/* 案例 */
.box-item.case {
    height: 38.8rem;
}

/* 关于 */
.box-item.about {
    height: 38.8rem;
    background-color: #F8F8F8;
}

/* 新闻 */
.box-item.news {
    height: 50rem;
}

.Partner {
    height: 23rem;
    background: #FFFFFF;
    overflow: hidden;
}

.about-box {
    position: relative;
    border: .4rem solid #ADADAD;
    top: 6rem;
    width: 51.19rem;
    /*height: 25.25rem;*/
    left: 38%;
    margin-left: -10rem;
}

.box-item.contact {
    height: 11rem;
}

.case-box.case-title {
    font-size: 1.88rem;
}

.intro-box {
    height: 4rem;
    width: 44rem;
    background: #58C4C5;
    /*margin-left: 3.5rem;*/
    margin: auto;
    margin-bottom: 2rem;
}

.intro-word {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    /*-webkit-line-clamp: 4;*/
    /*-moz-line-clamp: 4;*/
    /*-ms-line-clamp: 4;*/
    /*line-clamp: 4;*/
    overflow: hidden;
    text-indent: 0;
    font-family: SourceHanSansCN-Normal;
    font-weight: normal;
    /*width: 43rem;*/
    margin-left: 11rem;
    margin-bottom: 1rem;
    font-size: 1rem;
    padding-right: 3rem;
}

.intro-box .intro-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
    line-height: 4rem;
}

.intro-box li {
    border-right: 1px solid #DEDEDE;
    text-align: center;
    padding: 0 2.92rem;
    font-size: 1.13rem;
    font-weight: 400;
    font-family: SourceHanSansCN-Medium;
}

.intro-box li a {
    color: #ffffff;
}

.footer-Msg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50%;
    border-bottom: 1px solid #ffffff;
    border-bottom: 1px solid #fff;
    line-height: 80px;
}

.img-icon {
    background: #fff;
    border-radius: 50%;
}

.navigation {
    padding: 0 1rem;
    color: #353535;
    font-size: 1rem !important;
    margin: 0 0.25rem;
}

.navigation a {
    color: #353535;
    font-size: 1rem !important;
}

.navigation.active {
    background: #2FA1F2;
}

.navigation.active a {
    color: #ffffff !important;
}

.navigation:hover {
    background: #2FA1F2;
}

.navigation:hover > a {
    color: #FFFFFF !important;
}

.link {
    padding: 0 1rem;
    font-size: 1rem;
    font-family: SourceHanSansCN-Normal;
    color: #353535 !important;
    font-weight: normal;
}


.nav-bar {
    padding: 0 !important;
    height: 4rem;
    line-height: 4rem;
}

.case-item {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin-bottom: 1rem;
    cursor: pointer;
}

.case-icon {
    width: 5rem;
    height: 5rem;
}

.case-box {
    /*line-height: 5rem;*/
    margin-top: 1.25rem;
    margin-left: 1rem;
}

.case-title {
    display: block;
    font-size: 1rem;
    color: #222222;
}

.dec {
    display: block;
    font-size: 1rem;
    color: #555555;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 20rem;
}

.case-list {
    margin-left: 7rem;
}

.news-title {
    display: block;
    width: 14.5rem;
    font-weight: 500;
    font-size: 1.13rem;;
    color: #353535;
    line-height: 2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-msg {
    /*width: 24rem;*/
    height: 33rem;
    -webkit-box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    background: #ffffff;
    overflow: hidden;
}

.news-article {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    -moz-line-clamp: 6;
    -ms-line-clamp: 6;
    line-clamp: 6;
    overflow: hidden;
    text-indent: 0;
    font-family: SourceHanSansCN-Normal;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.88rem;
    /*width: 22rem;*/
    height: 9rem;
    font-weight: normal;
    text-align: justify;
}

.news-content {
    margin: 1rem;
}

.swiper-slide.swiper-slide-next .news-msg {
    border: 4px solid rgba(51, 146, 221, 1);
    box-shadow: 0 0 1rem 0 rgba(51, 146, 221, 0.2);
    /*border-radius: 4x;*/
}

.swiper-slide:hover:not(.swiper-slide-next) .news-msg {
    border: 4px solid rgba(51, 146, 221, 1);
    box-shadow: 0 0 1rem 0 rgba(51, 146, 221, 0.2);
    /*border-radius: 4px;*/
}

/*.swiper-slide swiper-slide-active {*/
/*border-top-right-radius: 4px;*/
/*border-top-left-radius: 4px;*/
/*}*/

/*.swiper-slide.swiper-slide-next{*/
/*height: calc(89% - 3px);;*/
/*}*/

.article {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    -moz-line-clamp: 6;
    -ms-line-clamp: 6;
    line-clamp: 6;
    overflow: hidden;
}

.news-radius {
    height: 1.75rem;
    background: rgba(225, 225, 225, 1);
    border-radius: 1rem;
    padding: 0 1rem;
    color: #353535;
    font-weight: normal;
    line-height: 1.75rem;
}

.hospital {
    position: relative;
}

.hospital-list {
    position: absolute;
    content: '';
    left: 0;
    top: 4rem;
    width: 12rem;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.12);
    border-radius: 6px;
    line-height: 3rem;
    display: none;
}

.news-content a:hover {
    color: #FFFFFF;
    background: #2FA1F2;
}

.hospital-list li div {
    width: 11rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}

.hospital-list li a {
    color: #353535 !important;
    padding-left: 1rem;
    font-size: 0.88rem;
    /*background: red;*/
    width: 100%;
    height: 100%;
}

.hospital-list li.active {
    background: #2FA1F2;
}

.hospital-list li.active a {
    color: #FFFFFF !important;
}

.hospital-list li:hover {
    background: #2FA1F2;
}

.hospital-list li:hover a {
    color: #FFFFFF !important;
}

.example-hover {
    position: relative;
}

.displayFlex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.swiper-slide.swiper-slide-prev .news-msg {
    display: none;
}

.solution-more {
    display: block !important;
}

.example-more {
    display: block !important;;
}

.display-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    align-items: center;
}

.company {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin-top: 3rem;
}

.company > li {
    width: 26rem;
    height: 7.5rem;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(225, 225, 225, 1);
    box-shadow: 0 1rem 1rem 0 rgba(0, 0, 0, 0.12);
    border-radius: 8px;
}

.company li:not(:last-child) {
    margin-right: 2rem;
}

.logoIntro {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    justify-content: center;
    height: 100%;
}

.logoIntro img {
    width: 6rem;
    height: 6rem;
    margin: auto 1rem;
}

.logoIntro p {
    font-size: 1.25rem;
    margin: auto 0.5rem auto 0;
    font-weight: 500;
}
