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;
}

.fs16 {
    font-size: 1rem;
}

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

.colorF {
    color: #ffffff;
}

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

.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);
}

.navbar {
    padding: 0;
}

.solutions.navbar-fixd {
    position: fixed;
    top: 5rem;
    z-index: 9999;
}

/* 轮播 */
.swiper-container {
    width: 100%;
    height: 30.55rem;
}

.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: 6.25rem;
}

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

.title.center {
    padding: 1.66rem;
    text-align: center;
}

.title .line {
    position: relative;
    margin-top: 14px;
}

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

.title.center .line::after, .title.center .line::before {
    /*margin-left: -10%;*/
}

.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: 22rem;
    background-color: #79B9EC;
    height: 0.19rem;
    left: 31%;
}

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

/* 解决方案 */
.box-item.solution-box {
    height: 36rem !important;
    background-color: #e8e8e9;
}

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

.solution-swiper-container .swiper-slide {
    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.contact {
    height: 11rem;
}

.footer-Msg {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    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 0.9rem;
    color: #353535;
    font-size: 1rem !important;
    margin: 0 0.25rem;
}

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

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

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

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

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

.system-list li.active, .system-list li:hover {
    background: #2FA1F2;
}

.system-list li.active span, .system-list li:hover span {
    color: #FFFFFF !important;
}

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

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

.health-care {
    background: #ffffff;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.health-content {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    /*justify-content: center;*/
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.nav-fixd {
    position: fixed;
    top: 0;
    left: 0;
}

.solutions {
    /*width: 100%;*/
}

.solution-case {
    width: 17rem;
    height: 4rem;
    background: #58C4C5;
    position: relative;
}

.solution-title {
    font-size: 1.38rem;
    color: #FEFEFE;
    margin-left: 2rem;
    line-height: 4rem;
}

.triangle {
    position: absolute;
    content: '';
    top: 4rem;
    left: 0;
    width: 0;
    height: 0;
    border-top: 17px solid #439899;
    border-left: 21px solid transparent;
}

.system-list {
    position: absolute;
    content: '';
    top: 4rem;
    right: 0;
    background: #E2F0FB;
}

.system-list li {
    min-height: 4rem;
    width: 16rem;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    border-bottom: 1px solid #D5E3EE;
    padding: 1rem;
    cursor: pointer;
}

.system-list li span {
    width: 12rem;
    display: block;
    font-size: 14px;
}

.list-icon {
    width: 14px;
    height: 14px;
    margin-right: 1rem;
}

.system-list li a {
    font-size: 0.88rem;
    color: #353535;
}

.system-list li.active .icon-white {
    display: block;
}

.system-list li .icon-white {
    display: none;
}

.system-list li.active .icon-black {
    display: none;
}

.system-list li .icon-black {
    display: block;
}

.emergency-content {
    border: 1px solid #999999;
    /*width: 48.5rem;*/
    display: none;
    margin-top: -4rem;
}

.emergency-content.active {
    display: block;
}

.emergency-content h3 {
    font-size: 1.38rem;
    font-family: SourceHanSansCN-Bold;
    font-weight: bold;
    color: #353535;
    text-align: center;
    line-height: 4rem;
    border-bottom: 1px solid #B2B2B2;
}

.emergency-msg {
    margin: 1rem 2rem;
}

.hospital {
    position: relative;
}

.hospital-list {
    position: absolute;
    content: '';
    left: 0;
    top: 4rem;
    width: 12rem;
    background: red;
    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;
}

.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;
}

.right-cont {
    width: calc(100% - 18rem);
    float: right;
}

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