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;
}

.about_text{
    
    padding: 0 30px 40px 28px;
    line-height: 30px;
}
.about_text p{
    text-indent: 2em;
    margin-top: 22px;
    font-size: 16px;

}

.about_video{
    width: 530px;
    height: 347px;
    margin: 0 auto 40px;
}
/* 爱启航  精神 使命  价值观 */
.synopsis{
    width:100%;
    height: 471px;
    background: url(/statics/images/about/synopsis.jpg) no-repeat;
    padding-top: 83px;
    position: relative;
}
.syno_tab{
    width: 280px;
    background: rgba(255,255,255,.83);
}
.syno_tab dd{
    display: flex;
    align-items: center;
    height:80px;
    padding-left: 60px;
    font-size: 20px;
    font-weight: 700;
    font-style: oblique;
    cursor: pointer;
}

.syno_tab i{
    display: inline-block;
    width: 5px;
    height: 20px;
    background: #333;
    transform: rotate(15deg);
    margin-right: 18px;
}
.syno_tab .syno_active{
    background:rgba(255, 157, 0, .83);
    color: #fff;
}
.syno_active i{
    background: #fff;

}
/* 116px */
.syno_list{
    width: 450px;
    /* background: rgba(255,255,255,.83); */
    position: absolute;
    bottom: 0;
    right: 0;
    /* padding:20px 0 6px 43px ; */
}
.syno_list li{
    background: rgba(255,255,255,.83);
    padding:20px 0 6px 43px ;
}
.syno_list li:nth-of-type(2){
    margin-bottom: 116px;
}

.syno_list h2{
    font-size: 16px;
    color: #ff7e00;
}
.syno_list p{
    font-size: 14px;
    font-style: oblique;
    line-height: 30px;
    margin: 6px 0;

}
.syno_list li{
    display: none;
}
.syno_list li:first-of-type{
    display: block;
}
  /* 隐藏二级导航 */
  .twonav{
    display: none;
}
.about_title{
    padding:20px 0 0 20px;
}









