/* =====================内页样式======================== */


/* 视频弹窗 */

.popVideo {
    display: none;
    opacity: 0;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 999999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    top: 0;
    left: 0;
}

.popVideo-items {
    width: 1000px;
    position: relative;
    display: none;
    padding: 34px 34px 0;
}

.popVideo-video {
    width: 100%;
}

.popVideo-video video {
    width: 100%;
}

.popVideo-video iframe {
    width: 100%;
    height: 500px;
}

.popVideo-close {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
    background: url('../image/closeW.svg') no-repeat center/24px auto;
    cursor: pointer;
    opacity: .7;
    transition: all .6s ease;
}

.popVideo-close:hover {
    opacity: 1;
}

@media all and (max-width:1100px) {
    .popVideo-items {
        width: 92%;
        padding: 34px 0 0;
    }

    .popVideo-close {
        right: 0;
    }

    .popVideo-video iframe {
        height: 400px;
    }
}

@media all and (max-width:640px) {
    .popVideo-video iframe {
        height: 200px;
    }
}


/* 分页 */

.paging {
    width: 100%;
    font-size: 0;
    text-align: center;
    margin-top: 60px;
    user-select: none;
}

.paging-menu,
.paging-menu a,
.paging-skip,
.paging-hint,
.paging-skip input,
.paging-skip button {
    display: inline-block;
    vertical-align: middle;
}

.paging-menu a {
    width: 44px;
    height: 44px;
    margin: 4px;
    font-size: 18px;
    color: #666;
    transition: all .4s ease;
    background-color: #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: Arial;
    line-height: 1
}

.paging-menu a:hover,
.paging-menu a.active,
.paging a.on {
    border-color: #195d34;
    background-color: #195d34;
    color: #fff;
}

.paging-skip {
    margin-left: 8px;
}

.paging-hint {
    font-size: 14px;
    color: #999;
    font-weight: 300;
    margin: 0 8px;
}

.paging-hint:first-of-type {
    margin: 0;
}

.paging-skip input {
    width: 54px;
    text-align: center;
    height: 38px;
    border: 1px solid #e1e1e1;
    font-size: 14px;
    color: #666;
    border-radius: 3px;
    transition: all .4s ease;
}

.paging-skip input:focus {
    border-color: #195d34;
}

.paging-skip button {
    color: #555;
    font-size: 14px;
    padding: 0 18px;
    border: 1px solid #e1e1e1;
    transition: all .4s ease;
    height: 38px;
    background: #fff;
    cursor: pointer;
    border-radius: 3px;
}

.paging-skip button:hover {
    background-color: #195d34;
    color: #fff;
    border-color: #195d34;
}

.paging-hint span {
    color: #195d34;
}

.paging-menu a:first-of-type:hover,
.paging-menu a:last-of-type:hover {
    background: transparent;
    color: #195d34
}

@media all and (max-width:1599px) {
    .paging {
        margin-top: 50px;
    }
}

@media all and (max-width:1279px) {
    .paging {
        margin-top: 44px
    }

    .paging-menu a {
        width: 40px;
        height: 40px;
        font-size: 15px
    }
}

@media all and (max-width:1000px) {
    .paging {
        margin-top: 36px;
    }

    .paging-menu a {
        margin: 4px 2px;
        width: 36px;
        height: 36px;
        font-size: 14px
    }

    .paging-skip {
        width: 100%;
        margin-left: 0;
    }

    .paging-menu svg {
        width: 25px
    }
}


/* 搜索页面 */

.search {
    width: 100%;
    padding: 80px 0;
}

.search-info {
    width: 100%;
    font-size: 28px;
    color: #333;
    font-weight: 700;
}

.search-info span {
    color: #195d34;
}

.search-list {
    width: 100%;
    margin-top: 30px;
}

.search-link {
    display: block;
    width: 100%;
    padding: 32px 0;
    border-bottom: 1px solid #f0f0f2;
}

.search-link h2 {
    font-size: 20px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all .4s ease;
}

.search-link p {
    width: 100%;
    font-size: 16px;
    margin-top: 16px;
    color: #666;
    line-height: 26px;
    max-height: 52px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.search-link .highlightRow span {
    color: #195d34 !important;
}

.search-link:hover h2 {
    color: #195d34;
}

@media all and (max-width:1599px) {
    .search {
        padding: 70px 0;
    }

    .search-info {
        font-size: 26px;
    }

    .search-link {
        padding: 28px 0;
    }

    .search-list {
        margin-top: 18px;
    }
}

@media all and (max-width:1279px) {
    .search {
        padding: 60px 0;
    }

    .search-info {
        font-size: 24px;
    }

    .search-link {
        padding: 24px 0;
    }

    .search-list {
        margin-top: 12px;
    }
}

@media all and (max-width:1000px) {
    .search {
        padding: 40px 0;
    }

    .search-info {
        font-size: 20px;
    }

    .search-link {
        padding: 20px 0;
    }

    .search-list {
        margin-top: 8px;
    }

    .search-link h2 {
        font-size: 18px;
    }

    .search-link p {
        margin-top: 12px;
    }
}


/* common */

.com-banner {
    position: relative;
    overflow: hidden
}

.com-banner-txt {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.com-banner-txt .contain {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.com-banner-txt h1 {
    color: #fff;
    font-size: 50px;
    line-height: 1;
    text-transform: uppercase;
    animation: text-active-animation 1s ease both;
    opacity: 0;
    text-align: center;
    font-weight: bold
}

.com-banner-txt .line {
    width: 50px;
    display: block;
    background-color: #fff;
    margin: 16px 0 0;
    height: 2px;
    animation: banner-line 1s ease both .5s
}

@keyframes banner-line {
    0% {
        transform: scale(0)
    }

    100% {
        transform: scale(1)
    }
}

.com-banner-bg {
    width: 100%;
    object-fit: cover;
    animation: zoom-bg 2s linear both;
    z-index: -1
}

.com-menu-out {
    height: 85px
}

.com-banner-menu ul {
    display: flex;
    height: 100%
}

.com-banner-menu,
.com-banner-menu .contain,
.com-banner-menu li {
    height: 100%
}

.com-banner-menu.fixed {
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
    height: 62px
}

.com-banner-menu {
    z-index: 1;
    border-bottom: 1px solid #eaeaea
}

.com-banner-menu .contain {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.com-banner-menu ul a {
    display: flex;
    align-items: center;
    height: 100%;
    color: #444;
    font-size: 16px;
    transition: color .4s ease;
    justify-content: center;
    padding: 0 15px
}

.com-banner-menu ul a span {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    width: 100%
}

.com-banner-menu li {
    position: relative
}

.com-banner-menu li:after {
    z-index: -1;
    content: '';
    width: 1px;
    height: 17px;
    left: -.5px;
    top: 50%;
    transform: translateY(-50%);
    background: #e1e1e1;
    position: absolute
}

.com-banner-menu li:first-of-type:after {
    display: none
}

.com-banner-menu a.active {
    background: #195d34;
    color: #fff
}

.com-banner-menu a:not(.active):hover {
    color: #195d34
}

.com-banner-menu a i {
    margin-right: 10px
}

.com-banner-menu a i,
.com-banner-menu a.active i .white {
    display: block
}

.com-banner-menu a i .white,
.com-banner-menu a.active i .color {
    display: none
}

.com-banner-nav {
    display: flex;
    align-items: center
}

.com-banner-nav a {
    display: block;
    line-height: 1;
    color: #000
}

.com-banner-nav a:hover {
    text-decoration: underline
}

.com-banner-nav .crumbs-home {
    display: block;
    background: url(../image/home-icon.png) no-repeat center/100%;
    width: 17px;
    height: 15px;
    margin: 0
}

.com-banner-nav.white .crumbs-home {
    background: url(../image/home-icon-white.png) no-repeat center/100%
}

.com-banner-nav .crumbs-arrow {
    display: block;
    background: url(../image/arrR-gray.svg) no-repeat center/100%;
    width: 15px;
    height: 20px;
    margin: 0 10px
}

.com-banner-nav.white .crumbs-arrow {
    display: block;
    background: url(../image/arrRW.svg) no-repeat center/100%;
    width: 15px;
    height: 20px;
    margin: 0 10px
}

.com-banner-nav span {
    display: block;
    font-size: 15px;
    color: #777;
    line-height: 1
}

.com-banner-nav.white span {
    color: #fff
}

.com-tit {
    line-height: 1;
    font-size: 30px;
    font-family: Rubik-medium;
    color: #111;
    text-align: center;
    text-transform: uppercase
}

.com-tit.bold {
    font-weight: bold
}

.com-tit.blue {
    color: #195d34
}

.com-tit.lft {
    font-size: 36px;
    text-align: left
}

.com-tit.size36 {
    font-size: 36px
}

.com-tit.white {
    color: #fff
}

.com-tit.size35 {
    font-size: 35px
}

.com-block {
    overflow: hidden
}


/* tab-menu */

.tab-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative
}

.tab-menu ul {
    display: flex;
    margin-left: -12px
}

.tab-menu li {
    order: 2;
    margin-left: 12px
}

.tab-menu li a {
    color: #777;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    background: #f7f7f7;
    transition: all .4s ease;
    padding: 15.5px 50px;
    position: relative
}

.tab-menu li a:hover,
.tab-menu li.active a {
    background: #ecf5fb;
    color: #195d34
}

.tab-menu li a:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid #ecf5fb;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden
}

.tab-menu li.active a:after {
    opacity: 1;
    visibility: visible
}

.tab-menu-search {
    width: 30%;
    height: 55px;
    display: flex
}

.tab-menu-search input {
    width: 86%;
    border: 1px solid #e8e8e8;
    font-size: 14px;
    padding: 0 26px;
    transition: all .4s ease
}

.tab-menu-search input:focus {
    border-color: #195d34
}

.tab-menu-search input::placeholder {
    font-size: 16px;
    color: #bebebe
}

.tab-menu-search-btn {
    display: flex;
    width: 14%;
    background: #195d34;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .4s ease
}

.tab-menu-search-btn:hover {
    background: #065489
}

.tab-menu-search-btn img {
    width: 25px
}

.tab-menu-map {
    position: absolute;
    right: 0
}

.positionDot {
    position: relative;
    top: -175px;
    display: block;
    height: 0;
    overflow: hidden
}


/* 占位 */

.placeholder {
    visibility: hidden !important;
    height: 0 !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important
}


/* 关于我们 */

.about-intro {
    padding: 145px 0 153px;
    background: url(../image/about-bg.jpg) no-repeat top right
}

.about-intro-lft {
    width: 50.5%
}

.about-intro .txt {
    display: flex;
    justify-content: space-between
}

.about-intro h3 {
    font-size: 30px;
    color: #111;
    font-family: Rubik-medium;
    margin-bottom: 40px;
    text-transform: uppercase;
    line-height: 1
}

.about-intro-lft p {
    font-size: 16px;
    line-height: 30px;
    color: #888;
    text-align: justify
}

.about-intro-lft .com-btn {
    margin-top: 60px
}

.about-intro-rgt {
    width: 42%;
    position: relative;
    height: 100%
}

.about-intro-rgt img.bg {
    width: 100%;
    object-fit: cover
}

i.video-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 74px;
    height: 74px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .9);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    transition: all .4s ease;
    padding-left: 5px
}

i.video-btn:hover {
    background: #fff
}

.about-trust {
    padding: 130px 0 92px;
    background-image: url(../image/bg_about.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom
}

.about-trust ul {
    display: flex
}

.about-trust li {
    width: 25%;
    text-align: center;
    color: #fff;
    position: relative
}

.about-trust li+li:after {
    content: '';
    opacity: .5;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-left: 1px dashed #fff;
    height: 48px;
    width: 1px;
    position: absolute
}

.about-trust li span {
    font-family: Rubik-medium;
    font-size: 56px;
    line-height: 1
}

.about-trust li p {
    font-size: 18px;
    font-family: Rubik-Light;
    margin-top: 10px
}

.about-culture {
    padding: 120px 0 126px
}

.about-culture ul {
    margin-top: 50px;
    display: flex;
    justify-content: space-between
}

.about-culture li {
    width: 23%;
    position: relative
}

.about-culture-bg {
    width: 100%;
    object-fit: cover
}

.about-culture-txt {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    padding: 58px 40px;
    transition: all .5s ease
}

.about-culture li:hover .about-culture-txt {
    transform: translateY(-10px)
}

.about-culture-txt i {
    height: 58px;
    display: flex;
    justify-content: center;
    align-items: center
}

.about-culture-txt h3 {
    font-size: 22px;
    text-align: center;
    margin: 25px 0 20px
}

.about-culture-txt p {
    font-size: 14px;
    line-height: 22px
}

.about-message {
    padding: 154px 0;
    background: url(../image/about-message-bg.jpg) no-repeat center/cover
}

.about-message.com-block {
    overflow: unset
}

.about-message .contain {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.about-message-l {
    position: relative;
    margin-top: -260px
}

.about-message-person {
    width: 372px;
    height: 372px;
    border-radius: 50%;
    background: #fff;
    padding: 10px;
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, .17)
}

.about-message-person img {
    border-radius: 50%;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.about-message-l span {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px auto 0;
    width: 156px;
    height: 45px;
    background: url(../image/about-message-btn.png) no-repeat center;
    font-size: 16px;
    color: #fff
}

.about-message-r {
    color: #fff;
    width: 72%
}

.about-message-r h2 {
    font-size: 30px;
    font-family: Rubik-medium;
    line-height: 1;
    padding-bottom: 20px;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    margin-bottom: 56px
}

.about-message-r h2:after {
    content: '';
    width: 51px;
    height: 3px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0
}

.about-message-r p {
    font-size: 16px;
    line-height: 30px
}


/* 发展历程 */

.about-course {
    padding: 40px 0 226px;
    background: url(../image/about-course-bg.jpg) no-repeat bottom/contain
}

.his-year {
    width: 850px;
    margin: 0 auto;
    height: 370px;
    padding-top: 50px;
    position: relative;
    background: url(../image/history_bg.png) no-repeat 0 bottom;
    overflow: hidden
}

.his-year .swiper-slide {
    width: 100%;
    height: 320px
}

.number {
    color: #c1c1c1;
    display: block;
    margin: auto;
    width: 100%;
    height: 100%;
    line-height: 110px;
    text-align: center;
    position: relative;
    opacity: 1;
    transform-origin: 50% 50%;
    font-size: 16px
}

.number i {
    display: block;
    width: 24px;
    height: 24px;
    background-color: #195d34;
    border: 8px solid rgba(229, 229, 229, .8);
    border-radius: 50%;
    opacity: 0;
    transform: scale(0);
    margin: 10px auto 0
}

.his-year .swiper-slide.swiper-slide-active .number {
    font-size: 50px;
    color: #333;
    line-height: 50px
}

.his-year .swiper-slide.swiper-slide-active .number i {
    opacity: 1;
    top: 48px;
    transform: scale(1);
    transition: all .5s ease .5s
}

.but_year {
    width: 350px;
    height: 60px;
    position: absolute;
    top: 42px;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
    z-index: 10
}

.but_year .swiper-button-next,
.but_year .swiper-button-prev {
    background-size: 20px
}

.his-year a {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s
}

.his-year .prev_nth2Mode a {
    transform: rotate(-33deg) translateX(17px) translateY(72px);
    opacity: 1
}

.his-year .next_nth2Mode a {
    transform: rotate(34deg) translateX(-14px) translateY(70px);
    opacity: 1
}

.his-year .prev_nth3Mode a {
    transform: rotate(-62deg) translateX(-62px) translateY(182px);
    opacity: 1
}

.his-year .next_nth3Mode a {
    transform: rotate(65deg) translateX(72px) translateY(172px);
    opacity: 1
}

.his-year .prev_nth4Mode a {
    transform: rotate(-80deg) translateX(-126px) translateY(-143px)
}

.his-year .next_nth4Mode a {
    transform: rotate(80deg) translateX(-214px) translateY(162px)
}

.his-year .prev_nth5Mode a {
    transform: rotate(-25deg) translateX(-65px);
    opacity: 1
}

.his-year .next_nth5Mode a {
    transform: rotate(25deg) translateX(-65px) translateY(20px);
    opacity: 1
}

.his-year .prev_nth6Mode a {
    transform: rotate(-30deg) translateX(-99px);
    opacity: 1
}

.his-year .next_nth6Mode a {
    transform: rotate(30deg) translateX(-99px) translateY(20px);
    opacity: 1
}

.about-course .contain {
    padding: 0 25px
}

.his-cont .swiper-wrapper {
    align-items: center
}

.his-cont-item {
    display: flex;
    align-items: center;
    background: #f8f8f8;
    padding: 0 20px;
    height: 200px
}

.his-cont-item:after {
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(248, 248, 248, .8);
    position: absolute;
    visibility: visible;
    opacity: 1
}

.his-cont-item.swiper-slide-active {
    background: #195d34;
    z-index: 3;
    padding: 0 66px;
    height: 294px
}

.his-cont-item.swiper-slide-active:after {
    opacity: 0;
    visibility: hidden
}

.his-cont-item.swiper-slide-prev {
    transform: translateX(375px);
    transition: all .4s ease
}

.his-cont-item.swiper-slide-next {
    transform: translateX(-375px);
    transition: all .4s ease
}

.his-cont-item img {
    width: 44%;
    object-fit: cover
}

.his-cont-item p {
    font-size: 22px;
    line-height: 32px;
    width: 50%;
    margin-left: 40px;
    color: #999
}

.his-cont-item.swiper-slide-active p {
    color: #fff
}


/* 集团成员 */

.about-member {
    padding: 100px 0 116px
}

.about-member ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: -28px
}

.about-member li {
    width: 48%;
    display: flex;
    align-items: center;
    margin-top: 94px
}

.about-member li img {
    object-fit: cover;
    width: 36%
}

.about-member-txt {
    width: 64%;
    padding-left: 28px
}

.about-member-txt h3 {
    color: #195d34;
    font-size: 22px;
    padding-bottom: 21px;
    border-bottom: 1px solid #ededed;
    margin-bottom: 20px
}

.about-member-txt p {
    display: flex
}

.about-member-txt span {
    font-size: 14px;
    line-height: 20px;
    color: #777
}

.about-member-txt i {
    display: block;
    min-width: 30px
}

.about-member-txt i img {
    max-width: 100%;
    object-fit: cover;
    width: auto !important
}

.about-member-txt p:nth-of-type(1) {
    margin-bottom: 15px
}

.about-member-txt p+p {
    margin-top: 10px
}


/* 招聘 */

.about-jobs {
    padding: 114px 0 138px
}

.about-jobs .contain {
    position: relative
}

.about-jobs-l {
    width: 42%
}

.about-jobs-l img {
    width: 100%;
    object-fit: cover
}

.about-jobs-r {
    width: 64%;
    background: #fafafa;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 90px 100px 80px
}

.about-jobs-r h3 {
    color: #333;
    font-size: 35px;
    font-family: Rubik-medium;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 40px
}

.about-jobs-r p {
    color: #666;
    font-size: 18px;
    line-height: 32px
}

.about-jobs-r p.black {
    font-size: 20px;
    color: #111
}

.about-jobs-r a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 280px;
    height: 58px;
    background: #195d34;
    border-radius: 30px;
    color: #fff;
    font-size: 18px;
    margin-top: 50px;
    transition: all .4s ease
}

