
.primary-page .primary-page-banner{
    width: 100%;
    min-height: 310px;
    background: url('../picture/banner-bg.jpg') no-repeat center center;
    background-size: cover;
    margin-bottom: 40px;
}
.primary-page .page-banner-content{
    padding: 80px 0 0 0;
    position: relative;
}
.float-banner-icon{
    position: absolute;
    right: -100px;
    top: 20%;
}
.primary-page-banner h2{
    font-size: 32px;
    color: #0A317C;
    line-height: 36px;
    margin-bottom: 42px;
    margin-top: 0;
}
.primary-page-banner .text{
    font-size: 20px;
    color: #221815;
    line-height: 32px;
}
.primary-page-case{
    background: #EBEFF4;
}
.primary-page-case .container-fluid{
    position: relative;
}
.primary-page-case .float-icon-1{
    position: absolute;
    right: -130px;
    top: 9%;
}
.primary-page-case .float-icon-2{
    position: absolute;
    left: -130px;
    top: 16%;
}
.primary-page-case .float-icon-3{
    position: absolute;
    right: -130px;
    top: 40%;
}
.primary-page-case h3{
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #3E3A39;
    margin-bottom: 30px;
    margin-top: 40px;
}
.primary-page-case h3::before{
    display: inline-block;
    content: '';
    width: 14px;
    height: 14px;
    background: #3E3A39;
    border-radius: 7px;
    vertical-align: middle;
    margin-right: 15px;
}
.primary-page-case .img-container{
    max-width: 810px;
    margin: 30px auto 60px;
}
.tabs-content .content{
    display: none;
}
.tabs-content .content.show{
    display: block;
}
.tabs-content .custom-table{
    margin-bottom: 50px;
}
.primary-page-case .title-h3{
    text-align: center;
    font-size: 0;
    margin-bottom: 20px;
}
.primary-page-case .tabs-content .title-h3 span{
    height: 48px;
    line-height: 48px;
    font-size: 22px;
    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; 
 }
.primary-page-case .tabs-content{
    padding-top: 40px;
}
.tabs-content .table-desc{
    font-size: 20px;
    color: #221815;
    line-height: 32px;
}
.panel-group .panel, .panel-group .panel-default>.panel-heading{
    border-radius: 25px;
    background: #FFFFFF;
}
.tabs-content .panel .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;
}

@media (max-width: 992px) {
    .primary-page-case .row{
        width: auto;
        height: auto;
    }
    .primary-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) {
    .primary-page-banner h2{
        font-size: 2rem;
        margin-bottom: 1.5rem;
    }
    .primary-page-banner .text{
        font-size: 1.6rem;
    }
    .primary-page-case h3{
        font-size: 1.6rem;
        margin-bottom: 1.5rem;
    }
    .primary-page-case h3::before{
        width: 1rem;
        height: 1rem;
        margin-right: 1rem;
    }
    .primary-page-case .caption{
        font-size: 1.8rem;
        margin-bottom: 1.8rem;
    }
    .primary-page-case .table thead th{
        padding: 10px 4px;
        font-size: 1.5rem;
    }
    .tabs-content .table-desc{
        font-size: 1.6rem;
    }
     .tabs-content .panel .title-line{
        font-size: 1.4rem;
        gap: 1rem;
        padding: 1rem 1rem 0 1rem;
    }
    .tabs-content .title-line .left-line{
        width: 5px;
    }
    .tabs-content .title-line .right-bottom-line{
        height: 2px;
        margin-top: 1.5rem; 
    }
}