.title{
    font-size: 1.5rem;
    margin-bottom:1rem;
}



#ourNav {
    margin-top:0;
    height:4rem;
    background-color: #fff;
    position: relative;
}
#ourNav  ul{
    width: 94%;
    margin:0 auto;
    height: 3rem;
    display: flex;
}
#ourNav  ul li{
    flex: 1;
    line-height: 3rem;
    text-align: center;
    border-bottom:1px solid #ccc;
}
#ourNav  ul li h2{
    font-size: 1.1rem;
    font-weight: bold;
}
.ourAct{
    border:none!important;
    border-bottom:3px solid #005bd6 !important;
}
.ourAct h2{
    color: #005bd6 !important;
}

#ourBox {
    width: 100%;
    min-height: 15rem !important;
    display: table;
    background: #fff;
    margin-top:-1rem;
    position: relative;
    padding-bottom:1rem;
}
.ourCont{
    width: 100%;
    min-height: 1rem;
    background: #fff;
    position: absolute;
    top:0;
    display: none;
}
.ourConShow {
    display: block;
}
.ourCont img{
    width: 100%;
    margin-bottom:1rem;
}
.ourText p{
    font-size: 1rem;
    color: #3a3a3a;
    line-height: 1.7rem;
    margin-bottom:0.5rem;
    text-indent: 2rem;
}
.ourText ul{
    width: 100%;
    display: table;
}
.ourText ul li{
    width: 48%;
    float: left;
    margin-right: 3.1% !important;
}
.ourText ul li:nth-child(2n){
    margin-right:0 !important;
}
.ourText img{
    width: 100%;
}
.ourText h2{
    font-size: 1.2rem;
}