/*-------------index.html-------------*/
.page_pc{
    display: none;
}
.page_container{
    font-size:15px;
    line-height: 28px;
    color: #333;
    padding-bottom: 67px;
    background-color: #ececec;
}

/*header*/
.header{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 50px;
    background-color: #fff;
}
.nav{
    width: 100%;
}
.nav_list{
    display: flex;
    width: 94%;
    padding: 0 3%;
    line-height: 50px;
    justify-content: space-between;
}
.nav_item{
    position: relative;
    text-align: center;
}
.nav_item a{
    color: #333;
}
.nav_menu{
    display: none;
    position: absolute;
    top: 60px;
    left: calc((100% - 80px) / 2);
    width: 80px;
    line-height: 40px;
    padding: 10px 0;
    text-align: center;
    border-radius: 10px;
    background-color: #fff;
    box-shadow:-5px 5px 10px -4px #ddd,5px 5px 10px -4px #ddd;
}
.nav_menu a{
    display: inline-block;
    width: 100%;
    color: #333;
}
.nav_menu:before{
    content: ' ';
    display: inline-block;
    position: absolute;
    top: -17px;
    left: 30px;
    width: 0;
    height: 0;
    border: 10px transparent solid;
    border-bottom: 10px #fff solid;
}

/*center*/
.center{
    width: 100%;
    min-height: calc(100vh - 118px);
    margin-top: 50px;
}
.banner{
    position: relative;
    width: 100%;
    height: 182px;
}
.banner img{
    width: 100%;
    height: 182px;
}
.b_login{
    position: absolute;
    top: 68%;
    width: 100%;
    text-align: center;
}
.login_student,.login_school{
    width: 140px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 2px;
    margin:0 6px;
    background-color: #747ef6;
    border: 1px #eff1ff solid;
}

.c_box{
    width: 100%;
    margin-top: 32px;
}
.c_title{
    width: 100%;
    height: 45px;
    text-align: center;
}
.c_title p:first-child{
    position: relative;
    display: inline-block;
    height: 45px;
    font-size: 25px;
    line-height: 45px;
    letter-spacing: 2px;
    padding: 0 32px;
}
.c_title p:first-child::before{
    position: absolute;
    top: 18px;
    left: 0;
    content: ' ';
    display: inline-block;
    width: 22px;
    height: 16px;
    background: url(../images/title_icon_left.png) no-repeat;
    background-size: 100% auto;
}
.c_title p:first-child::after{
    position: absolute;
    top: 18px;
    right: 0;
    content: ' ';
    display: inline-block;
    width: 22px;
    height: 16px;
    background: url("../images/title_icon_right.png") no-repeat;
    background-size: 100% auto;
}
.c_title p:last-child{
    height: 21px;
    color: #f4f4f3;
    font-size: 24px;
    line-height: 24px;
    margin-top: -42px;
    font-weight: bold;
}
.small_title{
    width: 100%;
    text-align: center;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 24px;
}

