body {
    --base-color: #256bc0;
    --light-color: #2d6fde;
    --base-shadow: drop-shadow(0 0 8px rgba(0, 0, 0, 0.2));
}
.m-body.m-ims{
    max-width: unset;
    max-height: unset;
    width: 1920px;
}
.m-header {
    width: 100%;
    height: 240px;
    float: left;
    position: relative;
    box-sizing: border-box;
}

.m-header-top {
    width: 100%;
    height: 160px;
    position: relative;
}

.m-header-left {
    width: 920px;
    height: 160px;
    position: absolute;
    top: 0;
    left: calc(50% - 800px);
}

.m-header-logo {
    width: 293px;
    height: 80px;
    background: url("../img/header/en-logo.png") no-repeat 50% 50% / contain;
    position: absolute;
    top: 40px;
    left: 0;
}

.m-header-right {
    width: 480px;
    height: 160px;
    position: absolute;
    top: 0;
    right: calc(50% - 800px);
}

.m-header-tel {
    width: 160px;
    height: 30px;
    box-sizing: border-box;
    position: absolute;
    top: 30px;
    left: 20px;
    font-size: 18px;
    line-height: 30px;
    padding-left: 28px;
    background: url("../img/header/tel.png") no-repeat 0 50% / auto 16px;
}

.m-header-link {
    height: 30px;
    position: absolute;
    top: 30px;
    right: 0;
    text-align: right;
}

.m-header-link a {
    height: 30px;
    font-size: 18px;
    line-height: 30px;
    color: #888;
    display: inline-block;
    vertical-align: middle;
}

.m-header-link i {
    width: 2px;
    height: 20px;
    background: #aaa;
    margin: 5px 15px;
    display: inline-block;
    vertical-align: middle;
}

.m-header-search {
    width: 458px;
    height: 48px;
    background: #f7f7f7;
    border-radius: 5px;
    border: 1px solid #c6c6c6;
    position: absolute;
    top: 80px;
    right: 0;
}

.m-header-search input {
    width: 400px;
    height: 48px;
    font-size: 18px;
    line-height: 48px;
    padding: 0 10px;
    box-sizing: border-box;
    background: none;
    border: none;
    outline: none;
    float: left;
}

.m-header-search button {
    width: 48px;
    height: 48px;
    border: none;
    outline: none;
    float: left;
    background: url("../img/header/search.png") no-repeat 50% 50% / 24px auto;
    cursor: pointer;
}

.m-header-nav {
    width: 100%;
    height: 80px;
    border-top: 1px solid #d4d4d4;
    padding: 0 calc(50% - 840px);
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.m-header-nav-one {
    height: 80px;
    float: left;
    position: relative;
    cursor: pointer;
    margin: 0 34px;
}

.m-header-nav-name {
    height: 80px;
    font-size: 20px;
    line-height: 30px;
    box-sizing: border-box;
    padding: 25px 0;
    color: #000000;
    font-weight: bold;
    text-align: center;
    display: block;
}

.m-header-nav-children {
    position: absolute;
    width: fit-content;
    height: fit-content;
    left: 50%;
    margin: 0 auto;
    top: 85px;
    background: #ffffff;
    border-radius: 5px;
    padding: 5px 0;
    filter: var(--base-shadow);
    transform-origin: 0 -10px;
    transform: translate(-50%) scaleY(0);
    transition: all 100ms linear;
    z-index: 1000;
}

.m-header-nav-one:hover .m-header-nav-children {
    transform: translate(-50%) scaleY(1);
}

.m-header-nav-children:before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #ffffff;
    transform: rotate(45deg);
}

.m-header-nav-children:after {
    content: '';
    width: 100%;
    height: 40px;
    position: absolute;
    top: -20px;
    left: 0;
}

.m-header-nav-children a {
    width: 100%;
    white-space: nowrap;
    min-width: 120px;
    font-size: 16px;
    line-height: 24px;
    padding: 15px 20px;
    box-sizing: border-box;
    text-align: center;
    float: left;
}

.m-header-nav-children a:hover {
    color: #256bc0;
    color: var(--base-color);
}

.m-section {
    width: 100%;
    min-height: calc(100% - 670px);
    float: left;
    position: relative;
    box-sizing: border-box;
    background: #f2f2f2;
}

.m-ims .m-section {
    min-height: calc(100% - 460px);
}

.m-footer {
    width: 100%;
    min-height: 220px;
    float: left;
    position: relative;
    box-sizing: border-box;
}

.m-ims .m-footer {
    min-height: unset;
    height: 220px;
}

.m-footer-top {
    width: 100%;
    float: left;
}

.m-ims .m-footer-top {
    display: none;
}

.m-ims .m-article-time span:nth-child(1) {
    display: none;
}

.m-ims .m-article-time span:nth-child(2) {
    display: none;
}

.m-ims .m-article-time span:nth-child(3) {
    display: none;
}

.m-footer-tab {
    width: 400px;
    height: 40px;
    font-size: 28px;
    line-height: 40px;
    text-align: center;
    white-space: nowrap;
    margin: 30px calc(50% - 200px) 0;
    float: left;
}

.m-footer-tab i {
    width: 1px;
    height: 24px;
    background: #ffffff;
    display: inline-block;
    margin: 8px 15px;
    vertical-align: middle;
}

