
.syngeneic-page .container-fluid{
    width: 1184px;
}
.syngeneic-page .syngeneic-page-banner{
    width: 100%;
    min-height: 886px;
    background: url('../picture/banner-bg.jpg') no-repeat center center;
    background-size: cover;
}
.syngeneic-page .page-banner-content{
    padding: 80px 0 0 0;
}
.syngeneic-page-banner h2{
    font-size: 32px;
    color: #0A317C;
    line-height: 36px;
    margin-bottom: 42px;
    margin-top: 0;
}
.syngeneic-page-banner .text{
    font-size: 20px;
    color: #221815;
    line-height: 32px;
}
.syngeneic-page-banner .category-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #D7E8FB;
    width: 1168px;
    height: 520px;
    border-radius: 35px;
    border: 1px solid #FAFCFF;
    padding: 85px 86px 0 86px;
    margin: 40px auto 0;
    overflow: hidden;
}
.syngeneic-page-banner .category-box .grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}
.syngeneic-page-banner .category-box h2{
    font-size: 30px;
    color: #09357F;
    margin-bottom: 20px;
    text-align: center;
}
.syngeneic-page-banner .category-item{
    position: relative;
    top: 0;
    width: 217px;
    background: #EBF5FF;
    border-radius: 15px;
    border: 2px solid #FFFFFF;
    text-align: center;
}
.syngeneic-page-banner .category-item:hover {
    top: -5px;
    box-shadow: 0px 3px 4px 0px rgba(101,101,101,0.17), 0px 3px 7px 0px rgba(0,0,0,0.14);
    transition: top 0.3s ease-out;
}
.syngeneic-page-banner .category-item .picture{
    background: #BAD5F0;
    padding: 32px 0;
    border-radius: 15px 15px 0 0;
}
.syngeneic-page-banner .category-item .title{
    width: 100%;
    height: 80px;
    font-size: 22px;
    line-height: 32px;
    color: #09357F;
    font-weight: 400;
    position: relative;
    text-align: center;
}
.syngeneic-page-banner .title div{
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}
.syngeneic-page-banner .title span{
    vertical-align: middle;
}
.syngeneic-page-case h3{
    font-weight: bold;
    font-size: 22px;
    line-height: 28px;
    color: #3E3A39;
    margin-bottom: 30px;
    margin-top: 40px;
    padding: 0 60px;
}
.syngeneic-page-case h3::before{
    display: inline-block;
    content: '';
    width: 14px;
    height: 14px;
    background: #3E3A39;
    border-radius: 7px;
    vertical-align: middle;
    margin-right: 15px;
}
.syngeneic-page-case .row{
    width: 1169px;
    height: 633px;
    background: #FFFFFF;
    border-radius: 40px;
    border: 1px solid #DFDFDF;
    padding: 32px 40px 0 40px;
    margin: 0 auto 45px;
}
.syngeneic-page-case .title-line{
    display: flex;
    justify-content: flex-start;
    font-size: 20px;
    font-weight: bold;
    color: #09357F;
    gap: 20px;
    padding: 15px 15px 0 15px;
    margin-bottom: 0;
}
.syngeneic-page-case .title-line .left-line {
    width: 8px;
    border-radius: 5px;
    background-color: #00A0E9;
}
.syngeneic-page-case .title-line .right-bottom-line{
    flex: 1;
    height: 4px;
    margin-top: 22px;
    background-color: #00A0E9;
    border-radius: 2px;
}
.syngeneic-page-case .caption{
    font-weight: bold;
    font-size: 22px;
    color: #09357F;
    margin-bottom: 22px;
}
.syngeneic-page-case .flex{
    flex-wrap: wrap;
}
.syngeneic-page-case .pd0{
    padding-right: 0;
    padding-left: 0;
}

@media (max-width: 992px) {
    .syngeneic-page-case .row{
        width: auto;
        height: auto;
    }
    .syngeneic-page-banner .category-box{
        width: 80vw;
        height: auto;
        padding: 15px;
        margin: 15px auto 0;
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .syngeneic-page-banner h2{
        font-size: 2rem;
        margin-bottom: 1.5rem;
    }
    .syngeneic-page-banner .text{
        font-size: 1.6rem;
    }
    .syngeneic-page-banner .category-box{
        width: 100%;
        padding: 15px 10px;
    }
    .syngeneic-page-banner .category-box>div{
        width: 100%;
    }
    .syngeneic-page-banner .category-box .grid{
        gap: 10px;
        margin-bottom: 2rem;
    }
    .syngeneic-page-banner .category-item{
        width: 100%;
        height: auto;
    }
    .syngeneic-page-banner .category-box h2{
        font-size: 1.8rem;
        margin-bottom: 1rem;
    }
    .syngeneic-page-banner .category-item .title{
        height: 5rem;
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .syngeneic-page-banner .category-item .title img{
        width: 1.8rem;
    }
    .syngeneic-page-banner .category-item .picture{
        padding: 15px 0;
        height: 11.7rem;
    }
    .syngeneic-page-banner .category-item .picture img{
        width: 70%;
    }
    .syngeneic-page-banner .category-1 .picture img{
        width: 55%;
    }
    .syngeneic-page-case .row{
        padding: 2rem;
    }
    .syngeneic-page-case h3{
        font-size: 1.8rem;
        margin-bottom: 1.5rem;
        padding: 0 1.5rem;
    }
    .syngeneic-page-case .caption{
        font-size: 1.6rem;
        margin-bottom: 1.8rem;
    }
    .syngeneic-page-case .title-line{
        font-size: 1.4rem;
        gap: 1rem;
        padding: 1rem 1rem 0 1rem;
    }
    .syngeneic-page-case .title-line .left-line{
        width: 5px;
    }
    .syngeneic-page-case .title-line .right-bottom-line{
        height: 2px;
        margin-top: 1.5rem; 
    }
}