.about-jobs-r a:hover {
    box-shadow: inset 0 0 0 2px #195d34;
    color: #195d34;
    background: 0 0
}

.about-life {
    padding: 110px 0 87px;
    background: url(../image/about-life-bg.jpg) no-repeat center/cover
}

.about-life-main {
    margin-top: 50px
}

.about-life-main .swiper-wrapper {
    padding-bottom: 47px
}

.about-life-main .swiper-pagination {
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.about-life-main .swiper-pagination-bullet {
    opacity: 1;
    background: #fff;
    position: relative
}

.about-life-main .swiper-button-prev,
.about-life-main .swiper-button-next {
    display: none
}

.about-life .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px
}

.about-life-main .swiper-pagination-bullet-active {
    background: #009ee6
}

.about-life-main .swiper-pagination-bullet-active:after {
    content: '';
    width: 16px;
    height: 16px;
    border: 1px solid #009ee6;
    position: absolute;
    top: -50%;
    border-radius: 50%;
    left: -50%
}

.about-life-main a img {
    width: 100%;
    object-fit: cover
}


/* 招聘 */

.offers {
    padding: 88px 0 110px
}

.offers .com-tit {
    margin-bottom: 30px
}

.offers .tips {
    font-size: 16px;
    color: #888;
    line-height: 30px;
    text-align: center
}

.offers .tips a {
    color: #111
}

.offers .tips a:hover {
    text-decoration: underline
}

.offers-main {
    display: flex;
    margin-top: 60px
}

.offers-side {
    width: 376px
}

.offers-side-search {
    width: 100%;
    display: flex
}

.offers-side-search input {
    height: 50px;
    border: 1px solid #cbcbcb;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    width: 80%;
    border-right: 0;
    padding: 0 18px;
    transition: border-color .4s ease
}

.offers-side-search input:focus {
    border-color: #195d34
}

.offers-side-search input::placeholder {
    font-size: 15px;
    color: #cdcdcd
}

.offers-side-search button {
    width: 20%;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    background: #195d34;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background .4s ease
}

.offers-side-search button:hover {
    background: #075c95
}

.offers-side-search button i {
    display: block;
    background: url(../image/searchW.svg) no-repeat center/100%;
    width: 28px;
    height: 28px
}

.offers-side-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 62px;
    border-bottom: 1px solid #e0e0e0;
    margin-top: 36px
}

.offers-side-head .tit {
    color: #4d4d4d;
    font-size: 18px;
    line-height: 1
}

.offers-side-head a {
    color: #6b6b6b;
    font-size: 17px
}

.offers-side-head a:hover {
    text-decoration: underline
}

.offers-side-item {
    padding: 28px 0
}

.offers-side-item .tit {
    font-size: 18px;
    color: #4d4d4d;
    font-weight: 700;
    line-height: 1
}

.offers-side-item .list {
    margin-top: 20px;
    max-height: 310px;
    overflow: hidden;
    max-width: 60%;
    transition: all .6s ease
}

.offers-side-item .list.on {
    max-height: 600px;
    overflow-x: hidden;
    overflow-y: auto
}

.offers-side-item .list::-webkit-scrollbar {
    width: 2px;
    height: 100%;
    background: #dddddd
}

.offers-side-item .list::-webkit-scrollbar-thumb {
    background: #0c73ba;
    border-radius: 30px
}

.offers-side-item .list::-webkit-scrollbar-track {
    border-radius: 30px
}

.offers-side-item label {
    -webkit-user-select: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    line-height: 1
}

.offers-side-item label input[type=checkbox] {
    width: 18px;
    height: 18px;
    border: 1px solid #626262;
    border-radius: 4px;
    cursor: pointer;
    position: relative
}

.offers-side-item label input[type=checkbox]:after {
    content: '';
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 700;
    background: url(../image/ok.png)no-repeat center /10px
}

.offers-side-item label input[type=checkbox]:checked {
    background: #195d34;
    border-color: #195d34
}

.offers-side-item .item {
    display: flex;
    align-items: center
}

.offers-side-item .item span {
    color: #888;
    padding-left: 10px
}

.offers-side-item .item:not(:first-of-type) {
    margin-top: 18px
}

.offers-side-item a.show-more {
    display: inline-flex;
    padding: 0 5px;
    align-items: center;
    font-size: 16px;
    color: #195d34;
    line-height: 30px;
    margin-top: 10px;
    border-radius: 5px;
    transition: background .4s ease
}

.offers-side-item a.show-more:hover {
    background: #f4f4f4
}

.offers-side-item a.show-more em {
    font-style: normal;
    line-height: 1;
    font-size: 30px;
    margin-bottom: 4px;
    padding-right: 8px
}

.offers-side-item a.show-more.active em {
    transform: rotate(45deg);
    margin-bottom: -3px
}

.offers-job {
    width: calc(100% - 376px);
    padding-left: 80px;
    padding-top: 88px
}

.offers-job .title {
    display: flex;
    background: #f3f3f3;
    height: 63px;
    align-items: center;
    padding: 0 35px;
    justify-content: space-between
}

.offers-job .title .th {
    font-weight: 700;
    color: #333;
    text-align: center
}

.offers-job .th {
    font-size: 18px;
    width: 12%
}

.offers-job .th.name {
    width: 35%;
    text-align: left
}

.offers-job .op {
    width: 3%;
    text-align: center;
    color: #c3c3c3
}

.offers-job .title:hover .op svg {
    background: #eaeaea
}

.offers-job .item .head {
    display: flex;
    justify-content: space-between;
    padding: 0 35px
}

.offers-job .item .title {
    background: 0 0;
    cursor: pointer;
    border-bottom: 1px solid silver;
    height: auto;
    padding: 14px 35px;
    transition: border .2s ease
}

.offers-job .item .title.on {
    border-color: transparent
}

.offers-job .item .title.on .th.name {
    color: #195d34
}

.offers-job .item .title.on svg {
    transform: rotate(180deg)
}

.offers-job .item .title .th {
    font-size: 15px;
    font-weight: 500;
    color: #888
}

.offers-job .item .cont {
    background: #f3f3f3;
    padding: 22px 32px;
    display: none
}

.offers-job .item .cont h2 {
    font-size: 18px;
    font-weight: 700;
    color: #535353;
    line-height: 1;
    margin-bottom: 10px
}

.offers-job .item .cont h2:not(:first-of-type) {
    margin-top: 20px
}

.offers-job .item .cont p {
    font-size: 15px;
    line-height: 30px;
    color: #888
}

.offers-job .item .cont .tip {
    font-size: 16px;
    color: #535353;
    margin-top: 15px
}

.offers-side .menu-icon {
    display: none
}


/* 产品中心 */

.prod-list {
    padding: 85px 0 106px
}

.prod-list-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.prod-list-main:after {
    content: '';
    width: 31%
}

.prod-list-main a {
    display: block;
    width: 31%;
    box-shadow: 0 0 73px 0 rgba(0, 0, 0, .06);
    margin-top: 60px;
    overflow: hidden;
    position: relative
}

.prod-list-main a.oem .prod-list-pic {
    height: auto
}

.prod-list-main a.oem .prod-list-pic img {
    width: 100%
}

.prod-list-main a.oem .prod-list-txt:after {
    background: rgba(0, 0, 0, .2);
    opacity: 1
}

.prod-list-main a.oem .prod-list-txt {
    position: absolute;
    width: 100%;
    height: 100%;
    background: none;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center
}

.prod-list-main a.oem .prod-list-txt h3 {
    color: #fff;
    font-weight: 700;
    font-size: 30px
}

.prod-list-pic {
    display: flex;
    background: #fff;
    align-items: center;
    justify-content: center;
    height: 330px
}

#product_desc .box1 .box1_nr {
    padding: 53px 95px 65px 53px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #fff;
}

.prod-list-pic img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    transition: all .8s ease
}

.prod-list-main a:hover .prod-list-pic img {
    transform: scale(1.04)
}

.prod-list-txt {
    text-align: center;
    padding: 50px;
    transition: all .4s ease;
    background: #fff;
    position: relative;
    z-index: 1
}

.prod-list-txt:after {
    content: '';
    opacity: 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1;
    transition: all .4s ease;
 background: #195d34;
}

.prod-list-main a:hover .prod-list-txt:after {
    opacity: 1
}

.prod-list-txt h3 {
    font-size: 17px;
    color: #222;
    margin-bottom: 10px;
    transition: all .4s ease;
    line-height: 30px
}

.prod-list-txt p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #a8a8a8;
    font-size: 14px;
    transition: all .4s ease
}

.prod-list-main a:hover h3,
.prod-list-main a:hover p {
    color: #fff
}

.oem-txt p {
    font-size: 20px;
    color: #444;
    line-height: 28px
}

.prod-list-pic2 img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    transition: all .8s ease
}


/* 产品详情 */

.detail-banner {
    position: relative;
    height: 650px
}

.detail-banner img {
    width: 100%;
    object-fit: cover
}

.detail-banner .detail-banner-bg {
    height: 100%
}