/*news*/
.news_content{
    width: 100%;
}
.news_list_box{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.news_list{
    width: 94%;
    height: 380px;
    margin: 0 auto;
    margin-top: 20px;
    overflow: hidden;
}
.news_item{
    width: 92%;
    height: 92px;
    margin: 0 auto;
    padding: 13px 4%;
    margin-bottom: 12px;
    border-radius: 10px;
    background-color: #fff;
}
.news_list .news_item:last-child{
    border: none;
}
.news_item a{
    width: 100%;
}
.n_left{
    float: left;
    width:135px;
    text-align: right;
}
.n_left img{
    width:135px;
    height: 92px;
    border-radius: 10px;
}
.n_right{
    float: left;
    width: calc(100% - 145px);
    padding-left: 10px;
}
.n_right h4{
    height: 56px;
    font-size: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.n_right p{
    font-size: 13px;
    margin-top: 5px;
    color: #666;
    letter-spacing: 0;
}
.view_more_news{
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
.view_more_news a{
    width: 150px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: #fff;
    border-radius: 6px;
    background-color: #739dfd;
}

/*���ڴ���*/
.bg_content{
    width: 88%;
    margin: 0 auto;
    margin-top: 15px;
    border: 1px #fff solid;
    padding: 24px 3%;
    background: url(../images/lg_bg.png) no-repeat;
    background-size: 100% 100%;
    border-radius: 15px;
}

/*��֯����*/
.org_content{
    width: 88%;
    margin: 0 auto;
    margin-top: 15px;
    border: 1px #fff solid;
    text-align: center;
    padding: 24px 3%;
    background: url(../images/lg_bg.png) no-repeat;
    background-size: 100% 100%;
    border-radius: 15px;
}
.org_content img{
    width:150px;
}
.org_content p{
    text-align: left;
    margin-top: 15px;
    text-indent: 35px;
}

/*���Ľ�ϵ����*/
.sub_content{
    width: 94%;
    margin: 0 auto;
    margin-top: 15px;
    text-align: center;
}
.sub_item{
    position: relative;
    float: left;
    width: calc(50% - 10px);
    height: 66px;
    margin: 0 5px;
    padding-top: 56px;
    padding-bottom: 15px;
    margin-bottom: 10px;
    font-size: 17px;
    color: #fff;
    border-radius: 6px;
    background-color: #f58d5f;
    background-image: linear-gradient(to bottom,#ffcaa8,#f58c5e);
}
.sub_item::before{
    content: ' ';
    position: absolute;
    top: 15px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 50px;
    background: url(../images/icon_case.png) no-repeat;
    background-size: 50px auto;
    background-position: center top;
}
.signup_state{
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    font-size: 10px;
    color: #fff;
    line-height: 20px;
    padding-left: 18px;
    padding-right: 5px;
    letter-spacing: 0;
    background: url(../images/icon_22.png) no-repeat;
    background-size: 8px auto;
    background-position: 5px center;
    background-color: #e23704;
    border-radius: 4px;
}
.sub_item_one{
    height: 100px;
    padding-top: 22px;
    background: url(../images/wwj_case_m.png) no-repeat;
    background-size: 100% auto;
    background-position: left bottom;
    background-color: #cce1ff;
}
.sub_item_one::before{
    display: none;
}
.sub_item img{
    display: none;
}
.sub_item a{
    width: 110px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    letter-spacing: 2px;
    border-radius: 30px;
    margin: 0 auto;
    font-size: 15px;
    margin-top: 8px;
}
.bm_in{
    background-color: #ea3939;
}
.bm_end{
    background-color: #bfbfbf;
}

/*��������ԺУ*/
.sd_school_content{
    width: 94%;
    margin: 0 auto;
    margin-top: 15px;
    height: 382px;
    overflow-y: auto;
}
.sd_school_content ul li{
    float: left;
    width: 27%;
    text-align: center;
    background-color: #fff;
    margin: 0 1% 7px 1%;
    padding: 10px 2%;
    border-radius: 10px;
}
.sd_school_content img {
    width: 60px;
    height: 60px;
    border: none;
}
.sd_school_content ul li p {
    width: 100%;
    height: 14px;
    line-height: 14px;
    font-size: 12px;
    letter-spacing: 0;
    margin-top: 8px;
}

.cs_school_content{
    width: 84%;
    margin: 0 auto;
    margin-top: 15px;
    padding: 20px 5%;
    background-color: #e3eefc;
    border:1px #fff solid
}
.cs_school_content ul{
    height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}
.cs_school_content ul li{
    width:100%;
}

/*��������*/
.course_content{
    width: 80%;
    padding: 5px 7%;
    margin: 0 auto;
    margin-top: 20px;
    border-radius: 10px;
    border: 1px #fff solid;
    box-shadow: 2px 2px 10px #d7ddf1;
    background-image: linear-gradient(to bottom,#f3f5f8,#fff);
}
.course_content ul{
    position: relative;
    width: 100%;
}
.course_content ul li{
    position: relative;
    width: 100%;
    margin: 15px 0;
}
.course_content ul li p{
    float: left;
    width: 52%;
    line-height: 32px;
    color: #7b838d;
    letter-spacing: 0;
}
.course_content ul li p:nth-child(2){
    width: 48%;
}
.course_content ul li:before{
    content: ' ';
    position: absolute;
    left: 31%;
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url("../images/imagesM/icon_time.png") no-repeat;
    background-size: 100% 100%;
}
.course_content ul:before{
    content: "";
    position: absolute;
    left: calc(31% + 15px);
    top: 21px;
    width: 2px;
    height: 74%;
    background-image: linear-gradient(to bottom,#794cf8,#736e7b);
}
.course_content ul li:nth-child(2) p{
    color: #333;
}
.course_content ul li:nth-child(2) p:nth-child(2){
    color: #0052d9;
}
.course_content ul li:nth-child(2):before{
    background: url("../images/imagesM/icon_time_main.png") no-repeat;
    background-size: 100% 100%;
}
/*�������*/
.about_content{
    width: 94%;
    margin: 0 auto;
    margin-top: 20px;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 5px 2px 10px #dae1f3;
}
.about_tab{
    width: 100%;
    border-radius: 15px 15px 0 0;
    background-image: linear-gradient(to bottom,#f4f7fe,#fff);
}
.about_tab_item{
    float: left;
    width: 25%;
    line-height: 50px;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
}
.about_tab_active{
    color: #0052d9;
}
.about_main{
    display: none;
    width:94%;
    padding: 15px 3% 25px 3%;
    margin: 0 auto;
    background: url(../images/imagesM/about_bg.png) no-repeat;
    background-size: 100% auto;
    background-color: #fdfeff;
    background-position: left bottom;
    border-radius: 15px;
    box-shadow: 5px 2px 10px #dae1f3;
}
.about_main_active{
    display: block;
}
.about_main p{
    font-size: 16px;
    font-weight: bold;
}

/*��У���������ɡ�֧��ԺУ���񽱷���*/
.awards_content,.share_content,.activity_content,.report_content,.colleges_content{
    width: 94%;
    margin: 0 auto;
}
.report_list,.activity_list,.colleges_list,.awards_list{
    width:100%;
    margin: 0 auto;
    margin-top: 5px;
    overflow: hidden;
    padding: 20px 0 0 0;
    border-radius: 10px;
}
.report_list ul,.activity_list ul,.colleges_list ul,.awards_list ul{
    position:relative;
}
.report_list ul li,.activity_list ul li,.colleges_list ul li,.awards_list ul li{
    float: left;
    width: 150px;
    height: 120px;
    margin-right: 15px;
}
.report_list ul li:last-child,.activity_list ul li:last-child,.colleges_list ul li:last-child,.awards_list ul li:last-child{
    margin-right: 0;
}
.report_list ul li p,.activity_list ul li p,.colleges_list ul li p,.awards_list ul li p{
    width: 100%;
    height: 20px;
    color: #333;
    text-align: center;
    margin-top: 8px;
    font-size: 12px;
    line-height: 20px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.report_list img,.activity_list img,.colleges_list img,.awards_list img{
    width: 150px;
    height: 120px;
    border: 1px #dcdddd solid;
    border-radius: 6px;
}

/*��ʦ����*/
.experience,.teacher_share{
    width: 100%;
    margin-top: 22px;
    overflow: hidden;
}
.experience ul,.teacher_share ul{
    position: relative;
}
.ex_item{
    float: left;
    width: 300px;
    min-height: 290px;
    color: #333;
    padding: 18px 14px 10px 14px;
    margin-right: 21px;
    box-shadow: 3px 0 20px #f3f5f8;
    background: url("../images/ex_name_bg.png") no-repeat;
    background-size: 100% auto;
    background-position: left bottom;
    background-color: #e7f0fd;
    border: 1px #fff solid;
}
.ex_item:last-child{
    margin-right: 0;
}
.teacher_share .ex_item{
    width: 318px;
    padding: 5px;
    border: none;
    background-image: linear-gradient(to bottom,#739dfd,#f7f8fd);
}
.ex_item_box{
    padding: 18px 14px;
    background-color: #fff;
}
.ex_name{
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    background: url("../images/line.png") no-repeat;
    background-size: 40px 8px;
    background-position: center 18px;
}
.ex_school{
    width: 100%;
    text-align: center;
    font-size: 16px;
}
.ex_icon{
    margin-top: 12px;
}
.ex_item .ex_text{
    width: calc(100% - 12px);
    height: 140px;
    min-height: 140px;
    margin: 6px auto;
    padding: 10px 6px;
    font-size: 15px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    -webkit-box-orient: vertical;
    text-overflow: -o-ellipsis-lastline;
    background: url(../images/icon_07.png) no-repeat;
    background-size: 46px auto;
}
.ex_more{
    width: 100px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    margin-top: 18px;
    border-radius: 10px;
    background-color: #0052d9;
}

.ex_modal{
    width: 100%;
    color: #333;
}
.ex_modal .ex_text{
    width: calc(100% - 12px);
    font-size: 15px;
    line-height: 28px;
    padding: 8px 10px;
    min-height: 196px;
    padding-top: 7px;
    margin: 10px auto;
    background: url(../images/icon_07.png) no-repeat;
    background-size: 64px 49px;
}

/*footer*/
.footer{
    width: 100%;
    margin-top: 32px;
    margin-bottom: 50px;
}
.f_main{
    width: 88%;
    padding: 20px 3%;
    margin: 0 auto;
    margin-top: 15px;
    border-radius: 10px;
    border: 1px #fff solid;
    background-image: linear-gradient(to bottom,#f8f6fa,#fde5e0);
}
.f_main a{
    color:#333;
}
.f_main li{
    padding-left: 32px;
}
.f_left{
    width: 100%;
    text-align: left;
}
.f_qq{
    font-size: 17px;
    margin-bottom: 10px;
    font-weight: bold;
    line-height: 25px;
    background: url("../images/qq.png") no-repeat;
    background-size: 25px auto;
}
.f_tel{
    font-size: 17px;
    margin-bottom: 10px;
    font-weight: bold;
    line-height: 25px;
    background: url("../images/tel.png") no-repeat;
    background-size: 25px auto;
}
.f_wx{
    font-size: 17px;
    margin-bottom: 10px;
    font-weight: bold;
    line-height: 25px;
    text-align: left;
    background: url("../images/wx.png") no-repeat;
    background-size: 25px auto;
}
.f_tel span,.f_qq span,.f_wx span{
    padding: 0 10px;
    background-color: #fde6e2;
}
.f_center{
    width: 100%;
    margin-top: 15px;
}
.f_right{
    width: 100%;
    margin-top: 15px;
    text-align: center;
}
.f_right li:nth-child(2),.f_right li:nth-child(3){
    padding-left: 0;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
}
/*tab*/
.footer_tab{
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1000;
    width: 100%;
    padding: 8px 0;
    background-color: #fff;
    border-top: 1px #dadada solid;
}
.tab_item{
    position: relative;
    float: left;
    width: 25%;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
}
.tab_item a{
    color: #333;
}
.tab_item img{
    width: auto;
    height: 22px;
    margin-bottom: 3px;
}
.tab_case{
    display: none;
    position: absolute;
    left: 0;
    bottom: 58px;
    width: 100%;
    line-height: 40px;
    text-align: center;
    background-color: #fff;
    border: 1px #dadada solid;
    border-bottom: none;
}
.tab_case a{
    width: 100%;
    color: #333;
    border-bottom: 1px #dadada solid;
}

/*piaochuang*/
/*.piaochuang {*/
/*    position: fixed;*/
/*    right: 0;*/
/*    bottom: 100px;*/
/*    width: 96px;*/
/*}*/
/*.piaochuang img{*/
/*    width: 100%;*/
/*}*/
/*.zx_list{*/
/*    width: 94px;*/
/*    font-size: 13px;*/
/*    line-height: 20px;*/
/*    text-align: center;*/
/*    border-radius: 10px;*/
/*    overflow: hidden;*/
/*    border: 1px #fff solid;*/
/*}*/
/*.zx_list a{*/
/*    width: 100%;*/
/*    color: #fff;*/
/*    padding: 6px 0;*/
/*    border: 1px #fff solid;*/
/*}*/
/*.zx_list img{*/
/*    width: 38px;*/
/*}*/

.slideLeft{
    animation-name: slideLeft;
    -webkit-animation-name: slideLeft;

    animation-duration: 1s;
    -webkit-animation-duration: 1s;

    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;

    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;

}
@keyframes slideLeft {
    0% {
        transform: translateX(150%);
        opacity: 0;
    }
    100% {
        transform: translateX(0%);
        opacity: 1;
    }
}
@-webkit-keyframes slideLeft {
    0% {
        -webkit-transform: translateX(150%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0%);
        opacity: 1;
    }
}

.slideRight{
    animation-name: slideRight;
    -webkit-animation-name: slideRight;

    animation-duration: 1s;
    -webkit-animation-duration: 1s;

    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;

    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;

}
@keyframes slideRight {
    0% {
        transform: translateX(0%);
        opacity: 0;
    }
    100% {
        transform: translateX(150%);
        opacity: 1;
    }
}
@-webkit-keyframes slideRight {
    0% {
        -webkit-transform: translateX(0%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(150%);
        opacity: 1;
    }
}


/*-------------news.html-------------*/
.news_container{
    padding-top: 1px;
    background: url("../images/page_personal_bg_m.jpg") no-repeat;
    background-size: 100% auto;
    background-color: #f4f6f9;
}
.news_box{
    width: 94%;
    padding: 15px 3%;
}
.ns_title{
    width: 100%;
    padding-bottom: 13px;
    border-bottom: 2px #ffa246 solid;
}
.c_t{
    float: left;
    width: 87px;
    height: 36px;
    line-height: 36px;
    padding-left: 35px;
    color: #fff;
    font-size: 18px;
    margin-top: 8px;
    background: url("../images/icon_06.png") no-repeat;
    background-size: 15px 16px;
    background-position: 11px 10px;
    background-color: #ffa246;
}
.page_route{
    float: left;
    font-size: 12px;
    color: #999;
    margin-left: 15px;
    margin-top: 20px;
}
.page_route a{
    color: #999;
}
.news_list_all{
    width: 100%;
    padding: 15px 0;
}
.n_1{
    position: relative;
    width: 96%;
    height: 45px;
    padding-left: 4%;
    line-height: 45px;
    border-bottom: 1px #efefef solid;
}
.n_1:last-child{
    border: none;
}
.n_1:before{
    content: " ";
    position: absolute;
    left: 2px;
    top:19px;
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #222;
    border-radius: 50%;
}
.n_1 a{
    display: inline-block;
    width:100%;
}
.n_2_right h3{
    float: left;
    width:72%;
    font-size: 15px;
    font-weight: normal;
    overflow: hidden;
    color: #222;
    white-space: nowrap;
    text-overflow:ellipsis;
}
.n_2_right p{
    float: right;
    width:28%;
    color: #666;
    text-align: right;
    font-size: 13px;
    letter-spacing: 0;
}

/*-------------newsContent.html-------------*/
.details_content{
    width:94%;
    margin:0 auto;
    padding-top: 15px;
}
.newstitle{
    text-align:center;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 30px;
}
.newsdate{
    text-align:center;
    line-height: 28px;
    color: #888;
    margin-top: 8px;
    letter-spacing: 0;
}
.news_details{
    width: 94%;
    margin: 0 auto;
    line-height: 30px;
    margin-top: 15px;
    padding: 0 3%;
    padding-bottom: 75px;
}
.news_details img{
    width: 100%;
    height: auto;
}
.bm_btn_case{
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.bm_btn_case button{
    width: 180px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    border: none;
    outline: none;
    font-size: 17px;
    border-radius: 10px;
    letter-spacing: 5px;
    background-color: royalblue;
}

/*-------------login.html-------------*/
.login_center{
    width: 100%;
    min-height: calc(100vh - 157px);
    text-align: center;
    padding: 20px 0;
    background: url("../images/page_personal_bg_m.jpg") no-repeat;
    background-size: 100% auto;
    background-color: #f4f6f9;
}
.login_box{
    width: 88%;
    margin: 0 auto;
    padding:30px 3% 100px 3%;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 5px 0 10px #efefef;
}
.legin_left{
    width: 100%;
}
.login_title h2{
    color: #ca2424;
    font-size: 18px;
    font-weight: bold;
}
.login_title h3{
     color: #666;
     font-size: 16px;
     font-weight: bold;
 }
.login_btn{
    padding: 30px 0;
}
.login_btn img{
    width: 120px;
}
.privacy{
    width: 100%;
    color: #666;
    font-size: 15px;
    text-align: center;
}
.privacy input{
    margin-right: 5px;
}
.privacy a{
    color: #474d58;
    text-decoration: underline;
}
.legin_right{
    width: 100%;
    font-size: 14px;
    color: #989898;
    text-align: left;
    margin-top: 50px;
}
.legin_right h4{
    font-size: 17px;
    font-weight: bold;
    color: #333;
}

