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

.bg-fff {
    background: #fff;
}

.bgF8 {
    background: #F8F8F8 !important;
}

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

/* 顶部轮播 */
#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: #D1D1D1;
}

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

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

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

/* 地图 */
#container {
    width: 100%;
    height: 32.69rem;
}

.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: none !important;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.12) !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;
}

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

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

/* 解决方案 */
.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;
}

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

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

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


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


}

.intro-word {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /*-webkit-line-clamp: 4;*/
    overflow: hidden;
    text-indent: 0;
    font-family: SourceHanSansCN-Normal;
    font-weight: normal;
    /*width: 44rem;*/
    margin-left: 11rem;
    font-size: 14px;
    text-align: justify;
    padding-right: 3rem;
    margin-bottom: 1rem;
}

.intro-box .intro-list {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    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:last-child {
    border: 0 !important;
}

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

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

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

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

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

.survey-content {
    position: relative;
    height: 43rem;
}

.survey {
    height: 17.44rem;
    width: 35%;
    background: #ffffff;
}

.survey-title {
    margin-top: 5rem;
    /*margin-left: 50%;*/
    float: right;
}

.survey-intro {
    width: 65%;
    background: #58C4C5;
    color: #ffffff;
    height: 17.44rem;
}

.intro-msg {
    width: 48rem;
    /*margin: 3rem 22rem 2rem 3rem;*/
    font-size: 14px;
    font-family: SourceHanSansCN-Normal;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 1.75rem;
    text-align: justify;
    margin-top: 3%;
}

.survey-Eng {
    font-size: 2.25rem;
    font-family: IBMPlexSans;
    font-weight: 400;
    color: #353535;
    line-height: 2.25rem;
}

.survey-China {
    font-size: 1.63rem;
    font-family: SourceHanSansCN-Medium;
    font-weight: 500;
    color: #353535;
    margin-top: 1rem;
}

.oak-img {
    position: absolute;
    width: 8rem;
    height: 5.75rem;
    background: #58C4C5;
    left: 35%;
    top: 17.44rem;
}

.img {
    width: 4.19rem;
    height: 3rem;
    margin: 1.5rem 1.5rem 2rem 2rem;
}

.culture {
    height: 9rem;
    width: 100%;
}

.culture-title {
    /*margin-top: 2rem;*/
    margin: 2rem 5rem;
    text-align: center;
    font-weight: 500;
}

.ml-25 {
    margin-left: 30%;
}

.culture-intro {
    width: 100%;
    background: #58C4C5;
    color: #ffffff;
    height: 29rem;
}

.culture-msg {
    font-size: 14px;
    font-family: SourceHanSansCN-Normal;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 1.75rem;
    margin: 6rem 0 4rem 47%;
    width: 40rem;
    text-align: justify;
}

.culture-msg p:nth-of-type(2n+1) {
    font-size: 18px;
}

.culture-msg p:nth-of-type(2n) {
    font-size: 16px;
    margin-bottom: 10px;
}

.culture-img {
    position: absolute;
    width: 32rem;
    height: 100%;
    left: 19%;
    top: 0;
}

.honor-aptitude {
    background: #F8F8F8;
}

.aptitude-intro {
    margin-top: 5rem;
    /*margin: 5rem auto;*/
    text-align: center;

}

.aptitude-img {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    /*width: 18rem;*/
    /*height: 18rem;*/
}

.aptitude-img ul {
    padding: 4px 0;
    margin: 0;
    overflow: hidden;
}

.aptitude-img li {
    margin-right: 2rem;
}

.aptitude-img li:last-child {
    margin-right: 0 !important;
}

.aptitude-img p {
    font-size: 1.13rem;
    color: #353535;
    margin-top: 1rem;
}

.aptitude-img li img {
    display: inline;
    padding: 0;
    border: 6px solid #B5B5B5;
    width: 15rem;
    height: 18rem;
    background: #ECECEC;
}

.aptitude-img li:hover img {
    border-color: #2FA1F2;
}

.aptitude-img li:last-child img {
    border: 6px solid #2FA1F2;
}

.recruit {
    /*height: 19rem;*/
    width: 100%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.recruit img {
    margin-top: 7rem;
}

.recruit-content {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    position: absolute;
    top: 16rem;
    left: 0;
}

.recruit-msg {
    width: 50%;
    opacity: 0.96;
    height: 34.94rem;
}

.recruit-left {
    background: #58C4C5;
}

.ml-38 {
    /*margin-left: 37%;*/
    margin-right: 3%;
    float: right;
    width: 35rem;
}

.ml-12 {
    margin-left: 12%;
    width: 33rem;
}

.requirement-content h1 {
    font-size: 1.5rem;
    font-family: SourceHanSansCN-Bold;
    font-weight: bold;
    line-height: 5rem;
}

.requirement-content h3 {
    font-size: 1.13rem;
    font-family: SourceHanSansCN-Medium;
    font-weight: 400;
    line-height: 4rem;
}

.requirement-content li {
    font-size: 14px;
    font-family: SourceHanSansCN-Normal;
    font-weight: normal;
    line-height: 26px;
    color: #ffffff;
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    /*white-space: nowrap;*/
}

.requirement-right li {
    font-size: 0.88rem;
    font-family: SourceHanSansCN-Normal;
    font-weight: normal;
    line-height: 1.5rem;
    color: #353535;
    overflow: hidden;
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
}

.recruit-right-email {
    margin-top: 40px;
}

.recruit-right-email a {
    font-size: 20px;
    color: #fff;
}

.recruit-right {
    height: 31.38rem;;
    background: #E1EDF5;
}

.recruit-right-sub {
    height: 3.56rem;
    background: #E1EDF5;
}

.recruit-right-sub a, span {
    font-size: 1.5rem;
    font-family: SourceHanSansCN-Medium;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 3.56rem;
}

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