.detail-banner-cont {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.detail-banner-nav {
    height: 62px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    position: fixed;
    width: 100%;
    top: 91px;
    left: 0;
    z-index: 9999;
    transition: background-color .4s ease
}

.detail-banner-nav.bg {
    background: rgba(0, 0, 0, .5)
}

.detail-banner-nav .contain {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%
}

.detail-banner-nav-r {
    display: flex
}

.detail-banner-nav-r a {
    font-size: 15px;
    font-family: Arial;
    position: relative;
    color: #fff;
    transition: all .4s ease
}

.detail-banner-nav-r a:hover {
    text-decoration: underline
}

.detail-banner-nav-r a+a {
    padding-left: 23px;
    margin-left: 24px
}

.detail-banner-nav-r a+a:after {
    content: '';
    width: 1px;
    height: 14px;
    background: rgba(255, 255, 255, .2);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.detail-banner-txt {
    height: calc(100% - 62px);
    margin-top: 62px
}

.detail-banner-txt .contain {
    display: flex;
    height: 100%
}

.detail-banner-content {
    width: 48%
}

.detail-banner-content h1 {
    color: #fff;
    font-family: Rubik-medium;
    font-size: 40px;
    line-height: 62px;
    padding-top: 146px;
    animation: text-active-animation 1s ease both
}

.detail-banner-content .line {
    display: block;
    width: 52px;
    height: 2px;
    background: #fff;
    margin-top: 40px;
    animation: banner-line 1s ease both .5s
}

.detail-banner-pic {
    width: 52%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: text-active-animation 1s ease both .8s
}

.detail-banner-pic img {
    max-width: 90%;
    max-height: 90%;
    object-fit: cover;
    height: auto;
    max-height: 90%;
    width: auto
}

.detail-txt1 {
    padding: 124px 0 156px
}

.detail-txt1 .contain {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.detail-txt1-l {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.detail-txt1-l img {
    max-width: 100%
}

.detail-txt1-r {
    width: 47%
}

.detail-txt1-r h2 {
    color: #195d34;
    font-size: 40px;
    font-family: Rubik-medium
}

.detail-txt1-r h2 sup {
    transform: scale(.6);
    margin: -4px 0 0 -10px
}

.detail-txt1-r h3 {
    font-size: 35px;
    color: #333;
    font-family: Rubik-medium;
    padding-bottom: 26px;
    position: relative;
    margin-bottom: 40px
}

.detail-txt1-r h3:after {
    content: '';
    width: 62px;
    height: 6px;
    background: #195d34;
    position: absolute;
    bottom: 0;
    left: 0
}

.detail-txt1-r p {
    color: #333;
    font-size: 18px;
    line-height: 30px
}

.detail-txt2 {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat
}

.detail-txt2 .contain {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.detail-txt2-l {
    width: 63%;
    padding: 100px 0
}

.detail-txt2-l h3 {
    font-size: 26px;
    font-family: Rubik-medium;
    color: #195d34;
    margin: 50px 0 10px
}

.detail-txt2-l p {
    color: #777;
    font-size: 18px;
    line-height: 28px
}

.detail-txt2-r {
    width: 33%;
    right: 0;
    position: absolute;
    height: 100%;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5% 0;
    right: 5%
}

.detail-txt2-r img {
    max-width: 100%;
    object-fit: cover;
    height: auto;
    max-height: 100%
}

.detail-table {
    padding: 110px 0 86px
}

.detail-table table {
    width: 100%
}

.detail-table-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between
}

.detail-table-list {
    margin-top: 35px
}

.detail-table-nav a {
    color: #333;
    font-size: 18px;
    line-height: 1;
    transition: all .4s ease
}

.detail-table-nav a.active {
    color: #195d34
}

.detail-table-nav a:not(.active):hover {
    text-decoration: underline
}

.detail-table-nav a+a {
    margin-left: 38px
}

.detail-table thead {
    max-height: 80px
}

.detail-table thead tr {
    background: #195d34
}

.detail-table thead td,
.detail-table thead th {
    color: #fff;
    font-weight: 400
}

.detail-table td,
.detail-table th {
    text-align: center;
    padding: 6.5px 10px;
    border: 1px solid #fff;
    font-size: 14px;
    word-wrap: break-word;
    word-break: break-all
}

.detail-table tbody tr:nth-child(even) {
    background: #eff3fa
}

.detail-table tbody td:not(:first-of-type) {
    min-width: 116px
}

.tableHead {
    min-width: 138px;
    width: 138px;
    position: relative;
    overflow: hidden
}

.tableHead b {
    font-size: 14px;
    position: relative;
    top: 28px;
    left: -5px;
    font-weight: 400;
    width: 60px;
    display: block;
    line-height: 1
}

.tableHead .em {
    font-size: 14px;
    position: relative;
    width: 60px;
    display: block;
    text-align: center;
    top: -25px;
    left: 60px
}


/*斜线样式 宽度，位置 旋转角度*/

.tableHead .slopingside {
    height: 0;
    border-bottom: 1px solid #fff;
    width: 200px;
    margin-top: -2px;
    margin-left: -38px;
    position: absolute;
    transform: rotate(-150deg)
}

.detail-table-bott {
    display: flex;
    align-items: center;
    margin-top: 25px;
    justify-content: space-between
}

.detail-table-bott .row {
    display: flex
}

.detail-table-bott .row a:not(:first-of-type) {
    margin-left: 10px
}

.pop-table-btn {
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #195d34
}

.pop-table-btn:hover {
    text-decoration: underline
}

.pop-table-btn i {
    display: block;
    background: url(../image/table-icon.png) no-repeat center/100%;
    width: 19px;
    height: 19px;
    margin-right: 10px
}

.table-download {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 230px;
    height: 46px;
    border-radius: 30px;
    color: #195d34;
    font-size: 16px;
    border: 2px solid #195d34;
    transition: all .4s ease
}

.table-download:hover {
    background: #195d34;
    color: #fff
}

.table-download i {
    display: block;
    background: url(../image/table-download.png) no-repeat center/100%;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    transition: all .4s ease
}

.table-download:hover i {
    background: url(../image/table-download-white.png) no-repeat center/100%
}

.detail-table-cell:not(:first-of-type) {
    display: none
}


/* table-pop */

.detail-table-pop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999999;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    padding: 0 15px;
    display: none
}

.bg-hover {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, .5);
    z-index: -1;
    left: 0;
    top: 0
}

.detail-pop-main {
    margin: 30px 0;
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    outline: 0;
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    width: 20px !important;
    height: 20px !important;
    min-width: 20px !important;
    color: #000;
    font-size: 23px;
    margin-top: -5px;
    transition: all .4s ease;
    cursor: pointer
}

.modal-header .close:hover {
    opacity: 1
}

.modal-header .modal-title {
    font-size: 26px;
    font-family: Rubik-medium;
    color: #333
}

.detail-pop-cont {
    padding: 15px;
    overflow: auto;
    max-height: 80vh
}

.detail-table-pop table {
    width: 100%
}

.detail-table-pop thead {
    max-height: 80px
}

.detail-table-pop thead tr {
    background: #195d34
}

.detail-table-pop thead td,
.detail-table-pop thead th {
    color: #fff;
    font-weight: 400
}

.detail-table-pop thead th {
    white-space: nowrap
}

.detail-table-pop tbody td:nth-child(1) {
    white-space: nowrap
}

.detail-table-pop td,
.detail-table-pop th {
    text-align: center;
    padding: 6.5px 10px;
    border: 1px solid #fff;
    font-size: 14px;
    word-wrap: break-word;
    word-break: break-all
}

.detail-table-pop tbody tr:nth-child(even) {
    background: #eff3fa
}

.detail-table-pop tbody td:not(:first-of-type) {
    min-width: 116px
}

.detail-table-pop .tableHead {
    min-width: 148px;
    width: 148px;
    position: relative;
    overflow: hidden
}

.detail-table-pop .tableHead b {
    font-size: 14px;
    position: relative;
    top: 28px;
    left: -5px;
    font-weight: 400;
    width: 60px;
    display: block;
    line-height: 1
}

.detail-table-pop .tableHead .em {
    font-size: 14px;
    position: relative;
    width: 60px;
    display: block;
    text-align: center;
    top: -25px;
    left: 60px
}


/*斜线样式 宽度，位置 旋转角度*/

.detail-table-pop .tableHead .slopingside {
    height: 0;
    border-bottom: 1px solid #fff;
    width: 200px;
    margin-top: -2px;
    margin-left: -33px;
    position: absolute;
    transform: rotate(-152deg)
}

.detail-video {
    background: #195d34;
    font-size: 0;
    width: 100%
}

.detail-video .contain {
    display: flex;
    align-items: center;
    justify-content: center
}

.detail-video-main {
    position: relative;
    display: inline-block;
    justify-content: center
}

.detail-video-main h3 {
    color: #fff;
    font-size: 24px;
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 5%
}

.detail-video-cover-bg {
    max-width: 100%;
    object-fit: cover
}

.detail-video-cover i {
    width: 62px;
    height: 62px
}

.video-main {
    display: none;
    margin: 0 auto;
    transition: all .4s ease;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 2;
    background: rgba(0, 0, 0, .7);
    backdrop-filter: saturate(180%) blur(20px);
}

.video-main.show {
    display: block
}

.prod-swiper {
    padding: 96px 0 130px;
    background: #f5f5f5
}

.prod-swiper.style2 {
    background: #f2f7fb url(../image/prod-swiper-bg.png) no-repeat bottom/contain
}

.prod-swiper-main {
    padding: 70px 0 0 0
}

.prod-swiper-main a {
    box-shadow: 0 0 73px 0 rgba(0, 0, 0, .06);
    transition: all .4s ease;
    display: block
}

.prod-swiper-main a:hover h3 {
    color: #195d34
}

.prod-swiper .contain {
    position: relative
}

.prod-swiper-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    position: absolute;
    transition: all .4s ease;
    top: calc(50%);
    cursor: pointer;
    z-index: 2
}

.prod-swiper-btn.gray {
    background: rgba(0, 0, 0, .2)
}

.prod-swiper-btn.gray:hover {
    background: rgba(0, 0, 0, .4)
}

.prod-swiper.style2 .prod-swiper-btn {
    background: rgba(42, 42, 42, .2)
}

.prod-swiper-btn:hover {
    background: rgba(255, 255, 255, .4)
}

.prod-swiper.style2 .prod-swiper-btn:hover {
    background: #1a7bbf
}

.prod-swiper.style2 .prod-list-txt h3 {
    color: #1a7bbf
}

.prod-swiper-btn.prev {
    left: -116px
}

.prod-swiper-btn.next {
    right: -116px
}

.spotlight {
    padding: 100px 0 126px
}

.spotlight.border {
    border-top: 1px solid #ededed
}

.spotlight:after {
    width: 24%;
    content: ''
}

.spotlight-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    justify-content: center;
    margin-left: -2%
}

.spotlight-list a {
    display: block;
    width: 23%;
    margin-top: 20px;
    margin-left: 2%
}

.spotlight-pic {
    width: 100%;
    overflow: hidden
}

.spotlight-pic img {
    width: 100%;
    object-fit: cover;
    transition: all .8s ease
}

.spotlight-list h3 {
    color: #222;
    font-size: 18px;
    line-height: 24px;
    margin-top: 24px;
    transition: all .4s ease
}

.spotlight-list a:hover img {
    transform: scale(1.04)
}

.spotlight-list a:hover h3 {
    color: #195d34
}

.contact-bottom {
    position: relative
}

.contact-bottom .bg {
    width: 100%;
    object-fit: cover
}

.contact-bottom-txt {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.contact-bottom-txt .contain {
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center
}

.contact-bottom-txt h6 {
    font-size: 32px;
    color: #fff;
    font-family: Rubik-medium;
    text-align: center
}

.contact-bottom-txt a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 244px;
    height: 52px;
    border-radius: 30px;
    background: #195d34;
    color: #fff;
    font-size: 16px;
    margin-top: 28px;
    transition: all .4s ease
}

.contact-bottom-txt a:hover {
    background: #fff;
    color: #195d34
}

.mobile-show {
    display: none
}


/* 临床观察 */

.health-clinical {
    padding: 85px 0 105px
}

.health-clinical-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px
}

.health-clinical-list:after {
    width: 23%;
    content: ''
}

.health-clinical-pic {
    overflow: hidden;
    border: 6px solid #eee;
    transition: all .4s ease
}

.health-clinical-list a:hover .health-clinical-pic {
    border-color: #195d34
}

.health-clinical-list img {
    width: 100%;
    object-fit: cover;
    transition: all .8s ease
}

.health-clinical-list a:hover .health-clinical-pic img {
    transform: scale(1.04)
}

.health-clinical-list a {
    display: block;
    width: 23%;
    margin-top: 50px
}

.health-clinical-list a h6 {
    text-align: center;
    color: #888;
    font-size: 18px;
    line-height: 22px;
    margin-top: 15px;
    transition: all .4s ease
}

.health-clinical-list a:hover h6 {
    color: #195d34
}


/* 临床观察-详情 */

.detail-txt {
    padding: 96px 0 130px
}

.detail-txt .contain {
    display: flex;
    justify-content: space-between
}

.detail-txt-l {
    width: 68%
}

.detail-txt-l h1 {
    font-size: 30px;
    color: #222
}

.detail-txt-time {
    display: flex;
    align-items: center;
    padding-bottom: 18px;
    border-bottom: 1px solid #ebebeb;
    margin: 25px 0 30px;
    font-size: 14px;
    color: #999
}

.detail-txt-l p {
    font-size: 15px;
    line-height: 32px;
    color: #777
}

.detail-txt-l img {
    max-width: 100%;
    object-fit: cover;
    margin: 0 auto
}

.detail-txt-time i {
    display: block;
    background: url(../image/time-icon.png) no-repeat center/100%;
    width: 14px;
    height: 14px;
    margin-right: 7px
}

.detail-txt-nav {
    margin-top: 50px;
    padding-top: 25px;
    border-top: 1px solid #ebebeb
}

.detail-txt-nav a {
    font-size: 14px;
    display: block;
    transition: all .4s ease
}

.detail-txt-nav a:hover {
    color: #195d34
}

.detail-txt-nav a+a {
    margin-top: 8px
}

.detail-txt-r {
    width: 23.5%
}

.detail-txt-r-header {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.detail-txt-r-header h3 {
    font-size: 20px;
    color: #222;
    line-height: 1;
    display: flex;
    align-items: center
}

.detail-txt-r-header a {
    display: block;
    padding: 2px 5px;
    transition: all .4s ease;
    border-radius: 30px
}

.detail-txt-r-header a:hover {
    background: linear-gradient(90deg, rgba(3, 110, 183, 0.2) 0%, rgba(56, 142, 228, 0) 100%)
}

.detail-txt-r-header.blue h3 {
    color: #195d34
}

.detail-txt-r-header h3 i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    background: #4e4e4e;
    border-radius: 50%;
    margin-right: 8px
}

.detail-txt-r-header.blue h3 i {
    background: #195d34
}

.detail-txt-side {
    margin-top: 60px
}

.detail-txt-side a {
    display: flex;
    justify-content: space-between
}

.detail-txt-side a+a {
    margin-top: 40px
}

.detail-txt-side-pic {
    width: 22%;
    border: 6px solid #eee;
    transition: all .4s ease
}

.detail-txt-side a:hover .detail-txt-side-pic {
    border-color: #c1d6e5
}

.detail-txt-side-pic img {
    width: 100%;
    object-fit: cover
}

.detail-txt-side-info {
    width: 78%;
    padding-left: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.detail-txt-side-info h4 {
    font-size: 16px;
    line-height: 20px;
    color: #777;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    height: 40px;
    transition: all .4s ease
}

.detail-txt-side a:hover h4,
.detail-txt-side.style3-side a:hover h4 {
    color: #195d34
}

.detail-txt-side-info .time {
    font-size: 12px;
    line-height: 1;
    color: #999;
    padding-bottom: 15px;
    border-bottom: 1px solid #e4e4e4
}

.detail-txt-side.news-side .detail-txt-side-pic {
    border: 0
}

.detail-txt-side.news-side .detail-txt-side-pic {
    width: 32.5%
}

.detail-txt-side.news-side .detail-txt-side-info {
    width: 67.5%
}

.detail-txt-side.news-side .detail-txt-side-info .time {
    padding-bottom: 0;
    border: 0
}

.detail-txt-side.news-side a,
.detail-txt-side.style3-side a {
    padding-bottom: 32px;
    border-bottom: 1px solid #e4e4e4
}

.detail-txt-side.style3-side .detail-txt-side-pic {
    width: 32.5%;
    border: 0
}

.detail-txt-side.style3-side .detail-txt-side-info {
    width: 67.5%
}

.detail-txt-side.style3-side.style4 .detail-txt-side-info {
    min-height: 95px
}

.detail-txt-side.style3-side .detail-txt-side-pic span {
    width: 100%;
    display: block;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 7px 5px
}

.detail-txt-side.style3-side .detail-txt-side-pic span.style1 {
    background: #009ee6
}

.detail-txt-side.style3-side .detail-txt-side-pic span.style2 {
    background: #195d34
}

.detail-txt-side.style3-side .detail-txt-side-info h4 {
    color: #333;
    font-size: 16px
}

.detail-txt-side.style3-side li {
    display: flex;
    color: #888;
    font-size: 14px
}

.detail-txt-side.style3-side li+li {
    margin-top: 5px
}

.detail-txt-side.style3-side li i {
    display: block;
    margin-right: 8px
}


/* 保健-案例 */

.health-case {
    padding: 86px 0 92px
}

.health-case-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.health-case-list:after {
    content: '';
    width: 31%
}

.health-case-item {
    width: 31%;
    margin-top: 54px
}

.health-case-video {
    position: relative;
    overflow: hidden;
    cursor: pointer
}

.health-case-video img.cover {
    width: 100%;
    object-fit: cover;
    transition: all .8s ease
}

.health-case-video:hover img.cover {
    transform: scale(1.04)
}

.health-case-video i.video-btn {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, .8)
}

.health-case-video:hover i.video-btn {
    background: #fff
}

.health-case-video i.video-btn img {
    width: 14px
}

.health-case-info {
    margin-top: 25px
}

.health-case-info h3 {
    font-size: 22px;
    line-height: 25px;
    color: #222;
    max-height: 50px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical
}

.health-case-list.school .health-case-info h3 {
    font-size: 20px;
    color: #444444
}

.health-case-info p {
    color: #999;
    font-size: 14px;
    line-height: 24px;
    margin-top: 20px;
    overflow: hidden;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    max-height: 72px
}


/* 保健-解决方案 */

.health-solution {
    padding: 86px 0 120px
}

.health-solution-list {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    margin-top: 20px
}

.health-solution-list a {
    display: flex;
    width: 47%;
    align-items: center;
    padding: 0 0 0 50px;
    position: relative;
    z-index: 1;
    justify-content: space-between;
    margin-top: 46px
}

.health-solution-list a:after {
    content: '';
    background: #f7f7f7;
    width: 82%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all .4s ease
}

.health-solution-list a:hover:after {
    width: 100%
}

.health-solution-list-txt {
    width: 50%;
    padding: 20px 0
}

.health-solution-list-txt h3 {
    font-size: 20px;
    color: #222;
    transition: all .4s ease
}

.health-solution-list a:hover h3 {
    color: #195d34
}

.health-solution-list-txt p {
    font-size: 16px;
    line-height: 24px;
    color: #999;
    margin-top: 25px
}

.health-solution-list-txt span {
    display: block;
    background: url(../image/arrow-right.png) no-repeat no-repeat center/100%;
    width: 37px;
    height: 9px;
    transition: all .4s ease;
    margin-top: 40px
}

.health-solution-list a:hover span {
    background: url(../image/arrow-right-blue.png) no-repeat no-repeat center/100%
}

.health-solution-list-pic {
    width: 50%
}

.health-solution-list-pic img {
    width: 100%;
    object-fit: cover;
    transform: scale(.82);
    transform-origin: right;
    transition: all .4s ease
}

.health-solution-list a:hover img {
    transform: scale(.9) translateX(-10px)
}


/* 健康-解决方案详情 */

.health-solution-txt {
    padding: 106px 0
}

.health-solution-tit {
    color: #333;
    font-size: 46px;
    line-height: 1;
    position: relative;
    padding-bottom: 26px;
    font-family: Rubik-medium;
    text-align: center
}

.health-solution-tit:after {
    content: '';
    width: 59px;
    height: 4px;
    background: #195d34;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    animation: width 1s ease both .3s
}

@keyframes width {
    0% {
        width: 0
    }

    100% {
        width: 59px
    }
}

.health-solution-txt-main {
    display: flex;
    justify-content: space-between;
    margin-top: 70px
}

.health-solution-txt-l {
    width: 53%
}

.health-solution-txt-l h3 {
    color: #195d34;
    font-size: 35px;
    font-family: Rubik-medium
}

.health-solution-txt-l p {
    font-size: 22px;
    line-height: 40px;
    color: #555
}

.health-solution-txt-r {
    width: 40%
}

.health-solution-txt-r img {
    width: 100%;
    object-fit: cover;
    border-radius: 8px
}