.m-footer-tab span {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.m-footer-tab span.active {
    font-weight: bold;
}

.m-footer-link {
    width: 1600px;
    margin: 20px calc(50% - 800px);
    float: left;
    display: none;
    text-align: left;
}

.m-footer-link.active {
    display: block;
}

.m-footer-link-big {
    width: 320px;
    height: 60px;
    box-sizing: border-box;
    padding: 15px 0;
    margin: 20px 0;
    font-size: 18px;
    line-height: 30px;
    float: left;
}

.m-footer-link a:hover {
    color: #256bc0;
    color: var(--base-color);
}

.m-footer-bottom {
    width: 100%;
    height: 220px;
    background: #000000;
    float: left;
    position: relative;
}

.m-footer-text {
    width: 1100px;
    height: 90px;
    position: absolute;
    top: 0;
    left: calc(50% - 800px);
    bottom: 0;
    margin: auto 0;
}

.m-footer-text span {
    width: 100%;
    margin: 10px 0;
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    float: left;
}

.m-footer-qrcode {
    width: 500px;
    height: 170px;
    position: absolute;
    top: 0;
    right: calc(50% - 800px);
    bottom: 0;
    margin: auto 0;
    text-align: right;
}

.m-footer-qrcode-one {
    width: 170px;
    height: 170px;
    margin-left: 40px;
    display: inline-block;
}

.m-footer-qrcode-one img {
    width: 140px;
    height: 140px;
    margin: 0 15px;
    float: left;
}

.m-footer-qrcode-one span {
    width: 170px;
    height: 20px;
    margin: 10px 0 0;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #ffffff;
    float: left;
}

.m-english .m-index-top {
    width: 100%;
    float: left;
    position: relative;
    background: #ffffff;
}

.m-english .m-banner-box {
    width: 100%;
    height: 710px;
    float: left;
}

.m-english .m-banner-image {
    width: 100%;
    height: 710px;
    position: absolute;
    top: 0;
    left: 0;
}

.m-english .m-banner-image img {
    width: 100%;
    height: 710px;
    object-position: 50% 100%;
    object-fit: cover;
}

.m-english .m-index-title {
    width: fit-content;
    position: absolute;
    color: #000000;
}

.m-english .m-index-title span {
    font-size: 48px;
    line-height: 48px;
    font-weight: bold;
    float: left;
}

.m-english .m-news-box {
    width: 1600px;
    height: 860px;
    float: left;
    position: relative;
    margin: 0 calc(50% - 800px);
    padding-top: 180px;
    box-sizing: border-box;
}

.m-english .m-news-box .m-index-title {
    top: 118px;
    left: 30px;
}

.m-english .m-news-more {
    width: 220px;
    height: 54px;
    border: 1px solid #444444;
    position: absolute;
    top: 118px;
    right: 10px;
    font-size: 24px;
    line-height: 54px;
    text-align: center;
    clear: left;
}

.m-english .m-news-list {
    width: 1590px;
    margin: 50px 10px 0;
    float: left;
}

.m-english .m-news-one {
    width: 500px;
    height: 200px;
    margin: 0 15px;
    float: left;
    position: relative;
}

.m-english .m-news-one.cover {
    height: 560px;
}

.m-english .m-news-cover {
    width: 500px;
    height: 360px;
}

.m-english .m-news-title {
    width: 500px;
    font-size: 20px;
    line-height: 30px;
    margin: 35px 0 0;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
}

.m-english .m-news-desc {
    width: 500px;
    height: 72px;
    font-size: 16px;
    line-height: 24px;
    margin: 15px 0;
    float: left;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #999999;
}

.m-english .m-news-time {
    width: 500px;
    height: 24px;
    font-size: 16px;
    line-height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #999999;
    float: left;
}

.m-english .m-index-middle {
    width: 100%;
    float: left;
    position: relative;
    background: #ffffff;
}

.m-english .m-medical-box {
    width: 1600px;
    height: 880px;
    margin: 0 calc(50% - 800px);
    float: left;
    position: relative;
}

.m-english .m-medical-image {
    width: 100%;
    height: 880px;
    position: absolute;
    top: 0;
    left: 0;
}

.m-english .m-medical-image img {
    width: 100%;
    height: 880px;
    float: left;
    object-fit: cover;
}

.m-english .m-medical-title {
    font-size: 48px;
    line-height: 48px;
    color: #ffffff;
    font-weight: bold;
    float: left;
    margin: 80px 0 0 30px;
}

.m-english .m-medical-desc {
    width: 600px;
    max-height: 180px;
    font-size: 18px;
    line-height: 30px;
    margin: 50px 30px;
    float: left;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #ffffff;
    clear: left;
}

.m-english .m-medical-more {
    width: 220px;
    height: 54px;
    border: 1px solid #ffffff;
    float: left;
    margin: 0 30px;
    font-size: 24px;
    line-height: 54px;
    color: #ffffff;
    text-align: center;
    clear: left;
}

.m-english .m-research-box {
    width: 1600px;
    height: 730px;
    float: left;
    position: relative;
    margin: 0 calc(50% - 800px);
    padding-top: 80px;
    box-sizing: border-box;
}

.m-english .m-research-image {
    width: 720px;
    height: 510px;
    position: absolute;
    top: 80px;
    right: 0;
}

.m-english .m-research-title {
    font-size: 48px;
    line-height: 48px;
    font-weight: bold;
    float: left;
    margin: 80px 0 0 30px;
}

.m-english .m-research-desc {
    width: 600px;
    max-height: 180px;
    font-size: 18px;
    line-height: 30px;
    margin: 50px 30px 40px;
    float: left;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    clear: left;
}

.m-english .m-research-time {
    width: 600px;
    height: 24px;
    font-size: 18px;
    line-height: 24px;
    margin: 0 30px 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #999999;
    float: left;
    clear: left;
}

.m-english .m-research-more {
    width: 220px;
    height: 54px;
    border: 1px solid #444444;
    float: left;
    margin: 0 30px;
    font-size: 24px;
    line-height: 54px;
    text-align: center;
    clear: left;
}

.m-english .m-index-bottom {
    width: 100%;
    float: left;
    position: relative;
}

.m-english .m-join-box {
    width: 1600px;
    height: 920px;
    float: left;
    position: relative;
    margin: 0 calc(50% - 800px);
    padding-top: 180px;
    box-sizing: border-box;
}

.m-english .m-join-box .m-index-title {
    top: 118px;
    left: 30px;
}

.m-english .m-join-more {
    width: 220px;
    height: 54px;
    border: 1px solid #444444;
    position: absolute;
    top: 118px;
    right: 10px;
    font-size: 24px;
    line-height: 54px;
    text-align: center;
    clear: left;
}

.m-english .m-carousel-box {
    width: 800px;
    height: 570px;
    margin: 50px 0 0 30px;
    float: left;
    position: relative;
}

.m-english .m-carousel-image {
    width: 800px;
    height: 570px;
    float: left;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
}

.m-english .m-carousel-inner {
    height: 570px;
    position: absolute;
    top: 0;
    left: 0;
}

.m-english .m-carousel-image img {
    width: 800px;
    height: 570px;
    display: inline-block;
    cursor: pointer;
}

.m-english .m-carousel-point {
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0 10px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.4);
    display: none;
    text-align: right;
}

.m-english .m-carousel-point span {
    width: 12px;
    height: 12px;
    margin: 17px 4px;
    border-radius: 50%;
    border: 2px solid #b2b2b2;
    box-sizing: border-box;
    display: inline-block;
    cursor: pointer;
}

.m-english .m-carousel-point span.active {
    background: #f4bb42;
    border-color: #f4bb42;
}

.m-english .m-join-list {
    width: 700px;
    height: 570px;
    margin: 50px 0 0 70px;
    float: left;
}

