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

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

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

/* 地图 */
#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;
}


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


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

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

/* 标题 */
.title {
    padding: 1.66rem;
}

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

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

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

.news-title {
    /*font-weight: 500;*/
    font-size: 1rem;
    color: #353535;
}

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

.news-article {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    text-indent: 0;
    font-family: SourceHanSansCN-Normal;
}

.news-content {
    margin: 1rem;
}

.news-middle {
    border: 4px solid rgba(51, 146, 221, 1);
    box-shadow: 0 0 1rem 0 rgba(51, 146, 221, 0.2);
}

.article {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-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: 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;
}

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