.hulList li{
    width: 48%;
    margin-right:calc(100% - 48% * 2);
    float: left;
    margin-bottom:0.5rem;
    padding-bottom:0.3rem;
 overflow: hidden;
    height: 13rem;
}
.hulList li:nth-child(2n){
    margin-right:0;
}
.hulList li img{
    width: 100%;
height: 12rem
    margin-bottom:0.5rem;
}
.hulList li p{
    text-align: center;
    font-size: 1.1rem;
}

#hnew li {
    width: 100%;
    height:7rem;
    border-bottom:1px solid #ccc;
}
#hnew li p{
    font-size: 1.1rem;
    width: 100%;
    height:1.6rem;
    margin-bottom:0.5rem;
    color: #9a9a9a;
    overflow: hidden;
}
#hnew li p:first-of-type{
    font-size: 1.3rem;
    font-weight: bold;
    color: #838383;
    margin-top:1.3rem;
}
#hour{
    background: #f3f3f3;
}
.ourImg{
    width: 105%;
    height: 10rem;
    background-size: 100%;
    margin-left:-3%;
    z-index: 0;

}
.ourImg img{
    width: 100%;
}
#hourCont{
    z-index: 1;
    width: 100%;
    height: 40rem;
    background: #fff !important;
    padding:1rem 0;
    margin-top:4rem;
}
#hourCont p{
    width: 90%;
    margin-left:5%;
    font-size: 1.2rem;
    line-height: 2rem;
    text-indent: 2.5rem;
}
#hourCont p:first-of-type{
    width: 100%;
    font-size: 1.4rem;
    text-indent: 0;
    text-align: center;
    color:#147cbe;
    margin:2rem 0 1rem;
    font-weight: bold;
}



#contact ul{
    margin-bottom:1rem;
}
#contact ul li{
    font-size: 1.2rem;
    margin-bottom:0.7rem;
}
#contact ul li span{
    font-size: 1.2rem;
}
#contact ul li p{
    margin-left:5.6rem;
    margin-top:-1.7rem;
}
#contact ul li p span{
    line-height: 2rem;
}
#contact div div{
    border:1px solid #fff;
    width: 70%;
    margin-left:15%;
    margin-bottom:1rem;
}
#contact div div img{
    width: 90%;
    margin-left:5%;
}
#contact div div p{
    text-align: center;
    margin-bottom:0.5rem;
    font-size: 1.1rem;
}

#banquan{
    height: 4.5rem !important;
    display: table;
    background: #f3f3f3 !important;
    margin-bottom:2.8rem;
}
#bq-left{
    width: 100%;
    height:3rem;
    position: absolute;
    left: 3%;
    top:0.7rem;
}
#bq-left p,#bq-right p{
    font-size: 0.7rem !important;
    color: #565656;
    margin-bottom:5px;

}
.icon-dianhua3{
  margin-left:1rem;
  color: #fff;
  font-size: 1rem;
  padding:0.3rem 0.5rem;
  background: #ff3434;
  border-radius: 0.2rem;
}


#ourNav{
    width: 100%;
    height:3rem ;
    margin-top:1.5rem;
}
#ourNav li{
    width: 46%;
    height: 3rem;
    background: #afbcc5;

    text-align: center;
    border-radius: 5px;
    float: left;
    margin-right:3.3%;
}
#ourNav li h2{
    color: #fff;
    line-height: 3.5rem;
    font-size: 1.1rem;
}
.ourNavAct{
    background: #147cbe!important;
}
.ourNavAct h2{
    color:#fff !important;
}