body{
    color: #333;
    font: 16px 'Microsoft YaHei','Hiragino Sans GB','Helvetica Neue',\5FAE\8F6F\96C5\9ED1,"SimHei",Tohoma,'sans-serif';
    cursor: default;
}
.bgfff{
    background: #fff;
}
.conbg{
    background: #f8f8f8;
    padding: 20px 0 20px;
}
/* 面包蟹导航 */
.bread_crabs{
    font-size: 14px;
    cursor: default;
}
.bread_crabs a{
    color: #000;
}
/* 面包蟹导航 */
/* banner */
.about_banner{
    display: block;
    width: 100%;
    margin-top: 20px;
}
/* 主体内容 */
.content{
    margin-top: 20px;
}
.rongyu_text{
    width: 687px;
    background: url("/statics/images/about/rongyubg.png") no-repeat center bottom;
    margin:42px auto 0;
    padding: 0 50px 12px;
}
.rongyu_text h2{
    font-size: 20px;
    text-align: center;
}
.rongyu_text p{
    font-size: 16px;
    color: #999;
    margin-top: 20px;
}
.rongyuImg{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 786px;
    margin: 44px auto 0;
}
.rongyuImg li{
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-items: center;
    width: 193px;
    height: 180px;
    background: #e3e3e3;
    margin-top: 5px;
}
.rongyu_img{
    display: flex;
    align-items: flex-end;
    height: 114px;

}
.rongyuImg li img{
    height: 110px;
    transition: .6s;
}
.rongyuImg li img:hover{
    transform: scale(1.15);
}

.rongyuImg li p{
    font-size: 14px;
    margin-top: 14px;
}

  /* 隐藏二级导航 */
  .twonav{
    display: none;
}