.m-english .m-join-one {
    width: 700px;
    margin: 0 0 20px;
    border-top: 1px solid #d4d4d4;
    float: left;
    position: relative;
}

.m-english .m-join-one:first-of-type {
    border-top: none;
}

.m-english .m-join-title {
    width: 700px;
    font-size: 20px;
    line-height: 30px;
    margin: 20px 0 0;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
}

.m-english .m-join-desc {
    width: 700px;
    max-height: 72px;
    font-size: 16px;
    line-height: 24px;
    margin: 15px 0;
    float: left;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #999999;
}

.m-english .m-join-time {
    width: 700px;
    height: 24px;
    font-size: 16px;
    line-height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #999999;
    float: left;
}

.m-english .m-cooper-image {
    width: 100%;
    height: 820px;
    position: absolute;
    top: 920px;
    left: 0;
}

.m-english .m-cooper-image img {
    width: 100%;
    height: 820px;
    float: left;
    object-fit: cover;
}

.m-english .m-cooper-box {
    width: 1600px;
    height: 820px;
    float: left;
    position: relative;
    margin: 0 calc(50% - 800px);
    padding-top: 180px;
    box-sizing: border-box;
}

.m-english .m-cooper-box .m-index-title {
    top: 90px;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #ffffff;
}

.m-english .m-cooper-inner {
    width: 600px;
    margin: 0 100px;
    float: left;
}

.m-english .m-cooper-title {
    width: 600px;
    height: 40px;
    font-size: 30px;
    line-height: 40px;
    margin: 20px 0 0;
    padding-left: 20px;
    box-sizing: border-box;
    color: #ffffff;
    float: left;
}

.m-english .m-cooper-list {
    width: 600px;
    height: 400px;
    margin: 20px 0;
    float: left;
}

.m-english .m-cooper-one {
    width: 600px;
    height: 30px;
    font-size: 18px;
    line-height: 30px;
    margin: 10px 0;
    padding-left: 20px;
    color: #ffffff;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
    position: relative;
}

.m-english .m-cooper-one:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ffffff;
}

.m-english .m-cooper-more {
    width: 220px;
    height: 54px;
    border: 1px solid #ffffff;
    color: #ffffff;
    float: left;
    margin: 0 189px;
    font-size: 24px;
    line-height: 54px;
    text-align: center;
    clear: left;
}

.m-article .m-category-left-one a {
    font-size: 16px;
    padding: 10px 15px;
}

.m-detail-box .m-article-title {
    font-family: inherit;
}

.m-article-empty {
    background-image: url("../img/article/en-empty.png") !important;
}

.m-ims-top {
    width: 100%;
    height: 800px;
    float: left;
    position: relative;
}

.m-ims-top-image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.m-ims-top-image img {
    width: 100%;
    height: 100%;
    float: left;
    object-fit: cover;
}


.m-ims-top-text {
    font-size: 22px;
    line-height: 30px;
    color: #ffffff;
    position: absolute;
    left: calc(50% - 800px);
    top: 180px;
    opacity: 0.5;
}

.m-ims-top-title {
    width: 700px;
    font-size: 80px;
    line-height: 100px;
    color: #ffffff;
    font-weight: bold;
    position: absolute;
    left: calc(50% - 800px);
    top: 240px;
}

.m-ims-top-btn {
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    font-weight: bold;
    letter-spacing: 2px;
    position: absolute;
    left: calc(50% - 800px);
    top: 600px;
    border: 1px solid #ffffff;
    border-radius: 30px;
    padding: 15px 50px;
    cursor: pointer;
}

.m-ims-top-btn:hover {
    color: #1169ab;
    background: #ffffff;
}

.m-ims-top-carousel-container {
    width: 100%;
    height: 800px;
    position: relative;
    overflow: hidden;
}

.m-ims-top-carousel-track {
    display: flex;
    height: 100%;
    transition: transform 0.5s ease;
}

.m-ims-top-carousel-slide {
    min-width: 100%;
    height: 100%;
}

.m-ims-top-carousel-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.m-ims-about {
    width: 100%;
    height: 460px;
    background: #ffffff;
    float: left;
    position: relative;
}

.m-ims-about-head {
    width: 1368px;
    height: 62px;
    background-image: url("../img/ims/index7_05.png");
    background-size: 100%;
    margin: 100px auto 65px auto;
}

.m-ims-about-head span {
    font-size: 18px;
}

.m-ims-about-text {
    width: 1100px;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    color: #999999;
    margin: 0px calc(50% - 550px) 60px;
    float: left;
}

.m-ims-about-btn {
    width: 100px;
    height: 40px;
    margin: 0 calc(50% - 110px);
    float: left;
    position: relative;
    cursor: pointer;
}

.m-ims-about-btn span {
    width: 100%;
    height: 100%;
    font-size: 22px;
    line-height: 40px;
    text-align: center;
    color: #999999;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.m-ims-about-btn:after {
    content: '';
    width: 100%;
    height: 8px;
    position: absolute;
    left: 0;
    bottom: 8px;
    background: #d9e5f4;
    transition: all 150ms linear;
}

.m-ims-about-btn:hover:after {
    background: #c4dff4;
}

.m-ims-part {
    width: 100%;
    height: 670px;
    background: #f7f7f7;
    float: left;
    position: relative;
}

.m-ims-part-title {
    width: 750px;
    height: 50px;
    font-size: 32px;
    line-height: 50px;
    position: absolute;
    left: calc(50% - 800px);
    top: 90px;
}

.m-ims-part-text {
    width: 750px;
    font-size: 20px;
    line-height: 30px;
    color: #999999;
    position: absolute;
    left: calc(50% - 800px);
    top: 200px;
}

.m-ims-part-carousel {
    width: 800px;
    height: 420px;
    position: absolute;
    top: 90px;
    right: calc(50% - 800px);
    overflow: hidden;
    white-space: nowrap;
}

.m-ims-part-carousel-inner {
    height: 420px;
    position: absolute;
    top: 0;
    left: 0;
}

.m-ims-part-carousel-inner img {
    width: 800px;
    height: 420px;
    display: inline-block;
    cursor: pointer;
    object-fit: cover;
}

.m-ims-part-point {
    width: 200px;
    height: 50px;
    position: absolute;
    top: 550px;
    left: 0;
    right: 0;
    margin: 0 auto;
    box-sizing: border-box;
    display: none;
    text-align: center;
}

.m-ims-part-point span {
    width: 12px;
    height: 12px;
    margin: 17px 5px;
    border-radius: 50%;
    border: 1px solid #6b9ee4;
    box-sizing: border-box;
    display: inline-block;
    cursor: pointer;
}

