
.xenomorph-page .pd0{
    padding: 0;
}
.xenomorph-page .xenomorph-page-banner{
    width: 100%;
    min-height: 310px;
    background: url('../picture/banner-bg.jpg') no-repeat center center;
    background-size: cover;
    margin-bottom: 40px;
}
.xenomorph-page .page-banner-content{
    padding: 80px 0 0 0;
    position: relative;
}
.float-banner-icon{
    position: absolute;
    right: -100px;
    top: 20%;
}
.xenomorph-page-banner h2{
    font-size: 32px;
    color: #0A317C;
    line-height: 36px;
    margin-bottom: 32px;
    margin-top: 0;
}
.xenomorph-page-banner .text{
    font-size: 20px;
    color: #221815;
    line-height: 32px;
}
.xenomorph-page-case{
    background: #EBEFF4;
}
.xenomorph-page-case .container-fluid{
    position: relative;
}

.xenomorph-page-case h3{
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #3E3A39;
    margin-bottom: 30px;
    margin-top: 40px;
    padding: 0 30px;
}
.xenomorph-page-case h3::before{
    display: inline-block;
    content: '';
    width: 14px;
    height: 14px;
    background: #3E3A39;
    border-radius: 7px;
    vertical-align: middle;
    margin-right: 15px;
}
.xenomorph-page-case .table{
    margin-bottom: 0;
    border: 1px solid #415578;
}
.xenomorph-page-case .table thead {
    background: #09357F;
    color: #ffffff;
}
.xenomorph-page-case .table thead th{
    border: none;
    padding: 10px 8px;
    font-size: 18px;
}

.tabs-content .content{
    display: none;
}
.tabs-content .content.show{
    display: block;
}
.tabs-content .summary{
    font-size: 18px;
    color: #221815;
    line-height: 32px;
    margin-bottom: 40px;
}
.tabs-content .cdx-tab{
    gap: 85px;
    align-items: center;
}
.tabs-content .cdx-tab > div{
    width: 572px;
    height: 236px;
    border-radius: 26px;
    overflow: hidden;
}
.tabs-content .cdx-tab .cdx-tab-1{
    background: url('../picture/cdx-tab1.jpg') no-repeat center center;
    background-size: cover;
    transition: all 0.3s ease;
}
.tabs-content .cdx-tab .cdx-tab-1:hover{
    background: url('../picture/cdx-tab1-hover.jpg') no-repeat center center;
    background-size: cover;
}
.tabs-content .cdx-tab .cdx-tab-2{
    background: url('../picture/cdx-tab2.jpg') no-repeat center center;
    background-size: cover;
    transition: all 0.3s ease;
}
.tabs-content .cdx-tab .cdx-tab-2:hover{
    background: url('../picture/cdx-tab2-hover.jpg') no-repeat center center;
    background-size: cover; 
}
.tabs-content .cdx-tab a{
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    position: relative;
}
.tabs-content .cdx-tab a > div{
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.tabs-content .cdx-tab p{
    font-size: 24px;
    margin-bottom: 0;
    /* margin-top: 50px; */
}
.tabs-content .cdx-tab .bold-text{
    font-size: 32px;
}
.tabs-content .cdx-tab .bold-text img{
    vertical-align: baseline;
}
.tabs-content .table-box{
    padding: 0 90px;
}
.tabs-content .table+.table{
    margin-left: 50px;
}
.tabs-content p.title{
    font-weight: bold;
    font-size: 22px;
    line-height: 28px;
    color: #3E3A39;
    margin-bottom: 20px;
    margin-top: 45px;
}
.tabs-content p.title::before{
    display: inline-block;
    content: '';
    width: 14px;
    height: 14px;
    background: #3E3A39;
    border-radius: 7px;
    vertical-align: middle;
    margin-right: 15px;
}
.tabs-content .picture-box{
    width: 100%;
    padding: 20px;
    background: #FFFFFF;
    border-radius: 20px;
    margin-bottom: 40px;
} 
.tabs-content .picture-box .caption{
    font-weight: bold;
    font-size: 20px;
    color: #09357F;
}
.tabs-content .picture-box .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: 50px
}
.tabs-content .picture-box .left-line {
    width: 8px;
    border-radius: 5px;
    background-color: #00A0E9;
}
.tabs-content .picture-box .right-bottom-line{
    flex: 1;
    height: 4px;
    margin-top: 22px;
    background-color: #00A0E9;
    border-radius: 2px;
}
.xenomorph-page-case .title-h3{
    text-align: center;
    font-size: 0;
    margin-bottom: 20px;
}
.xenomorph-page-case .tabs-content .title-h3 span{
    height: 48px;
    line-height: 48px;
    font-size: 30px;
    color: #FBFDFE;
    display: inline-block;
    background-color: #00A0E9;
    vertical-align: top;
}
.tabs-content .title-h3 .before-bg{
   display: inline-block;
   width: 51px;
   height: 48px;
   background: url('../picture/title-bg-left.png') no-repeat center center; 
}
.tabs-content .title-h3 .after-bg{
    display: inline-block;
    width: 101px;
    height: 48px;
    background: url('../picture/title-bg-right.png') no-repeat center center; 
 }
