.font-36 {
    font-size: 36px;
    font-weight: bold;
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif, '宋体';
}

.title-index {
    color: #1e7e55;
    margin-bottom: 10px;
}

.title-line {
    width: 81px;
    border-bottom: #1e7e55 3px solid;
    margin: 0 auto;
}

.fast-menu {
    /*min-width: 150px;*/
    /*min-height: 65px;*/
    background-color: #e6f4ef;
    border-radius: 10px;
    width: 430px;
    height: 170px;
    color: #007348;
}

.fast-menu:hover {
    background-color: #006e3f;
    color: #FFFFFF;
}

.fast-menu span img {
    min-width: 10px;
}

#index-banners {
    /*width: 1440px;*/
    margin: 0 auto;
    overflow: hidden;
}

#fast-menu-container {
    margin: 15px auto;
    /*margin-left: 20px;*/
}

#fast-menu-container a {
    float: left;
    width: 145px;
    display: block;
    margin-top: 30px;
    /*padding-top: 20px;*/
    text-align: center;
    background-color: #e6f4ef;
    margin-right: 27px;
    color: #006e3f;
    border-radius: 3px;
    font-weight: bold;
    font-size: 14px;
}

#fast-menu-container .serv-tits {
    font-size: 10px;
    margin-top: -20px;
    /*margin-bottom: 30px;*/
}

#fast-menu-container a:hover {
    background-color: #e6f4ef;
    color: #000000;
}

.font-28 {
    font-size: 28px;
}

.fast-icon {
    margin-left: 50px;
    margin-top: 45px;

}

.fast-txt {
    margin-left: 50px;
    margin-top: 50px;
}

#online {
    width: 67px;
    height: 81px;
    background: url("../images/online-ask-select.png") no-repeat;
}

.fast-menu:hover #online {
    color: #FFFFFF;
    background: url("../images/online-ask.png") no-repeat;
}

#oupatient-guid {
    width: 77px;
    height: 81px;
    background: url("../images/outpatient-guid.png") no-repeat;
}

.fast-menu:hover #oupatient-guid, .fast-menu:hover #hospitlal-guid {
    color: #FFFFFF;
    background: url("../images/outpatient-guid-select.png") no-repeat;
}

#hospitlal-guid {
    width: 77px;
    height: 81px;
    background: url("../images/outpatient-guid.png") no-repeat;
}

#report-query {
    width: 61px;
    height: 72px;
    background: url("../images/report-query.png") no-repeat;
}

.fast-menu:hover #report-query {
    color: #FFFFFF;
    background: url("../images/report-query-select.png") no-repeat;
}

#how-to-go {
    width: 77px;
    height: 77px;
    background: url("../images/address-guid.png") no-repeat;
}

.fast-menu:hover #how-to-go {
    color: #FFFFFF;
    background: url("../images/address-guid-select.png") no-repeat;
}

#prevent-cancer {
    width: 72px;
    height: 81px;
    background: url("../images/prevent-center-select.png") no-repeat;
}

.fast-menu:hover #prevent-cancer {
    color: #FFFFFF;
    background: url("../images/prevent-center.png") no-repeat;
}

#immunity-rebuild-method {
    height: 875px;
    background-color: #007348;
    padding-top: 50px;
}

#body-bg {
    width: 539px;
    height: 719px;
    background: url("../images/body-bg.png") no-repeat;
}

#dna-1 {
    position: relative;
    margin-left: -30px;
    margin-top: -30px;
}

#dna-2 {
    position: relative;
    margin-left: 500px;
    margin-top: 50px;
}

.dna-bg {
    animation: rotate360 10s linear infinite normal; /* 应用动画 */
    /*animation: swing 2s infinite;*/
}

#index-banners-blk {
    position: relative;
    z-index: 0;
}

.menu-list {
    padding-left: 10px;
}

/*摇摆效果*/
@keyframes rotate360 {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/*摇摆效果*/
@keyframes swing {
    0%, 100% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(10deg);
    }
    /* 更简单的摇摆效果 */
}

.immunity-method {
    position: relative;
    width: 210px;
    height: 55px;
    line-height: 55px;
    background-color: #268863;
    border-radius: 30px;
    color: #61a287;
    /*left: 120px;*/
    margin-bottom: 30px;
}

.immunity-method a {
    display: block;
    color: #fffffe;
}

.immunity-method a:hover, .immunity-method-select a {
    color: #006e3f;
}

