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;
}
.coach_tab{
    display: flex;
    justify-content: space-between;
    width: 452px;
    margin: 30px auto;
    }
.coach_tab dd{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 203px;
    height: 48px;
    border-radius: 10px;
    border:1px solid #999;
    font-size: 20px;
    font-weight: 700;
    color: #999;
}
.coach_tab .coach_active{
    border-color: transparent;
    background: #ff9d00;
    color: #fff;
}
.coach_list>li{
    display: none;
}
.coach_list>li:first-of-type{
    display: block;
}
.coach_ban{
    width: 850px;
    height: 243px;
    background: url("/statics/images/about/coach_bg1.jpg") no-repeat;
    margin: 0 auto;
    padding: 42px 220px 0 30px;
}
.coach_ban2{
    height: 213px;
    background: url("/statics/images/about/coach_bg2.jpg") no-repeat;
}
.coach_ban h2{
    font-size: 20px;
}
.coach_ban p{
    font-size: 14px;
    line-height: 30px;
    margin-top: 18px;
}
.Drop_box{
    width: 556px;
    margin: 40px auto 0;
}
.Drop_box h2{
    font-size:24px;
    text-align: center;
}
.branch_line{
    width: 380px;
    height: 20px;
    border: 1px solid #ddd;
    border-bottom:none;
    margin: 30px auto 0;
}
.branch_line::before{
    display: block;
    content:"";
    width: 1px;
    height: 19px;
    background: #ddd;
    margin: -20px auto 0;
}
.drop_list{
    width: 200px;
    /* background: red; */
}
.drop_list>p{
    height: 50px;
    border-radius:10px;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    color: #b44e0f;
}
.drop_tit1{
    background: #fbd896;
}
.drop_tit2{
    background: #fbc2ae;
}
.drop_con{
    margin-left: 16px;
    border-left: 1px solid #ddd;
    padding-top:1px ;
}
.drop_con>a{
    display: block;

    /* display: flex;
    align-items: center;
    justify-content: flex-start; */
    font-size: 16px;
    color: #333;
    margin-top: 22px;
    position: relative;
    top:9px ;
    white-space: nowrap;
}
.drop_con>a::before{
    display: inline-block;
    content:"";
    width: 16px;
    height: 1px;
    background: #ddd;
    margin-right: 12px;
    position: relative;
    top: -5px;
}
.drop_con a:hover{
    color: #ff9d00;
}
  /* 隐藏二级导航 */
  .twonav{
    display: none;
}