.m-ims-part-point span.active {
    background: #6b9ee4;
}

.m-ims-rank {
    width: 100%;
    height: 1250px;
    background: #eaeff3;
    float: left;
    position: relative;
}

.m-ims-rank-title {
    width: 500px;
    height: 80px;
    font-size: 32px;
    line-height: 80px;
    text-align: center;
    margin: 60px calc(50% - 250px) 30px;
    float: left;
    position: relative;
    cursor: pointer;
}

.m-ims-rank-title:after {
    content: '';
    width: 120px;
    height: 4px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    background: #1169ab;
}

.m-ims-rank-text {
    width: 1100px;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    color: #999999;
    margin: 0 calc(50% - 550px);
    float: left;
}

.m-ims-rank-list {
    width: 1680px;
    height: 840px;
    margin: 40px calc(50% - 840px);
    float: left;
}

.m-ims-rank-one {
    width: 340px;
    height: 340px;
    margin: 40px;
    background: #ffffff;
    border-radius: 130px;
    float: left;
    box-sizing: border-box;
}

.m-ims-rank-one:hover {
    background: #1169ab;
}

.m-ims-rank-one span:first-of-type {
    width: 280px;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
    margin: 70px 30px 15px;
    float: left;
}

.m-ims-rank-one span:last-of-type {
    width: 260px;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: #999999;
    margin: 0 40px;
    float: left;
}

.m-ims-rank-list .m-ims-rank-one:first-of-type span:last-of-type {
    width: 261px;
}

.m-ims-rank-one:hover span {
    color: #ffffff;
}

.m-ims-rank-more {
    width: 90px;
    height: 40px;
    margin: 0 calc(50% - 45px);
    float: left;
    position: relative;
    cursor: pointer;
}

.m-ims-rank-more span {
    width: 100%;
    height: 100%;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    color: #999999;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.m-ims-rank-more:after {
    content: '';
    width: 100%;
    height: 8px;
    position: absolute;
    left: 0;
    bottom: 8px;
    background: #c8d8ea;
    transition: all 150ms linear;
}

.m-ims-rank-more:hover:after {
    background: #c4dff4;
}

.m-ims-program {
    width: 100%;
    height: 650px;
    float: left;
    position: relative;
}

.m-ims-program-image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.m-ims-program-image:after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
}

.m-ims-program-image img {
    width: 100%;
    height: 100%;
    float: left;
    object-fit: cover;
}

.m-ims-program-title {
    width: 500px;
    height: 80px;
    font-size: 32px;
    line-height: 80px;
    color: #ffffff;
    text-align: center;
    margin: 150px calc(50% - 250px) 0;
    float: left;
    position: relative;
    cursor: pointer;
    opacity: 0.8;
}

.m-ims-program-text {
    width: 1600px;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    margin: 0 calc(50% - 800px) 10px;
    float: left;
    position: relative;
    opacity: 0.8;
}
.m-ims-program-content {
    width: 1600px;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    margin: 0 calc(50% - 800px) 40px;
    float: left;
    position: relative;
    opacity: 0.8;
}
.m-ims-program-more {
    width: 200px;
    height: 40px;
    margin: 0 calc(50% - 110px);
    float: left;
    position: relative;
    cursor: pointer;
}

