html {
    font-size : 20px;
}
@media only screen and (min-width: 325px){
    html {
        font-size: 22px !important;
    }
}
@media only screen and (min-width: 401px){
    html {
        font-size: 25px !important;
    }
}
@media only screen and (min-width: 428px){
    html {
        font-size: 26.75px !important;
    }
}
@media only screen and (min-width: 481px){
    html {
        font-size: 30px !important; 
    }
}
@media only screen and (min-width: 569px){
    html {
        font-size: 35px !important; 
    }
}
@media only screen and (min-width: 641px){
    html {
        font-size: 40px !important; 
    }
}

.main{
    
}
.bor_1{
    width: 100%;
    height: 5px;
    background: #ececec;
    display: block;
    margin-bottom: 3px;
}
.bor_2{
    width: 100%;
    height: 2px;
    background: #ececec;
    display: block;
}



.header{
    
}
.nav-wrap{
    background: #eee;
}
.nav-cnt{
    text-align: center;
}
.nav-row{
    overflow: hidden;
}
.nav-col{
    width: 25%;
    float: left;
}
.nav-col a{
    text-decoration: none;
}
.nav-row:last-child .nav-item{
    border-bottom: 0;
}
.nav-col:last-child .nav-item{
    border-right: 0;
}
.nav-item{
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding: 12px 0;
}
.nav-item span{
    font-size: .65rem;
    color: #5b5b5b;
}

.nav{
    background: #eee;
    padding: .5rem .8rem .5rem;
}
.nav a{
    color: #717171;
    font-size: 0.5rem;
    text-decoration: none;
}







/* 底部医院介绍 */
.hospital-introduce{
    padding: 15px 20px 15px;
    text-align: center;
}
.hospital-logo{
}
.hospital-logo img{
    width: 3rem;
    height: 3rem;
}
.hospital-title {
    margin-top: 5px;
    margin-bottom: 15px;
}
.hospital-title h2{
    font-size: .8rem;
    color: #333;
    font-weight: bold;
    margin-bottom: 3px;
}
.hospital-title span{
    font-size: .7rem;
    color: #0072bb;
}
.hospital-address{
    margin-bottom: 10px;
}
.hospital-address img{
    display: inline-block;
    vertical-align: middle;
    width: .6rem;
    height: .6rem;
}
.hospital-address span{
    color: #333;
    font-size: .6rem;
    display: inline-block;
    vertical-align: middle;
}
.hospital-phone{
    border: 1px solid #333;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 80%;
    margin: 0 auto 20px;
}
.hospital-phone a{
    display: block;
    text-decoration: none;
    padding: 3px 0;
}
.hospital-phone img{
    display: inline-block;
    vertical-align: middle;
    width: .9rem;
    height: .9rem;
    margin-right: 10px;
}
.hospital-phone span{
    font-size: .9rem;
    color: #0072bb;
    display: inline-block;
    vertical-align: middle;
}
.hospital-code{

}
.hospital-code p{
    color: #333;
    font-size: .6rem;
    margin: 3px 0;
}



/* 底部 */
#footer .footer-wrap{
    height: 2.5rem;
}
#footer .footer-fix{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    right: 0;
}
#footer .footer-cnt{
    overflow: hidden;
    text-align: center;
}
#footer .footer-cnt .footer-lside{
    float: left;
    width: 60%;
    overflow: hidden;
}
#footer .footer-cnt .footer-rside{
    float: left;
    width: 40%;
    overflow: hidden;
}
#footer .footer-item{
    background: #0072bb;
    height: 2.5rem;
    line-height: 2.5rem;
    /*border-right: 1px solid #fff;*/
    font-size: 0;
    float: left;
    width: 50%;
}
#info{  
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
#num{
    top: -3px;
    width: 14px;
    height: 14px;
    line-height: 13px;
    text-align: center;
    font-size: 9px;
    background-color: #ff0000;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    border-radius: 14px;
    -moz-box-shadow: 0 0 4px rgba(0,0,0,0.8);
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.8);
    box-shadow: 0 0 4px rgba(0,0,0,0.8);
    z-index: 3;
    font-style: normal;
    display: block;
    position: absolute;
    right: -3px;
    color: #fff;
    text-decoration: none
}
#footer .footer-lside .footer-item:first-child{
    background-color: #0072bb;
}
#footer .footer-lside .footer-item:nth-child(2){
    background-color: #6a7380;
}
#footer .footer-rside .footer-item:first-child{
    background-color: #2e3642;
    border-right: 1px solid #464e5b;
}
#footer .footer-rside .footer-item:nth-child(2){
    background-color: #2e3642;
}

