.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{
    overflow: hidden;
}
#fast-menu-container{
    margin: 30px 0;
}
#fast-menu-container a{
    width: 350px;
    display: block;
    margin-top: 30px;
}
.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;
}

/*摇摆效果*/
@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: 16px;
}
.block-title{
    font-size: 30px;
    text-indent: 20px;
}
.block-line{
    height: 50px;
    border-bottom: solid 1px #eeeeee;
}
.block-more{
    position: relative;
    width: 130px;
    height: 30px;
    border-radius: 30px;
    left: 1150px;
    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: 20px;
}

#news-list{
    padding-top: 30px;
    background-color: #f8f8f8;
}

.card .news-more{
    position: relative;
    left: 290px;
    width: 100px;
    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;
}
.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;
}

/*手机端*/
@media screen and (max-width: 767px) {
    .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{
        left: 70px;
    }
    .card{
        width: 100%;
    }
    .card .news-more{
        left: 140px;
        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;
    }
    #wap-menu-list .menu{
        text-indent: 20px;
    }
    .swiper-slide-active video{
        margin-left: 20px;
    }
    .new-img-thumb{
        width: 100%;
        margin-top: 0;
    }


}

@media screen and (max-width: 375px) {
    #fast-menu-container a{
        width: 300px;
    }
}