.solution-item {
    padding: 90px 0 83px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.solution-item .contain {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.solution-item:nth-child(even) .contain {
    flex-direction: row-reverse
}

.solution-item-media {
    width: 27.5%
}

.solution-item-media .media-sub:not(:first-of-type) {
    margin-top: 18px
}

.solution-item:nth-child(even) .solution-item-pic,
.solution-item:nth-child(even) .solution-item-video {
    box-shadow: 21px 25px 83px 0 rgba(0, 0, 0, .14)
}

.solution-item-pic {
    height: 280px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #fff;
    border-radius: 10px
}

.solution-item-pic img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover
}

.solution-item-video {
    position: relative;
    height: 280px;
    overflow: hidden;
    border-radius: 10px
}

.solution-item-video img.cover,
.solution-item-video video,
.solution-item-video-cover,
.solution-item-video iframe {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.solution-item-txt {
    width: 67%
}

.solution-item-txt h4 {
    color: #fff;
    font-size: 40px;
    font-family: Rubik-medium;
    line-height: 1;
    margin-bottom: 10px
}

.solution-item-txt h3 {
    font-size: 40px;
    color: #fff
}

.solution-item-txt-inner {
    margin-top: 45px
}

.solution-item-txt-inner p {
    font-size: 16px;
    color: #fff;
    line-height: 30px
}

.solution-item-txt-inner p b {
    font-size: 20px
}

.solution-item:nth-child(even) h3,
.solution-item:nth-child(even) h4 {
    color: #195d34
}

.solution-item:nth-child(even) .solution-item-txt-inner p {
    color: #171717
}

.solution-item:nth-child(even) .solution-item-txt-inner p.color-gray {
    color: #777
}


/* 新闻 */

.news-list {
    padding: 42px 0 108px
}

.news-link {
    display: flex;
    justify-content: space-between;
    width: 100%;
    opacity: 0;
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    transition: opacity .5s cubic-bezier(.49, .01, .27, 1), transform .5s cubic-bezier(.49, .01, .27, 1)
}

.news-list-main a.animated {
    opacity: 1;
    transform: scale(1)
}

.news-coulmn {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 220px);
    padding: 40px;
    transition: all .4s ease
}

.news-img {
    width: 340px;
    overflow: hidden
}

.news-img img {
    width: 100%;
    object-fit: cover;
    transition: all .6s ease
}

.news-cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(100% - 340px);
    padding-left: 42px
}

.news-cont h2 {
    font-size: 22px;
    color: #222;
    line-height: 24px;
    margin-bottom: 20px
}

.news-cont p {
    font-size: 16px;
    color: #999;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical
}

.news-time {
    width: 220px;
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
    transition: background-color .4s ease;
    z-index: 1
}

.news-time:after {
    content: '';
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    left: -80px;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    box-shadow: 0 5px 80px rgba(17, 58, 93, .1)
}

.news-time span {
    font-size: 20px;
    color: #666;
    transition: all .4s ease
}

.news-time .news-data {
    display: inline-block;
    width: 40px;
    height: 34px;
    background: url(../image/news_data.png) no-repeat center/100%;
    margin: 15px 0 22px;
    transition: all .4s ease
}

.news-time .news-btn {
    display: inline-block;
    width: 48px;
    height: 12px;
    background: url(../image/news_btn.png) no-repeat center/100%;
    opacity: 0;
    transition: all .4s ease
}

.news-link:hover .news-coulmn {
    box-shadow: 17px 21px 62.3px 7.7px rgba(0, 0, 0, .16)
}

.news-link:hover .news-coulmn .news-img img {
    transform: scale(1.06)
}

.news-link:hover .news-coulmn .news-cont h2 {
    color: #195d34;
    font-weight: 700
}

.news-link:hover .news-time {
    background=: url(../image/news-list-bg.jpg) no-repeat center/cover;
	 background-color: #195d34;
}

.news-link:hover .news-time span {
    color: #fff
}

.news-link:hover .news-time .news-data {
    background: url(../image/news_dataW.png) no-repeat center/100%
}

.news-link:hover .news-time .news-btn {
    opacity: 1
}


/* 学术会议 */

.symposium-list {
    padding: 86px 0 84px;
    background-color: #f7f7f7
}

.symposium-list .tab-menu li a {
    background-color: #fff
}

.symposium-list .tab-menu li a:hover,
.symposium-list .tab-menu li.active a {
    background-color: #d8efff
}

.symposium-list .tab-menu li a:after {
    border-top: 10px solid #d8efff
}

.symposium-list-main {
    margin-top: -30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.symposium-list-main:after {
    content: '';
    width: 31%
}

.symposium-list-main a {
    display: block;
    width: 31%;
    margin-top: 76px
}

.symposium-list-pic {
    width: 100%;
    overflow: hidden;
    position: relative
}

.symposium-list-pic img {
    width: 100%;
    object-fit: cover;
    transition: all .8s ease
}

.symposium-list-main a:hover img {
    transform: scale(1.04)
}

.symposium-list-pic span {
    position: absolute;
    width: 125px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    left: 0;
    top: 0
}

.symposium-list-pic span.style1 {
    background-color: #009ee6
}

.symposium-list-pic span.style2 {
    background-color: #195d34
}

.symposium-list-info {
    background-color: #fff;
    padding: 42px;
    height: 320px
}

.symposium-list-info h3 {
    font-size: 22px;
    color: #222;
    line-height: 25px;
    transition: all .4s ease
}

.symposium-list-main a:hover h3 {
    color: #195d34
}

.symposium-list-info p {
    color: #999;
    font-size: 14px;
    line-height: 22px;
    margin-top: 15px
}

.symposium-list-info ul {
    padding-top: 35px;
    margin-top: 20px;
    border-top: 1px solid #ebebeb
}

.symposium-list-info li {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #555
}

.symposium-list-info li+li {
    margin-top: 10px
}

.symposium-list-info li i {
    display: block;
    margin-right: 9px
}

i.location {
    background: url(../image/location-icon.png) no-repeat center/100%;
    width: 16px;
    height: 21px
}

i.date {
    background: url(../image/date-icon.png) no-repeat center/100%;
    width: 16px;
    height: 15px
}


/* 新闻中心-展会 */

.exhibition {
    padding: 100px 0;
    background: #f7f7f7
}

.exhibition-list a {
    display: flex;
    opacity: 0;
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    transition: opacity .5s cubic-bezier(.49, .01, .27, 1), transform .5s cubic-bezier(.49, .01, .27, 1)
}

.exhibition-list a.animated {
    opacity: 1;
    transform: scale(1)
}

.exhibition-list a:hover {
    transform: scale(1.01)
}

.exhibition-list a+a {
    margin-top: 46px
}

.exhibition-list-pic {
    width: 34%;
    overflow: hidden
}

.exhibition-list-pic img {
    width: 100%;
    object-fit: cover
}

.exhibition-list-info {
    width: 66%;
    background: #fff;
    padding: 40px 40px 30px 50px
}

.exhibition-list-info h3 {
    color: #222;
    font-size: 22px;
    line-height: 25px;
    transition: all .4s ease
}

.exhibition-list a:hover h3 {
    color: #195d34
}

.exhibition-list-info p {
    color: #999;
    font-size: 14px;
    line-height: 22px;
    margin-top: 16px
}

.exhibition-list-bott {
    margin-top: 20px;
    padding-top: 50px;
    border-top: 1px solid #ebebeb;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.exhibition-list-bott ul {
    max-width: 70%
}

.exhibition-list-bott li {
    display: flex;
    color: #555;
    font-size: 14px
}

.exhibition-list-bott li+li {
    margin-top: 10px
}

.exhibition-list-bott li span {
    font-size: 16px;
    color: #195d34;
    text-indent: 0.5em;
}

.exhibition-list-bott li i {
    display: block;
    margin-right: 13px
}

i.booth {
    background: url(../image/booth-icon.png) no-repeat center/100%;
    width: 16px;
    height: 21px
}

.exhibition-list-time {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 148px;
    height: 61px;
    background: #195d34;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    flex-direction: column;
    border-radius: 5px
}

.exhibition-list-time span {
    font-size: 25px;
    line-height: 1;
    display: block
}


/* 学术详情 */

.detail-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    margin: 30px 0 40px;
    padding: 30px 0 35px
}

.detail-header li {
    display: flex;
    align-items: center;
    color: #333;
    line-height: 1;
    font-size: 20px
}

.detail-header li i {
    display: block;
    margin-right: 13px
}

.detail-header li+li {
    margin-top: 18px
}

.detail-header li span {
    color: #195d34;
    text-indent: 0.5em;
    font-family: Rubik-medium
}

.detail-header a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: 125px;
    height: 46px;
    background: #195d34;
    font-size: 14px
}


/* 会议详情 */

.detail-schedule {
    margin-top: 60px
}

.detail-schedule h2 {
    display: flex;
    align-items: center;
    font-size: 30px;
    color: #222
}

.detail-schedule h2 i {
    display: block;
    background: url(../image/schedule-icon.png) no-repeat center/100%;
    width: 23px;
    height: 23px;
    margin-right: 10px
}

.detail-schedule .table-out {
    margin-top: 38px
}

.detail-schedule table {
    width: 100%;
    text-align: left
}

.detail-schedule td,
.detail-schedule th {
    padding: 11.5px 22px;
    border: 1px solid #fff;
    font-size: 14px;
    word-wrap: break-word;
    word-break: break-all;
    background: #f5f5f5;
    color: #777
}

.detail-schedule th {
    padding: 17.5px 22px;
    font-size: 16px;
    font-weight: 400
}

.detail-schedule tbody td:nth-child(1),
.detail-schedule th {
    background: #195d34;
    color: #fff
}

.detail-schedule td:nth-child(1) {
    width: 130px;
    min-width: 130px
}


/* 投资者 */

.investor-menu {
    height: 50px
}

.investor-menu .contain {
    display: flex;
    height: 100%;
    align-items: flex-end;
    justify-content: flex-end
}

.investor {
    padding: 70px 0 120px
}

.investor-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: -52px
}

.investor-list a {
    display: flex;
    width: 46.5%;
    justify-content: space-between;
    padding-bottom: 54px;
    border-bottom: 1px solid #f1f1f1;
    margin-top: 52px
}

.investor-pic {
    width: 29%
}

.investor-pic img {
    width: 100%;
    object-fit: cover
}

.investor-info {
    width: 71%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 30px
}

.investor-info h3 {
    display: flex;
    justify-content: space-between
}

.investor-info h3 span {
    width: 90%;
    color: #444;
    font-size: 16px;
    line-height: 22px;
    transition: all .4s ease
}

.investor-list a:hover h3 span {
    color: #195d34
}

.investor-info h3 i {
    display: block;
    background: url(../image/download-icon.png) no-repeat center/100%;
    width: 21px;
    height: 28px;
    transition: all .4s ease
}

.investor-list a:hover h3 i {
    background: url(../image/download-icon-color.png) no-repeat center/100%
}

.investor-info p {
    color: #999;
    font-size: 14px
}


/* 联系我们 */

.contact-us {
    padding: 117px 0 152px;
    background: #f7f7f7 url(../image/contact-us-bg.jpg) no-repeat right bottom
}

.contact-us .contain {
    display: flex;
    justify-content: space-between
}

.contact-us ul {
    width: 37%
}

.contact-us li {
    display: flex;
    color: #333;
    font-size: 18px;
    padding-bottom: 48px
}

.contact-us li+li {
    border-top: 1px solid #ddd;
    padding-top: 44px
}

.contact-us li i {
    min-width: 50px
}

.contact-map {
    background: #fff;
    height: 425px;
    width: 60%;
    padding: 8px;
    border-radius: 10px
}

.contact-map #map {
    width: 100%;
    height: 100%
}

#map .amap-info-close {
    right: 6px !important;
    top: 6px
}

#map .amap-info-content {
    padding: 16px 22px
}

.relmap-info {
    width: 100%;
    overflow: hidden
}

.relmap-info h1,
.relmap-info h6 {
    font-size: 16px;
    color: #195d34;
    line-height: 20px;
    font-weight: 700
}

.relmap-info p {
    font-size: 13px;
    color: #777;
    margin-top: 8px;
    line-height: 18px
}

.relmap-info a {
    font-size: 14px;
    display: block;
    margin: 10px auto 0;
    color: #d4a95b;
    width: 180px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #d4a95b;
    text-align: center;
    transition: all .3s ease
}

.relmap-info a:hover {
    background: #d4a95b;
    color: #fff
}

#map .amap-copyright,
#map .amap-logo {
    display: none !important
}

.contact-msg {
    padding: 0px 0 50px
}

.msg-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 60px
}

.msg-main .inline-input {
    width: 49.5%;
    margin-bottom: 15px
}

.msg-main .inline-input.row {
    width: 100%
}

.msg-main .inline-input input {
    width: 100%;
    background: #f8f8f8;
    padding: 0 20px;
    height: 60px;
    transition: all .4s ease;
    border: 1px solid transparent
}

.msg-main textarea {
    width: 100%;
    height: 100%;
    background: #f8f8f8;
    padding: 20px;
    border: 0;
    transition: all .4s ease;
    border: 1px solid transparent
}

.msg-main .inline-input input::placeholder,
.msg-main .inline-input textarea::placeholder {
    font-size: 16px;
    color: #777
}

.msg-main .inline-input input:focus,
.msg-main .inline-input textarea:focus {
    background: #fff;
    border-color: #195d34;
    box-shadow: 3px 1px 8px 0 rgba(3, 110, 184, .49)
}

.msg-main .bott {
    width: 100%;
    display: flex;
    justify-content: space-between
}

.msg-main .bott .inline-input {
    position: relative;
    width: 86.5%
}

.msg-main .bott .code {
    position: absolute;
    top: 0;
    right: 20px;
    height: 60px;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center
}

.msg-main .bott .code img {
    width: 69px;
    height: 36px
}

.msg-main .bott .submitbtn {
    cursor: pointer;
    display: block;
    width: 195px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    background: #195d34;
    color: #fff;
    font-size: 16px;
    transition: all .4s ease
}

.msg-main .bott .submit-btn:hover {
    opacity: .7
}

.network {
    background: #006ab3;
    padding: 110px 0 60px
}

.network-main {
    width: 1076px;
    margin: 50px auto 0;
    position: relative
}

.network-main .network-bg {
    width: 100%;
    object-fit: cover
}

.network-txt {
    position: absolute;
    min-width: 600px;
    left: 50%;
    margin-left: -300px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    z-index: 99999;
    padding-top: 50px
}

.network-txt-inner {
    background: rgba(255, 255, 255, 1);
    backdrop-filter: blur(10px);
    padding: 26px;
    border-radius: 10px
}

.network-txt-inner h3 {
    font-size: 20px;
    color: #195d34;
    line-height: 1;
    margin-bottom: 15px
}

.network-main li .dot:hover .network-txt {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.network-txt p {
    font-size: 14px;
    color: #666;
    line-height: 20px;
    padding-left: 25px
}

.network-txt p+p {
    margin-top: 6px
}

.network-txt p.phone {
    background: url("../image/contact-us1.png")no-repeat left center /18px auto
}

.network-txt p.email {
    background: url("../image/contact-us2.png")no-repeat left center /18px auto
}

.network-txt p.address {
    background: url("../image/contact-us4.png")no-repeat left center /18px auto
}

.network-main li {
    position: absolute
}

.network-main li img {
    opacity: 0;
    visibility: hidden;
    transition: all .8s ease
}

.network-main .dot:hover+img {
    opacity: 1;
    visibility: visible
}

.network-main li .dot {
    display: block;
    background: url(../image/network-dot.png) no-repeat center/100%;
    width: 33px;
    height: 33px;
    position: absolute;
    cursor: pointer;
    z-index: 22;
    animation: dot 2s ease both infinite;
    animation-delay: 1s
}

.network-main .dot:hover {
    animation: none
}

@keyframes dot {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(.60)
    }

    100% {
        transform: scale(1)
    }
}

.network-main li .dot:hover {
    z-index: 23
}

.network-main li.china {
    right: 162px;
    top: 189px
}

.network-main li.asia {
    right: 24px;
    bottom: 4px
}

.network-main li.europe {
    top: 48px;
    right: 320px
}

.network-main li.america {
    top: 0;
    left: 0
}

.network-main li.middle-east {
    bottom: 275px;
    right: 394px
}

.network-main li.africa {
    top: 246px;
    left: 429px
}

.network-main li.russia {
    top: 36px;
    right: 0
}

.network-main li.china .dot {
    top: 50%;
    right: 40%
}

.network-main li.asia .dot {
    top: 124px;
    left: 40px
}

.network-main li.europe .dot {
    top: 120px;
    right: 120px
}

.network-main li.america .dot {
    top: 210px;
    left: 180px
}

.network-main li.africa .dot {
    top: 80px;
    left: 66px
}

.network-main li.middle-east .dot {
    top: 30px;
    left: 60px
}

.network-main li.russia .dot {
    top: 100px;
    left: 200px
}

.network-bg-mb {
    display: none
}


/* PAGES */

.pages-banner img {
    width: 100%;
    object-fit: cover
}

.pages-content {
    padding: 80px 0 90px;
    background: #f6f6f6
}

.pages-content h1 {
    margin-bottom: 40px
}

.pages-content h2 {
    color: #195d34;
    font-size: 22px;
    font-family: Rubik-medium
}

.pages-content h3 {
    color: #222;
    font-size: 20px
}

