/* 医院慢病 */
.header{
}
.header_top {
    margin-top: -18%;
}
.product-info div.about-us{
    background-color: #F8F8F8;
    padding: 40px;
    text-indent: 40px;
}
.product-info p{
}
.product-info h3{
    text-indent: 0;
    text-align: center;
}
.product-func{
    background-color: #F9FAFC;
    padding-bottom: 80px;
    margin-top: 80px;
}
.hosp-chronic-function>div{
    width: 20%;
    float: left;
    padding: 15px 15px 15px 0;
}
.hosp-chronic-function>div>div{
    min-height: 362px;
    background-color: #FFF;
    box-shadow: 1px 1px 4px #888;
    font-size: 18px;
    line-height: 30px;
    padding: 15px;
    text-align: center;
}
.hosp-chronic-function div>h3{
    font-weight: bold;
}
.hosp-chronic-function div>img{
    margin: 20px 0;
}
.comp-history{
    background: url(../img/history-bg.png) center bottom no-repeat;
    padding-bottom: 60px;
    position: relative;
}
.comp-history .row{
    margin-left: 0;
    margin-right: 0;
}
.comp-history .history-area{
    background: url(../img/history-line.png) center top repeat-y;
    padding-top: 50px;
}
.comp-history .years{
    border: 1px solid #4A90E2;
    padding: 2px;
    width: 100px;
    margin: 0 auto;
    border-radius: 25px;
    background-color: #FFF;
}
.comp-history .years>div{
    background-color: #4A90E2;
    border-radius: 20px;
    height: 40px;
    font-size: 28px;
    color: #FFF;
    text-align: center;
}
.history-area .circle{
    margin: 0 auto;
    background-color: #fff;
    width: 26px;
    height: 26px;
    border: 1px solid #4A90E2;
    margin-top: -56px;
    margin-bottom: 56px;
    padding: 2px;
    border-radius: 20px;
}
.history-area .circle>div{
    background-color: #4A90E2;
    width: 20px;
    height: 20px;
    border-radius: 20px;
}
.history-area .txt{
    width: 44%;
    border: 1px solid #4A90E2;
    background-color: #FAFCFF;
    padding: 15px;
    font-size: 20px;
}
.history-area .txt .items{
    margin-top: 15px;
}
.history-area .txt .month{
    float: left;
    padding-right: 15px;
}
.history-area .txt .month span{
    font-size: 36px;
}
.history-area .txt .event{
    padding: 16px 0 0 80px;
}
.comp-history>img{
    position: absolute;
    bottom: 0;
    left: 100px;
}
@media screen and (max-width: 1200px){
    .header .titleInfo{
        margin-top: 70px;
        font-size: 34px;
        line-height: 54px;
    }
    .product-info div.about-us{
        padding: 15px;
    }
    .hosp-chronic-function>div{
        width: 50%;
        padding: 15px;
    }
    .comp-history{
        padding-bottom: 100px;
    }
    .comp-history>img{
        height: 80px;
    }
    .comp-history .years{
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .history-area .txt{
        float: none;
        width: 100%;
    }
}
@media screen and (max-width: 768px){
    .header h2{
        font-size: 22px;
    }
    .product-info p{
        font-size: 16px;
        line-height: 30px;
    }
    .product-func{
        padding-bottom: 30px;
        margin-top: 30px;
    }
    .product-func .txt{
        padding-top: 30px;
    }
    .hosp-chronic-function>div>div{
        min-height: 330px;
        font-size: 14px;
        line-height: 26px;
    }
    .comp-history {
        padding-bottom: 60px;
    }
}