.m-ims-program-more span {
    width: 100%;
    height: 100%;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.m-ims-program-more:after {
    content: '';
    width: 100%;
    height: 8px;
    position: absolute;
    left: 0;
    bottom: 8px;
    background: #ffffff;
    transition: all 150ms linear;
    opacity: 0.3;
}

.m-ims-story {
    width: 100%;
    height: 640px;
    float: left;
    background: #f3f3f3;
    position: relative;
}

.m-ims-story-title {
    width: 750px;
    height: 50px;
    font-size: 40px;
    line-height: 50px;
    position: absolute;
    left: calc(50% - 800px);
    top: 90px;
}

.m-ims-story-text {
    width: 750px;
    height: 300px;
    overflow: hidden;
    font-size: 20px;
    line-height: 30px;
    color: #999999;
    position: absolute;
    left: calc(50% - 800px);
    top: 170px;
}

.m-ims-story-more {
    width: 90px;
    height: 40px;
    position: absolute;
    left: calc(50% - 800px);
    top: 470px;
    cursor: pointer;
}

.m-ims-story-more span {
    width: 100%;
    height: 100%;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    color: #999999;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.m-ims-story-more:after {
    content: '';
    width: 100%;
    height: 8px;
    position: absolute;
    left: 0;
    bottom: 8px;
    background: #c8d8ea;
    transition: all 150ms linear;
}

.m-ims-story-more:hover:after {
    background: #c4dff4;
}

.m-ims-story-video {
    width: 800px;
    height: 420px;
    position: absolute;
    top: 90px;
    right: calc(50% - 800px);
    overflow: hidden;
    white-space: nowrap;
}

.m-ims-story-tx {
    width: 800px;
    height: 40px;
    position: absolute;
    /* left: calc(100% - 800px); */
    top: 510px;
    text-align: right;
    right: 0px;
    right: calc(50% - 650px);
}

.m-ims-story-tx span {
    width: 100%;
    height: 100%;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    color: #999999;
    /* position: absolute; */
    /* top: 0; */
    /* left: 400px; */

}

.m-ims-story-video video {
    width: 100%;
    height: 100%;
    float: left;
    object-fit: cover;
}

.m-ims-location {
    width: 100%;
    height: 820px;
    float: left;
    background: #ffffff;
    position: relative;
    box-sizing: border-box;
    padding-top: 100px;
    padding-left: calc(50% - 800px);
}

.m-ims-location-first {
    width: 1060px;
    height: 321px;
    background: #1169ab;
    float: left;
    margin: 0 20px 20px 0;
    position: relative;
}

.m-ims-location-title {
    width: 480px;
    height: 50px;
    font-size: 40px;
    line-height: 50px;
    color: #ffffff;
    position: absolute;
    left: 50px;
    top: 40px;
    opacity: 0.8;
}

.m-ims-location-text {
    width: 980px;
    height: 200px;
    overflow: hidden;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    position: absolute;
    left: 51px;
    top: 100px;
    opacity: 0.8;
}

.m-ims-location-one {
    width: 520px;
    height: 321px;
    float: left;
    margin: 0 20px 20px 0;
    position: relative;
}

.m-ims-location-one img {
    width: 100%;
    height: 100%;
    float: left;
    object-fit: cover;
}

.m-ims-location-one span {
    width: 100%;
    height: 60px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
    padding: 15px 20px;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
}

.m-ims-train {
    width: 100%;
    height: 940px;
    float: left;
    background: #f2f9ff;
    position: relative;
}

.m-ims-train-title {
    width: 750px;
    height: 50px;
    font-size: 40px;
    line-height: 50px;
    position: absolute;
    left: calc(50% - 800px);
    top: 90px;
}

.m-ims-train-list {
    width: 1640px;
    height: 650px;
    position: absolute;
    left: calc(50% - 820px);
    top: 180px;
}

.m-ims-train-one {
    width: 780px;
    height: 650px;
    margin: 0 20px;
    float: left;
    background: #ffffff;
}

.m-ims-train-one img {
    width: 100%;
    height: 350px;
    float: left;
    object-fit: cover;
}

.m-ims-train-one span:first-of-type {
    width: calc(100% - 60px);
    overflow: hidden;
    font-size: 30px;
    line-height: 40px;
    margin: 40px 30px 10px;
    float: left;
}

.m-ims-train-one span:last-of-type {
    width: calc(100% - 60px);
    overflow: hidden;
    font-size: 18px;
    line-height: 30px;
    color: #999999;
    margin: 0 29px;
    float: left;
}

.m-ims-train-more {
    width: 90px;
    height: 40px;
    position: absolute;
    right: calc(50% - 800px);
    top: 890px;
    cursor: pointer;
}

.m-ims-train-more span {
    width: 100%;
    height: 100%;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    color: #999999;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.m-ims-train-more:after {
    content: '';
    width: 100%;
    height: 8px;
    position: absolute;
    left: 0;
    bottom: 8px;
    background: #c8d8ea;
    transition: all 150ms linear;
}

.m-ims-train-more:hover:after {
    background: #c4dff4;
}

.m-ims-light {
    width: 100%;
    height: 850px;
    float: left;
    background: #f4f4f4;
    position: relative;
}

.m-ims-light-title {
    width: 750px;
    height: 50px;
    font-size: 32px;
    line-height: 50px;
    position: absolute;
    left: calc(50% - 800px);
    top: 90px;
}

.m-ims-light-list {
    width: 1620px;
    height: 520px;
    position: absolute;
    left: calc(50% - 810px);
    top: 180px;
}

.m-ims-light-one {
    width: 520px;
    height: 510px;
    margin: 0 9px;
    float: left;
    background: #ffffff;
}

.m-ims-light-one img {
    width: 520px;
    height: 372px;
    float: left;
    object-fit: cover;
}

.m-ims-light-one span:first-of-type {
    width: calc(100% - 60px);
    overflow: hidden;
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    margin: 30px 30px 10px;
    float: left;
}

.m-ims-light-one span:last-of-type {
    font-weight: 200;
    width: calc(100% - 59px);
    overflow: hidden;
    font-size: 22px;
    line-height: 30px;
    color: #666;
    /* margin: 30px 30px; */
    box-sizing: border-box;
    /* padding-left: 25px; */
    float: left;
}

.m-ims-light-more {
    width: 90px;
    height: 40px;
    position: absolute;
    right: calc(50% - 800px);
    top: 730px;
    cursor: pointer;
}

.m-ims-light-more span {
    width: 100%;
    height: 100%;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    color: #999999;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.m-ims-light-more:after {
    content: '';
    width: 100%;
    height: 8px;
    position: absolute;
    left: 0;
    bottom: 8px;
    background: #c8d8ea;
    transition: all 150ms linear;
}

.m-ims-contact {
    width: 100%;
    height: 330px;
    float: left;
    background: #f4f4f4;
    position: relative;
}

.m-ims-contact-image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.m-ims-contact-image:after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
}

.m-ims-contact-image img {
    width: 100%;
    height: 100%;
    float: left;
    object-fit: cover;
}

.m-ims-contact-title {
    width: 500px;
    height: 80px;
    font-size: 32px;
    line-height: 80px;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    margin: 40px calc(50% - 250px) 0;
    float: left;
    position: relative;
    cursor: pointer;
}

.m-ims-contact-text {
    width: 600px;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
    margin: 0 calc(50% - 300px) 30px;
    float: left;
    position: relative;
    opacity: 0.8;
}

.m-ims-contact-btn {
    width: 200px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    color: #ffffff;
    margin: 0 calc(50% - 100px);
    float: left;
    position: relative;
    cursor: pointer;
    border: 1px solid #ffffff;
    opacity: 0.8;
}

.m-explore-header {
    width: 100%;
    float: left;
    position: relative;
    box-sizing: border-box;
}

.m-explore-nav {
    width: 100%;
    height: 80px;
    padding: 0 calc(50% - 840px);
    box-sizing: border-box;
    font-family: "Arial";
}

.m-explore-nav-one {
    height: 70px;
    float: left;
    position: relative;
    cursor: pointer;
    margin: 0 28px;
    color: #000000;
}

.m-explore-nav-one.active {
    color: rgb(0, 56, 135);
    background: rgb(220, 245, 255);
    border-top: 5px solid #235ba1;
    border-radius: 10px;
}

.m-explore-nav-name {
    height: 80px;
    font-size: 20px;
    line-height: 30px;
    box-sizing: border-box;
    padding: 18px 15px;
    text-align: center;
    display: block;
}

.m-explore-category {
    width: 100%;
    float: left;
    position: relative;
    box-sizing: border-box;
    margin-top: -14px;
}

.m-explore-category-nav {
    width: 100%;
    height: 70px;
    padding: 0 calc(50% - 800px);
    box-sizing: border-box;
    background: rgb(220, 245, 255);
    font-family: "Arial";
}

.m-explore-category .close {
    display: none;
}

.m-explore-category-nav-one {
    height: 70px;
    float: left;
    position: relative;
    cursor: pointer;
    margin: 0 15px;
    color: rgb(51, 51, 51);
}

.m-explore-category-nav .m-explore-category-nav-one:first-of-type {
    margin-left: 0px;
}

.m-explore-category-nav-name {
    height: 80px;
    font-size: 18px;
    line-height: 30px;
    box-sizing: border-box;
    padding: 18px 15px;
    text-align: center;
    display: block;
}

.m-explore-category-nav-name:hover {
    color: #235ba1;
}

.m-explore-category-btn {
    font-size: 18px;
    color: #000;
    left: calc(50% - 800px);
    top: 500px;
    border: 1px solid #ffffff;
    border-radius: 17px;
    padding: 3px 20px;
    cursor: pointer;
    background: #fff;
    margin-top: 20px;
}

