@charset "utf-8";

/* CSS Document */
@media screen and (max-width: 900px){
body {
    margin: 0px;
    padding: 0px;
    margin: auto;
    background-color: #fbfbfb;
}
h1,p,ul,li {
    margin: 0px;
    padding: 0px;
}
/*头部样式*/
.head{
    width: 100%;
    display: table;
    overflow: hidden;
    background-color: #fff;
}
.head .head_logo{
    width: 100%;
    height: 80px;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
}
.head .head_logo img{
    height: 100%;
}
.head .head_nva{
    width: 100%;
    display: table;
    overflow: hidden;
    background-color: #006bdc;
    display: flex;
    padding: 0 5px;
    box-sizing: border-box;
}
.head .head_nva a{
    float: right; 
    color: #fff;
    text-decoration: none;
    padding: 10px;
    box-sizing: border-box;
    width: 16.6%;
    text-align: center;
}
.head .head_nva .o6{
    order:-1;
}
.head .head_nva .o5{
    order:1;
}
.head .head_nva .o4{
    order:2;
}
.head .head_nva .o3{
    order:3;
}
.head .head_nva .o2{
    order:4;
}
.head .head_nva .o1{
    order:5;
}
.head .head_nva h1{
    font-weight: normal;
    font-size: 16px;
}

/*首页轮播图区域不要*/
.slider{
    display: none;
}

/*首页招生政策、报考条件、报考指南样式*/
.ind_title_1{
    /*标题区域不要*/
    display: none; 
}
.policy_cont{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    display: table;
    overflow: hidden;
}
.policy_cont .content{
    width: 100%;
    display: table;
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 15px;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 6px;
}
.policy_cont .content .title{
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #e5e5e5;
}
.policy_cont .content .title h1{
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;
    float: left;
}
.policy_cont .content .title a{
    float: right;
    line-height: 30px;
    text-decoration: none;
    color: #000;
    font-size: 14px;
}
.policy_cont .content .img{
    display: none;
}
.policy_cont .content .lift{
    width: 100%;
    display: table;
    overflow: hidden;
    padding: 10px 0;
    padding-bottom: 0px;
}
.policy_cont .content .lift li{
    width: 100%;
    height: 40px;
    line-height: 40px;
}
.policy_cont .content .lift li a{
    font-size: 16px;
    text-decoration: none;
    color: #000;
}

/*在线测试隐藏不显示*/
.test{
    display: none;
}

/*报考流程隐藏不显示*/
.flow{
    display: none;
}

/*在线课程*/
.course{
    width: 100%;
    display: table;
    overflow: hidden;
    background-color: #006bdc;
    padding: 10px;
    box-sizing: border-box;
}
.course .ind_title_2{
    width: 100%;
    display: table;
    overflow: hidden;
    color: #b5d9ff;
    padding-bottom: 10px;
    font-size: 14px;
    text-align: center;
}
.course .ind_title_2 h1{
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 10px;
    color: #fff;
}
.course .cont{
    width: 100%;
    display: table;
    overflow: hidden;
    padding: 10px 0;
}
.course .cont .list{
    width: 100%;
    display: table;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 6px;
    margin-bottom: 10px;
    padding: 10px;
    box-sizing: border-box;
}
.course .cont .list .list_lift{
    width: 100%;
    display: table;
    overflow: hidden;
}
.course .cont .list .list_lift img{
    display: none;
}
.course .cont .list .list_lift h1{
    font-size: 26px;
    font-weight: normal;
    text-align: center;
    border-bottom: 1px solid #b6b6b6;
    padding-bottom: 10px;
    color: #ff4800;
}
.course .cont .list .list_lift br{
    display: none;
}
.course .cont .list .list_lift a{
    text-decoration: none;
    text-align: center;
    display: block;
    width: 40%;
    line-height: 40px;
    font-size: 16px;
    margin: auto;
    background-color: #ffa800;
    border-radius: 6px;
    color: #fff;
    margin-top: 15px;
}
.course .cont .list .title{
    width: 100%;
    display: table;
    overflow: hidden;
    padding: 10px 0;
    font-size: 16px;
    line-height: 24px;
    border-bottom: 1px solid #cecece;
}
.course .cont .list .title h1{
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 5px;
    color: #ff4800;
}
.course .cont .list .lib{
    width: 100%;
    display: table;
    overflow: hidden;
    padding: 10px 0;
    line-height: 30px;
    color: #838383;
}


/*全国培训网点隐藏不显示*/
.branch{
    display: none;
}
/*优秀学员隐藏不显示*/
.student{
    display: none;
}
/*认证统一执行机构隐藏不显示*/
.approve{
    display: none;
}
/*企业合规师证书隐藏不显示*/
.certificate{
    display: none;
}
/*企业合规师证书隐藏不显示*/
.certificate{
    display: none;
}
/*认证统一执行机构隐藏不显示*/
.jiuye{
    display: none;
}
/*友情链接隐藏不显示*/
.link{
    display: none;
}


/*尾部样式*/
.cont{
    width: 100%;
    display: table;
    overflow: hidden;
    padding: 15px;
    box-sizing: border-box;
}
.cont .dizhi{
    width: 100%;
    display: table;
    overflow: hidden;
    padding-bottom: 15px;
    font-size: 14px;
    line-height: 26px;
    border-bottom: 1px solid #e5e5e5;
}
.cont .dizhi .nva{
    display: none;
}
.cont .dhua{
    width: 100%;
    display: table;
    overflow: hidden;
    padding: 15px 0;
    font-size: 14px;
    line-height: 26px;  
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
}
.cont .dhua .teb{
    font-size: 30px;
    color: #ff4800;
    margin-bottom: 10px;
}
.cont .wx{
    width: 100%;
    display: table;
    overflow: hidden;
    padding: 15px 0;
    text-align: center;
    padding-top: 30px;
}
.cont .wx div{
    width: 50%;
    height: 50%;
    margin: auto;
    font-size: 14px;
    margin-bottom: 10px;
}
.cont .wx img{
    width: 100%;
    height: 100%;
    margin-bottom: 5px;
}

/********************************************************************/

/*内容导航条*/
.nyhead_1 .cont{
    width: 100%;
    display: table;
    overflow: hidden;
    background-color: #006bdc;
    display: flex;
    padding: 0 5px;
    box-sizing: border-box;
}
.nyhead_1 .cont a{
float: right; 
color: #fff;
text-decoration: none;
padding: 10px;
box-sizing: border-box;
width: 16.6%;
text-align: center;
}
.nyhead_2{
    display: none;
}
.content{
    width: 100%;
    display: table;
    overflow: hidden;
    padding: 15px;
    box-sizing: border-box;
}
.content .nrrig{
    display: none;
}
.content .nrleft .title{
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 26px;
}
.content .nrleft .list{
    width: 100%;
    padding: 15px 0;
    padding-bottom: 20px;
    list-style: none;
    border-bottom: 3px solid #4a92e2;
}
.nrleft .fenye{
    display: none;
}
.content .nrleft .list li{
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
    padding: 15px 0;
}
.content .nrleft .list a{
    text-decoration: none;
    color: #000;
}
/*详情页*/
.content .nrleft .xxtitle{
    width: 100%;
    display: table;
    overflow: hidden;
    border-bottom: 3px solid #4a92e2;
    padding: 15px 0;
    font-size: 14px;
}
.content .nrleft .xxtitle h1{
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 10px;
}
.content .nrleft .xxcont{
    width: 100%;
    display: table;
    overflow: hidden;
    padding: 15px 0;
    font-size: 16px;
    line-height: 28px;
    text-indent: 30px;
}
.content .nrleft .xxcont p{
    margin: 15px 0;
}
.content .nrleft .xxjsu{
    border-top:1px solid #e5e5e5;
    border-bottom:1px solid #e5e5e5;
    padding: 15px 0;
}

/*在线课程*/
.content .keceng{
    width: 100%;
    display: table;
    overflow: hidden;
    padding: 15px 0;
}
.content .keceng .list{
    width: 50%;
    float: left;
    padding: 2px;
    box-sizing: border-box;
    font-size: 14px;
    text-align: center;
    margin-bottom: 15px;
}
.content .keceng img{
    width: 100%;
    height: 110px;
    border-radius: 3px;
    margin-bottom: 5px;
}
.content .zixun{
    display: none;
}

/*我要报名*/
.hezuo .title{
    width: 100%;
    display: table;
    overflow: hidden;
    padding: 15px 0;
    border-bottom: 3px solid #006bdc;
    text-align: center;
}
.hezuo .title h1{
    font-size: 30px;
    font-weight: normal;
}
.hezuo .cont{
    width: 100%;
}
.hezuo .cont td{
    padding: 10px 0;
    font-size: 14px;
}
.hezuo .cont .td1{
    width: 25%;
    text-align: right;
}
.hezuo .cont .td2{
    width: 75%;
    text-align: left;
}
.hezuo .cont input{
    width: 100%;
    height: 35px;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
}
.hezuo .cont select{
    width: 100%;
    height: 35px;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
}
.hezuo .tijiao{
    width: 100%;
    padding: 20px 0;
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    text-align: center;
}
.hezuo .tijiao input{
    width: 50%;
    height: 45px;
    background-color: #ff4800;
    border-radius: 3px;
    border: none;
    color: #fff;
    font-size: 18px;

}

/**/
}