.pages-content p {
    color: #777;
    font-size: 16px;
    line-height: 24px
}


/* 培训中心 */

.care-training-header {
    padding: 90px 0 124px;
    background-color: #f7f7f7;

}

.care-training-header .lft {
    width: 26%
}

.care-training-header .lft .tit {
    font-size: 45px;
    font-weight: 700;
    color: #195d34;
    line-height: 1;
    padding-bottom: 28px;
    position: relative;
    margin-bottom: 28px
}

.care-training-header .lft .tit:after {
    content: '';
    height: 5px;
    width: 50px;
    background: #195d34;
    position: absolute;
    left: 0;
    bottom: 0
}

.care-training-header .lft p {
    font-size: 18px;
    line-height: 32px;
    color: #444
}

.care-training-header .rgt {
    width: 74%
}

.care-training-header .rgt p {
    font-size: 16px;
    line-height: 34px;
    color: #666
}

.care-training-header .rgt p:last-child {
    margin-top: 40px
}

.care-training-header .rgt p a {
    color: #1374b8;
    transition: all .4s ease
}

.care-training-header .rgt p a:hover {
    box-shadow: inset 0 -10px 0 rgba(15, 120, 196, .2)
}

.care-training-nav a {
    line-height: 1;
    color: #555;
    width: 239px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    height: 58px;
    background: #f5f5f5;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: background-color .4s ease, color .4s ease
}

.care-training-nav a+a {
    margin-left: 13px
}

.care-training-nav a:hover {
    color: #195d34
}

.care-training-nav a.active {
    background-color: #195d34;
    color: #fff
}

.care-training-content .cell:not(:first-child) {
    display: none
}

.care-training-content {
    background-color: #f7f7f7;
    /* background-color: #195d34; */
    /* padding: 83px 0 128px */
}

.care-training-content .list {
    margin-top: -55px
}

.care-training-content .item {
    display: flex;
    width: 48.5%;
    background-color: #fff;
    border-radius: 4px;
    padding: 48px 44px;
    flex-wrap: wrap-reverse;
    margin-top: 55px
}

.care-training-content .item .lft {
    width: 50%;
    padding-right: 34px
}

.care-training-content .item .lft .tit {
    color: #195d34;
    font-size: 25px;
    line-height: 1
}

.care-training-content .item .lft p {
    color: #777;
    font-size: 16px;
    line-height: 30px;
    margin-top: 15px
}

.care-training-content .item .lft .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 43px;
    border-radius: 30px;
    background-color: transparent;
    margin-top: 20px;
    position: relative;
    transition: background-color .6s ease
}

.care-training-content .item .lft .btn span {
    font-size: 15px;
    line-height: 1;
    color: #fff;
    display: block;
    overflow: hidden;
    width: 0;
    transition: width .6s ease;
    white-space: nowrap;
    margin-right: 21px;
    z-index: 1
}

.care-training-content .item .lft .btn:after {
    content: '';
    background: url(../image/arrow-right-blue.png) no-repeat center/100%;
    width: 37px;
    height: 9px;
    position: absolute;
    right: calc(100% - 37px);
    transition: right .8s ease;
    z-index: 0
}

.care-training-content .item .lft .btn:hover {
    background-color: #036cb5
}

.care-training-content .item .lft .btn:hover span {
    width: 60px
}

.care-training-content .item .lft .btn:hover:after {
    background-image: url(../image/arrow-rgt-white.png);
    width: 13px;
    height: 11px;
    right: 32px
}

.care-training-content .item .rgt {
    width: 50%
}


/* 培训中心-详情 */

.care-detail-top {
    padding: 90px 0 110px
}

.care-detail-top .tit {
    font-size: 45px;
    font-weight: 700;
    color: #195d34;
    line-height: 1;
    padding-bottom: 28px;
    position: relative;
    text-align: center
}

.care-detail-top .tit:after {
    content: '';
    height: 5px;
    width: 50px;
    background: #195d34;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0
}

.care-detail-top .txt {
    margin-top: 30px
}

.care-detail-top .txt p {
    font-size: 16px;
    line-height: 34px;
    color: #666
}

.care-detail-top .txt img {
    max-width: 100%;
    margin: 0 auto;
    height: auto;
}

.care-detail-content {
    padding: 94px 0 77px;
    background-color: #f5f5f5
}

.care-detail-content a {
    display: block;
    width: 23%
}

.care-detail-content a .txt {
    background-color: #fff;
    padding: 20px
}

.care-detail-content a .txt h3 {
    color: #444;
    font-size: 18px;
    text-align: center;
    transition: color .4s ease
}

.care-detail-content a:hover .txt h3 {
    color: #195d34
}

.care-detail-content .list:after {
    content: '';
    width: 23%
}

.care-detail-content .swiper-wrapper {
    padding-bottom: 40px
}

.care-detail-content .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 0
}

.care-detail-content .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px
}


/* 医工结合 */

.care-list {
    padding: 85px 0 117px
}

.tab-menu.style2 li a {
    background: #ecf5fb;
    color: #195d34
}

.tab-menu.style2 li a:hover,
.tab-menu.style2 li.active a {
    background: #195d34;
    color: #fff
}

.tab-menu.style2 li a:after {
    border-top-color: #195d34
}

.care-list .list:after {
    content: '';
    width: 31%
}

.care-list .list a {
    display: block;
    width: 24%;
    box-shadow: 0 0 73px 0 rgba(0, 0, 0, .06);
    margin-top: 60px;
    overflow: hidden;
    transition: box-shadow .4s ease
}

.care-list .list a picture {
    height: 368px;
    display: flex;
    align-items: center;
    justify-content: center
}

.care-list .list a img {
    max-width: 100%;
    max-height: 96%;
    object-fit: cover;
    border: 1px solid #ccc;
}

.care-list .list a .txt {
    /* padding: 40px 45px; */
    transition: all .4s ease;
    background: #fff;
    position: relative;
    z-index: 1;
    border-top: 1px solid #f3f3f3;
    height: 90px
}

.care-list .list a .txt h3 {
    text-align: center;
    color: #222;
    font-size: 20px;
    transition: color .4s ease;
    margin-bottom: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 30px;
}

.care-list .list a .txt p {
    font-size: 14px;
    color: #a8a8a8;
    margin-top: 6px;
    transition: color .4s ease;
    line-height: 20px
}

.care-list .list a .txt:after {
    content: '';
    opacity: 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1;
    transition: all .4s ease;
    background: #195d34 url(../image/care-list-bg-.jpg) no-repeat bottom right
}

.care-list .list a:hover .txt:after {
    opacity: 1
}

.care-list .list a:hover h3,
.care-list .list a:hover p {
    color: #fff
}

.care-list .list a:hover {
    box-shadow: 12px 15px 73px 0 rgba(3, 110, 184, .27)
}

.care-detail-content .tip {
    text-align: center;
    font-size: 16px;
    margin: 14px 0 50px;
    color: #666
}


/* 医工结合-详情 */

.detail-banner-txt .title {
    font-weight: 700;
    padding: 0
}

.detail-banner-txt .tip {
    color: #fff;
    font-size: 20px;
    margin-top: 18px;
    animation: text-active-animation 1s ease both .2s
}

.medical-intro {
    padding: 80px 0 77px
}

.medical-intro .pic {
    width: 66%
}

.medical-intro .txt {
    width: 34%
}

.medical-tit {
    font-size: 40px;
    color: #195d34;
    font-weight: 700;
    line-height: 1;
    position: relative;
    padding-bottom: 19px
}

.medical-tit:after {
    content: '';
    height: 3px;
    width: 62px;
    background: #195d34;
    position: absolute;
    left: 0;
    bottom: 0
}

.medical-intro .content {
    margin-top: 55px;
}

.medical-intro .content img {
    max-width: 100%;
    height: auto;
    margin: 0 auto
}

.medical-intro .content p {
    color: #333;
    font-size: 18px;
    line-height: 40px;
    position: relative;
}

.medical-intro .txt p {
    color: #333;
    font-size: 18px;
    line-height: 40px;
    position: relative;
    padding-left: 29px
}

.medical-intro .txt p:after {
    content: '';
    width: 14px;
    height: 14px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 14px;
    border: 3px solid #1176bc
}

.medical-intro .txt p span {
    color: #195d34
}

.medical-video {
    background: url(../image/medical-video.jpg) no-repeat left center /cover
}

.medical-tit.white {
    color: #fff
}

.medical-tit.white:after {
    background: #fff
}

.medical-video .txt {
    width: 40%;
    padding-right: 20px
}

.medical-video .detail-video-main {
    width: 60%
}

.medical-video ul {
    margin-top: 36px
}

.medical-video li {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    display: flex
}

.medical-video li+li {
    margin-top: 10px
}

.medical-video li i {
    font-style: normal;
    min-width: 32px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #549dce;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #8dc5eb;
    margin-right: 10px
}

.medical-pic {
    padding: 100px 0 122px;
    background: #f6f6f6
}

.medical-pic .com-tit {
    font-weight: 700
}

.medical-pic .content {
    background: #fff;
    border-radius: 15px;
    margin-top: 45px;
    padding: 50px
}

.medical-pic .content p {
    color: #333;
    font-size: 18px;
    line-height: 40px;
    position: relative;
}


/* 投资者关系 */

.investlx,
.investgg {
    width: 100%;
    overflow: hidden;
    padding: 86px 0;
}

.investlx .contain {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.investlx-list {
    width: 660px;
}

.investlx-img {
    width: 647px;
}

.investlx-img img {
    width: 100%;
    object-fit: cover;
}

.investlx-list li {
    width: 100%;
    font-size: 18px;
    color: #666;
    margin-top: 12px;
}

.investlx-list li:first-child {
    margin-top: 0;
}

.investlx-list li span {
    font-weight: 700;
    color: #333;
}

.investgg .contain {
    overflow-x: auto;
}


/* -------------------------PC端--------------------------- */

@media all and (max-width:1800px) {

    /* 1600 × (900) */
    .prod-swiper-btn.prev {
        left: 10px
    }

    .prod-swiper-btn.next {
        right: 10px
    }
}

@media all and (max-width:1700px) {

    /* 1600 × (900) */
    .detail-banner-content {
        width: 50%
    }

    .detail-banner-pic {
        width: 50%
    }

    .detail-banner-content h1 {
        font-size: 54px
    }

    .detail-banner-content .line {
        margin-top: 30px
    }

    .detail-table tbody td:not(:first-of-type) {
        min-width: unset
    }

    .detail-txt-side.style3-side li i {
        width: 12px;
        min-width: 12px
    }

    .detail-txt-side.style3-side li {
        font-size: 12px
    }

    .detail-txt-r {
        width: 27%
    }

    .detail-schedule {
        margin-top: 40px
    }

    .detail-schedule h2 {
        font-size: 26px
    }

    .detail-schedule h2 i {
        width: 20px;
        margin-right: 6px
    }

    .detail-schedule .table-out {
        margin-top: 20px
    }

    .detail-txt-side.style3-side li+li {
        margin-top: 2px
    }

    .detail-banner-content h1 {
        padding-top: 156px
    }

    .contact-map {
        width: 55%
    }

    .contact-us ul {
        width: 42%
    }
}

@media all and (max-width:1599px) {

    /* 1440 × (700)  */
    .com-banner-txt h1 {
        font-size: 52px
    }

    .com-menu-out {
        height: 80px
    }

    .com-banner-menu ul a {
        font-size: 16px
    }

    .com-tit.size35 {
        font-size: 32px
    }

    .com-tit.lft,
    .com-tit.size36 {
        font-size: 34px
    }

    .tab-menu-search input {
        width: 85%;
        padding: 0 15px
    }

    .tab-menu-search-btn {
        width: 15%
    }

    .tab-menu li a {
        padding: 12px 30px
    }

    .tab-menu-search {
        height: 50px
    }

    .tab-menu-map img {
        max-height: 80px
    }

    .about-intro h3 {
        margin-bottom: 30px
    }

    .about-intro-lft {
        width: 54%
    }

    i.video-btn {
        width: 64px;
        height: 64px
    }

    .about-intro-lft p {
        line-height: 28px
    }

    .about-trust li span {
        font-size: 48px
    }

    .about-culture-txt {
        padding: 30px 20px
    }

    .about-culture-txt h3 {
        margin: 15px 0
    }

    .about-message-person {
        width: 330px;
        height: 330px
    }

    .about-message-l {
        margin-top: -300px
    }

    .about-message-r {
        width: 68%
    }

    .about-culture-txt h3 {
        font-size: 20px
    }

    .about-course .contain {
        padding: 0
    }

    .his-cont-item p {
        font-size: 20px;
        margin-left: 20px;
        line-height: 26px;
        width: 58%
    }

    .his-cont-item.swiper-slide-active {
        height: 220px;
        padding: 0 30px
    }

    .his-cont-item.swiper-slide-next {
        transform: translateX(-300px)
    }

    .his-cont-item.swiper-slide-prev {
        transform: translateX(300px)
    }

    .his-cont-item img {
        width: 40%
    }

    .about-member-txt h3 {
        font-size: 18px;
        padding-bottom: 10px;
        margin-bottom: 15px
    }

    .about-member li {
        width: 49%
    }

    .about-jobs-r h3 {
        font-size: 32px;
        margin-bottom: 20px
    }

    .about-jobs-r p {
        font-size: 16px;
        line-height: 28px
    }

    .about-jobs-r p.black {
        font-size: 18px
    }

    .about-jobs-r {
        padding: 60px 80px
    }

    .about-jobs-r a {
        font-size: 18px;
        width: 260px;
        height: 52px;
        margin-top: 40px
    }

    .prod-list-pic {
        height: 300px
    }

    .prod-list-txt {
        padding: 40px 20px
    }

    .prod-list-txt h3 {
        font-size: 20px
    }

    .prod-list-main a.oem .prod-list-txt h3 {
        font-size: 24px
    }

    .prod-list-main a {
        margin-top: 50px
    }

    .detail-banner-content h1 {
        font-size: 38px;
        line-height: 50px;
        padding-top: 180px
    }

    .detail-txt1-r h2 {
        font-size: 36px
    }

    .detail-txt1-r h3 {
        font-size: 32px;
        padding-bottom: 16px;
        margin-bottom: 30px
    }

    .detail-txt1-r p {
        line-height: 26px
    }

    .detail-txt2-l {
        padding: 60px 0
    }

    .detail-txt2-l h3 {
        font-size: 24px;
        margin: 30px 0 10px
    }

    .detail-txt2-l p {
        font-size: 16px
    }

    .detail-table td,
    .detail-table th,
    .tableHead b,
    .tableHead .em {
        font-size: 12px
    }

    .detail-table-nav a+a {
        margin-left: 30px
    }

    .pop-table-btn {
        font-size: 18px
    }

    .pop-table-btn i {
        width: 16px;
        height: 16px;
        margin-right: 5px
    }

    .table-download {
        width: 200px;
        height: 42px
    }

    .table-download i {
        margin-right: 5px
    }

    .detail-table td,
    .detail-table th {
        padding: 5px
    }

    .prod-swiper-main {
        padding-top: 50px
    }

    .prod-swiper-btn {
        width: 50px;
        height: 50px
    }

    .prod-swiper-btn img {
        width: 18px
    }

    .spotlight-list h3 {
        font-size: 16px;
        line-height: 20px;
        margin-top: 15px
    }

    .contact-bottom-txt h6 {
        font-size: 32px
    }

    .contact-bottom-txt a {
        width: 220px;
        height: 48px
    }

    .detail-txt-l h1 {
        font-size: 28px
    }

    .detail-txt-time {
        margin: 20px 0;
        padding-bottom: 10px
    }

    .detail-txt-nav {
        margin-top: 40px
    }

    .detail-txt-side-info h4 {
        font-size: 14px;
        line-height: 18px;
        height: 36px
    }

    .detail-txt-side-info {
        padding-left: 15px
    }

    .detail-txt-side a+a {
        margin-top: 30px
    }

    .detail-txt-side {
        margin-top: 40px
    }

    .detail-txt-r-header h3 {
        font-size: 18px
    }

    .detail-txt-r-header h3 i {
        width: 32px;
        height: 32px
    }

    .detail-txt-r-header h3 i img {
        width: 16px
    }

    .detail-txt-side.news-side a,
    .detail-txt-side.style3-side a {
        padding-bottom: 20px
    }

    .detail-txt-side.style3-side.style4 .detail-txt-side-info {
        min-height: 90px
    }

    .health-case-info h3 {
        font-size: 20px
    }

    .health-case-info p {
        margin-top: 15px
    }

    .health-solution-list a {
        padding-left: 30px;
        width: 48%
    }

    .health-solution-list-txt {
        width: 50%
    }

    .health-solution-list-txt p {
        font-size: 16px;
        line-height: 22px;
        margin-top: 10px
    }

    .health-solution-list-txt span {
        margin-top: 20px
    }

    .health-solution-tit {
        font-size: 40px;
        padding-bottom: 20px
    }

    .health-solution-txt-l h3 {
        font-size: 32px
    }

    .health-solution-txt-l p {
        font-size: 20px;
        line-height: 32px
    }

    .health-solution-txt-l {
        width: 55%
    }

    .solution-item-pic,
    .solution-item-video {
        height: 220px
    }

    .solution-item-video i.video-btn {
        width: 60px;
        height: 60px
    }

    .solution-item-txt h4,
    .solution-item-txt h3 {
        font-size: 34px
    }

    .news-coulmn {
        padding: 30px;
        width: calc(100% - 180px)
    }

    .news-time span {
        font-size: 18px
    }

    .news-cont h2 {
        font-size: 20px;
        margin-bottom: 15px
    }

    .news-time .news-data {
        width: 30px
    }

    .news-time .news-btn {
        width: 40px
    }

    .news-img {
        width: 300px
    }

    .news-cont {
        width: calc(100% - 300px);
        padding-left: 30px
    }

    .news-time {
        width: 180px
    }

    .news-time .news-data {
        margin: 15px 0
    }

    .symposium-list-main a {
        width: 32%
    }

    .symposium-list-info {
        padding: 30px 20px;
        height: 280px
    }

    .symposium-list-info h3 {
        font-size: 20px
    }

    .symposium-list-info p {
        margin-top: 10px
    }

    .symposium-list-info ul {
        padding-top: 20px
    }

    .symposium-list-pic span {
        width: 110px;
        height: 42px
    }

    .symposium-list-main a {
        margin-top: 30px
    }

    .symposium-list-main {
        margin-top: 20px
    }

    .exhibition-list-bott {
        padding-top: 30px;
        margin-top: 20px
    }

    .exhibition-list-info h3 {
        font-size: 20px
    }

    .exhibition-list-info p {
        margin-top: 10px
    }

    .exhibition-list-info {
        padding: 30px 20px 20px 40px;
        width: 63%
    }

    .exhibition-list-pic {
        width: 37%
    }

    .exhibition-list-time span {
        font-size: 20px
    }

    .exhibition-list-bott li+li {
        margin-top: 5px
    }

    .exhibition-list a+a {
        margin-top: 30px
    }

    .detail-header li {
        font-size: 18px
    }

    .detail-header li+li {
        margin-top: 12px
    }

    .detail-header {
        padding: 30px 0;
        margin: 30px 0
    }

    .investor-pic {
        width: 40%
    }

    .investor-info {
        width: 60%;
        padding-left: 20px
    }

    .investor-list a {
        padding-bottom: 30px
    }

    .investor-info h3 i {
        width: 18px
    }

    .contact-us li {
        font-size: 16px
    }

    .contact-us li+li {
        padding-top: 40px
    }

    .contact-us li {
        padding-bottom: 40px
    }

    .contact-map {
        height: 380px
    }

    .msg-main .bott .inline-input {
        width: 85%
    }

    .msg-main .bott .submit-btn {
        width: 170px
    }

    .pages-content h1 {
        margin-bottom: 30px
    }

    .pages-content h2 {
        font-size: 20px
    }

    .pages-content h3 {
        font-size: 18px
    }

    .care-training-header .lft .tit,
    .care-detail-top .tit {
        font-size: 36px
    }

    .care-training-header .lft {
        width: 20%
    }

    .care-training-header .rgt {
        width: 80%
    }

    .care-training-header .rgt p,
    .care-detail-top .txt p {
        line-height: 30px
    }

    .care-training-header .rgt p:last-child {
        margin-top: 34px
    }

    .care-training-header {
        padding: 90px 0
    }

    .care-training-content {
        padding: 80px 0 100px
    }

    .care-training-content .item {
        padding: 35px
    }

    .care-training-content .item .lft .tit {
        font-size: 22px
    }

    .care-training-content .item .lft p {
        font-size: 14px;
        line-height: 24px;
        margin-top: 10px
    }

    .care-training-content .item .lft .btn {
        margin-top: 10px;
        width: 140px;
        height: 36px
    }

    .care-detail-top {
        padding-bottom: 90px
    }

    .care-detail-content a {
        width: 24%
    }

    .care-detail-content .list:after {
        width: 24%
    }

    .care-detail-content .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 5px
    }

    .care-detail-content .swiper-wrapper {
        padding-bottom: 30px
    }

    .care-list {
        padding-bottom: 100px
    }

    .care-list .list a picture {
        height: 300px
    }

    .care-list .list a,
    .care-list .list:after {
        width: 32%
    }

    .care-list .list a {
        margin-top: 40px
    }

    .care-list .list a .txt {
        padding: 30px;
        height: 90px;
    }

    .care-list .list a .txt h3 {
        font-size: 20px;
        margin-bottom: 8px
    }

    .medical-tit {
        font-size: 36px
    }

    .medical-intro .content {
        margin-top: 40px
    }

    .medical-pic .content {
        padding: 35px
    }

    i.video-btn {
        width: 60px;
        height: 60px
    }

    .investlx,
    .investgg {
        padding: 80px 0;
    }

    .investlx-list li {
        font-size: 16px;
        margin-top: 10px;
    }

    .investlx-list {
        width: 590px;
    }

    .investlx-img {
        width: calc(100% - 590px);
        padding-left: 40px;
    }

    .offers .tips {
        font-size: 18px
    }

    .offers .com-tit {
        margin-bottom: 20px
    }

    .offers-side-head {
        margin-top: 20px;
        height: 50px
    }

    .offers-side-search input {
        height: 44px
    }

    .offers-side-head .tit {
        font-size: 20px
    }

    .offers-side-head a {
        font-size: 16px
    }

    .offers-side-item .tit {
        font-size: 18px
    }

    .offers-side-item .item:not(:first-of-type) {
        margin-top: 10px
    }

    .offers-side-item label input[type=checkbox] {
        width: 18px;
        height: 18px
    }

    .offers-side-item .item span {
        padding-left: 8px
    }

    .offers-side-item .list {
        margin-top: 15px
    }

    .offers-side-item a.show-more em {
        font-size: 20px;
        padding-right: 5px
    }

    .offers-side-item label input[type=checkbox]:after {
        font-size: 12px
    }

    .offers-side {
        width: 310px
    }

    .offers-side-item {
        padding: 20px 0
    }

    .offers-job {
        padding-left: 40px;
        padding-top: 70px
    }

    .offers-job .title {
        height: 50px;
        padding: 0 20px
    }

    .offers-job .item .title {
        padding: 12px 20px
    }

    .offers-job .th {
        font-size: 16px
    }

    .offers-job .item .cont {
        padding: 20px
    }

    .offers-job .item .cont h2 {
        font-size: 18px
    }

    .offers-job .item .cont p {
        font-size: 14px;
        line-height: 24px
    }

    .offers-job .item .cont .tip {
        margin-top: 10px
    }

    .offers-main {
        margin-top: 40px
    }

    .offers-side-item .list {
        max-height: 240px
    }

    .offers-side-item .list.on {
        max-height: 500px
    }

    .offers-job .op {
        width: 5%
    }
}