#footer .footer-rside .footer-item{
    padding-top: 0.2rem;
}
#footer .footer-lside .footer-item span{
    margin-left: 5px;
}
#footer .footer-rside .footer-item span{
    line-height: normal;
    font-size: 0.5rem;
    display: block;
    color: #8c939c;
}


#footer .footer-rside .footer-item:last-child{
    /*border: 0;*/
}
#footer .footer-item img{
    display: inline-block;
    vertical-align: middle;
    width: 1.2rem;
    height: 1.2rem;
}
#footer .footer-item span{
    display: inline-block;
    vertical-align: middle;
    font-size: .7rem;
    color: #fff;
}


.bor{
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 3px;
}
.main{

}
.block-2{
    background: url(../imgs/4.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.block-2-cnt{
    padding: 15px;
}
.block-2 h2{
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 12px;
}
.block-2 p{
    color: #fff;
    font-size: 14px;
    text-indent: 28px;
    margin-bottom: 5px;
    line-height: 23px;
    text-align: justify;
}
.block-3{

}
.block-3 .block-3-cnt{
    overflow: hidden;
}
.block-3 .block-3-item{
    width: 50%;
    padding: 15px;
    float: left;
}
.block-3-unit{
    position: relative;
    overflow: hidden;
}
.block-3 .block-3-item.s1{
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.block-3 .block-3-item.s2{
    border-bottom: 1px solid #eee;
}
.block-3 .block-3-item.s3{
    padding: 0 15px 10px;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.block-3 .block-3-item.s4{
    padding: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.block-3 .block-3-item.s5{
    border-right: 1px solid #eee;
}
.block-3 .block-3-item.s6{
   
}
.block-3-unit.block-middle:after{
    content: '';
    position: absolute;
    bottom: 0;
    width: 50%;
    right: 0;
    border-bottom: 1px solid #eee;
}
.block-3 .block-3-item i{
    width: 100px;
    height: 60px;
    background: url(../imgs/icon.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    margin: 0 auto;
}
.block-3 .block-3-item h2{
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
}
.block-3 .block-3-item p{
    font-size: 14px;
    line-height: 23px;
    text-align: justify;
}
.block-3 .block-3-item.s1 i{
    background-position: 0 0;
}
.block-3 .block-3-item.s2 i{
    background-position: 0 -200px;
}
.block-3 .block-3-item.s3 i{
    background-position: 0 -130px;
}
.block-3 .block-3-item.s5 i{
    background-position: 0 -265px;
}
.block-3 .block-3-item.s6 i{
    background-position: 0 -62px;
}


.block-4{

}
.block-4 .label{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #0072bb;
    margin: 20px 0;
}
.block-4 .block-4-cnt{

}
.block-4 .block-4-cnt .block-4-item{
    position: relative;
    margin-bottom: 10px;
}
.block-4-img{
    width: 100px;
    display: table-cell;
    vertical-align: middle;
}
.block-4-txt{
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px;
    padding-right: 15px;
}
.block-4-txt h2{
    color: #0072bb;
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 13px;
}
.block-4-txt p{
    text-align: justify;
    font-size: 12px;
    color: #0072bb;
}


.block-4 .block-4-cnt .block-4-item.col-2 h2, .block-4 .block-4-cnt .block-4-item.col-2 p{
    color: #fff;
}
.block-4 .block-4-cnt .block-4-item.s1 .block-4-txt{
    background: url(../imgs/8_1.png);
}
.block-4 .block-4-cnt .block-4-item.s2 .block-4-txt{
    background: url(../imgs/10_1.png);
}
.block-4 .block-4-cnt .block-4-item.s3 .block-4-txt{
    background: url(../imgs/12_1.png);
}
.block-4 .block-4-cnt .block-4-item.s4 .block-4-txt{
    background: url(../imgs/14_1.png);
}

.block-5{

}
.block-5 .label{
    text-align: center;
    color: #0072bb;
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0px;
}
.block-5 .block-5-cnt{
    overflow: hidden;
    margin: 10px;
    -webkit-box-shadow: 0px 0px 10px 2px #eee;
    box-shadow: 0px 0px 10px 2px #eee;
    padding: 10px 0;
}
.block-5 .block-5-cnt p{
    clear: both;
    padding: 10px 10px 0;
    color: #222;
    line-height: 25px;
    text-align: justify;
    font-size: 13px;
}
.block-5 .block-5-cnt .block-5-item{
    width: 50%;
    float: left;
    padding: 0 10px;
}
.block-5-item i{
    width: 60px;
    height: 45px;
    background: url(../imgs/icon.png);
    background-repeat: no-repeat;
    background-size: 110px;
    background-position: center -380px;
    display: block;
    margin: 0 auto 3px;
}
.block-5-item h2{
    text-align: center;
    color: #0072bb;
    font-size: 15px;
}
.block-5-item img{
    margin-top: 10px;
}
.block-6{
    position: relative;
}
.block-6 .block-6-desc h2{
    color: #0072bb;
    font-size: 20px;
    font-weight: bold;
}
.block-6 .block-6-desc span{
    color: #0072bb;
    font-size: 15px;
    margin-bottom: 15px;
    display: block;
}
.block-6 .block-6-desc p{
    margin-bottom: 8px;
}
.block-6 .block-6-desc p:before{
    content: '';
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #0072bb;
    border-style: solid;
    display: inline-block;
    vertical-align: middle;
}
.block-6 .block-6-desc p label{
    display: inline-block;
    vertical-align: middle;
}
.block-6-desc{
    margin-left: 30px;
    margin-top: 30px;
    margin-bottom: 20px;
}
.block-6-main{
    background: url(../imgs/22.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 20px;
}
.block-6-main h2{
    color: #fff;
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 15px;
}
.block-6-main span{
    color: #0072bb;
    display: inline-block;
    background: #fff;
    border-radius: 100px;
    padding: 3px 10px;
    margin-bottom: 10px;
}
.block-6-main p{
    color: #fff;
    font-size: 14px;
    line-height: 23px;
    text-align: justify;
    margin-bottom: 10px;
}
.block-6-main label{
    color: #0072bb;
    background: #fff;
    display: inline-block;
    padding: 10px;
}
.block-6-shebei{
    position: absolute;
    top: 0;
    width: 180px;
    right: 0;
}
.block-7{
    
}
.block-7 .label{
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #0072bb;
    display: block;
    margin: 20px 0 15px;
}
.block-7 .block-7-cnt{
    overflow: hidden;
}
.block-7 .block-7-cnt .block-7-item{
    float: left;
    width: 50%;
    padding: 0 12px;
}
.block-7-item h2{
    text-align: center;
    font-size: 17px;
    color: #0072bb;
}
.block-7-item span{
    display: block;
    text-align: justify;
    color: #0072bb;
    font-size: 14px;
    margin-top: 10px;
}
.block-7-item p{
    text-align: justify;
    color: #222;
    font-size: 14px;
    margin-top: 12px;
}
.block-7-item label{
    background: #0072bb;
    display: block;
    text-align: justify;
    color: #fff;
    padding: 10px;
    margin-top: 10px;
}
.block-8{
    margin: 30px 0 5px;
}
.block-8-head{

}
.block-8-head h2{
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #0072bb;
    display: block;
}
.block-8-head span{
    text-align: center;
    font-size: 16px;
    color: #0072bb;
    display: block;
}
.block-8-body{

}
.block-8-item{

}
.block-8-item p{
    color: #222;
    font-size: 13px;
    line-height: 22px;
    padding: 12px 18px;
    text-align: justify;
}
.block-8-img{
    text-align: center;
}
.block-8-img label{
    color: #fff;
    font-size: 16px;
    background: #0072bb;
    height: 35px;
    display: inline-block;
    line-height: 35px;
    padding: 0 15px;
    margin-top: -25px;
}