
.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: 60px 0 0 0;
    position: relative;
}
.primary-page .pd0{
    padding: 0;
}
.float-banner-icon{
    position: absolute;
    right: -100px;
    top: 20%;
}
.primary-page-banner h2{
    font-size: 32px;
    color: #0A317C;
    line-height: 36px;
    margin-bottom: 25px;
    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: 32%;
}
.primary-page-case h3{
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #3E3A39;
    margin-bottom: 30px;
    margin-top: 40px;
    padding: 0 30px;
}
.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 .table{
    margin-bottom: 0;
    border: 1px solid #415578;
}
.primary-page-case .table thead {
    background: #09357F;
    color: #ffffff;
}
.primary-page-case .table thead th{
    border: none;
    padding: 10px 8px;
    font-size: 18px;
}
.primary-page-case .table-pagination{
    display: flex;
    justify-content: flex-end;
    margin: 20px 0 50px 0;
}
.primary-page-case .table-pagination .page-length-label{
    white-space: nowrap;
    font-weight: normal;
    margin-right: 10px;
}
.primary-page-case .page-length-label select{
    width: 75px;
}
.primary-page-case .table-pagination .pagination{
    margin: 0;
}
.primary-page-case .pagination>.active>a{
    background: #09357F;
    color: #ffffff;
}
.primary-page-case .pagination>li>a{
    color: #09357F;
}
.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;
}
.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: 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; 
 }
.primary-page-case .tabs-content{
    padding-top: 40px;
}
.tabs-content p.title{
    font-size: 22px;
}
.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;
}

@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.8rem;
        margin-bottom: 1.5rem;
    }
    .primary-page-case .caption{
        font-size: 1.8rem;
        margin-bottom: 1.8rem;
    }
    .tabs-content p.title{
        font-size: 1.8rem;
        margin-bottom: 1.5rem;
        margin-top: 2.5rem;
    }
}