@media all and (max-width:1439px) {
    /* 1360 */
}

@media all and (max-width:1359px) {

    /* 1280 */
    .prod-swiper-btn {
        background: rgba(0, 0, 0, .1)
    }

    .prod-swiper-btn:hover {
        background: rgba(0, 0, 0, .5)
    }
}

@media all and (max-width:1279px) {

    /* 1152 × (700) */
    .com-banner-txt h1 {
        font-size: 46px
    }

    .com-menu-out {
        height: 70px
    }

    .com-banner-menu ul a {
        padding: 0 20px
    }

    .com-block {
        padding: 80px 0 !important
    }

    .about-intro h3,
    .com-tit,
    .about-message-r h2 {
        font-size: 28px
    }

    .com-tit.size35,
    .com-tit.lft,
    .com-tit.size36 {
        font-size: 30px
    }

    .com-banner-nav {
        display: none
    }

    .tab-menu li a {
        padding: 12px 20px;
        font-size: 14px
    }

    .tab-menu-search input {
        font-size: 14px;
        padding: 0 10px;
        width: 80%
    }

    .tab-menu-search input::placeholder {
        font-size: 14px
    }

    .tab-menu-search-btn {
        width: 20%
    }

    .about-intro-lft p {
        font-size: 15px;
        line-height: 24px
    }

    .about-intro h3 {
        margin-bottom: 20px
    }

    .about-trust li span {
        font-size: 40px
    }

    .about-culture-txt i img {
        max-width: 46px
    }

    .about-culture-txt h3 {
        font-size: 18px
    }

    .about-culture li {
        width: 24.5%
    }

    .about-culture-txt p {
        font-size: 13px;
        line-height: 20px
    }

    .about-culture-txt h3 {
        margin: 10px 0
    }

    .about-message-l {
        margin: 0
    }

    .about-message-person {
        width: 250px;
        height: 250px
    }

    .about-message-l span {
        margin-top: 40px
    }

    .about-message-r h2 {
        margin-bottom: 30px
    }

    .about-message-r p {
        font-size: 15px;
        line-height: 26px
    }

    .his-year .swiper-slide.swiper-slide-active .number {
        font-size: 40px
    }

    .number i {
        width: 20px;
        height: 20px;
        margin-top: 10px;
        border-width: 6px
    }

    .his-cont-item.swiper-slide-active {
        padding: 0 20px
    }

    .his-cont-item p {
        font-size: 13px;
        line-height: 18px
    }

    .his-cont-item.swiper-slide-active p {
        font-size: 16px;
        line-height: 22px
    }

    .his-cont-item {
        height: 130px;
        padding: 0 10px
    }

    .about-course {
        padding-bottom: 100px
    }

    .his-cont-item.swiper-slide-active {
        height: 170px
    }

    .about-member li {
        width: 100%;
        margin-top: 30px
    }

    .about-member ul {
        margin-top: 20px
    }

    .about-jobs-r h3 {
        font-size: 28px;
        margin-bottom: 15px
    }

    .about-jobs-r p {
        font-size: 15px;
        line-height: 24px
    }

    .about-jobs-r p.black {
        font-size: 16px
    }

    .about-jobs-r a {
        margin-top: 30px;
        font-size: 16px;
        width: 240px;
        height: 48px
    }

    .about-jobs-r {
        padding: 50px
    }

    .about-life .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 8px
    }

    .about-life-main .swiper-wrapper {
        padding-bottom: 40px
    }

    .prod-list-pic {
        height: 260px
    }

    .prod-list-main a,
    .prod-list-main:after {
        width: 32%
    }

    .prod-list-txt {
        padding: 25px 20px
    }

    .prod-list-main a {
        margin-top: 30px
    }

    .prod-list-main {
        margin-top: 20px
    }

    .prod-list-txt h3 {
        font-size: 18px;
        line-height: 26px
    }

    .prod-list-main a.oem .prod-list-txt h3 {
        font-size: 20px
    }

    .detail-banner-nav {
        height: 56px
    }

    .detail-banner-cont .com-banner-nav {
        display: flex
    }

    .com-banner-nav span,
    .com-banner-nav a {
        font-size: 14px
    }

    .detail-banner-txt {
        height: calc(100% - 56px);
        margin-top: 56px
    }

    .detail-banner {
        height: 400px
    }

    .detail-banner-content h1 {
        font-size: 34px;
        line-height: 36px;
        padding-top: 172px
    }

    .detail-banner-content .line {
        margin-top: 15px
    }

    .detail-txt1-r h2 {
        font-size: 32px
    }

    .detail-txt1-r h3 {
        font-size: 28px;
        padding-bottom: 10px;
        margin-bottom: 20px
    }

    .detail-txt1-r h3:after {
        width: 40px;
        height: 4px
    }

    .detail-txt1-r p {
        font-size: 16px;
        line-height: 24px
    }

    .detail-txt2-l h3 {
        font-size: 20px;
        margin: 20px 0 5px
    }

    .detail-txt2-l p {
        font-size: 15px;
        line-height: 24px
    }

    .detail-table-list {
        margin-top: 20px
    }

    .detail-table-nav a {
        font-size: 16px
    }

    .detail-table-nav a+a {
        margin-left: 15px
    }

    .pop-table-btn {
        font-size: 16px
    }

    .table-download {
        width: 180px;
        height: 38px;
        font-size: 14px
    }

    .table-download i {
        font-size: 14px;
        height: 14px
    }

    .detail-table-bott {
        margin-top: 15px
    }

    .modal-header .modal-title {
        font-size: 22px
    }

    .modal-header .close {
        margin: 0
    }

    .spotlight-list h3 {
        font-size: 14px;
        line-height: 18px;
        margin-top: 10px
    }

    .contact-bottom-txt h6 {
        font-size: 28px
    }

    .contact-bottom-txt a {
        width: 180px
    }

    .detail-table-cell .mobile-show {
        display: block
    }

    .detail-table-cell .tableHead b,
    .detail-table-cell .tableHead .em,
    .detail-table-cell .tableHead .slopingside {
        display: none
    }

    .detail-table thead {
        height: auto;
        max-height: unset
    }

    .tableHead .mobile-show {
        color: #fff;
        font-size: 12px
    }

    .tableHead {
        min-width: auto;
        width: auto
    }

    .detail-table thead th,
    .detail-table thead td {
        white-space: nowrap
    }

    .table-out {
        overflow: auto
    }

    .detail-table td,
    .detail-table th {
        padding: 2px 4px
    }

    .detail-video .contain {
        width: 100%
    }

    .detail-video-cover i {
        width: 50px;
        height: 50px;
        padding-left: 2px
    }

    .detail-video-cover i img {
        width: 12px
    }

    .spotlight-list a {
        width: 48%
    }

    .spotlight-list {
        margin-top: 20px
    }

    .contact-bottom-txt h6 {
        font-size: 22px
    }

    .contact-bottom-txt a {
        width: 160px;
        height: 44px
    }

    .health-clinical-list a h6 {
        font-size: 16px;
        margin-top: 10px;
        line-height: 20px
    }

    .health-clinical-list a {
        margin-top: 30px
    }

    .detail-txt-l {
        width: 70%
    }

    .detail-txt-r {
        width: 26%
    }

    .detail-txt-l h1 {
        font-size: 26px
    }

    .detail-txt-time {
        font-size: 13px
    }

    .detail-txt-l p {
        line-height: 30px
    }

    .detail-txt-side-info .time {
        padding-bottom: 5px
    }

    .detail-txt-nav {
        padding-top: 20px
    }

    .health-case-info h3,
    .health-case-list.school .health-case-info h3 {
        font-size: 18px
    }

    .health-case-info p {
        margin-top: 10px;
        line-height: 22px;
        max-height: 66px
    }

    .health-case-info {
        margin-top: 20px
    }

    .health-case-item {
        margin-top: 40px
    }

    .health-solution-list-txt h3 {
        font-size: 18px
    }

    .health-solution-list-txt p {
        font-size: 14px;
        line-height: 20px;
        margin-top: 10px
    }

    .health-solution-list-txt span {
        width: 27px
    }

    .health-solution-list a {
        padding-left: 20px
    }

    .health-solution-tit {
        font-size: 34px;
        padding-bottom: 20px
    }

    .health-solution-tit:after {
        height: 3px
    }

    .health-solution-txt-main {
        margin-top: 50px
    }

    .health-solution-txt-l h3 {
        font-size: 28px
    }

    .health-solution-txt-l p {
        font-size: 18px;
        line-height: 26px
    }

    .solution-item-media {
        width: 35%
    }

    .solution-item-txt h4,
    .solution-item-txt h3 {
        font-size: 30px
    }

    .solution-item-txt {
        width: 62%
    }

    .solution-item-txt-inner {
        margin-top: 30px
    }

    .news-coulmn {
        padding: 20px;
        width: calc(100% - 120px)
    }

    .news-time span {
        font-size: 14px
    }

    .news-cont h2 {
        font-size: 18px;
        margin-bottom: 10px
    }

    .news-cont p {
        font-size: 14px;
        line-height: 22px;
        height: 44px
    }

    .news-img {
        width: 250px
    }

    .news-cont {
        width: calc(100% - 250px);
        padding-left: 20px
    }

    .news-time {
        width: 120px
    }

    .news-time .news-data {
        margin: 10px 0
    }

    .news-time .news-data {
        width: 20px
    }

    .news-time .news-btn {
        width: 28px
    }

    .news-list {
        padding-bottom: 80px
    }

    .symposium-list-info h3 {
        font-size: 18px;
        line-height: 22px
    }

    .symposium-list-info p {
        line-height: 20px
    }

    .symposium-list-info {
        padding: 20px 15px
    }

    i.location,
    i.date {
        width: 12px;
        margin-right: 5px
    }

    .symposium-list-pic span {
        width: auto;
        height: auto;
        padding: 5px 10px;
        font-size: 13px
    }

    .exhibition-list-info {
        padding: 25px 20px 15px 25px
    }

    .exhibition-list-bott li i {
        width: 12px;
        margin-right: 8px;
        min-width: 12px
    }

    .exhibition-list-info p {
        font-size: 13px;
        line-height: 18px;
        margin-top: 5px
    }

    .exhibition-list-bott {
        padding-top: 15px;
        margin-top: 15px
    }

    .exhibition-list-bott li {
        font-size: 13px;
        line-height: 18px
    }

    .exhibition-list-bott li span {
        font-size: 14px
    }

    .exhibition-list-time {
        width: 120px;
        height: 50px;
        font-size: 13px
    }

    .exhibition-list-time span {
        font-size: 16px
    }

    .exhibition-list-info h3 {
        font-size: 18px
    }

    .detail-header li {
        font-size: 16px
    }

    .detail-header a {
        width: 110px;
        height: 42px
    }

    .detail-header {
        padding: 20px 0
    }

    .detail-txt-side.style3-side .detail-txt-side-pic span {
        padding: 2px;
        font-size: 12px
    }

    .detail-txt-side.style3-side a {
        flex-wrap: wrap
    }

    .detail-txt-side.style3-side .detail-txt-side-pic {
        width: 100%
    }

    .detail-txt-side.style3-side .detail-txt-side-info {
        width: 100%;
        padding: 20px 0 0
    }

    .detail-txt-side.style3-side .detail-txt-side-info ul {
        margin-top: 10px
    }

    .detail-schedule {
        margin-top: 30px
    }

    .detail-schedule h2 {
        font-size: 22px
    }

    .detail-schedule h2 i {
        width: 16px
    }

    .detail-schedule th {
        padding: 10px 15px
    }

    .detail-schedule td,
    .detail-schedule th {
        padding: 8px 15px
    }

    .investor-info h3 span {
        font-size: 14px;
        line-height: 18px
    }

    .investor-info h3 i {
        width: 12px
    }

    .investor-list a {
        margin-top: 30px
    }

    .investor-list {
        margin-top: -30px
    }

    .investor-menu .com-banner-nav {
        display: flex
    }

    .investor {
        padding-bottom: 80px
    }

    .network .contain {
        width: 100%
    }

    .contact-us li+li {
        padding-top: 30px
    }

    .contact-us li {
        padding-bottom: 30px
    }

    .contact-us li i img {
        max-width: 28px
    }

    .contact-us li i {
        min-width: 40px
    }

    .msg-main .inline-input input,
    .msg-main .bott .code {
        height: 50px
    }

    .msg-main .inline-input input::placeholder,
    .msg-main .inline-input textarea::placeholder {
        font-size: 14px;
        color: #777777
    }

    .msg-main .bott .submit-btn {
        width: 130px;
        height: 50px;
        line-height: 50px;
        font-size: 14px
    }

    .msg-main {
        margin-top: 40px
    }

    .network-txt-inner {
        padding: 15px
    }

    .network-txt {
        min-width: 400px;
        margin-left: -200px
    }

    .pages-content h2 {
        font-size: 18px
    }

    .pages-content h3 {
        font-size: 16px
    }

    .pages-content p {
        font-size: 14px;
        line-height: 22px
    }

    .oem-txt p {
        font-size: 18px
    }

    .care-training-header .lft .tit {
        font-size: 32px;
        padding-bottom: 20px;
        margin-bottom: 20px
    }

    .care-detail-top .tit {
        font-size: 32px;
        padding-bottom: 20px
    }

    .care-training-header .lft .tit:after,
    .care-detail-top .tit:after {
        height: 4px
    }

    .care-training-header .rgt p:last-child {
        margin-top: 25px
    }

    .care-training-header .rgt p,
    .care-detail-top .txt p {
        font-size: 15px;
        line-height: 24px
    }

    .care-training-header .lft p {
        font-size: 16px;
        line-height: 28px
    }

    .care-training-nav a {
        width: 210px;
        height: 50px;
        font-size: 16px
    }

    .care-training-content .item {
        width: 49%;
        padding: 25px;
        margin-top: 20px
    }

    .care-training-content .list {
        margin-top: -20px
    }

    .care-training-content .item .lft {
        padding-right: 20px
    }

    .care-training-content .item .lft .tit {
        font-size: 20px
    }

    .care-detail-content a .txt h3 {
        font-size: 16px
    }

    .care-detail-content a .txt {
        padding: 15px
    }

    .care-list .list a picture {
        height: 220px
    }

    .care-list .list a .txt {
        padding: 20px;
        height: 125px
    }

    .care-list .list a .txt h3 {
        font-size: 18px
    }

    .medical-intro .pic {
        width: 60%
    }

    .detail-banner-txt .tip {
        font-size: 17px;
        margin-top: 15px
    }

    .medical-tit {
        font-size: 32px
    }

    .medical-intro .txt p {
        font-size: 16px
    }

    .medical-video li {
        font-size: 16px;
        line-height: 26px
    }

    .medical-video li i {
        font-size: 14px;
        width: 28px;
        height: 28px;
        min-width: 28px
    }

    .medical-pic .content {
        margin-top: 40px
    }

    .medical-intro .txt p {
        line-height: 34px
    }

    .medical-intro .txt p:after {
        top: 10px
    }

    .investlx,
    .investgg {
        padding: 68px 0;
    }

    .offers-side {
        width: 240px
    }

    .offers-job {
        width: calc(100% - 240px)
    }

    .offers-job .item .title .th {
        font-size: 14px
    }

    .offers-side-search input {
        height: 38px
    }

    .offers-side-head {
        height: 44px
    }

    .offers-job .title {
        height: 44px;
        padding: 0 15px
    }

    .offers-job {
        padding-top: 60px
    }

    .offers-job .item .title {
        padding: 10px 15px
    }

    .offers-side-head .tit {
        font-size: 18px
    }

    .offers-side-item .tit {
        font-size: 16px
    }

    .offers-side-item label input[type=checkbox] {
        width: 15px;
        height: 15px
    }

    .offers-side-item .item:not(:first-of-type) {
        margin-top: 5px
    }

    .offers-side-item .list {
        max-height: 200px;
        max-width: 100%
    }

    .offers-side-item .list.on {
        max-height: 450px
    }

    .offers-job .item .cont h2 {
        font-size: 16px
    }

    .offers .tips {
        font-size: 16px
    }
}