.immunity-method:hover, .immunity-method-select {
    background-color: #FFFFFF;
}

.method-select {
    color: #006e3f;
}

.news-time {
    font-size: 14px;
    color: #006e3f;
}

.news-title {
    font-size: 20px;
    font-weight: bold;
}

.news-desc {
    font-size: 14px;
}

.block-title {
    font-size: 30px;
    /*text-indent: 20px;*/
}

.block-line {
    height: 50px;
    /*border-bottom: solid 1px #eeeeee;*/
}

.block-line-s {
    width: 40px;
    height: 2px;
    background-color: #006e3f;
    margin: 0 auto;
}

.block-more {
    position: relative;
    width: 130px;
    height: 30px;
    border-radius: 30px;
    left: 1130px;
    top: 10px;
    border: solid 1px #006e3f;
    text-align: center;
    /*float: right;*/
}

.block-more a {
    font-size: 16px;
    line-height: 25px;
    color: #006e3f;
}

.card {
    border: none;
    border-radius: 10px;
    /*height: 500px;*/
    /*width: 410px;*/
    margin-top: 10px;
}

#news-list {
    padding-top: 10px;
    background-color: #f8f8f8;
}

.card .news-more {
    position: relative;
    left: 180px;
    width: 100px;
    height: 30px;
    line-height: 30px;
    border-radius: 30px;
    border: solid 1px #006e3f;
    text-align: center;
}

.card .news-more a {
    font-size: 14px;
    color: #006e3f;
}

.card:hover {
    box-shadow: 5px 5px 5px 2px #dfdfdf;
}

.card:hover .news-more {
    background-color: #006e3f;

}

.card:hover .news-more a {
    color: #fffffe;
}

.card a {
    text-align: center;
}

.en-txt {
    margin-top: -20px;
}

.method-block {
    width: 450px;
}

#method-1 {
    left: 200px;
}

.is-first {
    display: none;
}

.swiper-slide .title {
    font-style: italic;
    font-size: 42px;
    margin-top: 80px;
    margin-bottom: 0;
    line-height: 45px;
}

.pagination, .swiper-pagination {
    /*position: absolute;*/
    z-index: 20;
    /*left: 10px;*/
    /*bottom: 10px;*/
    /*margin-top: 50px;*/
    /*margin-bottom: 50px;*/
}

.swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #222;
    margin-right: 8px;
    opacity: 0.8;
    border: 1px solid #fff;
    cursor: pointer;
}

.swiper-visible-switch {
    background: #aaa;
}

.swiper-active-switch {
    background: #fff;
}

.swiper-wrapper {
    /*width: 1440px;*/
}

.swiper-pagination-bullet {
    margin-left: 10px;
}

.swiper-pagination-bullet-active {
    background-color: #006e3f;
}

.swiper-container {
    /*width: 100%;*/
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /*margin-right: 15px;*/

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#team-list .swiper-slide, #news-list .swiper-slide {
    /*width: 448px;*/
    width: 250px;
    margin-right: 35px;
    font-size: 14px;
}

#news-list .swiper-slide {
    background-color: #f8f8f8;
}

.swiper-pagination-banner {
    margin-top: 10px;
}

.new-img-thumb {
    border-radius: 10px 10px 0 0;
    margin-top: 15px;
}

#link-list ul {
    list-style-type: none;
    margin-bottom: 20px;
}

#link-list li {
    float: left;
    margin-right: 80px;
}

.team-name {
    font-size: 18px;;
    text-align: center;
    /*height: 45px;*/
    overflow: hidden;
}

.card-title {
    text-align: center;
    color: #006e3f;
    font-size: 14px;
}
.card-text{
    height: 45px;
    overflow: hidden;
}

.team-tag {
    background-color: #e6f4ef;
    border-radius: 30px;
    max-width: 150px;
    margin: 0 auto;
}

#video-list .swiper-slide {
    width: auto;
    margin-right: 40px;
}

.footer-block {
    width: 25%;
}

.block-title a {
    color: #006e3f;
    text-decoration: none;
}

#ss-block {
    width: 100%;
    height: 279px;
    background: url("../images/wap/13-bg.png") no-repeat;
}

#sub-block {
    font-size: 12px;
    color: #fff;
}

#sub-block .sub-desc {
    margin: 10px auto;
}

#sub-block .sub-ss-a a {
    display: block;
    float: left;
    font-size: 13px;
    color: #fff;
    width: 25%;
    margin-bottom: 5px;
    text-decoration: underline;
}

