.aboutUs .about-banner {
    background: url('../img/IVF/banner.png') no-repeat;
    background-size: 100% 100%;
}

.process {
    width: 100%;
}

.process .processTit {
    width: 14rem;
    margin: 0.24rem auto 0;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-size: 0.18rem;
    /*color: #656C71;*/
    color: #333;
    line-height: 0.36rem;
}

.process .processTit img{
    display: block;
    width: 100% !important;
    height: auto !important;
}

.process .processImg {
    display: flex;
    width: 100%;
}

.process .processImg img {
    width: 100%;
}

/* 特色服务 */
.serve {
    width: 14rem;
    margin: 0.52rem auto 1.41rem;
}

.serve .serveItem {
    display: flex;
    width: 100%;
    /*height: 1.7rem;*/
    border-bottom: 0.01rem solid #DDDDDD;
    padding-right: 2.02rem;
    margin-bottom: 0.2rem;
    box-sizing: border-box;
}

.serve .serveItem:last-child {
    margin-bottom: 0;
}

.serve .serveItem:hover .serveItemImg img{
    transform: scale(1.1);
}

.serve .serveItem .serveItemImg {
    display: flex;
    width: 1.49rem;
    height: 1.49rem;
    margin-left: 0.26rem;
    margin-right: 0.56rem;
    /*overflow: hidden;*/
}

.serveItemImg img {
    width: 1.49rem;
    height: 1.49rem;
    transition: all 0.3s ease-in-out;
}

.serve .serveItem .serveItemCon {
    width: 100%;
}

.serveItemCon .ConTitle {
    margin-bottom: 0.2rem;
    margin-top: 0.27rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.2rem;
    color: #5A686E;
}

.serveItemCon .ConText {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-size: 0.18rem;
    /*color: #656C71;*/
    color: #333;
    line-height: 0.24rem;
    padding-bottom: 0.32rem;
}

/* 服务流程 */
.serPro {
    width: 100%;
    background: url('../img/IVF/2-8.png') no-repeat;
    background-size: 100% 100%;
}

.serPro .serProImg {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 5.47rem;
    padding: 0.99rem 0 1.61rem;
}

.serPro .serProImg img {
    width: 12.08rem;
    height: 5.47rem;
}

/* 科学孕产 */
.science {
    width: 14rem;
    margin: 0.52rem auto 1.05rem;
}

.science .scienceTit {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.4rem;
    color: #4492C0;
}

.science img {
    display: block;
    width: 14rem;
}

.science .scienceImg1 {
    margin-top: 0.52rem;
    margin-bottom: 0.82rem;
}

.science .scienceImg2 {
    margin-top: 0.36rem;
    margin-bottom: 0.84rem;
}

.science .scienceImg3 {
    margin-top: 0.36rem;
}

/* 适合人群 */
.fit {
    width: 100%;
    margin-top: 0.71rem;
    margin-bottom: 1.65rem;
}

.fit img {
    display: block;
    width: 12rem;
    margin: 0 auto;
}

@media screen and (max-width: 1024px){
    .process{
        padding: 0 20px;
        box-sizing: border-box;
    }
    
    .process .processTit{
        width: 100%;
        font-size: 14px;
    }
    
    .serve{
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
    
    .serve .serveItem{
        padding-right: 0;
        align-items: center;
    }
    
    .serve .serveItem .serveItemImg{
        margin: 0;
        margin-right: 10px;
    }
    
    .serveItemCon .ConTitle{
        font-size: 16px;
    }
    
    .serveItemCon .ConText{
        font-size: 14px;
        line-height: 1.2em;
    }
    
    .serPro .serProImg{
        padding: 0 20px;
        box-sizing: border-box;
    }
    
    .serPro .serProImg p{
        display: flex;
        align-items: center;
    }
    
    .serPro .serProImg img{
        width: 100%;
        height: auto;
    }
    
    .science{
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
    
    .science img{
        width: 100%;
        height: auto !important;
    }
    
    .science .scienceTit{
        font-size: 20px;
    }
    
    .fit{
        width: 100%;
        padding: 0 20px;
        box-sizing:border-box;
    }
    
    .fit img{
        width: 100%;
        height: auto !important;
    }
}