@media all and (max-width:1151px) {

    /* 1024 */
    .network-bg-mb {
        display: block;
        max-width: 100%
    }

    .network-main {
        width: 100%
    }

    .network-main .network-bg,
    .network-main li img {
        display: none
    }

    .network .contain {
        width: 92%
    }

    .network-main li .dot {
        display: block;
        position: static;
        background: none;
        width: auto;
        height: auto
    }

    .network-main li+li {
        margin-top: 20px
    }

    .network-main ul {
        margin-top: 30px
    }

    .network-txt {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        padding-top: 0;
        min-width: auto;
        margin: 0
    }

    .network-main li {
        position: static
    }
}


/* ------------------------手机端-------------------------- */

@media all and (max-width:1000px) {

    /* 平板设备 720 适配 */
    .com-banner-nav {
        display: none
    }

    .com-banner-bg {
        min-height: 360px
    }

    .com-banner-txt h1 {
        font-size: 38px
    }

    .com-banner-menu .contain {
        width: 100%
    }

    .com-menu-out {
        height: 60px
    }

    .com-banner-menu ul a {
        font-size: 15px
    }

    .com-block {
        padding: 60px 0 !important
    }

    .about-intro h3,
    .com-tit,
    .about-message-r h2,
    .com-tit.size35,
    .com-tit.size35,
    .com-tit.lft,
    .com-tit.size36 {
        font-size: 24px
    }

    .about-intro .contain {
        flex-wrap: wrap-reverse
    }

    .about-culture ul {
        flex-wrap: wrap
    }

    .com-banner-menu ul a span {
        width: 100%
    }

    .com-banner-menu .contain {
        overflow-x: auto
    }

    .tab-menu ul {
        width: 50%;
        overflow-x: auto;
        overflow-y: hidden
    }

    .tab-menu li.active {
        order: 1
    }

    .tab-menu li a {
        white-space: nowrap
    }

    .tab-menu-search {
        width: 42%;
        height: 45px
    }

    .tab-menu li.active a:after {
        display: none
    }

    .about-intro .txt {
        flex-wrap: wrap
    }

    .about-intro-lft {
        width: 100%
    }

    .about-intro-rgt {
        width: 100%
    }

    .about-trust li span {
        font-size: 34px
    }

    .about-trust li p {
        font-size: 16px;
        margin-top: 5px
    }

    .about-culture ul {
        margin-top: 25px
    }

    .about-culture li {
        width: 49%;
        margin-top: 15px
    }

    .about-message-r {
        width: 56%
    }

    .about-message-r h2 {
        margin-bottom: 20px;
        padding-bottom: 15px
    }

    .about-culture-txt p {
        font-size: 14px;
        line-height: 22px
    }

    .his-year {
        width: 100%;
        background: none;
        background-size: contain;
        height: auto;
        padding: 0
    }

    .but_year {
        display: none
    }

    .his-cont-item.swiper-slide-active {
        height: auto;
        padding: 20px
    }

    .his-cont-item {
        height: auto;
        padding: 20px;
        transform: none !important;
        background: #195d34;
        padding: 20px
    }

    .his-cont-item:after {
        display: none
    }

    .number i {
        display: none
    }

    .about-course {
        padding: 60px 0
    }

    .his-year .swiper-slide.swiper-slide-active .number {
        font-size: 24px
    }

    .but_year .swiper-button-next,
    .but_year .swiper-button-prev {
        background-size: 15px
    }

    .number {
        line-height: 60px
    }

    .his-year .swiper-slide {
        height: auto
    }

    .his-year a {
        transform: none !important;
        height: auto
    }

    .his-cont-item p {
        font-size: 16px;
        line-height: 22px;
        color: #fff
    }

    .about-jobs-l {
        width: 100%
    }

    .about-jobs-r {
        position: static;
        transform: none;
        width: 100%;
        padding: 40px
    }

    .about-jobs-r h3 {
        font-size: 24px;
        margin-bottom: 10px
    }

    .prod-list-main a {
        width: 48%
    }

    .detail-banner {
        height: 400px
    }

    .com-banner-nav span,
    .com-banner-nav a {
        font-size: 12px
    }

    .com-banner-nav.white .crumbs-arrow {
        width: 10px;
        margin: 0 5px
    }

    .com-banner-nav .crumbs-home {
        width: 14px
    }

    .com-banner-nav .crumbs-arrow {
        margin: 0 5px;
        width: 12px
    }

    .detail-banner-nav-r a {
        font-size: 13px
    }

    .detail-banner-nav {
        height: 50px;
        top: 60px
    }

    .detail-banner-txt {
        height: calc(100% - 50px);
        margin-top: 50px
    }

    .detail-banner-nav-r a+a {
        margin-left: 10px;
        padding-left: 10px
    }

    .detail-banner-content h1 {
        font-size: 25px;
        line-height: 30px;
        padding-top: 138px
    }

    .detail-txt1-r h3 {
        font-size: 24px;
        margin-bottom: 15px
    }

    .detail-txt1-r h2 {
        font-size: 28px
    }

    .detail-txt1-r p {
        font-size: 14px;
        line-height: 20px
    }

    .detail-txt1-r h3:after {
        height: 3px
    }

    .detail-txt2 .contain {
        flex-wrap: wrap
    }

    .detail-txt2-l {
        width: 100%;
        margin-top: 20px;
        padding: 20px 0
    }

    .detail-txt2-r {
        width: 100%;
        margin: 0 auto;
        position: static;
        text-align: center
    }

    .detail-txt2-l h3 {
        font-size: 18px
    }

    .detail-txt2-l p {
        font-size: 14px;
        line-height: 22px
    }

    .detail-table-nav a+a {
        margin-left: 10px
    }

    .detail-table-nav a {
        font-size: 14px
    }

    .health-clinical-list a {
        width: 32%;
        margin-top: 20px
    }

    .health-clinical-list a h6 {
        font-size: 14px;
        line-height: 18px
    }

    .detail-txt .contain {
        flex-wrap: wrap
    }

    .detail-txt-l {
        width: 100%
    }

    .detail-txt-r {
        width: 100%;
        margin-top: 40px
    }

    .detail-txt-l h1 {
        font-size: 24px
    }

    .detail-txt-time {
        padding-bottom: 5px
    }

    .detail-txt-side {
        margin-top: 10px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }

    .detail-txt-side a+a,
    .detail-txt-side a:first-of-type {
        margin-top: 20px
    }

    .detail-txt-side a {
        width: 48%
    }

    .health-case-item {
        width: 48%;
        margin-top: 30px
    }

    .health-case-info {
        margin-top: 15px
    }

    .health-case-info p {
        margin-top: 5px
    }

    .tab-menu-map img {
        max-height: 60px
    }

    .health-solution-list a {
        width: 100%;
        margin-top: 20px
    }

    .health-solution-tit {
        font-size: 30px
    }

    .health-solution-tit:after {
        width: 50px;
        animation: normal
    }

    .health-solution-txt-main {
        flex-wrap: wrap-reverse
    }

    .health-solution-txt-l {
        width: 100%;
        margin-top: 30px
    }

    .health-solution-txt-r {
        width: 60%;
        margin: 0 auto
    }

    .health-solution-txt-l h3 {
        font-size: 24px
    }

    .health-solution-txt-l p {
        font-size: 16px;
        line-height: 22px
    }

    .solution-item .contain {
        flex-wrap: wrap
    }

    .solution-item-media {
        width: 100%;
        display: flex;
        justify-content: space-between
    }

    .solution-item-media .media-sub {
        width: 49%;
        height: 200px
    }

    .solution-item-media .media-sub:not(:first-of-type) {
        margin: 0
    }

    .solution-item-txt {
        width: 100%;
        padding-top: 30px
    }

    .solution-item-txt h4,
    .solution-item-txt h3 {
        font-size: 26px
    }

    .solution-item-txt h4 {
        margin-bottom: 5px
    }

    .solution-item-txt-inner p {
        font-size: 14px;
        line-height: 22px
    }

    .solution-item-txt-inner p b {
        font-size: 18px
    }

    .news-link {
        position: relative
    }

    .news-link:not(:first-of-type) {
        margin-top: 20px
    }

    .news-time {
        position: absolute;
        width: auto;
        background-color: rgba(255, 255, 255, .8);
        padding: 5px;
        left: 0;
        bottom: 0
    }

    .news-time span {
        font-size: 12px
    }

    .news-coulmn {
        width: 100%;
        padding: 0
    }

    .news-time:after {
        display: none
    }

    .news-time .news-data,
    .news-time .news-btn {
        display: none
    }

    .news-list {
        padding-bottom: 60px
    }

    .symposium-list-main a {
        width: 49%
    }

    .exhibition-list a,
    .news-link {
        opacity: 1;
        transform: scale(1)
    }

    .exhibition-list a {
        flex-wrap: wrap
    }

    .exhibition-list-pic {
        width: 100%
    }

    .exhibition-list-info {
        width: 100%;
        padding: 20px 15px
    }

    .detail-txt-side.style3-side a {
        flex-wrap: nowrap
    }

    .detail-txt-side.style3-side .detail-txt-side-info {
        width: 67.5%;
        padding: 0 0 0 15px
    }

    .detail-txt-side.style3-side .detail-txt-side-pic {
        width: 32.5%
    }

    .detail-txt-side.style3-side .detail-txt-side-info h4 {
        font-size: 14px
    }

    .investor-list a {
        width: 100%
    }

    .investor-info h3 i {
        width: 18px
    }

    .investor {
        padding: 30px 0 60px
    }

    .investor-menu {
        height: 40px
    }

    .contact-us .contain {
        flex-wrap: wrap-reverse
    }

    .contact-us ul {
        width: 100%;
        margin-top: 30px
    }

    .contact-map {
        width: 100%
    }

    .contact-us li {
        padding-bottom: 20px
    }

    .contact-us li+li {
        padding-top: 20px
    }

    .contact-us li i img {
        max-width: 20px
    }

    .contact-us li i {
        min-width: 30px
    }

    .msg-main .inline-input {
        margin-bottom: 10px
    }

    .msg-main .bott .inline-input {
        width: 78%
    }

    .network-main li+li {
        margin-top: 15px
    }

    .msg-main .inline-input input,
    .msg-main .bott .code {
        padding: 0 15px
    }

    .msg-main .bott .code {
        right: 5px
    }

    .msg-main textarea {
        padding: 15px
    }

    .network-txt-inner h3 {
        font-size: 20px;
        color: #195d34;
        line-height: 1;
        margin-bottom: 15px
    }

    .care-training-header .lft {
        width: 100%;
        text-align: center
    }

    .care-training-header .lft .tit:after {
        left: 50%;
        transform: translateX(-50%);
        height: 3px
    }

    .care-detail-top .tit:after {
        height: 3px
    }

    .care-training-header .rgt {
        width: 100%;
        margin-top: 20px
    }

    .care-training-header .rgt p,
    .care-detail-top .txt p {
        font-size: 14px;
        line-height: 22px
    }

    .care-detail-top .txt {
        margin-top: 20px
    }

    .care-training-header .lft .tit,
    .care-detail-top .tit {
        font-size: 28px
    }

    .care-training-content .item {
        width: 100%
    }

    .care-training-content .item .lft .btn {
        background-color: #036cb5
    }

    .care-training-content .item .lft .btn span {
        width: auto
    }

    .care-training-content .item .lft .btn:after {
        background-image: url("../image/arrow-rgt-white.png");
        width: 13px;
        height: 11px;
        right: 32px
    }

    .care-detail-content a {
        width: 48.5%;
        margin-top: 20px
    }

    .care-detail-content .list {
        margin-top: -20px
    }

    .care-list .list a {
        width: 48%;
        margin-top: 30px
    }

    .care-detail-content .tip {
        font-size: 15px;
        margin: 14px 0 40px
    }

    .medical-intro .pic {
        width: 55%
    }

    .medical-intro .txt {
        width: 40%
    }

    .medical-intro .content {
        margin-top: 30px
    }

    .medical-tit {
        font-size: 28px
    }

    .medical-video .txt {
        width: 100%
    }

    .medical-video .detail-video-main {
        width: 100%;
        margin-top: 30px
    }

    .medical-video {
        padding: 60px 0;
        background-size: cover
    }

    .detail-banner-txt .tip {
        font-size: 16px
    }

    .medical-intro .content p,
    .medical-pic .content p {
        font-size: 16px;
        line-height: 32px;
    }

    .investlx-img {
        display: none;
    }

    .investlx-list {
        width: 100%;
    }

    .offers-side {
        width: 280px;
        position: fixed;
        top: 60px;
        z-index: 9999999;
        left: -280px;
        background-color: #fff;
        height: 100%;
        padding: 20px;
        border-right: 1px solid #eaeaea
    }

    .offers-item-list {
        overflow-y: auto;
        overflow-x: hidden;
        height: 80%
    }

    .offers-job {
        width: 100%;
        padding: 0
    }

    .offers-job .title,
    .offers-job .item .title {
        padding-right: 0
    }

    .menu-icon {
        display: block;
        top: 70px;
        user-select: none;
        position: fixed;
        width: 32px;
        height: 32px;
        text-align: center;
        background-color: #fff;
        z-index: 2;
        border-radius: 2px;
        border: 1px solid #099ed6
    }

    .menu-icon span {
        width: 20px;
        height: 2px;
        background: #099ed6;
        display: block;
        position: relative;
        margin: 15px auto 0;
        transition: all .2s linear
    }

    .menu-icon span:after,
    .menu-icon span:before {
        content: "";
        position: absolute;
        height: 2px;
        background: #099ed6;
        display: block;
        left: 0;
        width: 100%;
        transition: all .2s linear
    }

    .menu-icon span:before {
        top: -6px
    }

    .menu-icon span:after {
        top: 6px
    }

    .menu-icon.on span:after,
    .menu-icon.on span:before {
        top: 0
    }

    body {
        position: relative
    }
}

