.technology .ny-comm .ny-title{
    margin-bottom: 0;
}
.tec-con .hh{
    font-size: 26px;
    color: #081d4b;
    margin-bottom: 10px;
}
.tec-con .pp{
    font-size: 18px;
    color: #081d4b;
}
.tec-con .tec-list,.tec1-1 .tec-con{
    margin-top: 30px;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}
.tec-con .tec-li{
    width: 15%;
    margin: 0 2% 15px 0;
    padding: 1.6rem;
    line-height: 1.4;
    border-radius: 0.5rem;
    background: #f0f0f0;
}
.tec-con .tec-li:last-child{
    margin: 0 0 15px 0;
}
.tec1-1{
    padding: 5rem 0;
}
.tec-con .tec-li h3{
    color: #49a0d0;
    font-size: 45px;
    font-weight: 800;
    margin-bottom: 20px;
}
.tec1-1{
    background: #1f2937;
}
.tec1-1 .ny-title{
    color: #1b93cb;
}
.tec1-1 .tec-con{
    margin-top: 20px;
}
.tec1-1 .tec-con .tec-li{
    width: 32.6%;
    margin: 0 1% 20px 0;
    background: #374151;
    padding: 40px 20px;
    color: #fff;
}
.tec1-1 .tec-con .tec-li:last-child{
    margin: 0 0 20px 0;
}
.tec2 .tec1-1 {
    background: #081d4a;
}
.tec2 .tabs {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.tec2 .tabs .tab{
    width: 24%;
    cursor: pointer;
    background: transparent;
    padding: 30px 20px;
    color: #1b93cb;
    font-size: 24px;
    font-weight: 600;
    border-radius: 10px;
    border: 2px solid #0e2454;
    line-height: 1;
    margin: 0 1% 20px 0;
}
.tec2 .tabs .tab:last-child{
    margin: 0 0 20px 0;
}
.tec2 .tabs .tab.active{
    background: #0e2454;
}
.tec2 .tec1-1 .tec-con{
    display: none;
}
.tab-content{
    border-radius: 20px;
    background: #0e2454;
    display: none;
    color: #fff;
    padding: 25px 0;
}
.tec1-1 .tab-content .tec-list{
    width: 100%;
    margin: 0;
}
.tec1-1 .tab-content .tec-li{
    flex: 1;
    padding: 20px 10px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    border-radius: 0;
    border-right: 1px solid #2f4981;
}
.tec1-1 .tab-content .tec-li:last-child{
    border: none;
}
.block{
    display: flex !important;
}
@media (max-width:992px) {
    .tec-con .tec-li h3{
        font-size: 28px;
        margin-bottom: 10px;
    }
    .tec-con .hh{
        font-size: 18px;
    }
    .tec-con .pp {
        font-size: 14px;
    }
    .tec-con .tec-li{
        width: 49%;
        margin: 0 2% 15px 0;
        padding: 20px 10px;
    }
    .tec-con .tec-li:nth-child(2n){
        margin: 0 0 15px 0;
    }
    .tec1-1 .tec-con .tec-li{
        width: 100%;
        margin: 0 0 10px 0;
        padding: 25px 15px;
        border-radius: 10px;
    }
    .tec2 .tabs .tab{
        width: 49%;
        margin: 0 2% 10px 0;
        padding: 20px 15px;
        color: #1b93cb;
        font-size: 16px;
    }
    .tec2 .tabs .tab:nth-child(2n){
        margin: 0 0 10px 0;
    }
    .tec1-1 .tab-content .tec-li{
        border-radius: 0;
        min-width: 50%;
    }
    .tec1-1 .tab-content .tec-li:nth-child(2n){
        border-right: 0;
    }
}