.m-explore-top {
    width: 100%;
    height: 620px;
    float: left;
    background: #f3f3f3;
    position: relative;
}

.m-explore-top-fix-title {
    width: 750px;
    height: 50px;
    font-size: 28px;
    line-height: 50px;
    position: absolute;
    left: calc(50% - 800px);
    top: 40px;
    font-weight: bold;
    letter-spacing: 12px;
}

.m-explore-top-title {
    width: 750px;
    height: 50px;
    font-size: 50px;
    line-height: 50px;
    position: absolute;
    left: calc(50% - 800px);
    top: 100px;
    font-weight: bold;
    font-family: "Times New Roman";
}

.m-explore-top-text {
    width: 720px;
    height: 320px;
    overflow: hidden;
    font-size: 23px;
    line-height: 40px;
    position: absolute;
    left: calc(50% - 800px);
    top: 170px;
    text-align: justify;
    color: #263039;
}

.m-explore-top .gastroenterology {
    font-size: 20px;
    line-height: 29px;
}

.m-explore-top-more {
    width: 242px;
    height: 66px;
    position: absolute;
    left: calc(50% - 800px);
    top: 510px;
    cursor: pointer;
    border: 1px solid #fff;
    background: #fff;
    border-radius: 30px;
}

.m-explore-top-more span {
    width: 100%;
    height: 100%;
    font-size: 22px;
    font-family: "MyriadPro";
    color: rgb(0, 58, 150);
    line-height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    font-weight: bold;
}

.m-explore-top-more span:nth-child(1) {
    padding: 8px 30px;
}

.m-explore-top-more span:nth-child(2) {
    margin: 22px 190px;
    background: url("/assets/img/ims/explore/arrow.png") no-repeat;
}

.m-explore-top-img {
    position: absolute;
    right: 0px;
}

.m-explore-top-img img {
    width: 965px;
    height: 621px;
}

.m-explore-ask {
    width: 100%;
    height: 650px;
    float: left;
    position: relative;
    background: #ffffff;
}

.m-explore-ask-image {
    margin: 50px calc(50% - 800px);
    height: 580px;
    background: #02428c;
}

.m-explore-ask-content {
    margin: -580px calc(50% - 708px);
    width: 1480px;
}

.m-explore-ask-flag {
    height: 120px;
    width: 130px;
    background-size: 100% 100%;
    background-image: url("/assets/img/ims/explore/flag.png");
    background-repeat: no-repeat;
}

.m-explore-ask-title {
    font-size: 60px;
    line-height: 40px;
    color: #ffffff;
    display: none;
    font-family: "Times New Roman";
    font-weight: bold;
    margin-top: 90px;
}

.m-explore-ask-text {
    width: 1480px;
    font-size: 40px;
    line-height: 80px;
    color: #ffffff;
    margin-top: 30px;
    font-family: "Times New Roman";
}

.m-explore-ask .long32 {
    font-size: 32px;
    line-height: 50px;
}

.m-explore-ask .long34 {
    font-size: 34px;
    line-height: 60px;
}

.m-explore-ask-more {
    font-size: 20px;
    line-height: 40px;
    color: #ffffff;
    margin: 20px calc(50% - 708px);
}

.m-explore-rectangle {
    width: 100%;
    background: #ffffff;
    float: left;
    position: relative;
}

.m-explore-rectangle-title {
    font-size: 40px;
    line-height: 80px;
    margin: 15px calc(50% - 800px) 30px;
    float: left;
    position: relative;
    font-weight: bold;
    font-family: "Times New Roman";
}

.m-explore-rectangle-list {
    width: 1680px;
    margin: 0px calc(50% - 800px);
    float: left;
}

.m-explore-rectangle-list .marginLeft {
    margin-left: 0px;
}

.m-explore-rectangle-one {
    width: 500px;
    height: 424px;
    margin: 0px 25px 30px;
    background: url(/assets/img/ims/explore/rectangle1.png) no-repeat;
    float: left;
    box-sizing: border-box;
    font-family: "Times New Roman";
}

.m-explore-rectangle-one span:first-of-type {
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    margin: 10px 30px 15px;
    float: left;

}

.m-explore-rectangle-one span:last-of-type {
    width: calc(100% - 50px);
    height: 330px;
    font-size: 16px;
    line-height: 30px;
    color: rgb(120 120 120);
    margin: 0 33px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
    display: -webkit-box;
    -webkit-line-clamp: 11;
    -webkit-box-orient: vertical;
}

.m-explore-rectangle-two {
    width: 360px;
    height: 360px;
    margin: 0px 26.5px 30px;
    background: url(/assets/img/ims/explore/rectangle2.jpg) no-repeat;
    float: left;
    box-sizing: border-box;
    font-family: "Times New Roman";
}

.m-explore-rectangle-two span:first-of-type {
    width: calc(100% - 40px);
    height: 40px;
    font-size: 22px;
    line-height: 22px;
    font-weight: bold;
    float: left;
    text-align: left;
    overflow: hidden;
    vertical-align: middle;
    padding: 20px 30px 5px;
}

.m-explore-rectangle-two span:last-of-type {
    height: 100px;
    font-size: 16px;
    line-height: 25px;
    color: rgb(102, 102, 102);
    padding: 0 30px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.m-explore-innovative {
    width: 100%;
    background: #ffffff;
    float: left;
    position: relative;
}

.m-explore-innovative-title {
    width: 1050px;
    height: 80px;
    font-size: 34px;
    line-height: 80px;
    margin: 0px calc(50% - 800px);
    float: left;
    position: relative;
    cursor: pointer;
    font-family: "Times New Roman";
    text-align: left;
}

.m-explore-innovative-list {
    width: 1600px;
    margin: 0px calc(50% - 780px);
    float: left;
}

.m-explore-innovative-one {
    font-size: 22px !important;
    text-align: left !important;
    line-height: 50px !important;
    font-weight: bold !important;
}

.m-explore-innovative-one a {
    width: 100%;
    float: left;
    font-size: 20px !important;
    color: #4975af !important;
    font-weight: normal !important;
    text-decoration: underline !important;
}

.m-explore-innovative-one a:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #003b87;
    margin: 0px 10px 1px;
}

.m-explore-innovative-one-button {
    width: 30px;
    height: 30px;
    margin: -50px calc(100% - 45px);
    float: left;
    position: relative;
}

.m-explore-innovative-one-button:before {
    content: '';
    width: 20px;
    height: 3px;
    background: #acacac;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.m-explore-innovative-one-button:after {
    content: '';
    width: 2px;
    height: 20px;
    background: #acacac;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.m-explore-innovative .open .m-explore-innovative-one-button:after {
    display: none;
}