@media all and (max-width:640px) {

    /* 移动终端以上 360 适配 */
    .com-banner-menu ul a {
        font-size: 14px;
        white-space: nowrap
    }

    .com-banner-menu a i img {
        max-width: 18px
    }

    .com-banner-menu a i {
        margin-right: 5px
    }

    .com-menu-out {
        height: 50px
    }

    .com-banner-bg {
        min-height: 250px
    }

    .com-banner-txt h1 {
        font-size: 32px;
        animation: none;
        opacity: 1
    }

    .com-banner-txt .line {
        margin-top: 12px
    }

    .com-block {
        padding: 40px 0 !important
    }

    .tab-menu ul {
        width: calc(100% + 12px)
    }

    .tab-menu li a {
        padding: 8px 20px
    }

    .tab-menu {
        flex-wrap: wrap
    }

    .tab-menu-search {
        width: 100%;
        margin-top: 15px;
        border-top: 1px solid #eaeaea;
        padding-top: 15px;
        height: 60px
    }

    .about-trust ul,
    .about-message .contain {
        flex-wrap: wrap
    }

    .about-intro h3,
    .com-tit,
    .about-message-r h2 {
        font-size: 22px
    }

    .about-intro h3 {
        margin-bottom: 15px
    }

    .about-intro-lft p {
        font-size: 14px;
        line-height: 22px
    }

    .about-trust ul {
        margin-top: -20px
    }

    .about-trust li {
        width: 50%;
        margin-top: 20px
    }

    .about-trust li span {
        font-size: 24px
    }

    .about-trust li:nth-child(2n+1):after {
        display: none
    }

    .about-culture li {
        width: 100%
    }

    .about-message-person {
        width: 90%;
        height: auto;
        margin: 0 auto
    }

    .about-message-l span {
        margin-top: 20px
    }

    .about-message-r {
        width: 100%;
        margin-top: 30px
    }

    .about-message-r p {
        font-size: 14px;
        line-height: 24px
    }

    .about-course {
        padding: 40px 0
    }

    .his-cont-item {
        flex-wrap: wrap
    }

    .his-cont-item img {
        width: 100%
    }

    .his-cont-item p {
        width: 100%;
        margin: 20px 0 0;
        font-size: 14px !important;
        line-height: 20px !important
    }

    .his-year .swiper-slide.swiper-slide-active .number {
        font-size: 20px
    }

    .about-member li {
        flex-wrap: wrap
    }

    .about-member li img {
        width: 100%
    }

    .about-member-txt {
        width: 100%;
        padding: 0;
        margin-top: 20px
    }

    .about-member ul {
        margin-top: 0
    }

    .about-jobs-r {
        padding: 30px 20px
    }

    .about-jobs-r h3 {
        font-size: 22px
    }

    .about-jobs-r p {
        font-size: 14px;
        line-height: 22px
    }

    .about-jobs-r p.black {
        font-size: 14px
    }

    .about-jobs-r a {
        margin-top: 20px;
        font-size: 14px;
        width: 220px;
        height: 44px
    }

    .about-life-main .swiper-button-prev,
    .about-life-main .swiper-button-next {
        display: block;
        background-size: 10px 40px;
        background-color: rgba(0, 0, 0, .5);
        border-radius: 5px
    }

    .about-life-main .swiper-pagination {
        display: none
    }

    .about-life-main .swiper-wrapper {
        padding-bottom: 0
    }

    .prod-list-main a {
        width: 100%
    }

    .detail-banner-cont .com-banner-nav {
        display: none
    }

    .detail-banner-pic {
        width: 100%;
        height: 50%;
        animation: none
    }

    .detail-banner-pic img {
        width: auto
    }

    .detail-banner-txt .contain {
        flex-wrap: wrap-reverse;
        align-items: flex-end
    }

    .detail-banner-content {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center
    }

    .detail-banner {
        min-height: 100%
    }

    .detail-banner-content h1 {
        padding-top: 0;
        font-size: 24px;
        line-height: 26px;
        animation: none
    }

    .detail-txt1 .contain {
        flex-wrap: wrap
    }

    .detail-txt1-l {
        width: 100%
    }

    .detail-txt1-r {
        width: 100%;
        margin-top: 20px
    }

    .detail-txt1-r h2 {
        font-size: 24px
    }

    .detail-txt1-r h2 sup {
        margin-left: -4px
    }

    .detail-txt1-r h3 {
        font-size: 22px
    }

    .detail-txt2-r {
        width: 50%
    }

    .detail-table-header {
        flex-direction: column;
        align-items: center
    }

    .detail-table-nav {
        margin-top: 15px
    }

    .pop-table-btn {
        font-size: 14px
    }

    .table-download {
        font-size: 12px;
        width: 160px;
        height: 34px
    }

    .prod-swiper-btn {
        width: 40px;
        height: 40px
    }

    .prod-swiper-main {
        padding-top: 30px
    }

    .spotlight-list a {
        width: 100%;
        margin-left: 0
    }

    .spotlight-list {
        margin-left: 0
    }

    .contact-bottom .bg {
        min-height: 200px
    }

    .contact-bottom-txt h6 {
        font-size: 20px;
        line-height: 22px
    }

    .health-clinical-list a {
        width: 100%
    }

    .detail-txt-side a {
        width: 100%
    }

    .detail-txt-l h1 {
        font-size: 20px
    }

    .detail-txt-time {
        margin: 15px 0
    }

    .detail-txt-l p {
        line-height: 28px
    }

    .health-case-item {
        width: 100%
    }

    .health-case-info h3,
    .health-case-list.school .health-case-info h3 {
        font-size: 16px;
        line-height: 24px;
        max-height: 48px
    }

    .health-case-info p {
        font-size: 14px;
        line-height: 20px;
        max-height: 60px
    }

    .tab-menu-map {
        display: none
    }

    .health-solution-list a {
        flex-wrap: wrap-reverse;
        padding: 15px
    }

    .health-solution-list-pic img {
        transform: scale(1)
    }

    .health-solution-list a:after {
        width: 100%
    }

    .health-solution-list-txt {
        width: 100%;
        margin-top: 20px;
        padding-top: 0
    }

    .health-solution-list-pic {
        width: 100%
    }

    .health-solution-list-txt h3 {
        font-size: 16px
    }

    .health-solution-list a:hover img {
        transform: none
    }

    .health-solution-tit {
        font-size: 24px;
        padding-bottom: 15px
    }

    .health-solution-txt-r {
        width: 100%
    }

    .health-solution-txt-l h3 {
        font-size: 22px
    }

    .health-solution-txt-l p {
        font-size: 14px;
        line-height: 20px
    }

    .solution-item-media {
        flex-wrap: wrap
    }

    .solution-item-media .media-sub {
        width: 100%
    }

    .solution-item-media .media-sub:not(:first-of-type) {
        margin-top: 15px
    }

    .solution-item-video i.video-btn {
        width: 50px;
        height: 50px;
        padding-left: 5px
    }

    .solution-item-txt h4,
    .solution-item-txt h3 {
        font-size: 24px
    }

    .solution-item-txt-inner p {
        line-height: 20px
    }

    .solution-item-txt-inner p b {
        font-size: 16px
    }

    .solution-item-txt-inner {
        margin-top: 20px
    }

    .news-img {
        width: 100%
    }

    .news-cont {
        width: 100%;
        padding: 10px 0
    }

    .news-coulmn {
        flex-wrap: wrap
    }

    .news-cont h2 {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 5px
    }

    .news-time {
        bottom: unset;
        top: 0
    }

    .symposium-list-main {
        margin-top: 10px
    }

    .symposium-list-info {
        height: auto
    }

    .symposium-list-main a {
        width: 100%
    }

    .symposium-list-info h3 {
        font-size: 16px
    }

    .symposium-list-info li {
        font-size: 13px
    }

    .symposium-list-info ul {
        margin-top: 10px;
        padding-top: 10px
    }

    .symposium-list-main a {
        margin-top: 20px
    }

    .exhibition-list-info h3 {
        font-size: 16px;
        line-height: 22px
    }

    .exhibition-list-bott {
        flex-wrap: wrap
    }

    .exhibition-list-bott ul {
        width: 100%;
        max-width: 100%
    }

    .exhibition-list-time {
        width: 100%;
        margin-top: 20px;
        height: auto;
        padding: 8px 0;
        flex-direction: row
    }

    .exhibition-list-time span {
        font-size: 14px;
        margin-left: 10px
    }

    .exhibition-list a+a {
        margin-top: 20px
    }

    .detail-header li {
        font-size: 14px
    }

    .detail-header li i {
        margin-right: 5px
    }

    .detail-header li+li {
        margin-top: 6px
    }

    .detail-header a {
        width: 90px;
        height: 38px;
        font-size: 13px
    }

    .detail-schedule td,
    .detail-schedule th {
        font-size: 13px;
        white-space: nowrap
    }

    .detail-header {
        margin: 20px 0
    }

    .detail-schedule h2 {
        font-size: 20px
    }

    .detail-schedule .table-out {
        margin-top: 15px
    }

    .investor-list a {
        flex-wrap: wrap
    }

    .investor-pic {
        width: 100%
    }

    .investor-info {
        width: 100%;
        padding: 20px 0 0
    }

    .investor-info p {
        margin-top: 15px
    }

    .investor-info h3 i {
        width: 14px
    }

    .investor {
        padding: 10px 0 40px
    }

    .investor-menu {
        height: 30px
    }

    .contact-map {
        height: 260px
    }

    .contact-us li {
        font-size: 14px
    }

    .msg-main .inline-input {
        width: 100%
    }

    .msg-main .bott {
        flex-wrap: wrap
    }

    .msg-main .bott .inline-input {
        width: 100%
    }

    .msg-main .bott .submit-btn {
        width: 100%;
        height: 42px;
        line-height: 42px
    }

    .msg-main .inline-input input,
    .msg-main .bott .code {
        padding: 0 10px
    }

    .msg-main .bott .code {
        right: 2px
    }

    .msg-main textarea {
        padding: 10px
    }

    .msg-main .inline-input input,
    .msg-main .bott .code {
        height: 42px
    }

    .network-txt p {
        font-size: 14px
    }

    .network-main li+li {
        margin-top: 10px
    }

    .oem-txt p {
        font-size: 16px;
        line-height: 24px
    }

    .detail-table-bott {
        flex-wrap: wrap
    }

    .detail-table-bott .row {
        margin-top: 15px
    }

    .network-main li .dot {
        animation: none
    }

    .network-txt-inner h3 {
        font-size: 18px
    }

    .care-training-header .lft .tit {
        font-size: 24px;
        padding-bottom: 15px;
        margin-bottom: 15px
    }

    .care-detail-top .tit {
        font-size: 24px;
        padding-bottom: 15px
    }

    .care-training-nav a {
        width: 190px;
        height: 45px
    }

    .care-training-content .item .lft {
        width: 100%;
        margin-top: 15px
    }

    .care-training-content .item .rgt {
        width: 100%
    }

    .care-training-content .item {
        padding: 20px
    }

    .care-training-content .item .lft .tit {
        font-size: 18px
    }

    .care-training-content .item .lft p {
        line-height: 22px
    }

    .care-detail-content a {
        width: 100%
    }

    .care-list .list a {
        width: 100%
    }

    .care-list .list a .txt h3 {
        font-size: 16px
    }

    .care-detail-content .com-tit {
        line-height: 28px
    }

    .care-detail-content .tip {
        font-size: 14px;
        margin: 10px 0 25px
    }

    .detail-banner.style2 .detail-banner-txt .contain {
        align-items: center
    }

    .detail-banner-txt .tip {
        font-size: 14px;
        animation: normal;
        line-height: 22px
    }

    .medical-intro .pic {
        width: 100%;
        margin-top: 20px
    }

    .medical-intro .txt {
        width: 100%
    }

    .medical-pic .content {
        margin-top: 30px;
        padding: 20px
    }

    .medical-tit {
        font-size: 24px
    }

    .medical-tit:after {
        height: 2px;
        width: 40px
    }

    .medical-video ul,
    .medical-intro .content {
        margin-top: 20px
    }

    .medical-video li {
        font-size: 15px;
        line-height: 24px
    }

    .investlx,
    .investgg {
        padding: 40px 0;
    }

    .investlx-list li {
        font-size: 15px;
        margin-top: 8px;
    }

    .offers-job .op {
        display: none
    }

    .offers-job .title {
        padding: 0 10px
    }

    .offers-job .item .title {
        padding: 10px
    }

    .offers-job .item .title .th {
        font-size: 12px
    }

    .offers-job .th.cat,
    .offers-job .th.date {
        display: none
    }

    .offers-job .item .cont {
        padding: 15px
    }

    .offers-job .title {
        height: 40px
    }

    .offers .tips {
        font-size: 14px;
        line-height: 22px
    }

    .offers .com-tit {
        margin-bottom: 10px
    }

    .offers-job .th.name {
        width: 60%
    }

    .offers-job .th {
        font-size: 12px
    }

    .offers-job .item .cont .tip {
        font-size: 14px
    }

    .offers-main {
        margin-top: 20px
    }

    .offers-job .item .cont h2 {
        font-size: 15px;
        margin-bottom: 5px
    }
}


.nynews-time {
    width: 220px;
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: background-color .4s ease;
    z-index: 1;
}