.jb-list {
    margin-left: 0.5%;
}

.jb-list a {
    display: block;
    /*width: 33.33%;*/
    width: 130px;
    height: 140px;
    font-size: 10px;
    color: #fff;
    float: left;
    text-align: left;
    padding: 0 5px;
    background-size: 100%;
}


.jb-list p.jb-tit {
    font-size: 13px;
    font-weight: bold;
    padding-top: 20px;
    text-align: center;
}

.jb-list p.jb-line {
    height: 1px;
    width: 50px;
    background-color: #fffffe;
    margin: 0 auto;
    margin-top: -10px;
    margin-bottom: 10px;
}

#exzl-bg {
    background: url("../images/wap/exzl-bg.png") no-repeat;
}

#sjxtjb-bg {
    background: url("../images/wap/sjxtjb-jb.png") no-repeat;
}

#xxgjb-bg {
    background: url("../images/wap/xxgjb-bg.png") no-repeat;
}

#gb-bg {
    background: url("../images/wap/gb-bg.png") no-repeat;
}

#hxxtjb-bg {
    background: url("../images/wap/hxxtjb-bg.png") no-repeat;
}

#ggjb-bg {
    background: url("../images/wap/ggjb-bg.png") no-repeat;
}

#fkjb-bg {
    background: url("../images/wap/fkjb-bg.png") no-repeat;
}

#tnb-bg {
    background: url("../images/wap/tnbjb-bg.png") no-repeat;
}

#mr-bg {
    background: url("../images/wap/mr-bg.png") no-repeat;
}

#zdks-list a {
    display: block;
    width: 33.33%;
    height: 165px;
    font-size: 10px;
    color: #000;
    float: left;
    text-align: left;
    margin-bottom: 25px;
    background-size: 100%;
}

#zdks-list .zdks-tit {
    font-size: 16px;
    color: #006e3f;
    font-weight: bold;
    margin-top: 100px;
    text-indent: 5px;
}

#zdks-list .zdks-desc {
    font-size: 12px;
    margin-top: -15px;
    padding: 0 5px;
    height: 38px;
    overflow: hidden;
}

#zdks-list .zdks-desc:hover {
    font-size: 14px;
}

#zlk-bg {
    background: url("../images/wap/zlk-bg.png") no-repeat;
}

#kfk-bg {
    background: url("../images/wap/kfk-bg.png") no-repeat;
}

#zyk-bg {
    background: url("../images/wap/zyk-bg.png") no-repeat;
}

#nk-bg {
    background: url("../images/wap/nk-bg.png") no-repeat;
}

#wk-bg {
    background: url("../images/wap/wk-bg.png") no-repeat;
}

#fk-bg {
    background: url("../images/wap/fk-bg.png") no-repeat;
}

#jyk-bg {
    background: url("../images/wap/jyk-bg.png") no-repeat;
}

#yxyxk-bg {
    background: url("../images/wap/yxyxk-bg.png") no-repeat;
}

#lzghk-bg {
    background: url("../images/wap/lzghk-bg.png") no-repeat;
}

#adv-2 {
    /*margin-top: 10px;*/
}

.idx-tit, a.idx-tit {
    margin-bottom: 10px;
    margin-top: 10px;
    color: #006e3f;
}

#intro-list .swiper-slide {
    width: 100%;
}


#fast-menu-container a:hover, #zdks-list a:hover {
    box-shadow: 5px 5px 5px 2px #dfdfdf;
}

.jb-desc:hover {
    font-size: 12px;
}

#zdks-list a:hover {
    border-radius: 3px;
}

.block-title {
    text-indent: 10px;
    font-size: 18px;
    /*font-weight: bold;*/
    line-height: 50px;
    height: 100%;
}

.block-title-sel {
    background-color: #006e3f;
    color: #fffffe
}

#team-list .swiper-slide {
    margin-right: 10px;
}
.adv{
    clear: both;
}
.w-1440{
    width: 1440px;
}
.serv-icon img{
    width: 80px;
    height: 80px;
}
.serv-tit{
    margin-top: -20px;
}
.sub-tit{
    text-align: center;
    font-weight: bold;
    text-decoration: underline;
}
#swiper-container-intro{
    margin-top: 20px;
}

