#medical-service-banner{
    line-height: 490px;
}

.tab-btn a {
    display: block;
    float: left;
    width: 180px;
    height: 50px;
    line-height: 50px;
    border: solid 1px #e5e5e5;
    background-color: #FFFFFF;
    color: #3c3c3c;
    margin-right: 10px;
    text-align: center;
}
.service-tab-content{
    display:none;
    /*margin-top: 40px;*/
}
.main-tit{
    font-size: 30px;
    color: #007348;
    margin-bottom: 50px;
}
.page-title{
    font-size: 36px;
    color: #007348;
    text-align: center;
    margin: 40px auto;
}

.tab-btn a:hover, .tab-btn a.select {
    background-color: #006e3f;
    color: #fffffe;
}

.service-main-content {
    padding: 40px;
    background-color: #fffffe;
    border-radius: 5px;
    box-shadow: 5px 5px 5px 2px #dfdfdf;
}

.service-main-content p.page-title-line{
    width: 80px;
    height: 2px;
    background-color: #006e3f;
    margin: 10px auto;
}
.service-img p{
    float: left;
}
.service-img img{
    /*margin-right: 20px;*/
}

.service-title-line{
    width: 100%;
    height: 1px;
    background-color: #1e7e55;
    margin-top: 30px;
}
.service-row{
    margin-bottom: 30px;
}
.special-tit{
    width: 281px;
    height: 50px;
    background-color: #006e3f;
    margin-top: -16px;
    color: #fffffe;
    font-size: 24px;
    text-align: center;
    line-height: 50px;
}
.special-desc{
    width: 281px;
    line-height: 30px;
    height: 120px;
}
#main-tit-2{
    margin-top: 30px;
    margin-bottom: 30px;
}
#main-txt-2{
    line-height: 30px;
    padding-left: 15px;
}
.special-col{
    float: left;
}
#service-4-img{
    margin-bottom: 40px;
}
.service-4-tab p{
    height: 45px;
    line-height: 45px;
    width: 125px;
    border: solid 1px #006e3f;
    border-radius: 30px;
    text-align: center;
    float: left;
    margin-right: 20px;
    cursor: pointer;
}
.service-4-tab p.select,.service-4-tab p:hover{
    background-color: #006e3f;
    color: #FFFFFF;
}
.floor-detail b{
    font-size: 24px;
    color: #006e3f;
    margin-left: 100px;
    margin-right: 100px;
}
.floor-detail{
    width: 1155px;
    height: 55px;
    line-height: 55px;
    background-color: #e6f4ef;
    border-radius: 30px;
    margin: 30px 50px;
}
.service-4-tab{
    margin-left: 50px;
}
.floor-content{
    display: none;
}
#service-5-img{
    margin-bottom: 50px;
}
#service-5-desc{
    line-height: 50px;
}

/*手机端*/
@media screen and (max-width: 767px) {
    .service-img img{
        width: 100%;
    }
    .tab-btn a{
        font-size: 14px;
    }
    .special-col{
        width: 100%;
    }
    #special-desc-3{
        height: 150px;
    }
    .floor-detail b{
        margin-left: 10px;
        margin-right:0;
    }
    .floor-detail{
        width: 100%;
        line-height: 25px;
    }
    #service-4-img img, #service-5-img img{
        width: 100%;
    }
    .service-4-tab{
        margin-left: 0;
    }
    .floor-detail{
        margin: 30px 0;
        padding: 10px;
        height: auto;
    }
    .service-main-content{
        padding: 20px;
    }
    .service-4-tab p{
        margin-left: 30px;
        margin-right:0;
    }
}

@media screen and (max-width: 375px) {
    .tab-btn a{
        font-size: 12px;
    }
}