.xenomorph-page-case .tabs-content{
    padding-top: 40px;
}
.tabs-content .table-desc{
    font-size: 20px;
    color: #221815;
    line-height: 32px;
}
/* 折叠面板 */
.panel-default>.panel-heading{
    padding: 20px 15px;
}

.panel-default .panel-title{
    cursor: pointer;
}
.panel-title a{
    font-weight: bold;
    font-size: 24px;
    color: #3E3A39;
    text-decoration: none;
}
.panel-group .panel{
    margin-bottom: 50px;
}
.panel-body{
    padding: 30px 15px;
}

@media (max-width: 992px) {
    .xenomorph-page-case .row{
        width: auto;
        height: auto;
    }
    .xenomorph-page-case .tabs-content .title-h3 span{
        font-size: 1.6rem;
        padding: 0 1.5rem;
        line-height: 2.2rem;
    }
    .panel-title a{
        font-size: 1.8rem;
    }
}

@media (max-width: 768px) {
    .xenomorph-page-banner h2{
        font-size: 2rem;
        margin-bottom: 1.5rem;
    }
    .xenomorph-page-banner .text{
        font-size: 1.6rem;
    }
    .xenomorph-page-case h3{
        font-size: 1.8rem;
        margin-bottom: 1.5rem;
    }
    .tabs-content .table-box{
        padding: 0;
    }
    .tabs-content .table+.table{
        margin-left: 1.5rem;
    }
    .tabs-content .cdx-tab > div{
        width: 100%;
        height: 13.6rem;
    }
    .tabs-content .cdx-tab{
        gap: 10px;
    }
    .tabs-content .cdx-tab p{
        font-size: 1.5rem;
    }
    .tabs-content .cdx-tab .bold-text{
        font-size: 2rem;
    }
    .tabs-content .summary{
        font-size: 1.6rem !important;
        margin-bottom: 2rem !important;
    }
    .tabs-content p.title{
        font-size: 1.8rem;
        margin-bottom: 1.5rem;
        margin-top: 2.5rem;
    }
    .tabs-content .picture-box .caption{
        font-size: 1.6rem;
        font-size: 1.8rem;
        margin-bottom: 1.5rem;
    }
    .tabs-content .picture-box .title-line{
        font-size: 1.4rem;
        margin-bottom: 2.5rem;
        gap: 1rem;
        padding: 1rem 1rem 0 1rem;
    }
    .tabs-content .picture-box .left-line{
        width: 5px;

    }
    .tabs-content .picture-box .right-bottom-line{
        height: 2px;
        margin-top: 1.5rem;
    }
}