#proNav {
    margin-top:0;
    height:4rem;
    background-color: #fff;
    position: relative;
}
#proNav  ul{
    width: 94%;
    margin:0 auto;
    height: 3rem;
}
#proNav  ul li{
  float: left;
    line-height: 3rem;
    text-align: center;
    border-bottom:1px solid #ccc;
    margin-right: 2%;
    width: 47%;
}
#proNav  ul li:nth-child(2n){
    margin-right: 0 !important;
}
#proNav  ul li h2{
    font-size: 1.11rem;
    font-weight: bold;
}
.proAct{
    border:none!important;
    border-bottom:3px solid #005bd6 !important;
}
.proAct h2{
    color: #005bd6 !important;
}

#proList,#proInfoCont{
    width: 100%;
    background: #fff;
    margin-top:-1rem;
}
#proListTitle {
    width: 100%;
    height: 2rem;
    font-size: 1.1rem;
    font-weight: bold;
    margin-top:0.5rem;
    border-bottom:1px solid #ccc;
}
#proList ul{
    margin:1rem 0;
}
#proList li{
    width: 48%;
    height: 13rem;
    float: left;
    text-align: center;
    background: #f3f3f3;
    border-radius: 8px;
    margin:0 0.5rem 0.5rem 0;
}
#proList li:nth-child(2n){
    margin-right:0;
}
#proList li img{
    width: 100%;
}
#proList li p:first-of-type{
    width: 90%;
    font-size: 1.1rem;
    font-weight: bold;
    margin:0.5rem 5%;
}
#proList li p:last-of-type{
    width: 90%;
    font-size: 1rem;
    margin:0.5rem 5%;
}
#proInfoCont{
    width: 100%;
    background: #fff;
    margin-top:0rem;
}
#proInfoCont img{
    width: 100%;
}
.proInfoTitle{
    font-size: 1.2rem;
    font-weight: bold;
    margin:0.5rem 0 1rem 0;
}
#proInfoCont p{
    font-size: 1rem;
    margin-bottom:0.5rem;
}