.m-explore-innovative-one-inner {
    display: none;
}

.m-explore-innovative-one-inner span {
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    margin: 0px 25px 10px;
    float: left;
    font-family: "Times New Roman";
    font-weight: normal;
}

.m-explore-team {
    width: 100%;
    height: 670px;
    float: left;
    position: relative;
    background: #ffffff;
}

.m-explore-team-title {
    width: 100%;
    height: 80px;
    font-size: 40px;
    line-height: 80px;
    float: left;
    position: relative;
    font-weight: bold;
    font-family: "Times New Roman";
    text-align: center;
}

.m-explore-team-list {
    width: 1600px;
    height: 500px;
    margin: 0px calc(50% - 800px);
    float: left;
}

.m-explore-team-more {
    width: 90px;
    height: 40px;
    margin: 0 calc(50% - 45px);
    float: left;
    position: relative;
    cursor: pointer;
}

.m-explore-team-more span {
    width: 100%;
    height: 100%;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    color: #999999;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    border: 1px solid rgb(225 225 225);
    border-radius: 4px;
    padding: 0px 20px;
}

.m-explore-team-one {
    margin: 50px 10px 30px;
    float: left;
    width: 300px;
    background: #f8f8f8
}

.m-explore-team-one img {
    width: 300px;
    height: 332px;
    float: left;
}

.m-explore-team-one span {
    height: 50px;
    float: left;
    width: 100%;
    overflow: hidden;
    font-size: 17px;
    line-height: 40px;
    text-align: center;
    vertical-align: middle;
    margin-top: 10px;
}

.m-explore-procedure {
    width: 100%;
    height: 580px;
    float: left;
    position: relative;
    background: #ffffff;
}

.m-explore-procedure-image {
    margin: 50px calc(50% - 800px);
}

.m-explore-procedure-flag {
    margin: -550px calc(100% - 450px);
    height: 382px;
    width: 297px;
    background-size: 100% 100%;
    background-image: url(/assets/img/ims/explore/heart.png);
    background-repeat: no-repeat;
}

.m-explore-procedure-title {
    font-size: 74px;
    line-height: 50px;
    color: #ffffff;
    margin: -420px calc(50% - 700px);
}

.m-explore-procedure .nephrology {
    width: 1000px;
    font-size: 50px;
}


.m-explore-procedure-line {
    width: 800px;
    height: 4px;
    margin: 450px calc(50% - 700px);
    background: #3865a3;
    position: relative;
}

.m-explore-procedure-text {
    font-size: 42px;
    line-height: 40px;
    color: #ffffff;
    margin: -420px calc(50% - 700px);
}

.m-explore-procedure .long-procedure {
    width: 1000px;
    font-size: 46px;
    line-height: 80px;
    font-weight: bold;
}

.m-explore-procedure .rheumatology {
    margin-top: -480px;
}

.m-explore-story {
    width: 100%;
    height: 540px;
    float: left;
    background: #ffffff;
    position: relative;
}

.m-explore-story-tx {
    width: 640px;
    font-size: 14px;
    float: right;
    text-align: center;
    margin-top: 370px;
}