/*手机端*/
@media screen and (max-width: 767px) {
    .w-1440{
        width: 100%;
    }
    .fast-menu {
        width: 315px;
        height: 100px;
        margin: 0 auto;
    }

    .fast-icon {
        transform: scale(0.8); /* 鼠标悬停时放大 */
        transition: transform 0.3s ease; /* 平滑过渡效果 */
        margin-left: 20px;
        margin-top: 10px;
    }

    .fast-txt {
        margin-left: 20px;
        font-size: 20px;
        margin-top: 15px;
    }

    .en-txt {
        font-size: 12px;
    }

    #news-list .w-1440, #video-list .w-1440, #link-block .w-1440 {
        width: 100%;
    }

    .block-more {
        width: 80px;
        left: 170px;
    }

    .card {
        width: 100%;
    }

    .card .news-more {
        left: 40px;
        top: 5px;
    }

    .card img {
        width: 100%;
        height: auto;
    }

    #link-list li {
        margin-bottom: 20px;
    }

    .method-block {
        width: 100%;
    }

    .immunity-method {
        position: static;
        width: 45%;
        float: left;
        margin-left: 2%;
    }

    #immunity-rebuild-method .w-1440 {
        width: 100%;
    }

    #fast-menu-container div.w-1440 {
        width: 100%;
    }

    #report-query-txt {
        margin-left: 35px;
    }

    .no-first {
        display: none;
    }

    .is-first {
        display: block;
    }

    #immunity-rebuild-method {
        height: 775px;
    }

    #news-list div.card {
        /*height: 430px;*/
        height: 320px;
    }

    .swiper-slide-active video {
        /*margin-left: 20px;*/
    }

    .new-img-thumb {
        width: 100%;
        margin-top: 0;
    }

    #index-banners {
        width: 100%;
    }

    #fast-menu-container a {
        width: 105px;
        margin-top: 20px;
        margin-right: 20px;
    }

    .doctor-content {
        margin-right: 20px;
    }

    #doctor-blk-tit {
        width: 100%;
    }

    #team-list .swiper-slide {
        width: 50%;
    }

    #video-list .swiper-slide {
        width: 300px;
        margin-right: 35px;
    }

    #news-list .swiper-slide {
        width: 50%;
        margin-right: 10px;
    }

    .menu-list {
        /*padding-left: 50px;*/
    }

    .img-fluid {
        /*max-height: 720px;*/
        /*width: 1440px;*/
    }

    .footer-block {
        width: 50%;
    }

    .jb-list a {
        width: 33.33%;
    }

    .adv img{
        width: 100%;
    }
    .block-title {
        text-indent: 20px;
    }
    #index-banners-blk,#intro-list{
        padding-left: 0;
        padding-right: 0;
    }

}

@media screen and (max-width: 375px) {
    #news-list .swiper-slide {
        /*width: 338px;*/
        width: 50%;
        margin-right: 10px;
    }

    #video-list .swiper-slide {
        width: 300px;
        margin-right: 35px;
    }

    #fast-menu-container a {
        width: 100px;
        /*margin-left: 7px;*/
        margin-right: 21px;
    }

    .card .news-more {
        left: 40px;
    }

    .block-more {
        width: 80px;
        left: 110px;
    }

    .menu-list {
        padding-left: 10px;
    }
}

@media screen and (min-width: 1200px) {
    #adv-2 img {
        clear: both;
    }
    #fast-menu-container a{
        margin-right: 13px;
    }
    #ss-block{
        background: url("../images/wap/13-bg-2.png") no-repeat;
        margin: 20px auto;
        text-align: center;
    }
    .sub-ss-a{
        margin:  0 auto;
        margin-top: 30px;
    }
    #sub-block .sub-ss-a a:hover{
        text-decoration: underline;
        font-weight: bold;
    }
    #ss-block{
        width: 1440px;
    }
    #jb-block{
        margin: 0 auto;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .zdks-tit:hover{
        text-decoration: underline;
    }
    #index-banners-blk{
        padding-top: 0;
    }
    #wap_menu{
        position: unset;
    }
    .menu-list{
        margin-top: -16px;
    }
    #zdks-list a{
        width: 136px;
        margin-right: 20px;
    }
    #intro-list .swiper-slide{
        width: 30%;
    }
    .card .news-more{
        left: 80px;
    }
    #index-banners-blk .swiper-slide{
        width: 50%;
    }
    .block-title{
        font-size: 24px;
    }
    #sub-block .sub-ss-a a{
        font-size: 18px;
    }
    #team-list .swiper-slide{
        margin-right:110px;
    }
}