.m-explore-story-title {
    width: 750px;
    height: 80px;
    font-size: 30px;
    line-height: 40px;
    position: absolute;
    left: calc(50% - 800px);
    top: 50px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.m-explore-story-text {
    width: 750px;
    height: 242px;
    overflow: hidden;
    font-size: 18px;
    line-height: 30px;
    color: #999999;
    position: absolute;
    left: calc(50% - 800px);
    top: 140px;
}

.m-explore-story-more {
    width: 90px;
    height: 40px;
    position: absolute;
    left: calc(50% - 800px);
    top: 420px;
    cursor: pointer;
}

.m-explore-story-more span {
    width: 100%;
    height: 100%;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    color: #999999;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    border: 1px solid rgb(225 225 225);
    border-radius: 4px;
    padding: 0px 20px;
}


.m-explore-story-video {
    width: 800px;
    height: 500px;
    position: absolute;
    top: 40px;
    right: calc(50% - 800px);
    overflow: hidden;
    white-space: nowrap;
}

.m-explore-story-video video {
    width: 800px;
    height: 500px;
    float: left;
    object-fit: cover;
}

.m-explore-story-video img {
    width: 800px;
    height: 500px;
    float: left;
}

.m-explore-light {
    width: 100%;
    height: 700px;
    float: left;
    background: #ffffff;
    position: relative;
}

.m-explore-light-title {
    width: 750px;
    height: 50px;
    font-size: 40px;
    line-height: 50px;
    position: absolute;
    left: calc(50% - 800px);
    top: 20px;
    font-family: "Times New Roman";
    font-weight: bold;
}

.m-explore-light-list {
    width: 1620px;
    height: 450px;
    position: absolute;
    left: calc(50% - 810px);
    top: 100px;
}

.m-explore-light-one {
    width: 520px;
    height: 400px;
    margin: 0 10px;
    float: left;
    background: #f8f8f8;
}

.m-explore-light-one img {
    width: 100%;
    height: 280px;
    float: left;
    object-fit: cover;
}

.m-explore-light-one span:first-of-type {
    height: 60px;
    overflow: hidden;
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    margin: 30px 30px 10px;
    float: left;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.m-explore-light-one span:last-of-type {
    width: calc(100% - 60px);
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
    color: #999999;
    margin: 0 30px;
    box-sizing: border-box;
    padding-left: 25px;
    float: left;
    background: url("../img/ims/time.png") no-repeat 0 50% / 18px auto;
}

.m-explore-light-more {
    width: 200px;
    height: 40px;
    position: absolute;
    right: calc(50% - 100px);
    top: 580px;
    cursor: pointer;
}

.m-explore-light-more span {
    width: 100%;
    height: 100%;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    color: #999999;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    border: 1px solid rgb(225 225 225);
    border-radius: 4px;
    padding: 0px 20px;
}

.m-explore-answer {
    width: 100%;
    background: #ffffff;
    float: left;
    position: relative;
}

.m-explore-answer-title {
    height: 80px;
    font-size: 40px;
    line-height: 80px;
    margin: 15px calc(50% - 800px) 30px;
    float: left;
    position: relative;
    font-weight: bold;
    font-family: "Times New Roman";
}

.m-explore-answer-list {
    margin: 0px calc(50% - 800px);
    float: left;
}

.m-explore-answer-one {
    width: 100%;
    margin: 0px 0px 20px;
    float: left;
    box-sizing: border-box;
    background: #f8f8f8;
}

.m-explore-answer-one span:first-of-type {
    font-size: 22px;
    line-height: 35px;
    font-weight: bold;
    margin: 25px;
    float: left;
}

.m-explore-answer-one-button {
    width: 30px;
    height: 30px;
    margin: -50px calc(100% - 50px);
    float: left;
    position: relative;
}

.m-explore-answer-one-button:before {
    content: '';
    width: 20px;
    height: 3px;
    background: #acacac;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.m-explore-answer-one-button:after {
    content: '';
    width: 2px;
    height: 20px;
    background: #acacac;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.m-explore-answer .open .m-explore-answer-one-button:after {
    display: none;
}


.m-explore-answer-inner {
    display: none;
    margin: 90px 40px 30px;
}

.m-explore-answer-inner span {
    line-height: 30px;
}

.m-explore-answer-more {
    width: 90px;
    height: 40px;
    margin: 0 calc(50% - 45px);
    float: left;
    position: relative;
    cursor: pointer;
}

.m-explore-answer-more span {
    width: 100%;
    height: 100%;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    color: #999999;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    border: 1px solid rgb(225 225 225);
    border-radius: 4px;
    padding: 0px 20px;
}

.explore-box .m-category-name {
    text-align: left;
}

.explore-box .m-image-box {
    width: 1440px;
    margin: 10px 50px 50px;
}

.explore-box .m-article-list .m-article-one {
    width: 450px;
    height: 350px;
    margin: 10px 10px;
    float: left;
}

.explore-box .m-article-list .m-article-one img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.explore-box .m-article-list .m-article-one span:first-of-type {
    width: 100%;
    font-weight: bold;
    margin: 10px;
}

.explore-box .m-article-list .m-article-one span:last-of-type {
    width: calc(100% - 60px);
    color: #999999;
    margin: 0 40px;
    background: url(../img/ims/time.png) no-repeat 0 50% / 18px auto;
}

.doctor .m-explore-team {
    height: auto;
    background: #f2f2f2;
}

.doctor .m-explore-team-list {
    height: auto;
    margin: 0px calc(50% - 800px);
}

.doctor .m-explore-team-one {
    background: #ffffff;
}

.m-explore-search .m-form-box {
    width: 1600px;
    margin: 0px;
    border: 1px solid #e1e1e1;
    filter: none;
}

.m-form-box .m-form-title {

}

.m-form-box .m-form-title .m-form-title-text {
    font-size: 30px;
    font-family: "Times New Roman";
    color: #000000;
}

.m-form-box .m-form-title .m-form-title-desc {
    font-size: 20px;
    color: #263039;
    margin: 25px 0px 10px;
}

.m-matter .m-form-page {
    margin: 0px;
}

.m-explore-search .m-form-label {
    display: none;
}

.m-explore-search .m-form-input {
    width: 600px;
    border-radius: 5px;
}

.m-explore-search .m-form-line {
    width: 42%;
}

.m-explore-search .m-form-submit {
    display: block;
    width: 115px;
    height: 40px;
    background-color: rgb(47, 171, 198);
    border-radius: 5px;
    float: left;
    margin: -62px calc(100% - 260px);
}

.m-explore-search .m-form-submit:after {
    content: '';
    display: block;
    clear: both;
    background: url(../img/ims/explore/search.png) no-repeat;
    width: 32px;
    height: 25px;
    margin: 8px 40px;
}

.patient .m-image-box {
    width: 1600px;
    margin: 0px;
}

.patient .m-image-box .m-category-name {
    font-size: 40px;
    font-family: "Times New Roman";
    text-align: left;
    margin: 30px 0px 10px;
}

.patient .m-image-box.image-2 .m-article-list {
    background: #f2f2f2;
}

.patient .m-explore-story-one {
    width: 100%;
    height: 400px;
    float: left;
    background: #ffffff;
    position: relative;
    margin-bottom: 30px;
}

.patient .m-explore-story-video {
    width: 570px;
    height: 320px;
    top: 0px;
    margin: 40px;
}

.patient .m-explore-story-video img {
    width: 520px;
    height: 320px;
}

.patient .m-explore-story-video video {
    width: 520px;
    height: 320px;
}

.patient .m-explore-story-title {
    height: 60px;
    font-size: 25px;
    font-family: "Microsoft YaHei";
    color: rgb(34, 91, 161);
    line-height: 1.12;
    text-align: center;
    left: calc(50% - 720px);
}

.patient .m-explore-story-text {
    height: 210px;
    font-size: 18px;
    font-family: "MyriadPro";
    color: rgb(51, 51, 51);
    text-align: justify;
    left: calc(50% - 720px);
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}

.m-contact-box {
    width: 100%;
    float: left;
    background: #ffffff;
}

.m-contact-box .active-2-tel {
    width: 1600px;
    margin: 50px calc(50% - 800px);
}

.m-contact-box .active-2-tel-left {
    width: 800px;
    float: left;
    padding: 50px 70px;
}

.m-contact-box .active-2-tel-right {
    padding: 0px;
    margin: 70px 100px 30px;
}

.m-contact-box .active-2-tel-right-phone {
    width: 260px;
}

.m-contact-box .active-2-tel-right-email {
    width: 260px;
}

.m-telemedicine-box {
    width: 100%;
    float: left;
    background: #fff;
}

.m-telemedicine-box .m-detail-box {
    padding: 30px calc(50% - 800px);
}

.telemedicine .m-explore-top-title {
    width: 630px;
    top: 140px;
}

.telemedicine .m-explore-top-img img {

}

.telemedicine .m-explore-top-text {
    font-size: 22px;
    line-height: 35px;
    font-family: "Times New Roman";
    color: #263039;
    text-align: justify;
    top: 230px;
}

.search-ctrl-reset{
    background: #bcbbbb;
    font-size: 20px;
    width: 100px;
    height: 40px;
    /* float: right; */
    line-height: 40px;
    border-radius: 5px;
    text-align: center;
    /* position: absolute; */
    right: 210px;
    top: 145px;
    cursor: pointer;
    color: #fff;
    margin: -62px calc(100% - 120px);
    float: left;
}

.international{
    position: absolute;
    background-color: #fff;
    /* width: 350px; */
    margin-left: 238px;
    /* padding: 0px; */
    /* padding-top: 30px; */
    margin-top: 220px;
    display: none;
}
.international_two{
    position: absolute;
    background-color: #fff;
    /* width: 350px; */
    margin-left: 238px;
    /* padding: 0px; */
    /* padding-top: 30px; */
    margin-top: 110px;
    display: none;
}
